|
14812 | 14812 | "type": { |
14813 | 14813 | "type": "string", |
14814 | 14814 | "enum": [ |
14815 | | - "oauth2" |
| 14815 | + "oauth2", |
| 14816 | + "aws-sts" |
14816 | 14817 | ] |
14817 | 14818 | }, |
14818 | 14819 | "url": { |
|
18560 | 18561 | "vonage-failed-to-connect-call", |
18561 | 18562 | "vonage-completed", |
18562 | 18563 | "phone-call-provider-bypass-enabled-but-no-call-received", |
| 18564 | + "call.in-progress.error-providerfault-transport-never-connected", |
| 18565 | + "call.in-progress.error-vapifault-worker-not-available", |
18563 | 18566 | "call.in-progress.error-vapifault-transport-never-connected", |
18564 | 18567 | "call.in-progress.error-vapifault-transport-connected-but-call-not-active", |
18565 | 18568 | "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", |
|
18948 | 18951 | "exceeded-max-duration", |
18949 | 18952 | "manually-canceled", |
18950 | 18953 | "phone-call-provider-closed-websocket", |
| 18954 | + "call.forwarding.operator-busy", |
18951 | 18955 | "silence-timed-out", |
18952 | 18956 | "call.in-progress.error-sip-telephony-provider-failed-to-connect-call", |
18953 | 18957 | "call.ringing.hook-executed-say", |
|
27801 | 27805 | } |
27802 | 27806 | ] |
27803 | 27807 | }, |
| 27808 | + "jwtSecret": { |
| 27809 | + "type": "string", |
| 27810 | + "description": "This is the secret key used for signing JWT tokens for the org." |
| 27811 | + }, |
27804 | 27812 | "name": { |
27805 | 27813 | "type": "string", |
27806 | 27814 | "description": "This is the name of the org. This is just for your own reference.", |
|
27984 | 27992 | "role" |
27985 | 27993 | ] |
27986 | 27994 | }, |
| 27995 | + "JwtResponse": { |
| 27996 | + "type": "object", |
| 27997 | + "properties": { |
| 27998 | + "accessToken": { |
| 27999 | + "type": "string" |
| 28000 | + }, |
| 28001 | + "aud": { |
| 28002 | + "type": "object" |
| 28003 | + } |
| 28004 | + }, |
| 28005 | + "required": [ |
| 28006 | + "accessToken", |
| 28007 | + "aud" |
| 28008 | + ] |
| 28009 | + }, |
27987 | 28010 | "TokenRestrictions": { |
27988 | 28011 | "type": "object", |
27989 | 28012 | "properties": { |
|
32575 | 32598 | } |
32576 | 32599 | } |
32577 | 32600 | }, |
| 32601 | + "CreateSesameVoiceDTO": { |
| 32602 | + "type": "object", |
| 32603 | + "properties": { |
| 32604 | + "voiceName": { |
| 32605 | + "type": "string", |
| 32606 | + "description": "The name of the voice." |
| 32607 | + }, |
| 32608 | + "transcription": { |
| 32609 | + "type": "string", |
| 32610 | + "description": "The transcript of the utterance." |
| 32611 | + } |
| 32612 | + } |
| 32613 | + }, |
32578 | 32614 | "VoiceLibraryVoiceResponse": { |
32579 | 32615 | "type": "object", |
32580 | 32616 | "properties": { |
|
33466 | 33502 | "vonage-failed-to-connect-call", |
33467 | 33503 | "vonage-completed", |
33468 | 33504 | "phone-call-provider-bypass-enabled-but-no-call-received", |
| 33505 | + "call.in-progress.error-providerfault-transport-never-connected", |
| 33506 | + "call.in-progress.error-vapifault-worker-not-available", |
33469 | 33507 | "call.in-progress.error-vapifault-transport-never-connected", |
33470 | 33508 | "call.in-progress.error-vapifault-transport-connected-but-call-not-active", |
33471 | 33509 | "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", |
|
33854 | 33892 | "exceeded-max-duration", |
33855 | 33893 | "manually-canceled", |
33856 | 33894 | "phone-call-provider-closed-websocket", |
| 33895 | + "call.forwarding.operator-busy", |
33857 | 33896 | "silence-timed-out", |
33858 | 33897 | "call.in-progress.error-sip-telephony-provider-failed-to-connect-call", |
33859 | 33898 | "call.ringing.hook-executed-say", |
|
34546 | 34585 | "vonage-failed-to-connect-call", |
34547 | 34586 | "vonage-completed", |
34548 | 34587 | "phone-call-provider-bypass-enabled-but-no-call-received", |
| 34588 | + "call.in-progress.error-providerfault-transport-never-connected", |
| 34589 | + "call.in-progress.error-vapifault-worker-not-available", |
34549 | 34590 | "call.in-progress.error-vapifault-transport-never-connected", |
34550 | 34591 | "call.in-progress.error-vapifault-transport-connected-but-call-not-active", |
34551 | 34592 | "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", |
|
34934 | 34975 | "exceeded-max-duration", |
34935 | 34976 | "manually-canceled", |
34936 | 34977 | "phone-call-provider-closed-websocket", |
| 34978 | + "call.forwarding.operator-busy", |
34937 | 34979 | "silence-timed-out", |
34938 | 34980 | "call.in-progress.error-sip-telephony-provider-failed-to-connect-call", |
34939 | 34981 | "call.ringing.hook-executed-say", |
|
0 commit comments