From d035ef22e1e87230c7d2dd7417fc1ef028782ebb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 01:46:23 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/DId/Generated/DId.AgentsClient.g.cs | 21 +++++++++++++++++++ .../Generated/DId.AgentsStreamsClient.g.cs | 21 +++++++++++++++++++ src/libs/DId/Generated/DId.AudiosClient.g.cs | 21 +++++++++++++++++++ .../DId/Generated/DId.ChatsExportClient.g.cs | 21 +++++++++++++++++++ .../DId/Generated/DId.ClientKeysClient.g.cs | 21 +++++++++++++++++++ .../DId.ClipsPremiumAvatarsClient.g.cs | 21 +++++++++++++++++++ .../DId/Generated/DId.ConsentsClient.g.cs | 21 +++++++++++++++++++ src/libs/DId/Generated/DId.CreditsClient.g.cs | 21 +++++++++++++++++++ src/libs/DId/Generated/DId.DIdClient.g.cs | 21 +++++++++++++++++++ src/libs/DId/Generated/DId.ImagesClient.g.cs | 21 +++++++++++++++++++ .../DId/Generated/DId.KnowledgeClient.g.cs | 21 +++++++++++++++++++ src/libs/DId/Generated/DId.RatingsClient.g.cs | 21 +++++++++++++++++++ .../DId.ScenesExpressAvatarsClient.g.cs | 21 +++++++++++++++++++ src/libs/DId/Generated/DId.SecretsClient.g.cs | 21 +++++++++++++++++++ .../DId/Generated/DId.SettingsClient.g.cs | 21 +++++++++++++++++++ .../DId.TalksStandardAvatarsClient.g.cs | 21 +++++++++++++++++++ .../DId/Generated/DId.V4AvatarsClient.g.cs | 21 +++++++++++++++++++ .../Generated/DId.VideoTranslateClient.g.cs | 21 +++++++++++++++++++ src/libs/DId/Generated/DId.VoicesClient.g.cs | 21 +++++++++++++++++++ 19 files changed, 399 insertions(+) diff --git a/src/libs/DId/Generated/DId.AgentsClient.g.cs b/src/libs/DId/Generated/DId.AgentsClient.g.cs index 06a7b06c..b1423678 100644 --- a/src/libs/DId/Generated/DId.AgentsClient.g.cs +++ b/src/libs/DId/Generated/DId.AgentsClient.g.cs @@ -61,6 +61,27 @@ public AgentsClient( { } + /// + /// Creates a new instance of the AgentsClient 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 AgentsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AgentsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.AgentsStreamsClient.g.cs b/src/libs/DId/Generated/DId.AgentsStreamsClient.g.cs index 63986858..7165b8a3 100644 --- a/src/libs/DId/Generated/DId.AgentsStreamsClient.g.cs +++ b/src/libs/DId/Generated/DId.AgentsStreamsClient.g.cs @@ -61,6 +61,27 @@ public AgentsStreamsClient( { } + /// + /// Creates a new instance of the AgentsStreamsClient 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 AgentsStreamsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AgentsStreamsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.AudiosClient.g.cs b/src/libs/DId/Generated/DId.AudiosClient.g.cs index d4da1645..f558d5a7 100644 --- a/src/libs/DId/Generated/DId.AudiosClient.g.cs +++ b/src/libs/DId/Generated/DId.AudiosClient.g.cs @@ -61,6 +61,27 @@ public AudiosClient( { } + /// + /// Creates a new instance of the AudiosClient 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 AudiosClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AudiosClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.ChatsExportClient.g.cs b/src/libs/DId/Generated/DId.ChatsExportClient.g.cs index 57183209..1eea869f 100644 --- a/src/libs/DId/Generated/DId.ChatsExportClient.g.cs +++ b/src/libs/DId/Generated/DId.ChatsExportClient.g.cs @@ -61,6 +61,27 @@ public ChatsExportClient( { } + /// + /// Creates a new instance of the ChatsExportClient 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 ChatsExportClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ChatsExportClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.ClientKeysClient.g.cs b/src/libs/DId/Generated/DId.ClientKeysClient.g.cs index 3d47a18d..a8f4adc9 100644 --- a/src/libs/DId/Generated/DId.ClientKeysClient.g.cs +++ b/src/libs/DId/Generated/DId.ClientKeysClient.g.cs @@ -61,6 +61,27 @@ public ClientKeysClient( { } + /// + /// Creates a new instance of the ClientKeysClient 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 ClientKeysClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ClientKeysClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.ClipsPremiumAvatarsClient.g.cs b/src/libs/DId/Generated/DId.ClipsPremiumAvatarsClient.g.cs index c210e6ea..561f9fa4 100644 --- a/src/libs/DId/Generated/DId.ClipsPremiumAvatarsClient.g.cs +++ b/src/libs/DId/Generated/DId.ClipsPremiumAvatarsClient.g.cs @@ -61,6 +61,27 @@ public ClipsPremiumAvatarsClient( { } + /// + /// Creates a new instance of the ClipsPremiumAvatarsClient 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 ClipsPremiumAvatarsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ClipsPremiumAvatarsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.ConsentsClient.g.cs b/src/libs/DId/Generated/DId.ConsentsClient.g.cs index 280872f8..c3ede022 100644 --- a/src/libs/DId/Generated/DId.ConsentsClient.g.cs +++ b/src/libs/DId/Generated/DId.ConsentsClient.g.cs @@ -61,6 +61,27 @@ public ConsentsClient( { } + /// + /// Creates a new instance of the ConsentsClient 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 ConsentsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ConsentsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.CreditsClient.g.cs b/src/libs/DId/Generated/DId.CreditsClient.g.cs index 638b0c92..bc160a4a 100644 --- a/src/libs/DId/Generated/DId.CreditsClient.g.cs +++ b/src/libs/DId/Generated/DId.CreditsClient.g.cs @@ -61,6 +61,27 @@ public CreditsClient( { } + /// + /// Creates a new instance of the CreditsClient 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 CreditsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CreditsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.DIdClient.g.cs b/src/libs/DId/Generated/DId.DIdClient.g.cs index 1185c79b..de27df81 100644 --- a/src/libs/DId/Generated/DId.DIdClient.g.cs +++ b/src/libs/DId/Generated/DId.DIdClient.g.cs @@ -224,6 +224,27 @@ public DIdClient( { } + /// + /// Creates a new instance of the DIdClient 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 DIdClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DIdClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.ImagesClient.g.cs b/src/libs/DId/Generated/DId.ImagesClient.g.cs index 371bd396..696daaa7 100644 --- a/src/libs/DId/Generated/DId.ImagesClient.g.cs +++ b/src/libs/DId/Generated/DId.ImagesClient.g.cs @@ -61,6 +61,27 @@ public ImagesClient( { } + /// + /// Creates a new instance of the ImagesClient 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 ImagesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ImagesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.KnowledgeClient.g.cs b/src/libs/DId/Generated/DId.KnowledgeClient.g.cs index 37dffc33..6476cb46 100644 --- a/src/libs/DId/Generated/DId.KnowledgeClient.g.cs +++ b/src/libs/DId/Generated/DId.KnowledgeClient.g.cs @@ -61,6 +61,27 @@ public KnowledgeClient( { } + /// + /// Creates a new instance of the KnowledgeClient 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 KnowledgeClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the KnowledgeClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.RatingsClient.g.cs b/src/libs/DId/Generated/DId.RatingsClient.g.cs index 352b25d7..4f0ccb5c 100644 --- a/src/libs/DId/Generated/DId.RatingsClient.g.cs +++ b/src/libs/DId/Generated/DId.RatingsClient.g.cs @@ -61,6 +61,27 @@ public RatingsClient( { } + /// + /// Creates a new instance of the RatingsClient 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 RatingsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the RatingsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.ScenesExpressAvatarsClient.g.cs b/src/libs/DId/Generated/DId.ScenesExpressAvatarsClient.g.cs index feb37c9f..adc40a6f 100644 --- a/src/libs/DId/Generated/DId.ScenesExpressAvatarsClient.g.cs +++ b/src/libs/DId/Generated/DId.ScenesExpressAvatarsClient.g.cs @@ -61,6 +61,27 @@ public ScenesExpressAvatarsClient( { } + /// + /// Creates a new instance of the ScenesExpressAvatarsClient 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 ScenesExpressAvatarsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ScenesExpressAvatarsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.SecretsClient.g.cs b/src/libs/DId/Generated/DId.SecretsClient.g.cs index 9a21bac2..bbe5e519 100644 --- a/src/libs/DId/Generated/DId.SecretsClient.g.cs +++ b/src/libs/DId/Generated/DId.SecretsClient.g.cs @@ -61,6 +61,27 @@ public SecretsClient( { } + /// + /// Creates a new instance of the SecretsClient 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 SecretsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the SecretsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.SettingsClient.g.cs b/src/libs/DId/Generated/DId.SettingsClient.g.cs index e9da47b5..ca07ba6f 100644 --- a/src/libs/DId/Generated/DId.SettingsClient.g.cs +++ b/src/libs/DId/Generated/DId.SettingsClient.g.cs @@ -61,6 +61,27 @@ public SettingsClient( { } + /// + /// Creates a new instance of the SettingsClient 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 SettingsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the SettingsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.TalksStandardAvatarsClient.g.cs b/src/libs/DId/Generated/DId.TalksStandardAvatarsClient.g.cs index 55eb8a07..c50076c8 100644 --- a/src/libs/DId/Generated/DId.TalksStandardAvatarsClient.g.cs +++ b/src/libs/DId/Generated/DId.TalksStandardAvatarsClient.g.cs @@ -61,6 +61,27 @@ public TalksStandardAvatarsClient( { } + /// + /// Creates a new instance of the TalksStandardAvatarsClient 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 TalksStandardAvatarsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TalksStandardAvatarsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.V4AvatarsClient.g.cs b/src/libs/DId/Generated/DId.V4AvatarsClient.g.cs index fd08d243..8bc42a5e 100644 --- a/src/libs/DId/Generated/DId.V4AvatarsClient.g.cs +++ b/src/libs/DId/Generated/DId.V4AvatarsClient.g.cs @@ -61,6 +61,27 @@ public V4AvatarsClient( { } + /// + /// Creates a new instance of the V4AvatarsClient 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 V4AvatarsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the V4AvatarsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.VideoTranslateClient.g.cs b/src/libs/DId/Generated/DId.VideoTranslateClient.g.cs index 8199e305..d36e586e 100644 --- a/src/libs/DId/Generated/DId.VideoTranslateClient.g.cs +++ b/src/libs/DId/Generated/DId.VideoTranslateClient.g.cs @@ -61,6 +61,27 @@ public VideoTranslateClient( { } + /// + /// Creates a new instance of the VideoTranslateClient 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 VideoTranslateClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VideoTranslateClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/DId/Generated/DId.VoicesClient.g.cs b/src/libs/DId/Generated/DId.VoicesClient.g.cs index 688be63d..20ad55cb 100644 --- a/src/libs/DId/Generated/DId.VoicesClient.g.cs +++ b/src/libs/DId/Generated/DId.VoicesClient.g.cs @@ -61,6 +61,27 @@ public VoicesClient( { } + /// + /// Creates a new instance of the VoicesClient 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 VoicesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::DId.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VoicesClient. /// If no httpClient is provided, a new one will be created.