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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ partial void ProcessV1VideoDeleteResponse(
var __pathBuilder = new global::HeyGen.PathBuilder(
path: "/v1/video.delete",
baseUri: HttpClient.BaseAddress);
__pathBuilder
__pathBuilder
.AddOptionalParameter("video_id", videoId)
;
var __path = __pathBuilder.ToString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ partial void ProcessV2VideoGenerateResponse(
/// Example: My Title
/// </param>
/// <param name="videoInputs">
/// Example: []
/// Example: [{"character":{"avatar_id":"Kristin_public_3_20240108","avatar_style":"normal","type":"avatar"},"voice":{"input_text":"Welcome to the new era of video creation with HeyGen! Simply type your script to get started!","type":"text","voice_id":"2f72ee82b83d4b00af16c4771d611752"}}]
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ partial void ProcessV1VideoStatusGetResponse(
var __pathBuilder = new global::HeyGen.PathBuilder(
path: "/v1/video_status.get",
baseUri: HttpClient.BaseAddress);
__pathBuilder
__pathBuilder
.AddOptionalParameter("video_id", videoId)
;
var __path = __pathBuilder.ToString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public partial interface ICreateVideoAPIClient
/// Example: My Title
/// </param>
/// <param name="videoInputs">
/// Example: []
/// Example: [{"character":{"avatar_id":"Kristin_public_3_20240108","avatar_style":"normal","type":"avatar"},"voice":{"input_text":"Welcome to the new era of video creation with HeyGen! Simply type your script to get started!","type":"text","voice_id":"2f72ee82b83d4b00af16c4771d611752"}}]
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial interface IPersonalizedVideoClient
/// Example: &lt;project_id&gt;
/// </param>
/// <param name="variablesList">
/// Example: []
/// Example: [{"email":"john@mail.com","first_name":"John"}]
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ public sealed partial class PersonalizedVideoAddContactRequest
public string? ProjectId { get; set; }

/// <summary>
/// Example: []
/// Example: [{"email":"john@mail.com","first_name":"John"}]
/// </summary>
/// <example>[]</example>
/// <example>[{"email":"john@mail.com","first_name":"John"}]</example>
[global::System.Text.Json.Serialization.JsonPropertyName("variables_list")]
public global::System.Collections.Generic.IList<global::HeyGen.PersonalizedVideoAddContactRequestVariablesListItem>? VariablesList { get; set; }

Expand All @@ -35,7 +35,7 @@ public sealed partial class PersonalizedVideoAddContactRequest
/// Example: &lt;project_id&gt;
/// </param>
/// <param name="variablesList">
/// Example: []
/// Example: [{"email":"john@mail.com","first_name":"John"}]
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public sealed partial class V2VideoGenerateRequest
public string? Title { get; set; }

/// <summary>
/// Example: []
/// Example: [{"character":{"avatar_id":"Kristin_public_3_20240108","avatar_style":"normal","type":"avatar"},"voice":{"input_text":"Welcome to the new era of video creation with HeyGen! Simply type your script to get started!","type":"text","voice_id":"2f72ee82b83d4b00af16c4771d611752"}}]
/// </summary>
/// <example>[]</example>
/// <example>[{"character":{"avatar_id":"Kristin_public_3_20240108","avatar_style":"normal","type":"avatar"},"voice":{"input_text":"Welcome to the new era of video creation with HeyGen! Simply type your script to get started!","type":"text","voice_id":"2f72ee82b83d4b00af16c4771d611752"}}]</example>
[global::System.Text.Json.Serialization.JsonPropertyName("video_inputs")]
public global::System.Collections.Generic.IList<global::HeyGen.V2VideoGenerateRequestVideoInput>? VideoInputs { get; set; }

Expand All @@ -66,7 +66,7 @@ public sealed partial class V2VideoGenerateRequest
/// Example: My Title
/// </param>
/// <param name="videoInputs">
/// Example: []
/// Example: [{"character":{"avatar_id":"Kristin_public_3_20240108","avatar_style":"normal","type":"avatar"},"voice":{"input_text":"Welcome to the new era of video creation with HeyGen! Simply type your script to get started!","type":"text","voice_id":"2f72ee82b83d4b00af16c4771d611752"}}]
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ partial void ProcessPersonalizedVideoAddContactResponse(
/// Example: &lt;project_id&gt;
/// </param>
/// <param name="variablesList">
/// Example: []
/// Example: [{"email":"john@mail.com","first_name":"John"}]
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ partial void ProcessPersonalizedVideoAudienceDetailResponse(
var __pathBuilder = new global::HeyGen.PathBuilder(
path: "/v1/personalized_video/audience/detail",
baseUri: HttpClient.BaseAddress);
__pathBuilder
__pathBuilder
.AddOptionalParameter("id", id)
;
var __path = __pathBuilder.ToString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ partial void ProcessPersonalizedVideoProjectDetailResponse(
var __pathBuilder = new global::HeyGen.PathBuilder(
path: "/v1/personalized_video/project/detail",
baseUri: HttpClient.BaseAddress);
__pathBuilder
__pathBuilder
.AddOptionalParameter("id", id)
;
var __path = __pathBuilder.ToString();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ partial void ProcessV1WebhookEndpointDeleteResponse(
var __pathBuilder = new global::HeyGen.PathBuilder(
path: "/v1/webhook/endpoint.delete",
baseUri: HttpClient.BaseAddress);
__pathBuilder
__pathBuilder
.AddOptionalParameter("endpoint_id", endpointId)
;
var __path = __pathBuilder.ToString();
Expand Down
Loading