retell-sdk 4.65.0 → 5.0.0
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/CHANGELOG.md +4 -1326
- package/LICENSE +1 -1
- package/README.md +120 -44
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +217 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +217 -0
- package/client.d.ts.map +1 -0
- package/client.js +513 -0
- package/client.js.map +1 -0
- package/client.mjs +509 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +1 -46
- package/error.d.ts.map +1 -1
- package/error.js +3 -110
- package/error.js.map +1 -1
- package/error.mjs +1 -96
- package/error.mjs.map +1 -1
- package/index.d.mts +6 -151
- package/index.d.mts.map +1 -0
- package/index.d.ts +5 -150
- package/index.d.ts.map +1 -1
- package/index.js +12 -150
- package/index.js.map +1 -1
- package/index.mjs +5 -123
- package/index.mjs.map +1 -1
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +101 -65
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +1 -5
- package/resource.d.ts.map +1 -1
- package/resource.js +3 -8
- package/resource.js.map +1 -1
- package/resource.mjs +1 -6
- package/resource.mjs.map +1 -1
- package/resources/agent.d.mts +1803 -0
- package/resources/agent.d.mts.map +1 -0
- package/resources/agent.d.ts +377 -81
- package/resources/agent.d.ts.map +1 -1
- package/resources/agent.js +33 -20
- package/resources/agent.js.map +1 -1
- package/resources/agent.mjs +33 -20
- package/resources/agent.mjs.map +1 -1
- package/resources/batch-call.d.mts +926 -0
- package/resources/batch-call.d.mts.map +1 -0
- package/resources/batch-call.d.ts +220 -28
- package/resources/batch-call.d.ts.map +1 -1
- package/resources/batch-call.js +6 -2
- package/resources/batch-call.js.map +1 -1
- package/resources/batch-call.mjs +6 -2
- package/resources/batch-call.mjs.map +1 -1
- package/resources/call.d.mts +4280 -0
- package/resources/call.d.mts.map +1 -0
- package/resources/call.d.ts +556 -110
- package/resources/call.d.ts.map +1 -1
- package/resources/call.js +20 -10
- package/resources/call.js.map +1 -1
- package/resources/call.mjs +20 -10
- package/resources/call.mjs.map +1 -1
- package/resources/chat-agent.d.mts +836 -0
- package/resources/chat-agent.d.mts.map +1 -0
- package/resources/chat-agent.d.ts +118 -23
- package/resources/chat-agent.d.ts.map +1 -1
- package/resources/chat-agent.js +33 -20
- package/resources/chat-agent.js.map +1 -1
- package/resources/chat-agent.mjs +33 -20
- package/resources/chat-agent.mjs.map +1 -1
- package/resources/chat.d.mts +607 -0
- package/resources/chat.d.mts.map +1 -0
- package/resources/chat.d.ts +82 -30
- package/resources/chat.d.ts.map +1 -1
- package/resources/chat.js +21 -11
- package/resources/chat.js.map +1 -1
- package/resources/chat.mjs +21 -11
- package/resources/chat.mjs.map +1 -1
- package/resources/concurrency.d.mts +51 -0
- package/resources/concurrency.d.mts.map +1 -0
- package/resources/concurrency.d.ts +14 -3
- package/resources/concurrency.d.ts.map +1 -1
- package/resources/concurrency.js +1 -1
- package/resources/concurrency.js.map +1 -1
- package/resources/concurrency.mjs +1 -1
- package/resources/concurrency.mjs.map +1 -1
- package/resources/conversation-flow-component.d.mts +11838 -0
- package/resources/conversation-flow-component.d.mts.map +1 -0
- package/resources/conversation-flow-component.d.ts +6600 -2597
- package/resources/conversation-flow-component.d.ts.map +1 -1
- package/resources/conversation-flow-component.js +10 -8
- package/resources/conversation-flow-component.js.map +1 -1
- package/resources/conversation-flow-component.mjs +10 -8
- package/resources/conversation-flow-component.mjs.map +1 -1
- package/resources/conversation-flow.d.mts +23851 -0
- package/resources/conversation-flow.d.mts.map +1 -0
- package/resources/conversation-flow.d.ts +15877 -7958
- package/resources/conversation-flow.d.ts.map +1 -1
- package/resources/conversation-flow.js +30 -15
- package/resources/conversation-flow.js.map +1 -1
- package/resources/conversation-flow.mjs +30 -15
- package/resources/conversation-flow.mjs.map +1 -1
- package/resources/index.d.mts +15 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +4 -4
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -2
- package/resources/index.mjs.map +1 -1
- package/resources/knowledge-base.d.mts +228 -0
- package/resources/knowledge-base.d.mts.map +1 -0
- package/resources/knowledge-base.d.ts +23 -14
- package/resources/knowledge-base.d.ts.map +1 -1
- package/resources/knowledge-base.js +16 -36
- package/resources/knowledge-base.js.map +1 -1
- package/resources/knowledge-base.mjs +16 -13
- package/resources/knowledge-base.mjs.map +1 -1
- package/resources/llm.d.mts +5306 -0
- package/resources/llm.d.mts.map +1 -0
- package/resources/llm.d.ts +1189 -477
- package/resources/llm.d.ts.map +1 -1
- package/resources/llm.js +28 -15
- package/resources/llm.js.map +1 -1
- package/resources/llm.mjs +28 -15
- package/resources/llm.mjs.map +1 -1
- package/resources/mcp-tool.d.mts +45 -0
- package/resources/mcp-tool.d.mts.map +1 -0
- package/resources/mcp-tool.d.ts +8 -3
- package/resources/mcp-tool.d.ts.map +1 -1
- package/resources/mcp-tool.js +4 -3
- package/resources/mcp-tool.js.map +1 -1
- package/resources/mcp-tool.mjs +4 -3
- package/resources/mcp-tool.mjs.map +1 -1
- package/resources/phone-number.d.mts +595 -0
- package/resources/phone-number.d.mts.map +1 -0
- package/resources/phone-number.d.ts +332 -13
- package/resources/phone-number.d.ts.map +1 -1
- package/resources/phone-number.js +7 -5
- package/resources/phone-number.js.map +1 -1
- package/resources/phone-number.mjs +7 -5
- package/resources/phone-number.mjs.map +1 -1
- package/resources/tests.d.mts +561 -0
- package/resources/tests.d.mts.map +1 -0
- package/resources/tests.d.ts +437 -7
- package/resources/tests.d.ts.map +1 -1
- package/resources/tests.js +60 -1
- package/resources/tests.js.map +1 -1
- package/resources/tests.mjs +60 -1
- package/resources/tests.mjs.map +1 -1
- package/resources/voice.d.mts +130 -0
- package/resources/voice.d.mts.map +1 -0
- package/resources/voice.d.ts +89 -6
- package/resources/voice.d.ts.map +1 -1
- package/resources/voice.js +23 -3
- package/resources/voice.js.map +1 -1
- package/resources/voice.mjs +23 -3
- package/resources/voice.mjs.map +1 -1
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts.map +1 -1
- package/resources.js +2 -15
- package/resources.js.map +1 -1
- package/src/api-promise.ts +2 -0
- package/src/client.ts +1005 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -130
- package/src/index.ts +5 -405
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/resource.ts +2 -11
- package/src/resources/agent.ts +610 -101
- package/src/resources/batch-call.ts +318 -26
- package/src/resources/call.ts +835 -111
- package/src/resources/chat-agent.ts +191 -41
- package/src/resources/chat.ts +108 -40
- package/src/resources/concurrency.ts +16 -3
- package/src/resources/conversation-flow-component.ts +9469 -4285
- package/src/resources/conversation-flow.ts +21572 -11318
- package/src/resources/index.ts +25 -2
- package/src/resources/knowledge-base.ts +40 -28
- package/src/resources/llm.ts +1422 -599
- package/src/resources/mcp-tool.ts +13 -6
- package/src/resources/phone-number.ts +410 -18
- package/src/resources/tests.ts +608 -9
- package/src/resources/voice.ts +122 -7
- package/src/tsconfig.json +2 -2
- package/src/uploads.ts +2 -259
- package/src/version.ts +1 -1
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +1 -74
- package/uploads.d.ts.map +1 -1
- package/uploads.js +3 -175
- package/uploads.js.map +1 -1
- package/uploads.mjs +1 -164
- package/uploads.mjs.map +1 -1
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
- package/_shims/MultipartBody.d.ts +0 -9
- package/_shims/MultipartBody.d.ts.map +0 -1
- package/_shims/MultipartBody.js +0 -16
- package/_shims/MultipartBody.js.map +0 -1
- package/_shims/MultipartBody.mjs +0 -12
- package/_shims/MultipartBody.mjs.map +0 -1
- package/_shims/README.md +0 -46
- package/_shims/auto/runtime-bun.d.ts +0 -5
- package/_shims/auto/runtime-bun.d.ts.map +0 -1
- package/_shims/auto/runtime-bun.js +0 -21
- package/_shims/auto/runtime-bun.js.map +0 -1
- package/_shims/auto/runtime-bun.mjs +0 -2
- package/_shims/auto/runtime-bun.mjs.map +0 -1
- package/_shims/auto/runtime-node.d.ts +0 -5
- package/_shims/auto/runtime-node.d.ts.map +0 -1
- package/_shims/auto/runtime-node.js +0 -21
- package/_shims/auto/runtime-node.js.map +0 -1
- package/_shims/auto/runtime-node.mjs +0 -2
- package/_shims/auto/runtime-node.mjs.map +0 -1
- package/_shims/auto/runtime.d.ts +0 -5
- package/_shims/auto/runtime.d.ts.map +0 -1
- package/_shims/auto/runtime.js +0 -21
- package/_shims/auto/runtime.js.map +0 -1
- package/_shims/auto/runtime.mjs +0 -2
- package/_shims/auto/runtime.mjs.map +0 -1
- package/_shims/auto/types-node.d.ts +0 -5
- package/_shims/auto/types-node.d.ts.map +0 -1
- package/_shims/auto/types-node.js +0 -21
- package/_shims/auto/types-node.js.map +0 -1
- package/_shims/auto/types-node.mjs +0 -2
- package/_shims/auto/types-node.mjs.map +0 -1
- package/_shims/auto/types.d.ts +0 -101
- package/_shims/auto/types.js +0 -3
- package/_shims/auto/types.mjs +0 -3
- package/_shims/bun-runtime.d.ts +0 -6
- package/_shims/bun-runtime.d.ts.map +0 -1
- package/_shims/bun-runtime.js +0 -14
- package/_shims/bun-runtime.js.map +0 -1
- package/_shims/bun-runtime.mjs +0 -10
- package/_shims/bun-runtime.mjs.map +0 -1
- package/_shims/index.d.ts +0 -83
- package/_shims/index.js +0 -17
- package/_shims/index.mjs +0 -11
- package/_shims/manual-types.d.ts +0 -12
- package/_shims/manual-types.js +0 -3
- package/_shims/manual-types.mjs +0 -3
- package/_shims/node-runtime.d.ts +0 -3
- package/_shims/node-runtime.d.ts.map +0 -1
- package/_shims/node-runtime.js +0 -89
- package/_shims/node-runtime.js.map +0 -1
- package/_shims/node-runtime.mjs +0 -56
- package/_shims/node-runtime.mjs.map +0 -1
- package/_shims/node-types.d.ts +0 -42
- package/_shims/node-types.js +0 -3
- package/_shims/node-types.mjs +0 -3
- package/_shims/registry.d.ts +0 -37
- package/_shims/registry.d.ts.map +0 -1
- package/_shims/registry.js +0 -41
- package/_shims/registry.js.map +0 -1
- package/_shims/registry.mjs +0 -37
- package/_shims/registry.mjs.map +0 -1
- package/_shims/web-runtime.d.ts +0 -5
- package/_shims/web-runtime.d.ts.map +0 -1
- package/_shims/web-runtime.js +0 -78
- package/_shims/web-runtime.js.map +0 -1
- package/_shims/web-runtime.mjs +0 -71
- package/_shims/web-runtime.mjs.map +0 -1
- package/_shims/web-types.d.ts +0 -83
- package/_shims/web-types.js +0 -3
- package/_shims/web-types.mjs +0 -3
- package/core.d.ts +0 -255
- package/core.d.ts.map +0 -1
- package/core.js +0 -924
- package/core.js.map +0 -1
- package/core.mjs +0 -892
- package/core.mjs.map +0 -1
- package/lib/webhook_auth.d.ts +0 -27
- package/lib/webhook_auth.d.ts.map +0 -1
- package/lib/webhook_auth.js +0 -50
- package/lib/webhook_auth.js.map +0 -1
- package/lib/webhook_auth.mjs +0 -45
- package/lib/webhook_auth.mjs.map +0 -1
- package/shims/node.d.ts +0 -30
- package/shims/node.d.ts.map +0 -1
- package/shims/node.js +0 -31
- package/shims/node.js.map +0 -1
- package/shims/node.mjs +0 -5
- package/shims/node.mjs.map +0 -1
- package/shims/web.d.ts +0 -26
- package/shims/web.d.ts.map +0 -1
- package/shims/web.js +0 -31
- package/shims/web.js.map +0 -1
- package/shims/web.mjs +0 -5
- package/shims/web.mjs.map +0 -1
- package/src/_shims/MultipartBody.ts +0 -9
- package/src/_shims/README.md +0 -46
- package/src/_shims/auto/runtime-bun.ts +0 -4
- package/src/_shims/auto/runtime-node.ts +0 -4
- package/src/_shims/auto/runtime.ts +0 -4
- package/src/_shims/auto/types-node.ts +0 -4
- package/src/_shims/auto/types.d.ts +0 -101
- package/src/_shims/auto/types.js +0 -3
- package/src/_shims/auto/types.mjs +0 -3
- package/src/_shims/bun-runtime.ts +0 -14
- package/src/_shims/index.d.ts +0 -83
- package/src/_shims/index.js +0 -17
- package/src/_shims/index.mjs +0 -11
- package/src/_shims/manual-types.d.ts +0 -12
- package/src/_shims/manual-types.js +0 -3
- package/src/_shims/manual-types.mjs +0 -3
- package/src/_shims/node-runtime.ts +0 -81
- package/src/_shims/node-types.d.ts +0 -42
- package/src/_shims/node-types.js +0 -3
- package/src/_shims/node-types.mjs +0 -3
- package/src/_shims/registry.ts +0 -67
- package/src/_shims/web-runtime.ts +0 -103
- package/src/_shims/web-types.d.ts +0 -83
- package/src/_shims/web-types.js +0 -3
- package/src/_shims/web-types.mjs +0 -3
- package/src/core.ts +0 -1236
- package/src/lib/webhook_auth.ts +0 -69
- package/src/shims/node.ts +0 -50
- package/src/shims/web.ts +0 -50
package/error.js
CHANGED
|
@@ -1,113 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
exports.RetellError = RetellError;
|
|
9
|
-
class APIError extends RetellError {
|
|
10
|
-
constructor(status, error, message, headers) {
|
|
11
|
-
super(`${APIError.makeMessage(status, error, message)}`);
|
|
12
|
-
this.status = status;
|
|
13
|
-
this.headers = headers;
|
|
14
|
-
this.error = error;
|
|
15
|
-
}
|
|
16
|
-
static makeMessage(status, error, message) {
|
|
17
|
-
const msg = error?.message ?
|
|
18
|
-
typeof error.message === 'string' ?
|
|
19
|
-
error.message
|
|
20
|
-
: JSON.stringify(error.message)
|
|
21
|
-
: error ? JSON.stringify(error)
|
|
22
|
-
: message;
|
|
23
|
-
if (status && msg) {
|
|
24
|
-
return `${status} ${msg}`;
|
|
25
|
-
}
|
|
26
|
-
if (status) {
|
|
27
|
-
return `${status} status code (no body)`;
|
|
28
|
-
}
|
|
29
|
-
if (msg) {
|
|
30
|
-
return msg;
|
|
31
|
-
}
|
|
32
|
-
return '(no status code or body)';
|
|
33
|
-
}
|
|
34
|
-
static generate(status, errorResponse, message, headers) {
|
|
35
|
-
if (!status || !headers) {
|
|
36
|
-
return new APIConnectionError({ message, cause: (0, core_1.castToError)(errorResponse) });
|
|
37
|
-
}
|
|
38
|
-
const error = errorResponse;
|
|
39
|
-
if (status === 400) {
|
|
40
|
-
return new BadRequestError(status, error, message, headers);
|
|
41
|
-
}
|
|
42
|
-
if (status === 401) {
|
|
43
|
-
return new AuthenticationError(status, error, message, headers);
|
|
44
|
-
}
|
|
45
|
-
if (status === 403) {
|
|
46
|
-
return new PermissionDeniedError(status, error, message, headers);
|
|
47
|
-
}
|
|
48
|
-
if (status === 404) {
|
|
49
|
-
return new NotFoundError(status, error, message, headers);
|
|
50
|
-
}
|
|
51
|
-
if (status === 409) {
|
|
52
|
-
return new ConflictError(status, error, message, headers);
|
|
53
|
-
}
|
|
54
|
-
if (status === 422) {
|
|
55
|
-
return new UnprocessableEntityError(status, error, message, headers);
|
|
56
|
-
}
|
|
57
|
-
if (status === 429) {
|
|
58
|
-
return new RateLimitError(status, error, message, headers);
|
|
59
|
-
}
|
|
60
|
-
if (status >= 500) {
|
|
61
|
-
return new InternalServerError(status, error, message, headers);
|
|
62
|
-
}
|
|
63
|
-
return new APIError(status, error, message, headers);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
exports.APIError = APIError;
|
|
67
|
-
class APIUserAbortError extends APIError {
|
|
68
|
-
constructor({ message } = {}) {
|
|
69
|
-
super(undefined, undefined, message || 'Request was aborted.', undefined);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.APIUserAbortError = APIUserAbortError;
|
|
73
|
-
class APIConnectionError extends APIError {
|
|
74
|
-
constructor({ message, cause }) {
|
|
75
|
-
super(undefined, undefined, message || 'Connection error.', undefined);
|
|
76
|
-
// in some environments the 'cause' property is already declared
|
|
77
|
-
// @ts-ignore
|
|
78
|
-
if (cause)
|
|
79
|
-
this.cause = cause;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
exports.APIConnectionError = APIConnectionError;
|
|
83
|
-
class APIConnectionTimeoutError extends APIConnectionError {
|
|
84
|
-
constructor({ message } = {}) {
|
|
85
|
-
super({ message: message ?? 'Request timed out.' });
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
exports.APIConnectionTimeoutError = APIConnectionTimeoutError;
|
|
89
|
-
class BadRequestError extends APIError {
|
|
90
|
-
}
|
|
91
|
-
exports.BadRequestError = BadRequestError;
|
|
92
|
-
class AuthenticationError extends APIError {
|
|
93
|
-
}
|
|
94
|
-
exports.AuthenticationError = AuthenticationError;
|
|
95
|
-
class PermissionDeniedError extends APIError {
|
|
96
|
-
}
|
|
97
|
-
exports.PermissionDeniedError = PermissionDeniedError;
|
|
98
|
-
class NotFoundError extends APIError {
|
|
99
|
-
}
|
|
100
|
-
exports.NotFoundError = NotFoundError;
|
|
101
|
-
class ConflictError extends APIError {
|
|
102
|
-
}
|
|
103
|
-
exports.ConflictError = ConflictError;
|
|
104
|
-
class UnprocessableEntityError extends APIError {
|
|
105
|
-
}
|
|
106
|
-
exports.UnprocessableEntityError = UnprocessableEntityError;
|
|
107
|
-
class RateLimitError extends APIError {
|
|
108
|
-
}
|
|
109
|
-
exports.RateLimitError = RateLimitError;
|
|
110
|
-
class InternalServerError extends APIError {
|
|
111
|
-
}
|
|
112
|
-
exports.InternalServerError = InternalServerError;
|
|
3
|
+
const tslib_1 = require("./internal/tslib.js");
|
|
4
|
+
/** @deprecated Import from ./core/error instead */
|
|
5
|
+
tslib_1.__exportStar(require("./core/error.js"), exports);
|
|
113
6
|
//# sourceMappingURL=error.js.map
|
package/error.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.js","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error.js","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":";;;AAAA,mDAAmD;AACnD,0DAA6B"}
|
package/error.mjs
CHANGED
|
@@ -1,97 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { castToError } from "./core.mjs";
|
|
3
|
-
export class RetellError extends Error {
|
|
4
|
-
}
|
|
5
|
-
export class APIError extends RetellError {
|
|
6
|
-
constructor(status, error, message, headers) {
|
|
7
|
-
super(`${APIError.makeMessage(status, error, message)}`);
|
|
8
|
-
this.status = status;
|
|
9
|
-
this.headers = headers;
|
|
10
|
-
this.error = error;
|
|
11
|
-
}
|
|
12
|
-
static makeMessage(status, error, message) {
|
|
13
|
-
const msg = error?.message ?
|
|
14
|
-
typeof error.message === 'string' ?
|
|
15
|
-
error.message
|
|
16
|
-
: JSON.stringify(error.message)
|
|
17
|
-
: error ? JSON.stringify(error)
|
|
18
|
-
: message;
|
|
19
|
-
if (status && msg) {
|
|
20
|
-
return `${status} ${msg}`;
|
|
21
|
-
}
|
|
22
|
-
if (status) {
|
|
23
|
-
return `${status} status code (no body)`;
|
|
24
|
-
}
|
|
25
|
-
if (msg) {
|
|
26
|
-
return msg;
|
|
27
|
-
}
|
|
28
|
-
return '(no status code or body)';
|
|
29
|
-
}
|
|
30
|
-
static generate(status, errorResponse, message, headers) {
|
|
31
|
-
if (!status || !headers) {
|
|
32
|
-
return new APIConnectionError({ message, cause: castToError(errorResponse) });
|
|
33
|
-
}
|
|
34
|
-
const error = errorResponse;
|
|
35
|
-
if (status === 400) {
|
|
36
|
-
return new BadRequestError(status, error, message, headers);
|
|
37
|
-
}
|
|
38
|
-
if (status === 401) {
|
|
39
|
-
return new AuthenticationError(status, error, message, headers);
|
|
40
|
-
}
|
|
41
|
-
if (status === 403) {
|
|
42
|
-
return new PermissionDeniedError(status, error, message, headers);
|
|
43
|
-
}
|
|
44
|
-
if (status === 404) {
|
|
45
|
-
return new NotFoundError(status, error, message, headers);
|
|
46
|
-
}
|
|
47
|
-
if (status === 409) {
|
|
48
|
-
return new ConflictError(status, error, message, headers);
|
|
49
|
-
}
|
|
50
|
-
if (status === 422) {
|
|
51
|
-
return new UnprocessableEntityError(status, error, message, headers);
|
|
52
|
-
}
|
|
53
|
-
if (status === 429) {
|
|
54
|
-
return new RateLimitError(status, error, message, headers);
|
|
55
|
-
}
|
|
56
|
-
if (status >= 500) {
|
|
57
|
-
return new InternalServerError(status, error, message, headers);
|
|
58
|
-
}
|
|
59
|
-
return new APIError(status, error, message, headers);
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
export class APIUserAbortError extends APIError {
|
|
63
|
-
constructor({ message } = {}) {
|
|
64
|
-
super(undefined, undefined, message || 'Request was aborted.', undefined);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
export class APIConnectionError extends APIError {
|
|
68
|
-
constructor({ message, cause }) {
|
|
69
|
-
super(undefined, undefined, message || 'Connection error.', undefined);
|
|
70
|
-
// in some environments the 'cause' property is already declared
|
|
71
|
-
// @ts-ignore
|
|
72
|
-
if (cause)
|
|
73
|
-
this.cause = cause;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
export class APIConnectionTimeoutError extends APIConnectionError {
|
|
77
|
-
constructor({ message } = {}) {
|
|
78
|
-
super({ message: message ?? 'Request timed out.' });
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
export class BadRequestError extends APIError {
|
|
82
|
-
}
|
|
83
|
-
export class AuthenticationError extends APIError {
|
|
84
|
-
}
|
|
85
|
-
export class PermissionDeniedError extends APIError {
|
|
86
|
-
}
|
|
87
|
-
export class NotFoundError extends APIError {
|
|
88
|
-
}
|
|
89
|
-
export class ConflictError extends APIError {
|
|
90
|
-
}
|
|
91
|
-
export class UnprocessableEntityError extends APIError {
|
|
92
|
-
}
|
|
93
|
-
export class RateLimitError extends APIError {
|
|
94
|
-
}
|
|
95
|
-
export class InternalServerError extends APIError {
|
|
96
|
-
}
|
|
1
|
+
export * from "./core/error.mjs";
|
|
97
2
|
//# sourceMappingURL=error.mjs.map
|
package/error.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.mjs","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error.mjs","sourceRoot":"","sources":["src/error.ts"],"names":[],"mappings":""}
|
package/index.d.mts
CHANGED
|
@@ -1,151 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { BatchCall, BatchCallCreateBatchCallParams, BatchCallResponse } from "./resources/batch-call.js";
|
|
8
|
-
import { Call, CallCreatePhoneCallParams, CallCreateWebCallParams, CallListParams, CallListResponse, CallRegisterPhoneCallParams, CallResponse, CallUpdateParams, PhoneCallResponse, WebCallResponse } from "./resources/call.js";
|
|
9
|
-
import { Chat, ChatCreateChatCompletionParams, ChatCreateChatCompletionResponse, ChatCreateParams, ChatCreateSMSChatParams, ChatListResponse, ChatResponse, ChatUpdateParams } from "./resources/chat.js";
|
|
10
|
-
import { ChatAgent, ChatAgentCreateParams, ChatAgentGetVersionsResponse, ChatAgentListParams, ChatAgentListResponse, ChatAgentResponse, ChatAgentRetrieveParams, ChatAgentUpdateParams } from "./resources/chat-agent.js";
|
|
11
|
-
import { Concurrency, ConcurrencyRetrieveResponse } from "./resources/concurrency.js";
|
|
12
|
-
import { ConversationFlow, ConversationFlowCreateParams, ConversationFlowListParams, ConversationFlowListResponse, ConversationFlowResponse, ConversationFlowRetrieveParams, ConversationFlowUpdateParams } from "./resources/conversation-flow.js";
|
|
13
|
-
import { ConversationFlowComponent, ConversationFlowComponentCreateParams, ConversationFlowComponentListResponse, ConversationFlowComponentResponse, ConversationFlowComponentUpdateParams } from "./resources/conversation-flow-component.js";
|
|
14
|
-
import { KnowledgeBase, KnowledgeBaseAddSourcesParams, KnowledgeBaseCreateParams, KnowledgeBaseListResponse, KnowledgeBaseResponse } from "./resources/knowledge-base.js";
|
|
15
|
-
import { Llm, LlmCreateParams, LlmListParams, LlmListResponse, LlmResponse, LlmRetrieveParams, LlmUpdateParams } from "./resources/llm.js";
|
|
16
|
-
import { McpTool, McpToolDefinition, McpToolGetMcpToolsParams, McpToolGetMcpToolsResponse } from "./resources/mcp-tool.js";
|
|
17
|
-
import { PhoneNumber, PhoneNumberCreateParams, PhoneNumberImportParams, PhoneNumberListResponse, PhoneNumberResponse, PhoneNumberUpdateParams } from "./resources/phone-number.js";
|
|
18
|
-
import { BatchTestResponse, TestCreateBatchTestParams, Tests } from "./resources/tests.js";
|
|
19
|
-
import { Voice, VoiceListResponse, VoiceResponse } from "./resources/voice.js";
|
|
20
|
-
export interface ClientOptions {
|
|
21
|
-
apiKey: string;
|
|
22
|
-
/**
|
|
23
|
-
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
24
|
-
*
|
|
25
|
-
* Defaults to process.env['RETELL_BASE_URL'].
|
|
26
|
-
*/
|
|
27
|
-
baseURL?: string | null | undefined;
|
|
28
|
-
/**
|
|
29
|
-
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
30
|
-
* from the server before timing out a single request.
|
|
31
|
-
*
|
|
32
|
-
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
33
|
-
* much longer than this timeout before the promise succeeds or fails.
|
|
34
|
-
*
|
|
35
|
-
* @unit milliseconds
|
|
36
|
-
*/
|
|
37
|
-
timeout?: number | undefined;
|
|
38
|
-
/**
|
|
39
|
-
* An HTTP agent used to manage HTTP(S) connections.
|
|
40
|
-
*
|
|
41
|
-
* If not provided, an agent will be constructed by default in the Node.js environment,
|
|
42
|
-
* otherwise no agent is used.
|
|
43
|
-
*/
|
|
44
|
-
httpAgent?: Agent | undefined;
|
|
45
|
-
/**
|
|
46
|
-
* Specify a custom `fetch` function implementation.
|
|
47
|
-
*
|
|
48
|
-
* If not provided, we use `node-fetch` on Node.js and otherwise expect that `fetch` is
|
|
49
|
-
* defined globally.
|
|
50
|
-
*/
|
|
51
|
-
fetch?: Core.Fetch | undefined;
|
|
52
|
-
/**
|
|
53
|
-
* The maximum number of times that the client will retry a request in case of a
|
|
54
|
-
* temporary failure, like a network error or a 5XX error from the server.
|
|
55
|
-
*
|
|
56
|
-
* @default 2
|
|
57
|
-
*/
|
|
58
|
-
maxRetries?: number | undefined;
|
|
59
|
-
/**
|
|
60
|
-
* Default headers to include with every request to the API.
|
|
61
|
-
*
|
|
62
|
-
* These can be removed in individual requests by explicitly setting the
|
|
63
|
-
* header to `undefined` or `null` in request options.
|
|
64
|
-
*/
|
|
65
|
-
defaultHeaders?: Core.Headers | undefined;
|
|
66
|
-
/**
|
|
67
|
-
* Default query parameters to include with every request to the API.
|
|
68
|
-
*
|
|
69
|
-
* These can be removed in individual requests by explicitly setting the
|
|
70
|
-
* param to `undefined` in request options.
|
|
71
|
-
*/
|
|
72
|
-
defaultQuery?: Core.DefaultQuery | undefined;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* API Client for interfacing with the Retell API.
|
|
76
|
-
*/
|
|
77
|
-
export declare class Retell extends Core.APIClient {
|
|
78
|
-
#private;
|
|
79
|
-
apiKey: string;
|
|
80
|
-
private _options;
|
|
81
|
-
/**
|
|
82
|
-
* API Client for interfacing with the Retell API.
|
|
83
|
-
*
|
|
84
|
-
* @param {string} opts.apiKey
|
|
85
|
-
* @param {string} [opts.baseURL=process.env['RETELL_BASE_URL'] ?? https://api.retellai.com] - Override the default base URL for the API.
|
|
86
|
-
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
87
|
-
* @param {number} [opts.httpAgent] - An HTTP agent used to manage HTTP(s) connections.
|
|
88
|
-
* @param {Core.Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
89
|
-
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
90
|
-
* @param {Core.Headers} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
91
|
-
* @param {Core.DefaultQuery} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
92
|
-
*/
|
|
93
|
-
constructor({ baseURL, apiKey, ...opts }: ClientOptions);
|
|
94
|
-
call: API.Call;
|
|
95
|
-
chat: API.Chat;
|
|
96
|
-
phoneNumber: API.PhoneNumber;
|
|
97
|
-
agent: API.Agent;
|
|
98
|
-
chatAgent: API.ChatAgent;
|
|
99
|
-
llm: API.Llm;
|
|
100
|
-
conversationFlow: API.ConversationFlow;
|
|
101
|
-
conversationFlowComponent: API.ConversationFlowComponent;
|
|
102
|
-
knowledgeBase: API.KnowledgeBase;
|
|
103
|
-
voice: API.Voice;
|
|
104
|
-
concurrency: API.Concurrency;
|
|
105
|
-
batchCall: API.BatchCall;
|
|
106
|
-
tests: API.Tests;
|
|
107
|
-
mcpTool: API.McpTool;
|
|
108
|
-
protected defaultQuery(): Core.DefaultQuery | undefined;
|
|
109
|
-
protected defaultHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
110
|
-
protected authHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
111
|
-
static Retell: typeof Retell;
|
|
112
|
-
static DEFAULT_TIMEOUT: number;
|
|
113
|
-
static RetellError: typeof Errors.RetellError;
|
|
114
|
-
static APIError: typeof Errors.APIError;
|
|
115
|
-
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
116
|
-
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
117
|
-
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
118
|
-
static NotFoundError: typeof Errors.NotFoundError;
|
|
119
|
-
static ConflictError: typeof Errors.ConflictError;
|
|
120
|
-
static RateLimitError: typeof Errors.RateLimitError;
|
|
121
|
-
static BadRequestError: typeof Errors.BadRequestError;
|
|
122
|
-
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
123
|
-
static InternalServerError: typeof Errors.InternalServerError;
|
|
124
|
-
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
125
|
-
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
126
|
-
static toFile: typeof Uploads.toFile;
|
|
127
|
-
static fileFromPath: typeof Uploads.fileFromPath;
|
|
128
|
-
static verify: (body: string, apiKey: string, signature: string) => boolean;
|
|
129
|
-
static sign: (body: string, apiKey: string) => string;
|
|
130
|
-
}
|
|
131
|
-
export declare namespace Retell {
|
|
132
|
-
export type RequestOptions = Core.RequestOptions;
|
|
133
|
-
export { Call as Call, type CallResponse as CallResponse, type PhoneCallResponse as PhoneCallResponse, type WebCallResponse as WebCallResponse, type CallListResponse as CallListResponse, type CallUpdateParams as CallUpdateParams, type CallListParams as CallListParams, type CallCreatePhoneCallParams as CallCreatePhoneCallParams, type CallCreateWebCallParams as CallCreateWebCallParams, type CallRegisterPhoneCallParams as CallRegisterPhoneCallParams, };
|
|
134
|
-
export { Chat as Chat, type ChatResponse as ChatResponse, type ChatListResponse as ChatListResponse, type ChatCreateChatCompletionResponse as ChatCreateChatCompletionResponse, type ChatCreateParams as ChatCreateParams, type ChatUpdateParams as ChatUpdateParams, type ChatCreateChatCompletionParams as ChatCreateChatCompletionParams, type ChatCreateSMSChatParams as ChatCreateSMSChatParams, };
|
|
135
|
-
export { PhoneNumber as PhoneNumber, type PhoneNumberResponse as PhoneNumberResponse, type PhoneNumberListResponse as PhoneNumberListResponse, type PhoneNumberCreateParams as PhoneNumberCreateParams, type PhoneNumberUpdateParams as PhoneNumberUpdateParams, type PhoneNumberImportParams as PhoneNumberImportParams, };
|
|
136
|
-
export { AgentAPIAgent as Agent, type AgentResponse as AgentResponse, type AgentListResponse as AgentListResponse, type AgentGetVersionsResponse as AgentGetVersionsResponse, type AgentCreateParams as AgentCreateParams, type AgentRetrieveParams as AgentRetrieveParams, type AgentUpdateParams as AgentUpdateParams, type AgentListParams as AgentListParams, };
|
|
137
|
-
export { ChatAgent as ChatAgent, type ChatAgentResponse as ChatAgentResponse, type ChatAgentListResponse as ChatAgentListResponse, type ChatAgentGetVersionsResponse as ChatAgentGetVersionsResponse, type ChatAgentCreateParams as ChatAgentCreateParams, type ChatAgentRetrieveParams as ChatAgentRetrieveParams, type ChatAgentUpdateParams as ChatAgentUpdateParams, type ChatAgentListParams as ChatAgentListParams, };
|
|
138
|
-
export { Llm as Llm, type LlmResponse as LlmResponse, type LlmListResponse as LlmListResponse, type LlmCreateParams as LlmCreateParams, type LlmRetrieveParams as LlmRetrieveParams, type LlmUpdateParams as LlmUpdateParams, type LlmListParams as LlmListParams, };
|
|
139
|
-
export { ConversationFlow as ConversationFlow, type ConversationFlowResponse as ConversationFlowResponse, type ConversationFlowListResponse as ConversationFlowListResponse, type ConversationFlowCreateParams as ConversationFlowCreateParams, type ConversationFlowRetrieveParams as ConversationFlowRetrieveParams, type ConversationFlowUpdateParams as ConversationFlowUpdateParams, type ConversationFlowListParams as ConversationFlowListParams, };
|
|
140
|
-
export { ConversationFlowComponent as ConversationFlowComponent, type ConversationFlowComponentResponse as ConversationFlowComponentResponse, type ConversationFlowComponentListResponse as ConversationFlowComponentListResponse, type ConversationFlowComponentCreateParams as ConversationFlowComponentCreateParams, type ConversationFlowComponentUpdateParams as ConversationFlowComponentUpdateParams, };
|
|
141
|
-
export { KnowledgeBase as KnowledgeBase, type KnowledgeBaseResponse as KnowledgeBaseResponse, type KnowledgeBaseListResponse as KnowledgeBaseListResponse, type KnowledgeBaseCreateParams as KnowledgeBaseCreateParams, type KnowledgeBaseAddSourcesParams as KnowledgeBaseAddSourcesParams, };
|
|
142
|
-
export { Voice as Voice, type VoiceResponse as VoiceResponse, type VoiceListResponse as VoiceListResponse };
|
|
143
|
-
export { Concurrency as Concurrency, type ConcurrencyRetrieveResponse as ConcurrencyRetrieveResponse };
|
|
144
|
-
export { BatchCall as BatchCall, type BatchCallResponse as BatchCallResponse, type BatchCallCreateBatchCallParams as BatchCallCreateBatchCallParams, };
|
|
145
|
-
export { Tests as Tests, type BatchTestResponse as BatchTestResponse, type TestCreateBatchTestParams as TestCreateBatchTestParams, };
|
|
146
|
-
export { McpTool as McpTool, type McpToolDefinition as McpToolDefinition, type McpToolGetMcpToolsResponse as McpToolGetMcpToolsResponse, type McpToolGetMcpToolsParams as McpToolGetMcpToolsParams, };
|
|
147
|
-
}
|
|
148
|
-
export { toFile, fileFromPath } from "./uploads.js";
|
|
149
|
-
export { RetellError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./error.js";
|
|
150
|
-
export default Retell;
|
|
151
|
-
//# sourceMappingURL=index.d.ts.map
|
|
1
|
+
export { Retell as default } from "./client.mjs";
|
|
2
|
+
export { type Uploadable, toFile } from "./core/uploads.mjs";
|
|
3
|
+
export { APIPromise } from "./core/api-promise.mjs";
|
|
4
|
+
export { Retell, type ClientOptions } from "./client.mjs";
|
|
5
|
+
export { RetellError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./core/error.mjs";
|
|
6
|
+
//# sourceMappingURL=index.d.mts.map
|
package/index.d.mts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,IAAI,OAAO,EAAE;OAErB,EAAE,KAAK,UAAU,EAAE,MAAM,EAAE;OAC3B,EAAE,UAAU,EAAE;OACd,EAAE,MAAM,EAAE,KAAK,aAAa,EAAE;OAC9B,EACL,WAAW,EACX,QAAQ,EACR,kBAAkB,EAClB,yBAAyB,EACzB,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,GACzB"}
|
package/index.d.ts
CHANGED
|
@@ -1,151 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import { Agent as AgentAPIAgent, AgentCreateParams, AgentGetVersionsResponse, AgentListParams, AgentListResponse, AgentResponse, AgentRetrieveParams, AgentUpdateParams } from "./resources/agent.js";
|
|
7
|
-
import { BatchCall, BatchCallCreateBatchCallParams, BatchCallResponse } from "./resources/batch-call.js";
|
|
8
|
-
import { Call, CallCreatePhoneCallParams, CallCreateWebCallParams, CallListParams, CallListResponse, CallRegisterPhoneCallParams, CallResponse, CallUpdateParams, PhoneCallResponse, WebCallResponse } from "./resources/call.js";
|
|
9
|
-
import { Chat, ChatCreateChatCompletionParams, ChatCreateChatCompletionResponse, ChatCreateParams, ChatCreateSMSChatParams, ChatListResponse, ChatResponse, ChatUpdateParams } from "./resources/chat.js";
|
|
10
|
-
import { ChatAgent, ChatAgentCreateParams, ChatAgentGetVersionsResponse, ChatAgentListParams, ChatAgentListResponse, ChatAgentResponse, ChatAgentRetrieveParams, ChatAgentUpdateParams } from "./resources/chat-agent.js";
|
|
11
|
-
import { Concurrency, ConcurrencyRetrieveResponse } from "./resources/concurrency.js";
|
|
12
|
-
import { ConversationFlow, ConversationFlowCreateParams, ConversationFlowListParams, ConversationFlowListResponse, ConversationFlowResponse, ConversationFlowRetrieveParams, ConversationFlowUpdateParams } from "./resources/conversation-flow.js";
|
|
13
|
-
import { ConversationFlowComponent, ConversationFlowComponentCreateParams, ConversationFlowComponentListResponse, ConversationFlowComponentResponse, ConversationFlowComponentUpdateParams } from "./resources/conversation-flow-component.js";
|
|
14
|
-
import { KnowledgeBase, KnowledgeBaseAddSourcesParams, KnowledgeBaseCreateParams, KnowledgeBaseListResponse, KnowledgeBaseResponse } from "./resources/knowledge-base.js";
|
|
15
|
-
import { Llm, LlmCreateParams, LlmListParams, LlmListResponse, LlmResponse, LlmRetrieveParams, LlmUpdateParams } from "./resources/llm.js";
|
|
16
|
-
import { McpTool, McpToolDefinition, McpToolGetMcpToolsParams, McpToolGetMcpToolsResponse } from "./resources/mcp-tool.js";
|
|
17
|
-
import { PhoneNumber, PhoneNumberCreateParams, PhoneNumberImportParams, PhoneNumberListResponse, PhoneNumberResponse, PhoneNumberUpdateParams } from "./resources/phone-number.js";
|
|
18
|
-
import { BatchTestResponse, TestCreateBatchTestParams, Tests } from "./resources/tests.js";
|
|
19
|
-
import { Voice, VoiceListResponse, VoiceResponse } from "./resources/voice.js";
|
|
20
|
-
export interface ClientOptions {
|
|
21
|
-
apiKey: string;
|
|
22
|
-
/**
|
|
23
|
-
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
24
|
-
*
|
|
25
|
-
* Defaults to process.env['RETELL_BASE_URL'].
|
|
26
|
-
*/
|
|
27
|
-
baseURL?: string | null | undefined;
|
|
28
|
-
/**
|
|
29
|
-
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
30
|
-
* from the server before timing out a single request.
|
|
31
|
-
*
|
|
32
|
-
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
33
|
-
* much longer than this timeout before the promise succeeds or fails.
|
|
34
|
-
*
|
|
35
|
-
* @unit milliseconds
|
|
36
|
-
*/
|
|
37
|
-
timeout?: number | undefined;
|
|
38
|
-
/**
|
|
39
|
-
* An HTTP agent used to manage HTTP(S) connections.
|
|
40
|
-
*
|
|
41
|
-
* If not provided, an agent will be constructed by default in the Node.js environment,
|
|
42
|
-
* otherwise no agent is used.
|
|
43
|
-
*/
|
|
44
|
-
httpAgent?: Agent | undefined;
|
|
45
|
-
/**
|
|
46
|
-
* Specify a custom `fetch` function implementation.
|
|
47
|
-
*
|
|
48
|
-
* If not provided, we use `node-fetch` on Node.js and otherwise expect that `fetch` is
|
|
49
|
-
* defined globally.
|
|
50
|
-
*/
|
|
51
|
-
fetch?: Core.Fetch | undefined;
|
|
52
|
-
/**
|
|
53
|
-
* The maximum number of times that the client will retry a request in case of a
|
|
54
|
-
* temporary failure, like a network error or a 5XX error from the server.
|
|
55
|
-
*
|
|
56
|
-
* @default 2
|
|
57
|
-
*/
|
|
58
|
-
maxRetries?: number | undefined;
|
|
59
|
-
/**
|
|
60
|
-
* Default headers to include with every request to the API.
|
|
61
|
-
*
|
|
62
|
-
* These can be removed in individual requests by explicitly setting the
|
|
63
|
-
* header to `undefined` or `null` in request options.
|
|
64
|
-
*/
|
|
65
|
-
defaultHeaders?: Core.Headers | undefined;
|
|
66
|
-
/**
|
|
67
|
-
* Default query parameters to include with every request to the API.
|
|
68
|
-
*
|
|
69
|
-
* These can be removed in individual requests by explicitly setting the
|
|
70
|
-
* param to `undefined` in request options.
|
|
71
|
-
*/
|
|
72
|
-
defaultQuery?: Core.DefaultQuery | undefined;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* API Client for interfacing with the Retell API.
|
|
76
|
-
*/
|
|
77
|
-
export declare class Retell extends Core.APIClient {
|
|
78
|
-
#private;
|
|
79
|
-
apiKey: string;
|
|
80
|
-
private _options;
|
|
81
|
-
/**
|
|
82
|
-
* API Client for interfacing with the Retell API.
|
|
83
|
-
*
|
|
84
|
-
* @param {string} opts.apiKey
|
|
85
|
-
* @param {string} [opts.baseURL=process.env['RETELL_BASE_URL'] ?? https://api.retellai.com] - Override the default base URL for the API.
|
|
86
|
-
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
87
|
-
* @param {number} [opts.httpAgent] - An HTTP agent used to manage HTTP(s) connections.
|
|
88
|
-
* @param {Core.Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
89
|
-
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
90
|
-
* @param {Core.Headers} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
91
|
-
* @param {Core.DefaultQuery} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
92
|
-
*/
|
|
93
|
-
constructor({ baseURL, apiKey, ...opts }: ClientOptions);
|
|
94
|
-
call: API.Call;
|
|
95
|
-
chat: API.Chat;
|
|
96
|
-
phoneNumber: API.PhoneNumber;
|
|
97
|
-
agent: API.Agent;
|
|
98
|
-
chatAgent: API.ChatAgent;
|
|
99
|
-
llm: API.Llm;
|
|
100
|
-
conversationFlow: API.ConversationFlow;
|
|
101
|
-
conversationFlowComponent: API.ConversationFlowComponent;
|
|
102
|
-
knowledgeBase: API.KnowledgeBase;
|
|
103
|
-
voice: API.Voice;
|
|
104
|
-
concurrency: API.Concurrency;
|
|
105
|
-
batchCall: API.BatchCall;
|
|
106
|
-
tests: API.Tests;
|
|
107
|
-
mcpTool: API.McpTool;
|
|
108
|
-
protected defaultQuery(): Core.DefaultQuery | undefined;
|
|
109
|
-
protected defaultHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
110
|
-
protected authHeaders(opts: Core.FinalRequestOptions): Core.Headers;
|
|
111
|
-
static Retell: typeof Retell;
|
|
112
|
-
static DEFAULT_TIMEOUT: number;
|
|
113
|
-
static RetellError: typeof Errors.RetellError;
|
|
114
|
-
static APIError: typeof Errors.APIError;
|
|
115
|
-
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
116
|
-
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
117
|
-
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
118
|
-
static NotFoundError: typeof Errors.NotFoundError;
|
|
119
|
-
static ConflictError: typeof Errors.ConflictError;
|
|
120
|
-
static RateLimitError: typeof Errors.RateLimitError;
|
|
121
|
-
static BadRequestError: typeof Errors.BadRequestError;
|
|
122
|
-
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
123
|
-
static InternalServerError: typeof Errors.InternalServerError;
|
|
124
|
-
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
125
|
-
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
126
|
-
static toFile: typeof Uploads.toFile;
|
|
127
|
-
static fileFromPath: typeof Uploads.fileFromPath;
|
|
128
|
-
static verify: (body: string, apiKey: string, signature: string) => boolean;
|
|
129
|
-
static sign: (body: string, apiKey: string) => string;
|
|
130
|
-
}
|
|
131
|
-
export declare namespace Retell {
|
|
132
|
-
export type RequestOptions = Core.RequestOptions;
|
|
133
|
-
export { Call as Call, type CallResponse as CallResponse, type PhoneCallResponse as PhoneCallResponse, type WebCallResponse as WebCallResponse, type CallListResponse as CallListResponse, type CallUpdateParams as CallUpdateParams, type CallListParams as CallListParams, type CallCreatePhoneCallParams as CallCreatePhoneCallParams, type CallCreateWebCallParams as CallCreateWebCallParams, type CallRegisterPhoneCallParams as CallRegisterPhoneCallParams, };
|
|
134
|
-
export { Chat as Chat, type ChatResponse as ChatResponse, type ChatListResponse as ChatListResponse, type ChatCreateChatCompletionResponse as ChatCreateChatCompletionResponse, type ChatCreateParams as ChatCreateParams, type ChatUpdateParams as ChatUpdateParams, type ChatCreateChatCompletionParams as ChatCreateChatCompletionParams, type ChatCreateSMSChatParams as ChatCreateSMSChatParams, };
|
|
135
|
-
export { PhoneNumber as PhoneNumber, type PhoneNumberResponse as PhoneNumberResponse, type PhoneNumberListResponse as PhoneNumberListResponse, type PhoneNumberCreateParams as PhoneNumberCreateParams, type PhoneNumberUpdateParams as PhoneNumberUpdateParams, type PhoneNumberImportParams as PhoneNumberImportParams, };
|
|
136
|
-
export { AgentAPIAgent as Agent, type AgentResponse as AgentResponse, type AgentListResponse as AgentListResponse, type AgentGetVersionsResponse as AgentGetVersionsResponse, type AgentCreateParams as AgentCreateParams, type AgentRetrieveParams as AgentRetrieveParams, type AgentUpdateParams as AgentUpdateParams, type AgentListParams as AgentListParams, };
|
|
137
|
-
export { ChatAgent as ChatAgent, type ChatAgentResponse as ChatAgentResponse, type ChatAgentListResponse as ChatAgentListResponse, type ChatAgentGetVersionsResponse as ChatAgentGetVersionsResponse, type ChatAgentCreateParams as ChatAgentCreateParams, type ChatAgentRetrieveParams as ChatAgentRetrieveParams, type ChatAgentUpdateParams as ChatAgentUpdateParams, type ChatAgentListParams as ChatAgentListParams, };
|
|
138
|
-
export { Llm as Llm, type LlmResponse as LlmResponse, type LlmListResponse as LlmListResponse, type LlmCreateParams as LlmCreateParams, type LlmRetrieveParams as LlmRetrieveParams, type LlmUpdateParams as LlmUpdateParams, type LlmListParams as LlmListParams, };
|
|
139
|
-
export { ConversationFlow as ConversationFlow, type ConversationFlowResponse as ConversationFlowResponse, type ConversationFlowListResponse as ConversationFlowListResponse, type ConversationFlowCreateParams as ConversationFlowCreateParams, type ConversationFlowRetrieveParams as ConversationFlowRetrieveParams, type ConversationFlowUpdateParams as ConversationFlowUpdateParams, type ConversationFlowListParams as ConversationFlowListParams, };
|
|
140
|
-
export { ConversationFlowComponent as ConversationFlowComponent, type ConversationFlowComponentResponse as ConversationFlowComponentResponse, type ConversationFlowComponentListResponse as ConversationFlowComponentListResponse, type ConversationFlowComponentCreateParams as ConversationFlowComponentCreateParams, type ConversationFlowComponentUpdateParams as ConversationFlowComponentUpdateParams, };
|
|
141
|
-
export { KnowledgeBase as KnowledgeBase, type KnowledgeBaseResponse as KnowledgeBaseResponse, type KnowledgeBaseListResponse as KnowledgeBaseListResponse, type KnowledgeBaseCreateParams as KnowledgeBaseCreateParams, type KnowledgeBaseAddSourcesParams as KnowledgeBaseAddSourcesParams, };
|
|
142
|
-
export { Voice as Voice, type VoiceResponse as VoiceResponse, type VoiceListResponse as VoiceListResponse };
|
|
143
|
-
export { Concurrency as Concurrency, type ConcurrencyRetrieveResponse as ConcurrencyRetrieveResponse };
|
|
144
|
-
export { BatchCall as BatchCall, type BatchCallResponse as BatchCallResponse, type BatchCallCreateBatchCallParams as BatchCallCreateBatchCallParams, };
|
|
145
|
-
export { Tests as Tests, type BatchTestResponse as BatchTestResponse, type TestCreateBatchTestParams as TestCreateBatchTestParams, };
|
|
146
|
-
export { McpTool as McpTool, type McpToolDefinition as McpToolDefinition, type McpToolGetMcpToolsResponse as McpToolGetMcpToolsResponse, type McpToolGetMcpToolsParams as McpToolGetMcpToolsParams, };
|
|
147
|
-
}
|
|
148
|
-
export { toFile, fileFromPath } from "./uploads.js";
|
|
149
|
-
export { RetellError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./error.js";
|
|
150
|
-
export default Retell;
|
|
1
|
+
export { Retell as default } from "./client.js";
|
|
2
|
+
export { type Uploadable, toFile } from "./core/uploads.js";
|
|
3
|
+
export { APIPromise } from "./core/api-promise.js";
|
|
4
|
+
export { Retell, type ClientOptions } from "./client.js";
|
|
5
|
+
export { RetellError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./core/error.js";
|
|
151
6
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,IAAI,OAAO,EAAE;OAErB,EAAE,KAAK,UAAU,EAAE,MAAM,EAAE;OAC3B,EAAE,UAAU,EAAE;OACd,EAAE,MAAM,EAAE,KAAK,aAAa,EAAE;OAC9B,EACL,WAAW,EACX,QAAQ,EACR,kBAAkB,EAClB,yBAAyB,EACzB,iBAAiB,EACjB,aAAa,EACb,aAAa,EACb,cAAc,EACd,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,wBAAwB,GACzB"}
|