File tree Expand file tree Collapse file tree 3 files changed +6
-55
lines changed Expand file tree Collapse file tree 3 files changed +6
-55
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"organization" : " vapi" ,
3
- "version" : " 0.44.1 "
3
+ "version" : " 0.43.8 "
4
4
}
Original file line number Diff line number Diff line change 1
1
api :
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
2
+ path : ../openapi.json
3
+ overrides : ../openapi-overrides.yml
4
+ settings :
5
+ use-title : false
6
+ unions : v1
8
7
groups :
9
8
python-sdk :
10
9
generators :
11
10
- name : fernapi/fern-python-sdk
12
11
version : 4.2.7
13
- api :
14
- settings :
15
- unions : v1
16
12
output :
17
13
location : pypi
18
14
package-name : " Vapi"
@@ -31,9 +27,6 @@ groups:
31
27
# token: ${NPM_TOKEN}
32
28
github :
33
29
repository : fern-demo/vapi-typescript-sdk
34
- api :
35
- settings :
36
- unions : v1
37
30
config :
38
31
namespaceExport : Vapi
39
32
allowCustomFetcher : true
Original file line number Diff line number Diff line change @@ -444,48 +444,6 @@ 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
489
447
securitySchemes :
490
448
BearerAuth :
491
449
type : http
You can’t perform that action at this time.
0 commit comments