Skip to content

Commit 848c2b7

Browse files
chore: update OpenAPI specification (#325)
Co-authored-by: GitHub Actions <[email protected]>
1 parent abf3c27 commit 848c2b7

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
@@ -14812,7 +14812,8 @@
1481214812
"type": {
1481314813
"type": "string",
1481414814
"enum": [
14815-
"oauth2"
14815+
"oauth2",
14816+
"aws-sts"
1481614817
]
1481714818
},
1481814819
"url": {
@@ -18560,6 +18561,8 @@
1856018561
"vonage-failed-to-connect-call",
1856118562
"vonage-completed",
1856218563
"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",
1856318566
"call.in-progress.error-vapifault-transport-never-connected",
1856418567
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
1856518568
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -18948,6 +18951,7 @@
1894818951
"exceeded-max-duration",
1894918952
"manually-canceled",
1895018953
"phone-call-provider-closed-websocket",
18954+
"call.forwarding.operator-busy",
1895118955
"silence-timed-out",
1895218956
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
1895318957
"call.ringing.hook-executed-say",
@@ -27801,6 +27805,10 @@
2780127805
}
2780227806
]
2780327807
},
27808+
"jwtSecret": {
27809+
"type": "string",
27810+
"description": "This is the secret key used for signing JWT tokens for the org."
27811+
},
2780427812
"name": {
2780527813
"type": "string",
2780627814
"description": "This is the name of the org. This is just for your own reference.",
@@ -27984,6 +27992,21 @@
2798427992
"role"
2798527993
]
2798627994
},
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+
},
2798728010
"TokenRestrictions": {
2798828011
"type": "object",
2798928012
"properties": {
@@ -32575,6 +32598,19 @@
3257532598
}
3257632599
}
3257732600
},
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+
},
3257832614
"VoiceLibraryVoiceResponse": {
3257932615
"type": "object",
3258032616
"properties": {
@@ -33466,6 +33502,8 @@
3346633502
"vonage-failed-to-connect-call",
3346733503
"vonage-completed",
3346833504
"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",
3346933507
"call.in-progress.error-vapifault-transport-never-connected",
3347033508
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
3347133509
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -33854,6 +33892,7 @@
3385433892
"exceeded-max-duration",
3385533893
"manually-canceled",
3385633894
"phone-call-provider-closed-websocket",
33895+
"call.forwarding.operator-busy",
3385733896
"silence-timed-out",
3385833897
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
3385933898
"call.ringing.hook-executed-say",
@@ -34546,6 +34585,8 @@
3454634585
"vonage-failed-to-connect-call",
3454734586
"vonage-completed",
3454834587
"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",
3454934590
"call.in-progress.error-vapifault-transport-never-connected",
3455034591
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
3455134592
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -34934,6 +34975,7 @@
3493434975
"exceeded-max-duration",
3493534976
"manually-canceled",
3493634977
"phone-call-provider-closed-websocket",
34978+
"call.forwarding.operator-busy",
3493734979
"silence-timed-out",
3493834980
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
3493934981
"call.ringing.hook-executed-say",

0 commit comments

Comments
 (0)