From dc158c8cc85e7dd31d6c0de7a004f69ec57b6033 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Feb 2025 03:25:06 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../AssemblyAI.LeMURClient.GetLemurResponse.g.cs | 14 +++++++------- ...AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs | 14 +++++++------- .../AssemblyAI.LeMURClient.LemurSummary.g.cs | 14 +++++++------- .../AssemblyAI.LeMURClient.LemurTask.g.cs | 14 +++++++------- ...semblyAI.LeMURClient.PurgeLemurRequestData.g.cs | 14 +++++++------- ...blyAI.StreamingClient.CreateTemporaryToken.g.cs | 14 +++++++------- ...semblyAI.TranscriptClient.CreateTranscript.g.cs | 14 +++++++------- ...semblyAI.TranscriptClient.DeleteTranscript.g.cs | 14 +++++++------- ...semblyAI.TranscriptClient.GetRedactedAudio.g.cs | 14 +++++++------- .../AssemblyAI.TranscriptClient.GetSubtitles.g.cs | 14 +++++++------- .../AssemblyAI.TranscriptClient.GetTranscript.g.cs | 14 +++++++------- ...I.TranscriptClient.GetTranscriptParagraphs.g.cs | 14 +++++++------- ...AI.TranscriptClient.GetTranscriptSentences.g.cs | 14 +++++++------- ...ssemblyAI.TranscriptClient.ListTranscripts.g.cs | 14 +++++++------- .../AssemblyAI.TranscriptClient.UploadFile.g.cs | 14 +++++++------- .../AssemblyAI.TranscriptClient.WordSearch.g.cs | 14 +++++++------- 16 files changed, 112 insertions(+), 112 deletions(-) diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs index 3d82fc9..9003df2 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs @@ -102,7 +102,7 @@ partial void ProcessGetLemurResponseResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -130,7 +130,7 @@ partial void ProcessGetLemurResponseResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -158,7 +158,7 @@ partial void ProcessGetLemurResponseResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -186,7 +186,7 @@ partial void ProcessGetLemurResponseResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -214,7 +214,7 @@ partial void ProcessGetLemurResponseResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -239,7 +239,7 @@ partial void ProcessGetLemurResponseResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -263,7 +263,7 @@ partial void ProcessGetLemurResponseResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs index 805c2c0..ec76a44 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs @@ -109,7 +109,7 @@ partial void ProcessLemurQuestionAnswerResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -137,7 +137,7 @@ partial void ProcessLemurQuestionAnswerResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -165,7 +165,7 @@ partial void ProcessLemurQuestionAnswerResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -193,7 +193,7 @@ partial void ProcessLemurQuestionAnswerResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -221,7 +221,7 @@ partial void ProcessLemurQuestionAnswerResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -246,7 +246,7 @@ partial void ProcessLemurQuestionAnswerResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -270,7 +270,7 @@ partial void ProcessLemurQuestionAnswerResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs index ceae5bd..b71231c 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs @@ -109,7 +109,7 @@ partial void ProcessLemurSummaryResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -137,7 +137,7 @@ partial void ProcessLemurSummaryResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -165,7 +165,7 @@ partial void ProcessLemurSummaryResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -193,7 +193,7 @@ partial void ProcessLemurSummaryResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -221,7 +221,7 @@ partial void ProcessLemurSummaryResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -246,7 +246,7 @@ partial void ProcessLemurSummaryResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -270,7 +270,7 @@ partial void ProcessLemurSummaryResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs index fa71b00..057688e 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs @@ -108,7 +108,7 @@ partial void ProcessLemurTaskResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -136,7 +136,7 @@ partial void ProcessLemurTaskResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -164,7 +164,7 @@ partial void ProcessLemurTaskResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -192,7 +192,7 @@ partial void ProcessLemurTaskResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -220,7 +220,7 @@ partial void ProcessLemurTaskResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -245,7 +245,7 @@ partial void ProcessLemurTaskResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -269,7 +269,7 @@ partial void ProcessLemurTaskResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs index 5b573df..960af6a 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs @@ -103,7 +103,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -131,7 +131,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -159,7 +159,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -187,7 +187,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -215,7 +215,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -240,7 +240,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -264,7 +264,7 @@ partial void ProcessPurgeLemurRequestDataResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.StreamingClient.CreateTemporaryToken.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.StreamingClient.CreateTemporaryToken.g.cs index b53b80b..a6e3501 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.StreamingClient.CreateTemporaryToken.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.StreamingClient.CreateTemporaryToken.g.cs @@ -110,7 +110,7 @@ partial void ProcessCreateTemporaryTokenResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -138,7 +138,7 @@ partial void ProcessCreateTemporaryTokenResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -166,7 +166,7 @@ partial void ProcessCreateTemporaryTokenResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -194,7 +194,7 @@ partial void ProcessCreateTemporaryTokenResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -222,7 +222,7 @@ partial void ProcessCreateTemporaryTokenResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -247,7 +247,7 @@ partial void ProcessCreateTemporaryTokenResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -271,7 +271,7 @@ partial void ProcessCreateTemporaryTokenResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs index db30a32..5e79ef5 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs @@ -108,7 +108,7 @@ partial void ProcessCreateTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -136,7 +136,7 @@ partial void ProcessCreateTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -164,7 +164,7 @@ partial void ProcessCreateTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -192,7 +192,7 @@ partial void ProcessCreateTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -220,7 +220,7 @@ partial void ProcessCreateTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -245,7 +245,7 @@ partial void ProcessCreateTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -269,7 +269,7 @@ partial void ProcessCreateTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs index c0e1dd3..48ca2dc 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs @@ -102,7 +102,7 @@ partial void ProcessDeleteTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -130,7 +130,7 @@ partial void ProcessDeleteTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -158,7 +158,7 @@ partial void ProcessDeleteTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -186,7 +186,7 @@ partial void ProcessDeleteTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -214,7 +214,7 @@ partial void ProcessDeleteTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -239,7 +239,7 @@ partial void ProcessDeleteTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -263,7 +263,7 @@ partial void ProcessDeleteTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs index 0cc666d..f8fdfe8 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs @@ -102,7 +102,7 @@ partial void ProcessGetRedactedAudioResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -130,7 +130,7 @@ partial void ProcessGetRedactedAudioResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -158,7 +158,7 @@ partial void ProcessGetRedactedAudioResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -186,7 +186,7 @@ partial void ProcessGetRedactedAudioResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -214,7 +214,7 @@ partial void ProcessGetRedactedAudioResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -239,7 +239,7 @@ partial void ProcessGetRedactedAudioResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -263,7 +263,7 @@ partial void ProcessGetRedactedAudioResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs index c2360e6..bbea0ca 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs @@ -119,7 +119,7 @@ partial void ProcessGetSubtitlesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -147,7 +147,7 @@ partial void ProcessGetSubtitlesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -175,7 +175,7 @@ partial void ProcessGetSubtitlesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -203,7 +203,7 @@ partial void ProcessGetSubtitlesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -231,7 +231,7 @@ partial void ProcessGetSubtitlesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -256,7 +256,7 @@ partial void ProcessGetSubtitlesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -280,7 +280,7 @@ partial void ProcessGetSubtitlesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs index df4c981..cc6ac47 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs @@ -102,7 +102,7 @@ partial void ProcessGetTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -130,7 +130,7 @@ partial void ProcessGetTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -158,7 +158,7 @@ partial void ProcessGetTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -186,7 +186,7 @@ partial void ProcessGetTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -214,7 +214,7 @@ partial void ProcessGetTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -239,7 +239,7 @@ partial void ProcessGetTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -263,7 +263,7 @@ partial void ProcessGetTranscriptResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs index 06ae868..b46ae16 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs @@ -102,7 +102,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -130,7 +130,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -158,7 +158,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -186,7 +186,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -214,7 +214,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -239,7 +239,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -263,7 +263,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs index 7a48fb8..bb5398b 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs @@ -102,7 +102,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -130,7 +130,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -158,7 +158,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -186,7 +186,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -214,7 +214,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -239,7 +239,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -263,7 +263,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs index 79b8cf1..e073b3a 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs @@ -143,7 +143,7 @@ partial void ProcessListTranscriptsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -171,7 +171,7 @@ partial void ProcessListTranscriptsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -199,7 +199,7 @@ partial void ProcessListTranscriptsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -227,7 +227,7 @@ partial void ProcessListTranscriptsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -255,7 +255,7 @@ partial void ProcessListTranscriptsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -280,7 +280,7 @@ partial void ProcessListTranscriptsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -304,7 +304,7 @@ partial void ProcessListTranscriptsResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs index e3da549..0662c67 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs @@ -96,7 +96,7 @@ partial void ProcessUploadFileResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -124,7 +124,7 @@ partial void ProcessUploadFileResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -152,7 +152,7 @@ partial void ProcessUploadFileResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -180,7 +180,7 @@ partial void ProcessUploadFileResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -208,7 +208,7 @@ partial void ProcessUploadFileResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -233,7 +233,7 @@ partial void ProcessUploadFileResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -257,7 +257,7 @@ partial void ProcessUploadFileResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504, diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs index 74fca0c..d7482d1 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs @@ -111,7 +111,7 @@ partial void ProcessWordSearchResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_400, @@ -139,7 +139,7 @@ partial void ProcessWordSearchResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_401, @@ -167,7 +167,7 @@ partial void ProcessWordSearchResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_404 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_404, @@ -195,7 +195,7 @@ partial void ProcessWordSearchResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_429, @@ -223,7 +223,7 @@ partial void ProcessWordSearchResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_500, @@ -248,7 +248,7 @@ partial void ProcessWordSearchResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_503 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_503, @@ -272,7 +272,7 @@ partial void ProcessWordSearchResponseContent( } throw new global::AssemblyAI.ApiException( - message: __response.ReasonPhrase ?? string.Empty, + message: __content_504 ?? __response.ReasonPhrase ?? string.Empty, statusCode: __response.StatusCode) { ResponseBody = __content_504,