telnyx 2.1.0 → 3.0.0-alpha
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 +137 -448
- package/LICENSE +4 -18
- package/README.md +284 -325
- 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 +668 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +668 -0
- package/client.d.ts.map +1 -0
- package/client.js +974 -0
- package/client.js.map +1 -0
- package/client.mjs +970 -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 +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +6 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -0
- package/index.js +30 -0
- package/index.js.map +1 -0
- package/index.mjs +7 -0
- package/index.mjs.map +1 -0
- 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 +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.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 +137 -82
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/access-ip-address.d.mts +124 -0
- package/resources/access-ip-address.d.mts.map +1 -0
- package/resources/access-ip-address.d.ts +124 -0
- package/resources/access-ip-address.d.ts.map +1 -0
- package/resources/access-ip-address.js +34 -0
- package/resources/access-ip-address.js.map +1 -0
- package/resources/access-ip-address.mjs +30 -0
- package/resources/access-ip-address.mjs.map +1 -0
- package/resources/access-ip-ranges.d.mts +131 -0
- package/resources/access-ip-ranges.d.mts.map +1 -0
- package/resources/access-ip-ranges.d.ts +131 -0
- package/resources/access-ip-ranges.d.ts.map +1 -0
- package/resources/access-ip-ranges.js +28 -0
- package/resources/access-ip-ranges.js.map +1 -0
- package/resources/access-ip-ranges.mjs +24 -0
- package/resources/access-ip-ranges.mjs.map +1 -0
- package/resources/actions/actions.d.mts +14 -0
- package/resources/actions/actions.d.mts.map +1 -0
- package/resources/actions/actions.d.ts +14 -0
- package/resources/actions/actions.d.ts.map +1 -0
- package/resources/actions/actions.js +21 -0
- package/resources/actions/actions.js.map +1 -0
- package/resources/actions/actions.mjs +16 -0
- package/resources/actions/actions.mjs.map +1 -0
- package/resources/actions/index.d.mts +4 -0
- package/resources/actions/index.d.mts.map +1 -0
- package/resources/actions/index.d.ts +4 -0
- package/resources/actions/index.d.ts.map +1 -0
- package/resources/actions/index.js +11 -0
- package/resources/actions/index.js.map +1 -0
- package/resources/actions/index.mjs +5 -0
- package/resources/actions/index.mjs.map +1 -0
- package/resources/actions/purchase.d.mts +83 -0
- package/resources/actions/purchase.d.mts.map +1 -0
- package/resources/actions/purchase.d.ts +83 -0
- package/resources/actions/purchase.d.ts.map +1 -0
- package/resources/actions/purchase.js +25 -0
- package/resources/actions/purchase.js.map +1 -0
- package/resources/actions/purchase.mjs +21 -0
- package/resources/actions/purchase.mjs.map +1 -0
- package/resources/actions/register.d.mts +74 -0
- package/resources/actions/register.d.mts.map +1 -0
- package/resources/actions/register.d.ts +74 -0
- package/resources/actions/register.d.ts.map +1 -0
- package/resources/actions/register.js +29 -0
- package/resources/actions/register.js.map +1 -0
- package/resources/actions/register.mjs +25 -0
- package/resources/actions/register.mjs.map +1 -0
- package/resources/actions.d.mts +2 -0
- package/resources/actions.d.mts.map +1 -0
- package/resources/actions.d.ts +2 -0
- package/resources/actions.d.ts.map +1 -0
- package/resources/actions.js +6 -0
- package/resources/actions.js.map +1 -0
- package/resources/actions.mjs +3 -0
- package/resources/actions.mjs.map +1 -0
- package/resources/addresses/actions.d.mts +142 -0
- package/resources/addresses/actions.d.mts.map +1 -0
- package/resources/addresses/actions.d.ts +142 -0
- package/resources/addresses/actions.d.ts.map +1 -0
- package/resources/addresses/actions.js +40 -0
- package/resources/addresses/actions.js.map +1 -0
- package/resources/addresses/actions.mjs +36 -0
- package/resources/addresses/actions.mjs.map +1 -0
- package/resources/addresses/addresses.d.mts +334 -0
- package/resources/addresses/addresses.d.mts.map +1 -0
- package/resources/addresses/addresses.d.ts +334 -0
- package/resources/addresses/addresses.d.ts.map +1 -0
- package/resources/addresses/addresses.js +69 -0
- package/resources/addresses/addresses.js.map +1 -0
- package/resources/addresses/addresses.mjs +64 -0
- package/resources/addresses/addresses.mjs.map +1 -0
- package/resources/addresses/index.d.mts +3 -0
- package/resources/addresses/index.d.mts.map +1 -0
- package/resources/addresses/index.d.ts +3 -0
- package/resources/addresses/index.d.ts.map +1 -0
- package/resources/addresses/index.js +9 -0
- package/resources/addresses/index.js.map +1 -0
- package/resources/addresses/index.mjs +4 -0
- package/resources/addresses/index.mjs.map +1 -0
- package/resources/addresses.d.mts +2 -0
- package/resources/addresses.d.mts.map +1 -0
- package/resources/addresses.d.ts +2 -0
- package/resources/addresses.d.ts.map +1 -0
- package/resources/addresses.js +6 -0
- package/resources/addresses.js.map +1 -0
- package/resources/addresses.mjs +3 -0
- package/resources/addresses.mjs.map +1 -0
- package/resources/advanced-orders.d.mts +91 -0
- package/resources/advanced-orders.d.mts.map +1 -0
- package/resources/advanced-orders.d.ts +91 -0
- package/resources/advanced-orders.d.ts.map +1 -0
- package/resources/advanced-orders.js +58 -0
- package/resources/advanced-orders.js.map +1 -0
- package/resources/advanced-orders.mjs +54 -0
- package/resources/advanced-orders.mjs.map +1 -0
- package/resources/ai/ai.d.mts +106 -0
- package/resources/ai/ai.d.mts.map +1 -0
- package/resources/ai/ai.d.ts +106 -0
- package/resources/ai/ai.d.ts.map +1 -0
- package/resources/ai/ai.js +80 -0
- package/resources/ai/ai.js.map +1 -0
- package/resources/ai/ai.mjs +75 -0
- package/resources/ai/ai.mjs.map +1 -0
- package/resources/ai/assistants/assistants.d.mts +1021 -0
- package/resources/ai/assistants/assistants.d.mts.map +1 -0
- package/resources/ai/assistants/assistants.d.ts +1021 -0
- package/resources/ai/assistants/assistants.d.ts.map +1 -0
- package/resources/ai/assistants/assistants.js +165 -0
- package/resources/ai/assistants/assistants.js.map +1 -0
- package/resources/ai/assistants/assistants.mjs +160 -0
- package/resources/ai/assistants/assistants.mjs.map +1 -0
- package/resources/ai/assistants/canary-deploys.d.mts +121 -0
- package/resources/ai/assistants/canary-deploys.d.mts.map +1 -0
- package/resources/ai/assistants/canary-deploys.d.ts +121 -0
- package/resources/ai/assistants/canary-deploys.d.ts.map +1 -0
- package/resources/ai/assistants/canary-deploys.js +91 -0
- package/resources/ai/assistants/canary-deploys.js.map +1 -0
- package/resources/ai/assistants/canary-deploys.mjs +87 -0
- package/resources/ai/assistants/canary-deploys.mjs.map +1 -0
- package/resources/ai/assistants/index.d.mts +7 -0
- package/resources/ai/assistants/index.d.mts.map +1 -0
- package/resources/ai/assistants/index.d.ts +7 -0
- package/resources/ai/assistants/index.d.ts.map +1 -0
- package/resources/ai/assistants/index.js +17 -0
- package/resources/ai/assistants/index.js.map +1 -0
- package/resources/ai/assistants/index.mjs +8 -0
- package/resources/ai/assistants/index.mjs.map +1 -0
- package/resources/ai/assistants/scheduled-events.d.mts +165 -0
- package/resources/ai/assistants/scheduled-events.d.mts.map +1 -0
- package/resources/ai/assistants/scheduled-events.d.ts +165 -0
- package/resources/ai/assistants/scheduled-events.d.ts.map +1 -0
- package/resources/ai/assistants/scheduled-events.js +78 -0
- package/resources/ai/assistants/scheduled-events.js.map +1 -0
- package/resources/ai/assistants/scheduled-events.mjs +74 -0
- package/resources/ai/assistants/scheduled-events.mjs.map +1 -0
- package/resources/ai/assistants/tests/index.d.mts +4 -0
- package/resources/ai/assistants/tests/index.d.mts.map +1 -0
- package/resources/ai/assistants/tests/index.d.ts +4 -0
- package/resources/ai/assistants/tests/index.d.ts.map +1 -0
- package/resources/ai/assistants/tests/index.js +11 -0
- package/resources/ai/assistants/tests/index.js.map +1 -0
- package/resources/ai/assistants/tests/index.mjs +5 -0
- package/resources/ai/assistants/tests/index.mjs.map +1 -0
- package/resources/ai/assistants/tests/runs.d.mts +174 -0
- package/resources/ai/assistants/tests/runs.d.mts.map +1 -0
- package/resources/ai/assistants/tests/runs.d.ts +174 -0
- package/resources/ai/assistants/tests/runs.d.ts.map +1 -0
- package/resources/ai/assistants/tests/runs.js +50 -0
- package/resources/ai/assistants/tests/runs.js.map +1 -0
- package/resources/ai/assistants/tests/runs.mjs +46 -0
- package/resources/ai/assistants/tests/runs.mjs.map +1 -0
- package/resources/ai/assistants/tests/test-suites/index.d.mts +3 -0
- package/resources/ai/assistants/tests/test-suites/index.d.mts.map +1 -0
- package/resources/ai/assistants/tests/test-suites/index.d.ts +3 -0
- package/resources/ai/assistants/tests/test-suites/index.d.ts.map +1 -0
- package/resources/ai/assistants/tests/test-suites/index.js +9 -0
- package/resources/ai/assistants/tests/test-suites/index.js.map +1 -0
- package/resources/ai/assistants/tests/test-suites/index.mjs +4 -0
- package/resources/ai/assistants/tests/test-suites/index.mjs.map +1 -0
- package/resources/ai/assistants/tests/test-suites/runs.d.mts +97 -0
- package/resources/ai/assistants/tests/test-suites/runs.d.mts.map +1 -0
- package/resources/ai/assistants/tests/test-suites/runs.d.ts +97 -0
- package/resources/ai/assistants/tests/test-suites/runs.d.ts.map +1 -0
- package/resources/ai/assistants/tests/test-suites/runs.js +39 -0
- package/resources/ai/assistants/tests/test-suites/runs.js.map +1 -0
- package/resources/ai/assistants/tests/test-suites/runs.mjs +35 -0
- package/resources/ai/assistants/tests/test-suites/runs.mjs.map +1 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.d.mts +35 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.d.mts.map +1 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.d.ts +35 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.d.ts.map +1 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.js +29 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.js.map +1 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.mjs +24 -0
- package/resources/ai/assistants/tests/test-suites/test-suites.mjs.map +1 -0
- package/resources/ai/assistants/tests/test-suites.d.mts +2 -0
- package/resources/ai/assistants/tests/test-suites.d.mts.map +1 -0
- package/resources/ai/assistants/tests/test-suites.d.ts +2 -0
- package/resources/ai/assistants/tests/test-suites.d.ts.map +1 -0
- package/resources/ai/assistants/tests/test-suites.js +6 -0
- package/resources/ai/assistants/tests/test-suites.js.map +1 -0
- package/resources/ai/assistants/tests/test-suites.mjs +3 -0
- package/resources/ai/assistants/tests/test-suites.mjs.map +1 -0
- package/resources/ai/assistants/tests/tests.d.mts +292 -0
- package/resources/ai/assistants/tests/tests.d.mts.map +1 -0
- package/resources/ai/assistants/tests/tests.d.ts +292 -0
- package/resources/ai/assistants/tests/tests.d.ts.map +1 -0
- package/resources/ai/assistants/tests/tests.js +89 -0
- package/resources/ai/assistants/tests/tests.js.map +1 -0
- package/resources/ai/assistants/tests/tests.mjs +84 -0
- package/resources/ai/assistants/tests/tests.mjs.map +1 -0
- package/resources/ai/assistants/tests.d.mts +2 -0
- package/resources/ai/assistants/tests.d.mts.map +1 -0
- package/resources/ai/assistants/tests.d.ts +2 -0
- package/resources/ai/assistants/tests.d.ts.map +1 -0
- package/resources/ai/assistants/tests.js +6 -0
- package/resources/ai/assistants/tests.js.map +1 -0
- package/resources/ai/assistants/tests.mjs +3 -0
- package/resources/ai/assistants/tests.mjs.map +1 -0
- package/resources/ai/assistants/tools.d.mts +62 -0
- package/resources/ai/assistants/tools.d.mts.map +1 -0
- package/resources/ai/assistants/tools.d.ts +62 -0
- package/resources/ai/assistants/tools.d.ts.map +1 -0
- package/resources/ai/assistants/tools.js +25 -0
- package/resources/ai/assistants/tools.js.map +1 -0
- package/resources/ai/assistants/tools.mjs +21 -0
- package/resources/ai/assistants/tools.mjs.map +1 -0
- package/resources/ai/assistants/versions.d.mts +400 -0
- package/resources/ai/assistants/versions.d.mts.map +1 -0
- package/resources/ai/assistants/versions.d.ts +400 -0
- package/resources/ai/assistants/versions.d.ts.map +1 -0
- package/resources/ai/assistants/versions.js +98 -0
- package/resources/ai/assistants/versions.js.map +1 -0
- package/resources/ai/assistants/versions.mjs +94 -0
- package/resources/ai/assistants/versions.mjs.map +1 -0
- package/resources/ai/assistants.d.mts +2 -0
- package/resources/ai/assistants.d.mts.map +1 -0
- package/resources/ai/assistants.d.ts +2 -0
- package/resources/ai/assistants.d.ts.map +1 -0
- package/resources/ai/assistants.js +6 -0
- package/resources/ai/assistants.js.map +1 -0
- package/resources/ai/assistants.mjs +3 -0
- package/resources/ai/assistants.mjs.map +1 -0
- package/resources/ai/audio.d.mts +90 -0
- package/resources/ai/audio.d.mts.map +1 -0
- package/resources/ai/audio.d.ts +90 -0
- package/resources/ai/audio.d.ts.map +1 -0
- package/resources/ai/audio.js +25 -0
- package/resources/ai/audio.js.map +1 -0
- package/resources/ai/audio.mjs +21 -0
- package/resources/ai/audio.mjs.map +1 -0
- package/resources/ai/chat.d.mts +193 -0
- package/resources/ai/chat.d.mts.map +1 -0
- package/resources/ai/chat.d.ts +193 -0
- package/resources/ai/chat.d.ts.map +1 -0
- package/resources/ai/chat.js +30 -0
- package/resources/ai/chat.js.map +1 -0
- package/resources/ai/chat.mjs +26 -0
- package/resources/ai/chat.mjs.map +1 -0
- package/resources/ai/clusters.d.mts +177 -0
- package/resources/ai/clusters.d.mts.map +1 -0
- package/resources/ai/clusters.d.ts +177 -0
- package/resources/ai/clusters.d.ts.map +1 -0
- package/resources/ai/clusters.js +77 -0
- package/resources/ai/clusters.js.map +1 -0
- package/resources/ai/clusters.mjs +73 -0
- package/resources/ai/clusters.mjs.map +1 -0
- package/resources/ai/conversations/conversations.d.mts +224 -0
- package/resources/ai/conversations/conversations.d.mts.map +1 -0
- package/resources/ai/conversations/conversations.d.ts +224 -0
- package/resources/ai/conversations/conversations.d.ts.map +1 -0
- package/resources/ai/conversations/conversations.js +107 -0
- package/resources/ai/conversations/conversations.js.map +1 -0
- package/resources/ai/conversations/conversations.mjs +102 -0
- package/resources/ai/conversations/conversations.mjs.map +1 -0
- package/resources/ai/conversations/index.d.mts +5 -0
- package/resources/ai/conversations/index.d.mts.map +1 -0
- package/resources/ai/conversations/index.d.ts +5 -0
- package/resources/ai/conversations/index.d.ts.map +1 -0
- package/resources/ai/conversations/index.js +13 -0
- package/resources/ai/conversations/index.js.map +1 -0
- package/resources/ai/conversations/index.mjs +6 -0
- package/resources/ai/conversations/index.mjs.map +1 -0
- package/resources/ai/conversations/insight-groups/index.d.mts +3 -0
- package/resources/ai/conversations/insight-groups/index.d.mts.map +1 -0
- package/resources/ai/conversations/insight-groups/index.d.ts +3 -0
- package/resources/ai/conversations/insight-groups/index.d.ts.map +1 -0
- package/resources/ai/conversations/insight-groups/index.js +9 -0
- package/resources/ai/conversations/insight-groups/index.js.map +1 -0
- package/resources/ai/conversations/insight-groups/index.mjs +4 -0
- package/resources/ai/conversations/insight-groups/index.mjs.map +1 -0
- package/resources/ai/conversations/insight-groups/insight-groups.d.mts +122 -0
- package/resources/ai/conversations/insight-groups/insight-groups.d.mts.map +1 -0
- package/resources/ai/conversations/insight-groups/insight-groups.d.ts +122 -0
- package/resources/ai/conversations/insight-groups/insight-groups.d.ts.map +1 -0
- package/resources/ai/conversations/insight-groups/insight-groups.js +86 -0
- package/resources/ai/conversations/insight-groups/insight-groups.js.map +1 -0
- package/resources/ai/conversations/insight-groups/insight-groups.mjs +81 -0
- package/resources/ai/conversations/insight-groups/insight-groups.mjs.map +1 -0
- package/resources/ai/conversations/insight-groups/insights.d.mts +49 -0
- package/resources/ai/conversations/insight-groups/insights.d.mts.map +1 -0
- package/resources/ai/conversations/insight-groups/insights.d.ts +49 -0
- package/resources/ai/conversations/insight-groups/insights.d.ts.map +1 -0
- package/resources/ai/conversations/insight-groups/insights.js +42 -0
- package/resources/ai/conversations/insight-groups/insights.js.map +1 -0
- package/resources/ai/conversations/insight-groups/insights.mjs +38 -0
- package/resources/ai/conversations/insight-groups/insights.mjs.map +1 -0
- package/resources/ai/conversations/insight-groups.d.mts +2 -0
- package/resources/ai/conversations/insight-groups.d.mts.map +1 -0
- package/resources/ai/conversations/insight-groups.d.ts +2 -0
- package/resources/ai/conversations/insight-groups.d.ts.map +1 -0
- package/resources/ai/conversations/insight-groups.js +6 -0
- package/resources/ai/conversations/insight-groups.js.map +1 -0
- package/resources/ai/conversations/insight-groups.mjs +3 -0
- package/resources/ai/conversations/insight-groups.mjs.map +1 -0
- package/resources/ai/conversations/insights.d.mts +127 -0
- package/resources/ai/conversations/insights.d.mts.map +1 -0
- package/resources/ai/conversations/insights.d.ts +127 -0
- package/resources/ai/conversations/insights.d.ts.map +1 -0
- package/resources/ai/conversations/insights.js +79 -0
- package/resources/ai/conversations/insights.js.map +1 -0
- package/resources/ai/conversations/insights.mjs +75 -0
- package/resources/ai/conversations/insights.mjs.map +1 -0
- package/resources/ai/conversations/messages.d.mts +107 -0
- package/resources/ai/conversations/messages.d.mts.map +1 -0
- package/resources/ai/conversations/messages.d.ts +107 -0
- package/resources/ai/conversations/messages.d.ts.map +1 -0
- package/resources/ai/conversations/messages.js +41 -0
- package/resources/ai/conversations/messages.js.map +1 -0
- package/resources/ai/conversations/messages.mjs +37 -0
- package/resources/ai/conversations/messages.mjs.map +1 -0
- package/resources/ai/conversations.d.mts +2 -0
- package/resources/ai/conversations.d.mts.map +1 -0
- package/resources/ai/conversations.d.ts +2 -0
- package/resources/ai/conversations.d.ts.map +1 -0
- package/resources/ai/conversations.js +6 -0
- package/resources/ai/conversations.js.map +1 -0
- package/resources/ai/conversations.mjs +3 -0
- package/resources/ai/conversations.mjs.map +1 -0
- package/resources/ai/embeddings/buckets.d.mts +61 -0
- package/resources/ai/embeddings/buckets.d.mts.map +1 -0
- package/resources/ai/embeddings/buckets.d.ts +61 -0
- package/resources/ai/embeddings/buckets.d.ts.map +1 -0
- package/resources/ai/embeddings/buckets.js +51 -0
- package/resources/ai/embeddings/buckets.js.map +1 -0
- package/resources/ai/embeddings/buckets.mjs +47 -0
- package/resources/ai/embeddings/buckets.mjs.map +1 -0
- package/resources/ai/embeddings/embeddings.d.mts +238 -0
- package/resources/ai/embeddings/embeddings.d.mts.map +1 -0
- package/resources/ai/embeddings/embeddings.d.ts +238 -0
- package/resources/ai/embeddings/embeddings.d.ts.map +1 -0
- package/resources/ai/embeddings/embeddings.js +139 -0
- package/resources/ai/embeddings/embeddings.js.map +1 -0
- package/resources/ai/embeddings/embeddings.mjs +134 -0
- package/resources/ai/embeddings/embeddings.mjs.map +1 -0
- package/resources/ai/embeddings/index.d.mts +3 -0
- package/resources/ai/embeddings/index.d.mts.map +1 -0
- package/resources/ai/embeddings/index.d.ts +3 -0
- package/resources/ai/embeddings/index.d.ts.map +1 -0
- package/resources/ai/embeddings/index.js +9 -0
- package/resources/ai/embeddings/index.js.map +1 -0
- package/resources/ai/embeddings/index.mjs +4 -0
- package/resources/ai/embeddings/index.mjs.map +1 -0
- package/resources/ai/embeddings.d.mts +2 -0
- package/resources/ai/embeddings.d.mts.map +1 -0
- package/resources/ai/embeddings.d.ts +2 -0
- package/resources/ai/embeddings.d.ts.map +1 -0
- package/resources/ai/embeddings.js +6 -0
- package/resources/ai/embeddings.js.map +1 -0
- package/resources/ai/embeddings.mjs +3 -0
- package/resources/ai/embeddings.mjs.map +1 -0
- package/resources/ai/fine-tuning/fine-tuning.d.mts +10 -0
- package/resources/ai/fine-tuning/fine-tuning.d.mts.map +1 -0
- package/resources/ai/fine-tuning/fine-tuning.d.ts +10 -0
- package/resources/ai/fine-tuning/fine-tuning.d.ts.map +1 -0
- package/resources/ai/fine-tuning/fine-tuning.js +17 -0
- package/resources/ai/fine-tuning/fine-tuning.js.map +1 -0
- package/resources/ai/fine-tuning/fine-tuning.mjs +12 -0
- package/resources/ai/fine-tuning/fine-tuning.mjs.map +1 -0
- package/resources/ai/fine-tuning/index.d.mts +3 -0
- package/resources/ai/fine-tuning/index.d.mts.map +1 -0
- package/resources/ai/fine-tuning/index.d.ts +3 -0
- package/resources/ai/fine-tuning/index.d.ts.map +1 -0
- package/resources/ai/fine-tuning/index.js +9 -0
- package/resources/ai/fine-tuning/index.js.map +1 -0
- package/resources/ai/fine-tuning/index.mjs +4 -0
- package/resources/ai/fine-tuning/index.mjs.map +1 -0
- package/resources/ai/fine-tuning/jobs.d.mts +142 -0
- package/resources/ai/fine-tuning/jobs.d.mts.map +1 -0
- package/resources/ai/fine-tuning/jobs.d.ts +142 -0
- package/resources/ai/fine-tuning/jobs.d.ts.map +1 -0
- package/resources/ai/fine-tuning/jobs.js +60 -0
- package/resources/ai/fine-tuning/jobs.js.map +1 -0
- package/resources/ai/fine-tuning/jobs.mjs +56 -0
- package/resources/ai/fine-tuning/jobs.mjs.map +1 -0
- package/resources/ai/fine-tuning.d.mts +2 -0
- package/resources/ai/fine-tuning.d.mts.map +1 -0
- package/resources/ai/fine-tuning.d.ts +2 -0
- package/resources/ai/fine-tuning.d.ts.map +1 -0
- package/resources/ai/fine-tuning.js +6 -0
- package/resources/ai/fine-tuning.js.map +1 -0
- package/resources/ai/fine-tuning.mjs +3 -0
- package/resources/ai/fine-tuning.mjs.map +1 -0
- package/resources/ai/index.d.mts +9 -0
- package/resources/ai/index.d.mts.map +1 -0
- package/resources/ai/index.d.ts +9 -0
- package/resources/ai/index.d.ts.map +1 -0
- package/resources/ai/index.js +21 -0
- package/resources/ai/index.js.map +1 -0
- package/resources/ai/index.mjs +10 -0
- package/resources/ai/index.mjs.map +1 -0
- package/resources/ai.d.mts +2 -0
- package/resources/ai.d.mts.map +1 -0
- package/resources/ai.d.ts +2 -0
- package/resources/ai.d.ts.map +1 -0
- package/resources/ai.js +6 -0
- package/resources/ai.js.map +1 -0
- package/resources/ai.mjs +3 -0
- package/resources/ai.mjs.map +1 -0
- package/resources/audit-events.d.mts +143 -0
- package/resources/audit-events.d.mts.map +1 -0
- package/resources/audit-events.d.ts +143 -0
- package/resources/audit-events.d.ts.map +1 -0
- package/resources/audit-events.js +16 -0
- package/resources/audit-events.js.map +1 -0
- package/resources/audit-events.mjs +12 -0
- package/resources/audit-events.mjs.map +1 -0
- package/resources/authentication-providers.d.mts +291 -0
- package/resources/authentication-providers.d.mts.map +1 -0
- package/resources/authentication-providers.d.ts +291 -0
- package/resources/authentication-providers.d.ts.map +1 -0
- package/resources/authentication-providers.js +94 -0
- package/resources/authentication-providers.js.map +1 -0
- package/resources/authentication-providers.mjs +90 -0
- package/resources/authentication-providers.mjs.map +1 -0
- package/resources/available-phone-number-blocks.d.mts +81 -0
- package/resources/available-phone-number-blocks.d.mts.map +1 -0
- package/resources/available-phone-number-blocks.d.ts +81 -0
- package/resources/available-phone-number-blocks.d.ts.map +1 -0
- package/resources/available-phone-number-blocks.js +15 -0
- package/resources/available-phone-number-blocks.js.map +1 -0
- package/resources/available-phone-number-blocks.mjs +11 -0
- package/resources/available-phone-number-blocks.mjs.map +1 -0
- package/resources/available-phone-numbers.d.mts +161 -0
- package/resources/available-phone-numbers.d.mts.map +1 -0
- package/resources/available-phone-numbers.d.ts +161 -0
- package/resources/available-phone-numbers.d.ts.map +1 -0
- package/resources/available-phone-numbers.js +15 -0
- package/resources/available-phone-numbers.js.map +1 -0
- package/resources/available-phone-numbers.mjs +11 -0
- package/resources/available-phone-numbers.mjs.map +1 -0
- package/resources/balance.d.mts +44 -0
- package/resources/balance.d.mts.map +1 -0
- package/resources/balance.d.ts +44 -0
- package/resources/balance.d.ts.map +1 -0
- package/resources/balance.js +15 -0
- package/resources/balance.js.map +1 -0
- package/resources/balance.mjs +11 -0
- package/resources/balance.mjs.map +1 -0
- package/resources/billing-groups.d.mts +145 -0
- package/resources/billing-groups.d.mts.map +1 -0
- package/resources/billing-groups.d.ts +145 -0
- package/resources/billing-groups.d.ts.map +1 -0
- package/resources/billing-groups.js +74 -0
- package/resources/billing-groups.js.map +1 -0
- package/resources/billing-groups.mjs +70 -0
- package/resources/billing-groups.mjs.map +1 -0
- package/resources/brand/brand.d.mts +628 -0
- package/resources/brand/brand.d.mts.map +1 -0
- package/resources/brand/brand.d.ts +628 -0
- package/resources/brand/brand.d.ts.map +1 -0
- package/resources/brand/brand.js +141 -0
- package/resources/brand/brand.js.map +1 -0
- package/resources/brand/brand.mjs +136 -0
- package/resources/brand/brand.mjs.map +1 -0
- package/resources/brand/external-vetting.d.mts +107 -0
- package/resources/brand/external-vetting.d.mts.map +1 -0
- package/resources/brand/external-vetting.d.ts +107 -0
- package/resources/brand/external-vetting.d.ts.map +1 -0
- package/resources/brand/external-vetting.js +53 -0
- package/resources/brand/external-vetting.js.map +1 -0
- package/resources/brand/external-vetting.mjs +49 -0
- package/resources/brand/external-vetting.mjs.map +1 -0
- package/resources/brand/index.d.mts +3 -0
- package/resources/brand/index.d.mts.map +1 -0
- package/resources/brand/index.d.ts +3 -0
- package/resources/brand/index.d.ts.map +1 -0
- package/resources/brand/index.js +9 -0
- package/resources/brand/index.js.map +1 -0
- package/resources/brand/index.mjs +4 -0
- package/resources/brand/index.mjs.map +1 -0
- package/resources/brand.d.mts +2 -0
- package/resources/brand.d.mts.map +1 -0
- package/resources/brand.d.ts +2 -0
- package/resources/brand.d.ts.map +1 -0
- package/resources/brand.js +6 -0
- package/resources/brand.js.map +1 -0
- package/resources/brand.mjs +3 -0
- package/resources/brand.mjs.map +1 -0
- package/resources/bulk-sim-card-actions.d.mts +117 -0
- package/resources/bulk-sim-card-actions.d.mts.map +1 -0
- package/resources/bulk-sim-card-actions.d.ts +117 -0
- package/resources/bulk-sim-card-actions.d.ts.map +1 -0
- package/resources/bulk-sim-card-actions.js +24 -0
- package/resources/bulk-sim-card-actions.js.map +1 -0
- package/resources/bulk-sim-card-actions.mjs +20 -0
- package/resources/bulk-sim-card-actions.mjs.map +1 -0
- package/resources/bundle-pricing/billing-bundles.d.mts +201 -0
- package/resources/bundle-pricing/billing-bundles.d.mts.map +1 -0
- package/resources/bundle-pricing/billing-bundles.d.ts +201 -0
- package/resources/bundle-pricing/billing-bundles.d.ts.map +1 -0
- package/resources/bundle-pricing/billing-bundles.js +52 -0
- package/resources/bundle-pricing/billing-bundles.js.map +1 -0
- package/resources/bundle-pricing/billing-bundles.mjs +48 -0
- package/resources/bundle-pricing/billing-bundles.mjs.map +1 -0
- package/resources/bundle-pricing/bundle-pricing.d.mts +14 -0
- package/resources/bundle-pricing/bundle-pricing.d.mts.map +1 -0
- package/resources/bundle-pricing/bundle-pricing.d.ts +14 -0
- package/resources/bundle-pricing/bundle-pricing.d.ts.map +1 -0
- package/resources/bundle-pricing/bundle-pricing.js +21 -0
- package/resources/bundle-pricing/bundle-pricing.js.map +1 -0
- package/resources/bundle-pricing/bundle-pricing.mjs +16 -0
- package/resources/bundle-pricing/bundle-pricing.mjs.map +1 -0
- package/resources/bundle-pricing/index.d.mts +4 -0
- package/resources/bundle-pricing/index.d.mts.map +1 -0
- package/resources/bundle-pricing/index.d.ts +4 -0
- package/resources/bundle-pricing/index.d.ts.map +1 -0
- package/resources/bundle-pricing/index.js +11 -0
- package/resources/bundle-pricing/index.js.map +1 -0
- package/resources/bundle-pricing/index.mjs +5 -0
- package/resources/bundle-pricing/index.mjs.map +1 -0
- package/resources/bundle-pricing/user-bundles.d.mts +272 -0
- package/resources/bundle-pricing/user-bundles.d.mts.map +1 -0
- package/resources/bundle-pricing/user-bundles.d.ts +272 -0
- package/resources/bundle-pricing/user-bundles.d.ts.map +1 -0
- package/resources/bundle-pricing/user-bundles.js +134 -0
- package/resources/bundle-pricing/user-bundles.js.map +1 -0
- package/resources/bundle-pricing/user-bundles.mjs +130 -0
- package/resources/bundle-pricing/user-bundles.mjs.map +1 -0
- package/resources/bundle-pricing.d.mts +2 -0
- package/resources/bundle-pricing.d.mts.map +1 -0
- package/resources/bundle-pricing.d.ts +2 -0
- package/resources/bundle-pricing.d.ts.map +1 -0
- package/resources/bundle-pricing.js +6 -0
- package/resources/bundle-pricing.js.map +1 -0
- package/resources/bundle-pricing.mjs +3 -0
- package/resources/bundle-pricing.mjs.map +1 -0
- package/resources/call-control-applications.d.mts +463 -0
- package/resources/call-control-applications.d.mts.map +1 -0
- package/resources/call-control-applications.d.ts +463 -0
- package/resources/call-control-applications.d.ts.map +1 -0
- package/resources/call-control-applications.js +76 -0
- package/resources/call-control-applications.js.map +1 -0
- package/resources/call-control-applications.mjs +72 -0
- package/resources/call-control-applications.mjs.map +1 -0
- package/resources/call-events.d.mts +197 -0
- package/resources/call-events.d.mts.map +1 -0
- package/resources/call-events.d.ts +197 -0
- package/resources/call-events.d.ts.map +1 -0
- package/resources/call-events.js +19 -0
- package/resources/call-events.js.map +1 -0
- package/resources/call-events.mjs +15 -0
- package/resources/call-events.mjs.map +1 -0
- package/resources/calls/actions.d.mts +2498 -0
- package/resources/calls/actions.d.mts.map +1 -0
- package/resources/calls/actions.d.ts +2498 -0
- package/resources/calls/actions.d.ts.map +1 -0
- package/resources/calls/actions.js +757 -0
- package/resources/calls/actions.js.map +1 -0
- package/resources/calls/actions.mjs +753 -0
- package/resources/calls/actions.mjs.map +1 -0
- package/resources/calls/calls.d.mts +622 -0
- package/resources/calls/calls.d.mts.map +1 -0
- package/resources/calls/calls.d.ts +622 -0
- package/resources/calls/calls.d.ts.map +1 -0
- package/resources/calls/calls.js +67 -0
- package/resources/calls/calls.js.map +1 -0
- package/resources/calls/calls.mjs +62 -0
- package/resources/calls/calls.mjs.map +1 -0
- package/resources/calls/index.d.mts +3 -0
- package/resources/calls/index.d.mts.map +1 -0
- package/resources/calls/index.d.ts +3 -0
- package/resources/calls/index.d.ts.map +1 -0
- package/resources/calls/index.js +9 -0
- package/resources/calls/index.js.map +1 -0
- package/resources/calls/index.mjs +4 -0
- package/resources/calls/index.mjs.map +1 -0
- package/resources/calls.d.mts +2 -0
- package/resources/calls.d.mts.map +1 -0
- package/resources/calls.d.ts +2 -0
- package/resources/calls.d.ts.map +1 -0
- package/resources/calls.js +6 -0
- package/resources/calls.js.map +1 -0
- package/resources/calls.mjs +3 -0
- package/resources/calls.mjs.map +1 -0
- package/resources/campaign/campaign.d.mts +682 -0
- package/resources/campaign/campaign.d.mts.map +1 -0
- package/resources/campaign/campaign.d.ts +682 -0
- package/resources/campaign/campaign.d.ts.map +1 -0
- package/resources/campaign/campaign.js +147 -0
- package/resources/campaign/campaign.js.map +1 -0
- package/resources/campaign/campaign.mjs +142 -0
- package/resources/campaign/campaign.mjs.map +1 -0
- package/resources/campaign/index.d.mts +4 -0
- package/resources/campaign/index.d.mts.map +1 -0
- package/resources/campaign/index.d.ts +4 -0
- package/resources/campaign/index.d.ts.map +1 -0
- package/resources/campaign/index.js +11 -0
- package/resources/campaign/index.js.map +1 -0
- package/resources/campaign/index.mjs +5 -0
- package/resources/campaign/index.mjs.map +1 -0
- package/resources/campaign/osr.d.mts +21 -0
- package/resources/campaign/osr.d.mts.map +1 -0
- package/resources/campaign/osr.d.ts +21 -0
- package/resources/campaign/osr.d.ts.map +1 -0
- package/resources/campaign/osr.js +23 -0
- package/resources/campaign/osr.js.map +1 -0
- package/resources/campaign/osr.mjs +19 -0
- package/resources/campaign/osr.mjs.map +1 -0
- package/resources/campaign/usecase.d.mts +29 -0
- package/resources/campaign/usecase.d.mts.map +1 -0
- package/resources/campaign/usecase.d.ts +29 -0
- package/resources/campaign/usecase.d.ts.map +1 -0
- package/resources/campaign/usecase.js +22 -0
- package/resources/campaign/usecase.js.map +1 -0
- package/resources/campaign/usecase.mjs +18 -0
- package/resources/campaign/usecase.mjs.map +1 -0
- package/resources/campaign-builder/brand.d.mts +59 -0
- package/resources/campaign-builder/brand.d.mts.map +1 -0
- package/resources/campaign-builder/brand.d.ts +59 -0
- package/resources/campaign-builder/brand.d.ts.map +1 -0
- package/resources/campaign-builder/brand.js +27 -0
- package/resources/campaign-builder/brand.js.map +1 -0
- package/resources/campaign-builder/brand.mjs +23 -0
- package/resources/campaign-builder/brand.mjs.map +1 -0
- package/resources/campaign-builder/campaign-builder.d.mts +196 -0
- package/resources/campaign-builder/campaign-builder.d.mts.map +1 -0
- package/resources/campaign-builder/campaign-builder.d.ts +196 -0
- package/resources/campaign-builder/campaign-builder.d.ts.map +1 -0
- package/resources/campaign-builder/campaign-builder.js +41 -0
- package/resources/campaign-builder/campaign-builder.js.map +1 -0
- package/resources/campaign-builder/campaign-builder.mjs +36 -0
- package/resources/campaign-builder/campaign-builder.mjs.map +1 -0
- package/resources/campaign-builder/index.d.mts +3 -0
- package/resources/campaign-builder/index.d.mts.map +1 -0
- package/resources/campaign-builder/index.d.ts +3 -0
- package/resources/campaign-builder/index.d.ts.map +1 -0
- package/resources/campaign-builder/index.js +9 -0
- package/resources/campaign-builder/index.js.map +1 -0
- package/resources/campaign-builder/index.mjs +4 -0
- package/resources/campaign-builder/index.mjs.map +1 -0
- package/resources/campaign-builder.d.mts +2 -0
- package/resources/campaign-builder.d.mts.map +1 -0
- package/resources/campaign-builder.d.ts +2 -0
- package/resources/campaign-builder.d.ts.map +1 -0
- package/resources/campaign-builder.js +6 -0
- package/resources/campaign-builder.js.map +1 -0
- package/resources/campaign-builder.mjs +3 -0
- package/resources/campaign-builder.mjs.map +1 -0
- package/resources/campaign.d.mts +2 -0
- package/resources/campaign.d.mts.map +1 -0
- package/resources/campaign.d.ts +2 -0
- package/resources/campaign.d.ts.map +1 -0
- package/resources/campaign.js +6 -0
- package/resources/campaign.js.map +1 -0
- package/resources/campaign.mjs +3 -0
- package/resources/campaign.mjs.map +1 -0
- package/resources/channel-zones.d.mts +98 -0
- package/resources/channel-zones.d.mts.map +1 -0
- package/resources/channel-zones.d.ts +98 -0
- package/resources/channel-zones.d.ts.map +1 -0
- package/resources/channel-zones.js +29 -0
- package/resources/channel-zones.js.map +1 -0
- package/resources/channel-zones.mjs +25 -0
- package/resources/channel-zones.mjs.map +1 -0
- package/resources/charges-breakdown.d.mts +102 -0
- package/resources/charges-breakdown.d.mts.map +1 -0
- package/resources/charges-breakdown.d.ts +102 -0
- package/resources/charges-breakdown.d.ts.map +1 -0
- package/resources/charges-breakdown.js +16 -0
- package/resources/charges-breakdown.js.map +1 -0
- package/resources/charges-breakdown.mjs +12 -0
- package/resources/charges-breakdown.mjs.map +1 -0
- package/resources/charges-summary.d.mts +160 -0
- package/resources/charges-summary.d.mts.map +1 -0
- package/resources/charges-summary.d.ts +160 -0
- package/resources/charges-summary.d.ts.map +1 -0
- package/resources/charges-summary.js +16 -0
- package/resources/charges-summary.js.map +1 -0
- package/resources/charges-summary.mjs +12 -0
- package/resources/charges-summary.mjs.map +1 -0
- package/resources/comments.d.mts +175 -0
- package/resources/comments.d.mts.map +1 -0
- package/resources/comments.d.ts +175 -0
- package/resources/comments.d.ts.map +1 -0
- package/resources/comments.js +54 -0
- package/resources/comments.js.map +1 -0
- package/resources/comments.mjs +50 -0
- package/resources/comments.mjs.map +1 -0
- package/resources/conferences/actions.d.mts +601 -0
- package/resources/conferences/actions.d.mts.map +1 -0
- package/resources/conferences/actions.d.ts +601 -0
- package/resources/conferences/actions.d.ts.map +1 -0
- package/resources/conferences/actions.js +238 -0
- package/resources/conferences/actions.js.map +1 -0
- package/resources/conferences/actions.mjs +234 -0
- package/resources/conferences/actions.mjs.map +1 -0
- package/resources/conferences/conferences.d.mts +481 -0
- package/resources/conferences/conferences.d.mts.map +1 -0
- package/resources/conferences/conferences.d.ts +481 -0
- package/resources/conferences/conferences.d.ts.map +1 -0
- package/resources/conferences/conferences.js +86 -0
- package/resources/conferences/conferences.js.map +1 -0
- package/resources/conferences/conferences.mjs +81 -0
- package/resources/conferences/conferences.mjs.map +1 -0
- package/resources/conferences/index.d.mts +3 -0
- package/resources/conferences/index.d.mts.map +1 -0
- package/resources/conferences/index.d.ts +3 -0
- package/resources/conferences/index.d.ts.map +1 -0
- package/resources/conferences/index.js +9 -0
- package/resources/conferences/index.js.map +1 -0
- package/resources/conferences/index.mjs +4 -0
- package/resources/conferences/index.mjs.map +1 -0
- package/resources/conferences.d.mts +2 -0
- package/resources/conferences.d.mts.map +1 -0
- package/resources/conferences.d.ts +2 -0
- package/resources/conferences.d.ts.map +1 -0
- package/resources/conferences.js +6 -0
- package/resources/conferences.js.map +1 -0
- package/resources/conferences.mjs +3 -0
- package/resources/conferences.mjs.map +1 -0
- package/resources/connections.d.mts +306 -0
- package/resources/connections.d.mts.map +1 -0
- package/resources/connections.d.ts +306 -0
- package/resources/connections.d.ts.map +1 -0
- package/resources/connections.js +31 -0
- package/resources/connections.js.map +1 -0
- package/resources/connections.mjs +27 -0
- package/resources/connections.mjs.map +1 -0
- package/resources/country-coverage.d.mts +139 -0
- package/resources/country-coverage.d.mts.map +1 -0
- package/resources/country-coverage.d.ts +139 -0
- package/resources/country-coverage.d.ts.map +1 -0
- package/resources/country-coverage.js +22 -0
- package/resources/country-coverage.js.map +1 -0
- package/resources/country-coverage.mjs +18 -0
- package/resources/country-coverage.mjs.map +1 -0
- package/resources/credential-connections/actions.d.mts +62 -0
- package/resources/credential-connections/actions.d.mts.map +1 -0
- package/resources/credential-connections/actions.d.ts +62 -0
- package/resources/credential-connections/actions.d.ts.map +1 -0
- package/resources/credential-connections/actions.js +26 -0
- package/resources/credential-connections/actions.js.map +1 -0
- package/resources/credential-connections/actions.mjs +22 -0
- package/resources/credential-connections/actions.mjs.map +1 -0
- package/resources/credential-connections/credential-connections.d.mts +587 -0
- package/resources/credential-connections/credential-connections.d.mts.map +1 -0
- package/resources/credential-connections/credential-connections.d.ts +587 -0
- package/resources/credential-connections/credential-connections.d.ts.map +1 -0
- package/resources/credential-connections/credential-connections.js +82 -0
- package/resources/credential-connections/credential-connections.js.map +1 -0
- package/resources/credential-connections/credential-connections.mjs +77 -0
- package/resources/credential-connections/credential-connections.mjs.map +1 -0
- package/resources/credential-connections/index.d.mts +3 -0
- package/resources/credential-connections/index.d.mts.map +1 -0
- package/resources/credential-connections/index.d.ts +3 -0
- package/resources/credential-connections/index.d.ts.map +1 -0
- package/resources/credential-connections/index.js +9 -0
- package/resources/credential-connections/index.js.map +1 -0
- package/resources/credential-connections/index.mjs +4 -0
- package/resources/credential-connections/index.mjs.map +1 -0
- package/resources/credential-connections.d.mts +2 -0
- package/resources/credential-connections.d.mts.map +1 -0
- package/resources/credential-connections.d.ts +2 -0
- package/resources/credential-connections.d.ts.map +1 -0
- package/resources/credential-connections.js +6 -0
- package/resources/credential-connections.js.map +1 -0
- package/resources/credential-connections.mjs +3 -0
- package/resources/credential-connections.mjs.map +1 -0
- package/resources/custom-storage-credentials.d.mts +149 -0
- package/resources/custom-storage-credentials.d.mts.map +1 -0
- package/resources/custom-storage-credentials.d.ts +149 -0
- package/resources/custom-storage-credentials.d.ts.map +1 -0
- package/resources/custom-storage-credentials.js +71 -0
- package/resources/custom-storage-credentials.js.map +1 -0
- package/resources/custom-storage-credentials.mjs +67 -0
- package/resources/custom-storage-credentials.mjs.map +1 -0
- package/resources/customer-service-records.d.mts +349 -0
- package/resources/customer-service-records.d.mts.map +1 -0
- package/resources/customer-service-records.d.ts +349 -0
- package/resources/customer-service-records.d.ts.map +1 -0
- package/resources/customer-service-records.js +64 -0
- package/resources/customer-service-records.js.map +1 -0
- package/resources/customer-service-records.mjs +60 -0
- package/resources/customer-service-records.mjs.map +1 -0
- package/resources/detail-records.d.mts +580 -0
- package/resources/detail-records.d.mts.map +1 -0
- package/resources/detail-records.d.ts +580 -0
- package/resources/detail-records.d.ts.map +1 -0
- package/resources/detail-records.js +15 -0
- package/resources/detail-records.js.map +1 -0
- package/resources/detail-records.mjs +11 -0
- package/resources/detail-records.mjs.map +1 -0
- package/resources/dialogflow-connections.d.mts +981 -0
- package/resources/dialogflow-connections.d.mts.map +1 -0
- package/resources/dialogflow-connections.d.ts +981 -0
- package/resources/dialogflow-connections.d.ts.map +1 -0
- package/resources/dialogflow-connections.js +869 -0
- package/resources/dialogflow-connections.js.map +1 -0
- package/resources/dialogflow-connections.mjs +865 -0
- package/resources/dialogflow-connections.mjs.map +1 -0
- package/resources/document-links.d.mts +92 -0
- package/resources/document-links.d.mts.map +1 -0
- package/resources/document-links.d.ts +92 -0
- package/resources/document-links.d.ts.map +1 -0
- package/resources/document-links.js +15 -0
- package/resources/document-links.js.map +1 -0
- package/resources/document-links.mjs +11 -0
- package/resources/document-links.mjs.map +1 -0
- package/resources/documents.d.mts +290 -0
- package/resources/documents.d.mts.map +1 -0
- package/resources/documents.d.ts +290 -0
- package/resources/documents.d.ts.map +1 -0
- package/resources/documents.js +113 -0
- package/resources/documents.js.map +1 -0
- package/resources/documents.mjs +109 -0
- package/resources/documents.mjs.map +1 -0
- package/resources/dynamic-emergency-addresses.d.mts +164 -0
- package/resources/dynamic-emergency-addresses.d.mts.map +1 -0
- package/resources/dynamic-emergency-addresses.d.ts +164 -0
- package/resources/dynamic-emergency-addresses.d.ts.map +1 -0
- package/resources/dynamic-emergency-addresses.js +69 -0
- package/resources/dynamic-emergency-addresses.js.map +1 -0
- package/resources/dynamic-emergency-addresses.mjs +65 -0
- package/resources/dynamic-emergency-addresses.mjs.map +1 -0
- package/resources/dynamic-emergency-endpoints.d.mts +148 -0
- package/resources/dynamic-emergency-endpoints.d.mts.map +1 -0
- package/resources/dynamic-emergency-endpoints.d.ts +148 -0
- package/resources/dynamic-emergency-endpoints.d.ts.map +1 -0
- package/resources/dynamic-emergency-endpoints.js +67 -0
- package/resources/dynamic-emergency-endpoints.js.map +1 -0
- package/resources/dynamic-emergency-endpoints.mjs +63 -0
- package/resources/dynamic-emergency-endpoints.mjs.map +1 -0
- package/resources/enum.d.mts +14 -0
- package/resources/enum.d.mts.map +1 -0
- package/resources/enum.d.ts +14 -0
- package/resources/enum.d.ts.map +1 -0
- package/resources/enum.js +16 -0
- package/resources/enum.js.map +1 -0
- package/resources/enum.mjs +12 -0
- package/resources/enum.mjs.map +1 -0
- package/resources/external-connections/civic-addresses.d.mts +152 -0
- package/resources/external-connections/civic-addresses.d.mts.map +1 -0
- package/resources/external-connections/civic-addresses.d.ts +152 -0
- package/resources/external-connections/civic-addresses.d.ts.map +1 -0
- package/resources/external-connections/civic-addresses.js +41 -0
- package/resources/external-connections/civic-addresses.js.map +1 -0
- package/resources/external-connections/civic-addresses.mjs +37 -0
- package/resources/external-connections/civic-addresses.mjs.map +1 -0
- package/resources/external-connections/external-connections.d.mts +403 -0
- package/resources/external-connections/external-connections.d.mts.map +1 -0
- package/resources/external-connections/external-connections.d.ts +403 -0
- package/resources/external-connections/external-connections.d.ts.map +1 -0
- package/resources/external-connections/external-connections.js +136 -0
- package/resources/external-connections/external-connections.js.map +1 -0
- package/resources/external-connections/external-connections.mjs +131 -0
- package/resources/external-connections/external-connections.mjs.map +1 -0
- package/resources/external-connections/index.d.mts +7 -0
- package/resources/external-connections/index.d.mts.map +1 -0
- package/resources/external-connections/index.d.ts +7 -0
- package/resources/external-connections/index.d.ts.map +1 -0
- package/resources/external-connections/index.js +17 -0
- package/resources/external-connections/index.js.map +1 -0
- package/resources/external-connections/index.mjs +8 -0
- package/resources/external-connections/index.mjs.map +1 -0
- package/resources/external-connections/log-messages.d.mts +181 -0
- package/resources/external-connections/log-messages.d.mts.map +1 -0
- package/resources/external-connections/log-messages.d.ts +181 -0
- package/resources/external-connections/log-messages.d.ts.map +1 -0
- package/resources/external-connections/log-messages.js +51 -0
- package/resources/external-connections/log-messages.js.map +1 -0
- package/resources/external-connections/log-messages.mjs +47 -0
- package/resources/external-connections/log-messages.mjs.map +1 -0
- package/resources/external-connections/phone-numbers.d.mts +164 -0
- package/resources/external-connections/phone-numbers.d.mts.map +1 -0
- package/resources/external-connections/phone-numbers.d.ts +164 -0
- package/resources/external-connections/phone-numbers.d.ts.map +1 -0
- package/resources/external-connections/phone-numbers.js +60 -0
- package/resources/external-connections/phone-numbers.js.map +1 -0
- package/resources/external-connections/phone-numbers.mjs +56 -0
- package/resources/external-connections/phone-numbers.mjs.map +1 -0
- package/resources/external-connections/releases.d.mts +192 -0
- package/resources/external-connections/releases.d.mts.map +1 -0
- package/resources/external-connections/releases.d.ts +192 -0
- package/resources/external-connections/releases.d.ts.map +1 -0
- package/resources/external-connections/releases.js +40 -0
- package/resources/external-connections/releases.js.map +1 -0
- package/resources/external-connections/releases.mjs +36 -0
- package/resources/external-connections/releases.mjs.map +1 -0
- package/resources/external-connections/uploads.d.mts +291 -0
- package/resources/external-connections/uploads.d.mts.map +1 -0
- package/resources/external-connections/uploads.d.ts +291 -0
- package/resources/external-connections/uploads.d.ts.map +1 -0
- package/resources/external-connections/uploads.js +108 -0
- package/resources/external-connections/uploads.js.map +1 -0
- package/resources/external-connections/uploads.mjs +104 -0
- package/resources/external-connections/uploads.mjs.map +1 -0
- package/resources/external-connections.d.mts +2 -0
- package/resources/external-connections.d.mts.map +1 -0
- package/resources/external-connections.d.ts +2 -0
- package/resources/external-connections.d.ts.map +1 -0
- package/resources/external-connections.js +6 -0
- package/resources/external-connections.js.map +1 -0
- package/resources/external-connections.mjs +3 -0
- package/resources/external-connections.mjs.map +1 -0
- package/resources/fax-applications.d.mts +400 -0
- package/resources/fax-applications.d.mts.map +1 -0
- package/resources/fax-applications.d.ts +400 -0
- package/resources/fax-applications.d.ts.map +1 -0
- package/resources/fax-applications.js +87 -0
- package/resources/fax-applications.js.map +1 -0
- package/resources/fax-applications.mjs +83 -0
- package/resources/fax-applications.mjs.map +1 -0
- package/resources/faxes/actions.d.mts +38 -0
- package/resources/faxes/actions.d.mts.map +1 -0
- package/resources/faxes/actions.d.ts +38 -0
- package/resources/faxes/actions.d.ts.map +1 -0
- package/resources/faxes/actions.js +37 -0
- package/resources/faxes/actions.js.map +1 -0
- package/resources/faxes/actions.mjs +33 -0
- package/resources/faxes/actions.mjs.map +1 -0
- package/resources/faxes/faxes.d.mts +336 -0
- package/resources/faxes/faxes.d.mts.map +1 -0
- package/resources/faxes/faxes.d.ts +336 -0
- package/resources/faxes/faxes.d.ts.map +1 -0
- package/resources/faxes/faxes.js +85 -0
- package/resources/faxes/faxes.js.map +1 -0
- package/resources/faxes/faxes.mjs +80 -0
- package/resources/faxes/faxes.mjs.map +1 -0
- package/resources/faxes/index.d.mts +3 -0
- package/resources/faxes/index.d.mts.map +1 -0
- package/resources/faxes/index.d.ts +3 -0
- package/resources/faxes/index.d.ts.map +1 -0
- package/resources/faxes/index.js +9 -0
- package/resources/faxes/index.js.map +1 -0
- package/resources/faxes/index.mjs +4 -0
- package/resources/faxes/index.mjs.map +1 -0
- package/resources/faxes.d.mts +2 -0
- package/resources/faxes.d.mts.map +1 -0
- package/resources/faxes.d.ts +2 -0
- package/resources/faxes.d.ts.map +1 -0
- package/resources/faxes.js +6 -0
- package/resources/faxes.js.map +1 -0
- package/resources/faxes.mjs +3 -0
- package/resources/faxes.mjs.map +1 -0
- package/resources/fqdn-connections.d.mts +642 -0
- package/resources/fqdn-connections.d.mts.map +1 -0
- package/resources/fqdn-connections.d.ts +642 -0
- package/resources/fqdn-connections.d.ts.map +1 -0
- package/resources/fqdn-connections.js +72 -0
- package/resources/fqdn-connections.js.map +1 -0
- package/resources/fqdn-connections.mjs +68 -0
- package/resources/fqdn-connections.mjs.map +1 -0
- package/resources/fqdns.d.mts +204 -0
- package/resources/fqdns.d.mts.map +1 -0
- package/resources/fqdns.d.ts +204 -0
- package/resources/fqdns.d.ts.map +1 -0
- package/resources/fqdns.js +69 -0
- package/resources/fqdns.js.map +1 -0
- package/resources/fqdns.mjs +65 -0
- package/resources/fqdns.mjs.map +1 -0
- package/resources/global-ip-allowed-ports.d.mts +44 -0
- package/resources/global-ip-allowed-ports.d.mts.map +1 -0
- package/resources/global-ip-allowed-ports.d.ts +44 -0
- package/resources/global-ip-allowed-ports.d.ts.map +1 -0
- package/resources/global-ip-allowed-ports.js +15 -0
- package/resources/global-ip-allowed-ports.js.map +1 -0
- package/resources/global-ip-allowed-ports.mjs +11 -0
- package/resources/global-ip-allowed-ports.mjs.map +1 -0
- package/resources/global-ip-assignment-health.d.mts +115 -0
- package/resources/global-ip-assignment-health.d.mts.map +1 -0
- package/resources/global-ip-assignment-health.d.ts +115 -0
- package/resources/global-ip-assignment-health.d.ts.map +1 -0
- package/resources/global-ip-assignment-health.js +15 -0
- package/resources/global-ip-assignment-health.js.map +1 -0
- package/resources/global-ip-assignment-health.mjs +11 -0
- package/resources/global-ip-assignment-health.mjs.map +1 -0
- package/resources/global-ip-assignments-usage.d.mts +126 -0
- package/resources/global-ip-assignments-usage.d.mts.map +1 -0
- package/resources/global-ip-assignments-usage.d.ts +126 -0
- package/resources/global-ip-assignments-usage.d.ts.map +1 -0
- package/resources/global-ip-assignments-usage.js +15 -0
- package/resources/global-ip-assignments-usage.js.map +1 -0
- package/resources/global-ip-assignments-usage.mjs +11 -0
- package/resources/global-ip-assignments-usage.mjs.map +1 -0
- package/resources/global-ip-assignments.d.mts +177 -0
- package/resources/global-ip-assignments.d.mts.map +1 -0
- package/resources/global-ip-assignments.d.ts +177 -0
- package/resources/global-ip-assignments.d.ts.map +1 -0
- package/resources/global-ip-assignments.js +78 -0
- package/resources/global-ip-assignments.js.map +1 -0
- package/resources/global-ip-assignments.mjs +74 -0
- package/resources/global-ip-assignments.mjs.map +1 -0
- package/resources/global-ip-health-check-types.d.mts +34 -0
- package/resources/global-ip-health-check-types.d.mts.map +1 -0
- package/resources/global-ip-health-check-types.d.ts +34 -0
- package/resources/global-ip-health-check-types.d.ts.map +1 -0
- package/resources/global-ip-health-check-types.js +15 -0
- package/resources/global-ip-health-check-types.js.map +1 -0
- package/resources/global-ip-health-check-types.mjs +11 -0
- package/resources/global-ip-health-check-types.mjs.map +1 -0
- package/resources/global-ip-health-checks.d.mts +195 -0
- package/resources/global-ip-health-checks.d.mts.map +1 -0
- package/resources/global-ip-health-checks.d.ts +195 -0
- package/resources/global-ip-health-checks.d.ts.map +1 -0
- package/resources/global-ip-health-checks.js +62 -0
- package/resources/global-ip-health-checks.js.map +1 -0
- package/resources/global-ip-health-checks.mjs +58 -0
- package/resources/global-ip-health-checks.mjs.map +1 -0
- package/resources/global-ip-latency.d.mts +179 -0
- package/resources/global-ip-latency.d.mts.map +1 -0
- package/resources/global-ip-latency.d.ts +179 -0
- package/resources/global-ip-latency.d.ts.map +1 -0
- package/resources/global-ip-latency.js +15 -0
- package/resources/global-ip-latency.js.map +1 -0
- package/resources/global-ip-latency.mjs +11 -0
- package/resources/global-ip-latency.mjs.map +1 -0
- package/resources/global-ip-protocols.d.mts +32 -0
- package/resources/global-ip-protocols.d.mts.map +1 -0
- package/resources/global-ip-protocols.d.ts +32 -0
- package/resources/global-ip-protocols.d.ts.map +1 -0
- package/resources/global-ip-protocols.js +15 -0
- package/resources/global-ip-protocols.js.map +1 -0
- package/resources/global-ip-protocols.mjs +11 -0
- package/resources/global-ip-protocols.mjs.map +1 -0
- package/resources/global-ip-usage.d.mts +89 -0
- package/resources/global-ip-usage.d.mts.map +1 -0
- package/resources/global-ip-usage.d.ts +89 -0
- package/resources/global-ip-usage.d.ts.map +1 -0
- package/resources/global-ip-usage.js +15 -0
- package/resources/global-ip-usage.js.map +1 -0
- package/resources/global-ip-usage.mjs +11 -0
- package/resources/global-ip-usage.mjs.map +1 -0
- package/resources/global-ips.d.mts +207 -0
- package/resources/global-ips.d.mts.map +1 -0
- package/resources/global-ips.d.ts +207 -0
- package/resources/global-ips.d.ts.map +1 -0
- package/resources/global-ips.js +58 -0
- package/resources/global-ips.js.map +1 -0
- package/resources/global-ips.mjs +54 -0
- package/resources/global-ips.mjs.map +1 -0
- package/resources/inbound-channels.d.mts +71 -0
- package/resources/inbound-channels.d.mts.map +1 -0
- package/resources/inbound-channels.d.ts +71 -0
- package/resources/inbound-channels.d.ts.map +1 -0
- package/resources/inbound-channels.js +39 -0
- package/resources/inbound-channels.js.map +1 -0
- package/resources/inbound-channels.mjs +35 -0
- package/resources/inbound-channels.mjs.map +1 -0
- package/resources/index.d.mts +151 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +151 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +305 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +151 -0
- package/resources/index.mjs.map +1 -0
- package/resources/integration-secrets.d.mts +114 -0
- package/resources/integration-secrets.d.mts.map +1 -0
- package/resources/integration-secrets.d.ts +114 -0
- package/resources/integration-secrets.d.ts.map +1 -0
- package/resources/integration-secrets.js +54 -0
- package/resources/integration-secrets.js.map +1 -0
- package/resources/integration-secrets.mjs +50 -0
- package/resources/integration-secrets.mjs.map +1 -0
- package/resources/inventory-coverage.d.mts +89 -0
- package/resources/inventory-coverage.d.mts.map +1 -0
- package/resources/inventory-coverage.d.ts +89 -0
- package/resources/inventory-coverage.d.ts.map +1 -0
- package/resources/inventory-coverage.js +17 -0
- package/resources/inventory-coverage.js.map +1 -0
- package/resources/inventory-coverage.mjs +13 -0
- package/resources/inventory-coverage.mjs.map +1 -0
- package/resources/invoices.d.mts +87 -0
- package/resources/invoices.d.mts.map +1 -0
- package/resources/invoices.d.ts +87 -0
- package/resources/invoices.d.ts.map +1 -0
- package/resources/invoices.js +22 -0
- package/resources/invoices.js.map +1 -0
- package/resources/invoices.mjs +18 -0
- package/resources/invoices.mjs.map +1 -0
- package/resources/ip-connections.d.mts +630 -0
- package/resources/ip-connections.d.mts.map +1 -0
- package/resources/ip-connections.d.ts +630 -0
- package/resources/ip-connections.d.ts.map +1 -0
- package/resources/ip-connections.js +71 -0
- package/resources/ip-connections.js.map +1 -0
- package/resources/ip-connections.mjs +67 -0
- package/resources/ip-connections.mjs.map +1 -0
- package/resources/ips.d.mts +182 -0
- package/resources/ips.d.mts.map +1 -0
- package/resources/ips.d.ts +182 -0
- package/resources/ips.d.ts.map +1 -0
- package/resources/ips.js +74 -0
- package/resources/ips.js.map +1 -0
- package/resources/ips.mjs +70 -0
- package/resources/ips.mjs.map +1 -0
- package/resources/ledger-billing-group-reports.d.mts +80 -0
- package/resources/ledger-billing-group-reports.d.mts.map +1 -0
- package/resources/ledger-billing-group-reports.d.ts +80 -0
- package/resources/ledger-billing-group-reports.d.ts.map +1 -0
- package/resources/ledger-billing-group-reports.js +39 -0
- package/resources/ledger-billing-group-reports.js.map +1 -0
- package/resources/ledger-billing-group-reports.mjs +35 -0
- package/resources/ledger-billing-group-reports.mjs.map +1 -0
- package/resources/list.d.mts +54 -0
- package/resources/list.d.mts.map +1 -0
- package/resources/list.d.ts +54 -0
- package/resources/list.d.ts.map +1 -0
- package/resources/list.js +22 -0
- package/resources/list.js.map +1 -0
- package/resources/list.mjs +18 -0
- package/resources/list.mjs.map +1 -0
- package/resources/managed-accounts/actions.d.mts +47 -0
- package/resources/managed-accounts/actions.d.mts.map +1 -0
- package/resources/managed-accounts/actions.d.ts +47 -0
- package/resources/managed-accounts/actions.d.ts.map +1 -0
- package/resources/managed-accounts/actions.js +37 -0
- package/resources/managed-accounts/actions.js.map +1 -0
- package/resources/managed-accounts/actions.mjs +33 -0
- package/resources/managed-accounts/actions.mjs.map +1 -0
- package/resources/managed-accounts/index.d.mts +3 -0
- package/resources/managed-accounts/index.d.mts.map +1 -0
- package/resources/managed-accounts/index.d.ts +3 -0
- package/resources/managed-accounts/index.d.ts.map +1 -0
- package/resources/managed-accounts/index.js +9 -0
- package/resources/managed-accounts/index.js.map +1 -0
- package/resources/managed-accounts/index.mjs +4 -0
- package/resources/managed-accounts/index.mjs.map +1 -0
- package/resources/managed-accounts/managed-accounts.d.mts +425 -0
- package/resources/managed-accounts/managed-accounts.d.mts.map +1 -0
- package/resources/managed-accounts/managed-accounts.d.ts +425 -0
- package/resources/managed-accounts/managed-accounts.d.ts.map +1 -0
- package/resources/managed-accounts/managed-accounts.js +100 -0
- package/resources/managed-accounts/managed-accounts.js.map +1 -0
- package/resources/managed-accounts/managed-accounts.mjs +95 -0
- package/resources/managed-accounts/managed-accounts.mjs.map +1 -0
- package/resources/managed-accounts.d.mts +2 -0
- package/resources/managed-accounts.d.mts.map +1 -0
- package/resources/managed-accounts.d.ts +2 -0
- package/resources/managed-accounts.d.ts.map +1 -0
- package/resources/managed-accounts.js +6 -0
- package/resources/managed-accounts.js.map +1 -0
- package/resources/managed-accounts.mjs +3 -0
- package/resources/managed-accounts.mjs.map +1 -0
- package/resources/media.d.mts +151 -0
- package/resources/media.d.mts.map +1 -0
- package/resources/media.d.ts +151 -0
- package/resources/media.d.ts.map +1 -0
- package/resources/media.js +90 -0
- package/resources/media.js.map +1 -0
- package/resources/media.mjs +86 -0
- package/resources/media.mjs.map +1 -0
- package/resources/messages/index.d.mts +3 -0
- package/resources/messages/index.d.mts.map +1 -0
- package/resources/messages/index.d.ts +3 -0
- package/resources/messages/index.d.ts.map +1 -0
- package/resources/messages/index.js +9 -0
- package/resources/messages/index.js.map +1 -0
- package/resources/messages/index.mjs +4 -0
- package/resources/messages/index.mjs.map +1 -0
- package/resources/messages/messages.d.mts +1084 -0
- package/resources/messages/messages.d.mts.map +1 -0
- package/resources/messages/messages.d.ts +1084 -0
- package/resources/messages/messages.d.ts.map +1 -0
- package/resources/messages/messages.js +141 -0
- package/resources/messages/messages.js.map +1 -0
- package/resources/messages/messages.mjs +136 -0
- package/resources/messages/messages.mjs.map +1 -0
- package/resources/messages/rcs.d.mts +42 -0
- package/resources/messages/rcs.d.mts.map +1 -0
- package/resources/messages/rcs.d.ts +42 -0
- package/resources/messages/rcs.d.ts.map +1 -0
- package/resources/messages/rcs.js +24 -0
- package/resources/messages/rcs.js.map +1 -0
- package/resources/messages/rcs.mjs +20 -0
- package/resources/messages/rcs.mjs.map +1 -0
- package/resources/messages.d.mts +2 -0
- package/resources/messages.d.mts.map +1 -0
- package/resources/messages.d.ts +2 -0
- package/resources/messages.d.ts.map +1 -0
- package/resources/messages.js +6 -0
- package/resources/messages.js.map +1 -0
- package/resources/messages.mjs +3 -0
- package/resources/messages.mjs.map +1 -0
- package/resources/messaging/index.d.mts +3 -0
- package/resources/messaging/index.d.mts.map +1 -0
- package/resources/messaging/index.d.ts +3 -0
- package/resources/messaging/index.d.ts.map +1 -0
- package/resources/messaging/index.js +9 -0
- package/resources/messaging/index.js.map +1 -0
- package/resources/messaging/index.mjs +4 -0
- package/resources/messaging/index.mjs.map +1 -0
- package/resources/messaging/messaging.d.mts +10 -0
- package/resources/messaging/messaging.d.mts.map +1 -0
- package/resources/messaging/messaging.d.ts +10 -0
- package/resources/messaging/messaging.d.ts.map +1 -0
- package/resources/messaging/messaging.js +17 -0
- package/resources/messaging/messaging.js.map +1 -0
- package/resources/messaging/messaging.mjs +12 -0
- package/resources/messaging/messaging.mjs.map +1 -0
- package/resources/messaging/rcs/agents.d.mts +81 -0
- package/resources/messaging/rcs/agents.d.mts.map +1 -0
- package/resources/messaging/rcs/agents.d.ts +81 -0
- package/resources/messaging/rcs/agents.d.ts.map +1 -0
- package/resources/messaging/rcs/agents.js +45 -0
- package/resources/messaging/rcs/agents.js.map +1 -0
- package/resources/messaging/rcs/agents.mjs +41 -0
- package/resources/messaging/rcs/agents.mjs.map +1 -0
- package/resources/messaging/rcs/index.d.mts +3 -0
- package/resources/messaging/rcs/index.d.mts.map +1 -0
- package/resources/messaging/rcs/index.d.ts +3 -0
- package/resources/messaging/rcs/index.d.ts.map +1 -0
- package/resources/messaging/rcs/index.js +9 -0
- package/resources/messaging/rcs/index.js.map +1 -0
- package/resources/messaging/rcs/index.mjs +4 -0
- package/resources/messaging/rcs/index.mjs.map +1 -0
- package/resources/messaging/rcs/rcs.d.mts +125 -0
- package/resources/messaging/rcs/rcs.d.mts.map +1 -0
- package/resources/messaging/rcs/rcs.d.ts +125 -0
- package/resources/messaging/rcs/rcs.d.ts.map +1 -0
- package/resources/messaging/rcs/rcs.js +65 -0
- package/resources/messaging/rcs/rcs.js.map +1 -0
- package/resources/messaging/rcs/rcs.mjs +60 -0
- package/resources/messaging/rcs/rcs.mjs.map +1 -0
- package/resources/messaging/rcs.d.mts +2 -0
- package/resources/messaging/rcs.d.mts.map +1 -0
- package/resources/messaging/rcs.d.ts +2 -0
- package/resources/messaging/rcs.d.ts.map +1 -0
- package/resources/messaging/rcs.js +6 -0
- package/resources/messaging/rcs.js.map +1 -0
- package/resources/messaging/rcs.mjs +3 -0
- package/resources/messaging/rcs.mjs.map +1 -0
- package/resources/messaging-hosted-number-orders/actions.d.mts +37 -0
- package/resources/messaging-hosted-number-orders/actions.d.mts.map +1 -0
- package/resources/messaging-hosted-number-orders/actions.d.ts +37 -0
- package/resources/messaging-hosted-number-orders/actions.d.ts.map +1 -0
- package/resources/messaging-hosted-number-orders/actions.js +25 -0
- package/resources/messaging-hosted-number-orders/actions.js.map +1 -0
- package/resources/messaging-hosted-number-orders/actions.mjs +21 -0
- package/resources/messaging-hosted-number-orders/actions.mjs.map +1 -0
- package/resources/messaging-hosted-number-orders/index.d.mts +3 -0
- package/resources/messaging-hosted-number-orders/index.d.mts.map +1 -0
- package/resources/messaging-hosted-number-orders/index.d.ts +3 -0
- package/resources/messaging-hosted-number-orders/index.d.ts.map +1 -0
- package/resources/messaging-hosted-number-orders/index.js +9 -0
- package/resources/messaging-hosted-number-orders/index.js.map +1 -0
- package/resources/messaging-hosted-number-orders/index.mjs +4 -0
- package/resources/messaging-hosted-number-orders/index.mjs.map +1 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.d.mts +244 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.d.mts.map +1 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.d.ts +244 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.d.ts.map +1 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.js +128 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.js.map +1 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.mjs +123 -0
- package/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.mjs.map +1 -0
- package/resources/messaging-hosted-number-orders.d.mts +2 -0
- package/resources/messaging-hosted-number-orders.d.mts.map +1 -0
- package/resources/messaging-hosted-number-orders.d.ts +2 -0
- package/resources/messaging-hosted-number-orders.d.ts.map +1 -0
- package/resources/messaging-hosted-number-orders.js +6 -0
- package/resources/messaging-hosted-number-orders.js.map +1 -0
- package/resources/messaging-hosted-number-orders.mjs +3 -0
- package/resources/messaging-hosted-number-orders.mjs.map +1 -0
- package/resources/messaging-hosted-numbers.d.mts +17 -0
- package/resources/messaging-hosted-numbers.d.mts.map +1 -0
- package/resources/messaging-hosted-numbers.d.ts +17 -0
- package/resources/messaging-hosted-numbers.d.ts.map +1 -0
- package/resources/messaging-hosted-numbers.js +16 -0
- package/resources/messaging-hosted-numbers.js.map +1 -0
- package/resources/messaging-hosted-numbers.mjs +12 -0
- package/resources/messaging-hosted-numbers.mjs.map +1 -0
- package/resources/messaging-numbers-bulk-updates.d.mts +108 -0
- package/resources/messaging-numbers-bulk-updates.d.mts.map +1 -0
- package/resources/messaging-numbers-bulk-updates.d.ts +108 -0
- package/resources/messaging-numbers-bulk-updates.d.ts.map +1 -0
- package/resources/messaging-numbers-bulk-updates.js +44 -0
- package/resources/messaging-numbers-bulk-updates.js.map +1 -0
- package/resources/messaging-numbers-bulk-updates.mjs +40 -0
- package/resources/messaging-numbers-bulk-updates.mjs.map +1 -0
- package/resources/messaging-optouts.d.mts +109 -0
- package/resources/messaging-optouts.d.mts.map +1 -0
- package/resources/messaging-optouts.d.ts +109 -0
- package/resources/messaging-optouts.d.ts.map +1 -0
- package/resources/messaging-optouts.js +15 -0
- package/resources/messaging-optouts.js.map +1 -0
- package/resources/messaging-optouts.mjs +11 -0
- package/resources/messaging-optouts.mjs.map +1 -0
- package/resources/messaging-profiles/autoresp-configs.d.mts +174 -0
- package/resources/messaging-profiles/autoresp-configs.d.mts.map +1 -0
- package/resources/messaging-profiles/autoresp-configs.d.ts +174 -0
- package/resources/messaging-profiles/autoresp-configs.d.ts.map +1 -0
- package/resources/messaging-profiles/autoresp-configs.js +99 -0
- package/resources/messaging-profiles/autoresp-configs.js.map +1 -0
- package/resources/messaging-profiles/autoresp-configs.mjs +95 -0
- package/resources/messaging-profiles/autoresp-configs.mjs.map +1 -0
- package/resources/messaging-profiles/index.d.mts +3 -0
- package/resources/messaging-profiles/index.d.mts.map +1 -0
- package/resources/messaging-profiles/index.d.ts +3 -0
- package/resources/messaging-profiles/index.d.ts.map +1 -0
- package/resources/messaging-profiles/index.js +9 -0
- package/resources/messaging-profiles/index.js.map +1 -0
- package/resources/messaging-profiles/index.mjs +4 -0
- package/resources/messaging-profiles/index.mjs.map +1 -0
- package/resources/messaging-profiles/messaging-profiles.d.mts +516 -0
- package/resources/messaging-profiles/messaging-profiles.d.mts.map +1 -0
- package/resources/messaging-profiles/messaging-profiles.d.ts +516 -0
- package/resources/messaging-profiles/messaging-profiles.d.ts.map +1 -0
- package/resources/messaging-profiles/messaging-profiles.js +115 -0
- package/resources/messaging-profiles/messaging-profiles.js.map +1 -0
- package/resources/messaging-profiles/messaging-profiles.mjs +110 -0
- package/resources/messaging-profiles/messaging-profiles.mjs.map +1 -0
- package/resources/messaging-profiles.d.mts +2 -0
- package/resources/messaging-profiles.d.mts.map +1 -0
- package/resources/messaging-profiles.d.ts +2 -0
- package/resources/messaging-profiles.d.ts.map +1 -0
- package/resources/messaging-profiles.js +6 -0
- package/resources/messaging-profiles.js.map +1 -0
- package/resources/messaging-profiles.mjs +3 -0
- package/resources/messaging-profiles.mjs.map +1 -0
- package/resources/messaging-tollfree/index.d.mts +3 -0
- package/resources/messaging-tollfree/index.d.mts.map +1 -0
- package/resources/messaging-tollfree/index.d.ts +3 -0
- package/resources/messaging-tollfree/index.d.ts.map +1 -0
- package/resources/messaging-tollfree/index.js +9 -0
- package/resources/messaging-tollfree/index.js.map +1 -0
- package/resources/messaging-tollfree/index.mjs +4 -0
- package/resources/messaging-tollfree/index.mjs.map +1 -0
- package/resources/messaging-tollfree/messaging-tollfree.d.mts +10 -0
- package/resources/messaging-tollfree/messaging-tollfree.d.mts.map +1 -0
- package/resources/messaging-tollfree/messaging-tollfree.d.ts +10 -0
- package/resources/messaging-tollfree/messaging-tollfree.d.ts.map +1 -0
- package/resources/messaging-tollfree/messaging-tollfree.js +17 -0
- package/resources/messaging-tollfree/messaging-tollfree.js.map +1 -0
- package/resources/messaging-tollfree/messaging-tollfree.mjs +12 -0
- package/resources/messaging-tollfree/messaging-tollfree.mjs.map +1 -0
- package/resources/messaging-tollfree/verification/index.d.mts +3 -0
- package/resources/messaging-tollfree/verification/index.d.mts.map +1 -0
- package/resources/messaging-tollfree/verification/index.d.ts +3 -0
- package/resources/messaging-tollfree/verification/index.d.ts.map +1 -0
- package/resources/messaging-tollfree/verification/index.js +9 -0
- package/resources/messaging-tollfree/verification/index.js.map +1 -0
- package/resources/messaging-tollfree/verification/index.mjs +4 -0
- package/resources/messaging-tollfree/verification/index.mjs.map +1 -0
- package/resources/messaging-tollfree/verification/requests.d.mts +527 -0
- package/resources/messaging-tollfree/verification/requests.d.mts.map +1 -0
- package/resources/messaging-tollfree/verification/requests.d.ts +527 -0
- package/resources/messaging-tollfree/verification/requests.d.ts.map +1 -0
- package/resources/messaging-tollfree/verification/requests.js +136 -0
- package/resources/messaging-tollfree/verification/requests.js.map +1 -0
- package/resources/messaging-tollfree/verification/requests.mjs +132 -0
- package/resources/messaging-tollfree/verification/requests.mjs.map +1 -0
- package/resources/messaging-tollfree/verification/verification.d.mts +10 -0
- package/resources/messaging-tollfree/verification/verification.d.mts.map +1 -0
- package/resources/messaging-tollfree/verification/verification.d.ts +10 -0
- package/resources/messaging-tollfree/verification/verification.d.ts.map +1 -0
- package/resources/messaging-tollfree/verification/verification.js +17 -0
- package/resources/messaging-tollfree/verification/verification.js.map +1 -0
- package/resources/messaging-tollfree/verification/verification.mjs +12 -0
- package/resources/messaging-tollfree/verification/verification.mjs.map +1 -0
- package/resources/messaging-tollfree/verification.d.mts +2 -0
- package/resources/messaging-tollfree/verification.d.mts.map +1 -0
- package/resources/messaging-tollfree/verification.d.ts +2 -0
- package/resources/messaging-tollfree/verification.d.ts.map +1 -0
- package/resources/messaging-tollfree/verification.js +6 -0
- package/resources/messaging-tollfree/verification.js.map +1 -0
- package/resources/messaging-tollfree/verification.mjs +3 -0
- package/resources/messaging-tollfree/verification.mjs.map +1 -0
- package/resources/messaging-tollfree.d.mts +2 -0
- package/resources/messaging-tollfree.d.mts.map +1 -0
- package/resources/messaging-tollfree.d.ts +2 -0
- package/resources/messaging-tollfree.d.ts.map +1 -0
- package/resources/messaging-tollfree.js +6 -0
- package/resources/messaging-tollfree.js.map +1 -0
- package/resources/messaging-tollfree.mjs +3 -0
- package/resources/messaging-tollfree.mjs.map +1 -0
- package/resources/messaging-url-domains.d.mts +49 -0
- package/resources/messaging-url-domains.d.mts.map +1 -0
- package/resources/messaging-url-domains.d.ts +49 -0
- package/resources/messaging-url-domains.d.ts.map +1 -0
- package/resources/messaging-url-domains.js +15 -0
- package/resources/messaging-url-domains.js.map +1 -0
- package/resources/messaging-url-domains.mjs +11 -0
- package/resources/messaging-url-domains.mjs.map +1 -0
- package/resources/messaging.d.mts +2 -0
- package/resources/messaging.d.mts.map +1 -0
- package/resources/messaging.d.ts +2 -0
- package/resources/messaging.d.ts.map +1 -0
- package/resources/messaging.js +6 -0
- package/resources/messaging.js.map +1 -0
- package/resources/messaging.mjs +3 -0
- package/resources/messaging.mjs.map +1 -0
- package/resources/messsages.d.mts +370 -0
- package/resources/messsages.d.mts.map +1 -0
- package/resources/messsages.d.ts +370 -0
- package/resources/messsages.d.ts.map +1 -0
- package/resources/messsages.js +25 -0
- package/resources/messsages.js.map +1 -0
- package/resources/messsages.mjs +21 -0
- package/resources/messsages.mjs.map +1 -0
- package/resources/mobile-network-operators.d.mts +147 -0
- package/resources/mobile-network-operators.d.mts.map +1 -0
- package/resources/mobile-network-operators.d.ts +147 -0
- package/resources/mobile-network-operators.d.ts.map +1 -0
- package/resources/mobile-network-operators.js +19 -0
- package/resources/mobile-network-operators.js.map +1 -0
- package/resources/mobile-network-operators.mjs +15 -0
- package/resources/mobile-network-operators.mjs.map +1 -0
- package/resources/mobile-push-credentials.d.mts +169 -0
- package/resources/mobile-push-credentials.d.mts.map +1 -0
- package/resources/mobile-push-credentials.d.ts +169 -0
- package/resources/mobile-push-credentials.d.ts.map +1 -0
- package/resources/mobile-push-credentials.js +51 -0
- package/resources/mobile-push-credentials.js.map +1 -0
- package/resources/mobile-push-credentials.mjs +47 -0
- package/resources/mobile-push-credentials.mjs.map +1 -0
- package/resources/network-coverage.d.mts +135 -0
- package/resources/network-coverage.d.mts.map +1 -0
- package/resources/network-coverage.d.ts +135 -0
- package/resources/network-coverage.d.ts.map +1 -0
- package/resources/network-coverage.js +15 -0
- package/resources/network-coverage.js.map +1 -0
- package/resources/network-coverage.mjs +11 -0
- package/resources/network-coverage.mjs.map +1 -0
- package/resources/networks/default-gateway.d.mts +126 -0
- package/resources/networks/default-gateway.d.mts.map +1 -0
- package/resources/networks/default-gateway.d.ts +126 -0
- package/resources/networks/default-gateway.d.ts.map +1 -0
- package/resources/networks/default-gateway.js +52 -0
- package/resources/networks/default-gateway.js.map +1 -0
- package/resources/networks/default-gateway.mjs +48 -0
- package/resources/networks/default-gateway.mjs.map +1 -0
- package/resources/networks/index.d.mts +3 -0
- package/resources/networks/index.d.mts.map +1 -0
- package/resources/networks/index.d.ts +3 -0
- package/resources/networks/index.d.ts.map +1 -0
- package/resources/networks/index.js +9 -0
- package/resources/networks/index.js.map +1 -0
- package/resources/networks/index.mjs +4 -0
- package/resources/networks/index.mjs.map +1 -0
- package/resources/networks/networks.d.mts +298 -0
- package/resources/networks/networks.d.mts.map +1 -0
- package/resources/networks/networks.d.ts +298 -0
- package/resources/networks/networks.d.ts.map +1 -0
- package/resources/networks/networks.js +95 -0
- package/resources/networks/networks.js.map +1 -0
- package/resources/networks/networks.mjs +90 -0
- package/resources/networks/networks.mjs.map +1 -0
- package/resources/networks.d.mts +2 -0
- package/resources/networks.d.mts.map +1 -0
- package/resources/networks.d.ts +2 -0
- package/resources/networks.d.ts.map +1 -0
- package/resources/networks.js +6 -0
- package/resources/networks.js.map +1 -0
- package/resources/networks.mjs +3 -0
- package/resources/networks.mjs.map +1 -0
- package/resources/notification-channels.d.mts +233 -0
- package/resources/notification-channels.d.mts.map +1 -0
- package/resources/notification-channels.d.ts +233 -0
- package/resources/notification-channels.d.ts.map +1 -0
- package/resources/notification-channels.js +76 -0
- package/resources/notification-channels.js.map +1 -0
- package/resources/notification-channels.mjs +72 -0
- package/resources/notification-channels.mjs.map +1 -0
- package/resources/notification-event-conditions.d.mts +142 -0
- package/resources/notification-event-conditions.d.mts.map +1 -0
- package/resources/notification-event-conditions.d.ts +142 -0
- package/resources/notification-event-conditions.d.ts.map +1 -0
- package/resources/notification-event-conditions.js +15 -0
- package/resources/notification-event-conditions.js.map +1 -0
- package/resources/notification-event-conditions.mjs +11 -0
- package/resources/notification-event-conditions.mjs.map +1 -0
- package/resources/notification-events.d.mts +66 -0
- package/resources/notification-events.d.mts.map +1 -0
- package/resources/notification-events.d.ts +66 -0
- package/resources/notification-events.d.ts.map +1 -0
- package/resources/notification-events.js +15 -0
- package/resources/notification-events.js.map +1 -0
- package/resources/notification-events.mjs +11 -0
- package/resources/notification-events.mjs.map +1 -0
- package/resources/notification-profiles.d.mts +114 -0
- package/resources/notification-profiles.d.mts.map +1 -0
- package/resources/notification-profiles.d.ts +114 -0
- package/resources/notification-profiles.d.ts.map +1 -0
- package/resources/notification-profiles.js +40 -0
- package/resources/notification-profiles.js.map +1 -0
- package/resources/notification-profiles.mjs +36 -0
- package/resources/notification-profiles.mjs.map +1 -0
- package/resources/notification-settings.d.mts +209 -0
- package/resources/notification-settings.d.mts.map +1 -0
- package/resources/notification-settings.d.ts +209 -0
- package/resources/notification-settings.d.ts.map +1 -0
- package/resources/notification-settings.js +62 -0
- package/resources/notification-settings.js.map +1 -0
- package/resources/notification-settings.mjs +58 -0
- package/resources/notification-settings.mjs.map +1 -0
- package/resources/number-block-orders.d.mts +183 -0
- package/resources/number-block-orders.d.mts.map +1 -0
- package/resources/number-block-orders.d.ts +183 -0
- package/resources/number-block-orders.d.ts.map +1 -0
- package/resources/number-block-orders.js +51 -0
- package/resources/number-block-orders.js.map +1 -0
- package/resources/number-block-orders.mjs +47 -0
- package/resources/number-block-orders.mjs.map +1 -0
- package/resources/number-lookup.d.mts +147 -0
- package/resources/number-lookup.d.mts.map +1 -0
- package/resources/number-lookup.d.ts +147 -0
- package/resources/number-lookup.d.ts.map +1 -0
- package/resources/number-lookup.js +16 -0
- package/resources/number-lookup.js.map +1 -0
- package/resources/number-lookup.mjs +12 -0
- package/resources/number-lookup.mjs.map +1 -0
- package/resources/number-order-phone-numbers.d.mts +133 -0
- package/resources/number-order-phone-numbers.d.mts.map +1 -0
- package/resources/number-order-phone-numbers.d.ts +133 -0
- package/resources/number-order-phone-numbers.d.ts.map +1 -0
- package/resources/number-order-phone-numbers.js +37 -0
- package/resources/number-order-phone-numbers.js.map +1 -0
- package/resources/number-order-phone-numbers.mjs +33 -0
- package/resources/number-order-phone-numbers.mjs.map +1 -0
- package/resources/number-orders.d.mts +310 -0
- package/resources/number-orders.d.mts.map +1 -0
- package/resources/number-orders.d.ts +310 -0
- package/resources/number-orders.d.ts.map +1 -0
- package/resources/number-orders.js +58 -0
- package/resources/number-orders.js.map +1 -0
- package/resources/number-orders.mjs +54 -0
- package/resources/number-orders.mjs.map +1 -0
- package/resources/number-reservations/actions.d.mts +25 -0
- package/resources/number-reservations/actions.d.mts.map +1 -0
- package/resources/number-reservations/actions.d.ts +25 -0
- package/resources/number-reservations/actions.d.ts.map +1 -0
- package/resources/number-reservations/actions.js +24 -0
- package/resources/number-reservations/actions.js.map +1 -0
- package/resources/number-reservations/actions.mjs +20 -0
- package/resources/number-reservations/actions.mjs.map +1 -0
- package/resources/number-reservations/index.d.mts +3 -0
- package/resources/number-reservations/index.d.mts.map +1 -0
- package/resources/number-reservations/index.d.ts +3 -0
- package/resources/number-reservations/index.d.ts.map +1 -0
- package/resources/number-reservations/index.js +9 -0
- package/resources/number-reservations/index.js.map +1 -0
- package/resources/number-reservations/index.mjs +4 -0
- package/resources/number-reservations/index.mjs.map +1 -0
- package/resources/number-reservations/number-reservations.d.mts +175 -0
- package/resources/number-reservations/number-reservations.d.mts.map +1 -0
- package/resources/number-reservations/number-reservations.d.ts +175 -0
- package/resources/number-reservations/number-reservations.d.ts.map +1 -0
- package/resources/number-reservations/number-reservations.js +56 -0
- package/resources/number-reservations/number-reservations.js.map +1 -0
- package/resources/number-reservations/number-reservations.mjs +51 -0
- package/resources/number-reservations/number-reservations.mjs.map +1 -0
- package/resources/number-reservations.d.mts +2 -0
- package/resources/number-reservations.d.mts.map +1 -0
- package/resources/number-reservations.d.ts +2 -0
- package/resources/number-reservations.d.ts.map +1 -0
- package/resources/number-reservations.js +6 -0
- package/resources/number-reservations.js.map +1 -0
- package/resources/number-reservations.mjs +3 -0
- package/resources/number-reservations.mjs.map +1 -0
- package/resources/numbers-features.d.mts +25 -0
- package/resources/numbers-features.d.mts.map +1 -0
- package/resources/numbers-features.d.ts +25 -0
- package/resources/numbers-features.d.ts.map +1 -0
- package/resources/numbers-features.js +15 -0
- package/resources/numbers-features.js.map +1 -0
- package/resources/numbers-features.mjs +11 -0
- package/resources/numbers-features.mjs.map +1 -0
- package/resources/operator-connect/actions.d.mts +27 -0
- package/resources/operator-connect/actions.d.mts.map +1 -0
- package/resources/operator-connect/actions.d.ts +27 -0
- package/resources/operator-connect/actions.d.ts.map +1 -0
- package/resources/operator-connect/actions.js +19 -0
- package/resources/operator-connect/actions.js.map +1 -0
- package/resources/operator-connect/actions.mjs +15 -0
- package/resources/operator-connect/actions.mjs.map +1 -0
- package/resources/operator-connect/index.d.mts +3 -0
- package/resources/operator-connect/index.d.mts.map +1 -0
- package/resources/operator-connect/index.d.ts +3 -0
- package/resources/operator-connect/index.d.ts.map +1 -0
- package/resources/operator-connect/index.js +9 -0
- package/resources/operator-connect/index.js.map +1 -0
- package/resources/operator-connect/index.mjs +4 -0
- package/resources/operator-connect/index.mjs.map +1 -0
- package/resources/operator-connect/operator-connect.d.mts +10 -0
- package/resources/operator-connect/operator-connect.d.mts.map +1 -0
- package/resources/operator-connect/operator-connect.d.ts +10 -0
- package/resources/operator-connect/operator-connect.d.ts.map +1 -0
- package/resources/operator-connect/operator-connect.js +17 -0
- package/resources/operator-connect/operator-connect.js.map +1 -0
- package/resources/operator-connect/operator-connect.mjs +12 -0
- package/resources/operator-connect/operator-connect.mjs.map +1 -0
- package/resources/operator-connect.d.mts +2 -0
- package/resources/operator-connect.d.mts.map +1 -0
- package/resources/operator-connect.d.ts +2 -0
- package/resources/operator-connect.d.ts.map +1 -0
- package/resources/operator-connect.js +6 -0
- package/resources/operator-connect.js.map +1 -0
- package/resources/operator-connect.mjs +3 -0
- package/resources/operator-connect.mjs.map +1 -0
- package/resources/ota-updates.d.mts +176 -0
- package/resources/ota-updates.d.mts.map +1 -0
- package/resources/ota-updates.d.ts +176 -0
- package/resources/ota-updates.d.ts.map +1 -0
- package/resources/ota-updates.js +22 -0
- package/resources/ota-updates.js.map +1 -0
- package/resources/ota-updates.mjs +18 -0
- package/resources/ota-updates.mjs.map +1 -0
- package/resources/outbound-voice-profiles.d.mts +366 -0
- package/resources/outbound-voice-profiles.d.mts.map +1 -0
- package/resources/outbound-voice-profiles.d.ts +366 -0
- package/resources/outbound-voice-profiles.d.ts.map +1 -0
- package/resources/outbound-voice-profiles.js +80 -0
- package/resources/outbound-voice-profiles.js.map +1 -0
- package/resources/outbound-voice-profiles.mjs +76 -0
- package/resources/outbound-voice-profiles.mjs.map +1 -0
- package/resources/partner-campaigns.d.mts +318 -0
- package/resources/partner-campaigns.d.mts.map +1 -0
- package/resources/partner-campaigns.d.ts +318 -0
- package/resources/partner-campaigns.d.ts.map +1 -0
- package/resources/partner-campaigns.js +81 -0
- package/resources/partner-campaigns.js.map +1 -0
- package/resources/partner-campaigns.mjs +77 -0
- package/resources/partner-campaigns.mjs.map +1 -0
- package/resources/payment/auto-recharge-prefs.d.mts +115 -0
- package/resources/payment/auto-recharge-prefs.d.mts.map +1 -0
- package/resources/payment/auto-recharge-prefs.d.ts +115 -0
- package/resources/payment/auto-recharge-prefs.d.ts.map +1 -0
- package/resources/payment/auto-recharge-prefs.js +33 -0
- package/resources/payment/auto-recharge-prefs.js.map +1 -0
- package/resources/payment/auto-recharge-prefs.mjs +29 -0
- package/resources/payment/auto-recharge-prefs.mjs.map +1 -0
- package/resources/payment/index.d.mts +3 -0
- package/resources/payment/index.d.mts.map +1 -0
- package/resources/payment/index.d.ts +3 -0
- package/resources/payment/index.d.ts.map +1 -0
- package/resources/payment/index.js +9 -0
- package/resources/payment/index.js.map +1 -0
- package/resources/payment/index.mjs +4 -0
- package/resources/payment/index.mjs.map +1 -0
- package/resources/payment/payment.d.mts +10 -0
- package/resources/payment/payment.d.mts.map +1 -0
- package/resources/payment/payment.d.ts +10 -0
- package/resources/payment/payment.d.ts.map +1 -0
- package/resources/payment/payment.js +17 -0
- package/resources/payment/payment.js.map +1 -0
- package/resources/payment/payment.mjs +12 -0
- package/resources/payment/payment.mjs.map +1 -0
- package/resources/payment.d.mts +2 -0
- package/resources/payment.d.mts.map +1 -0
- package/resources/payment.d.ts +2 -0
- package/resources/payment.d.ts.map +1 -0
- package/resources/payment.js +6 -0
- package/resources/payment.js.map +1 -0
- package/resources/payment.mjs +3 -0
- package/resources/payment.mjs.map +1 -0
- package/resources/phone-number-assignment-by-profile.d.mts +131 -0
- package/resources/phone-number-assignment-by-profile.d.mts.map +1 -0
- package/resources/phone-number-assignment-by-profile.d.ts +131 -0
- package/resources/phone-number-assignment-by-profile.d.ts.map +1 -0
- package/resources/phone-number-assignment-by-profile.js +64 -0
- package/resources/phone-number-assignment-by-profile.js.map +1 -0
- package/resources/phone-number-assignment-by-profile.mjs +60 -0
- package/resources/phone-number-assignment-by-profile.mjs.map +1 -0
- package/resources/phone-number-blocks/index.d.mts +3 -0
- package/resources/phone-number-blocks/index.d.mts.map +1 -0
- package/resources/phone-number-blocks/index.d.ts +3 -0
- package/resources/phone-number-blocks/index.d.ts.map +1 -0
- package/resources/phone-number-blocks/index.js +9 -0
- package/resources/phone-number-blocks/index.js.map +1 -0
- package/resources/phone-number-blocks/index.mjs +4 -0
- package/resources/phone-number-blocks/index.mjs.map +1 -0
- package/resources/phone-number-blocks/jobs.d.mts +195 -0
- package/resources/phone-number-blocks/jobs.d.mts.map +1 -0
- package/resources/phone-number-blocks/jobs.d.ts +195 -0
- package/resources/phone-number-blocks/jobs.d.ts.map +1 -0
- package/resources/phone-number-blocks/jobs.js +55 -0
- package/resources/phone-number-blocks/jobs.js.map +1 -0
- package/resources/phone-number-blocks/jobs.mjs +51 -0
- package/resources/phone-number-blocks/jobs.mjs.map +1 -0
- package/resources/phone-number-blocks/phone-number-blocks.d.mts +10 -0
- package/resources/phone-number-blocks/phone-number-blocks.d.mts.map +1 -0
- package/resources/phone-number-blocks/phone-number-blocks.d.ts +10 -0
- package/resources/phone-number-blocks/phone-number-blocks.d.ts.map +1 -0
- package/resources/phone-number-blocks/phone-number-blocks.js +17 -0
- package/resources/phone-number-blocks/phone-number-blocks.js.map +1 -0
- package/resources/phone-number-blocks/phone-number-blocks.mjs +12 -0
- package/resources/phone-number-blocks/phone-number-blocks.mjs.map +1 -0
- package/resources/phone-number-blocks.d.mts +2 -0
- package/resources/phone-number-blocks.d.mts.map +1 -0
- package/resources/phone-number-blocks.d.ts +2 -0
- package/resources/phone-number-blocks.d.ts.map +1 -0
- package/resources/phone-number-blocks.js +6 -0
- package/resources/phone-number-blocks.js.map +1 -0
- package/resources/phone-number-blocks.mjs +3 -0
- package/resources/phone-number-blocks.mjs.map +1 -0
- package/resources/phone-number-campaigns.d.mts +176 -0
- package/resources/phone-number-campaigns.d.mts.map +1 -0
- package/resources/phone-number-campaigns.d.ts +176 -0
- package/resources/phone-number-campaigns.d.ts.map +1 -0
- package/resources/phone-number-campaigns.js +77 -0
- package/resources/phone-number-campaigns.js.map +1 -0
- package/resources/phone-number-campaigns.mjs +73 -0
- package/resources/phone-number-campaigns.mjs.map +1 -0
- package/resources/phone-numbers/actions.d.mts +199 -0
- package/resources/phone-numbers/actions.d.mts.map +1 -0
- package/resources/phone-numbers/actions.d.ts +199 -0
- package/resources/phone-numbers/actions.d.ts.map +1 -0
- package/resources/phone-numbers/actions.js +59 -0
- package/resources/phone-numbers/actions.js.map +1 -0
- package/resources/phone-numbers/actions.mjs +55 -0
- package/resources/phone-numbers/actions.mjs.map +1 -0
- package/resources/phone-numbers/csv-downloads.d.mts +186 -0
- package/resources/phone-numbers/csv-downloads.d.mts.map +1 -0
- package/resources/phone-numbers/csv-downloads.d.ts +186 -0
- package/resources/phone-numbers/csv-downloads.d.ts.map +1 -0
- package/resources/phone-numbers/csv-downloads.js +47 -0
- package/resources/phone-numbers/csv-downloads.js.map +1 -0
- package/resources/phone-numbers/csv-downloads.mjs +43 -0
- package/resources/phone-numbers/csv-downloads.mjs.map +1 -0
- package/resources/phone-numbers/index.d.mts +8 -0
- package/resources/phone-numbers/index.d.mts.map +1 -0
- package/resources/phone-numbers/index.d.ts +8 -0
- package/resources/phone-numbers/index.d.ts.map +1 -0
- package/resources/phone-numbers/index.js +19 -0
- package/resources/phone-numbers/index.js.map +1 -0
- package/resources/phone-numbers/index.mjs +9 -0
- package/resources/phone-numbers/index.mjs.map +1 -0
- package/resources/phone-numbers/jobs.d.mts +407 -0
- package/resources/phone-numbers/jobs.d.mts.map +1 -0
- package/resources/phone-numbers/jobs.d.ts +407 -0
- package/resources/phone-numbers/jobs.d.ts.map +1 -0
- package/resources/phone-numbers/jobs.js +102 -0
- package/resources/phone-numbers/jobs.js.map +1 -0
- package/resources/phone-numbers/jobs.mjs +98 -0
- package/resources/phone-numbers/jobs.mjs.map +1 -0
- package/resources/phone-numbers/messaging.d.mts +92 -0
- package/resources/phone-numbers/messaging.d.mts.map +1 -0
- package/resources/phone-numbers/messaging.d.ts +92 -0
- package/resources/phone-numbers/messaging.d.ts.map +1 -0
- package/resources/phone-numbers/messaging.js +46 -0
- package/resources/phone-numbers/messaging.js.map +1 -0
- package/resources/phone-numbers/messaging.mjs +42 -0
- package/resources/phone-numbers/messaging.mjs.map +1 -0
- package/resources/phone-numbers/phone-numbers.d.mts +739 -0
- package/resources/phone-numbers/phone-numbers.d.mts.map +1 -0
- package/resources/phone-numbers/phone-numbers.d.ts +739 -0
- package/resources/phone-numbers/phone-numbers.d.ts.map +1 -0
- package/resources/phone-numbers/phone-numbers.js +100 -0
- package/resources/phone-numbers/phone-numbers.js.map +1 -0
- package/resources/phone-numbers/phone-numbers.mjs +95 -0
- package/resources/phone-numbers/phone-numbers.mjs.map +1 -0
- package/resources/phone-numbers/voice.d.mts +283 -0
- package/resources/phone-numbers/voice.d.mts.map +1 -0
- package/resources/phone-numbers/voice.d.ts +283 -0
- package/resources/phone-numbers/voice.d.ts.map +1 -0
- package/resources/phone-numbers/voice.js +47 -0
- package/resources/phone-numbers/voice.js.map +1 -0
- package/resources/phone-numbers/voice.mjs +43 -0
- package/resources/phone-numbers/voice.mjs.map +1 -0
- package/resources/phone-numbers/voicemail.d.mts +94 -0
- package/resources/phone-numbers/voicemail.d.mts.map +1 -0
- package/resources/phone-numbers/voicemail.d.ts +94 -0
- package/resources/phone-numbers/voicemail.d.ts.map +1 -0
- package/resources/phone-numbers/voicemail.js +52 -0
- package/resources/phone-numbers/voicemail.js.map +1 -0
- package/resources/phone-numbers/voicemail.mjs +48 -0
- package/resources/phone-numbers/voicemail.mjs.map +1 -0
- package/resources/phone-numbers-regulatory-requirements.d.mts +68 -0
- package/resources/phone-numbers-regulatory-requirements.d.mts.map +1 -0
- package/resources/phone-numbers-regulatory-requirements.d.ts +68 -0
- package/resources/phone-numbers-regulatory-requirements.d.ts.map +1 -0
- package/resources/phone-numbers-regulatory-requirements.js +15 -0
- package/resources/phone-numbers-regulatory-requirements.js.map +1 -0
- package/resources/phone-numbers-regulatory-requirements.mjs +11 -0
- package/resources/phone-numbers-regulatory-requirements.mjs.map +1 -0
- package/resources/phone-numbers.d.mts +2 -0
- package/resources/phone-numbers.d.mts.map +1 -0
- package/resources/phone-numbers.d.ts +2 -0
- package/resources/phone-numbers.d.ts.map +1 -0
- package/resources/phone-numbers.js +6 -0
- package/resources/phone-numbers.js.map +1 -0
- package/resources/phone-numbers.mjs +3 -0
- package/resources/phone-numbers.mjs.map +1 -0
- package/resources/portability-checks.d.mts +52 -0
- package/resources/portability-checks.d.mts.map +1 -0
- package/resources/portability-checks.d.ts +52 -0
- package/resources/portability-checks.d.ts.map +1 -0
- package/resources/portability-checks.js +20 -0
- package/resources/portability-checks.js.map +1 -0
- package/resources/portability-checks.mjs +16 -0
- package/resources/portability-checks.mjs.map +1 -0
- package/resources/porting/events.d.mts +552 -0
- package/resources/porting/events.d.mts.map +1 -0
- package/resources/porting/events.d.ts +552 -0
- package/resources/porting/events.d.ts.map +1 -0
- package/resources/porting/events.js +51 -0
- package/resources/porting/events.js.map +1 -0
- package/resources/porting/events.mjs +47 -0
- package/resources/porting/events.mjs.map +1 -0
- package/resources/porting/index.d.mts +5 -0
- package/resources/porting/index.d.mts.map +1 -0
- package/resources/porting/index.d.ts +5 -0
- package/resources/porting/index.d.ts.map +1 -0
- package/resources/porting/index.js +13 -0
- package/resources/porting/index.js.map +1 -0
- package/resources/porting/index.mjs +6 -0
- package/resources/porting/index.mjs.map +1 -0
- package/resources/porting/loa-configurations.d.mts +506 -0
- package/resources/porting/loa-configurations.d.mts.map +1 -0
- package/resources/porting/loa-configurations.d.ts +506 -0
- package/resources/porting/loa-configurations.d.ts.map +1 -0
- package/resources/porting/loa-configurations.js +173 -0
- package/resources/porting/loa-configurations.js.map +1 -0
- package/resources/porting/loa-configurations.mjs +169 -0
- package/resources/porting/loa-configurations.mjs.map +1 -0
- package/resources/porting/porting.d.mts +66 -0
- package/resources/porting/porting.d.mts.map +1 -0
- package/resources/porting/porting.d.ts +66 -0
- package/resources/porting/porting.d.ts.map +1 -0
- package/resources/porting/porting.js +36 -0
- package/resources/porting/porting.js.map +1 -0
- package/resources/porting/porting.mjs +31 -0
- package/resources/porting/porting.mjs.map +1 -0
- package/resources/porting/reports.d.mts +171 -0
- package/resources/porting/reports.d.mts.map +1 -0
- package/resources/porting/reports.d.ts +171 -0
- package/resources/porting/reports.d.ts.map +1 -0
- package/resources/porting/reports.js +48 -0
- package/resources/porting/reports.js.map +1 -0
- package/resources/porting/reports.mjs +44 -0
- package/resources/porting/reports.mjs.map +1 -0
- package/resources/porting-orders/action-requirements.d.mts +224 -0
- package/resources/porting-orders/action-requirements.d.mts.map +1 -0
- package/resources/porting-orders/action-requirements.d.ts +224 -0
- package/resources/porting-orders/action-requirements.d.ts.map +1 -0
- package/resources/porting-orders/action-requirements.js +49 -0
- package/resources/porting-orders/action-requirements.js.map +1 -0
- package/resources/porting-orders/action-requirements.mjs +45 -0
- package/resources/porting-orders/action-requirements.mjs.map +1 -0
- package/resources/porting-orders/actions.d.mts +133 -0
- package/resources/porting-orders/actions.d.mts.map +1 -0
- package/resources/porting-orders/actions.d.ts +133 -0
- package/resources/porting-orders/actions.d.ts.map +1 -0
- package/resources/porting-orders/actions.js +65 -0
- package/resources/porting-orders/actions.js.map +1 -0
- package/resources/porting-orders/actions.mjs +61 -0
- package/resources/porting-orders/actions.mjs.map +1 -0
- package/resources/porting-orders/activation-jobs.d.mts +99 -0
- package/resources/porting-orders/activation-jobs.d.mts.map +1 -0
- package/resources/porting-orders/activation-jobs.d.ts +99 -0
- package/resources/porting-orders/activation-jobs.d.ts.map +1 -0
- package/resources/porting-orders/activation-jobs.js +59 -0
- package/resources/porting-orders/activation-jobs.js.map +1 -0
- package/resources/porting-orders/activation-jobs.mjs +55 -0
- package/resources/porting-orders/activation-jobs.mjs.map +1 -0
- package/resources/porting-orders/additional-documents.d.mts +206 -0
- package/resources/porting-orders/additional-documents.d.mts.map +1 -0
- package/resources/porting-orders/additional-documents.d.ts +206 -0
- package/resources/porting-orders/additional-documents.d.ts.map +1 -0
- package/resources/porting-orders/additional-documents.js +57 -0
- package/resources/porting-orders/additional-documents.js.map +1 -0
- package/resources/porting-orders/additional-documents.mjs +53 -0
- package/resources/porting-orders/additional-documents.mjs.map +1 -0
- package/resources/porting-orders/associated-phone-numbers.d.mts +200 -0
- package/resources/porting-orders/associated-phone-numbers.d.mts.map +1 -0
- package/resources/porting-orders/associated-phone-numbers.d.ts +200 -0
- package/resources/porting-orders/associated-phone-numbers.d.ts.map +1 -0
- package/resources/porting-orders/associated-phone-numbers.js +68 -0
- package/resources/porting-orders/associated-phone-numbers.js.map +1 -0
- package/resources/porting-orders/associated-phone-numbers.mjs +64 -0
- package/resources/porting-orders/associated-phone-numbers.mjs.map +1 -0
- package/resources/porting-orders/comments.d.mts +109 -0
- package/resources/porting-orders/comments.d.mts.map +1 -0
- package/resources/porting-orders/comments.d.ts +109 -0
- package/resources/porting-orders/comments.d.ts.map +1 -0
- package/resources/porting-orders/comments.js +36 -0
- package/resources/porting-orders/comments.js.map +1 -0
- package/resources/porting-orders/comments.mjs +32 -0
- package/resources/porting-orders/comments.mjs.map +1 -0
- package/resources/porting-orders/index.d.mts +12 -0
- package/resources/porting-orders/index.d.mts.map +1 -0
- package/resources/porting-orders/index.d.ts +12 -0
- package/resources/porting-orders/index.d.ts.map +1 -0
- package/resources/porting-orders/index.js +27 -0
- package/resources/porting-orders/index.js.map +1 -0
- package/resources/porting-orders/index.mjs +13 -0
- package/resources/porting-orders/index.mjs.map +1 -0
- package/resources/porting-orders/phone-number-blocks.d.mts +253 -0
- package/resources/porting-orders/phone-number-blocks.d.mts.map +1 -0
- package/resources/porting-orders/phone-number-blocks.d.ts +253 -0
- package/resources/porting-orders/phone-number-blocks.d.ts.map +1 -0
- package/resources/porting-orders/phone-number-blocks.js +75 -0
- package/resources/porting-orders/phone-number-blocks.js.map +1 -0
- package/resources/porting-orders/phone-number-blocks.mjs +71 -0
- package/resources/porting-orders/phone-number-blocks.mjs.map +1 -0
- package/resources/porting-orders/phone-number-configurations.d.mts +170 -0
- package/resources/porting-orders/phone-number-configurations.d.mts.map +1 -0
- package/resources/porting-orders/phone-number-configurations.d.ts +170 -0
- package/resources/porting-orders/phone-number-configurations.d.ts.map +1 -0
- package/resources/porting-orders/phone-number-configurations.js +33 -0
- package/resources/porting-orders/phone-number-configurations.js.map +1 -0
- package/resources/porting-orders/phone-number-configurations.mjs +29 -0
- package/resources/porting-orders/phone-number-configurations.mjs.map +1 -0
- package/resources/porting-orders/phone-number-extensions.d.mts +226 -0
- package/resources/porting-orders/phone-number-extensions.d.mts.map +1 -0
- package/resources/porting-orders/phone-number-extensions.d.ts +226 -0
- package/resources/porting-orders/phone-number-extensions.d.ts.map +1 -0
- package/resources/porting-orders/phone-number-extensions.js +69 -0
- package/resources/porting-orders/phone-number-extensions.js.map +1 -0
- package/resources/porting-orders/phone-number-extensions.mjs +65 -0
- package/resources/porting-orders/phone-number-extensions.mjs.map +1 -0
- package/resources/porting-orders/porting-orders.d.mts +861 -0
- package/resources/porting-orders/porting-orders.d.mts.map +1 -0
- package/resources/porting-orders/porting-orders.d.ts +861 -0
- package/resources/porting-orders/porting-orders.d.ts.map +1 -0
- package/resources/porting-orders/porting-orders.js +211 -0
- package/resources/porting-orders/porting-orders.js.map +1 -0
- package/resources/porting-orders/porting-orders.mjs +206 -0
- package/resources/porting-orders/porting-orders.mjs.map +1 -0
- package/resources/porting-orders/verification-codes.d.mts +179 -0
- package/resources/porting-orders/verification-codes.d.mts.map +1 -0
- package/resources/porting-orders/verification-codes.d.ts +179 -0
- package/resources/porting-orders/verification-codes.d.ts.map +1 -0
- package/resources/porting-orders/verification-codes.js +56 -0
- package/resources/porting-orders/verification-codes.js.map +1 -0
- package/resources/porting-orders/verification-codes.mjs +52 -0
- package/resources/porting-orders/verification-codes.mjs.map +1 -0
- package/resources/porting-orders.d.mts +2 -0
- package/resources/porting-orders.d.mts.map +1 -0
- package/resources/porting-orders.d.ts +2 -0
- package/resources/porting-orders.d.ts.map +1 -0
- package/resources/porting-orders.js +6 -0
- package/resources/porting-orders.js.map +1 -0
- package/resources/porting-orders.mjs +3 -0
- package/resources/porting-orders.mjs.map +1 -0
- package/resources/porting-phone-numbers.d.mts +97 -0
- package/resources/porting-phone-numbers.d.mts.map +1 -0
- package/resources/porting-phone-numbers.d.ts +97 -0
- package/resources/porting-phone-numbers.d.ts.map +1 -0
- package/resources/porting-phone-numbers.js +15 -0
- package/resources/porting-phone-numbers.js.map +1 -0
- package/resources/porting-phone-numbers.mjs +11 -0
- package/resources/porting-phone-numbers.mjs.map +1 -0
- package/resources/porting.d.mts +2 -0
- package/resources/porting.d.mts.map +1 -0
- package/resources/porting.d.ts +2 -0
- package/resources/porting.d.ts.map +1 -0
- package/resources/porting.js +6 -0
- package/resources/porting.js.map +1 -0
- package/resources/porting.mjs +3 -0
- package/resources/porting.mjs.map +1 -0
- package/resources/portouts/comments.d.mts +97 -0
- package/resources/portouts/comments.d.mts.map +1 -0
- package/resources/portouts/comments.d.ts +97 -0
- package/resources/portouts/comments.d.ts.map +1 -0
- package/resources/portouts/comments.js +36 -0
- package/resources/portouts/comments.js.map +1 -0
- package/resources/portouts/comments.mjs +32 -0
- package/resources/portouts/comments.mjs.map +1 -0
- package/resources/portouts/events.d.mts +353 -0
- package/resources/portouts/events.d.mts.map +1 -0
- package/resources/portouts/events.d.ts +353 -0
- package/resources/portouts/events.d.ts.map +1 -0
- package/resources/portouts/events.js +51 -0
- package/resources/portouts/events.js.map +1 -0
- package/resources/portouts/events.mjs +47 -0
- package/resources/portouts/events.mjs.map +1 -0
- package/resources/portouts/index.d.mts +6 -0
- package/resources/portouts/index.d.mts.map +1 -0
- package/resources/portouts/index.d.ts +6 -0
- package/resources/portouts/index.d.ts.map +1 -0
- package/resources/portouts/index.js +15 -0
- package/resources/portouts/index.js.map +1 -0
- package/resources/portouts/index.mjs +7 -0
- package/resources/portouts/index.mjs.map +1 -0
- package/resources/portouts/portouts.d.mts +352 -0
- package/resources/portouts/portouts.d.mts.map +1 -0
- package/resources/portouts/portouts.d.ts +352 -0
- package/resources/portouts/portouts.d.ts.map +1 -0
- package/resources/portouts/portouts.js +85 -0
- package/resources/portouts/portouts.js.map +1 -0
- package/resources/portouts/portouts.mjs +80 -0
- package/resources/portouts/portouts.mjs.map +1 -0
- package/resources/portouts/reports.d.mts +179 -0
- package/resources/portouts/reports.d.mts.map +1 -0
- package/resources/portouts/reports.d.ts +179 -0
- package/resources/portouts/reports.d.ts.map +1 -0
- package/resources/portouts/reports.js +48 -0
- package/resources/portouts/reports.js.map +1 -0
- package/resources/portouts/reports.mjs +44 -0
- package/resources/portouts/reports.mjs.map +1 -0
- package/resources/portouts/supporting-documents.d.mts +115 -0
- package/resources/portouts/supporting-documents.d.mts.map +1 -0
- package/resources/portouts/supporting-documents.d.ts +115 -0
- package/resources/portouts/supporting-documents.d.ts.map +1 -0
- package/resources/portouts/supporting-documents.js +38 -0
- package/resources/portouts/supporting-documents.js.map +1 -0
- package/resources/portouts/supporting-documents.mjs +34 -0
- package/resources/portouts/supporting-documents.mjs.map +1 -0
- package/resources/portouts.d.mts +2 -0
- package/resources/portouts.d.mts.map +1 -0
- package/resources/portouts.d.ts +2 -0
- package/resources/portouts.d.ts.map +1 -0
- package/resources/portouts.js +6 -0
- package/resources/portouts.js.map +1 -0
- package/resources/portouts.mjs +3 -0
- package/resources/portouts.mjs.map +1 -0
- package/resources/private-wireless-gateways.d.mts +195 -0
- package/resources/private-wireless-gateways.d.mts.map +1 -0
- package/resources/private-wireless-gateways.d.ts +195 -0
- package/resources/private-wireless-gateways.d.ts.map +1 -0
- package/resources/private-wireless-gateways.js +67 -0
- package/resources/private-wireless-gateways.js.map +1 -0
- package/resources/private-wireless-gateways.mjs +63 -0
- package/resources/private-wireless-gateways.mjs.map +1 -0
- package/resources/public-internet-gateways.d.mts +272 -0
- package/resources/public-internet-gateways.d.mts.map +1 -0
- package/resources/public-internet-gateways.d.ts +272 -0
- package/resources/public-internet-gateways.d.ts.map +1 -0
- package/resources/public-internet-gateways.js +62 -0
- package/resources/public-internet-gateways.js.map +1 -0
- package/resources/public-internet-gateways.mjs +58 -0
- package/resources/public-internet-gateways.mjs.map +1 -0
- package/resources/queues/calls.d.mts +160 -0
- package/resources/queues/calls.d.mts.map +1 -0
- package/resources/queues/calls.d.ts +160 -0
- package/resources/queues/calls.d.ts.map +1 -0
- package/resources/queues/calls.js +23 -0
- package/resources/queues/calls.js.map +1 -0
- package/resources/queues/calls.mjs +19 -0
- package/resources/queues/calls.mjs.map +1 -0
- package/resources/queues/index.d.mts +3 -0
- package/resources/queues/index.d.mts.map +1 -0
- package/resources/queues/index.d.ts +3 -0
- package/resources/queues/index.d.ts.map +1 -0
- package/resources/queues/index.js +9 -0
- package/resources/queues/index.js.map +1 -0
- package/resources/queues/index.mjs +4 -0
- package/resources/queues/index.mjs.map +1 -0
- package/resources/queues/queues.d.mts +54 -0
- package/resources/queues/queues.d.mts.map +1 -0
- package/resources/queues/queues.d.ts +54 -0
- package/resources/queues/queues.d.ts.map +1 -0
- package/resources/queues/queues.js +24 -0
- package/resources/queues/queues.js.map +1 -0
- package/resources/queues/queues.mjs +19 -0
- package/resources/queues/queues.mjs.map +1 -0
- package/resources/queues.d.mts +2 -0
- package/resources/queues.d.mts.map +1 -0
- package/resources/queues.d.ts +2 -0
- package/resources/queues.d.ts.map +1 -0
- package/resources/queues.js +6 -0
- package/resources/queues.js.map +1 -0
- package/resources/queues.mjs +3 -0
- package/resources/queues.mjs.map +1 -0
- package/resources/rcs-agents.d.mts +48 -0
- package/resources/rcs-agents.d.mts.map +1 -0
- package/resources/rcs-agents.d.ts +48 -0
- package/resources/rcs-agents.d.ts.map +1 -0
- package/resources/rcs-agents.js +9 -0
- package/resources/rcs-agents.js.map +1 -0
- package/resources/rcs-agents.mjs +5 -0
- package/resources/rcs-agents.mjs.map +1 -0
- package/resources/recording-transcriptions.d.mts +88 -0
- package/resources/recording-transcriptions.d.mts.map +1 -0
- package/resources/recording-transcriptions.d.ts +88 -0
- package/resources/recording-transcriptions.d.ts.map +1 -0
- package/resources/recording-transcriptions.js +28 -0
- package/resources/recording-transcriptions.js.map +1 -0
- package/resources/recording-transcriptions.mjs +24 -0
- package/resources/recording-transcriptions.mjs.map +1 -0
- package/resources/recordings/actions.d.mts +29 -0
- package/resources/recordings/actions.d.mts.map +1 -0
- package/resources/recordings/actions.d.ts +29 -0
- package/resources/recordings/actions.d.ts.map +1 -0
- package/resources/recordings/actions.js +30 -0
- package/resources/recordings/actions.js.map +1 -0
- package/resources/recordings/actions.mjs +26 -0
- package/resources/recordings/actions.mjs.map +1 -0
- package/resources/recordings/index.d.mts +3 -0
- package/resources/recordings/index.d.mts.map +1 -0
- package/resources/recordings/index.d.ts +3 -0
- package/resources/recordings/index.d.ts.map +1 -0
- package/resources/recordings/index.js +9 -0
- package/resources/recordings/index.js.map +1 -0
- package/resources/recordings/index.mjs +4 -0
- package/resources/recordings/index.mjs.map +1 -0
- package/resources/recordings/recordings.d.mts +212 -0
- package/resources/recordings/recordings.d.mts.map +1 -0
- package/resources/recordings/recordings.d.ts +212 -0
- package/resources/recordings/recordings.d.ts.map +1 -0
- package/resources/recordings/recordings.js +55 -0
- package/resources/recordings/recordings.js.map +1 -0
- package/resources/recordings/recordings.mjs +50 -0
- package/resources/recordings/recordings.mjs.map +1 -0
- package/resources/recordings.d.mts +2 -0
- package/resources/recordings.d.mts.map +1 -0
- package/resources/recordings.d.ts +2 -0
- package/resources/recordings.d.ts.map +1 -0
- package/resources/recordings.js +6 -0
- package/resources/recordings.js.map +1 -0
- package/resources/recordings.mjs +3 -0
- package/resources/recordings.mjs.map +1 -0
- package/resources/regions.d.mts +44 -0
- package/resources/regions.d.mts.map +1 -0
- package/resources/regions.d.ts +44 -0
- package/resources/regions.d.ts.map +1 -0
- package/resources/regions.js +15 -0
- package/resources/regions.js.map +1 -0
- package/resources/regions.mjs +11 -0
- package/resources/regions.mjs.map +1 -0
- package/resources/regulatory-requirements.d.mts +83 -0
- package/resources/regulatory-requirements.d.mts.map +1 -0
- package/resources/regulatory-requirements.d.ts +83 -0
- package/resources/regulatory-requirements.d.ts.map +1 -0
- package/resources/regulatory-requirements.js +15 -0
- package/resources/regulatory-requirements.js.map +1 -0
- package/resources/regulatory-requirements.mjs +11 -0
- package/resources/regulatory-requirements.mjs.map +1 -0
- package/resources/reports/cdr-usage-reports.d.mts +55 -0
- package/resources/reports/cdr-usage-reports.d.mts.map +1 -0
- package/resources/reports/cdr-usage-reports.d.ts +55 -0
- package/resources/reports/cdr-usage-reports.d.ts.map +1 -0
- package/resources/reports/cdr-usage-reports.js +26 -0
- package/resources/reports/cdr-usage-reports.js.map +1 -0
- package/resources/reports/cdr-usage-reports.mjs +22 -0
- package/resources/reports/cdr-usage-reports.mjs.map +1 -0
- package/resources/reports/index.d.mts +4 -0
- package/resources/reports/index.d.mts.map +1 -0
- package/resources/reports/index.d.ts +4 -0
- package/resources/reports/index.d.ts.map +1 -0
- package/resources/reports/index.js +11 -0
- package/resources/reports/index.js.map +1 -0
- package/resources/reports/index.mjs +5 -0
- package/resources/reports/index.mjs.map +1 -0
- package/resources/reports/mdr-usage-reports.d.mts +167 -0
- package/resources/reports/mdr-usage-reports.d.mts.map +1 -0
- package/resources/reports/mdr-usage-reports.d.ts +167 -0
- package/resources/reports/mdr-usage-reports.d.ts.map +1 -0
- package/resources/reports/mdr-usage-reports.js +89 -0
- package/resources/reports/mdr-usage-reports.js.map +1 -0
- package/resources/reports/mdr-usage-reports.mjs +85 -0
- package/resources/reports/mdr-usage-reports.mjs.map +1 -0
- package/resources/reports/reports.d.mts +307 -0
- package/resources/reports/reports.d.mts.map +1 -0
- package/resources/reports/reports.d.ts +307 -0
- package/resources/reports/reports.d.ts.map +1 -0
- package/resources/reports/reports.js +43 -0
- package/resources/reports/reports.js.map +1 -0
- package/resources/reports/reports.mjs +38 -0
- package/resources/reports/reports.mjs.map +1 -0
- package/resources/reports.d.mts +2 -0
- package/resources/reports.d.mts.map +1 -0
- package/resources/reports.d.ts +2 -0
- package/resources/reports.d.ts.map +1 -0
- package/resources/reports.js +6 -0
- package/resources/reports.js.map +1 -0
- package/resources/reports.mjs +3 -0
- package/resources/reports.mjs.map +1 -0
- package/resources/requirement-groups.d.mts +169 -0
- package/resources/requirement-groups.d.mts.map +1 -0
- package/resources/requirement-groups.d.ts +169 -0
- package/resources/requirement-groups.d.ts.map +1 -0
- package/resources/requirement-groups.js +86 -0
- package/resources/requirement-groups.js.map +1 -0
- package/resources/requirement-groups.mjs +82 -0
- package/resources/requirement-groups.mjs.map +1 -0
- package/resources/requirement-types.d.mts +69 -0
- package/resources/requirement-types.d.mts.map +1 -0
- package/resources/requirement-types.d.ts +69 -0
- package/resources/requirement-types.d.ts.map +1 -0
- package/resources/requirement-types.js +36 -0
- package/resources/requirement-types.js.map +1 -0
- package/resources/requirement-types.mjs +32 -0
- package/resources/requirement-types.mjs.map +1 -0
- package/resources/requirements.d.mts +174 -0
- package/resources/requirements.d.mts.map +1 -0
- package/resources/requirements.d.ts +174 -0
- package/resources/requirements.d.ts.map +1 -0
- package/resources/requirements.js +34 -0
- package/resources/requirements.js.map +1 -0
- package/resources/requirements.mjs +30 -0
- package/resources/requirements.mjs.map +1 -0
- package/resources/room-compositions.d.mts +280 -0
- package/resources/room-compositions.d.mts.map +1 -0
- package/resources/room-compositions.d.ts +280 -0
- package/resources/room-compositions.d.ts.map +1 -0
- package/resources/room-compositions.js +65 -0
- package/resources/room-compositions.js.map +1 -0
- package/resources/room-compositions.mjs +61 -0
- package/resources/room-compositions.mjs.map +1 -0
- package/resources/room-participants.d.mts +124 -0
- package/resources/room-participants.d.mts.map +1 -0
- package/resources/room-participants.d.ts +124 -0
- package/resources/room-participants.d.ts.map +1 -0
- package/resources/room-participants.js +22 -0
- package/resources/room-participants.js.map +1 -0
- package/resources/room-participants.mjs +18 -0
- package/resources/room-participants.mjs.map +1 -0
- package/resources/room-recordings.d.mts +370 -0
- package/resources/room-recordings.d.mts.map +1 -0
- package/resources/room-recordings.d.ts +370 -0
- package/resources/room-recordings.d.ts.map +1 -0
- package/resources/room-recordings.js +39 -0
- package/resources/room-recordings.js.map +1 -0
- package/resources/room-recordings.mjs +35 -0
- package/resources/room-recordings.mjs.map +1 -0
- package/resources/rooms/actions.d.mts +90 -0
- package/resources/rooms/actions.d.mts.map +1 -0
- package/resources/rooms/actions.d.ts +90 -0
- package/resources/rooms/actions.d.ts.map +1 -0
- package/resources/rooms/actions.js +46 -0
- package/resources/rooms/actions.js.map +1 -0
- package/resources/rooms/actions.mjs +42 -0
- package/resources/rooms/actions.mjs.map +1 -0
- package/resources/rooms/index.d.mts +4 -0
- package/resources/rooms/index.d.mts.map +1 -0
- package/resources/rooms/index.d.ts +4 -0
- package/resources/rooms/index.d.ts.map +1 -0
- package/resources/rooms/index.js +11 -0
- package/resources/rooms/index.js.map +1 -0
- package/resources/rooms/index.mjs +5 -0
- package/resources/rooms/index.mjs.map +1 -0
- package/resources/rooms/rooms.d.mts +301 -0
- package/resources/rooms/rooms.d.mts.map +1 -0
- package/resources/rooms/rooms.d.ts +301 -0
- package/resources/rooms/rooms.d.ts.map +1 -0
- package/resources/rooms/rooms.js +89 -0
- package/resources/rooms/rooms.js.map +1 -0
- package/resources/rooms/rooms.mjs +84 -0
- package/resources/rooms/rooms.mjs.map +1 -0
- package/resources/rooms/sessions/actions.d.mts +129 -0
- package/resources/rooms/sessions/actions.d.mts.map +1 -0
- package/resources/rooms/sessions/actions.d.ts +129 -0
- package/resources/rooms/sessions/actions.d.ts.map +1 -0
- package/resources/rooms/sessions/actions.js +62 -0
- package/resources/rooms/sessions/actions.js.map +1 -0
- package/resources/rooms/sessions/actions.mjs +58 -0
- package/resources/rooms/sessions/actions.mjs.map +1 -0
- package/resources/rooms/sessions/index.d.mts +3 -0
- package/resources/rooms/sessions/index.d.mts.map +1 -0
- package/resources/rooms/sessions/index.d.ts +3 -0
- package/resources/rooms/sessions/index.d.ts.map +1 -0
- package/resources/rooms/sessions/index.js +9 -0
- package/resources/rooms/sessions/index.js.map +1 -0
- package/resources/rooms/sessions/index.mjs +4 -0
- package/resources/rooms/sessions/index.mjs.map +1 -0
- package/resources/rooms/sessions/sessions.d.mts +372 -0
- package/resources/rooms/sessions/sessions.d.mts.map +1 -0
- package/resources/rooms/sessions/sessions.d.ts +372 -0
- package/resources/rooms/sessions/sessions.d.ts.map +1 -0
- package/resources/rooms/sessions/sessions.js +69 -0
- package/resources/rooms/sessions/sessions.js.map +1 -0
- package/resources/rooms/sessions/sessions.mjs +64 -0
- package/resources/rooms/sessions/sessions.mjs.map +1 -0
- package/resources/rooms/sessions.d.mts +2 -0
- package/resources/rooms/sessions.d.mts.map +1 -0
- package/resources/rooms/sessions.d.ts +2 -0
- package/resources/rooms/sessions.d.ts.map +1 -0
- package/resources/rooms/sessions.js +6 -0
- package/resources/rooms/sessions.js.map +1 -0
- package/resources/rooms/sessions.mjs +3 -0
- package/resources/rooms/sessions.mjs.map +1 -0
- package/resources/rooms.d.mts +2 -0
- package/resources/rooms.d.mts.map +1 -0
- package/resources/rooms.d.ts +2 -0
- package/resources/rooms.d.ts.map +1 -0
- package/resources/rooms.js +6 -0
- package/resources/rooms.js.map +1 -0
- package/resources/rooms.mjs +3 -0
- package/resources/rooms.mjs.map +1 -0
- package/resources/seti.d.mts +56 -0
- package/resources/seti.d.mts.map +1 -0
- package/resources/seti.d.ts +56 -0
- package/resources/seti.d.ts.map +1 -0
- package/resources/seti.js +15 -0
- package/resources/seti.js.map +1 -0
- package/resources/seti.mjs +11 -0
- package/resources/seti.mjs.map +1 -0
- package/resources/shared.d.mts +429 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +429 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/short-codes.d.mts +103 -0
- package/resources/short-codes.d.mts.map +1 -0
- package/resources/short-codes.d.ts +103 -0
- package/resources/short-codes.d.ts.map +1 -0
- package/resources/short-codes.js +52 -0
- package/resources/short-codes.js.map +1 -0
- package/resources/short-codes.mjs +48 -0
- package/resources/short-codes.mjs.map +1 -0
- package/resources/sim-card-data-usage-notifications.d.mts +185 -0
- package/resources/sim-card-data-usage-notifications.d.mts.map +1 -0
- package/resources/sim-card-data-usage-notifications.d.ts +185 -0
- package/resources/sim-card-data-usage-notifications.d.ts.map +1 -0
- package/resources/sim-card-data-usage-notifications.js +80 -0
- package/resources/sim-card-data-usage-notifications.js.map +1 -0
- package/resources/sim-card-data-usage-notifications.mjs +76 -0
- package/resources/sim-card-data-usage-notifications.mjs.map +1 -0
- package/resources/sim-card-groups/actions.d.mts +222 -0
- package/resources/sim-card-groups/actions.d.mts.map +1 -0
- package/resources/sim-card-groups/actions.d.ts +222 -0
- package/resources/sim-card-groups/actions.d.ts.map +1 -0
- package/resources/sim-card-groups/actions.js +118 -0
- package/resources/sim-card-groups/actions.js.map +1 -0
- package/resources/sim-card-groups/actions.mjs +114 -0
- package/resources/sim-card-groups/actions.mjs.map +1 -0
- package/resources/sim-card-groups/index.d.mts +3 -0
- package/resources/sim-card-groups/index.d.mts.map +1 -0
- package/resources/sim-card-groups/index.d.ts +3 -0
- package/resources/sim-card-groups/index.d.ts.map +1 -0
- package/resources/sim-card-groups/index.js +9 -0
- package/resources/sim-card-groups/index.js.map +1 -0
- package/resources/sim-card-groups/index.mjs +4 -0
- package/resources/sim-card-groups/index.mjs.map +1 -0
- package/resources/sim-card-groups/sim-card-groups.d.mts +267 -0
- package/resources/sim-card-groups/sim-card-groups.d.mts.map +1 -0
- package/resources/sim-card-groups/sim-card-groups.d.ts +267 -0
- package/resources/sim-card-groups/sim-card-groups.d.ts.map +1 -0
- package/resources/sim-card-groups/sim-card-groups.js +81 -0
- package/resources/sim-card-groups/sim-card-groups.js.map +1 -0
- package/resources/sim-card-groups/sim-card-groups.mjs +76 -0
- package/resources/sim-card-groups/sim-card-groups.mjs.map +1 -0
- package/resources/sim-card-groups.d.mts +2 -0
- package/resources/sim-card-groups.d.mts.map +1 -0
- package/resources/sim-card-groups.d.ts +2 -0
- package/resources/sim-card-groups.d.ts.map +1 -0
- package/resources/sim-card-groups.js +6 -0
- package/resources/sim-card-groups.js.map +1 -0
- package/resources/sim-card-groups.mjs +3 -0
- package/resources/sim-card-groups.mjs.map +1 -0
- package/resources/sim-card-order-preview.d.mts +82 -0
- package/resources/sim-card-order-preview.d.mts.map +1 -0
- package/resources/sim-card-order-preview.d.ts +82 -0
- package/resources/sim-card-order-preview.d.ts.map +1 -0
- package/resources/sim-card-order-preview.js +23 -0
- package/resources/sim-card-order-preview.js.map +1 -0
- package/resources/sim-card-order-preview.mjs +19 -0
- package/resources/sim-card-order-preview.mjs.map +1 -0
- package/resources/sim-card-orders.d.mts +271 -0
- package/resources/sim-card-orders.d.mts.map +1 -0
- package/resources/sim-card-orders.d.ts +271 -0
- package/resources/sim-card-orders.d.ts.map +1 -0
- package/resources/sim-card-orders.js +48 -0
- package/resources/sim-card-orders.js.map +1 -0
- package/resources/sim-card-orders.mjs +44 -0
- package/resources/sim-card-orders.mjs.map +1 -0
- package/resources/sim-cards/actions.d.mts +371 -0
- package/resources/sim-cards/actions.d.mts.map +1 -0
- package/resources/sim-cards/actions.d.ts +371 -0
- package/resources/sim-cards/actions.d.ts.map +1 -0
- package/resources/sim-cards/actions.js +164 -0
- package/resources/sim-cards/actions.js.map +1 -0
- package/resources/sim-cards/actions.mjs +160 -0
- package/resources/sim-cards/actions.mjs.map +1 -0
- package/resources/sim-cards/index.d.mts +3 -0
- package/resources/sim-cards/index.d.mts.map +1 -0
- package/resources/sim-cards/index.d.ts +3 -0
- package/resources/sim-cards/index.d.ts.map +1 -0
- package/resources/sim-cards/index.js +9 -0
- package/resources/sim-cards/index.js.map +1 -0
- package/resources/sim-cards/index.mjs +4 -0
- package/resources/sim-cards/index.mjs.map +1 -0
- package/resources/sim-cards/sim-cards.d.mts +578 -0
- package/resources/sim-cards/sim-cards.d.mts.map +1 -0
- package/resources/sim-cards/sim-cards.d.ts +578 -0
- package/resources/sim-cards/sim-cards.d.ts.map +1 -0
- package/resources/sim-cards/sim-cards.js +131 -0
- package/resources/sim-cards/sim-cards.js.map +1 -0
- package/resources/sim-cards/sim-cards.mjs +126 -0
- package/resources/sim-cards/sim-cards.mjs.map +1 -0
- package/resources/sim-cards.d.mts +2 -0
- package/resources/sim-cards.d.mts.map +1 -0
- package/resources/sim-cards.d.ts +2 -0
- package/resources/sim-cards.d.ts.map +1 -0
- package/resources/sim-cards.js +6 -0
- package/resources/sim-cards.js.map +1 -0
- package/resources/sim-cards.mjs +3 -0
- package/resources/sim-cards.mjs.map +1 -0
- package/resources/siprec-connectors.d.mts +188 -0
- package/resources/siprec-connectors.d.mts.map +1 -0
- package/resources/siprec-connectors.d.ts +188 -0
- package/resources/siprec-connectors.d.ts.map +1 -0
- package/resources/siprec-connectors.js +69 -0
- package/resources/siprec-connectors.js.map +1 -0
- package/resources/siprec-connectors.mjs +65 -0
- package/resources/siprec-connectors.mjs.map +1 -0
- package/resources/storage/buckets/buckets.d.mts +63 -0
- package/resources/storage/buckets/buckets.d.mts.map +1 -0
- package/resources/storage/buckets/buckets.d.ts +63 -0
- package/resources/storage/buckets/buckets.d.ts.map +1 -0
- package/resources/storage/buckets/buckets.js +45 -0
- package/resources/storage/buckets/buckets.js.map +1 -0
- package/resources/storage/buckets/buckets.mjs +40 -0
- package/resources/storage/buckets/buckets.mjs.map +1 -0
- package/resources/storage/buckets/index.d.mts +4 -0
- package/resources/storage/buckets/index.d.mts.map +1 -0
- package/resources/storage/buckets/index.d.ts +4 -0
- package/resources/storage/buckets/index.d.ts.map +1 -0
- package/resources/storage/buckets/index.js +11 -0
- package/resources/storage/buckets/index.js.map +1 -0
- package/resources/storage/buckets/index.mjs +5 -0
- package/resources/storage/buckets/index.mjs.map +1 -0
- package/resources/storage/buckets/ssl-certificate.d.mts +110 -0
- package/resources/storage/buckets/ssl-certificate.d.mts.map +1 -0
- package/resources/storage/buckets/ssl-certificate.d.ts +110 -0
- package/resources/storage/buckets/ssl-certificate.d.ts.map +1 -0
- package/resources/storage/buckets/ssl-certificate.js +48 -0
- package/resources/storage/buckets/ssl-certificate.js.map +1 -0
- package/resources/storage/buckets/ssl-certificate.mjs +44 -0
- package/resources/storage/buckets/ssl-certificate.mjs.map +1 -0
- package/resources/storage/buckets/usage.d.mts +143 -0
- package/resources/storage/buckets/usage.d.mts.map +1 -0
- package/resources/storage/buckets/usage.d.ts +143 -0
- package/resources/storage/buckets/usage.d.ts.map +1 -0
- package/resources/storage/buckets/usage.js +40 -0
- package/resources/storage/buckets/usage.js.map +1 -0
- package/resources/storage/buckets/usage.mjs +36 -0
- package/resources/storage/buckets/usage.mjs.map +1 -0
- package/resources/storage/buckets.d.mts +2 -0
- package/resources/storage/buckets.d.mts.map +1 -0
- package/resources/storage/buckets.d.ts +2 -0
- package/resources/storage/buckets.d.ts.map +1 -0
- package/resources/storage/buckets.js +6 -0
- package/resources/storage/buckets.js.map +1 -0
- package/resources/storage/buckets.mjs +3 -0
- package/resources/storage/buckets.mjs.map +1 -0
- package/resources/storage/index.d.mts +5 -0
- package/resources/storage/index.d.mts.map +1 -0
- package/resources/storage/index.d.ts +5 -0
- package/resources/storage/index.d.ts.map +1 -0
- package/resources/storage/index.js +13 -0
- package/resources/storage/index.js.map +1 -0
- package/resources/storage/index.mjs +6 -0
- package/resources/storage/index.mjs.map +1 -0
- package/resources/storage/migration-sources.d.mts +131 -0
- package/resources/storage/migration-sources.d.mts.map +1 -0
- package/resources/storage/migration-sources.d.ts +131 -0
- package/resources/storage/migration-sources.d.ts.map +1 -0
- package/resources/storage/migration-sources.js +62 -0
- package/resources/storage/migration-sources.js.map +1 -0
- package/resources/storage/migration-sources.mjs +58 -0
- package/resources/storage/migration-sources.mjs.map +1 -0
- package/resources/storage/migrations/actions.d.mts +23 -0
- package/resources/storage/migrations/actions.d.mts.map +1 -0
- package/resources/storage/migrations/actions.d.ts +23 -0
- package/resources/storage/migrations/actions.d.ts.map +1 -0
- package/resources/storage/migrations/actions.js +22 -0
- package/resources/storage/migrations/actions.js.map +1 -0
- package/resources/storage/migrations/actions.mjs +18 -0
- package/resources/storage/migrations/actions.mjs.map +1 -0
- package/resources/storage/migrations/index.d.mts +3 -0
- package/resources/storage/migrations/index.d.mts.map +1 -0
- package/resources/storage/migrations/index.d.ts +3 -0
- package/resources/storage/migrations/index.d.ts.map +1 -0
- package/resources/storage/migrations/index.js +9 -0
- package/resources/storage/migrations/index.js.map +1 -0
- package/resources/storage/migrations/index.mjs +4 -0
- package/resources/storage/migrations/index.mjs.map +1 -0
- package/resources/storage/migrations/migrations.d.mts +130 -0
- package/resources/storage/migrations/migrations.d.mts.map +1 -0
- package/resources/storage/migrations/migrations.d.ts +130 -0
- package/resources/storage/migrations/migrations.d.ts.map +1 -0
- package/resources/storage/migrations/migrations.js +58 -0
- package/resources/storage/migrations/migrations.js.map +1 -0
- package/resources/storage/migrations/migrations.mjs +53 -0
- package/resources/storage/migrations/migrations.mjs.map +1 -0
- package/resources/storage/migrations.d.mts +2 -0
- package/resources/storage/migrations.d.mts.map +1 -0
- package/resources/storage/migrations.d.ts +2 -0
- package/resources/storage/migrations.d.ts.map +1 -0
- package/resources/storage/migrations.js +6 -0
- package/resources/storage/migrations.js.map +1 -0
- package/resources/storage/migrations.mjs +3 -0
- package/resources/storage/migrations.mjs.map +1 -0
- package/resources/storage/storage.d.mts +48 -0
- package/resources/storage/storage.d.mts.map +1 -0
- package/resources/storage/storage.d.ts +48 -0
- package/resources/storage/storage.d.ts.map +1 -0
- package/resources/storage/storage.js +37 -0
- package/resources/storage/storage.js.map +1 -0
- package/resources/storage/storage.mjs +32 -0
- package/resources/storage/storage.mjs.map +1 -0
- package/resources/storage.d.mts +2 -0
- package/resources/storage.d.mts.map +1 -0
- package/resources/storage.d.ts +2 -0
- package/resources/storage.d.ts.map +1 -0
- package/resources/storage.js +6 -0
- package/resources/storage.js.map +1 -0
- package/resources/storage.mjs +3 -0
- package/resources/storage.mjs.map +1 -0
- package/resources/sub-number-orders-report.d.mts +171 -0
- package/resources/sub-number-orders-report.d.mts.map +1 -0
- package/resources/sub-number-orders-report.d.ts +171 -0
- package/resources/sub-number-orders-report.d.ts.map +1 -0
- package/resources/sub-number-orders-report.js +56 -0
- package/resources/sub-number-orders-report.js.map +1 -0
- package/resources/sub-number-orders-report.mjs +52 -0
- package/resources/sub-number-orders-report.mjs.map +1 -0
- package/resources/sub-number-orders.d.mts +241 -0
- package/resources/sub-number-orders.d.mts.map +1 -0
- package/resources/sub-number-orders.d.ts +241 -0
- package/resources/sub-number-orders.d.ts.map +1 -0
- package/resources/sub-number-orders.js +79 -0
- package/resources/sub-number-orders.js.map +1 -0
- package/resources/sub-number-orders.mjs +75 -0
- package/resources/sub-number-orders.mjs.map +1 -0
- package/resources/telephony-credentials.d.mts +212 -0
- package/resources/telephony-credentials.d.mts.map +1 -0
- package/resources/telephony-credentials.d.ts +212 -0
- package/resources/telephony-credentials.d.ts.map +1 -0
- package/resources/telephony-credentials.js +88 -0
- package/resources/telephony-credentials.js.map +1 -0
- package/resources/telephony-credentials.mjs +84 -0
- package/resources/telephony-credentials.mjs.map +1 -0
- package/resources/texml/accounts/accounts.d.mts +221 -0
- package/resources/texml/accounts/accounts.d.mts.map +1 -0
- package/resources/texml/accounts/accounts.d.ts +221 -0
- package/resources/texml/accounts/accounts.d.ts.map +1 -0
- package/resources/texml/accounts/accounts.js +58 -0
- package/resources/texml/accounts/accounts.js.map +1 -0
- package/resources/texml/accounts/accounts.mjs +53 -0
- package/resources/texml/accounts/accounts.mjs.map +1 -0
- package/resources/texml/accounts/calls/calls.d.mts +812 -0
- package/resources/texml/accounts/calls/calls.d.mts.map +1 -0
- package/resources/texml/accounts/calls/calls.d.ts +812 -0
- package/resources/texml/accounts/calls/calls.d.ts.map +1 -0
- package/resources/texml/accounts/calls/calls.js +141 -0
- package/resources/texml/accounts/calls/calls.js.map +1 -0
- package/resources/texml/accounts/calls/calls.mjs +136 -0
- package/resources/texml/accounts/calls/calls.mjs.map +1 -0
- package/resources/texml/accounts/calls/index.d.mts +6 -0
- package/resources/texml/accounts/calls/index.d.mts.map +1 -0
- package/resources/texml/accounts/calls/index.d.ts +6 -0
- package/resources/texml/accounts/calls/index.d.ts.map +1 -0
- package/resources/texml/accounts/calls/index.js +15 -0
- package/resources/texml/accounts/calls/index.js.map +1 -0
- package/resources/texml/accounts/calls/index.mjs +7 -0
- package/resources/texml/accounts/calls/index.mjs.map +1 -0
- package/resources/texml/accounts/calls/recordings-json.d.mts +152 -0
- package/resources/texml/accounts/calls/recordings-json.d.mts.map +1 -0
- package/resources/texml/accounts/calls/recordings-json.d.ts +152 -0
- package/resources/texml/accounts/calls/recordings-json.d.ts.map +1 -0
- package/resources/texml/accounts/calls/recordings-json.js +47 -0
- package/resources/texml/accounts/calls/recordings-json.js.map +1 -0
- package/resources/texml/accounts/calls/recordings-json.mjs +43 -0
- package/resources/texml/accounts/calls/recordings-json.mjs.map +1 -0
- package/resources/texml/accounts/calls/recordings.d.mts +74 -0
- package/resources/texml/accounts/calls/recordings.d.mts.map +1 -0
- package/resources/texml/accounts/calls/recordings.d.ts +74 -0
- package/resources/texml/accounts/calls/recordings.d.ts.map +1 -0
- package/resources/texml/accounts/calls/recordings.js +31 -0
- package/resources/texml/accounts/calls/recordings.js.map +1 -0
- package/resources/texml/accounts/calls/recordings.mjs +27 -0
- package/resources/texml/accounts/calls/recordings.mjs.map +1 -0
- package/resources/texml/accounts/calls/siprec.d.mts +67 -0
- package/resources/texml/accounts/calls/siprec.d.mts.map +1 -0
- package/resources/texml/accounts/calls/siprec.d.ts +67 -0
- package/resources/texml/accounts/calls/siprec.d.ts.map +1 -0
- package/resources/texml/accounts/calls/siprec.js +31 -0
- package/resources/texml/accounts/calls/siprec.js.map +1 -0
- package/resources/texml/accounts/calls/siprec.mjs +27 -0
- package/resources/texml/accounts/calls/siprec.mjs.map +1 -0
- package/resources/texml/accounts/calls/streams.d.mts +53 -0
- package/resources/texml/accounts/calls/streams.d.mts.map +1 -0
- package/resources/texml/accounts/calls/streams.d.ts +53 -0
- package/resources/texml/accounts/calls/streams.d.ts.map +1 -0
- package/resources/texml/accounts/calls/streams.js +31 -0
- package/resources/texml/accounts/calls/streams.js.map +1 -0
- package/resources/texml/accounts/calls/streams.mjs +27 -0
- package/resources/texml/accounts/calls/streams.mjs.map +1 -0
- package/resources/texml/accounts/calls.d.mts +2 -0
- package/resources/texml/accounts/calls.d.mts.map +1 -0
- package/resources/texml/accounts/calls.d.ts +2 -0
- package/resources/texml/accounts/calls.d.ts.map +1 -0
- package/resources/texml/accounts/calls.js +6 -0
- package/resources/texml/accounts/calls.js.map +1 -0
- package/resources/texml/accounts/calls.mjs +3 -0
- package/resources/texml/accounts/calls.mjs.map +1 -0
- package/resources/texml/accounts/conferences/conferences.d.mts +474 -0
- package/resources/texml/accounts/conferences/conferences.d.mts.map +1 -0
- package/resources/texml/accounts/conferences/conferences.d.ts +474 -0
- package/resources/texml/accounts/conferences/conferences.d.ts.map +1 -0
- package/resources/texml/accounts/conferences/conferences.js +101 -0
- package/resources/texml/accounts/conferences/conferences.js.map +1 -0
- package/resources/texml/accounts/conferences/conferences.mjs +96 -0
- package/resources/texml/accounts/conferences/conferences.mjs.map +1 -0
- package/resources/texml/accounts/conferences/index.d.mts +3 -0
- package/resources/texml/accounts/conferences/index.d.mts.map +1 -0
- package/resources/texml/accounts/conferences/index.d.ts +3 -0
- package/resources/texml/accounts/conferences/index.d.ts.map +1 -0
- package/resources/texml/accounts/conferences/index.js +9 -0
- package/resources/texml/accounts/conferences/index.js.map +1 -0
- package/resources/texml/accounts/conferences/index.mjs +4 -0
- package/resources/texml/accounts/conferences/index.mjs.map +1 -0
- package/resources/texml/accounts/conferences/participants.d.mts +651 -0
- package/resources/texml/accounts/conferences/participants.d.mts.map +1 -0
- package/resources/texml/accounts/conferences/participants.d.ts +651 -0
- package/resources/texml/accounts/conferences/participants.d.ts.map +1 -0
- package/resources/texml/accounts/conferences/participants.js +107 -0
- package/resources/texml/accounts/conferences/participants.js.map +1 -0
- package/resources/texml/accounts/conferences/participants.mjs +103 -0
- package/resources/texml/accounts/conferences/participants.mjs.map +1 -0
- package/resources/texml/accounts/conferences.d.mts +2 -0
- package/resources/texml/accounts/conferences.d.mts.map +1 -0
- package/resources/texml/accounts/conferences.d.ts +2 -0
- package/resources/texml/accounts/conferences.d.ts.map +1 -0
- package/resources/texml/accounts/conferences.js +6 -0
- package/resources/texml/accounts/conferences.js.map +1 -0
- package/resources/texml/accounts/conferences.mjs +3 -0
- package/resources/texml/accounts/conferences.mjs.map +1 -0
- package/resources/texml/accounts/index.d.mts +6 -0
- package/resources/texml/accounts/index.d.mts.map +1 -0
- package/resources/texml/accounts/index.d.ts +6 -0
- package/resources/texml/accounts/index.d.ts.map +1 -0
- package/resources/texml/accounts/index.js +15 -0
- package/resources/texml/accounts/index.js.map +1 -0
- package/resources/texml/accounts/index.mjs +7 -0
- package/resources/texml/accounts/index.mjs.map +1 -0
- package/resources/texml/accounts/recordings/index.d.mts +3 -0
- package/resources/texml/accounts/recordings/index.d.mts.map +1 -0
- package/resources/texml/accounts/recordings/index.d.ts +3 -0
- package/resources/texml/accounts/recordings/index.d.ts.map +1 -0
- package/resources/texml/accounts/recordings/index.js +9 -0
- package/resources/texml/accounts/recordings/index.js.map +1 -0
- package/resources/texml/accounts/recordings/index.mjs +4 -0
- package/resources/texml/accounts/recordings/index.mjs.map +1 -0
- package/resources/texml/accounts/recordings/json.d.mts +47 -0
- package/resources/texml/accounts/recordings/json.d.mts.map +1 -0
- package/resources/texml/accounts/recordings/json.d.ts +47 -0
- package/resources/texml/accounts/recordings/json.d.ts.map +1 -0
- package/resources/texml/accounts/recordings/json.js +45 -0
- package/resources/texml/accounts/recordings/json.js.map +1 -0
- package/resources/texml/accounts/recordings/json.mjs +41 -0
- package/resources/texml/accounts/recordings/json.mjs.map +1 -0
- package/resources/texml/accounts/recordings/recordings.d.mts +10 -0
- package/resources/texml/accounts/recordings/recordings.d.mts.map +1 -0
- package/resources/texml/accounts/recordings/recordings.d.ts +10 -0
- package/resources/texml/accounts/recordings/recordings.d.ts.map +1 -0
- package/resources/texml/accounts/recordings/recordings.js +17 -0
- package/resources/texml/accounts/recordings/recordings.js.map +1 -0
- package/resources/texml/accounts/recordings/recordings.mjs +12 -0
- package/resources/texml/accounts/recordings/recordings.mjs.map +1 -0
- package/resources/texml/accounts/recordings.d.mts +2 -0
- package/resources/texml/accounts/recordings.d.mts.map +1 -0
- package/resources/texml/accounts/recordings.d.ts +2 -0
- package/resources/texml/accounts/recordings.d.ts.map +1 -0
- package/resources/texml/accounts/recordings.js +6 -0
- package/resources/texml/accounts/recordings.js.map +1 -0
- package/resources/texml/accounts/recordings.mjs +3 -0
- package/resources/texml/accounts/recordings.mjs.map +1 -0
- package/resources/texml/accounts/transcriptions/index.d.mts +3 -0
- package/resources/texml/accounts/transcriptions/index.d.mts.map +1 -0
- package/resources/texml/accounts/transcriptions/index.d.ts +3 -0
- package/resources/texml/accounts/transcriptions/index.d.ts.map +1 -0
- package/resources/texml/accounts/transcriptions/index.js +9 -0
- package/resources/texml/accounts/transcriptions/index.js.map +1 -0
- package/resources/texml/accounts/transcriptions/index.mjs +4 -0
- package/resources/texml/accounts/transcriptions/index.mjs.map +1 -0
- package/resources/texml/accounts/transcriptions/json.d.mts +81 -0
- package/resources/texml/accounts/transcriptions/json.d.mts.map +1 -0
- package/resources/texml/accounts/transcriptions/json.d.ts +81 -0
- package/resources/texml/accounts/transcriptions/json.d.ts.map +1 -0
- package/resources/texml/accounts/transcriptions/json.js +42 -0
- package/resources/texml/accounts/transcriptions/json.js.map +1 -0
- package/resources/texml/accounts/transcriptions/json.mjs +38 -0
- package/resources/texml/accounts/transcriptions/json.mjs.map +1 -0
- package/resources/texml/accounts/transcriptions/transcriptions.d.mts +10 -0
- package/resources/texml/accounts/transcriptions/transcriptions.d.mts.map +1 -0
- package/resources/texml/accounts/transcriptions/transcriptions.d.ts +10 -0
- package/resources/texml/accounts/transcriptions/transcriptions.d.ts.map +1 -0
- package/resources/texml/accounts/transcriptions/transcriptions.js +17 -0
- package/resources/texml/accounts/transcriptions/transcriptions.js.map +1 -0
- package/resources/texml/accounts/transcriptions/transcriptions.mjs +12 -0
- package/resources/texml/accounts/transcriptions/transcriptions.mjs.map +1 -0
- package/resources/texml/accounts/transcriptions.d.mts +2 -0
- package/resources/texml/accounts/transcriptions.d.mts.map +1 -0
- package/resources/texml/accounts/transcriptions.d.ts +2 -0
- package/resources/texml/accounts/transcriptions.d.ts.map +1 -0
- package/resources/texml/accounts/transcriptions.js +6 -0
- package/resources/texml/accounts/transcriptions.js.map +1 -0
- package/resources/texml/accounts/transcriptions.mjs +3 -0
- package/resources/texml/accounts/transcriptions.mjs.map +1 -0
- package/resources/texml/accounts.d.mts +2 -0
- package/resources/texml/accounts.d.mts.map +1 -0
- package/resources/texml/accounts.d.ts +2 -0
- package/resources/texml/accounts.d.ts.map +1 -0
- package/resources/texml/accounts.js +6 -0
- package/resources/texml/accounts.js.map +1 -0
- package/resources/texml/accounts.mjs +3 -0
- package/resources/texml/accounts.mjs.map +1 -0
- package/resources/texml/calls.d.mts +234 -0
- package/resources/texml/calls.d.mts.map +1 -0
- package/resources/texml/calls.d.ts +234 -0
- package/resources/texml/calls.d.ts.map +1 -0
- package/resources/texml/calls.js +37 -0
- package/resources/texml/calls.js.map +1 -0
- package/resources/texml/calls.mjs +33 -0
- package/resources/texml/calls.mjs.map +1 -0
- package/resources/texml/index.d.mts +4 -0
- package/resources/texml/index.d.mts.map +1 -0
- package/resources/texml/index.d.ts +4 -0
- package/resources/texml/index.d.ts.map +1 -0
- package/resources/texml/index.js +11 -0
- package/resources/texml/index.js.map +1 -0
- package/resources/texml/index.mjs +5 -0
- package/resources/texml/index.mjs.map +1 -0
- package/resources/texml/texml.d.mts +53 -0
- package/resources/texml/texml.d.mts.map +1 -0
- package/resources/texml/texml.d.ts +53 -0
- package/resources/texml/texml.d.ts.map +1 -0
- package/resources/texml/texml.js +39 -0
- package/resources/texml/texml.js.map +1 -0
- package/resources/texml/texml.mjs +34 -0
- package/resources/texml/texml.mjs.map +1 -0
- package/resources/texml-applications.d.mts +471 -0
- package/resources/texml-applications.d.mts.map +1 -0
- package/resources/texml-applications.d.ts +471 -0
- package/resources/texml-applications.d.ts.map +1 -0
- package/resources/texml-applications.js +83 -0
- package/resources/texml-applications.js.map +1 -0
- package/resources/texml-applications.mjs +79 -0
- package/resources/texml-applications.mjs.map +1 -0
- package/resources/texml.d.mts +2 -0
- package/resources/texml.d.mts.map +1 -0
- package/resources/texml.d.ts +2 -0
- package/resources/texml.d.ts.map +1 -0
- package/resources/texml.js +6 -0
- package/resources/texml.js.map +1 -0
- package/resources/texml.mjs +3 -0
- package/resources/texml.mjs.map +1 -0
- package/resources/text-to-speech.d.mts +63 -0
- package/resources/text-to-speech.d.mts.map +1 -0
- package/resources/text-to-speech.d.ts +63 -0
- package/resources/text-to-speech.d.ts.map +1 -0
- package/resources/text-to-speech.js +28 -0
- package/resources/text-to-speech.js.map +1 -0
- package/resources/text-to-speech.mjs +24 -0
- package/resources/text-to-speech.mjs.map +1 -0
- package/resources/top-level.d.mts +81 -0
- package/resources/top-level.d.mts.map +1 -0
- package/resources/top-level.d.ts +81 -0
- package/resources/top-level.d.ts.map +1 -0
- package/resources/top-level.js +4 -0
- package/resources/top-level.js.map +1 -0
- package/resources/top-level.mjs +3 -0
- package/resources/top-level.mjs.map +1 -0
- package/resources/usage-reports.d.mts +175 -0
- package/resources/usage-reports.d.mts.map +1 -0
- package/resources/usage-reports.d.ts +175 -0
- package/resources/usage-reports.d.ts.map +1 -0
- package/resources/usage-reports.js +39 -0
- package/resources/usage-reports.js.map +1 -0
- package/resources/usage-reports.mjs +35 -0
- package/resources/usage-reports.mjs.map +1 -0
- package/resources/user-addresses.d.mts +297 -0
- package/resources/user-addresses.d.mts.map +1 -0
- package/resources/user-addresses.d.ts +297 -0
- package/resources/user-addresses.d.ts.map +1 -0
- package/resources/user-addresses.js +52 -0
- package/resources/user-addresses.js.map +1 -0
- package/resources/user-addresses.mjs +48 -0
- package/resources/user-addresses.mjs.map +1 -0
- package/resources/user-tags.d.mts +53 -0
- package/resources/user-tags.d.mts.map +1 -0
- package/resources/user-tags.d.ts +53 -0
- package/resources/user-tags.d.ts.map +1 -0
- package/resources/user-tags.js +15 -0
- package/resources/user-tags.js.map +1 -0
- package/resources/user-tags.mjs +11 -0
- package/resources/user-tags.mjs.map +1 -0
- package/resources/verifications/actions.d.mts +33 -0
- package/resources/verifications/actions.d.mts.map +1 -0
- package/resources/verifications/actions.d.ts +33 -0
- package/resources/verifications/actions.d.ts.map +1 -0
- package/resources/verifications/actions.js +24 -0
- package/resources/verifications/actions.js.map +1 -0
- package/resources/verifications/actions.mjs +20 -0
- package/resources/verifications/actions.mjs.map +1 -0
- package/resources/verifications/by-phone-number/actions.d.mts +51 -0
- package/resources/verifications/by-phone-number/actions.d.mts.map +1 -0
- package/resources/verifications/by-phone-number/actions.d.ts +51 -0
- package/resources/verifications/by-phone-number/actions.d.ts.map +1 -0
- package/resources/verifications/by-phone-number/actions.js +32 -0
- package/resources/verifications/by-phone-number/actions.js.map +1 -0
- package/resources/verifications/by-phone-number/actions.mjs +28 -0
- package/resources/verifications/by-phone-number/actions.mjs.map +1 -0
- package/resources/verifications/by-phone-number/by-phone-number.d.mts +38 -0
- package/resources/verifications/by-phone-number/by-phone-number.d.mts.map +1 -0
- package/resources/verifications/by-phone-number/by-phone-number.d.ts +38 -0
- package/resources/verifications/by-phone-number/by-phone-number.d.ts.map +1 -0
- package/resources/verifications/by-phone-number/by-phone-number.js +32 -0
- package/resources/verifications/by-phone-number/by-phone-number.js.map +1 -0
- package/resources/verifications/by-phone-number/by-phone-number.mjs +27 -0
- package/resources/verifications/by-phone-number/by-phone-number.mjs.map +1 -0
- package/resources/verifications/by-phone-number/index.d.mts +3 -0
- package/resources/verifications/by-phone-number/index.d.mts.map +1 -0
- package/resources/verifications/by-phone-number/index.d.ts +3 -0
- package/resources/verifications/by-phone-number/index.d.ts.map +1 -0
- package/resources/verifications/by-phone-number/index.js +9 -0
- package/resources/verifications/by-phone-number/index.js.map +1 -0
- package/resources/verifications/by-phone-number/index.mjs +4 -0
- package/resources/verifications/by-phone-number/index.mjs.map +1 -0
- package/resources/verifications/by-phone-number.d.mts +2 -0
- package/resources/verifications/by-phone-number.d.mts.map +1 -0
- package/resources/verifications/by-phone-number.d.ts +2 -0
- package/resources/verifications/by-phone-number.d.ts.map +1 -0
- package/resources/verifications/by-phone-number.js +6 -0
- package/resources/verifications/by-phone-number.js.map +1 -0
- package/resources/verifications/by-phone-number.mjs +3 -0
- package/resources/verifications/by-phone-number.mjs.map +1 -0
- package/resources/verifications/index.d.mts +4 -0
- package/resources/verifications/index.d.mts.map +1 -0
- package/resources/verifications/index.d.ts +4 -0
- package/resources/verifications/index.d.ts.map +1 -0
- package/resources/verifications/index.js +11 -0
- package/resources/verifications/index.js.map +1 -0
- package/resources/verifications/index.mjs +5 -0
- package/resources/verifications/index.mjs.map +1 -0
- package/resources/verifications/verifications.d.mts +161 -0
- package/resources/verifications/verifications.d.mts.map +1 -0
- package/resources/verifications/verifications.d.ts +161 -0
- package/resources/verifications/verifications.d.ts.map +1 -0
- package/resources/verifications/verifications.js +83 -0
- package/resources/verifications/verifications.js.map +1 -0
- package/resources/verifications/verifications.mjs +78 -0
- package/resources/verifications/verifications.mjs.map +1 -0
- package/resources/verifications.d.mts +2 -0
- package/resources/verifications.d.mts.map +1 -0
- package/resources/verifications.d.ts +2 -0
- package/resources/verifications.d.ts.map +1 -0
- package/resources/verifications.js +6 -0
- package/resources/verifications.js.map +1 -0
- package/resources/verifications.mjs +3 -0
- package/resources/verifications.mjs.map +1 -0
- package/resources/verified-numbers/actions.d.mts +26 -0
- package/resources/verified-numbers/actions.d.mts.map +1 -0
- package/resources/verified-numbers/actions.d.ts +26 -0
- package/resources/verified-numbers/actions.d.ts.map +1 -0
- package/resources/verified-numbers/actions.js +25 -0
- package/resources/verified-numbers/actions.js.map +1 -0
- package/resources/verified-numbers/actions.mjs +21 -0
- package/resources/verified-numbers/actions.mjs.map +1 -0
- package/resources/verified-numbers/index.d.mts +3 -0
- package/resources/verified-numbers/index.d.mts.map +1 -0
- package/resources/verified-numbers/index.d.ts +3 -0
- package/resources/verified-numbers/index.d.ts.map +1 -0
- package/resources/verified-numbers/index.js +9 -0
- package/resources/verified-numbers/index.js.map +1 -0
- package/resources/verified-numbers/index.mjs +4 -0
- package/resources/verified-numbers/index.mjs.map +1 -0
- package/resources/verified-numbers/verified-numbers.d.mts +108 -0
- package/resources/verified-numbers/verified-numbers.d.mts.map +1 -0
- package/resources/verified-numbers/verified-numbers.d.ts +108 -0
- package/resources/verified-numbers/verified-numbers.d.ts.map +1 -0
- package/resources/verified-numbers/verified-numbers.js +67 -0
- package/resources/verified-numbers/verified-numbers.js.map +1 -0
- package/resources/verified-numbers/verified-numbers.mjs +62 -0
- package/resources/verified-numbers/verified-numbers.mjs.map +1 -0
- package/resources/verified-numbers.d.mts +2 -0
- package/resources/verified-numbers.d.mts.map +1 -0
- package/resources/verified-numbers.d.ts +2 -0
- package/resources/verified-numbers.d.ts.map +1 -0
- package/resources/verified-numbers.js +6 -0
- package/resources/verified-numbers.js.map +1 -0
- package/resources/verified-numbers.mjs +3 -0
- package/resources/verified-numbers.mjs.map +1 -0
- package/resources/verify-profiles.d.mts +407 -0
- package/resources/verify-profiles.d.mts.map +1 -0
- package/resources/verify-profiles.d.ts +407 -0
- package/resources/verify-profiles.d.ts.map +1 -0
- package/resources/verify-profiles.js +89 -0
- package/resources/verify-profiles.js.map +1 -0
- package/resources/verify-profiles.mjs +85 -0
- package/resources/verify-profiles.mjs.map +1 -0
- package/resources/virtual-cross-connects-coverage.d.mts +155 -0
- package/resources/virtual-cross-connects-coverage.d.mts.map +1 -0
- package/resources/virtual-cross-connects-coverage.d.ts +155 -0
- package/resources/virtual-cross-connects-coverage.d.ts.map +1 -0
- package/resources/virtual-cross-connects-coverage.js +17 -0
- package/resources/virtual-cross-connects-coverage.js.map +1 -0
- package/resources/virtual-cross-connects-coverage.mjs +13 -0
- package/resources/virtual-cross-connects-coverage.mjs.map +1 -0
- package/resources/virtual-cross-connects.d.mts +823 -0
- package/resources/virtual-cross-connects.d.mts.map +1 -0
- package/resources/virtual-cross-connects.d.ts +823 -0
- package/resources/virtual-cross-connects.d.ts.map +1 -0
- package/resources/virtual-cross-connects.js +94 -0
- package/resources/virtual-cross-connects.js.map +1 -0
- package/resources/virtual-cross-connects.mjs +90 -0
- package/resources/virtual-cross-connects.mjs.map +1 -0
- package/resources/webhook-deliveries.d.mts +381 -0
- package/resources/webhook-deliveries.d.mts.map +1 -0
- package/resources/webhook-deliveries.d.ts +381 -0
- package/resources/webhook-deliveries.d.ts.map +1 -0
- package/resources/webhook-deliveries.js +23 -0
- package/resources/webhook-deliveries.js.map +1 -0
- package/resources/webhook-deliveries.mjs +19 -0
- package/resources/webhook-deliveries.mjs.map +1 -0
- package/resources/webhooks.d.mts +4183 -0
- package/resources/webhooks.d.mts.map +1 -0
- package/resources/webhooks.d.ts +4183 -0
- package/resources/webhooks.d.ts.map +1 -0
- package/resources/webhooks.js +12 -0
- package/resources/webhooks.js.map +1 -0
- package/resources/webhooks.mjs +8 -0
- package/resources/webhooks.mjs.map +1 -0
- package/resources/wireguard-interfaces.d.mts +291 -0
- package/resources/wireguard-interfaces.d.mts.map +1 -0
- package/resources/wireguard-interfaces.d.ts +291 -0
- package/resources/wireguard-interfaces.d.ts.map +1 -0
- package/resources/wireguard-interfaces.js +66 -0
- package/resources/wireguard-interfaces.js.map +1 -0
- package/resources/wireguard-interfaces.mjs +62 -0
- package/resources/wireguard-interfaces.mjs.map +1 -0
- package/resources/wireguard-peers.d.mts +278 -0
- package/resources/wireguard-peers.d.mts.map +1 -0
- package/resources/wireguard-peers.d.ts +278 -0
- package/resources/wireguard-peers.d.ts.map +1 -0
- package/resources/wireguard-peers.js +92 -0
- package/resources/wireguard-peers.js.map +1 -0
- package/resources/wireguard-peers.mjs +88 -0
- package/resources/wireguard-peers.mjs.map +1 -0
- package/resources/wireless/detail-records-reports.d.mts +117 -0
- package/resources/wireless/detail-records-reports.d.mts.map +1 -0
- package/resources/wireless/detail-records-reports.d.ts +117 -0
- package/resources/wireless/detail-records-reports.d.ts.map +1 -0
- package/resources/wireless/detail-records-reports.js +63 -0
- package/resources/wireless/detail-records-reports.js.map +1 -0
- package/resources/wireless/detail-records-reports.mjs +59 -0
- package/resources/wireless/detail-records-reports.mjs.map +1 -0
- package/resources/wireless/index.d.mts +3 -0
- package/resources/wireless/index.d.mts.map +1 -0
- package/resources/wireless/index.d.ts +3 -0
- package/resources/wireless/index.d.ts.map +1 -0
- package/resources/wireless/index.js +9 -0
- package/resources/wireless/index.js.map +1 -0
- package/resources/wireless/index.mjs +4 -0
- package/resources/wireless/index.mjs.map +1 -0
- package/resources/wireless/wireless.d.mts +54 -0
- package/resources/wireless/wireless.d.mts.map +1 -0
- package/resources/wireless/wireless.d.ts +54 -0
- package/resources/wireless/wireless.d.ts.map +1 -0
- package/resources/wireless/wireless.js +30 -0
- package/resources/wireless/wireless.js.map +1 -0
- package/resources/wireless/wireless.mjs +25 -0
- package/resources/wireless/wireless.mjs.map +1 -0
- package/resources/wireless-blocklist-values.d.mts +57 -0
- package/resources/wireless-blocklist-values.d.mts.map +1 -0
- package/resources/wireless-blocklist-values.d.ts +57 -0
- package/resources/wireless-blocklist-values.d.ts.map +1 -0
- package/resources/wireless-blocklist-values.js +15 -0
- package/resources/wireless-blocklist-values.js.map +1 -0
- package/resources/wireless-blocklist-values.mjs +11 -0
- package/resources/wireless-blocklist-values.mjs.map +1 -0
- package/resources/wireless-blocklists.d.mts +161 -0
- package/resources/wireless-blocklists.d.mts.map +1 -0
- package/resources/wireless-blocklists.d.ts +161 -0
- package/resources/wireless-blocklists.d.ts.map +1 -0
- package/resources/wireless-blocklists.js +78 -0
- package/resources/wireless-blocklists.js.map +1 -0
- package/resources/wireless-blocklists.mjs +74 -0
- package/resources/wireless-blocklists.mjs.map +1 -0
- package/resources/wireless.d.mts +2 -0
- package/resources/wireless.d.mts.map +1 -0
- package/resources/wireless.d.ts +2 -0
- package/resources/wireless.d.ts.map +1 -0
- package/resources/wireless.js +6 -0
- package/resources/wireless.js.map +1 -0
- package/resources/wireless.mjs +3 -0
- package/resources/wireless.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +3850 -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 -0
- package/src/index.ts +22 -0
- 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 +50 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -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/lib/.keep +4 -0
- package/src/resource.ts +2 -0
- package/src/resources/access-ip-address.ts +177 -0
- package/src/resources/access-ip-ranges.ts +180 -0
- package/src/resources/actions/actions.ts +29 -0
- package/src/resources/actions/index.ts +5 -0
- package/src/resources/actions/purchase.ts +104 -0
- package/src/resources/actions/register.ts +93 -0
- package/src/resources/actions.ts +3 -0
- package/src/resources/addresses/actions.ts +183 -0
- package/src/resources/addresses/addresses.ts +428 -0
- package/src/resources/addresses/index.ts +19 -0
- package/src/resources/addresses.ts +3 -0
- package/src/resources/advanced-orders.ts +133 -0
- package/src/resources/ai/ai.ts +284 -0
- package/src/resources/ai/assistants/assistants.ts +1387 -0
- package/src/resources/ai/assistants/canary-deploys.ts +163 -0
- package/src/resources/ai/assistants/index.ts +80 -0
- package/src/resources/ai/assistants/scheduled-events.ts +246 -0
- package/src/resources/ai/assistants/tests/index.ts +21 -0
- package/src/resources/ai/assistants/tests/runs.ts +222 -0
- package/src/resources/ai/assistants/tests/test-suites/index.ts +11 -0
- package/src/resources/ai/assistants/tests/test-suites/runs.ts +133 -0
- package/src/resources/ai/assistants/tests/test-suites/test-suites.ts +59 -0
- package/src/resources/ai/assistants/tests/test-suites.ts +3 -0
- package/src/resources/ai/assistants/tests/tests.ts +383 -0
- package/src/resources/ai/assistants/tests.ts +3 -0
- package/src/resources/ai/assistants/tools.ts +72 -0
- package/src/resources/ai/assistants/versions.ts +537 -0
- package/src/resources/ai/assistants.ts +3 -0
- package/src/resources/ai/audio.ts +114 -0
- package/src/resources/ai/chat.ts +237 -0
- package/src/resources/ai/clusters.ts +255 -0
- package/src/resources/ai/conversations/conversations.ts +342 -0
- package/src/resources/ai/conversations/index.ts +39 -0
- package/src/resources/ai/conversations/insight-groups/index.ts +19 -0
- package/src/resources/ai/conversations/insight-groups/insight-groups.ts +193 -0
- package/src/resources/ai/conversations/insight-groups/insights.ts +79 -0
- package/src/resources/ai/conversations/insight-groups.ts +3 -0
- package/src/resources/ai/conversations/insights.ts +182 -0
- package/src/resources/ai/conversations/messages.ts +137 -0
- package/src/resources/ai/conversations.ts +3 -0
- package/src/resources/ai/embeddings/buckets.ts +89 -0
- package/src/resources/ai/embeddings/embeddings.ts +321 -0
- package/src/resources/ai/embeddings/index.ts +15 -0
- package/src/resources/ai/embeddings.ts +3 -0
- package/src/resources/ai/fine-tuning/fine-tuning.ts +20 -0
- package/src/resources/ai/fine-tuning/index.ts +4 -0
- package/src/resources/ai/fine-tuning/jobs.ts +177 -0
- package/src/resources/ai/fine-tuning.ts +3 -0
- package/src/resources/ai/index.ts +80 -0
- package/src/resources/ai.ts +3 -0
- package/src/resources/audit-events.ts +176 -0
- package/src/resources/authentication-providers.ts +385 -0
- package/src/resources/available-phone-number-blocks.ts +113 -0
- package/src/resources/available-phone-numbers.ts +210 -0
- package/src/resources/balance.ts +56 -0
- package/src/resources/billing-groups.ts +198 -0
- package/src/resources/brand/brand.ts +878 -0
- package/src/resources/brand/external-vetting.ts +143 -0
- package/src/resources/brand/index.ts +27 -0
- package/src/resources/brand.ts +3 -0
- package/src/resources/bulk-sim-card-actions.ts +153 -0
- package/src/resources/bundle-pricing/billing-bundles.ts +285 -0
- package/src/resources/bundle-pricing/bundle-pricing.ts +69 -0
- package/src/resources/bundle-pricing/index.ts +29 -0
- package/src/resources/bundle-pricing/user-bundles.ts +412 -0
- package/src/resources/bundle-pricing.ts +3 -0
- package/src/resources/call-control-applications.ts +587 -0
- package/src/resources/call-events.ts +243 -0
- package/src/resources/calls/actions.ts +3622 -0
- package/src/resources/calls/calls.ts +934 -0
- package/src/resources/calls/index.ts +103 -0
- package/src/resources/calls.ts +3 -0
- package/src/resources/campaign/campaign.ts +925 -0
- package/src/resources/campaign/index.ts +19 -0
- package/src/resources/campaign/osr.ts +28 -0
- package/src/resources/campaign/usecase.ts +42 -0
- package/src/resources/campaign-builder/brand.ts +79 -0
- package/src/resources/campaign-builder/campaign-builder.ts +251 -0
- package/src/resources/campaign-builder/index.ts +8 -0
- package/src/resources/campaign-builder.ts +3 -0
- package/src/resources/campaign.ts +3 -0
- package/src/resources/channel-zones.ts +139 -0
- package/src/resources/charges-breakdown.ts +131 -0
- package/src/resources/charges-summary.ts +207 -0
- package/src/resources/comments.ts +247 -0
- package/src/resources/conferences/actions.ts +794 -0
- package/src/resources/conferences/conferences.ts +661 -0
- package/src/resources/conferences/index.ts +46 -0
- package/src/resources/conferences.ts +3 -0
- package/src/resources/connections.ts +387 -0
- package/src/resources/country-coverage.ts +192 -0
- package/src/resources/credential-connections/actions.ts +80 -0
- package/src/resources/credential-connections/credential-connections.ts +760 -0
- package/src/resources/credential-connections/index.ts +21 -0
- package/src/resources/credential-connections.ts +3 -0
- package/src/resources/custom-storage-credentials.ts +213 -0
- package/src/resources/customer-service-records.ts +456 -0
- package/src/resources/detail-records.ts +777 -0
- package/src/resources/dialogflow-connections.ts +1038 -0
- package/src/resources/document-links.ts +118 -0
- package/src/resources/documents.ts +388 -0
- package/src/resources/dynamic-emergency-addresses.ts +232 -0
- package/src/resources/dynamic-emergency-endpoints.ts +200 -0
- package/src/resources/enum.ts +40 -0
- package/src/resources/external-connections/civic-addresses.ts +220 -0
- package/src/resources/external-connections/external-connections.ts +614 -0
- package/src/resources/external-connections/index.ts +63 -0
- package/src/resources/external-connections/log-messages.ts +231 -0
- package/src/resources/external-connections/phone-numbers.ts +228 -0
- package/src/resources/external-connections/releases.ts +250 -0
- package/src/resources/external-connections/uploads.ts +397 -0
- package/src/resources/external-connections.ts +3 -0
- package/src/resources/fax-applications.ts +499 -0
- package/src/resources/faxes/actions.ts +52 -0
- package/src/resources/faxes/faxes.ts +433 -0
- package/src/resources/faxes/index.ts +12 -0
- package/src/resources/faxes.ts +3 -0
- package/src/resources/fqdn-connections.ts +814 -0
- package/src/resources/fqdns.ts +269 -0
- package/src/resources/global-ip-allowed-ports.ts +56 -0
- package/src/resources/global-ip-assignment-health.ts +145 -0
- package/src/resources/global-ip-assignments-usage.ts +159 -0
- package/src/resources/global-ip-assignments.ts +241 -0
- package/src/resources/global-ip-health-check-types.ts +41 -0
- package/src/resources/global-ip-health-checks.ts +240 -0
- package/src/resources/global-ip-latency.ts +228 -0
- package/src/resources/global-ip-protocols.ts +41 -0
- package/src/resources/global-ip-usage.ts +114 -0
- package/src/resources/global-ips.ts +253 -0
- package/src/resources/inbound-channels.ts +93 -0
- package/src/resources/index.ts +1259 -0
- package/src/resources/integration-secrets.ts +164 -0
- package/src/resources/inventory-coverage.ts +158 -0
- package/src/resources/invoices.ts +133 -0
- package/src/resources/ip-connections.ts +792 -0
- package/src/resources/ips.ts +235 -0
- package/src/resources/ledger-billing-group-reports.ts +108 -0
- package/src/resources/list.ts +82 -0
- package/src/resources/managed-accounts/actions.ts +67 -0
- package/src/resources/managed-accounts/index.ts +23 -0
- package/src/resources/managed-accounts/managed-accounts.ts +550 -0
- package/src/resources/managed-accounts.ts +3 -0
- package/src/resources/media.ts +217 -0
- package/src/resources/messages/index.ts +23 -0
- package/src/resources/messages/messages.ts +1402 -0
- package/src/resources/messages/rcs.ts +59 -0
- package/src/resources/messages.ts +3 -0
- package/src/resources/messaging/index.ts +13 -0
- package/src/resources/messaging/messaging.ts +33 -0
- package/src/resources/messaging/rcs/agents.ts +112 -0
- package/src/resources/messaging/rcs/index.ts +13 -0
- package/src/resources/messaging/rcs/rcs.ts +183 -0
- package/src/resources/messaging/rcs.ts +3 -0
- package/src/resources/messaging-hosted-number-orders/actions.ts +57 -0
- package/src/resources/messaging-hosted-number-orders/index.ts +18 -0
- package/src/resources/messaging-hosted-number-orders/messaging-hosted-number-orders.ts +362 -0
- package/src/resources/messaging-hosted-number-orders.ts +3 -0
- package/src/resources/messaging-hosted-numbers.ts +24 -0
- package/src/resources/messaging-numbers-bulk-updates.ts +141 -0
- package/src/resources/messaging-optouts.ts +137 -0
- package/src/resources/messaging-profiles/autoresp-configs.ts +268 -0
- package/src/resources/messaging-profiles/index.ts +33 -0
- package/src/resources/messaging-profiles/messaging-profiles.ts +677 -0
- package/src/resources/messaging-profiles.ts +3 -0
- package/src/resources/messaging-tollfree/index.ts +4 -0
- package/src/resources/messaging-tollfree/messaging-tollfree.ts +15 -0
- package/src/resources/messaging-tollfree/verification/index.ts +19 -0
- package/src/resources/messaging-tollfree/verification/requests.ts +750 -0
- package/src/resources/messaging-tollfree/verification/verification.ts +45 -0
- package/src/resources/messaging-tollfree/verification.ts +3 -0
- package/src/resources/messaging-tollfree.ts +3 -0
- package/src/resources/messaging-url-domains.ts +69 -0
- package/src/resources/messaging.ts +3 -0
- package/src/resources/messsages.ts +466 -0
- package/src/resources/mobile-network-operators.ts +181 -0
- package/src/resources/mobile-push-credentials.ts +224 -0
- package/src/resources/network-coverage.ts +169 -0
- package/src/resources/networks/default-gateway.ts +166 -0
- package/src/resources/networks/index.ts +24 -0
- package/src/resources/networks/networks.ts +396 -0
- package/src/resources/networks.ts +3 -0
- package/src/resources/notification-channels.ts +313 -0
- package/src/resources/notification-event-conditions.ts +194 -0
- package/src/resources/notification-events.ts +88 -0
- package/src/resources/notification-profiles.ts +167 -0
- package/src/resources/notification-settings.ts +293 -0
- package/src/resources/number-block-orders.ts +241 -0
- package/src/resources/number-lookup.ts +203 -0
- package/src/resources/number-order-phone-numbers.ts +227 -0
- package/src/resources/number-orders.ts +414 -0
- package/src/resources/number-reservations/actions.ts +32 -0
- package/src/resources/number-reservations/index.ts +13 -0
- package/src/resources/number-reservations/number-reservations.ts +238 -0
- package/src/resources/number-reservations.ts +3 -0
- package/src/resources/numbers-features.ts +40 -0
- package/src/resources/operator-connect/actions.ts +34 -0
- package/src/resources/operator-connect/index.ts +4 -0
- package/src/resources/operator-connect/operator-connect.ts +15 -0
- package/src/resources/operator-connect.ts +3 -0
- package/src/resources/ota-updates.ts +221 -0
- package/src/resources/outbound-voice-profiles.ts +484 -0
- package/src/resources/partner-campaigns.ts +437 -0
- package/src/resources/payment/auto-recharge-prefs.ts +151 -0
- package/src/resources/payment/index.ts +9 -0
- package/src/resources/payment/payment.ts +27 -0
- package/src/resources/payment.ts +3 -0
- package/src/resources/phone-number-assignment-by-profile.ts +185 -0
- package/src/resources/phone-number-blocks/index.ts +12 -0
- package/src/resources/phone-number-blocks/jobs.ts +251 -0
- package/src/resources/phone-number-blocks/phone-number-blocks.ts +31 -0
- package/src/resources/phone-number-blocks.ts +3 -0
- package/src/resources/phone-number-campaigns.ts +246 -0
- package/src/resources/phone-numbers/actions.ts +259 -0
- package/src/resources/phone-numbers/csv-downloads.ts +248 -0
- package/src/resources/phone-numbers/index.ts +77 -0
- package/src/resources/phone-numbers/jobs.ts +520 -0
- package/src/resources/phone-numbers/messaging.ts +126 -0
- package/src/resources/phone-numbers/phone-numbers.ts +1105 -0
- package/src/resources/phone-numbers/voice.ts +352 -0
- package/src/resources/phone-numbers/voicemail.ts +133 -0
- package/src/resources/phone-numbers-regulatory-requirements.ts +100 -0
- package/src/resources/phone-numbers.ts +3 -0
- package/src/resources/portability-checks.ts +67 -0
- package/src/resources/porting/events.ts +712 -0
- package/src/resources/porting/index.ts +26 -0
- package/src/resources/porting/loa-configurations.ts +633 -0
- package/src/resources/porting/porting.ts +134 -0
- package/src/resources/porting/reports.ts +228 -0
- package/src/resources/porting-orders/action-requirements.ts +290 -0
- package/src/resources/porting-orders/actions.ts +172 -0
- package/src/resources/porting-orders/activation-jobs.ts +145 -0
- package/src/resources/porting-orders/additional-documents.ts +273 -0
- package/src/resources/porting-orders/associated-phone-numbers.ts +270 -0
- package/src/resources/porting-orders/comments.ts +146 -0
- package/src/resources/porting-orders/index.ts +116 -0
- package/src/resources/porting-orders/phone-number-blocks.ts +358 -0
- package/src/resources/porting-orders/phone-number-configurations.ts +226 -0
- package/src/resources/porting-orders/phone-number-extensions.ts +298 -0
- package/src/resources/porting-orders/porting-orders.ts +1305 -0
- package/src/resources/porting-orders/verification-codes.ts +243 -0
- package/src/resources/porting-orders.ts +3 -0
- package/src/resources/porting-phone-numbers.ts +157 -0
- package/src/resources/porting.ts +3 -0
- package/src/resources/portouts/comments.ts +126 -0
- package/src/resources/portouts/events.ts +444 -0
- package/src/resources/portouts/index.ts +36 -0
- package/src/resources/portouts/portouts.ts +497 -0
- package/src/resources/portouts/reports.ts +229 -0
- package/src/resources/portouts/supporting-documents.ts +151 -0
- package/src/resources/portouts.ts +3 -0
- package/src/resources/private-wireless-gateways.ts +256 -0
- package/src/resources/public-internet-gateways.ts +347 -0
- package/src/resources/queues/calls.ts +215 -0
- package/src/resources/queues/index.ts +10 -0
- package/src/resources/queues/queues.ts +79 -0
- package/src/resources/queues.ts +3 -0
- package/src/resources/rcs-agents.ts +60 -0
- package/src/resources/recording-transcriptions.ts +128 -0
- package/src/resources/recordings/actions.ts +40 -0
- package/src/resources/recordings/index.ts +11 -0
- package/src/resources/recordings/recordings.ts +271 -0
- package/src/resources/recordings.ts +3 -0
- package/src/resources/regions.ts +56 -0
- package/src/resources/regulatory-requirements.ts +119 -0
- package/src/resources/reports/cdr-usage-reports.ts +82 -0
- package/src/resources/reports/index.ts +26 -0
- package/src/resources/reports/mdr-usage-reports.ts +256 -0
- package/src/resources/reports/reports.ts +447 -0
- package/src/resources/reports.ts +3 -0
- package/src/resources/requirement-groups.ts +238 -0
- package/src/resources/requirement-types.ts +92 -0
- package/src/resources/requirements.ts +228 -0
- package/src/resources/room-compositions.ts +357 -0
- package/src/resources/room-participants.ts +161 -0
- package/src/resources/room-recordings.ts +475 -0
- package/src/resources/rooms/actions.ts +124 -0
- package/src/resources/rooms/index.ts +33 -0
- package/src/resources/rooms/rooms.ts +431 -0
- package/src/resources/rooms/sessions/actions.ts +181 -0
- package/src/resources/rooms/sessions/index.ts +24 -0
- package/src/resources/rooms/sessions/sessions.ts +497 -0
- package/src/resources/rooms/sessions.ts +3 -0
- package/src/resources/rooms.ts +3 -0
- package/src/resources/seti.ts +76 -0
- package/src/resources/shared.ts +587 -0
- package/src/resources/short-codes.ts +138 -0
- package/src/resources/sim-card-data-usage-notifications.ts +248 -0
- package/src/resources/sim-card-groups/actions.ts +308 -0
- package/src/resources/sim-card-groups/index.ts +29 -0
- package/src/resources/sim-card-groups/sim-card-groups.ts +383 -0
- package/src/resources/sim-card-groups.ts +3 -0
- package/src/resources/sim-card-order-preview.ts +107 -0
- package/src/resources/sim-card-orders.ts +338 -0
- package/src/resources/sim-cards/actions.ts +476 -0
- package/src/resources/sim-cards/index.ts +36 -0
- package/src/resources/sim-cards/sim-cards.ts +772 -0
- package/src/resources/sim-cards.ts +3 -0
- package/src/resources/siprec-connectors.ts +252 -0
- package/src/resources/storage/buckets/buckets.ts +120 -0
- package/src/resources/storage/buckets/index.ts +22 -0
- package/src/resources/storage/buckets/ssl-certificate.ts +153 -0
- package/src/resources/storage/buckets/usage.ts +197 -0
- package/src/resources/storage/buckets.ts +3 -0
- package/src/resources/storage/index.ts +25 -0
- package/src/resources/storage/migration-sources.ts +174 -0
- package/src/resources/storage/migrations/actions.ts +30 -0
- package/src/resources/storage/migrations/index.ts +11 -0
- package/src/resources/storage/migrations/migrations.ts +172 -0
- package/src/resources/storage/migrations.ts +3 -0
- package/src/resources/storage/storage.ts +103 -0
- package/src/resources/storage.ts +3 -0
- package/src/resources/sub-number-orders-report.ts +230 -0
- package/src/resources/sub-number-orders.ts +350 -0
- package/src/resources/telephony-credentials.ts +292 -0
- package/src/resources/texml/accounts/accounts.ts +366 -0
- package/src/resources/texml/accounts/calls/calls.ts +1081 -0
- package/src/resources/texml/accounts/calls/index.ts +32 -0
- package/src/resources/texml/accounts/calls/recordings-json.ts +221 -0
- package/src/resources/texml/accounts/calls/recordings.ts +121 -0
- package/src/resources/texml/accounts/calls/siprec.ts +99 -0
- package/src/resources/texml/accounts/calls/streams.ts +84 -0
- package/src/resources/texml/accounts/calls.ts +3 -0
- package/src/resources/texml/accounts/conferences/conferences.ts +665 -0
- package/src/resources/texml/accounts/conferences/index.ts +27 -0
- package/src/resources/texml/accounts/conferences/participants.ts +848 -0
- package/src/resources/texml/accounts/conferences.ts +3 -0
- package/src/resources/texml/accounts/index.ts +42 -0
- package/src/resources/texml/accounts/recordings/index.ts +4 -0
- package/src/resources/texml/accounts/recordings/json.ts +75 -0
- package/src/resources/texml/accounts/recordings/recordings.ts +19 -0
- package/src/resources/texml/accounts/recordings.ts +3 -0
- package/src/resources/texml/accounts/transcriptions/index.ts +9 -0
- package/src/resources/texml/accounts/transcriptions/json.ts +124 -0
- package/src/resources/texml/accounts/transcriptions/transcriptions.ts +25 -0
- package/src/resources/texml/accounts/transcriptions.ts +3 -0
- package/src/resources/texml/accounts.ts +3 -0
- package/src/resources/texml/calls.ts +298 -0
- package/src/resources/texml/index.ts +19 -0
- package/src/resources/texml/texml.ts +97 -0
- package/src/resources/texml-applications.ts +590 -0
- package/src/resources/texml.ts +3 -0
- package/src/resources/text-to-speech.ts +97 -0
- package/src/resources/top-level.ts +114 -0
- package/src/resources/usage-reports.ts +236 -0
- package/src/resources/user-addresses.ts +364 -0
- package/src/resources/user-tags.ts +66 -0
- package/src/resources/verifications/actions.ts +45 -0
- package/src/resources/verifications/by-phone-number/actions.ts +72 -0
- package/src/resources/verifications/by-phone-number/by-phone-number.ts +58 -0
- package/src/resources/verifications/by-phone-number/index.ts +4 -0
- package/src/resources/verifications/by-phone-number.ts +3 -0
- package/src/resources/verifications/index.ts +13 -0
- package/src/resources/verifications/verifications.ts +221 -0
- package/src/resources/verifications.ts +3 -0
- package/src/resources/verified-numbers/actions.ts +37 -0
- package/src/resources/verified-numbers/index.ts +12 -0
- package/src/resources/verified-numbers/verified-numbers.ts +160 -0
- package/src/resources/verified-numbers.ts +3 -0
- package/src/resources/verify-profiles.ts +530 -0
- package/src/resources/virtual-cross-connects-coverage.ts +191 -0
- package/src/resources/virtual-cross-connects.ts +1017 -0
- package/src/resources/webhook-deliveries.ts +471 -0
- package/src/resources/webhooks.ts +5282 -0
- package/src/resources/wireguard-interfaces.ts +369 -0
- package/src/resources/wireguard-peers.ts +357 -0
- package/src/resources/wireless/detail-records-reports.ts +162 -0
- package/src/resources/wireless/index.ts +17 -0
- package/src/resources/wireless/wireless.ts +94 -0
- package/src/resources/wireless-blocklist-values.ts +80 -0
- package/src/resources/wireless-blocklists.ts +222 -0
- package/src/resources/wireless.ts +3 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
- package/VERSION +0 -1
- package/dist/Error.js +0 -174
- package/dist/TelnyxMethod.basic.js +0 -30
- package/dist/TelnyxMethod.js +0 -89
- package/dist/TelnyxResource.js +0 -425
- package/dist/Webhooks.js +0 -80
- package/dist/autoPagination.js +0 -230
- package/dist/makeRequest.js +0 -133
- package/dist/multipart.js +0 -63
- package/dist/resources/AccessIpAddress.js +0 -11
- package/dist/resources/AccessIpRanges.js +0 -11
- package/dist/resources/Actions.js +0 -14
- package/dist/resources/ActionsSimCards.js +0 -19
- package/dist/resources/ActivateDeactivateBulkCredentials.js +0 -44
- package/dist/resources/Addresses.js +0 -65
- package/dist/resources/AiAssistants.js +0 -27
- package/dist/resources/AiAudioTranscriptions.js +0 -11
- package/dist/resources/AiChatCompletions.js +0 -11
- package/dist/resources/AiEmbeddings.js +0 -17
- package/dist/resources/AiEmbeddingsBuckets.js +0 -22
- package/dist/resources/AiEmbeddingsSimilaritySearch.js +0 -11
- package/dist/resources/AiModels.js +0 -11
- package/dist/resources/AiSummarize.js +0 -11
- package/dist/resources/AuditEvents.js +0 -11
- package/dist/resources/AuthenticationProviders.js +0 -11
- package/dist/resources/AvailablePhoneNumbers.js +0 -11
- package/dist/resources/AvailablePhoneNumbersBlocks.js +0 -11
- package/dist/resources/Balance.js +0 -11
- package/dist/resources/BillingGroups.js +0 -11
- package/dist/resources/Brands.js +0 -59
- package/dist/resources/BulkCredentials.js +0 -21
- package/dist/resources/BulkSoleProprietorCreation.js +0 -26
- package/dist/resources/BulkTelephonyCredentials.js +0 -65
- package/dist/resources/CallControlApplications.js +0 -64
- package/dist/resources/CallEvents.js +0 -11
- package/dist/resources/CallRecordings.js +0 -26
- package/dist/resources/Calls.js +0 -121
- package/dist/resources/Campaign.js +0 -104
- package/dist/resources/CampaignBuilder.js +0 -64
- package/dist/resources/CdrUsageReports.js +0 -16
- package/dist/resources/Channelzones.js +0 -22
- package/dist/resources/Conferences.js +0 -100
- package/dist/resources/Connections.js +0 -16
- package/dist/resources/CredentialConnections.js +0 -11
- package/dist/resources/CustomerServiceRecords.js +0 -21
- package/dist/resources/DetailRecords.js +0 -15
- package/dist/resources/DialogflowConnections.js +0 -32
- package/dist/resources/DocumentLinks.js +0 -11
- package/dist/resources/Documents.js +0 -23
- package/dist/resources/DynamicEmergency.js +0 -15
- package/dist/resources/DynamicEmergencyAddresses.js +0 -11
- package/dist/resources/DynamicEmergencyEndpoints.js +0 -11
- package/dist/resources/ExternalConnections.js +0 -81
- package/dist/resources/FaxApplications.js +0 -67
- package/dist/resources/Faxes.js +0 -64
- package/dist/resources/FqdnConnections.js +0 -67
- package/dist/resources/Fqdns.js +0 -67
- package/dist/resources/GlobalIps.js +0 -48
- package/dist/resources/InboundChannels.js +0 -16
- package/dist/resources/InventoryCoverage.js +0 -19
- package/dist/resources/IpConnections.js +0 -67
- package/dist/resources/Ips.js +0 -67
- package/dist/resources/ManagedAccounts.js +0 -76
- package/dist/resources/MdrDetailReports.js +0 -25
- package/dist/resources/MdrUsageReports.js +0 -25
- package/dist/resources/MediaStorageApi.js +0 -24
- package/dist/resources/Messages.js +0 -31
- package/dist/resources/MessagingHostedNumberOrders.js +0 -11
- package/dist/resources/MessagingHostedNumbers.js +0 -11
- package/dist/resources/MessagingProfiles.js +0 -161
- package/dist/resources/MessagingShortCodes.js +0 -11
- package/dist/resources/MessagingTollfreeVerification.js +0 -21
- package/dist/resources/MessagingUrlDomains.js +0 -16
- package/dist/resources/MobileNetworkOperators.js +0 -16
- package/dist/resources/MobileOperatorNetworks.js +0 -11
- package/dist/resources/Networks.js +0 -28
- package/dist/resources/NotificationEvents.js +0 -11
- package/dist/resources/NumberBackgroundJobs.js +0 -24
- package/dist/resources/NumberLookup.js +0 -11
- package/dist/resources/NumberOrders.js +0 -57
- package/dist/resources/NumberPortouts.js +0 -91
- package/dist/resources/NumberReservations.js +0 -51
- package/dist/resources/NumbersFeatures.js +0 -16
- package/dist/resources/Object.js +0 -22
- package/dist/resources/OtaUpdates.js +0 -20
- package/dist/resources/OutboundVoiceProfiles.js +0 -64
- package/dist/resources/Payment.js +0 -19
- package/dist/resources/PhoneNumberAssignmentByProfile.js +0 -81
- package/dist/resources/PhoneNumberBlockOrders.js +0 -21
- package/dist/resources/PhoneNumberBlocksBackgroundJobs.js +0 -25
- package/dist/resources/PhoneNumberCampaigns.js +0 -21
- package/dist/resources/PhoneNumbers.js +0 -117
- package/dist/resources/PhoneNumbersCsvDownloads.js +0 -11
- package/dist/resources/PhoneNumbersMessaging.js +0 -11
- package/dist/resources/PhoneNumbersRegulatoryRequirements.js +0 -11
- package/dist/resources/PhoneNumbersSlim.js +0 -11
- package/dist/resources/PhoneNumbersVoice.js +0 -11
- package/dist/resources/PortabilityChecks.js +0 -15
- package/dist/resources/PortingEvents.js +0 -23
- package/dist/resources/PortingLoaConfigurations.js +0 -18
- package/dist/resources/PortingOrders.js +0 -267
- package/dist/resources/PortingPhoneNumbers.js +0 -11
- package/dist/resources/PortingReports.js +0 -11
- package/dist/resources/PortoutEvents.js +0 -17
- package/dist/resources/PortoutRequests.js +0 -53
- package/dist/resources/PresignedObjectUrls.js +0 -17
- package/dist/resources/PrivateWirelessGateways.js +0 -20
- package/dist/resources/PublicInternetGateways.js +0 -20
- package/dist/resources/PushCredentials.js +0 -21
- package/dist/resources/Queues.js +0 -77
- package/dist/resources/RecordingsCommands.js +0 -17
- package/dist/resources/Regions.js +0 -16
- package/dist/resources/RegulatoryRequirements.js +0 -11
- package/dist/resources/Reporting.js +0 -20
- package/dist/resources/Reports.js +0 -20
- package/dist/resources/ReportsMdrs.js +0 -11
- package/dist/resources/RequirementTypes.js +0 -20
- package/dist/resources/Requirements.js +0 -20
- package/dist/resources/RoomCompositions.js +0 -11
- package/dist/resources/RoomParticipants.js +0 -11
- package/dist/resources/RoomRecordings.js +0 -21
- package/dist/resources/RoomSessions.js +0 -44
- package/dist/resources/Rooms.js +0 -11
- package/dist/resources/RoomsClientToken.js +0 -21
- package/dist/resources/RoomsClientTokens.js +0 -22
- package/dist/resources/SharedCampaigns.js +0 -21
- package/dist/resources/ShortCodes.js +0 -56
- package/dist/resources/SimCardActions.js +0 -28
- package/dist/resources/SimCardGroupActions.js +0 -20
- package/dist/resources/SimCardGroups.js +0 -67
- package/dist/resources/SimCardOrders.js +0 -11
- package/dist/resources/SimCards.js +0 -110
- package/dist/resources/StorageBuckets.js +0 -36
- package/dist/resources/TelephonyCredentials.js +0 -62
- package/dist/resources/Texml.js +0 -29
- package/dist/resources/TexmlApplications.js +0 -64
- package/dist/resources/Verifications.js +0 -87
- package/dist/resources/VerifiedNumbers.js +0 -68
- package/dist/resources/VerifyProfiles.js +0 -17
- package/dist/resources/VirtualCrossConnects.js +0 -32
- package/dist/resources/WdrDetailReports.js +0 -16
- package/dist/resources/Webhooks.js +0 -11
- package/dist/resources/WireguardInterfaces.js +0 -40
- package/dist/resources/WirelessDetailRecordReports.js +0 -11
- package/dist/telnyx.js +0 -570
- package/dist/telnyx.node.js +0 -12
- package/dist/types/AccessIpAddressResource.d.ts +0 -57
- package/dist/types/AccessIpRangesResource.d.ts +0 -43
- package/dist/types/AddressesResource.d.ts +0 -90
- package/dist/types/AiAssistantsResource.d.ts +0 -69
- package/dist/types/AiAudioTranscriptionsResource.d.ts +0 -18
- package/dist/types/AiChatCompletionsResource.d.ts +0 -18
- package/dist/types/AiEmbeddingsBucketsResource.d.ts +0 -46
- package/dist/types/AiEmbeddingsResource.d.ts +0 -43
- package/dist/types/AiEmbeddingsSimilaritySearchResource.d.ts +0 -20
- package/dist/types/AiModelsResource.d.ts +0 -17
- package/dist/types/AiSummarizeResource.d.ts +0 -18
- package/dist/types/AuditEventsResource.d.ts +0 -18
- package/dist/types/AuthenticationProvidersResource.d.ts +0 -72
- package/dist/types/AvailablePhoneNumbersBlocksResource.d.ts +0 -20
- package/dist/types/AvailablePhoneNumbersResource.d.ts +0 -18
- package/dist/types/BalanceResource.d.ts +0 -19
- package/dist/types/BillingGroupsResource.d.ts +0 -72
- package/dist/types/BrandsResource.d.ts +0 -149
- package/dist/types/CallControlApplicationsResource.d.ts +0 -99
- package/dist/types/CallEventsResource.d.ts +0 -18
- package/dist/types/CallRecordingsResource.d.ts +0 -59
- package/dist/types/CallsResource.d.ts +0 -488
- package/dist/types/CdrUsageReportsResource.d.ts +0 -18
- package/dist/types/ChannelzonesResource.d.ts +0 -33
- package/dist/types/ConferencesResource.d.ts +0 -294
- package/dist/types/ConnectionsResource.d.ts +0 -44
- package/dist/types/CredentialConnectionsResource.d.ts +0 -69
- package/dist/types/CustomerServiceRecordsResource.d.ts +0 -55
- package/dist/types/DetailRecordsResource.d.ts +0 -18
- package/dist/types/DialogflowConnectionsResource.d.ts +0 -61
- package/dist/types/DocumentLinksResource.d.ts +0 -18
- package/dist/types/DocumentsResource.d.ts +0 -80
- package/dist/types/DynamicEmergencyAddressesResource.d.ts +0 -61
- package/dist/types/DynamicEmergencyEndpointsResource.d.ts +0 -58
- package/dist/types/DynamicEmergencyResource.d.ts +0 -8
- package/dist/types/Errors.d.ts +0 -131
- package/dist/types/Events.d.ts +0 -110
- package/dist/types/ExternalConnectionsResource.d.ts +0 -303
- package/dist/types/FaxApplicationsResource.d.ts +0 -99
- package/dist/types/FaxesResource.d.ts +0 -84
- package/dist/types/FqdnConnectionsResource.d.ts +0 -88
- package/dist/types/FqdnsResource.d.ts +0 -100
- package/dist/types/InboundChannelsResource.d.ts +0 -33
- package/dist/types/InventoryCoverageResource.d.ts +0 -23
- package/dist/types/IpConnectionsResource.d.ts +0 -88
- package/dist/types/IpsResource.d.ts +0 -72
- package/dist/types/MessagesResource.d.ts +0 -103
- package/dist/types/MessagingProfilesResource.d.ts +0 -238
- package/dist/types/NotificationEventsResource.d.ts +0 -18
- package/dist/types/NumberOrdersResource.d.ts +0 -78
- package/dist/types/PhoneNumberAssignmentByProfileResource.d.ts +0 -53
- package/dist/types/PhoneNumbersCsvDownloadsResource.d.ts +0 -44
- package/dist/types/PhoneNumbersMessagingResource.d.ts +0 -18
- package/dist/types/PhoneNumbersRegulatoryRequirementsResource.d.ts +0 -20
- package/dist/types/PhoneNumbersResource.d.ts +0 -195
- package/dist/types/PhoneNumbersSlimResource.d.ts +0 -18
- package/dist/types/PhoneNumbersVoiceResource.d.ts +0 -18
- package/dist/types/PortabilityChecksResource.d.ts +0 -18
- package/dist/types/PortingEventsResource.d.ts +0 -48
- package/dist/types/PortingLoaConfigurationsResource.d.ts +0 -91
- package/dist/types/PortingOrdersResource.d.ts +0 -72
- package/dist/types/PortingPhoneNumbersResource.d.ts +0 -18
- package/dist/types/PortingReportsResource.d.ts +0 -40
- package/dist/types/PortoutEventsResource.d.ts +0 -43
- package/dist/types/RegulatoryRequirementsResource.d.ts +0 -18
- package/dist/types/StorageBucketsResource.d.ts +0 -71
- package/dist/types/TelephonyCredentialsResource.d.ts +0 -88
- package/dist/types/TelnyxAPI.d.ts +0 -79318
- package/dist/types/TexmlApplicationsResource.d.ts +0 -100
- package/dist/types/TexmlResource.d.ts +0 -48
- package/dist/types/VerificationsResource.d.ts +0 -116
- package/dist/types/VerifiedNumbersResource.d.ts +0 -108
- package/dist/types/VerifyProfilesResource.d.ts +0 -84
- package/dist/types/Webhooks.d.ts +0 -26
- package/dist/types/index.d.ts +0 -177
- package/dist/types/lib.d.ts +0 -46
- package/dist/utils.js +0 -321
|
@@ -0,0 +1,2498 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as CallsAPI from "./calls.mjs";
|
|
3
|
+
import * as AssistantsAPI from "../ai/assistants/assistants.mjs";
|
|
4
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
5
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
6
|
+
export declare class Actions extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Answer an incoming call. You must issue this command before executing subsequent
|
|
9
|
+
* commands on an incoming call.
|
|
10
|
+
*
|
|
11
|
+
* **Expected Webhooks (see
|
|
12
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/answer-call#callbacks)
|
|
13
|
+
* below):**
|
|
14
|
+
*
|
|
15
|
+
* - `call.answered`
|
|
16
|
+
* - `streaming.started`, `streaming.stopped` or `streaming.failed` if `stream_url`
|
|
17
|
+
* was set
|
|
18
|
+
*
|
|
19
|
+
* When the `record` parameter is set to `record-from-answer`, the response will
|
|
20
|
+
* include a `recording_id` field.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```ts
|
|
24
|
+
* const response = await client.calls.actions.answer(
|
|
25
|
+
* 'call_control_id',
|
|
26
|
+
* );
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
answer(callControlID: string, body: ActionAnswerParams, options?: RequestOptions): APIPromise<ActionAnswerResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Bridge two call control calls.
|
|
32
|
+
*
|
|
33
|
+
* **Expected Webhooks (see
|
|
34
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/bridge-call#callbacks)
|
|
35
|
+
* below):**
|
|
36
|
+
*
|
|
37
|
+
* - `call.bridged` for Leg A
|
|
38
|
+
* - `call.bridged` for Leg B
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* ```ts
|
|
42
|
+
* const response = await client.calls.actions.bridge(
|
|
43
|
+
* 'call_control_id',
|
|
44
|
+
* {
|
|
45
|
+
* body_call_control_id:
|
|
46
|
+
* 'v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg',
|
|
47
|
+
* },
|
|
48
|
+
* );
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
bridge(callControlID: string, body: ActionBridgeParams, options?: RequestOptions): APIPromise<ActionBridgeResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Put the call in a queue.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* ```ts
|
|
57
|
+
* const response = await client.calls.actions.enqueue(
|
|
58
|
+
* 'call_control_id',
|
|
59
|
+
* { queue_name: 'support' },
|
|
60
|
+
* );
|
|
61
|
+
* ```
|
|
62
|
+
*/
|
|
63
|
+
enqueue(callControlID: string, body: ActionEnqueueParams, options?: RequestOptions): APIPromise<ActionEnqueueResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* Gather DTMF signals to build interactive menus.
|
|
66
|
+
*
|
|
67
|
+
* You can pass a list of valid digits. The `Answer` command must be issued before
|
|
68
|
+
* the `gather` command.
|
|
69
|
+
*
|
|
70
|
+
* **Expected Webhooks (see
|
|
71
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/gather-call#callbacks)
|
|
72
|
+
* below):**
|
|
73
|
+
*
|
|
74
|
+
* - `call.dtmf.received` (you may receive many of these webhooks)
|
|
75
|
+
* - `call.gather.ended`
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* ```ts
|
|
79
|
+
* const response = await client.calls.actions.gather(
|
|
80
|
+
* 'call_control_id',
|
|
81
|
+
* );
|
|
82
|
+
* ```
|
|
83
|
+
*/
|
|
84
|
+
gather(callControlID: string, body: ActionGatherParams, options?: RequestOptions): APIPromise<ActionGatherResponse>;
|
|
85
|
+
/**
|
|
86
|
+
* Gather parameters defined in the request payload using a voice assistant.
|
|
87
|
+
*
|
|
88
|
+
* You can pass parameters described as a JSON Schema object and the voice
|
|
89
|
+
* assistant will attempt to gather these informations.
|
|
90
|
+
*
|
|
91
|
+
* **Expected Webhooks (see
|
|
92
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/call-gather-using-ai#callbacks)
|
|
93
|
+
* below):**
|
|
94
|
+
*
|
|
95
|
+
* - `call.ai_gather.ended`
|
|
96
|
+
* - `call.conversation.ended`
|
|
97
|
+
* - `call.ai_gather.partial_results` (if `send_partial_results` is set to `true`)
|
|
98
|
+
* - `call.ai_gather.message_history_updated` (if `send_message_history_updates` is
|
|
99
|
+
* set to `true`)
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* ```ts
|
|
103
|
+
* const response = await client.calls.actions.gatherUsingAI(
|
|
104
|
+
* 'call_control_id',
|
|
105
|
+
* {
|
|
106
|
+
* parameters: {
|
|
107
|
+
* properties: {
|
|
108
|
+
* age: {
|
|
109
|
+
* description: 'The age of the customer.',
|
|
110
|
+
* type: 'integer',
|
|
111
|
+
* },
|
|
112
|
+
* location: {
|
|
113
|
+
* description: 'The location of the customer.',
|
|
114
|
+
* type: 'string',
|
|
115
|
+
* },
|
|
116
|
+
* },
|
|
117
|
+
* required: ['age', 'location'],
|
|
118
|
+
* type: 'object',
|
|
119
|
+
* },
|
|
120
|
+
* },
|
|
121
|
+
* );
|
|
122
|
+
* ```
|
|
123
|
+
*/
|
|
124
|
+
gatherUsingAI(callControlID: string, body: ActionGatherUsingAIParams, options?: RequestOptions): APIPromise<ActionGatherUsingAIResponse>;
|
|
125
|
+
/**
|
|
126
|
+
* Play an audio file on the call until the required DTMF signals are gathered to
|
|
127
|
+
* build interactive menus.
|
|
128
|
+
*
|
|
129
|
+
* You can pass a list of valid digits along with an 'invalid_audio_url', which
|
|
130
|
+
* will be played back at the beginning of each prompt. Playback will be
|
|
131
|
+
* interrupted when a DTMF signal is received. The
|
|
132
|
+
* `Answer command must be issued before the `gather_using_audio` command.
|
|
133
|
+
*
|
|
134
|
+
* **Expected Webhooks (see
|
|
135
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/gather-using-audio#callbacks)
|
|
136
|
+
* below):**
|
|
137
|
+
*
|
|
138
|
+
* - `call.playback.started`
|
|
139
|
+
* - `call.playback.ended`
|
|
140
|
+
* - `call.dtmf.received` (you may receive many of these webhooks)
|
|
141
|
+
* - `call.gather.ended`
|
|
142
|
+
*
|
|
143
|
+
* @example
|
|
144
|
+
* ```ts
|
|
145
|
+
* const response =
|
|
146
|
+
* await client.calls.actions.gatherUsingAudio(
|
|
147
|
+
* 'call_control_id',
|
|
148
|
+
* );
|
|
149
|
+
* ```
|
|
150
|
+
*/
|
|
151
|
+
gatherUsingAudio(callControlID: string, body: ActionGatherUsingAudioParams, options?: RequestOptions): APIPromise<ActionGatherUsingAudioResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* Convert text to speech and play it on the call until the required DTMF signals
|
|
154
|
+
* are gathered to build interactive menus.
|
|
155
|
+
*
|
|
156
|
+
* You can pass a list of valid digits along with an 'invalid_payload', which will
|
|
157
|
+
* be played back at the beginning of each prompt. Speech will be interrupted when
|
|
158
|
+
* a DTMF signal is received. The `Answer` command must be issued before the
|
|
159
|
+
* `gather_using_speak` command.
|
|
160
|
+
*
|
|
161
|
+
* **Expected Webhooks (see
|
|
162
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/gather-using-speak#callbacks)
|
|
163
|
+
* below):**
|
|
164
|
+
*
|
|
165
|
+
* - `call.dtmf.received` (you may receive many of these webhooks)
|
|
166
|
+
* - `call.gather.ended`
|
|
167
|
+
*
|
|
168
|
+
* @example
|
|
169
|
+
* ```ts
|
|
170
|
+
* const response =
|
|
171
|
+
* await client.calls.actions.gatherUsingSpeak(
|
|
172
|
+
* 'call_control_id',
|
|
173
|
+
* { payload: 'say this on call', voice: 'male' },
|
|
174
|
+
* );
|
|
175
|
+
* ```
|
|
176
|
+
*/
|
|
177
|
+
gatherUsingSpeak(callControlID: string, body: ActionGatherUsingSpeakParams, options?: RequestOptions): APIPromise<ActionGatherUsingSpeakResponse>;
|
|
178
|
+
/**
|
|
179
|
+
* Hang up the call.
|
|
180
|
+
*
|
|
181
|
+
* **Expected Webhooks (see
|
|
182
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/hangup-call#callbacks)
|
|
183
|
+
* below):**
|
|
184
|
+
*
|
|
185
|
+
* - `call.hangup`
|
|
186
|
+
* - `call.recording.saved`
|
|
187
|
+
*
|
|
188
|
+
* @example
|
|
189
|
+
* ```ts
|
|
190
|
+
* const response = await client.calls.actions.hangup(
|
|
191
|
+
* 'call_control_id',
|
|
192
|
+
* );
|
|
193
|
+
* ```
|
|
194
|
+
*/
|
|
195
|
+
hangup(callControlID: string, body: ActionHangupParams, options?: RequestOptions): APIPromise<ActionHangupResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* Removes the call from a queue.
|
|
198
|
+
*
|
|
199
|
+
* @example
|
|
200
|
+
* ```ts
|
|
201
|
+
* const response = await client.calls.actions.leaveQueue(
|
|
202
|
+
* 'call_control_id',
|
|
203
|
+
* );
|
|
204
|
+
* ```
|
|
205
|
+
*/
|
|
206
|
+
leaveQueue(callControlID: string, body: ActionLeaveQueueParams, options?: RequestOptions): APIPromise<ActionLeaveQueueResponse>;
|
|
207
|
+
/**
|
|
208
|
+
* Pause recording the call. Recording can be resumed via Resume recording command.
|
|
209
|
+
*
|
|
210
|
+
* **Expected Webhooks:**
|
|
211
|
+
*
|
|
212
|
+
* There are no webhooks associated with this command.
|
|
213
|
+
*
|
|
214
|
+
* @example
|
|
215
|
+
* ```ts
|
|
216
|
+
* const response = await client.calls.actions.pauseRecording(
|
|
217
|
+
* 'call_control_id',
|
|
218
|
+
* );
|
|
219
|
+
* ```
|
|
220
|
+
*/
|
|
221
|
+
pauseRecording(callControlID: string, body: ActionPauseRecordingParams, options?: RequestOptions): APIPromise<ActionPauseRecordingResponse>;
|
|
222
|
+
/**
|
|
223
|
+
* Initiate a SIP Refer on a Call Control call. You can initiate a SIP Refer at any
|
|
224
|
+
* point in the duration of a call.
|
|
225
|
+
*
|
|
226
|
+
* **Expected Webhooks (see
|
|
227
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/refer-call#callbacks)
|
|
228
|
+
* below):**
|
|
229
|
+
*
|
|
230
|
+
* - `call.refer.started`
|
|
231
|
+
* - `call.refer.completed`
|
|
232
|
+
* - `call.refer.failed`
|
|
233
|
+
*
|
|
234
|
+
* @example
|
|
235
|
+
* ```ts
|
|
236
|
+
* const response = await client.calls.actions.refer(
|
|
237
|
+
* 'call_control_id',
|
|
238
|
+
* {
|
|
239
|
+
* sip_address: 'sip:username@sip.non-telnyx-address.com',
|
|
240
|
+
* },
|
|
241
|
+
* );
|
|
242
|
+
* ```
|
|
243
|
+
*/
|
|
244
|
+
refer(callControlID: string, body: ActionReferParams, options?: RequestOptions): APIPromise<ActionReferResponse>;
|
|
245
|
+
/**
|
|
246
|
+
* Reject an incoming call.
|
|
247
|
+
*
|
|
248
|
+
* **Expected Webhooks (see
|
|
249
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/reject-call#callbacks)
|
|
250
|
+
* below):**
|
|
251
|
+
*
|
|
252
|
+
* - `call.hangup`
|
|
253
|
+
*
|
|
254
|
+
* @example
|
|
255
|
+
* ```ts
|
|
256
|
+
* const response = await client.calls.actions.reject(
|
|
257
|
+
* 'call_control_id',
|
|
258
|
+
* { cause: 'USER_BUSY' },
|
|
259
|
+
* );
|
|
260
|
+
* ```
|
|
261
|
+
*/
|
|
262
|
+
reject(callControlID: string, body: ActionRejectParams, options?: RequestOptions): APIPromise<ActionRejectResponse>;
|
|
263
|
+
/**
|
|
264
|
+
* Resume recording the call.
|
|
265
|
+
*
|
|
266
|
+
* **Expected Webhooks:**
|
|
267
|
+
*
|
|
268
|
+
* There are no webhooks associated with this command.
|
|
269
|
+
*
|
|
270
|
+
* @example
|
|
271
|
+
* ```ts
|
|
272
|
+
* const response = await client.calls.actions.resumeRecording(
|
|
273
|
+
* 'call_control_id',
|
|
274
|
+
* );
|
|
275
|
+
* ```
|
|
276
|
+
*/
|
|
277
|
+
resumeRecording(callControlID: string, body: ActionResumeRecordingParams, options?: RequestOptions): APIPromise<ActionResumeRecordingResponse>;
|
|
278
|
+
/**
|
|
279
|
+
* Sends DTMF tones from this leg. DTMF tones will be heard by the other end of the
|
|
280
|
+
* call.
|
|
281
|
+
*
|
|
282
|
+
* **Expected Webhooks:**
|
|
283
|
+
*
|
|
284
|
+
* There are no webhooks associated with this command.
|
|
285
|
+
*
|
|
286
|
+
* @example
|
|
287
|
+
* ```ts
|
|
288
|
+
* const response = await client.calls.actions.sendDtmf(
|
|
289
|
+
* 'call_control_id',
|
|
290
|
+
* { digits: '1www2WABCDw9' },
|
|
291
|
+
* );
|
|
292
|
+
* ```
|
|
293
|
+
*/
|
|
294
|
+
sendDtmf(callControlID: string, body: ActionSendDtmfParams, options?: RequestOptions): APIPromise<ActionSendDtmfResponse>;
|
|
295
|
+
/**
|
|
296
|
+
* Sends SIP info from this leg.
|
|
297
|
+
*
|
|
298
|
+
* **Expected Webhooks:**
|
|
299
|
+
*
|
|
300
|
+
* - `call.sip_info.received` (to be received on the target call leg)
|
|
301
|
+
*
|
|
302
|
+
* @example
|
|
303
|
+
* ```ts
|
|
304
|
+
* const response = await client.calls.actions.sendSipInfo(
|
|
305
|
+
* 'call_control_id',
|
|
306
|
+
* {
|
|
307
|
+
* body: '{"key": "value", "numValue": 100}',
|
|
308
|
+
* content_type: 'application/json',
|
|
309
|
+
* },
|
|
310
|
+
* );
|
|
311
|
+
* ```
|
|
312
|
+
*/
|
|
313
|
+
sendSipInfo(callControlID: string, body: ActionSendSipInfoParams, options?: RequestOptions): APIPromise<ActionSendSipInfoResponse>;
|
|
314
|
+
/**
|
|
315
|
+
* Convert text to speech and play it back on the call. If multiple speak text
|
|
316
|
+
* commands are issued consecutively, the audio files will be placed in a queue
|
|
317
|
+
* awaiting playback.
|
|
318
|
+
*
|
|
319
|
+
* **Expected Webhooks (see
|
|
320
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/speak-call#callbacks)
|
|
321
|
+
* below):**
|
|
322
|
+
*
|
|
323
|
+
* - `call.speak.started`
|
|
324
|
+
* - `call.speak.ended`
|
|
325
|
+
*
|
|
326
|
+
* @example
|
|
327
|
+
* ```ts
|
|
328
|
+
* const response = await client.calls.actions.speak(
|
|
329
|
+
* 'call_control_id',
|
|
330
|
+
* { payload: 'Say this on the call', voice: 'female' },
|
|
331
|
+
* );
|
|
332
|
+
* ```
|
|
333
|
+
*/
|
|
334
|
+
speak(callControlID: string, body: ActionSpeakParams, options?: RequestOptions): APIPromise<ActionSpeakResponse>;
|
|
335
|
+
/**
|
|
336
|
+
* Start an AI assistant on the call.
|
|
337
|
+
*
|
|
338
|
+
* **Expected Webhooks (see
|
|
339
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/call-start-ai-assistant#callbacks)
|
|
340
|
+
* below):**
|
|
341
|
+
*
|
|
342
|
+
* - `call.conversation.ended`
|
|
343
|
+
* - `call.conversation_insights.generated`
|
|
344
|
+
*
|
|
345
|
+
* @example
|
|
346
|
+
* ```ts
|
|
347
|
+
* const response =
|
|
348
|
+
* await client.calls.actions.startAIAssistant(
|
|
349
|
+
* 'call_control_id',
|
|
350
|
+
* );
|
|
351
|
+
* ```
|
|
352
|
+
*/
|
|
353
|
+
startAIAssistant(callControlID: string, body: ActionStartAIAssistantParams, options?: RequestOptions): APIPromise<ActionStartAIAssistantResponse>;
|
|
354
|
+
/**
|
|
355
|
+
* Call forking allows you to stream the media from a call to a specific target in
|
|
356
|
+
* realtime. This stream can be used to enable realtime audio analysis to support a
|
|
357
|
+
* variety of use cases, including fraud detection, or the creation of AI-generated
|
|
358
|
+
* audio responses. Requests must specify either the `target` attribute or the `rx`
|
|
359
|
+
* and `tx` attributes.
|
|
360
|
+
*
|
|
361
|
+
* **Expected Webhooks (see
|
|
362
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/start-call-fork#callbacks)
|
|
363
|
+
* below):**
|
|
364
|
+
*
|
|
365
|
+
* - `call.fork.started`
|
|
366
|
+
* - `call.fork.stopped`
|
|
367
|
+
*
|
|
368
|
+
* @example
|
|
369
|
+
* ```ts
|
|
370
|
+
* const response = await client.calls.actions.startForking(
|
|
371
|
+
* 'call_control_id',
|
|
372
|
+
* );
|
|
373
|
+
* ```
|
|
374
|
+
*/
|
|
375
|
+
startForking(callControlID: string, body: ActionStartForkingParams, options?: RequestOptions): APIPromise<ActionStartForkingResponse>;
|
|
376
|
+
/**
|
|
377
|
+
* Noise Suppression Start (BETA)
|
|
378
|
+
*
|
|
379
|
+
* @example
|
|
380
|
+
* ```ts
|
|
381
|
+
* const response =
|
|
382
|
+
* await client.calls.actions.startNoiseSuppression(
|
|
383
|
+
* 'call_control_id',
|
|
384
|
+
* );
|
|
385
|
+
* ```
|
|
386
|
+
*/
|
|
387
|
+
startNoiseSuppression(callControlID: string, body: ActionStartNoiseSuppressionParams, options?: RequestOptions): APIPromise<ActionStartNoiseSuppressionResponse>;
|
|
388
|
+
/**
|
|
389
|
+
* Play an audio file on the call. If multiple play audio commands are issued
|
|
390
|
+
* consecutively, the audio files will be placed in a queue awaiting playback.
|
|
391
|
+
*
|
|
392
|
+
* _Notes:_
|
|
393
|
+
*
|
|
394
|
+
* - When `overlay` is enabled, `target_legs` is limited to `self`.
|
|
395
|
+
* - A customer cannot Play Audio with `overlay=true` unless there is a Play Audio
|
|
396
|
+
* with `overlay=false` actively playing.
|
|
397
|
+
*
|
|
398
|
+
* **Expected Webhooks (see
|
|
399
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/start-call-playback#callbacks)
|
|
400
|
+
* below):**
|
|
401
|
+
*
|
|
402
|
+
* - `call.playback.started`
|
|
403
|
+
* - `call.playback.ended`
|
|
404
|
+
*
|
|
405
|
+
* @example
|
|
406
|
+
* ```ts
|
|
407
|
+
* const response = await client.calls.actions.startPlayback(
|
|
408
|
+
* 'call_control_id',
|
|
409
|
+
* );
|
|
410
|
+
* ```
|
|
411
|
+
*/
|
|
412
|
+
startPlayback(callControlID: string, body: ActionStartPlaybackParams, options?: RequestOptions): APIPromise<ActionStartPlaybackResponse>;
|
|
413
|
+
/**
|
|
414
|
+
* Start recording the call. Recording will stop on call hang-up, or can be
|
|
415
|
+
* initiated via the Stop Recording command.
|
|
416
|
+
*
|
|
417
|
+
* **Expected Webhooks (see
|
|
418
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/start-call-record#callbacks)
|
|
419
|
+
* below):**
|
|
420
|
+
*
|
|
421
|
+
* - `call.recording.saved`
|
|
422
|
+
* - `call.recording.transcription.saved`
|
|
423
|
+
* - `call.recording.error`
|
|
424
|
+
*
|
|
425
|
+
* @example
|
|
426
|
+
* ```ts
|
|
427
|
+
* const response = await client.calls.actions.startRecording(
|
|
428
|
+
* 'call_control_id',
|
|
429
|
+
* { channels: 'single', format: 'wav' },
|
|
430
|
+
* );
|
|
431
|
+
* ```
|
|
432
|
+
*/
|
|
433
|
+
startRecording(callControlID: string, body: ActionStartRecordingParams, options?: RequestOptions): APIPromise<ActionStartRecordingResponse>;
|
|
434
|
+
/**
|
|
435
|
+
* Start siprec session to configured in SIPREC connector SRS.
|
|
436
|
+
*
|
|
437
|
+
* **Expected Webhooks:**
|
|
438
|
+
*
|
|
439
|
+
* - `siprec.started`
|
|
440
|
+
* - `siprec.stopped`
|
|
441
|
+
* - `siprec.failed`
|
|
442
|
+
*
|
|
443
|
+
* @example
|
|
444
|
+
* ```ts
|
|
445
|
+
* const response = await client.calls.actions.startSiprec(
|
|
446
|
+
* 'call_control_id',
|
|
447
|
+
* );
|
|
448
|
+
* ```
|
|
449
|
+
*/
|
|
450
|
+
startSiprec(callControlID: string, body: ActionStartSiprecParams, options?: RequestOptions): APIPromise<ActionStartSiprecResponse>;
|
|
451
|
+
/**
|
|
452
|
+
* Start streaming the media from a call to a specific WebSocket address or
|
|
453
|
+
* Dialogflow connection in near-realtime. Audio will be delivered as
|
|
454
|
+
* base64-encoded RTP payload (raw audio), wrapped in JSON payloads.
|
|
455
|
+
*
|
|
456
|
+
* Please find more details about media streaming messages specification under the
|
|
457
|
+
* [link](https://developers.telnyx.com/docs/voice/programmable-voice/media-streaming).
|
|
458
|
+
*
|
|
459
|
+
* @example
|
|
460
|
+
* ```ts
|
|
461
|
+
* const response = await client.calls.actions.startStreaming(
|
|
462
|
+
* 'call_control_id',
|
|
463
|
+
* );
|
|
464
|
+
* ```
|
|
465
|
+
*/
|
|
466
|
+
startStreaming(callControlID: string, body: ActionStartStreamingParams, options?: RequestOptions): APIPromise<ActionStartStreamingResponse>;
|
|
467
|
+
/**
|
|
468
|
+
* Start real-time transcription. Transcription will stop on call hang-up, or can
|
|
469
|
+
* be initiated via the Transcription stop command.
|
|
470
|
+
*
|
|
471
|
+
* **Expected Webhooks (see
|
|
472
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/start-call-transcription#callbacks)
|
|
473
|
+
* below):**
|
|
474
|
+
*
|
|
475
|
+
* - `call.transcription`
|
|
476
|
+
*
|
|
477
|
+
* @example
|
|
478
|
+
* ```ts
|
|
479
|
+
* const response =
|
|
480
|
+
* await client.calls.actions.startTranscription(
|
|
481
|
+
* 'call_control_id',
|
|
482
|
+
* );
|
|
483
|
+
* ```
|
|
484
|
+
*/
|
|
485
|
+
startTranscription(callControlID: string, body: ActionStartTranscriptionParams, options?: RequestOptions): APIPromise<ActionStartTranscriptionResponse>;
|
|
486
|
+
/**
|
|
487
|
+
* Stop an AI assistant on the call.
|
|
488
|
+
*
|
|
489
|
+
* @example
|
|
490
|
+
* ```ts
|
|
491
|
+
* const response = await client.calls.actions.stopAIAssistant(
|
|
492
|
+
* 'call_control_id',
|
|
493
|
+
* );
|
|
494
|
+
* ```
|
|
495
|
+
*/
|
|
496
|
+
stopAIAssistant(callControlID: string, body: ActionStopAIAssistantParams, options?: RequestOptions): APIPromise<ActionStopAIAssistantResponse>;
|
|
497
|
+
/**
|
|
498
|
+
* Stop forking a call.
|
|
499
|
+
*
|
|
500
|
+
* **Expected Webhooks (see
|
|
501
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/stop-call-fork#callbacks)
|
|
502
|
+
* below):**
|
|
503
|
+
*
|
|
504
|
+
* - `call.fork.stopped`
|
|
505
|
+
*
|
|
506
|
+
* @example
|
|
507
|
+
* ```ts
|
|
508
|
+
* const response = await client.calls.actions.stopForking(
|
|
509
|
+
* 'call_control_id',
|
|
510
|
+
* );
|
|
511
|
+
* ```
|
|
512
|
+
*/
|
|
513
|
+
stopForking(callControlID: string, body: ActionStopForkingParams, options?: RequestOptions): APIPromise<ActionStopForkingResponse>;
|
|
514
|
+
/**
|
|
515
|
+
* Stop current gather.
|
|
516
|
+
*
|
|
517
|
+
* **Expected Webhooks (see
|
|
518
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/stop-call-gather#callbacks)
|
|
519
|
+
* below):**
|
|
520
|
+
*
|
|
521
|
+
* - `call.gather.ended`
|
|
522
|
+
*
|
|
523
|
+
* @example
|
|
524
|
+
* ```ts
|
|
525
|
+
* const response = await client.calls.actions.stopGather(
|
|
526
|
+
* 'call_control_id',
|
|
527
|
+
* );
|
|
528
|
+
* ```
|
|
529
|
+
*/
|
|
530
|
+
stopGather(callControlID: string, body: ActionStopGatherParams, options?: RequestOptions): APIPromise<ActionStopGatherResponse>;
|
|
531
|
+
/**
|
|
532
|
+
* Noise Suppression Stop (BETA)
|
|
533
|
+
*
|
|
534
|
+
* @example
|
|
535
|
+
* ```ts
|
|
536
|
+
* const response =
|
|
537
|
+
* await client.calls.actions.stopNoiseSuppression(
|
|
538
|
+
* 'call_control_id',
|
|
539
|
+
* );
|
|
540
|
+
* ```
|
|
541
|
+
*/
|
|
542
|
+
stopNoiseSuppression(callControlID: string, body: ActionStopNoiseSuppressionParams, options?: RequestOptions): APIPromise<ActionStopNoiseSuppressionResponse>;
|
|
543
|
+
/**
|
|
544
|
+
* Stop audio being played on the call.
|
|
545
|
+
*
|
|
546
|
+
* **Expected Webhooks (see
|
|
547
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/stop-call-playback#callbacks)
|
|
548
|
+
* below):**
|
|
549
|
+
*
|
|
550
|
+
* - `call.playback.ended` or `call.speak.ended`
|
|
551
|
+
*
|
|
552
|
+
* @example
|
|
553
|
+
* ```ts
|
|
554
|
+
* const response = await client.calls.actions.stopPlayback(
|
|
555
|
+
* 'call_control_id',
|
|
556
|
+
* );
|
|
557
|
+
* ```
|
|
558
|
+
*/
|
|
559
|
+
stopPlayback(callControlID: string, body: ActionStopPlaybackParams, options?: RequestOptions): APIPromise<ActionStopPlaybackResponse>;
|
|
560
|
+
/**
|
|
561
|
+
* Stop recording the call.
|
|
562
|
+
*
|
|
563
|
+
* **Expected Webhooks (see
|
|
564
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/stop-call-recording#callbacks)
|
|
565
|
+
* below):**
|
|
566
|
+
*
|
|
567
|
+
* - `call.recording.saved`
|
|
568
|
+
*
|
|
569
|
+
* @example
|
|
570
|
+
* ```ts
|
|
571
|
+
* const response = await client.calls.actions.stopRecording(
|
|
572
|
+
* 'call_control_id',
|
|
573
|
+
* );
|
|
574
|
+
* ```
|
|
575
|
+
*/
|
|
576
|
+
stopRecording(callControlID: string, body: ActionStopRecordingParams, options?: RequestOptions): APIPromise<ActionStopRecordingResponse>;
|
|
577
|
+
/**
|
|
578
|
+
* Stop SIPREC session.
|
|
579
|
+
*
|
|
580
|
+
* **Expected Webhooks:**
|
|
581
|
+
*
|
|
582
|
+
* - `siprec.stopped`
|
|
583
|
+
*
|
|
584
|
+
* @example
|
|
585
|
+
* ```ts
|
|
586
|
+
* const response = await client.calls.actions.stopSiprec(
|
|
587
|
+
* 'call_control_id',
|
|
588
|
+
* );
|
|
589
|
+
* ```
|
|
590
|
+
*/
|
|
591
|
+
stopSiprec(callControlID: string, body: ActionStopSiprecParams, options?: RequestOptions): APIPromise<ActionStopSiprecResponse>;
|
|
592
|
+
/**
|
|
593
|
+
* Stop streaming a call to a WebSocket.
|
|
594
|
+
*
|
|
595
|
+
* **Expected Webhooks (see
|
|
596
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/stop-call-streaming#callbacks)
|
|
597
|
+
* below):**
|
|
598
|
+
*
|
|
599
|
+
* - `streaming.stopped`
|
|
600
|
+
*
|
|
601
|
+
* @example
|
|
602
|
+
* ```ts
|
|
603
|
+
* const response = await client.calls.actions.stopStreaming(
|
|
604
|
+
* 'call_control_id',
|
|
605
|
+
* );
|
|
606
|
+
* ```
|
|
607
|
+
*/
|
|
608
|
+
stopStreaming(callControlID: string, body: ActionStopStreamingParams, options?: RequestOptions): APIPromise<ActionStopStreamingResponse>;
|
|
609
|
+
/**
|
|
610
|
+
* Stop real-time transcription.
|
|
611
|
+
*
|
|
612
|
+
* @example
|
|
613
|
+
* ```ts
|
|
614
|
+
* const response =
|
|
615
|
+
* await client.calls.actions.stopTranscription(
|
|
616
|
+
* 'call_control_id',
|
|
617
|
+
* );
|
|
618
|
+
* ```
|
|
619
|
+
*/
|
|
620
|
+
stopTranscription(callControlID: string, body: ActionStopTranscriptionParams, options?: RequestOptions): APIPromise<ActionStopTranscriptionResponse>;
|
|
621
|
+
/**
|
|
622
|
+
* Switch the supervisor role for a bridged call. This allows switching between
|
|
623
|
+
* different supervisor modes during an active call
|
|
624
|
+
*
|
|
625
|
+
* @example
|
|
626
|
+
* ```ts
|
|
627
|
+
* const response =
|
|
628
|
+
* await client.calls.actions.switchSupervisorRole(
|
|
629
|
+
* 'call_control_id',
|
|
630
|
+
* { role: 'barge' },
|
|
631
|
+
* );
|
|
632
|
+
* ```
|
|
633
|
+
*/
|
|
634
|
+
switchSupervisorRole(callControlID: string, body: ActionSwitchSupervisorRoleParams, options?: RequestOptions): APIPromise<ActionSwitchSupervisorRoleResponse>;
|
|
635
|
+
/**
|
|
636
|
+
* Transfer a call to a new destination. If the transfer is unsuccessful, a
|
|
637
|
+
* `call.hangup` webhook for the other call (Leg B) will be sent indicating that
|
|
638
|
+
* the transfer could not be completed. The original call will remain active and
|
|
639
|
+
* may be issued additional commands, potentially transfering the call to an
|
|
640
|
+
* alternate destination.
|
|
641
|
+
*
|
|
642
|
+
* **Expected Webhooks (see
|
|
643
|
+
* [callback schema](https://developers.telnyx.com/api/call-control/transfer-call#callbacks)
|
|
644
|
+
* below):**
|
|
645
|
+
*
|
|
646
|
+
* - `call.initiated`
|
|
647
|
+
* - `call.bridged` to Leg B
|
|
648
|
+
* - `call.answered` or `call.hangup`
|
|
649
|
+
* - `call.machine.detection.ended` if `answering_machine_detection` was requested
|
|
650
|
+
* - `call.machine.greeting.ended` if `answering_machine_detection` was requested
|
|
651
|
+
* to detect the end of machine greeting
|
|
652
|
+
* - `call.machine.premium.detection.ended` if
|
|
653
|
+
* `answering_machine_detection=premium` was requested
|
|
654
|
+
* - `call.machine.premium.greeting.ended` if `answering_machine_detection=premium`
|
|
655
|
+
* was requested and a beep was detected
|
|
656
|
+
*
|
|
657
|
+
* @example
|
|
658
|
+
* ```ts
|
|
659
|
+
* const response = await client.calls.actions.transfer(
|
|
660
|
+
* 'call_control_id',
|
|
661
|
+
* { to: '+18005550100 or sip:username@sip.telnyx.com' },
|
|
662
|
+
* );
|
|
663
|
+
* ```
|
|
664
|
+
*/
|
|
665
|
+
transfer(callControlID: string, body: ActionTransferParams, options?: RequestOptions): APIPromise<ActionTransferResponse>;
|
|
666
|
+
/**
|
|
667
|
+
* Updates client state
|
|
668
|
+
*
|
|
669
|
+
* @example
|
|
670
|
+
* ```ts
|
|
671
|
+
* const response =
|
|
672
|
+
* await client.calls.actions.updateClientState(
|
|
673
|
+
* 'call_control_id',
|
|
674
|
+
* { client_state: 'aGF2ZSBhIG5pY2UgZGF5ID1d' },
|
|
675
|
+
* );
|
|
676
|
+
* ```
|
|
677
|
+
*/
|
|
678
|
+
updateClientState(callControlID: string, body: ActionUpdateClientStateParams, options?: RequestOptions): APIPromise<ActionUpdateClientStateResponse>;
|
|
679
|
+
}
|
|
680
|
+
export type AwsVoiceSettings = unknown;
|
|
681
|
+
export interface CallControlCommandResult {
|
|
682
|
+
result?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface ElevenLabsVoiceSettings {
|
|
685
|
+
/**
|
|
686
|
+
* The `identifier` for an integration secret
|
|
687
|
+
* [/v2/integration_secrets](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
688
|
+
* that refers to your ElevenLabs API key. Warning: Free plans are unlikely to work
|
|
689
|
+
* with this integration.
|
|
690
|
+
*/
|
|
691
|
+
api_key_ref?: string;
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* Language to use for speech recognition
|
|
695
|
+
*/
|
|
696
|
+
export type GoogleTranscriptionLanguage = 'af' | 'sq' | 'am' | 'ar' | 'hy' | 'az' | 'eu' | 'bn' | 'bs' | 'bg' | 'my' | 'ca' | 'yue' | 'zh' | 'hr' | 'cs' | 'da' | 'nl' | 'en' | 'et' | 'fil' | 'fi' | 'fr' | 'gl' | 'ka' | 'de' | 'el' | 'gu' | 'iw' | 'hi' | 'hu' | 'is' | 'id' | 'it' | 'ja' | 'jv' | 'kn' | 'kk' | 'km' | 'ko' | 'lo' | 'lv' | 'lt' | 'mk' | 'ms' | 'ml' | 'mr' | 'mn' | 'ne' | 'no' | 'fa' | 'pl' | 'pt' | 'pa' | 'ro' | 'ru' | 'rw' | 'sr' | 'si' | 'sk' | 'sl' | 'ss' | 'st' | 'es' | 'su' | 'sw' | 'sv' | 'ta' | 'te' | 'th' | 'tn' | 'tr' | 'ts' | 'uk' | 'ur' | 'uz' | 've' | 'vi' | 'xh' | 'zu';
|
|
697
|
+
/**
|
|
698
|
+
* Settings for handling user interruptions during assistant speech
|
|
699
|
+
*/
|
|
700
|
+
export interface InterruptionSettings {
|
|
701
|
+
/**
|
|
702
|
+
* When true, allows users to interrupt the assistant while speaking
|
|
703
|
+
*/
|
|
704
|
+
enable?: boolean;
|
|
705
|
+
}
|
|
706
|
+
export type Loopcount = string | number;
|
|
707
|
+
export interface StopRecordingRequest {
|
|
708
|
+
/**
|
|
709
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
710
|
+
* Base-64 encoded string.
|
|
711
|
+
*/
|
|
712
|
+
client_state?: string;
|
|
713
|
+
/**
|
|
714
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
715
|
+
* the same `command_id` for the same `call_control_id`.
|
|
716
|
+
*/
|
|
717
|
+
command_id?: string;
|
|
718
|
+
/**
|
|
719
|
+
* Uniquely identifies the resource.
|
|
720
|
+
*/
|
|
721
|
+
recording_id?: string;
|
|
722
|
+
}
|
|
723
|
+
export interface TelnyxVoiceSettings {
|
|
724
|
+
/**
|
|
725
|
+
* The voice speed to be used for the voice. The voice speed must be between 0.1
|
|
726
|
+
* and 2.0. Default value is 1.0.
|
|
727
|
+
*/
|
|
728
|
+
voice_speed?: number;
|
|
729
|
+
}
|
|
730
|
+
/**
|
|
731
|
+
* The settings associated with speech to text for the voice assistant. This is
|
|
732
|
+
* only relevant if the assistant uses a text-to-text language model. Any assistant
|
|
733
|
+
* using a model with native audio support (e.g. `fixie-ai/ultravox-v0_4`) will
|
|
734
|
+
* ignore this field.
|
|
735
|
+
*/
|
|
736
|
+
export interface TranscriptionConfig {
|
|
737
|
+
/**
|
|
738
|
+
* The speech to text model to be used by the voice assistant.
|
|
739
|
+
*
|
|
740
|
+
* - `distil-whisper/distil-large-v2` is lower latency but English-only.
|
|
741
|
+
* - `openai/whisper-large-v3-turbo` is multi-lingual with automatic language
|
|
742
|
+
* detection but slightly higher latency.
|
|
743
|
+
* - `google` is a multi-lingual option, please describe the language in the
|
|
744
|
+
* `language` field.
|
|
745
|
+
*/
|
|
746
|
+
model?: string;
|
|
747
|
+
}
|
|
748
|
+
export interface TranscriptionEngineAConfig {
|
|
749
|
+
/**
|
|
750
|
+
* Enables speaker diarization.
|
|
751
|
+
*/
|
|
752
|
+
enable_speaker_diarization?: boolean;
|
|
753
|
+
/**
|
|
754
|
+
* Hints to improve transcription accuracy.
|
|
755
|
+
*/
|
|
756
|
+
hints?: Array<string>;
|
|
757
|
+
/**
|
|
758
|
+
* Whether to send also interim results. If set to false, only final results will
|
|
759
|
+
* be sent.
|
|
760
|
+
*/
|
|
761
|
+
interim_results?: boolean;
|
|
762
|
+
/**
|
|
763
|
+
* Language to use for speech recognition
|
|
764
|
+
*/
|
|
765
|
+
language?: GoogleTranscriptionLanguage;
|
|
766
|
+
/**
|
|
767
|
+
* Defines maximum number of speakers in the conversation.
|
|
768
|
+
*/
|
|
769
|
+
max_speaker_count?: number;
|
|
770
|
+
/**
|
|
771
|
+
* Defines minimum number of speakers in the conversation.
|
|
772
|
+
*/
|
|
773
|
+
min_speaker_count?: number;
|
|
774
|
+
/**
|
|
775
|
+
* The model to use for transcription.
|
|
776
|
+
*/
|
|
777
|
+
model?: 'latest_long' | 'latest_short' | 'command_and_search' | 'phone_call' | 'video' | 'default' | 'medical_conversation' | 'medical_dictation';
|
|
778
|
+
/**
|
|
779
|
+
* Enables profanity_filter.
|
|
780
|
+
*/
|
|
781
|
+
profanity_filter?: boolean;
|
|
782
|
+
/**
|
|
783
|
+
* Speech context to improve transcription accuracy.
|
|
784
|
+
*/
|
|
785
|
+
speech_context?: Array<TranscriptionEngineAConfig.SpeechContext>;
|
|
786
|
+
/**
|
|
787
|
+
* Engine identifier for Google transcription service
|
|
788
|
+
*/
|
|
789
|
+
transcription_engine?: 'A';
|
|
790
|
+
/**
|
|
791
|
+
* Enables enhanced transcription, this works for models `phone_call` and `video`.
|
|
792
|
+
*/
|
|
793
|
+
use_enhanced?: boolean;
|
|
794
|
+
}
|
|
795
|
+
export declare namespace TranscriptionEngineAConfig {
|
|
796
|
+
interface SpeechContext {
|
|
797
|
+
/**
|
|
798
|
+
* Boost factor for the speech context.
|
|
799
|
+
*/
|
|
800
|
+
boost?: number;
|
|
801
|
+
phrases?: Array<string>;
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
export interface TranscriptionEngineBConfig {
|
|
805
|
+
/**
|
|
806
|
+
* Language to use for speech recognition
|
|
807
|
+
*/
|
|
808
|
+
language?: 'en' | 'zh' | 'de' | 'es' | 'ru' | 'ko' | 'fr' | 'ja' | 'pt' | 'tr' | 'pl' | 'ca' | 'nl' | 'ar' | 'sv' | 'it' | 'id' | 'hi' | 'fi' | 'vi' | 'he' | 'uk' | 'el' | 'ms' | 'cs' | 'ro' | 'da' | 'hu' | 'ta' | 'no' | 'th' | 'ur' | 'hr' | 'bg' | 'lt' | 'la' | 'mi' | 'ml' | 'cy' | 'sk' | 'te' | 'fa' | 'lv' | 'bn' | 'sr' | 'az' | 'sl' | 'kn' | 'et' | 'mk' | 'br' | 'eu' | 'is' | 'hy' | 'ne' | 'mn' | 'bs' | 'kk' | 'sq' | 'sw' | 'gl' | 'mr' | 'pa' | 'si' | 'km' | 'sn' | 'yo' | 'so' | 'af' | 'oc' | 'ka' | 'be' | 'tg' | 'sd' | 'gu' | 'am' | 'yi' | 'lo' | 'uz' | 'fo' | 'ht' | 'ps' | 'tk' | 'nn' | 'mt' | 'sa' | 'lb' | 'my' | 'bo' | 'tl' | 'mg' | 'as' | 'tt' | 'haw' | 'ln' | 'ha' | 'ba' | 'jw' | 'su' | 'auto_detect';
|
|
809
|
+
/**
|
|
810
|
+
* Engine identifier for Telnyx transcription service
|
|
811
|
+
*/
|
|
812
|
+
transcription_engine?: 'B';
|
|
813
|
+
/**
|
|
814
|
+
* The model to use for transcription.
|
|
815
|
+
*/
|
|
816
|
+
transcription_model?: 'openai/whisper-tiny' | 'openai/whisper-large-v3-turbo';
|
|
817
|
+
}
|
|
818
|
+
export interface TranscriptionStartRequest {
|
|
819
|
+
/**
|
|
820
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
821
|
+
* Base-64 encoded string.
|
|
822
|
+
*/
|
|
823
|
+
client_state?: string;
|
|
824
|
+
/**
|
|
825
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
826
|
+
* the same `command_id` for the same `call_control_id`.
|
|
827
|
+
*/
|
|
828
|
+
command_id?: string;
|
|
829
|
+
/**
|
|
830
|
+
* Engine to use for speech recognition. `A` - `Google`, `B` - `Telnyx`.
|
|
831
|
+
*/
|
|
832
|
+
transcription_engine?: 'A' | 'B';
|
|
833
|
+
transcription_engine_config?: TranscriptionEngineAConfig | TranscriptionEngineBConfig;
|
|
834
|
+
/**
|
|
835
|
+
* Indicates which leg of the call will be transcribed. Use `inbound` for the leg
|
|
836
|
+
* that requested the transcription, `outbound` for the other leg, and `both` for
|
|
837
|
+
* both legs of the call. Will default to `inbound`.
|
|
838
|
+
*/
|
|
839
|
+
transcription_tracks?: string;
|
|
840
|
+
}
|
|
841
|
+
export interface ActionAnswerResponse {
|
|
842
|
+
data?: ActionAnswerResponse.Data;
|
|
843
|
+
}
|
|
844
|
+
export declare namespace ActionAnswerResponse {
|
|
845
|
+
interface Data {
|
|
846
|
+
/**
|
|
847
|
+
* The ID of the recording. Only present when the record parameter is set to
|
|
848
|
+
* record-from-answer.
|
|
849
|
+
*/
|
|
850
|
+
recording_id?: string;
|
|
851
|
+
result?: string;
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
export interface ActionBridgeResponse {
|
|
855
|
+
data?: CallControlCommandResult;
|
|
856
|
+
}
|
|
857
|
+
export interface ActionEnqueueResponse {
|
|
858
|
+
data?: CallControlCommandResult;
|
|
859
|
+
}
|
|
860
|
+
export interface ActionGatherResponse {
|
|
861
|
+
data?: CallControlCommandResult;
|
|
862
|
+
}
|
|
863
|
+
export interface ActionGatherUsingAIResponse {
|
|
864
|
+
data?: ActionGatherUsingAIResponse.Data;
|
|
865
|
+
}
|
|
866
|
+
export declare namespace ActionGatherUsingAIResponse {
|
|
867
|
+
interface Data {
|
|
868
|
+
/**
|
|
869
|
+
* The ID of the conversation created by the command.
|
|
870
|
+
*/
|
|
871
|
+
conversation_id?: string;
|
|
872
|
+
result?: string;
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
export interface ActionGatherUsingAudioResponse {
|
|
876
|
+
data?: CallControlCommandResult;
|
|
877
|
+
}
|
|
878
|
+
export interface ActionGatherUsingSpeakResponse {
|
|
879
|
+
data?: CallControlCommandResult;
|
|
880
|
+
}
|
|
881
|
+
export interface ActionHangupResponse {
|
|
882
|
+
data?: CallControlCommandResult;
|
|
883
|
+
}
|
|
884
|
+
export interface ActionLeaveQueueResponse {
|
|
885
|
+
data?: CallControlCommandResult;
|
|
886
|
+
}
|
|
887
|
+
export interface ActionPauseRecordingResponse {
|
|
888
|
+
data?: CallControlCommandResult;
|
|
889
|
+
}
|
|
890
|
+
export interface ActionReferResponse {
|
|
891
|
+
data?: CallControlCommandResult;
|
|
892
|
+
}
|
|
893
|
+
export interface ActionRejectResponse {
|
|
894
|
+
data?: CallControlCommandResult;
|
|
895
|
+
}
|
|
896
|
+
export interface ActionResumeRecordingResponse {
|
|
897
|
+
data?: CallControlCommandResult;
|
|
898
|
+
}
|
|
899
|
+
export interface ActionSendDtmfResponse {
|
|
900
|
+
data?: CallControlCommandResult;
|
|
901
|
+
}
|
|
902
|
+
export interface ActionSendSipInfoResponse {
|
|
903
|
+
data?: CallControlCommandResult;
|
|
904
|
+
}
|
|
905
|
+
export interface ActionSpeakResponse {
|
|
906
|
+
data?: CallControlCommandResult;
|
|
907
|
+
}
|
|
908
|
+
export interface ActionStartAIAssistantResponse {
|
|
909
|
+
data?: ActionStartAIAssistantResponse.Data;
|
|
910
|
+
}
|
|
911
|
+
export declare namespace ActionStartAIAssistantResponse {
|
|
912
|
+
interface Data {
|
|
913
|
+
/**
|
|
914
|
+
* The ID of the conversation created by the command.
|
|
915
|
+
*/
|
|
916
|
+
conversation_id?: string;
|
|
917
|
+
result?: string;
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
export interface ActionStartForkingResponse {
|
|
921
|
+
data?: CallControlCommandResult;
|
|
922
|
+
}
|
|
923
|
+
export interface ActionStartNoiseSuppressionResponse {
|
|
924
|
+
data?: CallControlCommandResult;
|
|
925
|
+
}
|
|
926
|
+
export interface ActionStartPlaybackResponse {
|
|
927
|
+
data?: CallControlCommandResult;
|
|
928
|
+
}
|
|
929
|
+
export interface ActionStartRecordingResponse {
|
|
930
|
+
data?: CallControlCommandResult;
|
|
931
|
+
}
|
|
932
|
+
export interface ActionStartSiprecResponse {
|
|
933
|
+
data?: CallControlCommandResult;
|
|
934
|
+
}
|
|
935
|
+
export interface ActionStartStreamingResponse {
|
|
936
|
+
data?: CallControlCommandResult;
|
|
937
|
+
}
|
|
938
|
+
export interface ActionStartTranscriptionResponse {
|
|
939
|
+
data?: CallControlCommandResult;
|
|
940
|
+
}
|
|
941
|
+
export interface ActionStopAIAssistantResponse {
|
|
942
|
+
data?: CallControlCommandResult;
|
|
943
|
+
}
|
|
944
|
+
export interface ActionStopForkingResponse {
|
|
945
|
+
data?: CallControlCommandResult;
|
|
946
|
+
}
|
|
947
|
+
export interface ActionStopGatherResponse {
|
|
948
|
+
data?: CallControlCommandResult;
|
|
949
|
+
}
|
|
950
|
+
export interface ActionStopNoiseSuppressionResponse {
|
|
951
|
+
data?: CallControlCommandResult;
|
|
952
|
+
}
|
|
953
|
+
export interface ActionStopPlaybackResponse {
|
|
954
|
+
data?: CallControlCommandResult;
|
|
955
|
+
}
|
|
956
|
+
export interface ActionStopRecordingResponse {
|
|
957
|
+
data?: CallControlCommandResult;
|
|
958
|
+
}
|
|
959
|
+
export interface ActionStopSiprecResponse {
|
|
960
|
+
data?: CallControlCommandResult;
|
|
961
|
+
}
|
|
962
|
+
export interface ActionStopStreamingResponse {
|
|
963
|
+
data?: CallControlCommandResult;
|
|
964
|
+
}
|
|
965
|
+
export interface ActionStopTranscriptionResponse {
|
|
966
|
+
data?: CallControlCommandResult;
|
|
967
|
+
}
|
|
968
|
+
export interface ActionSwitchSupervisorRoleResponse {
|
|
969
|
+
data?: CallControlCommandResult;
|
|
970
|
+
}
|
|
971
|
+
export interface ActionTransferResponse {
|
|
972
|
+
data?: CallControlCommandResult;
|
|
973
|
+
}
|
|
974
|
+
export interface ActionUpdateClientStateResponse {
|
|
975
|
+
data?: CallControlCommandResult;
|
|
976
|
+
}
|
|
977
|
+
export interface ActionAnswerParams {
|
|
978
|
+
/**
|
|
979
|
+
* Use this field to set the Billing Group ID for the call. Must be a valid and
|
|
980
|
+
* existing Billing Group ID.
|
|
981
|
+
*/
|
|
982
|
+
billing_group_id?: string;
|
|
983
|
+
/**
|
|
984
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
985
|
+
* Base-64 encoded string.
|
|
986
|
+
*/
|
|
987
|
+
client_state?: string;
|
|
988
|
+
/**
|
|
989
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
990
|
+
* the same `command_id` for the same `call_control_id`.
|
|
991
|
+
*/
|
|
992
|
+
command_id?: string;
|
|
993
|
+
/**
|
|
994
|
+
* Custom headers to be added to the SIP INVITE response.
|
|
995
|
+
*/
|
|
996
|
+
custom_headers?: Array<CallsAPI.CustomSipHeader>;
|
|
997
|
+
/**
|
|
998
|
+
* The list of comma-separated codecs in a preferred order for the forked media to
|
|
999
|
+
* be received.
|
|
1000
|
+
*/
|
|
1001
|
+
preferred_codecs?: 'G722,PCMU,PCMA,G729,OPUS,VP8,H264';
|
|
1002
|
+
/**
|
|
1003
|
+
* Start recording automatically after an event. Disabled by default.
|
|
1004
|
+
*/
|
|
1005
|
+
record?: 'record-from-answer';
|
|
1006
|
+
/**
|
|
1007
|
+
* Defines which channel should be recorded ('single' or 'dual') when `record` is
|
|
1008
|
+
* specified.
|
|
1009
|
+
*/
|
|
1010
|
+
record_channels?: 'single' | 'dual';
|
|
1011
|
+
/**
|
|
1012
|
+
* The custom recording file name to be used instead of the default `call_leg_id`.
|
|
1013
|
+
* Telnyx will still add a Unix timestamp suffix.
|
|
1014
|
+
*/
|
|
1015
|
+
record_custom_file_name?: string;
|
|
1016
|
+
/**
|
|
1017
|
+
* Defines the format of the recording ('wav' or 'mp3') when `record` is specified.
|
|
1018
|
+
*/
|
|
1019
|
+
record_format?: 'wav' | 'mp3';
|
|
1020
|
+
/**
|
|
1021
|
+
* Defines the maximum length for the recording in seconds when `record` is
|
|
1022
|
+
* specified. The minimum value is 0. The maximum value is 43200. The default value
|
|
1023
|
+
* is 0 (infinite).
|
|
1024
|
+
*/
|
|
1025
|
+
record_max_length?: number;
|
|
1026
|
+
/**
|
|
1027
|
+
* The number of seconds that Telnyx will wait for the recording to be stopped if
|
|
1028
|
+
* silence is detected when `record` is specified. The timer only starts when the
|
|
1029
|
+
* speech is detected. Please note that call transcription is used to detect
|
|
1030
|
+
* silence and the related charge will be applied. The minimum value is 0. The
|
|
1031
|
+
* default value is 0 (infinite).
|
|
1032
|
+
*/
|
|
1033
|
+
record_timeout_secs?: number;
|
|
1034
|
+
/**
|
|
1035
|
+
* The audio track to be recorded. Can be either `both`, `inbound` or `outbound`.
|
|
1036
|
+
* If only single track is specified (`inbound`, `outbound`), `channels`
|
|
1037
|
+
* configuration is ignored and it will be recorded as mono (single channel).
|
|
1038
|
+
*/
|
|
1039
|
+
record_track?: 'both' | 'inbound' | 'outbound';
|
|
1040
|
+
/**
|
|
1041
|
+
* When set to `trim-silence`, silence will be removed from the beginning and end
|
|
1042
|
+
* of the recording.
|
|
1043
|
+
*/
|
|
1044
|
+
record_trim?: 'trim-silence';
|
|
1045
|
+
/**
|
|
1046
|
+
* Generate silence RTP packets when no transmission available.
|
|
1047
|
+
*/
|
|
1048
|
+
send_silence_when_idle?: boolean;
|
|
1049
|
+
/**
|
|
1050
|
+
* SIP headers to be added to the SIP INVITE response. Currently only User-to-User
|
|
1051
|
+
* header is supported.
|
|
1052
|
+
*/
|
|
1053
|
+
sip_headers?: Array<CallsAPI.SipHeader>;
|
|
1054
|
+
/**
|
|
1055
|
+
* Use this field to modify sound effects, for example adjust the pitch.
|
|
1056
|
+
*/
|
|
1057
|
+
sound_modifications?: CallsAPI.SoundModifications;
|
|
1058
|
+
/**
|
|
1059
|
+
* Indicates codec for bidirectional streaming RTP payloads. Used only with
|
|
1060
|
+
* stream_bidirectional_mode=rtp. Case sensitive.
|
|
1061
|
+
*/
|
|
1062
|
+
stream_bidirectional_codec?: CallsAPI.StreamBidirectionalCodec;
|
|
1063
|
+
/**
|
|
1064
|
+
* Configures method of bidirectional streaming (mp3, rtp).
|
|
1065
|
+
*/
|
|
1066
|
+
stream_bidirectional_mode?: CallsAPI.StreamBidirectionalMode;
|
|
1067
|
+
/**
|
|
1068
|
+
* Specifies which call legs should receive the bidirectional stream audio.
|
|
1069
|
+
*/
|
|
1070
|
+
stream_bidirectional_target_legs?: CallsAPI.StreamBidirectionalTargetLegs;
|
|
1071
|
+
/**
|
|
1072
|
+
* Specifies the codec to be used for the streamed audio. When set to 'default' or
|
|
1073
|
+
* when transcoding is not possible, the codec from the call will be used.
|
|
1074
|
+
* Currently, transcoding is only supported between PCMU and PCMA codecs.
|
|
1075
|
+
*/
|
|
1076
|
+
stream_codec?: CallsAPI.StreamCodec;
|
|
1077
|
+
/**
|
|
1078
|
+
* Specifies which track should be streamed.
|
|
1079
|
+
*/
|
|
1080
|
+
stream_track?: 'inbound_track' | 'outbound_track' | 'both_tracks';
|
|
1081
|
+
/**
|
|
1082
|
+
* The destination WebSocket address where the stream is going to be delivered.
|
|
1083
|
+
*/
|
|
1084
|
+
stream_url?: string;
|
|
1085
|
+
/**
|
|
1086
|
+
* Enable transcription upon call answer. The default value is false.
|
|
1087
|
+
*/
|
|
1088
|
+
transcription?: boolean;
|
|
1089
|
+
transcription_config?: TranscriptionStartRequest;
|
|
1090
|
+
/**
|
|
1091
|
+
* Use this field to override the URL for which Telnyx will send subsequent
|
|
1092
|
+
* webhooks to for this call.
|
|
1093
|
+
*/
|
|
1094
|
+
webhook_url?: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* HTTP request type used for `webhook_url`.
|
|
1097
|
+
*/
|
|
1098
|
+
webhook_url_method?: 'POST' | 'GET';
|
|
1099
|
+
}
|
|
1100
|
+
export interface ActionBridgeParams {
|
|
1101
|
+
/**
|
|
1102
|
+
* The Call Control ID of the call you want to bridge with, can't be used together
|
|
1103
|
+
* with queue parameter or video_room_id parameter.
|
|
1104
|
+
*/
|
|
1105
|
+
body_call_control_id: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1108
|
+
* Base-64 encoded string.
|
|
1109
|
+
*/
|
|
1110
|
+
client_state?: string;
|
|
1111
|
+
/**
|
|
1112
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1113
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1114
|
+
*/
|
|
1115
|
+
command_id?: string;
|
|
1116
|
+
/**
|
|
1117
|
+
* When enabled, DTMF tones are not passed to the call participant. The webhooks
|
|
1118
|
+
* containing the DTMF information will be sent.
|
|
1119
|
+
*/
|
|
1120
|
+
mute_dtmf?: 'none' | 'both' | 'self' | 'opposite';
|
|
1121
|
+
/**
|
|
1122
|
+
* Specifies behavior after the bridge ends (i.e. the opposite leg either hangs up
|
|
1123
|
+
* or is transferred). If supplied with the value `self`, the current leg will be
|
|
1124
|
+
* parked after unbridge. If not set, the default behavior is to hang up the leg.
|
|
1125
|
+
*/
|
|
1126
|
+
park_after_unbridge?: string;
|
|
1127
|
+
/**
|
|
1128
|
+
* Specifies whether to play a ringtone if the call you want to bridge with has not
|
|
1129
|
+
* yet been answered.
|
|
1130
|
+
*/
|
|
1131
|
+
play_ringtone?: boolean;
|
|
1132
|
+
/**
|
|
1133
|
+
* The name of the queue you want to bridge with, can't be used together with
|
|
1134
|
+
* call_control_id parameter or video_room_id parameter. Bridging with a queue
|
|
1135
|
+
* means bridging with the first call in the queue. The call will always be removed
|
|
1136
|
+
* from the queue regardless of whether bridging succeeds. Returns an error when
|
|
1137
|
+
* the queue is empty.
|
|
1138
|
+
*/
|
|
1139
|
+
queue?: string;
|
|
1140
|
+
/**
|
|
1141
|
+
* Start recording automatically after an event. Disabled by default.
|
|
1142
|
+
*/
|
|
1143
|
+
record?: 'record-from-answer';
|
|
1144
|
+
/**
|
|
1145
|
+
* Defines which channel should be recorded ('single' or 'dual') when `record` is
|
|
1146
|
+
* specified.
|
|
1147
|
+
*/
|
|
1148
|
+
record_channels?: 'single' | 'dual';
|
|
1149
|
+
/**
|
|
1150
|
+
* The custom recording file name to be used instead of the default `call_leg_id`.
|
|
1151
|
+
* Telnyx will still add a Unix timestamp suffix.
|
|
1152
|
+
*/
|
|
1153
|
+
record_custom_file_name?: string;
|
|
1154
|
+
/**
|
|
1155
|
+
* Defines the format of the recording ('wav' or 'mp3') when `record` is specified.
|
|
1156
|
+
*/
|
|
1157
|
+
record_format?: 'wav' | 'mp3';
|
|
1158
|
+
/**
|
|
1159
|
+
* Defines the maximum length for the recording in seconds when `record` is
|
|
1160
|
+
* specified. The minimum value is 0. The maximum value is 43200. The default value
|
|
1161
|
+
* is 0 (infinite).
|
|
1162
|
+
*/
|
|
1163
|
+
record_max_length?: number;
|
|
1164
|
+
/**
|
|
1165
|
+
* The number of seconds that Telnyx will wait for the recording to be stopped if
|
|
1166
|
+
* silence is detected when `record` is specified. The timer only starts when the
|
|
1167
|
+
* speech is detected. Please note that call transcription is used to detect
|
|
1168
|
+
* silence and the related charge will be applied. The minimum value is 0. The
|
|
1169
|
+
* default value is 0 (infinite).
|
|
1170
|
+
*/
|
|
1171
|
+
record_timeout_secs?: number;
|
|
1172
|
+
/**
|
|
1173
|
+
* The audio track to be recorded. Can be either `both`, `inbound` or `outbound`.
|
|
1174
|
+
* If only single track is specified (`inbound`, `outbound`), `channels`
|
|
1175
|
+
* configuration is ignored and it will be recorded as mono (single channel).
|
|
1176
|
+
*/
|
|
1177
|
+
record_track?: 'both' | 'inbound' | 'outbound';
|
|
1178
|
+
/**
|
|
1179
|
+
* When set to `trim-silence`, silence will be removed from the beginning and end
|
|
1180
|
+
* of the recording.
|
|
1181
|
+
*/
|
|
1182
|
+
record_trim?: 'trim-silence';
|
|
1183
|
+
/**
|
|
1184
|
+
* Specifies which country ringtone to play when `play_ringtone` is set to `true`.
|
|
1185
|
+
* If not set, the US ringtone will be played.
|
|
1186
|
+
*/
|
|
1187
|
+
ringtone?: 'at' | 'au' | 'be' | 'bg' | 'br' | 'ch' | 'cl' | 'cn' | 'cz' | 'de' | 'dk' | 'ee' | 'es' | 'fi' | 'fr' | 'gr' | 'hu' | 'il' | 'in' | 'it' | 'jp' | 'lt' | 'mx' | 'my' | 'nl' | 'no' | 'nz' | 'ph' | 'pl' | 'pt' | 'ru' | 'se' | 'sg' | 'th' | 'tw' | 'uk' | 'us-old' | 'us' | 've' | 'za';
|
|
1188
|
+
/**
|
|
1189
|
+
* The additional parameter that will be passed to the video conference. It is a
|
|
1190
|
+
* text field and the user can decide how to use it. For example, you can set the
|
|
1191
|
+
* participant name or pass JSON text. It can be used only with video_room_id
|
|
1192
|
+
* parameter.
|
|
1193
|
+
*/
|
|
1194
|
+
video_room_context?: string;
|
|
1195
|
+
/**
|
|
1196
|
+
* The ID of the video room you want to bridge with, can't be used together with
|
|
1197
|
+
* call_control_id parameter or queue parameter.
|
|
1198
|
+
*/
|
|
1199
|
+
video_room_id?: string;
|
|
1200
|
+
}
|
|
1201
|
+
export interface ActionEnqueueParams {
|
|
1202
|
+
/**
|
|
1203
|
+
* The name of the queue the call should be put in. If a queue with a given name
|
|
1204
|
+
* doesn't exist yet it will be created.
|
|
1205
|
+
*/
|
|
1206
|
+
queue_name: string;
|
|
1207
|
+
/**
|
|
1208
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1209
|
+
* Base-64 encoded string.
|
|
1210
|
+
*/
|
|
1211
|
+
client_state?: string;
|
|
1212
|
+
/**
|
|
1213
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1214
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1215
|
+
*/
|
|
1216
|
+
command_id?: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* The maximum number of calls allowed in the queue at a given time. Can't be
|
|
1219
|
+
* modified for an existing queue.
|
|
1220
|
+
*/
|
|
1221
|
+
max_size?: number;
|
|
1222
|
+
/**
|
|
1223
|
+
* The number of seconds after which the call will be removed from the queue.
|
|
1224
|
+
*/
|
|
1225
|
+
max_wait_time_secs?: number;
|
|
1226
|
+
}
|
|
1227
|
+
export interface ActionGatherParams {
|
|
1228
|
+
/**
|
|
1229
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1230
|
+
* Base-64 encoded string.
|
|
1231
|
+
*/
|
|
1232
|
+
client_state?: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1235
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1236
|
+
*/
|
|
1237
|
+
command_id?: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* An id that will be sent back in the corresponding `call.gather.ended` webhook.
|
|
1240
|
+
* Will be randomly generated if not specified.
|
|
1241
|
+
*/
|
|
1242
|
+
gather_id?: string;
|
|
1243
|
+
/**
|
|
1244
|
+
* The number of milliseconds to wait for the first DTMF.
|
|
1245
|
+
*/
|
|
1246
|
+
initial_timeout_millis?: number;
|
|
1247
|
+
/**
|
|
1248
|
+
* The number of milliseconds to wait for input between digits.
|
|
1249
|
+
*/
|
|
1250
|
+
inter_digit_timeout_millis?: number;
|
|
1251
|
+
/**
|
|
1252
|
+
* The maximum number of digits to fetch. This parameter has a maximum value
|
|
1253
|
+
* of 128.
|
|
1254
|
+
*/
|
|
1255
|
+
maximum_digits?: number;
|
|
1256
|
+
/**
|
|
1257
|
+
* The minimum number of digits to fetch. This parameter has a minimum value of 1.
|
|
1258
|
+
*/
|
|
1259
|
+
minimum_digits?: number;
|
|
1260
|
+
/**
|
|
1261
|
+
* The digit used to terminate input if fewer than `maximum_digits` digits have
|
|
1262
|
+
* been gathered.
|
|
1263
|
+
*/
|
|
1264
|
+
terminating_digit?: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* The number of milliseconds to wait to complete the request.
|
|
1267
|
+
*/
|
|
1268
|
+
timeout_millis?: number;
|
|
1269
|
+
/**
|
|
1270
|
+
* A list of all digits accepted as valid.
|
|
1271
|
+
*/
|
|
1272
|
+
valid_digits?: string;
|
|
1273
|
+
}
|
|
1274
|
+
export interface ActionGatherUsingAIParams {
|
|
1275
|
+
/**
|
|
1276
|
+
* The parameters described as a JSON Schema object that needs to be gathered by
|
|
1277
|
+
* the voice assistant. See the
|
|
1278
|
+
* [JSON Schema reference](https://json-schema.org/understanding-json-schema) for
|
|
1279
|
+
* documentation about the format
|
|
1280
|
+
*/
|
|
1281
|
+
parameters: unknown;
|
|
1282
|
+
/**
|
|
1283
|
+
* Assistant configuration including choice of LLM, custom instructions, and tools.
|
|
1284
|
+
*/
|
|
1285
|
+
assistant?: AssistantsAPI.Assistant;
|
|
1286
|
+
/**
|
|
1287
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1288
|
+
* Base-64 encoded string.
|
|
1289
|
+
*/
|
|
1290
|
+
client_state?: string;
|
|
1291
|
+
/**
|
|
1292
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1293
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1294
|
+
*/
|
|
1295
|
+
command_id?: string;
|
|
1296
|
+
/**
|
|
1297
|
+
* Text that will be played when the gathering starts, if none then nothing will be
|
|
1298
|
+
* played when the gathering starts. The greeting can be text for any voice or SSML
|
|
1299
|
+
* for `AWS.Polly.<voice_id>` voices. There is a 3,000 character limit.
|
|
1300
|
+
*/
|
|
1301
|
+
greeting?: string;
|
|
1302
|
+
/**
|
|
1303
|
+
* Settings for handling user interruptions during assistant speech
|
|
1304
|
+
*/
|
|
1305
|
+
interruption_settings?: InterruptionSettings;
|
|
1306
|
+
/**
|
|
1307
|
+
* Language to use for speech recognition
|
|
1308
|
+
*/
|
|
1309
|
+
language?: GoogleTranscriptionLanguage;
|
|
1310
|
+
/**
|
|
1311
|
+
* The message history you want the voice assistant to be aware of, this can be
|
|
1312
|
+
* useful to keep the context of the conversation, or to pass additional
|
|
1313
|
+
* information to the voice assistant.
|
|
1314
|
+
*/
|
|
1315
|
+
message_history?: Array<ActionGatherUsingAIParams.MessageHistory>;
|
|
1316
|
+
/**
|
|
1317
|
+
* Default is `false`. If set to `true`, the voice assistant will send updates to
|
|
1318
|
+
* the message history via the `call.ai_gather.message_history_updated`
|
|
1319
|
+
* [callback](https://developers.telnyx.com/api/call-control/call-gather-using-ai#callbacks)
|
|
1320
|
+
* in real time as the message history is updated.
|
|
1321
|
+
*/
|
|
1322
|
+
send_message_history_updates?: boolean;
|
|
1323
|
+
/**
|
|
1324
|
+
* Default is `false`. If set to `true`, the voice assistant will send partial
|
|
1325
|
+
* results via the `call.ai_gather.partial_results`
|
|
1326
|
+
* [callback](https://developers.telnyx.com/api/call-control/call-gather-using-ai#callbacks)
|
|
1327
|
+
* in real time as individual fields are gathered. If set to `false`, the voice
|
|
1328
|
+
* assistant will only send the final result via the `call.ai_gather.ended`
|
|
1329
|
+
* callback.
|
|
1330
|
+
*/
|
|
1331
|
+
send_partial_results?: boolean;
|
|
1332
|
+
/**
|
|
1333
|
+
* The settings associated with speech to text for the voice assistant. This is
|
|
1334
|
+
* only relevant if the assistant uses a text-to-text language model. Any assistant
|
|
1335
|
+
* using a model with native audio support (e.g. `fixie-ai/ultravox-v0_4`) will
|
|
1336
|
+
* ignore this field.
|
|
1337
|
+
*/
|
|
1338
|
+
transcription?: TranscriptionConfig;
|
|
1339
|
+
/**
|
|
1340
|
+
* The number of milliseconds to wait for a user response before the voice
|
|
1341
|
+
* assistant times out and check if the user is still there.
|
|
1342
|
+
*/
|
|
1343
|
+
user_response_timeout_ms?: number;
|
|
1344
|
+
/**
|
|
1345
|
+
* The voice to be used by the voice assistant. Currently we support ElevenLabs,
|
|
1346
|
+
* Telnyx and AWS voices.
|
|
1347
|
+
*
|
|
1348
|
+
* **Supported Providers:**
|
|
1349
|
+
*
|
|
1350
|
+
* - **AWS:** Use `AWS.Polly.<VoiceId>` (e.g., `AWS.Polly.Joanna`). For neural
|
|
1351
|
+
* voices, which provide more realistic, human-like speech, append `-Neural` to
|
|
1352
|
+
* the `VoiceId` (e.g., `AWS.Polly.Joanna-Neural`). Check the
|
|
1353
|
+
* [available voices](https://docs.aws.amazon.com/polly/latest/dg/available-voices.html)
|
|
1354
|
+
* for compatibility.
|
|
1355
|
+
* - **Azure:** Use `Azure.<VoiceId>. (e.g. Azure.en-CA-ClaraNeural,
|
|
1356
|
+
* Azure.en-CA-LiamNeural, Azure.en-US-BrianMultilingualNeural,
|
|
1357
|
+
* Azure.en-US-Ava:DragonHDLatestNeural. For a complete list of voices, go to
|
|
1358
|
+
* [Azure Voice Gallery](https://speech.microsoft.com/portal/voicegallery).)
|
|
1359
|
+
* - **ElevenLabs:** Use `ElevenLabs.<ModelId>.<VoiceId>` (e.g.,
|
|
1360
|
+
* `ElevenLabs.BaseModel.John`). The `ModelId` part is optional. To use
|
|
1361
|
+
* ElevenLabs, you must provide your ElevenLabs API key as an integration secret
|
|
1362
|
+
* under `"voice_settings": {"api_key_ref": "<secret_id>"}`. See
|
|
1363
|
+
* [integration secrets documentation](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
1364
|
+
* for details. Check
|
|
1365
|
+
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
1366
|
+
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
1367
|
+
*/
|
|
1368
|
+
voice?: string;
|
|
1369
|
+
/**
|
|
1370
|
+
* The settings associated with the voice selected
|
|
1371
|
+
*/
|
|
1372
|
+
voice_settings?: ElevenLabsVoiceSettings | TelnyxVoiceSettings | AwsVoiceSettings;
|
|
1373
|
+
}
|
|
1374
|
+
export declare namespace ActionGatherUsingAIParams {
|
|
1375
|
+
interface MessageHistory {
|
|
1376
|
+
/**
|
|
1377
|
+
* The content of the message
|
|
1378
|
+
*/
|
|
1379
|
+
content?: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* The role of the message sender
|
|
1382
|
+
*/
|
|
1383
|
+
role?: 'assistant' | 'user';
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
export interface ActionGatherUsingAudioParams {
|
|
1387
|
+
/**
|
|
1388
|
+
* The URL of a file to be played back at the beginning of each prompt. The URL can
|
|
1389
|
+
* point to either a WAV or MP3 file. media_name and audio_url cannot be used
|
|
1390
|
+
* together in one request.
|
|
1391
|
+
*/
|
|
1392
|
+
audio_url?: string;
|
|
1393
|
+
/**
|
|
1394
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1395
|
+
* Base-64 encoded string.
|
|
1396
|
+
*/
|
|
1397
|
+
client_state?: string;
|
|
1398
|
+
/**
|
|
1399
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1400
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1401
|
+
*/
|
|
1402
|
+
command_id?: string;
|
|
1403
|
+
/**
|
|
1404
|
+
* The number of milliseconds to wait for input between digits.
|
|
1405
|
+
*/
|
|
1406
|
+
inter_digit_timeout_millis?: number;
|
|
1407
|
+
/**
|
|
1408
|
+
* The URL of a file to play when digits don't match the `valid_digits` parameter
|
|
1409
|
+
* or the number of digits is not between `min` and `max`. The URL can point to
|
|
1410
|
+
* either a WAV or MP3 file. invalid_media_name and invalid_audio_url cannot be
|
|
1411
|
+
* used together in one request.
|
|
1412
|
+
*/
|
|
1413
|
+
invalid_audio_url?: string;
|
|
1414
|
+
/**
|
|
1415
|
+
* The media_name of a file to be played back when digits don't match the
|
|
1416
|
+
* `valid_digits` parameter or the number of digits is not between `min` and `max`.
|
|
1417
|
+
* The media_name must point to a file previously uploaded to
|
|
1418
|
+
* api.telnyx.com/v2/media by the same user/organization. The file must either be a
|
|
1419
|
+
* WAV or MP3 file.
|
|
1420
|
+
*/
|
|
1421
|
+
invalid_media_name?: string;
|
|
1422
|
+
/**
|
|
1423
|
+
* The maximum number of digits to fetch. This parameter has a maximum value
|
|
1424
|
+
* of 128.
|
|
1425
|
+
*/
|
|
1426
|
+
maximum_digits?: number;
|
|
1427
|
+
/**
|
|
1428
|
+
* The maximum number of times the file should be played if there is no input from
|
|
1429
|
+
* the user on the call.
|
|
1430
|
+
*/
|
|
1431
|
+
maximum_tries?: number;
|
|
1432
|
+
/**
|
|
1433
|
+
* The media_name of a file to be played back at the beginning of each prompt. The
|
|
1434
|
+
* media_name must point to a file previously uploaded to api.telnyx.com/v2/media
|
|
1435
|
+
* by the same user/organization. The file must either be a WAV or MP3 file.
|
|
1436
|
+
*/
|
|
1437
|
+
media_name?: string;
|
|
1438
|
+
/**
|
|
1439
|
+
* The minimum number of digits to fetch. This parameter has a minimum value of 1.
|
|
1440
|
+
*/
|
|
1441
|
+
minimum_digits?: number;
|
|
1442
|
+
/**
|
|
1443
|
+
* The digit used to terminate input if fewer than `maximum_digits` digits have
|
|
1444
|
+
* been gathered.
|
|
1445
|
+
*/
|
|
1446
|
+
terminating_digit?: string;
|
|
1447
|
+
/**
|
|
1448
|
+
* The number of milliseconds to wait for a DTMF response after file playback ends
|
|
1449
|
+
* before a replaying the sound file.
|
|
1450
|
+
*/
|
|
1451
|
+
timeout_millis?: number;
|
|
1452
|
+
/**
|
|
1453
|
+
* A list of all digits accepted as valid.
|
|
1454
|
+
*/
|
|
1455
|
+
valid_digits?: string;
|
|
1456
|
+
}
|
|
1457
|
+
export interface ActionGatherUsingSpeakParams {
|
|
1458
|
+
/**
|
|
1459
|
+
* The text or SSML to be converted into speech. There is a 3,000 character limit.
|
|
1460
|
+
*/
|
|
1461
|
+
payload: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* Specifies the voice used in speech synthesis.
|
|
1464
|
+
*
|
|
1465
|
+
* - Define voices using the format `<Provider>.<Model>.<VoiceId>`. Specifying only
|
|
1466
|
+
* the provider will give default values for voice_id and model_id.
|
|
1467
|
+
*
|
|
1468
|
+
* **Supported Providers:**
|
|
1469
|
+
*
|
|
1470
|
+
* - **AWS:** Use `AWS.Polly.<VoiceId>` (e.g., `AWS.Polly.Joanna`). For neural
|
|
1471
|
+
* voices, which provide more realistic, human-like speech, append `-Neural` to
|
|
1472
|
+
* the `VoiceId` (e.g., `AWS.Polly.Joanna-Neural`). Check the
|
|
1473
|
+
* [available voices](https://docs.aws.amazon.com/polly/latest/dg/available-voices.html)
|
|
1474
|
+
* for compatibility.
|
|
1475
|
+
* - **Azure:** Use `Azure.<VoiceId>. (e.g. Azure.en-CA-ClaraNeural,
|
|
1476
|
+
* Azure.en-CA-LiamNeural, Azure.en-US-BrianMultilingualNeural,
|
|
1477
|
+
* Azure.en-US-Ava:DragonHDLatestNeural. For a complete list of voices, go to
|
|
1478
|
+
* [Azure Voice Gallery](https://speech.microsoft.com/portal/voicegallery).)
|
|
1479
|
+
* - **ElevenLabs:** Use `ElevenLabs.<ModelId>.<VoiceId>` (e.g.,
|
|
1480
|
+
* `ElevenLabs.eleven_multilingual_v2.21m00Tcm4TlvDq8ikWAM`). The `ModelId` part
|
|
1481
|
+
* is optional. To use ElevenLabs, you must provide your ElevenLabs API key as an
|
|
1482
|
+
* integration identifier secret in
|
|
1483
|
+
* `"voice_settings": {"api_key_ref": "<secret_identifier>"}`. See
|
|
1484
|
+
* [integration secrets documentation](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
1485
|
+
* for details. Check
|
|
1486
|
+
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
1487
|
+
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
1488
|
+
*
|
|
1489
|
+
* For service_level basic, you may define the gender of the speaker (male or
|
|
1490
|
+
* female).
|
|
1491
|
+
*/
|
|
1492
|
+
voice: string;
|
|
1493
|
+
/**
|
|
1494
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1495
|
+
* Base-64 encoded string.
|
|
1496
|
+
*/
|
|
1497
|
+
client_state?: string;
|
|
1498
|
+
/**
|
|
1499
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1500
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1501
|
+
*/
|
|
1502
|
+
command_id?: string;
|
|
1503
|
+
/**
|
|
1504
|
+
* The number of milliseconds to wait for input between digits.
|
|
1505
|
+
*/
|
|
1506
|
+
inter_digit_timeout_millis?: number;
|
|
1507
|
+
/**
|
|
1508
|
+
* The text or SSML to be converted into speech when digits don't match the
|
|
1509
|
+
* `valid_digits` parameter or the number of digits is not between `min` and `max`.
|
|
1510
|
+
* There is a 3,000 character limit.
|
|
1511
|
+
*/
|
|
1512
|
+
invalid_payload?: string;
|
|
1513
|
+
/**
|
|
1514
|
+
* The language you want spoken. This parameter is ignored when a `Polly.*` voice
|
|
1515
|
+
* is specified.
|
|
1516
|
+
*/
|
|
1517
|
+
language?: 'arb' | 'cmn-CN' | 'cy-GB' | 'da-DK' | 'de-DE' | 'en-AU' | 'en-GB' | 'en-GB-WLS' | 'en-IN' | 'en-US' | 'es-ES' | 'es-MX' | 'es-US' | 'fr-CA' | 'fr-FR' | 'hi-IN' | 'is-IS' | 'it-IT' | 'ja-JP' | 'ko-KR' | 'nb-NO' | 'nl-NL' | 'pl-PL' | 'pt-BR' | 'pt-PT' | 'ro-RO' | 'ru-RU' | 'sv-SE' | 'tr-TR';
|
|
1518
|
+
/**
|
|
1519
|
+
* The maximum number of digits to fetch. This parameter has a maximum value
|
|
1520
|
+
* of 128.
|
|
1521
|
+
*/
|
|
1522
|
+
maximum_digits?: number;
|
|
1523
|
+
/**
|
|
1524
|
+
* The maximum number of times that a file should be played back if there is no
|
|
1525
|
+
* input from the user on the call.
|
|
1526
|
+
*/
|
|
1527
|
+
maximum_tries?: number;
|
|
1528
|
+
/**
|
|
1529
|
+
* The minimum number of digits to fetch. This parameter has a minimum value of 1.
|
|
1530
|
+
*/
|
|
1531
|
+
minimum_digits?: number;
|
|
1532
|
+
/**
|
|
1533
|
+
* The type of the provided payload. The payload can either be plain text, or
|
|
1534
|
+
* Speech Synthesis Markup Language (SSML).
|
|
1535
|
+
*/
|
|
1536
|
+
payload_type?: 'text' | 'ssml';
|
|
1537
|
+
/**
|
|
1538
|
+
* This parameter impacts speech quality, language options and payload types. When
|
|
1539
|
+
* using `basic`, only the `en-US` language and payload type `text` are allowed.
|
|
1540
|
+
*/
|
|
1541
|
+
service_level?: 'basic' | 'premium';
|
|
1542
|
+
/**
|
|
1543
|
+
* The digit used to terminate input if fewer than `maximum_digits` digits have
|
|
1544
|
+
* been gathered.
|
|
1545
|
+
*/
|
|
1546
|
+
terminating_digit?: string;
|
|
1547
|
+
/**
|
|
1548
|
+
* The number of milliseconds to wait for a DTMF response after speak ends before a
|
|
1549
|
+
* replaying the sound file.
|
|
1550
|
+
*/
|
|
1551
|
+
timeout_millis?: number;
|
|
1552
|
+
/**
|
|
1553
|
+
* A list of all digits accepted as valid.
|
|
1554
|
+
*/
|
|
1555
|
+
valid_digits?: string;
|
|
1556
|
+
/**
|
|
1557
|
+
* The settings associated with the voice selected
|
|
1558
|
+
*/
|
|
1559
|
+
voice_settings?: ElevenLabsVoiceSettings | TelnyxVoiceSettings | AwsVoiceSettings;
|
|
1560
|
+
}
|
|
1561
|
+
export interface ActionHangupParams {
|
|
1562
|
+
/**
|
|
1563
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1564
|
+
* Base-64 encoded string.
|
|
1565
|
+
*/
|
|
1566
|
+
client_state?: string;
|
|
1567
|
+
/**
|
|
1568
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1569
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1570
|
+
*/
|
|
1571
|
+
command_id?: string;
|
|
1572
|
+
}
|
|
1573
|
+
export interface ActionLeaveQueueParams {
|
|
1574
|
+
/**
|
|
1575
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1576
|
+
* Base-64 encoded string.
|
|
1577
|
+
*/
|
|
1578
|
+
client_state?: string;
|
|
1579
|
+
/**
|
|
1580
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1581
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1582
|
+
*/
|
|
1583
|
+
command_id?: string;
|
|
1584
|
+
}
|
|
1585
|
+
export interface ActionPauseRecordingParams {
|
|
1586
|
+
/**
|
|
1587
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1588
|
+
* Base-64 encoded string.
|
|
1589
|
+
*/
|
|
1590
|
+
client_state?: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1593
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1594
|
+
*/
|
|
1595
|
+
command_id?: string;
|
|
1596
|
+
/**
|
|
1597
|
+
* Uniquely identifies the resource.
|
|
1598
|
+
*/
|
|
1599
|
+
recording_id?: string;
|
|
1600
|
+
}
|
|
1601
|
+
export interface ActionReferParams {
|
|
1602
|
+
/**
|
|
1603
|
+
* The SIP URI to which the call will be referred to.
|
|
1604
|
+
*/
|
|
1605
|
+
sip_address: string;
|
|
1606
|
+
/**
|
|
1607
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1608
|
+
* Base-64 encoded string.
|
|
1609
|
+
*/
|
|
1610
|
+
client_state?: string;
|
|
1611
|
+
/**
|
|
1612
|
+
* Use this field to avoid execution of duplicate commands. Telnyx will ignore
|
|
1613
|
+
* subsequent commands with the same `command_id` as one that has already been
|
|
1614
|
+
* executed.
|
|
1615
|
+
*/
|
|
1616
|
+
command_id?: string;
|
|
1617
|
+
/**
|
|
1618
|
+
* Custom headers to be added to the SIP INVITE.
|
|
1619
|
+
*/
|
|
1620
|
+
custom_headers?: Array<CallsAPI.CustomSipHeader>;
|
|
1621
|
+
/**
|
|
1622
|
+
* SIP Authentication password used for SIP challenges.
|
|
1623
|
+
*/
|
|
1624
|
+
sip_auth_password?: string;
|
|
1625
|
+
/**
|
|
1626
|
+
* SIP Authentication username used for SIP challenges.
|
|
1627
|
+
*/
|
|
1628
|
+
sip_auth_username?: string;
|
|
1629
|
+
/**
|
|
1630
|
+
* SIP headers to be added to the request. Currently only User-to-User header is
|
|
1631
|
+
* supported.
|
|
1632
|
+
*/
|
|
1633
|
+
sip_headers?: Array<CallsAPI.SipHeader>;
|
|
1634
|
+
}
|
|
1635
|
+
export interface ActionRejectParams {
|
|
1636
|
+
/**
|
|
1637
|
+
* Cause for call rejection.
|
|
1638
|
+
*/
|
|
1639
|
+
cause: 'CALL_REJECTED' | 'USER_BUSY';
|
|
1640
|
+
/**
|
|
1641
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1642
|
+
* Base-64 encoded string.
|
|
1643
|
+
*/
|
|
1644
|
+
client_state?: string;
|
|
1645
|
+
/**
|
|
1646
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1647
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1648
|
+
*/
|
|
1649
|
+
command_id?: string;
|
|
1650
|
+
}
|
|
1651
|
+
export interface ActionResumeRecordingParams {
|
|
1652
|
+
/**
|
|
1653
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1654
|
+
* Base-64 encoded string.
|
|
1655
|
+
*/
|
|
1656
|
+
client_state?: string;
|
|
1657
|
+
/**
|
|
1658
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1659
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1660
|
+
*/
|
|
1661
|
+
command_id?: string;
|
|
1662
|
+
/**
|
|
1663
|
+
* Uniquely identifies the resource.
|
|
1664
|
+
*/
|
|
1665
|
+
recording_id?: string;
|
|
1666
|
+
}
|
|
1667
|
+
export interface ActionSendDtmfParams {
|
|
1668
|
+
/**
|
|
1669
|
+
* DTMF digits to send. Valid digits are 0-9, A-D, \*, and #. Pauses can be added
|
|
1670
|
+
* using w (0.5s) and W (1s).
|
|
1671
|
+
*/
|
|
1672
|
+
digits: string;
|
|
1673
|
+
/**
|
|
1674
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1675
|
+
* Base-64 encoded string.
|
|
1676
|
+
*/
|
|
1677
|
+
client_state?: string;
|
|
1678
|
+
/**
|
|
1679
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1680
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1681
|
+
*/
|
|
1682
|
+
command_id?: string;
|
|
1683
|
+
/**
|
|
1684
|
+
* Specifies for how many milliseconds each digit will be played in the audio
|
|
1685
|
+
* stream. Ranges from 100 to 500ms
|
|
1686
|
+
*/
|
|
1687
|
+
duration_millis?: number;
|
|
1688
|
+
}
|
|
1689
|
+
export interface ActionSendSipInfoParams {
|
|
1690
|
+
/**
|
|
1691
|
+
* Content of the SIP INFO
|
|
1692
|
+
*/
|
|
1693
|
+
body: string;
|
|
1694
|
+
/**
|
|
1695
|
+
* Content type of the INFO body. Must be MIME type compliant. There is a 1,400
|
|
1696
|
+
* bytes limit
|
|
1697
|
+
*/
|
|
1698
|
+
content_type: string;
|
|
1699
|
+
/**
|
|
1700
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1701
|
+
* Base-64 encoded string.
|
|
1702
|
+
*/
|
|
1703
|
+
client_state?: string;
|
|
1704
|
+
/**
|
|
1705
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1706
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1707
|
+
*/
|
|
1708
|
+
command_id?: string;
|
|
1709
|
+
}
|
|
1710
|
+
export interface ActionSpeakParams {
|
|
1711
|
+
/**
|
|
1712
|
+
* The text or SSML to be converted into speech. There is a 3,000 character limit.
|
|
1713
|
+
*/
|
|
1714
|
+
payload: string;
|
|
1715
|
+
/**
|
|
1716
|
+
* Specifies the voice used in speech synthesis.
|
|
1717
|
+
*
|
|
1718
|
+
* - Define voices using the format `<Provider>.<Model>.<VoiceId>`. Specifying only
|
|
1719
|
+
* the provider will give default values for voice_id and model_id.
|
|
1720
|
+
*
|
|
1721
|
+
* **Supported Providers:**
|
|
1722
|
+
*
|
|
1723
|
+
* - **AWS:** Use `AWS.Polly.<VoiceId>` (e.g., `AWS.Polly.Joanna`). For neural
|
|
1724
|
+
* voices, which provide more realistic, human-like speech, append `-Neural` to
|
|
1725
|
+
* the `VoiceId` (e.g., `AWS.Polly.Joanna-Neural`). Check the
|
|
1726
|
+
* [available voices](https://docs.aws.amazon.com/polly/latest/dg/available-voices.html)
|
|
1727
|
+
* for compatibility.
|
|
1728
|
+
* - **Azure:** Use `Azure.<VoiceId>. (e.g. Azure.en-CA-ClaraNeural,
|
|
1729
|
+
* Azure.en-CA-LiamNeural, Azure.en-US-BrianMultilingualNeural,
|
|
1730
|
+
* Azure.en-US-Ava:DragonHDLatestNeural. For a complete list of voices, go to
|
|
1731
|
+
* [Azure Voice Gallery](https://speech.microsoft.com/portal/voicegallery).)
|
|
1732
|
+
* - **ElevenLabs:** Use `ElevenLabs.<ModelId>.<VoiceId>` (e.g.,
|
|
1733
|
+
* `ElevenLabs.eleven_multilingual_v2.21m00Tcm4TlvDq8ikWAM`). The `ModelId` part
|
|
1734
|
+
* is optional. To use ElevenLabs, you must provide your ElevenLabs API key as an
|
|
1735
|
+
* integration identifier secret in
|
|
1736
|
+
* `"voice_settings": {"api_key_ref": "<secret_identifier>"}`. See
|
|
1737
|
+
* [integration secrets documentation](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
1738
|
+
* for details. Check
|
|
1739
|
+
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
1740
|
+
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
1741
|
+
*
|
|
1742
|
+
* For service_level basic, you may define the gender of the speaker (male or
|
|
1743
|
+
* female).
|
|
1744
|
+
*/
|
|
1745
|
+
voice: string;
|
|
1746
|
+
/**
|
|
1747
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1748
|
+
* Base-64 encoded string.
|
|
1749
|
+
*/
|
|
1750
|
+
client_state?: string;
|
|
1751
|
+
/**
|
|
1752
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1753
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1754
|
+
*/
|
|
1755
|
+
command_id?: string;
|
|
1756
|
+
/**
|
|
1757
|
+
* The language you want spoken. This parameter is ignored when a `Polly.*` voice
|
|
1758
|
+
* is specified.
|
|
1759
|
+
*/
|
|
1760
|
+
language?: 'arb' | 'cmn-CN' | 'cy-GB' | 'da-DK' | 'de-DE' | 'en-AU' | 'en-GB' | 'en-GB-WLS' | 'en-IN' | 'en-US' | 'es-ES' | 'es-MX' | 'es-US' | 'fr-CA' | 'fr-FR' | 'hi-IN' | 'is-IS' | 'it-IT' | 'ja-JP' | 'ko-KR' | 'nb-NO' | 'nl-NL' | 'pl-PL' | 'pt-BR' | 'pt-PT' | 'ro-RO' | 'ru-RU' | 'sv-SE' | 'tr-TR';
|
|
1761
|
+
/**
|
|
1762
|
+
* The type of the provided payload. The payload can either be plain text, or
|
|
1763
|
+
* Speech Synthesis Markup Language (SSML).
|
|
1764
|
+
*/
|
|
1765
|
+
payload_type?: 'text' | 'ssml';
|
|
1766
|
+
/**
|
|
1767
|
+
* This parameter impacts speech quality, language options and payload types. When
|
|
1768
|
+
* using `basic`, only the `en-US` language and payload type `text` are allowed.
|
|
1769
|
+
*/
|
|
1770
|
+
service_level?: 'basic' | 'premium';
|
|
1771
|
+
/**
|
|
1772
|
+
* When specified, it stops the current audio being played. Specify `current` to
|
|
1773
|
+
* stop the current audio being played, and to play the next file in the queue.
|
|
1774
|
+
* Specify `all` to stop the current audio file being played and to also clear all
|
|
1775
|
+
* audio files from the queue.
|
|
1776
|
+
*/
|
|
1777
|
+
stop?: string;
|
|
1778
|
+
/**
|
|
1779
|
+
* The settings associated with the voice selected
|
|
1780
|
+
*/
|
|
1781
|
+
voice_settings?: ElevenLabsVoiceSettings | TelnyxVoiceSettings | AwsVoiceSettings;
|
|
1782
|
+
}
|
|
1783
|
+
export interface ActionStartAIAssistantParams {
|
|
1784
|
+
/**
|
|
1785
|
+
* AI Assistant configuration
|
|
1786
|
+
*/
|
|
1787
|
+
assistant?: ActionStartAIAssistantParams.Assistant;
|
|
1788
|
+
/**
|
|
1789
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1790
|
+
* Base-64 encoded string.
|
|
1791
|
+
*/
|
|
1792
|
+
client_state?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1795
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1796
|
+
*/
|
|
1797
|
+
command_id?: string;
|
|
1798
|
+
/**
|
|
1799
|
+
* Text that will be played when the assistant starts, if none then nothing will be
|
|
1800
|
+
* played when the assistant starts. The greeting can be text for any voice or SSML
|
|
1801
|
+
* for `AWS.Polly.<voice_id>` voices. There is a 3,000 character limit.
|
|
1802
|
+
*/
|
|
1803
|
+
greeting?: string;
|
|
1804
|
+
/**
|
|
1805
|
+
* Settings for handling user interruptions during assistant speech
|
|
1806
|
+
*/
|
|
1807
|
+
interruption_settings?: InterruptionSettings;
|
|
1808
|
+
/**
|
|
1809
|
+
* The settings associated with speech to text for the voice assistant. This is
|
|
1810
|
+
* only relevant if the assistant uses a text-to-text language model. Any assistant
|
|
1811
|
+
* using a model with native audio support (e.g. `fixie-ai/ultravox-v0_4`) will
|
|
1812
|
+
* ignore this field.
|
|
1813
|
+
*/
|
|
1814
|
+
transcription?: TranscriptionConfig;
|
|
1815
|
+
/**
|
|
1816
|
+
* The voice to be used by the voice assistant. Currently we support ElevenLabs,
|
|
1817
|
+
* Telnyx and AWS voices.
|
|
1818
|
+
*
|
|
1819
|
+
* **Supported Providers:**
|
|
1820
|
+
*
|
|
1821
|
+
* - **AWS:** Use `AWS.Polly.<VoiceId>` (e.g., `AWS.Polly.Joanna`). For neural
|
|
1822
|
+
* voices, which provide more realistic, human-like speech, append `-Neural` to
|
|
1823
|
+
* the `VoiceId` (e.g., `AWS.Polly.Joanna-Neural`). Check the
|
|
1824
|
+
* [available voices](https://docs.aws.amazon.com/polly/latest/dg/available-voices.html)
|
|
1825
|
+
* for compatibility.
|
|
1826
|
+
* - **Azure:** Use `Azure.<VoiceId>. (e.g. Azure.en-CA-ClaraNeural,
|
|
1827
|
+
* Azure.en-CA-LiamNeural, Azure.en-US-BrianMultilingualNeural,
|
|
1828
|
+
* Azure.en-US-Ava:DragonHDLatestNeural. For a complete list of voices, go to
|
|
1829
|
+
* [Azure Voice Gallery](https://speech.microsoft.com/portal/voicegallery).)
|
|
1830
|
+
* - **ElevenLabs:** Use `ElevenLabs.<ModelId>.<VoiceId>` (e.g.,
|
|
1831
|
+
* `ElevenLabs.BaseModel.John`). The `ModelId` part is optional. To use
|
|
1832
|
+
* ElevenLabs, you must provide your ElevenLabs API key as an integration secret
|
|
1833
|
+
* under `"voice_settings": {"api_key_ref": "<secret_id>"}`. See
|
|
1834
|
+
* [integration secrets documentation](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
1835
|
+
* for details. Check
|
|
1836
|
+
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
1837
|
+
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
1838
|
+
*/
|
|
1839
|
+
voice?: string;
|
|
1840
|
+
/**
|
|
1841
|
+
* The settings associated with the voice selected
|
|
1842
|
+
*/
|
|
1843
|
+
voice_settings?: ElevenLabsVoiceSettings | TelnyxVoiceSettings | AwsVoiceSettings;
|
|
1844
|
+
}
|
|
1845
|
+
export declare namespace ActionStartAIAssistantParams {
|
|
1846
|
+
/**
|
|
1847
|
+
* AI Assistant configuration
|
|
1848
|
+
*/
|
|
1849
|
+
interface Assistant {
|
|
1850
|
+
/**
|
|
1851
|
+
* The identifier of the AI assistant to use
|
|
1852
|
+
*/
|
|
1853
|
+
id?: string;
|
|
1854
|
+
/**
|
|
1855
|
+
* The system instructions that the voice assistant uses during the start assistant
|
|
1856
|
+
* command. This will overwrite the instructions set in the assistant
|
|
1857
|
+
* configuration.
|
|
1858
|
+
*/
|
|
1859
|
+
instructions?: string;
|
|
1860
|
+
/**
|
|
1861
|
+
* Reference to the OpenAI API key. Required only when using OpenAI models
|
|
1862
|
+
*/
|
|
1863
|
+
openai_api_key_ref?: string;
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
export interface ActionStartForkingParams {
|
|
1867
|
+
/**
|
|
1868
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1869
|
+
* Base-64 encoded string.
|
|
1870
|
+
*/
|
|
1871
|
+
client_state?: string;
|
|
1872
|
+
/**
|
|
1873
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1874
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1875
|
+
*/
|
|
1876
|
+
command_id?: string;
|
|
1877
|
+
/**
|
|
1878
|
+
* The network target, <udp:ip_address:port>, where the call's incoming RTP media
|
|
1879
|
+
* packets should be forwarded.
|
|
1880
|
+
*/
|
|
1881
|
+
rx?: string;
|
|
1882
|
+
/**
|
|
1883
|
+
* Optionally specify a media type to stream. If `decrypted` selected, Telnyx will
|
|
1884
|
+
* decrypt incoming SIP media before forking to the target. `rx` and `tx` are
|
|
1885
|
+
* required fields if `decrypted` selected.
|
|
1886
|
+
*/
|
|
1887
|
+
stream_type?: 'decrypted';
|
|
1888
|
+
/**
|
|
1889
|
+
* The network target, <udp:ip_address:port>, where the call's outgoing RTP media
|
|
1890
|
+
* packets should be forwarded.
|
|
1891
|
+
*/
|
|
1892
|
+
tx?: string;
|
|
1893
|
+
}
|
|
1894
|
+
export interface ActionStartNoiseSuppressionParams {
|
|
1895
|
+
/**
|
|
1896
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1897
|
+
* Base-64 encoded string.
|
|
1898
|
+
*/
|
|
1899
|
+
client_state?: string;
|
|
1900
|
+
/**
|
|
1901
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1902
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1903
|
+
*/
|
|
1904
|
+
command_id?: string;
|
|
1905
|
+
/**
|
|
1906
|
+
* The direction of the audio stream to be noise suppressed.
|
|
1907
|
+
*/
|
|
1908
|
+
direction?: 'inbound' | 'outbound' | 'both';
|
|
1909
|
+
/**
|
|
1910
|
+
* The engine to use for noise suppression. A - rnnoise engine B - deepfilter
|
|
1911
|
+
* engine.
|
|
1912
|
+
*/
|
|
1913
|
+
noise_suppression_engine?: 'A' | 'B';
|
|
1914
|
+
}
|
|
1915
|
+
export interface ActionStartPlaybackParams {
|
|
1916
|
+
/**
|
|
1917
|
+
* Specifies the type of audio provided in `audio_url` or `playback_content`.
|
|
1918
|
+
*/
|
|
1919
|
+
audio_type?: 'mp3' | 'wav';
|
|
1920
|
+
/**
|
|
1921
|
+
* The URL of a file to be played back on the call. The URL can point to either a
|
|
1922
|
+
* WAV or MP3 file. media_name and audio_url cannot be used together in one
|
|
1923
|
+
* request.
|
|
1924
|
+
*/
|
|
1925
|
+
audio_url?: string;
|
|
1926
|
+
/**
|
|
1927
|
+
* Caches the audio file. Useful when playing the same audio file multiple times
|
|
1928
|
+
* during the call.
|
|
1929
|
+
*/
|
|
1930
|
+
cache_audio?: boolean;
|
|
1931
|
+
/**
|
|
1932
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1933
|
+
* Base-64 encoded string.
|
|
1934
|
+
*/
|
|
1935
|
+
client_state?: string;
|
|
1936
|
+
/**
|
|
1937
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1938
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1939
|
+
*/
|
|
1940
|
+
command_id?: string;
|
|
1941
|
+
/**
|
|
1942
|
+
* The number of times the audio file should be played. If supplied, the value must
|
|
1943
|
+
* be an integer between 1 and 100, or the special string `infinity` for an endless
|
|
1944
|
+
* loop.
|
|
1945
|
+
*/
|
|
1946
|
+
loop?: Loopcount;
|
|
1947
|
+
/**
|
|
1948
|
+
* The media_name of a file to be played back on the call. The media_name must
|
|
1949
|
+
* point to a file previously uploaded to api.telnyx.com/v2/media by the same
|
|
1950
|
+
* user/organization. The file must either be a WAV or MP3 file.
|
|
1951
|
+
*/
|
|
1952
|
+
media_name?: string;
|
|
1953
|
+
/**
|
|
1954
|
+
* When enabled, audio will be mixed on top of any other audio that is actively
|
|
1955
|
+
* being played back. Note that `overlay: true` will only work if there is another
|
|
1956
|
+
* audio file already being played on the call.
|
|
1957
|
+
*/
|
|
1958
|
+
overlay?: boolean;
|
|
1959
|
+
/**
|
|
1960
|
+
* Allows a user to provide base64 encoded mp3 or wav. Note: when using this
|
|
1961
|
+
* parameter, `media_url` and `media_name` in the `playback_started` and
|
|
1962
|
+
* `playback_ended` webhooks will be empty
|
|
1963
|
+
*/
|
|
1964
|
+
playback_content?: string;
|
|
1965
|
+
/**
|
|
1966
|
+
* When specified, it stops the current audio being played. Specify `current` to
|
|
1967
|
+
* stop the current audio being played, and to play the next file in the queue.
|
|
1968
|
+
* Specify `all` to stop the current audio file being played and to also clear all
|
|
1969
|
+
* audio files from the queue.
|
|
1970
|
+
*/
|
|
1971
|
+
stop?: string;
|
|
1972
|
+
/**
|
|
1973
|
+
* Specifies the leg or legs on which audio will be played. If supplied, the value
|
|
1974
|
+
* must be either `self`, `opposite` or `both`.
|
|
1975
|
+
*/
|
|
1976
|
+
target_legs?: string;
|
|
1977
|
+
}
|
|
1978
|
+
export interface ActionStartRecordingParams {
|
|
1979
|
+
/**
|
|
1980
|
+
* When `dual`, final audio file will be stereo recorded with the first leg on
|
|
1981
|
+
* channel A, and the rest on channel B.
|
|
1982
|
+
*/
|
|
1983
|
+
channels: 'single' | 'dual';
|
|
1984
|
+
/**
|
|
1985
|
+
* The audio file format used when storing the call recording. Can be either `mp3`
|
|
1986
|
+
* or `wav`.
|
|
1987
|
+
*/
|
|
1988
|
+
format: 'wav' | 'mp3';
|
|
1989
|
+
/**
|
|
1990
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
1991
|
+
* Base-64 encoded string.
|
|
1992
|
+
*/
|
|
1993
|
+
client_state?: string;
|
|
1994
|
+
/**
|
|
1995
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
1996
|
+
* the same `command_id` for the same `call_control_id`.
|
|
1997
|
+
*/
|
|
1998
|
+
command_id?: string;
|
|
1999
|
+
/**
|
|
2000
|
+
* The custom recording file name to be used instead of the default `call_leg_id`.
|
|
2001
|
+
* Telnyx will still add a Unix timestamp suffix.
|
|
2002
|
+
*/
|
|
2003
|
+
custom_file_name?: string;
|
|
2004
|
+
/**
|
|
2005
|
+
* Defines the maximum length for the recording in seconds. The minimum value is 0.
|
|
2006
|
+
* The maximum value is 14400. The default value is 0 (infinite)
|
|
2007
|
+
*/
|
|
2008
|
+
max_length?: number;
|
|
2009
|
+
/**
|
|
2010
|
+
* If enabled, a beep sound will be played at the start of a recording.
|
|
2011
|
+
*/
|
|
2012
|
+
play_beep?: boolean;
|
|
2013
|
+
/**
|
|
2014
|
+
* The audio track to be recorded. Can be either `both`, `inbound` or `outbound`.
|
|
2015
|
+
* If only single track is specified (`inbound`, `outbound`), `channels`
|
|
2016
|
+
* configuration is ignored and it will be recorded as mono (single channel).
|
|
2017
|
+
*/
|
|
2018
|
+
recording_track?: 'both' | 'inbound' | 'outbound';
|
|
2019
|
+
/**
|
|
2020
|
+
* The number of seconds that Telnyx will wait for the recording to be stopped if
|
|
2021
|
+
* silence is detected. The timer only starts when the speech is detected. Please
|
|
2022
|
+
* note that call transcription is used to detect silence and the related charge
|
|
2023
|
+
* will be applied. The minimum value is 0. The default value is 0 (infinite)
|
|
2024
|
+
*/
|
|
2025
|
+
timeout_secs?: number;
|
|
2026
|
+
/**
|
|
2027
|
+
* Enable post recording transcription. The default value is false.
|
|
2028
|
+
*/
|
|
2029
|
+
transcription?: boolean;
|
|
2030
|
+
/**
|
|
2031
|
+
* Engine to use for speech recognition. `A` - `Google`
|
|
2032
|
+
*/
|
|
2033
|
+
transcription_engine?: string;
|
|
2034
|
+
/**
|
|
2035
|
+
* Language to use for speech recognition
|
|
2036
|
+
*/
|
|
2037
|
+
transcription_language?: 'af-ZA' | 'am-ET' | 'ar-AE' | 'ar-BH' | 'ar-DZ' | 'ar-EG' | 'ar-IL' | 'ar-IQ' | 'ar-JO' | 'ar-KW' | 'ar-LB' | 'ar-MA' | 'ar-MR' | 'ar-OM' | 'ar-PS' | 'ar-QA' | 'ar-SA' | 'ar-TN' | 'ar-YE' | 'az-AZ' | 'bg-BG' | 'bn-BD' | 'bn-IN' | 'bs-BA' | 'ca-ES' | 'cs-CZ' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'el-GR' | 'en-AU' | 'en-CA' | 'en-GB' | 'en-GH' | 'en-HK' | 'en-IE' | 'en-IN' | 'en-KE' | 'en-NG' | 'en-NZ' | 'en-PH' | 'en-PK' | 'en-SG' | 'en-TZ' | 'en-US' | 'en-ZA' | 'es-AR' | 'es-BO' | 'es-CL' | 'es-CO' | 'es-CR' | 'es-DO' | 'es-EC' | 'es-ES' | 'es-GT' | 'es-HN' | 'es-MX' | 'es-NI' | 'es-PA' | 'es-PE' | 'es-PR' | 'es-PY' | 'es-SV' | 'es-US' | 'es-UY' | 'es-VE' | 'et-EE' | 'eu-ES' | 'fa-IR' | 'fi-FI' | 'fil-PH' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'gl-ES' | 'gu-IN' | 'hi-IN' | 'hr-HR' | 'hu-HU' | 'hy-AM' | 'id-ID' | 'is-IS' | 'it-CH' | 'it-IT' | 'iw-IL' | 'ja-JP' | 'jv-ID' | 'ka-GE' | 'kk-KZ' | 'km-KH' | 'kn-IN' | 'ko-KR' | 'lo-LA' | 'lt-LT' | 'lv-LV' | 'mk-MK' | 'ml-IN' | 'mn-MN' | 'mr-IN' | 'ms-MY' | 'my-MM' | 'ne-NP' | 'nl-BE' | 'nl-NL' | 'no-NO' | 'pa-Guru-IN' | 'pl-PL' | 'pt-BR' | 'pt-PT' | 'ro-RO' | 'ru-RU' | 'rw-RW' | 'si-LK' | 'sk-SK' | 'sl-SI' | 'sq-AL' | 'sr-RS' | 'ss-latn-za' | 'st-ZA' | 'su-ID' | 'sv-SE' | 'sw-KE' | 'sw-TZ' | 'ta-IN' | 'ta-LK' | 'ta-MY' | 'ta-SG' | 'te-IN' | 'th-TH' | 'tn-latn-za' | 'tr-TR' | 'ts-ZA' | 'uk-UA' | 'ur-IN' | 'ur-PK' | 'uz-UZ' | 've-ZA' | 'vi-VN' | 'xh-ZA' | 'yue-Hant-HK' | 'zh' | 'zh-TW' | 'zu-ZA';
|
|
2038
|
+
/**
|
|
2039
|
+
* Defines maximum number of speakers in the conversation. Applies to `google`
|
|
2040
|
+
* engine only.
|
|
2041
|
+
*/
|
|
2042
|
+
transcription_max_speaker_count?: number;
|
|
2043
|
+
/**
|
|
2044
|
+
* Defines minimum number of speakers in the conversation. Applies to `google`
|
|
2045
|
+
* engine only.
|
|
2046
|
+
*/
|
|
2047
|
+
transcription_min_speaker_count?: number;
|
|
2048
|
+
/**
|
|
2049
|
+
* Enables profanity_filter. Applies to `google` engine only.
|
|
2050
|
+
*/
|
|
2051
|
+
transcription_profanity_filter?: boolean;
|
|
2052
|
+
/**
|
|
2053
|
+
* Enables speaker diarization. Applies to `google` engine only.
|
|
2054
|
+
*/
|
|
2055
|
+
transcription_speaker_diarization?: boolean;
|
|
2056
|
+
/**
|
|
2057
|
+
* When set to `trim-silence`, silence will be removed from the beginning and end
|
|
2058
|
+
* of the recording.
|
|
2059
|
+
*/
|
|
2060
|
+
trim?: 'trim-silence';
|
|
2061
|
+
}
|
|
2062
|
+
export interface ActionStartSiprecParams {
|
|
2063
|
+
/**
|
|
2064
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2065
|
+
* Base-64 encoded string.
|
|
2066
|
+
*/
|
|
2067
|
+
client_state?: string;
|
|
2068
|
+
/**
|
|
2069
|
+
* Name of configured SIPREC connector to be used.
|
|
2070
|
+
*/
|
|
2071
|
+
connector_name?: string;
|
|
2072
|
+
/**
|
|
2073
|
+
* When set, custom parameters will be added as metadata
|
|
2074
|
+
* (recording.session.ExtensionParameters). Otherwise, they’ll be added to sip
|
|
2075
|
+
* headers.
|
|
2076
|
+
*/
|
|
2077
|
+
include_metadata_custom_headers?: true | false;
|
|
2078
|
+
/**
|
|
2079
|
+
* Controls whether to encrypt media sent to your SRS using SRTP and TLS. When set
|
|
2080
|
+
* you need to configure SRS port in your connector to 5061.
|
|
2081
|
+
*/
|
|
2082
|
+
secure?: true | false;
|
|
2083
|
+
/**
|
|
2084
|
+
* Sets `Session-Expires` header to the INVITE. A reinvite is sent every half the
|
|
2085
|
+
* value set. Usefull for session keep alive. Minimum value is 90, set to 0 to
|
|
2086
|
+
* disable.
|
|
2087
|
+
*/
|
|
2088
|
+
session_timeout_secs?: number;
|
|
2089
|
+
/**
|
|
2090
|
+
* Specifies SIP transport protocol.
|
|
2091
|
+
*/
|
|
2092
|
+
sip_transport?: 'udp' | 'tcp' | 'tls';
|
|
2093
|
+
/**
|
|
2094
|
+
* Specifies which track should be sent on siprec session.
|
|
2095
|
+
*/
|
|
2096
|
+
siprec_track?: 'inbound_track' | 'outbound_track' | 'both_tracks';
|
|
2097
|
+
}
|
|
2098
|
+
export interface ActionStartStreamingParams {
|
|
2099
|
+
/**
|
|
2100
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2101
|
+
* Base-64 encoded string.
|
|
2102
|
+
*/
|
|
2103
|
+
client_state?: string;
|
|
2104
|
+
/**
|
|
2105
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2106
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2107
|
+
*/
|
|
2108
|
+
command_id?: string;
|
|
2109
|
+
dialogflow_config?: CallsAPI.DialogflowConfig;
|
|
2110
|
+
/**
|
|
2111
|
+
* Enables Dialogflow for the current call. The default value is false.
|
|
2112
|
+
*/
|
|
2113
|
+
enable_dialogflow?: boolean;
|
|
2114
|
+
/**
|
|
2115
|
+
* Indicates codec for bidirectional streaming RTP payloads. Used only with
|
|
2116
|
+
* stream_bidirectional_mode=rtp. Case sensitive.
|
|
2117
|
+
*/
|
|
2118
|
+
stream_bidirectional_codec?: CallsAPI.StreamBidirectionalCodec;
|
|
2119
|
+
/**
|
|
2120
|
+
* Configures method of bidirectional streaming (mp3, rtp).
|
|
2121
|
+
*/
|
|
2122
|
+
stream_bidirectional_mode?: CallsAPI.StreamBidirectionalMode;
|
|
2123
|
+
/**
|
|
2124
|
+
* Specifies which call legs should receive the bidirectional stream audio.
|
|
2125
|
+
*/
|
|
2126
|
+
stream_bidirectional_target_legs?: CallsAPI.StreamBidirectionalTargetLegs;
|
|
2127
|
+
/**
|
|
2128
|
+
* Specifies the codec to be used for the streamed audio. When set to 'default' or
|
|
2129
|
+
* when transcoding is not possible, the codec from the call will be used.
|
|
2130
|
+
* Currently, transcoding is only supported between PCMU and PCMA codecs.
|
|
2131
|
+
*/
|
|
2132
|
+
stream_codec?: CallsAPI.StreamCodec;
|
|
2133
|
+
/**
|
|
2134
|
+
* Specifies which track should be streamed.
|
|
2135
|
+
*/
|
|
2136
|
+
stream_track?: 'inbound_track' | 'outbound_track' | 'both_tracks';
|
|
2137
|
+
/**
|
|
2138
|
+
* The destination WebSocket address where the stream is going to be delivered.
|
|
2139
|
+
*/
|
|
2140
|
+
stream_url?: string;
|
|
2141
|
+
}
|
|
2142
|
+
export interface ActionStartTranscriptionParams {
|
|
2143
|
+
/**
|
|
2144
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2145
|
+
* Base-64 encoded string.
|
|
2146
|
+
*/
|
|
2147
|
+
client_state?: string;
|
|
2148
|
+
/**
|
|
2149
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2150
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2151
|
+
*/
|
|
2152
|
+
command_id?: string;
|
|
2153
|
+
/**
|
|
2154
|
+
* Engine to use for speech recognition. `A` - `Google`, `B` - `Telnyx`.
|
|
2155
|
+
*/
|
|
2156
|
+
transcription_engine?: 'A' | 'B';
|
|
2157
|
+
transcription_engine_config?: TranscriptionEngineAConfig | TranscriptionEngineBConfig;
|
|
2158
|
+
/**
|
|
2159
|
+
* Indicates which leg of the call will be transcribed. Use `inbound` for the leg
|
|
2160
|
+
* that requested the transcription, `outbound` for the other leg, and `both` for
|
|
2161
|
+
* both legs of the call. Will default to `inbound`.
|
|
2162
|
+
*/
|
|
2163
|
+
transcription_tracks?: string;
|
|
2164
|
+
}
|
|
2165
|
+
export interface ActionStopAIAssistantParams {
|
|
2166
|
+
/**
|
|
2167
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2168
|
+
* Base-64 encoded string.
|
|
2169
|
+
*/
|
|
2170
|
+
client_state?: string;
|
|
2171
|
+
/**
|
|
2172
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2173
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2174
|
+
*/
|
|
2175
|
+
command_id?: string;
|
|
2176
|
+
}
|
|
2177
|
+
export interface ActionStopForkingParams {
|
|
2178
|
+
/**
|
|
2179
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2180
|
+
* Base-64 encoded string.
|
|
2181
|
+
*/
|
|
2182
|
+
client_state?: string;
|
|
2183
|
+
/**
|
|
2184
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2185
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2186
|
+
*/
|
|
2187
|
+
command_id?: string;
|
|
2188
|
+
/**
|
|
2189
|
+
* Optionally specify a `stream_type`. This should match the `stream_type` that was
|
|
2190
|
+
* used in `fork_start` command to properly stop the fork.
|
|
2191
|
+
*/
|
|
2192
|
+
stream_type?: 'raw' | 'decrypted';
|
|
2193
|
+
}
|
|
2194
|
+
export interface ActionStopGatherParams {
|
|
2195
|
+
/**
|
|
2196
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2197
|
+
* Base-64 encoded string.
|
|
2198
|
+
*/
|
|
2199
|
+
client_state?: string;
|
|
2200
|
+
/**
|
|
2201
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2202
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2203
|
+
*/
|
|
2204
|
+
command_id?: string;
|
|
2205
|
+
}
|
|
2206
|
+
export interface ActionStopNoiseSuppressionParams {
|
|
2207
|
+
/**
|
|
2208
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2209
|
+
* Base-64 encoded string.
|
|
2210
|
+
*/
|
|
2211
|
+
client_state?: string;
|
|
2212
|
+
/**
|
|
2213
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2214
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2215
|
+
*/
|
|
2216
|
+
command_id?: string;
|
|
2217
|
+
}
|
|
2218
|
+
export interface ActionStopPlaybackParams {
|
|
2219
|
+
/**
|
|
2220
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2221
|
+
* Base-64 encoded string.
|
|
2222
|
+
*/
|
|
2223
|
+
client_state?: string;
|
|
2224
|
+
/**
|
|
2225
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2226
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2227
|
+
*/
|
|
2228
|
+
command_id?: string;
|
|
2229
|
+
/**
|
|
2230
|
+
* When enabled, it stops the audio being played in the overlay queue.
|
|
2231
|
+
*/
|
|
2232
|
+
overlay?: boolean;
|
|
2233
|
+
/**
|
|
2234
|
+
* Use `current` to stop the current audio being played. Use `all` to stop the
|
|
2235
|
+
* current audio file being played and clear all audio files from the queue.
|
|
2236
|
+
*/
|
|
2237
|
+
stop?: string;
|
|
2238
|
+
}
|
|
2239
|
+
export interface ActionStopRecordingParams {
|
|
2240
|
+
/**
|
|
2241
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2242
|
+
* Base-64 encoded string.
|
|
2243
|
+
*/
|
|
2244
|
+
client_state?: string;
|
|
2245
|
+
/**
|
|
2246
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2247
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2248
|
+
*/
|
|
2249
|
+
command_id?: string;
|
|
2250
|
+
/**
|
|
2251
|
+
* Uniquely identifies the resource.
|
|
2252
|
+
*/
|
|
2253
|
+
recording_id?: string;
|
|
2254
|
+
}
|
|
2255
|
+
export interface ActionStopSiprecParams {
|
|
2256
|
+
/**
|
|
2257
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2258
|
+
* Base-64 encoded string.
|
|
2259
|
+
*/
|
|
2260
|
+
client_state?: string;
|
|
2261
|
+
/**
|
|
2262
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2263
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2264
|
+
*/
|
|
2265
|
+
command_id?: string;
|
|
2266
|
+
}
|
|
2267
|
+
export interface ActionStopStreamingParams {
|
|
2268
|
+
/**
|
|
2269
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2270
|
+
* Base-64 encoded string.
|
|
2271
|
+
*/
|
|
2272
|
+
client_state?: string;
|
|
2273
|
+
/**
|
|
2274
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2275
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2276
|
+
*/
|
|
2277
|
+
command_id?: string;
|
|
2278
|
+
/**
|
|
2279
|
+
* Identifies the stream. If the `stream_id` is not provided the command stops all
|
|
2280
|
+
* streams associated with a given `call_control_id`.
|
|
2281
|
+
*/
|
|
2282
|
+
stream_id?: string;
|
|
2283
|
+
}
|
|
2284
|
+
export interface ActionStopTranscriptionParams {
|
|
2285
|
+
/**
|
|
2286
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2287
|
+
* Base-64 encoded string.
|
|
2288
|
+
*/
|
|
2289
|
+
client_state?: string;
|
|
2290
|
+
/**
|
|
2291
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2292
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2293
|
+
*/
|
|
2294
|
+
command_id?: string;
|
|
2295
|
+
}
|
|
2296
|
+
export interface ActionSwitchSupervisorRoleParams {
|
|
2297
|
+
/**
|
|
2298
|
+
* The supervisor role to switch to. 'barge' allows speaking to both parties,
|
|
2299
|
+
* 'whisper' allows speaking to caller only, 'monitor' allows listening only.
|
|
2300
|
+
*/
|
|
2301
|
+
role: 'barge' | 'whisper' | 'monitor';
|
|
2302
|
+
}
|
|
2303
|
+
export interface ActionTransferParams {
|
|
2304
|
+
/**
|
|
2305
|
+
* The DID or SIP URI to dial out to.
|
|
2306
|
+
*/
|
|
2307
|
+
to: string;
|
|
2308
|
+
/**
|
|
2309
|
+
* Enables Answering Machine Detection. When a call is answered, Telnyx runs
|
|
2310
|
+
* real-time detection to determine if it was picked up by a human or a machine and
|
|
2311
|
+
* sends an `call.machine.detection.ended` webhook with the analysis result. If
|
|
2312
|
+
* 'greeting_end' or 'detect_words' is used and a 'machine' is detected, you will
|
|
2313
|
+
* receive another 'call.machine.greeting.ended' webhook when the answering machine
|
|
2314
|
+
* greeting ends with a beep or silence. If `detect_beep` is used, you will only
|
|
2315
|
+
* receive 'call.machine.greeting.ended' if a beep is detected.
|
|
2316
|
+
*/
|
|
2317
|
+
answering_machine_detection?: 'premium' | 'detect' | 'detect_beep' | 'detect_words' | 'greeting_end' | 'disabled';
|
|
2318
|
+
/**
|
|
2319
|
+
* Optional configuration parameters to modify 'answering_machine_detection'
|
|
2320
|
+
* performance.
|
|
2321
|
+
*/
|
|
2322
|
+
answering_machine_detection_config?: ActionTransferParams.AnsweringMachineDetectionConfig;
|
|
2323
|
+
/**
|
|
2324
|
+
* The URL of a file to be played back when the transfer destination answers before
|
|
2325
|
+
* bridging the call. The URL can point to either a WAV or MP3 file. media_name and
|
|
2326
|
+
* audio_url cannot be used together in one request.
|
|
2327
|
+
*/
|
|
2328
|
+
audio_url?: string;
|
|
2329
|
+
/**
|
|
2330
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2331
|
+
* Base-64 encoded string.
|
|
2332
|
+
*/
|
|
2333
|
+
client_state?: string;
|
|
2334
|
+
/**
|
|
2335
|
+
* Use this field to avoid duplicate commands. Telnyx will ignore any command with
|
|
2336
|
+
* the same `command_id` for the same `call_control_id`.
|
|
2337
|
+
*/
|
|
2338
|
+
command_id?: string;
|
|
2339
|
+
/**
|
|
2340
|
+
* Custom headers to be added to the SIP INVITE.
|
|
2341
|
+
*/
|
|
2342
|
+
custom_headers?: Array<CallsAPI.CustomSipHeader>;
|
|
2343
|
+
/**
|
|
2344
|
+
* If set to false, early media will not be passed to the originating leg.
|
|
2345
|
+
*/
|
|
2346
|
+
early_media?: boolean;
|
|
2347
|
+
/**
|
|
2348
|
+
* The `from` number to be used as the caller id presented to the destination (`to`
|
|
2349
|
+
* number). The number should be in +E164 format. This attribute will default to
|
|
2350
|
+
* the `to` number of the original call if omitted.
|
|
2351
|
+
*/
|
|
2352
|
+
from?: string;
|
|
2353
|
+
/**
|
|
2354
|
+
* The `from_display_name` string to be used as the caller id name (SIP From
|
|
2355
|
+
* Display Name) presented to the destination (`to` number). The string should have
|
|
2356
|
+
* a maximum of 128 characters, containing only letters, numbers, spaces, and
|
|
2357
|
+
* -\_~!.+ special characters. If ommited, the display name will be the same as the
|
|
2358
|
+
* number in the `from` field.
|
|
2359
|
+
*/
|
|
2360
|
+
from_display_name?: string;
|
|
2361
|
+
/**
|
|
2362
|
+
* Defines whether media should be encrypted on the new call leg.
|
|
2363
|
+
*/
|
|
2364
|
+
media_encryption?: 'disabled' | 'SRTP' | 'DTLS';
|
|
2365
|
+
/**
|
|
2366
|
+
* The media_name of a file to be played back when the transfer destination answers
|
|
2367
|
+
* before bridging the call. The media_name must point to a file previously
|
|
2368
|
+
* uploaded to api.telnyx.com/v2/media by the same user/organization. The file must
|
|
2369
|
+
* either be a WAV or MP3 file.
|
|
2370
|
+
*/
|
|
2371
|
+
media_name?: string;
|
|
2372
|
+
/**
|
|
2373
|
+
* When enabled, DTMF tones are not passed to the call participant. The webhooks
|
|
2374
|
+
* containing the DTMF information will be sent.
|
|
2375
|
+
*/
|
|
2376
|
+
mute_dtmf?: 'none' | 'both' | 'self' | 'opposite';
|
|
2377
|
+
/**
|
|
2378
|
+
* Specifies behavior after the bridge ends (i.e. the opposite leg either hangs up
|
|
2379
|
+
* or is transferred). If supplied with the value `self`, the current leg will be
|
|
2380
|
+
* parked after unbridge. If not set, the default behavior is to hang up the leg.
|
|
2381
|
+
*/
|
|
2382
|
+
park_after_unbridge?: string;
|
|
2383
|
+
/**
|
|
2384
|
+
* SIP Authentication password used for SIP challenges.
|
|
2385
|
+
*/
|
|
2386
|
+
sip_auth_password?: string;
|
|
2387
|
+
/**
|
|
2388
|
+
* SIP Authentication username used for SIP challenges.
|
|
2389
|
+
*/
|
|
2390
|
+
sip_auth_username?: string;
|
|
2391
|
+
/**
|
|
2392
|
+
* SIP headers to be added to the SIP INVITE. Currently only User-to-User header is
|
|
2393
|
+
* supported.
|
|
2394
|
+
*/
|
|
2395
|
+
sip_headers?: Array<CallsAPI.SipHeader>;
|
|
2396
|
+
/**
|
|
2397
|
+
* Defines SIP transport protocol to be used on the call.
|
|
2398
|
+
*/
|
|
2399
|
+
sip_transport_protocol?: 'UDP' | 'TCP' | 'TLS';
|
|
2400
|
+
/**
|
|
2401
|
+
* Use this field to modify sound effects, for example adjust the pitch.
|
|
2402
|
+
*/
|
|
2403
|
+
sound_modifications?: CallsAPI.SoundModifications;
|
|
2404
|
+
/**
|
|
2405
|
+
* Use this field to add state to every subsequent webhook for the new leg. It must
|
|
2406
|
+
* be a valid Base-64 encoded string.
|
|
2407
|
+
*/
|
|
2408
|
+
target_leg_client_state?: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* Sets the maximum duration of a Call Control Leg in seconds. If the time limit is
|
|
2411
|
+
* reached, the call will hangup and a `call.hangup` webhook with a `hangup_cause`
|
|
2412
|
+
* of `time_limit` will be sent. For example, by setting a time limit of 120
|
|
2413
|
+
* seconds, a Call Leg will be automatically terminated two minutes after being
|
|
2414
|
+
* answered. The default time limit is 14400 seconds or 4 hours and this is also
|
|
2415
|
+
* the maximum allowed call length.
|
|
2416
|
+
*/
|
|
2417
|
+
time_limit_secs?: number;
|
|
2418
|
+
/**
|
|
2419
|
+
* The number of seconds that Telnyx will wait for the call to be answered by the
|
|
2420
|
+
* destination to which it is being transferred. If the timeout is reached before
|
|
2421
|
+
* an answer is received, the call will hangup and a `call.hangup` webhook with a
|
|
2422
|
+
* `hangup_cause` of `timeout` will be sent. Minimum value is 5 seconds. Maximum
|
|
2423
|
+
* value is 600 seconds.
|
|
2424
|
+
*/
|
|
2425
|
+
timeout_secs?: number;
|
|
2426
|
+
/**
|
|
2427
|
+
* Use this field to override the URL for which Telnyx will send subsequent
|
|
2428
|
+
* webhooks to for this call.
|
|
2429
|
+
*/
|
|
2430
|
+
webhook_url?: string;
|
|
2431
|
+
/**
|
|
2432
|
+
* HTTP request type used for `webhook_url`.
|
|
2433
|
+
*/
|
|
2434
|
+
webhook_url_method?: 'POST' | 'GET';
|
|
2435
|
+
}
|
|
2436
|
+
export declare namespace ActionTransferParams {
|
|
2437
|
+
/**
|
|
2438
|
+
* Optional configuration parameters to modify 'answering_machine_detection'
|
|
2439
|
+
* performance.
|
|
2440
|
+
*/
|
|
2441
|
+
interface AnsweringMachineDetectionConfig {
|
|
2442
|
+
/**
|
|
2443
|
+
* Silence duration threshold after a greeting message or voice for it be
|
|
2444
|
+
* considered human.
|
|
2445
|
+
*/
|
|
2446
|
+
after_greeting_silence_millis?: number;
|
|
2447
|
+
/**
|
|
2448
|
+
* Maximum threshold for silence between words.
|
|
2449
|
+
*/
|
|
2450
|
+
between_words_silence_millis?: number;
|
|
2451
|
+
/**
|
|
2452
|
+
* Maximum threshold of a human greeting. If greeting longer than this value,
|
|
2453
|
+
* considered machine.
|
|
2454
|
+
*/
|
|
2455
|
+
greeting_duration_millis?: number;
|
|
2456
|
+
/**
|
|
2457
|
+
* If machine already detected, maximum threshold for silence between words. If
|
|
2458
|
+
* exceeded, the greeting is considered ended.
|
|
2459
|
+
*/
|
|
2460
|
+
greeting_silence_duration_millis?: number;
|
|
2461
|
+
/**
|
|
2462
|
+
* If machine already detected, maximum timeout threshold to determine the end of
|
|
2463
|
+
* the machine greeting.
|
|
2464
|
+
*/
|
|
2465
|
+
greeting_total_analysis_time_millis?: number;
|
|
2466
|
+
/**
|
|
2467
|
+
* If initial silence duration is greater than this value, consider it a machine.
|
|
2468
|
+
*/
|
|
2469
|
+
initial_silence_millis?: number;
|
|
2470
|
+
/**
|
|
2471
|
+
* If number of detected words is greater than this value, consder it a machine.
|
|
2472
|
+
*/
|
|
2473
|
+
maximum_number_of_words?: number;
|
|
2474
|
+
/**
|
|
2475
|
+
* If a single word lasts longer than this threshold, consider it a machine.
|
|
2476
|
+
*/
|
|
2477
|
+
maximum_word_length_millis?: number;
|
|
2478
|
+
/**
|
|
2479
|
+
* Minimum noise threshold for any analysis.
|
|
2480
|
+
*/
|
|
2481
|
+
silence_threshold?: number;
|
|
2482
|
+
/**
|
|
2483
|
+
* Maximum timeout threshold for overall detection.
|
|
2484
|
+
*/
|
|
2485
|
+
total_analysis_time_millis?: number;
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
export interface ActionUpdateClientStateParams {
|
|
2489
|
+
/**
|
|
2490
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
2491
|
+
* Base-64 encoded string.
|
|
2492
|
+
*/
|
|
2493
|
+
client_state: string;
|
|
2494
|
+
}
|
|
2495
|
+
export declare namespace Actions {
|
|
2496
|
+
export { type AwsVoiceSettings as AwsVoiceSettings, type CallControlCommandResult as CallControlCommandResult, type ElevenLabsVoiceSettings as ElevenLabsVoiceSettings, type GoogleTranscriptionLanguage as GoogleTranscriptionLanguage, type InterruptionSettings as InterruptionSettings, type Loopcount as Loopcount, type StopRecordingRequest as StopRecordingRequest, type TelnyxVoiceSettings as TelnyxVoiceSettings, type TranscriptionConfig as TranscriptionConfig, type TranscriptionEngineAConfig as TranscriptionEngineAConfig, type TranscriptionEngineBConfig as TranscriptionEngineBConfig, type TranscriptionStartRequest as TranscriptionStartRequest, type ActionAnswerResponse as ActionAnswerResponse, type ActionBridgeResponse as ActionBridgeResponse, type ActionEnqueueResponse as ActionEnqueueResponse, type ActionGatherResponse as ActionGatherResponse, type ActionGatherUsingAIResponse as ActionGatherUsingAIResponse, type ActionGatherUsingAudioResponse as ActionGatherUsingAudioResponse, type ActionGatherUsingSpeakResponse as ActionGatherUsingSpeakResponse, type ActionHangupResponse as ActionHangupResponse, type ActionLeaveQueueResponse as ActionLeaveQueueResponse, type ActionPauseRecordingResponse as ActionPauseRecordingResponse, type ActionReferResponse as ActionReferResponse, type ActionRejectResponse as ActionRejectResponse, type ActionResumeRecordingResponse as ActionResumeRecordingResponse, type ActionSendDtmfResponse as ActionSendDtmfResponse, type ActionSendSipInfoResponse as ActionSendSipInfoResponse, type ActionSpeakResponse as ActionSpeakResponse, type ActionStartAIAssistantResponse as ActionStartAIAssistantResponse, type ActionStartForkingResponse as ActionStartForkingResponse, type ActionStartNoiseSuppressionResponse as ActionStartNoiseSuppressionResponse, type ActionStartPlaybackResponse as ActionStartPlaybackResponse, type ActionStartRecordingResponse as ActionStartRecordingResponse, type ActionStartSiprecResponse as ActionStartSiprecResponse, type ActionStartStreamingResponse as ActionStartStreamingResponse, type ActionStartTranscriptionResponse as ActionStartTranscriptionResponse, type ActionStopAIAssistantResponse as ActionStopAIAssistantResponse, type ActionStopForkingResponse as ActionStopForkingResponse, type ActionStopGatherResponse as ActionStopGatherResponse, type ActionStopNoiseSuppressionResponse as ActionStopNoiseSuppressionResponse, type ActionStopPlaybackResponse as ActionStopPlaybackResponse, type ActionStopRecordingResponse as ActionStopRecordingResponse, type ActionStopSiprecResponse as ActionStopSiprecResponse, type ActionStopStreamingResponse as ActionStopStreamingResponse, type ActionStopTranscriptionResponse as ActionStopTranscriptionResponse, type ActionSwitchSupervisorRoleResponse as ActionSwitchSupervisorRoleResponse, type ActionTransferResponse as ActionTransferResponse, type ActionUpdateClientStateResponse as ActionUpdateClientStateResponse, type ActionAnswerParams as ActionAnswerParams, type ActionBridgeParams as ActionBridgeParams, type ActionEnqueueParams as ActionEnqueueParams, type ActionGatherParams as ActionGatherParams, type ActionGatherUsingAIParams as ActionGatherUsingAIParams, type ActionGatherUsingAudioParams as ActionGatherUsingAudioParams, type ActionGatherUsingSpeakParams as ActionGatherUsingSpeakParams, type ActionHangupParams as ActionHangupParams, type ActionLeaveQueueParams as ActionLeaveQueueParams, type ActionPauseRecordingParams as ActionPauseRecordingParams, type ActionReferParams as ActionReferParams, type ActionRejectParams as ActionRejectParams, type ActionResumeRecordingParams as ActionResumeRecordingParams, type ActionSendDtmfParams as ActionSendDtmfParams, type ActionSendSipInfoParams as ActionSendSipInfoParams, type ActionSpeakParams as ActionSpeakParams, type ActionStartAIAssistantParams as ActionStartAIAssistantParams, type ActionStartForkingParams as ActionStartForkingParams, type ActionStartNoiseSuppressionParams as ActionStartNoiseSuppressionParams, type ActionStartPlaybackParams as ActionStartPlaybackParams, type ActionStartRecordingParams as ActionStartRecordingParams, type ActionStartSiprecParams as ActionStartSiprecParams, type ActionStartStreamingParams as ActionStartStreamingParams, type ActionStartTranscriptionParams as ActionStartTranscriptionParams, type ActionStopAIAssistantParams as ActionStopAIAssistantParams, type ActionStopForkingParams as ActionStopForkingParams, type ActionStopGatherParams as ActionStopGatherParams, type ActionStopNoiseSuppressionParams as ActionStopNoiseSuppressionParams, type ActionStopPlaybackParams as ActionStopPlaybackParams, type ActionStopRecordingParams as ActionStopRecordingParams, type ActionStopSiprecParams as ActionStopSiprecParams, type ActionStopStreamingParams as ActionStopStreamingParams, type ActionStopTranscriptionParams as ActionStopTranscriptionParams, type ActionSwitchSupervisorRoleParams as ActionSwitchSupervisorRoleParams, type ActionTransferParams as ActionTransferParams, type ActionUpdateClientStateParams as ActionUpdateClientStateParams, };
|
|
2497
|
+
}
|
|
2498
|
+
//# sourceMappingURL=actions.d.mts.map
|