Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/libs/ResembleAI/Generated/ResembleAI.ResembleAIClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,27 @@ public ResembleAIClient(
{
}

/// <summary>
/// Creates a new instance of the ResembleAIClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public ResembleAIClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ResembleAIClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAccountClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAccountClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAccountClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAccountClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAgentKnowledgeBaseClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentKnowledgeBaseClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAgentKnowledgeBaseClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentKnowledgeBaseClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAgentPhoneNumbersClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentPhoneNumbersClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAgentPhoneNumbersClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentPhoneNumbersClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAgentToolsClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentToolsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAgentToolsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentToolsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAgentWebhooksClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentWebhooksClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAgentWebhooksClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentWebhooksClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAgentsClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAgentsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAgentsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAudioEditClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAudioEditClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAudioEditClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAudioEditClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAudioEnhancementClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAudioEnhancementClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAudioEnhancementClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAudioEnhancementClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageAudioSourceTracingClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageAudioSourceTracingClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageAudioSourceTracingClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageAudioSourceTracingClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageClipsClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageClipsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageClipsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageClipsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageCustomPronunciationsClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageCustomPronunciationsClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageCustomPronunciationsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageCustomPronunciationsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public SubpackageDeepfakeDetectionClient(
{
}

/// <summary>
/// Creates a new instance of the SubpackageDeepfakeDetectionClient with explicit options but no base URL override.
/// Skips passing <c>baseUri</c> so the default base URL from the OpenAPI spec applies.
/// </summary>
/// <param name="httpClient">The HttpClient instance. If not provided, a new one will be created.</param>
/// <param name="authorizations">The authorizations to use for the requests.</param>
/// <param name="options">Client-wide request defaults such as headers, query parameters, retries, and timeout.</param>
/// <param name="disposeHttpClient">Dispose the HttpClient when the instance is disposed. True by default.</param>
public SubpackageDeepfakeDetectionClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::ResembleAI.EndPointAuthorization>? authorizations,
global::ResembleAI.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the SubpackageDeepfakeDetectionClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
Loading