diff --git a/src/libs/Nixtla/Generated/Nixtla.ExcludedClient.g.cs b/src/libs/Nixtla/Generated/Nixtla.ExcludedClient.g.cs
index 1509337..c607d55 100644
--- a/src/libs/Nixtla/Generated/Nixtla.ExcludedClient.g.cs
+++ b/src/libs/Nixtla/Generated/Nixtla.ExcludedClient.g.cs
@@ -61,6 +61,27 @@ public ExcludedClient(
{
}
+ ///
+ /// Creates a new instance of the ExcludedClient 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 ExcludedClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Nixtla.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ExcludedClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Nixtla/Generated/Nixtla.NixtlaClient.g.cs b/src/libs/Nixtla/Generated/Nixtla.NixtlaClient.g.cs
index d09830d..db0bd14 100644
--- a/src/libs/Nixtla/Generated/Nixtla.NixtlaClient.g.cs
+++ b/src/libs/Nixtla/Generated/Nixtla.NixtlaClient.g.cs
@@ -71,6 +71,27 @@ public NixtlaClient(
{
}
+ ///
+ /// Creates a new instance of the NixtlaClient 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 NixtlaClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Nixtla.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the NixtlaClient.
/// If no httpClient is provided, a new one will be created.