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
|
@@ -0,0 +1,561 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
4
|
+
export declare class Tests extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Create a batch test to run multiple test cases
|
|
7
|
+
*/
|
|
8
|
+
createBatchTest(body: TestCreateBatchTestParams, options?: RequestOptions): APIPromise<BatchTestResponse>;
|
|
9
|
+
/**
|
|
10
|
+
* Create a new test case definition
|
|
11
|
+
*/
|
|
12
|
+
createTestCaseDefinition(body: TestCreateTestCaseDefinitionParams, options?: RequestOptions): APIPromise<TestCaseDefinitionResponse>;
|
|
13
|
+
/**
|
|
14
|
+
* Delete a test case definition
|
|
15
|
+
*/
|
|
16
|
+
deleteTestCaseDefinition(testCaseDefinitionID: string, options?: RequestOptions): APIPromise<void>;
|
|
17
|
+
/**
|
|
18
|
+
* Get a batch test job by ID
|
|
19
|
+
*/
|
|
20
|
+
getBatchTest(testCaseBatchJobID: string, options?: RequestOptions): APIPromise<BatchTestResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Get a test case definition by ID
|
|
23
|
+
*/
|
|
24
|
+
getTestCaseDefinition(testCaseDefinitionID: string, options?: RequestOptions): APIPromise<TestCaseDefinitionResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Get a test case job (test run) by ID
|
|
27
|
+
*/
|
|
28
|
+
getTestRun(testCaseJobID: string, options?: RequestOptions): APIPromise<TestCaseJobResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* List batch test jobs for a response engine
|
|
31
|
+
*/
|
|
32
|
+
listBatchTests(query: TestListBatchTestsParams, options?: RequestOptions): APIPromise<TestListBatchTestsResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* List test case definitions for a response engine
|
|
35
|
+
*/
|
|
36
|
+
listTestCaseDefinitions(query: TestListTestCaseDefinitionsParams, options?: RequestOptions): APIPromise<TestListTestCaseDefinitionsResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* List all test case jobs (test runs) for a batch test job
|
|
39
|
+
*/
|
|
40
|
+
listTestRuns(testCaseBatchJobID: string, options?: RequestOptions): APIPromise<TestListTestRunsResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Update a test case definition
|
|
43
|
+
*/
|
|
44
|
+
updateTestCaseDefinition(testCaseDefinitionID: string, body: TestUpdateTestCaseDefinitionParams, options?: RequestOptions): APIPromise<TestCaseDefinitionResponse>;
|
|
45
|
+
}
|
|
46
|
+
export interface BatchTestResponse {
|
|
47
|
+
/**
|
|
48
|
+
* Timestamp when the batch job was created (milliseconds since epoch)
|
|
49
|
+
*/
|
|
50
|
+
creation_timestamp: number;
|
|
51
|
+
/**
|
|
52
|
+
* Number of test cases that encountered errors
|
|
53
|
+
*/
|
|
54
|
+
error_count: number;
|
|
55
|
+
/**
|
|
56
|
+
* Number of test cases that failed
|
|
57
|
+
*/
|
|
58
|
+
fail_count: number;
|
|
59
|
+
/**
|
|
60
|
+
* Number of test cases that passed
|
|
61
|
+
*/
|
|
62
|
+
pass_count: number;
|
|
63
|
+
response_engine: BatchTestResponse.ResponseEngineRetellLm | BatchTestResponse.ResponseEngineCustomLm | BatchTestResponse.ResponseEngineConversationFlow;
|
|
64
|
+
/**
|
|
65
|
+
* Status of the batch job
|
|
66
|
+
*/
|
|
67
|
+
status: 'in_progress' | 'complete';
|
|
68
|
+
/**
|
|
69
|
+
* Unique identifier for the test case batch job
|
|
70
|
+
*/
|
|
71
|
+
test_case_batch_job_id: string;
|
|
72
|
+
/**
|
|
73
|
+
* Total number of test cases in the batch
|
|
74
|
+
*/
|
|
75
|
+
total_count: number;
|
|
76
|
+
/**
|
|
77
|
+
* Timestamp when the batch job was last modified (milliseconds since epoch)
|
|
78
|
+
*/
|
|
79
|
+
user_modified_timestamp: number;
|
|
80
|
+
}
|
|
81
|
+
export declare namespace BatchTestResponse {
|
|
82
|
+
interface ResponseEngineRetellLm {
|
|
83
|
+
/**
|
|
84
|
+
* id of the Retell LLM Response Engine.
|
|
85
|
+
*/
|
|
86
|
+
llm_id: string;
|
|
87
|
+
/**
|
|
88
|
+
* type of the Response Engine.
|
|
89
|
+
*/
|
|
90
|
+
type: 'retell-llm';
|
|
91
|
+
/**
|
|
92
|
+
* Version of the Retell LLM Response Engine.
|
|
93
|
+
*/
|
|
94
|
+
version?: number | null;
|
|
95
|
+
}
|
|
96
|
+
interface ResponseEngineCustomLm {
|
|
97
|
+
/**
|
|
98
|
+
* LLM websocket url of the custom LLM.
|
|
99
|
+
*/
|
|
100
|
+
llm_websocket_url: string;
|
|
101
|
+
/**
|
|
102
|
+
* type of the Response Engine.
|
|
103
|
+
*/
|
|
104
|
+
type: 'custom-llm';
|
|
105
|
+
}
|
|
106
|
+
interface ResponseEngineConversationFlow {
|
|
107
|
+
/**
|
|
108
|
+
* ID of the Conversation Flow Response Engine.
|
|
109
|
+
*/
|
|
110
|
+
conversation_flow_id: string;
|
|
111
|
+
/**
|
|
112
|
+
* type of the Response Engine.
|
|
113
|
+
*/
|
|
114
|
+
type: 'conversation-flow';
|
|
115
|
+
/**
|
|
116
|
+
* Version of the Conversation Flow Response Engine.
|
|
117
|
+
*/
|
|
118
|
+
version?: number | null;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
export interface TestCaseDefinitionResponse {
|
|
122
|
+
/**
|
|
123
|
+
* Timestamp when the test case definition was created (milliseconds since epoch)
|
|
124
|
+
*/
|
|
125
|
+
creation_timestamp: number;
|
|
126
|
+
/**
|
|
127
|
+
* Dynamic variables to inject into the response engine
|
|
128
|
+
*/
|
|
129
|
+
dynamic_variables: {
|
|
130
|
+
[key: string]: string;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* LLM model to use for simulation
|
|
134
|
+
*/
|
|
135
|
+
llm_model: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5-mini' | 'gpt-5-nano' | 'claude-4.5-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
|
|
136
|
+
/**
|
|
137
|
+
* Array of metric names to evaluate
|
|
138
|
+
*/
|
|
139
|
+
metrics: Array<string>;
|
|
140
|
+
/**
|
|
141
|
+
* Name of the test case definition
|
|
142
|
+
*/
|
|
143
|
+
name: string;
|
|
144
|
+
/**
|
|
145
|
+
* Response engine to use for the test case. Custom LLM is not supported.
|
|
146
|
+
*/
|
|
147
|
+
response_engine: TestCaseDefinitionResponse.ResponseEngineRetellLm | TestCaseDefinitionResponse.ResponseEngineConversationFlow;
|
|
148
|
+
/**
|
|
149
|
+
* Unique identifier for the test case definition
|
|
150
|
+
*/
|
|
151
|
+
test_case_definition_id: string;
|
|
152
|
+
/**
|
|
153
|
+
* Mock tool calls for testing
|
|
154
|
+
*/
|
|
155
|
+
tool_mocks: Array<TestCaseDefinitionResponse.ToolMock>;
|
|
156
|
+
/**
|
|
157
|
+
* Type of test case definition
|
|
158
|
+
*/
|
|
159
|
+
type: 'simulation';
|
|
160
|
+
/**
|
|
161
|
+
* Timestamp when the test case definition was last modified (milliseconds since
|
|
162
|
+
* epoch)
|
|
163
|
+
*/
|
|
164
|
+
user_modified_timestamp: number;
|
|
165
|
+
/**
|
|
166
|
+
* User prompt to simulate in the test case
|
|
167
|
+
*/
|
|
168
|
+
user_prompt: string;
|
|
169
|
+
}
|
|
170
|
+
export declare namespace TestCaseDefinitionResponse {
|
|
171
|
+
interface ResponseEngineRetellLm {
|
|
172
|
+
/**
|
|
173
|
+
* id of the Retell LLM Response Engine.
|
|
174
|
+
*/
|
|
175
|
+
llm_id: string;
|
|
176
|
+
/**
|
|
177
|
+
* type of the Response Engine.
|
|
178
|
+
*/
|
|
179
|
+
type: 'retell-llm';
|
|
180
|
+
/**
|
|
181
|
+
* Version of the Retell LLM Response Engine.
|
|
182
|
+
*/
|
|
183
|
+
version?: number | null;
|
|
184
|
+
}
|
|
185
|
+
interface ResponseEngineConversationFlow {
|
|
186
|
+
/**
|
|
187
|
+
* ID of the Conversation Flow Response Engine.
|
|
188
|
+
*/
|
|
189
|
+
conversation_flow_id: string;
|
|
190
|
+
/**
|
|
191
|
+
* type of the Response Engine.
|
|
192
|
+
*/
|
|
193
|
+
type: 'conversation-flow';
|
|
194
|
+
/**
|
|
195
|
+
* Version of the Conversation Flow Response Engine.
|
|
196
|
+
*/
|
|
197
|
+
version?: number | null;
|
|
198
|
+
}
|
|
199
|
+
interface ToolMock {
|
|
200
|
+
/**
|
|
201
|
+
* Rule for matching tool calls
|
|
202
|
+
*/
|
|
203
|
+
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
204
|
+
/**
|
|
205
|
+
* The output of the tool call that will be fed into the LLM. Should be a JSON
|
|
206
|
+
* string.
|
|
207
|
+
*/
|
|
208
|
+
output: string;
|
|
209
|
+
/**
|
|
210
|
+
* Name of the tool to mock
|
|
211
|
+
*/
|
|
212
|
+
tool_name: string;
|
|
213
|
+
/**
|
|
214
|
+
* For tool calls like transfer_call that require a boolean result. Optional for
|
|
215
|
+
* most tools.
|
|
216
|
+
*/
|
|
217
|
+
result?: boolean | null;
|
|
218
|
+
}
|
|
219
|
+
namespace ToolMock {
|
|
220
|
+
interface Type {
|
|
221
|
+
/**
|
|
222
|
+
* Match any input of the tool
|
|
223
|
+
*/
|
|
224
|
+
type: 'any';
|
|
225
|
+
}
|
|
226
|
+
interface UnionMember1 {
|
|
227
|
+
/**
|
|
228
|
+
* Arguments to match. Only provided fields will be checked
|
|
229
|
+
*/
|
|
230
|
+
args: {
|
|
231
|
+
[key: string]: unknown;
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* Match only calls with specific arguments
|
|
235
|
+
*/
|
|
236
|
+
type: 'partial_match';
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
export interface TestCaseJobResponse {
|
|
241
|
+
/**
|
|
242
|
+
* Timestamp when the test case job was created (milliseconds since epoch)
|
|
243
|
+
*/
|
|
244
|
+
creation_timestamp: number;
|
|
245
|
+
/**
|
|
246
|
+
* Status of the test case job
|
|
247
|
+
*/
|
|
248
|
+
status: 'in_progress' | 'pass' | 'fail' | 'error';
|
|
249
|
+
/**
|
|
250
|
+
* ID of the test case definition used
|
|
251
|
+
*/
|
|
252
|
+
test_case_definition_id: string;
|
|
253
|
+
/**
|
|
254
|
+
* Snapshot of the test case definition at time of execution
|
|
255
|
+
*/
|
|
256
|
+
test_case_definition_snapshot: TestCaseDefinitionResponse;
|
|
257
|
+
/**
|
|
258
|
+
* Unique identifier for the test case job
|
|
259
|
+
*/
|
|
260
|
+
test_case_job_id: string;
|
|
261
|
+
/**
|
|
262
|
+
* Timestamp when the test case job was last modified (milliseconds since epoch)
|
|
263
|
+
*/
|
|
264
|
+
user_modified_timestamp: number;
|
|
265
|
+
/**
|
|
266
|
+
* Explanation of the test result
|
|
267
|
+
*/
|
|
268
|
+
result_explanation?: string | null;
|
|
269
|
+
/**
|
|
270
|
+
* Snapshot of the transcript generated during test execution. Can be either
|
|
271
|
+
* ConversationFlowPlaygroundSnapshot or MultiStatePromptPlaygroundSnapshot
|
|
272
|
+
*/
|
|
273
|
+
transcript_snapshot?: unknown | null;
|
|
274
|
+
}
|
|
275
|
+
export type TestListBatchTestsResponse = Array<BatchTestResponse>;
|
|
276
|
+
export type TestListTestCaseDefinitionsResponse = Array<TestCaseDefinitionResponse>;
|
|
277
|
+
export type TestListTestRunsResponse = Array<TestCaseJobResponse>;
|
|
278
|
+
export interface TestCreateBatchTestParams {
|
|
279
|
+
/**
|
|
280
|
+
* Response engine to use for the test cases. Custom LLM is not supported.
|
|
281
|
+
*/
|
|
282
|
+
response_engine: TestCreateBatchTestParams.ResponseEngineRetellLm | TestCreateBatchTestParams.ResponseEngineConversationFlow;
|
|
283
|
+
/**
|
|
284
|
+
* Array of test case definition IDs to run
|
|
285
|
+
*/
|
|
286
|
+
test_case_definition_ids: Array<string>;
|
|
287
|
+
}
|
|
288
|
+
export declare namespace TestCreateBatchTestParams {
|
|
289
|
+
interface ResponseEngineRetellLm {
|
|
290
|
+
/**
|
|
291
|
+
* id of the Retell LLM Response Engine.
|
|
292
|
+
*/
|
|
293
|
+
llm_id: string;
|
|
294
|
+
/**
|
|
295
|
+
* type of the Response Engine.
|
|
296
|
+
*/
|
|
297
|
+
type: 'retell-llm';
|
|
298
|
+
/**
|
|
299
|
+
* Version of the Retell LLM Response Engine.
|
|
300
|
+
*/
|
|
301
|
+
version?: number | null;
|
|
302
|
+
}
|
|
303
|
+
interface ResponseEngineConversationFlow {
|
|
304
|
+
/**
|
|
305
|
+
* ID of the Conversation Flow Response Engine.
|
|
306
|
+
*/
|
|
307
|
+
conversation_flow_id: string;
|
|
308
|
+
/**
|
|
309
|
+
* type of the Response Engine.
|
|
310
|
+
*/
|
|
311
|
+
type: 'conversation-flow';
|
|
312
|
+
/**
|
|
313
|
+
* Version of the Conversation Flow Response Engine.
|
|
314
|
+
*/
|
|
315
|
+
version?: number | null;
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
export interface TestCreateTestCaseDefinitionParams {
|
|
319
|
+
/**
|
|
320
|
+
* Array of metric names to evaluate
|
|
321
|
+
*/
|
|
322
|
+
metrics: Array<string>;
|
|
323
|
+
/**
|
|
324
|
+
* Name of the test case definition
|
|
325
|
+
*/
|
|
326
|
+
name: string;
|
|
327
|
+
/**
|
|
328
|
+
* Response engine to use for the test case. Custom LLM is not supported.
|
|
329
|
+
*/
|
|
330
|
+
response_engine: TestCreateTestCaseDefinitionParams.ResponseEngineRetellLm | TestCreateTestCaseDefinitionParams.ResponseEngineConversationFlow;
|
|
331
|
+
/**
|
|
332
|
+
* User prompt to simulate in the test case
|
|
333
|
+
*/
|
|
334
|
+
user_prompt: string;
|
|
335
|
+
/**
|
|
336
|
+
* Dynamic variables to inject into the response engine
|
|
337
|
+
*/
|
|
338
|
+
dynamic_variables?: {
|
|
339
|
+
[key: string]: string;
|
|
340
|
+
};
|
|
341
|
+
/**
|
|
342
|
+
* LLM model to use for simulation
|
|
343
|
+
*/
|
|
344
|
+
llm_model?: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5-mini' | 'gpt-5-nano' | 'claude-4.5-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
|
|
345
|
+
/**
|
|
346
|
+
* Mock tool calls for testing
|
|
347
|
+
*/
|
|
348
|
+
tool_mocks?: Array<TestCreateTestCaseDefinitionParams.ToolMock>;
|
|
349
|
+
}
|
|
350
|
+
export declare namespace TestCreateTestCaseDefinitionParams {
|
|
351
|
+
interface ResponseEngineRetellLm {
|
|
352
|
+
/**
|
|
353
|
+
* id of the Retell LLM Response Engine.
|
|
354
|
+
*/
|
|
355
|
+
llm_id: string;
|
|
356
|
+
/**
|
|
357
|
+
* type of the Response Engine.
|
|
358
|
+
*/
|
|
359
|
+
type: 'retell-llm';
|
|
360
|
+
/**
|
|
361
|
+
* Version of the Retell LLM Response Engine.
|
|
362
|
+
*/
|
|
363
|
+
version?: number | null;
|
|
364
|
+
}
|
|
365
|
+
interface ResponseEngineConversationFlow {
|
|
366
|
+
/**
|
|
367
|
+
* ID of the Conversation Flow Response Engine.
|
|
368
|
+
*/
|
|
369
|
+
conversation_flow_id: string;
|
|
370
|
+
/**
|
|
371
|
+
* type of the Response Engine.
|
|
372
|
+
*/
|
|
373
|
+
type: 'conversation-flow';
|
|
374
|
+
/**
|
|
375
|
+
* Version of the Conversation Flow Response Engine.
|
|
376
|
+
*/
|
|
377
|
+
version?: number | null;
|
|
378
|
+
}
|
|
379
|
+
interface ToolMock {
|
|
380
|
+
/**
|
|
381
|
+
* Rule for matching tool calls
|
|
382
|
+
*/
|
|
383
|
+
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
384
|
+
/**
|
|
385
|
+
* The output of the tool call that will be fed into the LLM. Should be a JSON
|
|
386
|
+
* string.
|
|
387
|
+
*/
|
|
388
|
+
output: string;
|
|
389
|
+
/**
|
|
390
|
+
* Name of the tool to mock
|
|
391
|
+
*/
|
|
392
|
+
tool_name: string;
|
|
393
|
+
/**
|
|
394
|
+
* For tool calls like transfer_call that require a boolean result. Optional for
|
|
395
|
+
* most tools.
|
|
396
|
+
*/
|
|
397
|
+
result?: boolean | null;
|
|
398
|
+
}
|
|
399
|
+
namespace ToolMock {
|
|
400
|
+
interface Type {
|
|
401
|
+
/**
|
|
402
|
+
* Match any input of the tool
|
|
403
|
+
*/
|
|
404
|
+
type: 'any';
|
|
405
|
+
}
|
|
406
|
+
interface UnionMember1 {
|
|
407
|
+
/**
|
|
408
|
+
* Arguments to match. Only provided fields will be checked
|
|
409
|
+
*/
|
|
410
|
+
args: {
|
|
411
|
+
[key: string]: unknown;
|
|
412
|
+
};
|
|
413
|
+
/**
|
|
414
|
+
* Match only calls with specific arguments
|
|
415
|
+
*/
|
|
416
|
+
type: 'partial_match';
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
export interface TestListBatchTestsParams {
|
|
421
|
+
/**
|
|
422
|
+
* Type of response engine
|
|
423
|
+
*/
|
|
424
|
+
type: 'retell-llm' | 'conversation-flow';
|
|
425
|
+
/**
|
|
426
|
+
* Conversation flow ID (required when type is conversation-flow)
|
|
427
|
+
*/
|
|
428
|
+
conversation_flow_id?: string;
|
|
429
|
+
/**
|
|
430
|
+
* LLM ID (required when type is retell-llm)
|
|
431
|
+
*/
|
|
432
|
+
llm_id?: string;
|
|
433
|
+
/**
|
|
434
|
+
* Version of the response engine (defaults to latest)
|
|
435
|
+
*/
|
|
436
|
+
version?: number;
|
|
437
|
+
}
|
|
438
|
+
export interface TestListTestCaseDefinitionsParams {
|
|
439
|
+
/**
|
|
440
|
+
* Type of response engine
|
|
441
|
+
*/
|
|
442
|
+
type: 'retell-llm' | 'conversation-flow';
|
|
443
|
+
/**
|
|
444
|
+
* Conversation flow ID (required when type is conversation-flow)
|
|
445
|
+
*/
|
|
446
|
+
conversation_flow_id?: string;
|
|
447
|
+
/**
|
|
448
|
+
* LLM ID (required when type is retell-llm)
|
|
449
|
+
*/
|
|
450
|
+
llm_id?: string;
|
|
451
|
+
/**
|
|
452
|
+
* Version of the response engine (defaults to latest)
|
|
453
|
+
*/
|
|
454
|
+
version?: number;
|
|
455
|
+
}
|
|
456
|
+
export interface TestUpdateTestCaseDefinitionParams {
|
|
457
|
+
/**
|
|
458
|
+
* Dynamic variables to inject into the response engine
|
|
459
|
+
*/
|
|
460
|
+
dynamic_variables?: {
|
|
461
|
+
[key: string]: string;
|
|
462
|
+
};
|
|
463
|
+
/**
|
|
464
|
+
* LLM model to use for simulation
|
|
465
|
+
*/
|
|
466
|
+
llm_model?: 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-5' | 'gpt-5.1' | 'gpt-5.2' | 'gpt-5-mini' | 'gpt-5-nano' | 'claude-4.5-sonnet' | 'claude-4.5-haiku' | 'gemini-2.5-flash' | 'gemini-2.5-flash-lite' | 'gemini-3.0-flash';
|
|
467
|
+
/**
|
|
468
|
+
* Array of metric names to evaluate
|
|
469
|
+
*/
|
|
470
|
+
metrics?: Array<string>;
|
|
471
|
+
/**
|
|
472
|
+
* Name of the test case definition
|
|
473
|
+
*/
|
|
474
|
+
name?: string;
|
|
475
|
+
/**
|
|
476
|
+
* Response engine to use for the test case. Custom LLM is not supported.
|
|
477
|
+
*/
|
|
478
|
+
response_engine?: TestUpdateTestCaseDefinitionParams.ResponseEngineRetellLm | TestUpdateTestCaseDefinitionParams.ResponseEngineConversationFlow;
|
|
479
|
+
/**
|
|
480
|
+
* Mock tool calls for testing
|
|
481
|
+
*/
|
|
482
|
+
tool_mocks?: Array<TestUpdateTestCaseDefinitionParams.ToolMock>;
|
|
483
|
+
/**
|
|
484
|
+
* User prompt to simulate in the test case
|
|
485
|
+
*/
|
|
486
|
+
user_prompt?: string;
|
|
487
|
+
}
|
|
488
|
+
export declare namespace TestUpdateTestCaseDefinitionParams {
|
|
489
|
+
interface ResponseEngineRetellLm {
|
|
490
|
+
/**
|
|
491
|
+
* id of the Retell LLM Response Engine.
|
|
492
|
+
*/
|
|
493
|
+
llm_id: string;
|
|
494
|
+
/**
|
|
495
|
+
* type of the Response Engine.
|
|
496
|
+
*/
|
|
497
|
+
type: 'retell-llm';
|
|
498
|
+
/**
|
|
499
|
+
* Version of the Retell LLM Response Engine.
|
|
500
|
+
*/
|
|
501
|
+
version?: number | null;
|
|
502
|
+
}
|
|
503
|
+
interface ResponseEngineConversationFlow {
|
|
504
|
+
/**
|
|
505
|
+
* ID of the Conversation Flow Response Engine.
|
|
506
|
+
*/
|
|
507
|
+
conversation_flow_id: string;
|
|
508
|
+
/**
|
|
509
|
+
* type of the Response Engine.
|
|
510
|
+
*/
|
|
511
|
+
type: 'conversation-flow';
|
|
512
|
+
/**
|
|
513
|
+
* Version of the Conversation Flow Response Engine.
|
|
514
|
+
*/
|
|
515
|
+
version?: number | null;
|
|
516
|
+
}
|
|
517
|
+
interface ToolMock {
|
|
518
|
+
/**
|
|
519
|
+
* Rule for matching tool calls
|
|
520
|
+
*/
|
|
521
|
+
input_match_rule: ToolMock.Type | ToolMock.UnionMember1;
|
|
522
|
+
/**
|
|
523
|
+
* The output of the tool call that will be fed into the LLM. Should be a JSON
|
|
524
|
+
* string.
|
|
525
|
+
*/
|
|
526
|
+
output: string;
|
|
527
|
+
/**
|
|
528
|
+
* Name of the tool to mock
|
|
529
|
+
*/
|
|
530
|
+
tool_name: string;
|
|
531
|
+
/**
|
|
532
|
+
* For tool calls like transfer_call that require a boolean result. Optional for
|
|
533
|
+
* most tools.
|
|
534
|
+
*/
|
|
535
|
+
result?: boolean | null;
|
|
536
|
+
}
|
|
537
|
+
namespace ToolMock {
|
|
538
|
+
interface Type {
|
|
539
|
+
/**
|
|
540
|
+
* Match any input of the tool
|
|
541
|
+
*/
|
|
542
|
+
type: 'any';
|
|
543
|
+
}
|
|
544
|
+
interface UnionMember1 {
|
|
545
|
+
/**
|
|
546
|
+
* Arguments to match. Only provided fields will be checked
|
|
547
|
+
*/
|
|
548
|
+
args: {
|
|
549
|
+
[key: string]: unknown;
|
|
550
|
+
};
|
|
551
|
+
/**
|
|
552
|
+
* Match only calls with specific arguments
|
|
553
|
+
*/
|
|
554
|
+
type: 'partial_match';
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
export declare namespace Tests {
|
|
559
|
+
export { type BatchTestResponse as BatchTestResponse, type TestCaseDefinitionResponse as TestCaseDefinitionResponse, type TestCaseJobResponse as TestCaseJobResponse, type TestListBatchTestsResponse as TestListBatchTestsResponse, type TestListTestCaseDefinitionsResponse as TestListTestCaseDefinitionsResponse, type TestListTestRunsResponse as TestListTestRunsResponse, type TestCreateBatchTestParams as TestCreateBatchTestParams, type TestCreateTestCaseDefinitionParams as TestCreateTestCaseDefinitionParams, type TestListBatchTestsParams as TestListBatchTestsParams, type TestListTestCaseDefinitionsParams as TestListTestCaseDefinitionsParams, type TestUpdateTestCaseDefinitionParams as TestUpdateTestCaseDefinitionParams, };
|
|
560
|
+
}
|
|
561
|
+
//# sourceMappingURL=tests.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tests.d.mts","sourceRoot":"","sources":["../src/resources/tests.ts"],"names":[],"mappings":"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"}
|