Skip to content

Commit 2a96b0b

Browse files
committed
add enum
1 parent 5682583 commit 2a96b0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fern/apis/api/openapi-overrides.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,13 @@ components:
210210
voiceId:
211211
x-fern-type-name: RimeAIVoiceId
212212
oneOf:
213-
- x-fern-type-name: RimeAIVoiceIdEnum
213+
- x-fern-type-name: RimeAIVoiceIdEnum
214+
PlayHTVoice:
215+
properties:
216+
voiceId:
217+
x-fern-type-name: PlayHTVoiceId
218+
oneOf:
219+
- x-fern-type-name: PlayHTVoiceIdEnum
214220
DeepgramTranscriber:
215221
properties:
216222
model:

0 commit comments

Comments
 (0)