Skip to content

Commit e3a6e08

Browse files
committed
try again
1 parent aa7bc0e commit e3a6e08

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

fern/apis/api/openapi-overrides.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,44 @@ components:
199199
x-fern-type-name: FallbackAzureVoiceId
200200
oneOf:
201201
- x-fern-type-name: FallbackAzureVoiceIdEnum
202+
FallbackDeepgramVoice:
203+
properties:
204+
voiceId:
205+
x-fern-type-name: FallbackDeepgramVoiceId
206+
oneOf:
207+
- x-fern-type-name: FallbackDeepgramVoiceIdEnum
208+
FallbackElevenLabsVoice:
209+
properties:
210+
voiceId:
211+
x-fern-type-name: FallbackElevenLabsVoiceId
212+
oneOf:
213+
- x-fern-type-name: FallbackElevenLabsVoiceIdEnum
214+
provider:
215+
x-fern-type: literal<"11labs">
216+
FallbackOpenAIVoice:
217+
properties:
218+
voiceId:
219+
x-fern-type-name: FallbackOpenAIVoiceId
220+
oneOf:
221+
- x-fern-type-name: FallbackOpenAIVoiceIdEnum
222+
FallbackRimeAIVoice:
223+
properties:
224+
voiceId:
225+
x-fern-type-name: FallbackRimeAIVoiceId
226+
oneOf:
227+
- x-fern-type-name: FallbackRimeAIVoiceIdEnum
228+
FallbackPlayHTVoice:
229+
properties:
230+
voiceId:
231+
x-fern-type-name: FallbackPlayHTVoiceId
232+
oneOf:
233+
- x-fern-type-name: FallbackPlayHTVoiceIdEnum
234+
FallbackLMNTVoice:
235+
properties:
236+
voiceId:
237+
x-fern-type-name: FallbackLMNTVoiceId
238+
oneOf:
239+
- x-fern-type-name: FallbackLMNTVoiceIdEnum
202240
AzureVoice:
203241
properties:
204242
voiceId:

0 commit comments

Comments
 (0)