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