diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs
index aa3e994..bb4cf7b 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs
@@ -120,18 +120,6 @@ public sealed partial class Transcript
[global::System.Text.Json.Serialization.JsonPropertyName("disfluencies")]
public bool? Disfluencies { get; set; }
- ///
- /// Whether [Multichannel transcription](https://www.assemblyai.com/docs/models/speech-recognition#multichannel-transcription) was enabled in the transcription request, either true or false
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("multichannel")]
- public bool? Multichannel { get; set; }
-
- ///
- /// The number of audio channels in the audio file. This is only present when multichannel is enabled.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("audio_channels")]
- public int? AudioChannels { get; set; }
-
///
/// Whether [Dual channel transcription](https://www.assemblyai.com/docs/models/speech-recognition#dual-channel-transcription) was enabled in the transcription request, either true or false
///
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs
index ed18d9f..cb44d3c 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs
@@ -64,13 +64,6 @@ public sealed partial class TranscriptOptionalParams
[global::System.Text.Json.Serialization.JsonPropertyName("disfluencies")]
public bool? Disfluencies { get; set; }
- ///
- /// Enable [Multichannel](https://www.assemblyai.com/docs/models/speech-recognition#multichannel-transcription) transcription, can be true or false.
- /// Default Value: false
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("multichannel")]
- public bool? Multichannel { get; set; }
-
///
/// Enable [Dual Channel](https://www.assemblyai.com/docs/models/speech-recognition#dual-channel-transcription) transcription, can be true or false.
/// Default Value: false
diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml
index 1d8230d..0b7ba8c 100644
--- a/src/libs/AssemblyAI/openapi.yaml
+++ b/src/libs/AssemblyAI/openapi.yaml
@@ -1150,11 +1150,6 @@ components:
description: 'Transcribe Filler Words, like "umm", in your media file; can be true or false'
default: false
x-label: Disfluencies
- multichannel:
- type: boolean
- description: 'Enable [Multichannel](https://www.assemblyai.com/docs/models/speech-recognition#multichannel-transcription) transcription, can be true or false.'
- default: false
- x-label: Multichannel
dual_channel:
type: boolean
description: 'Enable [Dual Channel](https://www.assemblyai.com/docs/models/speech-recognition#dual-channel-transcription) transcription, can be true or false.'
@@ -1318,7 +1313,6 @@ components:
language_confidence_threshold: 0.7
punctuate: true
format_text: true
- multichannel: true
dual_channel: false
webhook_url: https://your-webhook-url.tld/path
webhook_auth_header_name: webhook-secret
@@ -1380,7 +1374,6 @@ components:
audio_url: https://assembly.ai/wildfires.mp3
punctuate: true
format_text: true
- multichannel: true
dual_channel: false
webhook_url: https://your-webhook-url/path
webhook_auth_header_name: webhook-secret
@@ -2382,15 +2375,6 @@ components:
description: 'Transcribe Filler Words, like "umm", in your media file; can be true or false'
nullable: true
x-label: Disfluencies
- multichannel:
- type: boolean
- description: 'Whether [Multichannel transcription](https://www.assemblyai.com/docs/models/speech-recognition#multichannel-transcription) was enabled in the transcription request, either true or false'
- nullable: true
- x-label: Multichannel
- audio_channels:
- type: integer
- description: The number of audio channels in the audio file. This is only present when multichannel is enabled.
- x-label: Audio channels
dual_channel:
type: boolean
description: 'Whether [Dual channel transcription](https://www.assemblyai.com/docs/models/speech-recognition#dual-channel-transcription) was enabled in the transcription request, either true or false'
@@ -2793,7 +2777,6 @@ components:
audio_duration: 281
punctuate: true
format_text: true
- multichannel: false
dual_channel: false
webhook_url: https://your-webhook-url.tld/path
webhook_status_code: 200
@@ -5093,7 +5076,6 @@ components:
audio_duration: '390'
punctuate: 'null'
format_text: 'null'
- multichannel: 'false'
dual_channel: 'null'
webhook_url: http://deleted_by_user
webhook_status_code: 'null'