Skip to content

Commit 9779578

Browse files
committed
Move updates to openapi-overrides.yml.
1 parent 2063db9 commit 9779578

File tree

2 files changed

+182
-10
lines changed

2 files changed

+182
-10
lines changed

fern/apis/api/openapi-overrides.yml

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,178 @@ paths:
196196
x-fern-sdk-method-name: get
197197
components:
198198
schemas:
199+
CreateAssistantDTO:
200+
properties:
201+
serverMessages:
202+
enum:
203+
- conversation-update
204+
- end-of-call-report
205+
- function-call
206+
- hang
207+
- language-changed
208+
- language-change-detected
209+
- model-output
210+
- phone-call-control
211+
- speech-update
212+
- status-update
213+
- transcript
214+
- transcript[transcriptType='final']
215+
- tool-calls
216+
- transfer-destination-request
217+
- transfer-update
218+
- user-interrupted
219+
- voice-input
220+
items:
221+
enum:
222+
- conversation-update
223+
- end-of-call-report
224+
- function-call
225+
- hang
226+
- language-changed
227+
- language-change-detected
228+
- model-output
229+
- phone-call-control
230+
- speech-update
231+
- status-update
232+
- transcript
233+
- transcript[transcriptType='final']
234+
- tool-calls
235+
- transfer-destination-request
236+
- transfer-update
237+
- user-interrupted
238+
- voice-input
239+
AssistantOverrides:
240+
properties:
241+
serverMessages:
242+
enum:
243+
- conversation-update
244+
- end-of-call-report
245+
- function-call
246+
- hang
247+
- language-changed
248+
- language-change-detected
249+
- model-output
250+
- phone-call-control
251+
- speech-update
252+
- status-update
253+
- transcript
254+
- transcript[transcriptType='final']
255+
- tool-calls
256+
- transfer-destination-request
257+
- transfer-update
258+
- user-interrupted
259+
- voice-input
260+
items:
261+
enum:
262+
- conversation-update
263+
- end-of-call-report
264+
- function-call
265+
- hang
266+
- language-changed
267+
- language-change-detected
268+
- model-output
269+
- phone-call-control
270+
- speech-update
271+
- status-update
272+
- transcript
273+
- transcript[transcriptType='final']
274+
- tool-calls
275+
- transfer-destination-request
276+
- transfer-update
277+
- user-interrupted
278+
- voice-input
279+
Assistant:
280+
properties:
281+
serverMessages:
282+
enum:
283+
- conversation-update
284+
- end-of-call-report
285+
- function-call
286+
- hang
287+
- language-changed
288+
- language-change-detected
289+
- model-output
290+
- phone-call-control
291+
- speech-update
292+
- status-update
293+
- transcript
294+
- transcript[transcriptType='final']
295+
- tool-calls
296+
- transfer-destination-request
297+
- transfer-update
298+
- user-interrupted
299+
- voice-input
300+
items:
301+
enum:
302+
- conversation-update
303+
- end-of-call-report
304+
- function-call
305+
- hang
306+
- language-changed
307+
- language-change-detected
308+
- model-output
309+
- phone-call-control
310+
- speech-update
311+
- status-update
312+
- transcript
313+
- transcript[transcriptType='final']
314+
- tool-calls
315+
- transfer-destination-request
316+
- transfer-update
317+
- user-interrupted
318+
- voice-input
319+
UpdateAssistantDTO:
320+
properties:
321+
serverMessages:
322+
enum:
323+
- conversation-update
324+
- end-of-call-report
325+
- function-call
326+
- hang
327+
- language-changed
328+
- language-change-detected
329+
- model-output
330+
- phone-call-control
331+
- speech-update
332+
- status-update
333+
- transcript
334+
- transcript[transcriptType='final']
335+
- tool-calls
336+
- transfer-destination-request
337+
- transfer-update
338+
- user-interrupted
339+
- voice-input
340+
items:
341+
enum:
342+
- conversation-update
343+
- end-of-call-report
344+
- function-call
345+
- hang
346+
- language-changed
347+
- language-change-detected
348+
- model-output
349+
- phone-call-control
350+
- speech-update
351+
- status-update
352+
- transcript
353+
- transcript[transcriptType='final']
354+
- tool-calls
355+
- transfer-destination-request
356+
- transfer-update
357+
- user-interrupted
358+
- voice-input
359+
ClientMessageTranscript:
360+
properties:
361+
type:
362+
enum:
363+
- transcript
364+
- transcript[transcriptType='final']
365+
ServerMessageTranscript:
366+
properties:
367+
type:
368+
enum:
369+
- transcript
370+
- transcript[transcriptType='final']
199371
FallbackAzureVoice:
200372
properties:
201373
voiceId:

fern/apis/api/openapi.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12936,7 +12936,7 @@
1293612936
"speech-update",
1293712937
"status-update",
1293812938
"transcript",
12939-
"transcript[transcriptType='final']",
12939+
"transcript[transcriptType=\"final\"]",
1294012940
"tool-calls",
1294112941
"transfer-destination-request",
1294212942
"transfer-update",
@@ -12969,7 +12969,7 @@
1296912969
"speech-update",
1297012970
"status-update",
1297112971
"transcript",
12972-
"transcript[transcriptType='final']",
12972+
"transcript[transcriptType=\"final\"]",
1297312973
"tool-calls",
1297412974
"transfer-destination-request",
1297512975
"transfer-update",
@@ -13511,7 +13511,7 @@
1351113511
"speech-update",
1351213512
"status-update",
1351313513
"transcript",
13514-
"transcript[transcriptType='final']",
13514+
"transcript[transcriptType=\"final\"]",
1351513515
"tool-calls",
1351613516
"transfer-destination-request",
1351713517
"transfer-update",
@@ -13544,7 +13544,7 @@
1354413544
"speech-update",
1354513545
"status-update",
1354613546
"transcript",
13547-
"transcript[transcriptType='final']",
13547+
"transcript[transcriptType=\"final\"]",
1354813548
"tool-calls",
1354913549
"transfer-destination-request",
1355013550
"transfer-update",
@@ -15145,7 +15145,7 @@
1514515145
"speech-update",
1514615146
"status-update",
1514715147
"transcript",
15148-
"transcript[transcriptType='final']",
15148+
"transcript[transcriptType=\"final\"]",
1514915149
"tool-calls",
1515015150
"transfer-destination-request",
1515115151
"transfer-update",
@@ -15178,7 +15178,7 @@
1517815178
"speech-update",
1517915179
"status-update",
1518015180
"transcript",
15181-
"transcript[transcriptType='final']",
15181+
"transcript[transcriptType=\"final\"]",
1518215182
"tool-calls",
1518315183
"transfer-destination-request",
1518415184
"transfer-update",
@@ -15744,7 +15744,7 @@
1574415744
"speech-update",
1574515745
"status-update",
1574615746
"transcript",
15747-
"transcript[transcriptType='final']",
15747+
"transcript[transcriptType=\"final\"]",
1574815748
"tool-calls",
1574915749
"transfer-destination-request",
1575015750
"transfer-update",
@@ -15777,7 +15777,7 @@
1577715777
"speech-update",
1577815778
"status-update",
1577915779
"transcript",
15780-
"transcript[transcriptType='final']",
15780+
"transcript[transcriptType=\"final\"]",
1578115781
"tool-calls",
1578215782
"transfer-destination-request",
1578315783
"transfer-update",
@@ -25810,7 +25810,7 @@
2581025810
"description": "This is the type of the message. \"transcript\" is sent as transcriber outputs partial or final transcript.",
2581125811
"enum": [
2581225812
"transcript",
25813-
"transcript[transcriptType='final']"
25813+
"transcript[transcriptType=\"final\"]"
2581425814
]
2581525815
},
2581625816
"role": {
@@ -27812,7 +27812,7 @@
2781227812
"description": "This is the type of the message. \"transcript\" is sent as transcriber outputs partial or final transcript.",
2781327813
"enum": [
2781427814
"transcript",
27815-
"transcript[transcriptType='final']"
27815+
"transcript[transcriptType=\"final\"]"
2781627816
]
2781727817
},
2781827818
"timestamp": {

0 commit comments

Comments
 (0)