diff --git a/src/libs/Shotstack/Generated/Shotstack.EditClient.g.cs b/src/libs/Shotstack/Generated/Shotstack.EditClient.g.cs
index b386531..ccd5789 100644
--- a/src/libs/Shotstack/Generated/Shotstack.EditClient.g.cs
+++ b/src/libs/Shotstack/Generated/Shotstack.EditClient.g.cs
@@ -62,6 +62,27 @@ public EditClient(
{
}
+ ///
+ /// Creates a new instance of the EditClient 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 EditClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Shotstack.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the EditClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Shotstack/Generated/Shotstack.IngestClient.g.cs b/src/libs/Shotstack/Generated/Shotstack.IngestClient.g.cs
index c99493a..f952a15 100644
--- a/src/libs/Shotstack/Generated/Shotstack.IngestClient.g.cs
+++ b/src/libs/Shotstack/Generated/Shotstack.IngestClient.g.cs
@@ -62,6 +62,27 @@ public IngestClient(
{
}
+ ///
+ /// Creates a new instance of the IngestClient 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 IngestClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Shotstack.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the IngestClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Shotstack/Generated/Shotstack.ServeClient.g.cs b/src/libs/Shotstack/Generated/Shotstack.ServeClient.g.cs
index 65f4450..d330d1b 100644
--- a/src/libs/Shotstack/Generated/Shotstack.ServeClient.g.cs
+++ b/src/libs/Shotstack/Generated/Shotstack.ServeClient.g.cs
@@ -62,6 +62,27 @@ public ServeClient(
{
}
+ ///
+ /// Creates a new instance of the ServeClient 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 ServeClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Shotstack.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ServeClient.
/// If no httpClient is provided, a new one will be created.
diff --git a/src/libs/Shotstack/Generated/Shotstack.ShotstackClient.g.cs b/src/libs/Shotstack/Generated/Shotstack.ShotstackClient.g.cs
index 1e2a615..4622b9c 100644
--- a/src/libs/Shotstack/Generated/Shotstack.ShotstackClient.g.cs
+++ b/src/libs/Shotstack/Generated/Shotstack.ShotstackClient.g.cs
@@ -99,6 +99,27 @@ public ShotstackClient(
{
}
+ ///
+ /// Creates a new instance of the ShotstackClient 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 ShotstackClient(
+ global::System.Net.Http.HttpClient? httpClient,
+ global::System.Collections.Generic.List? authorizations,
+ global::Shotstack.AutoSDKClientOptions? options,
+ bool disposeHttpClient = true) : this(
+ httpClient,
+ baseUri: null,
+ authorizations,
+ options,
+ disposeHttpClient: disposeHttpClient)
+ {
+ }
+
///
/// Creates a new instance of the ShotstackClient.
/// If no httpClient is provided, a new one will be created.