Skip to content

Commit 75b4c74

Browse files
authored
x-fern-enum (#388)
1 parent a3e9e8d commit 75b4c74

File tree

2 files changed

+17
-82
lines changed

2 files changed

+17
-82
lines changed

fern/apis/api/generators.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ groups:
1111
python-sdk:
1212
generators:
1313
- name: fernapi/fern-python-sdk
14-
version: 4.14.2
14+
version: 4.18.6
1515
disable-examples: true
1616
api:
1717
settings:
@@ -50,7 +50,7 @@ groups:
5050
java-sdk:
5151
generators:
5252
- name: fernapi/fern-java-sdk
53-
version: 2.32.9
53+
version: 2.35.2
5454
disable-examples: true
5555
output:
5656
location: maven
@@ -64,7 +64,7 @@ groups:
6464
go-sdk:
6565
generators:
6666
- name: fernapi/fern-go-sdk
67-
version: 0.37.2
67+
version: 0.37.3
6868
disable-examples: true
6969
api:
7070
settings:
@@ -89,7 +89,7 @@ groups:
8989
csharp-sdk:
9090
generators:
9191
- name: fernapi/fern-csharp-sdk
92-
version: 1.16.1
92+
version: 1.17.2
9393
disable-examples: true
9494
github:
9595
repository: VapiAI/server-sdk-csharp

fern/apis/api/openapi-overrides.yml

Lines changed: 13 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -178,114 +178,49 @@ components:
178178
properties:
179179
serverMessages:
180180
items:
181-
enum:
182-
- conversation-update
183-
- end-of-call-report
184-
- function-call
185-
- hang
186-
- language-changed
187-
- language-change-detected
188-
- model-output
189-
- phone-call-control
190-
- speech-update
191-
- status-update
192-
- transcript
193-
- transcript[transcriptType='final']
194-
- tool-calls
195-
- transfer-destination-request
196-
- transfer-update
197-
- user-interrupted
198-
- voice-input
199181
x-fern-enum:
200182
"transcript[transcriptType='final']":
201183
name: FinalTranscript
202184
AssistantOverrides:
203185
properties:
204186
serverMessages:
205187
items:
206-
enum:
207-
- conversation-update
208-
- end-of-call-report
209-
- function-call
210-
- hang
211-
- language-changed
212-
- language-change-detected
213-
- model-output
214-
- phone-call-control
215-
- speech-update
216-
- status-update
217-
- transcript
218-
- transcript[transcriptType='final']
219-
- tool-calls
220-
- transfer-destination-request
221-
- transfer-update
222-
- user-interrupted
223-
- voice-input
224188
x-fern-enum:
225189
"transcript[transcriptType='final']":
226190
name: FinalTranscript
227191
Assistant:
228192
properties:
229193
serverMessages:
230194
items:
231-
enum:
232-
- conversation-update
233-
- end-of-call-report
234-
- function-call
235-
- hang
236-
- language-changed
237-
- language-change-detected
238-
- model-output
239-
- phone-call-control
240-
- speech-update
241-
- status-update
242-
- transcript
243-
- transcript[transcriptType='final']
244-
- tool-calls
245-
- transfer-destination-request
246-
- transfer-update
247-
- user-interrupted
248-
- voice-input
249195
x-fern-enum:
250196
"transcript[transcriptType='final']":
251197
name: FinalTranscript
252198
UpdateAssistantDTO:
253199
properties:
254200
serverMessages:
255201
items:
256-
enum:
257-
- conversation-update
258-
- end-of-call-report
259-
- function-call
260-
- hang
261-
- language-changed
262-
- language-change-detected
263-
- model-output
264-
- phone-call-control
265-
- speech-update
266-
- status-update
267-
- transcript
268-
- transcript[transcriptType='final']
269-
- tool-calls
270-
- transfer-destination-request
271-
- transfer-update
272-
- user-interrupted
273-
- voice-input
274202
x-fern-enum:
275203
"transcript[transcriptType='final']":
276204
name: FinalTranscript
277205
ClientMessageTranscript:
278206
properties:
279207
type:
280-
enum:
281-
- transcript
282-
- transcript[transcriptType='final']
208+
x-fern-enum:
209+
"transcript[transcriptType='final']":
210+
name: FinalTranscript
283211
ServerMessageTranscript:
284212
properties:
285213
type:
286-
enum:
287-
- transcript
288-
- transcript[transcriptType='final']
214+
x-fern-enum:
215+
"transcript[transcriptType='final']":
216+
name: FinalTranscript
217+
AssistantUserEditable:
218+
properties:
219+
serverMessages:
220+
items:
221+
x-fern-enum:
222+
"transcript[transcriptType='final']":
223+
name: FinalTranscript
289224
FallbackAzureVoice:
290225
properties:
291226
voiceId:

0 commit comments

Comments
 (0)