Skip to content

Commit 84acbc4

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#146)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent 03535c0 commit 84acbc4

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/libs/ElevenLabs/Generated/ElevenLabs.Models.ASRProvider.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ public enum ASRProvider
1212
///
1313
/// </summary>
1414
Elevenlabs,
15-
/// <summary>
16-
///
17-
/// </summary>
18-
RealtimeScribeV1,
1915
}
2016

2117
/// <summary>
@@ -31,7 +27,6 @@ public static string ToValueString(this ASRProvider value)
3127
return value switch
3228
{
3329
ASRProvider.Elevenlabs => "elevenlabs",
34-
ASRProvider.RealtimeScribeV1 => "realtime_scribe_v1",
3530
_ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
3631
};
3732
}
@@ -43,7 +38,6 @@ public static string ToValueString(this ASRProvider value)
4338
return value switch
4439
{
4540
"elevenlabs" => ASRProvider.Elevenlabs,
46-
"realtime_scribe_v1" => ASRProvider.RealtimeScribeV1,
4741
_ => null,
4842
};
4943
}

src/libs/ElevenLabs/openapi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9596,7 +9596,6 @@ components:
95969596
title: ASRProvider
95979597
enum:
95989598
- elevenlabs
9599-
- realtime_scribe_v1
96009599
type: string
96019600
ASRQuality:
96029601
title: ASRQuality

0 commit comments

Comments
 (0)