diff --git a/src/libs/HumeAI/Generated/HumeAI.BatchClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.BatchClient.g.cs index 4b46c5e..2fdbd80 100644 --- a/src/libs/HumeAI/Generated/HumeAI.BatchClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.BatchClient.g.cs @@ -61,6 +61,27 @@ public BatchClient( { } + /// + /// Creates a new instance of the BatchClient 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 BatchClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the BatchClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.ChatGroupsClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.ChatGroupsClient.g.cs index 6ca0cd9..3c968d9 100644 --- a/src/libs/HumeAI/Generated/HumeAI.ChatGroupsClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.ChatGroupsClient.g.cs @@ -61,6 +61,27 @@ public ChatGroupsClient( { } + /// + /// Creates a new instance of the ChatGroupsClient 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 ChatGroupsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ChatGroupsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.ChatsClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.ChatsClient.g.cs index 31d2bde..b2211d8 100644 --- a/src/libs/HumeAI/Generated/HumeAI.ChatsClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.ChatsClient.g.cs @@ -61,6 +61,27 @@ public ChatsClient( { } + /// + /// Creates a new instance of the ChatsClient 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 ChatsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ChatsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.ConfigsClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.ConfigsClient.g.cs index 8313eda..9779afd 100644 --- a/src/libs/HumeAI/Generated/HumeAI.ConfigsClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.ConfigsClient.g.cs @@ -61,6 +61,27 @@ public ConfigsClient( { } + /// + /// Creates a new instance of the ConfigsClient 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 ConfigsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ConfigsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.EviToolsClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.EviToolsClient.g.cs index 0dbb033..2ca3585 100644 --- a/src/libs/HumeAI/Generated/HumeAI.EviToolsClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.EviToolsClient.g.cs @@ -61,6 +61,27 @@ public EviToolsClient( { } + /// + /// Creates a new instance of the EviToolsClient 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 EviToolsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the EviToolsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.HumeAIClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.HumeAIClient.g.cs index d329cfe..3eb3207 100644 --- a/src/libs/HumeAI/Generated/HumeAI.HumeAIClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.HumeAIClient.g.cs @@ -134,6 +134,27 @@ public HumeAIClient( { } + /// + /// Creates a new instance of the HumeAIClient 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 HumeAIClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the HumeAIClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.PromptsClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.PromptsClient.g.cs index 0a6c066..bd60c07 100644 --- a/src/libs/HumeAI/Generated/HumeAI.PromptsClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.PromptsClient.g.cs @@ -61,6 +61,27 @@ public PromptsClient( { } + /// + /// Creates a new instance of the PromptsClient 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 PromptsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the PromptsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.TtsClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.TtsClient.g.cs index 57156b8..b723aa4 100644 --- a/src/libs/HumeAI/Generated/HumeAI.TtsClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.TtsClient.g.cs @@ -61,6 +61,27 @@ public TtsClient( { } + /// + /// Creates a new instance of the TtsClient 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 TtsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::HumeAI.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TtsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/HumeAI/Generated/HumeAI.VoicesClient.g.cs b/src/libs/HumeAI/Generated/HumeAI.VoicesClient.g.cs index 0895319..37eba37 100644 --- a/src/libs/HumeAI/Generated/HumeAI.VoicesClient.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.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::HumeAI.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.