From ae064d986766f7196ec0c15df8da9660563e14ec Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 22 Apr 2025 09:03:25 +0000 Subject: [PATCH] chore: update OpenAPI specification --- fern/apis/api/openapi.json | 44 +++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 298680cf9..a270759b5 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -14644,7 +14644,8 @@ "type": { "type": "string", "enum": [ - "oauth2" + "oauth2", + "aws-sts" ] }, "url": { @@ -18392,6 +18393,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", @@ -18780,6 +18783,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", @@ -27633,6 +27637,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.", @@ -27816,6 +27824,21 @@ "role" ] }, + "JwtResponse": { + "type": "object", + "properties": { + "accessToken": { + "type": "string" + }, + "aud": { + "type": "object" + } + }, + "required": [ + "accessToken", + "aud" + ] + }, "TokenRestrictions": { "type": "object", "properties": { @@ -32407,6 +32430,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": { @@ -33298,6 +33334,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", @@ -33686,6 +33724,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", @@ -34378,6 +34417,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", @@ -34766,6 +34807,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",