From d87a3deda9173f11f4f1fe16acb8e4f131cf4c62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Apr 2026 01:44:56 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs | 2 +- ...dentificationJobsClient.DeleteLanguageIdentificationJob.g.cs | 2 +- ...entificationJobsClient.GetLanguageIdentificationJobById.g.cs | 2 +- ...tificationResultsClient.GetLanguageIdentificationResult.g.cs | 2 +- ....SentimentAnalysisJobsClient.DeleteSentimentAnalysisJob.g.cs | 2 +- ...SentimentAnalysisJobsClient.GetSentimentAnalysisJobById.g.cs | 2 +- ...ntimentAnalysisResultsClient.GetSentimentAnalysisResult.g.cs | 2 +- ...evAI.TopicExtractionJobsClient.DeleteTopicExtractionJob.g.cs | 2 +- ...vAI.TopicExtractionJobsClient.GetTopicExtractionJobById.g.cs | 2 +- ...I.TopicExtractionResultsClient.GetTopicExtractionResult.g.cs | 2 +- .../RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs | 2 +- .../RevAI.TranscriptionJobsClient.DeleteTranscriptionJob.g.cs | 2 +- .../RevAI.TranscriptionJobsClient.GetTranscriptionJobById.g.cs | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs b/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs index 0fc1366..cda1b5d 100644 --- a/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs +++ b/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs @@ -148,7 +148,7 @@ partial void ProcessGetCaptionsResponseContent( httpRequestMessage: __httpRequest, accept: accept, speakerChannel: speakerChannel, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.DeleteLanguageIdentificationJob.g.cs b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.DeleteLanguageIdentificationJob.g.cs index 0de8ef6..bd2dbef 100644 --- a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.DeleteLanguageIdentificationJob.g.cs +++ b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.DeleteLanguageIdentificationJob.g.cs @@ -120,7 +120,7 @@ partial void ProcessDeleteLanguageIdentificationJobResponse( PrepareDeleteLanguageIdentificationJobRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.GetLanguageIdentificationJobById.g.cs b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.GetLanguageIdentificationJobById.g.cs index 01f808b..87563d8 100644 --- a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.GetLanguageIdentificationJobById.g.cs +++ b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.GetLanguageIdentificationJobById.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetLanguageIdentificationJobByIdResponseContent( PrepareGetLanguageIdentificationJobByIdRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.GetLanguageIdentificationResult.g.cs b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.GetLanguageIdentificationResult.g.cs index a30e565..cbe93cc 100644 --- a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.GetLanguageIdentificationResult.g.cs +++ b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.GetLanguageIdentificationResult.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetLanguageIdentificationResultResponseContent( PrepareGetLanguageIdentificationResultRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.DeleteSentimentAnalysisJob.g.cs b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.DeleteSentimentAnalysisJob.g.cs index ad4936f..8e9ad54 100644 --- a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.DeleteSentimentAnalysisJob.g.cs +++ b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.DeleteSentimentAnalysisJob.g.cs @@ -120,7 +120,7 @@ partial void ProcessDeleteSentimentAnalysisJobResponse( PrepareDeleteSentimentAnalysisJobRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.GetSentimentAnalysisJobById.g.cs b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.GetSentimentAnalysisJobById.g.cs index 02bda99..7290ecc 100644 --- a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.GetSentimentAnalysisJobById.g.cs +++ b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.GetSentimentAnalysisJobById.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetSentimentAnalysisJobByIdResponseContent( PrepareGetSentimentAnalysisJobByIdRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.GetSentimentAnalysisResult.g.cs b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.GetSentimentAnalysisResult.g.cs index 0463aca..67f6de6 100644 --- a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.GetSentimentAnalysisResult.g.cs +++ b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.GetSentimentAnalysisResult.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetSentimentAnalysisResultResponseContent( PrepareGetSentimentAnalysisResultRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.DeleteTopicExtractionJob.g.cs b/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.DeleteTopicExtractionJob.g.cs index d4f9262..2909399 100644 --- a/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.DeleteTopicExtractionJob.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.DeleteTopicExtractionJob.g.cs @@ -120,7 +120,7 @@ partial void ProcessDeleteTopicExtractionJobResponse( PrepareDeleteTopicExtractionJobRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.GetTopicExtractionJobById.g.cs b/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.GetTopicExtractionJobById.g.cs index 440e7b0..553be86 100644 --- a/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.GetTopicExtractionJobById.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.GetTopicExtractionJobById.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetTopicExtractionJobByIdResponseContent( PrepareGetTopicExtractionJobByIdRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.GetTopicExtractionResult.g.cs b/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.GetTopicExtractionResult.g.cs index 2ec54c8..e5f1718 100644 --- a/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.GetTopicExtractionResult.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.GetTopicExtractionResult.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetTopicExtractionResultResponseContent( PrepareGetTopicExtractionResultRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs b/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs index 4883a37..f299269 100644 --- a/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs @@ -139,7 +139,7 @@ partial void ProcessGetTranscriptResponseContent( httpClient: HttpClient, httpRequestMessage: __httpRequest, accept: accept, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.DeleteTranscriptionJob.g.cs b/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.DeleteTranscriptionJob.g.cs index a56eb4c..bd4fd80 100644 --- a/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.DeleteTranscriptionJob.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.DeleteTranscriptionJob.g.cs @@ -120,7 +120,7 @@ partial void ProcessDeleteTranscriptionJobResponse( PrepareDeleteTranscriptionJobRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; } diff --git a/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.GetTranscriptionJobById.g.cs b/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.GetTranscriptionJobById.g.cs index c897f7f..120ad4b 100644 --- a/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.GetTranscriptionJobById.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.GetTranscriptionJobById.g.cs @@ -125,7 +125,7 @@ partial void ProcessGetTranscriptionJobByIdResponseContent( PrepareGetTranscriptionJobByIdRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, - id: id); + id: id!); return __httpRequest; }