diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index a270759b5..298680cf9 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -14644,8 +14644,7 @@ "type": { "type": "string", "enum": [ - "oauth2", - "aws-sts" + "oauth2" ] }, "url": { @@ -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", @@ -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", @@ -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.", @@ -27824,21 +27816,6 @@ "role" ] }, - "JwtResponse": { - "type": "object", - "properties": { - "accessToken": { - "type": "string" - }, - "aud": { - "type": "object" - } - }, - "required": [ - "accessToken", - "aud" - ] - }, "TokenRestrictions": { "type": "object", "properties": { @@ -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": { @@ -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", @@ -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", @@ -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", @@ -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",