diff --git a/src/libs/Ultravox/Generated/Ultravox.AccountsClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.AccountsClient.g.cs index 93c6785..f5daef7 100644 --- a/src/libs/Ultravox/Generated/Ultravox.AccountsClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.AccountsClient.g.cs @@ -61,6 +61,27 @@ public AccountsClient( { } + /// + /// Creates a new instance of the AccountsClient 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 AccountsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the AccountsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.AgentsClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.AgentsClient.g.cs index e0efeda..e717bb8 100644 --- a/src/libs/Ultravox/Generated/Ultravox.AgentsClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.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::Ultravox.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/Ultravox/Generated/Ultravox.ApiKeysClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.ApiKeysClient.g.cs index 906915e..0039f86 100644 --- a/src/libs/Ultravox/Generated/Ultravox.ApiKeysClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.ApiKeysClient.g.cs @@ -61,6 +61,27 @@ public ApiKeysClient( { } + /// + /// Creates a new instance of the ApiKeysClient 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 ApiKeysClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ApiKeysClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.CallThrottlesClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.CallThrottlesClient.g.cs index c1aaf67..21f34ae 100644 --- a/src/libs/Ultravox/Generated/Ultravox.CallThrottlesClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.CallThrottlesClient.g.cs @@ -61,6 +61,27 @@ public CallThrottlesClient( { } + /// + /// Creates a new instance of the CallThrottlesClient 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 CallThrottlesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CallThrottlesClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.CallsClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.CallsClient.g.cs index e4df778..2ef4196 100644 --- a/src/libs/Ultravox/Generated/Ultravox.CallsClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.CallsClient.g.cs @@ -61,6 +61,27 @@ public CallsClient( { } + /// + /// Creates a new instance of the CallsClient 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 CallsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CallsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.CorporaClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.CorporaClient.g.cs index 64d00b0..4becccb 100644 --- a/src/libs/Ultravox/Generated/Ultravox.CorporaClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.CorporaClient.g.cs @@ -61,6 +61,27 @@ public CorporaClient( { } + /// + /// Creates a new instance of the CorporaClient 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 CorporaClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the CorporaClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.g.cs index 4ba1b8b..39692ee 100644 --- a/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.DeletedCallsClient.g.cs @@ -61,6 +61,27 @@ public DeletedCallsClient( { } + /// + /// Creates a new instance of the DeletedCallsClient 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 DeletedCallsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the DeletedCallsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.ModelsClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.ModelsClient.g.cs index 3654b04..4d3c06b 100644 --- a/src/libs/Ultravox/Generated/Ultravox.ModelsClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.ModelsClient.g.cs @@ -61,6 +61,27 @@ public ModelsClient( { } + /// + /// Creates a new instance of the ModelsClient 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 ModelsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ModelsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.SchemaClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.SchemaClient.g.cs index 623af12..043f0b6 100644 --- a/src/libs/Ultravox/Generated/Ultravox.SchemaClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.SchemaClient.g.cs @@ -61,6 +61,27 @@ public SchemaClient( { } + /// + /// Creates a new instance of the SchemaClient 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 SchemaClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the SchemaClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.SipClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.SipClient.g.cs index 9858676..716e313 100644 --- a/src/libs/Ultravox/Generated/Ultravox.SipClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.SipClient.g.cs @@ -61,6 +61,27 @@ public SipClient( { } + /// + /// Creates a new instance of the SipClient 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 SipClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the SipClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.TelephonyConfigsClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.TelephonyConfigsClient.g.cs index c8c7674..7e2e701 100644 --- a/src/libs/Ultravox/Generated/Ultravox.TelephonyConfigsClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.TelephonyConfigsClient.g.cs @@ -61,6 +61,27 @@ public TelephonyConfigsClient( { } + /// + /// Creates a new instance of the TelephonyConfigsClient 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 TelephonyConfigsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TelephonyConfigsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.ToolsClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.ToolsClient.g.cs index f6c8886..11f23a6 100644 --- a/src/libs/Ultravox/Generated/Ultravox.ToolsClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.ToolsClient.g.cs @@ -61,6 +61,27 @@ public ToolsClient( { } + /// + /// Creates a new instance of the ToolsClient 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 ToolsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ToolsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.UltravoxClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.UltravoxClient.g.cs index f34408e..d60da77 100644 --- a/src/libs/Ultravox/Generated/Ultravox.UltravoxClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.UltravoxClient.g.cs @@ -188,6 +188,27 @@ public UltravoxClient( { } + /// + /// Creates a new instance of the UltravoxClient 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 UltravoxClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the UltravoxClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Ultravox/Generated/Ultravox.VoicesClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.VoicesClient.g.cs index 8e7154a..2482661 100644 --- a/src/libs/Ultravox/Generated/Ultravox.VoicesClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.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::Ultravox.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. diff --git a/src/libs/Ultravox/Generated/Ultravox.WebhooksClient.g.cs b/src/libs/Ultravox/Generated/Ultravox.WebhooksClient.g.cs index 8e55b8c..d7517df 100644 --- a/src/libs/Ultravox/Generated/Ultravox.WebhooksClient.g.cs +++ b/src/libs/Ultravox/Generated/Ultravox.WebhooksClient.g.cs @@ -61,6 +61,27 @@ public WebhooksClient( { } + /// + /// Creates a new instance of the WebhooksClient 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 WebhooksClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Ultravox.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the WebhooksClient. /// If no httpClient is provided, a new one will be created.