Skip to content

Commit 4d0fbf6

Browse files
chore: update OpenAPI specification (#355)
Co-authored-by: GitHub Actions <[email protected]>
1 parent f381db6 commit 4d0fbf6

File tree

1 file changed

+168
-0
lines changed

1 file changed

+168
-0
lines changed

fern/apis/api/openapi.json

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11608,6 +11608,12 @@
1160811608
"AzureVoice": {
1160911609
"type": "object",
1161011610
"properties": {
11611+
"cachingEnabled": {
11612+
"type": "boolean",
11613+
"description": "This is the flag to toggle voice caching for the assistant.",
11614+
"example": true,
11615+
"default": true
11616+
},
1161111617
"provider": {
1161211618
"type": "string",
1161311619
"description": "This is the voice provider that will be used.",
@@ -11718,6 +11724,12 @@
1171811724
"CartesiaVoice": {
1171911725
"type": "object",
1172011726
"properties": {
11727+
"cachingEnabled": {
11728+
"type": "boolean",
11729+
"description": "This is the flag to toggle voice caching for the assistant.",
11730+
"example": true,
11731+
"default": true
11732+
},
1172111733
"provider": {
1172211734
"type": "string",
1172311735
"description": "This is the voice provider that will be used.",
@@ -11796,6 +11808,12 @@
1179611808
"CustomVoice": {
1179711809
"type": "object",
1179811810
"properties": {
11811+
"cachingEnabled": {
11812+
"type": "boolean",
11813+
"description": "This is the flag to toggle voice caching for the assistant.",
11814+
"example": true,
11815+
"default": true
11816+
},
1179911817
"provider": {
1180011818
"type": "string",
1180111819
"description": "This is the voice provider that will be used. Use `custom-voice` for providers that are not natively supported.",
@@ -11836,6 +11854,12 @@
1183611854
"DeepgramVoice": {
1183711855
"type": "object",
1183811856
"properties": {
11857+
"cachingEnabled": {
11858+
"type": "boolean",
11859+
"description": "This is the flag to toggle voice caching for the assistant.",
11860+
"example": true,
11861+
"default": true
11862+
},
1183911863
"provider": {
1184011864
"type": "string",
1184111865
"description": "This is the voice provider that will be used.",
@@ -11949,6 +11973,12 @@
1194911973
"ElevenLabsVoice": {
1195011974
"type": "object",
1195111975
"properties": {
11976+
"cachingEnabled": {
11977+
"type": "boolean",
11978+
"description": "This is the flag to toggle voice caching for the assistant.",
11979+
"example": true,
11980+
"default": true
11981+
},
1195211982
"provider": {
1195311983
"type": "string",
1195411984
"description": "This is the voice provider that will be used.",
@@ -12078,6 +12108,12 @@
1207812108
"HumeVoice": {
1207912109
"type": "object",
1208012110
"properties": {
12111+
"cachingEnabled": {
12112+
"type": "boolean",
12113+
"description": "This is the flag to toggle voice caching for the assistant.",
12114+
"example": true,
12115+
"default": true
12116+
},
1208112117
"provider": {
1208212118
"type": "string",
1208312119
"description": "This is the voice provider that will be used.",
@@ -12131,6 +12167,12 @@
1213112167
"LMNTVoice": {
1213212168
"type": "object",
1213312169
"properties": {
12170+
"cachingEnabled": {
12171+
"type": "boolean",
12172+
"description": "This is the flag to toggle voice caching for the assistant.",
12173+
"example": true,
12174+
"default": true
12175+
},
1213412176
"provider": {
1213512177
"type": "string",
1213612178
"description": "This is the voice provider that will be used.",
@@ -12187,6 +12229,12 @@
1218712229
"NeuphonicVoice": {
1218812230
"type": "object",
1218912231
"properties": {
12232+
"cachingEnabled": {
12233+
"type": "boolean",
12234+
"description": "This is the flag to toggle voice caching for the assistant.",
12235+
"example": true,
12236+
"default": true
12237+
},
1219012238
"provider": {
1219112239
"type": "string",
1219212240
"description": "This is the voice provider that will be used.",
@@ -12255,6 +12303,12 @@
1225512303
"OpenAIVoice": {
1225612304
"type": "object",
1225712305
"properties": {
12306+
"cachingEnabled": {
12307+
"type": "boolean",
12308+
"description": "This is the flag to toggle voice caching for the assistant.",
12309+
"example": true,
12310+
"default": true
12311+
},
1225812312
"provider": {
1225912313
"type": "string",
1226012314
"description": "This is the voice provider that will be used.",
@@ -12329,6 +12383,12 @@
1232912383
"PlayHTVoice": {
1233012384
"type": "object",
1233112385
"properties": {
12386+
"cachingEnabled": {
12387+
"type": "boolean",
12388+
"description": "This is the flag to toggle voice caching for the assistant.",
12389+
"example": true,
12390+
"default": true
12391+
},
1233212392
"provider": {
1233312393
"type": "string",
1233412394
"description": "This is the voice provider that will be used.",
@@ -12493,6 +12553,12 @@
1249312553
"RimeAIVoice": {
1249412554
"type": "object",
1249512555
"properties": {
12556+
"cachingEnabled": {
12557+
"type": "boolean",
12558+
"description": "This is the flag to toggle voice caching for the assistant.",
12559+
"example": true,
12560+
"default": true
12561+
},
1249612562
"provider": {
1249712563
"type": "string",
1249812564
"description": "This is the voice provider that will be used.",
@@ -12659,6 +12725,12 @@
1265912725
"SmallestAIVoice": {
1266012726
"type": "object",
1266112727
"properties": {
12728+
"cachingEnabled": {
12729+
"type": "boolean",
12730+
"description": "This is the flag to toggle voice caching for the assistant.",
12731+
"example": true,
12732+
"default": true
12733+
},
1266212734
"provider": {
1266312735
"type": "string",
1266412736
"description": "This is the voice provider that will be used.",
@@ -12788,6 +12860,12 @@
1278812860
"TavusVoice": {
1278912861
"type": "object",
1279012862
"properties": {
12863+
"cachingEnabled": {
12864+
"type": "boolean",
12865+
"description": "This is the flag to toggle voice caching for the assistant.",
12866+
"example": true,
12867+
"default": true
12868+
},
1279112869
"provider": {
1279212870
"type": "string",
1279312871
"description": "This is the voice provider that will be used.",
@@ -12864,6 +12942,12 @@
1286412942
"VapiVoice": {
1286512943
"type": "object",
1286612944
"properties": {
12945+
"cachingEnabled": {
12946+
"type": "boolean",
12947+
"description": "This is the flag to toggle voice caching for the assistant.",
12948+
"example": true,
12949+
"default": true
12950+
},
1286712951
"provider": {
1286812952
"type": "string",
1286912953
"description": "This is the voice provider that will be used.",
@@ -12965,6 +13049,12 @@
1296513049
"FallbackAzureVoice": {
1296613050
"type": "object",
1296713051
"properties": {
13052+
"cachingEnabled": {
13053+
"type": "boolean",
13054+
"description": "This is the flag to toggle voice caching for the assistant.",
13055+
"example": true,
13056+
"default": true
13057+
},
1296813058
"provider": {
1296913059
"type": "string",
1297013060
"description": "This is the voice provider that will be used.",
@@ -13013,6 +13103,12 @@
1301313103
"FallbackCartesiaVoice": {
1301413104
"type": "object",
1301513105
"properties": {
13106+
"cachingEnabled": {
13107+
"type": "boolean",
13108+
"description": "This is the flag to toggle voice caching for the assistant.",
13109+
"example": true,
13110+
"default": true
13111+
},
1301613112
"provider": {
1301713113
"type": "string",
1301813114
"description": "This is the voice provider that will be used.",
@@ -13083,6 +13179,12 @@
1308313179
"FallbackCustomVoice": {
1308413180
"type": "object",
1308513181
"properties": {
13182+
"cachingEnabled": {
13183+
"type": "boolean",
13184+
"description": "This is the flag to toggle voice caching for the assistant.",
13185+
"example": true,
13186+
"default": true
13187+
},
1308613188
"provider": {
1308713189
"type": "string",
1308813190
"description": "This is the voice provider that will be used. Use `custom-voice` for providers that are not natively supported.",
@@ -13115,6 +13217,12 @@
1311513217
"FallbackDeepgramVoice": {
1311613218
"type": "object",
1311713219
"properties": {
13220+
"cachingEnabled": {
13221+
"type": "boolean",
13222+
"description": "This is the flag to toggle voice caching for the assistant.",
13223+
"example": true,
13224+
"default": true
13225+
},
1311813226
"provider": {
1311913227
"type": "string",
1312013228
"description": "This is the voice provider that will be used.",
@@ -13220,6 +13328,12 @@
1322013328
"FallbackElevenLabsVoice": {
1322113329
"type": "object",
1322213330
"properties": {
13331+
"cachingEnabled": {
13332+
"type": "boolean",
13333+
"description": "This is the flag to toggle voice caching for the assistant.",
13334+
"example": true,
13335+
"default": true
13336+
},
1322313337
"provider": {
1322413338
"type": "string",
1322513339
"description": "This is the voice provider that will be used.",
@@ -13341,6 +13455,12 @@
1334113455
"FallbackHumeVoice": {
1334213456
"type": "object",
1334313457
"properties": {
13458+
"cachingEnabled": {
13459+
"type": "boolean",
13460+
"description": "This is the flag to toggle voice caching for the assistant.",
13461+
"example": true,
13462+
"default": true
13463+
},
1334413464
"provider": {
1334513465
"type": "string",
1334613466
"description": "This is the voice provider that will be used.",
@@ -13386,6 +13506,12 @@
1338613506
"FallbackLMNTVoice": {
1338713507
"type": "object",
1338813508
"properties": {
13509+
"cachingEnabled": {
13510+
"type": "boolean",
13511+
"description": "This is the flag to toggle voice caching for the assistant.",
13512+
"example": true,
13513+
"default": true
13514+
},
1338913515
"provider": {
1339013516
"type": "string",
1339113517
"description": "This is the voice provider that will be used.",
@@ -13434,6 +13560,12 @@
1343413560
"FallbackNeuphonicVoice": {
1343513561
"type": "object",
1343613562
"properties": {
13563+
"cachingEnabled": {
13564+
"type": "boolean",
13565+
"description": "This is the flag to toggle voice caching for the assistant.",
13566+
"example": true,
13567+
"default": true
13568+
},
1343713569
"provider": {
1343813570
"type": "string",
1343913571
"description": "This is the voice provider that will be used.",
@@ -13494,6 +13626,12 @@
1349413626
"FallbackOpenAIVoice": {
1349513627
"type": "object",
1349613628
"properties": {
13629+
"cachingEnabled": {
13630+
"type": "boolean",
13631+
"description": "This is the flag to toggle voice caching for the assistant.",
13632+
"example": true,
13633+
"default": true
13634+
},
1349713635
"provider": {
1349813636
"type": "string",
1349913637
"description": "This is the voice provider that will be used.",
@@ -13560,6 +13698,12 @@
1356013698
"FallbackPlayHTVoice": {
1356113699
"type": "object",
1356213700
"properties": {
13701+
"cachingEnabled": {
13702+
"type": "boolean",
13703+
"description": "This is the flag to toggle voice caching for the assistant.",
13704+
"example": true,
13705+
"default": true
13706+
},
1356313707
"provider": {
1356413708
"type": "string",
1356513709
"description": "This is the voice provider that will be used.",
@@ -13716,6 +13860,12 @@
1371613860
"FallbackRimeAIVoice": {
1371713861
"type": "object",
1371813862
"properties": {
13863+
"cachingEnabled": {
13864+
"type": "boolean",
13865+
"description": "This is the flag to toggle voice caching for the assistant.",
13866+
"example": true,
13867+
"default": true
13868+
},
1371913869
"provider": {
1372013870
"type": "string",
1372113871
"description": "This is the voice provider that will be used.",
@@ -13874,6 +14024,12 @@
1387414024
"FallbackSmallestAIVoice": {
1387514025
"type": "object",
1387614026
"properties": {
14027+
"cachingEnabled": {
14028+
"type": "boolean",
14029+
"description": "This is the flag to toggle voice caching for the assistant.",
14030+
"example": true,
14031+
"default": true
14032+
},
1387714033
"provider": {
1387814034
"type": "string",
1387914035
"description": "This is the voice provider that will be used.",
@@ -13950,6 +14106,12 @@
1395014106
"FallbackTavusVoice": {
1395114107
"type": "object",
1395214108
"properties": {
14109+
"cachingEnabled": {
14110+
"type": "boolean",
14111+
"description": "This is the flag to toggle voice caching for the assistant.",
14112+
"example": true,
14113+
"default": true
14114+
},
1395314115
"provider": {
1395414116
"type": "string",
1395514117
"description": "This is the voice provider that will be used.",
@@ -14018,6 +14180,12 @@
1401814180
"FallbackVapiVoice": {
1401914181
"type": "object",
1402014182
"properties": {
14183+
"cachingEnabled": {
14184+
"type": "boolean",
14185+
"description": "This is the flag to toggle voice caching for the assistant.",
14186+
"example": true,
14187+
"default": true
14188+
},
1402114189
"provider": {
1402214190
"type": "string",
1402314191
"description": "This is the voice provider that will be used.",

0 commit comments

Comments
 (0)