telnyx-mcp 4.5.1 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +21 -2168
- package/code-tool-types.d.mts +6 -9
- package/code-tool-types.d.mts.map +1 -1
- package/code-tool-types.d.ts +6 -9
- package/code-tool-types.d.ts.map +1 -1
- package/code-tool.d.mts +2 -44
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +2 -44
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +42 -4
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +42 -4
- package/code-tool.mjs.map +1 -1
- package/docs-search-tool.d.mts +3 -3
- package/docs-search-tool.d.mts.map +1 -1
- package/docs-search-tool.d.ts +3 -3
- package/docs-search-tool.d.ts.map +1 -1
- package/docs-search-tool.js +1 -1
- package/docs-search-tool.js.map +1 -1
- package/docs-search-tool.mjs +1 -1
- package/http.d.mts.map +1 -1
- package/http.d.ts.map +1 -1
- package/http.js +1 -18
- package/http.js.map +1 -1
- package/http.mjs +1 -18
- package/http.mjs.map +1 -1
- package/index.js +4 -40
- package/index.js.map +1 -1
- package/index.mjs +4 -40
- package/index.mjs.map +1 -1
- package/options.d.mts +0 -9
- package/options.d.mts.map +1 -1
- package/options.d.ts +0 -9
- package/options.d.ts.map +1 -1
- package/options.js +6 -361
- package/options.js.map +1 -1
- package/options.mjs +6 -361
- package/options.mjs.map +1 -1
- package/package.json +9 -49
- package/server.d.mts +3 -8
- package/server.d.mts.map +1 -1
- package/server.d.ts +3 -8
- package/server.d.ts.map +1 -1
- package/server.js +12 -65
- package/server.js.map +1 -1
- package/server.mjs +11 -62
- package/server.mjs.map +1 -1
- package/src/code-tool-types.ts +6 -9
- package/src/code-tool.ts +46 -7
- package/src/docs-search-tool.ts +1 -1
- package/src/http.ts +1 -19
- package/src/index.ts +5 -52
- package/src/options.ts +7 -388
- package/src/server.ts +12 -72
- package/src/stdio.ts +2 -3
- package/src/{tools/types.ts → types.ts} +1 -1
- package/stdio.d.mts +1 -2
- package/stdio.d.mts.map +1 -1
- package/stdio.d.ts +1 -2
- package/stdio.d.ts.map +1 -1
- package/stdio.js +2 -2
- package/stdio.js.map +1 -1
- package/stdio.mjs +2 -2
- package/stdio.mjs.map +1 -1
- package/{tools/types.d.mts → types.d.mts} +1 -1
- package/types.d.mts.map +1 -0
- package/{tools/types.d.ts → types.d.ts} +1 -1
- package/types.d.ts.map +1 -0
- package/types.js.map +1 -0
- package/types.mjs.map +1 -0
- package/compat.d.mts +0 -58
- package/compat.d.mts.map +0 -1
- package/compat.d.ts +0 -58
- package/compat.d.ts.map +0 -1
- package/compat.js +0 -387
- package/compat.js.map +0 -1
- package/compat.mjs +0 -378
- package/compat.mjs.map +0 -1
- package/dynamic-tools.d.mts +0 -12
- package/dynamic-tools.d.mts.map +0 -1
- package/dynamic-tools.d.ts +0 -12
- package/dynamic-tools.d.ts.map +0 -1
- package/dynamic-tools.js +0 -135
- package/dynamic-tools.js.map +0 -1
- package/dynamic-tools.mjs +0 -132
- package/dynamic-tools.mjs.map +0 -1
- package/filtering.d.mts +0 -3
- package/filtering.d.mts.map +0 -1
- package/filtering.d.ts +0 -3
- package/filtering.d.ts.map +0 -1
- package/filtering.js +0 -24
- package/filtering.js.map +0 -1
- package/filtering.mjs +0 -16
- package/filtering.mjs.map +0 -1
- package/src/compat.ts +0 -483
- package/src/dynamic-tools.ts +0 -153
- package/src/filtering.ts +0 -18
- package/src/tools/access-ip-address/create-access-ip-address.ts +0 -57
- package/src/tools/access-ip-address/delete-access-ip-address.ts +0 -56
- package/src/tools/access-ip-address/list-access-ip-address.ts +0 -115
- package/src/tools/access-ip-address/retrieve-access-ip-address.ts +0 -56
- package/src/tools/access-ip-ranges/create-access-ip-ranges.ts +0 -57
- package/src/tools/access-ip-ranges/delete-access-ip-ranges.ts +0 -55
- package/src/tools/access-ip-ranges/list-access-ip-ranges.ts +0 -135
- package/src/tools/actions/purchase/create-actions-purchase.ts +0 -79
- package/src/tools/actions/register/create-actions-register.ts +0 -72
- package/src/tools/addresses/actions/accept-suggestions-addresses-actions.ts +0 -58
- package/src/tools/addresses/actions/validate-addresses-actions.ts +0 -76
- package/src/tools/addresses/create-addresses.ts +0 -119
- package/src/tools/addresses/delete-addresses.ts +0 -54
- package/src/tools/addresses/list-addresses.ts +0 -127
- package/src/tools/addresses/retrieve-addresses.ts +0 -54
- package/src/tools/advanced-orders/create-advanced-orders.ts +0 -86
- package/src/tools/advanced-orders/list-advanced-orders.ts +0 -51
- package/src/tools/advanced-orders/retrieve-advanced-orders.ts +0 -55
- package/src/tools/advanced-orders/update-requirement-group-advanced-orders.ts +0 -95
- package/src/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.ts +0 -83
- package/src/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.ts +0 -42
- package/src/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.ts +0 -57
- package/src/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.ts +0 -85
- package/src/tools/ai/assistants/chat-ai-assistants.ts +0 -70
- package/src/tools/ai/assistants/clone-ai-assistants.ts +0 -45
- package/src/tools/ai/assistants/create-ai-assistants.ts +0 -703
- package/src/tools/ai/assistants/delete-ai-assistants.ts +0 -55
- package/src/tools/ai/assistants/get-texml-ai-assistants.ts +0 -57
- package/src/tools/ai/assistants/import-ai-assistants.ts +0 -52
- package/src/tools/ai/assistants/list-ai-assistants.ts +0 -41
- package/src/tools/ai/assistants/retrieve-ai-assistants.ts +0 -63
- package/src/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.ts +0 -98
- package/src/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.ts +0 -46
- package/src/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.ts +0 -91
- package/src/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.ts +0 -61
- package/src/tools/ai/assistants/send-sms-ai-assistants.ts +0 -76
- package/src/tools/ai/assistants/tests/create-assistants-ai-tests.ts +0 -116
- package/src/tools/ai/assistants/tests/delete-assistants-ai-tests.ts +0 -41
- package/src/tools/ai/assistants/tests/list-assistants-ai-tests.ts +0 -82
- package/src/tools/ai/assistants/tests/retrieve-assistants-ai-tests.ts +0 -57
- package/src/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.ts +0 -78
- package/src/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.ts +0 -61
- package/src/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.ts +0 -61
- package/src/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.ts +0 -53
- package/src/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.ts +0 -83
- package/src/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.ts +0 -64
- package/src/tools/ai/assistants/tests/update-assistants-ai-tests.ts +0 -117
- package/src/tools/ai/assistants/tools/test-assistants-ai-tools.ts +0 -71
- package/src/tools/ai/assistants/update-ai-assistants.ts +0 -712
- package/src/tools/ai/assistants/versions/delete-assistants-ai-versions.ts +0 -45
- package/src/tools/ai/assistants/versions/list-assistants-ai-versions.ts +0 -47
- package/src/tools/ai/assistants/versions/promote-assistants-ai-versions.ts +0 -51
- package/src/tools/ai/assistants/versions/retrieve-assistants-ai-versions.ts +0 -54
- package/src/tools/ai/assistants/versions/update-assistants-ai-versions.ts +0 -711
- package/src/tools/ai/audio/transcribe-ai-audio.ts +0 -77
- package/src/tools/ai/chat/create-completion-ai-chat.ts +0 -255
- package/src/tools/ai/clusters/compute-ai-clusters.ts +0 -75
- package/src/tools/ai/clusters/delete-ai-clusters.ts +0 -41
- package/src/tools/ai/clusters/fetch-graph-ai-clusters.ts +0 -44
- package/src/tools/ai/clusters/list-ai-clusters.ts +0 -65
- package/src/tools/ai/clusters/retrieve-ai-clusters.ts +0 -68
- package/src/tools/ai/conversations/add-message-ai-conversations.ts +0 -88
- package/src/tools/ai/conversations/create-ai-conversations.ts +0 -57
- package/src/tools/ai/conversations/delete-ai-conversations.ts +0 -40
- package/src/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.ts +0 -42
- package/src/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.ts +0 -63
- package/src/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.ts +0 -45
- package/src/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.ts +0 -49
- package/src/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.ts +0 -58
- package/src/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.ts +0 -69
- package/src/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.ts +0 -70
- package/src/tools/ai/conversations/insights/create-conversations-ai-insights.ts +0 -77
- package/src/tools/ai/conversations/insights/delete-conversations-ai-insights.ts +0 -42
- package/src/tools/ai/conversations/insights/list-conversations-ai-insights.ts +0 -69
- package/src/tools/ai/conversations/insights/retrieve-conversations-ai-insights.ts +0 -58
- package/src/tools/ai/conversations/insights/update-conversations-ai-insights.ts +0 -83
- package/src/tools/ai/conversations/list-ai-conversations.ts +0 -104
- package/src/tools/ai/conversations/messages/list-conversations-ai-messages.ts +0 -56
- package/src/tools/ai/conversations/retrieve-ai-conversations.ts +0 -56
- package/src/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.ts +0 -59
- package/src/tools/ai/conversations/update-ai-conversations.ts +0 -61
- package/src/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.ts +0 -42
- package/src/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.ts +0 -51
- package/src/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.ts +0 -57
- package/src/tools/ai/embeddings/create-ai-embeddings.ts +0 -73
- package/src/tools/ai/embeddings/list-ai-embeddings.ts +0 -59
- package/src/tools/ai/embeddings/retrieve-ai-embeddings.ts +0 -55
- package/src/tools/ai/embeddings/similarity-search-ai-embeddings.ts +0 -63
- package/src/tools/ai/embeddings/url-ai-embeddings.ts +0 -59
- package/src/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.ts +0 -53
- package/src/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.ts +0 -72
- package/src/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.ts +0 -51
- package/src/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.ts +0 -57
- package/src/tools/ai/integrations/connections/delete-integrations-ai-connections.ts +0 -40
- package/src/tools/ai/integrations/connections/list-integrations-ai-connections.ts +0 -51
- package/src/tools/ai/integrations/connections/retrieve-integrations-ai-connections.ts +0 -56
- package/src/tools/ai/integrations/list-ai-integrations.ts +0 -51
- package/src/tools/ai/integrations/retrieve-ai-integrations.ts +0 -56
- package/src/tools/ai/mcp-servers/create-ai-mcp-servers.ts +0 -72
- package/src/tools/ai/mcp-servers/delete-ai-mcp-servers.ts +0 -41
- package/src/tools/ai/mcp-servers/list-ai-mcp-servers.ts +0 -67
- package/src/tools/ai/mcp-servers/retrieve-ai-mcp-servers.ts +0 -57
- package/src/tools/ai/mcp-servers/update-ai-mcp-servers.ts +0 -89
- package/src/tools/ai/retrieve-models-ai.ts +0 -51
- package/src/tools/ai/summarize-ai.ts +0 -61
- package/src/tools/audit-events/list-audit-events.ts +0 -87
- package/src/tools/authentication-providers/create-authentication-providers.ts +0 -99
- package/src/tools/authentication-providers/delete-authentication-providers.ts +0 -54
- package/src/tools/authentication-providers/list-authentication-providers.ts +0 -82
- package/src/tools/authentication-providers/retrieve-authentication-providers.ts +0 -56
- package/src/tools/authentication-providers/update-authentication-providers.ts +0 -102
- package/src/tools/available-phone-number-blocks/list-available-phone-number-blocks.ts +0 -77
- package/src/tools/available-phone-numbers/list-available-phone-numbers.ts +0 -145
- package/src/tools/balance/retrieve-balance.ts +0 -51
- package/src/tools/billing-groups/create-billing-groups.ts +0 -53
- package/src/tools/billing-groups/delete-billing-groups.ts +0 -54
- package/src/tools/billing-groups/list-billing-groups.ts +0 -65
- package/src/tools/billing-groups/retrieve-billing-groups.ts +0 -54
- package/src/tools/billing-groups/update-billing-groups.ts +0 -56
- package/src/tools/brand/create-brand.ts +0 -221
- package/src/tools/brand/delete-brand.ts +0 -42
- package/src/tools/brand/external-vetting/import-brand-external-vetting.ts +0 -73
- package/src/tools/brand/external-vetting/list-brand-external-vetting.ts +0 -57
- package/src/tools/brand/external-vetting/order-brand-external-vetting.ts +0 -65
- package/src/tools/brand/get-feedback-brand.ts +0 -55
- package/src/tools/brand/list-brand.ts +0 -108
- package/src/tools/brand/resend-2fa-email-brand.ts +0 -39
- package/src/tools/brand/retrieve-brand.ts +0 -55
- package/src/tools/brand/revet-brand.ts +0 -55
- package/src/tools/brand/update-brand.ts +0 -239
- package/src/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.ts +0 -64
- package/src/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.ts +0 -54
- package/src/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.ts +0 -95
- package/src/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.ts +0 -62
- package/src/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.ts +0 -77
- package/src/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.ts +0 -62
- package/src/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.ts +0 -95
- package/src/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.ts +0 -65
- package/src/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.ts +0 -81
- package/src/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.ts +0 -62
- package/src/tools/call-control-applications/create-call-control-applications.ts +0 -158
- package/src/tools/call-control-applications/delete-call-control-applications.ts +0 -54
- package/src/tools/call-control-applications/list-call-control-applications.ts +0 -169
- package/src/tools/call-control-applications/retrieve-call-control-applications.ts +0 -56
- package/src/tools/call-control-applications/update-call-control-applications.ts +0 -168
- package/src/tools/call-events/list-call-events.ts +0 -171
- package/src/tools/calls/actions/answer-calls-actions.ts +0 -870
- package/src/tools/calls/actions/bridge-calls-actions.ts +0 -190
- package/src/tools/calls/actions/enqueue-calls-actions.ts +0 -83
- package/src/tools/calls/actions/gather-calls-actions.ts +0 -98
- package/src/tools/calls/actions/gather-using-ai-calls-actions.ts +0 -641
- package/src/tools/calls/actions/gather-using-audio-calls-actions.ts +0 -115
- package/src/tools/calls/actions/gather-using-speak-calls-actions.ts +0 -219
- package/src/tools/calls/actions/hangup-calls-actions.ts +0 -64
- package/src/tools/calls/actions/leave-queue-calls-actions.ts +0 -64
- package/src/tools/calls/actions/pause-recording-calls-actions.ts +0 -68
- package/src/tools/calls/actions/refer-calls-actions.ts +0 -124
- package/src/tools/calls/actions/reject-calls-actions.ts +0 -69
- package/src/tools/calls/actions/resume-recording-calls-actions.ts +0 -68
- package/src/tools/calls/actions/send-dtmf-calls-actions.ts +0 -74
- package/src/tools/calls/actions/send-sip-info-calls-actions.ts +0 -73
- package/src/tools/calls/actions/speak-calls-actions.ts +0 -188
- package/src/tools/calls/actions/start-ai-assistant-calls-actions.ts +0 -183
- package/src/tools/calls/actions/start-forking-calls-actions.ts +0 -80
- package/src/tools/calls/actions/start-noise-suppression-calls-actions.ts +0 -89
- package/src/tools/calls/actions/start-playback-calls-actions.ts +0 -119
- package/src/tools/calls/actions/start-recording-calls-actions.ts +0 -285
- package/src/tools/calls/actions/start-siprec-calls-actions.ts +0 -90
- package/src/tools/calls/actions/start-streaming-calls-actions.ts +0 -143
- package/src/tools/calls/actions/start-transcription-calls-actions.ts +0 -652
- package/src/tools/calls/actions/stop-ai-assistant-calls-actions.ts +0 -64
- package/src/tools/calls/actions/stop-forking-calls-actions.ts +0 -70
- package/src/tools/calls/actions/stop-gather-calls-actions.ts +0 -64
- package/src/tools/calls/actions/stop-noise-suppression-calls-actions.ts +0 -64
- package/src/tools/calls/actions/stop-playback-calls-actions.ts +0 -73
- package/src/tools/calls/actions/stop-recording-calls-actions.ts +0 -68
- package/src/tools/calls/actions/stop-siprec-calls-actions.ts +0 -64
- package/src/tools/calls/actions/stop-streaming-calls-actions.ts +0 -69
- package/src/tools/calls/actions/stop-transcription-calls-actions.ts +0 -64
- package/src/tools/calls/actions/switch-supervisor-role-calls-actions.ts +0 -60
- package/src/tools/calls/actions/transfer-calls-actions.ts +0 -316
- package/src/tools/calls/actions/update-client-state-calls-actions.ts +0 -61
- package/src/tools/calls/dial-calls.ts +0 -1138
- package/src/tools/calls/retrieve-status-calls.ts +0 -56
- package/src/tools/campaign/accept-sharing-campaign.ts +0 -54
- package/src/tools/campaign/deactivate-campaign.ts +0 -55
- package/src/tools/campaign/get-mno-metadata-campaign.ts +0 -58
- package/src/tools/campaign/get-operation-status-campaign.ts +0 -57
- package/src/tools/campaign/get-sharing-status-campaign.ts +0 -58
- package/src/tools/campaign/list-campaign.ts +0 -76
- package/src/tools/campaign/osr/get-attributes-campaign-osr.ts +0 -57
- package/src/tools/campaign/retrieve-campaign.ts +0 -47
- package/src/tools/campaign/submit-appeal-campaign.ts +0 -59
- package/src/tools/campaign/update-campaign.ts +0 -103
- package/src/tools/campaign/usecase/get-cost-campaign-usecase.ts +0 -55
- package/src/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.ts +0 -61
- package/src/tools/campaign-builder/create-campaign-builder.ts +0 -231
- package/src/tools/channel-zones/list-channel-zones.ts +0 -65
- package/src/tools/channel-zones/update-channel-zones.ts +0 -60
- package/src/tools/charges-breakdown/retrieve-charges-breakdown.ts +0 -67
- package/src/tools/charges-summary/retrieve-charges-summary.ts +0 -62
- package/src/tools/comments/create-comments.ts +0 -59
- package/src/tools/comments/list-comments.ts +0 -67
- package/src/tools/comments/mark-as-read-comments.ts +0 -52
- package/src/tools/comments/retrieve-comments.ts +0 -54
- package/src/tools/conferences/actions/hold-conferences-actions.ts +0 -76
- package/src/tools/conferences/actions/join-conferences-actions.ts +0 -127
- package/src/tools/conferences/actions/leave-conferences-actions.ts +0 -75
- package/src/tools/conferences/actions/mute-conferences-actions.ts +0 -66
- package/src/tools/conferences/actions/play-conferences-actions.ts +0 -91
- package/src/tools/conferences/actions/record-pause-conferences-actions.ts +0 -69
- package/src/tools/conferences/actions/record-resume-conferences-actions.ts +0 -69
- package/src/tools/conferences/actions/record-start-conferences-actions.ts +0 -86
- package/src/tools/conferences/actions/record-stop-conferences-actions.ts +0 -74
- package/src/tools/conferences/actions/speak-conferences-actions.ts +0 -186
- package/src/tools/conferences/actions/stop-conferences-actions.ts +0 -66
- package/src/tools/conferences/actions/unhold-conferences-actions.ts +0 -68
- package/src/tools/conferences/actions/unmute-conferences-actions.ts +0 -68
- package/src/tools/conferences/actions/update-conferences-actions.ts +0 -83
- package/src/tools/conferences/create-conferences.ts +0 -107
- package/src/tools/conferences/list-conferences.ts +0 -176
- package/src/tools/conferences/list-participants-conferences.ts +0 -107
- package/src/tools/conferences/retrieve-conferences.ts +0 -59
- package/src/tools/connections/list-active-calls-connections.ts +0 -83
- package/src/tools/connections/list-connections.ts +0 -98
- package/src/tools/connections/retrieve-connections.ts +0 -54
- package/src/tools/country-coverage/retrieve-country-country-coverage.ts +0 -56
- package/src/tools/country-coverage/retrieve-country-coverage.ts +0 -51
- package/src/tools/credential-connections/actions/check-registration-status-credential-connections-actions.ts +0 -54
- package/src/tools/credential-connections/create-credential-connections.ts +0 -302
- package/src/tools/credential-connections/delete-credential-connections.ts +0 -46
- package/src/tools/credential-connections/list-credential-connections.ts +0 -90
- package/src/tools/credential-connections/retrieve-credential-connections.ts +0 -46
- package/src/tools/credential-connections/update-credential-connections.ts +0 -304
- package/src/tools/custom-storage-credentials/create-custom-storage-credentials.ts +0 -145
- package/src/tools/custom-storage-credentials/delete-custom-storage-credentials.ts +0 -40
- package/src/tools/custom-storage-credentials/retrieve-custom-storage-credentials.ts +0 -56
- package/src/tools/custom-storage-credentials/update-custom-storage-credentials.ts +0 -147
- package/src/tools/customer-service-records/create-customer-service-records.ts +0 -104
- package/src/tools/customer-service-records/list-customer-service-records.ts +0 -133
- package/src/tools/customer-service-records/retrieve-customer-service-records.ts +0 -56
- package/src/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.ts +0 -59
- package/src/tools/detail-records/list-detail-records.ts +0 -115
- package/src/tools/dialogflow-connections/create-dialogflow-connections.ts +0 -77
- package/src/tools/dialogflow-connections/delete-dialogflow-connections.ts +0 -40
- package/src/tools/dialogflow-connections/retrieve-dialogflow-connections.ts +0 -56
- package/src/tools/dialogflow-connections/update-dialogflow-connections.ts +0 -79
- package/src/tools/document-links/list-document-links.ts +0 -80
- package/src/tools/documents/delete-documents.ts +0 -54
- package/src/tools/documents/download-documents.ts +0 -39
- package/src/tools/documents/generate-download-link-documents.ts +0 -54
- package/src/tools/documents/list-documents.ts +0 -120
- package/src/tools/documents/retrieve-documents.ts +0 -54
- package/src/tools/documents/update-documents.ts +0 -60
- package/src/tools/documents/upload-documents.ts +0 -87
- package/src/tools/documents/upload-json-documents.ts +0 -87
- package/src/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.ts +0 -92
- package/src/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.ts +0 -56
- package/src/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.ts +0 -83
- package/src/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.ts +0 -56
- package/src/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.ts +0 -61
- package/src/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.ts +0 -56
- package/src/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.ts +0 -83
- package/src/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.ts +0 -56
- package/src/tools/enum/retrieve-enum.ts +0 -73
- package/src/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.ts +0 -71
- package/src/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.ts +0 -62
- package/src/tools/external-connections/create-external-connections.ts +0 -111
- package/src/tools/external-connections/delete-external-connections.ts +0 -54
- package/src/tools/external-connections/list-external-connections.ts +0 -110
- package/src/tools/external-connections/log-messages/dismiss-external-connections-log-messages.ts +0 -56
- package/src/tools/external-connections/log-messages/list-external-connections-log-messages.ts +0 -95
- package/src/tools/external-connections/log-messages/retrieve-external-connections-log-messages.ts +0 -56
- package/src/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.ts +0 -108
- package/src/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.ts +0 -62
- package/src/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.ts +0 -64
- package/src/tools/external-connections/releases/list-external-connections-releases.ts +0 -131
- package/src/tools/external-connections/releases/retrieve-external-connections-releases.ts +0 -59
- package/src/tools/external-connections/retrieve-external-connections.ts +0 -54
- package/src/tools/external-connections/update-external-connections.ts +0 -106
- package/src/tools/external-connections/update-location-external-connections.ts +0 -61
- package/src/tools/external-connections/uploads/create-external-connections-uploads.ts +0 -84
- package/src/tools/external-connections/uploads/list-external-connections-uploads.ts +0 -121
- package/src/tools/external-connections/uploads/pending-count-external-connections-uploads.ts +0 -56
- package/src/tools/external-connections/uploads/refresh-status-external-connections-uploads.ts +0 -54
- package/src/tools/external-connections/uploads/retrieve-external-connections-uploads.ts +0 -59
- package/src/tools/external-connections/uploads/retry-external-connections-uploads.ts +0 -57
- package/src/tools/fax-applications/create-fax-applications.ts +0 -142
- package/src/tools/fax-applications/delete-fax-applications.ts +0 -54
- package/src/tools/fax-applications/list-fax-applications.ts +0 -93
- package/src/tools/fax-applications/retrieve-fax-applications.ts +0 -54
- package/src/tools/fax-applications/update-fax-applications.ts +0 -151
- package/src/tools/faxes/actions/cancel-faxes-actions.ts +0 -52
- package/src/tools/faxes/actions/refresh-faxes-actions.ts +0 -52
- package/src/tools/faxes/create-faxes.ts +0 -114
- package/src/tools/faxes/delete-faxes.ts +0 -40
- package/src/tools/faxes/list-faxes.ts +0 -130
- package/src/tools/faxes/retrieve-faxes.ts +0 -54
- package/src/tools/fqdn-connections/create-fqdn-connections.ts +0 -369
- package/src/tools/fqdn-connections/delete-fqdn-connections.ts +0 -46
- package/src/tools/fqdn-connections/list-fqdn-connections.ts +0 -90
- package/src/tools/fqdn-connections/retrieve-fqdn-connections.ts +0 -46
- package/src/tools/fqdn-connections/update-fqdn-connections.ts +0 -367
- package/src/tools/fqdns/create-fqdns.ts +0 -66
- package/src/tools/fqdns/delete-fqdns.ts +0 -54
- package/src/tools/fqdns/list-fqdns.ts +0 -88
- package/src/tools/fqdns/retrieve-fqdns.ts +0 -54
- package/src/tools/fqdns/update-fqdns.ts +0 -69
- package/src/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.ts +0 -51
- package/src/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.ts +0 -98
- package/src/tools/global-ip-assignments/create-global-ip-assignments.ts +0 -61
- package/src/tools/global-ip-assignments/delete-global-ip-assignments.ts +0 -54
- package/src/tools/global-ip-assignments/list-global-ip-assignments.ts +0 -65
- package/src/tools/global-ip-assignments/retrieve-global-ip-assignments.ts +0 -54
- package/src/tools/global-ip-assignments/update-global-ip-assignments.ts +0 -91
- package/src/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.ts +0 -98
- package/src/tools/global-ip-health-check-types/list-global-ip-health-check-types.ts +0 -51
- package/src/tools/global-ip-health-checks/create-global-ip-health-checks.ts +0 -62
- package/src/tools/global-ip-health-checks/delete-global-ip-health-checks.ts +0 -54
- package/src/tools/global-ip-health-checks/list-global-ip-health-checks.ts +0 -65
- package/src/tools/global-ip-health-checks/retrieve-global-ip-health-checks.ts +0 -54
- package/src/tools/global-ip-latency/retrieve-global-ip-latency.ts +0 -76
- package/src/tools/global-ip-protocols/list-global-ip-protocols.ts +0 -51
- package/src/tools/global-ip-usage/retrieve-global-ip-usage.ts +0 -76
- package/src/tools/global-ips/create-global-ips.ts +0 -62
- package/src/tools/global-ips/delete-global-ips.ts +0 -54
- package/src/tools/global-ips/list-global-ips.ts +0 -65
- package/src/tools/global-ips/retrieve-global-ips.ts +0 -54
- package/src/tools/inbound-channels/list-inbound-channels.ts +0 -51
- package/src/tools/inbound-channels/update-inbound-channels.ts +0 -53
- package/src/tools/index.ts +0 -1799
- package/src/tools/inexplicit-number-orders/create-inexplicit-number-orders.ts +0 -136
- package/src/tools/inexplicit-number-orders/list-inexplicit-number-orders.ts +0 -59
- package/src/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.ts +0 -56
- package/src/tools/integration-secrets/create-integration-secrets.ts +0 -75
- package/src/tools/integration-secrets/delete-integration-secrets.ts +0 -41
- package/src/tools/integration-secrets/list-integration-secrets.ts +0 -76
- package/src/tools/inventory-coverage/list-inventory-coverage.ts +0 -135
- package/src/tools/invoices/list-invoices.ts +0 -70
- package/src/tools/invoices/retrieve-invoices.ts +0 -59
- package/src/tools/ip-connections/create-ip-connections.ts +0 -321
- package/src/tools/ip-connections/delete-ip-connections.ts +0 -46
- package/src/tools/ip-connections/list-ip-connections.ts +0 -90
- package/src/tools/ip-connections/retrieve-ip-connections.ts +0 -46
- package/src/tools/ip-connections/update-ip-connections.ts +0 -342
- package/src/tools/ips/create-ips.ts +0 -61
- package/src/tools/ips/delete-ips.ts +0 -54
- package/src/tools/ips/list-ips.ts +0 -84
- package/src/tools/ips/retrieve-ips.ts +0 -54
- package/src/tools/ips/update-ips.ts +0 -64
- package/src/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.ts +0 -59
- package/src/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.ts +0 -56
- package/src/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.ts +0 -160
- package/src/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.ts +0 -56
- package/src/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.ts +0 -53
- package/src/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.ts +0 -56
- package/src/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.ts +0 -64
- package/src/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.ts +0 -56
- package/src/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.ts +0 -53
- package/src/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.ts +0 -59
- package/src/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.ts +0 -163
- package/src/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.ts +0 -56
- package/src/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.ts +0 -53
- package/src/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.ts +0 -56
- package/src/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.ts +0 -53
- package/src/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.ts +0 -80
- package/src/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.ts +0 -56
- package/src/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.ts +0 -61
- package/src/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.ts +0 -56
- package/src/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.ts +0 -73
- package/src/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.ts +0 -40
- package/src/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.ts +0 -53
- package/src/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.ts +0 -56
- package/src/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.ts +0 -61
- package/src/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.ts +0 -89
- package/src/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.ts +0 -56
- package/src/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.ts +0 -61
- package/src/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.ts +0 -56
- package/src/tools/list/retrieve-all-list.ts +0 -51
- package/src/tools/list/retrieve-by-zone-list.ts +0 -56
- package/src/tools/managed-accounts/actions/disable-managed-accounts-actions.ts +0 -54
- package/src/tools/managed-accounts/actions/enable-managed-accounts-actions.ts +0 -59
- package/src/tools/managed-accounts/create-managed-accounts.ts +0 -74
- package/src/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.ts +0 -53
- package/src/tools/managed-accounts/list-managed-accounts.ts +0 -112
- package/src/tools/managed-accounts/retrieve-managed-accounts.ts +0 -54
- package/src/tools/managed-accounts/update-global-channel-limit-managed-accounts.ts +0 -59
- package/src/tools/managed-accounts/update-managed-accounts.ts +0 -57
- package/src/tools/media/delete-media.ts +0 -40
- package/src/tools/media/download-media.ts +0 -39
- package/src/tools/media/list-media.ts +0 -64
- package/src/tools/media/retrieve-media.ts +0 -54
- package/src/tools/media/update-media.ts +0 -64
- package/src/tools/media/upload-media.ts +0 -63
- package/src/tools/messages/cancel-scheduled-messages.ts +0 -47
- package/src/tools/messages/rcs/generate-deeplink-messages-rcs.ts +0 -64
- package/src/tools/messages/retrieve-messages.ts +0 -47
- package/src/tools/messages/schedule-messages.ts +0 -102
- package/src/tools/messages/send-group-mms-messages.ts +0 -82
- package/src/tools/messages/send-long-code-messages.ts +0 -89
- package/src/tools/messages/send-messages.ts +0 -102
- package/src/tools/messages/send-number-pool-messages.ts +0 -89
- package/src/tools/messages/send-short-code-messages.ts +0 -89
- package/src/tools/messaging/rcs/agents/list-rcs-messaging-agents.ts +0 -65
- package/src/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.ts +0 -54
- package/src/tools/messaging/rcs/agents/update-rcs-messaging-agents.ts +0 -66
- package/src/tools/messaging/rcs/invite-test-number-messaging-rcs.ts +0 -59
- package/src/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.ts +0 -62
- package/src/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.ts +0 -59
- package/src/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.ts +0 -63
- package/src/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.ts +0 -59
- package/src/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.ts +0 -63
- package/src/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.ts +0 -67
- package/src/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.ts +0 -56
- package/src/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.ts +0 -67
- package/src/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.ts +0 -56
- package/src/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.ts +0 -69
- package/src/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.ts +0 -54
- package/src/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.ts +0 -63
- package/src/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.ts +0 -56
- package/src/tools/messaging-optouts/list-messaging-optouts.ts +0 -102
- package/src/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.ts +0 -75
- package/src/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.ts +0 -64
- package/src/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.ts +0 -91
- package/src/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.ts +0 -64
- package/src/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.ts +0 -84
- package/src/tools/messaging-profiles/create-messaging-profiles.ts +0 -167
- package/src/tools/messaging-profiles/delete-messaging-profiles.ts +0 -54
- package/src/tools/messaging-profiles/list-messaging-profiles.ts +0 -75
- package/src/tools/messaging-profiles/list-phone-numbers-messaging-profiles.ts +0 -70
- package/src/tools/messaging-profiles/list-short-codes-messaging-profiles.ts +0 -70
- package/src/tools/messaging-profiles/retrieve-messaging-profiles.ts +0 -54
- package/src/tools/messaging-profiles/update-messaging-profiles.ts +0 -174
- package/src/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.ts +0 -326
- package/src/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.ts +0 -42
- package/src/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.ts +0 -95
- package/src/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.ts +0 -57
- package/src/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.ts +0 -332
- package/src/tools/messaging-url-domains/list-messaging-url-domains.ts +0 -65
- package/src/tools/messsages/rcs-messsages.ts +0 -376
- package/src/tools/mobile-network-operators/list-mobile-network-operators.ts +0 -111
- package/src/tools/mobile-phone-numbers/list-mobile-phone-numbers.ts +0 -59
- package/src/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.ts +0 -67
- package/src/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.ts +0 -56
- package/src/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.ts +0 -54
- package/src/tools/mobile-phone-numbers/update-mobile-phone-numbers.ts +0 -136
- package/src/tools/mobile-push-credentials/create-mobile-push-credentials.ts +0 -93
- package/src/tools/mobile-push-credentials/delete-mobile-push-credentials.ts +0 -40
- package/src/tools/mobile-push-credentials/list-mobile-push-credentials.ts +0 -81
- package/src/tools/mobile-push-credentials/retrieve-mobile-push-credentials.ts +0 -56
- package/src/tools/mobile-voice-connections/create-mobile-voice-connections.ts +0 -95
- package/src/tools/mobile-voice-connections/delete-mobile-voice-connections.ts +0 -54
- package/src/tools/mobile-voice-connections/list-mobile-voice-connections.ts +0 -68
- package/src/tools/mobile-voice-connections/retrieve-mobile-voice-connections.ts +0 -56
- package/src/tools/mobile-voice-connections/update-mobile-voice-connections.ts +0 -98
- package/src/tools/network-coverage/list-network-coverage.ts +0 -119
- package/src/tools/networks/create-networks.ts +0 -53
- package/src/tools/networks/default-gateway/create-networks-default-gateway.ts +0 -58
- package/src/tools/networks/default-gateway/delete-networks-default-gateway.ts +0 -54
- package/src/tools/networks/default-gateway/retrieve-networks-default-gateway.ts +0 -56
- package/src/tools/networks/delete-networks.ts +0 -54
- package/src/tools/networks/list-interfaces-networks.ts +0 -93
- package/src/tools/networks/list-networks.ts +0 -75
- package/src/tools/networks/retrieve-networks.ts +0 -54
- package/src/tools/networks/update-networks.ts +0 -56
- package/src/tools/notification-channels/create-notification-channels.ts +0 -62
- package/src/tools/notification-channels/delete-notification-channels.ts +0 -54
- package/src/tools/notification-channels/list-notification-channels.ts +0 -138
- package/src/tools/notification-channels/retrieve-notification-channels.ts +0 -54
- package/src/tools/notification-channels/update-notification-channels.ts +0 -67
- package/src/tools/notification-event-conditions/list-notification-event-conditions.ts +0 -140
- package/src/tools/notification-events/list-notification-events.ts +0 -65
- package/src/tools/notification-profiles/create-notification-profiles.ts +0 -53
- package/src/tools/notification-profiles/delete-notification-profiles.ts +0 -54
- package/src/tools/notification-profiles/list-notification-profiles.ts +0 -65
- package/src/tools/notification-profiles/retrieve-notification-profiles.ts +0 -54
- package/src/tools/notification-profiles/update-notification-profiles.ts +0 -58
- package/src/tools/notification-settings/create-notification-settings.ts +0 -75
- package/src/tools/notification-settings/delete-notification-settings.ts +0 -54
- package/src/tools/notification-settings/list-notification-settings.ts +0 -138
- package/src/tools/notification-settings/retrieve-notification-settings.ts +0 -54
- package/src/tools/number-block-orders/create-number-block-orders.ts +0 -69
- package/src/tools/number-block-orders/list-number-block-orders.ts +0 -94
- package/src/tools/number-block-orders/retrieve-number-block-orders.ts +0 -56
- package/src/tools/number-lookup/retrieve-number-lookup.ts +0 -61
- package/src/tools/number-order-phone-numbers/list-number-order-phone-numbers.ts +0 -61
- package/src/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.ts +0 -59
- package/src/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.ts +0 -58
- package/src/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.ts +0 -79
- package/src/tools/number-orders/create-number-orders.ts +0 -86
- package/src/tools/number-orders/list-number-orders.ts +0 -102
- package/src/tools/number-orders/retrieve-number-orders.ts +0 -56
- package/src/tools/number-orders/update-number-orders.ts +0 -80
- package/src/tools/number-reservations/actions/extend-number-reservations-actions.ts +0 -54
- package/src/tools/number-reservations/create-number-reservations.ts +0 -98
- package/src/tools/number-reservations/list-number-reservations.ts +0 -98
- package/src/tools/number-reservations/retrieve-number-reservations.ts +0 -56
- package/src/tools/numbers-features/create-numbers-features.ts +0 -55
- package/src/tools/oauth/grants-oauth.ts +0 -57
- package/src/tools/oauth/introspect-oauth.ts +0 -53
- package/src/tools/oauth/register-oauth.ts +0 -96
- package/src/tools/oauth/retrieve-authorize-oauth.ts +0 -67
- package/src/tools/oauth/retrieve-jwks-oauth.ts +0 -51
- package/src/tools/oauth/retrieve-oauth.ts +0 -54
- package/src/tools/oauth/token-oauth.ts +0 -82
- package/src/tools/oauth-clients/create-oauth-clients.ts +0 -96
- package/src/tools/oauth-clients/delete-oauth-clients.ts +0 -40
- package/src/tools/oauth-clients/list-oauth-clients.ts +0 -85
- package/src/tools/oauth-clients/retrieve-oauth-clients.ts +0 -54
- package/src/tools/oauth-clients/update-oauth-clients.ts +0 -96
- package/src/tools/oauth-grants/delete-oauth-grants.ts +0 -54
- package/src/tools/oauth-grants/list-oauth-grants.ts +0 -59
- package/src/tools/oauth-grants/retrieve-oauth-grants.ts +0 -54
- package/src/tools/operator-connect/actions/refresh-operator-connect-actions.ts +0 -49
- package/src/tools/ota-updates/list-ota-updates.ts +0 -87
- package/src/tools/ota-updates/retrieve-ota-updates.ts +0 -54
- package/src/tools/outbound-voice-profiles/create-outbound-voice-profiles.ts +0 -169
- package/src/tools/outbound-voice-profiles/delete-outbound-voice-profiles.ts +0 -54
- package/src/tools/outbound-voice-profiles/list-outbound-voice-profiles.ts +0 -100
- package/src/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.ts +0 -54
- package/src/tools/outbound-voice-profiles/update-outbound-voice-profiles.ts +0 -172
- package/src/tools/partner-campaigns/list-partner-campaigns.ts +0 -82
- package/src/tools/partner-campaigns/list-shared-by-me-partner-campaigns.ts +0 -64
- package/src/tools/partner-campaigns/retrieve-partner-campaigns.ts +0 -57
- package/src/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.ts +0 -58
- package/src/tools/partner-campaigns/update-partner-campaigns.ts +0 -65
- package/src/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.ts +0 -51
- package/src/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.ts +0 -72
- package/src/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.ts +0 -68
- package/src/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.ts +0 -68
- package/src/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.ts +0 -57
- package/src/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.ts +0 -54
- package/src/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.ts +0 -88
- package/src/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.ts +0 -56
- package/src/tools/phone-number-campaigns/create-phone-number-campaigns.ts +0 -59
- package/src/tools/phone-number-campaigns/delete-phone-number-campaigns.ts +0 -57
- package/src/tools/phone-number-campaigns/list-phone-number-campaigns.ts +0 -96
- package/src/tools/phone-number-campaigns/retrieve-phone-number-campaigns.ts +0 -57
- package/src/tools/phone-number-campaigns/update-phone-number-campaigns.ts +0 -67
- package/src/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.ts +0 -59
- package/src/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.ts +0 -62
- package/src/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.ts +0 -59
- package/src/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.ts +0 -137
- package/src/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.ts +0 -67
- package/src/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.ts +0 -56
- package/src/tools/phone-numbers/delete-phone-numbers.ts +0 -54
- package/src/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.ts +0 -58
- package/src/tools/phone-numbers/jobs/list-phone-numbers-jobs.ts +0 -82
- package/src/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.ts +0 -54
- package/src/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.ts +0 -289
- package/src/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.ts +0 -67
- package/src/tools/phone-numbers/list-phone-numbers.ts +0 -177
- package/src/tools/phone-numbers/messaging/list-phone-numbers-messaging.ts +0 -65
- package/src/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.ts +0 -56
- package/src/tools/phone-numbers/messaging/update-phone-numbers-messaging.ts +0 -64
- package/src/tools/phone-numbers/retrieve-phone-numbers.ts +0 -54
- package/src/tools/phone-numbers/slim-list-phone-numbers.ts +0 -184
- package/src/tools/phone-numbers/update-phone-numbers.ts +0 -80
- package/src/tools/phone-numbers/voice/list-phone-numbers-voice.ts +0 -102
- package/src/tools/phone-numbers/voice/retrieve-phone-numbers-voice.ts +0 -54
- package/src/tools/phone-numbers/voice/update-phone-numbers-voice.ts +0 -161
- package/src/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.ts +0 -62
- package/src/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.ts +0 -56
- package/src/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.ts +0 -62
- package/src/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.ts +0 -63
- package/src/tools/portability-checks/run-portability-checks.ts +0 -56
- package/src/tools/porting/events/list-porting-events.ts +0 -97
- package/src/tools/porting/events/republish-porting-events.ts +0 -38
- package/src/tools/porting/events/retrieve-porting-events.ts +0 -46
- package/src/tools/porting/list-uk-carriers-porting.ts +0 -51
- package/src/tools/porting/loa-configurations/create-porting-loa-configurations.ts +0 -116
- package/src/tools/porting/loa-configurations/delete-porting-loa-configurations.ts +0 -40
- package/src/tools/porting/loa-configurations/list-porting-loa-configurations.ts +0 -67
- package/src/tools/porting/loa-configurations/preview-0-porting-loa-configurations.ts +0 -99
- package/src/tools/porting/loa-configurations/preview-1-porting-loa-configurations.ts +0 -39
- package/src/tools/porting/loa-configurations/retrieve-porting-loa-configurations.ts +0 -56
- package/src/tools/porting/loa-configurations/update-porting-loa-configurations.ts +0 -119
- package/src/tools/porting/reports/create-porting-reports.ts +0 -106
- package/src/tools/porting/reports/list-porting-reports.ts +0 -82
- package/src/tools/porting/reports/retrieve-porting-reports.ts +0 -54
- package/src/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.ts +0 -72
- package/src/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.ts +0 -113
- package/src/tools/porting-orders/actions/activate-porting-orders-actions.ts +0 -52
- package/src/tools/porting-orders/actions/cancel-porting-orders-actions.ts +0 -44
- package/src/tools/porting-orders/actions/confirm-porting-orders-actions.ts +0 -44
- package/src/tools/porting-orders/actions/share-porting-orders-actions.ts +0 -63
- package/src/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.ts +0 -70
- package/src/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.ts +0 -59
- package/src/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.ts +0 -63
- package/src/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.ts +0 -71
- package/src/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.ts +0 -45
- package/src/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.ts +0 -96
- package/src/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.ts +0 -75
- package/src/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.ts +0 -59
- package/src/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.ts +0 -101
- package/src/tools/porting-orders/comments/create-porting-orders-comments.ts +0 -57
- package/src/tools/porting-orders/comments/list-porting-orders-comments.ts +0 -70
- package/src/tools/porting-orders/create-porting-orders.ts +0 -56
- package/src/tools/porting-orders/delete-porting-orders.ts +0 -41
- package/src/tools/porting-orders/list-porting-orders.ts +0 -177
- package/src/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.ts +0 -92
- package/src/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.ts +0 -59
- package/src/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.ts +0 -181
- package/src/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.ts +0 -68
- package/src/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.ts +0 -123
- package/src/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.ts +0 -98
- package/src/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.ts +0 -59
- package/src/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.ts +0 -96
- package/src/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.ts +0 -56
- package/src/tools/porting-orders/retrieve-exception-types-porting-orders.ts +0 -53
- package/src/tools/porting-orders/retrieve-loa-template-porting-orders.ts +0 -44
- package/src/tools/porting-orders/retrieve-porting-orders.ts +0 -50
- package/src/tools/porting-orders/retrieve-requirements-porting-orders.ts +0 -70
- package/src/tools/porting-orders/retrieve-sub-request-porting-orders.ts +0 -56
- package/src/tools/porting-orders/update-porting-orders.ts +0 -270
- package/src/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.ts +0 -92
- package/src/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.ts +0 -48
- package/src/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.ts +0 -68
- package/src/tools/porting-phone-numbers/list-porting-phone-numbers.ts +0 -86
- package/src/tools/portouts/comments/create-portouts-comments.ts +0 -56
- package/src/tools/portouts/comments/list-portouts-comments.ts +0 -54
- package/src/tools/portouts/events/list-portouts-events.ts +0 -97
- package/src/tools/portouts/events/republish-portouts-events.ts +0 -38
- package/src/tools/portouts/events/retrieve-portouts-events.ts +0 -54
- package/src/tools/portouts/list-portouts.ts +0 -154
- package/src/tools/portouts/list-rejection-codes-portouts.ts +0 -81
- package/src/tools/portouts/reports/create-portouts-reports.ts +0 -108
- package/src/tools/portouts/reports/list-portouts-reports.ts +0 -82
- package/src/tools/portouts/reports/retrieve-portouts-reports.ts +0 -54
- package/src/tools/portouts/retrieve-portouts.ts +0 -54
- package/src/tools/portouts/supporting-documents/create-portouts-supporting-documents.ts +0 -73
- package/src/tools/portouts/supporting-documents/list-portouts-supporting-documents.ts +0 -56
- package/src/tools/portouts/update-status-portouts.ts +0 -67
- package/src/tools/private-wireless-gateways/create-private-wireless-gateways.ts +0 -64
- package/src/tools/private-wireless-gateways/delete-private-wireless-gateways.ts +0 -54
- package/src/tools/private-wireless-gateways/list-private-wireless-gateways.ts +0 -79
- package/src/tools/private-wireless-gateways/retrieve-private-wireless-gateways.ts +0 -56
- package/src/tools/public-internet-gateways/create-public-internet-gateways.ts +0 -63
- package/src/tools/public-internet-gateways/delete-public-internet-gateways.ts +0 -54
- package/src/tools/public-internet-gateways/list-public-internet-gateways.ts +0 -75
- package/src/tools/public-internet-gateways/retrieve-public-internet-gateways.ts +0 -56
- package/src/tools/queues/calls/list-queues-calls.ts +0 -83
- package/src/tools/queues/calls/remove-queues-calls.ts +0 -44
- package/src/tools/queues/calls/retrieve-queues-calls.ts +0 -59
- package/src/tools/queues/calls/update-queues-calls.ts +0 -45
- package/src/tools/queues/retrieve-queues.ts +0 -54
- package/src/tools/recording-transcriptions/delete-recording-transcriptions.ts +0 -56
- package/src/tools/recording-transcriptions/list-recording-transcriptions.ts +0 -51
- package/src/tools/recording-transcriptions/retrieve-recording-transcriptions.ts +0 -56
- package/src/tools/recordings/actions/delete-recordings-actions.ts +0 -42
- package/src/tools/recordings/delete-recordings.ts +0 -54
- package/src/tools/recordings/list-recordings.ts +0 -117
- package/src/tools/recordings/retrieve-recordings.ts +0 -54
- package/src/tools/regions/list-regions.ts +0 -51
- package/src/tools/regulatory-requirements/retrieve-regulatory-requirements.ts +0 -82
- package/src/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.ts +0 -75
- package/src/tools/reports/list-mdrs-reports.ts +0 -98
- package/src/tools/reports/list-wdrs-reports.ts +0 -112
- package/src/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.ts +0 -66
- package/src/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.ts +0 -54
- package/src/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.ts +0 -71
- package/src/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.ts +0 -65
- package/src/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.ts +0 -56
- package/src/tools/requirement-groups/create-requirement-groups.ts +0 -78
- package/src/tools/requirement-groups/delete-requirement-groups.ts +0 -54
- package/src/tools/requirement-groups/list-requirement-groups.ts +0 -81
- package/src/tools/requirement-groups/retrieve-requirement-groups.ts +0 -54
- package/src/tools/requirement-groups/submit-for-approval-requirement-groups.ts +0 -54
- package/src/tools/requirement-groups/update-requirement-groups.ts +0 -72
- package/src/tools/requirement-types/list-requirement-types.ts +0 -76
- package/src/tools/requirement-types/retrieve-requirement-types.ts +0 -54
- package/src/tools/requirements/list-requirements.ts +0 -104
- package/src/tools/requirements/retrieve-requirements.ts +0 -54
- package/src/tools/room-compositions/create-room-compositions.ts +0 -81
- package/src/tools/room-compositions/delete-room-compositions.ts +0 -40
- package/src/tools/room-compositions/list-room-compositions.ts +0 -101
- package/src/tools/room-compositions/retrieve-room-compositions.ts +0 -56
- package/src/tools/room-participants/list-room-participants.ts +0 -143
- package/src/tools/room-participants/retrieve-room-participants.ts +0 -56
- package/src/tools/room-recordings/delete-bulk-room-recordings.ts +0 -136
- package/src/tools/room-recordings/delete-room-recordings.ts +0 -40
- package/src/tools/room-recordings/list-room-recordings.ts +0 -136
- package/src/tools/room-recordings/retrieve-room-recordings.ts +0 -56
- package/src/tools/rooms/actions/generate-join-client-token-rooms-actions.ts +0 -64
- package/src/tools/rooms/actions/refresh-client-token-rooms-actions.ts +0 -62
- package/src/tools/rooms/create-rooms.ts +0 -76
- package/src/tools/rooms/delete-rooms.ts +0 -41
- package/src/tools/rooms/list-rooms.ts +0 -120
- package/src/tools/rooms/retrieve-rooms.ts +0 -58
- package/src/tools/rooms/sessions/actions/end-sessions-rooms-actions.ts +0 -54
- package/src/tools/rooms/sessions/actions/kick-sessions-rooms-actions.ts +0 -77
- package/src/tools/rooms/sessions/actions/mute-sessions-rooms-actions.ts +0 -77
- package/src/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.ts +0 -77
- package/src/tools/rooms/sessions/list-0-rooms-sessions.ts +0 -144
- package/src/tools/rooms/sessions/list-1-rooms-sessions.ts +0 -145
- package/src/tools/rooms/sessions/retrieve-participants-rooms-sessions.ts +0 -144
- package/src/tools/rooms/sessions/retrieve-rooms-sessions.ts +0 -60
- package/src/tools/rooms/update-rooms.ts +0 -79
- package/src/tools/seti/retrieve-black-box-test-results-seti.ts +0 -63
- package/src/tools/short-codes/list-short-codes.ts +0 -77
- package/src/tools/short-codes/retrieve-short-codes.ts +0 -54
- package/src/tools/short-codes/update-short-codes.ts +0 -62
- package/src/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.ts +0 -68
- package/src/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.ts +0 -56
- package/src/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.ts +0 -65
- package/src/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.ts +0 -56
- package/src/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.ts +0 -71
- package/src/tools/sim-card-groups/actions/list-sim-card-groups-actions.ts +0 -78
- package/src/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.ts +0 -54
- package/src/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.ts +0 -54
- package/src/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.ts +0 -54
- package/src/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.ts +0 -58
- package/src/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.ts +0 -58
- package/src/tools/sim-card-groups/create-sim-card-groups.ts +0 -65
- package/src/tools/sim-card-groups/delete-sim-card-groups.ts +0 -54
- package/src/tools/sim-card-groups/list-sim-card-groups.ts +0 -71
- package/src/tools/sim-card-groups/retrieve-sim-card-groups.ts +0 -58
- package/src/tools/sim-card-groups/update-sim-card-groups.ts +0 -68
- package/src/tools/sim-card-order-preview/preview-sim-card-order-preview.ts +0 -57
- package/src/tools/sim-card-orders/create-sim-card-orders.ts +0 -57
- package/src/tools/sim-card-orders/list-sim-card-orders.ts +0 -137
- package/src/tools/sim-card-orders/retrieve-sim-card-orders.ts +0 -54
- package/src/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.ts +0 -58
- package/src/tools/sim-cards/actions/disable-sim-cards-actions.ts +0 -52
- package/src/tools/sim-cards/actions/enable-sim-cards-actions.ts +0 -52
- package/src/tools/sim-cards/actions/list-sim-cards-actions.ts +0 -98
- package/src/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.ts +0 -54
- package/src/tools/sim-cards/actions/retrieve-sim-cards-actions.ts +0 -54
- package/src/tools/sim-cards/actions/set-public-ip-sim-cards-actions.ts +0 -59
- package/src/tools/sim-cards/actions/set-standby-sim-cards-actions.ts +0 -52
- package/src/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.ts +0 -57
- package/src/tools/sim-cards/delete-sim-cards.ts +0 -52
- package/src/tools/sim-cards/get-activation-code-sim-cards.ts +0 -54
- package/src/tools/sim-cards/get-device-details-sim-cards.ts +0 -54
- package/src/tools/sim-cards/get-public-ip-sim-cards.ts +0 -54
- package/src/tools/sim-cards/list-sim-cards.ts +0 -107
- package/src/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.ts +0 -64
- package/src/tools/sim-cards/retrieve-sim-cards.ts +0 -55
- package/src/tools/sim-cards/update-sim-cards.ts +0 -105
- package/src/tools/siprec-connectors/create-siprec-connectors.ts +0 -65
- package/src/tools/siprec-connectors/delete-siprec-connectors.ts +0 -40
- package/src/tools/siprec-connectors/retrieve-siprec-connectors.ts +0 -56
- package/src/tools/siprec-connectors/update-siprec-connectors.ts +0 -72
- package/src/tools/storage/buckets/create-presigned-url-storage-buckets.ts +0 -61
- package/src/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.ts +0 -64
- package/src/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.ts +0 -56
- package/src/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.ts +0 -56
- package/src/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.ts +0 -74
- package/src/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.ts +0 -56
- package/src/tools/storage/list-migration-source-coverage-storage.ts +0 -53
- package/src/tools/storage/migration-sources/create-storage-migration-sources.ts +0 -79
- package/src/tools/storage/migration-sources/delete-storage-migration-sources.ts +0 -56
- package/src/tools/storage/migration-sources/list-storage-migration-sources.ts +0 -51
- package/src/tools/storage/migration-sources/retrieve-storage-migration-sources.ts +0 -56
- package/src/tools/storage/migrations/actions/stop-migrations-storage-actions.ts +0 -54
- package/src/tools/storage/migrations/create-storage-migrations.ts +0 -67
- package/src/tools/storage/migrations/list-storage-migrations.ts +0 -51
- package/src/tools/storage/migrations/retrieve-storage-migrations.ts +0 -54
- package/src/tools/sub-number-orders/cancel-sub-number-orders.ts +0 -54
- package/src/tools/sub-number-orders/list-sub-number-orders.ts +0 -78
- package/src/tools/sub-number-orders/retrieve-sub-number-orders.ts +0 -67
- package/src/tools/sub-number-orders/update-requirement-group-sub-number-orders.ts +0 -58
- package/src/tools/sub-number-orders/update-sub-number-orders.ts +0 -76
- package/src/tools/sub-number-orders-report/create-sub-number-orders-report.ts +0 -76
- package/src/tools/sub-number-orders-report/download-sub-number-orders-report.ts +0 -56
- package/src/tools/sub-number-orders-report/retrieve-sub-number-orders-report.ts +0 -56
- package/src/tools/telephony-credentials/create-telephony-credentials.ts +0 -64
- package/src/tools/telephony-credentials/create-token-telephony-credentials.ts +0 -54
- package/src/tools/telephony-credentials/delete-telephony-credentials.ts +0 -54
- package/src/tools/telephony-credentials/list-telephony-credentials.ts +0 -92
- package/src/tools/telephony-credentials/retrieve-telephony-credentials.ts +0 -54
- package/src/tools/telephony-credentials/update-telephony-credentials.ts +0 -69
- package/src/tools/texml/accounts/calls/calls-accounts-texml-calls.ts +0 -234
- package/src/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.ts +0 -67
- package/src/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.ts +0 -93
- package/src/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.ts +0 -62
- package/src/tools/texml/accounts/calls/retrieve-accounts-texml-calls.ts +0 -59
- package/src/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.ts +0 -106
- package/src/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.ts +0 -65
- package/src/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.ts +0 -103
- package/src/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.ts +0 -68
- package/src/tools/texml/accounts/calls/streams-json-accounts-texml-calls.ts +0 -93
- package/src/tools/texml/accounts/calls/update-accounts-texml-calls.ts +0 -94
- package/src/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.ts +0 -49
- package/src/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.ts +0 -283
- package/src/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.ts +0 -66
- package/src/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.ts +0 -62
- package/src/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.ts +0 -115
- package/src/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.ts +0 -59
- package/src/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.ts +0 -91
- package/src/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.ts +0 -62
- package/src/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.ts +0 -62
- package/src/tools/texml/accounts/conferences/update-accounts-texml-conferences.ts +0 -72
- package/src/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.ts +0 -45
- package/src/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.ts +0 -62
- package/src/tools/texml/accounts/retrieve-recordings-json-texml-accounts.ts +0 -71
- package/src/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.ts +0 -64
- package/src/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.ts +0 -45
- package/src/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.ts +0 -65
- package/src/tools/texml/calls/initiate-texml-calls.ts +0 -202
- package/src/tools/texml/calls/update-texml-calls.ts +0 -89
- package/src/tools/texml/secrets-texml.ts +0 -58
- package/src/tools/texml-applications/create-texml-applications.ts +0 -171
- package/src/tools/texml-applications/delete-texml-applications.ts +0 -54
- package/src/tools/texml-applications/list-texml-applications.ts +0 -87
- package/src/tools/texml-applications/retrieve-texml-applications.ts +0 -54
- package/src/tools/texml-applications/update-texml-applications.ts +0 -174
- package/src/tools/text-to-speech/generate-speech-text-to-speech.ts +0 -43
- package/src/tools/text-to-speech/list-voices-text-to-speech.ts +0 -60
- package/src/tools/usage-reports/get-options-usage-reports.ts +0 -60
- package/src/tools/usage-reports/list-usage-reports.ts +0 -123
- package/src/tools/user-addresses/create-user-addresses.ts +0 -111
- package/src/tools/user-addresses/list-user-addresses.ts +0 -107
- package/src/tools/user-addresses/retrieve-user-addresses.ts +0 -54
- package/src/tools/user-tags/list-user-tags.ts +0 -61
- package/src/tools/verifications/actions/verify-verifications-actions.ts +0 -64
- package/src/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.ts +0 -66
- package/src/tools/verifications/by-phone-number/list-verifications-by-phone-number.ts +0 -57
- package/src/tools/verifications/retrieve-verifications.ts +0 -56
- package/src/tools/verifications/trigger-call-verifications.ts +0 -70
- package/src/tools/verifications/trigger-flashcall-verifications.ts +0 -63
- package/src/tools/verifications/trigger-sms-verifications.ts +0 -65
- package/src/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.ts +0 -61
- package/src/tools/verified-numbers/create-verified-numbers.ts +0 -62
- package/src/tools/verified-numbers/delete-verified-numbers.ts +0 -57
- package/src/tools/verified-numbers/list-verified-numbers.ts +0 -66
- package/src/tools/verified-numbers/retrieve-verified-numbers.ts +0 -57
- package/src/tools/verify-profiles/create-template-verify-profiles.ts +0 -55
- package/src/tools/verify-profiles/create-verify-profiles.ts +0 -153
- package/src/tools/verify-profiles/delete-verify-profiles.ts +0 -56
- package/src/tools/verify-profiles/list-verify-profiles.ts +0 -76
- package/src/tools/verify-profiles/retrieve-templates-verify-profiles.ts +0 -51
- package/src/tools/verify-profiles/retrieve-verify-profiles.ts +0 -56
- package/src/tools/verify-profiles/update-template-verify-profiles.ts +0 -58
- package/src/tools/verify-profiles/update-verify-profiles.ts +0 -157
- package/src/tools/virtual-cross-connects/create-virtual-cross-connects.ts +0 -126
- package/src/tools/virtual-cross-connects/delete-virtual-cross-connects.ts +0 -54
- package/src/tools/virtual-cross-connects/list-virtual-cross-connects.ts +0 -75
- package/src/tools/virtual-cross-connects/retrieve-virtual-cross-connects.ts +0 -54
- package/src/tools/virtual-cross-connects/update-virtual-cross-connects.ts +0 -82
- package/src/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.ts +0 -125
- package/src/tools/webhook-deliveries/list-webhook-deliveries.ts +0 -137
- package/src/tools/webhook-deliveries/retrieve-webhook-deliveries.ts +0 -54
- package/src/tools/well-known/retrieve-authorization-server-metadata-well-known.ts +0 -53
- package/src/tools/well-known/retrieve-protected-resource-metadata-well-known.ts +0 -53
- package/src/tools/wireguard-interfaces/create-wireguard-interfaces.ts +0 -65
- package/src/tools/wireguard-interfaces/delete-wireguard-interfaces.ts +0 -54
- package/src/tools/wireguard-interfaces/list-wireguard-interfaces.ts +0 -75
- package/src/tools/wireguard-interfaces/retrieve-wireguard-interfaces.ts +0 -54
- package/src/tools/wireguard-peers/create-wireguard-peers.ts +0 -58
- package/src/tools/wireguard-peers/delete-wireguard-peers.ts +0 -54
- package/src/tools/wireguard-peers/list-wireguard-peers.ts +0 -76
- package/src/tools/wireguard-peers/retrieve-config-wireguard-peers.ts +0 -54
- package/src/tools/wireguard-peers/retrieve-wireguard-peers.ts +0 -54
- package/src/tools/wireguard-peers/update-wireguard-peers.ts +0 -57
- package/src/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.ts +0 -59
- package/src/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.ts +0 -56
- package/src/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.ts +0 -61
- package/src/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.ts +0 -56
- package/src/tools/wireless/retrieve-regions-wireless.ts +0 -56
- package/src/tools/wireless-blocklist-values/list-wireless-blocklist-values.ts +0 -57
- package/src/tools/wireless-blocklists/create-wireless-blocklists.ts +0 -66
- package/src/tools/wireless-blocklists/delete-wireless-blocklists.ts +0 -54
- package/src/tools/wireless-blocklists/list-wireless-blocklists.ts +0 -71
- package/src/tools/wireless-blocklists/retrieve-wireless-blocklists.ts +0 -54
- package/src/tools/wireless-blocklists/update-wireless-blocklists.ts +0 -66
- package/src/tools.ts +0 -1
- package/tools/access-ip-address/create-access-ip-address.d.mts +0 -51
- package/tools/access-ip-address/create-access-ip-address.d.mts.map +0 -1
- package/tools/access-ip-address/create-access-ip-address.d.ts +0 -51
- package/tools/access-ip-address/create-access-ip-address.d.ts.map +0 -1
- package/tools/access-ip-address/create-access-ip-address.js +0 -57
- package/tools/access-ip-address/create-access-ip-address.js.map +0 -1
- package/tools/access-ip-address/create-access-ip-address.mjs +0 -50
- package/tools/access-ip-address/create-access-ip-address.mjs.map +0 -1
- package/tools/access-ip-address/delete-access-ip-address.d.mts +0 -51
- package/tools/access-ip-address/delete-access-ip-address.d.mts.map +0 -1
- package/tools/access-ip-address/delete-access-ip-address.d.ts +0 -51
- package/tools/access-ip-address/delete-access-ip-address.d.ts.map +0 -1
- package/tools/access-ip-address/delete-access-ip-address.js +0 -54
- package/tools/access-ip-address/delete-access-ip-address.js.map +0 -1
- package/tools/access-ip-address/delete-access-ip-address.mjs +0 -47
- package/tools/access-ip-address/delete-access-ip-address.mjs.map +0 -1
- package/tools/access-ip-address/list-access-ip-address.d.mts +0 -51
- package/tools/access-ip-address/list-access-ip-address.d.mts.map +0 -1
- package/tools/access-ip-address/list-access-ip-address.d.ts +0 -51
- package/tools/access-ip-address/list-access-ip-address.d.ts.map +0 -1
- package/tools/access-ip-address/list-access-ip-address.js +0 -114
- package/tools/access-ip-address/list-access-ip-address.js.map +0 -1
- package/tools/access-ip-address/list-access-ip-address.mjs +0 -107
- package/tools/access-ip-address/list-access-ip-address.mjs.map +0 -1
- package/tools/access-ip-address/retrieve-access-ip-address.d.mts +0 -51
- package/tools/access-ip-address/retrieve-access-ip-address.d.mts.map +0 -1
- package/tools/access-ip-address/retrieve-access-ip-address.d.ts +0 -51
- package/tools/access-ip-address/retrieve-access-ip-address.d.ts.map +0 -1
- package/tools/access-ip-address/retrieve-access-ip-address.js +0 -54
- package/tools/access-ip-address/retrieve-access-ip-address.js.map +0 -1
- package/tools/access-ip-address/retrieve-access-ip-address.mjs +0 -47
- package/tools/access-ip-address/retrieve-access-ip-address.mjs.map +0 -1
- package/tools/access-ip-ranges/create-access-ip-ranges.d.mts +0 -51
- package/tools/access-ip-ranges/create-access-ip-ranges.d.mts.map +0 -1
- package/tools/access-ip-ranges/create-access-ip-ranges.d.ts +0 -51
- package/tools/access-ip-ranges/create-access-ip-ranges.d.ts.map +0 -1
- package/tools/access-ip-ranges/create-access-ip-ranges.js +0 -57
- package/tools/access-ip-ranges/create-access-ip-ranges.js.map +0 -1
- package/tools/access-ip-ranges/create-access-ip-ranges.mjs +0 -50
- package/tools/access-ip-ranges/create-access-ip-ranges.mjs.map +0 -1
- package/tools/access-ip-ranges/delete-access-ip-ranges.d.mts +0 -51
- package/tools/access-ip-ranges/delete-access-ip-ranges.d.mts.map +0 -1
- package/tools/access-ip-ranges/delete-access-ip-ranges.d.ts +0 -51
- package/tools/access-ip-ranges/delete-access-ip-ranges.d.ts.map +0 -1
- package/tools/access-ip-ranges/delete-access-ip-ranges.js +0 -53
- package/tools/access-ip-ranges/delete-access-ip-ranges.js.map +0 -1
- package/tools/access-ip-ranges/delete-access-ip-ranges.mjs +0 -46
- package/tools/access-ip-ranges/delete-access-ip-ranges.mjs.map +0 -1
- package/tools/access-ip-ranges/list-access-ip-ranges.d.mts +0 -51
- package/tools/access-ip-ranges/list-access-ip-ranges.d.mts.map +0 -1
- package/tools/access-ip-ranges/list-access-ip-ranges.d.ts +0 -51
- package/tools/access-ip-ranges/list-access-ip-ranges.d.ts.map +0 -1
- package/tools/access-ip-ranges/list-access-ip-ranges.js +0 -134
- package/tools/access-ip-ranges/list-access-ip-ranges.js.map +0 -1
- package/tools/access-ip-ranges/list-access-ip-ranges.mjs +0 -127
- package/tools/access-ip-ranges/list-access-ip-ranges.mjs.map +0 -1
- package/tools/actions/purchase/create-actions-purchase.d.mts +0 -51
- package/tools/actions/purchase/create-actions-purchase.d.mts.map +0 -1
- package/tools/actions/purchase/create-actions-purchase.d.ts +0 -51
- package/tools/actions/purchase/create-actions-purchase.d.ts.map +0 -1
- package/tools/actions/purchase/create-actions-purchase.js +0 -77
- package/tools/actions/purchase/create-actions-purchase.js.map +0 -1
- package/tools/actions/purchase/create-actions-purchase.mjs +0 -70
- package/tools/actions/purchase/create-actions-purchase.mjs.map +0 -1
- package/tools/actions/register/create-actions-register.d.mts +0 -51
- package/tools/actions/register/create-actions-register.d.mts.map +0 -1
- package/tools/actions/register/create-actions-register.d.ts +0 -51
- package/tools/actions/register/create-actions-register.d.ts.map +0 -1
- package/tools/actions/register/create-actions-register.js +0 -71
- package/tools/actions/register/create-actions-register.js.map +0 -1
- package/tools/actions/register/create-actions-register.mjs +0 -64
- package/tools/actions/register/create-actions-register.mjs.map +0 -1
- package/tools/addresses/actions/accept-suggestions-addresses-actions.d.mts +0 -51
- package/tools/addresses/actions/accept-suggestions-addresses-actions.d.mts.map +0 -1
- package/tools/addresses/actions/accept-suggestions-addresses-actions.d.ts +0 -51
- package/tools/addresses/actions/accept-suggestions-addresses-actions.d.ts.map +0 -1
- package/tools/addresses/actions/accept-suggestions-addresses-actions.js +0 -56
- package/tools/addresses/actions/accept-suggestions-addresses-actions.js.map +0 -1
- package/tools/addresses/actions/accept-suggestions-addresses-actions.mjs +0 -49
- package/tools/addresses/actions/accept-suggestions-addresses-actions.mjs.map +0 -1
- package/tools/addresses/actions/validate-addresses-actions.d.mts +0 -51
- package/tools/addresses/actions/validate-addresses-actions.d.mts.map +0 -1
- package/tools/addresses/actions/validate-addresses-actions.d.ts +0 -51
- package/tools/addresses/actions/validate-addresses-actions.d.ts.map +0 -1
- package/tools/addresses/actions/validate-addresses-actions.js +0 -73
- package/tools/addresses/actions/validate-addresses-actions.js.map +0 -1
- package/tools/addresses/actions/validate-addresses-actions.mjs +0 -66
- package/tools/addresses/actions/validate-addresses-actions.mjs.map +0 -1
- package/tools/addresses/create-addresses.d.mts +0 -51
- package/tools/addresses/create-addresses.d.mts.map +0 -1
- package/tools/addresses/create-addresses.d.ts +0 -51
- package/tools/addresses/create-addresses.d.ts.map +0 -1
- package/tools/addresses/create-addresses.js +0 -109
- package/tools/addresses/create-addresses.js.map +0 -1
- package/tools/addresses/create-addresses.mjs +0 -102
- package/tools/addresses/create-addresses.mjs.map +0 -1
- package/tools/addresses/delete-addresses.d.mts +0 -51
- package/tools/addresses/delete-addresses.d.mts.map +0 -1
- package/tools/addresses/delete-addresses.d.ts +0 -51
- package/tools/addresses/delete-addresses.d.ts.map +0 -1
- package/tools/addresses/delete-addresses.js +0 -54
- package/tools/addresses/delete-addresses.js.map +0 -1
- package/tools/addresses/delete-addresses.mjs +0 -47
- package/tools/addresses/delete-addresses.mjs.map +0 -1
- package/tools/addresses/list-addresses.d.mts +0 -51
- package/tools/addresses/list-addresses.d.mts.map +0 -1
- package/tools/addresses/list-addresses.d.ts +0 -51
- package/tools/addresses/list-addresses.d.ts.map +0 -1
- package/tools/addresses/list-addresses.js +0 -120
- package/tools/addresses/list-addresses.js.map +0 -1
- package/tools/addresses/list-addresses.mjs +0 -113
- package/tools/addresses/list-addresses.mjs.map +0 -1
- package/tools/addresses/retrieve-addresses.d.mts +0 -51
- package/tools/addresses/retrieve-addresses.d.mts.map +0 -1
- package/tools/addresses/retrieve-addresses.d.ts +0 -51
- package/tools/addresses/retrieve-addresses.d.ts.map +0 -1
- package/tools/addresses/retrieve-addresses.js +0 -54
- package/tools/addresses/retrieve-addresses.js.map +0 -1
- package/tools/addresses/retrieve-addresses.mjs +0 -47
- package/tools/addresses/retrieve-addresses.mjs.map +0 -1
- package/tools/advanced-orders/create-advanced-orders.d.mts +0 -51
- package/tools/advanced-orders/create-advanced-orders.d.mts.map +0 -1
- package/tools/advanced-orders/create-advanced-orders.d.ts +0 -51
- package/tools/advanced-orders/create-advanced-orders.d.ts.map +0 -1
- package/tools/advanced-orders/create-advanced-orders.js +0 -86
- package/tools/advanced-orders/create-advanced-orders.js.map +0 -1
- package/tools/advanced-orders/create-advanced-orders.mjs +0 -79
- package/tools/advanced-orders/create-advanced-orders.mjs.map +0 -1
- package/tools/advanced-orders/list-advanced-orders.d.mts +0 -51
- package/tools/advanced-orders/list-advanced-orders.d.mts.map +0 -1
- package/tools/advanced-orders/list-advanced-orders.d.ts +0 -51
- package/tools/advanced-orders/list-advanced-orders.d.ts.map +0 -1
- package/tools/advanced-orders/list-advanced-orders.js +0 -51
- package/tools/advanced-orders/list-advanced-orders.js.map +0 -1
- package/tools/advanced-orders/list-advanced-orders.mjs +0 -44
- package/tools/advanced-orders/list-advanced-orders.mjs.map +0 -1
- package/tools/advanced-orders/retrieve-advanced-orders.d.mts +0 -51
- package/tools/advanced-orders/retrieve-advanced-orders.d.mts.map +0 -1
- package/tools/advanced-orders/retrieve-advanced-orders.d.ts +0 -51
- package/tools/advanced-orders/retrieve-advanced-orders.d.ts.map +0 -1
- package/tools/advanced-orders/retrieve-advanced-orders.js +0 -55
- package/tools/advanced-orders/retrieve-advanced-orders.js.map +0 -1
- package/tools/advanced-orders/retrieve-advanced-orders.mjs +0 -48
- package/tools/advanced-orders/retrieve-advanced-orders.mjs.map +0 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.mts +0 -51
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.mts.map +0 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.ts +0 -51
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.ts.map +0 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.js +0 -90
- package/tools/advanced-orders/update-requirement-group-advanced-orders.js.map +0 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.mjs +0 -83
- package/tools/advanced-orders/update-requirement-group-advanced-orders.mjs.map +0 -1
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.d.mts +0 -51
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.d.mts.map +0 -1
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.d.ts +0 -51
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.d.ts.map +0 -1
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.js +0 -81
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.js.map +0 -1
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.mjs +0 -74
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.mjs.map +0 -1
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.d.mts +0 -51
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.d.mts.map +0 -1
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.d.ts +0 -51
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.d.ts.map +0 -1
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.js +0 -38
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.js.map +0 -1
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.mjs +0 -34
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.mjs.map +0 -1
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.d.mts +0 -51
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.d.mts.map +0 -1
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.d.ts +0 -51
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.d.ts.map +0 -1
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.js +0 -55
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.js.map +0 -1
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.mjs +0 -48
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.mjs.map +0 -1
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.d.mts +0 -51
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.d.mts.map +0 -1
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.d.ts +0 -51
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.d.ts.map +0 -1
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.js +0 -83
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.js.map +0 -1
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.mjs +0 -76
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.mjs.map +0 -1
- package/tools/ai/assistants/chat-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/chat-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/chat-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/chat-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/chat-ai-assistants.js +0 -68
- package/tools/ai/assistants/chat-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/chat-ai-assistants.mjs +0 -61
- package/tools/ai/assistants/chat-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/clone-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/clone-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/clone-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/clone-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/clone-ai-assistants.js +0 -47
- package/tools/ai/assistants/clone-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/clone-ai-assistants.mjs +0 -40
- package/tools/ai/assistants/clone-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/create-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/create-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/create-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/create-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/create-ai-assistants.js +0 -665
- package/tools/ai/assistants/create-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/create-ai-assistants.mjs +0 -658
- package/tools/ai/assistants/create-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/delete-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/delete-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/delete-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/delete-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/delete-ai-assistants.js +0 -55
- package/tools/ai/assistants/delete-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/delete-ai-assistants.mjs +0 -48
- package/tools/ai/assistants/delete-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/get-texml-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/get-texml-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/get-texml-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/get-texml-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/get-texml-ai-assistants.js +0 -55
- package/tools/ai/assistants/get-texml-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/get-texml-ai-assistants.mjs +0 -48
- package/tools/ai/assistants/get-texml-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/import-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/import-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/import-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/import-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/import-ai-assistants.js +0 -52
- package/tools/ai/assistants/import-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/import-ai-assistants.mjs +0 -45
- package/tools/ai/assistants/import-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/list-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/list-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/list-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/list-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/list-ai-assistants.js +0 -43
- package/tools/ai/assistants/list-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/list-ai-assistants.mjs +0 -36
- package/tools/ai/assistants/list-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/retrieve-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/retrieve-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/retrieve-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/retrieve-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/retrieve-ai-assistants.js +0 -65
- package/tools/ai/assistants/retrieve-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/retrieve-ai-assistants.mjs +0 -58
- package/tools/ai/assistants/retrieve-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.d.mts +0 -51
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.d.mts.map +0 -1
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.d.ts +0 -51
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.d.ts.map +0 -1
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.js +0 -95
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.js.map +0 -1
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.mjs +0 -88
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.mjs.map +0 -1
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.d.mts +0 -51
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.d.mts.map +0 -1
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.d.ts +0 -51
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.d.ts.map +0 -1
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.js +0 -42
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.js.map +0 -1
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.mjs +0 -38
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.mjs.map +0 -1
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.d.mts +0 -51
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.d.mts.map +0 -1
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.d.ts +0 -51
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.d.ts.map +0 -1
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.js +0 -89
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.js.map +0 -1
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.mjs +0 -82
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.mjs.map +0 -1
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.d.mts +0 -51
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.d.mts.map +0 -1
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.d.ts +0 -51
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.d.ts.map +0 -1
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.js +0 -59
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.js.map +0 -1
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.mjs +0 -52
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.mjs.map +0 -1
- package/tools/ai/assistants/send-sms-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/send-sms-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/send-sms-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/send-sms-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/send-sms-ai-assistants.js +0 -74
- package/tools/ai/assistants/send-sms-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/send-sms-ai-assistants.mjs +0 -67
- package/tools/ai/assistants/send-sms-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/tests/create-assistants-ai-tests.d.mts +0 -51
- package/tools/ai/assistants/tests/create-assistants-ai-tests.d.mts.map +0 -1
- package/tools/ai/assistants/tests/create-assistants-ai-tests.d.ts +0 -51
- package/tools/ai/assistants/tests/create-assistants-ai-tests.d.ts.map +0 -1
- package/tools/ai/assistants/tests/create-assistants-ai-tests.js +0 -108
- package/tools/ai/assistants/tests/create-assistants-ai-tests.js.map +0 -1
- package/tools/ai/assistants/tests/create-assistants-ai-tests.mjs +0 -101
- package/tools/ai/assistants/tests/create-assistants-ai-tests.mjs.map +0 -1
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.d.mts +0 -51
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.d.mts.map +0 -1
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.d.ts +0 -51
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.d.ts.map +0 -1
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.js +0 -38
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.js.map +0 -1
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.mjs +0 -34
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.mjs.map +0 -1
- package/tools/ai/assistants/tests/list-assistants-ai-tests.d.mts +0 -51
- package/tools/ai/assistants/tests/list-assistants-ai-tests.d.mts.map +0 -1
- package/tools/ai/assistants/tests/list-assistants-ai-tests.d.ts +0 -51
- package/tools/ai/assistants/tests/list-assistants-ai-tests.d.ts.map +0 -1
- package/tools/ai/assistants/tests/list-assistants-ai-tests.js +0 -82
- package/tools/ai/assistants/tests/list-assistants-ai-tests.js.map +0 -1
- package/tools/ai/assistants/tests/list-assistants-ai-tests.mjs +0 -75
- package/tools/ai/assistants/tests/list-assistants-ai-tests.mjs.map +0 -1
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.d.mts +0 -51
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.d.mts.map +0 -1
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.d.ts +0 -51
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.d.ts.map +0 -1
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.js +0 -55
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.js.map +0 -1
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.mjs +0 -48
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.mjs.map +0 -1
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.d.mts +0 -51
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.d.mts.map +0 -1
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.d.ts +0 -51
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.d.ts.map +0 -1
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.js +0 -76
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.js.map +0 -1
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.mjs +0 -69
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.mjs.map +0 -1
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.d.mts +0 -51
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.d.mts.map +0 -1
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.d.ts +0 -51
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.d.ts.map +0 -1
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.js +0 -59
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.js.map +0 -1
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.mjs +0 -52
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.mjs.map +0 -1
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.d.mts +0 -51
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.d.mts.map +0 -1
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.d.ts +0 -51
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.d.ts.map +0 -1
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.js +0 -58
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.js.map +0 -1
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.mjs +0 -51
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.mjs.map +0 -1
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.d.mts +0 -51
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.d.mts.map +0 -1
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.d.ts +0 -51
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.d.ts.map +0 -1
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.js +0 -51
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.js.map +0 -1
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.mjs +0 -44
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.mjs.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.d.mts +0 -51
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.d.mts.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.d.ts +0 -51
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.d.ts.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.js +0 -81
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.js.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.mjs +0 -74
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.mjs.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.d.mts +0 -51
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.d.mts.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.d.ts +0 -51
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.d.ts.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.js +0 -58
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.js.map +0 -1
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.mjs +0 -51
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.mjs.map +0 -1
- package/tools/ai/assistants/tests/update-assistants-ai-tests.d.mts +0 -51
- package/tools/ai/assistants/tests/update-assistants-ai-tests.d.mts.map +0 -1
- package/tools/ai/assistants/tests/update-assistants-ai-tests.d.ts +0 -51
- package/tools/ai/assistants/tests/update-assistants-ai-tests.d.ts.map +0 -1
- package/tools/ai/assistants/tests/update-assistants-ai-tests.js +0 -114
- package/tools/ai/assistants/tests/update-assistants-ai-tests.js.map +0 -1
- package/tools/ai/assistants/tests/update-assistants-ai-tests.mjs +0 -107
- package/tools/ai/assistants/tests/update-assistants-ai-tests.mjs.map +0 -1
- package/tools/ai/assistants/tools/test-assistants-ai-tools.d.mts +0 -51
- package/tools/ai/assistants/tools/test-assistants-ai-tools.d.mts.map +0 -1
- package/tools/ai/assistants/tools/test-assistants-ai-tools.d.ts +0 -51
- package/tools/ai/assistants/tools/test-assistants-ai-tools.d.ts.map +0 -1
- package/tools/ai/assistants/tools/test-assistants-ai-tools.js +0 -69
- package/tools/ai/assistants/tools/test-assistants-ai-tools.js.map +0 -1
- package/tools/ai/assistants/tools/test-assistants-ai-tools.mjs +0 -62
- package/tools/ai/assistants/tools/test-assistants-ai-tools.mjs.map +0 -1
- package/tools/ai/assistants/update-ai-assistants.d.mts +0 -51
- package/tools/ai/assistants/update-ai-assistants.d.mts.map +0 -1
- package/tools/ai/assistants/update-ai-assistants.d.ts +0 -51
- package/tools/ai/assistants/update-ai-assistants.d.ts.map +0 -1
- package/tools/ai/assistants/update-ai-assistants.js +0 -673
- package/tools/ai/assistants/update-ai-assistants.js.map +0 -1
- package/tools/ai/assistants/update-ai-assistants.mjs +0 -666
- package/tools/ai/assistants/update-ai-assistants.mjs.map +0 -1
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.d.mts +0 -51
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.d.mts.map +0 -1
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.d.ts +0 -51
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.d.ts.map +0 -1
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.js +0 -42
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.js.map +0 -1
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.mjs +0 -38
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.mjs.map +0 -1
- package/tools/ai/assistants/versions/list-assistants-ai-versions.d.mts +0 -51
- package/tools/ai/assistants/versions/list-assistants-ai-versions.d.mts.map +0 -1
- package/tools/ai/assistants/versions/list-assistants-ai-versions.d.ts +0 -51
- package/tools/ai/assistants/versions/list-assistants-ai-versions.d.ts.map +0 -1
- package/tools/ai/assistants/versions/list-assistants-ai-versions.js +0 -49
- package/tools/ai/assistants/versions/list-assistants-ai-versions.js.map +0 -1
- package/tools/ai/assistants/versions/list-assistants-ai-versions.mjs +0 -42
- package/tools/ai/assistants/versions/list-assistants-ai-versions.mjs.map +0 -1
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.d.mts +0 -51
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.d.mts.map +0 -1
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.d.ts +0 -51
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.d.ts.map +0 -1
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.js +0 -51
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.js.map +0 -1
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.mjs +0 -44
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.mjs.map +0 -1
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.d.mts +0 -51
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.d.mts.map +0 -1
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.d.ts +0 -51
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.d.ts.map +0 -1
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.js +0 -56
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.js.map +0 -1
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.mjs +0 -49
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.mjs.map +0 -1
- package/tools/ai/assistants/versions/update-assistants-ai-versions.d.mts +0 -51
- package/tools/ai/assistants/versions/update-assistants-ai-versions.d.mts.map +0 -1
- package/tools/ai/assistants/versions/update-assistants-ai-versions.d.ts +0 -51
- package/tools/ai/assistants/versions/update-assistants-ai-versions.d.ts.map +0 -1
- package/tools/ai/assistants/versions/update-assistants-ai-versions.js +0 -673
- package/tools/ai/assistants/versions/update-assistants-ai-versions.js.map +0 -1
- package/tools/ai/assistants/versions/update-assistants-ai-versions.mjs +0 -666
- package/tools/ai/assistants/versions/update-assistants-ai-versions.mjs.map +0 -1
- package/tools/ai/audio/transcribe-ai-audio.d.mts +0 -51
- package/tools/ai/audio/transcribe-ai-audio.d.mts.map +0 -1
- package/tools/ai/audio/transcribe-ai-audio.d.ts +0 -51
- package/tools/ai/audio/transcribe-ai-audio.d.ts.map +0 -1
- package/tools/ai/audio/transcribe-ai-audio.js +0 -72
- package/tools/ai/audio/transcribe-ai-audio.js.map +0 -1
- package/tools/ai/audio/transcribe-ai-audio.mjs +0 -65
- package/tools/ai/audio/transcribe-ai-audio.mjs.map +0 -1
- package/tools/ai/chat/create-completion-ai-chat.d.mts +0 -51
- package/tools/ai/chat/create-completion-ai-chat.d.mts.map +0 -1
- package/tools/ai/chat/create-completion-ai-chat.d.ts +0 -51
- package/tools/ai/chat/create-completion-ai-chat.d.ts.map +0 -1
- package/tools/ai/chat/create-completion-ai-chat.js +0 -240
- package/tools/ai/chat/create-completion-ai-chat.js.map +0 -1
- package/tools/ai/chat/create-completion-ai-chat.mjs +0 -236
- package/tools/ai/chat/create-completion-ai-chat.mjs.map +0 -1
- package/tools/ai/clusters/compute-ai-clusters.d.mts +0 -51
- package/tools/ai/clusters/compute-ai-clusters.d.mts.map +0 -1
- package/tools/ai/clusters/compute-ai-clusters.d.ts +0 -51
- package/tools/ai/clusters/compute-ai-clusters.d.ts.map +0 -1
- package/tools/ai/clusters/compute-ai-clusters.js +0 -72
- package/tools/ai/clusters/compute-ai-clusters.js.map +0 -1
- package/tools/ai/clusters/compute-ai-clusters.mjs +0 -65
- package/tools/ai/clusters/compute-ai-clusters.mjs.map +0 -1
- package/tools/ai/clusters/delete-ai-clusters.d.mts +0 -51
- package/tools/ai/clusters/delete-ai-clusters.d.mts.map +0 -1
- package/tools/ai/clusters/delete-ai-clusters.d.ts +0 -51
- package/tools/ai/clusters/delete-ai-clusters.d.ts.map +0 -1
- package/tools/ai/clusters/delete-ai-clusters.js +0 -38
- package/tools/ai/clusters/delete-ai-clusters.js.map +0 -1
- package/tools/ai/clusters/delete-ai-clusters.mjs +0 -34
- package/tools/ai/clusters/delete-ai-clusters.mjs.map +0 -1
- package/tools/ai/clusters/fetch-graph-ai-clusters.d.mts +0 -51
- package/tools/ai/clusters/fetch-graph-ai-clusters.d.mts.map +0 -1
- package/tools/ai/clusters/fetch-graph-ai-clusters.d.ts +0 -51
- package/tools/ai/clusters/fetch-graph-ai-clusters.d.ts.map +0 -1
- package/tools/ai/clusters/fetch-graph-ai-clusters.js +0 -41
- package/tools/ai/clusters/fetch-graph-ai-clusters.js.map +0 -1
- package/tools/ai/clusters/fetch-graph-ai-clusters.mjs +0 -37
- package/tools/ai/clusters/fetch-graph-ai-clusters.mjs.map +0 -1
- package/tools/ai/clusters/list-ai-clusters.d.mts +0 -51
- package/tools/ai/clusters/list-ai-clusters.d.mts.map +0 -1
- package/tools/ai/clusters/list-ai-clusters.d.ts +0 -51
- package/tools/ai/clusters/list-ai-clusters.d.ts.map +0 -1
- package/tools/ai/clusters/list-ai-clusters.js +0 -65
- package/tools/ai/clusters/list-ai-clusters.js.map +0 -1
- package/tools/ai/clusters/list-ai-clusters.mjs +0 -58
- package/tools/ai/clusters/list-ai-clusters.mjs.map +0 -1
- package/tools/ai/clusters/retrieve-ai-clusters.d.mts +0 -51
- package/tools/ai/clusters/retrieve-ai-clusters.d.mts.map +0 -1
- package/tools/ai/clusters/retrieve-ai-clusters.d.ts +0 -51
- package/tools/ai/clusters/retrieve-ai-clusters.d.ts.map +0 -1
- package/tools/ai/clusters/retrieve-ai-clusters.js +0 -65
- package/tools/ai/clusters/retrieve-ai-clusters.js.map +0 -1
- package/tools/ai/clusters/retrieve-ai-clusters.mjs +0 -58
- package/tools/ai/clusters/retrieve-ai-clusters.mjs.map +0 -1
- package/tools/ai/conversations/add-message-ai-conversations.d.mts +0 -51
- package/tools/ai/conversations/add-message-ai-conversations.d.mts.map +0 -1
- package/tools/ai/conversations/add-message-ai-conversations.d.ts +0 -51
- package/tools/ai/conversations/add-message-ai-conversations.d.ts.map +0 -1
- package/tools/ai/conversations/add-message-ai-conversations.js +0 -84
- package/tools/ai/conversations/add-message-ai-conversations.js.map +0 -1
- package/tools/ai/conversations/add-message-ai-conversations.mjs +0 -80
- package/tools/ai/conversations/add-message-ai-conversations.mjs.map +0 -1
- package/tools/ai/conversations/create-ai-conversations.d.mts +0 -51
- package/tools/ai/conversations/create-ai-conversations.d.mts.map +0 -1
- package/tools/ai/conversations/create-ai-conversations.d.ts +0 -51
- package/tools/ai/conversations/create-ai-conversations.d.ts.map +0 -1
- package/tools/ai/conversations/create-ai-conversations.js +0 -57
- package/tools/ai/conversations/create-ai-conversations.js.map +0 -1
- package/tools/ai/conversations/create-ai-conversations.mjs +0 -50
- package/tools/ai/conversations/create-ai-conversations.mjs.map +0 -1
- package/tools/ai/conversations/delete-ai-conversations.d.mts +0 -51
- package/tools/ai/conversations/delete-ai-conversations.d.mts.map +0 -1
- package/tools/ai/conversations/delete-ai-conversations.d.ts +0 -51
- package/tools/ai/conversations/delete-ai-conversations.d.ts.map +0 -1
- package/tools/ai/conversations/delete-ai-conversations.js +0 -37
- package/tools/ai/conversations/delete-ai-conversations.js.map +0 -1
- package/tools/ai/conversations/delete-ai-conversations.mjs +0 -33
- package/tools/ai/conversations/delete-ai-conversations.mjs.map +0 -1
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.d.mts +0 -51
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.d.mts.map +0 -1
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.d.ts +0 -51
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.d.ts.map +0 -1
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.js +0 -39
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.js.map +0 -1
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.mjs +0 -35
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.mjs.map +0 -1
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.d.mts +0 -51
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.d.mts.map +0 -1
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.d.ts +0 -51
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.d.ts.map +0 -1
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.js +0 -61
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.js.map +0 -1
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.mjs +0 -54
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.mjs.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.d.mts +0 -51
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.d.mts.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.d.ts +0 -51
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.d.ts.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.js +0 -42
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.js.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.mjs +0 -38
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.mjs.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.d.mts +0 -51
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.d.mts.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.d.ts +0 -51
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.d.ts.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.js +0 -46
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.js.map +0 -1
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.mjs +0 -42
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.mjs.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.d.mts +0 -51
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.d.mts.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.d.ts +0 -51
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.d.ts.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.js +0 -56
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.js.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.mjs +0 -49
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.mjs.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.d.mts +0 -51
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.d.mts.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.d.ts +0 -51
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.d.ts.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.js +0 -67
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.js.map +0 -1
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.mjs +0 -60
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.mjs.map +0 -1
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.d.mts +0 -51
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.d.mts.map +0 -1
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.d.ts +0 -51
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.d.ts.map +0 -1
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.js +0 -68
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.js.map +0 -1
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.mjs +0 -61
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.mjs.map +0 -1
- package/tools/ai/conversations/insights/create-conversations-ai-insights.d.mts +0 -51
- package/tools/ai/conversations/insights/create-conversations-ai-insights.d.mts.map +0 -1
- package/tools/ai/conversations/insights/create-conversations-ai-insights.d.ts +0 -51
- package/tools/ai/conversations/insights/create-conversations-ai-insights.d.ts.map +0 -1
- package/tools/ai/conversations/insights/create-conversations-ai-insights.js +0 -75
- package/tools/ai/conversations/insights/create-conversations-ai-insights.js.map +0 -1
- package/tools/ai/conversations/insights/create-conversations-ai-insights.mjs +0 -68
- package/tools/ai/conversations/insights/create-conversations-ai-insights.mjs.map +0 -1
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.d.mts +0 -51
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.d.mts.map +0 -1
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.d.ts +0 -51
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.d.ts.map +0 -1
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.js +0 -39
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.js.map +0 -1
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.mjs +0 -35
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.mjs.map +0 -1
- package/tools/ai/conversations/insights/list-conversations-ai-insights.d.mts +0 -51
- package/tools/ai/conversations/insights/list-conversations-ai-insights.d.mts.map +0 -1
- package/tools/ai/conversations/insights/list-conversations-ai-insights.d.ts +0 -51
- package/tools/ai/conversations/insights/list-conversations-ai-insights.d.ts.map +0 -1
- package/tools/ai/conversations/insights/list-conversations-ai-insights.js +0 -67
- package/tools/ai/conversations/insights/list-conversations-ai-insights.js.map +0 -1
- package/tools/ai/conversations/insights/list-conversations-ai-insights.mjs +0 -60
- package/tools/ai/conversations/insights/list-conversations-ai-insights.mjs.map +0 -1
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.d.mts +0 -51
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.d.mts.map +0 -1
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.d.ts +0 -51
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.d.ts.map +0 -1
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.js +0 -56
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.js.map +0 -1
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.mjs +0 -49
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.mjs.map +0 -1
- package/tools/ai/conversations/insights/update-conversations-ai-insights.d.mts +0 -51
- package/tools/ai/conversations/insights/update-conversations-ai-insights.d.mts.map +0 -1
- package/tools/ai/conversations/insights/update-conversations-ai-insights.d.ts +0 -51
- package/tools/ai/conversations/insights/update-conversations-ai-insights.d.ts.map +0 -1
- package/tools/ai/conversations/insights/update-conversations-ai-insights.js +0 -81
- package/tools/ai/conversations/insights/update-conversations-ai-insights.js.map +0 -1
- package/tools/ai/conversations/insights/update-conversations-ai-insights.mjs +0 -74
- package/tools/ai/conversations/insights/update-conversations-ai-insights.mjs.map +0 -1
- package/tools/ai/conversations/list-ai-conversations.d.mts +0 -51
- package/tools/ai/conversations/list-ai-conversations.d.mts.map +0 -1
- package/tools/ai/conversations/list-ai-conversations.d.ts +0 -51
- package/tools/ai/conversations/list-ai-conversations.d.ts.map +0 -1
- package/tools/ai/conversations/list-ai-conversations.js +0 -99
- package/tools/ai/conversations/list-ai-conversations.js.map +0 -1
- package/tools/ai/conversations/list-ai-conversations.mjs +0 -92
- package/tools/ai/conversations/list-ai-conversations.mjs.map +0 -1
- package/tools/ai/conversations/messages/list-conversations-ai-messages.d.mts +0 -51
- package/tools/ai/conversations/messages/list-conversations-ai-messages.d.mts.map +0 -1
- package/tools/ai/conversations/messages/list-conversations-ai-messages.d.ts +0 -51
- package/tools/ai/conversations/messages/list-conversations-ai-messages.d.ts.map +0 -1
- package/tools/ai/conversations/messages/list-conversations-ai-messages.js +0 -54
- package/tools/ai/conversations/messages/list-conversations-ai-messages.js.map +0 -1
- package/tools/ai/conversations/messages/list-conversations-ai-messages.mjs +0 -47
- package/tools/ai/conversations/messages/list-conversations-ai-messages.mjs.map +0 -1
- package/tools/ai/conversations/retrieve-ai-conversations.d.mts +0 -51
- package/tools/ai/conversations/retrieve-ai-conversations.d.mts.map +0 -1
- package/tools/ai/conversations/retrieve-ai-conversations.d.ts +0 -51
- package/tools/ai/conversations/retrieve-ai-conversations.d.ts.map +0 -1
- package/tools/ai/conversations/retrieve-ai-conversations.js +0 -54
- package/tools/ai/conversations/retrieve-ai-conversations.js.map +0 -1
- package/tools/ai/conversations/retrieve-ai-conversations.mjs +0 -47
- package/tools/ai/conversations/retrieve-ai-conversations.mjs.map +0 -1
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.d.mts +0 -51
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.d.mts.map +0 -1
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.d.ts +0 -51
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.d.ts.map +0 -1
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.js +0 -54
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.js.map +0 -1
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.mjs +0 -47
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.mjs.map +0 -1
- package/tools/ai/conversations/update-ai-conversations.d.mts +0 -51
- package/tools/ai/conversations/update-ai-conversations.d.mts.map +0 -1
- package/tools/ai/conversations/update-ai-conversations.d.ts +0 -51
- package/tools/ai/conversations/update-ai-conversations.d.ts.map +0 -1
- package/tools/ai/conversations/update-ai-conversations.js +0 -59
- package/tools/ai/conversations/update-ai-conversations.js.map +0 -1
- package/tools/ai/conversations/update-ai-conversations.mjs +0 -52
- package/tools/ai/conversations/update-ai-conversations.mjs.map +0 -1
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.d.mts +0 -51
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.d.mts.map +0 -1
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.d.ts +0 -51
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.d.ts.map +0 -1
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.js +0 -38
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.js.map +0 -1
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.mjs +0 -34
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.mjs.map +0 -1
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.d.mts +0 -51
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.d.mts.map +0 -1
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.d.ts +0 -51
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.d.ts.map +0 -1
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.js +0 -51
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.js.map +0 -1
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.mjs +0 -44
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.mjs.map +0 -1
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.d.mts +0 -51
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.d.mts.map +0 -1
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.d.ts +0 -51
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.d.ts.map +0 -1
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.js +0 -55
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.js.map +0 -1
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.mjs +0 -48
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.mjs.map +0 -1
- package/tools/ai/embeddings/create-ai-embeddings.d.mts +0 -51
- package/tools/ai/embeddings/create-ai-embeddings.d.mts.map +0 -1
- package/tools/ai/embeddings/create-ai-embeddings.d.ts +0 -51
- package/tools/ai/embeddings/create-ai-embeddings.d.ts.map +0 -1
- package/tools/ai/embeddings/create-ai-embeddings.js +0 -73
- package/tools/ai/embeddings/create-ai-embeddings.js.map +0 -1
- package/tools/ai/embeddings/create-ai-embeddings.mjs +0 -66
- package/tools/ai/embeddings/create-ai-embeddings.mjs.map +0 -1
- package/tools/ai/embeddings/list-ai-embeddings.d.mts +0 -51
- package/tools/ai/embeddings/list-ai-embeddings.d.mts.map +0 -1
- package/tools/ai/embeddings/list-ai-embeddings.d.ts +0 -51
- package/tools/ai/embeddings/list-ai-embeddings.d.ts.map +0 -1
- package/tools/ai/embeddings/list-ai-embeddings.js +0 -59
- package/tools/ai/embeddings/list-ai-embeddings.js.map +0 -1
- package/tools/ai/embeddings/list-ai-embeddings.mjs +0 -52
- package/tools/ai/embeddings/list-ai-embeddings.mjs.map +0 -1
- package/tools/ai/embeddings/retrieve-ai-embeddings.d.mts +0 -51
- package/tools/ai/embeddings/retrieve-ai-embeddings.d.mts.map +0 -1
- package/tools/ai/embeddings/retrieve-ai-embeddings.d.ts +0 -51
- package/tools/ai/embeddings/retrieve-ai-embeddings.d.ts.map +0 -1
- package/tools/ai/embeddings/retrieve-ai-embeddings.js +0 -55
- package/tools/ai/embeddings/retrieve-ai-embeddings.js.map +0 -1
- package/tools/ai/embeddings/retrieve-ai-embeddings.mjs +0 -48
- package/tools/ai/embeddings/retrieve-ai-embeddings.mjs.map +0 -1
- package/tools/ai/embeddings/similarity-search-ai-embeddings.d.mts +0 -51
- package/tools/ai/embeddings/similarity-search-ai-embeddings.d.mts.map +0 -1
- package/tools/ai/embeddings/similarity-search-ai-embeddings.d.ts +0 -51
- package/tools/ai/embeddings/similarity-search-ai-embeddings.d.ts.map +0 -1
- package/tools/ai/embeddings/similarity-search-ai-embeddings.js +0 -61
- package/tools/ai/embeddings/similarity-search-ai-embeddings.js.map +0 -1
- package/tools/ai/embeddings/similarity-search-ai-embeddings.mjs +0 -54
- package/tools/ai/embeddings/similarity-search-ai-embeddings.mjs.map +0 -1
- package/tools/ai/embeddings/url-ai-embeddings.d.mts +0 -51
- package/tools/ai/embeddings/url-ai-embeddings.d.mts.map +0 -1
- package/tools/ai/embeddings/url-ai-embeddings.d.ts +0 -51
- package/tools/ai/embeddings/url-ai-embeddings.d.ts.map +0 -1
- package/tools/ai/embeddings/url-ai-embeddings.js +0 -59
- package/tools/ai/embeddings/url-ai-embeddings.js.map +0 -1
- package/tools/ai/embeddings/url-ai-embeddings.mjs +0 -52
- package/tools/ai/embeddings/url-ai-embeddings.mjs.map +0 -1
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.d.mts +0 -51
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.d.mts.map +0 -1
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.d.ts +0 -51
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.d.ts.map +0 -1
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.js +0 -53
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.js.map +0 -1
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.mjs +0 -46
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.mjs.map +0 -1
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.d.mts +0 -51
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.d.mts.map +0 -1
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.d.ts +0 -51
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.d.ts.map +0 -1
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.js +0 -71
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.js.map +0 -1
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.mjs +0 -64
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.mjs.map +0 -1
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.d.mts +0 -51
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.d.mts.map +0 -1
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.d.ts +0 -51
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.d.ts.map +0 -1
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.js +0 -51
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.js.map +0 -1
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.mjs +0 -44
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.mjs.map +0 -1
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.d.mts +0 -51
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.d.mts.map +0 -1
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.d.ts +0 -51
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.d.ts.map +0 -1
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.js +0 -55
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.js.map +0 -1
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.mjs +0 -48
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.mjs.map +0 -1
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.d.mts +0 -51
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.d.mts.map +0 -1
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.d.ts +0 -51
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.d.ts.map +0 -1
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.js +0 -37
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.js.map +0 -1
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.mjs +0 -33
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.mjs.map +0 -1
- package/tools/ai/integrations/connections/list-integrations-ai-connections.d.mts +0 -51
- package/tools/ai/integrations/connections/list-integrations-ai-connections.d.mts.map +0 -1
- package/tools/ai/integrations/connections/list-integrations-ai-connections.d.ts +0 -51
- package/tools/ai/integrations/connections/list-integrations-ai-connections.d.ts.map +0 -1
- package/tools/ai/integrations/connections/list-integrations-ai-connections.js +0 -51
- package/tools/ai/integrations/connections/list-integrations-ai-connections.js.map +0 -1
- package/tools/ai/integrations/connections/list-integrations-ai-connections.mjs +0 -44
- package/tools/ai/integrations/connections/list-integrations-ai-connections.mjs.map +0 -1
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.d.mts +0 -51
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.d.mts.map +0 -1
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.d.ts +0 -51
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.d.ts.map +0 -1
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.js +0 -54
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.js.map +0 -1
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.mjs +0 -47
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.mjs.map +0 -1
- package/tools/ai/integrations/list-ai-integrations.d.mts +0 -51
- package/tools/ai/integrations/list-ai-integrations.d.mts.map +0 -1
- package/tools/ai/integrations/list-ai-integrations.d.ts +0 -51
- package/tools/ai/integrations/list-ai-integrations.d.ts.map +0 -1
- package/tools/ai/integrations/list-ai-integrations.js +0 -51
- package/tools/ai/integrations/list-ai-integrations.js.map +0 -1
- package/tools/ai/integrations/list-ai-integrations.mjs +0 -44
- package/tools/ai/integrations/list-ai-integrations.mjs.map +0 -1
- package/tools/ai/integrations/retrieve-ai-integrations.d.mts +0 -51
- package/tools/ai/integrations/retrieve-ai-integrations.d.mts.map +0 -1
- package/tools/ai/integrations/retrieve-ai-integrations.d.ts +0 -51
- package/tools/ai/integrations/retrieve-ai-integrations.d.ts.map +0 -1
- package/tools/ai/integrations/retrieve-ai-integrations.js +0 -54
- package/tools/ai/integrations/retrieve-ai-integrations.js.map +0 -1
- package/tools/ai/integrations/retrieve-ai-integrations.mjs +0 -47
- package/tools/ai/integrations/retrieve-ai-integrations.mjs.map +0 -1
- package/tools/ai/mcp-servers/create-ai-mcp-servers.d.mts +0 -51
- package/tools/ai/mcp-servers/create-ai-mcp-servers.d.mts.map +0 -1
- package/tools/ai/mcp-servers/create-ai-mcp-servers.d.ts +0 -51
- package/tools/ai/mcp-servers/create-ai-mcp-servers.d.ts.map +0 -1
- package/tools/ai/mcp-servers/create-ai-mcp-servers.js +0 -72
- package/tools/ai/mcp-servers/create-ai-mcp-servers.js.map +0 -1
- package/tools/ai/mcp-servers/create-ai-mcp-servers.mjs +0 -65
- package/tools/ai/mcp-servers/create-ai-mcp-servers.mjs.map +0 -1
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.d.mts +0 -51
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.d.mts.map +0 -1
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.d.ts +0 -51
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.d.ts.map +0 -1
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.js +0 -38
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.js.map +0 -1
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.mjs +0 -34
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.mjs.map +0 -1
- package/tools/ai/mcp-servers/list-ai-mcp-servers.d.mts +0 -51
- package/tools/ai/mcp-servers/list-ai-mcp-servers.d.mts.map +0 -1
- package/tools/ai/mcp-servers/list-ai-mcp-servers.d.ts +0 -51
- package/tools/ai/mcp-servers/list-ai-mcp-servers.d.ts.map +0 -1
- package/tools/ai/mcp-servers/list-ai-mcp-servers.js +0 -67
- package/tools/ai/mcp-servers/list-ai-mcp-servers.js.map +0 -1
- package/tools/ai/mcp-servers/list-ai-mcp-servers.mjs +0 -60
- package/tools/ai/mcp-servers/list-ai-mcp-servers.mjs.map +0 -1
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.d.mts +0 -51
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.d.mts.map +0 -1
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.d.ts +0 -51
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.d.ts.map +0 -1
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.js +0 -55
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.js.map +0 -1
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.mjs +0 -48
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.mjs.map +0 -1
- package/tools/ai/mcp-servers/update-ai-mcp-servers.d.mts +0 -51
- package/tools/ai/mcp-servers/update-ai-mcp-servers.d.mts.map +0 -1
- package/tools/ai/mcp-servers/update-ai-mcp-servers.d.ts +0 -51
- package/tools/ai/mcp-servers/update-ai-mcp-servers.d.ts.map +0 -1
- package/tools/ai/mcp-servers/update-ai-mcp-servers.js +0 -87
- package/tools/ai/mcp-servers/update-ai-mcp-servers.js.map +0 -1
- package/tools/ai/mcp-servers/update-ai-mcp-servers.mjs +0 -80
- package/tools/ai/mcp-servers/update-ai-mcp-servers.mjs.map +0 -1
- package/tools/ai/retrieve-models-ai.d.mts +0 -51
- package/tools/ai/retrieve-models-ai.d.mts.map +0 -1
- package/tools/ai/retrieve-models-ai.d.ts +0 -51
- package/tools/ai/retrieve-models-ai.d.ts.map +0 -1
- package/tools/ai/retrieve-models-ai.js +0 -51
- package/tools/ai/retrieve-models-ai.js.map +0 -1
- package/tools/ai/retrieve-models-ai.mjs +0 -44
- package/tools/ai/retrieve-models-ai.mjs.map +0 -1
- package/tools/ai/summarize-ai.d.mts +0 -51
- package/tools/ai/summarize-ai.d.mts.map +0 -1
- package/tools/ai/summarize-ai.d.ts +0 -51
- package/tools/ai/summarize-ai.d.ts.map +0 -1
- package/tools/ai/summarize-ai.js +0 -61
- package/tools/ai/summarize-ai.js.map +0 -1
- package/tools/ai/summarize-ai.mjs +0 -54
- package/tools/ai/summarize-ai.mjs.map +0 -1
- package/tools/audit-events/list-audit-events.d.mts +0 -51
- package/tools/audit-events/list-audit-events.d.mts.map +0 -1
- package/tools/audit-events/list-audit-events.d.ts +0 -51
- package/tools/audit-events/list-audit-events.d.ts.map +0 -1
- package/tools/audit-events/list-audit-events.js +0 -86
- package/tools/audit-events/list-audit-events.js.map +0 -1
- package/tools/audit-events/list-audit-events.mjs +0 -79
- package/tools/audit-events/list-audit-events.mjs.map +0 -1
- package/tools/authentication-providers/create-authentication-providers.d.mts +0 -51
- package/tools/authentication-providers/create-authentication-providers.d.mts.map +0 -1
- package/tools/authentication-providers/create-authentication-providers.d.ts +0 -51
- package/tools/authentication-providers/create-authentication-providers.d.ts.map +0 -1
- package/tools/authentication-providers/create-authentication-providers.js +0 -94
- package/tools/authentication-providers/create-authentication-providers.js.map +0 -1
- package/tools/authentication-providers/create-authentication-providers.mjs +0 -87
- package/tools/authentication-providers/create-authentication-providers.mjs.map +0 -1
- package/tools/authentication-providers/delete-authentication-providers.d.mts +0 -51
- package/tools/authentication-providers/delete-authentication-providers.d.mts.map +0 -1
- package/tools/authentication-providers/delete-authentication-providers.d.ts +0 -51
- package/tools/authentication-providers/delete-authentication-providers.d.ts.map +0 -1
- package/tools/authentication-providers/delete-authentication-providers.js +0 -54
- package/tools/authentication-providers/delete-authentication-providers.js.map +0 -1
- package/tools/authentication-providers/delete-authentication-providers.mjs +0 -47
- package/tools/authentication-providers/delete-authentication-providers.mjs.map +0 -1
- package/tools/authentication-providers/list-authentication-providers.d.mts +0 -51
- package/tools/authentication-providers/list-authentication-providers.d.mts.map +0 -1
- package/tools/authentication-providers/list-authentication-providers.d.ts +0 -51
- package/tools/authentication-providers/list-authentication-providers.d.ts.map +0 -1
- package/tools/authentication-providers/list-authentication-providers.js +0 -81
- package/tools/authentication-providers/list-authentication-providers.js.map +0 -1
- package/tools/authentication-providers/list-authentication-providers.mjs +0 -74
- package/tools/authentication-providers/list-authentication-providers.mjs.map +0 -1
- package/tools/authentication-providers/retrieve-authentication-providers.d.mts +0 -51
- package/tools/authentication-providers/retrieve-authentication-providers.d.mts.map +0 -1
- package/tools/authentication-providers/retrieve-authentication-providers.d.ts +0 -51
- package/tools/authentication-providers/retrieve-authentication-providers.d.ts.map +0 -1
- package/tools/authentication-providers/retrieve-authentication-providers.js +0 -54
- package/tools/authentication-providers/retrieve-authentication-providers.js.map +0 -1
- package/tools/authentication-providers/retrieve-authentication-providers.mjs +0 -47
- package/tools/authentication-providers/retrieve-authentication-providers.mjs.map +0 -1
- package/tools/authentication-providers/update-authentication-providers.d.mts +0 -51
- package/tools/authentication-providers/update-authentication-providers.d.mts.map +0 -1
- package/tools/authentication-providers/update-authentication-providers.d.ts +0 -51
- package/tools/authentication-providers/update-authentication-providers.d.ts.map +0 -1
- package/tools/authentication-providers/update-authentication-providers.js +0 -97
- package/tools/authentication-providers/update-authentication-providers.js.map +0 -1
- package/tools/authentication-providers/update-authentication-providers.mjs +0 -90
- package/tools/authentication-providers/update-authentication-providers.mjs.map +0 -1
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.d.mts +0 -51
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.d.mts.map +0 -1
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.d.ts +0 -51
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.d.ts.map +0 -1
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.js +0 -74
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.js.map +0 -1
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.mjs +0 -67
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.mjs.map +0 -1
- package/tools/available-phone-numbers/list-available-phone-numbers.d.mts +0 -51
- package/tools/available-phone-numbers/list-available-phone-numbers.d.mts.map +0 -1
- package/tools/available-phone-numbers/list-available-phone-numbers.d.ts +0 -51
- package/tools/available-phone-numbers/list-available-phone-numbers.d.ts.map +0 -1
- package/tools/available-phone-numbers/list-available-phone-numbers.js +0 -137
- package/tools/available-phone-numbers/list-available-phone-numbers.js.map +0 -1
- package/tools/available-phone-numbers/list-available-phone-numbers.mjs +0 -130
- package/tools/available-phone-numbers/list-available-phone-numbers.mjs.map +0 -1
- package/tools/balance/retrieve-balance.d.mts +0 -51
- package/tools/balance/retrieve-balance.d.mts.map +0 -1
- package/tools/balance/retrieve-balance.d.ts +0 -51
- package/tools/balance/retrieve-balance.d.ts.map +0 -1
- package/tools/balance/retrieve-balance.js +0 -51
- package/tools/balance/retrieve-balance.js.map +0 -1
- package/tools/balance/retrieve-balance.mjs +0 -44
- package/tools/balance/retrieve-balance.mjs.map +0 -1
- package/tools/billing-groups/create-billing-groups.d.mts +0 -51
- package/tools/billing-groups/create-billing-groups.d.mts.map +0 -1
- package/tools/billing-groups/create-billing-groups.d.ts +0 -51
- package/tools/billing-groups/create-billing-groups.d.ts.map +0 -1
- package/tools/billing-groups/create-billing-groups.js +0 -53
- package/tools/billing-groups/create-billing-groups.js.map +0 -1
- package/tools/billing-groups/create-billing-groups.mjs +0 -46
- package/tools/billing-groups/create-billing-groups.mjs.map +0 -1
- package/tools/billing-groups/delete-billing-groups.d.mts +0 -51
- package/tools/billing-groups/delete-billing-groups.d.mts.map +0 -1
- package/tools/billing-groups/delete-billing-groups.d.ts +0 -51
- package/tools/billing-groups/delete-billing-groups.d.ts.map +0 -1
- package/tools/billing-groups/delete-billing-groups.js +0 -54
- package/tools/billing-groups/delete-billing-groups.js.map +0 -1
- package/tools/billing-groups/delete-billing-groups.mjs +0 -47
- package/tools/billing-groups/delete-billing-groups.mjs.map +0 -1
- package/tools/billing-groups/list-billing-groups.d.mts +0 -51
- package/tools/billing-groups/list-billing-groups.d.mts.map +0 -1
- package/tools/billing-groups/list-billing-groups.d.ts +0 -51
- package/tools/billing-groups/list-billing-groups.d.ts.map +0 -1
- package/tools/billing-groups/list-billing-groups.js +0 -65
- package/tools/billing-groups/list-billing-groups.js.map +0 -1
- package/tools/billing-groups/list-billing-groups.mjs +0 -58
- package/tools/billing-groups/list-billing-groups.mjs.map +0 -1
- package/tools/billing-groups/retrieve-billing-groups.d.mts +0 -51
- package/tools/billing-groups/retrieve-billing-groups.d.mts.map +0 -1
- package/tools/billing-groups/retrieve-billing-groups.d.ts +0 -51
- package/tools/billing-groups/retrieve-billing-groups.d.ts.map +0 -1
- package/tools/billing-groups/retrieve-billing-groups.js +0 -54
- package/tools/billing-groups/retrieve-billing-groups.js.map +0 -1
- package/tools/billing-groups/retrieve-billing-groups.mjs +0 -47
- package/tools/billing-groups/retrieve-billing-groups.mjs.map +0 -1
- package/tools/billing-groups/update-billing-groups.d.mts +0 -51
- package/tools/billing-groups/update-billing-groups.d.mts.map +0 -1
- package/tools/billing-groups/update-billing-groups.d.ts +0 -51
- package/tools/billing-groups/update-billing-groups.d.ts.map +0 -1
- package/tools/billing-groups/update-billing-groups.js +0 -56
- package/tools/billing-groups/update-billing-groups.js.map +0 -1
- package/tools/billing-groups/update-billing-groups.mjs +0 -49
- package/tools/billing-groups/update-billing-groups.mjs.map +0 -1
- package/tools/brand/create-brand.d.mts +0 -51
- package/tools/brand/create-brand.d.mts.map +0 -1
- package/tools/brand/create-brand.d.ts +0 -51
- package/tools/brand/create-brand.d.ts.map +0 -1
- package/tools/brand/create-brand.js +0 -220
- package/tools/brand/create-brand.js.map +0 -1
- package/tools/brand/create-brand.mjs +0 -213
- package/tools/brand/create-brand.mjs.map +0 -1
- package/tools/brand/delete-brand.d.mts +0 -51
- package/tools/brand/delete-brand.d.mts.map +0 -1
- package/tools/brand/delete-brand.d.ts +0 -51
- package/tools/brand/delete-brand.d.ts.map +0 -1
- package/tools/brand/delete-brand.js +0 -38
- package/tools/brand/delete-brand.js.map +0 -1
- package/tools/brand/delete-brand.mjs +0 -34
- package/tools/brand/delete-brand.mjs.map +0 -1
- package/tools/brand/external-vetting/import-brand-external-vetting.d.mts +0 -51
- package/tools/brand/external-vetting/import-brand-external-vetting.d.mts.map +0 -1
- package/tools/brand/external-vetting/import-brand-external-vetting.d.ts +0 -51
- package/tools/brand/external-vetting/import-brand-external-vetting.d.ts.map +0 -1
- package/tools/brand/external-vetting/import-brand-external-vetting.js +0 -70
- package/tools/brand/external-vetting/import-brand-external-vetting.js.map +0 -1
- package/tools/brand/external-vetting/import-brand-external-vetting.mjs +0 -63
- package/tools/brand/external-vetting/import-brand-external-vetting.mjs.map +0 -1
- package/tools/brand/external-vetting/list-brand-external-vetting.d.mts +0 -51
- package/tools/brand/external-vetting/list-brand-external-vetting.d.mts.map +0 -1
- package/tools/brand/external-vetting/list-brand-external-vetting.d.ts +0 -51
- package/tools/brand/external-vetting/list-brand-external-vetting.d.ts.map +0 -1
- package/tools/brand/external-vetting/list-brand-external-vetting.js +0 -55
- package/tools/brand/external-vetting/list-brand-external-vetting.js.map +0 -1
- package/tools/brand/external-vetting/list-brand-external-vetting.mjs +0 -48
- package/tools/brand/external-vetting/list-brand-external-vetting.mjs.map +0 -1
- package/tools/brand/external-vetting/order-brand-external-vetting.d.mts +0 -51
- package/tools/brand/external-vetting/order-brand-external-vetting.d.mts.map +0 -1
- package/tools/brand/external-vetting/order-brand-external-vetting.d.ts +0 -51
- package/tools/brand/external-vetting/order-brand-external-vetting.d.ts.map +0 -1
- package/tools/brand/external-vetting/order-brand-external-vetting.js +0 -63
- package/tools/brand/external-vetting/order-brand-external-vetting.js.map +0 -1
- package/tools/brand/external-vetting/order-brand-external-vetting.mjs +0 -56
- package/tools/brand/external-vetting/order-brand-external-vetting.mjs.map +0 -1
- package/tools/brand/get-feedback-brand.d.mts +0 -51
- package/tools/brand/get-feedback-brand.d.mts.map +0 -1
- package/tools/brand/get-feedback-brand.d.ts +0 -51
- package/tools/brand/get-feedback-brand.d.ts.map +0 -1
- package/tools/brand/get-feedback-brand.js +0 -55
- package/tools/brand/get-feedback-brand.js.map +0 -1
- package/tools/brand/get-feedback-brand.mjs +0 -48
- package/tools/brand/get-feedback-brand.mjs.map +0 -1
- package/tools/brand/list-brand.d.mts +0 -51
- package/tools/brand/list-brand.d.mts.map +0 -1
- package/tools/brand/list-brand.d.ts +0 -51
- package/tools/brand/list-brand.d.ts.map +0 -1
- package/tools/brand/list-brand.js +0 -107
- package/tools/brand/list-brand.js.map +0 -1
- package/tools/brand/list-brand.mjs +0 -100
- package/tools/brand/list-brand.mjs.map +0 -1
- package/tools/brand/resend-2fa-email-brand.d.mts +0 -51
- package/tools/brand/resend-2fa-email-brand.d.mts.map +0 -1
- package/tools/brand/resend-2fa-email-brand.d.ts +0 -51
- package/tools/brand/resend-2fa-email-brand.d.ts.map +0 -1
- package/tools/brand/resend-2fa-email-brand.js +0 -36
- package/tools/brand/resend-2fa-email-brand.js.map +0 -1
- package/tools/brand/resend-2fa-email-brand.mjs +0 -32
- package/tools/brand/resend-2fa-email-brand.mjs.map +0 -1
- package/tools/brand/retrieve-brand.d.mts +0 -51
- package/tools/brand/retrieve-brand.d.mts.map +0 -1
- package/tools/brand/retrieve-brand.d.ts +0 -51
- package/tools/brand/retrieve-brand.d.ts.map +0 -1
- package/tools/brand/retrieve-brand.js +0 -55
- package/tools/brand/retrieve-brand.js.map +0 -1
- package/tools/brand/retrieve-brand.mjs +0 -48
- package/tools/brand/retrieve-brand.mjs.map +0 -1
- package/tools/brand/revet-brand.d.mts +0 -51
- package/tools/brand/revet-brand.d.mts.map +0 -1
- package/tools/brand/revet-brand.d.ts +0 -51
- package/tools/brand/revet-brand.d.ts.map +0 -1
- package/tools/brand/revet-brand.js +0 -55
- package/tools/brand/revet-brand.js.map +0 -1
- package/tools/brand/revet-brand.mjs +0 -48
- package/tools/brand/revet-brand.mjs.map +0 -1
- package/tools/brand/update-brand.d.mts +0 -51
- package/tools/brand/update-brand.d.mts.map +0 -1
- package/tools/brand/update-brand.d.ts +0 -51
- package/tools/brand/update-brand.d.ts.map +0 -1
- package/tools/brand/update-brand.js +0 -239
- package/tools/brand/update-brand.js.map +0 -1
- package/tools/brand/update-brand.mjs +0 -232
- package/tools/brand/update-brand.mjs.map +0 -1
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.d.mts +0 -51
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.d.mts.map +0 -1
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.d.ts +0 -51
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.d.ts.map +0 -1
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.js +0 -64
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.js.map +0 -1
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.mjs +0 -57
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.mjs.map +0 -1
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.d.mts +0 -51
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.d.mts.map +0 -1
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.d.ts +0 -51
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.d.ts.map +0 -1
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.js +0 -54
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.js.map +0 -1
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.mjs +0 -47
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.mjs.map +0 -1
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.d.mts +0 -51
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.d.ts +0 -51
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.js +0 -92
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.js.map +0 -1
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.mjs +0 -85
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.mjs.map +0 -1
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.d.mts +0 -51
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.d.ts +0 -51
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.js +0 -60
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.js.map +0 -1
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.mjs +0 -53
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.mjs.map +0 -1
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.d.mts +0 -51
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.d.ts +0 -51
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.js +0 -74
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.js.map +0 -1
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.mjs +0 -67
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.mjs.map +0 -1
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.d.mts +0 -51
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.d.ts +0 -51
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.js +0 -60
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.js.map +0 -1
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.mjs +0 -53
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.mjs.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.d.mts +0 -51
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.d.ts +0 -51
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.js +0 -92
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.js.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.mjs +0 -85
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.mjs.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.d.mts +0 -51
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.d.ts +0 -51
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.js +0 -60
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.js.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.mjs +0 -53
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.mjs.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.d.mts +0 -51
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.d.ts +0 -51
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.js +0 -78
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.js.map +0 -1
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.mjs +0 -71
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.mjs.map +0 -1
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.d.mts +0 -51
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.d.mts.map +0 -1
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.d.ts +0 -51
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.d.ts.map +0 -1
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.js +0 -60
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.js.map +0 -1
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.mjs +0 -53
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.mjs.map +0 -1
- package/tools/call-control-applications/create-call-control-applications.d.mts +0 -51
- package/tools/call-control-applications/create-call-control-applications.d.mts.map +0 -1
- package/tools/call-control-applications/create-call-control-applications.d.ts +0 -51
- package/tools/call-control-applications/create-call-control-applications.d.ts.map +0 -1
- package/tools/call-control-applications/create-call-control-applications.js +0 -149
- package/tools/call-control-applications/create-call-control-applications.js.map +0 -1
- package/tools/call-control-applications/create-call-control-applications.mjs +0 -142
- package/tools/call-control-applications/create-call-control-applications.mjs.map +0 -1
- package/tools/call-control-applications/delete-call-control-applications.d.mts +0 -51
- package/tools/call-control-applications/delete-call-control-applications.d.mts.map +0 -1
- package/tools/call-control-applications/delete-call-control-applications.d.ts +0 -51
- package/tools/call-control-applications/delete-call-control-applications.d.ts.map +0 -1
- package/tools/call-control-applications/delete-call-control-applications.js +0 -54
- package/tools/call-control-applications/delete-call-control-applications.js.map +0 -1
- package/tools/call-control-applications/delete-call-control-applications.mjs +0 -47
- package/tools/call-control-applications/delete-call-control-applications.mjs.map +0 -1
- package/tools/call-control-applications/list-call-control-applications.d.mts +0 -51
- package/tools/call-control-applications/list-call-control-applications.d.mts.map +0 -1
- package/tools/call-control-applications/list-call-control-applications.d.ts +0 -51
- package/tools/call-control-applications/list-call-control-applications.d.ts.map +0 -1
- package/tools/call-control-applications/list-call-control-applications.js +0 -165
- package/tools/call-control-applications/list-call-control-applications.js.map +0 -1
- package/tools/call-control-applications/list-call-control-applications.mjs +0 -158
- package/tools/call-control-applications/list-call-control-applications.mjs.map +0 -1
- package/tools/call-control-applications/retrieve-call-control-applications.d.mts +0 -51
- package/tools/call-control-applications/retrieve-call-control-applications.d.mts.map +0 -1
- package/tools/call-control-applications/retrieve-call-control-applications.d.ts +0 -51
- package/tools/call-control-applications/retrieve-call-control-applications.d.ts.map +0 -1
- package/tools/call-control-applications/retrieve-call-control-applications.js +0 -54
- package/tools/call-control-applications/retrieve-call-control-applications.js.map +0 -1
- package/tools/call-control-applications/retrieve-call-control-applications.mjs +0 -47
- package/tools/call-control-applications/retrieve-call-control-applications.mjs.map +0 -1
- package/tools/call-control-applications/update-call-control-applications.d.mts +0 -51
- package/tools/call-control-applications/update-call-control-applications.d.mts.map +0 -1
- package/tools/call-control-applications/update-call-control-applications.d.ts +0 -51
- package/tools/call-control-applications/update-call-control-applications.d.ts.map +0 -1
- package/tools/call-control-applications/update-call-control-applications.js +0 -159
- package/tools/call-control-applications/update-call-control-applications.js.map +0 -1
- package/tools/call-control-applications/update-call-control-applications.mjs +0 -152
- package/tools/call-control-applications/update-call-control-applications.mjs.map +0 -1
- package/tools/call-events/list-call-events.d.mts +0 -51
- package/tools/call-events/list-call-events.d.mts.map +0 -1
- package/tools/call-events/list-call-events.d.ts +0 -51
- package/tools/call-events/list-call-events.d.ts.map +0 -1
- package/tools/call-events/list-call-events.js +0 -166
- package/tools/call-events/list-call-events.js.map +0 -1
- package/tools/call-events/list-call-events.mjs +0 -159
- package/tools/call-events/list-call-events.mjs.map +0 -1
- package/tools/calls/actions/answer-calls-actions.d.mts +0 -51
- package/tools/calls/actions/answer-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/answer-calls-actions.d.ts +0 -51
- package/tools/calls/actions/answer-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/answer-calls-actions.js +0 -847
- package/tools/calls/actions/answer-calls-actions.js.map +0 -1
- package/tools/calls/actions/answer-calls-actions.mjs +0 -840
- package/tools/calls/actions/answer-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/bridge-calls-actions.d.mts +0 -51
- package/tools/calls/actions/bridge-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/bridge-calls-actions.d.ts +0 -51
- package/tools/calls/actions/bridge-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/bridge-calls-actions.js +0 -172
- package/tools/calls/actions/bridge-calls-actions.js.map +0 -1
- package/tools/calls/actions/bridge-calls-actions.mjs +0 -165
- package/tools/calls/actions/bridge-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/enqueue-calls-actions.d.mts +0 -51
- package/tools/calls/actions/enqueue-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/enqueue-calls-actions.d.ts +0 -51
- package/tools/calls/actions/enqueue-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/enqueue-calls-actions.js +0 -76
- package/tools/calls/actions/enqueue-calls-actions.js.map +0 -1
- package/tools/calls/actions/enqueue-calls-actions.mjs +0 -69
- package/tools/calls/actions/enqueue-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/gather-calls-actions.d.mts +0 -51
- package/tools/calls/actions/gather-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/gather-calls-actions.d.ts +0 -51
- package/tools/calls/actions/gather-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/gather-calls-actions.js +0 -92
- package/tools/calls/actions/gather-calls-actions.js.map +0 -1
- package/tools/calls/actions/gather-calls-actions.mjs +0 -85
- package/tools/calls/actions/gather-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.d.mts +0 -51
- package/tools/calls/actions/gather-using-ai-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.d.ts +0 -51
- package/tools/calls/actions/gather-using-ai-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.js +0 -613
- package/tools/calls/actions/gather-using-ai-calls-actions.js.map +0 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.mjs +0 -606
- package/tools/calls/actions/gather-using-ai-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/gather-using-audio-calls-actions.d.mts +0 -51
- package/tools/calls/actions/gather-using-audio-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/gather-using-audio-calls-actions.d.ts +0 -51
- package/tools/calls/actions/gather-using-audio-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/gather-using-audio-calls-actions.js +0 -104
- package/tools/calls/actions/gather-using-audio-calls-actions.js.map +0 -1
- package/tools/calls/actions/gather-using-audio-calls-actions.mjs +0 -97
- package/tools/calls/actions/gather-using-audio-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.d.mts +0 -51
- package/tools/calls/actions/gather-using-speak-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.d.ts +0 -51
- package/tools/calls/actions/gather-using-speak-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.js +0 -205
- package/tools/calls/actions/gather-using-speak-calls-actions.js.map +0 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.mjs +0 -198
- package/tools/calls/actions/gather-using-speak-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/hangup-calls-actions.d.mts +0 -51
- package/tools/calls/actions/hangup-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/hangup-calls-actions.d.ts +0 -51
- package/tools/calls/actions/hangup-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/hangup-calls-actions.js +0 -60
- package/tools/calls/actions/hangup-calls-actions.js.map +0 -1
- package/tools/calls/actions/hangup-calls-actions.mjs +0 -53
- package/tools/calls/actions/hangup-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/leave-queue-calls-actions.d.mts +0 -51
- package/tools/calls/actions/leave-queue-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/leave-queue-calls-actions.d.ts +0 -51
- package/tools/calls/actions/leave-queue-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/leave-queue-calls-actions.js +0 -60
- package/tools/calls/actions/leave-queue-calls-actions.js.map +0 -1
- package/tools/calls/actions/leave-queue-calls-actions.mjs +0 -53
- package/tools/calls/actions/leave-queue-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/pause-recording-calls-actions.d.mts +0 -51
- package/tools/calls/actions/pause-recording-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/pause-recording-calls-actions.d.ts +0 -51
- package/tools/calls/actions/pause-recording-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/pause-recording-calls-actions.js +0 -64
- package/tools/calls/actions/pause-recording-calls-actions.js.map +0 -1
- package/tools/calls/actions/pause-recording-calls-actions.mjs +0 -57
- package/tools/calls/actions/pause-recording-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/refer-calls-actions.d.mts +0 -51
- package/tools/calls/actions/refer-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/refer-calls-actions.d.ts +0 -51
- package/tools/calls/actions/refer-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/refer-calls-actions.js +0 -119
- package/tools/calls/actions/refer-calls-actions.js.map +0 -1
- package/tools/calls/actions/refer-calls-actions.mjs +0 -112
- package/tools/calls/actions/refer-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/reject-calls-actions.d.mts +0 -51
- package/tools/calls/actions/reject-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/reject-calls-actions.d.ts +0 -51
- package/tools/calls/actions/reject-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/reject-calls-actions.js +0 -65
- package/tools/calls/actions/reject-calls-actions.js.map +0 -1
- package/tools/calls/actions/reject-calls-actions.mjs +0 -58
- package/tools/calls/actions/reject-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/resume-recording-calls-actions.d.mts +0 -51
- package/tools/calls/actions/resume-recording-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/resume-recording-calls-actions.d.ts +0 -51
- package/tools/calls/actions/resume-recording-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/resume-recording-calls-actions.js +0 -64
- package/tools/calls/actions/resume-recording-calls-actions.js.map +0 -1
- package/tools/calls/actions/resume-recording-calls-actions.mjs +0 -57
- package/tools/calls/actions/resume-recording-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/send-dtmf-calls-actions.d.mts +0 -51
- package/tools/calls/actions/send-dtmf-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/send-dtmf-calls-actions.d.ts +0 -51
- package/tools/calls/actions/send-dtmf-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/send-dtmf-calls-actions.js +0 -68
- package/tools/calls/actions/send-dtmf-calls-actions.js.map +0 -1
- package/tools/calls/actions/send-dtmf-calls-actions.mjs +0 -61
- package/tools/calls/actions/send-dtmf-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/send-sip-info-calls-actions.d.mts +0 -51
- package/tools/calls/actions/send-sip-info-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/send-sip-info-calls-actions.d.ts +0 -51
- package/tools/calls/actions/send-sip-info-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/send-sip-info-calls-actions.js +0 -68
- package/tools/calls/actions/send-sip-info-calls-actions.js.map +0 -1
- package/tools/calls/actions/send-sip-info-calls-actions.mjs +0 -61
- package/tools/calls/actions/send-sip-info-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/speak-calls-actions.d.mts +0 -51
- package/tools/calls/actions/speak-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/speak-calls-actions.d.ts +0 -51
- package/tools/calls/actions/speak-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/speak-calls-actions.js +0 -177
- package/tools/calls/actions/speak-calls-actions.js.map +0 -1
- package/tools/calls/actions/speak-calls-actions.mjs +0 -170
- package/tools/calls/actions/speak-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.js +0 -172
- package/tools/calls/actions/start-ai-assistant-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.mjs +0 -165
- package/tools/calls/actions/start-ai-assistant-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-forking-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-forking-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-forking-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-forking-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-forking-calls-actions.js +0 -73
- package/tools/calls/actions/start-forking-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-forking-calls-actions.mjs +0 -66
- package/tools/calls/actions/start-forking-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-noise-suppression-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-noise-suppression-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-noise-suppression-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-noise-suppression-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-noise-suppression-calls-actions.js +0 -83
- package/tools/calls/actions/start-noise-suppression-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-noise-suppression-calls-actions.mjs +0 -76
- package/tools/calls/actions/start-noise-suppression-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-playback-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-playback-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-playback-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-playback-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-playback-calls-actions.js +0 -108
- package/tools/calls/actions/start-playback-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-playback-calls-actions.mjs +0 -101
- package/tools/calls/actions/start-playback-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-recording-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-recording-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-recording-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-recording-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-recording-calls-actions.js +0 -272
- package/tools/calls/actions/start-recording-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-recording-calls-actions.mjs +0 -265
- package/tools/calls/actions/start-recording-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-siprec-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-siprec-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-siprec-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-siprec-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-siprec-calls-actions.js +0 -84
- package/tools/calls/actions/start-siprec-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-siprec-calls-actions.mjs +0 -77
- package/tools/calls/actions/start-siprec-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-streaming-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-streaming-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-streaming-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-streaming-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-streaming-calls-actions.js +0 -137
- package/tools/calls/actions/start-streaming-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-streaming-calls-actions.mjs +0 -130
- package/tools/calls/actions/start-streaming-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/start-transcription-calls-actions.d.mts +0 -51
- package/tools/calls/actions/start-transcription-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/start-transcription-calls-actions.d.ts +0 -51
- package/tools/calls/actions/start-transcription-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/start-transcription-calls-actions.js +0 -644
- package/tools/calls/actions/start-transcription-calls-actions.js.map +0 -1
- package/tools/calls/actions/start-transcription-calls-actions.mjs +0 -637
- package/tools/calls/actions/start-transcription-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-ai-assistant-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-ai-assistant-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-ai-assistant-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-ai-assistant-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-ai-assistant-calls-actions.js +0 -60
- package/tools/calls/actions/stop-ai-assistant-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-ai-assistant-calls-actions.mjs +0 -53
- package/tools/calls/actions/stop-ai-assistant-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-forking-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-forking-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-forking-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-forking-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-forking-calls-actions.js +0 -65
- package/tools/calls/actions/stop-forking-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-forking-calls-actions.mjs +0 -58
- package/tools/calls/actions/stop-forking-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-gather-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-gather-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-gather-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-gather-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-gather-calls-actions.js +0 -60
- package/tools/calls/actions/stop-gather-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-gather-calls-actions.mjs +0 -53
- package/tools/calls/actions/stop-gather-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-noise-suppression-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-noise-suppression-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-noise-suppression-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-noise-suppression-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-noise-suppression-calls-actions.js +0 -60
- package/tools/calls/actions/stop-noise-suppression-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-noise-suppression-calls-actions.mjs +0 -53
- package/tools/calls/actions/stop-noise-suppression-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-playback-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-playback-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-playback-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-playback-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-playback-calls-actions.js +0 -68
- package/tools/calls/actions/stop-playback-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-playback-calls-actions.mjs +0 -61
- package/tools/calls/actions/stop-playback-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-recording-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-recording-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-recording-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-recording-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-recording-calls-actions.js +0 -64
- package/tools/calls/actions/stop-recording-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-recording-calls-actions.mjs +0 -57
- package/tools/calls/actions/stop-recording-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-siprec-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-siprec-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-siprec-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-siprec-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-siprec-calls-actions.js +0 -60
- package/tools/calls/actions/stop-siprec-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-siprec-calls-actions.mjs +0 -53
- package/tools/calls/actions/stop-siprec-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-streaming-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-streaming-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-streaming-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-streaming-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-streaming-calls-actions.js +0 -64
- package/tools/calls/actions/stop-streaming-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-streaming-calls-actions.mjs +0 -57
- package/tools/calls/actions/stop-streaming-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/stop-transcription-calls-actions.d.mts +0 -51
- package/tools/calls/actions/stop-transcription-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/stop-transcription-calls-actions.d.ts +0 -51
- package/tools/calls/actions/stop-transcription-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/stop-transcription-calls-actions.js +0 -60
- package/tools/calls/actions/stop-transcription-calls-actions.js.map +0 -1
- package/tools/calls/actions/stop-transcription-calls-actions.mjs +0 -53
- package/tools/calls/actions/stop-transcription-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/switch-supervisor-role-calls-actions.d.mts +0 -51
- package/tools/calls/actions/switch-supervisor-role-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/switch-supervisor-role-calls-actions.d.ts +0 -51
- package/tools/calls/actions/switch-supervisor-role-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/switch-supervisor-role-calls-actions.js +0 -57
- package/tools/calls/actions/switch-supervisor-role-calls-actions.js.map +0 -1
- package/tools/calls/actions/switch-supervisor-role-calls-actions.mjs +0 -50
- package/tools/calls/actions/switch-supervisor-role-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/transfer-calls-actions.d.mts +0 -51
- package/tools/calls/actions/transfer-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/transfer-calls-actions.d.ts +0 -51
- package/tools/calls/actions/transfer-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/transfer-calls-actions.js +0 -292
- package/tools/calls/actions/transfer-calls-actions.js.map +0 -1
- package/tools/calls/actions/transfer-calls-actions.mjs +0 -285
- package/tools/calls/actions/transfer-calls-actions.mjs.map +0 -1
- package/tools/calls/actions/update-client-state-calls-actions.d.mts +0 -51
- package/tools/calls/actions/update-client-state-calls-actions.d.mts.map +0 -1
- package/tools/calls/actions/update-client-state-calls-actions.d.ts +0 -51
- package/tools/calls/actions/update-client-state-calls-actions.d.ts.map +0 -1
- package/tools/calls/actions/update-client-state-calls-actions.js +0 -58
- package/tools/calls/actions/update-client-state-calls-actions.js.map +0 -1
- package/tools/calls/actions/update-client-state-calls-actions.mjs +0 -51
- package/tools/calls/actions/update-client-state-calls-actions.mjs.map +0 -1
- package/tools/calls/dial-calls.d.mts +0 -51
- package/tools/calls/dial-calls.d.mts.map +0 -1
- package/tools/calls/dial-calls.d.ts +0 -51
- package/tools/calls/dial-calls.d.ts.map +0 -1
- package/tools/calls/dial-calls.js +0 -1085
- package/tools/calls/dial-calls.js.map +0 -1
- package/tools/calls/dial-calls.mjs +0 -1078
- package/tools/calls/dial-calls.mjs.map +0 -1
- package/tools/calls/retrieve-status-calls.d.mts +0 -51
- package/tools/calls/retrieve-status-calls.d.mts.map +0 -1
- package/tools/calls/retrieve-status-calls.d.ts +0 -51
- package/tools/calls/retrieve-status-calls.d.ts.map +0 -1
- package/tools/calls/retrieve-status-calls.js +0 -54
- package/tools/calls/retrieve-status-calls.js.map +0 -1
- package/tools/calls/retrieve-status-calls.mjs +0 -47
- package/tools/calls/retrieve-status-calls.mjs.map +0 -1
- package/tools/campaign/accept-sharing-campaign.d.mts +0 -51
- package/tools/campaign/accept-sharing-campaign.d.mts.map +0 -1
- package/tools/campaign/accept-sharing-campaign.d.ts +0 -51
- package/tools/campaign/accept-sharing-campaign.d.ts.map +0 -1
- package/tools/campaign/accept-sharing-campaign.js +0 -54
- package/tools/campaign/accept-sharing-campaign.js.map +0 -1
- package/tools/campaign/accept-sharing-campaign.mjs +0 -47
- package/tools/campaign/accept-sharing-campaign.mjs.map +0 -1
- package/tools/campaign/deactivate-campaign.d.mts +0 -51
- package/tools/campaign/deactivate-campaign.d.mts.map +0 -1
- package/tools/campaign/deactivate-campaign.d.ts +0 -51
- package/tools/campaign/deactivate-campaign.d.ts.map +0 -1
- package/tools/campaign/deactivate-campaign.js +0 -55
- package/tools/campaign/deactivate-campaign.js.map +0 -1
- package/tools/campaign/deactivate-campaign.mjs +0 -48
- package/tools/campaign/deactivate-campaign.mjs.map +0 -1
- package/tools/campaign/get-mno-metadata-campaign.d.mts +0 -51
- package/tools/campaign/get-mno-metadata-campaign.d.mts.map +0 -1
- package/tools/campaign/get-mno-metadata-campaign.d.ts +0 -51
- package/tools/campaign/get-mno-metadata-campaign.d.ts.map +0 -1
- package/tools/campaign/get-mno-metadata-campaign.js +0 -56
- package/tools/campaign/get-mno-metadata-campaign.js.map +0 -1
- package/tools/campaign/get-mno-metadata-campaign.mjs +0 -49
- package/tools/campaign/get-mno-metadata-campaign.mjs.map +0 -1
- package/tools/campaign/get-operation-status-campaign.d.mts +0 -51
- package/tools/campaign/get-operation-status-campaign.d.mts.map +0 -1
- package/tools/campaign/get-operation-status-campaign.d.ts +0 -51
- package/tools/campaign/get-operation-status-campaign.d.ts.map +0 -1
- package/tools/campaign/get-operation-status-campaign.js +0 -55
- package/tools/campaign/get-operation-status-campaign.js.map +0 -1
- package/tools/campaign/get-operation-status-campaign.mjs +0 -48
- package/tools/campaign/get-operation-status-campaign.mjs.map +0 -1
- package/tools/campaign/get-sharing-status-campaign.d.mts +0 -51
- package/tools/campaign/get-sharing-status-campaign.d.mts.map +0 -1
- package/tools/campaign/get-sharing-status-campaign.d.ts +0 -51
- package/tools/campaign/get-sharing-status-campaign.d.ts.map +0 -1
- package/tools/campaign/get-sharing-status-campaign.js +0 -56
- package/tools/campaign/get-sharing-status-campaign.js.map +0 -1
- package/tools/campaign/get-sharing-status-campaign.mjs +0 -49
- package/tools/campaign/get-sharing-status-campaign.mjs.map +0 -1
- package/tools/campaign/list-campaign.d.mts +0 -51
- package/tools/campaign/list-campaign.d.mts.map +0 -1
- package/tools/campaign/list-campaign.d.ts +0 -51
- package/tools/campaign/list-campaign.d.ts.map +0 -1
- package/tools/campaign/list-campaign.js +0 -76
- package/tools/campaign/list-campaign.js.map +0 -1
- package/tools/campaign/list-campaign.mjs +0 -69
- package/tools/campaign/list-campaign.mjs.map +0 -1
- package/tools/campaign/osr/get-attributes-campaign-osr.d.mts +0 -51
- package/tools/campaign/osr/get-attributes-campaign-osr.d.mts.map +0 -1
- package/tools/campaign/osr/get-attributes-campaign-osr.d.ts +0 -51
- package/tools/campaign/osr/get-attributes-campaign-osr.d.ts.map +0 -1
- package/tools/campaign/osr/get-attributes-campaign-osr.js +0 -55
- package/tools/campaign/osr/get-attributes-campaign-osr.js.map +0 -1
- package/tools/campaign/osr/get-attributes-campaign-osr.mjs +0 -48
- package/tools/campaign/osr/get-attributes-campaign-osr.mjs.map +0 -1
- package/tools/campaign/retrieve-campaign.d.mts +0 -51
- package/tools/campaign/retrieve-campaign.d.mts.map +0 -1
- package/tools/campaign/retrieve-campaign.d.ts +0 -51
- package/tools/campaign/retrieve-campaign.d.ts.map +0 -1
- package/tools/campaign/retrieve-campaign.js +0 -49
- package/tools/campaign/retrieve-campaign.js.map +0 -1
- package/tools/campaign/retrieve-campaign.mjs +0 -42
- package/tools/campaign/retrieve-campaign.mjs.map +0 -1
- package/tools/campaign/submit-appeal-campaign.d.mts +0 -51
- package/tools/campaign/submit-appeal-campaign.d.mts.map +0 -1
- package/tools/campaign/submit-appeal-campaign.d.ts +0 -51
- package/tools/campaign/submit-appeal-campaign.d.ts.map +0 -1
- package/tools/campaign/submit-appeal-campaign.js +0 -56
- package/tools/campaign/submit-appeal-campaign.js.map +0 -1
- package/tools/campaign/submit-appeal-campaign.mjs +0 -49
- package/tools/campaign/submit-appeal-campaign.mjs.map +0 -1
- package/tools/campaign/update-campaign.d.mts +0 -51
- package/tools/campaign/update-campaign.d.mts.map +0 -1
- package/tools/campaign/update-campaign.d.ts +0 -51
- package/tools/campaign/update-campaign.d.ts.map +0 -1
- package/tools/campaign/update-campaign.js +0 -104
- package/tools/campaign/update-campaign.js.map +0 -1
- package/tools/campaign/update-campaign.mjs +0 -97
- package/tools/campaign/update-campaign.mjs.map +0 -1
- package/tools/campaign/usecase/get-cost-campaign-usecase.d.mts +0 -51
- package/tools/campaign/usecase/get-cost-campaign-usecase.d.mts.map +0 -1
- package/tools/campaign/usecase/get-cost-campaign-usecase.d.ts +0 -51
- package/tools/campaign/usecase/get-cost-campaign-usecase.d.ts.map +0 -1
- package/tools/campaign/usecase/get-cost-campaign-usecase.js +0 -55
- package/tools/campaign/usecase/get-cost-campaign-usecase.js.map +0 -1
- package/tools/campaign/usecase/get-cost-campaign-usecase.mjs +0 -48
- package/tools/campaign/usecase/get-cost-campaign-usecase.mjs.map +0 -1
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.d.mts +0 -51
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.d.mts.map +0 -1
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.d.ts +0 -51
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.d.ts.map +0 -1
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.js +0 -59
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.js.map +0 -1
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.mjs +0 -52
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.mjs.map +0 -1
- package/tools/campaign-builder/create-campaign-builder.d.mts +0 -51
- package/tools/campaign-builder/create-campaign-builder.d.mts.map +0 -1
- package/tools/campaign-builder/create-campaign-builder.d.ts +0 -51
- package/tools/campaign-builder/create-campaign-builder.d.ts.map +0 -1
- package/tools/campaign-builder/create-campaign-builder.js +0 -227
- package/tools/campaign-builder/create-campaign-builder.js.map +0 -1
- package/tools/campaign-builder/create-campaign-builder.mjs +0 -220
- package/tools/campaign-builder/create-campaign-builder.mjs.map +0 -1
- package/tools/channel-zones/list-channel-zones.d.mts +0 -51
- package/tools/channel-zones/list-channel-zones.d.mts.map +0 -1
- package/tools/channel-zones/list-channel-zones.d.ts +0 -51
- package/tools/channel-zones/list-channel-zones.d.ts.map +0 -1
- package/tools/channel-zones/list-channel-zones.js +0 -65
- package/tools/channel-zones/list-channel-zones.js.map +0 -1
- package/tools/channel-zones/list-channel-zones.mjs +0 -58
- package/tools/channel-zones/list-channel-zones.mjs.map +0 -1
- package/tools/channel-zones/update-channel-zones.d.mts +0 -51
- package/tools/channel-zones/update-channel-zones.d.mts.map +0 -1
- package/tools/channel-zones/update-channel-zones.d.ts +0 -51
- package/tools/channel-zones/update-channel-zones.d.ts.map +0 -1
- package/tools/channel-zones/update-channel-zones.js +0 -58
- package/tools/channel-zones/update-channel-zones.js.map +0 -1
- package/tools/channel-zones/update-channel-zones.mjs +0 -51
- package/tools/channel-zones/update-channel-zones.mjs.map +0 -1
- package/tools/charges-breakdown/retrieve-charges-breakdown.d.mts +0 -51
- package/tools/charges-breakdown/retrieve-charges-breakdown.d.mts.map +0 -1
- package/tools/charges-breakdown/retrieve-charges-breakdown.d.ts +0 -51
- package/tools/charges-breakdown/retrieve-charges-breakdown.d.ts.map +0 -1
- package/tools/charges-breakdown/retrieve-charges-breakdown.js +0 -66
- package/tools/charges-breakdown/retrieve-charges-breakdown.js.map +0 -1
- package/tools/charges-breakdown/retrieve-charges-breakdown.mjs +0 -59
- package/tools/charges-breakdown/retrieve-charges-breakdown.mjs.map +0 -1
- package/tools/charges-summary/retrieve-charges-summary.d.mts +0 -51
- package/tools/charges-summary/retrieve-charges-summary.d.mts.map +0 -1
- package/tools/charges-summary/retrieve-charges-summary.d.ts +0 -51
- package/tools/charges-summary/retrieve-charges-summary.d.ts.map +0 -1
- package/tools/charges-summary/retrieve-charges-summary.js +0 -61
- package/tools/charges-summary/retrieve-charges-summary.js.map +0 -1
- package/tools/charges-summary/retrieve-charges-summary.mjs +0 -54
- package/tools/charges-summary/retrieve-charges-summary.mjs.map +0 -1
- package/tools/comments/create-comments.d.mts +0 -51
- package/tools/comments/create-comments.d.mts.map +0 -1
- package/tools/comments/create-comments.d.ts +0 -51
- package/tools/comments/create-comments.d.ts.map +0 -1
- package/tools/comments/create-comments.js +0 -59
- package/tools/comments/create-comments.js.map +0 -1
- package/tools/comments/create-comments.mjs +0 -52
- package/tools/comments/create-comments.mjs.map +0 -1
- package/tools/comments/list-comments.d.mts +0 -51
- package/tools/comments/list-comments.d.mts.map +0 -1
- package/tools/comments/list-comments.d.ts +0 -51
- package/tools/comments/list-comments.d.ts.map +0 -1
- package/tools/comments/list-comments.js +0 -66
- package/tools/comments/list-comments.js.map +0 -1
- package/tools/comments/list-comments.mjs +0 -59
- package/tools/comments/list-comments.mjs.map +0 -1
- package/tools/comments/mark-as-read-comments.d.mts +0 -51
- package/tools/comments/mark-as-read-comments.d.mts.map +0 -1
- package/tools/comments/mark-as-read-comments.d.ts +0 -51
- package/tools/comments/mark-as-read-comments.d.ts.map +0 -1
- package/tools/comments/mark-as-read-comments.js +0 -52
- package/tools/comments/mark-as-read-comments.js.map +0 -1
- package/tools/comments/mark-as-read-comments.mjs +0 -45
- package/tools/comments/mark-as-read-comments.mjs.map +0 -1
- package/tools/comments/retrieve-comments.d.mts +0 -51
- package/tools/comments/retrieve-comments.d.mts.map +0 -1
- package/tools/comments/retrieve-comments.d.ts +0 -51
- package/tools/comments/retrieve-comments.d.ts.map +0 -1
- package/tools/comments/retrieve-comments.js +0 -54
- package/tools/comments/retrieve-comments.js.map +0 -1
- package/tools/comments/retrieve-comments.mjs +0 -47
- package/tools/comments/retrieve-comments.mjs.map +0 -1
- package/tools/conferences/actions/hold-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/hold-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/hold-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/hold-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/hold-conferences-actions.js +0 -72
- package/tools/conferences/actions/hold-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/hold-conferences-actions.mjs +0 -65
- package/tools/conferences/actions/hold-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/join-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/join-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/join-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/join-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/join-conferences-actions.js +0 -114
- package/tools/conferences/actions/join-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/join-conferences-actions.mjs +0 -107
- package/tools/conferences/actions/join-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/leave-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/leave-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/leave-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/leave-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/leave-conferences-actions.js +0 -70
- package/tools/conferences/actions/leave-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/leave-conferences-actions.mjs +0 -63
- package/tools/conferences/actions/leave-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/mute-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/mute-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/mute-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/mute-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/mute-conferences-actions.js +0 -64
- package/tools/conferences/actions/mute-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/mute-conferences-actions.mjs +0 -57
- package/tools/conferences/actions/mute-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/play-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/play-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/play-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/play-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/play-conferences-actions.js +0 -87
- package/tools/conferences/actions/play-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/play-conferences-actions.mjs +0 -80
- package/tools/conferences/actions/play-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/record-pause-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/record-pause-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/record-pause-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/record-pause-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/record-pause-conferences-actions.js +0 -65
- package/tools/conferences/actions/record-pause-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/record-pause-conferences-actions.mjs +0 -58
- package/tools/conferences/actions/record-pause-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/record-resume-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/record-resume-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/record-resume-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/record-resume-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/record-resume-conferences-actions.js +0 -65
- package/tools/conferences/actions/record-resume-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/record-resume-conferences-actions.mjs +0 -58
- package/tools/conferences/actions/record-resume-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/record-start-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/record-start-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/record-start-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/record-start-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/record-start-conferences-actions.js +0 -79
- package/tools/conferences/actions/record-start-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/record-start-conferences-actions.mjs +0 -72
- package/tools/conferences/actions/record-start-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/record-stop-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/record-stop-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/record-stop-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/record-stop-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/record-stop-conferences-actions.js +0 -69
- package/tools/conferences/actions/record-stop-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/record-stop-conferences-actions.mjs +0 -62
- package/tools/conferences/actions/record-stop-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/speak-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/speak-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/speak-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/speak-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/speak-conferences-actions.js +0 -176
- package/tools/conferences/actions/speak-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/speak-conferences-actions.mjs +0 -169
- package/tools/conferences/actions/speak-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/stop-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/stop-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/stop-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/stop-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/stop-conferences-actions.js +0 -64
- package/tools/conferences/actions/stop-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/stop-conferences-actions.mjs +0 -57
- package/tools/conferences/actions/stop-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/unhold-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/unhold-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/unhold-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/unhold-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/unhold-conferences-actions.js +0 -64
- package/tools/conferences/actions/unhold-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/unhold-conferences-actions.mjs +0 -57
- package/tools/conferences/actions/unhold-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/unmute-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/unmute-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/unmute-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/unmute-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/unmute-conferences-actions.js +0 -64
- package/tools/conferences/actions/unmute-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/unmute-conferences-actions.mjs +0 -57
- package/tools/conferences/actions/unmute-conferences-actions.mjs.map +0 -1
- package/tools/conferences/actions/update-conferences-actions.d.mts +0 -51
- package/tools/conferences/actions/update-conferences-actions.d.mts.map +0 -1
- package/tools/conferences/actions/update-conferences-actions.d.ts +0 -51
- package/tools/conferences/actions/update-conferences-actions.d.ts.map +0 -1
- package/tools/conferences/actions/update-conferences-actions.js +0 -77
- package/tools/conferences/actions/update-conferences-actions.js.map +0 -1
- package/tools/conferences/actions/update-conferences-actions.mjs +0 -70
- package/tools/conferences/actions/update-conferences-actions.mjs.map +0 -1
- package/tools/conferences/create-conferences.d.mts +0 -51
- package/tools/conferences/create-conferences.d.mts.map +0 -1
- package/tools/conferences/create-conferences.d.ts +0 -51
- package/tools/conferences/create-conferences.d.ts.map +0 -1
- package/tools/conferences/create-conferences.js +0 -99
- package/tools/conferences/create-conferences.js.map +0 -1
- package/tools/conferences/create-conferences.mjs +0 -92
- package/tools/conferences/create-conferences.mjs.map +0 -1
- package/tools/conferences/list-conferences.d.mts +0 -51
- package/tools/conferences/list-conferences.d.mts.map +0 -1
- package/tools/conferences/list-conferences.d.ts +0 -51
- package/tools/conferences/list-conferences.d.ts.map +0 -1
- package/tools/conferences/list-conferences.js +0 -171
- package/tools/conferences/list-conferences.js.map +0 -1
- package/tools/conferences/list-conferences.mjs +0 -164
- package/tools/conferences/list-conferences.mjs.map +0 -1
- package/tools/conferences/list-participants-conferences.d.mts +0 -51
- package/tools/conferences/list-participants-conferences.d.mts.map +0 -1
- package/tools/conferences/list-participants-conferences.d.ts +0 -51
- package/tools/conferences/list-participants-conferences.d.ts.map +0 -1
- package/tools/conferences/list-participants-conferences.js +0 -103
- package/tools/conferences/list-participants-conferences.js.map +0 -1
- package/tools/conferences/list-participants-conferences.mjs +0 -96
- package/tools/conferences/list-participants-conferences.mjs.map +0 -1
- package/tools/conferences/retrieve-conferences.d.mts +0 -51
- package/tools/conferences/retrieve-conferences.d.mts.map +0 -1
- package/tools/conferences/retrieve-conferences.d.ts +0 -51
- package/tools/conferences/retrieve-conferences.d.ts.map +0 -1
- package/tools/conferences/retrieve-conferences.js +0 -59
- package/tools/conferences/retrieve-conferences.js.map +0 -1
- package/tools/conferences/retrieve-conferences.mjs +0 -52
- package/tools/conferences/retrieve-conferences.mjs.map +0 -1
- package/tools/connections/list-active-calls-connections.d.mts +0 -51
- package/tools/connections/list-active-calls-connections.d.mts.map +0 -1
- package/tools/connections/list-active-calls-connections.d.ts +0 -51
- package/tools/connections/list-active-calls-connections.d.ts.map +0 -1
- package/tools/connections/list-active-calls-connections.js +0 -80
- package/tools/connections/list-active-calls-connections.js.map +0 -1
- package/tools/connections/list-active-calls-connections.mjs +0 -73
- package/tools/connections/list-active-calls-connections.mjs.map +0 -1
- package/tools/connections/list-connections.d.mts +0 -51
- package/tools/connections/list-connections.d.mts.map +0 -1
- package/tools/connections/list-connections.d.ts +0 -51
- package/tools/connections/list-connections.d.ts.map +0 -1
- package/tools/connections/list-connections.js +0 -94
- package/tools/connections/list-connections.js.map +0 -1
- package/tools/connections/list-connections.mjs +0 -87
- package/tools/connections/list-connections.mjs.map +0 -1
- package/tools/connections/retrieve-connections.d.mts +0 -51
- package/tools/connections/retrieve-connections.d.mts.map +0 -1
- package/tools/connections/retrieve-connections.d.ts +0 -51
- package/tools/connections/retrieve-connections.d.ts.map +0 -1
- package/tools/connections/retrieve-connections.js +0 -54
- package/tools/connections/retrieve-connections.js.map +0 -1
- package/tools/connections/retrieve-connections.mjs +0 -47
- package/tools/connections/retrieve-connections.mjs.map +0 -1
- package/tools/country-coverage/retrieve-country-country-coverage.d.mts +0 -51
- package/tools/country-coverage/retrieve-country-country-coverage.d.mts.map +0 -1
- package/tools/country-coverage/retrieve-country-country-coverage.d.ts +0 -51
- package/tools/country-coverage/retrieve-country-country-coverage.d.ts.map +0 -1
- package/tools/country-coverage/retrieve-country-country-coverage.js +0 -54
- package/tools/country-coverage/retrieve-country-country-coverage.js.map +0 -1
- package/tools/country-coverage/retrieve-country-country-coverage.mjs +0 -47
- package/tools/country-coverage/retrieve-country-country-coverage.mjs.map +0 -1
- package/tools/country-coverage/retrieve-country-coverage.d.mts +0 -51
- package/tools/country-coverage/retrieve-country-coverage.d.mts.map +0 -1
- package/tools/country-coverage/retrieve-country-coverage.d.ts +0 -51
- package/tools/country-coverage/retrieve-country-coverage.d.ts.map +0 -1
- package/tools/country-coverage/retrieve-country-coverage.js +0 -51
- package/tools/country-coverage/retrieve-country-coverage.js.map +0 -1
- package/tools/country-coverage/retrieve-country-coverage.mjs +0 -44
- package/tools/country-coverage/retrieve-country-coverage.mjs.map +0 -1
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.d.mts +0 -51
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.d.mts.map +0 -1
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.d.ts +0 -51
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.d.ts.map +0 -1
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.js +0 -52
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.js.map +0 -1
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.mjs +0 -45
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.mjs.map +0 -1
- package/tools/credential-connections/create-credential-connections.d.mts +0 -51
- package/tools/credential-connections/create-credential-connections.d.mts.map +0 -1
- package/tools/credential-connections/create-credential-connections.d.ts +0 -51
- package/tools/credential-connections/create-credential-connections.d.ts.map +0 -1
- package/tools/credential-connections/create-credential-connections.js +0 -281
- package/tools/credential-connections/create-credential-connections.js.map +0 -1
- package/tools/credential-connections/create-credential-connections.mjs +0 -274
- package/tools/credential-connections/create-credential-connections.mjs.map +0 -1
- package/tools/credential-connections/delete-credential-connections.d.mts +0 -51
- package/tools/credential-connections/delete-credential-connections.d.mts.map +0 -1
- package/tools/credential-connections/delete-credential-connections.d.ts +0 -51
- package/tools/credential-connections/delete-credential-connections.d.ts.map +0 -1
- package/tools/credential-connections/delete-credential-connections.js +0 -48
- package/tools/credential-connections/delete-credential-connections.js.map +0 -1
- package/tools/credential-connections/delete-credential-connections.mjs +0 -41
- package/tools/credential-connections/delete-credential-connections.mjs.map +0 -1
- package/tools/credential-connections/list-credential-connections.d.mts +0 -51
- package/tools/credential-connections/list-credential-connections.d.mts.map +0 -1
- package/tools/credential-connections/list-credential-connections.d.ts +0 -51
- package/tools/credential-connections/list-credential-connections.d.ts.map +0 -1
- package/tools/credential-connections/list-credential-connections.js +0 -88
- package/tools/credential-connections/list-credential-connections.js.map +0 -1
- package/tools/credential-connections/list-credential-connections.mjs +0 -81
- package/tools/credential-connections/list-credential-connections.mjs.map +0 -1
- package/tools/credential-connections/retrieve-credential-connections.d.mts +0 -51
- package/tools/credential-connections/retrieve-credential-connections.d.mts.map +0 -1
- package/tools/credential-connections/retrieve-credential-connections.d.ts +0 -51
- package/tools/credential-connections/retrieve-credential-connections.d.ts.map +0 -1
- package/tools/credential-connections/retrieve-credential-connections.js +0 -48
- package/tools/credential-connections/retrieve-credential-connections.js.map +0 -1
- package/tools/credential-connections/retrieve-credential-connections.mjs +0 -41
- package/tools/credential-connections/retrieve-credential-connections.mjs.map +0 -1
- package/tools/credential-connections/update-credential-connections.d.mts +0 -51
- package/tools/credential-connections/update-credential-connections.d.mts.map +0 -1
- package/tools/credential-connections/update-credential-connections.d.ts +0 -51
- package/tools/credential-connections/update-credential-connections.d.ts.map +0 -1
- package/tools/credential-connections/update-credential-connections.js +0 -284
- package/tools/credential-connections/update-credential-connections.js.map +0 -1
- package/tools/credential-connections/update-credential-connections.mjs +0 -277
- package/tools/credential-connections/update-credential-connections.mjs.map +0 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.mts +0 -51
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.mts.map +0 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.ts +0 -51
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.ts.map +0 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.js +0 -143
- package/tools/custom-storage-credentials/create-custom-storage-credentials.js.map +0 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.mjs +0 -136
- package/tools/custom-storage-credentials/create-custom-storage-credentials.mjs.map +0 -1
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.d.mts +0 -51
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.d.mts.map +0 -1
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.d.ts +0 -51
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.d.ts.map +0 -1
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.js +0 -37
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.js.map +0 -1
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.mjs +0 -33
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.mjs.map +0 -1
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.d.mts +0 -51
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.d.mts.map +0 -1
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.d.ts +0 -51
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.d.ts.map +0 -1
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.js +0 -54
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.js.map +0 -1
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.mjs +0 -47
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.mjs.map +0 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.mts +0 -51
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.mts.map +0 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.ts +0 -51
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.ts.map +0 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.js +0 -145
- package/tools/custom-storage-credentials/update-custom-storage-credentials.js.map +0 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.mjs +0 -138
- package/tools/custom-storage-credentials/update-custom-storage-credentials.mjs.map +0 -1
- package/tools/customer-service-records/create-customer-service-records.d.mts +0 -51
- package/tools/customer-service-records/create-customer-service-records.d.mts.map +0 -1
- package/tools/customer-service-records/create-customer-service-records.d.ts +0 -51
- package/tools/customer-service-records/create-customer-service-records.d.ts.map +0 -1
- package/tools/customer-service-records/create-customer-service-records.js +0 -102
- package/tools/customer-service-records/create-customer-service-records.js.map +0 -1
- package/tools/customer-service-records/create-customer-service-records.mjs +0 -95
- package/tools/customer-service-records/create-customer-service-records.mjs.map +0 -1
- package/tools/customer-service-records/list-customer-service-records.d.mts +0 -51
- package/tools/customer-service-records/list-customer-service-records.d.mts.map +0 -1
- package/tools/customer-service-records/list-customer-service-records.d.ts +0 -51
- package/tools/customer-service-records/list-customer-service-records.d.ts.map +0 -1
- package/tools/customer-service-records/list-customer-service-records.js +0 -131
- package/tools/customer-service-records/list-customer-service-records.js.map +0 -1
- package/tools/customer-service-records/list-customer-service-records.mjs +0 -124
- package/tools/customer-service-records/list-customer-service-records.mjs.map +0 -1
- package/tools/customer-service-records/retrieve-customer-service-records.d.mts +0 -51
- package/tools/customer-service-records/retrieve-customer-service-records.d.mts.map +0 -1
- package/tools/customer-service-records/retrieve-customer-service-records.d.ts +0 -51
- package/tools/customer-service-records/retrieve-customer-service-records.d.ts.map +0 -1
- package/tools/customer-service-records/retrieve-customer-service-records.js +0 -54
- package/tools/customer-service-records/retrieve-customer-service-records.js.map +0 -1
- package/tools/customer-service-records/retrieve-customer-service-records.mjs +0 -47
- package/tools/customer-service-records/retrieve-customer-service-records.mjs.map +0 -1
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.d.mts +0 -51
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.d.mts.map +0 -1
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.d.ts +0 -51
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.d.ts.map +0 -1
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.js +0 -57
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.js.map +0 -1
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.mjs +0 -50
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.mjs.map +0 -1
- package/tools/detail-records/list-detail-records.d.mts +0 -51
- package/tools/detail-records/list-detail-records.d.mts.map +0 -1
- package/tools/detail-records/list-detail-records.d.ts +0 -51
- package/tools/detail-records/list-detail-records.d.ts.map +0 -1
- package/tools/detail-records/list-detail-records.js +0 -115
- package/tools/detail-records/list-detail-records.js.map +0 -1
- package/tools/detail-records/list-detail-records.mjs +0 -108
- package/tools/detail-records/list-detail-records.mjs.map +0 -1
- package/tools/dialogflow-connections/create-dialogflow-connections.d.mts +0 -51
- package/tools/dialogflow-connections/create-dialogflow-connections.d.mts.map +0 -1
- package/tools/dialogflow-connections/create-dialogflow-connections.d.ts +0 -51
- package/tools/dialogflow-connections/create-dialogflow-connections.d.ts.map +0 -1
- package/tools/dialogflow-connections/create-dialogflow-connections.js +0 -74
- package/tools/dialogflow-connections/create-dialogflow-connections.js.map +0 -1
- package/tools/dialogflow-connections/create-dialogflow-connections.mjs +0 -67
- package/tools/dialogflow-connections/create-dialogflow-connections.mjs.map +0 -1
- package/tools/dialogflow-connections/delete-dialogflow-connections.d.mts +0 -51
- package/tools/dialogflow-connections/delete-dialogflow-connections.d.mts.map +0 -1
- package/tools/dialogflow-connections/delete-dialogflow-connections.d.ts +0 -51
- package/tools/dialogflow-connections/delete-dialogflow-connections.d.ts.map +0 -1
- package/tools/dialogflow-connections/delete-dialogflow-connections.js +0 -37
- package/tools/dialogflow-connections/delete-dialogflow-connections.js.map +0 -1
- package/tools/dialogflow-connections/delete-dialogflow-connections.mjs +0 -33
- package/tools/dialogflow-connections/delete-dialogflow-connections.mjs.map +0 -1
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.d.mts +0 -51
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.d.mts.map +0 -1
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.d.ts +0 -51
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.d.ts.map +0 -1
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.js +0 -54
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.js.map +0 -1
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.mjs +0 -47
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.mjs.map +0 -1
- package/tools/dialogflow-connections/update-dialogflow-connections.d.mts +0 -51
- package/tools/dialogflow-connections/update-dialogflow-connections.d.mts.map +0 -1
- package/tools/dialogflow-connections/update-dialogflow-connections.d.ts +0 -51
- package/tools/dialogflow-connections/update-dialogflow-connections.d.ts.map +0 -1
- package/tools/dialogflow-connections/update-dialogflow-connections.js +0 -76
- package/tools/dialogflow-connections/update-dialogflow-connections.js.map +0 -1
- package/tools/dialogflow-connections/update-dialogflow-connections.mjs +0 -69
- package/tools/dialogflow-connections/update-dialogflow-connections.mjs.map +0 -1
- package/tools/document-links/list-document-links.d.mts +0 -51
- package/tools/document-links/list-document-links.d.mts.map +0 -1
- package/tools/document-links/list-document-links.d.ts +0 -51
- package/tools/document-links/list-document-links.d.ts.map +0 -1
- package/tools/document-links/list-document-links.js +0 -79
- package/tools/document-links/list-document-links.js.map +0 -1
- package/tools/document-links/list-document-links.mjs +0 -72
- package/tools/document-links/list-document-links.mjs.map +0 -1
- package/tools/documents/delete-documents.d.mts +0 -51
- package/tools/documents/delete-documents.d.mts.map +0 -1
- package/tools/documents/delete-documents.d.ts +0 -51
- package/tools/documents/delete-documents.d.ts.map +0 -1
- package/tools/documents/delete-documents.js +0 -54
- package/tools/documents/delete-documents.js.map +0 -1
- package/tools/documents/delete-documents.mjs +0 -47
- package/tools/documents/delete-documents.mjs.map +0 -1
- package/tools/documents/download-documents.d.mts +0 -51
- package/tools/documents/download-documents.d.mts.map +0 -1
- package/tools/documents/download-documents.d.ts +0 -51
- package/tools/documents/download-documents.d.ts.map +0 -1
- package/tools/documents/download-documents.js +0 -36
- package/tools/documents/download-documents.js.map +0 -1
- package/tools/documents/download-documents.mjs +0 -32
- package/tools/documents/download-documents.mjs.map +0 -1
- package/tools/documents/generate-download-link-documents.d.mts +0 -51
- package/tools/documents/generate-download-link-documents.d.mts.map +0 -1
- package/tools/documents/generate-download-link-documents.d.ts +0 -51
- package/tools/documents/generate-download-link-documents.d.ts.map +0 -1
- package/tools/documents/generate-download-link-documents.js +0 -54
- package/tools/documents/generate-download-link-documents.js.map +0 -1
- package/tools/documents/generate-download-link-documents.mjs +0 -47
- package/tools/documents/generate-download-link-documents.mjs.map +0 -1
- package/tools/documents/list-documents.d.mts +0 -51
- package/tools/documents/list-documents.d.mts.map +0 -1
- package/tools/documents/list-documents.d.ts +0 -51
- package/tools/documents/list-documents.d.ts.map +0 -1
- package/tools/documents/list-documents.js +0 -119
- package/tools/documents/list-documents.js.map +0 -1
- package/tools/documents/list-documents.mjs +0 -112
- package/tools/documents/list-documents.mjs.map +0 -1
- package/tools/documents/retrieve-documents.d.mts +0 -51
- package/tools/documents/retrieve-documents.d.mts.map +0 -1
- package/tools/documents/retrieve-documents.d.ts +0 -51
- package/tools/documents/retrieve-documents.d.ts.map +0 -1
- package/tools/documents/retrieve-documents.js +0 -54
- package/tools/documents/retrieve-documents.js.map +0 -1
- package/tools/documents/retrieve-documents.mjs +0 -47
- package/tools/documents/retrieve-documents.mjs.map +0 -1
- package/tools/documents/update-documents.d.mts +0 -51
- package/tools/documents/update-documents.d.mts.map +0 -1
- package/tools/documents/update-documents.d.ts +0 -51
- package/tools/documents/update-documents.d.ts.map +0 -1
- package/tools/documents/update-documents.js +0 -60
- package/tools/documents/update-documents.js.map +0 -1
- package/tools/documents/update-documents.mjs +0 -53
- package/tools/documents/update-documents.mjs.map +0 -1
- package/tools/documents/upload-documents.d.mts +0 -51
- package/tools/documents/upload-documents.d.mts.map +0 -1
- package/tools/documents/upload-documents.d.ts +0 -51
- package/tools/documents/upload-documents.d.ts.map +0 -1
- package/tools/documents/upload-documents.js +0 -86
- package/tools/documents/upload-documents.js.map +0 -1
- package/tools/documents/upload-documents.mjs +0 -79
- package/tools/documents/upload-documents.mjs.map +0 -1
- package/tools/documents/upload-json-documents.d.mts +0 -51
- package/tools/documents/upload-json-documents.d.mts.map +0 -1
- package/tools/documents/upload-json-documents.d.ts +0 -51
- package/tools/documents/upload-json-documents.d.ts.map +0 -1
- package/tools/documents/upload-json-documents.js +0 -86
- package/tools/documents/upload-json-documents.js.map +0 -1
- package/tools/documents/upload-json-documents.mjs +0 -79
- package/tools/documents/upload-json-documents.mjs.map +0 -1
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.d.mts +0 -51
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.d.mts.map +0 -1
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.d.ts +0 -51
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.d.ts.map +0 -1
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.js +0 -90
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.js.map +0 -1
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.mjs +0 -83
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.mjs.map +0 -1
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.d.mts +0 -51
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.d.mts.map +0 -1
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.d.ts +0 -51
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.d.ts.map +0 -1
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.js +0 -54
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.js.map +0 -1
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.mjs +0 -47
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.mjs.map +0 -1
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.d.mts +0 -51
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.d.mts.map +0 -1
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.d.ts +0 -51
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.d.ts.map +0 -1
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.js +0 -80
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.js.map +0 -1
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.mjs +0 -73
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.mjs.map +0 -1
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.d.mts +0 -51
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.d.mts.map +0 -1
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.d.ts +0 -51
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.d.ts.map +0 -1
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.js +0 -54
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.js.map +0 -1
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.mjs +0 -47
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.mjs.map +0 -1
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.d.mts +0 -51
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.d.mts.map +0 -1
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.d.ts +0 -51
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.d.ts.map +0 -1
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.js +0 -59
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.js.map +0 -1
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.mjs +0 -52
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.mjs.map +0 -1
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.d.mts +0 -51
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.d.mts.map +0 -1
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.d.ts +0 -51
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.d.ts.map +0 -1
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.js +0 -54
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.js.map +0 -1
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.mjs +0 -47
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.mjs.map +0 -1
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.d.mts +0 -51
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.d.mts.map +0 -1
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.d.ts +0 -51
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.d.ts.map +0 -1
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.js +0 -80
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.js.map +0 -1
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.mjs +0 -73
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.mjs.map +0 -1
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.d.mts +0 -51
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.d.mts.map +0 -1
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.d.ts +0 -51
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.d.ts.map +0 -1
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.js +0 -54
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.js.map +0 -1
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.mjs +0 -47
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.mjs.map +0 -1
- package/tools/enum/retrieve-enum.d.mts +0 -51
- package/tools/enum/retrieve-enum.d.mts.map +0 -1
- package/tools/enum/retrieve-enum.d.ts +0 -51
- package/tools/enum/retrieve-enum.d.ts.map +0 -1
- package/tools/enum/retrieve-enum.js +0 -73
- package/tools/enum/retrieve-enum.js.map +0 -1
- package/tools/enum/retrieve-enum.mjs +0 -66
- package/tools/enum/retrieve-enum.mjs.map +0 -1
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.d.mts +0 -51
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.d.mts.map +0 -1
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.d.ts +0 -51
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.d.ts.map +0 -1
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.js +0 -68
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.js.map +0 -1
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.mjs +0 -61
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.mjs.map +0 -1
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.d.mts +0 -51
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.d.mts.map +0 -1
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.d.ts +0 -51
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.d.ts.map +0 -1
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.js +0 -57
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.js.map +0 -1
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.mjs +0 -50
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.mjs.map +0 -1
- package/tools/external-connections/create-external-connections.d.mts +0 -51
- package/tools/external-connections/create-external-connections.d.mts.map +0 -1
- package/tools/external-connections/create-external-connections.d.ts +0 -51
- package/tools/external-connections/create-external-connections.d.ts.map +0 -1
- package/tools/external-connections/create-external-connections.js +0 -107
- package/tools/external-connections/create-external-connections.js.map +0 -1
- package/tools/external-connections/create-external-connections.mjs +0 -100
- package/tools/external-connections/create-external-connections.mjs.map +0 -1
- package/tools/external-connections/delete-external-connections.d.mts +0 -51
- package/tools/external-connections/delete-external-connections.d.mts.map +0 -1
- package/tools/external-connections/delete-external-connections.d.ts +0 -51
- package/tools/external-connections/delete-external-connections.d.ts.map +0 -1
- package/tools/external-connections/delete-external-connections.js +0 -54
- package/tools/external-connections/delete-external-connections.js.map +0 -1
- package/tools/external-connections/delete-external-connections.mjs +0 -47
- package/tools/external-connections/delete-external-connections.mjs.map +0 -1
- package/tools/external-connections/list-external-connections.d.mts +0 -51
- package/tools/external-connections/list-external-connections.d.mts.map +0 -1
- package/tools/external-connections/list-external-connections.d.ts +0 -51
- package/tools/external-connections/list-external-connections.d.ts.map +0 -1
- package/tools/external-connections/list-external-connections.js +0 -103
- package/tools/external-connections/list-external-connections.js.map +0 -1
- package/tools/external-connections/list-external-connections.mjs +0 -96
- package/tools/external-connections/list-external-connections.mjs.map +0 -1
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.d.mts +0 -51
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.d.mts.map +0 -1
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.d.ts +0 -51
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.d.ts.map +0 -1
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.js +0 -54
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.js.map +0 -1
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.mjs +0 -47
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.mjs.map +0 -1
- package/tools/external-connections/log-messages/list-external-connections-log-messages.d.mts +0 -51
- package/tools/external-connections/log-messages/list-external-connections-log-messages.d.mts.map +0 -1
- package/tools/external-connections/log-messages/list-external-connections-log-messages.d.ts +0 -51
- package/tools/external-connections/log-messages/list-external-connections-log-messages.d.ts.map +0 -1
- package/tools/external-connections/log-messages/list-external-connections-log-messages.js +0 -89
- package/tools/external-connections/log-messages/list-external-connections-log-messages.js.map +0 -1
- package/tools/external-connections/log-messages/list-external-connections-log-messages.mjs +0 -82
- package/tools/external-connections/log-messages/list-external-connections-log-messages.mjs.map +0 -1
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.d.mts +0 -51
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.d.mts.map +0 -1
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.d.ts +0 -51
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.d.ts.map +0 -1
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.js +0 -54
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.js.map +0 -1
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.mjs +0 -47
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.mjs.map +0 -1
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.d.mts +0 -51
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.d.mts.map +0 -1
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.d.ts +0 -51
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.d.ts.map +0 -1
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.js +0 -105
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.js.map +0 -1
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.mjs +0 -98
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.mjs.map +0 -1
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.d.mts +0 -51
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.d.mts.map +0 -1
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.d.ts +0 -51
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.d.ts.map +0 -1
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.js +0 -57
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.js.map +0 -1
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.mjs +0 -50
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.mjs.map +0 -1
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.d.mts +0 -51
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.d.mts.map +0 -1
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.d.ts +0 -51
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.d.ts.map +0 -1
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.js +0 -59
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.js.map +0 -1
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.mjs +0 -52
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.mjs.map +0 -1
- package/tools/external-connections/releases/list-external-connections-releases.d.mts +0 -51
- package/tools/external-connections/releases/list-external-connections-releases.d.mts.map +0 -1
- package/tools/external-connections/releases/list-external-connections-releases.d.ts +0 -51
- package/tools/external-connections/releases/list-external-connections-releases.d.ts.map +0 -1
- package/tools/external-connections/releases/list-external-connections-releases.js +0 -127
- package/tools/external-connections/releases/list-external-connections-releases.js.map +0 -1
- package/tools/external-connections/releases/list-external-connections-releases.mjs +0 -120
- package/tools/external-connections/releases/list-external-connections-releases.mjs.map +0 -1
- package/tools/external-connections/releases/retrieve-external-connections-releases.d.mts +0 -51
- package/tools/external-connections/releases/retrieve-external-connections-releases.d.mts.map +0 -1
- package/tools/external-connections/releases/retrieve-external-connections-releases.d.ts +0 -51
- package/tools/external-connections/releases/retrieve-external-connections-releases.d.ts.map +0 -1
- package/tools/external-connections/releases/retrieve-external-connections-releases.js +0 -57
- package/tools/external-connections/releases/retrieve-external-connections-releases.js.map +0 -1
- package/tools/external-connections/releases/retrieve-external-connections-releases.mjs +0 -50
- package/tools/external-connections/releases/retrieve-external-connections-releases.mjs.map +0 -1
- package/tools/external-connections/retrieve-external-connections.d.mts +0 -51
- package/tools/external-connections/retrieve-external-connections.d.mts.map +0 -1
- package/tools/external-connections/retrieve-external-connections.d.ts +0 -51
- package/tools/external-connections/retrieve-external-connections.d.ts.map +0 -1
- package/tools/external-connections/retrieve-external-connections.js +0 -54
- package/tools/external-connections/retrieve-external-connections.js.map +0 -1
- package/tools/external-connections/retrieve-external-connections.mjs +0 -47
- package/tools/external-connections/retrieve-external-connections.mjs.map +0 -1
- package/tools/external-connections/update-external-connections.d.mts +0 -51
- package/tools/external-connections/update-external-connections.d.mts.map +0 -1
- package/tools/external-connections/update-external-connections.d.ts +0 -51
- package/tools/external-connections/update-external-connections.d.ts.map +0 -1
- package/tools/external-connections/update-external-connections.js +0 -100
- package/tools/external-connections/update-external-connections.js.map +0 -1
- package/tools/external-connections/update-external-connections.mjs +0 -93
- package/tools/external-connections/update-external-connections.mjs.map +0 -1
- package/tools/external-connections/update-location-external-connections.d.mts +0 -51
- package/tools/external-connections/update-location-external-connections.d.mts.map +0 -1
- package/tools/external-connections/update-location-external-connections.d.ts +0 -51
- package/tools/external-connections/update-location-external-connections.d.ts.map +0 -1
- package/tools/external-connections/update-location-external-connections.js +0 -59
- package/tools/external-connections/update-location-external-connections.js.map +0 -1
- package/tools/external-connections/update-location-external-connections.mjs +0 -52
- package/tools/external-connections/update-location-external-connections.mjs.map +0 -1
- package/tools/external-connections/uploads/create-external-connections-uploads.d.mts +0 -51
- package/tools/external-connections/uploads/create-external-connections-uploads.d.mts.map +0 -1
- package/tools/external-connections/uploads/create-external-connections-uploads.d.ts +0 -51
- package/tools/external-connections/uploads/create-external-connections-uploads.d.ts.map +0 -1
- package/tools/external-connections/uploads/create-external-connections-uploads.js +0 -80
- package/tools/external-connections/uploads/create-external-connections-uploads.js.map +0 -1
- package/tools/external-connections/uploads/create-external-connections-uploads.mjs +0 -73
- package/tools/external-connections/uploads/create-external-connections-uploads.mjs.map +0 -1
- package/tools/external-connections/uploads/list-external-connections-uploads.d.mts +0 -51
- package/tools/external-connections/uploads/list-external-connections-uploads.d.mts.map +0 -1
- package/tools/external-connections/uploads/list-external-connections-uploads.d.ts +0 -51
- package/tools/external-connections/uploads/list-external-connections-uploads.d.ts.map +0 -1
- package/tools/external-connections/uploads/list-external-connections-uploads.js +0 -118
- package/tools/external-connections/uploads/list-external-connections-uploads.js.map +0 -1
- package/tools/external-connections/uploads/list-external-connections-uploads.mjs +0 -111
- package/tools/external-connections/uploads/list-external-connections-uploads.mjs.map +0 -1
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.d.mts +0 -51
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.d.mts.map +0 -1
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.d.ts +0 -51
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.d.ts.map +0 -1
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.js +0 -54
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.js.map +0 -1
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.mjs +0 -47
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.mjs.map +0 -1
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.d.mts +0 -51
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.d.mts.map +0 -1
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.d.ts +0 -51
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.d.ts.map +0 -1
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.js +0 -52
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.js.map +0 -1
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.mjs +0 -45
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.mjs.map +0 -1
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.d.mts +0 -51
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.d.mts.map +0 -1
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.d.ts +0 -51
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.d.ts.map +0 -1
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.js +0 -57
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.js.map +0 -1
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.mjs +0 -50
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.mjs.map +0 -1
- package/tools/external-connections/uploads/retry-external-connections-uploads.d.mts +0 -51
- package/tools/external-connections/uploads/retry-external-connections-uploads.d.mts.map +0 -1
- package/tools/external-connections/uploads/retry-external-connections-uploads.d.ts +0 -51
- package/tools/external-connections/uploads/retry-external-connections-uploads.d.ts.map +0 -1
- package/tools/external-connections/uploads/retry-external-connections-uploads.js +0 -55
- package/tools/external-connections/uploads/retry-external-connections-uploads.js.map +0 -1
- package/tools/external-connections/uploads/retry-external-connections-uploads.mjs +0 -48
- package/tools/external-connections/uploads/retry-external-connections-uploads.mjs.map +0 -1
- package/tools/fax-applications/create-fax-applications.d.mts +0 -51
- package/tools/fax-applications/create-fax-applications.d.mts.map +0 -1
- package/tools/fax-applications/create-fax-applications.d.ts +0 -51
- package/tools/fax-applications/create-fax-applications.d.ts.map +0 -1
- package/tools/fax-applications/create-fax-applications.js +0 -135
- package/tools/fax-applications/create-fax-applications.js.map +0 -1
- package/tools/fax-applications/create-fax-applications.mjs +0 -128
- package/tools/fax-applications/create-fax-applications.mjs.map +0 -1
- package/tools/fax-applications/delete-fax-applications.d.mts +0 -51
- package/tools/fax-applications/delete-fax-applications.d.mts.map +0 -1
- package/tools/fax-applications/delete-fax-applications.d.ts +0 -51
- package/tools/fax-applications/delete-fax-applications.d.ts.map +0 -1
- package/tools/fax-applications/delete-fax-applications.js +0 -54
- package/tools/fax-applications/delete-fax-applications.js.map +0 -1
- package/tools/fax-applications/delete-fax-applications.mjs +0 -47
- package/tools/fax-applications/delete-fax-applications.mjs.map +0 -1
- package/tools/fax-applications/list-fax-applications.d.mts +0 -51
- package/tools/fax-applications/list-fax-applications.d.mts.map +0 -1
- package/tools/fax-applications/list-fax-applications.d.ts +0 -51
- package/tools/fax-applications/list-fax-applications.d.ts.map +0 -1
- package/tools/fax-applications/list-fax-applications.js +0 -90
- package/tools/fax-applications/list-fax-applications.js.map +0 -1
- package/tools/fax-applications/list-fax-applications.mjs +0 -83
- package/tools/fax-applications/list-fax-applications.mjs.map +0 -1
- package/tools/fax-applications/retrieve-fax-applications.d.mts +0 -51
- package/tools/fax-applications/retrieve-fax-applications.d.mts.map +0 -1
- package/tools/fax-applications/retrieve-fax-applications.d.ts +0 -51
- package/tools/fax-applications/retrieve-fax-applications.d.ts.map +0 -1
- package/tools/fax-applications/retrieve-fax-applications.js +0 -54
- package/tools/fax-applications/retrieve-fax-applications.js.map +0 -1
- package/tools/fax-applications/retrieve-fax-applications.mjs +0 -47
- package/tools/fax-applications/retrieve-fax-applications.mjs.map +0 -1
- package/tools/fax-applications/update-fax-applications.d.mts +0 -51
- package/tools/fax-applications/update-fax-applications.d.mts.map +0 -1
- package/tools/fax-applications/update-fax-applications.d.ts +0 -51
- package/tools/fax-applications/update-fax-applications.d.ts.map +0 -1
- package/tools/fax-applications/update-fax-applications.js +0 -143
- package/tools/fax-applications/update-fax-applications.js.map +0 -1
- package/tools/fax-applications/update-fax-applications.mjs +0 -136
- package/tools/fax-applications/update-fax-applications.mjs.map +0 -1
- package/tools/faxes/actions/cancel-faxes-actions.d.mts +0 -51
- package/tools/faxes/actions/cancel-faxes-actions.d.mts.map +0 -1
- package/tools/faxes/actions/cancel-faxes-actions.d.ts +0 -51
- package/tools/faxes/actions/cancel-faxes-actions.d.ts.map +0 -1
- package/tools/faxes/actions/cancel-faxes-actions.js +0 -52
- package/tools/faxes/actions/cancel-faxes-actions.js.map +0 -1
- package/tools/faxes/actions/cancel-faxes-actions.mjs +0 -45
- package/tools/faxes/actions/cancel-faxes-actions.mjs.map +0 -1
- package/tools/faxes/actions/refresh-faxes-actions.d.mts +0 -51
- package/tools/faxes/actions/refresh-faxes-actions.d.mts.map +0 -1
- package/tools/faxes/actions/refresh-faxes-actions.d.ts +0 -51
- package/tools/faxes/actions/refresh-faxes-actions.d.ts.map +0 -1
- package/tools/faxes/actions/refresh-faxes-actions.js +0 -52
- package/tools/faxes/actions/refresh-faxes-actions.js.map +0 -1
- package/tools/faxes/actions/refresh-faxes-actions.mjs +0 -45
- package/tools/faxes/actions/refresh-faxes-actions.mjs.map +0 -1
- package/tools/faxes/create-faxes.d.mts +0 -51
- package/tools/faxes/create-faxes.d.mts.map +0 -1
- package/tools/faxes/create-faxes.d.ts +0 -51
- package/tools/faxes/create-faxes.d.ts.map +0 -1
- package/tools/faxes/create-faxes.js +0 -107
- package/tools/faxes/create-faxes.js.map +0 -1
- package/tools/faxes/create-faxes.mjs +0 -100
- package/tools/faxes/create-faxes.mjs.map +0 -1
- package/tools/faxes/delete-faxes.d.mts +0 -51
- package/tools/faxes/delete-faxes.d.mts.map +0 -1
- package/tools/faxes/delete-faxes.d.ts +0 -51
- package/tools/faxes/delete-faxes.d.ts.map +0 -1
- package/tools/faxes/delete-faxes.js +0 -37
- package/tools/faxes/delete-faxes.js.map +0 -1
- package/tools/faxes/delete-faxes.mjs +0 -33
- package/tools/faxes/delete-faxes.mjs.map +0 -1
- package/tools/faxes/list-faxes.d.mts +0 -51
- package/tools/faxes/list-faxes.d.mts.map +0 -1
- package/tools/faxes/list-faxes.d.ts +0 -51
- package/tools/faxes/list-faxes.d.ts.map +0 -1
- package/tools/faxes/list-faxes.js +0 -127
- package/tools/faxes/list-faxes.js.map +0 -1
- package/tools/faxes/list-faxes.mjs +0 -120
- package/tools/faxes/list-faxes.mjs.map +0 -1
- package/tools/faxes/retrieve-faxes.d.mts +0 -51
- package/tools/faxes/retrieve-faxes.d.mts.map +0 -1
- package/tools/faxes/retrieve-faxes.d.ts +0 -51
- package/tools/faxes/retrieve-faxes.d.ts.map +0 -1
- package/tools/faxes/retrieve-faxes.js +0 -54
- package/tools/faxes/retrieve-faxes.js.map +0 -1
- package/tools/faxes/retrieve-faxes.mjs +0 -47
- package/tools/faxes/retrieve-faxes.mjs.map +0 -1
- package/tools/fqdn-connections/create-fqdn-connections.d.mts +0 -51
- package/tools/fqdn-connections/create-fqdn-connections.d.mts.map +0 -1
- package/tools/fqdn-connections/create-fqdn-connections.d.ts +0 -51
- package/tools/fqdn-connections/create-fqdn-connections.d.ts.map +0 -1
- package/tools/fqdn-connections/create-fqdn-connections.js +0 -342
- package/tools/fqdn-connections/create-fqdn-connections.js.map +0 -1
- package/tools/fqdn-connections/create-fqdn-connections.mjs +0 -335
- package/tools/fqdn-connections/create-fqdn-connections.mjs.map +0 -1
- package/tools/fqdn-connections/delete-fqdn-connections.d.mts +0 -51
- package/tools/fqdn-connections/delete-fqdn-connections.d.mts.map +0 -1
- package/tools/fqdn-connections/delete-fqdn-connections.d.ts +0 -51
- package/tools/fqdn-connections/delete-fqdn-connections.d.ts.map +0 -1
- package/tools/fqdn-connections/delete-fqdn-connections.js +0 -48
- package/tools/fqdn-connections/delete-fqdn-connections.js.map +0 -1
- package/tools/fqdn-connections/delete-fqdn-connections.mjs +0 -41
- package/tools/fqdn-connections/delete-fqdn-connections.mjs.map +0 -1
- package/tools/fqdn-connections/list-fqdn-connections.d.mts +0 -51
- package/tools/fqdn-connections/list-fqdn-connections.d.mts.map +0 -1
- package/tools/fqdn-connections/list-fqdn-connections.d.ts +0 -51
- package/tools/fqdn-connections/list-fqdn-connections.d.ts.map +0 -1
- package/tools/fqdn-connections/list-fqdn-connections.js +0 -88
- package/tools/fqdn-connections/list-fqdn-connections.js.map +0 -1
- package/tools/fqdn-connections/list-fqdn-connections.mjs +0 -81
- package/tools/fqdn-connections/list-fqdn-connections.mjs.map +0 -1
- package/tools/fqdn-connections/retrieve-fqdn-connections.d.mts +0 -51
- package/tools/fqdn-connections/retrieve-fqdn-connections.d.mts.map +0 -1
- package/tools/fqdn-connections/retrieve-fqdn-connections.d.ts +0 -51
- package/tools/fqdn-connections/retrieve-fqdn-connections.d.ts.map +0 -1
- package/tools/fqdn-connections/retrieve-fqdn-connections.js +0 -48
- package/tools/fqdn-connections/retrieve-fqdn-connections.js.map +0 -1
- package/tools/fqdn-connections/retrieve-fqdn-connections.mjs +0 -41
- package/tools/fqdn-connections/retrieve-fqdn-connections.mjs.map +0 -1
- package/tools/fqdn-connections/update-fqdn-connections.d.mts +0 -51
- package/tools/fqdn-connections/update-fqdn-connections.d.mts.map +0 -1
- package/tools/fqdn-connections/update-fqdn-connections.d.ts +0 -51
- package/tools/fqdn-connections/update-fqdn-connections.d.ts.map +0 -1
- package/tools/fqdn-connections/update-fqdn-connections.js +0 -341
- package/tools/fqdn-connections/update-fqdn-connections.js.map +0 -1
- package/tools/fqdn-connections/update-fqdn-connections.mjs +0 -334
- package/tools/fqdn-connections/update-fqdn-connections.mjs.map +0 -1
- package/tools/fqdns/create-fqdns.d.mts +0 -51
- package/tools/fqdns/create-fqdns.d.mts.map +0 -1
- package/tools/fqdns/create-fqdns.d.ts +0 -51
- package/tools/fqdns/create-fqdns.d.ts.map +0 -1
- package/tools/fqdns/create-fqdns.js +0 -65
- package/tools/fqdns/create-fqdns.js.map +0 -1
- package/tools/fqdns/create-fqdns.mjs +0 -58
- package/tools/fqdns/create-fqdns.mjs.map +0 -1
- package/tools/fqdns/delete-fqdns.d.mts +0 -51
- package/tools/fqdns/delete-fqdns.d.mts.map +0 -1
- package/tools/fqdns/delete-fqdns.d.ts +0 -51
- package/tools/fqdns/delete-fqdns.d.ts.map +0 -1
- package/tools/fqdns/delete-fqdns.js +0 -54
- package/tools/fqdns/delete-fqdns.js.map +0 -1
- package/tools/fqdns/delete-fqdns.mjs +0 -47
- package/tools/fqdns/delete-fqdns.mjs.map +0 -1
- package/tools/fqdns/list-fqdns.d.mts +0 -51
- package/tools/fqdns/list-fqdns.d.mts.map +0 -1
- package/tools/fqdns/list-fqdns.d.ts +0 -51
- package/tools/fqdns/list-fqdns.d.ts.map +0 -1
- package/tools/fqdns/list-fqdns.js +0 -87
- package/tools/fqdns/list-fqdns.js.map +0 -1
- package/tools/fqdns/list-fqdns.mjs +0 -80
- package/tools/fqdns/list-fqdns.mjs.map +0 -1
- package/tools/fqdns/retrieve-fqdns.d.mts +0 -51
- package/tools/fqdns/retrieve-fqdns.d.mts.map +0 -1
- package/tools/fqdns/retrieve-fqdns.d.ts +0 -51
- package/tools/fqdns/retrieve-fqdns.d.ts.map +0 -1
- package/tools/fqdns/retrieve-fqdns.js +0 -54
- package/tools/fqdns/retrieve-fqdns.js.map +0 -1
- package/tools/fqdns/retrieve-fqdns.mjs +0 -47
- package/tools/fqdns/retrieve-fqdns.mjs.map +0 -1
- package/tools/fqdns/update-fqdns.d.mts +0 -51
- package/tools/fqdns/update-fqdns.d.mts.map +0 -1
- package/tools/fqdns/update-fqdns.d.ts +0 -51
- package/tools/fqdns/update-fqdns.d.ts.map +0 -1
- package/tools/fqdns/update-fqdns.js +0 -68
- package/tools/fqdns/update-fqdns.js.map +0 -1
- package/tools/fqdns/update-fqdns.mjs +0 -61
- package/tools/fqdns/update-fqdns.mjs.map +0 -1
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.d.mts +0 -51
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.d.mts.map +0 -1
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.d.ts +0 -51
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.d.ts.map +0 -1
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.js +0 -51
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.js.map +0 -1
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.mjs +0 -44
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.mjs.map +0 -1
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.d.mts +0 -51
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.d.mts.map +0 -1
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.d.ts +0 -51
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.d.ts.map +0 -1
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.js +0 -95
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.js.map +0 -1
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.mjs +0 -88
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.mjs.map +0 -1
- package/tools/global-ip-assignments/create-global-ip-assignments.d.mts +0 -51
- package/tools/global-ip-assignments/create-global-ip-assignments.d.mts.map +0 -1
- package/tools/global-ip-assignments/create-global-ip-assignments.d.ts +0 -51
- package/tools/global-ip-assignments/create-global-ip-assignments.d.ts.map +0 -1
- package/tools/global-ip-assignments/create-global-ip-assignments.js +0 -61
- package/tools/global-ip-assignments/create-global-ip-assignments.js.map +0 -1
- package/tools/global-ip-assignments/create-global-ip-assignments.mjs +0 -54
- package/tools/global-ip-assignments/create-global-ip-assignments.mjs.map +0 -1
- package/tools/global-ip-assignments/delete-global-ip-assignments.d.mts +0 -51
- package/tools/global-ip-assignments/delete-global-ip-assignments.d.mts.map +0 -1
- package/tools/global-ip-assignments/delete-global-ip-assignments.d.ts +0 -51
- package/tools/global-ip-assignments/delete-global-ip-assignments.d.ts.map +0 -1
- package/tools/global-ip-assignments/delete-global-ip-assignments.js +0 -54
- package/tools/global-ip-assignments/delete-global-ip-assignments.js.map +0 -1
- package/tools/global-ip-assignments/delete-global-ip-assignments.mjs +0 -47
- package/tools/global-ip-assignments/delete-global-ip-assignments.mjs.map +0 -1
- package/tools/global-ip-assignments/list-global-ip-assignments.d.mts +0 -51
- package/tools/global-ip-assignments/list-global-ip-assignments.d.mts.map +0 -1
- package/tools/global-ip-assignments/list-global-ip-assignments.d.ts +0 -51
- package/tools/global-ip-assignments/list-global-ip-assignments.d.ts.map +0 -1
- package/tools/global-ip-assignments/list-global-ip-assignments.js +0 -65
- package/tools/global-ip-assignments/list-global-ip-assignments.js.map +0 -1
- package/tools/global-ip-assignments/list-global-ip-assignments.mjs +0 -58
- package/tools/global-ip-assignments/list-global-ip-assignments.mjs.map +0 -1
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.d.mts +0 -51
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.d.mts.map +0 -1
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.d.ts +0 -51
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.d.ts.map +0 -1
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.js +0 -54
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.js.map +0 -1
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.mjs +0 -47
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.mjs.map +0 -1
- package/tools/global-ip-assignments/update-global-ip-assignments.d.mts +0 -51
- package/tools/global-ip-assignments/update-global-ip-assignments.d.mts.map +0 -1
- package/tools/global-ip-assignments/update-global-ip-assignments.d.ts +0 -51
- package/tools/global-ip-assignments/update-global-ip-assignments.d.ts.map +0 -1
- package/tools/global-ip-assignments/update-global-ip-assignments.js +0 -89
- package/tools/global-ip-assignments/update-global-ip-assignments.js.map +0 -1
- package/tools/global-ip-assignments/update-global-ip-assignments.mjs +0 -82
- package/tools/global-ip-assignments/update-global-ip-assignments.mjs.map +0 -1
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.d.mts +0 -51
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.d.mts.map +0 -1
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.d.ts +0 -51
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.d.ts.map +0 -1
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.js +0 -95
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.js.map +0 -1
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.mjs +0 -88
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.mjs.map +0 -1
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.d.mts +0 -51
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.d.mts.map +0 -1
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.d.ts +0 -51
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.d.ts.map +0 -1
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.js +0 -51
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.js.map +0 -1
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.mjs +0 -44
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.mjs.map +0 -1
- package/tools/global-ip-health-checks/create-global-ip-health-checks.d.mts +0 -51
- package/tools/global-ip-health-checks/create-global-ip-health-checks.d.mts.map +0 -1
- package/tools/global-ip-health-checks/create-global-ip-health-checks.d.ts +0 -51
- package/tools/global-ip-health-checks/create-global-ip-health-checks.d.ts.map +0 -1
- package/tools/global-ip-health-checks/create-global-ip-health-checks.js +0 -62
- package/tools/global-ip-health-checks/create-global-ip-health-checks.js.map +0 -1
- package/tools/global-ip-health-checks/create-global-ip-health-checks.mjs +0 -55
- package/tools/global-ip-health-checks/create-global-ip-health-checks.mjs.map +0 -1
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.d.mts +0 -51
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.d.mts.map +0 -1
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.d.ts +0 -51
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.d.ts.map +0 -1
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.js +0 -54
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.js.map +0 -1
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.mjs +0 -47
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.mjs.map +0 -1
- package/tools/global-ip-health-checks/list-global-ip-health-checks.d.mts +0 -51
- package/tools/global-ip-health-checks/list-global-ip-health-checks.d.mts.map +0 -1
- package/tools/global-ip-health-checks/list-global-ip-health-checks.d.ts +0 -51
- package/tools/global-ip-health-checks/list-global-ip-health-checks.d.ts.map +0 -1
- package/tools/global-ip-health-checks/list-global-ip-health-checks.js +0 -65
- package/tools/global-ip-health-checks/list-global-ip-health-checks.js.map +0 -1
- package/tools/global-ip-health-checks/list-global-ip-health-checks.mjs +0 -58
- package/tools/global-ip-health-checks/list-global-ip-health-checks.mjs.map +0 -1
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.d.mts +0 -51
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.d.mts.map +0 -1
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.d.ts +0 -51
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.d.ts.map +0 -1
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.js +0 -54
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.js.map +0 -1
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.mjs +0 -47
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.mjs.map +0 -1
- package/tools/global-ip-latency/retrieve-global-ip-latency.d.mts +0 -51
- package/tools/global-ip-latency/retrieve-global-ip-latency.d.mts.map +0 -1
- package/tools/global-ip-latency/retrieve-global-ip-latency.d.ts +0 -51
- package/tools/global-ip-latency/retrieve-global-ip-latency.d.ts.map +0 -1
- package/tools/global-ip-latency/retrieve-global-ip-latency.js +0 -76
- package/tools/global-ip-latency/retrieve-global-ip-latency.js.map +0 -1
- package/tools/global-ip-latency/retrieve-global-ip-latency.mjs +0 -69
- package/tools/global-ip-latency/retrieve-global-ip-latency.mjs.map +0 -1
- package/tools/global-ip-protocols/list-global-ip-protocols.d.mts +0 -51
- package/tools/global-ip-protocols/list-global-ip-protocols.d.mts.map +0 -1
- package/tools/global-ip-protocols/list-global-ip-protocols.d.ts +0 -51
- package/tools/global-ip-protocols/list-global-ip-protocols.d.ts.map +0 -1
- package/tools/global-ip-protocols/list-global-ip-protocols.js +0 -51
- package/tools/global-ip-protocols/list-global-ip-protocols.js.map +0 -1
- package/tools/global-ip-protocols/list-global-ip-protocols.mjs +0 -44
- package/tools/global-ip-protocols/list-global-ip-protocols.mjs.map +0 -1
- package/tools/global-ip-usage/retrieve-global-ip-usage.d.mts +0 -51
- package/tools/global-ip-usage/retrieve-global-ip-usage.d.mts.map +0 -1
- package/tools/global-ip-usage/retrieve-global-ip-usage.d.ts +0 -51
- package/tools/global-ip-usage/retrieve-global-ip-usage.d.ts.map +0 -1
- package/tools/global-ip-usage/retrieve-global-ip-usage.js +0 -76
- package/tools/global-ip-usage/retrieve-global-ip-usage.js.map +0 -1
- package/tools/global-ip-usage/retrieve-global-ip-usage.mjs +0 -69
- package/tools/global-ip-usage/retrieve-global-ip-usage.mjs.map +0 -1
- package/tools/global-ips/create-global-ips.d.mts +0 -51
- package/tools/global-ips/create-global-ips.d.mts.map +0 -1
- package/tools/global-ips/create-global-ips.d.ts +0 -51
- package/tools/global-ips/create-global-ips.d.ts.map +0 -1
- package/tools/global-ips/create-global-ips.js +0 -62
- package/tools/global-ips/create-global-ips.js.map +0 -1
- package/tools/global-ips/create-global-ips.mjs +0 -55
- package/tools/global-ips/create-global-ips.mjs.map +0 -1
- package/tools/global-ips/delete-global-ips.d.mts +0 -51
- package/tools/global-ips/delete-global-ips.d.mts.map +0 -1
- package/tools/global-ips/delete-global-ips.d.ts +0 -51
- package/tools/global-ips/delete-global-ips.d.ts.map +0 -1
- package/tools/global-ips/delete-global-ips.js +0 -54
- package/tools/global-ips/delete-global-ips.js.map +0 -1
- package/tools/global-ips/delete-global-ips.mjs +0 -47
- package/tools/global-ips/delete-global-ips.mjs.map +0 -1
- package/tools/global-ips/list-global-ips.d.mts +0 -51
- package/tools/global-ips/list-global-ips.d.mts.map +0 -1
- package/tools/global-ips/list-global-ips.d.ts +0 -51
- package/tools/global-ips/list-global-ips.d.ts.map +0 -1
- package/tools/global-ips/list-global-ips.js +0 -65
- package/tools/global-ips/list-global-ips.js.map +0 -1
- package/tools/global-ips/list-global-ips.mjs +0 -58
- package/tools/global-ips/list-global-ips.mjs.map +0 -1
- package/tools/global-ips/retrieve-global-ips.d.mts +0 -51
- package/tools/global-ips/retrieve-global-ips.d.mts.map +0 -1
- package/tools/global-ips/retrieve-global-ips.d.ts +0 -51
- package/tools/global-ips/retrieve-global-ips.d.ts.map +0 -1
- package/tools/global-ips/retrieve-global-ips.js +0 -54
- package/tools/global-ips/retrieve-global-ips.js.map +0 -1
- package/tools/global-ips/retrieve-global-ips.mjs +0 -47
- package/tools/global-ips/retrieve-global-ips.mjs.map +0 -1
- package/tools/inbound-channels/list-inbound-channels.d.mts +0 -51
- package/tools/inbound-channels/list-inbound-channels.d.mts.map +0 -1
- package/tools/inbound-channels/list-inbound-channels.d.ts +0 -51
- package/tools/inbound-channels/list-inbound-channels.d.ts.map +0 -1
- package/tools/inbound-channels/list-inbound-channels.js +0 -51
- package/tools/inbound-channels/list-inbound-channels.js.map +0 -1
- package/tools/inbound-channels/list-inbound-channels.mjs +0 -44
- package/tools/inbound-channels/list-inbound-channels.mjs.map +0 -1
- package/tools/inbound-channels/update-inbound-channels.d.mts +0 -51
- package/tools/inbound-channels/update-inbound-channels.d.mts.map +0 -1
- package/tools/inbound-channels/update-inbound-channels.d.ts +0 -51
- package/tools/inbound-channels/update-inbound-channels.d.ts.map +0 -1
- package/tools/inbound-channels/update-inbound-channels.js +0 -53
- package/tools/inbound-channels/update-inbound-channels.js.map +0 -1
- package/tools/inbound-channels/update-inbound-channels.mjs +0 -46
- package/tools/inbound-channels/update-inbound-channels.mjs.map +0 -1
- package/tools/index.d.mts +0 -10
- package/tools/index.d.mts.map +0 -1
- package/tools/index.d.ts +0 -10
- package/tools/index.d.ts.map +0 -1
- package/tools/index.js +0 -1783
- package/tools/index.js.map +0 -1
- package/tools/index.mjs +0 -1776
- package/tools/index.mjs.map +0 -1
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.d.mts +0 -51
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.d.mts.map +0 -1
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.d.ts +0 -51
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.d.ts.map +0 -1
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.js +0 -132
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.js.map +0 -1
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.mjs +0 -125
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.mjs.map +0 -1
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.d.mts +0 -51
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.d.mts.map +0 -1
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.d.ts +0 -51
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.d.ts.map +0 -1
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.js +0 -59
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.js.map +0 -1
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.mjs +0 -52
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.mjs.map +0 -1
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.d.mts +0 -51
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.d.mts.map +0 -1
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.d.ts +0 -51
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.d.ts.map +0 -1
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.js +0 -54
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.js.map +0 -1
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.mjs +0 -47
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.mjs.map +0 -1
- package/tools/integration-secrets/create-integration-secrets.d.mts +0 -51
- package/tools/integration-secrets/create-integration-secrets.d.mts.map +0 -1
- package/tools/integration-secrets/create-integration-secrets.d.ts +0 -51
- package/tools/integration-secrets/create-integration-secrets.d.ts.map +0 -1
- package/tools/integration-secrets/create-integration-secrets.js +0 -75
- package/tools/integration-secrets/create-integration-secrets.js.map +0 -1
- package/tools/integration-secrets/create-integration-secrets.mjs +0 -68
- package/tools/integration-secrets/create-integration-secrets.mjs.map +0 -1
- package/tools/integration-secrets/delete-integration-secrets.d.mts +0 -51
- package/tools/integration-secrets/delete-integration-secrets.d.mts.map +0 -1
- package/tools/integration-secrets/delete-integration-secrets.d.ts +0 -51
- package/tools/integration-secrets/delete-integration-secrets.d.ts.map +0 -1
- package/tools/integration-secrets/delete-integration-secrets.js +0 -38
- package/tools/integration-secrets/delete-integration-secrets.js.map +0 -1
- package/tools/integration-secrets/delete-integration-secrets.mjs +0 -34
- package/tools/integration-secrets/delete-integration-secrets.mjs.map +0 -1
- package/tools/integration-secrets/list-integration-secrets.d.mts +0 -51
- package/tools/integration-secrets/list-integration-secrets.d.mts.map +0 -1
- package/tools/integration-secrets/list-integration-secrets.d.ts +0 -51
- package/tools/integration-secrets/list-integration-secrets.d.ts.map +0 -1
- package/tools/integration-secrets/list-integration-secrets.js +0 -76
- package/tools/integration-secrets/list-integration-secrets.js.map +0 -1
- package/tools/integration-secrets/list-integration-secrets.mjs +0 -69
- package/tools/integration-secrets/list-integration-secrets.mjs.map +0 -1
- package/tools/inventory-coverage/list-inventory-coverage.d.mts +0 -51
- package/tools/inventory-coverage/list-inventory-coverage.d.mts.map +0 -1
- package/tools/inventory-coverage/list-inventory-coverage.d.ts +0 -51
- package/tools/inventory-coverage/list-inventory-coverage.d.ts.map +0 -1
- package/tools/inventory-coverage/list-inventory-coverage.js +0 -133
- package/tools/inventory-coverage/list-inventory-coverage.js.map +0 -1
- package/tools/inventory-coverage/list-inventory-coverage.mjs +0 -126
- package/tools/inventory-coverage/list-inventory-coverage.mjs.map +0 -1
- package/tools/invoices/list-invoices.d.mts +0 -51
- package/tools/invoices/list-invoices.d.mts.map +0 -1
- package/tools/invoices/list-invoices.d.ts +0 -51
- package/tools/invoices/list-invoices.d.ts.map +0 -1
- package/tools/invoices/list-invoices.js +0 -70
- package/tools/invoices/list-invoices.js.map +0 -1
- package/tools/invoices/list-invoices.mjs +0 -63
- package/tools/invoices/list-invoices.mjs.map +0 -1
- package/tools/invoices/retrieve-invoices.d.mts +0 -51
- package/tools/invoices/retrieve-invoices.d.mts.map +0 -1
- package/tools/invoices/retrieve-invoices.d.ts +0 -51
- package/tools/invoices/retrieve-invoices.d.ts.map +0 -1
- package/tools/invoices/retrieve-invoices.js +0 -59
- package/tools/invoices/retrieve-invoices.js.map +0 -1
- package/tools/invoices/retrieve-invoices.mjs +0 -52
- package/tools/invoices/retrieve-invoices.mjs.map +0 -1
- package/tools/ip-connections/create-ip-connections.d.mts +0 -51
- package/tools/ip-connections/create-ip-connections.d.mts.map +0 -1
- package/tools/ip-connections/create-ip-connections.d.ts +0 -51
- package/tools/ip-connections/create-ip-connections.d.ts.map +0 -1
- package/tools/ip-connections/create-ip-connections.js +0 -298
- package/tools/ip-connections/create-ip-connections.js.map +0 -1
- package/tools/ip-connections/create-ip-connections.mjs +0 -291
- package/tools/ip-connections/create-ip-connections.mjs.map +0 -1
- package/tools/ip-connections/delete-ip-connections.d.mts +0 -51
- package/tools/ip-connections/delete-ip-connections.d.mts.map +0 -1
- package/tools/ip-connections/delete-ip-connections.d.ts +0 -51
- package/tools/ip-connections/delete-ip-connections.d.ts.map +0 -1
- package/tools/ip-connections/delete-ip-connections.js +0 -48
- package/tools/ip-connections/delete-ip-connections.js.map +0 -1
- package/tools/ip-connections/delete-ip-connections.mjs +0 -41
- package/tools/ip-connections/delete-ip-connections.mjs.map +0 -1
- package/tools/ip-connections/list-ip-connections.d.mts +0 -51
- package/tools/ip-connections/list-ip-connections.d.mts.map +0 -1
- package/tools/ip-connections/list-ip-connections.d.ts +0 -51
- package/tools/ip-connections/list-ip-connections.d.ts.map +0 -1
- package/tools/ip-connections/list-ip-connections.js +0 -88
- package/tools/ip-connections/list-ip-connections.js.map +0 -1
- package/tools/ip-connections/list-ip-connections.mjs +0 -81
- package/tools/ip-connections/list-ip-connections.mjs.map +0 -1
- package/tools/ip-connections/retrieve-ip-connections.d.mts +0 -51
- package/tools/ip-connections/retrieve-ip-connections.d.mts.map +0 -1
- package/tools/ip-connections/retrieve-ip-connections.d.ts +0 -51
- package/tools/ip-connections/retrieve-ip-connections.d.ts.map +0 -1
- package/tools/ip-connections/retrieve-ip-connections.js +0 -48
- package/tools/ip-connections/retrieve-ip-connections.js.map +0 -1
- package/tools/ip-connections/retrieve-ip-connections.mjs +0 -41
- package/tools/ip-connections/retrieve-ip-connections.mjs.map +0 -1
- package/tools/ip-connections/update-ip-connections.d.mts +0 -51
- package/tools/ip-connections/update-ip-connections.d.mts.map +0 -1
- package/tools/ip-connections/update-ip-connections.d.ts +0 -51
- package/tools/ip-connections/update-ip-connections.d.ts.map +0 -1
- package/tools/ip-connections/update-ip-connections.js +0 -316
- package/tools/ip-connections/update-ip-connections.js.map +0 -1
- package/tools/ip-connections/update-ip-connections.mjs +0 -309
- package/tools/ip-connections/update-ip-connections.mjs.map +0 -1
- package/tools/ips/create-ips.d.mts +0 -51
- package/tools/ips/create-ips.d.mts.map +0 -1
- package/tools/ips/create-ips.d.ts +0 -51
- package/tools/ips/create-ips.d.ts.map +0 -1
- package/tools/ips/create-ips.js +0 -61
- package/tools/ips/create-ips.js.map +0 -1
- package/tools/ips/create-ips.mjs +0 -54
- package/tools/ips/create-ips.mjs.map +0 -1
- package/tools/ips/delete-ips.d.mts +0 -51
- package/tools/ips/delete-ips.d.mts.map +0 -1
- package/tools/ips/delete-ips.d.ts +0 -51
- package/tools/ips/delete-ips.d.ts.map +0 -1
- package/tools/ips/delete-ips.js +0 -54
- package/tools/ips/delete-ips.js.map +0 -1
- package/tools/ips/delete-ips.mjs +0 -47
- package/tools/ips/delete-ips.mjs.map +0 -1
- package/tools/ips/list-ips.d.mts +0 -51
- package/tools/ips/list-ips.d.mts.map +0 -1
- package/tools/ips/list-ips.d.ts +0 -51
- package/tools/ips/list-ips.d.ts.map +0 -1
- package/tools/ips/list-ips.js +0 -83
- package/tools/ips/list-ips.js.map +0 -1
- package/tools/ips/list-ips.mjs +0 -76
- package/tools/ips/list-ips.mjs.map +0 -1
- package/tools/ips/retrieve-ips.d.mts +0 -51
- package/tools/ips/retrieve-ips.d.mts.map +0 -1
- package/tools/ips/retrieve-ips.d.ts +0 -51
- package/tools/ips/retrieve-ips.d.ts.map +0 -1
- package/tools/ips/retrieve-ips.js +0 -54
- package/tools/ips/retrieve-ips.js.map +0 -1
- package/tools/ips/retrieve-ips.mjs +0 -47
- package/tools/ips/retrieve-ips.mjs.map +0 -1
- package/tools/ips/update-ips.d.mts +0 -51
- package/tools/ips/update-ips.d.mts.map +0 -1
- package/tools/ips/update-ips.d.ts +0 -51
- package/tools/ips/update-ips.d.ts.map +0 -1
- package/tools/ips/update-ips.js +0 -64
- package/tools/ips/update-ips.js.map +0 -1
- package/tools/ips/update-ips.mjs +0 -57
- package/tools/ips/update-ips.mjs.map +0 -1
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.d.mts +0 -51
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.d.mts.map +0 -1
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.d.ts +0 -51
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.d.ts.map +0 -1
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.js +0 -57
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.js.map +0 -1
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.mjs +0 -50
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.mjs.map +0 -1
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.d.mts +0 -51
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.d.mts.map +0 -1
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.d.ts +0 -51
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.d.ts.map +0 -1
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.js +0 -54
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.js.map +0 -1
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.mjs +0 -47
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.js +0 -156
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.mjs +0 -149
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.js +0 -54
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.mjs +0 -47
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.js +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.mjs +0 -44
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.js +0 -54
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.mjs +0 -47
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.js +0 -59
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.mjs +0 -52
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.js +0 -54
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.mjs +0 -47
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.js +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.mjs +0 -44
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.js +0 -54
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.mjs +0 -47
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.js +0 -160
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.mjs +0 -153
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.js +0 -54
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.mjs +0 -47
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.js +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.mjs +0 -44
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.js +0 -54
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.mjs +0 -47
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.js +0 -51
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.mjs +0 -44
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.js +0 -78
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.mjs +0 -71
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.js +0 -54
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.mjs +0 -47
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.js +0 -59
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.mjs +0 -52
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.js +0 -54
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.mjs +0 -47
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.js +0 -71
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.mjs +0 -64
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.js +0 -37
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.mjs +0 -33
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.js +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.mjs +0 -44
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.js +0 -54
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.mjs +0 -47
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.js +0 -59
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.mjs +0 -52
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.js +0 -86
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.mjs +0 -79
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.js +0 -54
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.mjs +0 -47
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.js +0 -59
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.mjs +0 -52
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.mjs.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.d.mts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.d.mts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.d.ts +0 -51
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.d.ts.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.js +0 -54
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.js.map +0 -1
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.mjs +0 -47
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.mjs.map +0 -1
- package/tools/list/retrieve-all-list.d.mts +0 -51
- package/tools/list/retrieve-all-list.d.mts.map +0 -1
- package/tools/list/retrieve-all-list.d.ts +0 -51
- package/tools/list/retrieve-all-list.d.ts.map +0 -1
- package/tools/list/retrieve-all-list.js +0 -51
- package/tools/list/retrieve-all-list.js.map +0 -1
- package/tools/list/retrieve-all-list.mjs +0 -44
- package/tools/list/retrieve-all-list.mjs.map +0 -1
- package/tools/list/retrieve-by-zone-list.d.mts +0 -51
- package/tools/list/retrieve-by-zone-list.d.mts.map +0 -1
- package/tools/list/retrieve-by-zone-list.d.ts +0 -51
- package/tools/list/retrieve-by-zone-list.d.ts.map +0 -1
- package/tools/list/retrieve-by-zone-list.js +0 -54
- package/tools/list/retrieve-by-zone-list.js.map +0 -1
- package/tools/list/retrieve-by-zone-list.mjs +0 -47
- package/tools/list/retrieve-by-zone-list.mjs.map +0 -1
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.d.mts +0 -51
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.d.mts.map +0 -1
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.d.ts +0 -51
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.d.ts.map +0 -1
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.js +0 -52
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.js.map +0 -1
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.mjs +0 -45
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.mjs.map +0 -1
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.d.mts +0 -51
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.d.mts.map +0 -1
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.d.ts +0 -51
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.d.ts.map +0 -1
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.js +0 -56
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.js.map +0 -1
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.mjs +0 -49
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.mjs.map +0 -1
- package/tools/managed-accounts/create-managed-accounts.d.mts +0 -51
- package/tools/managed-accounts/create-managed-accounts.d.mts.map +0 -1
- package/tools/managed-accounts/create-managed-accounts.d.ts +0 -51
- package/tools/managed-accounts/create-managed-accounts.d.ts.map +0 -1
- package/tools/managed-accounts/create-managed-accounts.js +0 -69
- package/tools/managed-accounts/create-managed-accounts.js.map +0 -1
- package/tools/managed-accounts/create-managed-accounts.mjs +0 -62
- package/tools/managed-accounts/create-managed-accounts.mjs.map +0 -1
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.d.mts +0 -51
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.d.mts.map +0 -1
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.d.ts +0 -51
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.d.ts.map +0 -1
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.js +0 -51
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.js.map +0 -1
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.mjs +0 -44
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.mjs.map +0 -1
- package/tools/managed-accounts/list-managed-accounts.d.mts +0 -51
- package/tools/managed-accounts/list-managed-accounts.d.mts.map +0 -1
- package/tools/managed-accounts/list-managed-accounts.d.ts +0 -51
- package/tools/managed-accounts/list-managed-accounts.d.ts.map +0 -1
- package/tools/managed-accounts/list-managed-accounts.js +0 -106
- package/tools/managed-accounts/list-managed-accounts.js.map +0 -1
- package/tools/managed-accounts/list-managed-accounts.mjs +0 -99
- package/tools/managed-accounts/list-managed-accounts.mjs.map +0 -1
- package/tools/managed-accounts/retrieve-managed-accounts.d.mts +0 -51
- package/tools/managed-accounts/retrieve-managed-accounts.d.mts.map +0 -1
- package/tools/managed-accounts/retrieve-managed-accounts.d.ts +0 -51
- package/tools/managed-accounts/retrieve-managed-accounts.d.ts.map +0 -1
- package/tools/managed-accounts/retrieve-managed-accounts.js +0 -54
- package/tools/managed-accounts/retrieve-managed-accounts.js.map +0 -1
- package/tools/managed-accounts/retrieve-managed-accounts.mjs +0 -47
- package/tools/managed-accounts/retrieve-managed-accounts.mjs.map +0 -1
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.d.mts +0 -51
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.d.mts.map +0 -1
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.d.ts +0 -51
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.d.ts.map +0 -1
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.js +0 -56
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.js.map +0 -1
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.mjs +0 -49
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.mjs.map +0 -1
- package/tools/managed-accounts/update-managed-accounts.d.mts +0 -51
- package/tools/managed-accounts/update-managed-accounts.d.mts.map +0 -1
- package/tools/managed-accounts/update-managed-accounts.d.ts +0 -51
- package/tools/managed-accounts/update-managed-accounts.d.ts.map +0 -1
- package/tools/managed-accounts/update-managed-accounts.js +0 -56
- package/tools/managed-accounts/update-managed-accounts.js.map +0 -1
- package/tools/managed-accounts/update-managed-accounts.mjs +0 -49
- package/tools/managed-accounts/update-managed-accounts.mjs.map +0 -1
- package/tools/media/delete-media.d.mts +0 -51
- package/tools/media/delete-media.d.mts.map +0 -1
- package/tools/media/delete-media.d.ts +0 -51
- package/tools/media/delete-media.d.ts.map +0 -1
- package/tools/media/delete-media.js +0 -37
- package/tools/media/delete-media.js.map +0 -1
- package/tools/media/delete-media.mjs +0 -33
- package/tools/media/delete-media.mjs.map +0 -1
- package/tools/media/download-media.d.mts +0 -51
- package/tools/media/download-media.d.mts.map +0 -1
- package/tools/media/download-media.d.ts +0 -51
- package/tools/media/download-media.d.ts.map +0 -1
- package/tools/media/download-media.js +0 -36
- package/tools/media/download-media.js.map +0 -1
- package/tools/media/download-media.mjs +0 -32
- package/tools/media/download-media.mjs.map +0 -1
- package/tools/media/list-media.d.mts +0 -51
- package/tools/media/list-media.d.mts.map +0 -1
- package/tools/media/list-media.d.ts +0 -51
- package/tools/media/list-media.d.ts.map +0 -1
- package/tools/media/list-media.js +0 -64
- package/tools/media/list-media.js.map +0 -1
- package/tools/media/list-media.mjs +0 -57
- package/tools/media/list-media.mjs.map +0 -1
- package/tools/media/retrieve-media.d.mts +0 -51
- package/tools/media/retrieve-media.d.mts.map +0 -1
- package/tools/media/retrieve-media.d.ts +0 -51
- package/tools/media/retrieve-media.d.ts.map +0 -1
- package/tools/media/retrieve-media.js +0 -54
- package/tools/media/retrieve-media.js.map +0 -1
- package/tools/media/retrieve-media.mjs +0 -47
- package/tools/media/retrieve-media.mjs.map +0 -1
- package/tools/media/update-media.d.mts +0 -51
- package/tools/media/update-media.d.mts.map +0 -1
- package/tools/media/update-media.d.ts +0 -51
- package/tools/media/update-media.d.ts.map +0 -1
- package/tools/media/update-media.js +0 -62
- package/tools/media/update-media.js.map +0 -1
- package/tools/media/update-media.mjs +0 -55
- package/tools/media/update-media.mjs.map +0 -1
- package/tools/media/upload-media.d.mts +0 -51
- package/tools/media/upload-media.d.mts.map +0 -1
- package/tools/media/upload-media.d.ts +0 -51
- package/tools/media/upload-media.d.ts.map +0 -1
- package/tools/media/upload-media.js +0 -61
- package/tools/media/upload-media.js.map +0 -1
- package/tools/media/upload-media.mjs +0 -54
- package/tools/media/upload-media.mjs.map +0 -1
- package/tools/messages/cancel-scheduled-messages.d.mts +0 -51
- package/tools/messages/cancel-scheduled-messages.d.mts.map +0 -1
- package/tools/messages/cancel-scheduled-messages.d.ts +0 -51
- package/tools/messages/cancel-scheduled-messages.d.ts.map +0 -1
- package/tools/messages/cancel-scheduled-messages.js +0 -48
- package/tools/messages/cancel-scheduled-messages.js.map +0 -1
- package/tools/messages/cancel-scheduled-messages.mjs +0 -41
- package/tools/messages/cancel-scheduled-messages.mjs.map +0 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.mts +0 -51
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.mts.map +0 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.ts +0 -51
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.ts.map +0 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.js +0 -62
- package/tools/messages/rcs/generate-deeplink-messages-rcs.js.map +0 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.mjs +0 -55
- package/tools/messages/rcs/generate-deeplink-messages-rcs.mjs.map +0 -1
- package/tools/messages/retrieve-messages.d.mts +0 -51
- package/tools/messages/retrieve-messages.d.mts.map +0 -1
- package/tools/messages/retrieve-messages.d.ts +0 -51
- package/tools/messages/retrieve-messages.d.ts.map +0 -1
- package/tools/messages/retrieve-messages.js +0 -48
- package/tools/messages/retrieve-messages.js.map +0 -1
- package/tools/messages/retrieve-messages.mjs +0 -41
- package/tools/messages/retrieve-messages.mjs.map +0 -1
- package/tools/messages/schedule-messages.d.mts +0 -51
- package/tools/messages/schedule-messages.d.mts.map +0 -1
- package/tools/messages/schedule-messages.d.ts +0 -51
- package/tools/messages/schedule-messages.d.ts.map +0 -1
- package/tools/messages/schedule-messages.js +0 -96
- package/tools/messages/schedule-messages.js.map +0 -1
- package/tools/messages/schedule-messages.mjs +0 -89
- package/tools/messages/schedule-messages.mjs.map +0 -1
- package/tools/messages/send-group-mms-messages.d.mts +0 -51
- package/tools/messages/send-group-mms-messages.d.mts.map +0 -1
- package/tools/messages/send-group-mms-messages.d.ts +0 -51
- package/tools/messages/send-group-mms-messages.d.ts.map +0 -1
- package/tools/messages/send-group-mms-messages.js +0 -82
- package/tools/messages/send-group-mms-messages.js.map +0 -1
- package/tools/messages/send-group-mms-messages.mjs +0 -75
- package/tools/messages/send-group-mms-messages.mjs.map +0 -1
- package/tools/messages/send-long-code-messages.d.mts +0 -51
- package/tools/messages/send-long-code-messages.d.mts.map +0 -1
- package/tools/messages/send-long-code-messages.d.ts +0 -51
- package/tools/messages/send-long-code-messages.d.ts.map +0 -1
- package/tools/messages/send-long-code-messages.js +0 -87
- package/tools/messages/send-long-code-messages.js.map +0 -1
- package/tools/messages/send-long-code-messages.mjs +0 -80
- package/tools/messages/send-long-code-messages.mjs.map +0 -1
- package/tools/messages/send-messages.d.mts +0 -51
- package/tools/messages/send-messages.d.mts.map +0 -1
- package/tools/messages/send-messages.d.ts +0 -51
- package/tools/messages/send-messages.d.ts.map +0 -1
- package/tools/messages/send-messages.js +0 -96
- package/tools/messages/send-messages.js.map +0 -1
- package/tools/messages/send-messages.mjs +0 -89
- package/tools/messages/send-messages.mjs.map +0 -1
- package/tools/messages/send-number-pool-messages.d.mts +0 -51
- package/tools/messages/send-number-pool-messages.d.mts.map +0 -1
- package/tools/messages/send-number-pool-messages.d.ts +0 -51
- package/tools/messages/send-number-pool-messages.d.ts.map +0 -1
- package/tools/messages/send-number-pool-messages.js +0 -87
- package/tools/messages/send-number-pool-messages.js.map +0 -1
- package/tools/messages/send-number-pool-messages.mjs +0 -80
- package/tools/messages/send-number-pool-messages.mjs.map +0 -1
- package/tools/messages/send-short-code-messages.d.mts +0 -51
- package/tools/messages/send-short-code-messages.d.mts.map +0 -1
- package/tools/messages/send-short-code-messages.d.ts +0 -51
- package/tools/messages/send-short-code-messages.d.ts.map +0 -1
- package/tools/messages/send-short-code-messages.js +0 -87
- package/tools/messages/send-short-code-messages.js.map +0 -1
- package/tools/messages/send-short-code-messages.mjs +0 -80
- package/tools/messages/send-short-code-messages.mjs.map +0 -1
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.mts +0 -51
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.mts.map +0 -1
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.ts +0 -51
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.ts.map +0 -1
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.js +0 -65
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.js.map +0 -1
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.mjs +0 -58
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.mjs.map +0 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.mts +0 -51
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.mts.map +0 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.ts +0 -51
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.ts.map +0 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.js +0 -54
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.js.map +0 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.mjs +0 -47
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.mjs.map +0 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.mts +0 -51
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.mts.map +0 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.ts +0 -51
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.ts.map +0 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.js +0 -64
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.js.map +0 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.mjs +0 -57
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.mjs.map +0 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.mts +0 -51
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.mts.map +0 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.ts +0 -51
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.ts.map +0 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.js +0 -57
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.js.map +0 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.mjs +0 -50
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.mjs.map +0 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.mts +0 -51
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.mts.map +0 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.ts +0 -51
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.ts.map +0 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.js +0 -60
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.js.map +0 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.mjs +0 -53
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.mjs.map +0 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.mts +0 -51
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.mts.map +0 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.ts +0 -51
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.ts.map +0 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.js +0 -57
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.js.map +0 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.mjs +0 -50
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.js +0 -60
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.js.map +0 -1
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.mjs +0 -53
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.js +0 -57
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.js.map +0 -1
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.mjs +0 -50
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.js +0 -60
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.js.map +0 -1
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.mjs +0 -53
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.js +0 -62
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.js.map +0 -1
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.mjs +0 -55
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.js +0 -54
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.js.map +0 -1
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.mjs +0 -47
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.js +0 -65
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.js.map +0 -1
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.mjs +0 -58
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.js +0 -54
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.js.map +0 -1
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.mjs +0 -47
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.mjs.map +0 -1
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.d.mts +0 -51
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.d.mts.map +0 -1
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.d.ts +0 -51
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.d.ts.map +0 -1
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.js +0 -67
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.js.map +0 -1
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.mjs +0 -60
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.mjs.map +0 -1
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.d.mts +0 -51
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.d.mts.map +0 -1
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.d.ts +0 -51
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.d.ts.map +0 -1
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.js +0 -54
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.js.map +0 -1
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.mjs +0 -47
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.mjs.map +0 -1
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.d.mts +0 -51
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.d.mts.map +0 -1
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.d.ts +0 -51
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.d.ts.map +0 -1
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.js +0 -60
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.js.map +0 -1
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.mjs +0 -53
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.mjs.map +0 -1
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.d.mts +0 -51
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.d.mts.map +0 -1
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.d.ts +0 -51
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.d.ts.map +0 -1
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.js +0 -54
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.js.map +0 -1
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.mjs +0 -47
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.mjs.map +0 -1
- package/tools/messaging-optouts/list-messaging-optouts.d.mts +0 -51
- package/tools/messaging-optouts/list-messaging-optouts.d.mts.map +0 -1
- package/tools/messaging-optouts/list-messaging-optouts.d.ts +0 -51
- package/tools/messaging-optouts/list-messaging-optouts.d.ts.map +0 -1
- package/tools/messaging-optouts/list-messaging-optouts.js +0 -99
- package/tools/messaging-optouts/list-messaging-optouts.js.map +0 -1
- package/tools/messaging-optouts/list-messaging-optouts.mjs +0 -92
- package/tools/messaging-optouts/list-messaging-optouts.mjs.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.d.mts +0 -51
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.d.mts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.d.ts +0 -51
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.d.ts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.js +0 -73
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.js.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.mjs +0 -66
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.mjs.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.d.mts +0 -51
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.d.mts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.d.ts +0 -51
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.d.ts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.js +0 -59
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.js.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.mjs +0 -52
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.mjs.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.d.mts +0 -51
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.d.mts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.d.ts +0 -51
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.d.ts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.js +0 -87
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.js.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.mjs +0 -80
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.mjs.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.d.mts +0 -51
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.d.mts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.d.ts +0 -51
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.d.ts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.js +0 -59
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.js.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.mjs +0 -52
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.mjs.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.d.mts +0 -51
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.d.mts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.d.ts +0 -51
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.d.ts.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.js +0 -79
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.js.map +0 -1
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.mjs +0 -72
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.mjs.map +0 -1
- package/tools/messaging-profiles/create-messaging-profiles.d.mts +0 -51
- package/tools/messaging-profiles/create-messaging-profiles.d.mts.map +0 -1
- package/tools/messaging-profiles/create-messaging-profiles.d.ts +0 -51
- package/tools/messaging-profiles/create-messaging-profiles.d.ts.map +0 -1
- package/tools/messaging-profiles/create-messaging-profiles.js +0 -154
- package/tools/messaging-profiles/create-messaging-profiles.js.map +0 -1
- package/tools/messaging-profiles/create-messaging-profiles.mjs +0 -147
- package/tools/messaging-profiles/create-messaging-profiles.mjs.map +0 -1
- package/tools/messaging-profiles/delete-messaging-profiles.d.mts +0 -51
- package/tools/messaging-profiles/delete-messaging-profiles.d.mts.map +0 -1
- package/tools/messaging-profiles/delete-messaging-profiles.d.ts +0 -51
- package/tools/messaging-profiles/delete-messaging-profiles.d.ts.map +0 -1
- package/tools/messaging-profiles/delete-messaging-profiles.js +0 -54
- package/tools/messaging-profiles/delete-messaging-profiles.js.map +0 -1
- package/tools/messaging-profiles/delete-messaging-profiles.mjs +0 -47
- package/tools/messaging-profiles/delete-messaging-profiles.mjs.map +0 -1
- package/tools/messaging-profiles/list-messaging-profiles.d.mts +0 -51
- package/tools/messaging-profiles/list-messaging-profiles.d.mts.map +0 -1
- package/tools/messaging-profiles/list-messaging-profiles.d.ts +0 -51
- package/tools/messaging-profiles/list-messaging-profiles.d.ts.map +0 -1
- package/tools/messaging-profiles/list-messaging-profiles.js +0 -75
- package/tools/messaging-profiles/list-messaging-profiles.js.map +0 -1
- package/tools/messaging-profiles/list-messaging-profiles.mjs +0 -68
- package/tools/messaging-profiles/list-messaging-profiles.mjs.map +0 -1
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.d.mts +0 -51
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.d.mts.map +0 -1
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.d.ts +0 -51
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.d.ts.map +0 -1
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.js +0 -68
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.js.map +0 -1
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.mjs +0 -61
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.mjs.map +0 -1
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.d.mts +0 -51
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.d.mts.map +0 -1
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.d.ts +0 -51
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.d.ts.map +0 -1
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.js +0 -68
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.js.map +0 -1
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.mjs +0 -61
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.mjs.map +0 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.d.mts +0 -51
- package/tools/messaging-profiles/retrieve-messaging-profiles.d.mts.map +0 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.d.ts +0 -51
- package/tools/messaging-profiles/retrieve-messaging-profiles.d.ts.map +0 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.js +0 -54
- package/tools/messaging-profiles/retrieve-messaging-profiles.js.map +0 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.mjs +0 -47
- package/tools/messaging-profiles/retrieve-messaging-profiles.mjs.map +0 -1
- package/tools/messaging-profiles/update-messaging-profiles.d.mts +0 -51
- package/tools/messaging-profiles/update-messaging-profiles.d.mts.map +0 -1
- package/tools/messaging-profiles/update-messaging-profiles.d.ts +0 -51
- package/tools/messaging-profiles/update-messaging-profiles.d.ts.map +0 -1
- package/tools/messaging-profiles/update-messaging-profiles.js +0 -161
- package/tools/messaging-profiles/update-messaging-profiles.js.map +0 -1
- package/tools/messaging-profiles/update-messaging-profiles.mjs +0 -154
- package/tools/messaging-profiles/update-messaging-profiles.mjs.map +0 -1
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.d.mts +0 -51
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.d.mts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.d.ts +0 -51
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.d.ts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.js +0 -322
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.js.map +0 -1
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.mjs +0 -315
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.mjs.map +0 -1
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.d.mts +0 -51
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.d.mts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.d.ts +0 -51
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.d.ts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.js +0 -38
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.js.map +0 -1
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.mjs +0 -34
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.mjs.map +0 -1
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.d.mts +0 -51
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.d.mts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.d.ts +0 -51
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.d.ts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.js +0 -92
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.js.map +0 -1
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.mjs +0 -85
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.mjs.map +0 -1
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.d.mts +0 -51
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.d.mts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.d.ts +0 -51
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.d.ts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.js +0 -55
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.js.map +0 -1
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.mjs +0 -48
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.mjs.map +0 -1
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.d.mts +0 -51
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.d.mts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.d.ts +0 -51
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.d.ts.map +0 -1
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.js +0 -327
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.js.map +0 -1
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.mjs +0 -320
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.mjs.map +0 -1
- package/tools/messaging-url-domains/list-messaging-url-domains.d.mts +0 -51
- package/tools/messaging-url-domains/list-messaging-url-domains.d.mts.map +0 -1
- package/tools/messaging-url-domains/list-messaging-url-domains.d.ts +0 -51
- package/tools/messaging-url-domains/list-messaging-url-domains.d.ts.map +0 -1
- package/tools/messaging-url-domains/list-messaging-url-domains.js +0 -65
- package/tools/messaging-url-domains/list-messaging-url-domains.js.map +0 -1
- package/tools/messaging-url-domains/list-messaging-url-domains.mjs +0 -58
- package/tools/messaging-url-domains/list-messaging-url-domains.mjs.map +0 -1
- package/tools/messsages/rcs-messsages.d.mts +0 -51
- package/tools/messsages/rcs-messsages.d.mts.map +0 -1
- package/tools/messsages/rcs-messsages.d.ts +0 -51
- package/tools/messsages/rcs-messsages.d.ts.map +0 -1
- package/tools/messsages/rcs-messsages.js +0 -370
- package/tools/messsages/rcs-messsages.js.map +0 -1
- package/tools/messsages/rcs-messsages.mjs +0 -363
- package/tools/messsages/rcs-messsages.mjs.map +0 -1
- package/tools/mobile-network-operators/list-mobile-network-operators.d.mts +0 -51
- package/tools/mobile-network-operators/list-mobile-network-operators.d.mts.map +0 -1
- package/tools/mobile-network-operators/list-mobile-network-operators.d.ts +0 -51
- package/tools/mobile-network-operators/list-mobile-network-operators.d.ts.map +0 -1
- package/tools/mobile-network-operators/list-mobile-network-operators.js +0 -109
- package/tools/mobile-network-operators/list-mobile-network-operators.js.map +0 -1
- package/tools/mobile-network-operators/list-mobile-network-operators.mjs +0 -102
- package/tools/mobile-network-operators/list-mobile-network-operators.mjs.map +0 -1
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.d.mts +0 -51
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.d.mts.map +0 -1
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.d.ts +0 -51
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.d.ts.map +0 -1
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.js +0 -59
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.js.map +0 -1
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.mjs +0 -52
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.mjs.map +0 -1
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.mts +0 -51
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.mts.map +0 -1
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.ts +0 -51
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.ts.map +0 -1
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.js +0 -65
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.js.map +0 -1
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.mjs +0 -58
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.mjs.map +0 -1
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.mts +0 -51
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.mts.map +0 -1
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.ts +0 -51
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.ts.map +0 -1
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.js +0 -54
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.js.map +0 -1
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.mjs +0 -47
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.mjs.map +0 -1
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.d.mts +0 -51
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.d.mts.map +0 -1
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.d.ts +0 -51
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.d.ts.map +0 -1
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.js +0 -54
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.js.map +0 -1
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.mjs +0 -47
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.mjs.map +0 -1
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.d.mts +0 -51
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.d.mts.map +0 -1
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.d.ts +0 -51
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.d.ts.map +0 -1
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.js +0 -134
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.js.map +0 -1
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.mjs +0 -127
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.mjs.map +0 -1
- package/tools/mobile-push-credentials/create-mobile-push-credentials.d.mts +0 -51
- package/tools/mobile-push-credentials/create-mobile-push-credentials.d.mts.map +0 -1
- package/tools/mobile-push-credentials/create-mobile-push-credentials.d.ts +0 -51
- package/tools/mobile-push-credentials/create-mobile-push-credentials.d.ts.map +0 -1
- package/tools/mobile-push-credentials/create-mobile-push-credentials.js +0 -93
- package/tools/mobile-push-credentials/create-mobile-push-credentials.js.map +0 -1
- package/tools/mobile-push-credentials/create-mobile-push-credentials.mjs +0 -86
- package/tools/mobile-push-credentials/create-mobile-push-credentials.mjs.map +0 -1
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.d.mts +0 -51
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.d.mts.map +0 -1
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.d.ts +0 -51
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.d.ts.map +0 -1
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.js +0 -37
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.js.map +0 -1
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.mjs +0 -33
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.mjs.map +0 -1
- package/tools/mobile-push-credentials/list-mobile-push-credentials.d.mts +0 -51
- package/tools/mobile-push-credentials/list-mobile-push-credentials.d.mts.map +0 -1
- package/tools/mobile-push-credentials/list-mobile-push-credentials.d.ts +0 -51
- package/tools/mobile-push-credentials/list-mobile-push-credentials.d.ts.map +0 -1
- package/tools/mobile-push-credentials/list-mobile-push-credentials.js +0 -80
- package/tools/mobile-push-credentials/list-mobile-push-credentials.js.map +0 -1
- package/tools/mobile-push-credentials/list-mobile-push-credentials.mjs +0 -73
- package/tools/mobile-push-credentials/list-mobile-push-credentials.mjs.map +0 -1
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.d.mts +0 -51
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.d.mts.map +0 -1
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.d.ts +0 -51
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.d.ts.map +0 -1
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.js +0 -54
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.js.map +0 -1
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.mjs +0 -47
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.mjs.map +0 -1
- package/tools/mobile-voice-connections/create-mobile-voice-connections.d.mts +0 -51
- package/tools/mobile-voice-connections/create-mobile-voice-connections.d.mts.map +0 -1
- package/tools/mobile-voice-connections/create-mobile-voice-connections.d.ts +0 -51
- package/tools/mobile-voice-connections/create-mobile-voice-connections.d.ts.map +0 -1
- package/tools/mobile-voice-connections/create-mobile-voice-connections.js +0 -93
- package/tools/mobile-voice-connections/create-mobile-voice-connections.js.map +0 -1
- package/tools/mobile-voice-connections/create-mobile-voice-connections.mjs +0 -86
- package/tools/mobile-voice-connections/create-mobile-voice-connections.mjs.map +0 -1
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.d.mts +0 -51
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.d.mts.map +0 -1
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.d.ts +0 -51
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.d.ts.map +0 -1
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.js +0 -54
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.js.map +0 -1
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.mjs +0 -47
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.mjs.map +0 -1
- package/tools/mobile-voice-connections/list-mobile-voice-connections.d.mts +0 -51
- package/tools/mobile-voice-connections/list-mobile-voice-connections.d.mts.map +0 -1
- package/tools/mobile-voice-connections/list-mobile-voice-connections.d.ts +0 -51
- package/tools/mobile-voice-connections/list-mobile-voice-connections.d.ts.map +0 -1
- package/tools/mobile-voice-connections/list-mobile-voice-connections.js +0 -67
- package/tools/mobile-voice-connections/list-mobile-voice-connections.js.map +0 -1
- package/tools/mobile-voice-connections/list-mobile-voice-connections.mjs +0 -60
- package/tools/mobile-voice-connections/list-mobile-voice-connections.mjs.map +0 -1
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.d.mts +0 -51
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.d.mts.map +0 -1
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.d.ts +0 -51
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.d.ts.map +0 -1
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.js +0 -54
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.js.map +0 -1
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.mjs +0 -47
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.mjs.map +0 -1
- package/tools/mobile-voice-connections/update-mobile-voice-connections.d.mts +0 -51
- package/tools/mobile-voice-connections/update-mobile-voice-connections.d.mts.map +0 -1
- package/tools/mobile-voice-connections/update-mobile-voice-connections.d.ts +0 -51
- package/tools/mobile-voice-connections/update-mobile-voice-connections.d.ts.map +0 -1
- package/tools/mobile-voice-connections/update-mobile-voice-connections.js +0 -96
- package/tools/mobile-voice-connections/update-mobile-voice-connections.js.map +0 -1
- package/tools/mobile-voice-connections/update-mobile-voice-connections.mjs +0 -89
- package/tools/mobile-voice-connections/update-mobile-voice-connections.mjs.map +0 -1
- package/tools/network-coverage/list-network-coverage.d.mts +0 -51
- package/tools/network-coverage/list-network-coverage.d.mts.map +0 -1
- package/tools/network-coverage/list-network-coverage.d.ts +0 -51
- package/tools/network-coverage/list-network-coverage.d.ts.map +0 -1
- package/tools/network-coverage/list-network-coverage.js +0 -117
- package/tools/network-coverage/list-network-coverage.js.map +0 -1
- package/tools/network-coverage/list-network-coverage.mjs +0 -110
- package/tools/network-coverage/list-network-coverage.mjs.map +0 -1
- package/tools/networks/create-networks.d.mts +0 -51
- package/tools/networks/create-networks.d.mts.map +0 -1
- package/tools/networks/create-networks.d.ts +0 -51
- package/tools/networks/create-networks.d.ts.map +0 -1
- package/tools/networks/create-networks.js +0 -53
- package/tools/networks/create-networks.js.map +0 -1
- package/tools/networks/create-networks.mjs +0 -46
- package/tools/networks/create-networks.mjs.map +0 -1
- package/tools/networks/default-gateway/create-networks-default-gateway.d.mts +0 -51
- package/tools/networks/default-gateway/create-networks-default-gateway.d.mts.map +0 -1
- package/tools/networks/default-gateway/create-networks-default-gateway.d.ts +0 -51
- package/tools/networks/default-gateway/create-networks-default-gateway.d.ts.map +0 -1
- package/tools/networks/default-gateway/create-networks-default-gateway.js +0 -56
- package/tools/networks/default-gateway/create-networks-default-gateway.js.map +0 -1
- package/tools/networks/default-gateway/create-networks-default-gateway.mjs +0 -49
- package/tools/networks/default-gateway/create-networks-default-gateway.mjs.map +0 -1
- package/tools/networks/default-gateway/delete-networks-default-gateway.d.mts +0 -51
- package/tools/networks/default-gateway/delete-networks-default-gateway.d.mts.map +0 -1
- package/tools/networks/default-gateway/delete-networks-default-gateway.d.ts +0 -51
- package/tools/networks/default-gateway/delete-networks-default-gateway.d.ts.map +0 -1
- package/tools/networks/default-gateway/delete-networks-default-gateway.js +0 -54
- package/tools/networks/default-gateway/delete-networks-default-gateway.js.map +0 -1
- package/tools/networks/default-gateway/delete-networks-default-gateway.mjs +0 -47
- package/tools/networks/default-gateway/delete-networks-default-gateway.mjs.map +0 -1
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.d.mts +0 -51
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.d.mts.map +0 -1
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.d.ts +0 -51
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.d.ts.map +0 -1
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.js +0 -54
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.js.map +0 -1
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.mjs +0 -47
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.mjs.map +0 -1
- package/tools/networks/delete-networks.d.mts +0 -51
- package/tools/networks/delete-networks.d.mts.map +0 -1
- package/tools/networks/delete-networks.d.ts +0 -51
- package/tools/networks/delete-networks.d.ts.map +0 -1
- package/tools/networks/delete-networks.js +0 -54
- package/tools/networks/delete-networks.js.map +0 -1
- package/tools/networks/delete-networks.mjs +0 -47
- package/tools/networks/delete-networks.mjs.map +0 -1
- package/tools/networks/list-interfaces-networks.d.mts +0 -51
- package/tools/networks/list-interfaces-networks.d.mts.map +0 -1
- package/tools/networks/list-interfaces-networks.d.ts +0 -51
- package/tools/networks/list-interfaces-networks.d.ts.map +0 -1
- package/tools/networks/list-interfaces-networks.js +0 -92
- package/tools/networks/list-interfaces-networks.js.map +0 -1
- package/tools/networks/list-interfaces-networks.mjs +0 -85
- package/tools/networks/list-interfaces-networks.mjs.map +0 -1
- package/tools/networks/list-networks.d.mts +0 -51
- package/tools/networks/list-networks.d.mts.map +0 -1
- package/tools/networks/list-networks.d.ts +0 -51
- package/tools/networks/list-networks.d.ts.map +0 -1
- package/tools/networks/list-networks.js +0 -75
- package/tools/networks/list-networks.js.map +0 -1
- package/tools/networks/list-networks.mjs +0 -68
- package/tools/networks/list-networks.mjs.map +0 -1
- package/tools/networks/retrieve-networks.d.mts +0 -51
- package/tools/networks/retrieve-networks.d.mts.map +0 -1
- package/tools/networks/retrieve-networks.d.ts +0 -51
- package/tools/networks/retrieve-networks.d.ts.map +0 -1
- package/tools/networks/retrieve-networks.js +0 -54
- package/tools/networks/retrieve-networks.js.map +0 -1
- package/tools/networks/retrieve-networks.mjs +0 -47
- package/tools/networks/retrieve-networks.mjs.map +0 -1
- package/tools/networks/update-networks.d.mts +0 -51
- package/tools/networks/update-networks.d.mts.map +0 -1
- package/tools/networks/update-networks.d.ts +0 -51
- package/tools/networks/update-networks.d.ts.map +0 -1
- package/tools/networks/update-networks.js +0 -56
- package/tools/networks/update-networks.js.map +0 -1
- package/tools/networks/update-networks.mjs +0 -49
- package/tools/networks/update-networks.mjs.map +0 -1
- package/tools/notification-channels/create-notification-channels.d.mts +0 -51
- package/tools/notification-channels/create-notification-channels.d.mts.map +0 -1
- package/tools/notification-channels/create-notification-channels.d.ts +0 -51
- package/tools/notification-channels/create-notification-channels.d.ts.map +0 -1
- package/tools/notification-channels/create-notification-channels.js +0 -62
- package/tools/notification-channels/create-notification-channels.js.map +0 -1
- package/tools/notification-channels/create-notification-channels.mjs +0 -55
- package/tools/notification-channels/create-notification-channels.mjs.map +0 -1
- package/tools/notification-channels/delete-notification-channels.d.mts +0 -51
- package/tools/notification-channels/delete-notification-channels.d.mts.map +0 -1
- package/tools/notification-channels/delete-notification-channels.d.ts +0 -51
- package/tools/notification-channels/delete-notification-channels.d.ts.map +0 -1
- package/tools/notification-channels/delete-notification-channels.js +0 -54
- package/tools/notification-channels/delete-notification-channels.js.map +0 -1
- package/tools/notification-channels/delete-notification-channels.mjs +0 -47
- package/tools/notification-channels/delete-notification-channels.mjs.map +0 -1
- package/tools/notification-channels/list-notification-channels.d.mts +0 -51
- package/tools/notification-channels/list-notification-channels.d.mts.map +0 -1
- package/tools/notification-channels/list-notification-channels.d.ts +0 -51
- package/tools/notification-channels/list-notification-channels.d.ts.map +0 -1
- package/tools/notification-channels/list-notification-channels.js +0 -137
- package/tools/notification-channels/list-notification-channels.js.map +0 -1
- package/tools/notification-channels/list-notification-channels.mjs +0 -130
- package/tools/notification-channels/list-notification-channels.mjs.map +0 -1
- package/tools/notification-channels/retrieve-notification-channels.d.mts +0 -51
- package/tools/notification-channels/retrieve-notification-channels.d.mts.map +0 -1
- package/tools/notification-channels/retrieve-notification-channels.d.ts +0 -51
- package/tools/notification-channels/retrieve-notification-channels.d.ts.map +0 -1
- package/tools/notification-channels/retrieve-notification-channels.js +0 -54
- package/tools/notification-channels/retrieve-notification-channels.js.map +0 -1
- package/tools/notification-channels/retrieve-notification-channels.mjs +0 -47
- package/tools/notification-channels/retrieve-notification-channels.mjs.map +0 -1
- package/tools/notification-channels/update-notification-channels.d.mts +0 -51
- package/tools/notification-channels/update-notification-channels.d.mts.map +0 -1
- package/tools/notification-channels/update-notification-channels.d.ts +0 -51
- package/tools/notification-channels/update-notification-channels.d.ts.map +0 -1
- package/tools/notification-channels/update-notification-channels.js +0 -65
- package/tools/notification-channels/update-notification-channels.js.map +0 -1
- package/tools/notification-channels/update-notification-channels.mjs +0 -58
- package/tools/notification-channels/update-notification-channels.mjs.map +0 -1
- package/tools/notification-event-conditions/list-notification-event-conditions.d.mts +0 -51
- package/tools/notification-event-conditions/list-notification-event-conditions.d.mts.map +0 -1
- package/tools/notification-event-conditions/list-notification-event-conditions.d.ts +0 -51
- package/tools/notification-event-conditions/list-notification-event-conditions.d.ts.map +0 -1
- package/tools/notification-event-conditions/list-notification-event-conditions.js +0 -137
- package/tools/notification-event-conditions/list-notification-event-conditions.js.map +0 -1
- package/tools/notification-event-conditions/list-notification-event-conditions.mjs +0 -130
- package/tools/notification-event-conditions/list-notification-event-conditions.mjs.map +0 -1
- package/tools/notification-events/list-notification-events.d.mts +0 -51
- package/tools/notification-events/list-notification-events.d.mts.map +0 -1
- package/tools/notification-events/list-notification-events.d.ts +0 -51
- package/tools/notification-events/list-notification-events.d.ts.map +0 -1
- package/tools/notification-events/list-notification-events.js +0 -65
- package/tools/notification-events/list-notification-events.js.map +0 -1
- package/tools/notification-events/list-notification-events.mjs +0 -58
- package/tools/notification-events/list-notification-events.mjs.map +0 -1
- package/tools/notification-profiles/create-notification-profiles.d.mts +0 -51
- package/tools/notification-profiles/create-notification-profiles.d.mts.map +0 -1
- package/tools/notification-profiles/create-notification-profiles.d.ts +0 -51
- package/tools/notification-profiles/create-notification-profiles.d.ts.map +0 -1
- package/tools/notification-profiles/create-notification-profiles.js +0 -53
- package/tools/notification-profiles/create-notification-profiles.js.map +0 -1
- package/tools/notification-profiles/create-notification-profiles.mjs +0 -46
- package/tools/notification-profiles/create-notification-profiles.mjs.map +0 -1
- package/tools/notification-profiles/delete-notification-profiles.d.mts +0 -51
- package/tools/notification-profiles/delete-notification-profiles.d.mts.map +0 -1
- package/tools/notification-profiles/delete-notification-profiles.d.ts +0 -51
- package/tools/notification-profiles/delete-notification-profiles.d.ts.map +0 -1
- package/tools/notification-profiles/delete-notification-profiles.js +0 -54
- package/tools/notification-profiles/delete-notification-profiles.js.map +0 -1
- package/tools/notification-profiles/delete-notification-profiles.mjs +0 -47
- package/tools/notification-profiles/delete-notification-profiles.mjs.map +0 -1
- package/tools/notification-profiles/list-notification-profiles.d.mts +0 -51
- package/tools/notification-profiles/list-notification-profiles.d.mts.map +0 -1
- package/tools/notification-profiles/list-notification-profiles.d.ts +0 -51
- package/tools/notification-profiles/list-notification-profiles.d.ts.map +0 -1
- package/tools/notification-profiles/list-notification-profiles.js +0 -65
- package/tools/notification-profiles/list-notification-profiles.js.map +0 -1
- package/tools/notification-profiles/list-notification-profiles.mjs +0 -58
- package/tools/notification-profiles/list-notification-profiles.mjs.map +0 -1
- package/tools/notification-profiles/retrieve-notification-profiles.d.mts +0 -51
- package/tools/notification-profiles/retrieve-notification-profiles.d.mts.map +0 -1
- package/tools/notification-profiles/retrieve-notification-profiles.d.ts +0 -51
- package/tools/notification-profiles/retrieve-notification-profiles.d.ts.map +0 -1
- package/tools/notification-profiles/retrieve-notification-profiles.js +0 -54
- package/tools/notification-profiles/retrieve-notification-profiles.js.map +0 -1
- package/tools/notification-profiles/retrieve-notification-profiles.mjs +0 -47
- package/tools/notification-profiles/retrieve-notification-profiles.mjs.map +0 -1
- package/tools/notification-profiles/update-notification-profiles.d.mts +0 -51
- package/tools/notification-profiles/update-notification-profiles.d.mts.map +0 -1
- package/tools/notification-profiles/update-notification-profiles.d.ts +0 -51
- package/tools/notification-profiles/update-notification-profiles.d.ts.map +0 -1
- package/tools/notification-profiles/update-notification-profiles.js +0 -56
- package/tools/notification-profiles/update-notification-profiles.js.map +0 -1
- package/tools/notification-profiles/update-notification-profiles.mjs +0 -49
- package/tools/notification-profiles/update-notification-profiles.mjs.map +0 -1
- package/tools/notification-settings/create-notification-settings.d.mts +0 -51
- package/tools/notification-settings/create-notification-settings.d.mts.map +0 -1
- package/tools/notification-settings/create-notification-settings.d.ts +0 -51
- package/tools/notification-settings/create-notification-settings.d.ts.map +0 -1
- package/tools/notification-settings/create-notification-settings.js +0 -75
- package/tools/notification-settings/create-notification-settings.js.map +0 -1
- package/tools/notification-settings/create-notification-settings.mjs +0 -68
- package/tools/notification-settings/create-notification-settings.mjs.map +0 -1
- package/tools/notification-settings/delete-notification-settings.d.mts +0 -51
- package/tools/notification-settings/delete-notification-settings.d.mts.map +0 -1
- package/tools/notification-settings/delete-notification-settings.d.ts +0 -51
- package/tools/notification-settings/delete-notification-settings.d.ts.map +0 -1
- package/tools/notification-settings/delete-notification-settings.js +0 -54
- package/tools/notification-settings/delete-notification-settings.js.map +0 -1
- package/tools/notification-settings/delete-notification-settings.mjs +0 -47
- package/tools/notification-settings/delete-notification-settings.mjs.map +0 -1
- package/tools/notification-settings/list-notification-settings.d.mts +0 -51
- package/tools/notification-settings/list-notification-settings.d.mts.map +0 -1
- package/tools/notification-settings/list-notification-settings.d.ts +0 -51
- package/tools/notification-settings/list-notification-settings.d.ts.map +0 -1
- package/tools/notification-settings/list-notification-settings.js +0 -137
- package/tools/notification-settings/list-notification-settings.js.map +0 -1
- package/tools/notification-settings/list-notification-settings.mjs +0 -130
- package/tools/notification-settings/list-notification-settings.mjs.map +0 -1
- package/tools/notification-settings/retrieve-notification-settings.d.mts +0 -51
- package/tools/notification-settings/retrieve-notification-settings.d.mts.map +0 -1
- package/tools/notification-settings/retrieve-notification-settings.d.ts +0 -51
- package/tools/notification-settings/retrieve-notification-settings.d.ts.map +0 -1
- package/tools/notification-settings/retrieve-notification-settings.js +0 -54
- package/tools/notification-settings/retrieve-notification-settings.js.map +0 -1
- package/tools/notification-settings/retrieve-notification-settings.mjs +0 -47
- package/tools/notification-settings/retrieve-notification-settings.mjs.map +0 -1
- package/tools/number-block-orders/create-number-block-orders.d.mts +0 -51
- package/tools/number-block-orders/create-number-block-orders.d.mts.map +0 -1
- package/tools/number-block-orders/create-number-block-orders.d.ts +0 -51
- package/tools/number-block-orders/create-number-block-orders.d.ts.map +0 -1
- package/tools/number-block-orders/create-number-block-orders.js +0 -69
- package/tools/number-block-orders/create-number-block-orders.js.map +0 -1
- package/tools/number-block-orders/create-number-block-orders.mjs +0 -62
- package/tools/number-block-orders/create-number-block-orders.mjs.map +0 -1
- package/tools/number-block-orders/list-number-block-orders.d.mts +0 -51
- package/tools/number-block-orders/list-number-block-orders.d.mts.map +0 -1
- package/tools/number-block-orders/list-number-block-orders.d.ts +0 -51
- package/tools/number-block-orders/list-number-block-orders.d.ts.map +0 -1
- package/tools/number-block-orders/list-number-block-orders.js +0 -93
- package/tools/number-block-orders/list-number-block-orders.js.map +0 -1
- package/tools/number-block-orders/list-number-block-orders.mjs +0 -86
- package/tools/number-block-orders/list-number-block-orders.mjs.map +0 -1
- package/tools/number-block-orders/retrieve-number-block-orders.d.mts +0 -51
- package/tools/number-block-orders/retrieve-number-block-orders.d.mts.map +0 -1
- package/tools/number-block-orders/retrieve-number-block-orders.d.ts +0 -51
- package/tools/number-block-orders/retrieve-number-block-orders.d.ts.map +0 -1
- package/tools/number-block-orders/retrieve-number-block-orders.js +0 -54
- package/tools/number-block-orders/retrieve-number-block-orders.js.map +0 -1
- package/tools/number-block-orders/retrieve-number-block-orders.mjs +0 -47
- package/tools/number-block-orders/retrieve-number-block-orders.mjs.map +0 -1
- package/tools/number-lookup/retrieve-number-lookup.d.mts +0 -51
- package/tools/number-lookup/retrieve-number-lookup.d.mts.map +0 -1
- package/tools/number-lookup/retrieve-number-lookup.d.ts +0 -51
- package/tools/number-lookup/retrieve-number-lookup.d.ts.map +0 -1
- package/tools/number-lookup/retrieve-number-lookup.js +0 -59
- package/tools/number-lookup/retrieve-number-lookup.js.map +0 -1
- package/tools/number-lookup/retrieve-number-lookup.mjs +0 -52
- package/tools/number-lookup/retrieve-number-lookup.mjs.map +0 -1
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.d.mts +0 -51
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.d.mts.map +0 -1
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.d.ts +0 -51
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.d.ts.map +0 -1
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.js +0 -61
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.js.map +0 -1
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.mjs +0 -54
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.mjs.map +0 -1
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.d.mts +0 -51
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.d.mts.map +0 -1
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.d.ts +0 -51
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.d.ts.map +0 -1
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.js +0 -54
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.js.map +0 -1
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.mjs +0 -47
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.mjs.map +0 -1
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.d.mts +0 -51
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.d.mts.map +0 -1
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.d.ts +0 -51
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.d.ts.map +0 -1
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.js +0 -56
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.js.map +0 -1
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.mjs +0 -49
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.mjs.map +0 -1
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.d.mts +0 -51
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.d.mts.map +0 -1
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.d.ts +0 -51
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.d.ts.map +0 -1
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.js +0 -73
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.js.map +0 -1
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.mjs +0 -66
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.mjs.map +0 -1
- package/tools/number-orders/create-number-orders.d.mts +0 -51
- package/tools/number-orders/create-number-orders.d.mts.map +0 -1
- package/tools/number-orders/create-number-orders.d.ts +0 -51
- package/tools/number-orders/create-number-orders.d.ts.map +0 -1
- package/tools/number-orders/create-number-orders.js +0 -86
- package/tools/number-orders/create-number-orders.js.map +0 -1
- package/tools/number-orders/create-number-orders.mjs +0 -79
- package/tools/number-orders/create-number-orders.mjs.map +0 -1
- package/tools/number-orders/list-number-orders.d.mts +0 -51
- package/tools/number-orders/list-number-orders.d.mts.map +0 -1
- package/tools/number-orders/list-number-orders.d.ts +0 -51
- package/tools/number-orders/list-number-orders.d.ts.map +0 -1
- package/tools/number-orders/list-number-orders.js +0 -101
- package/tools/number-orders/list-number-orders.js.map +0 -1
- package/tools/number-orders/list-number-orders.mjs +0 -94
- package/tools/number-orders/list-number-orders.mjs.map +0 -1
- package/tools/number-orders/retrieve-number-orders.d.mts +0 -51
- package/tools/number-orders/retrieve-number-orders.d.mts.map +0 -1
- package/tools/number-orders/retrieve-number-orders.d.ts +0 -51
- package/tools/number-orders/retrieve-number-orders.d.ts.map +0 -1
- package/tools/number-orders/retrieve-number-orders.js +0 -54
- package/tools/number-orders/retrieve-number-orders.js.map +0 -1
- package/tools/number-orders/retrieve-number-orders.mjs +0 -47
- package/tools/number-orders/retrieve-number-orders.mjs.map +0 -1
- package/tools/number-orders/update-number-orders.d.mts +0 -51
- package/tools/number-orders/update-number-orders.d.mts.map +0 -1
- package/tools/number-orders/update-number-orders.d.ts +0 -51
- package/tools/number-orders/update-number-orders.d.ts.map +0 -1
- package/tools/number-orders/update-number-orders.js +0 -77
- package/tools/number-orders/update-number-orders.js.map +0 -1
- package/tools/number-orders/update-number-orders.mjs +0 -70
- package/tools/number-orders/update-number-orders.mjs.map +0 -1
- package/tools/number-reservations/actions/extend-number-reservations-actions.d.mts +0 -51
- package/tools/number-reservations/actions/extend-number-reservations-actions.d.mts.map +0 -1
- package/tools/number-reservations/actions/extend-number-reservations-actions.d.ts +0 -51
- package/tools/number-reservations/actions/extend-number-reservations-actions.d.ts.map +0 -1
- package/tools/number-reservations/actions/extend-number-reservations-actions.js +0 -52
- package/tools/number-reservations/actions/extend-number-reservations-actions.js.map +0 -1
- package/tools/number-reservations/actions/extend-number-reservations-actions.mjs +0 -45
- package/tools/number-reservations/actions/extend-number-reservations-actions.mjs.map +0 -1
- package/tools/number-reservations/create-number-reservations.d.mts +0 -51
- package/tools/number-reservations/create-number-reservations.d.mts.map +0 -1
- package/tools/number-reservations/create-number-reservations.d.ts +0 -51
- package/tools/number-reservations/create-number-reservations.d.ts.map +0 -1
- package/tools/number-reservations/create-number-reservations.js +0 -95
- package/tools/number-reservations/create-number-reservations.js.map +0 -1
- package/tools/number-reservations/create-number-reservations.mjs +0 -88
- package/tools/number-reservations/create-number-reservations.mjs.map +0 -1
- package/tools/number-reservations/list-number-reservations.d.mts +0 -51
- package/tools/number-reservations/list-number-reservations.d.mts.map +0 -1
- package/tools/number-reservations/list-number-reservations.d.ts +0 -51
- package/tools/number-reservations/list-number-reservations.d.ts.map +0 -1
- package/tools/number-reservations/list-number-reservations.js +0 -97
- package/tools/number-reservations/list-number-reservations.js.map +0 -1
- package/tools/number-reservations/list-number-reservations.mjs +0 -90
- package/tools/number-reservations/list-number-reservations.mjs.map +0 -1
- package/tools/number-reservations/retrieve-number-reservations.d.mts +0 -51
- package/tools/number-reservations/retrieve-number-reservations.d.mts.map +0 -1
- package/tools/number-reservations/retrieve-number-reservations.d.ts +0 -51
- package/tools/number-reservations/retrieve-number-reservations.d.ts.map +0 -1
- package/tools/number-reservations/retrieve-number-reservations.js +0 -54
- package/tools/number-reservations/retrieve-number-reservations.js.map +0 -1
- package/tools/number-reservations/retrieve-number-reservations.mjs +0 -47
- package/tools/number-reservations/retrieve-number-reservations.mjs.map +0 -1
- package/tools/numbers-features/create-numbers-features.d.mts +0 -51
- package/tools/numbers-features/create-numbers-features.d.mts.map +0 -1
- package/tools/numbers-features/create-numbers-features.d.ts +0 -51
- package/tools/numbers-features/create-numbers-features.d.ts.map +0 -1
- package/tools/numbers-features/create-numbers-features.js +0 -55
- package/tools/numbers-features/create-numbers-features.js.map +0 -1
- package/tools/numbers-features/create-numbers-features.mjs +0 -48
- package/tools/numbers-features/create-numbers-features.mjs.map +0 -1
- package/tools/oauth/grants-oauth.d.mts +0 -51
- package/tools/oauth/grants-oauth.d.mts.map +0 -1
- package/tools/oauth/grants-oauth.d.ts +0 -51
- package/tools/oauth/grants-oauth.d.ts.map +0 -1
- package/tools/oauth/grants-oauth.js +0 -57
- package/tools/oauth/grants-oauth.js.map +0 -1
- package/tools/oauth/grants-oauth.mjs +0 -50
- package/tools/oauth/grants-oauth.mjs.map +0 -1
- package/tools/oauth/introspect-oauth.d.mts +0 -51
- package/tools/oauth/introspect-oauth.d.mts.map +0 -1
- package/tools/oauth/introspect-oauth.d.ts +0 -51
- package/tools/oauth/introspect-oauth.d.ts.map +0 -1
- package/tools/oauth/introspect-oauth.js +0 -53
- package/tools/oauth/introspect-oauth.js.map +0 -1
- package/tools/oauth/introspect-oauth.mjs +0 -46
- package/tools/oauth/introspect-oauth.mjs.map +0 -1
- package/tools/oauth/register-oauth.d.mts +0 -51
- package/tools/oauth/register-oauth.d.mts.map +0 -1
- package/tools/oauth/register-oauth.d.ts +0 -51
- package/tools/oauth/register-oauth.d.ts.map +0 -1
- package/tools/oauth/register-oauth.js +0 -96
- package/tools/oauth/register-oauth.js.map +0 -1
- package/tools/oauth/register-oauth.mjs +0 -89
- package/tools/oauth/register-oauth.mjs.map +0 -1
- package/tools/oauth/retrieve-authorize-oauth.d.mts +0 -51
- package/tools/oauth/retrieve-authorize-oauth.d.mts.map +0 -1
- package/tools/oauth/retrieve-authorize-oauth.d.ts +0 -51
- package/tools/oauth/retrieve-authorize-oauth.d.ts.map +0 -1
- package/tools/oauth/retrieve-authorize-oauth.js +0 -64
- package/tools/oauth/retrieve-authorize-oauth.js.map +0 -1
- package/tools/oauth/retrieve-authorize-oauth.mjs +0 -60
- package/tools/oauth/retrieve-authorize-oauth.mjs.map +0 -1
- package/tools/oauth/retrieve-jwks-oauth.d.mts +0 -51
- package/tools/oauth/retrieve-jwks-oauth.d.mts.map +0 -1
- package/tools/oauth/retrieve-jwks-oauth.d.ts +0 -51
- package/tools/oauth/retrieve-jwks-oauth.d.ts.map +0 -1
- package/tools/oauth/retrieve-jwks-oauth.js +0 -51
- package/tools/oauth/retrieve-jwks-oauth.js.map +0 -1
- package/tools/oauth/retrieve-jwks-oauth.mjs +0 -44
- package/tools/oauth/retrieve-jwks-oauth.mjs.map +0 -1
- package/tools/oauth/retrieve-oauth.d.mts +0 -51
- package/tools/oauth/retrieve-oauth.d.mts.map +0 -1
- package/tools/oauth/retrieve-oauth.d.ts +0 -51
- package/tools/oauth/retrieve-oauth.d.ts.map +0 -1
- package/tools/oauth/retrieve-oauth.js +0 -54
- package/tools/oauth/retrieve-oauth.js.map +0 -1
- package/tools/oauth/retrieve-oauth.mjs +0 -47
- package/tools/oauth/retrieve-oauth.mjs.map +0 -1
- package/tools/oauth/token-oauth.d.mts +0 -51
- package/tools/oauth/token-oauth.d.mts.map +0 -1
- package/tools/oauth/token-oauth.d.ts +0 -51
- package/tools/oauth/token-oauth.d.ts.map +0 -1
- package/tools/oauth/token-oauth.js +0 -82
- package/tools/oauth/token-oauth.js.map +0 -1
- package/tools/oauth/token-oauth.mjs +0 -75
- package/tools/oauth/token-oauth.mjs.map +0 -1
- package/tools/oauth-clients/create-oauth-clients.d.mts +0 -51
- package/tools/oauth-clients/create-oauth-clients.d.mts.map +0 -1
- package/tools/oauth-clients/create-oauth-clients.d.ts +0 -51
- package/tools/oauth-clients/create-oauth-clients.d.ts.map +0 -1
- package/tools/oauth-clients/create-oauth-clients.js +0 -96
- package/tools/oauth-clients/create-oauth-clients.js.map +0 -1
- package/tools/oauth-clients/create-oauth-clients.mjs +0 -89
- package/tools/oauth-clients/create-oauth-clients.mjs.map +0 -1
- package/tools/oauth-clients/delete-oauth-clients.d.mts +0 -51
- package/tools/oauth-clients/delete-oauth-clients.d.mts.map +0 -1
- package/tools/oauth-clients/delete-oauth-clients.d.ts +0 -51
- package/tools/oauth-clients/delete-oauth-clients.d.ts.map +0 -1
- package/tools/oauth-clients/delete-oauth-clients.js +0 -37
- package/tools/oauth-clients/delete-oauth-clients.js.map +0 -1
- package/tools/oauth-clients/delete-oauth-clients.mjs +0 -33
- package/tools/oauth-clients/delete-oauth-clients.mjs.map +0 -1
- package/tools/oauth-clients/list-oauth-clients.d.mts +0 -51
- package/tools/oauth-clients/list-oauth-clients.d.mts.map +0 -1
- package/tools/oauth-clients/list-oauth-clients.d.ts +0 -51
- package/tools/oauth-clients/list-oauth-clients.d.ts.map +0 -1
- package/tools/oauth-clients/list-oauth-clients.js +0 -85
- package/tools/oauth-clients/list-oauth-clients.js.map +0 -1
- package/tools/oauth-clients/list-oauth-clients.mjs +0 -78
- package/tools/oauth-clients/list-oauth-clients.mjs.map +0 -1
- package/tools/oauth-clients/retrieve-oauth-clients.d.mts +0 -51
- package/tools/oauth-clients/retrieve-oauth-clients.d.mts.map +0 -1
- package/tools/oauth-clients/retrieve-oauth-clients.d.ts +0 -51
- package/tools/oauth-clients/retrieve-oauth-clients.d.ts.map +0 -1
- package/tools/oauth-clients/retrieve-oauth-clients.js +0 -54
- package/tools/oauth-clients/retrieve-oauth-clients.js.map +0 -1
- package/tools/oauth-clients/retrieve-oauth-clients.mjs +0 -47
- package/tools/oauth-clients/retrieve-oauth-clients.mjs.map +0 -1
- package/tools/oauth-clients/update-oauth-clients.d.mts +0 -51
- package/tools/oauth-clients/update-oauth-clients.d.mts.map +0 -1
- package/tools/oauth-clients/update-oauth-clients.d.ts +0 -51
- package/tools/oauth-clients/update-oauth-clients.d.ts.map +0 -1
- package/tools/oauth-clients/update-oauth-clients.js +0 -96
- package/tools/oauth-clients/update-oauth-clients.js.map +0 -1
- package/tools/oauth-clients/update-oauth-clients.mjs +0 -89
- package/tools/oauth-clients/update-oauth-clients.mjs.map +0 -1
- package/tools/oauth-grants/delete-oauth-grants.d.mts +0 -51
- package/tools/oauth-grants/delete-oauth-grants.d.mts.map +0 -1
- package/tools/oauth-grants/delete-oauth-grants.d.ts +0 -51
- package/tools/oauth-grants/delete-oauth-grants.d.ts.map +0 -1
- package/tools/oauth-grants/delete-oauth-grants.js +0 -54
- package/tools/oauth-grants/delete-oauth-grants.js.map +0 -1
- package/tools/oauth-grants/delete-oauth-grants.mjs +0 -47
- package/tools/oauth-grants/delete-oauth-grants.mjs.map +0 -1
- package/tools/oauth-grants/list-oauth-grants.d.mts +0 -51
- package/tools/oauth-grants/list-oauth-grants.d.mts.map +0 -1
- package/tools/oauth-grants/list-oauth-grants.d.ts +0 -51
- package/tools/oauth-grants/list-oauth-grants.d.ts.map +0 -1
- package/tools/oauth-grants/list-oauth-grants.js +0 -59
- package/tools/oauth-grants/list-oauth-grants.js.map +0 -1
- package/tools/oauth-grants/list-oauth-grants.mjs +0 -52
- package/tools/oauth-grants/list-oauth-grants.mjs.map +0 -1
- package/tools/oauth-grants/retrieve-oauth-grants.d.mts +0 -51
- package/tools/oauth-grants/retrieve-oauth-grants.d.mts.map +0 -1
- package/tools/oauth-grants/retrieve-oauth-grants.d.ts +0 -51
- package/tools/oauth-grants/retrieve-oauth-grants.d.ts.map +0 -1
- package/tools/oauth-grants/retrieve-oauth-grants.js +0 -54
- package/tools/oauth-grants/retrieve-oauth-grants.js.map +0 -1
- package/tools/oauth-grants/retrieve-oauth-grants.mjs +0 -47
- package/tools/oauth-grants/retrieve-oauth-grants.mjs.map +0 -1
- package/tools/operator-connect/actions/refresh-operator-connect-actions.d.mts +0 -51
- package/tools/operator-connect/actions/refresh-operator-connect-actions.d.mts.map +0 -1
- package/tools/operator-connect/actions/refresh-operator-connect-actions.d.ts +0 -51
- package/tools/operator-connect/actions/refresh-operator-connect-actions.d.ts.map +0 -1
- package/tools/operator-connect/actions/refresh-operator-connect-actions.js +0 -49
- package/tools/operator-connect/actions/refresh-operator-connect-actions.js.map +0 -1
- package/tools/operator-connect/actions/refresh-operator-connect-actions.mjs +0 -42
- package/tools/operator-connect/actions/refresh-operator-connect-actions.mjs.map +0 -1
- package/tools/ota-updates/list-ota-updates.d.mts +0 -51
- package/tools/ota-updates/list-ota-updates.d.mts.map +0 -1
- package/tools/ota-updates/list-ota-updates.d.ts +0 -51
- package/tools/ota-updates/list-ota-updates.d.ts.map +0 -1
- package/tools/ota-updates/list-ota-updates.js +0 -85
- package/tools/ota-updates/list-ota-updates.js.map +0 -1
- package/tools/ota-updates/list-ota-updates.mjs +0 -78
- package/tools/ota-updates/list-ota-updates.mjs.map +0 -1
- package/tools/ota-updates/retrieve-ota-updates.d.mts +0 -51
- package/tools/ota-updates/retrieve-ota-updates.d.mts.map +0 -1
- package/tools/ota-updates/retrieve-ota-updates.d.ts +0 -51
- package/tools/ota-updates/retrieve-ota-updates.d.ts.map +0 -1
- package/tools/ota-updates/retrieve-ota-updates.js +0 -54
- package/tools/ota-updates/retrieve-ota-updates.js.map +0 -1
- package/tools/ota-updates/retrieve-ota-updates.mjs +0 -47
- package/tools/ota-updates/retrieve-ota-updates.mjs.map +0 -1
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.d.mts +0 -51
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.d.mts.map +0 -1
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.d.ts +0 -51
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.d.ts.map +0 -1
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.js +0 -160
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.js.map +0 -1
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.mjs +0 -153
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.mjs.map +0 -1
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.d.mts +0 -51
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.d.mts.map +0 -1
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.d.ts +0 -51
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.d.ts.map +0 -1
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.js +0 -54
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.js.map +0 -1
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.mjs +0 -47
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.mjs.map +0 -1
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.d.mts +0 -51
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.d.mts.map +0 -1
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.d.ts +0 -51
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.d.ts.map +0 -1
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.js +0 -99
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.js.map +0 -1
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.mjs +0 -92
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.mjs.map +0 -1
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.d.mts +0 -51
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.d.mts.map +0 -1
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.d.ts +0 -51
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.d.ts.map +0 -1
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.js +0 -54
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.js.map +0 -1
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.mjs +0 -47
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.mjs.map +0 -1
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.d.mts +0 -51
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.d.mts.map +0 -1
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.d.ts +0 -51
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.d.ts.map +0 -1
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.js +0 -163
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.js.map +0 -1
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.mjs +0 -156
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.mjs.map +0 -1
- package/tools/partner-campaigns/list-partner-campaigns.d.mts +0 -51
- package/tools/partner-campaigns/list-partner-campaigns.d.mts.map +0 -1
- package/tools/partner-campaigns/list-partner-campaigns.d.ts +0 -51
- package/tools/partner-campaigns/list-partner-campaigns.d.ts.map +0 -1
- package/tools/partner-campaigns/list-partner-campaigns.js +0 -80
- package/tools/partner-campaigns/list-partner-campaigns.js.map +0 -1
- package/tools/partner-campaigns/list-partner-campaigns.mjs +0 -73
- package/tools/partner-campaigns/list-partner-campaigns.mjs.map +0 -1
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.d.mts +0 -51
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.d.mts.map +0 -1
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.d.ts +0 -51
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.d.ts.map +0 -1
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.js +0 -61
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.js.map +0 -1
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.mjs +0 -54
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.mjs.map +0 -1
- package/tools/partner-campaigns/retrieve-partner-campaigns.d.mts +0 -51
- package/tools/partner-campaigns/retrieve-partner-campaigns.d.mts.map +0 -1
- package/tools/partner-campaigns/retrieve-partner-campaigns.d.ts +0 -51
- package/tools/partner-campaigns/retrieve-partner-campaigns.d.ts.map +0 -1
- package/tools/partner-campaigns/retrieve-partner-campaigns.js +0 -55
- package/tools/partner-campaigns/retrieve-partner-campaigns.js.map +0 -1
- package/tools/partner-campaigns/retrieve-partner-campaigns.mjs +0 -48
- package/tools/partner-campaigns/retrieve-partner-campaigns.mjs.map +0 -1
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.d.mts +0 -51
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.d.mts.map +0 -1
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.d.ts +0 -51
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.d.ts.map +0 -1
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.js +0 -56
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.js.map +0 -1
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.mjs +0 -49
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.mjs.map +0 -1
- package/tools/partner-campaigns/update-partner-campaigns.d.mts +0 -51
- package/tools/partner-campaigns/update-partner-campaigns.d.mts.map +0 -1
- package/tools/partner-campaigns/update-partner-campaigns.d.ts +0 -51
- package/tools/partner-campaigns/update-partner-campaigns.d.ts.map +0 -1
- package/tools/partner-campaigns/update-partner-campaigns.js +0 -63
- package/tools/partner-campaigns/update-partner-campaigns.js.map +0 -1
- package/tools/partner-campaigns/update-partner-campaigns.mjs +0 -56
- package/tools/partner-campaigns/update-partner-campaigns.mjs.map +0 -1
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.d.mts +0 -51
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.d.mts.map +0 -1
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.d.ts +0 -51
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.d.ts.map +0 -1
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.js +0 -51
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.js.map +0 -1
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.mjs +0 -44
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.mjs.map +0 -1
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.d.mts +0 -51
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.d.mts.map +0 -1
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.d.ts +0 -51
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.d.ts.map +0 -1
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.js +0 -69
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.js.map +0 -1
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.mjs +0 -62
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.mjs.map +0 -1
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.d.mts +0 -51
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.d.mts.map +0 -1
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.d.ts +0 -51
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.d.ts.map +0 -1
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.js +0 -64
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.js.map +0 -1
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.mjs +0 -57
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.mjs.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.d.mts +0 -51
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.d.mts.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.d.ts +0 -51
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.d.ts.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.js +0 -63
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.js.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.mjs +0 -56
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.mjs.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.d.mts +0 -51
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.d.mts.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.d.ts +0 -51
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.d.ts.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.js +0 -55
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.js.map +0 -1
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.mjs +0 -48
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.mjs.map +0 -1
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.d.mts +0 -51
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.d.mts.map +0 -1
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.d.ts +0 -51
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.d.ts.map +0 -1
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.js +0 -52
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.js.map +0 -1
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.mjs +0 -45
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.mjs.map +0 -1
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.d.mts +0 -51
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.d.mts.map +0 -1
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.d.ts +0 -51
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.d.ts.map +0 -1
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.js +0 -86
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.js.map +0 -1
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.mjs +0 -79
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.mjs.map +0 -1
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.d.mts +0 -51
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.d.mts.map +0 -1
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.d.ts +0 -51
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.d.ts.map +0 -1
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.js +0 -54
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.js.map +0 -1
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.mjs +0 -47
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.mjs.map +0 -1
- package/tools/phone-number-campaigns/create-phone-number-campaigns.d.mts +0 -51
- package/tools/phone-number-campaigns/create-phone-number-campaigns.d.mts.map +0 -1
- package/tools/phone-number-campaigns/create-phone-number-campaigns.d.ts +0 -51
- package/tools/phone-number-campaigns/create-phone-number-campaigns.d.ts.map +0 -1
- package/tools/phone-number-campaigns/create-phone-number-campaigns.js +0 -59
- package/tools/phone-number-campaigns/create-phone-number-campaigns.js.map +0 -1
- package/tools/phone-number-campaigns/create-phone-number-campaigns.mjs +0 -52
- package/tools/phone-number-campaigns/create-phone-number-campaigns.mjs.map +0 -1
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.d.mts +0 -51
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.d.mts.map +0 -1
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.d.ts +0 -51
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.d.ts.map +0 -1
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.js +0 -55
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.js.map +0 -1
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.mjs +0 -48
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.mjs.map +0 -1
- package/tools/phone-number-campaigns/list-phone-number-campaigns.d.mts +0 -51
- package/tools/phone-number-campaigns/list-phone-number-campaigns.d.mts.map +0 -1
- package/tools/phone-number-campaigns/list-phone-number-campaigns.d.ts +0 -51
- package/tools/phone-number-campaigns/list-phone-number-campaigns.d.ts.map +0 -1
- package/tools/phone-number-campaigns/list-phone-number-campaigns.js +0 -94
- package/tools/phone-number-campaigns/list-phone-number-campaigns.js.map +0 -1
- package/tools/phone-number-campaigns/list-phone-number-campaigns.mjs +0 -87
- package/tools/phone-number-campaigns/list-phone-number-campaigns.mjs.map +0 -1
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.d.mts +0 -51
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.d.mts.map +0 -1
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.d.ts +0 -51
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.d.ts.map +0 -1
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.js +0 -55
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.js.map +0 -1
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.mjs +0 -48
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.mjs.map +0 -1
- package/tools/phone-number-campaigns/update-phone-number-campaigns.d.mts +0 -51
- package/tools/phone-number-campaigns/update-phone-number-campaigns.d.mts.map +0 -1
- package/tools/phone-number-campaigns/update-phone-number-campaigns.d.ts +0 -51
- package/tools/phone-number-campaigns/update-phone-number-campaigns.d.ts.map +0 -1
- package/tools/phone-number-campaigns/update-phone-number-campaigns.js +0 -65
- package/tools/phone-number-campaigns/update-phone-number-campaigns.js.map +0 -1
- package/tools/phone-number-campaigns/update-phone-number-campaigns.mjs +0 -58
- package/tools/phone-number-campaigns/update-phone-number-campaigns.mjs.map +0 -1
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.d.mts +0 -51
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.d.mts.map +0 -1
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.d.ts +0 -51
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.d.ts.map +0 -1
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.js +0 -56
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.js.map +0 -1
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.mjs +0 -49
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.mjs.map +0 -1
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.d.mts +0 -51
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.d.mts.map +0 -1
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.d.ts +0 -51
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.d.ts.map +0 -1
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.js +0 -60
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.js.map +0 -1
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.mjs +0 -53
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.mjs.map +0 -1
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.d.mts +0 -51
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.d.mts.map +0 -1
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.d.ts +0 -51
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.d.ts.map +0 -1
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.js +0 -57
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.js.map +0 -1
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.mjs +0 -50
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.mjs.map +0 -1
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.d.mts +0 -51
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.d.mts.map +0 -1
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.d.ts +0 -51
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.d.ts.map +0 -1
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.js +0 -130
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.js.map +0 -1
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.mjs +0 -123
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.mjs.map +0 -1
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.d.mts +0 -51
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.d.mts.map +0 -1
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.d.ts +0 -51
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.d.ts.map +0 -1
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.js +0 -65
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.js.map +0 -1
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.mjs +0 -58
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.mjs.map +0 -1
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.d.mts +0 -51
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.d.mts.map +0 -1
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.d.ts +0 -51
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.d.ts.map +0 -1
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.js +0 -54
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.js.map +0 -1
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.mjs +0 -47
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.mjs.map +0 -1
- package/tools/phone-numbers/delete-phone-numbers.d.mts +0 -51
- package/tools/phone-numbers/delete-phone-numbers.d.mts.map +0 -1
- package/tools/phone-numbers/delete-phone-numbers.d.ts +0 -51
- package/tools/phone-numbers/delete-phone-numbers.d.ts.map +0 -1
- package/tools/phone-numbers/delete-phone-numbers.js +0 -54
- package/tools/phone-numbers/delete-phone-numbers.js.map +0 -1
- package/tools/phone-numbers/delete-phone-numbers.mjs +0 -47
- package/tools/phone-numbers/delete-phone-numbers.mjs.map +0 -1
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.d.mts +0 -51
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.d.mts.map +0 -1
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.d.ts +0 -51
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.d.ts.map +0 -1
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.js +0 -56
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.js.map +0 -1
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.mjs +0 -49
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.mjs.map +0 -1
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.d.mts +0 -51
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.d.mts.map +0 -1
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.d.ts +0 -51
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.d.ts.map +0 -1
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.js +0 -81
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.js.map +0 -1
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.mjs +0 -74
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.mjs.map +0 -1
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.d.mts +0 -51
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.d.mts.map +0 -1
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.d.ts +0 -51
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.d.ts.map +0 -1
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.js +0 -54
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.js.map +0 -1
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.mjs +0 -47
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.mjs.map +0 -1
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.d.mts +0 -51
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.d.mts.map +0 -1
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.d.ts +0 -51
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.d.ts.map +0 -1
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.js +0 -272
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.js.map +0 -1
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.mjs +0 -265
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.mjs.map +0 -1
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.d.mts +0 -51
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.d.mts.map +0 -1
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.d.ts +0 -51
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.d.ts.map +0 -1
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.js +0 -64
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.js.map +0 -1
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.mjs +0 -57
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.mjs.map +0 -1
- package/tools/phone-numbers/list-phone-numbers.d.mts +0 -51
- package/tools/phone-numbers/list-phone-numbers.d.mts.map +0 -1
- package/tools/phone-numbers/list-phone-numbers.d.ts +0 -51
- package/tools/phone-numbers/list-phone-numbers.d.ts.map +0 -1
- package/tools/phone-numbers/list-phone-numbers.js +0 -171
- package/tools/phone-numbers/list-phone-numbers.js.map +0 -1
- package/tools/phone-numbers/list-phone-numbers.mjs +0 -164
- package/tools/phone-numbers/list-phone-numbers.mjs.map +0 -1
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.d.mts +0 -51
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.d.mts.map +0 -1
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.d.ts +0 -51
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.d.ts.map +0 -1
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.js +0 -65
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.js.map +0 -1
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.mjs +0 -58
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.mjs.map +0 -1
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.d.mts +0 -51
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.d.mts.map +0 -1
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.d.ts +0 -51
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.d.ts.map +0 -1
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.js +0 -54
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.js.map +0 -1
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.mjs +0 -47
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.mjs.map +0 -1
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.d.mts +0 -51
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.d.mts.map +0 -1
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.d.ts +0 -51
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.d.ts.map +0 -1
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.js +0 -60
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.js.map +0 -1
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.mjs +0 -53
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.mjs.map +0 -1
- package/tools/phone-numbers/retrieve-phone-numbers.d.mts +0 -51
- package/tools/phone-numbers/retrieve-phone-numbers.d.mts.map +0 -1
- package/tools/phone-numbers/retrieve-phone-numbers.d.ts +0 -51
- package/tools/phone-numbers/retrieve-phone-numbers.d.ts.map +0 -1
- package/tools/phone-numbers/retrieve-phone-numbers.js +0 -54
- package/tools/phone-numbers/retrieve-phone-numbers.js.map +0 -1
- package/tools/phone-numbers/retrieve-phone-numbers.mjs +0 -47
- package/tools/phone-numbers/retrieve-phone-numbers.mjs.map +0 -1
- package/tools/phone-numbers/slim-list-phone-numbers.d.mts +0 -51
- package/tools/phone-numbers/slim-list-phone-numbers.d.mts.map +0 -1
- package/tools/phone-numbers/slim-list-phone-numbers.d.ts +0 -51
- package/tools/phone-numbers/slim-list-phone-numbers.d.ts.map +0 -1
- package/tools/phone-numbers/slim-list-phone-numbers.js +0 -174
- package/tools/phone-numbers/slim-list-phone-numbers.js.map +0 -1
- package/tools/phone-numbers/slim-list-phone-numbers.mjs +0 -167
- package/tools/phone-numbers/slim-list-phone-numbers.mjs.map +0 -1
- package/tools/phone-numbers/update-phone-numbers.d.mts +0 -51
- package/tools/phone-numbers/update-phone-numbers.d.mts.map +0 -1
- package/tools/phone-numbers/update-phone-numbers.d.ts +0 -51
- package/tools/phone-numbers/update-phone-numbers.d.ts.map +0 -1
- package/tools/phone-numbers/update-phone-numbers.js +0 -79
- package/tools/phone-numbers/update-phone-numbers.js.map +0 -1
- package/tools/phone-numbers/update-phone-numbers.mjs +0 -72
- package/tools/phone-numbers/update-phone-numbers.mjs.map +0 -1
- package/tools/phone-numbers/voice/list-phone-numbers-voice.d.mts +0 -51
- package/tools/phone-numbers/voice/list-phone-numbers-voice.d.mts.map +0 -1
- package/tools/phone-numbers/voice/list-phone-numbers-voice.d.ts +0 -51
- package/tools/phone-numbers/voice/list-phone-numbers-voice.d.ts.map +0 -1
- package/tools/phone-numbers/voice/list-phone-numbers-voice.js +0 -99
- package/tools/phone-numbers/voice/list-phone-numbers-voice.js.map +0 -1
- package/tools/phone-numbers/voice/list-phone-numbers-voice.mjs +0 -92
- package/tools/phone-numbers/voice/list-phone-numbers-voice.mjs.map +0 -1
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.d.mts +0 -51
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.d.mts.map +0 -1
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.d.ts +0 -51
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.d.ts.map +0 -1
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.js +0 -54
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.js.map +0 -1
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.mjs +0 -47
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.mjs.map +0 -1
- package/tools/phone-numbers/voice/update-phone-numbers-voice.d.mts +0 -51
- package/tools/phone-numbers/voice/update-phone-numbers-voice.d.mts.map +0 -1
- package/tools/phone-numbers/voice/update-phone-numbers-voice.d.ts +0 -51
- package/tools/phone-numbers/voice/update-phone-numbers-voice.d.ts.map +0 -1
- package/tools/phone-numbers/voice/update-phone-numbers-voice.js +0 -153
- package/tools/phone-numbers/voice/update-phone-numbers-voice.js.map +0 -1
- package/tools/phone-numbers/voice/update-phone-numbers-voice.mjs +0 -146
- package/tools/phone-numbers/voice/update-phone-numbers-voice.mjs.map +0 -1
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.d.mts +0 -51
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.d.mts.map +0 -1
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.d.ts +0 -51
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.d.ts.map +0 -1
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.js +0 -60
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.js.map +0 -1
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.mjs +0 -53
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.mjs.map +0 -1
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.d.mts +0 -51
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.d.mts.map +0 -1
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.d.ts +0 -51
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.d.ts.map +0 -1
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.js +0 -54
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.js.map +0 -1
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.mjs +0 -47
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.mjs.map +0 -1
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.d.mts +0 -51
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.d.mts.map +0 -1
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.d.ts +0 -51
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.d.ts.map +0 -1
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.js +0 -60
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.js.map +0 -1
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.mjs +0 -53
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.mjs.map +0 -1
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.d.mts +0 -51
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.d.mts.map +0 -1
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.d.ts +0 -51
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.d.ts.map +0 -1
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.js +0 -61
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.js.map +0 -1
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.mjs +0 -54
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.mjs.map +0 -1
- package/tools/portability-checks/run-portability-checks.d.mts +0 -51
- package/tools/portability-checks/run-portability-checks.d.mts.map +0 -1
- package/tools/portability-checks/run-portability-checks.d.ts +0 -51
- package/tools/portability-checks/run-portability-checks.d.ts.map +0 -1
- package/tools/portability-checks/run-portability-checks.js +0 -56
- package/tools/portability-checks/run-portability-checks.js.map +0 -1
- package/tools/portability-checks/run-portability-checks.mjs +0 -49
- package/tools/portability-checks/run-portability-checks.mjs.map +0 -1
- package/tools/porting/events/list-porting-events.d.mts +0 -51
- package/tools/porting/events/list-porting-events.d.mts.map +0 -1
- package/tools/porting/events/list-porting-events.d.ts +0 -51
- package/tools/porting/events/list-porting-events.d.ts.map +0 -1
- package/tools/porting/events/list-porting-events.js +0 -98
- package/tools/porting/events/list-porting-events.js.map +0 -1
- package/tools/porting/events/list-porting-events.mjs +0 -91
- package/tools/porting/events/list-porting-events.mjs.map +0 -1
- package/tools/porting/events/republish-porting-events.d.mts +0 -51
- package/tools/porting/events/republish-porting-events.d.mts.map +0 -1
- package/tools/porting/events/republish-porting-events.d.ts +0 -51
- package/tools/porting/events/republish-porting-events.d.ts.map +0 -1
- package/tools/porting/events/republish-porting-events.js +0 -35
- package/tools/porting/events/republish-porting-events.js.map +0 -1
- package/tools/porting/events/republish-porting-events.mjs +0 -31
- package/tools/porting/events/republish-porting-events.mjs.map +0 -1
- package/tools/porting/events/retrieve-porting-events.d.mts +0 -51
- package/tools/porting/events/retrieve-porting-events.d.mts.map +0 -1
- package/tools/porting/events/retrieve-porting-events.d.ts +0 -51
- package/tools/porting/events/retrieve-porting-events.d.ts.map +0 -1
- package/tools/porting/events/retrieve-porting-events.js +0 -48
- package/tools/porting/events/retrieve-porting-events.js.map +0 -1
- package/tools/porting/events/retrieve-porting-events.mjs +0 -41
- package/tools/porting/events/retrieve-porting-events.mjs.map +0 -1
- package/tools/porting/list-uk-carriers-porting.d.mts +0 -51
- package/tools/porting/list-uk-carriers-porting.d.mts.map +0 -1
- package/tools/porting/list-uk-carriers-porting.d.ts +0 -51
- package/tools/porting/list-uk-carriers-porting.d.ts.map +0 -1
- package/tools/porting/list-uk-carriers-porting.js +0 -51
- package/tools/porting/list-uk-carriers-porting.js.map +0 -1
- package/tools/porting/list-uk-carriers-porting.mjs +0 -44
- package/tools/porting/list-uk-carriers-porting.mjs.map +0 -1
- package/tools/porting/loa-configurations/create-porting-loa-configurations.d.mts +0 -51
- package/tools/porting/loa-configurations/create-porting-loa-configurations.d.mts.map +0 -1
- package/tools/porting/loa-configurations/create-porting-loa-configurations.d.ts +0 -51
- package/tools/porting/loa-configurations/create-porting-loa-configurations.d.ts.map +0 -1
- package/tools/porting/loa-configurations/create-porting-loa-configurations.js +0 -114
- package/tools/porting/loa-configurations/create-porting-loa-configurations.js.map +0 -1
- package/tools/porting/loa-configurations/create-porting-loa-configurations.mjs +0 -107
- package/tools/porting/loa-configurations/create-porting-loa-configurations.mjs.map +0 -1
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.d.mts +0 -51
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.d.mts.map +0 -1
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.d.ts +0 -51
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.d.ts.map +0 -1
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.js +0 -37
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.js.map +0 -1
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.mjs +0 -33
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.mjs.map +0 -1
- package/tools/porting/loa-configurations/list-porting-loa-configurations.d.mts +0 -51
- package/tools/porting/loa-configurations/list-porting-loa-configurations.d.mts.map +0 -1
- package/tools/porting/loa-configurations/list-porting-loa-configurations.d.ts +0 -51
- package/tools/porting/loa-configurations/list-porting-loa-configurations.d.ts.map +0 -1
- package/tools/porting/loa-configurations/list-porting-loa-configurations.js +0 -65
- package/tools/porting/loa-configurations/list-porting-loa-configurations.js.map +0 -1
- package/tools/porting/loa-configurations/list-porting-loa-configurations.mjs +0 -58
- package/tools/porting/loa-configurations/list-porting-loa-configurations.mjs.map +0 -1
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.d.mts +0 -51
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.d.mts.map +0 -1
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.d.ts +0 -51
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.d.ts.map +0 -1
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.js +0 -96
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.js.map +0 -1
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.mjs +0 -92
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.mjs.map +0 -1
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.d.mts +0 -51
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.d.mts.map +0 -1
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.d.ts +0 -51
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.d.ts.map +0 -1
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.js +0 -36
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.js.map +0 -1
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.mjs +0 -32
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.mjs.map +0 -1
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.d.mts +0 -51
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.d.mts.map +0 -1
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.d.ts +0 -51
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.d.ts.map +0 -1
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.js +0 -54
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.js.map +0 -1
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.mjs +0 -47
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.mjs.map +0 -1
- package/tools/porting/loa-configurations/update-porting-loa-configurations.d.mts +0 -51
- package/tools/porting/loa-configurations/update-porting-loa-configurations.d.mts.map +0 -1
- package/tools/porting/loa-configurations/update-porting-loa-configurations.d.ts +0 -51
- package/tools/porting/loa-configurations/update-porting-loa-configurations.d.ts.map +0 -1
- package/tools/porting/loa-configurations/update-porting-loa-configurations.js +0 -117
- package/tools/porting/loa-configurations/update-porting-loa-configurations.js.map +0 -1
- package/tools/porting/loa-configurations/update-porting-loa-configurations.mjs +0 -110
- package/tools/porting/loa-configurations/update-porting-loa-configurations.mjs.map +0 -1
- package/tools/porting/reports/create-porting-reports.d.mts +0 -51
- package/tools/porting/reports/create-porting-reports.d.mts.map +0 -1
- package/tools/porting/reports/create-porting-reports.d.ts +0 -51
- package/tools/porting/reports/create-porting-reports.d.ts.map +0 -1
- package/tools/porting/reports/create-porting-reports.js +0 -106
- package/tools/porting/reports/create-porting-reports.js.map +0 -1
- package/tools/porting/reports/create-porting-reports.mjs +0 -99
- package/tools/porting/reports/create-porting-reports.mjs.map +0 -1
- package/tools/porting/reports/list-porting-reports.d.mts +0 -51
- package/tools/porting/reports/list-porting-reports.d.mts.map +0 -1
- package/tools/porting/reports/list-porting-reports.d.ts +0 -51
- package/tools/porting/reports/list-porting-reports.d.ts.map +0 -1
- package/tools/porting/reports/list-porting-reports.js +0 -81
- package/tools/porting/reports/list-porting-reports.js.map +0 -1
- package/tools/porting/reports/list-porting-reports.mjs +0 -74
- package/tools/porting/reports/list-porting-reports.mjs.map +0 -1
- package/tools/porting/reports/retrieve-porting-reports.d.mts +0 -51
- package/tools/porting/reports/retrieve-porting-reports.d.mts.map +0 -1
- package/tools/porting/reports/retrieve-porting-reports.d.ts +0 -51
- package/tools/porting/reports/retrieve-porting-reports.d.ts.map +0 -1
- package/tools/porting/reports/retrieve-porting-reports.js +0 -54
- package/tools/porting/reports/retrieve-porting-reports.js.map +0 -1
- package/tools/porting/reports/retrieve-porting-reports.mjs +0 -47
- package/tools/porting/reports/retrieve-porting-reports.mjs.map +0 -1
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.d.mts +0 -51
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.d.mts.map +0 -1
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.d.ts +0 -51
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.d.ts.map +0 -1
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.js +0 -70
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.js.map +0 -1
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.mjs +0 -63
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.mjs.map +0 -1
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.d.mts +0 -51
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.d.mts.map +0 -1
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.d.ts +0 -51
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.d.ts.map +0 -1
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.js +0 -106
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.js.map +0 -1
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.mjs +0 -99
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.mjs.map +0 -1
- package/tools/porting-orders/actions/activate-porting-orders-actions.d.mts +0 -51
- package/tools/porting-orders/actions/activate-porting-orders-actions.d.mts.map +0 -1
- package/tools/porting-orders/actions/activate-porting-orders-actions.d.ts +0 -51
- package/tools/porting-orders/actions/activate-porting-orders-actions.d.ts.map +0 -1
- package/tools/porting-orders/actions/activate-porting-orders-actions.js +0 -52
- package/tools/porting-orders/actions/activate-porting-orders-actions.js.map +0 -1
- package/tools/porting-orders/actions/activate-porting-orders-actions.mjs +0 -45
- package/tools/porting-orders/actions/activate-porting-orders-actions.mjs.map +0 -1
- package/tools/porting-orders/actions/cancel-porting-orders-actions.d.mts +0 -51
- package/tools/porting-orders/actions/cancel-porting-orders-actions.d.mts.map +0 -1
- package/tools/porting-orders/actions/cancel-porting-orders-actions.d.ts +0 -51
- package/tools/porting-orders/actions/cancel-porting-orders-actions.d.ts.map +0 -1
- package/tools/porting-orders/actions/cancel-porting-orders-actions.js +0 -46
- package/tools/porting-orders/actions/cancel-porting-orders-actions.js.map +0 -1
- package/tools/porting-orders/actions/cancel-porting-orders-actions.mjs +0 -39
- package/tools/porting-orders/actions/cancel-porting-orders-actions.mjs.map +0 -1
- package/tools/porting-orders/actions/confirm-porting-orders-actions.d.mts +0 -51
- package/tools/porting-orders/actions/confirm-porting-orders-actions.d.mts.map +0 -1
- package/tools/porting-orders/actions/confirm-porting-orders-actions.d.ts +0 -51
- package/tools/porting-orders/actions/confirm-porting-orders-actions.d.ts.map +0 -1
- package/tools/porting-orders/actions/confirm-porting-orders-actions.js +0 -46
- package/tools/porting-orders/actions/confirm-porting-orders-actions.js.map +0 -1
- package/tools/porting-orders/actions/confirm-porting-orders-actions.mjs +0 -39
- package/tools/porting-orders/actions/confirm-porting-orders-actions.mjs.map +0 -1
- package/tools/porting-orders/actions/share-porting-orders-actions.d.mts +0 -51
- package/tools/porting-orders/actions/share-porting-orders-actions.d.mts.map +0 -1
- package/tools/porting-orders/actions/share-porting-orders-actions.d.ts +0 -51
- package/tools/porting-orders/actions/share-porting-orders-actions.d.ts.map +0 -1
- package/tools/porting-orders/actions/share-porting-orders-actions.js +0 -61
- package/tools/porting-orders/actions/share-porting-orders-actions.js.map +0 -1
- package/tools/porting-orders/actions/share-porting-orders-actions.mjs +0 -54
- package/tools/porting-orders/actions/share-porting-orders-actions.mjs.map +0 -1
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.d.mts +0 -51
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.d.mts.map +0 -1
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.d.ts +0 -51
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.d.ts.map +0 -1
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.js +0 -68
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.js.map +0 -1
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.mjs +0 -61
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.mjs.map +0 -1
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.d.mts +0 -51
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.d.mts.map +0 -1
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.d.ts +0 -51
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.d.ts.map +0 -1
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.js +0 -57
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.js.map +0 -1
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.mjs +0 -50
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.mjs.map +0 -1
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.d.mts +0 -51
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.d.mts.map +0 -1
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.d.ts +0 -51
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.d.ts.map +0 -1
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.js +0 -60
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.js.map +0 -1
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.mjs +0 -53
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.mjs.map +0 -1
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.d.mts +0 -51
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.d.mts.map +0 -1
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.d.ts +0 -51
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.d.ts.map +0 -1
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.js +0 -69
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.js.map +0 -1
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.mjs +0 -62
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.mjs.map +0 -1
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.d.mts +0 -51
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.d.mts.map +0 -1
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.d.ts +0 -51
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.d.ts.map +0 -1
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.js +0 -42
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.js.map +0 -1
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.mjs +0 -38
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.mjs.map +0 -1
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.d.mts +0 -51
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.d.mts.map +0 -1
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.d.ts +0 -51
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.d.ts.map +0 -1
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.js +0 -93
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.js.map +0 -1
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.mjs +0 -86
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.mjs.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.d.mts +0 -51
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.d.mts.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.d.ts +0 -51
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.d.ts.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.js +0 -70
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.js.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.mjs +0 -63
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.mjs.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.d.mts +0 -51
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.d.mts.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.d.ts +0 -51
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.d.ts.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.js +0 -57
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.js.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.mjs +0 -50
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.mjs.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.d.mts +0 -51
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.d.mts.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.d.ts +0 -51
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.d.ts.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.js +0 -94
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.js.map +0 -1
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.mjs +0 -87
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.mjs.map +0 -1
- package/tools/porting-orders/comments/create-porting-orders-comments.d.mts +0 -51
- package/tools/porting-orders/comments/create-porting-orders-comments.d.mts.map +0 -1
- package/tools/porting-orders/comments/create-porting-orders-comments.d.ts +0 -51
- package/tools/porting-orders/comments/create-porting-orders-comments.d.ts.map +0 -1
- package/tools/porting-orders/comments/create-porting-orders-comments.js +0 -55
- package/tools/porting-orders/comments/create-porting-orders-comments.js.map +0 -1
- package/tools/porting-orders/comments/create-porting-orders-comments.mjs +0 -48
- package/tools/porting-orders/comments/create-porting-orders-comments.mjs.map +0 -1
- package/tools/porting-orders/comments/list-porting-orders-comments.d.mts +0 -51
- package/tools/porting-orders/comments/list-porting-orders-comments.d.mts.map +0 -1
- package/tools/porting-orders/comments/list-porting-orders-comments.d.ts +0 -51
- package/tools/porting-orders/comments/list-porting-orders-comments.d.ts.map +0 -1
- package/tools/porting-orders/comments/list-porting-orders-comments.js +0 -68
- package/tools/porting-orders/comments/list-porting-orders-comments.js.map +0 -1
- package/tools/porting-orders/comments/list-porting-orders-comments.mjs +0 -61
- package/tools/porting-orders/comments/list-porting-orders-comments.mjs.map +0 -1
- package/tools/porting-orders/create-porting-orders.d.mts +0 -51
- package/tools/porting-orders/create-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/create-porting-orders.d.ts +0 -51
- package/tools/porting-orders/create-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/create-porting-orders.js +0 -58
- package/tools/porting-orders/create-porting-orders.js.map +0 -1
- package/tools/porting-orders/create-porting-orders.mjs +0 -51
- package/tools/porting-orders/create-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/delete-porting-orders.d.mts +0 -51
- package/tools/porting-orders/delete-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/delete-porting-orders.d.ts +0 -51
- package/tools/porting-orders/delete-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/delete-porting-orders.js +0 -37
- package/tools/porting-orders/delete-porting-orders.js.map +0 -1
- package/tools/porting-orders/delete-porting-orders.mjs +0 -33
- package/tools/porting-orders/delete-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/list-porting-orders.d.mts +0 -51
- package/tools/porting-orders/list-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/list-porting-orders.d.ts +0 -51
- package/tools/porting-orders/list-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/list-porting-orders.js +0 -176
- package/tools/porting-orders/list-porting-orders.js.map +0 -1
- package/tools/porting-orders/list-porting-orders.mjs +0 -169
- package/tools/porting-orders/list-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.d.mts +0 -51
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.d.ts +0 -51
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.js +0 -84
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.js.map +0 -1
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.mjs +0 -77
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.mjs.map +0 -1
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.d.mts +0 -51
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.d.ts +0 -51
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.js +0 -57
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.js.map +0 -1
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.mjs +0 -50
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.mjs.map +0 -1
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.d.mts +0 -51
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.d.ts +0 -51
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.js +0 -175
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.js.map +0 -1
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.mjs +0 -168
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.mjs.map +0 -1
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.d.mts +0 -51
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.d.ts +0 -51
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.js +0 -66
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.js.map +0 -1
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.mjs +0 -59
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.mjs.map +0 -1
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.d.mts +0 -51
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.d.ts +0 -51
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.js +0 -119
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.js.map +0 -1
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.mjs +0 -112
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.mjs.map +0 -1
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.d.mts +0 -51
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.d.ts +0 -51
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.js +0 -88
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.js.map +0 -1
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.mjs +0 -81
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.mjs.map +0 -1
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.d.mts +0 -51
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.d.ts +0 -51
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.js +0 -57
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.js.map +0 -1
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.mjs +0 -50
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.mjs.map +0 -1
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.d.mts +0 -51
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.d.mts.map +0 -1
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.d.ts +0 -51
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.d.ts.map +0 -1
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.js +0 -89
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.js.map +0 -1
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.mjs +0 -82
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.mjs.map +0 -1
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.d.mts +0 -51
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.d.ts +0 -51
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.js +0 -54
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.js.map +0 -1
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.mjs +0 -47
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/retrieve-exception-types-porting-orders.d.mts +0 -51
- package/tools/porting-orders/retrieve-exception-types-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/retrieve-exception-types-porting-orders.d.ts +0 -51
- package/tools/porting-orders/retrieve-exception-types-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/retrieve-exception-types-porting-orders.js +0 -51
- package/tools/porting-orders/retrieve-exception-types-porting-orders.js.map +0 -1
- package/tools/porting-orders/retrieve-exception-types-porting-orders.mjs +0 -44
- package/tools/porting-orders/retrieve-exception-types-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/retrieve-loa-template-porting-orders.d.mts +0 -51
- package/tools/porting-orders/retrieve-loa-template-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/retrieve-loa-template-porting-orders.d.ts +0 -51
- package/tools/porting-orders/retrieve-loa-template-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/retrieve-loa-template-porting-orders.js +0 -40
- package/tools/porting-orders/retrieve-loa-template-porting-orders.js.map +0 -1
- package/tools/porting-orders/retrieve-loa-template-porting-orders.mjs +0 -36
- package/tools/porting-orders/retrieve-loa-template-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/retrieve-porting-orders.d.mts +0 -51
- package/tools/porting-orders/retrieve-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/retrieve-porting-orders.d.ts +0 -51
- package/tools/porting-orders/retrieve-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/retrieve-porting-orders.js +0 -52
- package/tools/porting-orders/retrieve-porting-orders.js.map +0 -1
- package/tools/porting-orders/retrieve-porting-orders.mjs +0 -45
- package/tools/porting-orders/retrieve-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/retrieve-requirements-porting-orders.d.mts +0 -51
- package/tools/porting-orders/retrieve-requirements-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/retrieve-requirements-porting-orders.d.ts +0 -51
- package/tools/porting-orders/retrieve-requirements-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/retrieve-requirements-porting-orders.js +0 -68
- package/tools/porting-orders/retrieve-requirements-porting-orders.js.map +0 -1
- package/tools/porting-orders/retrieve-requirements-porting-orders.mjs +0 -61
- package/tools/porting-orders/retrieve-requirements-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/retrieve-sub-request-porting-orders.d.mts +0 -51
- package/tools/porting-orders/retrieve-sub-request-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/retrieve-sub-request-porting-orders.d.ts +0 -51
- package/tools/porting-orders/retrieve-sub-request-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/retrieve-sub-request-porting-orders.js +0 -54
- package/tools/porting-orders/retrieve-sub-request-porting-orders.js.map +0 -1
- package/tools/porting-orders/retrieve-sub-request-porting-orders.mjs +0 -47
- package/tools/porting-orders/retrieve-sub-request-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/update-porting-orders.d.mts +0 -51
- package/tools/porting-orders/update-porting-orders.d.mts.map +0 -1
- package/tools/porting-orders/update-porting-orders.d.ts +0 -51
- package/tools/porting-orders/update-porting-orders.d.ts.map +0 -1
- package/tools/porting-orders/update-porting-orders.js +0 -264
- package/tools/porting-orders/update-porting-orders.js.map +0 -1
- package/tools/porting-orders/update-porting-orders.mjs +0 -257
- package/tools/porting-orders/update-porting-orders.mjs.map +0 -1
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.d.mts +0 -51
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.d.mts.map +0 -1
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.d.ts +0 -51
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.d.ts.map +0 -1
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.js +0 -89
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.js.map +0 -1
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.mjs +0 -82
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.mjs.map +0 -1
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.d.mts +0 -51
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.d.mts.map +0 -1
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.d.ts +0 -51
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.d.ts.map +0 -1
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.js +0 -45
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.js.map +0 -1
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.mjs +0 -41
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.mjs.map +0 -1
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.d.mts +0 -51
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.d.mts.map +0 -1
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.d.ts +0 -51
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.d.ts.map +0 -1
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.js +0 -66
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.js.map +0 -1
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.mjs +0 -59
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.mjs.map +0 -1
- package/tools/porting-phone-numbers/list-porting-phone-numbers.d.mts +0 -51
- package/tools/porting-phone-numbers/list-porting-phone-numbers.d.mts.map +0 -1
- package/tools/porting-phone-numbers/list-porting-phone-numbers.d.ts +0 -51
- package/tools/porting-phone-numbers/list-porting-phone-numbers.d.ts.map +0 -1
- package/tools/porting-phone-numbers/list-porting-phone-numbers.js +0 -85
- package/tools/porting-phone-numbers/list-porting-phone-numbers.js.map +0 -1
- package/tools/porting-phone-numbers/list-porting-phone-numbers.mjs +0 -78
- package/tools/porting-phone-numbers/list-porting-phone-numbers.mjs.map +0 -1
- package/tools/portouts/comments/create-portouts-comments.d.mts +0 -51
- package/tools/portouts/comments/create-portouts-comments.d.mts.map +0 -1
- package/tools/portouts/comments/create-portouts-comments.d.ts +0 -51
- package/tools/portouts/comments/create-portouts-comments.d.ts.map +0 -1
- package/tools/portouts/comments/create-portouts-comments.js +0 -56
- package/tools/portouts/comments/create-portouts-comments.js.map +0 -1
- package/tools/portouts/comments/create-portouts-comments.mjs +0 -49
- package/tools/portouts/comments/create-portouts-comments.mjs.map +0 -1
- package/tools/portouts/comments/list-portouts-comments.d.mts +0 -51
- package/tools/portouts/comments/list-portouts-comments.d.mts.map +0 -1
- package/tools/portouts/comments/list-portouts-comments.d.ts +0 -51
- package/tools/portouts/comments/list-portouts-comments.d.ts.map +0 -1
- package/tools/portouts/comments/list-portouts-comments.js +0 -54
- package/tools/portouts/comments/list-portouts-comments.js.map +0 -1
- package/tools/portouts/comments/list-portouts-comments.mjs +0 -47
- package/tools/portouts/comments/list-portouts-comments.mjs.map +0 -1
- package/tools/portouts/events/list-portouts-events.d.mts +0 -51
- package/tools/portouts/events/list-portouts-events.d.mts.map +0 -1
- package/tools/portouts/events/list-portouts-events.d.ts +0 -51
- package/tools/portouts/events/list-portouts-events.d.ts.map +0 -1
- package/tools/portouts/events/list-portouts-events.js +0 -96
- package/tools/portouts/events/list-portouts-events.js.map +0 -1
- package/tools/portouts/events/list-portouts-events.mjs +0 -89
- package/tools/portouts/events/list-portouts-events.mjs.map +0 -1
- package/tools/portouts/events/republish-portouts-events.d.mts +0 -51
- package/tools/portouts/events/republish-portouts-events.d.mts.map +0 -1
- package/tools/portouts/events/republish-portouts-events.d.ts +0 -51
- package/tools/portouts/events/republish-portouts-events.d.ts.map +0 -1
- package/tools/portouts/events/republish-portouts-events.js +0 -35
- package/tools/portouts/events/republish-portouts-events.js.map +0 -1
- package/tools/portouts/events/republish-portouts-events.mjs +0 -31
- package/tools/portouts/events/republish-portouts-events.mjs.map +0 -1
- package/tools/portouts/events/retrieve-portouts-events.d.mts +0 -51
- package/tools/portouts/events/retrieve-portouts-events.d.mts.map +0 -1
- package/tools/portouts/events/retrieve-portouts-events.d.ts +0 -51
- package/tools/portouts/events/retrieve-portouts-events.d.ts.map +0 -1
- package/tools/portouts/events/retrieve-portouts-events.js +0 -54
- package/tools/portouts/events/retrieve-portouts-events.js.map +0 -1
- package/tools/portouts/events/retrieve-portouts-events.mjs +0 -47
- package/tools/portouts/events/retrieve-portouts-events.mjs.map +0 -1
- package/tools/portouts/list-portouts.d.mts +0 -51
- package/tools/portouts/list-portouts.d.mts.map +0 -1
- package/tools/portouts/list-portouts.d.ts +0 -51
- package/tools/portouts/list-portouts.d.ts.map +0 -1
- package/tools/portouts/list-portouts.js +0 -152
- package/tools/portouts/list-portouts.js.map +0 -1
- package/tools/portouts/list-portouts.mjs +0 -145
- package/tools/portouts/list-portouts.mjs.map +0 -1
- package/tools/portouts/list-rejection-codes-portouts.d.mts +0 -51
- package/tools/portouts/list-rejection-codes-portouts.d.mts.map +0 -1
- package/tools/portouts/list-rejection-codes-portouts.d.ts +0 -51
- package/tools/portouts/list-rejection-codes-portouts.d.ts.map +0 -1
- package/tools/portouts/list-rejection-codes-portouts.js +0 -78
- package/tools/portouts/list-rejection-codes-portouts.js.map +0 -1
- package/tools/portouts/list-rejection-codes-portouts.mjs +0 -71
- package/tools/portouts/list-rejection-codes-portouts.mjs.map +0 -1
- package/tools/portouts/reports/create-portouts-reports.d.mts +0 -51
- package/tools/portouts/reports/create-portouts-reports.d.mts.map +0 -1
- package/tools/portouts/reports/create-portouts-reports.d.ts +0 -51
- package/tools/portouts/reports/create-portouts-reports.d.ts.map +0 -1
- package/tools/portouts/reports/create-portouts-reports.js +0 -108
- package/tools/portouts/reports/create-portouts-reports.js.map +0 -1
- package/tools/portouts/reports/create-portouts-reports.mjs +0 -101
- package/tools/portouts/reports/create-portouts-reports.mjs.map +0 -1
- package/tools/portouts/reports/list-portouts-reports.d.mts +0 -51
- package/tools/portouts/reports/list-portouts-reports.d.mts.map +0 -1
- package/tools/portouts/reports/list-portouts-reports.d.ts +0 -51
- package/tools/portouts/reports/list-portouts-reports.d.ts.map +0 -1
- package/tools/portouts/reports/list-portouts-reports.js +0 -81
- package/tools/portouts/reports/list-portouts-reports.js.map +0 -1
- package/tools/portouts/reports/list-portouts-reports.mjs +0 -74
- package/tools/portouts/reports/list-portouts-reports.mjs.map +0 -1
- package/tools/portouts/reports/retrieve-portouts-reports.d.mts +0 -51
- package/tools/portouts/reports/retrieve-portouts-reports.d.mts.map +0 -1
- package/tools/portouts/reports/retrieve-portouts-reports.d.ts +0 -51
- package/tools/portouts/reports/retrieve-portouts-reports.d.ts.map +0 -1
- package/tools/portouts/reports/retrieve-portouts-reports.js +0 -54
- package/tools/portouts/reports/retrieve-portouts-reports.js.map +0 -1
- package/tools/portouts/reports/retrieve-portouts-reports.mjs +0 -47
- package/tools/portouts/reports/retrieve-portouts-reports.mjs.map +0 -1
- package/tools/portouts/retrieve-portouts.d.mts +0 -51
- package/tools/portouts/retrieve-portouts.d.mts.map +0 -1
- package/tools/portouts/retrieve-portouts.d.ts +0 -51
- package/tools/portouts/retrieve-portouts.d.ts.map +0 -1
- package/tools/portouts/retrieve-portouts.js +0 -54
- package/tools/portouts/retrieve-portouts.js.map +0 -1
- package/tools/portouts/retrieve-portouts.mjs +0 -47
- package/tools/portouts/retrieve-portouts.mjs.map +0 -1
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.d.mts +0 -51
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.d.mts.map +0 -1
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.d.ts +0 -51
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.d.ts.map +0 -1
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.js +0 -71
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.js.map +0 -1
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.mjs +0 -64
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.mjs.map +0 -1
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.d.mts +0 -51
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.d.mts.map +0 -1
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.d.ts +0 -51
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.d.ts.map +0 -1
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.js +0 -54
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.js.map +0 -1
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.mjs +0 -47
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.mjs.map +0 -1
- package/tools/portouts/update-status-portouts.d.mts +0 -51
- package/tools/portouts/update-status-portouts.d.mts.map +0 -1
- package/tools/portouts/update-status-portouts.d.ts +0 -51
- package/tools/portouts/update-status-portouts.d.ts.map +0 -1
- package/tools/portouts/update-status-portouts.js +0 -64
- package/tools/portouts/update-status-portouts.js.map +0 -1
- package/tools/portouts/update-status-portouts.mjs +0 -57
- package/tools/portouts/update-status-portouts.mjs.map +0 -1
- package/tools/private-wireless-gateways/create-private-wireless-gateways.d.mts +0 -51
- package/tools/private-wireless-gateways/create-private-wireless-gateways.d.mts.map +0 -1
- package/tools/private-wireless-gateways/create-private-wireless-gateways.d.ts +0 -51
- package/tools/private-wireless-gateways/create-private-wireless-gateways.d.ts.map +0 -1
- package/tools/private-wireless-gateways/create-private-wireless-gateways.js +0 -61
- package/tools/private-wireless-gateways/create-private-wireless-gateways.js.map +0 -1
- package/tools/private-wireless-gateways/create-private-wireless-gateways.mjs +0 -54
- package/tools/private-wireless-gateways/create-private-wireless-gateways.mjs.map +0 -1
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.d.mts +0 -51
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.d.mts.map +0 -1
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.d.ts +0 -51
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.d.ts.map +0 -1
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.js +0 -54
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.js.map +0 -1
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.mjs +0 -47
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.mjs.map +0 -1
- package/tools/private-wireless-gateways/list-private-wireless-gateways.d.mts +0 -51
- package/tools/private-wireless-gateways/list-private-wireless-gateways.d.mts.map +0 -1
- package/tools/private-wireless-gateways/list-private-wireless-gateways.d.ts +0 -51
- package/tools/private-wireless-gateways/list-private-wireless-gateways.d.ts.map +0 -1
- package/tools/private-wireless-gateways/list-private-wireless-gateways.js +0 -79
- package/tools/private-wireless-gateways/list-private-wireless-gateways.js.map +0 -1
- package/tools/private-wireless-gateways/list-private-wireless-gateways.mjs +0 -72
- package/tools/private-wireless-gateways/list-private-wireless-gateways.mjs.map +0 -1
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.d.mts +0 -51
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.d.mts.map +0 -1
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.d.ts +0 -51
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.d.ts.map +0 -1
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.js +0 -54
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.js.map +0 -1
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.mjs +0 -47
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.mjs.map +0 -1
- package/tools/public-internet-gateways/create-public-internet-gateways.d.mts +0 -51
- package/tools/public-internet-gateways/create-public-internet-gateways.d.mts.map +0 -1
- package/tools/public-internet-gateways/create-public-internet-gateways.d.ts +0 -51
- package/tools/public-internet-gateways/create-public-internet-gateways.d.ts.map +0 -1
- package/tools/public-internet-gateways/create-public-internet-gateways.js +0 -61
- package/tools/public-internet-gateways/create-public-internet-gateways.js.map +0 -1
- package/tools/public-internet-gateways/create-public-internet-gateways.mjs +0 -54
- package/tools/public-internet-gateways/create-public-internet-gateways.mjs.map +0 -1
- package/tools/public-internet-gateways/delete-public-internet-gateways.d.mts +0 -51
- package/tools/public-internet-gateways/delete-public-internet-gateways.d.mts.map +0 -1
- package/tools/public-internet-gateways/delete-public-internet-gateways.d.ts +0 -51
- package/tools/public-internet-gateways/delete-public-internet-gateways.d.ts.map +0 -1
- package/tools/public-internet-gateways/delete-public-internet-gateways.js +0 -54
- package/tools/public-internet-gateways/delete-public-internet-gateways.js.map +0 -1
- package/tools/public-internet-gateways/delete-public-internet-gateways.mjs +0 -47
- package/tools/public-internet-gateways/delete-public-internet-gateways.mjs.map +0 -1
- package/tools/public-internet-gateways/list-public-internet-gateways.d.mts +0 -51
- package/tools/public-internet-gateways/list-public-internet-gateways.d.mts.map +0 -1
- package/tools/public-internet-gateways/list-public-internet-gateways.d.ts +0 -51
- package/tools/public-internet-gateways/list-public-internet-gateways.d.ts.map +0 -1
- package/tools/public-internet-gateways/list-public-internet-gateways.js +0 -75
- package/tools/public-internet-gateways/list-public-internet-gateways.js.map +0 -1
- package/tools/public-internet-gateways/list-public-internet-gateways.mjs +0 -68
- package/tools/public-internet-gateways/list-public-internet-gateways.mjs.map +0 -1
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.d.mts +0 -51
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.d.mts.map +0 -1
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.d.ts +0 -51
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.d.ts.map +0 -1
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.js +0 -54
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.js.map +0 -1
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.mjs +0 -47
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.mjs.map +0 -1
- package/tools/queues/calls/list-queues-calls.d.mts +0 -51
- package/tools/queues/calls/list-queues-calls.d.mts.map +0 -1
- package/tools/queues/calls/list-queues-calls.d.ts +0 -51
- package/tools/queues/calls/list-queues-calls.d.ts.map +0 -1
- package/tools/queues/calls/list-queues-calls.js +0 -80
- package/tools/queues/calls/list-queues-calls.js.map +0 -1
- package/tools/queues/calls/list-queues-calls.mjs +0 -73
- package/tools/queues/calls/list-queues-calls.mjs.map +0 -1
- package/tools/queues/calls/remove-queues-calls.d.mts +0 -51
- package/tools/queues/calls/remove-queues-calls.d.mts.map +0 -1
- package/tools/queues/calls/remove-queues-calls.d.ts +0 -51
- package/tools/queues/calls/remove-queues-calls.d.ts.map +0 -1
- package/tools/queues/calls/remove-queues-calls.js +0 -40
- package/tools/queues/calls/remove-queues-calls.js.map +0 -1
- package/tools/queues/calls/remove-queues-calls.mjs +0 -36
- package/tools/queues/calls/remove-queues-calls.mjs.map +0 -1
- package/tools/queues/calls/retrieve-queues-calls.d.mts +0 -51
- package/tools/queues/calls/retrieve-queues-calls.d.mts.map +0 -1
- package/tools/queues/calls/retrieve-queues-calls.d.ts +0 -51
- package/tools/queues/calls/retrieve-queues-calls.d.ts.map +0 -1
- package/tools/queues/calls/retrieve-queues-calls.js +0 -57
- package/tools/queues/calls/retrieve-queues-calls.js.map +0 -1
- package/tools/queues/calls/retrieve-queues-calls.mjs +0 -50
- package/tools/queues/calls/retrieve-queues-calls.mjs.map +0 -1
- package/tools/queues/calls/update-queues-calls.d.mts +0 -51
- package/tools/queues/calls/update-queues-calls.d.mts.map +0 -1
- package/tools/queues/calls/update-queues-calls.d.ts +0 -51
- package/tools/queues/calls/update-queues-calls.d.ts.map +0 -1
- package/tools/queues/calls/update-queues-calls.js +0 -42
- package/tools/queues/calls/update-queues-calls.js.map +0 -1
- package/tools/queues/calls/update-queues-calls.mjs +0 -38
- package/tools/queues/calls/update-queues-calls.mjs.map +0 -1
- package/tools/queues/retrieve-queues.d.mts +0 -51
- package/tools/queues/retrieve-queues.d.mts.map +0 -1
- package/tools/queues/retrieve-queues.d.ts +0 -51
- package/tools/queues/retrieve-queues.d.ts.map +0 -1
- package/tools/queues/retrieve-queues.js +0 -54
- package/tools/queues/retrieve-queues.js.map +0 -1
- package/tools/queues/retrieve-queues.mjs +0 -47
- package/tools/queues/retrieve-queues.mjs.map +0 -1
- package/tools/recording-transcriptions/delete-recording-transcriptions.d.mts +0 -51
- package/tools/recording-transcriptions/delete-recording-transcriptions.d.mts.map +0 -1
- package/tools/recording-transcriptions/delete-recording-transcriptions.d.ts +0 -51
- package/tools/recording-transcriptions/delete-recording-transcriptions.d.ts.map +0 -1
- package/tools/recording-transcriptions/delete-recording-transcriptions.js +0 -54
- package/tools/recording-transcriptions/delete-recording-transcriptions.js.map +0 -1
- package/tools/recording-transcriptions/delete-recording-transcriptions.mjs +0 -47
- package/tools/recording-transcriptions/delete-recording-transcriptions.mjs.map +0 -1
- package/tools/recording-transcriptions/list-recording-transcriptions.d.mts +0 -51
- package/tools/recording-transcriptions/list-recording-transcriptions.d.mts.map +0 -1
- package/tools/recording-transcriptions/list-recording-transcriptions.d.ts +0 -51
- package/tools/recording-transcriptions/list-recording-transcriptions.d.ts.map +0 -1
- package/tools/recording-transcriptions/list-recording-transcriptions.js +0 -51
- package/tools/recording-transcriptions/list-recording-transcriptions.js.map +0 -1
- package/tools/recording-transcriptions/list-recording-transcriptions.mjs +0 -44
- package/tools/recording-transcriptions/list-recording-transcriptions.mjs.map +0 -1
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.d.mts +0 -51
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.d.mts.map +0 -1
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.d.ts +0 -51
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.d.ts.map +0 -1
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.js +0 -54
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.js.map +0 -1
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.mjs +0 -47
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.mjs.map +0 -1
- package/tools/recordings/actions/delete-recordings-actions.d.mts +0 -51
- package/tools/recordings/actions/delete-recordings-actions.d.mts.map +0 -1
- package/tools/recordings/actions/delete-recordings-actions.d.ts +0 -51
- package/tools/recordings/actions/delete-recordings-actions.d.ts.map +0 -1
- package/tools/recordings/actions/delete-recordings-actions.js +0 -39
- package/tools/recordings/actions/delete-recordings-actions.js.map +0 -1
- package/tools/recordings/actions/delete-recordings-actions.mjs +0 -35
- package/tools/recordings/actions/delete-recordings-actions.mjs.map +0 -1
- package/tools/recordings/delete-recordings.d.mts +0 -51
- package/tools/recordings/delete-recordings.d.mts.map +0 -1
- package/tools/recordings/delete-recordings.d.ts +0 -51
- package/tools/recordings/delete-recordings.d.ts.map +0 -1
- package/tools/recordings/delete-recordings.js +0 -54
- package/tools/recordings/delete-recordings.js.map +0 -1
- package/tools/recordings/delete-recordings.mjs +0 -47
- package/tools/recordings/delete-recordings.mjs.map +0 -1
- package/tools/recordings/list-recordings.d.mts +0 -51
- package/tools/recordings/list-recordings.d.mts.map +0 -1
- package/tools/recordings/list-recordings.d.ts +0 -51
- package/tools/recordings/list-recordings.d.ts.map +0 -1
- package/tools/recordings/list-recordings.js +0 -112
- package/tools/recordings/list-recordings.js.map +0 -1
- package/tools/recordings/list-recordings.mjs +0 -105
- package/tools/recordings/list-recordings.mjs.map +0 -1
- package/tools/recordings/retrieve-recordings.d.mts +0 -51
- package/tools/recordings/retrieve-recordings.d.mts.map +0 -1
- package/tools/recordings/retrieve-recordings.d.ts +0 -51
- package/tools/recordings/retrieve-recordings.d.ts.map +0 -1
- package/tools/recordings/retrieve-recordings.js +0 -54
- package/tools/recordings/retrieve-recordings.js.map +0 -1
- package/tools/recordings/retrieve-recordings.mjs +0 -47
- package/tools/recordings/retrieve-recordings.mjs.map +0 -1
- package/tools/regions/list-regions.d.mts +0 -51
- package/tools/regions/list-regions.d.mts.map +0 -1
- package/tools/regions/list-regions.d.ts +0 -51
- package/tools/regions/list-regions.d.ts.map +0 -1
- package/tools/regions/list-regions.js +0 -51
- package/tools/regions/list-regions.js.map +0 -1
- package/tools/regions/list-regions.mjs +0 -44
- package/tools/regions/list-regions.mjs.map +0 -1
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.d.mts +0 -51
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.d.mts.map +0 -1
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.d.ts +0 -51
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.d.ts.map +0 -1
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.js +0 -79
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.js.map +0 -1
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.mjs +0 -72
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.mjs.map +0 -1
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.d.mts +0 -51
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.d.mts.map +0 -1
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.d.ts +0 -51
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.d.ts.map +0 -1
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.js +0 -73
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.js.map +0 -1
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.mjs +0 -66
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.mjs.map +0 -1
- package/tools/reports/list-mdrs-reports.d.mts +0 -51
- package/tools/reports/list-mdrs-reports.d.mts.map +0 -1
- package/tools/reports/list-mdrs-reports.d.ts +0 -51
- package/tools/reports/list-mdrs-reports.d.ts.map +0 -1
- package/tools/reports/list-mdrs-reports.js +0 -98
- package/tools/reports/list-mdrs-reports.js.map +0 -1
- package/tools/reports/list-mdrs-reports.mjs +0 -91
- package/tools/reports/list-mdrs-reports.mjs.map +0 -1
- package/tools/reports/list-wdrs-reports.d.mts +0 -51
- package/tools/reports/list-wdrs-reports.d.mts.map +0 -1
- package/tools/reports/list-wdrs-reports.d.ts +0 -51
- package/tools/reports/list-wdrs-reports.d.ts.map +0 -1
- package/tools/reports/list-wdrs-reports.js +0 -112
- package/tools/reports/list-wdrs-reports.js.map +0 -1
- package/tools/reports/list-wdrs-reports.mjs +0 -105
- package/tools/reports/list-wdrs-reports.mjs.map +0 -1
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.d.mts +0 -51
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.d.mts.map +0 -1
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.d.ts +0 -51
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.d.ts.map +0 -1
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.js +0 -64
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.js.map +0 -1
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.mjs +0 -57
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.mjs.map +0 -1
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.d.mts +0 -51
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.d.mts.map +0 -1
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.d.ts +0 -51
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.d.ts.map +0 -1
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.js +0 -54
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.js.map +0 -1
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.mjs +0 -47
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.mjs.map +0 -1
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.d.mts +0 -51
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.d.mts.map +0 -1
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.d.ts +0 -51
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.d.ts.map +0 -1
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.js +0 -69
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.js.map +0 -1
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.mjs +0 -62
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.mjs.map +0 -1
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.d.mts +0 -51
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.d.mts.map +0 -1
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.d.ts +0 -51
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.d.ts.map +0 -1
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.js +0 -65
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.js.map +0 -1
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.mjs +0 -58
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.mjs.map +0 -1
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.d.mts +0 -51
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.d.mts.map +0 -1
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.d.ts +0 -51
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.d.ts.map +0 -1
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.js +0 -54
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.js.map +0 -1
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.mjs +0 -47
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.mjs.map +0 -1
- package/tools/requirement-groups/create-requirement-groups.d.mts +0 -51
- package/tools/requirement-groups/create-requirement-groups.d.mts.map +0 -1
- package/tools/requirement-groups/create-requirement-groups.d.ts +0 -51
- package/tools/requirement-groups/create-requirement-groups.d.ts.map +0 -1
- package/tools/requirement-groups/create-requirement-groups.js +0 -78
- package/tools/requirement-groups/create-requirement-groups.js.map +0 -1
- package/tools/requirement-groups/create-requirement-groups.mjs +0 -71
- package/tools/requirement-groups/create-requirement-groups.mjs.map +0 -1
- package/tools/requirement-groups/delete-requirement-groups.d.mts +0 -51
- package/tools/requirement-groups/delete-requirement-groups.d.mts.map +0 -1
- package/tools/requirement-groups/delete-requirement-groups.d.ts +0 -51
- package/tools/requirement-groups/delete-requirement-groups.d.ts.map +0 -1
- package/tools/requirement-groups/delete-requirement-groups.js +0 -54
- package/tools/requirement-groups/delete-requirement-groups.js.map +0 -1
- package/tools/requirement-groups/delete-requirement-groups.mjs +0 -47
- package/tools/requirement-groups/delete-requirement-groups.mjs.map +0 -1
- package/tools/requirement-groups/list-requirement-groups.d.mts +0 -51
- package/tools/requirement-groups/list-requirement-groups.d.mts.map +0 -1
- package/tools/requirement-groups/list-requirement-groups.d.ts +0 -51
- package/tools/requirement-groups/list-requirement-groups.d.ts.map +0 -1
- package/tools/requirement-groups/list-requirement-groups.js +0 -80
- package/tools/requirement-groups/list-requirement-groups.js.map +0 -1
- package/tools/requirement-groups/list-requirement-groups.mjs +0 -73
- package/tools/requirement-groups/list-requirement-groups.mjs.map +0 -1
- package/tools/requirement-groups/retrieve-requirement-groups.d.mts +0 -51
- package/tools/requirement-groups/retrieve-requirement-groups.d.mts.map +0 -1
- package/tools/requirement-groups/retrieve-requirement-groups.d.ts +0 -51
- package/tools/requirement-groups/retrieve-requirement-groups.d.ts.map +0 -1
- package/tools/requirement-groups/retrieve-requirement-groups.js +0 -54
- package/tools/requirement-groups/retrieve-requirement-groups.js.map +0 -1
- package/tools/requirement-groups/retrieve-requirement-groups.mjs +0 -47
- package/tools/requirement-groups/retrieve-requirement-groups.mjs.map +0 -1
- package/tools/requirement-groups/submit-for-approval-requirement-groups.d.mts +0 -51
- package/tools/requirement-groups/submit-for-approval-requirement-groups.d.mts.map +0 -1
- package/tools/requirement-groups/submit-for-approval-requirement-groups.d.ts +0 -51
- package/tools/requirement-groups/submit-for-approval-requirement-groups.d.ts.map +0 -1
- package/tools/requirement-groups/submit-for-approval-requirement-groups.js +0 -52
- package/tools/requirement-groups/submit-for-approval-requirement-groups.js.map +0 -1
- package/tools/requirement-groups/submit-for-approval-requirement-groups.mjs +0 -45
- package/tools/requirement-groups/submit-for-approval-requirement-groups.mjs.map +0 -1
- package/tools/requirement-groups/update-requirement-groups.d.mts +0 -51
- package/tools/requirement-groups/update-requirement-groups.d.mts.map +0 -1
- package/tools/requirement-groups/update-requirement-groups.d.ts +0 -51
- package/tools/requirement-groups/update-requirement-groups.d.ts.map +0 -1
- package/tools/requirement-groups/update-requirement-groups.js +0 -72
- package/tools/requirement-groups/update-requirement-groups.js.map +0 -1
- package/tools/requirement-groups/update-requirement-groups.mjs +0 -65
- package/tools/requirement-groups/update-requirement-groups.mjs.map +0 -1
- package/tools/requirement-types/list-requirement-types.d.mts +0 -51
- package/tools/requirement-types/list-requirement-types.d.mts.map +0 -1
- package/tools/requirement-types/list-requirement-types.d.ts +0 -51
- package/tools/requirement-types/list-requirement-types.d.ts.map +0 -1
- package/tools/requirement-types/list-requirement-types.js +0 -74
- package/tools/requirement-types/list-requirement-types.js.map +0 -1
- package/tools/requirement-types/list-requirement-types.mjs +0 -67
- package/tools/requirement-types/list-requirement-types.mjs.map +0 -1
- package/tools/requirement-types/retrieve-requirement-types.d.mts +0 -51
- package/tools/requirement-types/retrieve-requirement-types.d.mts.map +0 -1
- package/tools/requirement-types/retrieve-requirement-types.d.ts +0 -51
- package/tools/requirement-types/retrieve-requirement-types.d.ts.map +0 -1
- package/tools/requirement-types/retrieve-requirement-types.js +0 -54
- package/tools/requirement-types/retrieve-requirement-types.js.map +0 -1
- package/tools/requirement-types/retrieve-requirement-types.mjs +0 -47
- package/tools/requirement-types/retrieve-requirement-types.mjs.map +0 -1
- package/tools/requirements/list-requirements.d.mts +0 -51
- package/tools/requirements/list-requirements.d.mts.map +0 -1
- package/tools/requirements/list-requirements.d.ts +0 -51
- package/tools/requirements/list-requirements.d.ts.map +0 -1
- package/tools/requirements/list-requirements.js +0 -102
- package/tools/requirements/list-requirements.js.map +0 -1
- package/tools/requirements/list-requirements.mjs +0 -95
- package/tools/requirements/list-requirements.mjs.map +0 -1
- package/tools/requirements/retrieve-requirements.d.mts +0 -51
- package/tools/requirements/retrieve-requirements.d.mts.map +0 -1
- package/tools/requirements/retrieve-requirements.d.ts +0 -51
- package/tools/requirements/retrieve-requirements.d.ts.map +0 -1
- package/tools/requirements/retrieve-requirements.js +0 -54
- package/tools/requirements/retrieve-requirements.js.map +0 -1
- package/tools/requirements/retrieve-requirements.mjs +0 -47
- package/tools/requirements/retrieve-requirements.mjs.map +0 -1
- package/tools/room-compositions/create-room-compositions.d.mts +0 -51
- package/tools/room-compositions/create-room-compositions.d.mts.map +0 -1
- package/tools/room-compositions/create-room-compositions.d.ts +0 -51
- package/tools/room-compositions/create-room-compositions.d.ts.map +0 -1
- package/tools/room-compositions/create-room-compositions.js +0 -78
- package/tools/room-compositions/create-room-compositions.js.map +0 -1
- package/tools/room-compositions/create-room-compositions.mjs +0 -71
- package/tools/room-compositions/create-room-compositions.mjs.map +0 -1
- package/tools/room-compositions/delete-room-compositions.d.mts +0 -51
- package/tools/room-compositions/delete-room-compositions.d.mts.map +0 -1
- package/tools/room-compositions/delete-room-compositions.d.ts +0 -51
- package/tools/room-compositions/delete-room-compositions.d.ts.map +0 -1
- package/tools/room-compositions/delete-room-compositions.js +0 -37
- package/tools/room-compositions/delete-room-compositions.js.map +0 -1
- package/tools/room-compositions/delete-room-compositions.mjs +0 -33
- package/tools/room-compositions/delete-room-compositions.mjs.map +0 -1
- package/tools/room-compositions/list-room-compositions.d.mts +0 -51
- package/tools/room-compositions/list-room-compositions.d.mts.map +0 -1
- package/tools/room-compositions/list-room-compositions.d.ts +0 -51
- package/tools/room-compositions/list-room-compositions.d.ts.map +0 -1
- package/tools/room-compositions/list-room-compositions.js +0 -100
- package/tools/room-compositions/list-room-compositions.js.map +0 -1
- package/tools/room-compositions/list-room-compositions.mjs +0 -93
- package/tools/room-compositions/list-room-compositions.mjs.map +0 -1
- package/tools/room-compositions/retrieve-room-compositions.d.mts +0 -51
- package/tools/room-compositions/retrieve-room-compositions.d.mts.map +0 -1
- package/tools/room-compositions/retrieve-room-compositions.d.ts +0 -51
- package/tools/room-compositions/retrieve-room-compositions.d.ts.map +0 -1
- package/tools/room-compositions/retrieve-room-compositions.js +0 -54
- package/tools/room-compositions/retrieve-room-compositions.js.map +0 -1
- package/tools/room-compositions/retrieve-room-compositions.mjs +0 -47
- package/tools/room-compositions/retrieve-room-compositions.mjs.map +0 -1
- package/tools/room-participants/list-room-participants.d.mts +0 -51
- package/tools/room-participants/list-room-participants.d.mts.map +0 -1
- package/tools/room-participants/list-room-participants.d.ts +0 -51
- package/tools/room-participants/list-room-participants.d.ts.map +0 -1
- package/tools/room-participants/list-room-participants.js +0 -139
- package/tools/room-participants/list-room-participants.js.map +0 -1
- package/tools/room-participants/list-room-participants.mjs +0 -132
- package/tools/room-participants/list-room-participants.mjs.map +0 -1
- package/tools/room-participants/retrieve-room-participants.d.mts +0 -51
- package/tools/room-participants/retrieve-room-participants.d.mts.map +0 -1
- package/tools/room-participants/retrieve-room-participants.d.ts +0 -51
- package/tools/room-participants/retrieve-room-participants.d.ts.map +0 -1
- package/tools/room-participants/retrieve-room-participants.js +0 -54
- package/tools/room-participants/retrieve-room-participants.js.map +0 -1
- package/tools/room-participants/retrieve-room-participants.mjs +0 -47
- package/tools/room-participants/retrieve-room-participants.mjs.map +0 -1
- package/tools/room-recordings/delete-bulk-room-recordings.d.mts +0 -51
- package/tools/room-recordings/delete-bulk-room-recordings.d.mts.map +0 -1
- package/tools/room-recordings/delete-bulk-room-recordings.d.ts +0 -51
- package/tools/room-recordings/delete-bulk-room-recordings.d.ts.map +0 -1
- package/tools/room-recordings/delete-bulk-room-recordings.js +0 -135
- package/tools/room-recordings/delete-bulk-room-recordings.js.map +0 -1
- package/tools/room-recordings/delete-bulk-room-recordings.mjs +0 -128
- package/tools/room-recordings/delete-bulk-room-recordings.mjs.map +0 -1
- package/tools/room-recordings/delete-room-recordings.d.mts +0 -51
- package/tools/room-recordings/delete-room-recordings.d.mts.map +0 -1
- package/tools/room-recordings/delete-room-recordings.d.ts +0 -51
- package/tools/room-recordings/delete-room-recordings.d.ts.map +0 -1
- package/tools/room-recordings/delete-room-recordings.js +0 -37
- package/tools/room-recordings/delete-room-recordings.js.map +0 -1
- package/tools/room-recordings/delete-room-recordings.mjs +0 -33
- package/tools/room-recordings/delete-room-recordings.mjs.map +0 -1
- package/tools/room-recordings/list-room-recordings.d.mts +0 -51
- package/tools/room-recordings/list-room-recordings.d.mts.map +0 -1
- package/tools/room-recordings/list-room-recordings.d.ts +0 -51
- package/tools/room-recordings/list-room-recordings.d.ts.map +0 -1
- package/tools/room-recordings/list-room-recordings.js +0 -135
- package/tools/room-recordings/list-room-recordings.js.map +0 -1
- package/tools/room-recordings/list-room-recordings.mjs +0 -128
- package/tools/room-recordings/list-room-recordings.mjs.map +0 -1
- package/tools/room-recordings/retrieve-room-recordings.d.mts +0 -51
- package/tools/room-recordings/retrieve-room-recordings.d.mts.map +0 -1
- package/tools/room-recordings/retrieve-room-recordings.d.ts +0 -51
- package/tools/room-recordings/retrieve-room-recordings.d.ts.map +0 -1
- package/tools/room-recordings/retrieve-room-recordings.js +0 -54
- package/tools/room-recordings/retrieve-room-recordings.js.map +0 -1
- package/tools/room-recordings/retrieve-room-recordings.mjs +0 -47
- package/tools/room-recordings/retrieve-room-recordings.mjs.map +0 -1
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.d.mts +0 -51
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.d.mts.map +0 -1
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.d.ts +0 -51
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.d.ts.map +0 -1
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.js +0 -60
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.js.map +0 -1
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.mjs +0 -53
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.mjs.map +0 -1
- package/tools/rooms/actions/refresh-client-token-rooms-actions.d.mts +0 -51
- package/tools/rooms/actions/refresh-client-token-rooms-actions.d.mts.map +0 -1
- package/tools/rooms/actions/refresh-client-token-rooms-actions.d.ts +0 -51
- package/tools/rooms/actions/refresh-client-token-rooms-actions.d.ts.map +0 -1
- package/tools/rooms/actions/refresh-client-token-rooms-actions.js +0 -59
- package/tools/rooms/actions/refresh-client-token-rooms-actions.js.map +0 -1
- package/tools/rooms/actions/refresh-client-token-rooms-actions.mjs +0 -52
- package/tools/rooms/actions/refresh-client-token-rooms-actions.mjs.map +0 -1
- package/tools/rooms/create-rooms.d.mts +0 -51
- package/tools/rooms/create-rooms.d.mts.map +0 -1
- package/tools/rooms/create-rooms.d.ts +0 -51
- package/tools/rooms/create-rooms.d.ts.map +0 -1
- package/tools/rooms/create-rooms.js +0 -73
- package/tools/rooms/create-rooms.js.map +0 -1
- package/tools/rooms/create-rooms.mjs +0 -66
- package/tools/rooms/create-rooms.mjs.map +0 -1
- package/tools/rooms/delete-rooms.d.mts +0 -51
- package/tools/rooms/delete-rooms.d.mts.map +0 -1
- package/tools/rooms/delete-rooms.d.ts +0 -51
- package/tools/rooms/delete-rooms.d.ts.map +0 -1
- package/tools/rooms/delete-rooms.js +0 -37
- package/tools/rooms/delete-rooms.js.map +0 -1
- package/tools/rooms/delete-rooms.mjs +0 -33
- package/tools/rooms/delete-rooms.mjs.map +0 -1
- package/tools/rooms/list-rooms.d.mts +0 -51
- package/tools/rooms/list-rooms.d.mts.map +0 -1
- package/tools/rooms/list-rooms.d.ts +0 -51
- package/tools/rooms/list-rooms.d.ts.map +0 -1
- package/tools/rooms/list-rooms.js +0 -119
- package/tools/rooms/list-rooms.js.map +0 -1
- package/tools/rooms/list-rooms.mjs +0 -112
- package/tools/rooms/list-rooms.mjs.map +0 -1
- package/tools/rooms/retrieve-rooms.d.mts +0 -51
- package/tools/rooms/retrieve-rooms.d.mts.map +0 -1
- package/tools/rooms/retrieve-rooms.d.ts +0 -51
- package/tools/rooms/retrieve-rooms.d.ts.map +0 -1
- package/tools/rooms/retrieve-rooms.js +0 -58
- package/tools/rooms/retrieve-rooms.js.map +0 -1
- package/tools/rooms/retrieve-rooms.mjs +0 -51
- package/tools/rooms/retrieve-rooms.mjs.map +0 -1
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.d.mts +0 -51
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.d.mts.map +0 -1
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.d.ts +0 -51
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.d.ts.map +0 -1
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.js +0 -52
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.js.map +0 -1
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.mjs +0 -45
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.mjs.map +0 -1
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.d.mts +0 -51
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.d.mts.map +0 -1
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.d.ts +0 -51
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.d.ts.map +0 -1
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.js +0 -74
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.js.map +0 -1
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.mjs +0 -67
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.mjs.map +0 -1
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.d.mts +0 -51
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.d.mts.map +0 -1
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.d.ts +0 -51
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.d.ts.map +0 -1
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.js +0 -74
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.js.map +0 -1
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.mjs +0 -67
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.mjs.map +0 -1
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.d.mts +0 -51
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.d.mts.map +0 -1
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.d.ts +0 -51
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.d.ts.map +0 -1
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.js +0 -74
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.js.map +0 -1
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.mjs +0 -67
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.mjs.map +0 -1
- package/tools/rooms/sessions/list-0-rooms-sessions.d.mts +0 -51
- package/tools/rooms/sessions/list-0-rooms-sessions.d.mts.map +0 -1
- package/tools/rooms/sessions/list-0-rooms-sessions.d.ts +0 -51
- package/tools/rooms/sessions/list-0-rooms-sessions.d.ts.map +0 -1
- package/tools/rooms/sessions/list-0-rooms-sessions.js +0 -143
- package/tools/rooms/sessions/list-0-rooms-sessions.js.map +0 -1
- package/tools/rooms/sessions/list-0-rooms-sessions.mjs +0 -136
- package/tools/rooms/sessions/list-0-rooms-sessions.mjs.map +0 -1
- package/tools/rooms/sessions/list-1-rooms-sessions.d.mts +0 -51
- package/tools/rooms/sessions/list-1-rooms-sessions.d.mts.map +0 -1
- package/tools/rooms/sessions/list-1-rooms-sessions.d.ts +0 -51
- package/tools/rooms/sessions/list-1-rooms-sessions.d.ts.map +0 -1
- package/tools/rooms/sessions/list-1-rooms-sessions.js +0 -142
- package/tools/rooms/sessions/list-1-rooms-sessions.js.map +0 -1
- package/tools/rooms/sessions/list-1-rooms-sessions.mjs +0 -135
- package/tools/rooms/sessions/list-1-rooms-sessions.mjs.map +0 -1
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.d.mts +0 -51
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.d.mts.map +0 -1
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.d.ts +0 -51
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.d.ts.map +0 -1
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.js +0 -138
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.js.map +0 -1
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.mjs +0 -131
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.mjs.map +0 -1
- package/tools/rooms/sessions/retrieve-rooms-sessions.d.mts +0 -51
- package/tools/rooms/sessions/retrieve-rooms-sessions.d.mts.map +0 -1
- package/tools/rooms/sessions/retrieve-rooms-sessions.d.ts +0 -51
- package/tools/rooms/sessions/retrieve-rooms-sessions.d.ts.map +0 -1
- package/tools/rooms/sessions/retrieve-rooms-sessions.js +0 -58
- package/tools/rooms/sessions/retrieve-rooms-sessions.js.map +0 -1
- package/tools/rooms/sessions/retrieve-rooms-sessions.mjs +0 -51
- package/tools/rooms/sessions/retrieve-rooms-sessions.mjs.map +0 -1
- package/tools/rooms/update-rooms.d.mts +0 -51
- package/tools/rooms/update-rooms.d.mts.map +0 -1
- package/tools/rooms/update-rooms.d.ts +0 -51
- package/tools/rooms/update-rooms.d.ts.map +0 -1
- package/tools/rooms/update-rooms.js +0 -76
- package/tools/rooms/update-rooms.js.map +0 -1
- package/tools/rooms/update-rooms.mjs +0 -69
- package/tools/rooms/update-rooms.mjs.map +0 -1
- package/tools/seti/retrieve-black-box-test-results-seti.d.mts +0 -51
- package/tools/seti/retrieve-black-box-test-results-seti.d.mts.map +0 -1
- package/tools/seti/retrieve-black-box-test-results-seti.d.ts +0 -51
- package/tools/seti/retrieve-black-box-test-results-seti.d.ts.map +0 -1
- package/tools/seti/retrieve-black-box-test-results-seti.js +0 -61
- package/tools/seti/retrieve-black-box-test-results-seti.js.map +0 -1
- package/tools/seti/retrieve-black-box-test-results-seti.mjs +0 -54
- package/tools/seti/retrieve-black-box-test-results-seti.mjs.map +0 -1
- package/tools/short-codes/list-short-codes.d.mts +0 -51
- package/tools/short-codes/list-short-codes.d.mts.map +0 -1
- package/tools/short-codes/list-short-codes.d.ts +0 -51
- package/tools/short-codes/list-short-codes.d.ts.map +0 -1
- package/tools/short-codes/list-short-codes.js +0 -75
- package/tools/short-codes/list-short-codes.js.map +0 -1
- package/tools/short-codes/list-short-codes.mjs +0 -68
- package/tools/short-codes/list-short-codes.mjs.map +0 -1
- package/tools/short-codes/retrieve-short-codes.d.mts +0 -51
- package/tools/short-codes/retrieve-short-codes.d.mts.map +0 -1
- package/tools/short-codes/retrieve-short-codes.d.ts +0 -51
- package/tools/short-codes/retrieve-short-codes.d.ts.map +0 -1
- package/tools/short-codes/retrieve-short-codes.js +0 -54
- package/tools/short-codes/retrieve-short-codes.js.map +0 -1
- package/tools/short-codes/retrieve-short-codes.mjs +0 -47
- package/tools/short-codes/retrieve-short-codes.mjs.map +0 -1
- package/tools/short-codes/update-short-codes.d.mts +0 -51
- package/tools/short-codes/update-short-codes.d.mts.map +0 -1
- package/tools/short-codes/update-short-codes.d.ts +0 -51
- package/tools/short-codes/update-short-codes.d.ts.map +0 -1
- package/tools/short-codes/update-short-codes.js +0 -62
- package/tools/short-codes/update-short-codes.js.map +0 -1
- package/tools/short-codes/update-short-codes.mjs +0 -55
- package/tools/short-codes/update-short-codes.mjs.map +0 -1
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.d.mts +0 -51
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.d.mts.map +0 -1
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.d.ts +0 -51
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.d.ts.map +0 -1
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.js +0 -66
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.js.map +0 -1
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.mjs +0 -59
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.mjs.map +0 -1
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.d.mts +0 -51
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.d.mts.map +0 -1
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.d.ts +0 -51
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.d.ts.map +0 -1
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.js +0 -54
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.js.map +0 -1
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.mjs +0 -47
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.mjs.map +0 -1
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.d.mts +0 -51
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.d.mts.map +0 -1
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.d.ts +0 -51
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.d.ts.map +0 -1
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.js +0 -63
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.js.map +0 -1
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.mjs +0 -56
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.mjs.map +0 -1
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.d.mts +0 -51
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.d.mts.map +0 -1
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.d.ts +0 -51
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.d.ts.map +0 -1
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.js +0 -54
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.js.map +0 -1
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.mjs +0 -47
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.mjs.map +0 -1
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.d.mts +0 -51
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.d.mts.map +0 -1
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.d.ts +0 -51
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.d.ts.map +0 -1
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.js +0 -69
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.js.map +0 -1
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.mjs +0 -62
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.mjs.map +0 -1
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.d.mts +0 -51
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.d.mts.map +0 -1
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.d.ts +0 -51
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.d.ts.map +0 -1
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.js +0 -78
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.js.map +0 -1
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.mjs +0 -71
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.mjs.map +0 -1
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.d.mts +0 -51
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.d.mts.map +0 -1
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.d.ts +0 -51
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.d.ts.map +0 -1
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.js +0 -52
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.js.map +0 -1
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.mjs +0 -45
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.mjs.map +0 -1
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.d.mts +0 -51
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.d.mts.map +0 -1
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.d.ts +0 -51
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.d.ts.map +0 -1
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.js +0 -52
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.js.map +0 -1
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.mjs +0 -45
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.mjs.map +0 -1
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.d.mts +0 -51
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.d.mts.map +0 -1
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.d.ts +0 -51
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.d.ts.map +0 -1
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.js +0 -54
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.js.map +0 -1
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.mjs +0 -47
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.mjs.map +0 -1
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.d.mts +0 -51
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.d.mts.map +0 -1
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.d.ts +0 -51
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.d.ts.map +0 -1
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.js +0 -56
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.js.map +0 -1
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.mjs +0 -49
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.mjs.map +0 -1
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.d.mts +0 -51
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.d.mts.map +0 -1
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.d.ts +0 -51
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.d.ts.map +0 -1
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.js +0 -56
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.js.map +0 -1
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.mjs +0 -49
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.mjs.map +0 -1
- package/tools/sim-card-groups/create-sim-card-groups.d.mts +0 -51
- package/tools/sim-card-groups/create-sim-card-groups.d.mts.map +0 -1
- package/tools/sim-card-groups/create-sim-card-groups.d.ts +0 -51
- package/tools/sim-card-groups/create-sim-card-groups.d.ts.map +0 -1
- package/tools/sim-card-groups/create-sim-card-groups.js +0 -65
- package/tools/sim-card-groups/create-sim-card-groups.js.map +0 -1
- package/tools/sim-card-groups/create-sim-card-groups.mjs +0 -58
- package/tools/sim-card-groups/create-sim-card-groups.mjs.map +0 -1
- package/tools/sim-card-groups/delete-sim-card-groups.d.mts +0 -51
- package/tools/sim-card-groups/delete-sim-card-groups.d.mts.map +0 -1
- package/tools/sim-card-groups/delete-sim-card-groups.d.ts +0 -51
- package/tools/sim-card-groups/delete-sim-card-groups.d.ts.map +0 -1
- package/tools/sim-card-groups/delete-sim-card-groups.js +0 -54
- package/tools/sim-card-groups/delete-sim-card-groups.js.map +0 -1
- package/tools/sim-card-groups/delete-sim-card-groups.mjs +0 -47
- package/tools/sim-card-groups/delete-sim-card-groups.mjs.map +0 -1
- package/tools/sim-card-groups/list-sim-card-groups.d.mts +0 -51
- package/tools/sim-card-groups/list-sim-card-groups.d.mts.map +0 -1
- package/tools/sim-card-groups/list-sim-card-groups.d.ts +0 -51
- package/tools/sim-card-groups/list-sim-card-groups.d.ts.map +0 -1
- package/tools/sim-card-groups/list-sim-card-groups.js +0 -71
- package/tools/sim-card-groups/list-sim-card-groups.js.map +0 -1
- package/tools/sim-card-groups/list-sim-card-groups.mjs +0 -64
- package/tools/sim-card-groups/list-sim-card-groups.mjs.map +0 -1
- package/tools/sim-card-groups/retrieve-sim-card-groups.d.mts +0 -51
- package/tools/sim-card-groups/retrieve-sim-card-groups.d.mts.map +0 -1
- package/tools/sim-card-groups/retrieve-sim-card-groups.d.ts +0 -51
- package/tools/sim-card-groups/retrieve-sim-card-groups.d.ts.map +0 -1
- package/tools/sim-card-groups/retrieve-sim-card-groups.js +0 -58
- package/tools/sim-card-groups/retrieve-sim-card-groups.js.map +0 -1
- package/tools/sim-card-groups/retrieve-sim-card-groups.mjs +0 -51
- package/tools/sim-card-groups/retrieve-sim-card-groups.mjs.map +0 -1
- package/tools/sim-card-groups/update-sim-card-groups.d.mts +0 -51
- package/tools/sim-card-groups/update-sim-card-groups.d.mts.map +0 -1
- package/tools/sim-card-groups/update-sim-card-groups.d.ts +0 -51
- package/tools/sim-card-groups/update-sim-card-groups.d.ts.map +0 -1
- package/tools/sim-card-groups/update-sim-card-groups.js +0 -68
- package/tools/sim-card-groups/update-sim-card-groups.js.map +0 -1
- package/tools/sim-card-groups/update-sim-card-groups.mjs +0 -61
- package/tools/sim-card-groups/update-sim-card-groups.mjs.map +0 -1
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.d.mts +0 -51
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.d.mts.map +0 -1
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.d.ts +0 -51
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.d.ts.map +0 -1
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.js +0 -57
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.js.map +0 -1
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.mjs +0 -50
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.mjs.map +0 -1
- package/tools/sim-card-orders/create-sim-card-orders.d.mts +0 -51
- package/tools/sim-card-orders/create-sim-card-orders.d.mts.map +0 -1
- package/tools/sim-card-orders/create-sim-card-orders.d.ts +0 -51
- package/tools/sim-card-orders/create-sim-card-orders.d.ts.map +0 -1
- package/tools/sim-card-orders/create-sim-card-orders.js +0 -57
- package/tools/sim-card-orders/create-sim-card-orders.js.map +0 -1
- package/tools/sim-card-orders/create-sim-card-orders.mjs +0 -50
- package/tools/sim-card-orders/create-sim-card-orders.mjs.map +0 -1
- package/tools/sim-card-orders/list-sim-card-orders.d.mts +0 -51
- package/tools/sim-card-orders/list-sim-card-orders.d.mts.map +0 -1
- package/tools/sim-card-orders/list-sim-card-orders.d.ts +0 -51
- package/tools/sim-card-orders/list-sim-card-orders.d.ts.map +0 -1
- package/tools/sim-card-orders/list-sim-card-orders.js +0 -131
- package/tools/sim-card-orders/list-sim-card-orders.js.map +0 -1
- package/tools/sim-card-orders/list-sim-card-orders.mjs +0 -124
- package/tools/sim-card-orders/list-sim-card-orders.mjs.map +0 -1
- package/tools/sim-card-orders/retrieve-sim-card-orders.d.mts +0 -51
- package/tools/sim-card-orders/retrieve-sim-card-orders.d.mts.map +0 -1
- package/tools/sim-card-orders/retrieve-sim-card-orders.d.ts +0 -51
- package/tools/sim-card-orders/retrieve-sim-card-orders.d.ts.map +0 -1
- package/tools/sim-card-orders/retrieve-sim-card-orders.js +0 -54
- package/tools/sim-card-orders/retrieve-sim-card-orders.js.map +0 -1
- package/tools/sim-card-orders/retrieve-sim-card-orders.mjs +0 -47
- package/tools/sim-card-orders/retrieve-sim-card-orders.mjs.map +0 -1
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.js +0 -56
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.mjs +0 -49
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/disable-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/disable-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/disable-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/disable-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/disable-sim-cards-actions.js +0 -52
- package/tools/sim-cards/actions/disable-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/disable-sim-cards-actions.mjs +0 -45
- package/tools/sim-cards/actions/disable-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/enable-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/enable-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/enable-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/enable-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/enable-sim-cards-actions.js +0 -52
- package/tools/sim-cards/actions/enable-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/enable-sim-cards-actions.mjs +0 -45
- package/tools/sim-cards/actions/enable-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/list-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/list-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/list-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/list-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/list-sim-cards-actions.js +0 -96
- package/tools/sim-cards/actions/list-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/list-sim-cards-actions.mjs +0 -89
- package/tools/sim-cards/actions/list-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.js +0 -52
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.mjs +0 -45
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.js +0 -54
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.mjs +0 -47
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.js +0 -56
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.mjs +0 -49
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.js +0 -52
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.mjs +0 -45
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.d.mts +0 -51
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.d.mts.map +0 -1
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.d.ts +0 -51
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.d.ts.map +0 -1
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.js +0 -55
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.js.map +0 -1
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.mjs +0 -48
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.mjs.map +0 -1
- package/tools/sim-cards/delete-sim-cards.d.mts +0 -51
- package/tools/sim-cards/delete-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/delete-sim-cards.d.ts +0 -51
- package/tools/sim-cards/delete-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/delete-sim-cards.js +0 -52
- package/tools/sim-cards/delete-sim-cards.js.map +0 -1
- package/tools/sim-cards/delete-sim-cards.mjs +0 -45
- package/tools/sim-cards/delete-sim-cards.mjs.map +0 -1
- package/tools/sim-cards/get-activation-code-sim-cards.d.mts +0 -51
- package/tools/sim-cards/get-activation-code-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/get-activation-code-sim-cards.d.ts +0 -51
- package/tools/sim-cards/get-activation-code-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/get-activation-code-sim-cards.js +0 -54
- package/tools/sim-cards/get-activation-code-sim-cards.js.map +0 -1
- package/tools/sim-cards/get-activation-code-sim-cards.mjs +0 -47
- package/tools/sim-cards/get-activation-code-sim-cards.mjs.map +0 -1
- package/tools/sim-cards/get-device-details-sim-cards.d.mts +0 -51
- package/tools/sim-cards/get-device-details-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/get-device-details-sim-cards.d.ts +0 -51
- package/tools/sim-cards/get-device-details-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/get-device-details-sim-cards.js +0 -54
- package/tools/sim-cards/get-device-details-sim-cards.js.map +0 -1
- package/tools/sim-cards/get-device-details-sim-cards.mjs +0 -47
- package/tools/sim-cards/get-device-details-sim-cards.mjs.map +0 -1
- package/tools/sim-cards/get-public-ip-sim-cards.d.mts +0 -51
- package/tools/sim-cards/get-public-ip-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/get-public-ip-sim-cards.d.ts +0 -51
- package/tools/sim-cards/get-public-ip-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/get-public-ip-sim-cards.js +0 -54
- package/tools/sim-cards/get-public-ip-sim-cards.js.map +0 -1
- package/tools/sim-cards/get-public-ip-sim-cards.mjs +0 -47
- package/tools/sim-cards/get-public-ip-sim-cards.mjs.map +0 -1
- package/tools/sim-cards/list-sim-cards.d.mts +0 -51
- package/tools/sim-cards/list-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/list-sim-cards.d.ts +0 -51
- package/tools/sim-cards/list-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/list-sim-cards.js +0 -103
- package/tools/sim-cards/list-sim-cards.js.map +0 -1
- package/tools/sim-cards/list-sim-cards.mjs +0 -96
- package/tools/sim-cards/list-sim-cards.mjs.map +0 -1
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.d.mts +0 -51
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.d.ts +0 -51
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.js +0 -62
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.js.map +0 -1
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.mjs +0 -55
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.mjs.map +0 -1
- package/tools/sim-cards/retrieve-sim-cards.d.mts +0 -51
- package/tools/sim-cards/retrieve-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/retrieve-sim-cards.d.ts +0 -51
- package/tools/sim-cards/retrieve-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/retrieve-sim-cards.js +0 -56
- package/tools/sim-cards/retrieve-sim-cards.js.map +0 -1
- package/tools/sim-cards/retrieve-sim-cards.mjs +0 -49
- package/tools/sim-cards/retrieve-sim-cards.mjs.map +0 -1
- package/tools/sim-cards/update-sim-cards.d.mts +0 -51
- package/tools/sim-cards/update-sim-cards.d.mts.map +0 -1
- package/tools/sim-cards/update-sim-cards.d.ts +0 -51
- package/tools/sim-cards/update-sim-cards.d.ts.map +0 -1
- package/tools/sim-cards/update-sim-cards.js +0 -105
- package/tools/sim-cards/update-sim-cards.js.map +0 -1
- package/tools/sim-cards/update-sim-cards.mjs +0 -98
- package/tools/sim-cards/update-sim-cards.mjs.map +0 -1
- package/tools/siprec-connectors/create-siprec-connectors.d.mts +0 -51
- package/tools/siprec-connectors/create-siprec-connectors.d.mts.map +0 -1
- package/tools/siprec-connectors/create-siprec-connectors.d.ts +0 -51
- package/tools/siprec-connectors/create-siprec-connectors.d.ts.map +0 -1
- package/tools/siprec-connectors/create-siprec-connectors.js +0 -65
- package/tools/siprec-connectors/create-siprec-connectors.js.map +0 -1
- package/tools/siprec-connectors/create-siprec-connectors.mjs +0 -58
- package/tools/siprec-connectors/create-siprec-connectors.mjs.map +0 -1
- package/tools/siprec-connectors/delete-siprec-connectors.d.mts +0 -51
- package/tools/siprec-connectors/delete-siprec-connectors.d.mts.map +0 -1
- package/tools/siprec-connectors/delete-siprec-connectors.d.ts +0 -51
- package/tools/siprec-connectors/delete-siprec-connectors.d.ts.map +0 -1
- package/tools/siprec-connectors/delete-siprec-connectors.js +0 -37
- package/tools/siprec-connectors/delete-siprec-connectors.js.map +0 -1
- package/tools/siprec-connectors/delete-siprec-connectors.mjs +0 -33
- package/tools/siprec-connectors/delete-siprec-connectors.mjs.map +0 -1
- package/tools/siprec-connectors/retrieve-siprec-connectors.d.mts +0 -51
- package/tools/siprec-connectors/retrieve-siprec-connectors.d.mts.map +0 -1
- package/tools/siprec-connectors/retrieve-siprec-connectors.d.ts +0 -51
- package/tools/siprec-connectors/retrieve-siprec-connectors.d.ts.map +0 -1
- package/tools/siprec-connectors/retrieve-siprec-connectors.js +0 -54
- package/tools/siprec-connectors/retrieve-siprec-connectors.js.map +0 -1
- package/tools/siprec-connectors/retrieve-siprec-connectors.mjs +0 -47
- package/tools/siprec-connectors/retrieve-siprec-connectors.mjs.map +0 -1
- package/tools/siprec-connectors/update-siprec-connectors.d.mts +0 -51
- package/tools/siprec-connectors/update-siprec-connectors.d.mts.map +0 -1
- package/tools/siprec-connectors/update-siprec-connectors.d.ts +0 -51
- package/tools/siprec-connectors/update-siprec-connectors.d.ts.map +0 -1
- package/tools/siprec-connectors/update-siprec-connectors.js +0 -70
- package/tools/siprec-connectors/update-siprec-connectors.js.map +0 -1
- package/tools/siprec-connectors/update-siprec-connectors.mjs +0 -63
- package/tools/siprec-connectors/update-siprec-connectors.mjs.map +0 -1
- package/tools/storage/buckets/create-presigned-url-storage-buckets.d.mts +0 -51
- package/tools/storage/buckets/create-presigned-url-storage-buckets.d.mts.map +0 -1
- package/tools/storage/buckets/create-presigned-url-storage-buckets.d.ts +0 -51
- package/tools/storage/buckets/create-presigned-url-storage-buckets.d.ts.map +0 -1
- package/tools/storage/buckets/create-presigned-url-storage-buckets.js +0 -59
- package/tools/storage/buckets/create-presigned-url-storage-buckets.js.map +0 -1
- package/tools/storage/buckets/create-presigned-url-storage-buckets.mjs +0 -52
- package/tools/storage/buckets/create-presigned-url-storage-buckets.mjs.map +0 -1
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.d.mts +0 -51
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.d.mts.map +0 -1
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.d.ts +0 -51
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.d.ts.map +0 -1
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.js +0 -62
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.js.map +0 -1
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.mjs +0 -55
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.mjs.map +0 -1
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.d.mts +0 -51
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.d.mts.map +0 -1
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.d.ts +0 -51
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.d.ts.map +0 -1
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.js +0 -54
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.js.map +0 -1
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.mjs +0 -47
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.mjs.map +0 -1
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.d.mts +0 -51
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.d.mts.map +0 -1
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.d.ts +0 -51
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.d.ts.map +0 -1
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.js +0 -54
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.js.map +0 -1
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.mjs +0 -47
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.mjs.map +0 -1
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.d.mts +0 -51
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.d.mts.map +0 -1
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.d.ts +0 -51
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.d.ts.map +0 -1
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.js +0 -71
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.js.map +0 -1
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.mjs +0 -64
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.mjs.map +0 -1
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.d.mts +0 -51
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.d.mts.map +0 -1
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.d.ts +0 -51
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.d.ts.map +0 -1
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.js +0 -54
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.js.map +0 -1
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.mjs +0 -47
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.mjs.map +0 -1
- package/tools/storage/list-migration-source-coverage-storage.d.mts +0 -51
- package/tools/storage/list-migration-source-coverage-storage.d.mts.map +0 -1
- package/tools/storage/list-migration-source-coverage-storage.d.ts +0 -51
- package/tools/storage/list-migration-source-coverage-storage.d.ts.map +0 -1
- package/tools/storage/list-migration-source-coverage-storage.js +0 -51
- package/tools/storage/list-migration-source-coverage-storage.js.map +0 -1
- package/tools/storage/list-migration-source-coverage-storage.mjs +0 -44
- package/tools/storage/list-migration-source-coverage-storage.mjs.map +0 -1
- package/tools/storage/migration-sources/create-storage-migration-sources.d.mts +0 -51
- package/tools/storage/migration-sources/create-storage-migration-sources.d.mts.map +0 -1
- package/tools/storage/migration-sources/create-storage-migration-sources.d.ts +0 -51
- package/tools/storage/migration-sources/create-storage-migration-sources.d.ts.map +0 -1
- package/tools/storage/migration-sources/create-storage-migration-sources.js +0 -75
- package/tools/storage/migration-sources/create-storage-migration-sources.js.map +0 -1
- package/tools/storage/migration-sources/create-storage-migration-sources.mjs +0 -68
- package/tools/storage/migration-sources/create-storage-migration-sources.mjs.map +0 -1
- package/tools/storage/migration-sources/delete-storage-migration-sources.d.mts +0 -51
- package/tools/storage/migration-sources/delete-storage-migration-sources.d.mts.map +0 -1
- package/tools/storage/migration-sources/delete-storage-migration-sources.d.ts +0 -51
- package/tools/storage/migration-sources/delete-storage-migration-sources.d.ts.map +0 -1
- package/tools/storage/migration-sources/delete-storage-migration-sources.js +0 -54
- package/tools/storage/migration-sources/delete-storage-migration-sources.js.map +0 -1
- package/tools/storage/migration-sources/delete-storage-migration-sources.mjs +0 -47
- package/tools/storage/migration-sources/delete-storage-migration-sources.mjs.map +0 -1
- package/tools/storage/migration-sources/list-storage-migration-sources.d.mts +0 -51
- package/tools/storage/migration-sources/list-storage-migration-sources.d.mts.map +0 -1
- package/tools/storage/migration-sources/list-storage-migration-sources.d.ts +0 -51
- package/tools/storage/migration-sources/list-storage-migration-sources.d.ts.map +0 -1
- package/tools/storage/migration-sources/list-storage-migration-sources.js +0 -51
- package/tools/storage/migration-sources/list-storage-migration-sources.js.map +0 -1
- package/tools/storage/migration-sources/list-storage-migration-sources.mjs +0 -44
- package/tools/storage/migration-sources/list-storage-migration-sources.mjs.map +0 -1
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.d.mts +0 -51
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.d.mts.map +0 -1
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.d.ts +0 -51
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.d.ts.map +0 -1
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.js +0 -54
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.js.map +0 -1
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.mjs +0 -47
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.mjs.map +0 -1
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.d.mts +0 -51
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.d.mts.map +0 -1
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.d.ts +0 -51
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.d.ts.map +0 -1
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.js +0 -52
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.js.map +0 -1
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.mjs +0 -45
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.mjs.map +0 -1
- package/tools/storage/migrations/create-storage-migrations.d.mts +0 -51
- package/tools/storage/migrations/create-storage-migrations.d.mts.map +0 -1
- package/tools/storage/migrations/create-storage-migrations.d.ts +0 -51
- package/tools/storage/migrations/create-storage-migrations.d.ts.map +0 -1
- package/tools/storage/migrations/create-storage-migrations.js +0 -65
- package/tools/storage/migrations/create-storage-migrations.js.map +0 -1
- package/tools/storage/migrations/create-storage-migrations.mjs +0 -58
- package/tools/storage/migrations/create-storage-migrations.mjs.map +0 -1
- package/tools/storage/migrations/list-storage-migrations.d.mts +0 -51
- package/tools/storage/migrations/list-storage-migrations.d.mts.map +0 -1
- package/tools/storage/migrations/list-storage-migrations.d.ts +0 -51
- package/tools/storage/migrations/list-storage-migrations.d.ts.map +0 -1
- package/tools/storage/migrations/list-storage-migrations.js +0 -51
- package/tools/storage/migrations/list-storage-migrations.js.map +0 -1
- package/tools/storage/migrations/list-storage-migrations.mjs +0 -44
- package/tools/storage/migrations/list-storage-migrations.mjs.map +0 -1
- package/tools/storage/migrations/retrieve-storage-migrations.d.mts +0 -51
- package/tools/storage/migrations/retrieve-storage-migrations.d.mts.map +0 -1
- package/tools/storage/migrations/retrieve-storage-migrations.d.ts +0 -51
- package/tools/storage/migrations/retrieve-storage-migrations.d.ts.map +0 -1
- package/tools/storage/migrations/retrieve-storage-migrations.js +0 -54
- package/tools/storage/migrations/retrieve-storage-migrations.js.map +0 -1
- package/tools/storage/migrations/retrieve-storage-migrations.mjs +0 -47
- package/tools/storage/migrations/retrieve-storage-migrations.mjs.map +0 -1
- package/tools/sub-number-orders/cancel-sub-number-orders.d.mts +0 -51
- package/tools/sub-number-orders/cancel-sub-number-orders.d.mts.map +0 -1
- package/tools/sub-number-orders/cancel-sub-number-orders.d.ts +0 -51
- package/tools/sub-number-orders/cancel-sub-number-orders.d.ts.map +0 -1
- package/tools/sub-number-orders/cancel-sub-number-orders.js +0 -52
- package/tools/sub-number-orders/cancel-sub-number-orders.js.map +0 -1
- package/tools/sub-number-orders/cancel-sub-number-orders.mjs +0 -45
- package/tools/sub-number-orders/cancel-sub-number-orders.mjs.map +0 -1
- package/tools/sub-number-orders/list-sub-number-orders.d.mts +0 -51
- package/tools/sub-number-orders/list-sub-number-orders.d.mts.map +0 -1
- package/tools/sub-number-orders/list-sub-number-orders.d.ts +0 -51
- package/tools/sub-number-orders/list-sub-number-orders.d.ts.map +0 -1
- package/tools/sub-number-orders/list-sub-number-orders.js +0 -77
- package/tools/sub-number-orders/list-sub-number-orders.js.map +0 -1
- package/tools/sub-number-orders/list-sub-number-orders.mjs +0 -70
- package/tools/sub-number-orders/list-sub-number-orders.mjs.map +0 -1
- package/tools/sub-number-orders/retrieve-sub-number-orders.d.mts +0 -51
- package/tools/sub-number-orders/retrieve-sub-number-orders.d.mts.map +0 -1
- package/tools/sub-number-orders/retrieve-sub-number-orders.d.ts +0 -51
- package/tools/sub-number-orders/retrieve-sub-number-orders.d.ts.map +0 -1
- package/tools/sub-number-orders/retrieve-sub-number-orders.js +0 -64
- package/tools/sub-number-orders/retrieve-sub-number-orders.js.map +0 -1
- package/tools/sub-number-orders/retrieve-sub-number-orders.mjs +0 -57
- package/tools/sub-number-orders/retrieve-sub-number-orders.mjs.map +0 -1
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.d.mts +0 -51
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.d.mts.map +0 -1
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.d.ts +0 -51
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.d.ts.map +0 -1
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.js +0 -56
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.js.map +0 -1
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.mjs +0 -49
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.mjs.map +0 -1
- package/tools/sub-number-orders/update-sub-number-orders.d.mts +0 -51
- package/tools/sub-number-orders/update-sub-number-orders.d.mts.map +0 -1
- package/tools/sub-number-orders/update-sub-number-orders.d.ts +0 -51
- package/tools/sub-number-orders/update-sub-number-orders.d.ts.map +0 -1
- package/tools/sub-number-orders/update-sub-number-orders.js +0 -73
- package/tools/sub-number-orders/update-sub-number-orders.js.map +0 -1
- package/tools/sub-number-orders/update-sub-number-orders.mjs +0 -66
- package/tools/sub-number-orders/update-sub-number-orders.mjs.map +0 -1
- package/tools/sub-number-orders-report/create-sub-number-orders-report.d.mts +0 -51
- package/tools/sub-number-orders-report/create-sub-number-orders-report.d.mts.map +0 -1
- package/tools/sub-number-orders-report/create-sub-number-orders-report.d.ts +0 -51
- package/tools/sub-number-orders-report/create-sub-number-orders-report.d.ts.map +0 -1
- package/tools/sub-number-orders-report/create-sub-number-orders-report.js +0 -76
- package/tools/sub-number-orders-report/create-sub-number-orders-report.js.map +0 -1
- package/tools/sub-number-orders-report/create-sub-number-orders-report.mjs +0 -69
- package/tools/sub-number-orders-report/create-sub-number-orders-report.mjs.map +0 -1
- package/tools/sub-number-orders-report/download-sub-number-orders-report.d.mts +0 -51
- package/tools/sub-number-orders-report/download-sub-number-orders-report.d.mts.map +0 -1
- package/tools/sub-number-orders-report/download-sub-number-orders-report.d.ts +0 -51
- package/tools/sub-number-orders-report/download-sub-number-orders-report.d.ts.map +0 -1
- package/tools/sub-number-orders-report/download-sub-number-orders-report.js +0 -54
- package/tools/sub-number-orders-report/download-sub-number-orders-report.js.map +0 -1
- package/tools/sub-number-orders-report/download-sub-number-orders-report.mjs +0 -47
- package/tools/sub-number-orders-report/download-sub-number-orders-report.mjs.map +0 -1
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.d.mts +0 -51
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.d.mts.map +0 -1
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.d.ts +0 -51
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.d.ts.map +0 -1
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.js +0 -54
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.js.map +0 -1
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.mjs +0 -47
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.mjs.map +0 -1
- package/tools/telephony-credentials/create-telephony-credentials.d.mts +0 -51
- package/tools/telephony-credentials/create-telephony-credentials.d.mts.map +0 -1
- package/tools/telephony-credentials/create-telephony-credentials.d.ts +0 -51
- package/tools/telephony-credentials/create-telephony-credentials.d.ts.map +0 -1
- package/tools/telephony-credentials/create-telephony-credentials.js +0 -64
- package/tools/telephony-credentials/create-telephony-credentials.js.map +0 -1
- package/tools/telephony-credentials/create-telephony-credentials.mjs +0 -57
- package/tools/telephony-credentials/create-telephony-credentials.mjs.map +0 -1
- package/tools/telephony-credentials/create-token-telephony-credentials.d.mts +0 -51
- package/tools/telephony-credentials/create-token-telephony-credentials.d.mts.map +0 -1
- package/tools/telephony-credentials/create-token-telephony-credentials.d.ts +0 -51
- package/tools/telephony-credentials/create-token-telephony-credentials.d.ts.map +0 -1
- package/tools/telephony-credentials/create-token-telephony-credentials.js +0 -52
- package/tools/telephony-credentials/create-token-telephony-credentials.js.map +0 -1
- package/tools/telephony-credentials/create-token-telephony-credentials.mjs +0 -45
- package/tools/telephony-credentials/create-token-telephony-credentials.mjs.map +0 -1
- package/tools/telephony-credentials/delete-telephony-credentials.d.mts +0 -51
- package/tools/telephony-credentials/delete-telephony-credentials.d.mts.map +0 -1
- package/tools/telephony-credentials/delete-telephony-credentials.d.ts +0 -51
- package/tools/telephony-credentials/delete-telephony-credentials.d.ts.map +0 -1
- package/tools/telephony-credentials/delete-telephony-credentials.js +0 -54
- package/tools/telephony-credentials/delete-telephony-credentials.js.map +0 -1
- package/tools/telephony-credentials/delete-telephony-credentials.mjs +0 -47
- package/tools/telephony-credentials/delete-telephony-credentials.mjs.map +0 -1
- package/tools/telephony-credentials/list-telephony-credentials.d.mts +0 -51
- package/tools/telephony-credentials/list-telephony-credentials.d.mts.map +0 -1
- package/tools/telephony-credentials/list-telephony-credentials.d.ts +0 -51
- package/tools/telephony-credentials/list-telephony-credentials.d.ts.map +0 -1
- package/tools/telephony-credentials/list-telephony-credentials.js +0 -91
- package/tools/telephony-credentials/list-telephony-credentials.js.map +0 -1
- package/tools/telephony-credentials/list-telephony-credentials.mjs +0 -84
- package/tools/telephony-credentials/list-telephony-credentials.mjs.map +0 -1
- package/tools/telephony-credentials/retrieve-telephony-credentials.d.mts +0 -51
- package/tools/telephony-credentials/retrieve-telephony-credentials.d.mts.map +0 -1
- package/tools/telephony-credentials/retrieve-telephony-credentials.d.ts +0 -51
- package/tools/telephony-credentials/retrieve-telephony-credentials.d.ts.map +0 -1
- package/tools/telephony-credentials/retrieve-telephony-credentials.js +0 -54
- package/tools/telephony-credentials/retrieve-telephony-credentials.js.map +0 -1
- package/tools/telephony-credentials/retrieve-telephony-credentials.mjs +0 -47
- package/tools/telephony-credentials/retrieve-telephony-credentials.mjs.map +0 -1
- package/tools/telephony-credentials/update-telephony-credentials.d.mts +0 -51
- package/tools/telephony-credentials/update-telephony-credentials.d.mts.map +0 -1
- package/tools/telephony-credentials/update-telephony-credentials.d.ts +0 -51
- package/tools/telephony-credentials/update-telephony-credentials.d.ts.map +0 -1
- package/tools/telephony-credentials/update-telephony-credentials.js +0 -67
- package/tools/telephony-credentials/update-telephony-credentials.js.map +0 -1
- package/tools/telephony-credentials/update-telephony-credentials.mjs +0 -60
- package/tools/telephony-credentials/update-telephony-credentials.mjs.map +0 -1
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.d.mts +0 -51
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.d.mts.map +0 -1
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.d.ts +0 -51
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.d.ts.map +0 -1
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.js +0 -217
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.js.map +0 -1
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.mjs +0 -210
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.mjs.map +0 -1
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.d.mts +0 -51
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.d.mts.map +0 -1
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.d.ts +0 -51
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.d.ts.map +0 -1
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.js +0 -62
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.js.map +0 -1
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.mjs +0 -55
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.mjs.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.d.mts +0 -51
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.d.mts.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.d.ts +0 -51
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.d.ts.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.js +0 -86
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.js.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.mjs +0 -79
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.mjs.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.d.mts +0 -51
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.d.mts.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.d.ts +0 -51
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.d.ts.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.js +0 -57
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.js.map +0 -1
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.mjs +0 -50
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.mjs.map +0 -1
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.d.mts +0 -51
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.d.mts.map +0 -1
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.d.ts +0 -51
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.d.ts.map +0 -1
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.js +0 -57
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.js.map +0 -1
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.mjs +0 -50
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.mjs.map +0 -1
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.d.mts +0 -51
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.d.mts.map +0 -1
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.d.ts +0 -51
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.d.ts.map +0 -1
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.js +0 -103
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.js.map +0 -1
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.mjs +0 -96
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.mjs.map +0 -1
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.d.mts +0 -51
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.d.mts.map +0 -1
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.d.ts +0 -51
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.d.ts.map +0 -1
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.js +0 -63
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.js.map +0 -1
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.mjs +0 -56
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.mjs.map +0 -1
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.d.mts +0 -51
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.d.mts.map +0 -1
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.d.ts +0 -51
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.d.ts.map +0 -1
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.js +0 -96
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.js.map +0 -1
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.mjs +0 -89
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.mjs.map +0 -1
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.d.mts +0 -51
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.d.mts.map +0 -1
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.d.ts +0 -51
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.d.ts.map +0 -1
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.js +0 -63
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.js.map +0 -1
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.mjs +0 -56
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.mjs.map +0 -1
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.d.mts +0 -51
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.d.mts.map +0 -1
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.d.ts +0 -51
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.d.ts.map +0 -1
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.js +0 -90
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.js.map +0 -1
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.mjs +0 -83
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.mjs.map +0 -1
- package/tools/texml/accounts/calls/update-accounts-texml-calls.d.mts +0 -51
- package/tools/texml/accounts/calls/update-accounts-texml-calls.d.mts.map +0 -1
- package/tools/texml/accounts/calls/update-accounts-texml-calls.d.ts +0 -51
- package/tools/texml/accounts/calls/update-accounts-texml-calls.d.ts.map +0 -1
- package/tools/texml/accounts/calls/update-accounts-texml-calls.js +0 -90
- package/tools/texml/accounts/calls/update-accounts-texml-calls.js.map +0 -1
- package/tools/texml/accounts/calls/update-accounts-texml-calls.mjs +0 -83
- package/tools/texml/accounts/calls/update-accounts-texml-calls.mjs.map +0 -1
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.d.mts +0 -51
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.d.ts +0 -51
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.js +0 -45
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.js.map +0 -1
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.mjs +0 -41
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.mjs.map +0 -1
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.d.mts +0 -51
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.d.ts +0 -51
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.js +0 -259
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.js.map +0 -1
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.mjs +0 -252
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.mjs.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.d.mts +0 -51
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.d.ts +0 -51
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.js +0 -60
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.js.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.mjs +0 -53
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.mjs.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.d.mts +0 -51
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.d.ts +0 -51
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.js +0 -57
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.js.map +0 -1
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.mjs +0 -50
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.mjs.map +0 -1
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.d.mts +0 -51
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.d.ts +0 -51
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.js +0 -104
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.js.map +0 -1
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.mjs +0 -97
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.mjs.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.d.mts +0 -51
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.d.ts +0 -51
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.js +0 -57
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.js.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.mjs +0 -50
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.mjs.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.d.mts +0 -51
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.d.ts +0 -51
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.js +0 -83
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.js.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.mjs +0 -76
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.mjs.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.d.mts +0 -51
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.d.ts +0 -51
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.js +0 -57
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.js.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.mjs +0 -50
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.mjs.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.d.mts +0 -51
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.d.ts +0 -51
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.js +0 -57
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.js.map +0 -1
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.mjs +0 -50
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.mjs.map +0 -1
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.d.mts +0 -51
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.d.mts.map +0 -1
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.d.ts +0 -51
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.d.ts.map +0 -1
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.js +0 -68
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.js.map +0 -1
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.mjs +0 -61
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.mjs.map +0 -1
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.d.mts +0 -51
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.d.mts.map +0 -1
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.d.ts +0 -51
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.d.ts.map +0 -1
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.js +0 -42
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.js.map +0 -1
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.mjs +0 -38
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.mjs.map +0 -1
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.d.mts +0 -51
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.d.mts.map +0 -1
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.d.ts +0 -51
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.d.ts.map +0 -1
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.js +0 -57
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.js.map +0 -1
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.mjs +0 -50
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.mjs.map +0 -1
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.d.mts +0 -51
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.d.mts.map +0 -1
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.d.ts +0 -51
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.d.ts.map +0 -1
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.js +0 -67
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.js.map +0 -1
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.mjs +0 -60
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.mjs.map +0 -1
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.d.mts +0 -51
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.d.mts.map +0 -1
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.d.ts +0 -51
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.d.ts.map +0 -1
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.js +0 -62
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.js.map +0 -1
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.mjs +0 -55
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.mjs.map +0 -1
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.mts +0 -51
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.mts.map +0 -1
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.ts +0 -51
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.ts.map +0 -1
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.js +0 -42
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.js.map +0 -1
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.mjs +0 -38
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.mjs.map +0 -1
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.mts +0 -51
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.mts.map +0 -1
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.ts +0 -51
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.ts.map +0 -1
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.js +0 -57
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.js.map +0 -1
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.mjs +0 -50
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.mjs.map +0 -1
- package/tools/texml/calls/initiate-texml-calls.d.mts +0 -51
- package/tools/texml/calls/initiate-texml-calls.d.mts.map +0 -1
- package/tools/texml/calls/initiate-texml-calls.d.ts +0 -51
- package/tools/texml/calls/initiate-texml-calls.d.ts.map +0 -1
- package/tools/texml/calls/initiate-texml-calls.js +0 -186
- package/tools/texml/calls/initiate-texml-calls.js.map +0 -1
- package/tools/texml/calls/initiate-texml-calls.mjs +0 -179
- package/tools/texml/calls/initiate-texml-calls.mjs.map +0 -1
- package/tools/texml/calls/update-texml-calls.d.mts +0 -51
- package/tools/texml/calls/update-texml-calls.d.mts.map +0 -1
- package/tools/texml/calls/update-texml-calls.d.ts +0 -51
- package/tools/texml/calls/update-texml-calls.d.ts.map +0 -1
- package/tools/texml/calls/update-texml-calls.js +0 -87
- package/tools/texml/calls/update-texml-calls.js.map +0 -1
- package/tools/texml/calls/update-texml-calls.mjs +0 -80
- package/tools/texml/calls/update-texml-calls.mjs.map +0 -1
- package/tools/texml/secrets-texml.d.mts +0 -51
- package/tools/texml/secrets-texml.d.mts.map +0 -1
- package/tools/texml/secrets-texml.d.ts +0 -51
- package/tools/texml/secrets-texml.d.ts.map +0 -1
- package/tools/texml/secrets-texml.js +0 -57
- package/tools/texml/secrets-texml.js.map +0 -1
- package/tools/texml/secrets-texml.mjs +0 -50
- package/tools/texml/secrets-texml.mjs.map +0 -1
- package/tools/texml-applications/create-texml-applications.d.mts +0 -51
- package/tools/texml-applications/create-texml-applications.d.mts.map +0 -1
- package/tools/texml-applications/create-texml-applications.d.ts +0 -51
- package/tools/texml-applications/create-texml-applications.d.ts.map +0 -1
- package/tools/texml-applications/create-texml-applications.js +0 -163
- package/tools/texml-applications/create-texml-applications.js.map +0 -1
- package/tools/texml-applications/create-texml-applications.mjs +0 -156
- package/tools/texml-applications/create-texml-applications.mjs.map +0 -1
- package/tools/texml-applications/delete-texml-applications.d.mts +0 -51
- package/tools/texml-applications/delete-texml-applications.d.mts.map +0 -1
- package/tools/texml-applications/delete-texml-applications.d.ts +0 -51
- package/tools/texml-applications/delete-texml-applications.d.ts.map +0 -1
- package/tools/texml-applications/delete-texml-applications.js +0 -54
- package/tools/texml-applications/delete-texml-applications.js.map +0 -1
- package/tools/texml-applications/delete-texml-applications.mjs +0 -47
- package/tools/texml-applications/delete-texml-applications.mjs.map +0 -1
- package/tools/texml-applications/list-texml-applications.d.mts +0 -51
- package/tools/texml-applications/list-texml-applications.d.mts.map +0 -1
- package/tools/texml-applications/list-texml-applications.d.ts +0 -51
- package/tools/texml-applications/list-texml-applications.d.ts.map +0 -1
- package/tools/texml-applications/list-texml-applications.js +0 -84
- package/tools/texml-applications/list-texml-applications.js.map +0 -1
- package/tools/texml-applications/list-texml-applications.mjs +0 -77
- package/tools/texml-applications/list-texml-applications.mjs.map +0 -1
- package/tools/texml-applications/retrieve-texml-applications.d.mts +0 -51
- package/tools/texml-applications/retrieve-texml-applications.d.mts.map +0 -1
- package/tools/texml-applications/retrieve-texml-applications.d.ts +0 -51
- package/tools/texml-applications/retrieve-texml-applications.d.ts.map +0 -1
- package/tools/texml-applications/retrieve-texml-applications.js +0 -54
- package/tools/texml-applications/retrieve-texml-applications.js.map +0 -1
- package/tools/texml-applications/retrieve-texml-applications.mjs +0 -47
- package/tools/texml-applications/retrieve-texml-applications.mjs.map +0 -1
- package/tools/texml-applications/update-texml-applications.d.mts +0 -51
- package/tools/texml-applications/update-texml-applications.d.mts.map +0 -1
- package/tools/texml-applications/update-texml-applications.d.ts +0 -51
- package/tools/texml-applications/update-texml-applications.d.ts.map +0 -1
- package/tools/texml-applications/update-texml-applications.js +0 -166
- package/tools/texml-applications/update-texml-applications.js.map +0 -1
- package/tools/texml-applications/update-texml-applications.mjs +0 -159
- package/tools/texml-applications/update-texml-applications.mjs.map +0 -1
- package/tools/text-to-speech/generate-speech-text-to-speech.d.mts +0 -51
- package/tools/text-to-speech/generate-speech-text-to-speech.d.mts.map +0 -1
- package/tools/text-to-speech/generate-speech-text-to-speech.d.ts +0 -51
- package/tools/text-to-speech/generate-speech-text-to-speech.d.ts.map +0 -1
- package/tools/text-to-speech/generate-speech-text-to-speech.js +0 -39
- package/tools/text-to-speech/generate-speech-text-to-speech.js.map +0 -1
- package/tools/text-to-speech/generate-speech-text-to-speech.mjs +0 -35
- package/tools/text-to-speech/generate-speech-text-to-speech.mjs.map +0 -1
- package/tools/text-to-speech/list-voices-text-to-speech.d.mts +0 -51
- package/tools/text-to-speech/list-voices-text-to-speech.d.mts.map +0 -1
- package/tools/text-to-speech/list-voices-text-to-speech.d.ts +0 -51
- package/tools/text-to-speech/list-voices-text-to-speech.d.ts.map +0 -1
- package/tools/text-to-speech/list-voices-text-to-speech.js +0 -60
- package/tools/text-to-speech/list-voices-text-to-speech.js.map +0 -1
- package/tools/text-to-speech/list-voices-text-to-speech.mjs +0 -53
- package/tools/text-to-speech/list-voices-text-to-speech.mjs.map +0 -1
- package/tools/types.d.mts.map +0 -1
- package/tools/types.d.ts.map +0 -1
- package/tools/types.js.map +0 -1
- package/tools/types.mjs.map +0 -1
- package/tools/usage-reports/get-options-usage-reports.d.mts +0 -51
- package/tools/usage-reports/get-options-usage-reports.d.mts.map +0 -1
- package/tools/usage-reports/get-options-usage-reports.d.ts +0 -51
- package/tools/usage-reports/get-options-usage-reports.d.ts.map +0 -1
- package/tools/usage-reports/get-options-usage-reports.js +0 -59
- package/tools/usage-reports/get-options-usage-reports.js.map +0 -1
- package/tools/usage-reports/get-options-usage-reports.mjs +0 -52
- package/tools/usage-reports/get-options-usage-reports.mjs.map +0 -1
- package/tools/usage-reports/list-usage-reports.d.mts +0 -51
- package/tools/usage-reports/list-usage-reports.d.mts.map +0 -1
- package/tools/usage-reports/list-usage-reports.d.ts +0 -51
- package/tools/usage-reports/list-usage-reports.d.ts.map +0 -1
- package/tools/usage-reports/list-usage-reports.js +0 -119
- package/tools/usage-reports/list-usage-reports.js.map +0 -1
- package/tools/usage-reports/list-usage-reports.mjs +0 -112
- package/tools/usage-reports/list-usage-reports.mjs.map +0 -1
- package/tools/user-addresses/create-user-addresses.d.mts +0 -51
- package/tools/user-addresses/create-user-addresses.d.mts.map +0 -1
- package/tools/user-addresses/create-user-addresses.d.ts +0 -51
- package/tools/user-addresses/create-user-addresses.d.ts.map +0 -1
- package/tools/user-addresses/create-user-addresses.js +0 -105
- package/tools/user-addresses/create-user-addresses.js.map +0 -1
- package/tools/user-addresses/create-user-addresses.mjs +0 -98
- package/tools/user-addresses/create-user-addresses.mjs.map +0 -1
- package/tools/user-addresses/list-user-addresses.d.mts +0 -51
- package/tools/user-addresses/list-user-addresses.d.mts.map +0 -1
- package/tools/user-addresses/list-user-addresses.d.ts +0 -51
- package/tools/user-addresses/list-user-addresses.d.ts.map +0 -1
- package/tools/user-addresses/list-user-addresses.js +0 -100
- package/tools/user-addresses/list-user-addresses.js.map +0 -1
- package/tools/user-addresses/list-user-addresses.mjs +0 -93
- package/tools/user-addresses/list-user-addresses.mjs.map +0 -1
- package/tools/user-addresses/retrieve-user-addresses.d.mts +0 -51
- package/tools/user-addresses/retrieve-user-addresses.d.mts.map +0 -1
- package/tools/user-addresses/retrieve-user-addresses.d.ts +0 -51
- package/tools/user-addresses/retrieve-user-addresses.d.ts.map +0 -1
- package/tools/user-addresses/retrieve-user-addresses.js +0 -54
- package/tools/user-addresses/retrieve-user-addresses.js.map +0 -1
- package/tools/user-addresses/retrieve-user-addresses.mjs +0 -47
- package/tools/user-addresses/retrieve-user-addresses.mjs.map +0 -1
- package/tools/user-tags/list-user-tags.d.mts +0 -51
- package/tools/user-tags/list-user-tags.d.mts.map +0 -1
- package/tools/user-tags/list-user-tags.d.ts +0 -51
- package/tools/user-tags/list-user-tags.d.ts.map +0 -1
- package/tools/user-tags/list-user-tags.js +0 -61
- package/tools/user-tags/list-user-tags.js.map +0 -1
- package/tools/user-tags/list-user-tags.mjs +0 -54
- package/tools/user-tags/list-user-tags.mjs.map +0 -1
- package/tools/verifications/actions/verify-verifications-actions.d.mts +0 -51
- package/tools/verifications/actions/verify-verifications-actions.d.mts.map +0 -1
- package/tools/verifications/actions/verify-verifications-actions.d.ts +0 -51
- package/tools/verifications/actions/verify-verifications-actions.d.ts.map +0 -1
- package/tools/verifications/actions/verify-verifications-actions.js +0 -61
- package/tools/verifications/actions/verify-verifications-actions.js.map +0 -1
- package/tools/verifications/actions/verify-verifications-actions.mjs +0 -54
- package/tools/verifications/actions/verify-verifications-actions.mjs.map +0 -1
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.d.mts +0 -51
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.d.mts.map +0 -1
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.d.ts +0 -51
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.d.ts.map +0 -1
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.js +0 -61
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.js.map +0 -1
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.mjs +0 -54
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.mjs.map +0 -1
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.d.mts +0 -51
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.d.mts.map +0 -1
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.d.ts +0 -51
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.d.ts.map +0 -1
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.js +0 -55
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.js.map +0 -1
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.mjs +0 -48
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.mjs.map +0 -1
- package/tools/verifications/retrieve-verifications.d.mts +0 -51
- package/tools/verifications/retrieve-verifications.d.mts.map +0 -1
- package/tools/verifications/retrieve-verifications.d.ts +0 -51
- package/tools/verifications/retrieve-verifications.d.ts.map +0 -1
- package/tools/verifications/retrieve-verifications.js +0 -54
- package/tools/verifications/retrieve-verifications.js.map +0 -1
- package/tools/verifications/retrieve-verifications.mjs +0 -47
- package/tools/verifications/retrieve-verifications.mjs.map +0 -1
- package/tools/verifications/trigger-call-verifications.d.mts +0 -51
- package/tools/verifications/trigger-call-verifications.d.mts.map +0 -1
- package/tools/verifications/trigger-call-verifications.d.ts +0 -51
- package/tools/verifications/trigger-call-verifications.d.ts.map +0 -1
- package/tools/verifications/trigger-call-verifications.js +0 -69
- package/tools/verifications/trigger-call-verifications.js.map +0 -1
- package/tools/verifications/trigger-call-verifications.mjs +0 -62
- package/tools/verifications/trigger-call-verifications.mjs.map +0 -1
- package/tools/verifications/trigger-flashcall-verifications.d.mts +0 -51
- package/tools/verifications/trigger-flashcall-verifications.d.mts.map +0 -1
- package/tools/verifications/trigger-flashcall-verifications.d.ts +0 -51
- package/tools/verifications/trigger-flashcall-verifications.d.ts.map +0 -1
- package/tools/verifications/trigger-flashcall-verifications.js +0 -61
- package/tools/verifications/trigger-flashcall-verifications.js.map +0 -1
- package/tools/verifications/trigger-flashcall-verifications.mjs +0 -54
- package/tools/verifications/trigger-flashcall-verifications.mjs.map +0 -1
- package/tools/verifications/trigger-sms-verifications.d.mts +0 -51
- package/tools/verifications/trigger-sms-verifications.d.mts.map +0 -1
- package/tools/verifications/trigger-sms-verifications.d.ts +0 -51
- package/tools/verifications/trigger-sms-verifications.d.ts.map +0 -1
- package/tools/verifications/trigger-sms-verifications.js +0 -65
- package/tools/verifications/trigger-sms-verifications.js.map +0 -1
- package/tools/verifications/trigger-sms-verifications.mjs +0 -58
- package/tools/verifications/trigger-sms-verifications.mjs.map +0 -1
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.d.mts +0 -51
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.d.mts.map +0 -1
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.d.ts +0 -51
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.d.ts.map +0 -1
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.js +0 -56
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.js.map +0 -1
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.mjs +0 -49
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.mjs.map +0 -1
- package/tools/verified-numbers/create-verified-numbers.d.mts +0 -51
- package/tools/verified-numbers/create-verified-numbers.d.mts.map +0 -1
- package/tools/verified-numbers/create-verified-numbers.d.ts +0 -51
- package/tools/verified-numbers/create-verified-numbers.d.ts.map +0 -1
- package/tools/verified-numbers/create-verified-numbers.js +0 -61
- package/tools/verified-numbers/create-verified-numbers.js.map +0 -1
- package/tools/verified-numbers/create-verified-numbers.mjs +0 -54
- package/tools/verified-numbers/create-verified-numbers.mjs.map +0 -1
- package/tools/verified-numbers/delete-verified-numbers.d.mts +0 -51
- package/tools/verified-numbers/delete-verified-numbers.d.mts.map +0 -1
- package/tools/verified-numbers/delete-verified-numbers.d.ts +0 -51
- package/tools/verified-numbers/delete-verified-numbers.d.ts.map +0 -1
- package/tools/verified-numbers/delete-verified-numbers.js +0 -55
- package/tools/verified-numbers/delete-verified-numbers.js.map +0 -1
- package/tools/verified-numbers/delete-verified-numbers.mjs +0 -48
- package/tools/verified-numbers/delete-verified-numbers.mjs.map +0 -1
- package/tools/verified-numbers/list-verified-numbers.d.mts +0 -51
- package/tools/verified-numbers/list-verified-numbers.d.mts.map +0 -1
- package/tools/verified-numbers/list-verified-numbers.d.ts +0 -51
- package/tools/verified-numbers/list-verified-numbers.d.ts.map +0 -1
- package/tools/verified-numbers/list-verified-numbers.js +0 -65
- package/tools/verified-numbers/list-verified-numbers.js.map +0 -1
- package/tools/verified-numbers/list-verified-numbers.mjs +0 -58
- package/tools/verified-numbers/list-verified-numbers.mjs.map +0 -1
- package/tools/verified-numbers/retrieve-verified-numbers.d.mts +0 -51
- package/tools/verified-numbers/retrieve-verified-numbers.d.mts.map +0 -1
- package/tools/verified-numbers/retrieve-verified-numbers.d.ts +0 -51
- package/tools/verified-numbers/retrieve-verified-numbers.d.ts.map +0 -1
- package/tools/verified-numbers/retrieve-verified-numbers.js +0 -55
- package/tools/verified-numbers/retrieve-verified-numbers.js.map +0 -1
- package/tools/verified-numbers/retrieve-verified-numbers.mjs +0 -48
- package/tools/verified-numbers/retrieve-verified-numbers.mjs.map +0 -1
- package/tools/verify-profiles/create-template-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/create-template-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/create-template-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/create-template-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/create-template-verify-profiles.js +0 -53
- package/tools/verify-profiles/create-template-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/create-template-verify-profiles.mjs +0 -46
- package/tools/verify-profiles/create-template-verify-profiles.mjs.map +0 -1
- package/tools/verify-profiles/create-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/create-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/create-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/create-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/create-verify-profiles.js +0 -144
- package/tools/verify-profiles/create-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/create-verify-profiles.mjs +0 -137
- package/tools/verify-profiles/create-verify-profiles.mjs.map +0 -1
- package/tools/verify-profiles/delete-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/delete-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/delete-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/delete-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/delete-verify-profiles.js +0 -54
- package/tools/verify-profiles/delete-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/delete-verify-profiles.mjs +0 -47
- package/tools/verify-profiles/delete-verify-profiles.mjs.map +0 -1
- package/tools/verify-profiles/list-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/list-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/list-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/list-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/list-verify-profiles.js +0 -76
- package/tools/verify-profiles/list-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/list-verify-profiles.mjs +0 -69
- package/tools/verify-profiles/list-verify-profiles.mjs.map +0 -1
- package/tools/verify-profiles/retrieve-templates-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/retrieve-templates-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/retrieve-templates-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/retrieve-templates-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/retrieve-templates-verify-profiles.js +0 -51
- package/tools/verify-profiles/retrieve-templates-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/retrieve-templates-verify-profiles.mjs +0 -44
- package/tools/verify-profiles/retrieve-templates-verify-profiles.mjs.map +0 -1
- package/tools/verify-profiles/retrieve-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/retrieve-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/retrieve-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/retrieve-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/retrieve-verify-profiles.js +0 -54
- package/tools/verify-profiles/retrieve-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/retrieve-verify-profiles.mjs +0 -47
- package/tools/verify-profiles/retrieve-verify-profiles.mjs.map +0 -1
- package/tools/verify-profiles/update-template-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/update-template-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/update-template-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/update-template-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/update-template-verify-profiles.js +0 -56
- package/tools/verify-profiles/update-template-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/update-template-verify-profiles.mjs +0 -49
- package/tools/verify-profiles/update-template-verify-profiles.mjs.map +0 -1
- package/tools/verify-profiles/update-verify-profiles.d.mts +0 -51
- package/tools/verify-profiles/update-verify-profiles.d.mts.map +0 -1
- package/tools/verify-profiles/update-verify-profiles.d.ts +0 -51
- package/tools/verify-profiles/update-verify-profiles.d.ts.map +0 -1
- package/tools/verify-profiles/update-verify-profiles.js +0 -146
- package/tools/verify-profiles/update-verify-profiles.js.map +0 -1
- package/tools/verify-profiles/update-verify-profiles.mjs +0 -139
- package/tools/verify-profiles/update-verify-profiles.mjs.map +0 -1
- package/tools/virtual-cross-connects/create-virtual-cross-connects.d.mts +0 -51
- package/tools/virtual-cross-connects/create-virtual-cross-connects.d.mts.map +0 -1
- package/tools/virtual-cross-connects/create-virtual-cross-connects.d.ts +0 -51
- package/tools/virtual-cross-connects/create-virtual-cross-connects.d.ts.map +0 -1
- package/tools/virtual-cross-connects/create-virtual-cross-connects.js +0 -117
- package/tools/virtual-cross-connects/create-virtual-cross-connects.js.map +0 -1
- package/tools/virtual-cross-connects/create-virtual-cross-connects.mjs +0 -110
- package/tools/virtual-cross-connects/create-virtual-cross-connects.mjs.map +0 -1
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.d.mts +0 -51
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.d.mts.map +0 -1
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.d.ts +0 -51
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.d.ts.map +0 -1
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.js +0 -54
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.js.map +0 -1
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.mjs +0 -47
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.mjs.map +0 -1
- package/tools/virtual-cross-connects/list-virtual-cross-connects.d.mts +0 -51
- package/tools/virtual-cross-connects/list-virtual-cross-connects.d.mts.map +0 -1
- package/tools/virtual-cross-connects/list-virtual-cross-connects.d.ts +0 -51
- package/tools/virtual-cross-connects/list-virtual-cross-connects.d.ts.map +0 -1
- package/tools/virtual-cross-connects/list-virtual-cross-connects.js +0 -75
- package/tools/virtual-cross-connects/list-virtual-cross-connects.js.map +0 -1
- package/tools/virtual-cross-connects/list-virtual-cross-connects.mjs +0 -68
- package/tools/virtual-cross-connects/list-virtual-cross-connects.mjs.map +0 -1
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.d.mts +0 -51
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.d.mts.map +0 -1
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.d.ts +0 -51
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.d.ts.map +0 -1
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.js +0 -54
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.js.map +0 -1
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.mjs +0 -47
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.mjs.map +0 -1
- package/tools/virtual-cross-connects/update-virtual-cross-connects.d.mts +0 -51
- package/tools/virtual-cross-connects/update-virtual-cross-connects.d.mts.map +0 -1
- package/tools/virtual-cross-connects/update-virtual-cross-connects.d.ts +0 -51
- package/tools/virtual-cross-connects/update-virtual-cross-connects.d.ts.map +0 -1
- package/tools/virtual-cross-connects/update-virtual-cross-connects.js +0 -76
- package/tools/virtual-cross-connects/update-virtual-cross-connects.js.map +0 -1
- package/tools/virtual-cross-connects/update-virtual-cross-connects.mjs +0 -69
- package/tools/virtual-cross-connects/update-virtual-cross-connects.mjs.map +0 -1
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.d.mts +0 -51
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.d.mts.map +0 -1
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.d.ts +0 -51
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.d.ts.map +0 -1
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.js +0 -121
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.js.map +0 -1
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.mjs +0 -114
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.mjs.map +0 -1
- package/tools/webhook-deliveries/list-webhook-deliveries.d.mts +0 -51
- package/tools/webhook-deliveries/list-webhook-deliveries.d.mts.map +0 -1
- package/tools/webhook-deliveries/list-webhook-deliveries.d.ts +0 -51
- package/tools/webhook-deliveries/list-webhook-deliveries.d.ts.map +0 -1
- package/tools/webhook-deliveries/list-webhook-deliveries.js +0 -129
- package/tools/webhook-deliveries/list-webhook-deliveries.js.map +0 -1
- package/tools/webhook-deliveries/list-webhook-deliveries.mjs +0 -122
- package/tools/webhook-deliveries/list-webhook-deliveries.mjs.map +0 -1
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.d.mts +0 -51
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.d.mts.map +0 -1
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.d.ts +0 -51
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.d.ts.map +0 -1
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.js +0 -54
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.js.map +0 -1
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.mjs +0 -47
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.mjs.map +0 -1
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.d.mts +0 -51
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.d.mts.map +0 -1
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.d.ts +0 -51
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.d.ts.map +0 -1
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.js +0 -51
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.js.map +0 -1
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.mjs +0 -44
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.mjs.map +0 -1
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.d.mts +0 -51
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.d.mts.map +0 -1
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.d.ts +0 -51
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.d.ts.map +0 -1
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.js +0 -51
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.js.map +0 -1
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.mjs +0 -44
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.mjs.map +0 -1
- package/tools/wireguard-interfaces/create-wireguard-interfaces.d.mts +0 -51
- package/tools/wireguard-interfaces/create-wireguard-interfaces.d.mts.map +0 -1
- package/tools/wireguard-interfaces/create-wireguard-interfaces.d.ts +0 -51
- package/tools/wireguard-interfaces/create-wireguard-interfaces.d.ts.map +0 -1
- package/tools/wireguard-interfaces/create-wireguard-interfaces.js +0 -65
- package/tools/wireguard-interfaces/create-wireguard-interfaces.js.map +0 -1
- package/tools/wireguard-interfaces/create-wireguard-interfaces.mjs +0 -58
- package/tools/wireguard-interfaces/create-wireguard-interfaces.mjs.map +0 -1
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.d.mts +0 -51
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.d.mts.map +0 -1
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.d.ts +0 -51
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.d.ts.map +0 -1
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.js +0 -54
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.js.map +0 -1
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.mjs +0 -47
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.mjs.map +0 -1
- package/tools/wireguard-interfaces/list-wireguard-interfaces.d.mts +0 -51
- package/tools/wireguard-interfaces/list-wireguard-interfaces.d.mts.map +0 -1
- package/tools/wireguard-interfaces/list-wireguard-interfaces.d.ts +0 -51
- package/tools/wireguard-interfaces/list-wireguard-interfaces.d.ts.map +0 -1
- package/tools/wireguard-interfaces/list-wireguard-interfaces.js +0 -75
- package/tools/wireguard-interfaces/list-wireguard-interfaces.js.map +0 -1
- package/tools/wireguard-interfaces/list-wireguard-interfaces.mjs +0 -68
- package/tools/wireguard-interfaces/list-wireguard-interfaces.mjs.map +0 -1
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.d.mts +0 -51
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.d.mts.map +0 -1
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.d.ts +0 -51
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.d.ts.map +0 -1
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.js +0 -54
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.js.map +0 -1
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.mjs +0 -47
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.mjs.map +0 -1
- package/tools/wireguard-peers/create-wireguard-peers.d.mts +0 -51
- package/tools/wireguard-peers/create-wireguard-peers.d.mts.map +0 -1
- package/tools/wireguard-peers/create-wireguard-peers.d.ts +0 -51
- package/tools/wireguard-peers/create-wireguard-peers.d.ts.map +0 -1
- package/tools/wireguard-peers/create-wireguard-peers.js +0 -57
- package/tools/wireguard-peers/create-wireguard-peers.js.map +0 -1
- package/tools/wireguard-peers/create-wireguard-peers.mjs +0 -50
- package/tools/wireguard-peers/create-wireguard-peers.mjs.map +0 -1
- package/tools/wireguard-peers/delete-wireguard-peers.d.mts +0 -51
- package/tools/wireguard-peers/delete-wireguard-peers.d.mts.map +0 -1
- package/tools/wireguard-peers/delete-wireguard-peers.d.ts +0 -51
- package/tools/wireguard-peers/delete-wireguard-peers.d.ts.map +0 -1
- package/tools/wireguard-peers/delete-wireguard-peers.js +0 -54
- package/tools/wireguard-peers/delete-wireguard-peers.js.map +0 -1
- package/tools/wireguard-peers/delete-wireguard-peers.mjs +0 -47
- package/tools/wireguard-peers/delete-wireguard-peers.mjs.map +0 -1
- package/tools/wireguard-peers/list-wireguard-peers.d.mts +0 -51
- package/tools/wireguard-peers/list-wireguard-peers.d.mts.map +0 -1
- package/tools/wireguard-peers/list-wireguard-peers.d.ts +0 -51
- package/tools/wireguard-peers/list-wireguard-peers.d.ts.map +0 -1
- package/tools/wireguard-peers/list-wireguard-peers.js +0 -75
- package/tools/wireguard-peers/list-wireguard-peers.js.map +0 -1
- package/tools/wireguard-peers/list-wireguard-peers.mjs +0 -68
- package/tools/wireguard-peers/list-wireguard-peers.mjs.map +0 -1
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.d.mts +0 -51
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.d.mts.map +0 -1
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.d.ts +0 -51
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.d.ts.map +0 -1
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.js +0 -54
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.js.map +0 -1
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.mjs +0 -47
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.mjs.map +0 -1
- package/tools/wireguard-peers/retrieve-wireguard-peers.d.mts +0 -51
- package/tools/wireguard-peers/retrieve-wireguard-peers.d.mts.map +0 -1
- package/tools/wireguard-peers/retrieve-wireguard-peers.d.ts +0 -51
- package/tools/wireguard-peers/retrieve-wireguard-peers.d.ts.map +0 -1
- package/tools/wireguard-peers/retrieve-wireguard-peers.js +0 -54
- package/tools/wireguard-peers/retrieve-wireguard-peers.js.map +0 -1
- package/tools/wireguard-peers/retrieve-wireguard-peers.mjs +0 -47
- package/tools/wireguard-peers/retrieve-wireguard-peers.mjs.map +0 -1
- package/tools/wireguard-peers/update-wireguard-peers.d.mts +0 -51
- package/tools/wireguard-peers/update-wireguard-peers.d.mts.map +0 -1
- package/tools/wireguard-peers/update-wireguard-peers.d.ts +0 -51
- package/tools/wireguard-peers/update-wireguard-peers.d.ts.map +0 -1
- package/tools/wireguard-peers/update-wireguard-peers.js +0 -56
- package/tools/wireguard-peers/update-wireguard-peers.js.map +0 -1
- package/tools/wireguard-peers/update-wireguard-peers.mjs +0 -49
- package/tools/wireguard-peers/update-wireguard-peers.mjs.map +0 -1
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.d.mts +0 -51
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.d.mts.map +0 -1
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.d.ts +0 -51
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.d.ts.map +0 -1
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.js +0 -57
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.js.map +0 -1
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.mjs +0 -50
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.mjs.map +0 -1
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.d.mts +0 -51
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.d.mts.map +0 -1
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.d.ts +0 -51
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.d.ts.map +0 -1
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.js +0 -54
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.js.map +0 -1
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.mjs +0 -47
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.mjs.map +0 -1
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.d.mts +0 -51
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.d.mts.map +0 -1
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.d.ts +0 -51
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.d.ts.map +0 -1
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.js +0 -59
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.js.map +0 -1
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.mjs +0 -52
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.mjs.map +0 -1
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.d.mts +0 -51
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.d.mts.map +0 -1
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.d.ts +0 -51
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.d.ts.map +0 -1
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.js +0 -54
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.js.map +0 -1
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.mjs +0 -47
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.mjs.map +0 -1
- package/tools/wireless/retrieve-regions-wireless.d.mts +0 -51
- package/tools/wireless/retrieve-regions-wireless.d.mts.map +0 -1
- package/tools/wireless/retrieve-regions-wireless.d.ts +0 -51
- package/tools/wireless/retrieve-regions-wireless.d.ts.map +0 -1
- package/tools/wireless/retrieve-regions-wireless.js +0 -55
- package/tools/wireless/retrieve-regions-wireless.js.map +0 -1
- package/tools/wireless/retrieve-regions-wireless.mjs +0 -48
- package/tools/wireless/retrieve-regions-wireless.mjs.map +0 -1
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.d.mts +0 -51
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.d.mts.map +0 -1
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.d.ts +0 -51
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.d.ts.map +0 -1
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.js +0 -56
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.js.map +0 -1
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.mjs +0 -49
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.mjs.map +0 -1
- package/tools/wireless-blocklists/create-wireless-blocklists.d.mts +0 -51
- package/tools/wireless-blocklists/create-wireless-blocklists.d.mts.map +0 -1
- package/tools/wireless-blocklists/create-wireless-blocklists.d.ts +0 -51
- package/tools/wireless-blocklists/create-wireless-blocklists.d.ts.map +0 -1
- package/tools/wireless-blocklists/create-wireless-blocklists.js +0 -66
- package/tools/wireless-blocklists/create-wireless-blocklists.js.map +0 -1
- package/tools/wireless-blocklists/create-wireless-blocklists.mjs +0 -59
- package/tools/wireless-blocklists/create-wireless-blocklists.mjs.map +0 -1
- package/tools/wireless-blocklists/delete-wireless-blocklists.d.mts +0 -51
- package/tools/wireless-blocklists/delete-wireless-blocklists.d.mts.map +0 -1
- package/tools/wireless-blocklists/delete-wireless-blocklists.d.ts +0 -51
- package/tools/wireless-blocklists/delete-wireless-blocklists.d.ts.map +0 -1
- package/tools/wireless-blocklists/delete-wireless-blocklists.js +0 -54
- package/tools/wireless-blocklists/delete-wireless-blocklists.js.map +0 -1
- package/tools/wireless-blocklists/delete-wireless-blocklists.mjs +0 -47
- package/tools/wireless-blocklists/delete-wireless-blocklists.mjs.map +0 -1
- package/tools/wireless-blocklists/list-wireless-blocklists.d.mts +0 -51
- package/tools/wireless-blocklists/list-wireless-blocklists.d.mts.map +0 -1
- package/tools/wireless-blocklists/list-wireless-blocklists.d.ts +0 -51
- package/tools/wireless-blocklists/list-wireless-blocklists.d.ts.map +0 -1
- package/tools/wireless-blocklists/list-wireless-blocklists.js +0 -71
- package/tools/wireless-blocklists/list-wireless-blocklists.js.map +0 -1
- package/tools/wireless-blocklists/list-wireless-blocklists.mjs +0 -64
- package/tools/wireless-blocklists/list-wireless-blocklists.mjs.map +0 -1
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.d.mts +0 -51
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.d.mts.map +0 -1
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.d.ts +0 -51
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.d.ts.map +0 -1
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.js +0 -54
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.js.map +0 -1
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.mjs +0 -47
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.mjs.map +0 -1
- package/tools/wireless-blocklists/update-wireless-blocklists.d.mts +0 -51
- package/tools/wireless-blocklists/update-wireless-blocklists.d.mts.map +0 -1
- package/tools/wireless-blocklists/update-wireless-blocklists.d.ts +0 -51
- package/tools/wireless-blocklists/update-wireless-blocklists.d.ts.map +0 -1
- package/tools/wireless-blocklists/update-wireless-blocklists.js +0 -66
- package/tools/wireless-blocklists/update-wireless-blocklists.js.map +0 -1
- package/tools/wireless-blocklists/update-wireless-blocklists.mjs +0 -59
- package/tools/wireless-blocklists/update-wireless-blocklists.mjs.map +0 -1
- package/tools.d.mts +0 -2
- package/tools.d.mts.map +0 -1
- package/tools.d.ts +0 -2
- package/tools.d.ts.map +0 -1
- package/tools.js +0 -18
- package/tools.js.map +0 -1
- package/tools.mjs +0 -2
- package/tools.mjs.map +0 -1
- /package/{tools/types.js → types.js} +0 -0
- /package/{tools/types.mjs → types.mjs} +0 -0
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@ You can run the MCP Server directly via `npx`:
|
|
|
11
11
|
```sh
|
|
12
12
|
export TELNYX_API_KEY="My API Key"
|
|
13
13
|
export TELNYX_PUBLIC_KEY="My Public Key"
|
|
14
|
+
export TELNYX_CLIENT_ID="My Client ID"
|
|
15
|
+
export TELNYX_CLIENT_SECRET="My Client Secret"
|
|
14
16
|
npx -y telnyx-mcp@latest
|
|
15
17
|
```
|
|
16
18
|
|
|
@@ -26,10 +28,12 @@ For clients with a configuration JSON, it might look something like this:
|
|
|
26
28
|
"mcpServers": {
|
|
27
29
|
"telnyx_api": {
|
|
28
30
|
"command": "npx",
|
|
29
|
-
"args": ["-y", "telnyx-mcp"
|
|
31
|
+
"args": ["-y", "telnyx-mcp"],
|
|
30
32
|
"env": {
|
|
31
33
|
"TELNYX_API_KEY": "My API Key",
|
|
32
|
-
"TELNYX_PUBLIC_KEY": "My Public Key"
|
|
34
|
+
"TELNYX_PUBLIC_KEY": "My Public Key",
|
|
35
|
+
"TELNYX_CLIENT_ID": "My Client ID",
|
|
36
|
+
"TELNYX_CLIENT_SECRET": "My Client Secret"
|
|
33
37
|
}
|
|
34
38
|
}
|
|
35
39
|
}
|
|
@@ -41,14 +45,14 @@ For clients with a configuration JSON, it might look something like this:
|
|
|
41
45
|
If you use Cursor, you can install the MCP server by using the button below. You will need to set your environment variables
|
|
42
46
|
in Cursor's `mcp.json`, which can be found in Cursor Settings > Tools & MCP > New MCP Server.
|
|
43
47
|
|
|
44
|
-
[](https://cursor.com/en-US/install-mcp?name=telnyx-mcp&config=
|
|
48
|
+
[](https://cursor.com/en-US/install-mcp?name=telnyx-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInRlbG55eC1tY3AiXSwiZW52Ijp7IlRFTE5ZWF9BUElfS0VZIjoiU2V0IHlvdXIgVEVMTllYX0FQSV9LRVkgaGVyZS4iLCJURUxOWVhfUFVCTElDX0tFWSI6IlNldCB5b3VyIFRFTE5ZWF9QVUJMSUNfS0VZIGhlcmUuIiwiVEVMTllYX0NMSUVOVF9JRCI6IlNldCB5b3VyIFRFTE5ZWF9DTElFTlRfSUQgaGVyZS4iLCJURUxOWVhfQ0xJRU5UX1NFQ1JFVCI6IlNldCB5b3VyIFRFTE5ZWF9DTElFTlRfU0VDUkVUIGhlcmUuIn19)
|
|
45
49
|
|
|
46
50
|
### VS Code
|
|
47
51
|
|
|
48
52
|
If you use MCP, you can install the MCP server by clicking the link below. You will need to set your environment variables
|
|
49
53
|
in VS Code's `mcp.json`, which can be found via Command Palette > MCP: Open User Configuration.
|
|
50
54
|
|
|
51
|
-
[Open VS Code](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22telnyx-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22telnyx-mcp%22%5D%2C%22env%22%3A%7B%22TELNYX_API_KEY%22%3A%22Set%20your%20TELNYX_API_KEY%20here.%22%2C%22TELNYX_PUBLIC_KEY%22%3A%22Set%20your%20TELNYX_PUBLIC_KEY%20here.%22%7D%7D)
|
|
55
|
+
[Open VS Code](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22telnyx-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22telnyx-mcp%22%5D%2C%22env%22%3A%7B%22TELNYX_API_KEY%22%3A%22Set%20your%20TELNYX_API_KEY%20here.%22%2C%22TELNYX_PUBLIC_KEY%22%3A%22Set%20your%20TELNYX_PUBLIC_KEY%20here.%22%2C%22TELNYX_CLIENT_ID%22%3A%22Set%20your%20TELNYX_CLIENT_ID%20here.%22%2C%22TELNYX_CLIENT_SECRET%22%3A%22Set%20your%20TELNYX_CLIENT_SECRET%20here.%22%7D%7D)
|
|
52
56
|
|
|
53
57
|
### Claude Code
|
|
54
58
|
|
|
@@ -56,113 +60,25 @@ If you use Claude Code, you can install the MCP server by running the command be
|
|
|
56
60
|
environment variables in Claude Code's `.claude.json`, which can be found in your home directory.
|
|
57
61
|
|
|
58
62
|
```
|
|
59
|
-
claude mcp add
|
|
63
|
+
claude mcp add telnyx_mcp_api --env TELNYX_API_KEY="Your TELNYX_API_KEY here." TELNYX_PUBLIC_KEY="Your TELNYX_PUBLIC_KEY here." TELNYX_CLIENT_ID="Your TELNYX_CLIENT_ID here." TELNYX_CLIENT_SECRET="Your TELNYX_CLIENT_SECRET here." -- npx -y telnyx-mcp
|
|
60
64
|
```
|
|
61
65
|
|
|
62
|
-
##
|
|
66
|
+
## Code Mode
|
|
63
67
|
|
|
64
|
-
|
|
68
|
+
This MCP server is built on the "Code Mode" tool scheme. In this MCP Server,
|
|
69
|
+
your agent will write code against the TypeScript SDK, which will then be executed in an
|
|
70
|
+
isolated sandbox. To accomplish this, the server will expose two tools to your agent:
|
|
65
71
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
3. Exposing a docs search tool and a code execution tool, allowing the client to write code to be executed against the TypeScript client
|
|
72
|
+
- The first tool is a docs search tool, which can be used to generically query for
|
|
73
|
+
documentation about your API/SDK.
|
|
69
74
|
|
|
70
|
-
|
|
75
|
+
- The second tool is a code tool, where the agent can write code against the TypeScript SDK.
|
|
76
|
+
The code will be executed in a sandbox environment without web or filesystem access. Then,
|
|
77
|
+
anything the code returns or prints will be returned to the agent as the result of the
|
|
78
|
+
tool call.
|
|
71
79
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
context window.
|
|
75
|
-
|
|
76
|
-
You can filter by multiple aspects:
|
|
77
|
-
|
|
78
|
-
- `--tool` includes a specific tool by name
|
|
79
|
-
- `--resource` includes all tools under a specific resource, and can have wildcards, e.g. `my.resource*`
|
|
80
|
-
- `--operation` includes just read (get/list) or just write operations
|
|
81
|
-
|
|
82
|
-
### Dynamic tools
|
|
83
|
-
|
|
84
|
-
If you specify `--tools=dynamic` to the MCP server, instead of exposing one tool per endpoint in the API, it will
|
|
85
|
-
expose the following tools:
|
|
86
|
-
|
|
87
|
-
1. `list_api_endpoints` - Discovers available endpoints, with optional filtering by search query
|
|
88
|
-
2. `get_api_endpoint_schema` - Gets detailed schema information for a specific endpoint
|
|
89
|
-
3. `invoke_api_endpoint` - Executes any endpoint with the appropriate parameters
|
|
90
|
-
|
|
91
|
-
This allows you to have the full set of API endpoints available to your MCP Client, while not requiring that all
|
|
92
|
-
of their schemas be loaded into context at once. Instead, the LLM will automatically use these tools together to
|
|
93
|
-
search for, look up, and invoke endpoints dynamically. However, due to the indirect nature of the schemas, it
|
|
94
|
-
can struggle to provide the correct properties a bit more than when tools are imported explicitly. Therefore,
|
|
95
|
-
you can opt-in to explicit tools, the dynamic tools, or both.
|
|
96
|
-
|
|
97
|
-
See more information with `--help`.
|
|
98
|
-
|
|
99
|
-
All of these command-line options can be repeated, combined together, and have corresponding exclusion versions (e.g. `--no-tool`).
|
|
100
|
-
|
|
101
|
-
Use `--list` to see the list of available tools, or see below.
|
|
102
|
-
|
|
103
|
-
### Code execution
|
|
104
|
-
|
|
105
|
-
If you specify `--tools=code` to the MCP server, it will expose just two tools:
|
|
106
|
-
|
|
107
|
-
- `search_docs` - Searches the API documentation and returns a list of markdown results
|
|
108
|
-
- `execute` - Runs code against the TypeScript client
|
|
109
|
-
|
|
110
|
-
This allows the LLM to implement more complex logic by chaining together many API calls without loading
|
|
111
|
-
intermediary results into its context window.
|
|
112
|
-
|
|
113
|
-
The code execution itself happens in a Deno sandbox that has network access only to the base URL for the API.
|
|
114
|
-
|
|
115
|
-
### Specifying the MCP Client
|
|
116
|
-
|
|
117
|
-
Different clients have varying abilities to handle arbitrary tools and schemas.
|
|
118
|
-
|
|
119
|
-
You can specify the client you are using with the `--client` argument, and the MCP server will automatically
|
|
120
|
-
serve tools and schemas that are more compatible with that client.
|
|
121
|
-
|
|
122
|
-
- `--client=<type>`: Set all capabilities based on a known MCP client
|
|
123
|
-
|
|
124
|
-
- Valid values: `openai-agents`, `claude`, `claude-code`, `cursor`
|
|
125
|
-
- Example: `--client=cursor`
|
|
126
|
-
|
|
127
|
-
Additionally, if you have a client not on the above list, or the client has gotten better
|
|
128
|
-
over time, you can manually enable or disable certain capabilities:
|
|
129
|
-
|
|
130
|
-
- `--capability=<name>`: Specify individual client capabilities
|
|
131
|
-
- Available capabilities:
|
|
132
|
-
- `top-level-unions`: Enable support for top-level unions in tool schemas
|
|
133
|
-
- `valid-json`: Enable JSON string parsing for arguments
|
|
134
|
-
- `refs`: Enable support for $ref pointers in schemas
|
|
135
|
-
- `unions`: Enable support for union types (anyOf) in schemas
|
|
136
|
-
- `formats`: Enable support for format validations in schemas (e.g. date-time, email)
|
|
137
|
-
- `tool-name-length=N`: Set maximum tool name length to N characters
|
|
138
|
-
- Example: `--capability=top-level-unions --capability=tool-name-length=40`
|
|
139
|
-
- Example: `--capability=top-level-unions,tool-name-length=40`
|
|
140
|
-
|
|
141
|
-
### Examples
|
|
142
|
-
|
|
143
|
-
1. Filter for read operations on cards:
|
|
144
|
-
|
|
145
|
-
```bash
|
|
146
|
-
--resource=cards --operation=read
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
2. Exclude specific tools while including others:
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
--resource=cards --no-tool=create_cards
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
3. Configure for Cursor client with custom max tool name length:
|
|
156
|
-
|
|
157
|
-
```bash
|
|
158
|
-
--client=cursor --capability=tool-name-length=40
|
|
159
|
-
```
|
|
160
|
-
|
|
161
|
-
4. Complex filtering with multiple criteria:
|
|
162
|
-
|
|
163
|
-
```bash
|
|
164
|
-
--resource=cards,accounts --operation=read --tag=kyc --no-tool=create_cards
|
|
165
|
-
```
|
|
80
|
+
Using this scheme, agents are capable of performing very complex tasks deterministically
|
|
81
|
+
and repeatably.
|
|
166
82
|
|
|
167
83
|
## Running remotely
|
|
168
84
|
|
|
@@ -189,2066 +105,3 @@ A configuration JSON for this server might look like this, assuming the server i
|
|
|
189
105
|
}
|
|
190
106
|
}
|
|
191
107
|
```
|
|
192
|
-
|
|
193
|
-
The command-line arguments for filtering tools and specifying clients can also be used as query parameters in the URL.
|
|
194
|
-
For example, to exclude specific tools while including others, use the URL:
|
|
195
|
-
|
|
196
|
-
```
|
|
197
|
-
http://localhost:3000?resource=cards&resource=accounts&no_tool=create_cards
|
|
198
|
-
```
|
|
199
|
-
|
|
200
|
-
Or, to configure for the Cursor client, with a custom max tool name length, use the URL:
|
|
201
|
-
|
|
202
|
-
```
|
|
203
|
-
http://localhost:3000?client=cursor&capability=tool-name-length%3D40
|
|
204
|
-
```
|
|
205
|
-
|
|
206
|
-
## Importing the tools and server individually
|
|
207
|
-
|
|
208
|
-
```js
|
|
209
|
-
// Import the server, generated endpoints, or the init function
|
|
210
|
-
import { server, endpoints, init } from "telnyx-mcp/server";
|
|
211
|
-
|
|
212
|
-
// import a specific tool
|
|
213
|
-
import createBatchDetailRecordsReportingLegacyMessaging from "telnyx-mcp/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging";
|
|
214
|
-
|
|
215
|
-
// initialize the server and all endpoints
|
|
216
|
-
init({ server, endpoints });
|
|
217
|
-
|
|
218
|
-
// manually start server
|
|
219
|
-
const transport = new StdioServerTransport();
|
|
220
|
-
await server.connect(transport);
|
|
221
|
-
|
|
222
|
-
// or initialize your own server with specific tools
|
|
223
|
-
const myServer = new McpServer(...);
|
|
224
|
-
|
|
225
|
-
// define your own endpoint
|
|
226
|
-
const myCustomEndpoint = {
|
|
227
|
-
tool: {
|
|
228
|
-
name: 'my_custom_tool',
|
|
229
|
-
description: 'My custom tool',
|
|
230
|
-
inputSchema: zodToJsonSchema(z.object({ a_property: z.string() })),
|
|
231
|
-
},
|
|
232
|
-
handler: async (client: client, args: any) => {
|
|
233
|
-
return { myResponse: 'Hello world!' };
|
|
234
|
-
})
|
|
235
|
-
};
|
|
236
|
-
|
|
237
|
-
// initialize the server with your custom endpoints
|
|
238
|
-
init({ server: myServer, endpoints: [createBatchDetailRecordsReportingLegacyMessaging, myCustomEndpoint] });
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
## Available Tools
|
|
242
|
-
|
|
243
|
-
The following tools are available in this MCP server.
|
|
244
|
-
|
|
245
|
-
### Resource `legacy.reporting.batch_detail_records.messaging`:
|
|
246
|
-
|
|
247
|
-
- `create_batch_detail_records_reporting_legacy_messaging` (`write`): Creates a new MDR detailed report request with the specified filters
|
|
248
|
-
- `retrieve_batch_detail_records_reporting_legacy_messaging` (`read`): Retrieves a specific MDR detailed report request by ID
|
|
249
|
-
- `list_batch_detail_records_reporting_legacy_messaging` (`read`): Retrieves all MDR detailed report requests for the authenticated user
|
|
250
|
-
- `delete_batch_detail_records_reporting_legacy_messaging` (`write`): Deletes a specific MDR detailed report request by ID
|
|
251
|
-
|
|
252
|
-
### Resource `legacy.reporting.batch_detail_records.speech_to_text`:
|
|
253
|
-
|
|
254
|
-
- `create_batch_detail_records_reporting_legacy_speech_to_text` (`write`): Creates a new Speech to Text batch report request with the specified filters
|
|
255
|
-
- `retrieve_batch_detail_records_reporting_legacy_speech_to_text` (`read`): Retrieves a specific Speech to Text batch report request by ID
|
|
256
|
-
- `list_batch_detail_records_reporting_legacy_speech_to_text` (`read`): Retrieves all Speech to Text batch report requests for the authenticated user
|
|
257
|
-
- `delete_batch_detail_records_reporting_legacy_speech_to_text` (`write`): Deletes a specific Speech to Text batch report request by ID
|
|
258
|
-
|
|
259
|
-
### Resource `legacy.reporting.batch_detail_records.voice`:
|
|
260
|
-
|
|
261
|
-
- `create_batch_detail_records_reporting_legacy_voice` (`write`): Creates a new CDR report request with the specified filters
|
|
262
|
-
- `retrieve_batch_detail_records_reporting_legacy_voice` (`read`): Retrieves a specific CDR report request by ID
|
|
263
|
-
- `list_batch_detail_records_reporting_legacy_voice` (`read`): Retrieves all CDR report requests for the authenticated user
|
|
264
|
-
- `delete_batch_detail_records_reporting_legacy_voice` (`write`): Deletes a specific CDR report request by ID
|
|
265
|
-
- `retrieve_fields_batch_detail_records_reporting_legacy_voice` (`read`): Retrieves all available fields that can be used in CDR reports
|
|
266
|
-
|
|
267
|
-
### Resource `legacy.reporting.usage_reports`:
|
|
268
|
-
|
|
269
|
-
- `retrieve_speech_to_text_reporting_legacy_usage_reports` (`read`): Generate and fetch speech to text usage report synchronously. This endpoint will both generate and fetch the speech to text report over a specified time period.
|
|
270
|
-
|
|
271
|
-
### Resource `legacy.reporting.usage_reports.messaging`:
|
|
272
|
-
|
|
273
|
-
- `create_usage_reports_reporting_legacy_messaging` (`write`): Creates a new legacy usage V2 MDR report request with the specified filters
|
|
274
|
-
- `retrieve_usage_reports_reporting_legacy_messaging` (`read`): Fetch single MDR usage report by id.
|
|
275
|
-
- `list_usage_reports_reporting_legacy_messaging` (`read`): Fetch all previous requests for MDR usage reports.
|
|
276
|
-
- `delete_usage_reports_reporting_legacy_messaging` (`write`): Deletes a specific V2 legacy usage MDR report request by ID
|
|
277
|
-
|
|
278
|
-
### Resource `legacy.reporting.usage_reports.number_lookup`:
|
|
279
|
-
|
|
280
|
-
- `create_usage_reports_reporting_legacy_number_lookup` (`write`): Submit a new telco data usage report
|
|
281
|
-
- `retrieve_usage_reports_reporting_legacy_number_lookup` (`read`): Retrieve a specific telco data usage report by its ID
|
|
282
|
-
- `list_usage_reports_reporting_legacy_number_lookup` (`read`): Retrieve a paginated list of telco data usage reports
|
|
283
|
-
- `delete_usage_reports_reporting_legacy_number_lookup` (`write`): Delete a specific telco data usage report by its ID
|
|
284
|
-
|
|
285
|
-
### Resource `legacy.reporting.usage_reports.voice`:
|
|
286
|
-
|
|
287
|
-
- `create_usage_reports_reporting_legacy_voice` (`write`): Creates a new legacy usage V2 CDR report request with the specified filters
|
|
288
|
-
- `retrieve_usage_reports_reporting_legacy_voice` (`read`): Fetch single cdr usage report by id.
|
|
289
|
-
- `list_usage_reports_reporting_legacy_voice` (`read`): Fetch all previous requests for cdr usage reports.
|
|
290
|
-
- `delete_usage_reports_reporting_legacy_voice` (`write`): Deletes a specific V2 legacy usage CDR report request by ID
|
|
291
|
-
|
|
292
|
-
### Resource `oauth`:
|
|
293
|
-
|
|
294
|
-
- `retrieve_oauth` (`read`): Retrieve details about an OAuth consent token
|
|
295
|
-
- `grants_oauth` (`write`): Create an OAuth authorization grant
|
|
296
|
-
- `introspect_oauth` (`write`): Introspect an OAuth access token to check its validity and metadata
|
|
297
|
-
- `register_oauth` (`write`): Register a new OAuth client dynamically (RFC 7591)
|
|
298
|
-
- `retrieve_authorize_oauth` (`read`): OAuth 2.0 authorization endpoint for the authorization code flow
|
|
299
|
-
- `retrieve_jwks_oauth` (`read`): Retrieve the JSON Web Key Set for token verification
|
|
300
|
-
- `token_oauth` (`write`): Exchange authorization code, client credentials, or refresh token for access token
|
|
301
|
-
|
|
302
|
-
### Resource `oauth_clients`:
|
|
303
|
-
|
|
304
|
-
- `create_oauth_clients` (`write`): Create a new OAuth client
|
|
305
|
-
- `retrieve_oauth_clients` (`read`): Retrieve a single OAuth client by ID
|
|
306
|
-
- `update_oauth_clients` (`write`): Update an existing OAuth client
|
|
307
|
-
- `list_oauth_clients` (`read`): Retrieve a paginated list of OAuth clients for the authenticated user
|
|
308
|
-
- `delete_oauth_clients` (`write`): Delete an OAuth client
|
|
309
|
-
|
|
310
|
-
### Resource `oauth_grants`:
|
|
311
|
-
|
|
312
|
-
- `retrieve_oauth_grants` (`read`): Retrieve a single OAuth grant by ID
|
|
313
|
-
- `list_oauth_grants` (`read`): Retrieve a paginated list of OAuth grants for the authenticated user
|
|
314
|
-
- `delete_oauth_grants` (`write`): Revoke an OAuth grant
|
|
315
|
-
|
|
316
|
-
### Resource `access_ip_address`:
|
|
317
|
-
|
|
318
|
-
- `create_access_ip_address` (`write`): Create new Access IP Address
|
|
319
|
-
- `retrieve_access_ip_address` (`read`): Retrieve an access IP address
|
|
320
|
-
- `list_access_ip_address` (`read`): List all Access IP Addresses
|
|
321
|
-
- `delete_access_ip_address` (`write`): Delete access IP address
|
|
322
|
-
|
|
323
|
-
### Resource `access_ip_ranges`:
|
|
324
|
-
|
|
325
|
-
- `create_access_ip_ranges` (`write`): Create new Access IP Range
|
|
326
|
-
- `list_access_ip_ranges` (`read`): List all Access IP Ranges
|
|
327
|
-
- `delete_access_ip_ranges` (`write`): Delete access IP ranges
|
|
328
|
-
|
|
329
|
-
### Resource `actions.purchase`:
|
|
330
|
-
|
|
331
|
-
- `create_actions_purchase` (`write`): Purchases and registers the specified amount of eSIMs to the current user's account.<br/><br/>
|
|
332
|
-
If <code>sim_card_group_id</code> is provided, the eSIMs will be associated with that group. Otherwise, the default group for the current user will be used.<br/><br/>
|
|
333
|
-
|
|
334
|
-
### Resource `actions.register`:
|
|
335
|
-
|
|
336
|
-
- `create_actions_register` (`write`): Register the SIM cards associated with the provided registration codes to the current user's account.<br/><br/>
|
|
337
|
-
If <code>sim_card_group_id</code> is provided, the SIM cards will be associated with that group. Otherwise, the default group for the current user will be used.<br/><br/>
|
|
338
|
-
|
|
339
|
-
### Resource `addresses`:
|
|
340
|
-
|
|
341
|
-
- `create_addresses` (`write`): Creates an address.
|
|
342
|
-
- `retrieve_addresses` (`read`): Retrieves the details of an existing address.
|
|
343
|
-
- `list_addresses` (`read`): Returns a list of your addresses.
|
|
344
|
-
- `delete_addresses` (`write`): Deletes an existing address.
|
|
345
|
-
|
|
346
|
-
### Resource `addresses.actions`:
|
|
347
|
-
|
|
348
|
-
- `accept_suggestions_addresses_actions` (`write`): Accepts this address suggestion as a new emergency address for Operator Connect and finishes the uploads of the numbers associated with it to Microsoft.
|
|
349
|
-
- `validate_addresses_actions` (`write`): Validates an address for emergency services.
|
|
350
|
-
|
|
351
|
-
### Resource `advanced_orders`:
|
|
352
|
-
|
|
353
|
-
- `create_advanced_orders` (`write`): Create Advanced Order
|
|
354
|
-
- `retrieve_advanced_orders` (`read`): Get Advanced Order
|
|
355
|
-
- `list_advanced_orders` (`read`): List Advanced Orders
|
|
356
|
-
- `update_requirement_group_advanced_orders` (`write`): Update Advanced Order
|
|
357
|
-
|
|
358
|
-
### Resource `ai`:
|
|
359
|
-
|
|
360
|
-
- `retrieve_models_ai` (`read`): This endpoint returns a list of Open Source and OpenAI models that are available for use. <br /><br /> **Note**: Model `id`'s will be in the form `{source}/{model_name}`. For example `openai/gpt-4` or `mistralai/Mistral-7B-Instruct-v0.1` consistent with HuggingFace naming conventions.
|
|
361
|
-
- `summarize_ai` (`write`): Generate a summary of a file's contents.
|
|
362
|
-
|
|
363
|
-
Supports the following text formats:
|
|
364
|
-
|
|
365
|
-
- PDF, HTML, txt, json, csv
|
|
366
|
-
|
|
367
|
-
Supports the following media formats (billed for both the transcription and summary):
|
|
368
|
-
|
|
369
|
-
- flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm
|
|
370
|
-
- Up to 100 MB
|
|
371
|
-
|
|
372
|
-
### Resource `ai.assistants`:
|
|
373
|
-
|
|
374
|
-
- `create_ai_assistants` (`write`): Create a new AI Assistant.
|
|
375
|
-
- `retrieve_ai_assistants` (`read`): Retrieve an AI Assistant configuration by `assistant_id`.
|
|
376
|
-
- `update_ai_assistants` (`write`): Update an AI Assistant's attributes.
|
|
377
|
-
- `list_ai_assistants` (`read`): Retrieve a list of all AI Assistants configured by the user.
|
|
378
|
-
- `delete_ai_assistants` (`write`): Delete an AI Assistant by `assistant_id`.
|
|
379
|
-
- `chat_ai_assistants` (`write`): This endpoint allows a client to send a chat message to a specific AI Assistant. The assistant processes the message and returns a relevant reply based on the current conversation context. Refer to the Conversation API to [create a conversation](https://developers.telnyx.com/api/inference/inference-embedding/create-new-conversation-public-conversations-post), [filter existing conversations](https://developers.telnyx.com/api/inference/inference-embedding/get-conversations-public-conversations-get), [fetch messages for a conversation](https://developers.telnyx.com/api/inference/inference-embedding/get-conversations-public-conversation-id-messages-get), and [manually add messages to a conversation](https://developers.telnyx.com/api/inference/inference-embedding/add-new-message).
|
|
380
|
-
- `clone_ai_assistants` (`write`): Clone an existing assistant, excluding telephony and messaging settings.
|
|
381
|
-
- `get_texml_ai_assistants` (`read`): Get an assistant texml by `assistant_id`.
|
|
382
|
-
- `import_ai_assistants` (`write`): Import assistants from external providers. Any assistant that has already been imported will be overwritten with its latest version from the importing provider.
|
|
383
|
-
- `send_sms_ai_assistants` (`write`): Send an SMS message for an assistant. This endpoint:
|
|
384
|
-
1. Validates the assistant exists and has messaging profile configured
|
|
385
|
-
2. If should_create_conversation is true, creates a new conversation with metadata
|
|
386
|
-
3. Sends the SMS message (If `text` is set, this will be sent. Otherwise, if this is the first message in the conversation and the assistant has a `greeting` configured, this will be sent. Otherwise the assistant will generate the text to send.)
|
|
387
|
-
4. Updates conversation metadata if provided
|
|
388
|
-
5. Returns the conversation ID
|
|
389
|
-
|
|
390
|
-
### Resource `ai.assistants.tests`:
|
|
391
|
-
|
|
392
|
-
- `create_assistants_ai_tests` (`write`): Creates a comprehensive test configuration for evaluating AI assistant performance
|
|
393
|
-
- `retrieve_assistants_ai_tests` (`read`): Retrieves detailed information about a specific assistant test
|
|
394
|
-
- `update_assistants_ai_tests` (`write`): Updates an existing assistant test configuration with new settings
|
|
395
|
-
- `list_assistants_ai_tests` (`read`): Retrieves a paginated list of assistant tests with optional filtering capabilities
|
|
396
|
-
- `delete_assistants_ai_tests` (`write`): Permanently removes an assistant test and all associated data
|
|
397
|
-
|
|
398
|
-
### Resource `ai.assistants.tests.test_suites`:
|
|
399
|
-
|
|
400
|
-
- `list_tests_assistants_ai_test_suites` (`read`): Retrieves a list of all distinct test suite names available to the current user
|
|
401
|
-
|
|
402
|
-
### Resource `ai.assistants.tests.test_suites.runs`:
|
|
403
|
-
|
|
404
|
-
- `list_test_suites_tests_assistants_ai_runs` (`read`): Retrieves paginated history of test runs for a specific test suite with filtering options
|
|
405
|
-
- `trigger_test_suites_tests_assistants_ai_runs` (`write`): Executes all tests within a specific test suite as a batch operation
|
|
406
|
-
|
|
407
|
-
### Resource `ai.assistants.tests.runs`:
|
|
408
|
-
|
|
409
|
-
- `retrieve_tests_assistants_ai_runs` (`read`): Retrieves detailed information about a specific test run execution
|
|
410
|
-
- `list_tests_assistants_ai_runs` (`read`): Retrieves paginated execution history for a specific assistant test with filtering options
|
|
411
|
-
- `trigger_tests_assistants_ai_runs` (`write`): Initiates immediate execution of a specific assistant test
|
|
412
|
-
|
|
413
|
-
### Resource `ai.assistants.canary_deploys`:
|
|
414
|
-
|
|
415
|
-
- `create_assistants_ai_canary_deploys` (`write`): Endpoint to create a canary deploy configuration for an assistant.
|
|
416
|
-
|
|
417
|
-
Creates a new canary deploy configuration with multiple version IDs and their traffic
|
|
418
|
-
percentages for A/B testing or gradual rollouts of assistant versions.
|
|
419
|
-
|
|
420
|
-
- `retrieve_assistants_ai_canary_deploys` (`read`): Endpoint to get a canary deploy configuration for an assistant.
|
|
421
|
-
|
|
422
|
-
Retrieves the current canary deploy configuration with all version IDs and their
|
|
423
|
-
traffic percentages for the specified assistant.
|
|
424
|
-
|
|
425
|
-
- `update_assistants_ai_canary_deploys` (`write`): Endpoint to update a canary deploy configuration for an assistant.
|
|
426
|
-
|
|
427
|
-
Updates the existing canary deploy configuration with new version IDs and percentages.
|
|
428
|
-
All old versions and percentages are replaces by new ones from this request.
|
|
429
|
-
|
|
430
|
-
- `delete_assistants_ai_canary_deploys` (`write`): Endpoint to delete a canary deploy configuration for an assistant.
|
|
431
|
-
|
|
432
|
-
Removes all canary deploy configurations for the specified assistant.
|
|
433
|
-
|
|
434
|
-
### Resource `ai.assistants.scheduled_events`:
|
|
435
|
-
|
|
436
|
-
- `create_assistants_ai_scheduled_events` (`write`): Create a scheduled event for an assistant
|
|
437
|
-
- `retrieve_assistants_ai_scheduled_events` (`read`): Retrieve a scheduled event by event ID
|
|
438
|
-
- `list_assistants_ai_scheduled_events` (`read`): Get scheduled events for an assistant with pagination and filtering
|
|
439
|
-
- `delete_assistants_ai_scheduled_events` (`write`): If the event is pending, this will cancel the event. Otherwise, this will simply remove the record of the event.
|
|
440
|
-
|
|
441
|
-
### Resource `ai.assistants.tools`:
|
|
442
|
-
|
|
443
|
-
- `test_assistants_ai_tools` (`write`): Test a webhook tool for an assistant
|
|
444
|
-
|
|
445
|
-
### Resource `ai.assistants.versions`:
|
|
446
|
-
|
|
447
|
-
- `retrieve_assistants_ai_versions` (`read`): Retrieves a specific version of an assistant by assistant_id and version_id
|
|
448
|
-
- `update_assistants_ai_versions` (`write`): Updates the configuration of a specific assistant version. Can not update main version
|
|
449
|
-
- `list_assistants_ai_versions` (`read`): Retrieves all versions of a specific assistant with complete configuration and metadata
|
|
450
|
-
- `delete_assistants_ai_versions` (`write`): Permanently removes a specific version of an assistant. Can not delete main version
|
|
451
|
-
- `promote_assistants_ai_versions` (`write`): Promotes a specific version to be the main/current version of the assistant. This will delete any existing canary deploy configuration and send all live production traffic to this version.
|
|
452
|
-
|
|
453
|
-
### Resource `ai.audio`:
|
|
454
|
-
|
|
455
|
-
- `transcribe_ai_audio` (`write`): Transcribe speech to text. This endpoint is consistent with the [OpenAI Transcription API](https://platform.openai.com/docs/api-reference/audio/createTranscription) and may be used with the OpenAI JS or Python SDK.
|
|
456
|
-
|
|
457
|
-
### Resource `ai.chat`:
|
|
458
|
-
|
|
459
|
-
- `create_completion_ai_chat` (`write`): Chat with a language model. This endpoint is consistent with the [OpenAI Chat Completions API](https://platform.openai.com/docs/api-reference/chat) and may be used with the OpenAI JS or Python SDK.
|
|
460
|
-
|
|
461
|
-
### Resource `ai.clusters`:
|
|
462
|
-
|
|
463
|
-
- `retrieve_ai_clusters` (`read`): Fetch a cluster
|
|
464
|
-
- `list_ai_clusters` (`read`): List all clusters
|
|
465
|
-
- `delete_ai_clusters` (`write`): Delete a cluster
|
|
466
|
-
- `compute_ai_clusters` (`write`): Starts a background task to compute how the data in an [embedded storage bucket](https://developers.telnyx.com/api/inference/inference-embedding/post-embedding) is clustered. This helps identify common themes and patterns in the data.
|
|
467
|
-
- `fetch_graph_ai_clusters` (`read`): Fetch a cluster visualization
|
|
468
|
-
|
|
469
|
-
### Resource `ai.conversations`:
|
|
470
|
-
|
|
471
|
-
- `create_ai_conversations` (`write`): Create a new AI Conversation.
|
|
472
|
-
- `retrieve_ai_conversations` (`read`): Retrieve a specific AI conversation by its ID.
|
|
473
|
-
- `update_ai_conversations` (`write`): Update metadata for a specific conversation.
|
|
474
|
-
- `list_ai_conversations` (`read`): Retrieve a list of all AI conversations configured by the user. Supports [PostgREST-style query parameters](https://postgrest.org/en/stable/api.html#horizontal-filtering-rows) for filtering. Examples are included for the standard metadata fields, but you can filter on any field in the metadata JSON object. For example, to filter by a custom field `metadata->custom_field`, use `metadata->custom_field=eq.value`.
|
|
475
|
-
- `delete_ai_conversations` (`write`): Delete a specific conversation by its ID.
|
|
476
|
-
- `add_message_ai_conversations` (`write`): Add a new message to the conversation. Used to insert a new messages to a conversation manually ( without using chat endpoint )
|
|
477
|
-
- `retrieve_conversations_insights_ai_conversations` (`read`): Retrieve insights for a specific conversation
|
|
478
|
-
|
|
479
|
-
### Resource `ai.conversations.insight_groups`:
|
|
480
|
-
|
|
481
|
-
- `retrieve_conversations_ai_insight_groups` (`read`): Get insight group by ID
|
|
482
|
-
- `update_conversations_ai_insight_groups` (`write`): Update an insight template group
|
|
483
|
-
- `delete_conversations_ai_insight_groups` (`write`): Delete insight group by ID
|
|
484
|
-
- `insight_groups_conversations_ai_insight_groups` (`write`): Create a new insight group
|
|
485
|
-
- `retrieve_insight_groups_conversations_ai_insight_groups` (`read`): Get all insight groups
|
|
486
|
-
|
|
487
|
-
### Resource `ai.conversations.insight_groups.insights`:
|
|
488
|
-
|
|
489
|
-
- `assign_insight_groups_conversations_ai_insights` (`write`): Assign an insight to a group
|
|
490
|
-
- `delete_unassign_insight_groups_conversations_ai_insights` (`write`): Remove an insight from a group
|
|
491
|
-
|
|
492
|
-
### Resource `ai.conversations.insights`:
|
|
493
|
-
|
|
494
|
-
- `create_conversations_ai_insights` (`write`): Create a new insight
|
|
495
|
-
- `retrieve_conversations_ai_insights` (`read`): Get insight by ID
|
|
496
|
-
- `update_conversations_ai_insights` (`write`): Update an insight template
|
|
497
|
-
- `list_conversations_ai_insights` (`read`): Get all insights
|
|
498
|
-
- `delete_conversations_ai_insights` (`write`): Delete insight by ID
|
|
499
|
-
|
|
500
|
-
### Resource `ai.conversations.messages`:
|
|
501
|
-
|
|
502
|
-
- `list_conversations_ai_messages` (`read`): Retrieve messages for a specific conversation, including tool calls made by the assistant.
|
|
503
|
-
|
|
504
|
-
### Resource `ai.embeddings`:
|
|
505
|
-
|
|
506
|
-
- `create_ai_embeddings` (`write`): Perform embedding on a Telnyx Storage Bucket using the a embedding model.
|
|
507
|
-
The current supported file types are:
|
|
508
|
-
|
|
509
|
-
- PDF
|
|
510
|
-
- HTML
|
|
511
|
-
- txt/unstructured text files
|
|
512
|
-
- json
|
|
513
|
-
- csv
|
|
514
|
-
- audio / video (mp3, mp4, mpeg, mpga, m4a, wav, or webm ) - Max of 100mb file size.
|
|
515
|
-
|
|
516
|
-
Any files not matching the above types will be attempted to be embedded as unstructured text.
|
|
517
|
-
|
|
518
|
-
This process can be slow, so it runs in the background and the user can check
|
|
519
|
-
the status of the task using the endpoint `/ai/embeddings/{task_id}`.
|
|
520
|
-
|
|
521
|
-
**Important Note**: When you update documents in a Telnyx Storage bucket, their associated embeddings are automatically kept up to date. If you add or update a file, it is automatically embedded. If you delete a file, the embeddings are deleted for that particular file.
|
|
522
|
-
|
|
523
|
-
You can also specify a custom `loader` param. Currently the only supported loader value is
|
|
524
|
-
`intercom` which loads Intercom article jsons as specified by [the Intercom article API](https://developers.intercom.com/docs/references/rest-api/api.intercom.io/Articles/article/)
|
|
525
|
-
This loader will split each article into paragraphs and save additional parameters relevant to Intercom docs, such as
|
|
526
|
-
`article_url` and `heading`. These values will be returned by the `/v2/ai/embeddings/similarity-search` endpoint in the `loader_metadata` field.
|
|
527
|
-
|
|
528
|
-
- `retrieve_ai_embeddings` (`read`): Check the status of a current embedding task. Will be one of the following:
|
|
529
|
-
- `queued` - Task is waiting to be picked up by a worker
|
|
530
|
-
- `processing` - The embedding task is running
|
|
531
|
-
- `success` - Task completed successfully and the bucket is embedded
|
|
532
|
-
- `failure` - Task failed and no files were embedded successfully
|
|
533
|
-
- `partial_success` - Some files were embedded successfully, but at least one failed
|
|
534
|
-
- `list_ai_embeddings` (`read`): Retrieve tasks for the user that are either `queued`, `processing`, `failed`, `success` or `partial_success` based on the query string. Defaults to `queued` and `processing`.
|
|
535
|
-
- `similarity_search_ai_embeddings` (`write`): Perform a similarity search on a Telnyx Storage Bucket, returning the most similar `num_docs` document chunks to the query.
|
|
536
|
-
|
|
537
|
-
Currently the only available distance metric is cosine similarity which will return a `distance` between 0 and 1.
|
|
538
|
-
The lower the distance, the more similar the returned document chunks are to the query.
|
|
539
|
-
A `certainty` will also be returned, which is a value between 0 and 1 where the higher the certainty, the more similar the document.
|
|
540
|
-
You can read more about Weaviate distance metrics here: [Weaviate Docs](https://weaviate.io/developers/weaviate/config-refs/distances)
|
|
541
|
-
|
|
542
|
-
If a bucket was embedded using a custom loader, such as `intercom`, the additional metadata will be returned in the
|
|
543
|
-
`loader_metadata` field.
|
|
544
|
-
|
|
545
|
-
- `url_ai_embeddings` (`write`): Embed website content from a specified URL, including child pages up to 5 levels deep within the same domain. The process crawls and loads content from the main URL and its linked pages into a Telnyx Cloud Storage bucket. As soon as each webpage is added to the bucket, its content is immediately processed for embeddings, that can be used for [similarity search](https://developers.telnyx.com/api/inference/inference-embedding/post-embedding-similarity-search) and [clustering](https://developers.telnyx.com/docs/inference/clusters).
|
|
546
|
-
|
|
547
|
-
### Resource `ai.embeddings.buckets`:
|
|
548
|
-
|
|
549
|
-
- `retrieve_embeddings_ai_buckets` (`read`): Get all embedded files for a given user bucket, including their processing status.
|
|
550
|
-
- `list_embeddings_ai_buckets` (`read`): Get all embedding buckets for a user.
|
|
551
|
-
- `delete_embeddings_ai_buckets` (`write`): Deletes an entire bucket's embeddings and disables the bucket for AI-use, returning it to normal storage pricing.
|
|
552
|
-
|
|
553
|
-
### Resource `ai.fine_tuning.jobs`:
|
|
554
|
-
|
|
555
|
-
- `create_fine_tuning_ai_jobs` (`write`): Create a new fine tuning job.
|
|
556
|
-
- `retrieve_fine_tuning_ai_jobs` (`read`): Retrieve a fine tuning job by `job_id`.
|
|
557
|
-
- `list_fine_tuning_ai_jobs` (`read`): Retrieve a list of all fine tuning jobs created by the user.
|
|
558
|
-
- `cancel_fine_tuning_ai_jobs` (`write`): Cancel a fine tuning job.
|
|
559
|
-
|
|
560
|
-
### Resource `ai.integrations`:
|
|
561
|
-
|
|
562
|
-
- `retrieve_ai_integrations` (`read`): Retrieve integration details
|
|
563
|
-
- `list_ai_integrations` (`read`): List all available integrations.
|
|
564
|
-
|
|
565
|
-
### Resource `ai.integrations.connections`:
|
|
566
|
-
|
|
567
|
-
- `retrieve_integrations_ai_connections` (`read`): Get user setup integrations
|
|
568
|
-
- `list_integrations_ai_connections` (`read`): List user setup integrations
|
|
569
|
-
- `delete_integrations_ai_connections` (`write`): Delete a specific integration connection.
|
|
570
|
-
|
|
571
|
-
### Resource `ai.mcp_servers`:
|
|
572
|
-
|
|
573
|
-
- `create_ai_mcp_servers` (`write`): Create a new MCP server.
|
|
574
|
-
- `retrieve_ai_mcp_servers` (`read`): Retrieve details for a specific MCP server.
|
|
575
|
-
- `update_ai_mcp_servers` (`write`): Update an existing MCP server.
|
|
576
|
-
- `list_ai_mcp_servers` (`read`): Retrieve a list of MCP servers.
|
|
577
|
-
- `delete_ai_mcp_servers` (`write`): Delete a specific MCP server.
|
|
578
|
-
|
|
579
|
-
### Resource `audit_events`:
|
|
580
|
-
|
|
581
|
-
- `list_audit_events` (`read`): Retrieve a list of audit log entries. Audit logs are a best-effort, eventually consistent record of significant account-related changes.
|
|
582
|
-
|
|
583
|
-
### Resource `authentication_providers`:
|
|
584
|
-
|
|
585
|
-
- `create_authentication_providers` (`write`): Creates an authentication provider.
|
|
586
|
-
- `retrieve_authentication_providers` (`read`): Retrieves the details of an existing authentication provider.
|
|
587
|
-
- `update_authentication_providers` (`write`): Updates settings of an existing authentication provider.
|
|
588
|
-
- `list_authentication_providers` (`read`): Returns a list of your SSO authentication providers.
|
|
589
|
-
- `delete_authentication_providers` (`write`): Deletes an existing authentication provider.
|
|
590
|
-
|
|
591
|
-
### Resource `available_phone_number_blocks`:
|
|
592
|
-
|
|
593
|
-
- `list_available_phone_number_blocks` (`read`): List available phone number blocks
|
|
594
|
-
|
|
595
|
-
### Resource `available_phone_numbers`:
|
|
596
|
-
|
|
597
|
-
- `list_available_phone_numbers` (`read`): List available phone numbers
|
|
598
|
-
|
|
599
|
-
### Resource `balance`:
|
|
600
|
-
|
|
601
|
-
- `retrieve_balance` (`read`): Get user balance details
|
|
602
|
-
|
|
603
|
-
### Resource `billing_groups`:
|
|
604
|
-
|
|
605
|
-
- `create_billing_groups` (`write`): Create a billing group
|
|
606
|
-
- `retrieve_billing_groups` (`read`): Get a billing group
|
|
607
|
-
- `update_billing_groups` (`write`): Update a billing group
|
|
608
|
-
- `list_billing_groups` (`read`): List all billing groups
|
|
609
|
-
- `delete_billing_groups` (`write`): Delete a billing group
|
|
610
|
-
|
|
611
|
-
### Resource `brand`:
|
|
612
|
-
|
|
613
|
-
- `create_brand` (`write`): This endpoint is used to create a new brand. A brand is an entity created by The Campaign Registry (TCR) that represents an organization or a company. It is this entity that TCR created campaigns will be associated with. Each brand creation will entail an upfront, non-refundable $4 expense.
|
|
614
|
-
- `retrieve_brand` (`read`): Retrieve a brand by `brandId`.
|
|
615
|
-
- `update_brand` (`write`): Update a brand's attributes by `brandId`.
|
|
616
|
-
- `list_brand` (`read`): This endpoint is used to list all brands associated with your organization.
|
|
617
|
-
- `delete_brand` (`write`): Delete Brand. This endpoint is used to delete a brand. Note the brand cannot be deleted if it contains one or more active campaigns, the campaigns need to be inactive and at least 3 months old due to billing purposes.
|
|
618
|
-
- `get_feedback_brand` (`read`): Get feedback about a brand by ID. This endpoint can be used after creating or revetting
|
|
619
|
-
a brand.
|
|
620
|
-
|
|
621
|
-
Possible values for `.category[].id`:
|
|
622
|
-
|
|
623
|
-
- `TAX_ID` - Data mismatch related to tax id and its associated properties.
|
|
624
|
-
- `STOCK_SYMBOL` - Non public entity registered as a public for profit entity or
|
|
625
|
-
the stock information mismatch.
|
|
626
|
-
- `GOVERNMENT_ENTITY` - Non government entity registered as a government entity.
|
|
627
|
-
Must be a U.S. government entity.
|
|
628
|
-
- `NONPROFIT` - Not a recognized non-profit entity. No IRS tax-exempt status
|
|
629
|
-
found.
|
|
630
|
-
- `OTHERS` - Details of the data misrepresentation if any.
|
|
631
|
-
|
|
632
|
-
- `resend_2fa_email_brand` (`write`): Resend brand 2FA email
|
|
633
|
-
- `revet_brand` (`write`): This operation allows you to revet the brand. However, revetting is allowed once after the successful brand registration and thereafter limited to once every 3 months.
|
|
634
|
-
|
|
635
|
-
### Resource `brand.external_vetting`:
|
|
636
|
-
|
|
637
|
-
- `list_brand_external_vetting` (`read`): Get list of valid external vetting record for a given brand
|
|
638
|
-
- `import_brand_external_vetting` (`write`): This operation can be used to import an external vetting record from a TCR-approved
|
|
639
|
-
vetting provider. If the vetting provider confirms validity of the record, it will be
|
|
640
|
-
saved with the brand and will be considered for future campaign qualification.
|
|
641
|
-
- `order_brand_external_vetting` (`write`): Order new external vetting for a brand
|
|
642
|
-
|
|
643
|
-
### Resource `bulk_sim_card_actions`:
|
|
644
|
-
|
|
645
|
-
- `retrieve_bulk_sim_card_actions` (`read`): This API fetches information about a bulk SIM card action. A bulk SIM card action contains details about a collection of individual SIM card actions.
|
|
646
|
-
- `list_bulk_sim_card_actions` (`read`): This API lists a paginated collection of bulk SIM card actions. A bulk SIM card action contains details about a collection of individual SIM card actions.
|
|
647
|
-
|
|
648
|
-
### Resource `bundle_pricing.billing_bundles`:
|
|
649
|
-
|
|
650
|
-
- `retrieve_bundle_pricing_billing_bundles` (`read`): Get a single bundle by ID.
|
|
651
|
-
- `list_bundle_pricing_billing_bundles` (`read`): Get all allowed bundles.
|
|
652
|
-
|
|
653
|
-
### Resource `bundle_pricing.user_bundles`:
|
|
654
|
-
|
|
655
|
-
- `create_bundle_pricing_user_bundles` (`write`): Creates multiple user bundles for the user.
|
|
656
|
-
- `retrieve_bundle_pricing_user_bundles` (`read`): Retrieves a user bundle by its ID.
|
|
657
|
-
- `list_bundle_pricing_user_bundles` (`read`): Get a paginated list of user bundles.
|
|
658
|
-
- `deactivate_bundle_pricing_user_bundles` (`write`): Deactivates a user bundle by its ID.
|
|
659
|
-
- `list_resources_bundle_pricing_user_bundles` (`read`): Retrieves the resources of a user bundle by its ID.
|
|
660
|
-
- `list_unused_bundle_pricing_user_bundles` (`read`): Returns all user bundles that aren't in use.
|
|
661
|
-
|
|
662
|
-
### Resource `call_control_applications`:
|
|
663
|
-
|
|
664
|
-
- `create_call_control_applications` (`write`): Create a call control application.
|
|
665
|
-
- `retrieve_call_control_applications` (`read`): Retrieves the details of an existing call control application.
|
|
666
|
-
- `update_call_control_applications` (`write`): Updates settings of an existing call control application.
|
|
667
|
-
- `list_call_control_applications` (`read`): Return a list of call control applications.
|
|
668
|
-
- `delete_call_control_applications` (`write`): Deletes a call control application.
|
|
669
|
-
|
|
670
|
-
### Resource `call_events`:
|
|
671
|
-
|
|
672
|
-
- `list_call_events` (`read`): Filters call events by given filter parameters. Events are ordered by `occurred_at`. If filter for `leg_id` or `application_session_id` is not present, it only filters events from the last 24 hours.
|
|
673
|
-
|
|
674
|
-
**Note**: Only one `filter[occurred_at]` can be passed.
|
|
675
|
-
|
|
676
|
-
### Resource `calls`:
|
|
677
|
-
|
|
678
|
-
- `dial_calls` (`write`): Dial a number or SIP URI from a given connection. A successful response will include a `call_leg_id` which can be used to correlate the command with subsequent webhooks.
|
|
679
|
-
|
|
680
|
-
**Expected Webhooks:**
|
|
681
|
-
|
|
682
|
-
- `call.initiated`
|
|
683
|
-
- `call.answered` or `call.hangup`
|
|
684
|
-
- `call.machine.detection.ended` if `answering_machine_detection` was requested
|
|
685
|
-
- `call.machine.greeting.ended` if `answering_machine_detection` was requested to detect the end of machine greeting
|
|
686
|
-
- `call.machine.premium.detection.ended` if `answering_machine_detection=premium` was requested
|
|
687
|
-
- `call.machine.premium.greeting.ended` if `answering_machine_detection=premium` was requested and a beep was detected
|
|
688
|
-
- `streaming.started`, `streaming.stopped` or `streaming.failed` if `stream_url` was set
|
|
689
|
-
|
|
690
|
-
When the `record` parameter is set to `record-from-answer`, the response will include a `recording_id` field.
|
|
691
|
-
|
|
692
|
-
- `retrieve_status_calls` (`read`): Returns the status of a call (data is available 10 minutes after call ended).
|
|
693
|
-
|
|
694
|
-
### Resource `calls.actions`:
|
|
695
|
-
|
|
696
|
-
- `answer_calls_actions` (`write`): Answer an incoming call. You must issue this command before executing subsequent commands on an incoming call.
|
|
697
|
-
|
|
698
|
-
**Expected Webhooks:**
|
|
699
|
-
|
|
700
|
-
- `call.answered`
|
|
701
|
-
- `streaming.started`, `streaming.stopped` or `streaming.failed` if `stream_url` was set
|
|
702
|
-
|
|
703
|
-
When the `record` parameter is set to `record-from-answer`, the response will include a `recording_id` field.
|
|
704
|
-
|
|
705
|
-
- `bridge_calls_actions` (`write`): Bridge two call control calls.
|
|
706
|
-
|
|
707
|
-
**Expected Webhooks:**
|
|
708
|
-
|
|
709
|
-
- `call.bridged` for Leg A
|
|
710
|
-
- `call.bridged` for Leg B
|
|
711
|
-
|
|
712
|
-
- `enqueue_calls_actions` (`write`): Put the call in a queue.
|
|
713
|
-
- `gather_calls_actions` (`write`): Gather DTMF signals to build interactive menus.
|
|
714
|
-
|
|
715
|
-
You can pass a list of valid digits. The `Answer` command must be issued before the `gather` command.
|
|
716
|
-
|
|
717
|
-
**Expected Webhooks:**
|
|
718
|
-
|
|
719
|
-
- `call.dtmf.received` (you may receive many of these webhooks)
|
|
720
|
-
- `call.gather.ended`
|
|
721
|
-
|
|
722
|
-
- `gather_using_ai_calls_actions` (`write`): Gather parameters defined in the request payload using a voice assistant.
|
|
723
|
-
|
|
724
|
-
You can pass parameters described as a JSON Schema object and the voice assistant will attempt to gather these informations.
|
|
725
|
-
|
|
726
|
-
**Expected Webhooks:**
|
|
727
|
-
|
|
728
|
-
- `call.ai_gather.ended`
|
|
729
|
-
- `call.conversation.ended`
|
|
730
|
-
- `call.ai_gather.partial_results` (if `send_partial_results` is set to `true`)
|
|
731
|
-
- `call.ai_gather.message_history_updated` (if `send_message_history_updates` is set to `true`)
|
|
732
|
-
|
|
733
|
-
- `gather_using_audio_calls_actions` (`write`): Play an audio file on the call until the required DTMF signals are gathered to build interactive menus.
|
|
734
|
-
|
|
735
|
-
You can pass a list of valid digits along with an 'invalid_audio_url', which will be played back at the beginning of each prompt. Playback will be interrupted when a DTMF signal is received. The `Answer command must be issued before the `gather_using_audio` command.
|
|
736
|
-
|
|
737
|
-
**Expected Webhooks:**
|
|
738
|
-
|
|
739
|
-
- `call.playback.started`
|
|
740
|
-
- `call.playback.ended`
|
|
741
|
-
- `call.dtmf.received` (you may receive many of these webhooks)
|
|
742
|
-
- `call.gather.ended`
|
|
743
|
-
|
|
744
|
-
- `gather_using_speak_calls_actions` (`write`): Convert text to speech and play it on the call until the required DTMF signals are gathered to build interactive menus.
|
|
745
|
-
|
|
746
|
-
You can pass a list of valid digits along with an 'invalid_payload', which will be played back at the beginning of each prompt. Speech will be interrupted when a DTMF signal is received. The `Answer` command must be issued before the `gather_using_speak` command.
|
|
747
|
-
|
|
748
|
-
**Expected Webhooks:**
|
|
749
|
-
|
|
750
|
-
- `call.dtmf.received` (you may receive many of these webhooks)
|
|
751
|
-
- `call.gather.ended`
|
|
752
|
-
|
|
753
|
-
- `hangup_calls_actions` (`write`): Hang up the call.
|
|
754
|
-
|
|
755
|
-
**Expected Webhooks:**
|
|
756
|
-
|
|
757
|
-
- `call.hangup`
|
|
758
|
-
- `call.recording.saved`
|
|
759
|
-
|
|
760
|
-
- `leave_queue_calls_actions` (`write`): Removes the call from a queue.
|
|
761
|
-
- `pause_recording_calls_actions` (`write`): Pause recording the call. Recording can be resumed via Resume recording command.
|
|
762
|
-
|
|
763
|
-
**Expected Webhooks:**
|
|
764
|
-
|
|
765
|
-
There are no webhooks associated with this command.
|
|
766
|
-
|
|
767
|
-
- `refer_calls_actions` (`write`): Initiate a SIP Refer on a Call Control call. You can initiate a SIP Refer at any point in the duration of a call.
|
|
768
|
-
|
|
769
|
-
**Expected Webhooks:**
|
|
770
|
-
|
|
771
|
-
- `call.refer.started`
|
|
772
|
-
- `call.refer.completed`
|
|
773
|
-
- `call.refer.failed`
|
|
774
|
-
|
|
775
|
-
- `reject_calls_actions` (`write`): Reject an incoming call.
|
|
776
|
-
|
|
777
|
-
**Expected Webhooks:**
|
|
778
|
-
|
|
779
|
-
- `call.hangup`
|
|
780
|
-
|
|
781
|
-
- `resume_recording_calls_actions` (`write`): Resume recording the call.
|
|
782
|
-
|
|
783
|
-
**Expected Webhooks:**
|
|
784
|
-
|
|
785
|
-
There are no webhooks associated with this command.
|
|
786
|
-
|
|
787
|
-
- `send_dtmf_calls_actions` (`write`): Sends DTMF tones from this leg. DTMF tones will be heard by the other end of the call.
|
|
788
|
-
|
|
789
|
-
**Expected Webhooks:**
|
|
790
|
-
|
|
791
|
-
There are no webhooks associated with this command.
|
|
792
|
-
|
|
793
|
-
- `send_sip_info_calls_actions` (`write`): Sends SIP info from this leg.
|
|
794
|
-
|
|
795
|
-
**Expected Webhooks:**
|
|
796
|
-
|
|
797
|
-
- `call.sip_info.received` (to be received on the target call leg)
|
|
798
|
-
|
|
799
|
-
- `speak_calls_actions` (`write`): Convert text to speech and play it back on the call. If multiple speak text commands are issued consecutively, the audio files will be placed in a queue awaiting playback.
|
|
800
|
-
|
|
801
|
-
**Expected Webhooks:**
|
|
802
|
-
|
|
803
|
-
- `call.speak.started`
|
|
804
|
-
- `call.speak.ended`
|
|
805
|
-
|
|
806
|
-
- `start_ai_assistant_calls_actions` (`write`): Start an AI assistant on the call.
|
|
807
|
-
|
|
808
|
-
**Expected Webhooks:**
|
|
809
|
-
|
|
810
|
-
- `call.conversation.ended`
|
|
811
|
-
- `call.conversation_insights.generated`
|
|
812
|
-
|
|
813
|
-
- `start_forking_calls_actions` (`write`): Call forking allows you to stream the media from a call to a specific target in realtime.
|
|
814
|
-
This stream can be used to enable realtime audio analysis to support a
|
|
815
|
-
variety of use cases, including fraud detection, or the creation of AI-generated audio responses.
|
|
816
|
-
Requests must specify either the `target` attribute or the `rx` and `tx` attributes.
|
|
817
|
-
|
|
818
|
-
**Expected Webhooks:**
|
|
819
|
-
|
|
820
|
-
- `call.fork.started`
|
|
821
|
-
- `call.fork.stopped`
|
|
822
|
-
|
|
823
|
-
- `start_noise_suppression_calls_actions` (`write`): Noise Suppression Start (BETA)
|
|
824
|
-
- `start_playback_calls_actions` (`write`): Play an audio file on the call. If multiple play audio commands are issued consecutively,
|
|
825
|
-
the audio files will be placed in a queue awaiting playback.
|
|
826
|
-
|
|
827
|
-
_Notes:_
|
|
828
|
-
|
|
829
|
-
- When `overlay` is enabled, `target_legs` is limited to `self`.
|
|
830
|
-
- A customer cannot Play Audio with `overlay=true` unless there is a Play Audio with `overlay=false` actively playing.
|
|
831
|
-
|
|
832
|
-
**Expected Webhooks:**
|
|
833
|
-
|
|
834
|
-
- `call.playback.started`
|
|
835
|
-
- `call.playback.ended`
|
|
836
|
-
|
|
837
|
-
- `start_recording_calls_actions` (`write`): Start recording the call. Recording will stop on call hang-up, or can be initiated via the Stop Recording command.
|
|
838
|
-
|
|
839
|
-
**Expected Webhooks:**
|
|
840
|
-
|
|
841
|
-
- `call.recording.saved`
|
|
842
|
-
- `call.recording.transcription.saved`
|
|
843
|
-
- `call.recording.error`
|
|
844
|
-
|
|
845
|
-
- `start_siprec_calls_actions` (`write`): Start siprec session to configured in SIPREC connector SRS.
|
|
846
|
-
|
|
847
|
-
**Expected Webhooks:**
|
|
848
|
-
|
|
849
|
-
- `siprec.started`
|
|
850
|
-
- `siprec.stopped`
|
|
851
|
-
- `siprec.failed`
|
|
852
|
-
|
|
853
|
-
- `start_streaming_calls_actions` (`write`): Start streaming the media from a call to a specific WebSocket address or Dialogflow connection in near-realtime. Audio will be delivered as base64-encoded RTP payload (raw audio), wrapped in JSON payloads.
|
|
854
|
-
|
|
855
|
-
Please find more details about media streaming messages specification under the [link](https://developers.telnyx.com/docs/voice/programmable-voice/media-streaming).
|
|
856
|
-
|
|
857
|
-
- `start_transcription_calls_actions` (`write`): Start real-time transcription. Transcription will stop on call hang-up, or can be initiated via the Transcription stop command.
|
|
858
|
-
|
|
859
|
-
**Expected Webhooks:**
|
|
860
|
-
|
|
861
|
-
- `call.transcription`
|
|
862
|
-
|
|
863
|
-
- `stop_ai_assistant_calls_actions` (`write`): Stop an AI assistant on the call.
|
|
864
|
-
- `stop_forking_calls_actions` (`write`): Stop forking a call.
|
|
865
|
-
|
|
866
|
-
**Expected Webhooks:**
|
|
867
|
-
|
|
868
|
-
- `call.fork.stopped`
|
|
869
|
-
|
|
870
|
-
- `stop_gather_calls_actions` (`write`): Stop current gather.
|
|
871
|
-
|
|
872
|
-
**Expected Webhooks:**
|
|
873
|
-
|
|
874
|
-
- `call.gather.ended`
|
|
875
|
-
|
|
876
|
-
- `stop_noise_suppression_calls_actions` (`write`): Noise Suppression Stop (BETA)
|
|
877
|
-
- `stop_playback_calls_actions` (`write`): Stop audio being played on the call.
|
|
878
|
-
|
|
879
|
-
**Expected Webhooks:**
|
|
880
|
-
|
|
881
|
-
- `call.playback.ended` or `call.speak.ended`
|
|
882
|
-
|
|
883
|
-
- `stop_recording_calls_actions` (`write`): Stop recording the call.
|
|
884
|
-
|
|
885
|
-
**Expected Webhooks:**
|
|
886
|
-
|
|
887
|
-
- `call.recording.saved`
|
|
888
|
-
|
|
889
|
-
- `stop_siprec_calls_actions` (`write`): Stop SIPREC session.
|
|
890
|
-
|
|
891
|
-
**Expected Webhooks:**
|
|
892
|
-
|
|
893
|
-
- `siprec.stopped`
|
|
894
|
-
|
|
895
|
-
- `stop_streaming_calls_actions` (`write`): Stop streaming a call to a WebSocket.
|
|
896
|
-
|
|
897
|
-
**Expected Webhooks:**
|
|
898
|
-
|
|
899
|
-
- `streaming.stopped`
|
|
900
|
-
|
|
901
|
-
- `stop_transcription_calls_actions` (`write`): Stop real-time transcription.
|
|
902
|
-
- `switch_supervisor_role_calls_actions` (`write`): Switch the supervisor role for a bridged call. This allows switching between different supervisor modes during an active call
|
|
903
|
-
- `transfer_calls_actions` (`write`): Transfer a call to a new destination. If the transfer is unsuccessful, a `call.hangup` webhook for the other call (Leg B) will be sent indicating that the transfer could not be completed. The original call will remain active and may be issued additional commands, potentially transfering the call to an alternate destination.
|
|
904
|
-
|
|
905
|
-
**Expected Webhooks:**
|
|
906
|
-
|
|
907
|
-
- `call.initiated`
|
|
908
|
-
- `call.bridged` to Leg B
|
|
909
|
-
- `call.answered` or `call.hangup`
|
|
910
|
-
- `call.machine.detection.ended` if `answering_machine_detection` was requested
|
|
911
|
-
- `call.machine.greeting.ended` if `answering_machine_detection` was requested to detect the end of machine greeting
|
|
912
|
-
- `call.machine.premium.detection.ended` if `answering_machine_detection=premium` was requested
|
|
913
|
-
- `call.machine.premium.greeting.ended` if `answering_machine_detection=premium` was requested and a beep was detected
|
|
914
|
-
|
|
915
|
-
- `update_client_state_calls_actions` (`write`): Updates client state
|
|
916
|
-
|
|
917
|
-
### Resource `campaign`:
|
|
918
|
-
|
|
919
|
-
- `retrieve_campaign` (`read`): Retrieve campaign details by `campaignId`.
|
|
920
|
-
- `update_campaign` (`write`): Update a campaign's properties by `campaignId`. **Please note:** only sample messages are editable.
|
|
921
|
-
- `list_campaign` (`read`): Retrieve a list of campaigns associated with a supplied `brandId`.
|
|
922
|
-
- `accept_sharing_campaign` (`write`): Manually accept a campaign shared with Telnyx
|
|
923
|
-
- `deactivate_campaign` (`write`): Terminate a campaign. Note that once deactivated, a campaign cannot be restored.
|
|
924
|
-
- `get_mno_metadata_campaign` (`read`): Get the campaign metadata for each MNO it was submitted to.
|
|
925
|
-
- `get_operation_status_campaign` (`read`): Retrieve campaign's operation status at MNO level.
|
|
926
|
-
- `get_sharing_status_campaign` (`read`): Get Sharing Status
|
|
927
|
-
- `submit_appeal_campaign` (`write`): Submits an appeal for rejected native campaigns in TELNYX_FAILED or MNO_REJECTED status. The appeal is recorded for manual compliance team review and the campaign status is reset to TCR_ACCEPTED. Note: Appeal forwarding is handled manually to allow proper review before incurring upstream charges.
|
|
928
|
-
|
|
929
|
-
### Resource `campaign.usecase`:
|
|
930
|
-
|
|
931
|
-
- `get_cost_campaign_usecase` (`read`): Get Campaign Cost
|
|
932
|
-
|
|
933
|
-
### Resource `campaign.osr`:
|
|
934
|
-
|
|
935
|
-
- `get_attributes_campaign_osr` (`read`): Get My Osr Campaign Attributes
|
|
936
|
-
|
|
937
|
-
### Resource `campaign_builder`:
|
|
938
|
-
|
|
939
|
-
- `create_campaign_builder` (`write`): Before creating a campaign, use the [Qualify By Usecase endpoint](https://developers.telnyx.com/api/messaging/10dlc/get-usecase-qualification) to ensure that the brand you want to assign a new campaign to is qualified for the desired use case of that campaign. **Please note:** After campaign creation, you'll only be able to edit the campaign's sample messages. Creating a campaign will entail an upfront, non-refundable three month's cost that will depend on the campaign's use case ([see 10DLC Costs section for details](https://developers.telnyx.com/docs/messaging/10dlc/concepts#10dlc-costs)).
|
|
940
|
-
|
|
941
|
-
### Resource `campaign_builder.brand`:
|
|
942
|
-
|
|
943
|
-
- `qualify_by_usecase_campaign_builder_brand` (`read`): This endpoint allows you to see whether or not the supplied brand is suitable for your desired campaign use case.
|
|
944
|
-
|
|
945
|
-
### Resource `channel_zones`:
|
|
946
|
-
|
|
947
|
-
- `update_channel_zones` (`write`): Update the number of Voice Channels for the Non-US Zones. This allows your account to handle multiple simultaneous inbound calls to Non-US numbers. Use this endpoint to increase or decrease your capacity based on expected call volume.
|
|
948
|
-
- `list_channel_zones` (`read`): Returns the non-US voice channels for your account. voice channels allow you to use Channel Billing for calls to your Telnyx phone numbers. Please check the <a href="https://support.telnyx.com/en/articles/8428806-global-channel-billing">Telnyx Support Articles</a> section for full information and examples of how to utilize Channel Billing.
|
|
949
|
-
|
|
950
|
-
### Resource `charges_breakdown`:
|
|
951
|
-
|
|
952
|
-
- `retrieve_charges_breakdown` (`read`): Retrieve a detailed breakdown of monthly charges for phone numbers in a specified date range. The date range cannot exceed 31 days.
|
|
953
|
-
|
|
954
|
-
### Resource `charges_summary`:
|
|
955
|
-
|
|
956
|
-
- `retrieve_charges_summary` (`read`): Retrieve a summary of monthly charges for a specified date range. The date range cannot exceed 31 days.
|
|
957
|
-
|
|
958
|
-
### Resource `comments`:
|
|
959
|
-
|
|
960
|
-
- `create_comments` (`write`): Create a comment
|
|
961
|
-
- `retrieve_comments` (`read`): Retrieve a comment
|
|
962
|
-
- `list_comments` (`read`): Retrieve all comments
|
|
963
|
-
- `mark_as_read_comments` (`write`): Mark a comment as read
|
|
964
|
-
|
|
965
|
-
### Resource `conferences`:
|
|
966
|
-
|
|
967
|
-
- `create_conferences` (`write`): Create a conference from an existing call leg using a `call_control_id` and a conference name. Upon creating the conference, the call will be automatically bridged to the conference. Conferences will expire after all participants have left the conference or after 4 hours regardless of the number of active participants.
|
|
968
|
-
|
|
969
|
-
**Expected Webhooks:**
|
|
970
|
-
|
|
971
|
-
- `conference.created`
|
|
972
|
-
- `conference.participant.joined`
|
|
973
|
-
- `conference.participant.left`
|
|
974
|
-
- `conference.ended`
|
|
975
|
-
- `conference.recording.saved`
|
|
976
|
-
- `conference.floor.changed`
|
|
977
|
-
|
|
978
|
-
- `retrieve_conferences` (`read`): Retrieve an existing conference
|
|
979
|
-
- `list_conferences` (`read`): Lists conferences. Conferences are created on demand, and will expire after all participants have left the conference or after 4 hours regardless of the number of active participants. Conferences are listed in descending order by `expires_at`.
|
|
980
|
-
- `list_participants_conferences` (`read`): Lists conference participants
|
|
981
|
-
|
|
982
|
-
### Resource `conferences.actions`:
|
|
983
|
-
|
|
984
|
-
- `update_conferences_actions` (`write`): Update conference participant supervisor_role
|
|
985
|
-
- `hold_conferences_actions` (`write`): Hold a list of participants in a conference call
|
|
986
|
-
- `join_conferences_actions` (`write`): Join an existing call leg to a conference. Issue the Join Conference command with the conference ID in the path and the `call_control_id` of the leg you wish to join to the conference as an attribute. The conference can have up to a certain amount of active participants, as set by the `max_participants` parameter in conference creation request.
|
|
987
|
-
|
|
988
|
-
**Expected Webhooks:**
|
|
989
|
-
|
|
990
|
-
- `conference.participant.joined`
|
|
991
|
-
- `conference.participant.left`
|
|
992
|
-
|
|
993
|
-
- `leave_conferences_actions` (`write`): Removes a call leg from a conference and moves it back to parked state.
|
|
994
|
-
|
|
995
|
-
**Expected Webhooks:**
|
|
996
|
-
|
|
997
|
-
- `conference.participant.left`
|
|
998
|
-
|
|
999
|
-
- `mute_conferences_actions` (`write`): Mute a list of participants in a conference call
|
|
1000
|
-
- `play_conferences_actions` (`write`): Play audio to all or some participants on a conference call.
|
|
1001
|
-
- `record_pause_conferences_actions` (`write`): Pause conference recording.
|
|
1002
|
-
- `record_resume_conferences_actions` (`write`): Resume conference recording.
|
|
1003
|
-
- `record_start_conferences_actions` (`write`): Start recording the conference. Recording will stop on conference end, or via the Stop Recording command.
|
|
1004
|
-
|
|
1005
|
-
**Expected Webhooks:**
|
|
1006
|
-
|
|
1007
|
-
- `conference.recording.saved`
|
|
1008
|
-
|
|
1009
|
-
- `record_stop_conferences_actions` (`write`): Stop recording the conference.
|
|
1010
|
-
|
|
1011
|
-
**Expected Webhooks:**
|
|
1012
|
-
|
|
1013
|
-
- `conference.recording.saved`
|
|
1014
|
-
|
|
1015
|
-
- `speak_conferences_actions` (`write`): Convert text to speech and play it to all or some participants.
|
|
1016
|
-
- `stop_conferences_actions` (`write`): Stop audio being played to all or some participants on a conference call.
|
|
1017
|
-
- `unhold_conferences_actions` (`write`): Unhold a list of participants in a conference call
|
|
1018
|
-
- `unmute_conferences_actions` (`write`): Unmute a list of participants in a conference call
|
|
1019
|
-
|
|
1020
|
-
### Resource `connections`:
|
|
1021
|
-
|
|
1022
|
-
- `retrieve_connections` (`read`): Retrieves the high-level details of an existing connection. To retrieve specific authentication information, use the endpoint for the specific connection type.
|
|
1023
|
-
- `list_connections` (`read`): Returns a list of your connections irrespective of type.
|
|
1024
|
-
- `list_active_calls_connections` (`read`): Lists all active calls for given connection. Acceptable connections are either SIP connections with webhook_url or xml_request_url, call control or texml. Returned results are cursor paginated.
|
|
1025
|
-
|
|
1026
|
-
### Resource `country_coverage`:
|
|
1027
|
-
|
|
1028
|
-
- `retrieve_country_coverage` (`read`): Get country coverage
|
|
1029
|
-
- `retrieve_country_country_coverage` (`read`): Get coverage for a specific country
|
|
1030
|
-
|
|
1031
|
-
### Resource `credential_connections`:
|
|
1032
|
-
|
|
1033
|
-
- `create_credential_connections` (`write`): Creates a credential connection.
|
|
1034
|
-
- `retrieve_credential_connections` (`read`): Retrieves the details of an existing credential connection.
|
|
1035
|
-
- `update_credential_connections` (`write`): Updates settings of an existing credential connection.
|
|
1036
|
-
- `list_credential_connections` (`read`): Returns a list of your credential connections.
|
|
1037
|
-
- `delete_credential_connections` (`write`): Deletes an existing credential connection.
|
|
1038
|
-
|
|
1039
|
-
### Resource `credential_connections.actions`:
|
|
1040
|
-
|
|
1041
|
-
- `check_registration_status_credential_connections_actions` (`write`): Checks the registration_status for a credential connection, (`registration_status`) as well as the timestamp for the last SIP registration event (`registration_status_updated_at`)
|
|
1042
|
-
|
|
1043
|
-
### Resource `custom_storage_credentials`:
|
|
1044
|
-
|
|
1045
|
-
- `create_custom_storage_credentials` (`write`): Creates a custom storage credentials configuration.
|
|
1046
|
-
- `retrieve_custom_storage_credentials` (`read`): Returns the information about custom storage credentials.
|
|
1047
|
-
- `update_custom_storage_credentials` (`write`): Updates a stored custom credentials configuration.
|
|
1048
|
-
- `delete_custom_storage_credentials` (`write`): Deletes a stored custom credentials configuration.
|
|
1049
|
-
|
|
1050
|
-
### Resource `customer_service_records`:
|
|
1051
|
-
|
|
1052
|
-
- `create_customer_service_records` (`write`): Create a new customer service record for the provided phone number.
|
|
1053
|
-
- `retrieve_customer_service_records` (`read`): Get a specific customer service record.
|
|
1054
|
-
- `list_customer_service_records` (`read`): List customer service records.
|
|
1055
|
-
- `verify_phone_number_coverage_customer_service_records` (`write`): Verify the coverage for a list of phone numbers.
|
|
1056
|
-
|
|
1057
|
-
### Resource `detail_records`:
|
|
1058
|
-
|
|
1059
|
-
- `list_detail_records` (`read`): Search for any detail record across the Telnyx Platform
|
|
1060
|
-
|
|
1061
|
-
### Resource `dialogflow_connections`:
|
|
1062
|
-
|
|
1063
|
-
- `create_dialogflow_connections` (`write`): Save Dialogflow Credentiails to Telnyx, so it can be used with other Telnyx services.
|
|
1064
|
-
- `retrieve_dialogflow_connections` (`read`): Return details of the Dialogflow connection associated with the given CallControl connection.
|
|
1065
|
-
- `update_dialogflow_connections` (`write`): Updates a stored Dialogflow Connection.
|
|
1066
|
-
- `delete_dialogflow_connections` (`write`): Deletes a stored Dialogflow Connection.
|
|
1067
|
-
|
|
1068
|
-
### Resource `document_links`:
|
|
1069
|
-
|
|
1070
|
-
- `list_document_links` (`read`): List all documents links ordered by created_at descending.
|
|
1071
|
-
|
|
1072
|
-
### Resource `documents`:
|
|
1073
|
-
|
|
1074
|
-
- `retrieve_documents` (`read`): Retrieve a document.
|
|
1075
|
-
- `update_documents` (`write`): Update a document.
|
|
1076
|
-
- `list_documents` (`read`): List all documents ordered by created_at descending.
|
|
1077
|
-
- `delete_documents` (`write`): Delete a document.<br /><br />A document can only be deleted if it's not linked to a service. If it is linked to a service, it must be unlinked prior to deleting.
|
|
1078
|
-
- `download_documents` (`read`): Download a document.
|
|
1079
|
-
- `generate_download_link_documents` (`read`): Generates a temporary pre-signed URL that can be used to download the document directly from the storage backend without authentication.
|
|
1080
|
-
- `upload_documents` (`write`): Upload a document.<br /><br />Uploaded files must be linked to a service within 30 minutes or they will be automatically deleted.
|
|
1081
|
-
- `upload_json_documents` (`write`): Upload a document.<br /><br />Uploaded files must be linked to a service within 30 minutes or they will be automatically deleted.
|
|
1082
|
-
|
|
1083
|
-
### Resource `dynamic_emergency_addresses`:
|
|
1084
|
-
|
|
1085
|
-
- `create_dynamic_emergency_addresses` (`write`): Creates a dynamic emergency address.
|
|
1086
|
-
- `retrieve_dynamic_emergency_addresses` (`read`): Returns the dynamic emergency address based on the ID provided
|
|
1087
|
-
- `list_dynamic_emergency_addresses` (`read`): Returns the dynamic emergency addresses according to filters
|
|
1088
|
-
- `delete_dynamic_emergency_addresses` (`write`): Deletes the dynamic emergency address based on the ID provided
|
|
1089
|
-
|
|
1090
|
-
### Resource `dynamic_emergency_endpoints`:
|
|
1091
|
-
|
|
1092
|
-
- `create_dynamic_emergency_endpoints` (`write`): Creates a dynamic emergency endpoints.
|
|
1093
|
-
- `retrieve_dynamic_emergency_endpoints` (`read`): Returns the dynamic emergency endpoint based on the ID provided
|
|
1094
|
-
- `list_dynamic_emergency_endpoints` (`read`): Returns the dynamic emergency endpoints according to filters
|
|
1095
|
-
- `delete_dynamic_emergency_endpoints` (`write`): Deletes the dynamic emergency endpoint based on the ID provided
|
|
1096
|
-
|
|
1097
|
-
### Resource `enum`:
|
|
1098
|
-
|
|
1099
|
-
- `retrieve_enum` (`read`): Get Enum
|
|
1100
|
-
|
|
1101
|
-
### Resource `external_connections`:
|
|
1102
|
-
|
|
1103
|
-
- `create_external_connections` (`write`): Creates a new External Connection based on the parameters sent in the request. The external_sip_connection and outbound voice profile id are required. Once created, you can assign phone numbers to your application using the `/phone_numbers` endpoint.
|
|
1104
|
-
- `retrieve_external_connections` (`read`): Return the details of an existing External Connection inside the 'data' attribute of the response.
|
|
1105
|
-
- `update_external_connections` (`write`): Updates settings of an existing External Connection based on the parameters of the request.
|
|
1106
|
-
- `list_external_connections` (`read`): This endpoint returns a list of your External Connections inside the 'data' attribute of the response. External Connections are used by Telnyx customers to seamless configure SIP trunking integrations with Telnyx Partners, through External Voice Integrations in Mission Control Portal.
|
|
1107
|
-
- `delete_external_connections` (`write`): Permanently deletes an External Connection. Deletion may be prevented if the application is in use by phone numbers, is active, or if it is an Operator Connect connection. To remove an Operator Connect integration please contact Telnyx support.
|
|
1108
|
-
- `update_location_external_connections` (`write`): Update a location's static emergency address
|
|
1109
|
-
|
|
1110
|
-
### Resource `external_connections.log_messages`:
|
|
1111
|
-
|
|
1112
|
-
- `retrieve_external_connections_log_messages` (`read`): Retrieve a log message for an external connection associated with your account.
|
|
1113
|
-
- `list_external_connections_log_messages` (`read`): Retrieve a list of log messages for all external connections associated with your account.
|
|
1114
|
-
- `dismiss_external_connections_log_messages` (`write`): Dismiss a log message for an external connection associated with your account.
|
|
1115
|
-
|
|
1116
|
-
### Resource `external_connections.civic_addresses`:
|
|
1117
|
-
|
|
1118
|
-
- `retrieve_external_connections_civic_addresses` (`read`): Return the details of an existing Civic Address with its Locations inside the 'data' attribute of the response.
|
|
1119
|
-
- `list_external_connections_civic_addresses` (`read`): Returns the civic addresses and locations from Microsoft Teams.
|
|
1120
|
-
|
|
1121
|
-
### Resource `external_connections.phone_numbers`:
|
|
1122
|
-
|
|
1123
|
-
- `retrieve_external_connections_phone_numbers` (`read`): Return the details of a phone number associated with the given external connection.
|
|
1124
|
-
- `update_external_connections_phone_numbers` (`write`): Asynchronously update settings of the phone number associated with the given external connection.
|
|
1125
|
-
- `list_external_connections_phone_numbers` (`read`): Returns a list of all active phone numbers associated with the given external connection.
|
|
1126
|
-
|
|
1127
|
-
### Resource `external_connections.releases`:
|
|
1128
|
-
|
|
1129
|
-
- `retrieve_external_connections_releases` (`read`): Return the details of a Release request and its phone numbers.
|
|
1130
|
-
- `list_external_connections_releases` (`read`): Returns a list of your Releases for the given external connection. These are automatically created when you change the `connection_id` of a phone number that is currently on Microsoft Teams.
|
|
1131
|
-
|
|
1132
|
-
### Resource `external_connections.uploads`:
|
|
1133
|
-
|
|
1134
|
-
- `create_external_connections_uploads` (`write`): Creates a new Upload request to Microsoft teams with the included phone numbers. Only one of civic_address_id or location_id must be provided, not both. The maximum allowed phone numbers for the numbers_ids array is 1000.
|
|
1135
|
-
- `retrieve_external_connections_uploads` (`read`): Return the details of an Upload request and its phone numbers.
|
|
1136
|
-
- `list_external_connections_uploads` (`read`): Returns a list of your Upload requests for the given external connection.
|
|
1137
|
-
- `pending_count_external_connections_uploads` (`read`): Returns the count of all pending upload requests for the given external connection.
|
|
1138
|
-
- `refresh_status_external_connections_uploads` (`write`): Forces a recheck of the status of all pending Upload requests for the given external connection in the background.
|
|
1139
|
-
- `retry_external_connections_uploads` (`write`): If there were any errors during the upload process, this endpoint will retry the upload request. In some cases this will reattempt the existing upload request, in other cases it may create a new upload request. Please check the ticket_id in the response to determine if a new upload request was created.
|
|
1140
|
-
|
|
1141
|
-
### Resource `fax_applications`:
|
|
1142
|
-
|
|
1143
|
-
- `create_fax_applications` (`write`): Creates a new Fax Application based on the parameters sent in the request. The application name and webhook URL are required. Once created, you can assign phone numbers to your application using the `/phone_numbers` endpoint.
|
|
1144
|
-
- `retrieve_fax_applications` (`read`): Return the details of an existing Fax Application inside the 'data' attribute of the response.
|
|
1145
|
-
- `update_fax_applications` (`write`): Updates settings of an existing Fax Application based on the parameters of the request.
|
|
1146
|
-
- `list_fax_applications` (`read`): This endpoint returns a list of your Fax Applications inside the 'data' attribute of the response. You can adjust which applications are listed by using filters. Fax Applications are used to configure how you send and receive faxes using the Programmable Fax API with Telnyx.
|
|
1147
|
-
- `delete_fax_applications` (`write`): Permanently deletes a Fax Application. Deletion may be prevented if the application is in use by phone numbers.
|
|
1148
|
-
|
|
1149
|
-
### Resource `faxes`:
|
|
1150
|
-
|
|
1151
|
-
- `create_faxes` (`write`): Send a fax. Files have size limits and page count limit validations. If a file is bigger than 50MB or has more than 350 pages it will fail with `file_size_limit_exceeded` and `page_count_limit_exceeded` respectively.
|
|
1152
|
-
|
|
1153
|
-
**Expected Webhooks:**
|
|
1154
|
-
|
|
1155
|
-
- `fax.queued`
|
|
1156
|
-
- `fax.media.processed`
|
|
1157
|
-
- `fax.sending.started`
|
|
1158
|
-
- `fax.delivered`
|
|
1159
|
-
- `fax.failed`
|
|
1160
|
-
|
|
1161
|
-
- `retrieve_faxes` (`read`): View a fax
|
|
1162
|
-
- `list_faxes` (`read`): View a list of faxes
|
|
1163
|
-
- `delete_faxes` (`write`): Delete a fax
|
|
1164
|
-
|
|
1165
|
-
### Resource `faxes.actions`:
|
|
1166
|
-
|
|
1167
|
-
- `cancel_faxes_actions` (`write`): Cancel the outbound fax that is in one of the following states: `queued`, `media.processed`, `originated` or `sending`
|
|
1168
|
-
- `refresh_faxes_actions` (`write`): Refreshes the inbound fax's media_url when it has expired
|
|
1169
|
-
|
|
1170
|
-
### Resource `fqdn_connections`:
|
|
1171
|
-
|
|
1172
|
-
- `create_fqdn_connections` (`write`): Creates a FQDN connection.
|
|
1173
|
-
- `retrieve_fqdn_connections` (`read`): Retrieves the details of an existing FQDN connection.
|
|
1174
|
-
- `update_fqdn_connections` (`write`): Updates settings of an existing FQDN connection.
|
|
1175
|
-
- `list_fqdn_connections` (`read`): Returns a list of your FQDN connections.
|
|
1176
|
-
- `delete_fqdn_connections` (`write`): Deletes an FQDN connection.
|
|
1177
|
-
|
|
1178
|
-
### Resource `fqdns`:
|
|
1179
|
-
|
|
1180
|
-
- `create_fqdns` (`write`): Create a new FQDN object.
|
|
1181
|
-
- `retrieve_fqdns` (`read`): Return the details regarding a specific FQDN.
|
|
1182
|
-
- `update_fqdns` (`write`): Update the details of a specific FQDN.
|
|
1183
|
-
- `list_fqdns` (`read`): Get all FQDNs belonging to the user that match the given filters.
|
|
1184
|
-
- `delete_fqdns` (`write`): Delete an FQDN.
|
|
1185
|
-
|
|
1186
|
-
### Resource `global_ip_allowed_ports`:
|
|
1187
|
-
|
|
1188
|
-
- `list_global_ip_allowed_ports` (`read`): List all Global IP Allowed Ports
|
|
1189
|
-
|
|
1190
|
-
### Resource `global_ip_assignment_health`:
|
|
1191
|
-
|
|
1192
|
-
- `retrieve_global_ip_assignment_health` (`read`): Global IP Assignment Health Check Metrics
|
|
1193
|
-
|
|
1194
|
-
### Resource `global_ip_assignments`:
|
|
1195
|
-
|
|
1196
|
-
- `create_global_ip_assignments` (`write`): Create a Global IP assignment.
|
|
1197
|
-
- `retrieve_global_ip_assignments` (`read`): Retrieve a Global IP assignment.
|
|
1198
|
-
- `update_global_ip_assignments` (`write`): Update a Global IP assignment.
|
|
1199
|
-
- `list_global_ip_assignments` (`read`): List all Global IP assignments.
|
|
1200
|
-
- `delete_global_ip_assignments` (`write`): Delete a Global IP assignment.
|
|
1201
|
-
|
|
1202
|
-
### Resource `global_ip_assignments_usage`:
|
|
1203
|
-
|
|
1204
|
-
- `retrieve_global_ip_assignments_usage` (`read`): Global IP Assignment Usage Metrics
|
|
1205
|
-
|
|
1206
|
-
### Resource `global_ip_health_check_types`:
|
|
1207
|
-
|
|
1208
|
-
- `list_global_ip_health_check_types` (`read`): List all Global IP Health check types.
|
|
1209
|
-
|
|
1210
|
-
### Resource `global_ip_health_checks`:
|
|
1211
|
-
|
|
1212
|
-
- `create_global_ip_health_checks` (`write`): Create a Global IP health check.
|
|
1213
|
-
- `retrieve_global_ip_health_checks` (`read`): Retrieve a Global IP health check.
|
|
1214
|
-
- `list_global_ip_health_checks` (`read`): List all Global IP health checks.
|
|
1215
|
-
- `delete_global_ip_health_checks` (`write`): Delete a Global IP health check.
|
|
1216
|
-
|
|
1217
|
-
### Resource `global_ip_latency`:
|
|
1218
|
-
|
|
1219
|
-
- `retrieve_global_ip_latency` (`read`): Global IP Latency Metrics
|
|
1220
|
-
|
|
1221
|
-
### Resource `global_ip_protocols`:
|
|
1222
|
-
|
|
1223
|
-
- `list_global_ip_protocols` (`read`): List all Global IP Protocols
|
|
1224
|
-
|
|
1225
|
-
### Resource `global_ip_usage`:
|
|
1226
|
-
|
|
1227
|
-
- `retrieve_global_ip_usage` (`read`): Global IP Usage Metrics
|
|
1228
|
-
|
|
1229
|
-
### Resource `global_ips`:
|
|
1230
|
-
|
|
1231
|
-
- `create_global_ips` (`write`): Create a Global IP.
|
|
1232
|
-
- `retrieve_global_ips` (`read`): Retrieve a Global IP.
|
|
1233
|
-
- `list_global_ips` (`read`): List all Global IPs.
|
|
1234
|
-
- `delete_global_ips` (`write`): Delete a Global IP.
|
|
1235
|
-
|
|
1236
|
-
### Resource `inbound_channels`:
|
|
1237
|
-
|
|
1238
|
-
- `update_inbound_channels` (`write`): Update the number of Voice Channels for the US Zone. This allows your account to handle multiple simultaneous inbound calls to US numbers. Use this endpoint to increase or decrease your capacity based on expected call volume.
|
|
1239
|
-
- `list_inbound_channels` (`read`): Returns the US Zone voice channels for your account. voice channels allows you to use Channel Billing for calls to your Telnyx phone numbers. Please check the <a href="https://support.telnyx.com/en/articles/8428806-global-channel-billing">Telnyx Support Articles</a> section for full information and examples of how to utilize Channel Billing.
|
|
1240
|
-
|
|
1241
|
-
### Resource `integration_secrets`:
|
|
1242
|
-
|
|
1243
|
-
- `create_integration_secrets` (`write`): Create a new secret with an associated identifier that can be used to securely integrate with other services.
|
|
1244
|
-
- `list_integration_secrets` (`read`): Retrieve a list of all integration secrets configured by the user.
|
|
1245
|
-
- `delete_integration_secrets` (`write`): Delete an integration secret given its ID.
|
|
1246
|
-
|
|
1247
|
-
### Resource `inventory_coverage`:
|
|
1248
|
-
|
|
1249
|
-
- `list_inventory_coverage` (`read`): Creates an inventory coverage request. If locality, npa or national_destination_code is used in groupBy, and no region or locality filters are used, the whole paginated set is returned.
|
|
1250
|
-
|
|
1251
|
-
### Resource `invoices`:
|
|
1252
|
-
|
|
1253
|
-
- `retrieve_invoices` (`read`): Retrieve a single invoice by its unique identifier.
|
|
1254
|
-
- `list_invoices` (`read`): Retrieve a paginated list of invoices.
|
|
1255
|
-
|
|
1256
|
-
### Resource `ip_connections`:
|
|
1257
|
-
|
|
1258
|
-
- `create_ip_connections` (`write`): Creates an IP connection.
|
|
1259
|
-
- `retrieve_ip_connections` (`read`): Retrieves the details of an existing ip connection.
|
|
1260
|
-
- `update_ip_connections` (`write`): Updates settings of an existing IP connection.
|
|
1261
|
-
- `list_ip_connections` (`read`): Returns a list of your IP connections.
|
|
1262
|
-
- `delete_ip_connections` (`write`): Deletes an existing IP connection.
|
|
1263
|
-
|
|
1264
|
-
### Resource `ips`:
|
|
1265
|
-
|
|
1266
|
-
- `create_ips` (`write`): Create a new IP object.
|
|
1267
|
-
- `retrieve_ips` (`read`): Return the details regarding a specific IP.
|
|
1268
|
-
- `update_ips` (`write`): Update the details of a specific IP.
|
|
1269
|
-
- `list_ips` (`read`): Get all IPs belonging to the user that match the given filters.
|
|
1270
|
-
- `delete_ips` (`write`): Delete an IP.
|
|
1271
|
-
|
|
1272
|
-
### Resource `ledger_billing_group_reports`:
|
|
1273
|
-
|
|
1274
|
-
- `create_ledger_billing_group_reports` (`write`): Create a ledger billing group report
|
|
1275
|
-
- `retrieve_ledger_billing_group_reports` (`read`): Get a ledger billing group report
|
|
1276
|
-
|
|
1277
|
-
### Resource `list`:
|
|
1278
|
-
|
|
1279
|
-
- `retrieve_all_list` (`read`): Retrieve a list of all phone numbers using Channel Billing, grouped by Zone.
|
|
1280
|
-
- `retrieve_by_zone_list` (`read`): Retrieve a list of phone numbers using Channel Billing for a specific Zone.
|
|
1281
|
-
|
|
1282
|
-
### Resource `managed_accounts`:
|
|
1283
|
-
|
|
1284
|
-
- `create_managed_accounts` (`write`): Create a new managed account owned by the authenticated user. You need to be explictly approved by Telnyx in order to become a manager account.
|
|
1285
|
-
- `retrieve_managed_accounts` (`read`): Retrieves the details of a single managed account.
|
|
1286
|
-
- `update_managed_accounts` (`write`): Update a single managed account.
|
|
1287
|
-
- `list_managed_accounts` (`read`): Lists the accounts managed by the current user. Users need to be explictly approved by Telnyx in order to become manager accounts.
|
|
1288
|
-
- `get_allocatable_global_outbound_channels_managed_accounts` (`read`): Display information about allocatable global outbound channels for the current user. Only usable by account managers.
|
|
1289
|
-
- `update_global_channel_limit_managed_accounts` (`write`): Update the amount of allocatable global outbound channels allocated to a specific managed account.
|
|
1290
|
-
|
|
1291
|
-
### Resource `managed_accounts.actions`:
|
|
1292
|
-
|
|
1293
|
-
- `disable_managed_accounts_actions` (`write`): Disables a managed account, forbidding it to use Telnyx services, including sending or receiving phone calls and SMS messages. Ongoing phone calls will not be affected. The managed account and its sub-users will no longer be able to log in via the mission control portal.
|
|
1294
|
-
- `enable_managed_accounts_actions` (`write`): Enables a managed account and its sub-users to use Telnyx services.
|
|
1295
|
-
|
|
1296
|
-
### Resource `media`:
|
|
1297
|
-
|
|
1298
|
-
- `retrieve_media` (`read`): Returns the information about a stored media file.
|
|
1299
|
-
- `update_media` (`write`): Updates a stored media file.
|
|
1300
|
-
- `list_media` (`read`): Returns a list of stored media files.
|
|
1301
|
-
- `delete_media` (`write`): Deletes a stored media file.
|
|
1302
|
-
- `download_media` (`read`): Downloads a stored media file.
|
|
1303
|
-
- `upload_media` (`write`): Upload media file to Telnyx so it can be used with other Telnyx services
|
|
1304
|
-
|
|
1305
|
-
### Resource `messages`:
|
|
1306
|
-
|
|
1307
|
-
- `retrieve_messages` (`read`): Note: This API endpoint can only retrieve messages that are no older than 10 days since their creation. If you require messages older than this, please generate an [MDR report.](https://developers.telnyx.com/api/v1/mission-control/add-mdr-request)
|
|
1308
|
-
- `cancel_scheduled_messages` (`write`): Cancel a scheduled message that has not yet been sent. Only messages with `status=scheduled` and `send_at` more than a minute from now can be cancelled.
|
|
1309
|
-
- `schedule_messages` (`write`): Schedule a message with a Phone Number, Alphanumeric Sender ID, Short Code or Number Pool.
|
|
1310
|
-
|
|
1311
|
-
This endpoint allows you to schedule a message with any messaging resource.
|
|
1312
|
-
Current messaging resources include: long-code, short-code, number-pool, and
|
|
1313
|
-
alphanumeric-sender-id.
|
|
1314
|
-
|
|
1315
|
-
- `send_messages` (`write`): Send a message with a Phone Number, Alphanumeric Sender ID, Short Code or Number Pool.
|
|
1316
|
-
|
|
1317
|
-
This endpoint allows you to send a message with any messaging resource.
|
|
1318
|
-
Current messaging resources include: long-code, short-code, number-pool, and
|
|
1319
|
-
alphanumeric-sender-id.
|
|
1320
|
-
|
|
1321
|
-
- `send_group_mms_messages` (`write`): Send a group MMS message
|
|
1322
|
-
- `send_long_code_messages` (`write`): Send a long code message
|
|
1323
|
-
- `send_number_pool_messages` (`write`): Send a message using number pool
|
|
1324
|
-
- `send_short_code_messages` (`write`): Send a short code message
|
|
1325
|
-
|
|
1326
|
-
### Resource `messages.rcs`:
|
|
1327
|
-
|
|
1328
|
-
- `generate_deeplink_messages_rcs` (`read`): Generate a deeplink URL that can be used to start an RCS conversation with a specific agent.
|
|
1329
|
-
|
|
1330
|
-
### Resource `messaging.rcs`:
|
|
1331
|
-
|
|
1332
|
-
- `invite_test_number_messaging_rcs` (`write`): Adds a test phone number to an RCS agent for testing purposes.
|
|
1333
|
-
- `list_bulk_capabilities_messaging_rcs` (`write`): List RCS capabilities of a given batch of phone numbers
|
|
1334
|
-
- `retrieve_capabilities_messaging_rcs` (`read`): List RCS capabilities of a phone number
|
|
1335
|
-
|
|
1336
|
-
### Resource `messaging.rcs.agents`:
|
|
1337
|
-
|
|
1338
|
-
- `retrieve_rcs_messaging_agents` (`read`): Retrieve an RCS agent
|
|
1339
|
-
- `update_rcs_messaging_agents` (`write`): Modify an RCS agent
|
|
1340
|
-
- `list_rcs_messaging_agents` (`read`): List all RCS agents
|
|
1341
|
-
|
|
1342
|
-
### Resource `messaging_hosted_number_orders`:
|
|
1343
|
-
|
|
1344
|
-
- `create_messaging_hosted_number_orders` (`write`): Create a messaging hosted number order
|
|
1345
|
-
- `retrieve_messaging_hosted_number_orders` (`read`): Retrieve a messaging hosted number order
|
|
1346
|
-
- `list_messaging_hosted_number_orders` (`read`): List messaging hosted number orders
|
|
1347
|
-
- `delete_messaging_hosted_number_orders` (`write`): Delete a messaging hosted number order and all associated phone numbers.
|
|
1348
|
-
- `check_eligibility_messaging_hosted_number_orders` (`write`): Check eligibility of phone numbers for hosted messaging
|
|
1349
|
-
- `create_verification_codes_messaging_hosted_number_orders` (`write`): Create verification codes to validate numbers of the hosted order. The verification codes will be sent to the numbers of the hosted order.
|
|
1350
|
-
- `validate_codes_messaging_hosted_number_orders` (`write`): Validate the verification codes sent to the numbers of the hosted order. The verification codes must be created in the verification codes endpoint.
|
|
1351
|
-
|
|
1352
|
-
### Resource `messaging_hosted_number_orders.actions`:
|
|
1353
|
-
|
|
1354
|
-
- `upload_file_messaging_hosted_number_orders_actions` (`write`): Upload file required for a messaging hosted number order
|
|
1355
|
-
|
|
1356
|
-
### Resource `messaging_hosted_numbers`:
|
|
1357
|
-
|
|
1358
|
-
- `delete_messaging_hosted_numbers` (`write`): Delete a messaging hosted number
|
|
1359
|
-
|
|
1360
|
-
### Resource `messaging_numbers_bulk_updates`:
|
|
1361
|
-
|
|
1362
|
-
- `create_messaging_numbers_bulk_updates` (`write`): Update the messaging profile of multiple phone numbers
|
|
1363
|
-
- `retrieve_messaging_numbers_bulk_updates` (`read`): Retrieve bulk update status
|
|
1364
|
-
|
|
1365
|
-
### Resource `messaging_optouts`:
|
|
1366
|
-
|
|
1367
|
-
- `list_messaging_optouts` (`read`): Retrieve a list of opt-out blocks.
|
|
1368
|
-
|
|
1369
|
-
### Resource `messaging_profiles`:
|
|
1370
|
-
|
|
1371
|
-
- `create_messaging_profiles` (`write`): Create a messaging profile
|
|
1372
|
-
- `retrieve_messaging_profiles` (`read`): Retrieve a messaging profile
|
|
1373
|
-
- `update_messaging_profiles` (`write`): Update a messaging profile
|
|
1374
|
-
- `list_messaging_profiles` (`read`): List messaging profiles
|
|
1375
|
-
- `delete_messaging_profiles` (`write`): Delete a messaging profile
|
|
1376
|
-
- `list_phone_numbers_messaging_profiles` (`read`): List phone numbers associated with a messaging profile
|
|
1377
|
-
- `list_short_codes_messaging_profiles` (`read`): List short codes associated with a messaging profile
|
|
1378
|
-
|
|
1379
|
-
### Resource `messaging_profiles.autoresp_configs`:
|
|
1380
|
-
|
|
1381
|
-
- `create_messaging_profiles_autoresp_configs` (`write`): Create Auto-Reponse Setting
|
|
1382
|
-
- `retrieve_messaging_profiles_autoresp_configs` (`read`): Get Auto-Response Setting
|
|
1383
|
-
- `update_messaging_profiles_autoresp_configs` (`write`): Update Auto-Response Setting
|
|
1384
|
-
- `list_messaging_profiles_autoresp_configs` (`read`): List Auto-Response Settings
|
|
1385
|
-
- `delete_messaging_profiles_autoresp_configs` (`write`): Delete Auto-Response Setting
|
|
1386
|
-
|
|
1387
|
-
### Resource `messaging_tollfree.verification.requests`:
|
|
1388
|
-
|
|
1389
|
-
- `create_verification_messaging_tollfree_requests` (`write`): Submit a new tollfree verification request
|
|
1390
|
-
- `retrieve_verification_messaging_tollfree_requests` (`read`): Get a single verification request by its ID.
|
|
1391
|
-
- `update_verification_messaging_tollfree_requests` (`write`): Update an existing tollfree verification request. This is particularly useful when there are pending customer actions to be taken.
|
|
1392
|
-
- `list_verification_messaging_tollfree_requests` (`read`): Get a list of previously-submitted tollfree verification requests
|
|
1393
|
-
- `delete_verification_messaging_tollfree_requests` (`write`): Delete a verification request
|
|
1394
|
-
|
|
1395
|
-
A request may only be deleted when when the request is in the "rejected" state.
|
|
1396
|
-
|
|
1397
|
-
- `HTTP 200`: request successfully deleted
|
|
1398
|
-
- `HTTP 400`: request exists but can't be deleted (i.e. not rejected)
|
|
1399
|
-
- `HTTP 404`: request unknown or already deleted
|
|
1400
|
-
|
|
1401
|
-
### Resource `messaging_url_domains`:
|
|
1402
|
-
|
|
1403
|
-
- `list_messaging_url_domains` (`read`): List messaging URL domains
|
|
1404
|
-
|
|
1405
|
-
### Resource `messsages`:
|
|
1406
|
-
|
|
1407
|
-
- `rcs_messsages` (`write`): Send an RCS message
|
|
1408
|
-
|
|
1409
|
-
### Resource `mobile_network_operators`:
|
|
1410
|
-
|
|
1411
|
-
- `list_mobile_network_operators` (`read`): Telnyx has a set of GSM mobile operators partners that are available through our mobile network roaming. This resource is entirely managed by Telnyx and may change over time. That means that this resource won't allow any write operations for it. Still, it's available so it can be used as a support resource that can be related to other resources or become a configuration option.
|
|
1412
|
-
|
|
1413
|
-
### Resource `mobile_push_credentials`:
|
|
1414
|
-
|
|
1415
|
-
- `create_mobile_push_credentials` (`write`): Creates a new mobile push credential
|
|
1416
|
-
- `retrieve_mobile_push_credentials` (`read`): Retrieves mobile push credential based on the given `push_credential_id`
|
|
1417
|
-
- `list_mobile_push_credentials` (`read`): List mobile push credentials
|
|
1418
|
-
- `delete_mobile_push_credentials` (`write`): Deletes a mobile push credential based on the given `push_credential_id`
|
|
1419
|
-
|
|
1420
|
-
### Resource `network_coverage`:
|
|
1421
|
-
|
|
1422
|
-
- `list_network_coverage` (`read`): List all locations and the interfaces that region supports
|
|
1423
|
-
|
|
1424
|
-
### Resource `networks`:
|
|
1425
|
-
|
|
1426
|
-
- `create_networks` (`write`): Create a new Network.
|
|
1427
|
-
- `retrieve_networks` (`read`): Retrieve a Network.
|
|
1428
|
-
- `update_networks` (`write`): Update a Network.
|
|
1429
|
-
- `list_networks` (`read`): List all Networks.
|
|
1430
|
-
- `delete_networks` (`write`): Delete a Network.
|
|
1431
|
-
- `list_interfaces_networks` (`read`): List all Interfaces for a Network.
|
|
1432
|
-
|
|
1433
|
-
### Resource `networks.default_gateway`:
|
|
1434
|
-
|
|
1435
|
-
- `create_networks_default_gateway` (`write`): Create Default Gateway.
|
|
1436
|
-
- `retrieve_networks_default_gateway` (`read`): Get Default Gateway status.
|
|
1437
|
-
- `delete_networks_default_gateway` (`write`): Delete Default Gateway.
|
|
1438
|
-
|
|
1439
|
-
### Resource `notification_channels`:
|
|
1440
|
-
|
|
1441
|
-
- `create_notification_channels` (`write`): Create a notification channel.
|
|
1442
|
-
- `retrieve_notification_channels` (`read`): Get a notification channel.
|
|
1443
|
-
- `update_notification_channels` (`write`): Update a notification channel.
|
|
1444
|
-
- `list_notification_channels` (`read`): List notification channels.
|
|
1445
|
-
- `delete_notification_channels` (`write`): Delete a notification channel.
|
|
1446
|
-
|
|
1447
|
-
### Resource `notification_event_conditions`:
|
|
1448
|
-
|
|
1449
|
-
- `list_notification_event_conditions` (`read`): Returns a list of your notifications events conditions.
|
|
1450
|
-
|
|
1451
|
-
### Resource `notification_events`:
|
|
1452
|
-
|
|
1453
|
-
- `list_notification_events` (`read`): Returns a list of your notifications events.
|
|
1454
|
-
|
|
1455
|
-
### Resource `notification_profiles`:
|
|
1456
|
-
|
|
1457
|
-
- `create_notification_profiles` (`write`): Create a notification profile.
|
|
1458
|
-
- `retrieve_notification_profiles` (`read`): Get a notification profile.
|
|
1459
|
-
- `update_notification_profiles` (`write`): Update a notification profile.
|
|
1460
|
-
- `list_notification_profiles` (`read`): Returns a list of your notifications profiles.
|
|
1461
|
-
- `delete_notification_profiles` (`write`): Delete a notification profile.
|
|
1462
|
-
|
|
1463
|
-
### Resource `notification_settings`:
|
|
1464
|
-
|
|
1465
|
-
- `create_notification_settings` (`write`): Add a notification setting.
|
|
1466
|
-
- `retrieve_notification_settings` (`read`): Get a notification setting.
|
|
1467
|
-
- `list_notification_settings` (`read`): List notification settings.
|
|
1468
|
-
- `delete_notification_settings` (`write`): Delete a notification setting.
|
|
1469
|
-
|
|
1470
|
-
### Resource `number_block_orders`:
|
|
1471
|
-
|
|
1472
|
-
- `create_number_block_orders` (`write`): Creates a phone number block order.
|
|
1473
|
-
- `retrieve_number_block_orders` (`read`): Get an existing phone number block order.
|
|
1474
|
-
- `list_number_block_orders` (`read`): Get a paginated list of number block orders.
|
|
1475
|
-
|
|
1476
|
-
### Resource `number_lookup`:
|
|
1477
|
-
|
|
1478
|
-
- `retrieve_number_lookup` (`read`): Returns information about the provided phone number.
|
|
1479
|
-
|
|
1480
|
-
### Resource `number_order_phone_numbers`:
|
|
1481
|
-
|
|
1482
|
-
- `retrieve_number_order_phone_numbers` (`read`): Get an existing phone number in number order.
|
|
1483
|
-
- `list_number_order_phone_numbers` (`read`): Get a list of phone numbers associated to orders.
|
|
1484
|
-
- `update_requirement_group_number_order_phone_numbers` (`write`): Update requirement group for a phone number order
|
|
1485
|
-
- `update_requirements_number_order_phone_numbers` (`write`): Updates requirements for a single phone number within a number order.
|
|
1486
|
-
|
|
1487
|
-
### Resource `number_orders`:
|
|
1488
|
-
|
|
1489
|
-
- `create_number_orders` (`write`): Creates a phone number order.
|
|
1490
|
-
- `retrieve_number_orders` (`read`): Get an existing phone number order.
|
|
1491
|
-
- `update_number_orders` (`write`): Updates a phone number order.
|
|
1492
|
-
- `list_number_orders` (`read`): Get a paginated list of number orders.
|
|
1493
|
-
|
|
1494
|
-
### Resource `number_reservations`:
|
|
1495
|
-
|
|
1496
|
-
- `create_number_reservations` (`write`): Creates a Phone Number Reservation for multiple numbers.
|
|
1497
|
-
- `retrieve_number_reservations` (`read`): Gets a single phone number reservation.
|
|
1498
|
-
- `list_number_reservations` (`read`): Gets a paginated list of phone number reservations.
|
|
1499
|
-
|
|
1500
|
-
### Resource `number_reservations.actions`:
|
|
1501
|
-
|
|
1502
|
-
- `extend_number_reservations_actions` (`write`): Extends reservation expiry time on all phone numbers.
|
|
1503
|
-
|
|
1504
|
-
### Resource `numbers_features`:
|
|
1505
|
-
|
|
1506
|
-
- `create_numbers_features` (`write`): Retrieve the features for a list of numbers
|
|
1507
|
-
|
|
1508
|
-
### Resource `operator_connect.actions`:
|
|
1509
|
-
|
|
1510
|
-
- `refresh_operator_connect_actions` (`write`): This endpoint will make an asynchronous request to refresh the Operator Connect integration with Microsoft Teams for the current user. This will create new external connections on the user's account if needed, and/or report the integration results as [log messages](https://developers.telnyx.com/api/external-voice-integrations/list-external-connection-log-messages).
|
|
1511
|
-
|
|
1512
|
-
### Resource `ota_updates`:
|
|
1513
|
-
|
|
1514
|
-
- `retrieve_ota_updates` (`read`): This API returns the details of an Over the Air (OTA) update.
|
|
1515
|
-
- `list_ota_updates` (`read`): List OTA updates
|
|
1516
|
-
|
|
1517
|
-
### Resource `outbound_voice_profiles`:
|
|
1518
|
-
|
|
1519
|
-
- `create_outbound_voice_profiles` (`write`): Create an outbound voice profile.
|
|
1520
|
-
- `retrieve_outbound_voice_profiles` (`read`): Retrieves the details of an existing outbound voice profile.
|
|
1521
|
-
- `update_outbound_voice_profiles` (`write`): Updates an existing outbound voice profile.
|
|
1522
|
-
- `list_outbound_voice_profiles` (`read`): Get all outbound voice profiles belonging to the user that match the given filters.
|
|
1523
|
-
- `delete_outbound_voice_profiles` (`write`): Deletes an existing outbound voice profile.
|
|
1524
|
-
|
|
1525
|
-
### Resource `payment.auto_recharge_prefs`:
|
|
1526
|
-
|
|
1527
|
-
- `update_payment_auto_recharge_prefs` (`write`): Update payment auto recharge preferences.
|
|
1528
|
-
- `list_payment_auto_recharge_prefs` (`read`): Returns the payment auto recharge preferences.
|
|
1529
|
-
|
|
1530
|
-
### Resource `phone_number_assignment_by_profile`:
|
|
1531
|
-
|
|
1532
|
-
- `assign_phone_number_assignment_by_profile` (`write`): This endpoint allows you to link all phone numbers associated with a Messaging Profile to a campaign. **Please note:** if you want to assign phone numbers to a campaign that you did not create with Telnyx 10DLC services, this endpoint allows that provided that you've shared the campaign with Telnyx. In this case, only provide the parameter, `tcrCampaignId`, and not `campaignId`. In all other cases (where the campaign you're assigning was created with Telnyx 10DLC services), only provide `campaignId`, not `tcrCampaignId`.
|
|
1533
|
-
- `retrieve_phone_number_status_phone_number_assignment_by_profile` (`read`): Check the status of the individual phone number/campaign assignments associated with the supplied `taskId`.
|
|
1534
|
-
- `retrieve_status_phone_number_assignment_by_profile` (`read`): Check the status of the task associated with assigning all phone numbers on a messaging profile to a campaign by `taskId`.
|
|
1535
|
-
|
|
1536
|
-
### Resource `phone_number_blocks.jobs`:
|
|
1537
|
-
|
|
1538
|
-
- `retrieve_phone_number_blocks_jobs` (`read`): Retrieves a phone number blocks job
|
|
1539
|
-
- `list_phone_number_blocks_jobs` (`read`): Lists the phone number blocks jobs
|
|
1540
|
-
- `delete_phone_number_block_phone_number_blocks_jobs` (`write`): Creates a new background job to delete all the phone numbers associated with the given block. We will only consider the phone number block as deleted after all phone numbers associated with it are removed, so multiple executions of this job may be necessary in case some of the phone numbers present errors during the deletion process.
|
|
1541
|
-
|
|
1542
|
-
### Resource `phone_number_campaigns`:
|
|
1543
|
-
|
|
1544
|
-
- `create_phone_number_campaigns` (`write`): Create New Phone Number Campaign
|
|
1545
|
-
- `retrieve_phone_number_campaigns` (`read`): Retrieve an individual phone number/campaign assignment by `phoneNumber`.
|
|
1546
|
-
- `update_phone_number_campaigns` (`write`): Create New Phone Number Campaign
|
|
1547
|
-
- `list_phone_number_campaigns` (`read`): Retrieve All Phone Number Campaigns
|
|
1548
|
-
- `delete_phone_number_campaigns` (`write`): This endpoint allows you to remove a campaign assignment from the supplied `phoneNumber`.
|
|
1549
|
-
|
|
1550
|
-
### Resource `phone_numbers`:
|
|
1551
|
-
|
|
1552
|
-
- `retrieve_phone_numbers` (`read`): Retrieve a phone number
|
|
1553
|
-
- `update_phone_numbers` (`write`): Update a phone number
|
|
1554
|
-
- `list_phone_numbers` (`read`): List phone numbers
|
|
1555
|
-
- `delete_phone_numbers` (`write`): Delete a phone number
|
|
1556
|
-
- `slim_list_phone_numbers` (`read`): List phone numbers, This endpoint is a lighter version of the /phone_numbers endpoint having higher performance and rate limit.
|
|
1557
|
-
|
|
1558
|
-
### Resource `phone_numbers.actions`:
|
|
1559
|
-
|
|
1560
|
-
- `change_bundle_status_phone_numbers_actions` (`write`): Change the bundle status for a phone number (set to being in a bundle or remove from a bundle)
|
|
1561
|
-
- `enable_emergency_phone_numbers_actions` (`write`): Enable emergency for a phone number
|
|
1562
|
-
- `verify_ownership_phone_numbers_actions` (`write`): Verifies ownership of the provided phone numbers and returns a mapping of numbers to their IDs, plus a list of numbers not found in the account.
|
|
1563
|
-
|
|
1564
|
-
### Resource `phone_numbers.csv_downloads`:
|
|
1565
|
-
|
|
1566
|
-
- `create_phone_numbers_csv_downloads` (`write`): Create a CSV download
|
|
1567
|
-
- `retrieve_phone_numbers_csv_downloads` (`read`): Retrieve a CSV download
|
|
1568
|
-
- `list_phone_numbers_csv_downloads` (`read`): List CSV downloads
|
|
1569
|
-
|
|
1570
|
-
### Resource `phone_numbers.jobs`:
|
|
1571
|
-
|
|
1572
|
-
- `retrieve_phone_numbers_jobs` (`read`): Retrieve a phone numbers job
|
|
1573
|
-
- `list_phone_numbers_jobs` (`read`): Lists the phone numbers jobs
|
|
1574
|
-
- `delete_batch_phone_numbers_jobs` (`write`): Creates a new background job to delete a batch of numbers. At most one thousand numbers can be updated per API call.
|
|
1575
|
-
- `update_batch_phone_numbers_jobs` (`write`): Creates a new background job to update a batch of numbers. At most one thousand numbers can be updated per API call. At least one of the updateable fields must be submitted. IMPORTANT: You must either specify filters (using the filter parameters) or specific phone numbers (using the phone_numbers parameter in the request body). If you specify filters, ALL phone numbers that match the given filters (up to 1000 at a time) will be updated. If you want to update only specific numbers, you must use the phone_numbers parameter in the request body. When using the phone_numbers parameter, ensure you follow the correct format as shown in the example (either phone number IDs or phone numbers in E164 format).
|
|
1576
|
-
- `update_emergency_settings_batch_phone_numbers_jobs` (`write`): Creates a background job to update the emergency settings of a collection of phone numbers. At most one thousand numbers can be updated per API call.
|
|
1577
|
-
|
|
1578
|
-
### Resource `phone_numbers.messaging`:
|
|
1579
|
-
|
|
1580
|
-
- `retrieve_phone_numbers_messaging` (`read`): Retrieve a phone number with messaging settings
|
|
1581
|
-
- `update_phone_numbers_messaging` (`write`): Update the messaging profile and/or messaging product of a phone number
|
|
1582
|
-
- `list_phone_numbers_messaging` (`read`): List phone numbers with messaging settings
|
|
1583
|
-
|
|
1584
|
-
### Resource `phone_numbers.voice`:
|
|
1585
|
-
|
|
1586
|
-
- `retrieve_phone_numbers_voice` (`read`): Retrieve a phone number with voice settings
|
|
1587
|
-
- `update_phone_numbers_voice` (`write`): Update a phone number with voice settings
|
|
1588
|
-
- `list_phone_numbers_voice` (`read`): List phone numbers with voice settings
|
|
1589
|
-
|
|
1590
|
-
### Resource `phone_numbers.voicemail`:
|
|
1591
|
-
|
|
1592
|
-
- `create_phone_numbers_voicemail` (`write`): Create voicemail settings for a phone number
|
|
1593
|
-
- `retrieve_phone_numbers_voicemail` (`read`): Returns the voicemail settings for a phone number
|
|
1594
|
-
- `update_phone_numbers_voicemail` (`write`): Update voicemail settings for a phone number
|
|
1595
|
-
|
|
1596
|
-
### Resource `phone_numbers_regulatory_requirements`:
|
|
1597
|
-
|
|
1598
|
-
- `retrieve_phone_numbers_regulatory_requirements` (`read`): Retrieve regulatory requirements for a list of phone numbers
|
|
1599
|
-
|
|
1600
|
-
### Resource `portability_checks`:
|
|
1601
|
-
|
|
1602
|
-
- `run_portability_checks` (`write`): Runs a portability check, returning the results immediately.
|
|
1603
|
-
|
|
1604
|
-
### Resource `porting`:
|
|
1605
|
-
|
|
1606
|
-
- `list_uk_carriers_porting` (`read`): List available carriers in the UK.
|
|
1607
|
-
|
|
1608
|
-
### Resource `porting.events`:
|
|
1609
|
-
|
|
1610
|
-
- `retrieve_porting_events` (`read`): Show a specific porting event.
|
|
1611
|
-
- `list_porting_events` (`read`): Returns a list of all porting events.
|
|
1612
|
-
- `republish_porting_events` (`write`): Republish a specific porting event.
|
|
1613
|
-
|
|
1614
|
-
### Resource `porting.reports`:
|
|
1615
|
-
|
|
1616
|
-
- `create_porting_reports` (`write`): Generate reports about porting operations.
|
|
1617
|
-
- `retrieve_porting_reports` (`read`): Retrieve a specific report generated.
|
|
1618
|
-
- `list_porting_reports` (`read`): List the reports generated about porting operations.
|
|
1619
|
-
|
|
1620
|
-
### Resource `porting.loa_configurations`:
|
|
1621
|
-
|
|
1622
|
-
- `create_porting_loa_configurations` (`write`): Create a LOA configuration.
|
|
1623
|
-
- `retrieve_porting_loa_configurations` (`read`): Retrieve a specific LOA configuration.
|
|
1624
|
-
- `update_porting_loa_configurations` (`write`): Update a specific LOA configuration.
|
|
1625
|
-
- `list_porting_loa_configurations` (`read`): List the LOA configurations.
|
|
1626
|
-
- `delete_porting_loa_configurations` (`write`): Delete a specific LOA configuration.
|
|
1627
|
-
- `preview_0_porting_loa_configurations` (`write`): Preview the LOA template that would be generated without need to create LOA configuration.
|
|
1628
|
-
- `preview_1_porting_loa_configurations` (`read`): Preview a specific LOA configuration.
|
|
1629
|
-
|
|
1630
|
-
### Resource `porting_orders`:
|
|
1631
|
-
|
|
1632
|
-
- `create_porting_orders` (`write`): Creates a new porting order object.
|
|
1633
|
-
- `retrieve_porting_orders` (`read`): Retrieves the details of an existing porting order.
|
|
1634
|
-
- `update_porting_orders` (`write`): Edits the details of an existing porting order.
|
|
1635
|
-
|
|
1636
|
-
Any or all of a porting orders attributes may be included in the resource object included in a PATCH request.
|
|
1637
|
-
|
|
1638
|
-
If a request does not include all of the attributes for a resource, the system will interpret the missing attributes as if they were included with their current values. To explicitly set something to null, it must be included in the request with a null value.
|
|
1639
|
-
|
|
1640
|
-
- `list_porting_orders` (`read`): Returns a list of your porting order.
|
|
1641
|
-
- `delete_porting_orders` (`write`): Deletes an existing porting order. This operation is restrict to porting orders in draft state.
|
|
1642
|
-
- `retrieve_allowed_foc_windows_porting_orders` (`read`): Returns a list of allowed FOC dates for a porting order.
|
|
1643
|
-
- `retrieve_exception_types_porting_orders` (`read`): Returns a list of all possible exception types for a porting order.
|
|
1644
|
-
- `retrieve_loa_template_porting_orders` (`read`): Download a porting order loa template
|
|
1645
|
-
- `retrieve_requirements_porting_orders` (`read`): Returns a list of all requirements based on country/number type for this porting order.
|
|
1646
|
-
- `retrieve_sub_request_porting_orders` (`read`): Retrieve the associated V1 sub_request_id and port_request_id
|
|
1647
|
-
|
|
1648
|
-
### Resource `porting_orders.phone_number_configurations`:
|
|
1649
|
-
|
|
1650
|
-
- `create_porting_orders_phone_number_configurations` (`write`): Creates a list of phone number configurations.
|
|
1651
|
-
- `list_porting_orders_phone_number_configurations` (`read`): Returns a list of phone number configurations paginated.
|
|
1652
|
-
|
|
1653
|
-
### Resource `porting_orders.actions`:
|
|
1654
|
-
|
|
1655
|
-
- `activate_porting_orders_actions` (`write`): Activate each number in a porting order asynchronously. This operation is limited to US FastPort orders only.
|
|
1656
|
-
- `cancel_porting_orders_actions` (`write`): Cancel a porting order
|
|
1657
|
-
- `confirm_porting_orders_actions` (`write`): Confirm and submit your porting order.
|
|
1658
|
-
- `share_porting_orders_actions` (`write`): Creates a sharing token for a porting order. The token can be used to share the porting order with non-Telnyx users.
|
|
1659
|
-
|
|
1660
|
-
### Resource `porting_orders.activation_jobs`:
|
|
1661
|
-
|
|
1662
|
-
- `retrieve_porting_orders_activation_jobs` (`read`): Returns a porting activation job.
|
|
1663
|
-
- `update_porting_orders_activation_jobs` (`write`): Updates the activation time of a porting activation job.
|
|
1664
|
-
- `list_porting_orders_activation_jobs` (`read`): Returns a list of your porting activation jobs.
|
|
1665
|
-
|
|
1666
|
-
### Resource `porting_orders.additional_documents`:
|
|
1667
|
-
|
|
1668
|
-
- `create_porting_orders_additional_documents` (`write`): Creates a list of additional documents for a porting order.
|
|
1669
|
-
- `list_porting_orders_additional_documents` (`read`): Returns a list of additional documents for a porting order.
|
|
1670
|
-
- `delete_porting_orders_additional_documents` (`write`): Deletes an additional document for a porting order.
|
|
1671
|
-
|
|
1672
|
-
### Resource `porting_orders.comments`:
|
|
1673
|
-
|
|
1674
|
-
- `create_porting_orders_comments` (`write`): Creates a new comment for a porting order.
|
|
1675
|
-
- `list_porting_orders_comments` (`read`): Returns a list of all comments of a porting order.
|
|
1676
|
-
|
|
1677
|
-
### Resource `porting_orders.verification_codes`:
|
|
1678
|
-
|
|
1679
|
-
- `list_porting_orders_verification_codes` (`read`): Returns a list of verification codes for a porting order.
|
|
1680
|
-
- `send_porting_orders_verification_codes` (`write`): Send the verification code for all porting phone numbers.
|
|
1681
|
-
- `verify_porting_orders_verification_codes` (`write`): Verifies the verification code for a list of phone numbers.
|
|
1682
|
-
|
|
1683
|
-
### Resource `porting_orders.action_requirements`:
|
|
1684
|
-
|
|
1685
|
-
- `list_porting_orders_action_requirements` (`read`): Returns a list of action requirements for a specific porting order.
|
|
1686
|
-
- `initiate_porting_orders_action_requirements` (`write`): Initiates a specific action requirement for a porting order.
|
|
1687
|
-
|
|
1688
|
-
### Resource `porting_orders.associated_phone_numbers`:
|
|
1689
|
-
|
|
1690
|
-
- `create_porting_orders_associated_phone_numbers` (`write`): Creates a new associated phone number for a porting order. This is used for partial porting in GB to specify which phone numbers should be kept or disconnected.
|
|
1691
|
-
- `list_porting_orders_associated_phone_numbers` (`read`): Returns a list of all associated phone numbers for a porting order. Associated phone numbers are used for partial porting in GB to specify which phone numbers should be kept or disconnected.
|
|
1692
|
-
- `delete_porting_orders_associated_phone_numbers` (`write`): Deletes an associated phone number from a porting order.
|
|
1693
|
-
|
|
1694
|
-
### Resource `porting_orders.phone_number_blocks`:
|
|
1695
|
-
|
|
1696
|
-
- `create_porting_orders_phone_number_blocks` (`write`): Creates a new phone number block.
|
|
1697
|
-
- `list_porting_orders_phone_number_blocks` (`read`): Returns a list of all phone number blocks of a porting order.
|
|
1698
|
-
- `delete_porting_orders_phone_number_blocks` (`write`): Deletes a phone number block.
|
|
1699
|
-
|
|
1700
|
-
### Resource `porting_orders.phone_number_extensions`:
|
|
1701
|
-
|
|
1702
|
-
- `create_porting_orders_phone_number_extensions` (`write`): Creates a new phone number extension.
|
|
1703
|
-
- `list_porting_orders_phone_number_extensions` (`read`): Returns a list of all phone number extensions of a porting order.
|
|
1704
|
-
- `delete_porting_orders_phone_number_extensions` (`write`): Deletes a phone number extension.
|
|
1705
|
-
|
|
1706
|
-
### Resource `porting_phone_numbers`:
|
|
1707
|
-
|
|
1708
|
-
- `list_porting_phone_numbers` (`read`): Returns a list of your porting phone numbers.
|
|
1709
|
-
|
|
1710
|
-
### Resource `portouts`:
|
|
1711
|
-
|
|
1712
|
-
- `retrieve_portouts` (`read`): Returns the portout request based on the ID provided
|
|
1713
|
-
- `list_portouts` (`read`): Returns the portout requests according to filters
|
|
1714
|
-
- `list_rejection_codes_portouts` (`read`): Given a port-out ID, list rejection codes that are eligible for that port-out
|
|
1715
|
-
- `update_status_portouts` (`write`): Authorize or reject portout request
|
|
1716
|
-
|
|
1717
|
-
### Resource `portouts.events`:
|
|
1718
|
-
|
|
1719
|
-
- `retrieve_portouts_events` (`read`): Show a specific port-out event.
|
|
1720
|
-
- `list_portouts_events` (`read`): Returns a list of all port-out events.
|
|
1721
|
-
- `republish_portouts_events` (`write`): Republish a specific port-out event.
|
|
1722
|
-
|
|
1723
|
-
### Resource `portouts.reports`:
|
|
1724
|
-
|
|
1725
|
-
- `create_portouts_reports` (`write`): Generate reports about port-out operations.
|
|
1726
|
-
- `retrieve_portouts_reports` (`read`): Retrieve a specific report generated.
|
|
1727
|
-
- `list_portouts_reports` (`read`): List the reports generated about port-out operations.
|
|
1728
|
-
|
|
1729
|
-
### Resource `portouts.comments`:
|
|
1730
|
-
|
|
1731
|
-
- `create_portouts_comments` (`write`): Creates a comment on a portout request.
|
|
1732
|
-
- `list_portouts_comments` (`read`): Returns a list of comments for a portout request.
|
|
1733
|
-
|
|
1734
|
-
### Resource `portouts.supporting_documents`:
|
|
1735
|
-
|
|
1736
|
-
- `create_portouts_supporting_documents` (`write`): Creates a list of supporting documents on a portout request.
|
|
1737
|
-
- `list_portouts_supporting_documents` (`read`): List every supporting documents for a portout request.
|
|
1738
|
-
|
|
1739
|
-
### Resource `private_wireless_gateways`:
|
|
1740
|
-
|
|
1741
|
-
- `create_private_wireless_gateways` (`write`): Asynchronously create a Private Wireless Gateway for SIM cards for a previously created network. This operation may take several minutes so you can check the Private Wireless Gateway status at the section Get a Private Wireless Gateway.
|
|
1742
|
-
- `retrieve_private_wireless_gateways` (`read`): Retrieve information about a Private Wireless Gateway.
|
|
1743
|
-
- `list_private_wireless_gateways` (`read`): Get all Private Wireless Gateways belonging to the user.
|
|
1744
|
-
- `delete_private_wireless_gateways` (`write`): Deletes the Private Wireless Gateway.
|
|
1745
|
-
|
|
1746
|
-
### Resource `public_internet_gateways`:
|
|
1747
|
-
|
|
1748
|
-
- `create_public_internet_gateways` (`write`): Create a new Public Internet Gateway.
|
|
1749
|
-
- `retrieve_public_internet_gateways` (`read`): Retrieve a Public Internet Gateway.
|
|
1750
|
-
- `list_public_internet_gateways` (`read`): List all Public Internet Gateways.
|
|
1751
|
-
- `delete_public_internet_gateways` (`write`): Delete a Public Internet Gateway.
|
|
1752
|
-
|
|
1753
|
-
### Resource `queues`:
|
|
1754
|
-
|
|
1755
|
-
- `retrieve_queues` (`read`): Retrieve an existing call queue
|
|
1756
|
-
|
|
1757
|
-
### Resource `queues.calls`:
|
|
1758
|
-
|
|
1759
|
-
- `retrieve_queues_calls` (`read`): Retrieve an existing call from an existing queue
|
|
1760
|
-
- `update_queues_calls` (`write`): Update queued call's keep_after_hangup flag
|
|
1761
|
-
- `list_queues_calls` (`read`): Retrieve the list of calls in an existing queue
|
|
1762
|
-
- `remove_queues_calls` (`write`): Removes an inactive call from a queue. If the call is no longer active, use this command to remove it from the queue.
|
|
1763
|
-
|
|
1764
|
-
### Resource `recording_transcriptions`:
|
|
1765
|
-
|
|
1766
|
-
- `retrieve_recording_transcriptions` (`read`): Retrieves the details of an existing recording transcription.
|
|
1767
|
-
- `list_recording_transcriptions` (`read`): Returns a list of your recording transcriptions.
|
|
1768
|
-
- `delete_recording_transcriptions` (`write`): Permanently deletes a recording transcription.
|
|
1769
|
-
|
|
1770
|
-
### Resource `recordings`:
|
|
1771
|
-
|
|
1772
|
-
- `retrieve_recordings` (`read`): Retrieves the details of an existing call recording.
|
|
1773
|
-
- `list_recordings` (`read`): Returns a list of your call recordings.
|
|
1774
|
-
- `delete_recordings` (`write`): Permanently deletes a call recording.
|
|
1775
|
-
|
|
1776
|
-
### Resource `recordings.actions`:
|
|
1777
|
-
|
|
1778
|
-
- `delete_recordings_actions` (`write`): Permanently deletes a list of call recordings.
|
|
1779
|
-
|
|
1780
|
-
### Resource `regions`:
|
|
1781
|
-
|
|
1782
|
-
- `list_regions` (`read`): List all regions and the interfaces that region supports
|
|
1783
|
-
|
|
1784
|
-
### Resource `regulatory_requirements`:
|
|
1785
|
-
|
|
1786
|
-
- `retrieve_regulatory_requirements` (`read`): Retrieve regulatory requirements
|
|
1787
|
-
|
|
1788
|
-
### Resource `reports`:
|
|
1789
|
-
|
|
1790
|
-
- `list_mdrs_reports` (`read`): Fetch all Mdr records
|
|
1791
|
-
- `list_wdrs_reports` (`read`): Fetch all Wdr records
|
|
1792
|
-
|
|
1793
|
-
### Resource `reports.cdr_usage_reports`:
|
|
1794
|
-
|
|
1795
|
-
- `fetch_sync_reports_cdr_usage_reports` (`read`): Generate and fetch voice usage report synchronously. This endpoint will both generate and fetch the voice report over a specified time period. No polling is necessary but the response may take up to a couple of minutes.
|
|
1796
|
-
|
|
1797
|
-
### Resource `reports.mdr_usage_reports`:
|
|
1798
|
-
|
|
1799
|
-
- `create_reports_mdr_usage_reports` (`write`): Submit request for new new messaging usage report. This endpoint will pull and aggregate messaging data in specified time period.
|
|
1800
|
-
- `retrieve_reports_mdr_usage_reports` (`read`): Fetch a single messaging usage report by id
|
|
1801
|
-
- `list_reports_mdr_usage_reports` (`read`): Fetch all messaging usage reports. Usage reports are aggregated messaging data for specified time period and breakdown
|
|
1802
|
-
- `delete_reports_mdr_usage_reports` (`write`): Delete messaging usage report by id
|
|
1803
|
-
- `fetch_sync_reports_mdr_usage_reports` (`read`): Generate and fetch messaging usage report synchronously. This endpoint will both generate and fetch the messaging report over a specified time period. No polling is necessary but the response may take up to a couple of minutes.
|
|
1804
|
-
|
|
1805
|
-
### Resource `requirement_groups`:
|
|
1806
|
-
|
|
1807
|
-
- `create_requirement_groups` (`write`): Create a new requirement group
|
|
1808
|
-
- `retrieve_requirement_groups` (`read`): Get a single requirement group by ID
|
|
1809
|
-
- `update_requirement_groups` (`write`): Update requirement values in requirement group
|
|
1810
|
-
- `list_requirement_groups` (`read`): List requirement groups
|
|
1811
|
-
- `delete_requirement_groups` (`write`): Delete a requirement group by ID
|
|
1812
|
-
- `submit_for_approval_requirement_groups` (`write`): Submit a Requirement Group for Approval
|
|
1813
|
-
|
|
1814
|
-
### Resource `requirement_types`:
|
|
1815
|
-
|
|
1816
|
-
- `retrieve_requirement_types` (`read`): Retrieve a requirement type by id
|
|
1817
|
-
- `list_requirement_types` (`read`): List all requirement types ordered by created_at descending
|
|
1818
|
-
|
|
1819
|
-
### Resource `requirements`:
|
|
1820
|
-
|
|
1821
|
-
- `retrieve_requirements` (`read`): Retrieve a document requirement record
|
|
1822
|
-
- `list_requirements` (`read`): List all requirements with filtering, sorting, and pagination
|
|
1823
|
-
|
|
1824
|
-
### Resource `room_compositions`:
|
|
1825
|
-
|
|
1826
|
-
- `create_room_compositions` (`write`): Asynchronously create a room composition.
|
|
1827
|
-
- `retrieve_room_compositions` (`read`): View a room composition.
|
|
1828
|
-
- `list_room_compositions` (`read`): View a list of room compositions.
|
|
1829
|
-
- `delete_room_compositions` (`write`): Synchronously delete a room composition.
|
|
1830
|
-
|
|
1831
|
-
### Resource `room_participants`:
|
|
1832
|
-
|
|
1833
|
-
- `retrieve_room_participants` (`read`): View a room participant.
|
|
1834
|
-
- `list_room_participants` (`read`): View a list of room participants.
|
|
1835
|
-
|
|
1836
|
-
### Resource `room_recordings`:
|
|
1837
|
-
|
|
1838
|
-
- `retrieve_room_recordings` (`read`): View a room recording.
|
|
1839
|
-
- `list_room_recordings` (`read`): View a list of room recordings.
|
|
1840
|
-
- `delete_room_recordings` (`write`): Synchronously delete a Room Recording.
|
|
1841
|
-
- `delete_bulk_room_recordings` (`write`): Delete several room recordings in a bulk.
|
|
1842
|
-
|
|
1843
|
-
### Resource `rooms`:
|
|
1844
|
-
|
|
1845
|
-
- `create_rooms` (`write`): Synchronously create a Room.
|
|
1846
|
-
- `retrieve_rooms` (`read`): View a room.
|
|
1847
|
-
- `update_rooms` (`write`): Synchronously update a Room.
|
|
1848
|
-
- `list_rooms` (`read`): View a list of rooms.
|
|
1849
|
-
- `delete_rooms` (`write`): Synchronously delete a Room. Participants from that room will be kicked out, they won't be able to join that room anymore, and you won't be charged anymore for that room.
|
|
1850
|
-
|
|
1851
|
-
### Resource `rooms.actions`:
|
|
1852
|
-
|
|
1853
|
-
- `generate_join_client_token_rooms_actions` (`write`): Synchronously create an Client Token to join a Room. Client Token is necessary to join a Telnyx Room. Client Token will expire after `token_ttl_secs`, a Refresh Token is also provided to refresh a Client Token, the Refresh Token expires after `refresh_token_ttl_secs`.
|
|
1854
|
-
- `refresh_client_token_rooms_actions` (`write`): Synchronously refresh an Client Token to join a Room. Client Token is necessary to join a Telnyx Room. Client Token will expire after `token_ttl_secs`.
|
|
1855
|
-
|
|
1856
|
-
### Resource `rooms.sessions`:
|
|
1857
|
-
|
|
1858
|
-
- `retrieve_rooms_sessions` (`read`): View a room session.
|
|
1859
|
-
- `list_0_rooms_sessions` (`read`): View a list of room sessions.
|
|
1860
|
-
- `list_1_rooms_sessions` (`read`): View a list of room sessions.
|
|
1861
|
-
- `retrieve_participants_rooms_sessions` (`read`): View a list of room participants.
|
|
1862
|
-
|
|
1863
|
-
### Resource `rooms.sessions.actions`:
|
|
1864
|
-
|
|
1865
|
-
- `end_sessions_rooms_actions` (`write`): Note: this will also kick all participants currently present in the room
|
|
1866
|
-
- `kick_sessions_rooms_actions` (`write`): Kick participants from a room session.
|
|
1867
|
-
- `mute_sessions_rooms_actions` (`write`): Mute participants in room session.
|
|
1868
|
-
- `unmute_sessions_rooms_actions` (`write`): Unmute participants in room session.
|
|
1869
|
-
|
|
1870
|
-
### Resource `seti`:
|
|
1871
|
-
|
|
1872
|
-
- `retrieve_black_box_test_results_seti` (`read`): Returns the results of the various black box tests
|
|
1873
|
-
|
|
1874
|
-
### Resource `short_codes`:
|
|
1875
|
-
|
|
1876
|
-
- `retrieve_short_codes` (`read`): Retrieve a short code
|
|
1877
|
-
- `update_short_codes` (`write`): Update the settings for a specific short code. To unbind a short code from a profile, set the `messaging_profile_id` to `null` or an empty string.
|
|
1878
|
-
To add or update tags, include the tags field as an array of strings.
|
|
1879
|
-
- `list_short_codes` (`read`): List short codes
|
|
1880
|
-
|
|
1881
|
-
### Resource `sim_card_data_usage_notifications`:
|
|
1882
|
-
|
|
1883
|
-
- `create_sim_card_data_usage_notifications` (`write`): Creates a new SIM card data usage notification.
|
|
1884
|
-
- `retrieve_sim_card_data_usage_notifications` (`read`): Get a single SIM Card Data Usage Notification.
|
|
1885
|
-
- `update_sim_card_data_usage_notifications` (`write`): Updates information for a SIM Card Data Usage Notification.
|
|
1886
|
-
- `list_sim_card_data_usage_notifications` (`read`): Lists a paginated collection of SIM card data usage notifications. It enables exploring the collection using specific filters.
|
|
1887
|
-
- `delete_sim_card_data_usage_notifications` (`write`): Delete the SIM Card Data Usage Notification.
|
|
1888
|
-
|
|
1889
|
-
### Resource `sim_card_groups`:
|
|
1890
|
-
|
|
1891
|
-
- `create_sim_card_groups` (`write`): Creates a new SIM card group object
|
|
1892
|
-
- `retrieve_sim_card_groups` (`read`): Returns the details regarding a specific SIM card group
|
|
1893
|
-
- `update_sim_card_groups` (`write`): Updates a SIM card group
|
|
1894
|
-
- `list_sim_card_groups` (`read`): Get all SIM card groups belonging to the user that match the given filters.
|
|
1895
|
-
- `delete_sim_card_groups` (`write`): Permanently deletes a SIM card group
|
|
1896
|
-
|
|
1897
|
-
### Resource `sim_card_groups.actions`:
|
|
1898
|
-
|
|
1899
|
-
- `retrieve_sim_card_groups_actions` (`read`): This API allows fetching detailed information about a SIM card group action resource to make follow-ups in an existing asynchronous operation.
|
|
1900
|
-
- `list_sim_card_groups_actions` (`read`): This API allows listing a paginated collection a SIM card group actions. It allows to explore a collection of existing asynchronous operation using specific filters.
|
|
1901
|
-
- `remove_private_wireless_gateway_sim_card_groups_actions` (`write`): This action will asynchronously remove an existing Private Wireless Gateway definition from a SIM card group. Completing this operation defines that all SIM cards in the SIM card group will get their traffic handled by Telnyx's default mobile network configuration.
|
|
1902
|
-
- `remove_wireless_blocklist_sim_card_groups_actions` (`write`): This action will asynchronously remove an existing Wireless Blocklist to all the SIMs in the SIM card group.
|
|
1903
|
-
- `set_private_wireless_gateway_sim_card_groups_actions` (`write`): This action will asynchronously assign a provisioned Private Wireless Gateway to the SIM card group. Completing this operation defines that all SIM cards in the SIM card group will get their traffic controlled by the associated Private Wireless Gateway. This operation will also imply that new SIM cards assigned to a group will inherit its network definitions. If it's moved to a different group that doesn't have a Private Wireless Gateway, it'll use Telnyx's default mobile network configuration.
|
|
1904
|
-
- `set_wireless_blocklist_sim_card_groups_actions` (`write`): This action will asynchronously assign a Wireless Blocklist to all the SIMs in the SIM card group.
|
|
1905
|
-
|
|
1906
|
-
### Resource `sim_card_order_preview`:
|
|
1907
|
-
|
|
1908
|
-
- `preview_sim_card_order_preview` (`write`): Preview SIM card order purchases.
|
|
1909
|
-
|
|
1910
|
-
### Resource `sim_card_orders`:
|
|
1911
|
-
|
|
1912
|
-
- `create_sim_card_orders` (`write`): Creates a new order for SIM cards.
|
|
1913
|
-
- `retrieve_sim_card_orders` (`read`): Get a single SIM card order by its ID.
|
|
1914
|
-
- `list_sim_card_orders` (`read`): Get all SIM card orders according to filters.
|
|
1915
|
-
|
|
1916
|
-
### Resource `sim_cards`:
|
|
1917
|
-
|
|
1918
|
-
- `retrieve_sim_cards` (`read`): Returns the details regarding a specific SIM card.
|
|
1919
|
-
- `update_sim_cards` (`write`): Updates SIM card data
|
|
1920
|
-
- `list_sim_cards` (`read`): Get all SIM cards belonging to the user that match the given filters.
|
|
1921
|
-
- `delete_sim_cards` (`write`): The SIM card will be decommissioned, removed from your account and you will stop being charged.<br />The SIM card won't be able to connect to the network after the deletion is completed, thus making it impossible to consume data.<br/>
|
|
1922
|
-
Transitioning to the disabled state may take a period of time.
|
|
1923
|
-
Until the transition is completed, the SIM card status will be disabling <code>disabling</code>.<br />In order to re-enable the SIM card, you will need to re-register it.
|
|
1924
|
-
- `get_activation_code_sim_cards` (`read`): It returns the activation code for an eSIM.<br/><br/>
|
|
1925
|
-
This API is only available for eSIMs. If the given SIM is a physical SIM card, or has already been installed, an error will be returned.
|
|
1926
|
-
- `get_device_details_sim_cards` (`read`): It returns the device details where a SIM card is currently being used.
|
|
1927
|
-
- `get_public_ip_sim_cards` (`read`): It returns the public IP requested for a SIM card.
|
|
1928
|
-
- `list_wireless_connectivity_logs_sim_cards` (`read`): This API allows listing a paginated collection of Wireless Connectivity Logs associated with a SIM Card, for troubleshooting purposes.
|
|
1929
|
-
|
|
1930
|
-
### Resource `sim_cards.actions`:
|
|
1931
|
-
|
|
1932
|
-
- `retrieve_sim_cards_actions` (`read`): This API fetches detailed information about a SIM card action to follow-up on an existing asynchronous operation.
|
|
1933
|
-
- `list_sim_cards_actions` (`read`): This API lists a paginated collection of SIM card actions. It enables exploring a collection of existing asynchronous operations using specific filters.
|
|
1934
|
-
- `bulk_set_public_ips_sim_cards_actions` (`write`): This API triggers an asynchronous operation to set a public IP for each of the specified SIM cards.<br/>
|
|
1935
|
-
For each SIM Card a SIM Card Action will be generated. The status of the SIM Card Action can be followed through the [List SIM Card Action](https://developers.telnyx.com/api/wireless/list-sim-card-actions) API.
|
|
1936
|
-
- `disable_sim_cards_actions` (`write`): This API disables a SIM card, disconnecting it from the network and making it impossible to consume data.<br/>
|
|
1937
|
-
The API will trigger an asynchronous operation called a SIM Card Action. Transitioning to the disabled state may take a period of time. The status of the SIM Card Action can be followed through the [List SIM Card Action](https://developers.telnyx.com/api/wireless/list-sim-card-actions) API.
|
|
1938
|
-
- `enable_sim_cards_actions` (`write`): This API enables a SIM card, connecting it to the network and making it possible to consume data.<br/>
|
|
1939
|
-
To enable a SIM card, it must be associated with a SIM card group.<br/>
|
|
1940
|
-
The API will trigger an asynchronous operation called a SIM Card Action. Transitioning to the enabled state may take a period of time. The status of the SIM Card Action can be followed through the [List SIM Card Action](https://developers.telnyx.com/api/wireless/list-sim-card-actions) API.
|
|
1941
|
-
- `remove_public_ip_sim_cards_actions` (`write`): This API removes an existing public IP from a SIM card. <br/><br/>
|
|
1942
|
-
The API will trigger an asynchronous operation called a SIM Card Action. The status of the SIM Card Action can be followed through the [List SIM Card Action](https://developers.telnyx.com/api/wireless/list-sim-card-actions) API.
|
|
1943
|
-
- `set_public_ip_sim_cards_actions` (`write`): This API makes a SIM card reachable on the public internet by mapping a random public IP to the SIM card. <br/><br/>
|
|
1944
|
-
The API will trigger an asynchronous operation called a SIM Card Action. The status of the SIM Card Action can be followed through the [List SIM Card Action](https://developers.telnyx.com/api/wireless/list-sim-card-actions) API. <br/><br/>
|
|
1945
|
-
Setting a Public IP to a SIM Card incurs a charge and will only succeed if the account has sufficient funds.
|
|
1946
|
-
- `set_standby_sim_cards_actions` (`write`): The SIM card will be able to connect to the network once the process to set it to standby has been completed, thus making it possible to consume data.<br/>
|
|
1947
|
-
To set a SIM card to standby, it must be associated with SIM card group.<br/>
|
|
1948
|
-
The API will trigger an asynchronous operation called a SIM Card Action. Transitioning to the standby state may take a period of time. The status of the SIM Card Action can be followed through the [List SIM Card Action](https://developers.telnyx.com/api/wireless/list-sim-card-actions) API.
|
|
1949
|
-
- `validate_registration_codes_sim_cards_actions` (`write`): It validates whether SIM card registration codes are valid or not.
|
|
1950
|
-
|
|
1951
|
-
### Resource `siprec_connectors`:
|
|
1952
|
-
|
|
1953
|
-
- `create_siprec_connectors` (`write`): Creates a new SIPREC connector configuration.
|
|
1954
|
-
- `retrieve_siprec_connectors` (`read`): Returns details of a stored SIPREC connector.
|
|
1955
|
-
- `update_siprec_connectors` (`write`): Updates a stored SIPREC connector configuration.
|
|
1956
|
-
- `delete_siprec_connectors` (`write`): Deletes a stored SIPREC connector.
|
|
1957
|
-
|
|
1958
|
-
### Resource `storage`:
|
|
1959
|
-
|
|
1960
|
-
- `list_migration_source_coverage_storage` (`read`): List Migration Source coverage
|
|
1961
|
-
|
|
1962
|
-
### Resource `storage.buckets`:
|
|
1963
|
-
|
|
1964
|
-
- `create_presigned_url_storage_buckets` (`write`): Returns a timed and authenticated URL to download (GET) or upload (PUT) an object. This is the equivalent to AWS S3’s “presigned” URL. Please note that Telnyx performs authentication differently from AWS S3 and you MUST NOT use the presign method of AWS s3api CLI or SDK to generate the presigned URL.
|
|
1965
|
-
|
|
1966
|
-
Refer to: https://developers.telnyx.com/docs/cloud-storage/presigned-urls
|
|
1967
|
-
|
|
1968
|
-
### Resource `storage.buckets.ssl_certificate`:
|
|
1969
|
-
|
|
1970
|
-
- `create_buckets_storage_ssl_certificate` (`write`): Uploads an SSL certificate and its matching secret so that you can use Telnyx's storage as your CDN.
|
|
1971
|
-
- `retrieve_buckets_storage_ssl_certificate` (`read`): Returns the stored certificate detail of a bucket, if applicable.
|
|
1972
|
-
- `delete_buckets_storage_ssl_certificate` (`write`): Deletes an SSL certificate and its matching secret.
|
|
1973
|
-
|
|
1974
|
-
### Resource `storage.buckets.usage`:
|
|
1975
|
-
|
|
1976
|
-
- `get_api_usage_buckets_storage_usage` (`read`): Returns the detail on API usage on a bucket of a particular time period, group by method category.
|
|
1977
|
-
- `get_bucket_usage_buckets_storage_usage` (`read`): Returns the amount of storage space and number of files a bucket takes up.
|
|
1978
|
-
|
|
1979
|
-
### Resource `storage.migration_sources`:
|
|
1980
|
-
|
|
1981
|
-
- `create_storage_migration_sources` (`write`): Create a source from which data can be migrated from.
|
|
1982
|
-
- `retrieve_storage_migration_sources` (`read`): Get a Migration Source
|
|
1983
|
-
- `list_storage_migration_sources` (`read`): List all Migration Sources
|
|
1984
|
-
- `delete_storage_migration_sources` (`write`): Delete a Migration Source
|
|
1985
|
-
|
|
1986
|
-
### Resource `storage.migrations`:
|
|
1987
|
-
|
|
1988
|
-
- `create_storage_migrations` (`write`): Initiate a migration of data from an external provider into Telnyx Cloud Storage. Currently, only S3 is supported.
|
|
1989
|
-
- `retrieve_storage_migrations` (`read`): Get a Migration
|
|
1990
|
-
- `list_storage_migrations` (`read`): List all Migrations
|
|
1991
|
-
|
|
1992
|
-
### Resource `storage.migrations.actions`:
|
|
1993
|
-
|
|
1994
|
-
- `stop_migrations_storage_actions` (`write`): Stop a Migration
|
|
1995
|
-
|
|
1996
|
-
### Resource `sub_number_orders`:
|
|
1997
|
-
|
|
1998
|
-
- `retrieve_sub_number_orders` (`read`): Get an existing sub number order.
|
|
1999
|
-
- `update_sub_number_orders` (`write`): Updates a sub number order.
|
|
2000
|
-
- `list_sub_number_orders` (`read`): Get a paginated list of sub number orders.
|
|
2001
|
-
- `cancel_sub_number_orders` (`write`): Allows you to cancel a sub number order in 'pending' status.
|
|
2002
|
-
- `update_requirement_group_sub_number_orders` (`write`): Update requirement group for a sub number order
|
|
2003
|
-
|
|
2004
|
-
### Resource `sub_number_orders_report`:
|
|
2005
|
-
|
|
2006
|
-
- `create_sub_number_orders_report` (`write`): Create a CSV report for sub number orders. The report will be generated asynchronously and can be downloaded once complete.
|
|
2007
|
-
- `retrieve_sub_number_orders_report` (`read`): Get the status and details of a sub number orders report.
|
|
2008
|
-
- `download_sub_number_orders_report` (`read`): Download the CSV file for a completed sub number orders report. The report status must be 'success' before the file can be downloaded.
|
|
2009
|
-
|
|
2010
|
-
### Resource `telephony_credentials`:
|
|
2011
|
-
|
|
2012
|
-
- `create_telephony_credentials` (`write`): Create a credential.
|
|
2013
|
-
- `retrieve_telephony_credentials` (`read`): Get the details of an existing On-demand Credential.
|
|
2014
|
-
- `update_telephony_credentials` (`write`): Update an existing credential.
|
|
2015
|
-
- `list_telephony_credentials` (`read`): List all On-demand Credentials.
|
|
2016
|
-
- `delete_telephony_credentials` (`write`): Delete an existing credential.
|
|
2017
|
-
- `create_token_telephony_credentials` (`write`): Create an Access Token (JWT) for the credential.
|
|
2018
|
-
|
|
2019
|
-
### Resource `texml`:
|
|
2020
|
-
|
|
2021
|
-
- `secrets_texml` (`write`): Create a TeXML secret which can be later used as a Dynamic Parameter for TeXML when using Mustache Templates in your TeXML. In your TeXML you will be able to use your secret name, and this name will be replaced by the actual secret value when processing the TeXML on Telnyx side. The secrets are not visible in any logs.
|
|
2022
|
-
|
|
2023
|
-
### Resource `texml.accounts`:
|
|
2024
|
-
|
|
2025
|
-
- `retrieve_recordings_json_texml_accounts` (`read`): Returns multiple recording resources for an account.
|
|
2026
|
-
- `retrieve_transcriptions_json_texml_accounts` (`read`): Returns multiple recording transcription resources for an account.
|
|
2027
|
-
|
|
2028
|
-
### Resource `texml.accounts.calls`:
|
|
2029
|
-
|
|
2030
|
-
- `retrieve_accounts_texml_calls` (`read`): Returns an individual call identified by its CallSid. This endpoint is eventually consistent.
|
|
2031
|
-
- `update_accounts_texml_calls` (`write`): Update TeXML call. Please note that the keys present in the payload MUST BE formatted in CamelCase as specified in the example.
|
|
2032
|
-
- `calls_accounts_texml_calls` (`write`): Initiate an outbound TeXML call. Telnyx will request TeXML from the XML Request URL configured for the connection in the Mission Control Portal.
|
|
2033
|
-
- `retrieve_calls_accounts_texml_calls` (`read`): Returns multiple call resouces for an account. This endpoint is eventually consistent.
|
|
2034
|
-
- `siprec_json_accounts_texml_calls` (`write`): Starts siprec session with specified parameters for call idientified by call_sid.
|
|
2035
|
-
- `streams_json_accounts_texml_calls` (`write`): Starts streaming media from a call to a specific WebSocket address.
|
|
2036
|
-
|
|
2037
|
-
### Resource `texml.accounts.calls.recordings_json`:
|
|
2038
|
-
|
|
2039
|
-
- `recordings_json_calls_accounts_texml_recordings_json` (`write`): Starts recording with specified parameters for call idientified by call_sid.
|
|
2040
|
-
- `retrieve_recordings_json_calls_accounts_texml_recordings_json` (`read`): Returns recordings for a call identified by call_sid.
|
|
2041
|
-
|
|
2042
|
-
### Resource `texml.accounts.calls.recordings`:
|
|
2043
|
-
|
|
2044
|
-
- `recording_sid_json_calls_accounts_texml_recordings` (`write`): Updates recording resource for particular call.
|
|
2045
|
-
|
|
2046
|
-
### Resource `texml.accounts.calls.siprec`:
|
|
2047
|
-
|
|
2048
|
-
- `siprec_sid_json_calls_accounts_texml_siprec` (`write`): Updates siprec session identified by siprec_sid.
|
|
2049
|
-
|
|
2050
|
-
### Resource `texml.accounts.calls.streams`:
|
|
2051
|
-
|
|
2052
|
-
- `streaming_sid_json_calls_accounts_texml_streams` (`write`): Updates streaming resource for particular call.
|
|
2053
|
-
|
|
2054
|
-
### Resource `texml.accounts.conferences`:
|
|
2055
|
-
|
|
2056
|
-
- `retrieve_accounts_texml_conferences` (`read`): Returns a conference resource.
|
|
2057
|
-
- `update_accounts_texml_conferences` (`write`): Updates a conference resource.
|
|
2058
|
-
- `retrieve_conferences_accounts_texml_conferences` (`read`): Lists conference resources.
|
|
2059
|
-
- `retrieve_recordings_accounts_texml_conferences` (`read`): Lists conference recordings
|
|
2060
|
-
- `retrieve_recordings_json_accounts_texml_conferences` (`read`): Returns recordings for a conference identified by conference_sid.
|
|
2061
|
-
|
|
2062
|
-
### Resource `texml.accounts.conferences.participants`:
|
|
2063
|
-
|
|
2064
|
-
- `retrieve_conferences_accounts_texml_participants` (`read`): Gets conference participant resource
|
|
2065
|
-
- `update_conferences_accounts_texml_participants` (`write`): Updates a conference participant
|
|
2066
|
-
- `delete_conferences_accounts_texml_participants` (`write`): Deletes a conference participant
|
|
2067
|
-
- `participants_conferences_accounts_texml_participants` (`write`): Dials a new conference participant
|
|
2068
|
-
- `retrieve_participants_conferences_accounts_texml_participants` (`read`): Lists conference participants
|
|
2069
|
-
|
|
2070
|
-
### Resource `texml.accounts.recordings.json`:
|
|
2071
|
-
|
|
2072
|
-
- `delete_recording_sid_json_recordings_accounts_texml_json` (`write`): Deletes recording resource identified by recording id.
|
|
2073
|
-
- `retrieve_recording_sid_json_recordings_accounts_texml_json` (`read`): Returns recording resource identified by recording id.
|
|
2074
|
-
|
|
2075
|
-
### Resource `texml.accounts.transcriptions.json`:
|
|
2076
|
-
|
|
2077
|
-
- `delete_recording_transcription_sid_json_transcriptions_accounts_texml_json` (`write`): Permanently deletes a recording transcription.
|
|
2078
|
-
- `retrieve_recording_transcription_sid_json_transcriptions_accounts_texml_json` (`read`): Returns the recording transcription resource identified by its ID.
|
|
2079
|
-
|
|
2080
|
-
### Resource `texml.calls`:
|
|
2081
|
-
|
|
2082
|
-
- `update_texml_calls` (`write`): Update TeXML call. Please note that the keys present in the payload MUST BE formatted in CamelCase as specified in the example.
|
|
2083
|
-
- `initiate_texml_calls` (`write`): Initiate an outbound TeXML call. Telnyx will request TeXML from the XML Request URL configured for the connection in the Mission Control Portal.
|
|
2084
|
-
|
|
2085
|
-
### Resource `texml_applications`:
|
|
2086
|
-
|
|
2087
|
-
- `create_texml_applications` (`write`): Creates a TeXML Application.
|
|
2088
|
-
- `retrieve_texml_applications` (`read`): Retrieves the details of an existing TeXML Application.
|
|
2089
|
-
- `update_texml_applications` (`write`): Updates settings of an existing TeXML Application.
|
|
2090
|
-
- `list_texml_applications` (`read`): Returns a list of your TeXML Applications.
|
|
2091
|
-
- `delete_texml_applications` (`write`): Deletes a TeXML Application.
|
|
2092
|
-
|
|
2093
|
-
### Resource `text_to_speech`:
|
|
2094
|
-
|
|
2095
|
-
- `generate_speech_text_to_speech` (`write`): Converts the provided text to speech using the specified voice and returns audio data
|
|
2096
|
-
- `list_voices_text_to_speech` (`read`): Returns a list of voices that can be used with the text to speech commands.
|
|
2097
|
-
|
|
2098
|
-
### Resource `usage_reports`:
|
|
2099
|
-
|
|
2100
|
-
- `list_usage_reports` (`read`): Get Telnyx usage data by product, broken out by the specified dimensions
|
|
2101
|
-
- `get_options_usage_reports` (`read`): Get the Usage Reports options for querying usage, including the products available and their respective metrics and dimensions
|
|
2102
|
-
|
|
2103
|
-
### Resource `user_addresses`:
|
|
2104
|
-
|
|
2105
|
-
- `create_user_addresses` (`write`): Creates a user address.
|
|
2106
|
-
- `retrieve_user_addresses` (`read`): Retrieves the details of an existing user address.
|
|
2107
|
-
- `list_user_addresses` (`read`): Returns a list of your user addresses.
|
|
2108
|
-
|
|
2109
|
-
### Resource `user_tags`:
|
|
2110
|
-
|
|
2111
|
-
- `list_user_tags` (`read`): List all user tags.
|
|
2112
|
-
|
|
2113
|
-
### Resource `verifications`:
|
|
2114
|
-
|
|
2115
|
-
- `retrieve_verifications` (`read`): Retrieve verification
|
|
2116
|
-
- `trigger_call_verifications` (`write`): Trigger Call verification
|
|
2117
|
-
- `trigger_flashcall_verifications` (`write`): Trigger Flash call verification
|
|
2118
|
-
- `trigger_sms_verifications` (`write`): Trigger SMS verification
|
|
2119
|
-
|
|
2120
|
-
### Resource `verifications.by_phone_number`:
|
|
2121
|
-
|
|
2122
|
-
- `list_verifications_by_phone_number` (`read`): List verifications by phone number
|
|
2123
|
-
|
|
2124
|
-
### Resource `verifications.by_phone_number.actions`:
|
|
2125
|
-
|
|
2126
|
-
- `verify_by_phone_number_verifications_actions` (`write`): Verify verification code by phone number
|
|
2127
|
-
|
|
2128
|
-
### Resource `verifications.actions`:
|
|
2129
|
-
|
|
2130
|
-
- `verify_verifications_actions` (`write`): Verify verification code by ID
|
|
2131
|
-
|
|
2132
|
-
### Resource `verified_numbers`:
|
|
2133
|
-
|
|
2134
|
-
- `create_verified_numbers` (`write`): Initiates phone number verification procedure. Supports DTMF extension dialing for voice calls to numbers behind IVR systems.
|
|
2135
|
-
- `retrieve_verified_numbers` (`read`): Retrieve a verified number
|
|
2136
|
-
- `list_verified_numbers` (`read`): Gets a paginated list of Verified Numbers.
|
|
2137
|
-
- `delete_verified_numbers` (`write`): Delete a verified number
|
|
2138
|
-
|
|
2139
|
-
### Resource `verified_numbers.actions`:
|
|
2140
|
-
|
|
2141
|
-
- `submit_verification_code_verified_numbers_actions` (`write`): Submit verification code
|
|
2142
|
-
|
|
2143
|
-
### Resource `verify_profiles`:
|
|
2144
|
-
|
|
2145
|
-
- `create_verify_profiles` (`write`): Creates a new Verify profile to associate verifications with.
|
|
2146
|
-
- `retrieve_verify_profiles` (`read`): Gets a single Verify profile.
|
|
2147
|
-
- `update_verify_profiles` (`write`): Update Verify profile
|
|
2148
|
-
- `list_verify_profiles` (`read`): Gets a paginated list of Verify profiles.
|
|
2149
|
-
- `delete_verify_profiles` (`write`): Delete Verify profile
|
|
2150
|
-
- `create_template_verify_profiles` (`write`): Create a new Verify profile message template.
|
|
2151
|
-
- `retrieve_templates_verify_profiles` (`read`): List all Verify profile message templates.
|
|
2152
|
-
- `update_template_verify_profiles` (`write`): Update an existing Verify profile message template.
|
|
2153
|
-
|
|
2154
|
-
### Resource `virtual_cross_connects`:
|
|
2155
|
-
|
|
2156
|
-
- `create_virtual_cross_connects` (`write`): Create a new Virtual Cross Connect.<br /><br />For AWS and GCE, you have the option of creating the primary connection first and the secondary connection later. You also have the option of disabling the primary and/or secondary connections at any time and later re-enabling them. With Azure, you do not have this option. Azure requires both the primary and secondary connections to be created at the same time and they can not be independantly disabled.
|
|
2157
|
-
- `retrieve_virtual_cross_connects` (`read`): Retrieve a Virtual Cross Connect.
|
|
2158
|
-
- `update_virtual_cross_connects` (`write`): Update the Virtual Cross Connect.<br /><br />Cloud IPs can only be patched during the `created` state, as GCE will only inform you of your generated IP once the pending connection requested has been accepted. Once the Virtual Cross Connect has moved to `provisioning`, the IPs can no longer be patched.<br /><br />Once the Virtual Cross Connect has moved to `provisioned` and you are ready to enable routing, you can toggle the routing announcements to `true`.
|
|
2159
|
-
- `list_virtual_cross_connects` (`read`): List all Virtual Cross Connects.
|
|
2160
|
-
- `delete_virtual_cross_connects` (`write`): Delete a Virtual Cross Connect.
|
|
2161
|
-
|
|
2162
|
-
### Resource `virtual_cross_connects_coverage`:
|
|
2163
|
-
|
|
2164
|
-
- `list_virtual_cross_connects_coverage` (`read`): List Virtual Cross Connects Cloud Coverage.<br /><br />This endpoint shows which cloud regions are available for the `location_code` your Virtual Cross Connect will be provisioned in.
|
|
2165
|
-
|
|
2166
|
-
### Resource `webhook_deliveries`:
|
|
2167
|
-
|
|
2168
|
-
- `retrieve_webhook_deliveries` (`read`): Provides webhook_delivery debug data, such as timestamps, delivery status and attempts.
|
|
2169
|
-
- `list_webhook_deliveries` (`read`): Lists webhook_deliveries for the authenticated user
|
|
2170
|
-
|
|
2171
|
-
### Resource `wireguard_interfaces`:
|
|
2172
|
-
|
|
2173
|
-
- `create_wireguard_interfaces` (`write`): Create a new WireGuard Interface. Current limitation of 10 interfaces per user can be created.
|
|
2174
|
-
- `retrieve_wireguard_interfaces` (`read`): Retrieve a WireGuard Interfaces.
|
|
2175
|
-
- `list_wireguard_interfaces` (`read`): List all WireGuard Interfaces.
|
|
2176
|
-
- `delete_wireguard_interfaces` (`write`): Delete a WireGuard Interface.
|
|
2177
|
-
|
|
2178
|
-
### Resource `wireguard_peers`:
|
|
2179
|
-
|
|
2180
|
-
- `create_wireguard_peers` (`write`): Create a new WireGuard Peer. Current limitation of 5 peers per interface can be created.
|
|
2181
|
-
- `retrieve_wireguard_peers` (`read`): Retrieve the WireGuard peer.
|
|
2182
|
-
- `update_wireguard_peers` (`write`): Update the WireGuard peer.
|
|
2183
|
-
- `list_wireguard_peers` (`read`): List all WireGuard peers.
|
|
2184
|
-
- `delete_wireguard_peers` (`write`): Delete the WireGuard peer.
|
|
2185
|
-
- `retrieve_config_wireguard_peers` (`read`): Retrieve Wireguard config template for Peer
|
|
2186
|
-
|
|
2187
|
-
### Resource `wireless`:
|
|
2188
|
-
|
|
2189
|
-
- `retrieve_regions_wireless` (`read`): Retrieve all wireless regions for the given product.
|
|
2190
|
-
|
|
2191
|
-
### Resource `wireless.detail_records_reports`:
|
|
2192
|
-
|
|
2193
|
-
- `create_wireless_detail_records_reports` (`write`): Asynchronously create a report containing Wireless Detail Records (WDRs) for the SIM cards that consumed wireless data in the given time period.
|
|
2194
|
-
- `retrieve_wireless_detail_records_reports` (`read`): Returns one specific WDR report
|
|
2195
|
-
- `list_wireless_detail_records_reports` (`read`): Returns the WDR Reports that match the given parameters.
|
|
2196
|
-
- `delete_wireless_detail_records_reports` (`write`): Deletes one specific WDR report.
|
|
2197
|
-
|
|
2198
|
-
### Resource `wireless_blocklist_values`:
|
|
2199
|
-
|
|
2200
|
-
- `list_wireless_blocklist_values` (`read`): Retrieve all wireless blocklist values for a given blocklist type.
|
|
2201
|
-
|
|
2202
|
-
### Resource `wireless_blocklists`:
|
|
2203
|
-
|
|
2204
|
-
- `create_wireless_blocklists` (`write`): Create a Wireless Blocklist to prevent SIMs from connecting to certain networks.
|
|
2205
|
-
- `retrieve_wireless_blocklists` (`read`): Retrieve information about a Wireless Blocklist.
|
|
2206
|
-
- `update_wireless_blocklists` (`write`): Update a Wireless Blocklist.
|
|
2207
|
-
- `list_wireless_blocklists` (`read`): Get all Wireless Blocklists belonging to the user.
|
|
2208
|
-
- `delete_wireless_blocklists` (`write`): Deletes the Wireless Blocklist.
|
|
2209
|
-
|
|
2210
|
-
### Resource `partner_campaigns`:
|
|
2211
|
-
|
|
2212
|
-
- `retrieve_partner_campaigns` (`read`): Retrieve campaign details by `campaignId`.
|
|
2213
|
-
- `update_partner_campaigns` (`write`): Update campaign details by `campaignId`. **Please note:** Only webhook urls are editable.
|
|
2214
|
-
- `list_partner_campaigns` (`read`): Retrieve all partner campaigns you have shared to Telnyx in a paginated fashion.
|
|
2215
|
-
|
|
2216
|
-
This endpoint is currently limited to only returning shared campaigns that Telnyx has accepted. In other words, shared but pending campaigns are currently omitted from the response from this endpoint.
|
|
2217
|
-
|
|
2218
|
-
- `list_shared_by_me_partner_campaigns` (`read`): Get all partner campaigns you have shared to Telnyx in a paginated fashion
|
|
2219
|
-
|
|
2220
|
-
This endpoint is currently limited to only returning shared campaigns that Telnyx
|
|
2221
|
-
has accepted. In other words, shared but pending campaigns are currently omitted
|
|
2222
|
-
from the response from this endpoint.
|
|
2223
|
-
|
|
2224
|
-
- `retrieve_sharing_status_partner_campaigns` (`read`): Get Sharing Status
|
|
2225
|
-
|
|
2226
|
-
### Resource `well_known`:
|
|
2227
|
-
|
|
2228
|
-
- `retrieve_authorization_server_metadata_well_known` (`read`): OAuth 2.0 Authorization Server Metadata (RFC 8414)
|
|
2229
|
-
- `retrieve_protected_resource_metadata_well_known` (`read`): OAuth 2.0 Protected Resource Metadata for resource discovery
|
|
2230
|
-
|
|
2231
|
-
### Resource `inexplicit_number_orders`:
|
|
2232
|
-
|
|
2233
|
-
- `create_inexplicit_number_orders` (`write`): Create an inexplicit number order to programmatically purchase phone numbers without specifying exact numbers.
|
|
2234
|
-
- `retrieve_inexplicit_number_orders` (`read`): Get an existing inexplicit number order by ID.
|
|
2235
|
-
- `list_inexplicit_number_orders` (`read`): Get a paginated list of inexplicit number orders.
|
|
2236
|
-
|
|
2237
|
-
### Resource `mobile_phone_numbers`:
|
|
2238
|
-
|
|
2239
|
-
- `retrieve_mobile_phone_numbers` (`read`): Retrieve a Mobile Phone Number
|
|
2240
|
-
- `update_mobile_phone_numbers` (`write`): Update a Mobile Phone Number
|
|
2241
|
-
- `list_mobile_phone_numbers` (`read`): List Mobile Phone Numbers
|
|
2242
|
-
|
|
2243
|
-
### Resource `mobile_phone_numbers.messaging`:
|
|
2244
|
-
|
|
2245
|
-
- `retrieve_mobile_phone_numbers_messaging` (`read`): Retrieve a mobile phone number with messaging settings
|
|
2246
|
-
- `list_mobile_phone_numbers_messaging` (`read`): List mobile phone numbers with messaging settings
|
|
2247
|
-
|
|
2248
|
-
### Resource `mobile_voice_connections`:
|
|
2249
|
-
|
|
2250
|
-
- `create_mobile_voice_connections` (`write`): Create a Mobile Voice Connection
|
|
2251
|
-
- `retrieve_mobile_voice_connections` (`read`): Retrieve a Mobile Voice Connection
|
|
2252
|
-
- `update_mobile_voice_connections` (`write`): Update a Mobile Voice Connection
|
|
2253
|
-
- `list_mobile_voice_connections` (`read`): List Mobile Voice Connections
|
|
2254
|
-
- `delete_mobile_voice_connections` (`write`): Delete a Mobile Voice Connection
|