diff --git a/src/libs/ResembleAI/Generated/ResembleAI.DetectAgentsClient.RunDetectAgentInvestigation.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.DetectAgentsClient.RunDetectAgentInvestigation.g.cs index dd62972..e387a07 100644 --- a/src/libs/ResembleAI/Generated/ResembleAI.DetectAgentsClient.RunDetectAgentInvestigation.g.cs +++ b/src/libs/ResembleAI/Generated/ResembleAI.DetectAgentsClient.RunDetectAgentInvestigation.g.cs @@ -165,10 +165,6 @@ partial void ProcessRunDetectAgentInvestigationResponseContent( } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); - __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent(uuid ?? string.Empty), - name: "\"uuid\""); - if (request.File != default) { diff --git a/src/libs/ResembleAI/Generated/ResembleAI.IdentityClient.CreateIdentityAttachment.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.IdentityClient.CreateIdentityAttachment.g.cs index f09d717..4c2f6d7 100644 --- a/src/libs/ResembleAI/Generated/ResembleAI.IdentityClient.CreateIdentityAttachment.g.cs +++ b/src/libs/ResembleAI/Generated/ResembleAI.IdentityClient.CreateIdentityAttachment.g.cs @@ -161,10 +161,6 @@ partial void ProcessCreateIdentityAttachmentResponseContent( } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); - __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent(uuid ?? string.Empty), - name: "\"uuid\""); - __httpRequestContent.Add( content: new global::System.Net.Http.StringContent(request.Modality.ToValueString()), name: "\"modality\""); @@ -741,10 +737,6 @@ request.Filename is null } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); - __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent(uuid ?? string.Empty), - name: "\"uuid\""); - __httpRequestContent.Add( content: new global::System.Net.Http.StringContent(request.Modality.ToValueString()), name: "\"modality\""); @@ -1276,10 +1268,6 @@ request.Filename is null } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); - __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent(uuid ?? string.Empty), - name: "\"uuid\""); - __httpRequestContent.Add( content: new global::System.Net.Http.StringContent(request.Modality.ToValueString()), name: "\"modality\""); diff --git a/src/libs/ResembleAI/Generated/ResembleAI.RecordingsClient.CreateRecording.g.cs b/src/libs/ResembleAI/Generated/ResembleAI.RecordingsClient.CreateRecording.g.cs index fb967f1..6786532 100644 --- a/src/libs/ResembleAI/Generated/ResembleAI.RecordingsClient.CreateRecording.g.cs +++ b/src/libs/ResembleAI/Generated/ResembleAI.RecordingsClient.CreateRecording.g.cs @@ -161,10 +161,6 @@ partial void ProcessCreateRecordingResponseContent( } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); - __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent(voiceUuid ?? string.Empty), - name: "\"voice_uuid\""); - var __contentFile = new global::System.Net.Http.ByteArrayContent(request.File ?? global::System.Array.Empty()); __contentFile.Headers.ContentType = new global::System.Net.Http.Headers.MediaTypeHeaderValue( request.Filename is null @@ -695,10 +691,6 @@ request.Filename is null } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); - __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent(voiceUuid ?? string.Empty), - name: "\"voice_uuid\""); - var __contentFile = new global::System.Net.Http.StreamContent(file); __contentFile.Headers.ContentType = new global::System.Net.Http.Headers.MediaTypeHeaderValue( request.Filename is null @@ -1162,10 +1154,6 @@ request.Filename is null } var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent(); - __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent(voiceUuid ?? string.Empty), - name: "\"voice_uuid\""); - var __contentFile = new global::System.Net.Http.StreamContent(file); __contentFile.Headers.ContentType = new global::System.Net.Http.Headers.MediaTypeHeaderValue( request.Filename is null