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