Skip to content

Update OpenAPI Specification #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 95 additions & 3 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5109,7 +5109,8 @@
"base-finance",
"base-conversationalai",
"base-voicemail",
"base-video"
"base-video",
"whisper"
]
},
{
Expand All @@ -5121,7 +5122,11 @@
"type": "string",
"description": "This is the language that will be set for the transcription. The list of languages Deepgram supports can be found here: https://developers.deepgram.com/docs/models-languages-overview",
"enum": [
"ar",
"az",
"ba",
"bg",
"br",
"ca",
"cs",
"da",
Expand All @@ -5139,19 +5144,28 @@
"es-419",
"es-LATAM",
"et",
"eu",
"fi",
"fr",
"fr-CA",
"ha",
"haw",
"he",
"hi",
"hi-Latn",
"hu",
"id",
"is",
"it",
"ja",
"jw",
"kn",
"ko",
"ko-KR",
"ln",
"lt",
"lv",
"mk",
"ms",
"multi",
"nl",
Expand All @@ -5163,15 +5177,23 @@
"ro",
"ru",
"sk",
"sl",
"sn",
"so",
"sr",
"su",
"sv",
"sv-SE",
"ta",
"taq",
"th",
"th-TH",
"tr",
"tt",
"uk",
"ur",
"vi",
"yo",
"zh",
"zh-CN",
"zh-HK",
Expand Down Expand Up @@ -6328,7 +6350,8 @@
"base-finance",
"base-conversationalai",
"base-voicemail",
"base-video"
"base-video",
"whisper"
]
},
{
Expand All @@ -6340,7 +6363,11 @@
"type": "string",
"description": "This is the language that will be set for the transcription. The list of languages Deepgram supports can be found here: https://developers.deepgram.com/docs/models-languages-overview",
"enum": [
"ar",
"az",
"ba",
"bg",
"br",
"ca",
"cs",
"da",
Expand All @@ -6358,19 +6385,28 @@
"es-419",
"es-LATAM",
"et",
"eu",
"fi",
"fr",
"fr-CA",
"ha",
"haw",
"he",
"hi",
"hi-Latn",
"hu",
"id",
"is",
"it",
"ja",
"jw",
"kn",
"ko",
"ko-KR",
"ln",
"lt",
"lv",
"mk",
"ms",
"multi",
"nl",
Expand All @@ -6382,15 +6418,23 @@
"ro",
"ru",
"sk",
"sl",
"sn",
"so",
"sr",
"su",
"sv",
"sv-SE",
"ta",
"taq",
"th",
"th-TH",
"tr",
"tt",
"uk",
"ur",
"vi",
"yo",
"zh",
"zh-CN",
"zh-HK",
Expand Down Expand Up @@ -10314,7 +10358,9 @@
"gpt-4.1-nano",
"gpt-4.5-preview",
"chatgpt-4o-latest",
"o3",
"o3-mini",
"o4-mini",
"o1-preview",
"o1-preview-2024-09-12",
"o1-mini",
Expand Down Expand Up @@ -10351,7 +10397,9 @@
"gpt-4.1-nano",
"gpt-4.5-preview",
"chatgpt-4o-latest",
"o3",
"o3-mini",
"o4-mini",
"o1-preview",
"o1-preview-2024-09-12",
"o1-mini",
Expand Down Expand Up @@ -10390,7 +10438,9 @@
"gpt-4.1-nano",
"gpt-4.5-preview",
"chatgpt-4o-latest",
"o3",
"o3-mini",
"o4-mini",
"o1-preview",
"o1-preview-2024-09-12",
"o1-mini",
Expand Down Expand Up @@ -14812,7 +14862,8 @@
"type": {
"type": "string",
"enum": [
"oauth2"
"oauth2",
"aws-sts"
]
},
"url": {
Expand Down Expand Up @@ -18560,6 +18611,8 @@
"vonage-failed-to-connect-call",
"vonage-completed",
"phone-call-provider-bypass-enabled-but-no-call-received",
"call.in-progress.error-providerfault-transport-never-connected",
"call.in-progress.error-vapifault-worker-not-available",
"call.in-progress.error-vapifault-transport-never-connected",
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
Expand Down Expand Up @@ -18948,6 +19001,7 @@
"exceeded-max-duration",
"manually-canceled",
"phone-call-provider-closed-websocket",
"call.forwarding.operator-busy",
"silence-timed-out",
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
"call.ringing.hook-executed-say",
Expand Down Expand Up @@ -27801,6 +27855,10 @@
}
]
},
"jwtSecret": {
"type": "string",
"description": "This is the secret key used for signing JWT tokens for the org."
},
"name": {
"type": "string",
"description": "This is the name of the org. This is just for your own reference.",
Expand Down Expand Up @@ -27984,6 +28042,21 @@
"role"
]
},
"JwtResponse": {
"type": "object",
"properties": {
"accessToken": {
"type": "string"
},
"aud": {
"type": "object"
}
},
"required": [
"accessToken",
"aud"
]
},
"TokenRestrictions": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -32575,6 +32648,19 @@
}
}
},
"CreateSesameVoiceDTO": {
"type": "object",
"properties": {
"voiceName": {
"type": "string",
"description": "The name of the voice."
},
"transcription": {
"type": "string",
"description": "The transcript of the utterance."
}
}
},
"VoiceLibraryVoiceResponse": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -33466,6 +33552,8 @@
"vonage-failed-to-connect-call",
"vonage-completed",
"phone-call-provider-bypass-enabled-but-no-call-received",
"call.in-progress.error-providerfault-transport-never-connected",
"call.in-progress.error-vapifault-worker-not-available",
"call.in-progress.error-vapifault-transport-never-connected",
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
Expand Down Expand Up @@ -33854,6 +33942,7 @@
"exceeded-max-duration",
"manually-canceled",
"phone-call-provider-closed-websocket",
"call.forwarding.operator-busy",
"silence-timed-out",
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
"call.ringing.hook-executed-say",
Expand Down Expand Up @@ -34546,6 +34635,8 @@
"vonage-failed-to-connect-call",
"vonage-completed",
"phone-call-provider-bypass-enabled-but-no-call-received",
"call.in-progress.error-providerfault-transport-never-connected",
"call.in-progress.error-vapifault-worker-not-available",
"call.in-progress.error-vapifault-transport-never-connected",
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
Expand Down Expand Up @@ -34934,6 +35025,7 @@
"exceeded-max-duration",
"manually-canceled",
"phone-call-provider-closed-websocket",
"call.forwarding.operator-busy",
"silence-timed-out",
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
"call.ringing.hook-executed-say",
Expand Down