File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,12 @@ components:
246
246
x-fern-type-name : FallbackNeetsVoiceId
247
247
oneOf :
248
248
- x-fern-type-name : FallbackNeetsVoiceIdEnum
249
+ FallbackSmallestAIVoice :
250
+ properties :
251
+ voiceId :
252
+ x-fern-type-name : FallbackSmallestAIVoiceId
253
+ oneOf :
254
+ - x-fern-type-name : FallbackSmallestAIVoiceIdEnum
249
255
AzureVoice :
250
256
properties :
251
257
voiceId :
@@ -266,6 +272,12 @@ components:
266
272
- x-fern-type-name : ElevenLabsVoiceIdEnum
267
273
provider :
268
274
x-fern-type : literal<"11labs">
275
+ SmallestAIVoice :
276
+ properties :
277
+ voiceId :
278
+ x-fern-type-name : SmallestAIVoiceId
279
+ oneOf :
280
+ - x-fern-type-name : SmallestAIVoiceIdEnum
269
281
ElevenLabsCredential :
270
282
properties :
271
283
provider :
Original file line number Diff line number Diff line change 1
1
{
2
2
"organization" : " vapi" ,
3
- "version" : " 0.46.20 "
4
- }
3
+ "version" : " 0.46.16 "
4
+ }
You can’t perform that action at this time.
0 commit comments