Skip to content

Commit eef0667

Browse files
chore: update OpenAPI specification (#329)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 724b809 commit eef0667

File tree

1 file changed

+1
-43
lines changed

1 file changed

+1
-43
lines changed

fern/apis/api/openapi.json

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -14812,8 +14812,7 @@
1481214812
"type": {
1481314813
"type": "string",
1481414814
"enum": [
14815-
"oauth2",
14816-
"aws-sts"
14815+
"oauth2"
1481714816
]
1481814817
},
1481914818
"url": {
@@ -18561,8 +18560,6 @@
1856118560
"vonage-failed-to-connect-call",
1856218561
"vonage-completed",
1856318562
"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",
1856618563
"call.in-progress.error-vapifault-transport-never-connected",
1856718564
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
1856818565
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -18951,7 +18948,6 @@
1895118948
"exceeded-max-duration",
1895218949
"manually-canceled",
1895318950
"phone-call-provider-closed-websocket",
18954-
"call.forwarding.operator-busy",
1895518951
"silence-timed-out",
1895618952
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
1895718953
"call.ringing.hook-executed-say",
@@ -27805,10 +27801,6 @@
2780527801
}
2780627802
]
2780727803
},
27808-
"jwtSecret": {
27809-
"type": "string",
27810-
"description": "This is the secret key used for signing JWT tokens for the org."
27811-
},
2781227804
"name": {
2781327805
"type": "string",
2781427806
"description": "This is the name of the org. This is just for your own reference.",
@@ -27992,21 +27984,6 @@
2799227984
"role"
2799327985
]
2799427986
},
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-
},
2801027987
"TokenRestrictions": {
2801127988
"type": "object",
2801227989
"properties": {
@@ -32598,19 +32575,6 @@
3259832575
}
3259932576
}
3260032577
},
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-
},
3261432578
"VoiceLibraryVoiceResponse": {
3261532579
"type": "object",
3261632580
"properties": {
@@ -33502,8 +33466,6 @@
3350233466
"vonage-failed-to-connect-call",
3350333467
"vonage-completed",
3350433468
"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",
3350733469
"call.in-progress.error-vapifault-transport-never-connected",
3350833470
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
3350933471
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -33892,7 +33854,6 @@
3389233854
"exceeded-max-duration",
3389333855
"manually-canceled",
3389433856
"phone-call-provider-closed-websocket",
33895-
"call.forwarding.operator-busy",
3389633857
"silence-timed-out",
3389733858
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
3389833859
"call.ringing.hook-executed-say",
@@ -34585,8 +34546,6 @@
3458534546
"vonage-failed-to-connect-call",
3458634547
"vonage-completed",
3458734548
"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",
3459034549
"call.in-progress.error-vapifault-transport-never-connected",
3459134550
"call.in-progress.error-vapifault-transport-connected-but-call-not-active",
3459234551
"call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing",
@@ -34975,7 +34934,6 @@
3497534934
"exceeded-max-duration",
3497634935
"manually-canceled",
3497734936
"phone-call-provider-closed-websocket",
34978-
"call.forwarding.operator-busy",
3497934937
"silence-timed-out",
3498034938
"call.in-progress.error-sip-telephony-provider-failed-to-connect-call",
3498134939
"call.ringing.hook-executed-say",

0 commit comments

Comments
 (0)