Skip to content

Commit 1bbd376

Browse files
authored
chore: downgrade to 0.46.16 (#149)
1 parent 7231b51 commit 1bbd376

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

fern/apis/api/openapi-overrides.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ components:
246246
x-fern-type-name: FallbackNeetsVoiceId
247247
oneOf:
248248
- 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
249255
AzureVoice:
250256
properties:
251257
voiceId:
@@ -266,6 +272,12 @@ components:
266272
- x-fern-type-name: ElevenLabsVoiceIdEnum
267273
provider:
268274
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
269281
ElevenLabsCredential:
270282
properties:
271283
provider:

fern/fern.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "vapi",
3-
"version": "0.46.20"
4-
}
3+
"version": "0.46.16"
4+
}

0 commit comments

Comments
 (0)