diff --git a/src/libs/HeyGen/Generated/HeyGen.CreateVideoApiClient.V2VideoGenerate.g.cs b/src/libs/HeyGen/Generated/HeyGen.CreateVideoApiClient.V2VideoGenerate.g.cs index 4f9d99f..0f9888e 100644 --- a/src/libs/HeyGen/Generated/HeyGen.CreateVideoApiClient.V2VideoGenerate.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.CreateVideoApiClient.V2VideoGenerate.g.cs @@ -198,6 +198,7 @@ partial void ProcessV2VideoGenerateResponse( global::System.Collections.Generic.IList? videoInputs = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.V2VideoGenerateRequest { AspectRatio = aspectRatio, diff --git a/src/libs/HeyGen/Generated/HeyGen.PersonalizedVideoClient.PersonalizedVideoAddContact.g.cs b/src/libs/HeyGen/Generated/HeyGen.PersonalizedVideoClient.PersonalizedVideoAddContact.g.cs index 94bd120..bd22043 100644 --- a/src/libs/HeyGen/Generated/HeyGen.PersonalizedVideoClient.PersonalizedVideoAddContact.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.PersonalizedVideoClient.PersonalizedVideoAddContact.g.cs @@ -182,6 +182,7 @@ partial void ProcessPersonalizedVideoAddContactResponse( global::System.Collections.Generic.IList? variablesList = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.PersonalizedVideoAddContactRequest { ProjectId = projectId, diff --git a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingCreateToken.g.cs b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingCreateToken.g.cs index 9ba1d2c..9e2cd63 100644 --- a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingCreateToken.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingCreateToken.g.cs @@ -174,6 +174,7 @@ partial void ProcessStreamingCreateTokenResponse( public async global::System.Threading.Tasks.Task StreamingCreateTokenAsync( global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new object { }; diff --git a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingIce.g.cs b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingIce.g.cs index a546b8a..80f3dc9 100644 --- a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingIce.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingIce.g.cs @@ -180,6 +180,7 @@ partial void ProcessStreamingIceResponse( string? sessionId = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.StreamingIceRequest { Candidate = candidate, diff --git a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingInterrupt.g.cs b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingInterrupt.g.cs index 42671f0..4934211 100644 --- a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingInterrupt.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingInterrupt.g.cs @@ -178,6 +178,7 @@ partial void ProcessStreamingInterruptResponse( string? sessionId = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.StreamingInterruptRequest { SessionId = sessionId, diff --git a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingNew.g.cs b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingNew.g.cs index 08f6264..1831cff 100644 --- a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingNew.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingNew.g.cs @@ -178,6 +178,7 @@ partial void ProcessStreamingNewResponse( string? quality = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.StreamingNewRequest { Quality = quality, diff --git a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStart.g.cs b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStart.g.cs index 84d2324..67defb2 100644 --- a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStart.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStart.g.cs @@ -180,6 +180,7 @@ partial void ProcessStreamingStartResponse( string? sessionId = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.StreamingStartRequest { Sdp = sdp, diff --git a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStop.g.cs b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStop.g.cs index 37df261..08a9661 100644 --- a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStop.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingStop.g.cs @@ -178,6 +178,7 @@ partial void ProcessStreamingStopResponse( string? sessionId = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.StreamingStopRequest { SessionId = sessionId, diff --git a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingTask.g.cs b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingTask.g.cs index de2f52d..ebd50a2 100644 --- a/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingTask.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.StreamingApiClient.StreamingTask.g.cs @@ -182,6 +182,7 @@ partial void ProcessStreamingTaskResponse( string? text = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.StreamingTaskRequest { SessionId = sessionId, diff --git a/src/libs/HeyGen/Generated/HeyGen.TemplateApiClient.V2TemplateGenerate.g.cs b/src/libs/HeyGen/Generated/HeyGen.TemplateApiClient.V2TemplateGenerate.g.cs index c9095f9..53e2911 100644 --- a/src/libs/HeyGen/Generated/HeyGen.TemplateApiClient.V2TemplateGenerate.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.TemplateApiClient.V2TemplateGenerate.g.cs @@ -192,6 +192,7 @@ partial void ProcessV2TemplateGenerateResponse( global::HeyGen.V2TemplateGenerateRequestVariables? variables = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.V2TemplateGenerateRequest { Caption = caption, diff --git a/src/libs/HeyGen/Generated/HeyGen.VideoTranslateApiClient.V2VideoTranslate.g.cs b/src/libs/HeyGen/Generated/HeyGen.VideoTranslateApiClient.V2VideoTranslate.g.cs index 6f2bc39..c1c9b84 100644 --- a/src/libs/HeyGen/Generated/HeyGen.VideoTranslateApiClient.V2VideoTranslate.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.VideoTranslateApiClient.V2VideoTranslate.g.cs @@ -194,6 +194,7 @@ partial void ProcessV2VideoTranslateResponse( string? videoUrl = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.V2VideoTranslateRequest { OutputLanguage = outputLanguage, diff --git a/src/libs/HeyGen/Generated/HeyGen.WebhooksClient.V1WebhookEndpointAdd.g.cs b/src/libs/HeyGen/Generated/HeyGen.WebhooksClient.V1WebhookEndpointAdd.g.cs index 6e0a9cf..05cf82e 100644 --- a/src/libs/HeyGen/Generated/HeyGen.WebhooksClient.V1WebhookEndpointAdd.g.cs +++ b/src/libs/HeyGen/Generated/HeyGen.WebhooksClient.V1WebhookEndpointAdd.g.cs @@ -182,6 +182,7 @@ partial void ProcessV1WebhookEndpointAddResponse( string? url = default, global::System.Threading.CancellationToken cancellationToken = default) { + var __request = new global::HeyGen.V1WebhookEndpointAddRequest { Events = events,