diff --git a/src/libs/Topaz/Generated/Topaz.AcceptRequestClient.g.cs b/src/libs/Topaz/Generated/Topaz.AcceptRequestClient.g.cs index 6bf3435..fc28073 100644 --- a/src/libs/Topaz/Generated/Topaz.AcceptRequestClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.AcceptRequestClient.g.cs @@ -62,6 +62,27 @@ public AcceptRequestClient( { } + /// + /// Creates a new instance of the AcceptRequestClient 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 AcceptRequestClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AcceptRequestClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.CancelClient.g.cs b/src/libs/Topaz/Generated/Topaz.CancelClient.g.cs index 0839224..f37a2fa 100644 --- a/src/libs/Topaz/Generated/Topaz.CancelClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.CancelClient.g.cs @@ -62,6 +62,27 @@ public CancelClient( { } + /// + /// Creates a new instance of the CancelClient 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 CancelClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CancelClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.CancelRequestClient.g.cs b/src/libs/Topaz/Generated/Topaz.CancelRequestClient.g.cs index 684ddd0..9fd2597 100644 --- a/src/libs/Topaz/Generated/Topaz.CancelRequestClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.CancelRequestClient.g.cs @@ -62,6 +62,27 @@ public CancelRequestClient( { } + /// + /// Creates a new instance of the CancelRequestClient 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 CancelRequestClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CancelRequestClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.CompleteUploadClient.g.cs b/src/libs/Topaz/Generated/Topaz.CompleteUploadClient.g.cs index 6516d5e..9dfef7f 100644 --- a/src/libs/Topaz/Generated/Topaz.CompleteUploadClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.CompleteUploadClient.g.cs @@ -62,6 +62,27 @@ public CompleteUploadClient( { } + /// + /// Creates a new instance of the CompleteUploadClient 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 CompleteUploadClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CompleteUploadClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.CreateExpressRequestClient.g.cs b/src/libs/Topaz/Generated/Topaz.CreateExpressRequestClient.g.cs index 1085c51..fc8023d 100644 --- a/src/libs/Topaz/Generated/Topaz.CreateExpressRequestClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.CreateExpressRequestClient.g.cs @@ -62,6 +62,27 @@ public CreateExpressRequestClient( { } + /// + /// Creates a new instance of the CreateExpressRequestClient 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 CreateExpressRequestClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CreateExpressRequestClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.CreateRequestClient.g.cs b/src/libs/Topaz/Generated/Topaz.CreateRequestClient.g.cs index d504804..a48ba04 100644 --- a/src/libs/Topaz/Generated/Topaz.CreateRequestClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.CreateRequestClient.g.cs @@ -62,6 +62,27 @@ public CreateRequestClient( { } + /// + /// Creates a new instance of the CreateRequestClient 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 CreateRequestClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CreateRequestClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.DeleteFilesClient.g.cs b/src/libs/Topaz/Generated/Topaz.DeleteFilesClient.g.cs index 4765ca6..4e814bc 100644 --- a/src/libs/Topaz/Generated/Topaz.DeleteFilesClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.DeleteFilesClient.g.cs @@ -62,6 +62,27 @@ public DeleteFilesClient( { } + /// + /// Creates a new instance of the DeleteFilesClient 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 DeleteFilesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DeleteFilesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.DenoiseClient.g.cs b/src/libs/Topaz/Generated/Topaz.DenoiseClient.g.cs index 5c92a19..2cdcba9 100644 --- a/src/libs/Topaz/Generated/Topaz.DenoiseClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.DenoiseClient.g.cs @@ -67,6 +67,27 @@ public DenoiseClient( { } + /// + /// Creates a new instance of the DenoiseClient 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 DenoiseClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DenoiseClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.DownloadClient.g.cs b/src/libs/Topaz/Generated/Topaz.DownloadClient.g.cs index eabccdd..054c830 100644 --- a/src/libs/Topaz/Generated/Topaz.DownloadClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.DownloadClient.g.cs @@ -62,6 +62,27 @@ public DownloadClient( { } + /// + /// Creates a new instance of the DownloadClient 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 DownloadClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DownloadClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.EnhanceClient.g.cs b/src/libs/Topaz/Generated/Topaz.EnhanceClient.g.cs index 668dca4..25c7e16 100644 --- a/src/libs/Topaz/Generated/Topaz.EnhanceClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.EnhanceClient.g.cs @@ -70,6 +70,27 @@ public EnhanceClient( { } + /// + /// Creates a new instance of the EnhanceClient 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 EnhanceClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the EnhanceClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.EstimateClient.g.cs b/src/libs/Topaz/Generated/Topaz.EstimateClient.g.cs index c4301dc..7060e59 100644 --- a/src/libs/Topaz/Generated/Topaz.EstimateClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.EstimateClient.g.cs @@ -62,6 +62,27 @@ public EstimateClient( { } + /// + /// Creates a new instance of the EstimateClient 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 EstimateClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the EstimateClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.GetRequestHistoryClient.g.cs b/src/libs/Topaz/Generated/Topaz.GetRequestHistoryClient.g.cs index 710e4ce..be061cc 100644 --- a/src/libs/Topaz/Generated/Topaz.GetRequestHistoryClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.GetRequestHistoryClient.g.cs @@ -62,6 +62,27 @@ public GetRequestHistoryClient( { } + /// + /// Creates a new instance of the GetRequestHistoryClient 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 GetRequestHistoryClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GetRequestHistoryClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.GetRequestMetricsClient.g.cs b/src/libs/Topaz/Generated/Topaz.GetRequestMetricsClient.g.cs index 3747611..d8977cc 100644 --- a/src/libs/Topaz/Generated/Topaz.GetRequestMetricsClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.GetRequestMetricsClient.g.cs @@ -62,6 +62,27 @@ public GetRequestMetricsClient( { } + /// + /// Creates a new instance of the GetRequestMetricsClient 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 GetRequestMetricsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GetRequestMetricsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.GetRequestStatusClient.g.cs b/src/libs/Topaz/Generated/Topaz.GetRequestStatusClient.g.cs index 48153f4..79c3964 100644 --- a/src/libs/Topaz/Generated/Topaz.GetRequestStatusClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.GetRequestStatusClient.g.cs @@ -62,6 +62,27 @@ public GetRequestStatusClient( { } + /// + /// Creates a new instance of the GetRequestStatusClient 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 GetRequestStatusClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the GetRequestStatusClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.ImageStatusClient.g.cs b/src/libs/Topaz/Generated/Topaz.ImageStatusClient.g.cs index d6553a0..12d5a7f 100644 --- a/src/libs/Topaz/Generated/Topaz.ImageStatusClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.ImageStatusClient.g.cs @@ -63,6 +63,27 @@ public ImageStatusClient( { } + /// + /// Creates a new instance of the ImageStatusClient 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 ImageStatusClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImageStatusClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.LightingClient.g.cs b/src/libs/Topaz/Generated/Topaz.LightingClient.g.cs index 83108b8..56663dd 100644 --- a/src/libs/Topaz/Generated/Topaz.LightingClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.LightingClient.g.cs @@ -67,6 +67,27 @@ public LightingClient( { } + /// + /// Creates a new instance of the LightingClient 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 LightingClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the LightingClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.MattingClient.g.cs b/src/libs/Topaz/Generated/Topaz.MattingClient.g.cs index ea55e47..18ce44b 100644 --- a/src/libs/Topaz/Generated/Topaz.MattingClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.MattingClient.g.cs @@ -68,6 +68,27 @@ public MattingClient( { } + /// + /// Creates a new instance of the MattingClient 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 MattingClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the MattingClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.RestoreClient.g.cs b/src/libs/Topaz/Generated/Topaz.RestoreClient.g.cs index 13f543d..2e147f6 100644 --- a/src/libs/Topaz/Generated/Topaz.RestoreClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.RestoreClient.g.cs @@ -67,6 +67,27 @@ public RestoreClient( { } + /// + /// Creates a new instance of the RestoreClient 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 RestoreClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the RestoreClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.SharpenClient.g.cs b/src/libs/Topaz/Generated/Topaz.SharpenClient.g.cs index e74b837..08014a8 100644 --- a/src/libs/Topaz/Generated/Topaz.SharpenClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.SharpenClient.g.cs @@ -67,6 +67,27 @@ public SharpenClient( { } + /// + /// Creates a new instance of the SharpenClient 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 SharpenClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the SharpenClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.ToolClient.g.cs b/src/libs/Topaz/Generated/Topaz.ToolClient.g.cs index e13da2a..1d463d1 100644 --- a/src/libs/Topaz/Generated/Topaz.ToolClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.ToolClient.g.cs @@ -70,6 +70,27 @@ public ToolClient( { } + /// + /// Creates a new instance of the ToolClient 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 ToolClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ToolClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.TopazClient.g.cs b/src/libs/Topaz/Generated/Topaz.TopazClient.g.cs index ff33eb8..3f679fc 100644 --- a/src/libs/Topaz/Generated/Topaz.TopazClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.TopazClient.g.cs @@ -294,6 +294,27 @@ public TopazClient( { } + /// + /// Creates a new instance of the TopazClient 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 TopazClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TopazClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Topaz/Generated/Topaz.VideoStatusClient.g.cs b/src/libs/Topaz/Generated/Topaz.VideoStatusClient.g.cs index 106064e..18f0581 100644 --- a/src/libs/Topaz/Generated/Topaz.VideoStatusClient.g.cs +++ b/src/libs/Topaz/Generated/Topaz.VideoStatusClient.g.cs @@ -62,6 +62,27 @@ public VideoStatusClient( { } + /// + /// Creates a new instance of the VideoStatusClient 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 VideoStatusClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Topaz.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoStatusClient. /// If no httpClient is provided, a new one will be created.