retell-sdk 1.15.21 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -629
- package/example.d.ts +2 -0
- package/example.d.ts.map +1 -0
- package/example.js +74 -0
- package/example.js.map +1 -0
- package/index.d.ts +3 -0
- package/index.d.ts.map +1 -0
- package/{dist/index.js → index.js} +2 -0
- package/index.js.map +1 -0
- package/lib/base64.d.ts +10 -0
- package/lib/base64.d.ts.map +1 -0
- package/lib/base64.js +61 -0
- package/lib/base64.js.map +1 -0
- package/lib/config.d.ts +31 -0
- package/lib/config.d.ts.map +1 -0
- package/lib/config.js +36 -0
- package/lib/config.js.map +1 -0
- package/lib/encodings.d.ts +41 -0
- package/lib/encodings.d.ts.map +1 -0
- package/lib/encodings.js +308 -0
- package/lib/encodings.js.map +1 -0
- package/lib/http.d.ts +45 -0
- package/lib/http.d.ts.map +1 -0
- package/lib/http.js +136 -0
- package/lib/http.js.map +1 -0
- package/lib/retries.d.ts +18 -0
- package/lib/retries.d.ts.map +1 -0
- package/lib/retries.js +136 -0
- package/lib/retries.js.map +1 -0
- package/lib/sdks.d.ts +32 -0
- package/lib/sdks.d.ts.map +1 -0
- package/lib/sdks.js +90 -0
- package/lib/sdks.js.map +1 -0
- package/lib/security.d.ts +57 -0
- package/lib/security.d.ts.map +1 -0
- package/lib/security.js +99 -0
- package/lib/security.js.map +1 -0
- package/lib/url.d.ts +4 -0
- package/lib/url.d.ts.map +1 -0
- package/lib/url.js +26 -0
- package/lib/url.js.map +1 -0
- package/models/components/agent.d.ts +180 -0
- package/models/components/agent.d.ts.map +1 -0
- package/models/components/agent.js +182 -0
- package/models/components/agent.js.map +1 -0
- package/models/components/agentnodefaultnorequired.d.ts +61 -0
- package/models/components/agentnodefaultnorequired.d.ts.map +1 -0
- package/models/components/agentnodefaultnorequired.js +66 -0
- package/models/components/agentnodefaultnorequired.js.map +1 -0
- package/models/components/agentpromptparams.d.ts +25 -0
- package/models/components/agentpromptparams.d.ts.map +1 -0
- package/models/components/agentpromptparams.js +34 -0
- package/models/components/agentpromptparams.js.map +1 -0
- package/models/components/calldetail.d.ts +92 -0
- package/models/components/calldetail.d.ts.map +1 -0
- package/models/components/calldetail.js +94 -0
- package/models/components/calldetail.js.map +1 -0
- package/models/components/callphonenumber.d.ts +28 -0
- package/models/components/callphonenumber.d.ts.map +1 -0
- package/models/components/callphonenumber.js +34 -0
- package/models/components/callphonenumber.js.map +1 -0
- package/{dist/models → models}/components/index.d.ts +1 -1
- package/models/components/index.d.ts.map +1 -0
- package/{dist/models → models}/components/index.js +1 -1
- package/models/components/index.js.map +1 -0
- package/{dist/models → models}/components/phonenumber.d.ts +22 -2
- package/models/components/phonenumber.d.ts.map +1 -0
- package/models/components/phonenumber.js +46 -0
- package/models/components/phonenumber.js.map +1 -0
- package/models/components/security.d.ts +4 -0
- package/models/components/security.d.ts.map +1 -0
- package/models/components/security.js +6 -0
- package/models/components/security.js.map +1 -0
- package/models/errors/createagent.d.ts +146 -0
- package/models/errors/createagent.d.ts.map +1 -0
- package/models/errors/createagent.js +236 -0
- package/models/errors/createagent.js.map +1 -0
- package/models/errors/createphonecall.d.ts +218 -0
- package/models/errors/createphonecall.d.ts.map +1 -0
- package/models/errors/createphonecall.js +350 -0
- package/models/errors/createphonecall.js.map +1 -0
- package/models/errors/createphonenumber.d.ts +182 -0
- package/models/errors/createphonenumber.d.ts.map +1 -0
- package/models/errors/createphonenumber.js +295 -0
- package/models/errors/createphonenumber.js.map +1 -0
- package/models/errors/deleteagent.d.ts +146 -0
- package/models/errors/deleteagent.d.ts.map +1 -0
- package/models/errors/deleteagent.js +236 -0
- package/models/errors/deleteagent.js.map +1 -0
- package/models/errors/deletephonenumber.d.ts +146 -0
- package/models/errors/deletephonenumber.d.ts.map +1 -0
- package/models/errors/deletephonenumber.js +238 -0
- package/models/errors/deletephonenumber.js.map +1 -0
- package/models/errors/getagent.d.ts +146 -0
- package/models/errors/getagent.d.ts.map +1 -0
- package/models/errors/getagent.js +236 -0
- package/models/errors/getagent.js.map +1 -0
- package/models/errors/getcall.d.ts +146 -0
- package/models/errors/getcall.d.ts.map +1 -0
- package/models/errors/getcall.js +240 -0
- package/models/errors/getcall.js.map +1 -0
- package/models/errors/getphonenumber.d.ts +146 -0
- package/models/errors/getphonenumber.d.ts.map +1 -0
- package/models/errors/getphonenumber.js +236 -0
- package/models/errors/getphonenumber.js.map +1 -0
- package/{dist/models → models}/errors/index.d.ts +1 -0
- package/models/errors/index.d.ts.map +1 -0
- package/{dist/models → models}/errors/index.js +1 -0
- package/models/errors/index.js.map +1 -0
- package/models/errors/listagents.d.ts +74 -0
- package/models/errors/listagents.d.ts.map +1 -0
- package/models/errors/listagents.js +124 -0
- package/models/errors/listagents.js.map +1 -0
- package/models/errors/listcalls.d.ts +110 -0
- package/models/errors/listcalls.d.ts.map +1 -0
- package/models/errors/listcalls.js +181 -0
- package/models/errors/listcalls.js.map +1 -0
- package/models/errors/listphonenumbers.d.ts +110 -0
- package/models/errors/listphonenumbers.d.ts.map +1 -0
- package/models/errors/listphonenumbers.js +179 -0
- package/models/errors/listphonenumbers.js.map +1 -0
- package/models/errors/sdkerror.d.ts +7 -0
- package/models/errors/sdkerror.d.ts.map +1 -0
- package/models/errors/sdkerror.js +22 -0
- package/models/errors/sdkerror.js.map +1 -0
- package/models/errors/updateagent.d.ts +146 -0
- package/models/errors/updateagent.d.ts.map +1 -0
- package/models/errors/updateagent.js +236 -0
- package/models/errors/updateagent.js.map +1 -0
- package/models/errors/updatephoneagent.d.ts +146 -0
- package/models/errors/updatephoneagent.d.ts.map +1 -0
- package/models/errors/updatephoneagent.js +236 -0
- package/models/errors/updatephoneagent.js.map +1 -0
- package/models/operations/createagent.d.ts +70 -0
- package/models/operations/createagent.d.ts.map +1 -0
- package/models/operations/createagent.js +102 -0
- package/models/operations/createagent.js.map +1 -0
- package/models/operations/createphonecall.d.ts +163 -0
- package/models/operations/createphonecall.d.ts.map +1 -0
- package/models/operations/createphonecall.js +196 -0
- package/models/operations/createphonecall.js.map +1 -0
- package/models/operations/createphonenumber.d.ts +61 -0
- package/models/operations/createphonenumber.d.ts.map +1 -0
- package/models/operations/createphonenumber.js +94 -0
- package/models/operations/createphonenumber.js.map +1 -0
- package/models/operations/createwebcall.d.ts +16 -0
- package/models/operations/createwebcall.d.ts.map +1 -0
- package/models/operations/createwebcall.js +3 -0
- package/models/operations/createwebcall.js.map +1 -0
- package/models/operations/deleteagent.d.ts +48 -0
- package/models/operations/deleteagent.d.ts.map +1 -0
- package/models/operations/deleteagent.js +62 -0
- package/models/operations/deleteagent.js.map +1 -0
- package/models/operations/deletephonenumber.d.ts +48 -0
- package/models/operations/deletephonenumber.d.ts.map +1 -0
- package/models/operations/deletephonenumber.js +62 -0
- package/models/operations/deletephonenumber.js.map +1 -0
- package/models/operations/getagent.d.ts +55 -0
- package/models/operations/getagent.d.ts.map +1 -0
- package/models/operations/getagent.js +90 -0
- package/models/operations/getagent.js.map +1 -0
- package/models/operations/getcall.d.ts +55 -0
- package/models/operations/getcall.d.ts.map +1 -0
- package/models/operations/getcall.js +90 -0
- package/models/operations/getcall.js.map +1 -0
- package/models/operations/getphonenumber.d.ts +55 -0
- package/models/operations/getphonenumber.d.ts.map +1 -0
- package/models/operations/getphonenumber.js +90 -0
- package/models/operations/getphonenumber.js.map +1 -0
- package/{dist/models → models}/operations/index.d.ts +2 -0
- package/models/operations/index.d.ts.map +1 -0
- package/{dist/models → models}/operations/index.js +2 -0
- package/models/operations/index.js.map +1 -0
- package/models/operations/listagents.d.ts +38 -0
- package/models/operations/listagents.d.ts.map +1 -0
- package/models/operations/listagents.js +68 -0
- package/models/operations/listagents.js.map +1 -0
- package/models/operations/listcalls.d.ts +127 -0
- package/models/operations/listcalls.d.ts.map +1 -0
- package/models/operations/listcalls.js +174 -0
- package/models/operations/listcalls.js.map +1 -0
- package/models/operations/listphonenumbers.d.ts +38 -0
- package/models/operations/listphonenumbers.d.ts.map +1 -0
- package/models/operations/listphonenumbers.js +68 -0
- package/models/operations/listphonenumbers.js.map +1 -0
- package/models/operations/updateagent.d.ts +90 -0
- package/models/operations/updateagent.d.ts.map +1 -0
- package/models/operations/updateagent.js +128 -0
- package/models/operations/updateagent.js.map +1 -0
- package/models/operations/updatephoneagent.d.ts +75 -0
- package/models/operations/updatephoneagent.d.ts.map +1 -0
- package/models/operations/updatephoneagent.js +116 -0
- package/models/operations/updatephoneagent.js.map +1 -0
- package/package.json +27 -30
- package/sdk/index.d.ts +3 -0
- package/sdk/index.d.ts.map +1 -0
- package/{dist/sdk → sdk}/index.js +2 -0
- package/sdk/index.js.map +1 -0
- package/sdk/liveClient.d.ts +14 -0
- package/sdk/liveClient.d.ts.map +1 -0
- package/sdk/liveClient.js +98 -0
- package/sdk/liveClient.js.map +1 -0
- package/sdk/sdk.d.ts +62 -0
- package/sdk/sdk.d.ts.map +1 -0
- package/sdk/sdk.js +1137 -0
- package/sdk/sdk.js.map +1 -0
- package/src/example.ts +79 -0
- package/src/index.ts +6 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +57 -0
- package/src/lib/encodings.ts +379 -0
- package/src/lib/http.ts +203 -0
- package/src/lib/retries.ts +207 -0
- package/src/lib/sdks.ts +107 -0
- package/src/lib/security.ts +164 -0
- package/src/lib/url.ts +31 -0
- package/src/models/components/agent.ts +356 -0
- package/src/models/components/agentpromptparams.ts +53 -0
- package/src/models/components/calldetail.ts +160 -0
- package/src/models/components/callphonenumber.ts +56 -0
- package/src/models/components/index.ts +10 -0
- package/src/models/components/phonenumber.ts +83 -0
- package/src/models/components/security.ts +7 -0
- package/src/models/errors/createagent.ts +394 -0
- package/src/models/errors/createphonecall.ts +597 -0
- package/src/models/errors/createphonenumber.ts +500 -0
- package/src/models/errors/deleteagent.ts +394 -0
- package/src/models/errors/deletephonenumber.ts +400 -0
- package/src/models/errors/getagent.ts +383 -0
- package/src/models/errors/getcall.ts +379 -0
- package/src/models/errors/getphonenumber.ts +397 -0
- package/src/models/errors/index.ts +18 -0
- package/src/models/errors/listagents.ts +192 -0
- package/src/models/errors/listcalls.ts +289 -0
- package/src/models/errors/listphonenumbers.ts +297 -0
- package/src/models/errors/sdkerror.ts +24 -0
- package/src/models/errors/updateagent.ts +394 -0
- package/src/models/errors/updatephoneagent.ts +397 -0
- package/src/models/operations/createagent.ts +145 -0
- package/src/models/operations/createphonecall.ts +308 -0
- package/src/models/operations/createphonenumber.ts +124 -0
- package/src/models/operations/createwebcall.ts +16 -0
- package/src/models/operations/deleteagent.ts +103 -0
- package/src/models/operations/deletephonenumber.ts +103 -0
- package/src/models/operations/getagent.ts +114 -0
- package/src/models/operations/getcall.ts +114 -0
- package/src/models/operations/getphonenumber.ts +114 -0
- package/src/models/operations/index.ts +18 -0
- package/src/models/operations/listagents.ts +76 -0
- package/src/models/operations/listcalls.ts +255 -0
- package/src/models/operations/listphonenumbers.ts +76 -0
- package/src/models/operations/updateagent.ts +190 -0
- package/src/models/operations/updatephoneagent.ts +159 -0
- package/src/sdk/index.ts +6 -0
- package/src/sdk/liveClient.ts +109 -0
- package/src/sdk/sdk.ts +1191 -0
- package/src/types/blobs.ts +30 -0
- package/src/types/decimal.ts +5 -0
- package/src/types/index.ts +8 -0
- package/src/types/operations.ts +6 -0
- package/src/types/rfcdate.ts +54 -0
- package/types/blobs.d.ts +4 -0
- package/types/blobs.d.ts.map +1 -0
- package/types/blobs.js +52 -0
- package/types/blobs.js.map +1 -0
- package/types/decimal.d.ts +2 -0
- package/types/decimal.d.ts.map +1 -0
- package/{dist/types/index.js → types/decimal.js} +2 -1
- package/types/decimal.js.map +1 -0
- package/types/index.d.ts +5 -0
- package/types/index.d.ts.map +1 -0
- package/types/index.js +14 -0
- package/types/index.js.map +1 -0
- package/types/operations.d.ts +5 -0
- package/types/operations.d.ts.map +1 -0
- package/types/operations.js +6 -0
- package/types/operations.js.map +1 -0
- package/types/rfcdate.d.ts +21 -0
- package/types/rfcdate.d.ts.map +1 -0
- package/types/rfcdate.js +46 -0
- package/types/rfcdate.js.map +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/internal/utils/contenttype.d.ts +0 -1
- package/dist/internal/utils/contenttype.js +0 -33
- package/dist/internal/utils/headers.d.ts +0 -4
- package/dist/internal/utils/headers.js +0 -92
- package/dist/internal/utils/index.d.ts +0 -8
- package/dist/internal/utils/index.js +0 -27
- package/dist/internal/utils/pathparams.d.ts +0 -2
- package/dist/internal/utils/pathparams.js +0 -53
- package/dist/internal/utils/queryparams.d.ts +0 -2
- package/dist/internal/utils/queryparams.js +0 -182
- package/dist/internal/utils/requestbody.d.ts +0 -2
- package/dist/internal/utils/requestbody.js +0 -328
- package/dist/internal/utils/retries.d.ts +0 -20
- package/dist/internal/utils/retries.js +0 -250
- package/dist/internal/utils/security.d.ts +0 -5
- package/dist/internal/utils/security.js +0 -196
- package/dist/internal/utils/utils.d.ts +0 -37
- package/dist/internal/utils/utils.js +0 -368
- package/dist/models/components/agent.d.ts +0 -43
- package/dist/models/components/agent.js +0 -90
- package/dist/models/components/agentnodefaultnorequired.d.ts +0 -35
- package/dist/models/components/agentnodefaultnorequired.js +0 -80
- package/dist/models/components/agentpromptparams.d.ts +0 -11
- package/dist/models/components/agentpromptparams.js +0 -50
- package/dist/models/components/calldetail.d.ts +0 -58
- package/dist/models/components/calldetail.js +0 -112
- package/dist/models/components/callphonenumber.d.ts +0 -14
- package/dist/models/components/callphonenumber.js +0 -53
- package/dist/models/components/phonenumber.js +0 -65
- package/dist/models/components/security.d.ts +0 -4
- package/dist/models/components/security.js +0 -45
- package/dist/models/errors/createagent.d.ts +0 -45
- package/dist/models/errors/createagent.js +0 -144
- package/dist/models/errors/createphonecall.d.ts +0 -67
- package/dist/models/errors/createphonecall.js +0 -200
- package/dist/models/errors/createphonenumber.d.ts +0 -56
- package/dist/models/errors/createphonenumber.js +0 -172
- package/dist/models/errors/deleteagent.d.ts +0 -45
- package/dist/models/errors/deleteagent.js +0 -144
- package/dist/models/errors/deletephonenumber.d.ts +0 -45
- package/dist/models/errors/deletephonenumber.js +0 -144
- package/dist/models/errors/getagent.d.ts +0 -45
- package/dist/models/errors/getagent.js +0 -144
- package/dist/models/errors/getcall.d.ts +0 -45
- package/dist/models/errors/getcall.js +0 -144
- package/dist/models/errors/getphonenumber.d.ts +0 -45
- package/dist/models/errors/getphonenumber.js +0 -144
- package/dist/models/errors/listagents.d.ts +0 -23
- package/dist/models/errors/listagents.js +0 -88
- package/dist/models/errors/listcalls.d.ts +0 -34
- package/dist/models/errors/listcalls.js +0 -116
- package/dist/models/errors/listphonenumbers.d.ts +0 -34
- package/dist/models/errors/listphonenumbers.js +0 -116
- package/dist/models/errors/sdkerror.d.ts +0 -7
- package/dist/models/errors/sdkerror.js +0 -40
- package/dist/models/errors/updateagent.d.ts +0 -45
- package/dist/models/errors/updateagent.js +0 -144
- package/dist/models/errors/updatephoneagent.d.ts +0 -45
- package/dist/models/errors/updatephoneagent.js +0 -144
- package/dist/models/operations/createagent.d.ts +0 -55
- package/dist/models/operations/createagent.js +0 -128
- package/dist/models/operations/createphonecall.d.ts +0 -87
- package/dist/models/operations/createphonecall.js +0 -187
- package/dist/models/operations/createphonenumber.d.ts +0 -31
- package/dist/models/operations/createphonenumber.js +0 -98
- package/dist/models/operations/deleteagent.d.ts +0 -22
- package/dist/models/operations/deleteagent.js +0 -63
- package/dist/models/operations/deletephonenumber.d.ts +0 -22
- package/dist/models/operations/deletephonenumber.js +0 -63
- package/dist/models/operations/getagent.d.ts +0 -27
- package/dist/models/operations/getagent.js +0 -91
- package/dist/models/operations/getcall.d.ts +0 -27
- package/dist/models/operations/getcall.js +0 -91
- package/dist/models/operations/getphonenumber.d.ts +0 -27
- package/dist/models/operations/getphonenumber.js +0 -91
- package/dist/models/operations/listagents.d.ts +0 -21
- package/dist/models/operations/listagents.js +0 -79
- package/dist/models/operations/listcalls.d.ts +0 -70
- package/dist/models/operations/listcalls.js +0 -145
- package/dist/models/operations/listphonenumbers.d.ts +0 -21
- package/dist/models/operations/listphonenumbers.js +0 -79
- package/dist/models/operations/updateagent.d.ts +0 -28
- package/dist/models/operations/updateagent.js +0 -95
- package/dist/models/operations/updatephoneagent.d.ts +0 -34
- package/dist/models/operations/updatephoneagent.js +0 -109
- package/dist/sdk/index.d.ts +0 -1
- package/dist/sdk/sdk.d.ts +0 -115
- package/dist/sdk/sdk.js +0 -1625
- package/dist/types/index.d.ts +0 -1
- package/dist/types/rfcdate.d.ts +0 -9
- package/dist/types/rfcdate.js +0 -59
- package/docs/models/components/agent.md +0 -17
- package/docs/models/components/agentnodefaultnorequired.md +0 -15
- package/docs/models/components/agentpromptparams.md +0 -9
- package/docs/models/components/calldetail.md +0 -17
- package/docs/models/components/callphonenumber.md +0 -11
- package/docs/models/components/callstatus.md +0 -12
- package/docs/models/components/calltype.md +0 -12
- package/docs/models/components/phonenumber.md +0 -12
- package/docs/models/components/security.md +0 -8
- package/docs/models/errors/createagentresponse422responsebody.md +0 -11
- package/docs/models/errors/createagentresponse500responsebody.md +0 -11
- package/docs/models/errors/createagentresponsebody.md +0 -11
- package/docs/models/errors/createagentresponseresponsebody.md +0 -11
- package/docs/models/errors/createphonecallresponse402responsebody.md +0 -11
- package/docs/models/errors/createphonecallresponse422responsebody.md +0 -11
- package/docs/models/errors/createphonecallresponse429responsebody.md +0 -11
- package/docs/models/errors/createphonecallresponse500responsebody.md +0 -11
- package/docs/models/errors/createphonecallresponsebody.md +0 -11
- package/docs/models/errors/createphonecallresponseresponsebody.md +0 -11
- package/docs/models/errors/createphonenumberresponse402responsebody.md +0 -11
- package/docs/models/errors/createphonenumberresponse422responsebody.md +0 -11
- package/docs/models/errors/createphonenumberresponse500responsebody.md +0 -11
- package/docs/models/errors/createphonenumberresponsebody.md +0 -11
- package/docs/models/errors/createphonenumberresponseresponsebody.md +0 -11
- package/docs/models/errors/deleteagentresponse422responsebody.md +0 -11
- package/docs/models/errors/deleteagentresponse500responsebody.md +0 -11
- package/docs/models/errors/deleteagentresponsebody.md +0 -11
- package/docs/models/errors/deleteagentresponseresponsebody.md +0 -11
- package/docs/models/errors/deletephonenumberresponse422responsebody.md +0 -11
- package/docs/models/errors/deletephonenumberresponse500responsebody.md +0 -11
- package/docs/models/errors/deletephonenumberresponsebody.md +0 -11
- package/docs/models/errors/deletephonenumberresponseresponsebody.md +0 -11
- package/docs/models/errors/getagentresponse422responsebody.md +0 -11
- package/docs/models/errors/getagentresponse500responsebody.md +0 -11
- package/docs/models/errors/getagentresponsebody.md +0 -11
- package/docs/models/errors/getagentresponseresponsebody.md +0 -11
- package/docs/models/errors/getcallresponse422responsebody.md +0 -11
- package/docs/models/errors/getcallresponse500responsebody.md +0 -11
- package/docs/models/errors/getcallresponsebody.md +0 -11
- package/docs/models/errors/getcallresponseresponsebody.md +0 -11
- package/docs/models/errors/getphonenumberresponse422responsebody.md +0 -11
- package/docs/models/errors/getphonenumberresponse500responsebody.md +0 -11
- package/docs/models/errors/getphonenumberresponsebody.md +0 -11
- package/docs/models/errors/getphonenumberresponseresponsebody.md +0 -11
- package/docs/models/errors/listagentsresponsebody.md +0 -11
- package/docs/models/errors/listagentsresponseresponsebody.md +0 -11
- package/docs/models/errors/listcallsresponse500responsebody.md +0 -11
- package/docs/models/errors/listcallsresponsebody.md +0 -11
- package/docs/models/errors/listcallsresponseresponsebody.md +0 -11
- package/docs/models/errors/listphonenumbersresponse500responsebody.md +0 -11
- package/docs/models/errors/listphonenumbersresponsebody.md +0 -11
- package/docs/models/errors/listphonenumbersresponseresponsebody.md +0 -11
- package/docs/models/errors/updateagentresponse422responsebody.md +0 -11
- package/docs/models/errors/updateagentresponse500responsebody.md +0 -11
- package/docs/models/errors/updateagentresponsebody.md +0 -11
- package/docs/models/errors/updateagentresponseresponsebody.md +0 -11
- package/docs/models/errors/updatephoneagentresponse422responsebody.md +0 -11
- package/docs/models/errors/updatephoneagentresponse500responsebody.md +0 -11
- package/docs/models/errors/updatephoneagentresponsebody.md +0 -11
- package/docs/models/errors/updatephoneagentresponseresponsebody.md +0 -11
- package/docs/models/operations/callstatus.md +0 -12
- package/docs/models/operations/calltype.md +0 -10
- package/docs/models/operations/createagentrequestbody.md +0 -15
- package/docs/models/operations/createagentresponse.md +0 -11
- package/docs/models/operations/createphonecallcalltype.md +0 -12
- package/docs/models/operations/createphonecallrequestbody.md +0 -9
- package/docs/models/operations/createphonecallresponse.md +0 -11
- package/docs/models/operations/createphonecallresponsebody.md +0 -16
- package/docs/models/operations/createphonenumberrequestbody.md +0 -9
- package/docs/models/operations/createphonenumberresponse.md +0 -11
- package/docs/models/operations/deleteagentrequest.md +0 -8
- package/docs/models/operations/deleteagentresponse.md +0 -10
- package/docs/models/operations/deletephonenumberrequest.md +0 -8
- package/docs/models/operations/deletephonenumberresponse.md +0 -10
- package/docs/models/operations/filtercriteria.md +0 -13
- package/docs/models/operations/getagentrequest.md +0 -8
- package/docs/models/operations/getagentresponse.md +0 -11
- package/docs/models/operations/getcallrequest.md +0 -8
- package/docs/models/operations/getcallresponse.md +0 -11
- package/docs/models/operations/getphonenumberrequest.md +0 -8
- package/docs/models/operations/getphonenumberresponse.md +0 -11
- package/docs/models/operations/listagentsresponse.md +0 -11
- package/docs/models/operations/listcallsrequest.md +0 -10
- package/docs/models/operations/listcallsresponse.md +0 -11
- package/docs/models/operations/listphonenumbersresponse.md +0 -11
- package/docs/models/operations/phonenumber.md +0 -11
- package/docs/models/operations/sortorder.md +0 -11
- package/docs/models/operations/updateagentrequest.md +0 -9
- package/docs/models/operations/updateagentresponse.md +0 -11
- package/docs/models/operations/updatephoneagentrequest.md +0 -9
- package/docs/models/operations/updatephoneagentrequestbody.md +0 -8
- package/docs/models/operations/updatephoneagentresponse.md +0 -11
- package/docs/sdks/retellclient/README.md +0 -673
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CreatePhoneCallResponseBody$ = exports.CreatePhoneCallResponseResponseBody$ = exports.CreatePhoneCallResponse402ResponseBody$ = exports.CreatePhoneCallResponse422ResponseBody$ = exports.CreatePhoneCallResponse429ResponseBody$ = exports.CreatePhoneCallResponse500ResponseBody$ = exports.CreatePhoneCallResponseBody = exports.CreatePhoneCallResponseResponseBody = exports.CreatePhoneCallResponse402ResponseBody = exports.CreatePhoneCallResponse422ResponseBody = exports.CreatePhoneCallResponse429ResponseBody = exports.CreatePhoneCallResponse500ResponseBody = void 0;
|
|
7
|
+
const zod_1 = require("zod");
|
|
8
|
+
/**
|
|
9
|
+
* Internal Server Error
|
|
10
|
+
*/
|
|
11
|
+
class CreatePhoneCallResponse500ResponseBody extends Error {
|
|
12
|
+
constructor(err, options) {
|
|
13
|
+
super("", options);
|
|
14
|
+
this.data$ = err;
|
|
15
|
+
if (err.rawResponse != null) {
|
|
16
|
+
this.rawResponse = err.rawResponse;
|
|
17
|
+
}
|
|
18
|
+
if (err.errorMessage != null) {
|
|
19
|
+
this.errorMessage = err.errorMessage;
|
|
20
|
+
}
|
|
21
|
+
const msg = "message" in err && typeof err.message === "string" ? err.message : "";
|
|
22
|
+
const { rawResponse, ...data } = err;
|
|
23
|
+
const content = JSON.stringify(data);
|
|
24
|
+
this.message = [msg, content].filter(Boolean).join("\n");
|
|
25
|
+
this.name = "CreatePhoneCallResponse500ResponseBody";
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.CreatePhoneCallResponse500ResponseBody = CreatePhoneCallResponse500ResponseBody;
|
|
29
|
+
/**
|
|
30
|
+
* Too Many Requests
|
|
31
|
+
*/
|
|
32
|
+
class CreatePhoneCallResponse429ResponseBody extends Error {
|
|
33
|
+
constructor(err, options) {
|
|
34
|
+
super("", options);
|
|
35
|
+
this.data$ = err;
|
|
36
|
+
if (err.rawResponse != null) {
|
|
37
|
+
this.rawResponse = err.rawResponse;
|
|
38
|
+
}
|
|
39
|
+
if (err.errorMessage != null) {
|
|
40
|
+
this.errorMessage = err.errorMessage;
|
|
41
|
+
}
|
|
42
|
+
const msg = "message" in err && typeof err.message === "string" ? err.message : "";
|
|
43
|
+
const { rawResponse, ...data } = err;
|
|
44
|
+
const content = JSON.stringify(data);
|
|
45
|
+
this.message = [msg, content].filter(Boolean).join("\n");
|
|
46
|
+
this.name = "CreatePhoneCallResponse429ResponseBody";
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
exports.CreatePhoneCallResponse429ResponseBody = CreatePhoneCallResponse429ResponseBody;
|
|
50
|
+
/**
|
|
51
|
+
* Unprocessable Content
|
|
52
|
+
*/
|
|
53
|
+
class CreatePhoneCallResponse422ResponseBody extends Error {
|
|
54
|
+
constructor(err, options) {
|
|
55
|
+
super("", options);
|
|
56
|
+
this.data$ = err;
|
|
57
|
+
if (err.rawResponse != null) {
|
|
58
|
+
this.rawResponse = err.rawResponse;
|
|
59
|
+
}
|
|
60
|
+
if (err.errorMessage != null) {
|
|
61
|
+
this.errorMessage = err.errorMessage;
|
|
62
|
+
}
|
|
63
|
+
const msg = "message" in err && typeof err.message === "string" ? err.message : "";
|
|
64
|
+
const { rawResponse, ...data } = err;
|
|
65
|
+
const content = JSON.stringify(data);
|
|
66
|
+
this.message = [msg, content].filter(Boolean).join("\n");
|
|
67
|
+
this.name = "CreatePhoneCallResponse422ResponseBody";
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.CreatePhoneCallResponse422ResponseBody = CreatePhoneCallResponse422ResponseBody;
|
|
71
|
+
/**
|
|
72
|
+
* Payment Required
|
|
73
|
+
*/
|
|
74
|
+
class CreatePhoneCallResponse402ResponseBody extends Error {
|
|
75
|
+
constructor(err, options) {
|
|
76
|
+
super("", options);
|
|
77
|
+
this.data$ = err;
|
|
78
|
+
if (err.rawResponse != null) {
|
|
79
|
+
this.rawResponse = err.rawResponse;
|
|
80
|
+
}
|
|
81
|
+
if (err.errorMessage != null) {
|
|
82
|
+
this.errorMessage = err.errorMessage;
|
|
83
|
+
}
|
|
84
|
+
const msg = "message" in err && typeof err.message === "string" ? err.message : "";
|
|
85
|
+
const { rawResponse, ...data } = err;
|
|
86
|
+
const content = JSON.stringify(data);
|
|
87
|
+
this.message = [msg, content].filter(Boolean).join("\n");
|
|
88
|
+
this.name = "CreatePhoneCallResponse402ResponseBody";
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exports.CreatePhoneCallResponse402ResponseBody = CreatePhoneCallResponse402ResponseBody;
|
|
92
|
+
/**
|
|
93
|
+
* Unauthorized
|
|
94
|
+
*/
|
|
95
|
+
class CreatePhoneCallResponseResponseBody extends Error {
|
|
96
|
+
constructor(err, options) {
|
|
97
|
+
super("", options);
|
|
98
|
+
this.data$ = err;
|
|
99
|
+
if (err.rawResponse != null) {
|
|
100
|
+
this.rawResponse = err.rawResponse;
|
|
101
|
+
}
|
|
102
|
+
if (err.errorMessage != null) {
|
|
103
|
+
this.errorMessage = err.errorMessage;
|
|
104
|
+
}
|
|
105
|
+
const msg = "message" in err && typeof err.message === "string" ? err.message : "";
|
|
106
|
+
const { rawResponse, ...data } = err;
|
|
107
|
+
const content = JSON.stringify(data);
|
|
108
|
+
this.message = [msg, content].filter(Boolean).join("\n");
|
|
109
|
+
this.name = "CreatePhoneCallResponseResponseBody";
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
exports.CreatePhoneCallResponseResponseBody = CreatePhoneCallResponseResponseBody;
|
|
113
|
+
/**
|
|
114
|
+
* Bad Request
|
|
115
|
+
*/
|
|
116
|
+
class CreatePhoneCallResponseBody extends Error {
|
|
117
|
+
constructor(err, options) {
|
|
118
|
+
super("", options);
|
|
119
|
+
this.data$ = err;
|
|
120
|
+
if (err.rawResponse != null) {
|
|
121
|
+
this.rawResponse = err.rawResponse;
|
|
122
|
+
}
|
|
123
|
+
if (err.errorMessage != null) {
|
|
124
|
+
this.errorMessage = err.errorMessage;
|
|
125
|
+
}
|
|
126
|
+
const msg = "message" in err && typeof err.message === "string" ? err.message : "";
|
|
127
|
+
const { rawResponse, ...data } = err;
|
|
128
|
+
const content = JSON.stringify(data);
|
|
129
|
+
this.message = [msg, content].filter(Boolean).join("\n");
|
|
130
|
+
this.name = "CreatePhoneCallResponseBody";
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
exports.CreatePhoneCallResponseBody = CreatePhoneCallResponseBody;
|
|
134
|
+
/** @internal */
|
|
135
|
+
var CreatePhoneCallResponse500ResponseBody$;
|
|
136
|
+
(function (CreatePhoneCallResponse500ResponseBody$) {
|
|
137
|
+
CreatePhoneCallResponse500ResponseBody$.inboundSchema = zod_1.z
|
|
138
|
+
.object({
|
|
139
|
+
RawResponse: zod_1.z.instanceof(Response).optional(),
|
|
140
|
+
error_message: zod_1.z.string().optional(),
|
|
141
|
+
})
|
|
142
|
+
.transform((v) => {
|
|
143
|
+
return new CreatePhoneCallResponse500ResponseBody({
|
|
144
|
+
...(v.RawResponse === undefined ? null : { rawResponse: v.RawResponse }),
|
|
145
|
+
...(v.error_message === undefined ? null : { errorMessage: v.error_message }),
|
|
146
|
+
});
|
|
147
|
+
});
|
|
148
|
+
CreatePhoneCallResponse500ResponseBody$.outboundSchema = zod_1.z
|
|
149
|
+
.instanceof(CreatePhoneCallResponse500ResponseBody)
|
|
150
|
+
.transform((v) => v.data$)
|
|
151
|
+
.pipe(zod_1.z
|
|
152
|
+
.object({
|
|
153
|
+
rawResponse: zod_1.z
|
|
154
|
+
.instanceof(Response)
|
|
155
|
+
.transform(() => {
|
|
156
|
+
throw new Error("Response cannot be serialized");
|
|
157
|
+
})
|
|
158
|
+
.optional(),
|
|
159
|
+
errorMessage: zod_1.z.string().optional(),
|
|
160
|
+
})
|
|
161
|
+
.transform((v) => {
|
|
162
|
+
return {
|
|
163
|
+
...(v.rawResponse === undefined ? null : { RawResponse: v.rawResponse }),
|
|
164
|
+
...(v.errorMessage === undefined
|
|
165
|
+
? null
|
|
166
|
+
: { error_message: v.errorMessage }),
|
|
167
|
+
};
|
|
168
|
+
}));
|
|
169
|
+
})(CreatePhoneCallResponse500ResponseBody$ || (exports.CreatePhoneCallResponse500ResponseBody$ = CreatePhoneCallResponse500ResponseBody$ = {}));
|
|
170
|
+
/** @internal */
|
|
171
|
+
var CreatePhoneCallResponse429ResponseBody$;
|
|
172
|
+
(function (CreatePhoneCallResponse429ResponseBody$) {
|
|
173
|
+
CreatePhoneCallResponse429ResponseBody$.inboundSchema = zod_1.z
|
|
174
|
+
.object({
|
|
175
|
+
RawResponse: zod_1.z.instanceof(Response).optional(),
|
|
176
|
+
error_message: zod_1.z.string().optional(),
|
|
177
|
+
})
|
|
178
|
+
.transform((v) => {
|
|
179
|
+
return new CreatePhoneCallResponse429ResponseBody({
|
|
180
|
+
...(v.RawResponse === undefined ? null : { rawResponse: v.RawResponse }),
|
|
181
|
+
...(v.error_message === undefined ? null : { errorMessage: v.error_message }),
|
|
182
|
+
});
|
|
183
|
+
});
|
|
184
|
+
CreatePhoneCallResponse429ResponseBody$.outboundSchema = zod_1.z
|
|
185
|
+
.instanceof(CreatePhoneCallResponse429ResponseBody)
|
|
186
|
+
.transform((v) => v.data$)
|
|
187
|
+
.pipe(zod_1.z
|
|
188
|
+
.object({
|
|
189
|
+
rawResponse: zod_1.z
|
|
190
|
+
.instanceof(Response)
|
|
191
|
+
.transform(() => {
|
|
192
|
+
throw new Error("Response cannot be serialized");
|
|
193
|
+
})
|
|
194
|
+
.optional(),
|
|
195
|
+
errorMessage: zod_1.z.string().optional(),
|
|
196
|
+
})
|
|
197
|
+
.transform((v) => {
|
|
198
|
+
return {
|
|
199
|
+
...(v.rawResponse === undefined ? null : { RawResponse: v.rawResponse }),
|
|
200
|
+
...(v.errorMessage === undefined
|
|
201
|
+
? null
|
|
202
|
+
: { error_message: v.errorMessage }),
|
|
203
|
+
};
|
|
204
|
+
}));
|
|
205
|
+
})(CreatePhoneCallResponse429ResponseBody$ || (exports.CreatePhoneCallResponse429ResponseBody$ = CreatePhoneCallResponse429ResponseBody$ = {}));
|
|
206
|
+
/** @internal */
|
|
207
|
+
var CreatePhoneCallResponse422ResponseBody$;
|
|
208
|
+
(function (CreatePhoneCallResponse422ResponseBody$) {
|
|
209
|
+
CreatePhoneCallResponse422ResponseBody$.inboundSchema = zod_1.z
|
|
210
|
+
.object({
|
|
211
|
+
RawResponse: zod_1.z.instanceof(Response).optional(),
|
|
212
|
+
error_message: zod_1.z.string().optional(),
|
|
213
|
+
})
|
|
214
|
+
.transform((v) => {
|
|
215
|
+
return new CreatePhoneCallResponse422ResponseBody({
|
|
216
|
+
...(v.RawResponse === undefined ? null : { rawResponse: v.RawResponse }),
|
|
217
|
+
...(v.error_message === undefined ? null : { errorMessage: v.error_message }),
|
|
218
|
+
});
|
|
219
|
+
});
|
|
220
|
+
CreatePhoneCallResponse422ResponseBody$.outboundSchema = zod_1.z
|
|
221
|
+
.instanceof(CreatePhoneCallResponse422ResponseBody)
|
|
222
|
+
.transform((v) => v.data$)
|
|
223
|
+
.pipe(zod_1.z
|
|
224
|
+
.object({
|
|
225
|
+
rawResponse: zod_1.z
|
|
226
|
+
.instanceof(Response)
|
|
227
|
+
.transform(() => {
|
|
228
|
+
throw new Error("Response cannot be serialized");
|
|
229
|
+
})
|
|
230
|
+
.optional(),
|
|
231
|
+
errorMessage: zod_1.z.string().optional(),
|
|
232
|
+
})
|
|
233
|
+
.transform((v) => {
|
|
234
|
+
return {
|
|
235
|
+
...(v.rawResponse === undefined ? null : { RawResponse: v.rawResponse }),
|
|
236
|
+
...(v.errorMessage === undefined
|
|
237
|
+
? null
|
|
238
|
+
: { error_message: v.errorMessage }),
|
|
239
|
+
};
|
|
240
|
+
}));
|
|
241
|
+
})(CreatePhoneCallResponse422ResponseBody$ || (exports.CreatePhoneCallResponse422ResponseBody$ = CreatePhoneCallResponse422ResponseBody$ = {}));
|
|
242
|
+
/** @internal */
|
|
243
|
+
var CreatePhoneCallResponse402ResponseBody$;
|
|
244
|
+
(function (CreatePhoneCallResponse402ResponseBody$) {
|
|
245
|
+
CreatePhoneCallResponse402ResponseBody$.inboundSchema = zod_1.z
|
|
246
|
+
.object({
|
|
247
|
+
RawResponse: zod_1.z.instanceof(Response).optional(),
|
|
248
|
+
error_message: zod_1.z.string().optional(),
|
|
249
|
+
})
|
|
250
|
+
.transform((v) => {
|
|
251
|
+
return new CreatePhoneCallResponse402ResponseBody({
|
|
252
|
+
...(v.RawResponse === undefined ? null : { rawResponse: v.RawResponse }),
|
|
253
|
+
...(v.error_message === undefined ? null : { errorMessage: v.error_message }),
|
|
254
|
+
});
|
|
255
|
+
});
|
|
256
|
+
CreatePhoneCallResponse402ResponseBody$.outboundSchema = zod_1.z
|
|
257
|
+
.instanceof(CreatePhoneCallResponse402ResponseBody)
|
|
258
|
+
.transform((v) => v.data$)
|
|
259
|
+
.pipe(zod_1.z
|
|
260
|
+
.object({
|
|
261
|
+
rawResponse: zod_1.z
|
|
262
|
+
.instanceof(Response)
|
|
263
|
+
.transform(() => {
|
|
264
|
+
throw new Error("Response cannot be serialized");
|
|
265
|
+
})
|
|
266
|
+
.optional(),
|
|
267
|
+
errorMessage: zod_1.z.string().optional(),
|
|
268
|
+
})
|
|
269
|
+
.transform((v) => {
|
|
270
|
+
return {
|
|
271
|
+
...(v.rawResponse === undefined ? null : { RawResponse: v.rawResponse }),
|
|
272
|
+
...(v.errorMessage === undefined
|
|
273
|
+
? null
|
|
274
|
+
: { error_message: v.errorMessage }),
|
|
275
|
+
};
|
|
276
|
+
}));
|
|
277
|
+
})(CreatePhoneCallResponse402ResponseBody$ || (exports.CreatePhoneCallResponse402ResponseBody$ = CreatePhoneCallResponse402ResponseBody$ = {}));
|
|
278
|
+
/** @internal */
|
|
279
|
+
var CreatePhoneCallResponseResponseBody$;
|
|
280
|
+
(function (CreatePhoneCallResponseResponseBody$) {
|
|
281
|
+
CreatePhoneCallResponseResponseBody$.inboundSchema = zod_1.z
|
|
282
|
+
.object({
|
|
283
|
+
RawResponse: zod_1.z.instanceof(Response).optional(),
|
|
284
|
+
error_message: zod_1.z.string().optional(),
|
|
285
|
+
})
|
|
286
|
+
.transform((v) => {
|
|
287
|
+
return new CreatePhoneCallResponseResponseBody({
|
|
288
|
+
...(v.RawResponse === undefined ? null : { rawResponse: v.RawResponse }),
|
|
289
|
+
...(v.error_message === undefined ? null : { errorMessage: v.error_message }),
|
|
290
|
+
});
|
|
291
|
+
});
|
|
292
|
+
CreatePhoneCallResponseResponseBody$.outboundSchema = zod_1.z
|
|
293
|
+
.instanceof(CreatePhoneCallResponseResponseBody)
|
|
294
|
+
.transform((v) => v.data$)
|
|
295
|
+
.pipe(zod_1.z
|
|
296
|
+
.object({
|
|
297
|
+
rawResponse: zod_1.z
|
|
298
|
+
.instanceof(Response)
|
|
299
|
+
.transform(() => {
|
|
300
|
+
throw new Error("Response cannot be serialized");
|
|
301
|
+
})
|
|
302
|
+
.optional(),
|
|
303
|
+
errorMessage: zod_1.z.string().optional(),
|
|
304
|
+
})
|
|
305
|
+
.transform((v) => {
|
|
306
|
+
return {
|
|
307
|
+
...(v.rawResponse === undefined ? null : { RawResponse: v.rawResponse }),
|
|
308
|
+
...(v.errorMessage === undefined
|
|
309
|
+
? null
|
|
310
|
+
: { error_message: v.errorMessage }),
|
|
311
|
+
};
|
|
312
|
+
}));
|
|
313
|
+
})(CreatePhoneCallResponseResponseBody$ || (exports.CreatePhoneCallResponseResponseBody$ = CreatePhoneCallResponseResponseBody$ = {}));
|
|
314
|
+
/** @internal */
|
|
315
|
+
var CreatePhoneCallResponseBody$;
|
|
316
|
+
(function (CreatePhoneCallResponseBody$) {
|
|
317
|
+
CreatePhoneCallResponseBody$.inboundSchema = zod_1.z
|
|
318
|
+
.object({
|
|
319
|
+
RawResponse: zod_1.z.instanceof(Response).optional(),
|
|
320
|
+
error_message: zod_1.z.string().optional(),
|
|
321
|
+
})
|
|
322
|
+
.transform((v) => {
|
|
323
|
+
return new CreatePhoneCallResponseBody({
|
|
324
|
+
...(v.RawResponse === undefined ? null : { rawResponse: v.RawResponse }),
|
|
325
|
+
...(v.error_message === undefined ? null : { errorMessage: v.error_message }),
|
|
326
|
+
});
|
|
327
|
+
});
|
|
328
|
+
CreatePhoneCallResponseBody$.outboundSchema = zod_1.z
|
|
329
|
+
.instanceof(CreatePhoneCallResponseBody)
|
|
330
|
+
.transform((v) => v.data$)
|
|
331
|
+
.pipe(zod_1.z
|
|
332
|
+
.object({
|
|
333
|
+
rawResponse: zod_1.z
|
|
334
|
+
.instanceof(Response)
|
|
335
|
+
.transform(() => {
|
|
336
|
+
throw new Error("Response cannot be serialized");
|
|
337
|
+
})
|
|
338
|
+
.optional(),
|
|
339
|
+
errorMessage: zod_1.z.string().optional(),
|
|
340
|
+
})
|
|
341
|
+
.transform((v) => {
|
|
342
|
+
return {
|
|
343
|
+
...(v.rawResponse === undefined ? null : { RawResponse: v.rawResponse }),
|
|
344
|
+
...(v.errorMessage === undefined
|
|
345
|
+
? null
|
|
346
|
+
: { error_message: v.errorMessage }),
|
|
347
|
+
};
|
|
348
|
+
}));
|
|
349
|
+
})(CreatePhoneCallResponseBody$ || (exports.CreatePhoneCallResponseBody$ = CreatePhoneCallResponseBody$ = {}));
|
|
350
|
+
//# sourceMappingURL=createphonecall.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createphonecall.js","sourceRoot":"","sources":["../../src/models/errors/createphonecall.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
/**
|
|
3
|
+
* Internal Server Error
|
|
4
|
+
*/
|
|
5
|
+
export type CreatePhoneNumberResponse500ResponseBodyData = {
|
|
6
|
+
/**
|
|
7
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
8
|
+
*/
|
|
9
|
+
rawResponse?: Response | undefined;
|
|
10
|
+
errorMessage?: string | undefined;
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* Internal Server Error
|
|
14
|
+
*/
|
|
15
|
+
export declare class CreatePhoneNumberResponse500ResponseBody extends Error {
|
|
16
|
+
/**
|
|
17
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
18
|
+
*/
|
|
19
|
+
rawResponse?: Response | undefined;
|
|
20
|
+
errorMessage?: string | undefined;
|
|
21
|
+
/** The original data that was passed to this error instance. */
|
|
22
|
+
data$: CreatePhoneNumberResponse500ResponseBodyData;
|
|
23
|
+
constructor(err: CreatePhoneNumberResponse500ResponseBodyData, options?: ErrorOptions);
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Unprocessable Content
|
|
27
|
+
*/
|
|
28
|
+
export type CreatePhoneNumberResponse422ResponseBodyData = {
|
|
29
|
+
/**
|
|
30
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
31
|
+
*/
|
|
32
|
+
rawResponse?: Response | undefined;
|
|
33
|
+
errorMessage?: string | undefined;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Unprocessable Content
|
|
37
|
+
*/
|
|
38
|
+
export declare class CreatePhoneNumberResponse422ResponseBody extends Error {
|
|
39
|
+
/**
|
|
40
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
41
|
+
*/
|
|
42
|
+
rawResponse?: Response | undefined;
|
|
43
|
+
errorMessage?: string | undefined;
|
|
44
|
+
/** The original data that was passed to this error instance. */
|
|
45
|
+
data$: CreatePhoneNumberResponse422ResponseBodyData;
|
|
46
|
+
constructor(err: CreatePhoneNumberResponse422ResponseBodyData, options?: ErrorOptions);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Payment Required
|
|
50
|
+
*/
|
|
51
|
+
export type CreatePhoneNumberResponse402ResponseBodyData = {
|
|
52
|
+
/**
|
|
53
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
54
|
+
*/
|
|
55
|
+
rawResponse?: Response | undefined;
|
|
56
|
+
errorMessage?: string | undefined;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Payment Required
|
|
60
|
+
*/
|
|
61
|
+
export declare class CreatePhoneNumberResponse402ResponseBody extends Error {
|
|
62
|
+
/**
|
|
63
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
64
|
+
*/
|
|
65
|
+
rawResponse?: Response | undefined;
|
|
66
|
+
errorMessage?: string | undefined;
|
|
67
|
+
/** The original data that was passed to this error instance. */
|
|
68
|
+
data$: CreatePhoneNumberResponse402ResponseBodyData;
|
|
69
|
+
constructor(err: CreatePhoneNumberResponse402ResponseBodyData, options?: ErrorOptions);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Unauthorized
|
|
73
|
+
*/
|
|
74
|
+
export type CreatePhoneNumberResponseResponseBodyData = {
|
|
75
|
+
/**
|
|
76
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
77
|
+
*/
|
|
78
|
+
rawResponse?: Response | undefined;
|
|
79
|
+
errorMessage?: string | undefined;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Unauthorized
|
|
83
|
+
*/
|
|
84
|
+
export declare class CreatePhoneNumberResponseResponseBody extends Error {
|
|
85
|
+
/**
|
|
86
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
87
|
+
*/
|
|
88
|
+
rawResponse?: Response | undefined;
|
|
89
|
+
errorMessage?: string | undefined;
|
|
90
|
+
/** The original data that was passed to this error instance. */
|
|
91
|
+
data$: CreatePhoneNumberResponseResponseBodyData;
|
|
92
|
+
constructor(err: CreatePhoneNumberResponseResponseBodyData, options?: ErrorOptions);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Bad Request
|
|
96
|
+
*/
|
|
97
|
+
export type CreatePhoneNumberResponseBodyData = {
|
|
98
|
+
/**
|
|
99
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
100
|
+
*/
|
|
101
|
+
rawResponse?: Response | undefined;
|
|
102
|
+
errorMessage?: string | undefined;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Bad Request
|
|
106
|
+
*/
|
|
107
|
+
export declare class CreatePhoneNumberResponseBody extends Error {
|
|
108
|
+
/**
|
|
109
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
110
|
+
*/
|
|
111
|
+
rawResponse?: Response | undefined;
|
|
112
|
+
errorMessage?: string | undefined;
|
|
113
|
+
/** The original data that was passed to this error instance. */
|
|
114
|
+
data$: CreatePhoneNumberResponseBodyData;
|
|
115
|
+
constructor(err: CreatePhoneNumberResponseBodyData, options?: ErrorOptions);
|
|
116
|
+
}
|
|
117
|
+
/** @internal */
|
|
118
|
+
export declare namespace CreatePhoneNumberResponse500ResponseBody$ {
|
|
119
|
+
type Inbound = {
|
|
120
|
+
RawResponse?: Response | undefined;
|
|
121
|
+
error_message?: string | undefined;
|
|
122
|
+
};
|
|
123
|
+
const inboundSchema: z.ZodType<CreatePhoneNumberResponse500ResponseBody, z.ZodTypeDef, Inbound>;
|
|
124
|
+
type Outbound = {
|
|
125
|
+
RawResponse?: never | undefined;
|
|
126
|
+
error_message?: string | undefined;
|
|
127
|
+
};
|
|
128
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, CreatePhoneNumberResponse500ResponseBody>;
|
|
129
|
+
}
|
|
130
|
+
/** @internal */
|
|
131
|
+
export declare namespace CreatePhoneNumberResponse422ResponseBody$ {
|
|
132
|
+
type Inbound = {
|
|
133
|
+
RawResponse?: Response | undefined;
|
|
134
|
+
error_message?: string | undefined;
|
|
135
|
+
};
|
|
136
|
+
const inboundSchema: z.ZodType<CreatePhoneNumberResponse422ResponseBody, z.ZodTypeDef, Inbound>;
|
|
137
|
+
type Outbound = {
|
|
138
|
+
RawResponse?: never | undefined;
|
|
139
|
+
error_message?: string | undefined;
|
|
140
|
+
};
|
|
141
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, CreatePhoneNumberResponse422ResponseBody>;
|
|
142
|
+
}
|
|
143
|
+
/** @internal */
|
|
144
|
+
export declare namespace CreatePhoneNumberResponse402ResponseBody$ {
|
|
145
|
+
type Inbound = {
|
|
146
|
+
RawResponse?: Response | undefined;
|
|
147
|
+
error_message?: string | undefined;
|
|
148
|
+
};
|
|
149
|
+
const inboundSchema: z.ZodType<CreatePhoneNumberResponse402ResponseBody, z.ZodTypeDef, Inbound>;
|
|
150
|
+
type Outbound = {
|
|
151
|
+
RawResponse?: never | undefined;
|
|
152
|
+
error_message?: string | undefined;
|
|
153
|
+
};
|
|
154
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, CreatePhoneNumberResponse402ResponseBody>;
|
|
155
|
+
}
|
|
156
|
+
/** @internal */
|
|
157
|
+
export declare namespace CreatePhoneNumberResponseResponseBody$ {
|
|
158
|
+
type Inbound = {
|
|
159
|
+
RawResponse?: Response | undefined;
|
|
160
|
+
error_message?: string | undefined;
|
|
161
|
+
};
|
|
162
|
+
const inboundSchema: z.ZodType<CreatePhoneNumberResponseResponseBody, z.ZodTypeDef, Inbound>;
|
|
163
|
+
type Outbound = {
|
|
164
|
+
RawResponse?: never | undefined;
|
|
165
|
+
error_message?: string | undefined;
|
|
166
|
+
};
|
|
167
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, CreatePhoneNumberResponseResponseBody>;
|
|
168
|
+
}
|
|
169
|
+
/** @internal */
|
|
170
|
+
export declare namespace CreatePhoneNumberResponseBody$ {
|
|
171
|
+
type Inbound = {
|
|
172
|
+
RawResponse?: Response | undefined;
|
|
173
|
+
error_message?: string | undefined;
|
|
174
|
+
};
|
|
175
|
+
const inboundSchema: z.ZodType<CreatePhoneNumberResponseBody, z.ZodTypeDef, Inbound>;
|
|
176
|
+
type Outbound = {
|
|
177
|
+
RawResponse?: never | undefined;
|
|
178
|
+
error_message?: string | undefined;
|
|
179
|
+
};
|
|
180
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, CreatePhoneNumberResponseBody>;
|
|
181
|
+
}
|
|
182
|
+
//# sourceMappingURL=createphonenumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createphonenumber.d.ts","sourceRoot":"","sources":["../../src/models/errors/createphonenumber.ts"],"names":[],"mappings":"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"}
|