telnyx 2.1.1 → 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 -454
- 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 -430
- 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 -22
- 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 -581
- 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 -48
- 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 -84966
- 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,4183 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import * as NumberBlockOrdersAPI from "./number-block-orders.mjs";
|
|
3
|
+
import * as CallsAPI from "./calls/calls.mjs";
|
|
4
|
+
import * as MessagesAPI from "./messages/messages.mjs";
|
|
5
|
+
export declare class Webhooks extends APIResource {
|
|
6
|
+
unwrap(body: string): UnwrapWebhookEvent;
|
|
7
|
+
}
|
|
8
|
+
export interface CallAIGatherEndedWebhookEvent {
|
|
9
|
+
data?: CallAIGatherEndedWebhookEvent.Data;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace CallAIGatherEndedWebhookEvent {
|
|
12
|
+
interface Data {
|
|
13
|
+
/**
|
|
14
|
+
* Identifies the type of resource.
|
|
15
|
+
*/
|
|
16
|
+
id?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The type of event being delivered.
|
|
19
|
+
*/
|
|
20
|
+
event_type?: 'call.ai_gather.ended';
|
|
21
|
+
/**
|
|
22
|
+
* ISO 8601 datetime of when the event occurred.
|
|
23
|
+
*/
|
|
24
|
+
occurred_at?: string;
|
|
25
|
+
payload?: Data.Payload;
|
|
26
|
+
/**
|
|
27
|
+
* Identifies the type of the resource.
|
|
28
|
+
*/
|
|
29
|
+
record_type?: 'event';
|
|
30
|
+
}
|
|
31
|
+
namespace Data {
|
|
32
|
+
interface Payload {
|
|
33
|
+
/**
|
|
34
|
+
* Call ID used to issue commands via Call Control API.
|
|
35
|
+
*/
|
|
36
|
+
call_control_id?: string;
|
|
37
|
+
/**
|
|
38
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
39
|
+
*/
|
|
40
|
+
call_leg_id?: string;
|
|
41
|
+
/**
|
|
42
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
43
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
44
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
45
|
+
*/
|
|
46
|
+
call_session_id?: string;
|
|
47
|
+
/**
|
|
48
|
+
* State received from a command.
|
|
49
|
+
*/
|
|
50
|
+
client_state?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Telnyx connection ID used in the call.
|
|
53
|
+
*/
|
|
54
|
+
connection_id?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Number or SIP URI placing the call.
|
|
57
|
+
*/
|
|
58
|
+
from?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The history of the messages exchanged during the AI gather
|
|
61
|
+
*/
|
|
62
|
+
message_history?: Array<Payload.MessageHistory>;
|
|
63
|
+
/**
|
|
64
|
+
* The result of the AI gather, its type depends of the `parameters` provided in
|
|
65
|
+
* the command
|
|
66
|
+
*/
|
|
67
|
+
result?: unknown;
|
|
68
|
+
/**
|
|
69
|
+
* Reflects how command ended.
|
|
70
|
+
*/
|
|
71
|
+
status?: 'valid' | 'invalid';
|
|
72
|
+
/**
|
|
73
|
+
* Destination number or SIP URI of the call.
|
|
74
|
+
*/
|
|
75
|
+
to?: string;
|
|
76
|
+
}
|
|
77
|
+
namespace Payload {
|
|
78
|
+
interface MessageHistory {
|
|
79
|
+
/**
|
|
80
|
+
* The content of the message
|
|
81
|
+
*/
|
|
82
|
+
content?: string;
|
|
83
|
+
/**
|
|
84
|
+
* The role of the message sender
|
|
85
|
+
*/
|
|
86
|
+
role?: 'assistant' | 'user';
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export interface CallAIGatherMessageHistoryUpdatedWebhookEvent {
|
|
92
|
+
data?: CallAIGatherMessageHistoryUpdatedWebhookEvent.Data;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace CallAIGatherMessageHistoryUpdatedWebhookEvent {
|
|
95
|
+
interface Data {
|
|
96
|
+
/**
|
|
97
|
+
* Identifies the type of resource.
|
|
98
|
+
*/
|
|
99
|
+
id?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The type of event being delivered.
|
|
102
|
+
*/
|
|
103
|
+
event_type?: 'call.ai_gather.message_history_updated';
|
|
104
|
+
/**
|
|
105
|
+
* ISO 8601 datetime of when the event occurred.
|
|
106
|
+
*/
|
|
107
|
+
occurred_at?: string;
|
|
108
|
+
payload?: Data.Payload;
|
|
109
|
+
/**
|
|
110
|
+
* Identifies the type of the resource.
|
|
111
|
+
*/
|
|
112
|
+
record_type?: 'event';
|
|
113
|
+
}
|
|
114
|
+
namespace Data {
|
|
115
|
+
interface Payload {
|
|
116
|
+
/**
|
|
117
|
+
* Call ID used to issue commands via Call Control API.
|
|
118
|
+
*/
|
|
119
|
+
call_control_id?: string;
|
|
120
|
+
/**
|
|
121
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
122
|
+
*/
|
|
123
|
+
call_leg_id?: string;
|
|
124
|
+
/**
|
|
125
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
126
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
127
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
128
|
+
*/
|
|
129
|
+
call_session_id?: string;
|
|
130
|
+
/**
|
|
131
|
+
* State received from a command.
|
|
132
|
+
*/
|
|
133
|
+
client_state?: string;
|
|
134
|
+
/**
|
|
135
|
+
* Telnyx connection ID used in the call.
|
|
136
|
+
*/
|
|
137
|
+
connection_id?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Number or SIP URI placing the call.
|
|
140
|
+
*/
|
|
141
|
+
from?: string;
|
|
142
|
+
/**
|
|
143
|
+
* The history of the messages exchanged during the AI gather
|
|
144
|
+
*/
|
|
145
|
+
message_history?: Array<Payload.MessageHistory>;
|
|
146
|
+
/**
|
|
147
|
+
* Destination number or SIP URI of the call.
|
|
148
|
+
*/
|
|
149
|
+
to?: string;
|
|
150
|
+
}
|
|
151
|
+
namespace Payload {
|
|
152
|
+
interface MessageHistory {
|
|
153
|
+
/**
|
|
154
|
+
* The content of the message
|
|
155
|
+
*/
|
|
156
|
+
content?: string;
|
|
157
|
+
/**
|
|
158
|
+
* The role of the message sender
|
|
159
|
+
*/
|
|
160
|
+
role?: 'assistant' | 'user';
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
export interface CallAIGatherPartialResultsWebhookEvent {
|
|
166
|
+
data?: CallAIGatherPartialResultsWebhookEvent.Data;
|
|
167
|
+
}
|
|
168
|
+
export declare namespace CallAIGatherPartialResultsWebhookEvent {
|
|
169
|
+
interface Data {
|
|
170
|
+
/**
|
|
171
|
+
* Identifies the type of resource.
|
|
172
|
+
*/
|
|
173
|
+
id?: string;
|
|
174
|
+
/**
|
|
175
|
+
* The type of event being delivered.
|
|
176
|
+
*/
|
|
177
|
+
event_type?: 'call.ai_gather.partial_results';
|
|
178
|
+
/**
|
|
179
|
+
* ISO 8601 datetime of when the event occurred.
|
|
180
|
+
*/
|
|
181
|
+
occurred_at?: string;
|
|
182
|
+
payload?: Data.Payload;
|
|
183
|
+
/**
|
|
184
|
+
* Identifies the type of the resource.
|
|
185
|
+
*/
|
|
186
|
+
record_type?: 'event';
|
|
187
|
+
}
|
|
188
|
+
namespace Data {
|
|
189
|
+
interface Payload {
|
|
190
|
+
/**
|
|
191
|
+
* Call ID used to issue commands via Call Control API.
|
|
192
|
+
*/
|
|
193
|
+
call_control_id?: string;
|
|
194
|
+
/**
|
|
195
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
196
|
+
*/
|
|
197
|
+
call_leg_id?: string;
|
|
198
|
+
/**
|
|
199
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
200
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
201
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
202
|
+
*/
|
|
203
|
+
call_session_id?: string;
|
|
204
|
+
/**
|
|
205
|
+
* State received from a command.
|
|
206
|
+
*/
|
|
207
|
+
client_state?: string;
|
|
208
|
+
/**
|
|
209
|
+
* Telnyx connection ID used in the call.
|
|
210
|
+
*/
|
|
211
|
+
connection_id?: string;
|
|
212
|
+
/**
|
|
213
|
+
* Number or SIP URI placing the call.
|
|
214
|
+
*/
|
|
215
|
+
from?: string;
|
|
216
|
+
/**
|
|
217
|
+
* The history of the messages exchanged during the AI gather
|
|
218
|
+
*/
|
|
219
|
+
message_history?: Array<Payload.MessageHistory>;
|
|
220
|
+
/**
|
|
221
|
+
* The partial result of the AI gather, its type depends of the `parameters`
|
|
222
|
+
* provided in the command
|
|
223
|
+
*/
|
|
224
|
+
partial_results?: unknown;
|
|
225
|
+
/**
|
|
226
|
+
* Destination number or SIP URI of the call.
|
|
227
|
+
*/
|
|
228
|
+
to?: string;
|
|
229
|
+
}
|
|
230
|
+
namespace Payload {
|
|
231
|
+
interface MessageHistory {
|
|
232
|
+
/**
|
|
233
|
+
* The content of the message
|
|
234
|
+
*/
|
|
235
|
+
content?: string;
|
|
236
|
+
/**
|
|
237
|
+
* The role of the message sender
|
|
238
|
+
*/
|
|
239
|
+
role?: 'assistant' | 'user';
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
export interface CustomerServiceRecordStatusChangedWebhookEvent {
|
|
245
|
+
data?: CustomerServiceRecordStatusChangedWebhookEvent.Data;
|
|
246
|
+
meta?: CustomerServiceRecordStatusChangedWebhookEvent.Meta;
|
|
247
|
+
}
|
|
248
|
+
export declare namespace CustomerServiceRecordStatusChangedWebhookEvent {
|
|
249
|
+
interface Data {
|
|
250
|
+
/**
|
|
251
|
+
* Uniquely identifies the callback event.
|
|
252
|
+
*/
|
|
253
|
+
id?: string;
|
|
254
|
+
/**
|
|
255
|
+
* The type of the callback event.
|
|
256
|
+
*/
|
|
257
|
+
event_type?: 'customer_service_record.status_changed';
|
|
258
|
+
/**
|
|
259
|
+
* ISO 8601 formatted date indicating when the callback event occurred.
|
|
260
|
+
*/
|
|
261
|
+
occurred_at?: string;
|
|
262
|
+
payload?: Data.Payload;
|
|
263
|
+
/**
|
|
264
|
+
* Identifies the type of the resource.
|
|
265
|
+
*/
|
|
266
|
+
record_type?: 'event';
|
|
267
|
+
}
|
|
268
|
+
namespace Data {
|
|
269
|
+
interface Payload {
|
|
270
|
+
/**
|
|
271
|
+
* Uniquely identifies the customer service record.
|
|
272
|
+
*/
|
|
273
|
+
id?: string;
|
|
274
|
+
/**
|
|
275
|
+
* The phone number of the customer service record.
|
|
276
|
+
*/
|
|
277
|
+
phone_number?: string;
|
|
278
|
+
/**
|
|
279
|
+
* The status of the customer service record
|
|
280
|
+
*/
|
|
281
|
+
status?: 'pending' | 'completed' | 'failed';
|
|
282
|
+
/**
|
|
283
|
+
* ISO 8601 formatted date indicating the last time where the resource was updated.
|
|
284
|
+
*/
|
|
285
|
+
updated_at?: string;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
interface Meta {
|
|
289
|
+
/**
|
|
290
|
+
* The number of times the callback webhook has been attempted.
|
|
291
|
+
*/
|
|
292
|
+
attempt?: number;
|
|
293
|
+
/**
|
|
294
|
+
* The URL that the callback webhook was delivered to.
|
|
295
|
+
*/
|
|
296
|
+
delivered_to?: string;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
export interface CallAnsweredWebhookEvent {
|
|
300
|
+
data?: CallAnsweredWebhookEvent.Data;
|
|
301
|
+
}
|
|
302
|
+
export declare namespace CallAnsweredWebhookEvent {
|
|
303
|
+
interface Data {
|
|
304
|
+
/**
|
|
305
|
+
* Identifies the type of resource.
|
|
306
|
+
*/
|
|
307
|
+
id?: string;
|
|
308
|
+
/**
|
|
309
|
+
* The type of event being delivered.
|
|
310
|
+
*/
|
|
311
|
+
event_type?: 'call.answered';
|
|
312
|
+
/**
|
|
313
|
+
* ISO 8601 datetime of when the event occurred.
|
|
314
|
+
*/
|
|
315
|
+
occurred_at?: string;
|
|
316
|
+
payload?: Data.Payload;
|
|
317
|
+
/**
|
|
318
|
+
* Identifies the type of the resource.
|
|
319
|
+
*/
|
|
320
|
+
record_type?: 'event';
|
|
321
|
+
}
|
|
322
|
+
namespace Data {
|
|
323
|
+
interface Payload {
|
|
324
|
+
/**
|
|
325
|
+
* Call ID used to issue commands via Call Control API.
|
|
326
|
+
*/
|
|
327
|
+
call_control_id?: string;
|
|
328
|
+
/**
|
|
329
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
330
|
+
*/
|
|
331
|
+
call_leg_id?: string;
|
|
332
|
+
/**
|
|
333
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
334
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
335
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
336
|
+
*/
|
|
337
|
+
call_session_id?: string;
|
|
338
|
+
/**
|
|
339
|
+
* State received from a command.
|
|
340
|
+
*/
|
|
341
|
+
client_state?: string;
|
|
342
|
+
/**
|
|
343
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
344
|
+
*/
|
|
345
|
+
connection_id?: string;
|
|
346
|
+
/**
|
|
347
|
+
* Custom headers set on answer command
|
|
348
|
+
*/
|
|
349
|
+
custom_headers?: Array<CallsAPI.CustomSipHeader>;
|
|
350
|
+
/**
|
|
351
|
+
* Number or SIP URI placing the call.
|
|
352
|
+
*/
|
|
353
|
+
from?: string;
|
|
354
|
+
/**
|
|
355
|
+
* User-to-User and Diversion headers from sip invite.
|
|
356
|
+
*/
|
|
357
|
+
sip_headers?: Array<CallsAPI.SipHeader>;
|
|
358
|
+
/**
|
|
359
|
+
* ISO 8601 datetime of when the call started.
|
|
360
|
+
*/
|
|
361
|
+
start_time?: string;
|
|
362
|
+
/**
|
|
363
|
+
* State received from a command.
|
|
364
|
+
*/
|
|
365
|
+
state?: 'answered';
|
|
366
|
+
/**
|
|
367
|
+
* Array of tags associated to number.
|
|
368
|
+
*/
|
|
369
|
+
tags?: Array<string>;
|
|
370
|
+
/**
|
|
371
|
+
* Destination number or SIP URI of the call.
|
|
372
|
+
*/
|
|
373
|
+
to?: string;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
export interface CallBridgedWebhookEvent {
|
|
378
|
+
data?: CallBridgedWebhookEvent.Data;
|
|
379
|
+
}
|
|
380
|
+
export declare namespace CallBridgedWebhookEvent {
|
|
381
|
+
interface Data {
|
|
382
|
+
/**
|
|
383
|
+
* Identifies the type of resource.
|
|
384
|
+
*/
|
|
385
|
+
id?: string;
|
|
386
|
+
/**
|
|
387
|
+
* The type of event being delivered.
|
|
388
|
+
*/
|
|
389
|
+
event_type?: 'call.bridged';
|
|
390
|
+
/**
|
|
391
|
+
* ISO 8601 datetime of when the event occurred.
|
|
392
|
+
*/
|
|
393
|
+
occurred_at?: string;
|
|
394
|
+
payload?: Data.Payload;
|
|
395
|
+
/**
|
|
396
|
+
* Identifies the type of the resource.
|
|
397
|
+
*/
|
|
398
|
+
record_type?: 'event';
|
|
399
|
+
}
|
|
400
|
+
namespace Data {
|
|
401
|
+
interface Payload {
|
|
402
|
+
/**
|
|
403
|
+
* Call ID used to issue commands via Call Control API.
|
|
404
|
+
*/
|
|
405
|
+
call_control_id?: string;
|
|
406
|
+
/**
|
|
407
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
408
|
+
*/
|
|
409
|
+
call_leg_id?: string;
|
|
410
|
+
/**
|
|
411
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
412
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
413
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
414
|
+
*/
|
|
415
|
+
call_session_id?: string;
|
|
416
|
+
/**
|
|
417
|
+
* State received from a command.
|
|
418
|
+
*/
|
|
419
|
+
client_state?: string;
|
|
420
|
+
/**
|
|
421
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
422
|
+
*/
|
|
423
|
+
connection_id?: string;
|
|
424
|
+
/**
|
|
425
|
+
* Number or SIP URI placing the call.
|
|
426
|
+
*/
|
|
427
|
+
from?: string;
|
|
428
|
+
/**
|
|
429
|
+
* Destination number or SIP URI of the call.
|
|
430
|
+
*/
|
|
431
|
+
to?: string;
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
export interface CallConversationEndedWebhookEvent {
|
|
436
|
+
data?: CallConversationEndedWebhookEvent.Data;
|
|
437
|
+
}
|
|
438
|
+
export declare namespace CallConversationEndedWebhookEvent {
|
|
439
|
+
interface Data {
|
|
440
|
+
/**
|
|
441
|
+
* Unique identifier for the event.
|
|
442
|
+
*/
|
|
443
|
+
id?: string;
|
|
444
|
+
/**
|
|
445
|
+
* Timestamp when the event was created in the system.
|
|
446
|
+
*/
|
|
447
|
+
created_at?: string;
|
|
448
|
+
/**
|
|
449
|
+
* The type of event being delivered.
|
|
450
|
+
*/
|
|
451
|
+
event_type?: 'call.conversation.ended';
|
|
452
|
+
/**
|
|
453
|
+
* ISO 8601 datetime of when the event occurred.
|
|
454
|
+
*/
|
|
455
|
+
occurred_at?: string;
|
|
456
|
+
payload?: Data.Payload;
|
|
457
|
+
/**
|
|
458
|
+
* Identifies the type of the resource.
|
|
459
|
+
*/
|
|
460
|
+
record_type?: 'event';
|
|
461
|
+
}
|
|
462
|
+
namespace Data {
|
|
463
|
+
interface Payload {
|
|
464
|
+
/**
|
|
465
|
+
* Unique identifier of the assistant involved in the call.
|
|
466
|
+
*/
|
|
467
|
+
assistant_id?: string;
|
|
468
|
+
/**
|
|
469
|
+
* Call ID used to issue commands via Call Control API.
|
|
470
|
+
*/
|
|
471
|
+
call_control_id?: string;
|
|
472
|
+
/**
|
|
473
|
+
* ID that is unique to the call leg.
|
|
474
|
+
*/
|
|
475
|
+
call_leg_id?: string;
|
|
476
|
+
/**
|
|
477
|
+
* ID that is unique to the call session (group of related call legs).
|
|
478
|
+
*/
|
|
479
|
+
call_session_id?: string;
|
|
480
|
+
/**
|
|
481
|
+
* The type of calling party connection.
|
|
482
|
+
*/
|
|
483
|
+
calling_party_type?: 'pstn' | 'sip';
|
|
484
|
+
/**
|
|
485
|
+
* Base64-encoded state received from a command.
|
|
486
|
+
*/
|
|
487
|
+
client_state?: string;
|
|
488
|
+
/**
|
|
489
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
490
|
+
*/
|
|
491
|
+
connection_id?: string;
|
|
492
|
+
/**
|
|
493
|
+
* ID unique to the conversation or insight group generated for the call.
|
|
494
|
+
*/
|
|
495
|
+
conversation_id?: string;
|
|
496
|
+
/**
|
|
497
|
+
* Duration of the conversation in seconds.
|
|
498
|
+
*/
|
|
499
|
+
duration_sec?: number;
|
|
500
|
+
/**
|
|
501
|
+
* The caller's number or identifier.
|
|
502
|
+
*/
|
|
503
|
+
from?: string;
|
|
504
|
+
/**
|
|
505
|
+
* The large language model used during the conversation.
|
|
506
|
+
*/
|
|
507
|
+
llm_model?: string;
|
|
508
|
+
/**
|
|
509
|
+
* The speech-to-text model used in the conversation.
|
|
510
|
+
*/
|
|
511
|
+
stt_model?: string;
|
|
512
|
+
/**
|
|
513
|
+
* The callee's number or SIP address.
|
|
514
|
+
*/
|
|
515
|
+
to?: string;
|
|
516
|
+
/**
|
|
517
|
+
* The model ID used for text-to-speech synthesis.
|
|
518
|
+
*/
|
|
519
|
+
tts_model_id?: string;
|
|
520
|
+
/**
|
|
521
|
+
* The text-to-speech provider used in the call.
|
|
522
|
+
*/
|
|
523
|
+
tts_provider?: string;
|
|
524
|
+
/**
|
|
525
|
+
* Voice ID used for TTS.
|
|
526
|
+
*/
|
|
527
|
+
tts_voice_id?: string;
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
export interface CallConversationInsightsGeneratedWebhookEvent {
|
|
532
|
+
data?: CallConversationInsightsGeneratedWebhookEvent.Data;
|
|
533
|
+
}
|
|
534
|
+
export declare namespace CallConversationInsightsGeneratedWebhookEvent {
|
|
535
|
+
interface Data {
|
|
536
|
+
/**
|
|
537
|
+
* Identifies the type of resource.
|
|
538
|
+
*/
|
|
539
|
+
id?: string;
|
|
540
|
+
/**
|
|
541
|
+
* The type of event being delivered.
|
|
542
|
+
*/
|
|
543
|
+
event_type?: 'call.conversation_insights.generated';
|
|
544
|
+
/**
|
|
545
|
+
* ISO 8601 datetime of when the event occurred.
|
|
546
|
+
*/
|
|
547
|
+
occurred_at?: string;
|
|
548
|
+
payload?: Data.Payload;
|
|
549
|
+
/**
|
|
550
|
+
* Identifies the type of the resource.
|
|
551
|
+
*/
|
|
552
|
+
record_type?: 'event';
|
|
553
|
+
}
|
|
554
|
+
namespace Data {
|
|
555
|
+
interface Payload {
|
|
556
|
+
/**
|
|
557
|
+
* Call ID used to issue commands via Call Control API.
|
|
558
|
+
*/
|
|
559
|
+
call_control_id?: string;
|
|
560
|
+
/**
|
|
561
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
562
|
+
*/
|
|
563
|
+
call_leg_id?: string;
|
|
564
|
+
/**
|
|
565
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
566
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
567
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
568
|
+
*/
|
|
569
|
+
call_session_id?: string;
|
|
570
|
+
/**
|
|
571
|
+
* The type of calling party connection.
|
|
572
|
+
*/
|
|
573
|
+
calling_party_type?: 'pstn' | 'sip';
|
|
574
|
+
/**
|
|
575
|
+
* State received from a command.
|
|
576
|
+
*/
|
|
577
|
+
client_state?: string;
|
|
578
|
+
/**
|
|
579
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
580
|
+
*/
|
|
581
|
+
connection_id?: string;
|
|
582
|
+
/**
|
|
583
|
+
* ID that is unique to the insight group being generated for the call.
|
|
584
|
+
*/
|
|
585
|
+
insight_group_id?: string;
|
|
586
|
+
/**
|
|
587
|
+
* Array of insight results being generated for the call.
|
|
588
|
+
*/
|
|
589
|
+
results?: Array<Payload.Result>;
|
|
590
|
+
}
|
|
591
|
+
namespace Payload {
|
|
592
|
+
interface Result {
|
|
593
|
+
/**
|
|
594
|
+
* ID that is unique to the insight result being generated for the call.
|
|
595
|
+
*/
|
|
596
|
+
insight_id?: string;
|
|
597
|
+
/**
|
|
598
|
+
* The result of the insight.
|
|
599
|
+
*/
|
|
600
|
+
result?: unknown | string;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
export interface CallDtmfReceivedWebhookEvent {
|
|
606
|
+
data?: CallDtmfReceivedWebhookEvent.Data;
|
|
607
|
+
}
|
|
608
|
+
export declare namespace CallDtmfReceivedWebhookEvent {
|
|
609
|
+
interface Data {
|
|
610
|
+
/**
|
|
611
|
+
* Identifies the type of resource.
|
|
612
|
+
*/
|
|
613
|
+
id?: string;
|
|
614
|
+
/**
|
|
615
|
+
* The type of event being delivered.
|
|
616
|
+
*/
|
|
617
|
+
event_type?: 'call.dtmf.received';
|
|
618
|
+
/**
|
|
619
|
+
* ISO 8601 datetime of when the event occurred.
|
|
620
|
+
*/
|
|
621
|
+
occurred_at?: string;
|
|
622
|
+
payload?: Data.Payload;
|
|
623
|
+
/**
|
|
624
|
+
* Identifies the type of the resource.
|
|
625
|
+
*/
|
|
626
|
+
record_type?: 'event';
|
|
627
|
+
}
|
|
628
|
+
namespace Data {
|
|
629
|
+
interface Payload {
|
|
630
|
+
/**
|
|
631
|
+
* Call ID used to issue commands via Call Control API.
|
|
632
|
+
*/
|
|
633
|
+
call_control_id?: string;
|
|
634
|
+
/**
|
|
635
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
636
|
+
*/
|
|
637
|
+
call_leg_id?: string;
|
|
638
|
+
/**
|
|
639
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
640
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
641
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
642
|
+
*/
|
|
643
|
+
call_session_id?: string;
|
|
644
|
+
/**
|
|
645
|
+
* State received from a command.
|
|
646
|
+
*/
|
|
647
|
+
client_state?: string;
|
|
648
|
+
/**
|
|
649
|
+
* Identifies the type of resource.
|
|
650
|
+
*/
|
|
651
|
+
connection_id?: string;
|
|
652
|
+
/**
|
|
653
|
+
* The received DTMF digit or symbol.
|
|
654
|
+
*/
|
|
655
|
+
digit?: string;
|
|
656
|
+
/**
|
|
657
|
+
* Number or SIP URI placing the call.
|
|
658
|
+
*/
|
|
659
|
+
from?: string;
|
|
660
|
+
/**
|
|
661
|
+
* Destination number or SIP URI of the call.
|
|
662
|
+
*/
|
|
663
|
+
to?: string;
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
export interface CallEnqueuedWebhookEvent {
|
|
668
|
+
data?: CallEnqueuedWebhookEvent.Data;
|
|
669
|
+
}
|
|
670
|
+
export declare namespace CallEnqueuedWebhookEvent {
|
|
671
|
+
interface Data {
|
|
672
|
+
/**
|
|
673
|
+
* Identifies the type of resource.
|
|
674
|
+
*/
|
|
675
|
+
id?: string;
|
|
676
|
+
/**
|
|
677
|
+
* The type of event being delivered.
|
|
678
|
+
*/
|
|
679
|
+
event_type?: 'call.enqueued';
|
|
680
|
+
/**
|
|
681
|
+
* ISO 8601 datetime of when the event occurred.
|
|
682
|
+
*/
|
|
683
|
+
occurred_at?: string;
|
|
684
|
+
payload?: Data.Payload;
|
|
685
|
+
/**
|
|
686
|
+
* Identifies the type of the resource.
|
|
687
|
+
*/
|
|
688
|
+
record_type?: 'event';
|
|
689
|
+
}
|
|
690
|
+
namespace Data {
|
|
691
|
+
interface Payload {
|
|
692
|
+
/**
|
|
693
|
+
* Call ID used to issue commands via Call Control API.
|
|
694
|
+
*/
|
|
695
|
+
call_control_id?: string;
|
|
696
|
+
/**
|
|
697
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
698
|
+
*/
|
|
699
|
+
call_leg_id?: string;
|
|
700
|
+
/**
|
|
701
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
702
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
703
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
704
|
+
*/
|
|
705
|
+
call_session_id?: string;
|
|
706
|
+
/**
|
|
707
|
+
* State received from a command.
|
|
708
|
+
*/
|
|
709
|
+
client_state?: string;
|
|
710
|
+
/**
|
|
711
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
712
|
+
*/
|
|
713
|
+
connection_id?: string;
|
|
714
|
+
/**
|
|
715
|
+
* Current position of the call in the queue.
|
|
716
|
+
*/
|
|
717
|
+
current_position?: number;
|
|
718
|
+
/**
|
|
719
|
+
* The name of the queue
|
|
720
|
+
*/
|
|
721
|
+
queue?: string;
|
|
722
|
+
/**
|
|
723
|
+
* Average time call spends in the queue in seconds.
|
|
724
|
+
*/
|
|
725
|
+
queue_avg_wait_time_secs?: number;
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
export interface CallForkStartedWebhookEvent {
|
|
730
|
+
data?: CallForkStartedWebhookEvent.Data;
|
|
731
|
+
}
|
|
732
|
+
export declare namespace CallForkStartedWebhookEvent {
|
|
733
|
+
interface Data {
|
|
734
|
+
/**
|
|
735
|
+
* Identifies the type of resource.
|
|
736
|
+
*/
|
|
737
|
+
id?: string;
|
|
738
|
+
/**
|
|
739
|
+
* The type of event being delivered.
|
|
740
|
+
*/
|
|
741
|
+
event_type?: 'call.fork.started';
|
|
742
|
+
/**
|
|
743
|
+
* ISO 8601 datetime of when the event occurred.
|
|
744
|
+
*/
|
|
745
|
+
occurred_at?: string;
|
|
746
|
+
payload?: Data.Payload;
|
|
747
|
+
/**
|
|
748
|
+
* Identifies the type of the resource.
|
|
749
|
+
*/
|
|
750
|
+
record_type?: 'event';
|
|
751
|
+
}
|
|
752
|
+
namespace Data {
|
|
753
|
+
interface Payload {
|
|
754
|
+
/**
|
|
755
|
+
* Unique ID for controlling the call.
|
|
756
|
+
*/
|
|
757
|
+
call_control_id?: string;
|
|
758
|
+
/**
|
|
759
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
760
|
+
*/
|
|
761
|
+
call_leg_id?: string;
|
|
762
|
+
/**
|
|
763
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
764
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
765
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
766
|
+
*/
|
|
767
|
+
call_session_id?: string;
|
|
768
|
+
/**
|
|
769
|
+
* State received from a command.
|
|
770
|
+
*/
|
|
771
|
+
client_state?: string;
|
|
772
|
+
/**
|
|
773
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
774
|
+
*/
|
|
775
|
+
connection_id?: string;
|
|
776
|
+
/**
|
|
777
|
+
* Type of media streamed. It can be either 'raw' or 'decrypted'.
|
|
778
|
+
*/
|
|
779
|
+
stream_type?: 'decrypted';
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
export interface CallForkStoppedWebhookEvent {
|
|
784
|
+
data?: CallForkStoppedWebhookEvent.Data;
|
|
785
|
+
}
|
|
786
|
+
export declare namespace CallForkStoppedWebhookEvent {
|
|
787
|
+
interface Data {
|
|
788
|
+
/**
|
|
789
|
+
* Identifies the type of resource.
|
|
790
|
+
*/
|
|
791
|
+
id?: string;
|
|
792
|
+
/**
|
|
793
|
+
* The type of event being delivered.
|
|
794
|
+
*/
|
|
795
|
+
event_type?: 'call.fork.stopped';
|
|
796
|
+
/**
|
|
797
|
+
* ISO 8601 datetime of when the event occurred.
|
|
798
|
+
*/
|
|
799
|
+
occurred_at?: string;
|
|
800
|
+
payload?: Data.Payload;
|
|
801
|
+
/**
|
|
802
|
+
* Identifies the type of the resource.
|
|
803
|
+
*/
|
|
804
|
+
record_type?: 'event';
|
|
805
|
+
}
|
|
806
|
+
namespace Data {
|
|
807
|
+
interface Payload {
|
|
808
|
+
/**
|
|
809
|
+
* Unique ID for controlling the call.
|
|
810
|
+
*/
|
|
811
|
+
call_control_id?: string;
|
|
812
|
+
/**
|
|
813
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
814
|
+
*/
|
|
815
|
+
call_leg_id?: string;
|
|
816
|
+
/**
|
|
817
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
818
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
819
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
820
|
+
*/
|
|
821
|
+
call_session_id?: string;
|
|
822
|
+
/**
|
|
823
|
+
* State received from a command.
|
|
824
|
+
*/
|
|
825
|
+
client_state?: string;
|
|
826
|
+
/**
|
|
827
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
828
|
+
*/
|
|
829
|
+
connection_id?: string;
|
|
830
|
+
/**
|
|
831
|
+
* Type of media streamed. It can be either 'raw' or 'decrypted'.
|
|
832
|
+
*/
|
|
833
|
+
stream_type?: 'decrypted';
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
export interface CallGatherEndedWebhookEvent {
|
|
838
|
+
data?: CallGatherEndedWebhookEvent.Data;
|
|
839
|
+
}
|
|
840
|
+
export declare namespace CallGatherEndedWebhookEvent {
|
|
841
|
+
interface Data {
|
|
842
|
+
/**
|
|
843
|
+
* Identifies the type of resource.
|
|
844
|
+
*/
|
|
845
|
+
id?: string;
|
|
846
|
+
/**
|
|
847
|
+
* The type of event being delivered.
|
|
848
|
+
*/
|
|
849
|
+
event_type?: 'call.gather.ended';
|
|
850
|
+
/**
|
|
851
|
+
* ISO 8601 datetime of when the event occurred.
|
|
852
|
+
*/
|
|
853
|
+
occurred_at?: string;
|
|
854
|
+
payload?: Data.Payload;
|
|
855
|
+
/**
|
|
856
|
+
* Identifies the type of the resource.
|
|
857
|
+
*/
|
|
858
|
+
record_type?: 'event';
|
|
859
|
+
}
|
|
860
|
+
namespace Data {
|
|
861
|
+
interface Payload {
|
|
862
|
+
/**
|
|
863
|
+
* Call ID used to issue commands via Call Control API.
|
|
864
|
+
*/
|
|
865
|
+
call_control_id?: string;
|
|
866
|
+
/**
|
|
867
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
868
|
+
*/
|
|
869
|
+
call_leg_id?: string;
|
|
870
|
+
/**
|
|
871
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
872
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
873
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
874
|
+
*/
|
|
875
|
+
call_session_id?: string;
|
|
876
|
+
/**
|
|
877
|
+
* State received from a command.
|
|
878
|
+
*/
|
|
879
|
+
client_state?: string;
|
|
880
|
+
/**
|
|
881
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
882
|
+
*/
|
|
883
|
+
connection_id?: string;
|
|
884
|
+
/**
|
|
885
|
+
* The received DTMF digit or symbol.
|
|
886
|
+
*/
|
|
887
|
+
digits?: string;
|
|
888
|
+
/**
|
|
889
|
+
* Number or SIP URI placing the call.
|
|
890
|
+
*/
|
|
891
|
+
from?: string;
|
|
892
|
+
/**
|
|
893
|
+
* Reflects how command ended.
|
|
894
|
+
*/
|
|
895
|
+
status?: 'valid' | 'invalid' | 'call_hangup' | 'cancelled' | 'cancelled_amd' | 'timeout';
|
|
896
|
+
/**
|
|
897
|
+
* Destination number or SIP URI of the call.
|
|
898
|
+
*/
|
|
899
|
+
to?: string;
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
export interface CallHangupWebhookEvent {
|
|
904
|
+
data?: CallHangupWebhookEvent.Data;
|
|
905
|
+
}
|
|
906
|
+
export declare namespace CallHangupWebhookEvent {
|
|
907
|
+
interface Data {
|
|
908
|
+
/**
|
|
909
|
+
* Identifies the type of resource.
|
|
910
|
+
*/
|
|
911
|
+
id?: string;
|
|
912
|
+
/**
|
|
913
|
+
* The type of event being delivered.
|
|
914
|
+
*/
|
|
915
|
+
event_type?: 'call.hangup';
|
|
916
|
+
/**
|
|
917
|
+
* ISO 8601 datetime of when the event occurred.
|
|
918
|
+
*/
|
|
919
|
+
occurred_at?: string;
|
|
920
|
+
payload?: Data.Payload;
|
|
921
|
+
/**
|
|
922
|
+
* Identifies the type of the resource.
|
|
923
|
+
*/
|
|
924
|
+
record_type?: 'event';
|
|
925
|
+
}
|
|
926
|
+
namespace Data {
|
|
927
|
+
interface Payload {
|
|
928
|
+
/**
|
|
929
|
+
* Call ID used to issue commands via Call Control API.
|
|
930
|
+
*/
|
|
931
|
+
call_control_id?: string;
|
|
932
|
+
/**
|
|
933
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
934
|
+
*/
|
|
935
|
+
call_leg_id?: string;
|
|
936
|
+
/**
|
|
937
|
+
* Call quality statistics aggregated from the CHANNEL_HANGUP_COMPLETE event. Only
|
|
938
|
+
* includes metrics that are available (filters out nil values). Returns nil if no
|
|
939
|
+
* metrics are available.
|
|
940
|
+
*/
|
|
941
|
+
call_quality_stats?: Payload.CallQualityStats | null;
|
|
942
|
+
/**
|
|
943
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
944
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
945
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
946
|
+
*/
|
|
947
|
+
call_session_id?: string;
|
|
948
|
+
/**
|
|
949
|
+
* State received from a command.
|
|
950
|
+
*/
|
|
951
|
+
client_state?: string;
|
|
952
|
+
/**
|
|
953
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
954
|
+
*/
|
|
955
|
+
connection_id?: string;
|
|
956
|
+
/**
|
|
957
|
+
* Custom headers set on answer command
|
|
958
|
+
*/
|
|
959
|
+
custom_headers?: Array<CallsAPI.CustomSipHeader>;
|
|
960
|
+
/**
|
|
961
|
+
* Number or SIP URI placing the call.
|
|
962
|
+
*/
|
|
963
|
+
from?: string;
|
|
964
|
+
/**
|
|
965
|
+
* The reason the call was ended (`call_rejected`, `normal_clearing`,
|
|
966
|
+
* `originator_cancel`, `timeout`, `time_limit`, `user_busy`, `not_found` or
|
|
967
|
+
* `unspecified`).
|
|
968
|
+
*/
|
|
969
|
+
hangup_cause?: 'call_rejected' | 'normal_clearing' | 'originator_cancel' | 'timeout' | 'time_limit' | 'user_busy' | 'not_found' | 'unspecified';
|
|
970
|
+
/**
|
|
971
|
+
* The party who ended the call (`callee`, `caller`, `unknown`).
|
|
972
|
+
*/
|
|
973
|
+
hangup_source?: 'caller' | 'callee' | 'unknown';
|
|
974
|
+
/**
|
|
975
|
+
* The reason the call was ended (SIP response code). If the SIP response is
|
|
976
|
+
* unavailable (in inbound calls for example) this is set to `unspecified`.
|
|
977
|
+
*/
|
|
978
|
+
sip_hangup_cause?: string;
|
|
979
|
+
/**
|
|
980
|
+
* User-to-User and Diversion headers from sip invite.
|
|
981
|
+
*/
|
|
982
|
+
sip_headers?: Array<CallsAPI.SipHeader>;
|
|
983
|
+
/**
|
|
984
|
+
* ISO 8601 datetime of when the call started.
|
|
985
|
+
*/
|
|
986
|
+
start_time?: string;
|
|
987
|
+
/**
|
|
988
|
+
* State received from a command.
|
|
989
|
+
*/
|
|
990
|
+
state?: 'hangup';
|
|
991
|
+
/**
|
|
992
|
+
* Array of tags associated to number.
|
|
993
|
+
*/
|
|
994
|
+
tags?: Array<string>;
|
|
995
|
+
/**
|
|
996
|
+
* Destination number or SIP URI of the call.
|
|
997
|
+
*/
|
|
998
|
+
to?: string;
|
|
999
|
+
}
|
|
1000
|
+
namespace Payload {
|
|
1001
|
+
/**
|
|
1002
|
+
* Call quality statistics aggregated from the CHANNEL_HANGUP_COMPLETE event. Only
|
|
1003
|
+
* includes metrics that are available (filters out nil values). Returns nil if no
|
|
1004
|
+
* metrics are available.
|
|
1005
|
+
*/
|
|
1006
|
+
interface CallQualityStats {
|
|
1007
|
+
/**
|
|
1008
|
+
* Inbound call quality statistics.
|
|
1009
|
+
*/
|
|
1010
|
+
inbound?: CallQualityStats.Inbound;
|
|
1011
|
+
/**
|
|
1012
|
+
* Outbound call quality statistics.
|
|
1013
|
+
*/
|
|
1014
|
+
outbound?: CallQualityStats.Outbound;
|
|
1015
|
+
}
|
|
1016
|
+
namespace CallQualityStats {
|
|
1017
|
+
/**
|
|
1018
|
+
* Inbound call quality statistics.
|
|
1019
|
+
*/
|
|
1020
|
+
interface Inbound {
|
|
1021
|
+
/**
|
|
1022
|
+
* Maximum jitter variance for inbound audio.
|
|
1023
|
+
*/
|
|
1024
|
+
jitter_max_variance?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* Number of packets used for jitter calculation on inbound audio.
|
|
1027
|
+
*/
|
|
1028
|
+
jitter_packet_count?: string;
|
|
1029
|
+
/**
|
|
1030
|
+
* Mean Opinion Score (MOS) for inbound audio quality.
|
|
1031
|
+
*/
|
|
1032
|
+
mos?: string;
|
|
1033
|
+
/**
|
|
1034
|
+
* Total number of inbound audio packets.
|
|
1035
|
+
*/
|
|
1036
|
+
packet_count?: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* Number of skipped inbound packets (packet loss).
|
|
1039
|
+
*/
|
|
1040
|
+
skip_packet_count?: string;
|
|
1041
|
+
}
|
|
1042
|
+
/**
|
|
1043
|
+
* Outbound call quality statistics.
|
|
1044
|
+
*/
|
|
1045
|
+
interface Outbound {
|
|
1046
|
+
/**
|
|
1047
|
+
* Total number of outbound audio packets.
|
|
1048
|
+
*/
|
|
1049
|
+
packet_count?: string;
|
|
1050
|
+
/**
|
|
1051
|
+
* Number of skipped outbound packets (packet loss).
|
|
1052
|
+
*/
|
|
1053
|
+
skip_packet_count?: string;
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
export interface CallInitiatedWebhookEvent {
|
|
1060
|
+
data?: CallInitiatedWebhookEvent.Data;
|
|
1061
|
+
}
|
|
1062
|
+
export declare namespace CallInitiatedWebhookEvent {
|
|
1063
|
+
interface Data {
|
|
1064
|
+
/**
|
|
1065
|
+
* Identifies the type of resource.
|
|
1066
|
+
*/
|
|
1067
|
+
id?: string;
|
|
1068
|
+
/**
|
|
1069
|
+
* The type of event being delivered.
|
|
1070
|
+
*/
|
|
1071
|
+
event_type?: 'call.initiated';
|
|
1072
|
+
/**
|
|
1073
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1074
|
+
*/
|
|
1075
|
+
occurred_at?: string;
|
|
1076
|
+
payload?: Data.Payload;
|
|
1077
|
+
/**
|
|
1078
|
+
* Identifies the type of the resource.
|
|
1079
|
+
*/
|
|
1080
|
+
record_type?: 'event';
|
|
1081
|
+
}
|
|
1082
|
+
namespace Data {
|
|
1083
|
+
interface Payload {
|
|
1084
|
+
/**
|
|
1085
|
+
* Call ID used to issue commands via Call Control API.
|
|
1086
|
+
*/
|
|
1087
|
+
call_control_id?: string;
|
|
1088
|
+
/**
|
|
1089
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1090
|
+
*/
|
|
1091
|
+
call_leg_id?: string;
|
|
1092
|
+
/**
|
|
1093
|
+
* Call screening result.
|
|
1094
|
+
*/
|
|
1095
|
+
call_screening_result?: string;
|
|
1096
|
+
/**
|
|
1097
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1098
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1099
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1100
|
+
*/
|
|
1101
|
+
call_session_id?: string;
|
|
1102
|
+
/**
|
|
1103
|
+
* Caller id.
|
|
1104
|
+
*/
|
|
1105
|
+
caller_id_name?: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* State received from a command.
|
|
1108
|
+
*/
|
|
1109
|
+
client_state?: string;
|
|
1110
|
+
/**
|
|
1111
|
+
* The list of comma-separated codecs enabled for the connection.
|
|
1112
|
+
*/
|
|
1113
|
+
connection_codecs?: string;
|
|
1114
|
+
/**
|
|
1115
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1116
|
+
*/
|
|
1117
|
+
connection_id?: string;
|
|
1118
|
+
/**
|
|
1119
|
+
* Custom headers from sip invite
|
|
1120
|
+
*/
|
|
1121
|
+
custom_headers?: Array<CallsAPI.CustomSipHeader>;
|
|
1122
|
+
/**
|
|
1123
|
+
* Whether the call is `incoming` or `outgoing`.
|
|
1124
|
+
*/
|
|
1125
|
+
direction?: 'incoming' | 'outgoing';
|
|
1126
|
+
/**
|
|
1127
|
+
* Number or SIP URI placing the call.
|
|
1128
|
+
*/
|
|
1129
|
+
from?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* The list of comma-separated codecs offered by caller.
|
|
1132
|
+
*/
|
|
1133
|
+
offered_codecs?: string;
|
|
1134
|
+
/**
|
|
1135
|
+
* SHAKEN/STIR attestation level.
|
|
1136
|
+
*/
|
|
1137
|
+
shaken_stir_attestation?: string;
|
|
1138
|
+
/**
|
|
1139
|
+
* Whether attestation was successfully validated or not.
|
|
1140
|
+
*/
|
|
1141
|
+
shaken_stir_validated?: boolean;
|
|
1142
|
+
/**
|
|
1143
|
+
* User-to-User and Diversion headers from sip invite.
|
|
1144
|
+
*/
|
|
1145
|
+
sip_headers?: Array<CallsAPI.SipHeader>;
|
|
1146
|
+
/**
|
|
1147
|
+
* ISO 8601 datetime of when the call started.
|
|
1148
|
+
*/
|
|
1149
|
+
start_time?: string;
|
|
1150
|
+
/**
|
|
1151
|
+
* State received from a command.
|
|
1152
|
+
*/
|
|
1153
|
+
state?: 'parked' | 'bridging';
|
|
1154
|
+
/**
|
|
1155
|
+
* Array of tags associated to number.
|
|
1156
|
+
*/
|
|
1157
|
+
tags?: Array<string>;
|
|
1158
|
+
/**
|
|
1159
|
+
* Destination number or SIP URI of the call.
|
|
1160
|
+
*/
|
|
1161
|
+
to?: string;
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
export interface CallLeftQueueWebhookEvent {
|
|
1166
|
+
data?: CallLeftQueueWebhookEvent.Data;
|
|
1167
|
+
}
|
|
1168
|
+
export declare namespace CallLeftQueueWebhookEvent {
|
|
1169
|
+
interface Data {
|
|
1170
|
+
/**
|
|
1171
|
+
* Identifies the type of resource.
|
|
1172
|
+
*/
|
|
1173
|
+
id?: string;
|
|
1174
|
+
/**
|
|
1175
|
+
* The type of event being delivered.
|
|
1176
|
+
*/
|
|
1177
|
+
event_type?: 'call.dequeued';
|
|
1178
|
+
/**
|
|
1179
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1180
|
+
*/
|
|
1181
|
+
occurred_at?: string;
|
|
1182
|
+
payload?: Data.Payload;
|
|
1183
|
+
/**
|
|
1184
|
+
* Identifies the type of the resource.
|
|
1185
|
+
*/
|
|
1186
|
+
record_type?: 'event';
|
|
1187
|
+
}
|
|
1188
|
+
namespace Data {
|
|
1189
|
+
interface Payload {
|
|
1190
|
+
/**
|
|
1191
|
+
* Call ID used to issue commands via Call Control API.
|
|
1192
|
+
*/
|
|
1193
|
+
call_control_id?: string;
|
|
1194
|
+
/**
|
|
1195
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1196
|
+
*/
|
|
1197
|
+
call_leg_id?: string;
|
|
1198
|
+
/**
|
|
1199
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1200
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1201
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1202
|
+
*/
|
|
1203
|
+
call_session_id?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* State received from a command.
|
|
1206
|
+
*/
|
|
1207
|
+
client_state?: string;
|
|
1208
|
+
/**
|
|
1209
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1210
|
+
*/
|
|
1211
|
+
connection_id?: string;
|
|
1212
|
+
/**
|
|
1213
|
+
* The name of the queue
|
|
1214
|
+
*/
|
|
1215
|
+
queue?: string;
|
|
1216
|
+
/**
|
|
1217
|
+
* Last position of the call in the queue.
|
|
1218
|
+
*/
|
|
1219
|
+
queue_position?: number;
|
|
1220
|
+
/**
|
|
1221
|
+
* The reason for leaving the queue
|
|
1222
|
+
*/
|
|
1223
|
+
reason?: 'bridged' | 'bridging-in-process' | 'hangup' | 'leave' | 'timeout';
|
|
1224
|
+
/**
|
|
1225
|
+
* Time call spent in the queue in seconds.
|
|
1226
|
+
*/
|
|
1227
|
+
wait_time_secs?: number;
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
export interface CallMachineDetectionEndedWebhookEvent {
|
|
1232
|
+
data?: CallMachineDetectionEndedWebhookEvent.Data;
|
|
1233
|
+
}
|
|
1234
|
+
export declare namespace CallMachineDetectionEndedWebhookEvent {
|
|
1235
|
+
interface Data {
|
|
1236
|
+
/**
|
|
1237
|
+
* Identifies the type of resource.
|
|
1238
|
+
*/
|
|
1239
|
+
id?: string;
|
|
1240
|
+
/**
|
|
1241
|
+
* The type of event being delivered.
|
|
1242
|
+
*/
|
|
1243
|
+
event_type?: 'call.machine.detection.ended';
|
|
1244
|
+
/**
|
|
1245
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1246
|
+
*/
|
|
1247
|
+
occurred_at?: string;
|
|
1248
|
+
payload?: Data.Payload;
|
|
1249
|
+
/**
|
|
1250
|
+
* Identifies the type of the resource.
|
|
1251
|
+
*/
|
|
1252
|
+
record_type?: 'event';
|
|
1253
|
+
}
|
|
1254
|
+
namespace Data {
|
|
1255
|
+
interface Payload {
|
|
1256
|
+
/**
|
|
1257
|
+
* Call ID used to issue commands via Call Control API.
|
|
1258
|
+
*/
|
|
1259
|
+
call_control_id?: string;
|
|
1260
|
+
/**
|
|
1261
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1262
|
+
*/
|
|
1263
|
+
call_leg_id?: string;
|
|
1264
|
+
/**
|
|
1265
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1266
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1267
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1268
|
+
*/
|
|
1269
|
+
call_session_id?: string;
|
|
1270
|
+
/**
|
|
1271
|
+
* State received from a command.
|
|
1272
|
+
*/
|
|
1273
|
+
client_state?: string;
|
|
1274
|
+
/**
|
|
1275
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1276
|
+
*/
|
|
1277
|
+
connection_id?: string;
|
|
1278
|
+
/**
|
|
1279
|
+
* Number or SIP URI placing the call.
|
|
1280
|
+
*/
|
|
1281
|
+
from?: string;
|
|
1282
|
+
/**
|
|
1283
|
+
* Answering machine detection result.
|
|
1284
|
+
*/
|
|
1285
|
+
result?: 'human' | 'machine' | 'not_sure';
|
|
1286
|
+
/**
|
|
1287
|
+
* Destination number or SIP URI of the call.
|
|
1288
|
+
*/
|
|
1289
|
+
to?: string;
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
export interface CallMachineGreetingEndedWebhookEvent {
|
|
1294
|
+
data?: CallMachineGreetingEndedWebhookEvent.Data;
|
|
1295
|
+
}
|
|
1296
|
+
export declare namespace CallMachineGreetingEndedWebhookEvent {
|
|
1297
|
+
interface Data {
|
|
1298
|
+
/**
|
|
1299
|
+
* Identifies the type of resource.
|
|
1300
|
+
*/
|
|
1301
|
+
id?: string;
|
|
1302
|
+
/**
|
|
1303
|
+
* The type of event being delivered.
|
|
1304
|
+
*/
|
|
1305
|
+
event_type?: 'call.machine.greeting.ended';
|
|
1306
|
+
/**
|
|
1307
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1308
|
+
*/
|
|
1309
|
+
occurred_at?: string;
|
|
1310
|
+
payload?: Data.Payload;
|
|
1311
|
+
/**
|
|
1312
|
+
* Identifies the type of the resource.
|
|
1313
|
+
*/
|
|
1314
|
+
record_type?: 'event';
|
|
1315
|
+
}
|
|
1316
|
+
namespace Data {
|
|
1317
|
+
interface Payload {
|
|
1318
|
+
/**
|
|
1319
|
+
* Call ID used to issue commands via Call Control API.
|
|
1320
|
+
*/
|
|
1321
|
+
call_control_id?: string;
|
|
1322
|
+
/**
|
|
1323
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1324
|
+
*/
|
|
1325
|
+
call_leg_id?: string;
|
|
1326
|
+
/**
|
|
1327
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1328
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1329
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1330
|
+
*/
|
|
1331
|
+
call_session_id?: string;
|
|
1332
|
+
/**
|
|
1333
|
+
* State received from a command.
|
|
1334
|
+
*/
|
|
1335
|
+
client_state?: string;
|
|
1336
|
+
/**
|
|
1337
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1338
|
+
*/
|
|
1339
|
+
connection_id?: string;
|
|
1340
|
+
/**
|
|
1341
|
+
* Number or SIP URI placing the call.
|
|
1342
|
+
*/
|
|
1343
|
+
from?: string;
|
|
1344
|
+
/**
|
|
1345
|
+
* Answering machine greeting ended result.
|
|
1346
|
+
*/
|
|
1347
|
+
result?: 'beep_detected' | 'ended' | 'not_sure';
|
|
1348
|
+
/**
|
|
1349
|
+
* Destination number or SIP URI of the call.
|
|
1350
|
+
*/
|
|
1351
|
+
to?: string;
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
export interface CallMachinePremiumDetectionEndedWebhookEvent {
|
|
1356
|
+
data?: CallMachinePremiumDetectionEndedWebhookEvent.Data;
|
|
1357
|
+
}
|
|
1358
|
+
export declare namespace CallMachinePremiumDetectionEndedWebhookEvent {
|
|
1359
|
+
interface Data {
|
|
1360
|
+
/**
|
|
1361
|
+
* Identifies the type of resource.
|
|
1362
|
+
*/
|
|
1363
|
+
id?: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* The type of event being delivered.
|
|
1366
|
+
*/
|
|
1367
|
+
event_type?: 'call.machine.premium.detection.ended';
|
|
1368
|
+
/**
|
|
1369
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1370
|
+
*/
|
|
1371
|
+
occurred_at?: string;
|
|
1372
|
+
payload?: Data.Payload;
|
|
1373
|
+
/**
|
|
1374
|
+
* Identifies the type of the resource.
|
|
1375
|
+
*/
|
|
1376
|
+
record_type?: 'event';
|
|
1377
|
+
}
|
|
1378
|
+
namespace Data {
|
|
1379
|
+
interface Payload {
|
|
1380
|
+
/**
|
|
1381
|
+
* Call ID used to issue commands via Call Control API.
|
|
1382
|
+
*/
|
|
1383
|
+
call_control_id?: string;
|
|
1384
|
+
/**
|
|
1385
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1386
|
+
*/
|
|
1387
|
+
call_leg_id?: string;
|
|
1388
|
+
/**
|
|
1389
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1390
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1391
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1392
|
+
*/
|
|
1393
|
+
call_session_id?: string;
|
|
1394
|
+
/**
|
|
1395
|
+
* State received from a command.
|
|
1396
|
+
*/
|
|
1397
|
+
client_state?: string;
|
|
1398
|
+
/**
|
|
1399
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1400
|
+
*/
|
|
1401
|
+
connection_id?: string;
|
|
1402
|
+
/**
|
|
1403
|
+
* Number or SIP URI placing the call.
|
|
1404
|
+
*/
|
|
1405
|
+
from?: string;
|
|
1406
|
+
/**
|
|
1407
|
+
* Premium Answering Machine Detection result.
|
|
1408
|
+
*/
|
|
1409
|
+
result?: 'human_residence' | 'human_business' | 'machine' | 'silence' | 'fax_detected' | 'not_sure';
|
|
1410
|
+
/**
|
|
1411
|
+
* Destination number or SIP URI of the call.
|
|
1412
|
+
*/
|
|
1413
|
+
to?: string;
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
export interface CallMachinePremiumGreetingEndedWebhookEvent {
|
|
1418
|
+
data?: CallMachinePremiumGreetingEndedWebhookEvent.Data;
|
|
1419
|
+
}
|
|
1420
|
+
export declare namespace CallMachinePremiumGreetingEndedWebhookEvent {
|
|
1421
|
+
interface Data {
|
|
1422
|
+
/**
|
|
1423
|
+
* Identifies the type of resource.
|
|
1424
|
+
*/
|
|
1425
|
+
id?: string;
|
|
1426
|
+
/**
|
|
1427
|
+
* The type of event being delivered.
|
|
1428
|
+
*/
|
|
1429
|
+
event_type?: 'call.machine.premium.greeting.ended';
|
|
1430
|
+
/**
|
|
1431
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1432
|
+
*/
|
|
1433
|
+
occurred_at?: string;
|
|
1434
|
+
payload?: Data.Payload;
|
|
1435
|
+
/**
|
|
1436
|
+
* Identifies the type of the resource.
|
|
1437
|
+
*/
|
|
1438
|
+
record_type?: 'event';
|
|
1439
|
+
}
|
|
1440
|
+
namespace Data {
|
|
1441
|
+
interface Payload {
|
|
1442
|
+
/**
|
|
1443
|
+
* Call ID used to issue commands via Call Control API.
|
|
1444
|
+
*/
|
|
1445
|
+
call_control_id?: string;
|
|
1446
|
+
/**
|
|
1447
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1448
|
+
*/
|
|
1449
|
+
call_leg_id?: string;
|
|
1450
|
+
/**
|
|
1451
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1452
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1453
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1454
|
+
*/
|
|
1455
|
+
call_session_id?: string;
|
|
1456
|
+
/**
|
|
1457
|
+
* State received from a command.
|
|
1458
|
+
*/
|
|
1459
|
+
client_state?: string;
|
|
1460
|
+
/**
|
|
1461
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1462
|
+
*/
|
|
1463
|
+
connection_id?: string;
|
|
1464
|
+
/**
|
|
1465
|
+
* Number or SIP URI placing the call.
|
|
1466
|
+
*/
|
|
1467
|
+
from?: string;
|
|
1468
|
+
/**
|
|
1469
|
+
* Premium Answering Machine Greeting Ended result.
|
|
1470
|
+
*/
|
|
1471
|
+
result?: 'beep_detected' | 'no_beep_detected';
|
|
1472
|
+
/**
|
|
1473
|
+
* Destination number or SIP URI of the call.
|
|
1474
|
+
*/
|
|
1475
|
+
to?: string;
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
export interface CallPlaybackEndedWebhookEvent {
|
|
1480
|
+
data?: CallPlaybackEndedWebhookEvent.Data;
|
|
1481
|
+
}
|
|
1482
|
+
export declare namespace CallPlaybackEndedWebhookEvent {
|
|
1483
|
+
interface Data {
|
|
1484
|
+
/**
|
|
1485
|
+
* Identifies the type of resource.
|
|
1486
|
+
*/
|
|
1487
|
+
id?: string;
|
|
1488
|
+
/**
|
|
1489
|
+
* The type of event being delivered.
|
|
1490
|
+
*/
|
|
1491
|
+
event_type?: 'call.playback.ended';
|
|
1492
|
+
/**
|
|
1493
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1494
|
+
*/
|
|
1495
|
+
occurred_at?: string;
|
|
1496
|
+
payload?: Data.Payload;
|
|
1497
|
+
/**
|
|
1498
|
+
* Identifies the type of the resource.
|
|
1499
|
+
*/
|
|
1500
|
+
record_type?: 'event';
|
|
1501
|
+
}
|
|
1502
|
+
namespace Data {
|
|
1503
|
+
interface Payload {
|
|
1504
|
+
/**
|
|
1505
|
+
* Call ID used to issue commands via Call Control API.
|
|
1506
|
+
*/
|
|
1507
|
+
call_control_id?: string;
|
|
1508
|
+
/**
|
|
1509
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1510
|
+
*/
|
|
1511
|
+
call_leg_id?: string;
|
|
1512
|
+
/**
|
|
1513
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1514
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1515
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1516
|
+
*/
|
|
1517
|
+
call_session_id?: string;
|
|
1518
|
+
/**
|
|
1519
|
+
* State received from a command.
|
|
1520
|
+
*/
|
|
1521
|
+
client_state?: string;
|
|
1522
|
+
/**
|
|
1523
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1524
|
+
*/
|
|
1525
|
+
connection_id?: string;
|
|
1526
|
+
/**
|
|
1527
|
+
* The name of the audio media file being played back, if media_name has been used
|
|
1528
|
+
* to start.
|
|
1529
|
+
*/
|
|
1530
|
+
media_name?: string;
|
|
1531
|
+
/**
|
|
1532
|
+
* The audio URL being played back, if audio_url has been used to start.
|
|
1533
|
+
*/
|
|
1534
|
+
media_url?: string;
|
|
1535
|
+
/**
|
|
1536
|
+
* Whether the stopped audio was in overlay mode or not.
|
|
1537
|
+
*/
|
|
1538
|
+
overlay?: boolean;
|
|
1539
|
+
/**
|
|
1540
|
+
* Reflects how command ended.
|
|
1541
|
+
*/
|
|
1542
|
+
status?: 'file_not_found' | 'call_hangup' | 'unknown' | 'cancelled' | 'cancelled_amd' | 'completed' | 'failed';
|
|
1543
|
+
/**
|
|
1544
|
+
* Provides details in case of failure.
|
|
1545
|
+
*/
|
|
1546
|
+
status_detail?: string;
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
export interface CallPlaybackStartedWebhookEvent {
|
|
1551
|
+
data?: CallPlaybackStartedWebhookEvent.Data;
|
|
1552
|
+
}
|
|
1553
|
+
export declare namespace CallPlaybackStartedWebhookEvent {
|
|
1554
|
+
interface Data {
|
|
1555
|
+
/**
|
|
1556
|
+
* Identifies the type of resource.
|
|
1557
|
+
*/
|
|
1558
|
+
id?: string;
|
|
1559
|
+
/**
|
|
1560
|
+
* The type of event being delivered.
|
|
1561
|
+
*/
|
|
1562
|
+
event_type?: 'call.playback.started';
|
|
1563
|
+
/**
|
|
1564
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1565
|
+
*/
|
|
1566
|
+
occurred_at?: string;
|
|
1567
|
+
payload?: Data.Payload;
|
|
1568
|
+
/**
|
|
1569
|
+
* Identifies the type of the resource.
|
|
1570
|
+
*/
|
|
1571
|
+
record_type?: 'event';
|
|
1572
|
+
}
|
|
1573
|
+
namespace Data {
|
|
1574
|
+
interface Payload {
|
|
1575
|
+
/**
|
|
1576
|
+
* Call ID used to issue commands via Call Control API.
|
|
1577
|
+
*/
|
|
1578
|
+
call_control_id?: string;
|
|
1579
|
+
/**
|
|
1580
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1581
|
+
*/
|
|
1582
|
+
call_leg_id?: string;
|
|
1583
|
+
/**
|
|
1584
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1585
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1586
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1587
|
+
*/
|
|
1588
|
+
call_session_id?: string;
|
|
1589
|
+
/**
|
|
1590
|
+
* State received from a command.
|
|
1591
|
+
*/
|
|
1592
|
+
client_state?: string;
|
|
1593
|
+
/**
|
|
1594
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1595
|
+
*/
|
|
1596
|
+
connection_id?: string;
|
|
1597
|
+
/**
|
|
1598
|
+
* The name of the audio media file being played back, if media_name has been used
|
|
1599
|
+
* to start.
|
|
1600
|
+
*/
|
|
1601
|
+
media_name?: string;
|
|
1602
|
+
/**
|
|
1603
|
+
* The audio URL being played back, if audio_url has been used to start.
|
|
1604
|
+
*/
|
|
1605
|
+
media_url?: string;
|
|
1606
|
+
/**
|
|
1607
|
+
* Whether the audio is going to be played in overlay mode or not.
|
|
1608
|
+
*/
|
|
1609
|
+
overlay?: boolean;
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
export interface CallRecordingErrorWebhookEvent {
|
|
1614
|
+
data?: CallRecordingErrorWebhookEvent.Data;
|
|
1615
|
+
}
|
|
1616
|
+
export declare namespace CallRecordingErrorWebhookEvent {
|
|
1617
|
+
interface Data {
|
|
1618
|
+
/**
|
|
1619
|
+
* Identifies the type of resource.
|
|
1620
|
+
*/
|
|
1621
|
+
id?: string;
|
|
1622
|
+
/**
|
|
1623
|
+
* The type of event being delivered.
|
|
1624
|
+
*/
|
|
1625
|
+
event_type?: 'call.recording.error';
|
|
1626
|
+
/**
|
|
1627
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1628
|
+
*/
|
|
1629
|
+
occurred_at?: string;
|
|
1630
|
+
payload?: Data.Payload;
|
|
1631
|
+
/**
|
|
1632
|
+
* Identifies the type of the resource.
|
|
1633
|
+
*/
|
|
1634
|
+
record_type?: 'event';
|
|
1635
|
+
}
|
|
1636
|
+
namespace Data {
|
|
1637
|
+
interface Payload {
|
|
1638
|
+
/**
|
|
1639
|
+
* Call ID used to issue commands via Call Control API.
|
|
1640
|
+
*/
|
|
1641
|
+
call_control_id?: string;
|
|
1642
|
+
/**
|
|
1643
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1644
|
+
*/
|
|
1645
|
+
call_leg_id?: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1648
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1649
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1650
|
+
*/
|
|
1651
|
+
call_session_id?: string;
|
|
1652
|
+
/**
|
|
1653
|
+
* State received from a command.
|
|
1654
|
+
*/
|
|
1655
|
+
client_state?: string;
|
|
1656
|
+
/**
|
|
1657
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1658
|
+
*/
|
|
1659
|
+
connection_id?: string;
|
|
1660
|
+
/**
|
|
1661
|
+
* Indication that there was a problem recording the call.
|
|
1662
|
+
*/
|
|
1663
|
+
reason?: 'Failed to authorize with storage using custom credentials' | 'Invalid credentials json' | 'Unsupported backend' | 'Internal server error';
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
export interface CallRecordingSavedWebhookEvent {
|
|
1668
|
+
data?: CallRecordingSavedWebhookEvent.Data;
|
|
1669
|
+
}
|
|
1670
|
+
export declare namespace CallRecordingSavedWebhookEvent {
|
|
1671
|
+
interface Data {
|
|
1672
|
+
/**
|
|
1673
|
+
* Identifies the type of resource.
|
|
1674
|
+
*/
|
|
1675
|
+
id?: string;
|
|
1676
|
+
/**
|
|
1677
|
+
* The type of event being delivered.
|
|
1678
|
+
*/
|
|
1679
|
+
event_type?: 'call.recording.saved';
|
|
1680
|
+
/**
|
|
1681
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1682
|
+
*/
|
|
1683
|
+
occurred_at?: string;
|
|
1684
|
+
payload?: Data.Payload;
|
|
1685
|
+
/**
|
|
1686
|
+
* Identifies the type of the resource.
|
|
1687
|
+
*/
|
|
1688
|
+
record_type?: 'event';
|
|
1689
|
+
}
|
|
1690
|
+
namespace Data {
|
|
1691
|
+
interface Payload {
|
|
1692
|
+
/**
|
|
1693
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1694
|
+
*/
|
|
1695
|
+
call_leg_id?: string;
|
|
1696
|
+
/**
|
|
1697
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1698
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1699
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1700
|
+
*/
|
|
1701
|
+
call_session_id?: string;
|
|
1702
|
+
/**
|
|
1703
|
+
* Whether recording was recorded in `single` or `dual` channel.
|
|
1704
|
+
*/
|
|
1705
|
+
channels?: 'single' | 'dual';
|
|
1706
|
+
/**
|
|
1707
|
+
* State received from a command.
|
|
1708
|
+
*/
|
|
1709
|
+
client_state?: string;
|
|
1710
|
+
/**
|
|
1711
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1712
|
+
*/
|
|
1713
|
+
connection_id?: string;
|
|
1714
|
+
/**
|
|
1715
|
+
* Recording URLs in requested format. The URL is valid for as long as the file
|
|
1716
|
+
* exists. For security purposes, this feature is activated on a per request basis.
|
|
1717
|
+
* Please contact customer support with your Account ID to request activation.
|
|
1718
|
+
*/
|
|
1719
|
+
public_recording_urls?: Payload.PublicRecordingURLs;
|
|
1720
|
+
/**
|
|
1721
|
+
* ISO 8601 datetime of when recording ended.
|
|
1722
|
+
*/
|
|
1723
|
+
recording_ended_at?: string;
|
|
1724
|
+
/**
|
|
1725
|
+
* ISO 8601 datetime of when recording started.
|
|
1726
|
+
*/
|
|
1727
|
+
recording_started_at?: string;
|
|
1728
|
+
/**
|
|
1729
|
+
* Recording URLs in requested format. These URLs are valid for 10 minutes. After
|
|
1730
|
+
* 10 minutes, you may retrieve recordings via API using Reports -> Call Recordings
|
|
1731
|
+
* documentation, or via Mission Control under Reporting -> Recordings.
|
|
1732
|
+
*/
|
|
1733
|
+
recording_urls?: Payload.RecordingURLs;
|
|
1734
|
+
}
|
|
1735
|
+
namespace Payload {
|
|
1736
|
+
/**
|
|
1737
|
+
* Recording URLs in requested format. The URL is valid for as long as the file
|
|
1738
|
+
* exists. For security purposes, this feature is activated on a per request basis.
|
|
1739
|
+
* Please contact customer support with your Account ID to request activation.
|
|
1740
|
+
*/
|
|
1741
|
+
interface PublicRecordingURLs {
|
|
1742
|
+
/**
|
|
1743
|
+
* Recording URL in requested `mp3` format.
|
|
1744
|
+
*/
|
|
1745
|
+
mp3?: string | null;
|
|
1746
|
+
/**
|
|
1747
|
+
* Recording URL in requested `wav` format.
|
|
1748
|
+
*/
|
|
1749
|
+
wav?: string | null;
|
|
1750
|
+
}
|
|
1751
|
+
/**
|
|
1752
|
+
* Recording URLs in requested format. These URLs are valid for 10 minutes. After
|
|
1753
|
+
* 10 minutes, you may retrieve recordings via API using Reports -> Call Recordings
|
|
1754
|
+
* documentation, or via Mission Control under Reporting -> Recordings.
|
|
1755
|
+
*/
|
|
1756
|
+
interface RecordingURLs {
|
|
1757
|
+
/**
|
|
1758
|
+
* Recording URL in requested `mp3` format.
|
|
1759
|
+
*/
|
|
1760
|
+
mp3?: string | null;
|
|
1761
|
+
/**
|
|
1762
|
+
* Recording URL in requested `wav` format.
|
|
1763
|
+
*/
|
|
1764
|
+
wav?: string | null;
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
export interface CallRecordingTranscriptionSavedWebhookEvent {
|
|
1770
|
+
data?: CallRecordingTranscriptionSavedWebhookEvent.Data;
|
|
1771
|
+
}
|
|
1772
|
+
export declare namespace CallRecordingTranscriptionSavedWebhookEvent {
|
|
1773
|
+
interface Data {
|
|
1774
|
+
/**
|
|
1775
|
+
* Identifies the type of resource.
|
|
1776
|
+
*/
|
|
1777
|
+
id?: string;
|
|
1778
|
+
/**
|
|
1779
|
+
* The type of event being delivered.
|
|
1780
|
+
*/
|
|
1781
|
+
event_type?: 'call.recording.transcription.saved';
|
|
1782
|
+
/**
|
|
1783
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1784
|
+
*/
|
|
1785
|
+
occurred_at?: string;
|
|
1786
|
+
payload?: Data.Payload;
|
|
1787
|
+
/**
|
|
1788
|
+
* Identifies the type of the resource.
|
|
1789
|
+
*/
|
|
1790
|
+
record_type?: 'event';
|
|
1791
|
+
}
|
|
1792
|
+
namespace Data {
|
|
1793
|
+
interface Payload {
|
|
1794
|
+
/**
|
|
1795
|
+
* Call ID used to issue commands via Call Control API.
|
|
1796
|
+
*/
|
|
1797
|
+
call_control_id?: string;
|
|
1798
|
+
/**
|
|
1799
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1800
|
+
*/
|
|
1801
|
+
call_leg_id?: string;
|
|
1802
|
+
/**
|
|
1803
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1804
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1805
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1806
|
+
*/
|
|
1807
|
+
call_session_id?: string;
|
|
1808
|
+
/**
|
|
1809
|
+
* The type of calling party connection.
|
|
1810
|
+
*/
|
|
1811
|
+
calling_party_type?: 'pstn' | 'sip';
|
|
1812
|
+
/**
|
|
1813
|
+
* State received from a command.
|
|
1814
|
+
*/
|
|
1815
|
+
client_state?: string;
|
|
1816
|
+
/**
|
|
1817
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1818
|
+
*/
|
|
1819
|
+
connection_id?: string;
|
|
1820
|
+
/**
|
|
1821
|
+
* ID that is unique to the recording session and can be used to correlate webhook
|
|
1822
|
+
* events.
|
|
1823
|
+
*/
|
|
1824
|
+
recording_id?: string;
|
|
1825
|
+
/**
|
|
1826
|
+
* ID that is unique to the transcription process and can be used to correlate
|
|
1827
|
+
* webhook events.
|
|
1828
|
+
*/
|
|
1829
|
+
recording_transcription_id?: string;
|
|
1830
|
+
/**
|
|
1831
|
+
* The transcription status.
|
|
1832
|
+
*/
|
|
1833
|
+
status?: 'completed';
|
|
1834
|
+
/**
|
|
1835
|
+
* The transcribed text
|
|
1836
|
+
*/
|
|
1837
|
+
transcription_text?: string;
|
|
1838
|
+
}
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
export interface CallReferCompletedWebhookEvent {
|
|
1842
|
+
data?: CallReferCompletedWebhookEvent.Data;
|
|
1843
|
+
}
|
|
1844
|
+
export declare namespace CallReferCompletedWebhookEvent {
|
|
1845
|
+
interface Data {
|
|
1846
|
+
/**
|
|
1847
|
+
* Identifies the type of resource.
|
|
1848
|
+
*/
|
|
1849
|
+
id?: string;
|
|
1850
|
+
/**
|
|
1851
|
+
* The type of event being delivered.
|
|
1852
|
+
*/
|
|
1853
|
+
event_type?: 'call.refer.completed';
|
|
1854
|
+
/**
|
|
1855
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1856
|
+
*/
|
|
1857
|
+
occurred_at?: string;
|
|
1858
|
+
payload?: Data.Payload;
|
|
1859
|
+
/**
|
|
1860
|
+
* Identifies the type of the resource.
|
|
1861
|
+
*/
|
|
1862
|
+
record_type?: 'event';
|
|
1863
|
+
}
|
|
1864
|
+
namespace Data {
|
|
1865
|
+
interface Payload {
|
|
1866
|
+
/**
|
|
1867
|
+
* Unique ID for controlling the call.
|
|
1868
|
+
*/
|
|
1869
|
+
call_control_id?: string;
|
|
1870
|
+
/**
|
|
1871
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1872
|
+
*/
|
|
1873
|
+
call_leg_id?: string;
|
|
1874
|
+
/**
|
|
1875
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1876
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1877
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1878
|
+
*/
|
|
1879
|
+
call_session_id?: string;
|
|
1880
|
+
/**
|
|
1881
|
+
* State received from a command.
|
|
1882
|
+
*/
|
|
1883
|
+
client_state?: string;
|
|
1884
|
+
/**
|
|
1885
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1886
|
+
*/
|
|
1887
|
+
connection_id?: string;
|
|
1888
|
+
/**
|
|
1889
|
+
* Number or SIP URI placing the call.
|
|
1890
|
+
*/
|
|
1891
|
+
from?: string;
|
|
1892
|
+
/**
|
|
1893
|
+
* SIP NOTIFY event status for tracking the REFER attempt.
|
|
1894
|
+
*/
|
|
1895
|
+
sip_notify_response?: number;
|
|
1896
|
+
/**
|
|
1897
|
+
* Destination number or SIP URI of the call.
|
|
1898
|
+
*/
|
|
1899
|
+
to?: string;
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
export interface CallReferFailedWebhookEvent {
|
|
1904
|
+
data?: CallReferFailedWebhookEvent.Data;
|
|
1905
|
+
}
|
|
1906
|
+
export declare namespace CallReferFailedWebhookEvent {
|
|
1907
|
+
interface Data {
|
|
1908
|
+
/**
|
|
1909
|
+
* Identifies the type of resource.
|
|
1910
|
+
*/
|
|
1911
|
+
id?: string;
|
|
1912
|
+
/**
|
|
1913
|
+
* The type of event being delivered.
|
|
1914
|
+
*/
|
|
1915
|
+
event_type?: 'call.refer.failed';
|
|
1916
|
+
/**
|
|
1917
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1918
|
+
*/
|
|
1919
|
+
occurred_at?: string;
|
|
1920
|
+
payload?: Data.Payload;
|
|
1921
|
+
/**
|
|
1922
|
+
* Identifies the type of the resource.
|
|
1923
|
+
*/
|
|
1924
|
+
record_type?: 'event';
|
|
1925
|
+
}
|
|
1926
|
+
namespace Data {
|
|
1927
|
+
interface Payload {
|
|
1928
|
+
/**
|
|
1929
|
+
* Unique ID for controlling the call.
|
|
1930
|
+
*/
|
|
1931
|
+
call_control_id?: string;
|
|
1932
|
+
/**
|
|
1933
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1934
|
+
*/
|
|
1935
|
+
call_leg_id?: string;
|
|
1936
|
+
/**
|
|
1937
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
1938
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
1939
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
1940
|
+
*/
|
|
1941
|
+
call_session_id?: string;
|
|
1942
|
+
/**
|
|
1943
|
+
* State received from a command.
|
|
1944
|
+
*/
|
|
1945
|
+
client_state?: string;
|
|
1946
|
+
/**
|
|
1947
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
1948
|
+
*/
|
|
1949
|
+
connection_id?: string;
|
|
1950
|
+
/**
|
|
1951
|
+
* Number or SIP URI placing the call.
|
|
1952
|
+
*/
|
|
1953
|
+
from?: string;
|
|
1954
|
+
/**
|
|
1955
|
+
* SIP NOTIFY event status for tracking the REFER attempt.
|
|
1956
|
+
*/
|
|
1957
|
+
sip_notify_response?: number;
|
|
1958
|
+
/**
|
|
1959
|
+
* Destination number or SIP URI of the call.
|
|
1960
|
+
*/
|
|
1961
|
+
to?: string;
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
export interface CallReferStartedWebhookEvent {
|
|
1966
|
+
data?: CallReferStartedWebhookEvent.Data;
|
|
1967
|
+
}
|
|
1968
|
+
export declare namespace CallReferStartedWebhookEvent {
|
|
1969
|
+
interface Data {
|
|
1970
|
+
/**
|
|
1971
|
+
* Identifies the type of resource.
|
|
1972
|
+
*/
|
|
1973
|
+
id?: string;
|
|
1974
|
+
/**
|
|
1975
|
+
* The type of event being delivered.
|
|
1976
|
+
*/
|
|
1977
|
+
event_type?: 'call.refer.started';
|
|
1978
|
+
/**
|
|
1979
|
+
* ISO 8601 datetime of when the event occurred.
|
|
1980
|
+
*/
|
|
1981
|
+
occurred_at?: string;
|
|
1982
|
+
payload?: Data.Payload;
|
|
1983
|
+
/**
|
|
1984
|
+
* Identifies the type of the resource.
|
|
1985
|
+
*/
|
|
1986
|
+
record_type?: 'event';
|
|
1987
|
+
}
|
|
1988
|
+
namespace Data {
|
|
1989
|
+
interface Payload {
|
|
1990
|
+
/**
|
|
1991
|
+
* Unique ID for controlling the call.
|
|
1992
|
+
*/
|
|
1993
|
+
call_control_id?: string;
|
|
1994
|
+
/**
|
|
1995
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
1996
|
+
*/
|
|
1997
|
+
call_leg_id?: string;
|
|
1998
|
+
/**
|
|
1999
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2000
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2001
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2002
|
+
*/
|
|
2003
|
+
call_session_id?: string;
|
|
2004
|
+
/**
|
|
2005
|
+
* State received from a command.
|
|
2006
|
+
*/
|
|
2007
|
+
client_state?: string;
|
|
2008
|
+
/**
|
|
2009
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2010
|
+
*/
|
|
2011
|
+
connection_id?: string;
|
|
2012
|
+
/**
|
|
2013
|
+
* Number or SIP URI placing the call.
|
|
2014
|
+
*/
|
|
2015
|
+
from?: string;
|
|
2016
|
+
/**
|
|
2017
|
+
* SIP NOTIFY event status for tracking the REFER attempt.
|
|
2018
|
+
*/
|
|
2019
|
+
sip_notify_response?: number;
|
|
2020
|
+
/**
|
|
2021
|
+
* Destination number or SIP URI of the call.
|
|
2022
|
+
*/
|
|
2023
|
+
to?: string;
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
}
|
|
2027
|
+
export interface CallSiprecFailedWebhookEvent {
|
|
2028
|
+
data?: CallSiprecFailedWebhookEvent.Data;
|
|
2029
|
+
}
|
|
2030
|
+
export declare namespace CallSiprecFailedWebhookEvent {
|
|
2031
|
+
interface Data {
|
|
2032
|
+
/**
|
|
2033
|
+
* Identifies the type of resource.
|
|
2034
|
+
*/
|
|
2035
|
+
id?: string;
|
|
2036
|
+
/**
|
|
2037
|
+
* The type of event being delivered.
|
|
2038
|
+
*/
|
|
2039
|
+
event_type?: 'siprec.failed';
|
|
2040
|
+
/**
|
|
2041
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2042
|
+
*/
|
|
2043
|
+
occurred_at?: string;
|
|
2044
|
+
payload?: Data.Payload;
|
|
2045
|
+
/**
|
|
2046
|
+
* Identifies the resource.
|
|
2047
|
+
*/
|
|
2048
|
+
record_type?: 'event';
|
|
2049
|
+
}
|
|
2050
|
+
namespace Data {
|
|
2051
|
+
interface Payload {
|
|
2052
|
+
/**
|
|
2053
|
+
* Call ID used to issue commands via Call Control API.
|
|
2054
|
+
*/
|
|
2055
|
+
call_control_id?: string;
|
|
2056
|
+
/**
|
|
2057
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2058
|
+
*/
|
|
2059
|
+
call_leg_id?: string;
|
|
2060
|
+
/**
|
|
2061
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2062
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2063
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2064
|
+
*/
|
|
2065
|
+
call_session_id?: string;
|
|
2066
|
+
/**
|
|
2067
|
+
* State received from a command.
|
|
2068
|
+
*/
|
|
2069
|
+
client_state?: string;
|
|
2070
|
+
/**
|
|
2071
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2072
|
+
*/
|
|
2073
|
+
connection_id?: string;
|
|
2074
|
+
/**
|
|
2075
|
+
* Q850 reason why siprec session failed.
|
|
2076
|
+
*/
|
|
2077
|
+
failure_cause?: string;
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
export interface CallSiprecStartedWebhookEvent {
|
|
2082
|
+
data?: CallSiprecStartedWebhookEvent.Data;
|
|
2083
|
+
}
|
|
2084
|
+
export declare namespace CallSiprecStartedWebhookEvent {
|
|
2085
|
+
interface Data {
|
|
2086
|
+
/**
|
|
2087
|
+
* Identifies the type of resource.
|
|
2088
|
+
*/
|
|
2089
|
+
id?: string;
|
|
2090
|
+
/**
|
|
2091
|
+
* The type of event being delivered.
|
|
2092
|
+
*/
|
|
2093
|
+
event_type?: 'siprec.started';
|
|
2094
|
+
/**
|
|
2095
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2096
|
+
*/
|
|
2097
|
+
occurred_at?: string;
|
|
2098
|
+
payload?: Data.Payload;
|
|
2099
|
+
/**
|
|
2100
|
+
* Identifies the type of the resource.
|
|
2101
|
+
*/
|
|
2102
|
+
record_type?: 'event';
|
|
2103
|
+
}
|
|
2104
|
+
namespace Data {
|
|
2105
|
+
interface Payload {
|
|
2106
|
+
/**
|
|
2107
|
+
* Call ID used to issue commands via Call Control API.
|
|
2108
|
+
*/
|
|
2109
|
+
call_control_id?: string;
|
|
2110
|
+
/**
|
|
2111
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2112
|
+
*/
|
|
2113
|
+
call_leg_id?: string;
|
|
2114
|
+
/**
|
|
2115
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2116
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2117
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2118
|
+
*/
|
|
2119
|
+
call_session_id?: string;
|
|
2120
|
+
/**
|
|
2121
|
+
* State received from a command.
|
|
2122
|
+
*/
|
|
2123
|
+
client_state?: string;
|
|
2124
|
+
/**
|
|
2125
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2126
|
+
*/
|
|
2127
|
+
connection_id?: string;
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
|
+
export interface CallSiprecStoppedWebhookEvent {
|
|
2132
|
+
data?: CallSiprecStoppedWebhookEvent.Data;
|
|
2133
|
+
}
|
|
2134
|
+
export declare namespace CallSiprecStoppedWebhookEvent {
|
|
2135
|
+
interface Data {
|
|
2136
|
+
/**
|
|
2137
|
+
* Identifies the type of resource.
|
|
2138
|
+
*/
|
|
2139
|
+
id?: string;
|
|
2140
|
+
/**
|
|
2141
|
+
* The type of event being delivered.
|
|
2142
|
+
*/
|
|
2143
|
+
event_type?: 'siprec.stopped';
|
|
2144
|
+
/**
|
|
2145
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2146
|
+
*/
|
|
2147
|
+
occurred_at?: string;
|
|
2148
|
+
payload?: Data.Payload;
|
|
2149
|
+
/**
|
|
2150
|
+
* Identifies the type of the resource.
|
|
2151
|
+
*/
|
|
2152
|
+
record_type?: 'event';
|
|
2153
|
+
}
|
|
2154
|
+
namespace Data {
|
|
2155
|
+
interface Payload {
|
|
2156
|
+
/**
|
|
2157
|
+
* Call ID used to issue commands via Call Control API.
|
|
2158
|
+
*/
|
|
2159
|
+
call_control_id?: string;
|
|
2160
|
+
/**
|
|
2161
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2162
|
+
*/
|
|
2163
|
+
call_leg_id?: string;
|
|
2164
|
+
/**
|
|
2165
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2166
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2167
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2168
|
+
*/
|
|
2169
|
+
call_session_id?: string;
|
|
2170
|
+
/**
|
|
2171
|
+
* State received from a command.
|
|
2172
|
+
*/
|
|
2173
|
+
client_state?: string;
|
|
2174
|
+
/**
|
|
2175
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2176
|
+
*/
|
|
2177
|
+
connection_id?: string;
|
|
2178
|
+
/**
|
|
2179
|
+
* Q850 reason why the SIPREC session was stopped.
|
|
2180
|
+
*/
|
|
2181
|
+
hangup_cause?: string;
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2185
|
+
export interface CallSpeakEndedWebhookEvent {
|
|
2186
|
+
data?: CallSpeakEndedWebhookEvent.Data;
|
|
2187
|
+
}
|
|
2188
|
+
export declare namespace CallSpeakEndedWebhookEvent {
|
|
2189
|
+
interface Data {
|
|
2190
|
+
/**
|
|
2191
|
+
* Identifies the type of resource.
|
|
2192
|
+
*/
|
|
2193
|
+
id?: string;
|
|
2194
|
+
/**
|
|
2195
|
+
* The type of event being delivered.
|
|
2196
|
+
*/
|
|
2197
|
+
event_type?: 'call.speak.ended';
|
|
2198
|
+
/**
|
|
2199
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2200
|
+
*/
|
|
2201
|
+
occurred_at?: string;
|
|
2202
|
+
payload?: Data.Payload;
|
|
2203
|
+
/**
|
|
2204
|
+
* Identifies the type of the resource.
|
|
2205
|
+
*/
|
|
2206
|
+
record_type?: 'event';
|
|
2207
|
+
}
|
|
2208
|
+
namespace Data {
|
|
2209
|
+
interface Payload {
|
|
2210
|
+
/**
|
|
2211
|
+
* Call ID used to issue commands via Call Control API.
|
|
2212
|
+
*/
|
|
2213
|
+
call_control_id?: string;
|
|
2214
|
+
/**
|
|
2215
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2216
|
+
*/
|
|
2217
|
+
call_leg_id?: string;
|
|
2218
|
+
/**
|
|
2219
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2220
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2221
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2222
|
+
*/
|
|
2223
|
+
call_session_id?: string;
|
|
2224
|
+
/**
|
|
2225
|
+
* State received from a command.
|
|
2226
|
+
*/
|
|
2227
|
+
client_state?: string;
|
|
2228
|
+
/**
|
|
2229
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2230
|
+
*/
|
|
2231
|
+
connection_id?: string;
|
|
2232
|
+
/**
|
|
2233
|
+
* Reflects how the command ended.
|
|
2234
|
+
*/
|
|
2235
|
+
status?: 'completed' | 'call_hangup' | 'cancelled_amd';
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
}
|
|
2239
|
+
export interface CallSpeakStartedWebhookEvent {
|
|
2240
|
+
data?: CallSpeakStartedWebhookEvent.Data;
|
|
2241
|
+
}
|
|
2242
|
+
export declare namespace CallSpeakStartedWebhookEvent {
|
|
2243
|
+
interface Data {
|
|
2244
|
+
/**
|
|
2245
|
+
* Identifies the type of resource.
|
|
2246
|
+
*/
|
|
2247
|
+
id?: string;
|
|
2248
|
+
/**
|
|
2249
|
+
* The type of event being delivered.
|
|
2250
|
+
*/
|
|
2251
|
+
event_type?: 'call.speak.started';
|
|
2252
|
+
/**
|
|
2253
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2254
|
+
*/
|
|
2255
|
+
occurred_at?: string;
|
|
2256
|
+
payload?: Data.Payload;
|
|
2257
|
+
/**
|
|
2258
|
+
* Identifies the type of the resource.
|
|
2259
|
+
*/
|
|
2260
|
+
record_type?: 'event';
|
|
2261
|
+
}
|
|
2262
|
+
namespace Data {
|
|
2263
|
+
interface Payload {
|
|
2264
|
+
/**
|
|
2265
|
+
* Call ID used to issue commands via Call Control API.
|
|
2266
|
+
*/
|
|
2267
|
+
call_control_id?: string;
|
|
2268
|
+
/**
|
|
2269
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2270
|
+
*/
|
|
2271
|
+
call_leg_id?: string;
|
|
2272
|
+
/**
|
|
2273
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2274
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2275
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2276
|
+
*/
|
|
2277
|
+
call_session_id?: string;
|
|
2278
|
+
/**
|
|
2279
|
+
* State received from a command.
|
|
2280
|
+
*/
|
|
2281
|
+
client_state?: string;
|
|
2282
|
+
/**
|
|
2283
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2284
|
+
*/
|
|
2285
|
+
connection_id?: string;
|
|
2286
|
+
}
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
export interface CallStreamingFailedWebhookEvent {
|
|
2290
|
+
data?: CallStreamingFailedWebhookEvent.Data;
|
|
2291
|
+
}
|
|
2292
|
+
export declare namespace CallStreamingFailedWebhookEvent {
|
|
2293
|
+
interface Data {
|
|
2294
|
+
/**
|
|
2295
|
+
* Identifies the type of resource.
|
|
2296
|
+
*/
|
|
2297
|
+
id?: string;
|
|
2298
|
+
/**
|
|
2299
|
+
* The type of event being delivered.
|
|
2300
|
+
*/
|
|
2301
|
+
event_type?: 'streaming.failed';
|
|
2302
|
+
/**
|
|
2303
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2304
|
+
*/
|
|
2305
|
+
occurred_at?: string;
|
|
2306
|
+
payload?: Data.Payload;
|
|
2307
|
+
/**
|
|
2308
|
+
* Identifies the resource.
|
|
2309
|
+
*/
|
|
2310
|
+
record_type?: 'event';
|
|
2311
|
+
}
|
|
2312
|
+
namespace Data {
|
|
2313
|
+
interface Payload {
|
|
2314
|
+
/**
|
|
2315
|
+
* Call ID used to issue commands via Call Control API.
|
|
2316
|
+
*/
|
|
2317
|
+
call_control_id?: string;
|
|
2318
|
+
/**
|
|
2319
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2320
|
+
*/
|
|
2321
|
+
call_leg_id?: string;
|
|
2322
|
+
/**
|
|
2323
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2324
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2325
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2326
|
+
*/
|
|
2327
|
+
call_session_id?: string;
|
|
2328
|
+
/**
|
|
2329
|
+
* State received from a command.
|
|
2330
|
+
*/
|
|
2331
|
+
client_state?: string;
|
|
2332
|
+
/**
|
|
2333
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2334
|
+
*/
|
|
2335
|
+
connection_id?: string;
|
|
2336
|
+
/**
|
|
2337
|
+
* A short description explaning why the media streaming failed.
|
|
2338
|
+
*/
|
|
2339
|
+
failure_reason?: string;
|
|
2340
|
+
/**
|
|
2341
|
+
* Identifies the streaming.
|
|
2342
|
+
*/
|
|
2343
|
+
stream_id?: string;
|
|
2344
|
+
/**
|
|
2345
|
+
* Streaming parameters as they were originally given to the Call Control API.
|
|
2346
|
+
*/
|
|
2347
|
+
stream_params?: Payload.StreamParams;
|
|
2348
|
+
/**
|
|
2349
|
+
* The type of stream connection the stream is performing.
|
|
2350
|
+
*/
|
|
2351
|
+
stream_type?: 'websocket' | 'dialogflow';
|
|
2352
|
+
}
|
|
2353
|
+
namespace Payload {
|
|
2354
|
+
/**
|
|
2355
|
+
* Streaming parameters as they were originally given to the Call Control API.
|
|
2356
|
+
*/
|
|
2357
|
+
interface StreamParams {
|
|
2358
|
+
/**
|
|
2359
|
+
* The destination WebSocket address where the stream is going to be delivered.
|
|
2360
|
+
*/
|
|
2361
|
+
stream_url?: string;
|
|
2362
|
+
/**
|
|
2363
|
+
* Specifies which track should be streamed.
|
|
2364
|
+
*/
|
|
2365
|
+
track?: 'inbound_track' | 'outbound_track' | 'both_tracks';
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
export interface CallStreamingStartedWebhookEvent {
|
|
2371
|
+
data?: CallStreamingStartedWebhookEvent.Data;
|
|
2372
|
+
}
|
|
2373
|
+
export declare namespace CallStreamingStartedWebhookEvent {
|
|
2374
|
+
interface Data {
|
|
2375
|
+
/**
|
|
2376
|
+
* Identifies the type of resource.
|
|
2377
|
+
*/
|
|
2378
|
+
id?: string;
|
|
2379
|
+
/**
|
|
2380
|
+
* The type of event being delivered.
|
|
2381
|
+
*/
|
|
2382
|
+
event_type?: 'streaming.started';
|
|
2383
|
+
/**
|
|
2384
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2385
|
+
*/
|
|
2386
|
+
occurred_at?: string;
|
|
2387
|
+
payload?: Data.Payload;
|
|
2388
|
+
/**
|
|
2389
|
+
* Identifies the type of the resource.
|
|
2390
|
+
*/
|
|
2391
|
+
record_type?: 'event';
|
|
2392
|
+
}
|
|
2393
|
+
namespace Data {
|
|
2394
|
+
interface Payload {
|
|
2395
|
+
/**
|
|
2396
|
+
* Call ID used to issue commands via Call Control API.
|
|
2397
|
+
*/
|
|
2398
|
+
call_control_id?: string;
|
|
2399
|
+
/**
|
|
2400
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2401
|
+
*/
|
|
2402
|
+
call_leg_id?: string;
|
|
2403
|
+
/**
|
|
2404
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2405
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2406
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2407
|
+
*/
|
|
2408
|
+
call_session_id?: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* State received from a command.
|
|
2411
|
+
*/
|
|
2412
|
+
client_state?: string;
|
|
2413
|
+
/**
|
|
2414
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2415
|
+
*/
|
|
2416
|
+
connection_id?: string;
|
|
2417
|
+
/**
|
|
2418
|
+
* Destination WebSocket address where the stream is going to be delivered.
|
|
2419
|
+
*/
|
|
2420
|
+
stream_url?: string;
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
}
|
|
2424
|
+
export interface CallStreamingStoppedWebhookEvent {
|
|
2425
|
+
data?: CallStreamingStoppedWebhookEvent.Data;
|
|
2426
|
+
}
|
|
2427
|
+
export declare namespace CallStreamingStoppedWebhookEvent {
|
|
2428
|
+
interface Data {
|
|
2429
|
+
/**
|
|
2430
|
+
* Identifies the type of resource.
|
|
2431
|
+
*/
|
|
2432
|
+
id?: string;
|
|
2433
|
+
/**
|
|
2434
|
+
* The type of event being delivered.
|
|
2435
|
+
*/
|
|
2436
|
+
event_type?: 'streaming.stopped';
|
|
2437
|
+
/**
|
|
2438
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2439
|
+
*/
|
|
2440
|
+
occurred_at?: string;
|
|
2441
|
+
payload?: Data.Payload;
|
|
2442
|
+
/**
|
|
2443
|
+
* Identifies the type of the resource.
|
|
2444
|
+
*/
|
|
2445
|
+
record_type?: 'event';
|
|
2446
|
+
}
|
|
2447
|
+
namespace Data {
|
|
2448
|
+
interface Payload {
|
|
2449
|
+
/**
|
|
2450
|
+
* Call ID used to issue commands via Call Control API.
|
|
2451
|
+
*/
|
|
2452
|
+
call_control_id?: string;
|
|
2453
|
+
/**
|
|
2454
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2455
|
+
*/
|
|
2456
|
+
call_leg_id?: string;
|
|
2457
|
+
/**
|
|
2458
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2459
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2460
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2461
|
+
*/
|
|
2462
|
+
call_session_id?: string;
|
|
2463
|
+
/**
|
|
2464
|
+
* State received from a command.
|
|
2465
|
+
*/
|
|
2466
|
+
client_state?: string;
|
|
2467
|
+
/**
|
|
2468
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2469
|
+
*/
|
|
2470
|
+
connection_id?: string;
|
|
2471
|
+
/**
|
|
2472
|
+
* Destination WebSocket address where the stream is going to be delivered.
|
|
2473
|
+
*/
|
|
2474
|
+
stream_url?: string;
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
export interface CampaignStatusUpdateWebhookEvent {
|
|
2479
|
+
/**
|
|
2480
|
+
* Brand ID associated with the campaign.
|
|
2481
|
+
*/
|
|
2482
|
+
brandId?: string;
|
|
2483
|
+
/**
|
|
2484
|
+
* The ID of the campaign.
|
|
2485
|
+
*/
|
|
2486
|
+
campaignId?: string;
|
|
2487
|
+
/**
|
|
2488
|
+
* Unix timestamp when campaign was created.
|
|
2489
|
+
*/
|
|
2490
|
+
createDate?: string;
|
|
2491
|
+
/**
|
|
2492
|
+
* Alphanumeric identifier of the CSP associated with this campaign.
|
|
2493
|
+
*/
|
|
2494
|
+
cspId?: string;
|
|
2495
|
+
/**
|
|
2496
|
+
* Indicates whether the campaign is registered with T-Mobile.
|
|
2497
|
+
*/
|
|
2498
|
+
isTMobileRegistered?: boolean;
|
|
2499
|
+
}
|
|
2500
|
+
export interface ConferenceCreatedWebhookEvent {
|
|
2501
|
+
data?: ConferenceCreatedWebhookEvent.Data;
|
|
2502
|
+
}
|
|
2503
|
+
export declare namespace ConferenceCreatedWebhookEvent {
|
|
2504
|
+
interface Data {
|
|
2505
|
+
/**
|
|
2506
|
+
* Identifies the type of resource.
|
|
2507
|
+
*/
|
|
2508
|
+
id?: string;
|
|
2509
|
+
/**
|
|
2510
|
+
* The type of event being delivered.
|
|
2511
|
+
*/
|
|
2512
|
+
event_type?: 'conference.created';
|
|
2513
|
+
payload?: Data.Payload;
|
|
2514
|
+
/**
|
|
2515
|
+
* Identifies the type of the resource.
|
|
2516
|
+
*/
|
|
2517
|
+
record_type?: 'event';
|
|
2518
|
+
}
|
|
2519
|
+
namespace Data {
|
|
2520
|
+
interface Payload {
|
|
2521
|
+
/**
|
|
2522
|
+
* Call ID used to issue commands via Call Control API.
|
|
2523
|
+
*/
|
|
2524
|
+
call_control_id?: string;
|
|
2525
|
+
/**
|
|
2526
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2527
|
+
*/
|
|
2528
|
+
call_leg_id?: string;
|
|
2529
|
+
/**
|
|
2530
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2531
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2532
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2533
|
+
*/
|
|
2534
|
+
call_session_id?: string;
|
|
2535
|
+
/**
|
|
2536
|
+
* State received from a command.
|
|
2537
|
+
*/
|
|
2538
|
+
client_state?: string;
|
|
2539
|
+
/**
|
|
2540
|
+
* Conference ID that the participant joined.
|
|
2541
|
+
*/
|
|
2542
|
+
conference_id?: string;
|
|
2543
|
+
/**
|
|
2544
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2545
|
+
*/
|
|
2546
|
+
connection_id?: string;
|
|
2547
|
+
/**
|
|
2548
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2549
|
+
*/
|
|
2550
|
+
occurred_at?: string;
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
export interface ConferenceEndedWebhookEvent {
|
|
2555
|
+
data?: ConferenceEndedWebhookEvent.Data;
|
|
2556
|
+
}
|
|
2557
|
+
export declare namespace ConferenceEndedWebhookEvent {
|
|
2558
|
+
interface Data {
|
|
2559
|
+
/**
|
|
2560
|
+
* Identifies the type of resource.
|
|
2561
|
+
*/
|
|
2562
|
+
id?: string;
|
|
2563
|
+
/**
|
|
2564
|
+
* The type of event being delivered.
|
|
2565
|
+
*/
|
|
2566
|
+
event_type?: 'conference.ended';
|
|
2567
|
+
payload?: Data.Payload;
|
|
2568
|
+
/**
|
|
2569
|
+
* Identifies the type of the resource.
|
|
2570
|
+
*/
|
|
2571
|
+
record_type?: 'event';
|
|
2572
|
+
}
|
|
2573
|
+
namespace Data {
|
|
2574
|
+
interface Payload {
|
|
2575
|
+
/**
|
|
2576
|
+
* Call ID used to issue commands via Call Control API.
|
|
2577
|
+
*/
|
|
2578
|
+
call_control_id?: string;
|
|
2579
|
+
/**
|
|
2580
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2581
|
+
*/
|
|
2582
|
+
call_leg_id?: string;
|
|
2583
|
+
/**
|
|
2584
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2585
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2586
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2587
|
+
*/
|
|
2588
|
+
call_session_id?: string;
|
|
2589
|
+
/**
|
|
2590
|
+
* State received from a command.
|
|
2591
|
+
*/
|
|
2592
|
+
client_state?: string;
|
|
2593
|
+
/**
|
|
2594
|
+
* Conference ID that the participant joined.
|
|
2595
|
+
*/
|
|
2596
|
+
conference_id?: string;
|
|
2597
|
+
/**
|
|
2598
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2599
|
+
*/
|
|
2600
|
+
connection_id?: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2603
|
+
*/
|
|
2604
|
+
occurred_at?: string;
|
|
2605
|
+
/**
|
|
2606
|
+
* Reason the conference ended.
|
|
2607
|
+
*/
|
|
2608
|
+
reason?: 'all_left' | 'host_left' | 'time_exceeded';
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
export interface ConferenceFloorChangedWebhookEvent {
|
|
2613
|
+
/**
|
|
2614
|
+
* Identifies the type of resource.
|
|
2615
|
+
*/
|
|
2616
|
+
id?: string;
|
|
2617
|
+
/**
|
|
2618
|
+
* The type of event being delivered.
|
|
2619
|
+
*/
|
|
2620
|
+
event_type?: 'conference.floor.changed';
|
|
2621
|
+
payload?: ConferenceFloorChangedWebhookEvent.Payload;
|
|
2622
|
+
/**
|
|
2623
|
+
* Identifies the type of the resource.
|
|
2624
|
+
*/
|
|
2625
|
+
record_type?: 'event';
|
|
2626
|
+
}
|
|
2627
|
+
export declare namespace ConferenceFloorChangedWebhookEvent {
|
|
2628
|
+
interface Payload {
|
|
2629
|
+
/**
|
|
2630
|
+
* Call Control ID of the new speaker.
|
|
2631
|
+
*/
|
|
2632
|
+
call_control_id?: string;
|
|
2633
|
+
/**
|
|
2634
|
+
* Call Leg ID of the new speaker.
|
|
2635
|
+
*/
|
|
2636
|
+
call_leg_id?: string;
|
|
2637
|
+
/**
|
|
2638
|
+
* Call Session ID of the new speaker.
|
|
2639
|
+
*/
|
|
2640
|
+
call_session_id?: string;
|
|
2641
|
+
/**
|
|
2642
|
+
* State received from a command.
|
|
2643
|
+
*/
|
|
2644
|
+
client_state?: string;
|
|
2645
|
+
/**
|
|
2646
|
+
* Conference ID that had a speaker change event.
|
|
2647
|
+
*/
|
|
2648
|
+
conference_id?: string;
|
|
2649
|
+
/**
|
|
2650
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2651
|
+
*/
|
|
2652
|
+
connection_id?: string;
|
|
2653
|
+
/**
|
|
2654
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2655
|
+
*/
|
|
2656
|
+
occurred_at?: string;
|
|
2657
|
+
}
|
|
2658
|
+
}
|
|
2659
|
+
export interface ConferenceParticipantJoinedWebhookEvent {
|
|
2660
|
+
data?: ConferenceParticipantJoinedWebhookEvent.Data;
|
|
2661
|
+
}
|
|
2662
|
+
export declare namespace ConferenceParticipantJoinedWebhookEvent {
|
|
2663
|
+
interface Data {
|
|
2664
|
+
/**
|
|
2665
|
+
* Identifies the type of resource.
|
|
2666
|
+
*/
|
|
2667
|
+
id?: string;
|
|
2668
|
+
/**
|
|
2669
|
+
* The type of event being delivered.
|
|
2670
|
+
*/
|
|
2671
|
+
event_type?: 'conference.participant.joined';
|
|
2672
|
+
/**
|
|
2673
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2674
|
+
*/
|
|
2675
|
+
occurred_at?: string;
|
|
2676
|
+
payload?: Data.Payload;
|
|
2677
|
+
/**
|
|
2678
|
+
* Identifies the type of the resource.
|
|
2679
|
+
*/
|
|
2680
|
+
record_type?: 'event';
|
|
2681
|
+
}
|
|
2682
|
+
namespace Data {
|
|
2683
|
+
interface Payload {
|
|
2684
|
+
/**
|
|
2685
|
+
* Call ID used to issue commands via Call Control API.
|
|
2686
|
+
*/
|
|
2687
|
+
call_control_id?: string;
|
|
2688
|
+
/**
|
|
2689
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2690
|
+
*/
|
|
2691
|
+
call_leg_id?: string;
|
|
2692
|
+
/**
|
|
2693
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2694
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2695
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2696
|
+
*/
|
|
2697
|
+
call_session_id?: string;
|
|
2698
|
+
/**
|
|
2699
|
+
* State received from a command.
|
|
2700
|
+
*/
|
|
2701
|
+
client_state?: string;
|
|
2702
|
+
/**
|
|
2703
|
+
* Conference ID that the participant joined.
|
|
2704
|
+
*/
|
|
2705
|
+
conference_id?: string;
|
|
2706
|
+
/**
|
|
2707
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2708
|
+
*/
|
|
2709
|
+
connection_id?: string;
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
}
|
|
2713
|
+
export interface ConferenceParticipantLeftWebhookEvent {
|
|
2714
|
+
data?: ConferenceParticipantLeftWebhookEvent.Data;
|
|
2715
|
+
}
|
|
2716
|
+
export declare namespace ConferenceParticipantLeftWebhookEvent {
|
|
2717
|
+
interface Data {
|
|
2718
|
+
/**
|
|
2719
|
+
* Identifies the type of resource.
|
|
2720
|
+
*/
|
|
2721
|
+
id?: string;
|
|
2722
|
+
/**
|
|
2723
|
+
* The type of event being delivered.
|
|
2724
|
+
*/
|
|
2725
|
+
event_type?: 'conference.participant.left';
|
|
2726
|
+
/**
|
|
2727
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2728
|
+
*/
|
|
2729
|
+
occurred_at?: string;
|
|
2730
|
+
payload?: Data.Payload;
|
|
2731
|
+
/**
|
|
2732
|
+
* Identifies the type of the resource.
|
|
2733
|
+
*/
|
|
2734
|
+
record_type?: 'event';
|
|
2735
|
+
}
|
|
2736
|
+
namespace Data {
|
|
2737
|
+
interface Payload {
|
|
2738
|
+
/**
|
|
2739
|
+
* Call ID used to issue commands via Call Control API.
|
|
2740
|
+
*/
|
|
2741
|
+
call_control_id?: string;
|
|
2742
|
+
/**
|
|
2743
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2744
|
+
*/
|
|
2745
|
+
call_leg_id?: string;
|
|
2746
|
+
/**
|
|
2747
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2748
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2749
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2750
|
+
*/
|
|
2751
|
+
call_session_id?: string;
|
|
2752
|
+
/**
|
|
2753
|
+
* State received from a command.
|
|
2754
|
+
*/
|
|
2755
|
+
client_state?: string;
|
|
2756
|
+
/**
|
|
2757
|
+
* Conference ID that the participant joined.
|
|
2758
|
+
*/
|
|
2759
|
+
conference_id?: string;
|
|
2760
|
+
/**
|
|
2761
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2762
|
+
*/
|
|
2763
|
+
connection_id?: string;
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
export interface ConferenceParticipantPlaybackEndedWebhookEvent {
|
|
2768
|
+
data?: ConferenceParticipantPlaybackEndedWebhookEvent.Data;
|
|
2769
|
+
}
|
|
2770
|
+
export declare namespace ConferenceParticipantPlaybackEndedWebhookEvent {
|
|
2771
|
+
interface Data {
|
|
2772
|
+
/**
|
|
2773
|
+
* Identifies the type of resource.
|
|
2774
|
+
*/
|
|
2775
|
+
id?: string;
|
|
2776
|
+
/**
|
|
2777
|
+
* The type of event being delivered.
|
|
2778
|
+
*/
|
|
2779
|
+
event_type?: 'conference.participant.playback.ended';
|
|
2780
|
+
payload?: Data.Payload;
|
|
2781
|
+
/**
|
|
2782
|
+
* Identifies the type of the resource.
|
|
2783
|
+
*/
|
|
2784
|
+
record_type?: 'event';
|
|
2785
|
+
}
|
|
2786
|
+
namespace Data {
|
|
2787
|
+
interface Payload {
|
|
2788
|
+
/**
|
|
2789
|
+
* Participant's call ID used to issue commands via Call Control API.
|
|
2790
|
+
*/
|
|
2791
|
+
call_control_id?: string;
|
|
2792
|
+
/**
|
|
2793
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2794
|
+
*/
|
|
2795
|
+
call_leg_id?: string;
|
|
2796
|
+
/**
|
|
2797
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2798
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2799
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2800
|
+
*/
|
|
2801
|
+
call_session_id?: string;
|
|
2802
|
+
/**
|
|
2803
|
+
* State received from a command.
|
|
2804
|
+
*/
|
|
2805
|
+
client_state?: string;
|
|
2806
|
+
/**
|
|
2807
|
+
* ID of the conference the text was spoken in.
|
|
2808
|
+
*/
|
|
2809
|
+
conference_id?: string;
|
|
2810
|
+
/**
|
|
2811
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2812
|
+
*/
|
|
2813
|
+
connection_id?: string;
|
|
2814
|
+
/**
|
|
2815
|
+
* ID that is unique to the call session that started the conference.
|
|
2816
|
+
*/
|
|
2817
|
+
creator_call_session_id?: string;
|
|
2818
|
+
/**
|
|
2819
|
+
* The name of the audio media file being played back, if media_name has been used
|
|
2820
|
+
* to start.
|
|
2821
|
+
*/
|
|
2822
|
+
media_name?: string;
|
|
2823
|
+
/**
|
|
2824
|
+
* The audio URL being played back, if audio_url has been used to start.
|
|
2825
|
+
*/
|
|
2826
|
+
media_url?: string;
|
|
2827
|
+
/**
|
|
2828
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2829
|
+
*/
|
|
2830
|
+
occurred_at?: string;
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
export interface ConferenceParticipantPlaybackStartedWebhookEvent {
|
|
2835
|
+
data?: ConferenceParticipantPlaybackStartedWebhookEvent.Data;
|
|
2836
|
+
}
|
|
2837
|
+
export declare namespace ConferenceParticipantPlaybackStartedWebhookEvent {
|
|
2838
|
+
interface Data {
|
|
2839
|
+
/**
|
|
2840
|
+
* Identifies the type of resource.
|
|
2841
|
+
*/
|
|
2842
|
+
id?: string;
|
|
2843
|
+
/**
|
|
2844
|
+
* The type of event being delivered.
|
|
2845
|
+
*/
|
|
2846
|
+
event_type?: 'conference.participant.playback.started';
|
|
2847
|
+
payload?: Data.Payload;
|
|
2848
|
+
/**
|
|
2849
|
+
* Identifies the type of the resource.
|
|
2850
|
+
*/
|
|
2851
|
+
record_type?: 'event';
|
|
2852
|
+
}
|
|
2853
|
+
namespace Data {
|
|
2854
|
+
interface Payload {
|
|
2855
|
+
/**
|
|
2856
|
+
* Participant's call ID used to issue commands via Call Control API.
|
|
2857
|
+
*/
|
|
2858
|
+
call_control_id?: string;
|
|
2859
|
+
/**
|
|
2860
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2861
|
+
*/
|
|
2862
|
+
call_leg_id?: string;
|
|
2863
|
+
/**
|
|
2864
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2865
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2866
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2867
|
+
*/
|
|
2868
|
+
call_session_id?: string;
|
|
2869
|
+
/**
|
|
2870
|
+
* State received from a command.
|
|
2871
|
+
*/
|
|
2872
|
+
client_state?: string;
|
|
2873
|
+
/**
|
|
2874
|
+
* ID of the conference the text was spoken in.
|
|
2875
|
+
*/
|
|
2876
|
+
conference_id?: string;
|
|
2877
|
+
/**
|
|
2878
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2879
|
+
*/
|
|
2880
|
+
connection_id?: string;
|
|
2881
|
+
/**
|
|
2882
|
+
* ID that is unique to the call session that started the conference.
|
|
2883
|
+
*/
|
|
2884
|
+
creator_call_session_id?: string;
|
|
2885
|
+
/**
|
|
2886
|
+
* The name of the audio media file being played back, if media_name has been used
|
|
2887
|
+
* to start.
|
|
2888
|
+
*/
|
|
2889
|
+
media_name?: string;
|
|
2890
|
+
/**
|
|
2891
|
+
* The audio URL being played back, if audio_url has been used to start.
|
|
2892
|
+
*/
|
|
2893
|
+
media_url?: string;
|
|
2894
|
+
/**
|
|
2895
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2896
|
+
*/
|
|
2897
|
+
occurred_at?: string;
|
|
2898
|
+
}
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
export interface ConferenceParticipantSpeakEndedWebhookEvent {
|
|
2902
|
+
data?: ConferenceParticipantSpeakEndedWebhookEvent.Data;
|
|
2903
|
+
}
|
|
2904
|
+
export declare namespace ConferenceParticipantSpeakEndedWebhookEvent {
|
|
2905
|
+
interface Data {
|
|
2906
|
+
/**
|
|
2907
|
+
* Identifies the type of resource.
|
|
2908
|
+
*/
|
|
2909
|
+
id?: string;
|
|
2910
|
+
/**
|
|
2911
|
+
* The type of event being delivered.
|
|
2912
|
+
*/
|
|
2913
|
+
event_type?: 'conference.participant.speak.ended';
|
|
2914
|
+
payload?: Data.Payload;
|
|
2915
|
+
/**
|
|
2916
|
+
* Identifies the type of the resource.
|
|
2917
|
+
*/
|
|
2918
|
+
record_type?: 'event';
|
|
2919
|
+
}
|
|
2920
|
+
namespace Data {
|
|
2921
|
+
interface Payload {
|
|
2922
|
+
/**
|
|
2923
|
+
* Participant's call ID used to issue commands via Call Control API.
|
|
2924
|
+
*/
|
|
2925
|
+
call_control_id?: string;
|
|
2926
|
+
/**
|
|
2927
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2928
|
+
*/
|
|
2929
|
+
call_leg_id?: string;
|
|
2930
|
+
/**
|
|
2931
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2932
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2933
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2934
|
+
*/
|
|
2935
|
+
call_session_id?: string;
|
|
2936
|
+
/**
|
|
2937
|
+
* State received from a command.
|
|
2938
|
+
*/
|
|
2939
|
+
client_state?: string;
|
|
2940
|
+
/**
|
|
2941
|
+
* ID of the conference the text was spoken in.
|
|
2942
|
+
*/
|
|
2943
|
+
conference_id?: string;
|
|
2944
|
+
/**
|
|
2945
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
2946
|
+
*/
|
|
2947
|
+
connection_id?: string;
|
|
2948
|
+
/**
|
|
2949
|
+
* ID that is unique to the call session that started the conference.
|
|
2950
|
+
*/
|
|
2951
|
+
creator_call_session_id?: string;
|
|
2952
|
+
/**
|
|
2953
|
+
* ISO 8601 datetime of when the event occurred.
|
|
2954
|
+
*/
|
|
2955
|
+
occurred_at?: string;
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
}
|
|
2959
|
+
export interface ConferenceParticipantSpeakStartedWebhookEvent {
|
|
2960
|
+
data?: ConferenceParticipantSpeakStartedWebhookEvent.Data;
|
|
2961
|
+
}
|
|
2962
|
+
export declare namespace ConferenceParticipantSpeakStartedWebhookEvent {
|
|
2963
|
+
interface Data {
|
|
2964
|
+
/**
|
|
2965
|
+
* Identifies the type of resource.
|
|
2966
|
+
*/
|
|
2967
|
+
id?: string;
|
|
2968
|
+
/**
|
|
2969
|
+
* The type of event being delivered.
|
|
2970
|
+
*/
|
|
2971
|
+
event_type?: 'conference.participant.speak.started';
|
|
2972
|
+
payload?: Data.Payload;
|
|
2973
|
+
/**
|
|
2974
|
+
* Identifies the type of the resource.
|
|
2975
|
+
*/
|
|
2976
|
+
record_type?: 'event';
|
|
2977
|
+
}
|
|
2978
|
+
namespace Data {
|
|
2979
|
+
interface Payload {
|
|
2980
|
+
/**
|
|
2981
|
+
* Participant's call ID used to issue commands via Call Control API.
|
|
2982
|
+
*/
|
|
2983
|
+
call_control_id?: string;
|
|
2984
|
+
/**
|
|
2985
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
2986
|
+
*/
|
|
2987
|
+
call_leg_id?: string;
|
|
2988
|
+
/**
|
|
2989
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
2990
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
2991
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
2992
|
+
*/
|
|
2993
|
+
call_session_id?: string;
|
|
2994
|
+
/**
|
|
2995
|
+
* State received from a command.
|
|
2996
|
+
*/
|
|
2997
|
+
client_state?: string;
|
|
2998
|
+
/**
|
|
2999
|
+
* ID of the conference the text was spoken in.
|
|
3000
|
+
*/
|
|
3001
|
+
conference_id?: string;
|
|
3002
|
+
/**
|
|
3003
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
3004
|
+
*/
|
|
3005
|
+
connection_id?: string;
|
|
3006
|
+
/**
|
|
3007
|
+
* ID that is unique to the call session that started the conference.
|
|
3008
|
+
*/
|
|
3009
|
+
creator_call_session_id?: string;
|
|
3010
|
+
/**
|
|
3011
|
+
* ISO 8601 datetime of when the event occurred.
|
|
3012
|
+
*/
|
|
3013
|
+
occurred_at?: string;
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
export interface ConferencePlaybackEndedWebhookEvent {
|
|
3018
|
+
data?: ConferencePlaybackEndedWebhookEvent.Data;
|
|
3019
|
+
}
|
|
3020
|
+
export declare namespace ConferencePlaybackEndedWebhookEvent {
|
|
3021
|
+
interface Data {
|
|
3022
|
+
/**
|
|
3023
|
+
* Identifies the type of resource.
|
|
3024
|
+
*/
|
|
3025
|
+
id?: string;
|
|
3026
|
+
/**
|
|
3027
|
+
* The type of event being delivered.
|
|
3028
|
+
*/
|
|
3029
|
+
event_type?: 'conference.playback.ended';
|
|
3030
|
+
payload?: Data.Payload;
|
|
3031
|
+
/**
|
|
3032
|
+
* Identifies the type of the resource.
|
|
3033
|
+
*/
|
|
3034
|
+
record_type?: 'event';
|
|
3035
|
+
}
|
|
3036
|
+
namespace Data {
|
|
3037
|
+
interface Payload {
|
|
3038
|
+
/**
|
|
3039
|
+
* ID of the conference the text was spoken in.
|
|
3040
|
+
*/
|
|
3041
|
+
conference_id?: string;
|
|
3042
|
+
/**
|
|
3043
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
3044
|
+
*/
|
|
3045
|
+
connection_id?: string;
|
|
3046
|
+
/**
|
|
3047
|
+
* ID that is unique to the call session that started the conference.
|
|
3048
|
+
*/
|
|
3049
|
+
creator_call_session_id?: string;
|
|
3050
|
+
/**
|
|
3051
|
+
* The name of the audio media file being played back, if media_name has been used
|
|
3052
|
+
* to start.
|
|
3053
|
+
*/
|
|
3054
|
+
media_name?: string;
|
|
3055
|
+
/**
|
|
3056
|
+
* The audio URL being played back, if audio_url has been used to start.
|
|
3057
|
+
*/
|
|
3058
|
+
media_url?: string;
|
|
3059
|
+
/**
|
|
3060
|
+
* ISO 8601 datetime of when the event occurred.
|
|
3061
|
+
*/
|
|
3062
|
+
occurred_at?: string;
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
3066
|
+
export interface ConferencePlaybackStartedWebhookEvent {
|
|
3067
|
+
data?: ConferencePlaybackStartedWebhookEvent.Data;
|
|
3068
|
+
}
|
|
3069
|
+
export declare namespace ConferencePlaybackStartedWebhookEvent {
|
|
3070
|
+
interface Data {
|
|
3071
|
+
/**
|
|
3072
|
+
* Identifies the type of resource.
|
|
3073
|
+
*/
|
|
3074
|
+
id?: string;
|
|
3075
|
+
/**
|
|
3076
|
+
* The type of event being delivered.
|
|
3077
|
+
*/
|
|
3078
|
+
event_type?: 'conference.playback.started';
|
|
3079
|
+
payload?: Data.Payload;
|
|
3080
|
+
/**
|
|
3081
|
+
* Identifies the type of the resource.
|
|
3082
|
+
*/
|
|
3083
|
+
record_type?: 'event';
|
|
3084
|
+
}
|
|
3085
|
+
namespace Data {
|
|
3086
|
+
interface Payload {
|
|
3087
|
+
/**
|
|
3088
|
+
* ID of the conference the text was spoken in.
|
|
3089
|
+
*/
|
|
3090
|
+
conference_id?: string;
|
|
3091
|
+
/**
|
|
3092
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
3093
|
+
*/
|
|
3094
|
+
connection_id?: string;
|
|
3095
|
+
/**
|
|
3096
|
+
* ID that is unique to the call session that started the conference.
|
|
3097
|
+
*/
|
|
3098
|
+
creator_call_session_id?: string;
|
|
3099
|
+
/**
|
|
3100
|
+
* The name of the audio media file being played back, if media_name has been used
|
|
3101
|
+
* to start.
|
|
3102
|
+
*/
|
|
3103
|
+
media_name?: string;
|
|
3104
|
+
/**
|
|
3105
|
+
* The audio URL being played back, if audio_url has been used to start.
|
|
3106
|
+
*/
|
|
3107
|
+
media_url?: string;
|
|
3108
|
+
/**
|
|
3109
|
+
* ISO 8601 datetime of when the event occurred.
|
|
3110
|
+
*/
|
|
3111
|
+
occurred_at?: string;
|
|
3112
|
+
}
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
export interface ConferenceRecordingSavedWebhookEvent {
|
|
3116
|
+
data?: ConferenceRecordingSavedWebhookEvent.Data;
|
|
3117
|
+
}
|
|
3118
|
+
export declare namespace ConferenceRecordingSavedWebhookEvent {
|
|
3119
|
+
interface Data {
|
|
3120
|
+
/**
|
|
3121
|
+
* Identifies the type of resource.
|
|
3122
|
+
*/
|
|
3123
|
+
id?: string;
|
|
3124
|
+
/**
|
|
3125
|
+
* The type of event being delivered.
|
|
3126
|
+
*/
|
|
3127
|
+
event_type?: 'conference.recording.saved';
|
|
3128
|
+
payload?: Data.Payload;
|
|
3129
|
+
/**
|
|
3130
|
+
* Identifies the type of the resource.
|
|
3131
|
+
*/
|
|
3132
|
+
record_type?: 'event';
|
|
3133
|
+
}
|
|
3134
|
+
namespace Data {
|
|
3135
|
+
interface Payload {
|
|
3136
|
+
/**
|
|
3137
|
+
* Participant's call ID used to issue commands via Call Control API.
|
|
3138
|
+
*/
|
|
3139
|
+
call_control_id?: string;
|
|
3140
|
+
/**
|
|
3141
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
3142
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
3143
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
3144
|
+
*/
|
|
3145
|
+
call_session_id?: string;
|
|
3146
|
+
/**
|
|
3147
|
+
* Whether recording was recorded in `single` or `dual` channel.
|
|
3148
|
+
*/
|
|
3149
|
+
channels?: 'single' | 'dual';
|
|
3150
|
+
/**
|
|
3151
|
+
* State received from a command.
|
|
3152
|
+
*/
|
|
3153
|
+
client_state?: string;
|
|
3154
|
+
/**
|
|
3155
|
+
* ID of the conference that is being recorded.
|
|
3156
|
+
*/
|
|
3157
|
+
conference_id?: string;
|
|
3158
|
+
/**
|
|
3159
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
3160
|
+
*/
|
|
3161
|
+
connection_id?: string;
|
|
3162
|
+
/**
|
|
3163
|
+
* The audio file format used when storing the call recording. Can be either `mp3`
|
|
3164
|
+
* or `wav`.
|
|
3165
|
+
*/
|
|
3166
|
+
format?: 'wav' | 'mp3';
|
|
3167
|
+
/**
|
|
3168
|
+
* Recording URLs in requested format. The URL is valid for as long as the file
|
|
3169
|
+
* exists. For security purposes, this feature is activated on a per request basis.
|
|
3170
|
+
* Please contact customer support with your Account ID to request activation.
|
|
3171
|
+
*/
|
|
3172
|
+
public_recording_urls?: Payload.PublicRecordingURLs;
|
|
3173
|
+
/**
|
|
3174
|
+
* ISO 8601 datetime of when recording ended.
|
|
3175
|
+
*/
|
|
3176
|
+
recording_ended_at?: string;
|
|
3177
|
+
/**
|
|
3178
|
+
* ID of the conference recording.
|
|
3179
|
+
*/
|
|
3180
|
+
recording_id?: string;
|
|
3181
|
+
/**
|
|
3182
|
+
* ISO 8601 datetime of when recording started.
|
|
3183
|
+
*/
|
|
3184
|
+
recording_started_at?: string;
|
|
3185
|
+
/**
|
|
3186
|
+
* Recording URLs in requested format. These URLs are valid for 10 minutes. After
|
|
3187
|
+
* 10 minutes, you may retrieve recordings via API using Reports -> Call Recordings
|
|
3188
|
+
* documentation, or via Mission Control under Reporting -> Recordings.
|
|
3189
|
+
*/
|
|
3190
|
+
recording_urls?: Payload.RecordingURLs;
|
|
3191
|
+
}
|
|
3192
|
+
namespace Payload {
|
|
3193
|
+
/**
|
|
3194
|
+
* Recording URLs in requested format. The URL is valid for as long as the file
|
|
3195
|
+
* exists. For security purposes, this feature is activated on a per request basis.
|
|
3196
|
+
* Please contact customer support with your Account ID to request activation.
|
|
3197
|
+
*/
|
|
3198
|
+
interface PublicRecordingURLs {
|
|
3199
|
+
/**
|
|
3200
|
+
* Recording URL in requested `mp3` format.
|
|
3201
|
+
*/
|
|
3202
|
+
mp3?: string | null;
|
|
3203
|
+
/**
|
|
3204
|
+
* Recording URL in requested `wav` format.
|
|
3205
|
+
*/
|
|
3206
|
+
wav?: string | null;
|
|
3207
|
+
}
|
|
3208
|
+
/**
|
|
3209
|
+
* Recording URLs in requested format. These URLs are valid for 10 minutes. After
|
|
3210
|
+
* 10 minutes, you may retrieve recordings via API using Reports -> Call Recordings
|
|
3211
|
+
* documentation, or via Mission Control under Reporting -> Recordings.
|
|
3212
|
+
*/
|
|
3213
|
+
interface RecordingURLs {
|
|
3214
|
+
/**
|
|
3215
|
+
* Recording URL in requested `mp3` format.
|
|
3216
|
+
*/
|
|
3217
|
+
mp3?: string | null;
|
|
3218
|
+
/**
|
|
3219
|
+
* Recording URL in requested `wav` format.
|
|
3220
|
+
*/
|
|
3221
|
+
wav?: string | null;
|
|
3222
|
+
}
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
3226
|
+
export interface ConferenceSpeakEndedWebhookEvent {
|
|
3227
|
+
data?: ConferenceSpeakEndedWebhookEvent.Data;
|
|
3228
|
+
}
|
|
3229
|
+
export declare namespace ConferenceSpeakEndedWebhookEvent {
|
|
3230
|
+
interface Data {
|
|
3231
|
+
/**
|
|
3232
|
+
* Identifies the type of resource.
|
|
3233
|
+
*/
|
|
3234
|
+
id?: string;
|
|
3235
|
+
/**
|
|
3236
|
+
* The type of event being delivered.
|
|
3237
|
+
*/
|
|
3238
|
+
event_type?: 'conference.speak.ended';
|
|
3239
|
+
payload?: Data.Payload;
|
|
3240
|
+
/**
|
|
3241
|
+
* Identifies the type of the resource.
|
|
3242
|
+
*/
|
|
3243
|
+
record_type?: 'event';
|
|
3244
|
+
}
|
|
3245
|
+
namespace Data {
|
|
3246
|
+
interface Payload {
|
|
3247
|
+
/**
|
|
3248
|
+
* ID of the conference the text was spoken in.
|
|
3249
|
+
*/
|
|
3250
|
+
conference_id?: string;
|
|
3251
|
+
/**
|
|
3252
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
3253
|
+
*/
|
|
3254
|
+
connection_id?: string;
|
|
3255
|
+
/**
|
|
3256
|
+
* ID that is unique to the call session that started the conference.
|
|
3257
|
+
*/
|
|
3258
|
+
creator_call_session_id?: string;
|
|
3259
|
+
/**
|
|
3260
|
+
* ISO 8601 datetime of when the event occurred.
|
|
3261
|
+
*/
|
|
3262
|
+
occurred_at?: string;
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
}
|
|
3266
|
+
export interface ConferenceSpeakStartedWebhookEvent {
|
|
3267
|
+
data?: ConferenceSpeakStartedWebhookEvent.Data;
|
|
3268
|
+
}
|
|
3269
|
+
export declare namespace ConferenceSpeakStartedWebhookEvent {
|
|
3270
|
+
interface Data {
|
|
3271
|
+
/**
|
|
3272
|
+
* Identifies the type of resource.
|
|
3273
|
+
*/
|
|
3274
|
+
id?: string;
|
|
3275
|
+
/**
|
|
3276
|
+
* The type of event being delivered.
|
|
3277
|
+
*/
|
|
3278
|
+
event_type?: 'conference.speak.started';
|
|
3279
|
+
payload?: Data.Payload;
|
|
3280
|
+
/**
|
|
3281
|
+
* Identifies the type of the resource.
|
|
3282
|
+
*/
|
|
3283
|
+
record_type?: 'event';
|
|
3284
|
+
}
|
|
3285
|
+
namespace Data {
|
|
3286
|
+
interface Payload {
|
|
3287
|
+
/**
|
|
3288
|
+
* ID of the conference the text was spoken in.
|
|
3289
|
+
*/
|
|
3290
|
+
conference_id?: string;
|
|
3291
|
+
/**
|
|
3292
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
3293
|
+
*/
|
|
3294
|
+
connection_id?: string;
|
|
3295
|
+
/**
|
|
3296
|
+
* ID that is unique to the call session that started the conference.
|
|
3297
|
+
*/
|
|
3298
|
+
creator_call_session_id?: string;
|
|
3299
|
+
/**
|
|
3300
|
+
* ISO 8601 datetime of when the event occurred.
|
|
3301
|
+
*/
|
|
3302
|
+
occurred_at?: string;
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
export interface DeliveryUpdateWebhookEvent {
|
|
3307
|
+
data?: DeliveryUpdateWebhookEvent.Data;
|
|
3308
|
+
meta?: DeliveryUpdateWebhookEvent.Meta;
|
|
3309
|
+
}
|
|
3310
|
+
export declare namespace DeliveryUpdateWebhookEvent {
|
|
3311
|
+
interface Data {
|
|
3312
|
+
/**
|
|
3313
|
+
* Identifies the type of resource.
|
|
3314
|
+
*/
|
|
3315
|
+
id?: string;
|
|
3316
|
+
/**
|
|
3317
|
+
* The type of event being delivered.
|
|
3318
|
+
*/
|
|
3319
|
+
event_type?: 'message.sent' | 'message.finalized';
|
|
3320
|
+
/**
|
|
3321
|
+
* ISO 8601 formatted date indicating when the resource was created.
|
|
3322
|
+
*/
|
|
3323
|
+
occurred_at?: string;
|
|
3324
|
+
payload?: MessagesAPI.OutboundMessagePayload;
|
|
3325
|
+
/**
|
|
3326
|
+
* Identifies the type of the resource.
|
|
3327
|
+
*/
|
|
3328
|
+
record_type?: 'event';
|
|
3329
|
+
}
|
|
3330
|
+
interface Meta {
|
|
3331
|
+
/**
|
|
3332
|
+
* Number of attempts to deliver the webhook event.
|
|
3333
|
+
*/
|
|
3334
|
+
attempt?: number;
|
|
3335
|
+
/**
|
|
3336
|
+
* The webhook URL the event was delivered to.
|
|
3337
|
+
*/
|
|
3338
|
+
delivered_to?: string;
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
export interface FaxDeliveredWebhookEvent {
|
|
3342
|
+
/**
|
|
3343
|
+
* Identifies the type of resource.
|
|
3344
|
+
*/
|
|
3345
|
+
id?: string;
|
|
3346
|
+
/**
|
|
3347
|
+
* The type of event being delivered.
|
|
3348
|
+
*/
|
|
3349
|
+
event_type?: 'fax.delivered';
|
|
3350
|
+
payload?: FaxDeliveredWebhookEvent.Payload;
|
|
3351
|
+
/**
|
|
3352
|
+
* Identifies the type of the resource.
|
|
3353
|
+
*/
|
|
3354
|
+
record_type?: 'event';
|
|
3355
|
+
}
|
|
3356
|
+
export declare namespace FaxDeliveredWebhookEvent {
|
|
3357
|
+
interface Payload {
|
|
3358
|
+
/**
|
|
3359
|
+
* The duration of the call in seconds.
|
|
3360
|
+
*/
|
|
3361
|
+
call_duration_secs?: number;
|
|
3362
|
+
/**
|
|
3363
|
+
* State received from a command.
|
|
3364
|
+
*/
|
|
3365
|
+
client_state?: string;
|
|
3366
|
+
/**
|
|
3367
|
+
* The ID of the connection used to send the fax.
|
|
3368
|
+
*/
|
|
3369
|
+
connection_id?: string;
|
|
3370
|
+
/**
|
|
3371
|
+
* The direction of the fax.
|
|
3372
|
+
*/
|
|
3373
|
+
direction?: 'inbound' | 'outbound';
|
|
3374
|
+
/**
|
|
3375
|
+
* Identifies the fax.
|
|
3376
|
+
*/
|
|
3377
|
+
fax_id?: string;
|
|
3378
|
+
/**
|
|
3379
|
+
* The phone number, in E.164 format, the fax will be sent from.
|
|
3380
|
+
*/
|
|
3381
|
+
from?: string;
|
|
3382
|
+
/**
|
|
3383
|
+
* The media_name used for the fax's media. Must point to a file previously
|
|
3384
|
+
* uploaded to api.telnyx.com/v2/media by the same user/organization. media_name
|
|
3385
|
+
* and media_url/contents can't be submitted together.
|
|
3386
|
+
*/
|
|
3387
|
+
media_name?: string;
|
|
3388
|
+
/**
|
|
3389
|
+
* The original URL to the PDF used for the fax's media. If media_name was
|
|
3390
|
+
* supplied, this is omitted
|
|
3391
|
+
*/
|
|
3392
|
+
original_media_url?: string;
|
|
3393
|
+
/**
|
|
3394
|
+
* Number of transferred pages
|
|
3395
|
+
*/
|
|
3396
|
+
page_count?: number;
|
|
3397
|
+
/**
|
|
3398
|
+
* The status of the fax.
|
|
3399
|
+
*/
|
|
3400
|
+
status?: 'delivered';
|
|
3401
|
+
/**
|
|
3402
|
+
* The phone number, in E.164 format, the fax will be sent to or SIP URI
|
|
3403
|
+
*/
|
|
3404
|
+
to?: string;
|
|
3405
|
+
/**
|
|
3406
|
+
* Identifier of the user to whom the fax belongs
|
|
3407
|
+
*/
|
|
3408
|
+
user_id?: string;
|
|
3409
|
+
}
|
|
3410
|
+
}
|
|
3411
|
+
export interface FaxFailedWebhookEvent {
|
|
3412
|
+
/**
|
|
3413
|
+
* Identifies the type of resource.
|
|
3414
|
+
*/
|
|
3415
|
+
id?: string;
|
|
3416
|
+
/**
|
|
3417
|
+
* The type of event being delivered.
|
|
3418
|
+
*/
|
|
3419
|
+
event_type?: 'fax.failed';
|
|
3420
|
+
payload?: FaxFailedWebhookEvent.Payload;
|
|
3421
|
+
/**
|
|
3422
|
+
* Identifies the type of the resource.
|
|
3423
|
+
*/
|
|
3424
|
+
record_type?: 'event';
|
|
3425
|
+
}
|
|
3426
|
+
export declare namespace FaxFailedWebhookEvent {
|
|
3427
|
+
interface Payload {
|
|
3428
|
+
/**
|
|
3429
|
+
* State received from a command.
|
|
3430
|
+
*/
|
|
3431
|
+
client_state?: string;
|
|
3432
|
+
/**
|
|
3433
|
+
* The ID of the connection used to send the fax.
|
|
3434
|
+
*/
|
|
3435
|
+
connection_id?: string;
|
|
3436
|
+
/**
|
|
3437
|
+
* The direction of the fax.
|
|
3438
|
+
*/
|
|
3439
|
+
direction?: 'inbound' | 'outbound';
|
|
3440
|
+
/**
|
|
3441
|
+
* Cause of the sending failure
|
|
3442
|
+
*/
|
|
3443
|
+
failure_reason?: 'rejected';
|
|
3444
|
+
/**
|
|
3445
|
+
* Identifies the fax.
|
|
3446
|
+
*/
|
|
3447
|
+
fax_id?: string;
|
|
3448
|
+
/**
|
|
3449
|
+
* The phone number, in E.164 format, the fax will be sent from.
|
|
3450
|
+
*/
|
|
3451
|
+
from?: string;
|
|
3452
|
+
/**
|
|
3453
|
+
* The media_name used for the fax's media. Must point to a file previously
|
|
3454
|
+
* uploaded to api.telnyx.com/v2/media by the same user/organization. media_name
|
|
3455
|
+
* and media_url/contents can't be submitted together.
|
|
3456
|
+
*/
|
|
3457
|
+
media_name?: string;
|
|
3458
|
+
/**
|
|
3459
|
+
* The original URL to the PDF used for the fax's media. If media_name was
|
|
3460
|
+
* supplied, this is omitted
|
|
3461
|
+
*/
|
|
3462
|
+
original_media_url?: string;
|
|
3463
|
+
/**
|
|
3464
|
+
* The status of the fax.
|
|
3465
|
+
*/
|
|
3466
|
+
status?: 'failed';
|
|
3467
|
+
/**
|
|
3468
|
+
* The phone number, in E.164 format, the fax will be sent to or SIP URI
|
|
3469
|
+
*/
|
|
3470
|
+
to?: string;
|
|
3471
|
+
/**
|
|
3472
|
+
* Identifier of the user to whom the fax belongs
|
|
3473
|
+
*/
|
|
3474
|
+
user_id?: string;
|
|
3475
|
+
}
|
|
3476
|
+
}
|
|
3477
|
+
export interface FaxMediaProcessedWebhookEvent {
|
|
3478
|
+
/**
|
|
3479
|
+
* Identifies the type of resource.
|
|
3480
|
+
*/
|
|
3481
|
+
id?: string;
|
|
3482
|
+
/**
|
|
3483
|
+
* The type of event being delivered.
|
|
3484
|
+
*/
|
|
3485
|
+
event_type?: 'fax.media.processed';
|
|
3486
|
+
payload?: FaxMediaProcessedWebhookEvent.Payload;
|
|
3487
|
+
/**
|
|
3488
|
+
* Identifies the type of the resource.
|
|
3489
|
+
*/
|
|
3490
|
+
record_type?: 'event';
|
|
3491
|
+
}
|
|
3492
|
+
export declare namespace FaxMediaProcessedWebhookEvent {
|
|
3493
|
+
interface Payload {
|
|
3494
|
+
/**
|
|
3495
|
+
* State received from a command.
|
|
3496
|
+
*/
|
|
3497
|
+
client_state?: string;
|
|
3498
|
+
/**
|
|
3499
|
+
* The ID of the connection used to send the fax.
|
|
3500
|
+
*/
|
|
3501
|
+
connection_id?: string;
|
|
3502
|
+
/**
|
|
3503
|
+
* The direction of the fax.
|
|
3504
|
+
*/
|
|
3505
|
+
direction?: 'inbound' | 'outbound';
|
|
3506
|
+
/**
|
|
3507
|
+
* Identifies the fax.
|
|
3508
|
+
*/
|
|
3509
|
+
fax_id?: string;
|
|
3510
|
+
/**
|
|
3511
|
+
* The phone number, in E.164 format, the fax will be sent from.
|
|
3512
|
+
*/
|
|
3513
|
+
from?: string;
|
|
3514
|
+
/**
|
|
3515
|
+
* The media_name used for the fax's media. Must point to a file previously
|
|
3516
|
+
* uploaded to api.telnyx.com/v2/media by the same user/organization. media_name
|
|
3517
|
+
* and media_url/contents can't be submitted together.
|
|
3518
|
+
*/
|
|
3519
|
+
media_name?: string;
|
|
3520
|
+
/**
|
|
3521
|
+
* The original URL to the PDF used for the fax's media. If media_name was
|
|
3522
|
+
* supplied, this is omitted
|
|
3523
|
+
*/
|
|
3524
|
+
original_media_url?: string;
|
|
3525
|
+
/**
|
|
3526
|
+
* The status of the fax.
|
|
3527
|
+
*/
|
|
3528
|
+
status?: 'media.processed';
|
|
3529
|
+
/**
|
|
3530
|
+
* The phone number, in E.164 format, the fax will be sent to or SIP URI
|
|
3531
|
+
*/
|
|
3532
|
+
to?: string;
|
|
3533
|
+
/**
|
|
3534
|
+
* Identifier of the user to whom the fax belongs
|
|
3535
|
+
*/
|
|
3536
|
+
user_id?: string;
|
|
3537
|
+
}
|
|
3538
|
+
}
|
|
3539
|
+
export interface FaxQueuedWebhookEvent {
|
|
3540
|
+
/**
|
|
3541
|
+
* Identifies the type of resource.
|
|
3542
|
+
*/
|
|
3543
|
+
id?: string;
|
|
3544
|
+
/**
|
|
3545
|
+
* The type of event being delivered.
|
|
3546
|
+
*/
|
|
3547
|
+
event_type?: 'fax.queued';
|
|
3548
|
+
payload?: FaxQueuedWebhookEvent.Payload;
|
|
3549
|
+
/**
|
|
3550
|
+
* Identifies the type of the resource.
|
|
3551
|
+
*/
|
|
3552
|
+
record_type?: 'event';
|
|
3553
|
+
}
|
|
3554
|
+
export declare namespace FaxQueuedWebhookEvent {
|
|
3555
|
+
interface Payload {
|
|
3556
|
+
/**
|
|
3557
|
+
* State received from a command.
|
|
3558
|
+
*/
|
|
3559
|
+
client_state?: string;
|
|
3560
|
+
/**
|
|
3561
|
+
* The ID of the connection used to send the fax.
|
|
3562
|
+
*/
|
|
3563
|
+
connection_id?: string;
|
|
3564
|
+
/**
|
|
3565
|
+
* The direction of the fax.
|
|
3566
|
+
*/
|
|
3567
|
+
direction?: 'inbound' | 'outbound';
|
|
3568
|
+
/**
|
|
3569
|
+
* Identifies the fax.
|
|
3570
|
+
*/
|
|
3571
|
+
fax_id?: string;
|
|
3572
|
+
/**
|
|
3573
|
+
* The phone number, in E.164 format, the fax will be sent from.
|
|
3574
|
+
*/
|
|
3575
|
+
from?: string;
|
|
3576
|
+
/**
|
|
3577
|
+
* The media_name used for the fax's media. Must point to a file previously
|
|
3578
|
+
* uploaded to api.telnyx.com/v2/media by the same user/organization. media_name
|
|
3579
|
+
* and media_url/contents can't be submitted together.
|
|
3580
|
+
*/
|
|
3581
|
+
media_name?: string;
|
|
3582
|
+
/**
|
|
3583
|
+
* The original URL to the PDF used for the fax's media. If media_name was
|
|
3584
|
+
* supplied, this is omitted
|
|
3585
|
+
*/
|
|
3586
|
+
original_media_url?: string;
|
|
3587
|
+
/**
|
|
3588
|
+
* The status of the fax.
|
|
3589
|
+
*/
|
|
3590
|
+
status?: 'queued';
|
|
3591
|
+
/**
|
|
3592
|
+
* The phone number, in E.164 format, the fax will be sent to or SIP URI
|
|
3593
|
+
*/
|
|
3594
|
+
to?: string;
|
|
3595
|
+
/**
|
|
3596
|
+
* Identifier of the user to whom the fax belongs
|
|
3597
|
+
*/
|
|
3598
|
+
user_id?: string;
|
|
3599
|
+
}
|
|
3600
|
+
}
|
|
3601
|
+
export interface FaxSendingStartedWebhookEvent {
|
|
3602
|
+
/**
|
|
3603
|
+
* Identifies the type of resource.
|
|
3604
|
+
*/
|
|
3605
|
+
id?: string;
|
|
3606
|
+
/**
|
|
3607
|
+
* The type of event being delivered.
|
|
3608
|
+
*/
|
|
3609
|
+
event_type?: 'fax.sending.started';
|
|
3610
|
+
payload?: FaxSendingStartedWebhookEvent.Payload;
|
|
3611
|
+
/**
|
|
3612
|
+
* Identifies the type of the resource.
|
|
3613
|
+
*/
|
|
3614
|
+
record_type?: 'event';
|
|
3615
|
+
}
|
|
3616
|
+
export declare namespace FaxSendingStartedWebhookEvent {
|
|
3617
|
+
interface Payload {
|
|
3618
|
+
/**
|
|
3619
|
+
* State received from a command.
|
|
3620
|
+
*/
|
|
3621
|
+
client_state?: string;
|
|
3622
|
+
/**
|
|
3623
|
+
* The ID of the connection used to send the fax.
|
|
3624
|
+
*/
|
|
3625
|
+
connection_id?: string;
|
|
3626
|
+
/**
|
|
3627
|
+
* The direction of the fax.
|
|
3628
|
+
*/
|
|
3629
|
+
direction?: 'inbound' | 'outbound';
|
|
3630
|
+
/**
|
|
3631
|
+
* Identifies the fax.
|
|
3632
|
+
*/
|
|
3633
|
+
fax_id?: string;
|
|
3634
|
+
/**
|
|
3635
|
+
* The phone number, in E.164 format, the fax will be sent from.
|
|
3636
|
+
*/
|
|
3637
|
+
from?: string;
|
|
3638
|
+
/**
|
|
3639
|
+
* The media_name used for the fax's media. Must point to a file previously
|
|
3640
|
+
* uploaded to api.telnyx.com/v2/media by the same user/organization. media_name
|
|
3641
|
+
* and media_url/contents can't be submitted together.
|
|
3642
|
+
*/
|
|
3643
|
+
media_name?: string;
|
|
3644
|
+
/**
|
|
3645
|
+
* The original URL to the PDF used for the fax's media. If media_name was
|
|
3646
|
+
* supplied, this is omitted
|
|
3647
|
+
*/
|
|
3648
|
+
original_media_url?: string;
|
|
3649
|
+
/**
|
|
3650
|
+
* The status of the fax.
|
|
3651
|
+
*/
|
|
3652
|
+
status?: 'sending';
|
|
3653
|
+
/**
|
|
3654
|
+
* The phone number, in E.164 format, the fax will be sent to or SIP URI
|
|
3655
|
+
*/
|
|
3656
|
+
to?: string;
|
|
3657
|
+
/**
|
|
3658
|
+
* Identifier of the user to whom the fax belongs
|
|
3659
|
+
*/
|
|
3660
|
+
user_id?: string;
|
|
3661
|
+
}
|
|
3662
|
+
}
|
|
3663
|
+
export interface InboundMessageWebhookEvent {
|
|
3664
|
+
data?: InboundMessageWebhookEvent.Data;
|
|
3665
|
+
}
|
|
3666
|
+
export declare namespace InboundMessageWebhookEvent {
|
|
3667
|
+
interface Data {
|
|
3668
|
+
/**
|
|
3669
|
+
* Identifies the type of resource.
|
|
3670
|
+
*/
|
|
3671
|
+
id?: string;
|
|
3672
|
+
/**
|
|
3673
|
+
* The type of event being delivered.
|
|
3674
|
+
*/
|
|
3675
|
+
event_type?: 'message.received';
|
|
3676
|
+
/**
|
|
3677
|
+
* ISO 8601 formatted date indicating when the resource was created.
|
|
3678
|
+
*/
|
|
3679
|
+
occurred_at?: string;
|
|
3680
|
+
payload?: Data.Payload;
|
|
3681
|
+
/**
|
|
3682
|
+
* Identifies the type of the resource.
|
|
3683
|
+
*/
|
|
3684
|
+
record_type?: 'event';
|
|
3685
|
+
}
|
|
3686
|
+
namespace Data {
|
|
3687
|
+
interface Payload {
|
|
3688
|
+
/**
|
|
3689
|
+
* Identifies the type of resource.
|
|
3690
|
+
*/
|
|
3691
|
+
id?: string;
|
|
3692
|
+
cc?: Array<Payload.Cc>;
|
|
3693
|
+
/**
|
|
3694
|
+
* Not used for inbound messages.
|
|
3695
|
+
*/
|
|
3696
|
+
completed_at?: string | null;
|
|
3697
|
+
cost?: Payload.Cost | null;
|
|
3698
|
+
/**
|
|
3699
|
+
* Detailed breakdown of the message cost components.
|
|
3700
|
+
*/
|
|
3701
|
+
cost_breakdown?: Payload.CostBreakdown | null;
|
|
3702
|
+
/**
|
|
3703
|
+
* The direction of the message. Inbound messages are sent to you whereas outbound
|
|
3704
|
+
* messages are sent from you.
|
|
3705
|
+
*/
|
|
3706
|
+
direction?: 'inbound';
|
|
3707
|
+
/**
|
|
3708
|
+
* Encoding scheme used for the message body.
|
|
3709
|
+
*/
|
|
3710
|
+
encoding?: string;
|
|
3711
|
+
/**
|
|
3712
|
+
* These errors may point at addressees when referring to unsuccessful/unconfirmed
|
|
3713
|
+
* delivery statuses.
|
|
3714
|
+
*/
|
|
3715
|
+
errors?: Array<MessagesAPI.MessagingError>;
|
|
3716
|
+
from?: Payload.From;
|
|
3717
|
+
media?: Array<Payload.Media>;
|
|
3718
|
+
/**
|
|
3719
|
+
* Unique identifier for a messaging profile.
|
|
3720
|
+
*/
|
|
3721
|
+
messaging_profile_id?: string;
|
|
3722
|
+
/**
|
|
3723
|
+
* Number of parts into which the message's body must be split.
|
|
3724
|
+
*/
|
|
3725
|
+
parts?: number;
|
|
3726
|
+
/**
|
|
3727
|
+
* ISO 8601 formatted date indicating when the message request was received.
|
|
3728
|
+
*/
|
|
3729
|
+
received_at?: string;
|
|
3730
|
+
/**
|
|
3731
|
+
* Identifies the type of the resource.
|
|
3732
|
+
*/
|
|
3733
|
+
record_type?: 'message';
|
|
3734
|
+
/**
|
|
3735
|
+
* Not used for inbound messages.
|
|
3736
|
+
*/
|
|
3737
|
+
sent_at?: string | null;
|
|
3738
|
+
/**
|
|
3739
|
+
* Tags associated with the resource.
|
|
3740
|
+
*/
|
|
3741
|
+
tags?: Array<string>;
|
|
3742
|
+
/**
|
|
3743
|
+
* Indicates whether the TCR campaign is billable.
|
|
3744
|
+
*/
|
|
3745
|
+
tcr_campaign_billable?: boolean;
|
|
3746
|
+
/**
|
|
3747
|
+
* The Campaign Registry (TCR) campaign ID associated with the message.
|
|
3748
|
+
*/
|
|
3749
|
+
tcr_campaign_id?: string | null;
|
|
3750
|
+
/**
|
|
3751
|
+
* The registration status of the TCR campaign.
|
|
3752
|
+
*/
|
|
3753
|
+
tcr_campaign_registered?: string | null;
|
|
3754
|
+
/**
|
|
3755
|
+
* Message body (i.e., content) as a non-empty string.
|
|
3756
|
+
*
|
|
3757
|
+
* **Required for SMS**
|
|
3758
|
+
*/
|
|
3759
|
+
text?: string;
|
|
3760
|
+
to?: Array<Payload.To>;
|
|
3761
|
+
/**
|
|
3762
|
+
* The type of message. This value can be either 'sms' or 'mms'.
|
|
3763
|
+
*/
|
|
3764
|
+
type?: 'SMS' | 'MMS';
|
|
3765
|
+
/**
|
|
3766
|
+
* Not used for inbound messages.
|
|
3767
|
+
*/
|
|
3768
|
+
valid_until?: string | null;
|
|
3769
|
+
/**
|
|
3770
|
+
* The failover URL where webhooks related to this message will be sent if sending
|
|
3771
|
+
* to the primary URL fails.
|
|
3772
|
+
*/
|
|
3773
|
+
webhook_failover_url?: string | null;
|
|
3774
|
+
/**
|
|
3775
|
+
* The URL where webhooks related to this message will be sent.
|
|
3776
|
+
*/
|
|
3777
|
+
webhook_url?: string | null;
|
|
3778
|
+
}
|
|
3779
|
+
namespace Payload {
|
|
3780
|
+
interface Cc {
|
|
3781
|
+
/**
|
|
3782
|
+
* The carrier of the receiver.
|
|
3783
|
+
*/
|
|
3784
|
+
carrier?: string;
|
|
3785
|
+
/**
|
|
3786
|
+
* The line-type of the receiver.
|
|
3787
|
+
*/
|
|
3788
|
+
line_type?: 'Wireline' | 'Wireless' | 'VoWiFi' | 'VoIP' | 'Pre-Paid Wireless' | '';
|
|
3789
|
+
/**
|
|
3790
|
+
* Receiving address (+E.164 formatted phone number or short code).
|
|
3791
|
+
*/
|
|
3792
|
+
phone_number?: string;
|
|
3793
|
+
status?: 'queued' | 'sending' | 'sent' | 'delivered' | 'sending_failed' | 'delivery_failed' | 'delivery_unconfirmed';
|
|
3794
|
+
}
|
|
3795
|
+
interface Cost {
|
|
3796
|
+
/**
|
|
3797
|
+
* The amount deducted from your account.
|
|
3798
|
+
*/
|
|
3799
|
+
amount?: string;
|
|
3800
|
+
/**
|
|
3801
|
+
* The ISO 4217 currency identifier.
|
|
3802
|
+
*/
|
|
3803
|
+
currency?: string;
|
|
3804
|
+
}
|
|
3805
|
+
/**
|
|
3806
|
+
* Detailed breakdown of the message cost components.
|
|
3807
|
+
*/
|
|
3808
|
+
interface CostBreakdown {
|
|
3809
|
+
carrier_fee?: CostBreakdown.CarrierFee;
|
|
3810
|
+
rate?: CostBreakdown.Rate;
|
|
3811
|
+
}
|
|
3812
|
+
namespace CostBreakdown {
|
|
3813
|
+
interface CarrierFee {
|
|
3814
|
+
/**
|
|
3815
|
+
* The carrier fee amount.
|
|
3816
|
+
*/
|
|
3817
|
+
amount?: string;
|
|
3818
|
+
/**
|
|
3819
|
+
* The ISO 4217 currency identifier.
|
|
3820
|
+
*/
|
|
3821
|
+
currency?: string;
|
|
3822
|
+
}
|
|
3823
|
+
interface Rate {
|
|
3824
|
+
/**
|
|
3825
|
+
* The rate amount applied.
|
|
3826
|
+
*/
|
|
3827
|
+
amount?: string;
|
|
3828
|
+
/**
|
|
3829
|
+
* The ISO 4217 currency identifier.
|
|
3830
|
+
*/
|
|
3831
|
+
currency?: string;
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
interface From {
|
|
3835
|
+
/**
|
|
3836
|
+
* The carrier of the sender.
|
|
3837
|
+
*/
|
|
3838
|
+
carrier?: string;
|
|
3839
|
+
/**
|
|
3840
|
+
* The line-type of the sender.
|
|
3841
|
+
*/
|
|
3842
|
+
line_type?: 'Wireline' | 'Wireless' | 'VoWiFi' | 'VoIP' | 'Pre-Paid Wireless' | '';
|
|
3843
|
+
/**
|
|
3844
|
+
* Sending address (+E.164 formatted phone number, alphanumeric sender ID, or short
|
|
3845
|
+
* code).
|
|
3846
|
+
*/
|
|
3847
|
+
phone_number?: string;
|
|
3848
|
+
status?: 'received' | 'delivered';
|
|
3849
|
+
}
|
|
3850
|
+
interface Media {
|
|
3851
|
+
/**
|
|
3852
|
+
* The MIME type of the requested media.
|
|
3853
|
+
*/
|
|
3854
|
+
content_type?: string;
|
|
3855
|
+
/**
|
|
3856
|
+
* The SHA256 hash of the requested media.
|
|
3857
|
+
*/
|
|
3858
|
+
hash_sha256?: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* The size of the requested media.
|
|
3861
|
+
*/
|
|
3862
|
+
size?: number;
|
|
3863
|
+
/**
|
|
3864
|
+
* The url of the media requested to be sent.
|
|
3865
|
+
*/
|
|
3866
|
+
url?: string;
|
|
3867
|
+
}
|
|
3868
|
+
interface To {
|
|
3869
|
+
/**
|
|
3870
|
+
* The carrier of the receiver.
|
|
3871
|
+
*/
|
|
3872
|
+
carrier?: string;
|
|
3873
|
+
/**
|
|
3874
|
+
* The line-type of the receiver.
|
|
3875
|
+
*/
|
|
3876
|
+
line_type?: 'Wireline' | 'Wireless' | 'VoWiFi' | 'VoIP' | 'Pre-Paid Wireless' | '';
|
|
3877
|
+
/**
|
|
3878
|
+
* Receiving address (+E.164 formatted phone number or short code).
|
|
3879
|
+
*/
|
|
3880
|
+
phone_number?: string;
|
|
3881
|
+
status?: 'queued' | 'sending' | 'sent' | 'delivered' | 'sending_failed' | 'delivery_failed' | 'delivery_unconfirmed' | 'webhook_delivered';
|
|
3882
|
+
}
|
|
3883
|
+
}
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
export interface NumberOrderStatusUpdateWebhookEvent {
|
|
3887
|
+
data?: NumberBlockOrdersAPI.NumberBlockOrder;
|
|
3888
|
+
}
|
|
3889
|
+
export interface ReplacedLinkClickWebhookEvent {
|
|
3890
|
+
data?: ReplacedLinkClickWebhookEvent.Data;
|
|
3891
|
+
}
|
|
3892
|
+
export declare namespace ReplacedLinkClickWebhookEvent {
|
|
3893
|
+
interface Data {
|
|
3894
|
+
/**
|
|
3895
|
+
* The message ID associated with the clicked link.
|
|
3896
|
+
*/
|
|
3897
|
+
message_id?: string;
|
|
3898
|
+
/**
|
|
3899
|
+
* Identifies the type of the resource.
|
|
3900
|
+
*/
|
|
3901
|
+
record_type?: string;
|
|
3902
|
+
/**
|
|
3903
|
+
* ISO 8601 formatted date indicating when the message request was received.
|
|
3904
|
+
*/
|
|
3905
|
+
time_clicked?: string;
|
|
3906
|
+
/**
|
|
3907
|
+
* Sending address (+E.164 formatted phone number, alphanumeric sender ID, or short
|
|
3908
|
+
* code).
|
|
3909
|
+
*/
|
|
3910
|
+
to?: string;
|
|
3911
|
+
/**
|
|
3912
|
+
* The original link that was sent in the message.
|
|
3913
|
+
*/
|
|
3914
|
+
url?: string;
|
|
3915
|
+
}
|
|
3916
|
+
}
|
|
3917
|
+
export interface StreamingFailedWebhookEvent {
|
|
3918
|
+
data?: StreamingFailedWebhookEvent.Data;
|
|
3919
|
+
}
|
|
3920
|
+
export declare namespace StreamingFailedWebhookEvent {
|
|
3921
|
+
interface Data {
|
|
3922
|
+
/**
|
|
3923
|
+
* Identifies the type of resource.
|
|
3924
|
+
*/
|
|
3925
|
+
id?: string;
|
|
3926
|
+
/**
|
|
3927
|
+
* The type of event being delivered.
|
|
3928
|
+
*/
|
|
3929
|
+
event_type?: 'streaming.failed';
|
|
3930
|
+
/**
|
|
3931
|
+
* ISO 8601 datetime of when the event occurred.
|
|
3932
|
+
*/
|
|
3933
|
+
occurred_at?: string;
|
|
3934
|
+
payload?: Data.Payload;
|
|
3935
|
+
/**
|
|
3936
|
+
* Identifies the resource.
|
|
3937
|
+
*/
|
|
3938
|
+
record_type?: 'event';
|
|
3939
|
+
}
|
|
3940
|
+
namespace Data {
|
|
3941
|
+
interface Payload {
|
|
3942
|
+
/**
|
|
3943
|
+
* Call ID used to issue commands via Call Control API.
|
|
3944
|
+
*/
|
|
3945
|
+
call_control_id?: string;
|
|
3946
|
+
/**
|
|
3947
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
3948
|
+
*/
|
|
3949
|
+
call_leg_id?: string;
|
|
3950
|
+
/**
|
|
3951
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
3952
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
3953
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
3954
|
+
*/
|
|
3955
|
+
call_session_id?: string;
|
|
3956
|
+
/**
|
|
3957
|
+
* State received from a command.
|
|
3958
|
+
*/
|
|
3959
|
+
client_state?: string;
|
|
3960
|
+
/**
|
|
3961
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
3962
|
+
*/
|
|
3963
|
+
connection_id?: string;
|
|
3964
|
+
/**
|
|
3965
|
+
* A short description explaning why the media streaming failed.
|
|
3966
|
+
*/
|
|
3967
|
+
failure_reason?: string;
|
|
3968
|
+
/**
|
|
3969
|
+
* Identifies the streaming.
|
|
3970
|
+
*/
|
|
3971
|
+
stream_id?: string;
|
|
3972
|
+
/**
|
|
3973
|
+
* Streaming parameters as they were originally given to the Call Control API.
|
|
3974
|
+
*/
|
|
3975
|
+
stream_params?: Payload.StreamParams;
|
|
3976
|
+
/**
|
|
3977
|
+
* The type of stream connection the stream is performing.
|
|
3978
|
+
*/
|
|
3979
|
+
stream_type?: 'websocket' | 'dialogflow';
|
|
3980
|
+
}
|
|
3981
|
+
namespace Payload {
|
|
3982
|
+
/**
|
|
3983
|
+
* Streaming parameters as they were originally given to the Call Control API.
|
|
3984
|
+
*/
|
|
3985
|
+
interface StreamParams {
|
|
3986
|
+
/**
|
|
3987
|
+
* The destination WebSocket address where the stream is going to be delivered.
|
|
3988
|
+
*/
|
|
3989
|
+
stream_url?: string;
|
|
3990
|
+
/**
|
|
3991
|
+
* Specifies which track should be streamed.
|
|
3992
|
+
*/
|
|
3993
|
+
track?: 'inbound_track' | 'outbound_track' | 'both_tracks';
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
}
|
|
3997
|
+
}
|
|
3998
|
+
export interface StreamingStartedWebhookEvent {
|
|
3999
|
+
data?: StreamingStartedWebhookEvent.Data;
|
|
4000
|
+
}
|
|
4001
|
+
export declare namespace StreamingStartedWebhookEvent {
|
|
4002
|
+
interface Data {
|
|
4003
|
+
/**
|
|
4004
|
+
* Identifies the type of resource.
|
|
4005
|
+
*/
|
|
4006
|
+
id?: string;
|
|
4007
|
+
/**
|
|
4008
|
+
* The type of event being delivered.
|
|
4009
|
+
*/
|
|
4010
|
+
event_type?: 'streaming.started';
|
|
4011
|
+
/**
|
|
4012
|
+
* ISO 8601 datetime of when the event occurred.
|
|
4013
|
+
*/
|
|
4014
|
+
occurred_at?: string;
|
|
4015
|
+
payload?: Data.Payload;
|
|
4016
|
+
/**
|
|
4017
|
+
* Identifies the type of the resource.
|
|
4018
|
+
*/
|
|
4019
|
+
record_type?: 'event';
|
|
4020
|
+
}
|
|
4021
|
+
namespace Data {
|
|
4022
|
+
interface Payload {
|
|
4023
|
+
/**
|
|
4024
|
+
* Call ID used to issue commands via Call Control API.
|
|
4025
|
+
*/
|
|
4026
|
+
call_control_id?: string;
|
|
4027
|
+
/**
|
|
4028
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
4029
|
+
*/
|
|
4030
|
+
call_leg_id?: string;
|
|
4031
|
+
/**
|
|
4032
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
4033
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
4034
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
4035
|
+
*/
|
|
4036
|
+
call_session_id?: string;
|
|
4037
|
+
/**
|
|
4038
|
+
* State received from a command.
|
|
4039
|
+
*/
|
|
4040
|
+
client_state?: string;
|
|
4041
|
+
/**
|
|
4042
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
4043
|
+
*/
|
|
4044
|
+
connection_id?: string;
|
|
4045
|
+
/**
|
|
4046
|
+
* Destination WebSocket address where the stream is going to be delivered.
|
|
4047
|
+
*/
|
|
4048
|
+
stream_url?: string;
|
|
4049
|
+
}
|
|
4050
|
+
}
|
|
4051
|
+
}
|
|
4052
|
+
export interface StreamingStoppedWebhookEvent {
|
|
4053
|
+
data?: StreamingStoppedWebhookEvent.Data;
|
|
4054
|
+
}
|
|
4055
|
+
export declare namespace StreamingStoppedWebhookEvent {
|
|
4056
|
+
interface Data {
|
|
4057
|
+
/**
|
|
4058
|
+
* Identifies the type of resource.
|
|
4059
|
+
*/
|
|
4060
|
+
id?: string;
|
|
4061
|
+
/**
|
|
4062
|
+
* The type of event being delivered.
|
|
4063
|
+
*/
|
|
4064
|
+
event_type?: 'streaming.stopped';
|
|
4065
|
+
/**
|
|
4066
|
+
* ISO 8601 datetime of when the event occurred.
|
|
4067
|
+
*/
|
|
4068
|
+
occurred_at?: string;
|
|
4069
|
+
payload?: Data.Payload;
|
|
4070
|
+
/**
|
|
4071
|
+
* Identifies the type of the resource.
|
|
4072
|
+
*/
|
|
4073
|
+
record_type?: 'event';
|
|
4074
|
+
}
|
|
4075
|
+
namespace Data {
|
|
4076
|
+
interface Payload {
|
|
4077
|
+
/**
|
|
4078
|
+
* Call ID used to issue commands via Call Control API.
|
|
4079
|
+
*/
|
|
4080
|
+
call_control_id?: string;
|
|
4081
|
+
/**
|
|
4082
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
4083
|
+
*/
|
|
4084
|
+
call_leg_id?: string;
|
|
4085
|
+
/**
|
|
4086
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
4087
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
4088
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
4089
|
+
*/
|
|
4090
|
+
call_session_id?: string;
|
|
4091
|
+
/**
|
|
4092
|
+
* State received from a command.
|
|
4093
|
+
*/
|
|
4094
|
+
client_state?: string;
|
|
4095
|
+
/**
|
|
4096
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
4097
|
+
*/
|
|
4098
|
+
connection_id?: string;
|
|
4099
|
+
/**
|
|
4100
|
+
* Destination WebSocket address where the stream is going to be delivered.
|
|
4101
|
+
*/
|
|
4102
|
+
stream_url?: string;
|
|
4103
|
+
}
|
|
4104
|
+
}
|
|
4105
|
+
}
|
|
4106
|
+
export interface TranscriptionWebhookEvent {
|
|
4107
|
+
data?: TranscriptionWebhookEvent.Data;
|
|
4108
|
+
}
|
|
4109
|
+
export declare namespace TranscriptionWebhookEvent {
|
|
4110
|
+
interface Data {
|
|
4111
|
+
/**
|
|
4112
|
+
* Identifies the type of resource.
|
|
4113
|
+
*/
|
|
4114
|
+
id?: string;
|
|
4115
|
+
/**
|
|
4116
|
+
* The type of event being delivered.
|
|
4117
|
+
*/
|
|
4118
|
+
event_type?: 'call.transcription';
|
|
4119
|
+
/**
|
|
4120
|
+
* ISO 8601 datetime of when the event occurred.
|
|
4121
|
+
*/
|
|
4122
|
+
occurred_at?: string;
|
|
4123
|
+
payload?: Data.Payload;
|
|
4124
|
+
/**
|
|
4125
|
+
* Identifies the type of the resource.
|
|
4126
|
+
*/
|
|
4127
|
+
record_type?: 'event';
|
|
4128
|
+
}
|
|
4129
|
+
namespace Data {
|
|
4130
|
+
interface Payload {
|
|
4131
|
+
/**
|
|
4132
|
+
* Unique identifier and token for controlling the call.
|
|
4133
|
+
*/
|
|
4134
|
+
call_control_id?: string;
|
|
4135
|
+
/**
|
|
4136
|
+
* ID that is unique to the call and can be used to correlate webhook events.
|
|
4137
|
+
*/
|
|
4138
|
+
call_leg_id?: string;
|
|
4139
|
+
/**
|
|
4140
|
+
* ID that is unique to the call session and can be used to correlate webhook
|
|
4141
|
+
* events. Call session is a group of related call legs that logically belong to
|
|
4142
|
+
* the same phone call, e.g. an inbound and outbound leg of a transferred call.
|
|
4143
|
+
*/
|
|
4144
|
+
call_session_id?: string;
|
|
4145
|
+
/**
|
|
4146
|
+
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
4147
|
+
* Base-64 encoded string.
|
|
4148
|
+
*/
|
|
4149
|
+
client_state?: string;
|
|
4150
|
+
/**
|
|
4151
|
+
* Call Control App ID (formerly Telnyx connection ID) used in the call.
|
|
4152
|
+
*/
|
|
4153
|
+
connection_id?: string;
|
|
4154
|
+
transcription_data?: Payload.TranscriptionData;
|
|
4155
|
+
}
|
|
4156
|
+
namespace Payload {
|
|
4157
|
+
interface TranscriptionData {
|
|
4158
|
+
/**
|
|
4159
|
+
* Speech recognition confidence level.
|
|
4160
|
+
*/
|
|
4161
|
+
confidence?: number;
|
|
4162
|
+
/**
|
|
4163
|
+
* When false, it means that this is an interim result.
|
|
4164
|
+
*/
|
|
4165
|
+
is_final?: boolean;
|
|
4166
|
+
/**
|
|
4167
|
+
* Recognized text.
|
|
4168
|
+
*/
|
|
4169
|
+
transcript?: string;
|
|
4170
|
+
/**
|
|
4171
|
+
* Indicates which leg of the call has been transcribed. This is only available
|
|
4172
|
+
* when `transcription_engine` is set to `B`.
|
|
4173
|
+
*/
|
|
4174
|
+
transcription_track?: 'inbound' | 'outbound';
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
}
|
|
4179
|
+
export type UnwrapWebhookEvent = CallAIGatherEndedWebhookEvent | CallAIGatherMessageHistoryUpdatedWebhookEvent | CallAIGatherPartialResultsWebhookEvent | CustomerServiceRecordStatusChangedWebhookEvent | CallAnsweredWebhookEvent | CallBridgedWebhookEvent | CallConversationEndedWebhookEvent | CallConversationInsightsGeneratedWebhookEvent | CallDtmfReceivedWebhookEvent | CallEnqueuedWebhookEvent | CallForkStartedWebhookEvent | CallForkStoppedWebhookEvent | CallGatherEndedWebhookEvent | CallHangupWebhookEvent | CallInitiatedWebhookEvent | CallLeftQueueWebhookEvent | CallMachineDetectionEndedWebhookEvent | CallMachineGreetingEndedWebhookEvent | CallMachinePremiumDetectionEndedWebhookEvent | CallMachinePremiumGreetingEndedWebhookEvent | CallPlaybackEndedWebhookEvent | CallPlaybackStartedWebhookEvent | CallRecordingErrorWebhookEvent | CallRecordingSavedWebhookEvent | CallRecordingTranscriptionSavedWebhookEvent | CallReferCompletedWebhookEvent | CallReferFailedWebhookEvent | CallReferStartedWebhookEvent | CallSiprecFailedWebhookEvent | CallSiprecStartedWebhookEvent | CallSiprecStoppedWebhookEvent | CallSpeakEndedWebhookEvent | CallSpeakStartedWebhookEvent | CallStreamingFailedWebhookEvent | CallStreamingStartedWebhookEvent | CallStreamingStoppedWebhookEvent | CampaignStatusUpdateWebhookEvent | ConferenceCreatedWebhookEvent | ConferenceEndedWebhookEvent | ConferenceFloorChangedWebhookEvent | ConferenceParticipantJoinedWebhookEvent | ConferenceParticipantLeftWebhookEvent | ConferenceParticipantPlaybackEndedWebhookEvent | ConferenceParticipantPlaybackStartedWebhookEvent | ConferenceParticipantSpeakEndedWebhookEvent | ConferenceParticipantSpeakStartedWebhookEvent | ConferencePlaybackEndedWebhookEvent | ConferencePlaybackStartedWebhookEvent | ConferenceRecordingSavedWebhookEvent | ConferenceSpeakEndedWebhookEvent | ConferenceSpeakStartedWebhookEvent | DeliveryUpdateWebhookEvent | FaxDeliveredWebhookEvent | FaxFailedWebhookEvent | FaxMediaProcessedWebhookEvent | FaxQueuedWebhookEvent | FaxSendingStartedWebhookEvent | InboundMessageWebhookEvent | NumberOrderStatusUpdateWebhookEvent | ReplacedLinkClickWebhookEvent | StreamingFailedWebhookEvent | StreamingStartedWebhookEvent | StreamingStoppedWebhookEvent | TranscriptionWebhookEvent;
|
|
4180
|
+
export declare namespace Webhooks {
|
|
4181
|
+
export { type CallAIGatherEndedWebhookEvent as CallAIGatherEndedWebhookEvent, type CallAIGatherMessageHistoryUpdatedWebhookEvent as CallAIGatherMessageHistoryUpdatedWebhookEvent, type CallAIGatherPartialResultsWebhookEvent as CallAIGatherPartialResultsWebhookEvent, type CustomerServiceRecordStatusChangedWebhookEvent as CustomerServiceRecordStatusChangedWebhookEvent, type CallAnsweredWebhookEvent as CallAnsweredWebhookEvent, type CallBridgedWebhookEvent as CallBridgedWebhookEvent, type CallConversationEndedWebhookEvent as CallConversationEndedWebhookEvent, type CallConversationInsightsGeneratedWebhookEvent as CallConversationInsightsGeneratedWebhookEvent, type CallDtmfReceivedWebhookEvent as CallDtmfReceivedWebhookEvent, type CallEnqueuedWebhookEvent as CallEnqueuedWebhookEvent, type CallForkStartedWebhookEvent as CallForkStartedWebhookEvent, type CallForkStoppedWebhookEvent as CallForkStoppedWebhookEvent, type CallGatherEndedWebhookEvent as CallGatherEndedWebhookEvent, type CallHangupWebhookEvent as CallHangupWebhookEvent, type CallInitiatedWebhookEvent as CallInitiatedWebhookEvent, type CallLeftQueueWebhookEvent as CallLeftQueueWebhookEvent, type CallMachineDetectionEndedWebhookEvent as CallMachineDetectionEndedWebhookEvent, type CallMachineGreetingEndedWebhookEvent as CallMachineGreetingEndedWebhookEvent, type CallMachinePremiumDetectionEndedWebhookEvent as CallMachinePremiumDetectionEndedWebhookEvent, type CallMachinePremiumGreetingEndedWebhookEvent as CallMachinePremiumGreetingEndedWebhookEvent, type CallPlaybackEndedWebhookEvent as CallPlaybackEndedWebhookEvent, type CallPlaybackStartedWebhookEvent as CallPlaybackStartedWebhookEvent, type CallRecordingErrorWebhookEvent as CallRecordingErrorWebhookEvent, type CallRecordingSavedWebhookEvent as CallRecordingSavedWebhookEvent, type CallRecordingTranscriptionSavedWebhookEvent as CallRecordingTranscriptionSavedWebhookEvent, type CallReferCompletedWebhookEvent as CallReferCompletedWebhookEvent, type CallReferFailedWebhookEvent as CallReferFailedWebhookEvent, type CallReferStartedWebhookEvent as CallReferStartedWebhookEvent, type CallSiprecFailedWebhookEvent as CallSiprecFailedWebhookEvent, type CallSiprecStartedWebhookEvent as CallSiprecStartedWebhookEvent, type CallSiprecStoppedWebhookEvent as CallSiprecStoppedWebhookEvent, type CallSpeakEndedWebhookEvent as CallSpeakEndedWebhookEvent, type CallSpeakStartedWebhookEvent as CallSpeakStartedWebhookEvent, type CallStreamingFailedWebhookEvent as CallStreamingFailedWebhookEvent, type CallStreamingStartedWebhookEvent as CallStreamingStartedWebhookEvent, type CallStreamingStoppedWebhookEvent as CallStreamingStoppedWebhookEvent, type CampaignStatusUpdateWebhookEvent as CampaignStatusUpdateWebhookEvent, type ConferenceCreatedWebhookEvent as ConferenceCreatedWebhookEvent, type ConferenceEndedWebhookEvent as ConferenceEndedWebhookEvent, type ConferenceFloorChangedWebhookEvent as ConferenceFloorChangedWebhookEvent, type ConferenceParticipantJoinedWebhookEvent as ConferenceParticipantJoinedWebhookEvent, type ConferenceParticipantLeftWebhookEvent as ConferenceParticipantLeftWebhookEvent, type ConferenceParticipantPlaybackEndedWebhookEvent as ConferenceParticipantPlaybackEndedWebhookEvent, type ConferenceParticipantPlaybackStartedWebhookEvent as ConferenceParticipantPlaybackStartedWebhookEvent, type ConferenceParticipantSpeakEndedWebhookEvent as ConferenceParticipantSpeakEndedWebhookEvent, type ConferenceParticipantSpeakStartedWebhookEvent as ConferenceParticipantSpeakStartedWebhookEvent, type ConferencePlaybackEndedWebhookEvent as ConferencePlaybackEndedWebhookEvent, type ConferencePlaybackStartedWebhookEvent as ConferencePlaybackStartedWebhookEvent, type ConferenceRecordingSavedWebhookEvent as ConferenceRecordingSavedWebhookEvent, type ConferenceSpeakEndedWebhookEvent as ConferenceSpeakEndedWebhookEvent, type ConferenceSpeakStartedWebhookEvent as ConferenceSpeakStartedWebhookEvent, type DeliveryUpdateWebhookEvent as DeliveryUpdateWebhookEvent, type FaxDeliveredWebhookEvent as FaxDeliveredWebhookEvent, type FaxFailedWebhookEvent as FaxFailedWebhookEvent, type FaxMediaProcessedWebhookEvent as FaxMediaProcessedWebhookEvent, type FaxQueuedWebhookEvent as FaxQueuedWebhookEvent, type FaxSendingStartedWebhookEvent as FaxSendingStartedWebhookEvent, type InboundMessageWebhookEvent as InboundMessageWebhookEvent, type NumberOrderStatusUpdateWebhookEvent as NumberOrderStatusUpdateWebhookEvent, type ReplacedLinkClickWebhookEvent as ReplacedLinkClickWebhookEvent, type StreamingFailedWebhookEvent as StreamingFailedWebhookEvent, type StreamingStartedWebhookEvent as StreamingStartedWebhookEvent, type StreamingStoppedWebhookEvent as StreamingStoppedWebhookEvent, type TranscriptionWebhookEvent as TranscriptionWebhookEvent, type UnwrapWebhookEvent as UnwrapWebhookEvent, };
|
|
4182
|
+
}
|
|
4183
|
+
//# sourceMappingURL=webhooks.d.mts.map
|