diff --git a/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs
index 56bb215..6b8103b 100644
--- a/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs
+++ b/src/libs/EachLabs/Generated/EachLabs.AiModelsClient.g.cs
@@ -62,6 +62,27 @@ public AiModelsClient(
{
}
+ ///
+ /// Creates a new instance of the AiModelsClient 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 AiModelsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::EachLabs.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the AiModelsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs
index e2c4243..93faa45 100644
--- a/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs
+++ b/src/libs/EachLabs/Generated/EachLabs.AiModelsPredictionClient.g.cs
@@ -62,6 +62,27 @@ public AiModelsPredictionClient(
{
}
+ ///
+ /// Creates a new instance of the AiModelsPredictionClient 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 AiModelsPredictionClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::EachLabs.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the AiModelsPredictionClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs
index 4f4bf9b..77232e8 100644
--- a/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs
+++ b/src/libs/EachLabs/Generated/EachLabs.EachLabsClient.g.cs
@@ -91,6 +91,27 @@ public EachLabsClient(
{
}
+ ///
+ /// Creates a new instance of the EachLabsClient 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 EachLabsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::EachLabs.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the EachLabsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs b/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs
index da026a3..1c86bcb 100644
--- a/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs
+++ b/src/libs/EachLabs/Generated/EachLabs.WebhooksClient.g.cs
@@ -63,6 +63,27 @@ public WebhooksClient(
{
}
+ ///
+ /// Creates a new instance of the WebhooksClient 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 WebhooksClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::EachLabs.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the WebhooksClient.
/// If no httpClient is provided, a new one will be created.