From 08a54fd1978280a7a5c12525197426977b4f7593 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Feb 2025 01:19:36 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs | 6 +----- src/libs/AssemblyAI/openapi.yaml | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs index 9dc01cb..1c03b85 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs @@ -109,6 +109,7 @@ public sealed partial class Transcript /// Whether custom topics is enabled, either true or false /// [global::System.Text.Json.Serialization.JsonPropertyName("custom_topics")] + [global::System.Obsolete("This property marked as deprecated.")] public bool? CustomTopics { get; set; } /// @@ -460,9 +461,6 @@ public sealed partial class Transcript /// /// Customize how words are spelled and formatted using to and from values /// - /// - /// Whether custom topics is enabled, either true or false - /// /// /// Transcribe Filler Words, like "umm", in your media file; can be true or false /// @@ -632,7 +630,6 @@ public Transcript( bool? contentSafety, object? contentSafetyLabels, global::System.Collections.Generic.IList? customSpelling, - bool? customTopics, bool? disfluencies, global::System.Collections.Generic.IList? entities, bool? entityDetection, @@ -691,7 +688,6 @@ public Transcript( this.ContentSafety = contentSafety; this.ContentSafetyLabels = contentSafetyLabels; this.CustomSpelling = customSpelling; - this.CustomTopics = customTopics; this.Disfluencies = disfluencies; this.Entities = entities; this.EntityDetection = entityDetection; diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml index 72a25c3..5363ca1 100644 --- a/src/libs/AssemblyAI/openapi.yaml +++ b/src/libs/AssemblyAI/openapi.yaml @@ -2825,6 +2825,7 @@ components: x-label: Custom topics enabled description: Whether custom topics is enabled, either true or false type: [boolean, "null"] + deprecated: true topics: x-label: Topics