Skip to content

Commit 1707f55

Browse files
committed
feat(openapi.json): added Vapi as a voice provider and fallback voice
1 parent 7e2a8e3 commit 1707f55

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

fern/apis/api/openapi.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8625,6 +8625,10 @@
86258625
"$ref": "#/components/schemas/FallbackElevenLabsVoice",
86268626
"title": "ElevenLabs"
86278627
},
8628+
{
8629+
"$ref": "#/components/schemas/FallbackVapiVoice",
8630+
"title": "Vapi"
8631+
},
86288632
{
86298633
"$ref": "#/components/schemas/FallbackLMNTVoice",
86308634
"title": "LMNT"
@@ -24705,6 +24709,7 @@
2470524709
"type": "object",
2470624710
"description": "This is the voice provider that will be used.",
2470724711
"enum": [
24712+
"vapi",
2470824713
"11labs",
2470924714
"azure",
2471024715
"cartesia",
@@ -25398,6 +25403,7 @@
2539825403
"type": "array",
2539925404
"description": "List of providers you want to sync.",
2540025405
"enum": [
25406+
"vapi",
2540125407
"11labs",
2540225408
"azure",
2540325409
"cartesia",
@@ -25416,6 +25422,7 @@
2541625422
"items": {
2541725423
"type": "string",
2541825424
"enum": [
25425+
"vapi",
2541925426
"11labs",
2542025427
"azure",
2542125428
"cartesia",
@@ -25843,7 +25850,8 @@
2584325850
"enum": [
2584425851
"queued",
2584525852
"in-progress",
25846-
"completed"
25853+
"completed",
25854+
"failed"
2584725855
]
2584825856
},
2584925857
"id": {

0 commit comments

Comments
 (0)