Skip to content

Commit a06642a

Browse files
committed
fix
1 parent e3a6e08 commit a06642a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

fern/apis/api/generators.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

fern/apis/api/openapi-overrides.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)