Skip to content
Merged
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
44 changes: 1 addition & 43 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14644,8 +14644,7 @@
"type": {
"type": "string",
"enum": [
"oauth2",
"aws-sts"
"oauth2"
]
},
"url": {
Expand Down Expand Up @@ -18393,8 +18392,6 @@
"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 @@ -18783,7 +18780,6 @@
"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 @@ -27637,10 +27633,6 @@
}
]
},
"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 @@ -27824,21 +27816,6 @@
"role"
]
},
"JwtResponse": {
"type": "object",
"properties": {
"accessToken": {
"type": "string"
},
"aud": {
"type": "object"
}
},
"required": [
"accessToken",
"aud"
]
},
"TokenRestrictions": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -32430,19 +32407,6 @@
}
}
},
"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 @@ -33334,8 +33298,6 @@
"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 @@ -33724,7 +33686,6 @@
"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 @@ -34417,8 +34378,6 @@
"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 @@ -34807,7 +34766,6 @@
"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