diff --git a/src/libs/Beatoven/Generated/Beatoven.BeatovenClient.g.cs b/src/libs/Beatoven/Generated/Beatoven.BeatovenClient.g.cs index fd35a93..8f4d89a 100644 --- a/src/libs/Beatoven/Generated/Beatoven.BeatovenClient.g.cs +++ b/src/libs/Beatoven/Generated/Beatoven.BeatovenClient.g.cs @@ -83,6 +83,27 @@ public BeatovenClient( { } + /// + /// Creates a new instance of the BeatovenClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public BeatovenClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Beatoven.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the BeatovenClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Beatoven/Generated/Beatoven.TasksClient.g.cs b/src/libs/Beatoven/Generated/Beatoven.TasksClient.g.cs index 1874a93..a99a4ae 100644 --- a/src/libs/Beatoven/Generated/Beatoven.TasksClient.g.cs +++ b/src/libs/Beatoven/Generated/Beatoven.TasksClient.g.cs @@ -62,6 +62,27 @@ public TasksClient( { } + /// + /// Creates a new instance of the TasksClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public TasksClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Beatoven.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TasksClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Beatoven/Generated/Beatoven.TracksClient.g.cs b/src/libs/Beatoven/Generated/Beatoven.TracksClient.g.cs index c4f430d..4c4cdb4 100644 --- a/src/libs/Beatoven/Generated/Beatoven.TracksClient.g.cs +++ b/src/libs/Beatoven/Generated/Beatoven.TracksClient.g.cs @@ -62,6 +62,27 @@ public TracksClient( { } + /// + /// Creates a new instance of the TracksClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public TracksClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Beatoven.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TracksClient. /// If no httpClient is provided, a new one will be created.