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/HeyGen/Generated/HeyGen.AssetsClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public AssetsClient(
{
}

/// <summary>
/// Creates a new instance of the AssetsClient 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 AssetsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the AssetsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.CreateVideoApiClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public CreateVideoApiClient(
{
}

/// <summary>
/// Creates a new instance of the CreateVideoApiClient 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 CreateVideoApiClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the CreateVideoApiClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.HeyGenClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,27 @@ public HeyGenClient(
{
}

/// <summary>
/// Creates a new instance of the HeyGenClient 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 HeyGenClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the HeyGenClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.ListsClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,27 @@ public ListsClient(
{
}

/// <summary>
/// Creates a new instance of the ListsClient 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 ListsClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the ListsClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.PersonalizedVideoClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,27 @@ public PersonalizedVideoClient(
{
}

/// <summary>
/// Creates a new instance of the PersonalizedVideoClient 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 PersonalizedVideoClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the PersonalizedVideoClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public StreamingApiClient(
{
}

/// <summary>
/// Creates a new instance of the StreamingApiClient 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 StreamingApiClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the StreamingApiClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.TalkingPhotoClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public TalkingPhotoClient(
{
}

/// <summary>
/// Creates a new instance of the TalkingPhotoClient 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 TalkingPhotoClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the TalkingPhotoClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.TemplateApiClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,27 @@ public TemplateApiClient(
{
}

/// <summary>
/// Creates a new instance of the TemplateApiClient 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 TemplateApiClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the TemplateApiClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.UserClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public UserClient(
{
}

/// <summary>
/// Creates a new instance of the UserClient 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 UserClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the UserClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.VideoTranslateApiClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public VideoTranslateApiClient(
{
}

/// <summary>
/// Creates a new instance of the VideoTranslateApiClient 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 VideoTranslateApiClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

/// <summary>
/// Creates a new instance of the VideoTranslateApiClient.
/// If no httpClient is provided, a new one will be created.
Expand Down
21 changes: 21 additions & 0 deletions src/libs/HeyGen/Generated/HeyGen.WebhooksClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@ public WebhooksClient(
{
}

/// <summary>
/// Creates a new instance of the WebhooksClient 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 WebhooksClient(
global::System.Net.Http.HttpClient? httpClient,
global::System.Collections.Generic.List<global::HeyGen.EndPointAuthorization>? authorizations,
global::HeyGen.AutoSDKClientOptions? options,
bool disposeHttpClient = true) : this(
httpClient,
baseUri: null,
authorizations,
options,
disposeHttpClient: disposeHttpClient)
{
}

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