From ce3b17cb0137b11ae49034867557c1c7b9d18de9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Apr 2026 04:47:56 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/RevAI/Generated/RevAI.AccountClient.g.cs | 2 +- .../RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs | 8 ++++---- src/libs/RevAI/Generated/RevAI.CaptionsClient.g.cs | 2 +- src/libs/RevAI/Generated/RevAI.IAccountClient.g.cs | 4 ++-- src/libs/RevAI/Generated/RevAI.ICaptionsClient.g.cs | 4 ++-- .../RevAI.ILanguageIdentificationJobsClient.g.cs | 4 ++-- .../RevAI.ILanguageIdentificationResultsClient.g.cs | 4 ++-- src/libs/RevAI/Generated/RevAI.IRevAIClient.g.cs | 2 +- .../Generated/RevAI.ISentimentAnalysisJobsClient.g.cs | 4 ++-- .../Generated/RevAI.ISentimentAnalysisResultsClient.g.cs | 4 ++-- .../RevAI/Generated/RevAI.ITopicExtractionJobsClient.g.cs | 4 ++-- .../Generated/RevAI.ITopicExtractionResultsClient.g.cs | 4 ++-- src/libs/RevAI/Generated/RevAI.ITranscriptClient.g.cs | 4 ++-- .../RevAI/Generated/RevAI.ITranscriptionJobsClient.g.cs | 4 ++-- .../Generated/RevAI.LanguageIdentificationJobsClient.g.cs | 2 +- .../RevAI.LanguageIdentificationResultsClient.g.cs | 2 +- src/libs/RevAI/Generated/RevAI.OptionsSupport.g.cs | 2 ++ .../Generated/RevAI.SentimentAnalysisJobsClient.g.cs | 2 +- .../Generated/RevAI.SentimentAnalysisResultsClient.g.cs | 2 +- .../RevAI/Generated/RevAI.TopicExtractionJobsClient.g.cs | 2 +- .../Generated/RevAI.TopicExtractionResultsClient.g.cs | 2 +- .../Generated/RevAI.TranscriptClient.GetTranscript.g.cs | 8 ++++---- src/libs/RevAI/Generated/RevAI.TranscriptClient.g.cs | 2 +- .../RevAI/Generated/RevAI.TranscriptionJobsClient.g.cs | 2 +- 24 files changed, 41 insertions(+), 39 deletions(-) diff --git a/src/libs/RevAI/Generated/RevAI.AccountClient.g.cs b/src/libs/RevAI/Generated/RevAI.AccountClient.g.cs index 96b55c2..1a40f51 100644 --- a/src/libs/RevAI/Generated/RevAI.AccountClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.AccountClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Account information.
+ /// Account information
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs b/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs index 4af13f4..0fc1366 100644 --- a/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs +++ b/src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs @@ -130,10 +130,10 @@ partial void ProcessGetCaptionsResponseContent( } } - if (accept != default) - { - __httpRequest.Headers.TryAddWithoutValidation("Accept", accept?.ToValueString() ?? string.Empty); - } + if (accept != default) + { + __httpRequest.Headers.TryAddWithoutValidation("Accept", accept?.ToValueString() ?? string.Empty); + } global::RevAI.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/RevAI/Generated/RevAI.CaptionsClient.g.cs b/src/libs/RevAI/Generated/RevAI.CaptionsClient.g.cs index 64b332b..e4d90bc 100644 --- a/src/libs/RevAI/Generated/RevAI.CaptionsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.CaptionsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve caption output (SRT/VTT).
+ /// Retrieve caption output (SRT/VTT)
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.IAccountClient.g.cs b/src/libs/RevAI/Generated/RevAI.IAccountClient.g.cs index 6f45508..b9f2db5 100644 --- a/src/libs/RevAI/Generated/RevAI.IAccountClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.IAccountClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Account information.
+ /// Account information
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface IAccountClient : global::System.IDisposable /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ICaptionsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ICaptionsClient.g.cs index aeb1e02..491cba0 100644 --- a/src/libs/RevAI/Generated/RevAI.ICaptionsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ICaptionsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve caption output (SRT/VTT).
+ /// Retrieve caption output (SRT/VTT)
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ICaptionsClient : global::System.IDisposable /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationJobsClient.g.cs index 6ed9c1c..13dad9c 100644 --- a/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Language identification from audio.
+ /// Language identification from audio
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ILanguageIdentificationJobsClient : global::System.IDis /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationResultsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationResultsClient.g.cs index 3ff25bf..b2f239c 100644 --- a/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationResultsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ILanguageIdentificationResultsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve language identification results.
+ /// Retrieve language identification results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ILanguageIdentificationResultsClient : global::System.I /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.IRevAIClient.g.cs b/src/libs/RevAI/Generated/RevAI.IRevAIClient.g.cs index a62ece0..7d868fb 100644 --- a/src/libs/RevAI/Generated/RevAI.IRevAIClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.IRevAIClient.g.cs @@ -34,12 +34,12 @@ public partial interface IRevAIClient : global::System.IDisposable /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisJobsClient.g.cs index d1a441e..6a6b197 100644 --- a/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Sentiment analysis on text or transcripts.
+ /// Sentiment analysis on text or transcripts
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ISentimentAnalysisJobsClient : global::System.IDisposab /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisResultsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisResultsClient.g.cs index afd5f3a..ca5e9fd 100644 --- a/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisResultsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ISentimentAnalysisResultsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve sentiment analysis results.
+ /// Retrieve sentiment analysis results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ISentimentAnalysisResultsClient : global::System.IDispo /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ITopicExtractionJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ITopicExtractionJobsClient.g.cs index c5267f4..d0e1c85 100644 --- a/src/libs/RevAI/Generated/RevAI.ITopicExtractionJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ITopicExtractionJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Topic extraction from text or transcripts.
+ /// Topic extraction from text or transcripts
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ITopicExtractionJobsClient : global::System.IDisposable /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ITopicExtractionResultsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ITopicExtractionResultsClient.g.cs index 4bbbdc5..d3754f4 100644 --- a/src/libs/RevAI/Generated/RevAI.ITopicExtractionResultsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ITopicExtractionResultsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve topic extraction results.
+ /// Retrieve topic extraction results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ITopicExtractionResultsClient : global::System.IDisposa /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ITranscriptClient.g.cs b/src/libs/RevAI/Generated/RevAI.ITranscriptClient.g.cs index 0fde6df..26c8c69 100644 --- a/src/libs/RevAI/Generated/RevAI.ITranscriptClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ITranscriptClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve transcription results.
+ /// Retrieve transcription results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ITranscriptClient : global::System.IDisposable /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.ITranscriptionJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.ITranscriptionJobsClient.g.cs index 0a28b5e..6e22bab 100644 --- a/src/libs/RevAI/Generated/RevAI.ITranscriptionJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.ITranscriptionJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Async speech-to-text transcription.
+ /// Async speech-to-text transcription
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
@@ -33,12 +33,12 @@ public partial interface ITranscriptionJobsClient : global::System.IDisposable /// ensuring is populated. /// public bool ReadResponseAsString { get; set; } - /// /// Client-wide request defaults such as headers, query parameters, retries, and timeout. /// public global::RevAI.AutoSDKClientOptions Options { get; } + /// /// /// diff --git a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.g.cs index 396a695..cf13948 100644 --- a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Language identification from audio.
+ /// Language identification from audio
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.g.cs b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.g.cs index 9b62a01..bd51842 100644 --- a/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve language identification results.
+ /// Retrieve language identification results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.OptionsSupport.g.cs b/src/libs/RevAI/Generated/RevAI.OptionsSupport.g.cs index ec06c26..01f4381 100644 --- a/src/libs/RevAI/Generated/RevAI.OptionsSupport.g.cs +++ b/src/libs/RevAI/Generated/RevAI.OptionsSupport.g.cs @@ -106,6 +106,7 @@ public sealed class AutoSDKRetryOptions public global::System.TimeSpan? Delay { get; set; } } + /// /// Runtime hook interface for generated SDK lifecycle events. /// @@ -236,6 +237,7 @@ public sealed class AutoSDKHookContext public global::System.Threading.CancellationToken CancellationToken { get; set; } } + internal static class AutoSDKRequestOptionsSupport { internal static global::RevAI.AutoSDKHookContext CreateHookContext( diff --git a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.g.cs index 4369fbc..bed3351 100644 --- a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Sentiment analysis on text or transcripts.
+ /// Sentiment analysis on text or transcripts
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.g.cs b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.g.cs index f86220f..f5d0421 100644 --- a/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve sentiment analysis results.
+ /// Retrieve sentiment analysis results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.g.cs index dfc9911..42976b0 100644 --- a/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Topic extraction from text or transcripts.
+ /// Topic extraction from text or transcripts
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.g.cs b/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.g.cs index 582c0b8..689a6ff 100644 --- a/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve topic extraction results.
+ /// Retrieve topic extraction results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs b/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs index 192f54d..4883a37 100644 --- a/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TranscriptClient.GetTranscript.g.cs @@ -122,10 +122,10 @@ partial void ProcessGetTranscriptResponseContent( } } - if (accept != default) - { - __httpRequest.Headers.TryAddWithoutValidation("Accept", accept?.ToValueString() ?? string.Empty); - } + if (accept != default) + { + __httpRequest.Headers.TryAddWithoutValidation("Accept", accept?.ToValueString() ?? string.Empty); + } global::RevAI.AutoSDKRequestOptionsSupport.ApplyHeaders( request: __httpRequest, diff --git a/src/libs/RevAI/Generated/RevAI.TranscriptClient.g.cs b/src/libs/RevAI/Generated/RevAI.TranscriptClient.g.cs index 982dd69..de80d49 100644 --- a/src/libs/RevAI/Generated/RevAI.TranscriptClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TranscriptClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Retrieve transcription results.
+ /// Retrieve transcription results
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///
diff --git a/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.g.cs b/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.g.cs index 29c6b25..2cf1f5a 100644 --- a/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.g.cs +++ b/src/libs/RevAI/Generated/RevAI.TranscriptionJobsClient.g.cs @@ -4,7 +4,7 @@ namespace RevAI { /// - /// Async speech-to-text transcription.
+ /// Async speech-to-text transcription
/// If no httpClient is provided, a new one will be created.
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used. ///