Skip to content

Commit fa31e0f

Browse files
Update API specifications with fern api update (#543)
1 parent 1dbe442 commit fa31e0f

File tree

1 file changed

+146
-6
lines changed

1 file changed

+146
-6
lines changed

fern/apis/api/openapi.json

Lines changed: 146 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18095,9 +18095,62 @@
1809518095
},
1809618096
"voiceId": {
1809718097
"type": "string",
18098-
"description": "This is the provider-specific ID that will be used.",
18098+
"description": "Available voices by language:\n• en: Alex, Ashley, Craig, Deborah, Dennis, Edward, Elizabeth, Hades, Julia, Pixie, Mark, Olivia, Priya, Ronald, Sarah, Shaun, Theodore, Timothy, Wendy, Dominus\n• zh: Yichen, Xiaoyin, Xinyi, Jing\n• nl: Erik, Katrien, Lennart, Lore\n• fr: Alain, Hélène, Mathieu, Étienne\n• de: Johanna, Josef\n• it: Gianni, Orietta\n• ja: Asuka, Satoshi\n• ko: Hyunwoo, Minji, Seojun, Yoona\n• pl: Szymon, Wojciech\n• pt: Heitor, Maitê\n• es: Diego, Lupita, Miguel, Rafael",
1809918099
"maxLength": 120,
18100-
"title": "Inworld Voice ID"
18100+
"title": "Inworld Voice ID",
18101+
"enum": [
18102+
"Alex",
18103+
"Ashley",
18104+
"Craig",
18105+
"Deborah",
18106+
"Dennis",
18107+
"Edward",
18108+
"Elizabeth",
18109+
"Hades",
18110+
"Julia",
18111+
"Pixie",
18112+
"Mark",
18113+
"Olivia",
18114+
"Priya",
18115+
"Ronald",
18116+
"Sarah",
18117+
"Shaun",
18118+
"Theodore",
18119+
"Timothy",
18120+
"Wendy",
18121+
"Dominus",
18122+
"Yichen",
18123+
"Xiaoyin",
18124+
"Xinyi",
18125+
"Jing",
18126+
"Erik",
18127+
"Katrien",
18128+
"Lennart",
18129+
"Lore",
18130+
"Alain",
18131+
"Hélène",
18132+
"Mathieu",
18133+
"Étienne",
18134+
"Johanna",
18135+
"Josef",
18136+
"Gianni",
18137+
"Orietta",
18138+
"Asuka",
18139+
"Satoshi",
18140+
"Hyunwoo",
18141+
"Minji",
18142+
"Seojun",
18143+
"Yoona",
18144+
"Szymon",
18145+
"Wojciech",
18146+
"Heitor",
18147+
"Maitê",
18148+
"Diego",
18149+
"Lupita",
18150+
"Miguel",
18151+
"Rafael"
18152+
],
18153+
"example": "Alex"
1810118154
},
1810218155
"model": {
1810318156
"type": "string",
@@ -18107,6 +18160,24 @@
1810718160
],
1810818161
"default": "inworld-tts-1"
1810918162
},
18163+
"languageCode": {
18164+
"type": "string",
18165+
"description": "Language code for Inworld TTS synthesis",
18166+
"default": "en",
18167+
"enum": [
18168+
"en",
18169+
"zh",
18170+
"ko",
18171+
"nl",
18172+
"fr",
18173+
"es",
18174+
"ja",
18175+
"de",
18176+
"it",
18177+
"pl",
18178+
"pt"
18179+
]
18180+
},
1811018181
"chunkPlan": {
1811118182
"description": "This is the plan for chunking the model output before it is sent to the voice provider.",
1811218183
"allOf": [
@@ -19801,9 +19872,62 @@
1980119872
},
1980219873
"voiceId": {
1980319874
"type": "string",
19804-
"description": "This is the provider-specific ID that will be used.",
19875+
"description": "Available voices by language:\n• en: Alex, Ashley, Craig, Deborah, Dennis, Edward, Elizabeth, Hades, Julia, Pixie, Mark, Olivia, Priya, Ronald, Sarah, Shaun, Theodore, Timothy, Wendy, Dominus\n• zh: Yichen, Xiaoyin, Xinyi, Jing\n• nl: Erik, Katrien, Lennart, Lore\n• fr: Alain, Hélène, Mathieu, Étienne\n• de: Johanna, Josef\n• it: Gianni, Orietta\n• ja: Asuka, Satoshi\n• ko: Hyunwoo, Minji, Seojun, Yoona\n• pl: Szymon, Wojciech\n• pt: Heitor, Maitê\n• es: Diego, Lupita, Miguel, Rafael",
1980519876
"maxLength": 120,
19806-
"title": "Inworld Voice ID"
19877+
"title": "Inworld Voice ID",
19878+
"enum": [
19879+
"Alex",
19880+
"Ashley",
19881+
"Craig",
19882+
"Deborah",
19883+
"Dennis",
19884+
"Edward",
19885+
"Elizabeth",
19886+
"Hades",
19887+
"Julia",
19888+
"Pixie",
19889+
"Mark",
19890+
"Olivia",
19891+
"Priya",
19892+
"Ronald",
19893+
"Sarah",
19894+
"Shaun",
19895+
"Theodore",
19896+
"Timothy",
19897+
"Wendy",
19898+
"Dominus",
19899+
"Yichen",
19900+
"Xiaoyin",
19901+
"Xinyi",
19902+
"Jing",
19903+
"Erik",
19904+
"Katrien",
19905+
"Lennart",
19906+
"Lore",
19907+
"Alain",
19908+
"Hélène",
19909+
"Mathieu",
19910+
"Étienne",
19911+
"Johanna",
19912+
"Josef",
19913+
"Gianni",
19914+
"Orietta",
19915+
"Asuka",
19916+
"Satoshi",
19917+
"Hyunwoo",
19918+
"Minji",
19919+
"Seojun",
19920+
"Yoona",
19921+
"Szymon",
19922+
"Wojciech",
19923+
"Heitor",
19924+
"Maitê",
19925+
"Diego",
19926+
"Lupita",
19927+
"Miguel",
19928+
"Rafael"
19929+
],
19930+
"example": "Alex"
1980719931
},
1980819932
"model": {
1980919933
"type": "string",
@@ -19813,6 +19937,24 @@
1981319937
],
1981419938
"default": "inworld-tts-1"
1981519939
},
19940+
"languageCode": {
19941+
"type": "string",
19942+
"description": "Language code for Inworld TTS synthesis",
19943+
"default": "en",
19944+
"enum": [
19945+
"en",
19946+
"zh",
19947+
"ko",
19948+
"nl",
19949+
"fr",
19950+
"es",
19951+
"ja",
19952+
"de",
19953+
"it",
19954+
"pl",
19955+
"pt"
19956+
]
19957+
},
1981619958
"chunkPlan": {
1981719959
"description": "This is the plan for chunking the model output before it is sent to the voice provider.",
1981819960
"allOf": [
@@ -26789,7 +26931,6 @@
2678926931
"required": [
2679026932
"name",
2679126933
"phoneNumberId",
26792-
"schedulePlan",
2679326934
"customers"
2679426935
]
2679526936
},
@@ -26893,7 +27034,6 @@
2689327034
"status",
2689427035
"name",
2689527036
"phoneNumberId",
26896-
"schedulePlan",
2689727037
"customers",
2689827038
"id",
2689927039
"orgId",

0 commit comments

Comments
 (0)