Skip to content

Commit bdc517f

Browse files
committed
fix: rename voice to get around circular generation issue
1 parent eb10efd commit bdc517f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
**/.preview/**
1+
**/.definition
2+
**/.preview/**

fern/apis/api/openapi-overrides.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ paths:
183183
x-fern-sdk-group-name:
184184
- analytics
185185
x-fern-sdk-method-name: get
186+
get:
187+
x-fern-ignore: true
186188
/logs:
187189
get:
188190
x-fern-pagination: true
@@ -191,6 +193,12 @@ paths:
191193
x-fern-sdk-method-name: get
192194
components:
193195
schemas:
196+
FallbackAzureVoice:
197+
properties:
198+
voiceId:
199+
x-fern-type-name: FallbackAzureVoiceId
200+
oneOf:
201+
- x-fern-type-name: FallbackAzureVoiceIdEnum
194202
AzureVoice:
195203
properties:
196204
voiceId:

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "vapi",
3-
"version": "0.45.1"
3+
"version": "0.45.3"
44
}

0 commit comments

Comments
 (0)