diff --git a/src/libs/BlockadeLabs/Generated/BlockadeLabs.BlockadeLabsClient.g.cs b/src/libs/BlockadeLabs/Generated/BlockadeLabs.BlockadeLabsClient.g.cs
index dcc6c3a..981bba3 100644
--- a/src/libs/BlockadeLabs/Generated/BlockadeLabs.BlockadeLabsClient.g.cs
+++ b/src/libs/BlockadeLabs/Generated/BlockadeLabs.BlockadeLabsClient.g.cs
@@ -79,6 +79,27 @@ public BlockadeLabsClient(
{
}
+ ///
+ /// Creates a new instance of the BlockadeLabsClient 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 BlockadeLabsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::BlockadeLabs.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the BlockadeLabsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxExportsClient.g.cs b/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxExportsClient.g.cs
index ff1e8a0..9edf798 100644
--- a/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxExportsClient.g.cs
+++ b/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxExportsClient.g.cs
@@ -61,6 +61,27 @@ public SkyboxExportsClient(
{
}
+ ///
+ /// Creates a new instance of the SkyboxExportsClient 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 SkyboxExportsClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::BlockadeLabs.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SkyboxExportsClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxesClient.g.cs b/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxesClient.g.cs
index d1a48e0..8030403 100644
--- a/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxesClient.g.cs
+++ b/src/libs/BlockadeLabs/Generated/BlockadeLabs.SkyboxesClient.g.cs
@@ -61,6 +61,27 @@ public SkyboxesClient(
{
}
+ ///
+ /// Creates a new instance of the SkyboxesClient 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 SkyboxesClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::BlockadeLabs.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the SkyboxesClient.
/// If no httpClient is provided, a new one will be created.