From cfe6764abad7e26e90e391445288445c7166bfa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Aug 2026 01:38:35 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...tectAgentsClient.RunDetectAgentInvestigation.g.cs | 4 ---- ...leAI.IdentityClient.CreateIdentityAttachment.g.cs | 12 ------------ .../ResembleAI.RecordingsClient.CreateRecording.g.cs | 12 ------------ 3 files changed, 28 deletions(-) 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