Skip to content

Commit 009b2fe

Browse files
chore: update OpenAPI specification (#328)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent 4faf96f commit 009b2fe

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

fern/apis/api/openapi.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14644,7 +14644,8 @@
1464414644
"type": {
1464514645
"type": "string",
1464614646
"enum": [
14647-
"oauth2"
14647+
"oauth2",
14648+
"aws-sts"
1464814649
]
1464914650
},
1465014651
"url": {
@@ -18392,6 +18393,8 @@
1839218393
"vonage-failed-to-connect-call",
1839318394
"vonage-completed",
1839418395
"phone-call-provider-bypass-enabled-but-no-call-received",
18396+
"call.in-progress.error-providerfault-transport-never-connected",
18397+
"call.in-progress.error-vapifault-worker-not-available",
1839518398
"call.in-progress.error-vapifault-transport-never-connected",
1839618399
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
1839718400
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -18780,6 +18783,7 @@
1878018783
"exceeded-max-duration",
1878118784
"manually-canceled",
1878218785
"phone-call-provider-closed-websocket",
18786+
"call.forwarding.operator-busy",
1878318787
"silence-timed-out",
1878418788
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
1878518789
"call.ringing.hook-executed-say",
@@ -27633,6 +27637,10 @@
2763327637
}
2763427638
]
2763527639
},
27640+
"jwtSecret": {
27641+
"type": "string",
27642+
"description": "This is the secret key used for signing JWT tokens for the org."
27643+
},
2763627644
"name": {
2763727645
"type": "string",
2763827646
"description": "This is the name of the org. This is just for your own reference.",
@@ -27816,6 +27824,21 @@
2781627824
"role"
2781727825
]
2781827826
},
27827+
"JwtResponse": {
27828+
"type": "object",
27829+
"properties": {
27830+
"accessToken": {
27831+
"type": "string"
27832+
},
27833+
"aud": {
27834+
"type": "object"
27835+
}
27836+
},
27837+
"required": [
27838+
"accessToken",
27839+
"aud"
27840+
]
27841+
},
2781927842
"TokenRestrictions": {
2782027843
"type": "object",
2782127844
"properties": {
@@ -32407,6 +32430,19 @@
3240732430
}
3240832431
}
3240932432
},
32433+
"CreateSesameVoiceDTO": {
32434+
"type": "object",
32435+
"properties": {
32436+
"voiceName": {
32437+
"type": "string",
32438+
"description": "The name of the voice."
32439+
},
32440+
"transcription": {
32441+
"type": "string",
32442+
"description": "The transcript of the utterance."
32443+
}
32444+
}
32445+
},
3241032446
"VoiceLibraryVoiceResponse": {
3241132447
"type": "object",
3241232448
"properties": {
@@ -33298,6 +33334,8 @@
3329833334
"vonage-failed-to-connect-call",
3329933335
"vonage-completed",
3330033336
"phone-call-provider-bypass-enabled-but-no-call-received",
33337+
"call.in-progress.error-providerfault-transport-never-connected",
33338+
"call.in-progress.error-vapifault-worker-not-available",
3330133339
"call.in-progress.error-vapifault-transport-never-connected",
3330233340
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
3330333341
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -33686,6 +33724,7 @@
3368633724
"exceeded-max-duration",
3368733725
"manually-canceled",
3368833726
"phone-call-provider-closed-websocket",
33727+
"call.forwarding.operator-busy",
3368933728
"silence-timed-out",
3369033729
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
3369133730
"call.ringing.hook-executed-say",
@@ -34378,6 +34417,8 @@
3437834417
"vonage-failed-to-connect-call",
3437934418
"vonage-completed",
3438034419
"phone-call-provider-bypass-enabled-but-no-call-received",
34420+
"call.in-progress.error-providerfault-transport-never-connected",
34421+
"call.in-progress.error-vapifault-worker-not-available",
3438134422
"call.in-progress.error-vapifault-transport-never-connected",
3438234423
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
3438334424
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -34766,6 +34807,7 @@
3476634807
"exceeded-max-duration",
3476734808
"manually-canceled",
3476834809
"phone-call-provider-closed-websocket",
34810+
"call.forwarding.operator-busy",
3476934811
"silence-timed-out",
3477034812
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
3477134813
"call.ringing.hook-executed-say",

0 commit comments

Comments
 (0)