File tree Expand file tree Collapse file tree 3 files changed +55
-6
lines changed Expand file tree Collapse file tree 3 files changed +55
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"organization" : " vapi" ,
3
- "version" : " 0.43.8 "
3
+ "version" : " 0.44.1 "
4
4
}
Original file line number Diff line number Diff line change 1
1
api :
2
- path : ../openapi.json
3
- overrides : ../openapi-overrides.yml
4
- settings :
5
- use-title : false
6
- unions : v1
2
+ specs :
3
+ - openapi : ../openapi.json
4
+ overrides : ../openapi-overrides.yml
5
+ settings :
6
+ title-as-schema-name : false
7
+ coerce-enums-to-literals : false
7
8
groups :
8
9
python-sdk :
9
10
generators :
10
11
- name : fernapi/fern-python-sdk
11
12
version : 4.2.7
13
+ api :
14
+ settings :
15
+ unions : v1
12
16
output :
13
17
location : pypi
14
18
package-name : " Vapi"
@@ -27,6 +31,9 @@ groups:
27
31
# token: ${NPM_TOKEN}
28
32
github :
29
33
repository : fern-demo/vapi-typescript-sdk
34
+ api :
35
+ settings :
36
+ unions : v1
30
37
config :
31
38
namespaceExport : Vapi
32
39
allowCustomFetcher : true
Original file line number Diff line number Diff line change @@ -444,6 +444,48 @@ components:
444
444
" : " :
445
445
name : COLON
446
446
description : " :"
447
+ AzureVoice :
448
+ properties :
449
+ voiceId :
450
+ x-fern-type-name : AzureVoiceId
451
+ oneOf :
452
+ - x-fern-type-name : AzureVoiceIdEnum
453
+ DeepgramVoice :
454
+ properties :
455
+ voiceId :
456
+ x-fern-type-name : DeepgramVoiceId
457
+ oneOf :
458
+ - x-fern-type-name : DeepgramVoiceIdEnum
459
+ ElevenLabsVoice :
460
+ properties :
461
+ voiceId :
462
+ x-fern-type-name : ElevenLabsVoiceId
463
+ oneOf :
464
+ - x-fern-type-name : ElevenLabsVoiceIdEnum
465
+ LMNTVoice :
466
+ properties :
467
+ voiceId :
468
+ x-fern-type-name : LMNTVoiceId
469
+ oneOf :
470
+ - x-fern-type-name : LMNTVoiceIdEnum
471
+ NeetsVoice :
472
+ properties :
473
+ voiceId :
474
+ x-fern-type-name : NeetsVoiceId
475
+ oneOf :
476
+ - x-fern-type-name : NeetsVoiceIdEnum
477
+ OpenAIVoice :
478
+ properties :
479
+ voiceId :
480
+ x-fern-type-name : OpenAIVoiceId
481
+ oneOf :
482
+ - x-fern-type-name : OpenAIVoiceIdEnum
483
+ RimeAIVoice :
484
+ properties :
485
+ voiceId :
486
+ x-fern-type-name : RimeAIVoiceId
487
+ oneOf :
488
+ - x-fern-type-name : RimeAIVoiceIdEnum
447
489
securitySchemes :
448
490
BearerAuth :
449
491
type : http
You can’t perform that action at this time.
0 commit comments