From 3e59dbd19bdcc99ab58b7a9e0ea1af349f74fcb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jun 2026 05:03:33 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Vapi.Models.FallbackSonioxTranscriberModel.g.cs | 6 ++++++ .../Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs | 6 ++++++ src/libs/Vapi/openapi.yaml | 6 ++++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs index e9d38e7d..63dd89a5 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.FallbackSonioxTranscriberModel.g.cs @@ -12,6 +12,10 @@ public enum FallbackSonioxTranscriberModel /// /// SttRtV4, + /// + /// + /// + SttRtV5, } /// @@ -27,6 +31,7 @@ public static string ToValueString(this FallbackSonioxTranscriberModel value) return value switch { FallbackSonioxTranscriberModel.SttRtV4 => "stt-rt-v4", + FallbackSonioxTranscriberModel.SttRtV5 => "stt-rt-v5", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -38,6 +43,7 @@ public static string ToValueString(this FallbackSonioxTranscriberModel value) return value switch { "stt-rt-v4" => FallbackSonioxTranscriberModel.SttRtV4, + "stt-rt-v5" => FallbackSonioxTranscriberModel.SttRtV5, _ => null, }; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs index e9cf241f..ec6e115d 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.SonioxTranscriberModel.g.cs @@ -12,6 +12,10 @@ public enum SonioxTranscriberModel /// /// SttRtV4, + /// + /// + /// + SttRtV5, } /// @@ -27,6 +31,7 @@ public static string ToValueString(this SonioxTranscriberModel value) return value switch { SonioxTranscriberModel.SttRtV4 => "stt-rt-v4", + SonioxTranscriberModel.SttRtV5 => "stt-rt-v5", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -38,6 +43,7 @@ public static string ToValueString(this SonioxTranscriberModel value) return value switch { "stt-rt-v4" => SonioxTranscriberModel.SttRtV4, + "stt-rt-v5" => SonioxTranscriberModel.SttRtV5, _ => null, }; } diff --git a/src/libs/Vapi/openapi.yaml b/src/libs/Vapi/openapi.yaml index 4e0efcf3..91e72e60 100644 --- a/src/libs/Vapi/openapi.yaml +++ b/src/libs/Vapi/openapi.yaml @@ -8372,7 +8372,8 @@ "model": { "type": "string", "enum": [ - "stt-rt-v4" + "stt-rt-v4", + "stt-rt-v5" ], "description": "The Soniox model to use for transcription." }, @@ -10772,7 +10773,8 @@ "model": { "type": "string", "enum": [ - "stt-rt-v4" + "stt-rt-v4", + "stt-rt-v5" ], "description": "The Soniox model to use for transcription." },