Skip to content

Commit 5d003d3

Browse files
committed
fix sdk generation
1 parent 539a1e6 commit 5d003d3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
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:

0 commit comments

Comments
 (0)