From a80c8e6a9a02586f60736417c4af50f3599fef89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 03:29:34 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Descript.ApiEndpointsClient.g.cs | 21 +++++++++++++++++++ .../Generated/Descript.DescriptClient.g.cs | 21 +++++++++++++++++++ .../Descript.EditInDescriptClient.g.cs | 21 +++++++++++++++++++ .../Descript.ExportFromDescriptClient.g.cs | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/src/libs/Descript/Generated/Descript.ApiEndpointsClient.g.cs b/src/libs/Descript/Generated/Descript.ApiEndpointsClient.g.cs index 0c89782..419f911 100644 --- a/src/libs/Descript/Generated/Descript.ApiEndpointsClient.g.cs +++ b/src/libs/Descript/Generated/Descript.ApiEndpointsClient.g.cs @@ -62,6 +62,27 @@ public ApiEndpointsClient( { } + /// + /// Creates a new instance of the ApiEndpointsClient 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 ApiEndpointsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Descript.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ApiEndpointsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Descript/Generated/Descript.DescriptClient.g.cs b/src/libs/Descript/Generated/Descript.DescriptClient.g.cs index 8f3d7ac..d62f66c 100644 --- a/src/libs/Descript/Generated/Descript.DescriptClient.g.cs +++ b/src/libs/Descript/Generated/Descript.DescriptClient.g.cs @@ -133,6 +133,27 @@ public DescriptClient( { } + /// + /// Creates a new instance of the DescriptClient 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 DescriptClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Descript.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DescriptClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Descript/Generated/Descript.EditInDescriptClient.g.cs b/src/libs/Descript/Generated/Descript.EditInDescriptClient.g.cs index 882d088..59aa6cc 100644 --- a/src/libs/Descript/Generated/Descript.EditInDescriptClient.g.cs +++ b/src/libs/Descript/Generated/Descript.EditInDescriptClient.g.cs @@ -95,6 +95,27 @@ public EditInDescriptClient( { } + /// + /// Creates a new instance of the EditInDescriptClient 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 EditInDescriptClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Descript.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the EditInDescriptClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Descript/Generated/Descript.ExportFromDescriptClient.g.cs b/src/libs/Descript/Generated/Descript.ExportFromDescriptClient.g.cs index 8062785..cafe601 100644 --- a/src/libs/Descript/Generated/Descript.ExportFromDescriptClient.g.cs +++ b/src/libs/Descript/Generated/Descript.ExportFromDescriptClient.g.cs @@ -73,6 +73,27 @@ public ExportFromDescriptClient( { } + /// + /// Creates a new instance of the ExportFromDescriptClient 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 ExportFromDescriptClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Descript.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ExportFromDescriptClient. /// If no httpClient is provided, a new one will be created.