diff --git a/src/libs/MiniMax/Generated/MiniMax.FilesClient.g.cs b/src/libs/MiniMax/Generated/MiniMax.FilesClient.g.cs
index f0ce2ee..4cf9a7e 100644
--- a/src/libs/MiniMax/Generated/MiniMax.FilesClient.g.cs
+++ b/src/libs/MiniMax/Generated/MiniMax.FilesClient.g.cs
@@ -93,6 +93,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::MiniMax.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/MiniMax/Generated/MiniMax.MiniMaxClient.g.cs b/src/libs/MiniMax/Generated/MiniMax.MiniMaxClient.g.cs
index 04463f2..e024c75 100644
--- a/src/libs/MiniMax/Generated/MiniMax.MiniMaxClient.g.cs
+++ b/src/libs/MiniMax/Generated/MiniMax.MiniMaxClient.g.cs
@@ -143,6 +143,27 @@ public MiniMaxClient(
{
}
+ ///
+ /// Creates a new instance of the MiniMaxClient 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 MiniMaxClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::MiniMax.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the MiniMaxClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/MiniMax/Generated/MiniMax.MusicClient.g.cs b/src/libs/MiniMax/Generated/MiniMax.MusicClient.g.cs
index 57229ca..8ba4297 100644
--- a/src/libs/MiniMax/Generated/MiniMax.MusicClient.g.cs
+++ b/src/libs/MiniMax/Generated/MiniMax.MusicClient.g.cs
@@ -93,6 +93,27 @@ public MusicClient(
{
}
+ ///
+ /// Creates a new instance of the MusicClient 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 MusicClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::MiniMax.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the MusicClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/MiniMax/Generated/MiniMax.SpeechClient.g.cs b/src/libs/MiniMax/Generated/MiniMax.SpeechClient.g.cs
index 99afaa2..8b58047 100644
--- a/src/libs/MiniMax/Generated/MiniMax.SpeechClient.g.cs
+++ b/src/libs/MiniMax/Generated/MiniMax.SpeechClient.g.cs
@@ -93,6 +93,27 @@ public SpeechClient(
{
}
+ ///
+ /// Creates a new instance of the SpeechClient 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 SpeechClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::MiniMax.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SpeechClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/MiniMax/Generated/MiniMax.VideoClient.g.cs b/src/libs/MiniMax/Generated/MiniMax.VideoClient.g.cs
index 0621425..84a0c80 100644
--- a/src/libs/MiniMax/Generated/MiniMax.VideoClient.g.cs
+++ b/src/libs/MiniMax/Generated/MiniMax.VideoClient.g.cs
@@ -93,6 +93,27 @@ public VideoClient(
{
}
+ ///
+ /// Creates a new instance of the VideoClient 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 VideoClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::MiniMax.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the VideoClient.
/// If no httpClient is provided, a new one will be created.