File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ groups:
1414 api :
1515 settings :
1616 unions : v1
17- disable-examples : true
1817 output :
1918 location : pypi
2019 package-name : " vapi_server_sdk"
@@ -36,7 +35,6 @@ groups:
3635 token : ${NPM_TOKEN}
3736 github :
3837 repository : VapiAI/server-sdk-typescript
39- disable-examples : true
4038 config :
4139 namespaceExport : Vapi
4240 allowCustomFetcher : true
Original file line number Diff line number Diff line change @@ -237,6 +237,12 @@ components:
237237 x-fern-type-name : FallbackLMNTVoiceId
238238 oneOf :
239239 - x-fern-type-name : FallbackLMNTVoiceIdEnum
240+ FallbackNeetsVoice :
241+ properties :
242+ voiceId :
243+ x-fern-type-name : FallbackNeetsVoiceId
244+ oneOf :
245+ - x-fern-type-name : FallbackNeetsVoiceIdEnum
240246 AzureVoice :
241247 properties :
242248 voiceId :
You can’t perform that action at this time.
0 commit comments