From 82b31e81569df3be06a02063e500ad5d9277c32f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Jun 2026 20:55:02 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Descript.ApiEndpointsClient.ExportTranscript.g.cs | 4 ++-- .../Descript.IApiEndpointsClient.ExportTranscript.g.cs | 4 ++-- .../Descript.Models.ExportTranscriptRequest.g.cs | 8 ++++---- .../Descript.Models.ExportTranscriptRequestFormat.g.cs | 4 ++-- src/libs/Descript/openapi.yaml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs b/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs index 095e6ce..ee22491 100644 --- a/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs +++ b/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs @@ -605,8 +605,8 @@ partial void ProcessExportTranscriptResponseContent( /// Example: 39677a40-1c43-4c36-8449-46cfbc4de2b5 /// /// - /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file. + /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise). /// /// /// Speaker label mode.
diff --git a/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs b/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs index c895bfe..9cdab6c 100644 --- a/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs +++ b/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs @@ -58,8 +58,8 @@ public partial interface IApiEndpointsClient /// Example: 39677a40-1c43-4c36-8449-46cfbc4de2b5 /// /// - /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file. + /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise). /// /// /// Speaker label mode.
diff --git a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs index b029b2b..dafc8af 100644 --- a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs +++ b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs @@ -26,8 +26,8 @@ public sealed partial class ExportTranscriptRequest public global::System.Guid? CompositionId { get; set; } /// - /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file. + /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise). ///
[global::System.Text.Json.Serialization.JsonPropertyName("format")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Descript.JsonConverters.ExportTranscriptRequestFormatJsonConverter))] @@ -73,8 +73,8 @@ public sealed partial class ExportTranscriptRequest /// Example: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb /// /// - /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file. + /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise). /// /// /// The ID of the composition to export. Defaults to the first composition.
diff --git a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs index f390f39..df92f1c 100644 --- a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs +++ b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs @@ -4,8 +4,8 @@ namespace Descript { /// - /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file. + /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise). ///
public enum ExportTranscriptRequestFormat { diff --git a/src/libs/Descript/openapi.yaml b/src/libs/Descript/openapi.yaml index 99cb86f..cb5eede 100644 --- a/src/libs/Descript/openapi.yaml +++ b/src/libs/Descript/openapi.yaml @@ -1194,8 +1194,8 @@ paths: - rtf - docx description: | - Transcript file format. For `docx`, the response `content` field - contains the base64-encoded binary file. + Transcript file format. The response body is the raw transcript file + in the requested format (binary for `docx`, plain text otherwise). include_speaker_labels: type: string enum: