diff --git a/src/libs/MagicHour/Generated/MagicHour.AudioProjectsClient.g.cs b/src/libs/MagicHour/Generated/MagicHour.AudioProjectsClient.g.cs index 15877f8..3ae15e0 100644 --- a/src/libs/MagicHour/Generated/MagicHour.AudioProjectsClient.g.cs +++ b/src/libs/MagicHour/Generated/MagicHour.AudioProjectsClient.g.cs @@ -62,6 +62,27 @@ public AudioProjectsClient( { } + /// + /// Creates a new instance of the AudioProjectsClient 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 AudioProjectsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::MagicHour.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AudioProjectsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/MagicHour/Generated/MagicHour.FilesClient.g.cs b/src/libs/MagicHour/Generated/MagicHour.FilesClient.g.cs index 4501f96..b51c647 100644 --- a/src/libs/MagicHour/Generated/MagicHour.FilesClient.g.cs +++ b/src/libs/MagicHour/Generated/MagicHour.FilesClient.g.cs @@ -62,6 +62,27 @@ public FilesClient( { } + /// + /// Creates a new instance of the FilesClient 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 FilesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::MagicHour.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the FilesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/MagicHour/Generated/MagicHour.ImageProjectsClient.g.cs b/src/libs/MagicHour/Generated/MagicHour.ImageProjectsClient.g.cs index c1078e2..b1bc423 100644 --- a/src/libs/MagicHour/Generated/MagicHour.ImageProjectsClient.g.cs +++ b/src/libs/MagicHour/Generated/MagicHour.ImageProjectsClient.g.cs @@ -62,6 +62,27 @@ public ImageProjectsClient( { } + /// + /// Creates a new instance of the ImageProjectsClient 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 ImageProjectsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::MagicHour.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageProjectsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/MagicHour/Generated/MagicHour.MagicHourClient.g.cs b/src/libs/MagicHour/Generated/MagicHour.MagicHourClient.g.cs index 16fe0b8..d87dabb 100644 --- a/src/libs/MagicHour/Generated/MagicHour.MagicHourClient.g.cs +++ b/src/libs/MagicHour/Generated/MagicHour.MagicHourClient.g.cs @@ -108,6 +108,27 @@ public MagicHourClient( { } + /// + /// Creates a new instance of the MagicHourClient 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 MagicHourClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::MagicHour.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the MagicHourClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/MagicHour/Generated/MagicHour.VideoProjectsClient.g.cs b/src/libs/MagicHour/Generated/MagicHour.VideoProjectsClient.g.cs index 6325014..7c9ab89 100644 --- a/src/libs/MagicHour/Generated/MagicHour.VideoProjectsClient.g.cs +++ b/src/libs/MagicHour/Generated/MagicHour.VideoProjectsClient.g.cs @@ -62,6 +62,27 @@ public VideoProjectsClient( { } + /// + /// Creates a new instance of the VideoProjectsClient 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 VideoProjectsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::MagicHour.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoProjectsClient. /// If no httpClient is provided, a new one will be created.