telnyx-mcp 4.4.0 → 4.5.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/README.md +6 -1
- package/code-tool.d.mts +44 -2
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +44 -2
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +25 -146
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +25 -113
- package/code-tool.mjs.map +1 -1
- package/docs-search-tool.d.mts +11 -11
- package/docs-search-tool.d.mts.map +1 -1
- package/docs-search-tool.d.ts +11 -11
- package/docs-search-tool.d.ts.map +1 -1
- package/docs-search-tool.js +3 -0
- package/docs-search-tool.js.map +1 -1
- package/docs-search-tool.mjs +3 -0
- package/docs-search-tool.mjs.map +1 -1
- package/package.json +3 -19
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/code-tool.ts +35 -143
- package/src/docs-search-tool.ts +7 -0
- package/src/server.ts +1 -1
- package/src/tools/advanced-orders/create-advanced-orders.ts +19 -4
- package/src/tools/advanced-orders/list-advanced-orders.ts +21 -4
- package/src/tools/advanced-orders/retrieve-advanced-orders.ts +19 -4
- package/src/tools/advanced-orders/update-requirement-group-advanced-orders.ts +24 -6
- package/src/tools/available-phone-numbers/list-available-phone-numbers.ts +1 -1
- package/src/tools/calls/actions/gather-using-ai-calls-actions.ts +20 -1
- package/src/tools/calls/actions/gather-using-speak-calls-actions.ts +20 -1
- package/src/tools/calls/actions/speak-calls-actions.ts +20 -1
- package/src/tools/calls/actions/start-ai-assistant-calls-actions.ts +20 -1
- package/src/tools/conferences/actions/speak-conferences-actions.ts +20 -1
- package/src/tools/country-coverage/retrieve-country-coverage.ts +1 -1
- package/src/tools/custom-storage-credentials/create-custom-storage-credentials.ts +19 -1
- package/src/tools/custom-storage-credentials/retrieve-custom-storage-credentials.ts +1 -1
- package/src/tools/custom-storage-credentials/update-custom-storage-credentials.ts +19 -1
- package/src/tools/index.ts +4 -0
- package/src/tools/messages/cancel-scheduled-messages.ts +4 -11
- package/src/tools/messages/rcs/generate-deeplink-messages-rcs.ts +1 -0
- package/src/tools/messaging/rcs/agents/list-rcs-messaging-agents.ts +1 -0
- package/src/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.ts +1 -0
- package/src/tools/messaging/rcs/agents/update-rcs-messaging-agents.ts +1 -0
- package/src/tools/messaging/rcs/invite-test-number-messaging-rcs.ts +1 -0
- package/src/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.ts +1 -0
- package/src/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.ts +1 -0
- package/src/tools/messaging-profiles/delete-messaging-profiles.ts +1 -1
- package/src/tools/messaging-profiles/list-messaging-profiles.ts +1 -1
- package/src/tools/messaging-profiles/list-short-codes-messaging-profiles.ts +1 -1
- package/src/tools/messaging-profiles/retrieve-messaging-profiles.ts +1 -1
- package/src/tools/messsages/rcs-messsages.ts +1 -0
- package/src/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.ts +67 -0
- package/src/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.ts +56 -0
- package/src/tools/public-internet-gateways/create-public-internet-gateways.ts +1 -1
- package/src/tools/short-codes/list-short-codes.ts +1 -1
- package/src/tools/short-codes/retrieve-short-codes.ts +1 -1
- package/src/tools/short-codes/update-short-codes.ts +7 -1
- package/src/tools/storage/buckets/create-presigned-url-storage-buckets.ts +1 -1
- package/tools/access-ip-address/create-access-ip-address.d.mts +11 -11
- package/tools/access-ip-address/create-access-ip-address.d.ts +11 -11
- package/tools/access-ip-address/delete-access-ip-address.d.mts +11 -11
- package/tools/access-ip-address/delete-access-ip-address.d.ts +11 -11
- package/tools/access-ip-address/list-access-ip-address.d.mts +11 -11
- package/tools/access-ip-address/list-access-ip-address.d.ts +11 -11
- package/tools/access-ip-address/retrieve-access-ip-address.d.mts +11 -11
- package/tools/access-ip-address/retrieve-access-ip-address.d.ts +11 -11
- package/tools/access-ip-ranges/create-access-ip-ranges.d.mts +11 -11
- package/tools/access-ip-ranges/create-access-ip-ranges.d.ts +11 -11
- package/tools/access-ip-ranges/delete-access-ip-ranges.d.mts +11 -11
- package/tools/access-ip-ranges/delete-access-ip-ranges.d.ts +11 -11
- package/tools/access-ip-ranges/list-access-ip-ranges.d.mts +11 -11
- package/tools/access-ip-ranges/list-access-ip-ranges.d.ts +11 -11
- package/tools/actions/purchase/create-actions-purchase.d.mts +11 -11
- package/tools/actions/purchase/create-actions-purchase.d.ts +11 -11
- package/tools/actions/register/create-actions-register.d.mts +11 -11
- package/tools/actions/register/create-actions-register.d.ts +11 -11
- package/tools/addresses/actions/accept-suggestions-addresses-actions.d.mts +11 -11
- package/tools/addresses/actions/accept-suggestions-addresses-actions.d.ts +11 -11
- package/tools/addresses/actions/validate-addresses-actions.d.mts +11 -11
- package/tools/addresses/actions/validate-addresses-actions.d.ts +11 -11
- package/tools/addresses/create-addresses.d.mts +11 -11
- package/tools/addresses/create-addresses.d.ts +11 -11
- package/tools/addresses/delete-addresses.d.mts +11 -11
- package/tools/addresses/delete-addresses.d.ts +11 -11
- package/tools/addresses/list-addresses.d.mts +11 -11
- package/tools/addresses/list-addresses.d.ts +11 -11
- package/tools/addresses/retrieve-addresses.d.mts +11 -11
- package/tools/addresses/retrieve-addresses.d.ts +11 -11
- package/tools/advanced-orders/create-advanced-orders.d.mts +11 -11
- package/tools/advanced-orders/create-advanced-orders.d.mts.map +1 -1
- package/tools/advanced-orders/create-advanced-orders.d.ts +11 -11
- package/tools/advanced-orders/create-advanced-orders.d.ts.map +1 -1
- package/tools/advanced-orders/create-advanced-orders.js +21 -3
- package/tools/advanced-orders/create-advanced-orders.js.map +1 -1
- package/tools/advanced-orders/create-advanced-orders.mjs +19 -4
- package/tools/advanced-orders/create-advanced-orders.mjs.map +1 -1
- package/tools/advanced-orders/list-advanced-orders.d.mts +11 -11
- package/tools/advanced-orders/list-advanced-orders.d.mts.map +1 -1
- package/tools/advanced-orders/list-advanced-orders.d.ts +11 -11
- package/tools/advanced-orders/list-advanced-orders.d.ts.map +1 -1
- package/tools/advanced-orders/list-advanced-orders.js +23 -3
- package/tools/advanced-orders/list-advanced-orders.js.map +1 -1
- package/tools/advanced-orders/list-advanced-orders.mjs +21 -4
- package/tools/advanced-orders/list-advanced-orders.mjs.map +1 -1
- package/tools/advanced-orders/retrieve-advanced-orders.d.mts +11 -11
- package/tools/advanced-orders/retrieve-advanced-orders.d.mts.map +1 -1
- package/tools/advanced-orders/retrieve-advanced-orders.d.ts +11 -11
- package/tools/advanced-orders/retrieve-advanced-orders.d.ts.map +1 -1
- package/tools/advanced-orders/retrieve-advanced-orders.js +21 -3
- package/tools/advanced-orders/retrieve-advanced-orders.js.map +1 -1
- package/tools/advanced-orders/retrieve-advanced-orders.mjs +19 -4
- package/tools/advanced-orders/retrieve-advanced-orders.mjs.map +1 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.mts +11 -11
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.mts.map +1 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.ts +11 -11
- package/tools/advanced-orders/update-requirement-group-advanced-orders.d.ts.map +1 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.js +21 -3
- package/tools/advanced-orders/update-requirement-group-advanced-orders.js.map +1 -1
- package/tools/advanced-orders/update-requirement-group-advanced-orders.mjs +19 -4
- package/tools/advanced-orders/update-requirement-group-advanced-orders.mjs.map +1 -1
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.d.mts +11 -11
- package/tools/ai/assistants/canary-deploys/create-assistants-ai-canary-deploys.d.ts +11 -11
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.d.mts +11 -11
- package/tools/ai/assistants/canary-deploys/delete-assistants-ai-canary-deploys.d.ts +11 -11
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.d.mts +11 -11
- package/tools/ai/assistants/canary-deploys/retrieve-assistants-ai-canary-deploys.d.ts +11 -11
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.d.mts +11 -11
- package/tools/ai/assistants/canary-deploys/update-assistants-ai-canary-deploys.d.ts +11 -11
- package/tools/ai/assistants/chat-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/chat-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/clone-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/clone-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/create-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/create-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/delete-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/delete-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/get-texml-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/get-texml-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/import-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/import-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/list-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/list-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/retrieve-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/retrieve-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.d.mts +11 -11
- package/tools/ai/assistants/scheduled-events/create-assistants-ai-scheduled-events.d.ts +11 -11
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.d.mts +11 -11
- package/tools/ai/assistants/scheduled-events/delete-assistants-ai-scheduled-events.d.ts +11 -11
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.d.mts +11 -11
- package/tools/ai/assistants/scheduled-events/list-assistants-ai-scheduled-events.d.ts +11 -11
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.d.mts +11 -11
- package/tools/ai/assistants/scheduled-events/retrieve-assistants-ai-scheduled-events.d.ts +11 -11
- package/tools/ai/assistants/send-sms-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/send-sms-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/tests/create-assistants-ai-tests.d.mts +11 -11
- package/tools/ai/assistants/tests/create-assistants-ai-tests.d.ts +11 -11
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.d.mts +11 -11
- package/tools/ai/assistants/tests/delete-assistants-ai-tests.d.ts +11 -11
- package/tools/ai/assistants/tests/list-assistants-ai-tests.d.mts +11 -11
- package/tools/ai/assistants/tests/list-assistants-ai-tests.d.ts +11 -11
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.d.mts +11 -11
- package/tools/ai/assistants/tests/retrieve-assistants-ai-tests.d.ts +11 -11
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.d.mts +11 -11
- package/tools/ai/assistants/tests/runs/list-tests-assistants-ai-runs.d.ts +11 -11
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.d.mts +11 -11
- package/tools/ai/assistants/tests/runs/retrieve-tests-assistants-ai-runs.d.ts +11 -11
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.d.mts +11 -11
- package/tools/ai/assistants/tests/runs/trigger-tests-assistants-ai-runs.d.ts +11 -11
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.d.mts +11 -11
- package/tools/ai/assistants/tests/test-suites/list-tests-assistants-ai-test-suites.d.ts +11 -11
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.d.mts +11 -11
- package/tools/ai/assistants/tests/test-suites/runs/list-test-suites-tests-assistants-ai-runs.d.ts +11 -11
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.d.mts +11 -11
- package/tools/ai/assistants/tests/test-suites/runs/trigger-test-suites-tests-assistants-ai-runs.d.ts +11 -11
- package/tools/ai/assistants/tests/update-assistants-ai-tests.d.mts +11 -11
- package/tools/ai/assistants/tests/update-assistants-ai-tests.d.ts +11 -11
- package/tools/ai/assistants/tools/test-assistants-ai-tools.d.mts +11 -11
- package/tools/ai/assistants/tools/test-assistants-ai-tools.d.ts +11 -11
- package/tools/ai/assistants/update-ai-assistants.d.mts +11 -11
- package/tools/ai/assistants/update-ai-assistants.d.ts +11 -11
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.d.mts +11 -11
- package/tools/ai/assistants/versions/delete-assistants-ai-versions.d.ts +11 -11
- package/tools/ai/assistants/versions/list-assistants-ai-versions.d.mts +11 -11
- package/tools/ai/assistants/versions/list-assistants-ai-versions.d.ts +11 -11
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.d.mts +11 -11
- package/tools/ai/assistants/versions/promote-assistants-ai-versions.d.ts +11 -11
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.d.mts +11 -11
- package/tools/ai/assistants/versions/retrieve-assistants-ai-versions.d.ts +11 -11
- package/tools/ai/assistants/versions/update-assistants-ai-versions.d.mts +11 -11
- package/tools/ai/assistants/versions/update-assistants-ai-versions.d.ts +11 -11
- package/tools/ai/audio/transcribe-ai-audio.d.mts +11 -11
- package/tools/ai/audio/transcribe-ai-audio.d.ts +11 -11
- package/tools/ai/chat/create-completion-ai-chat.d.mts +11 -11
- package/tools/ai/chat/create-completion-ai-chat.d.ts +11 -11
- package/tools/ai/clusters/compute-ai-clusters.d.mts +11 -11
- package/tools/ai/clusters/compute-ai-clusters.d.ts +11 -11
- package/tools/ai/clusters/delete-ai-clusters.d.mts +11 -11
- package/tools/ai/clusters/delete-ai-clusters.d.ts +11 -11
- package/tools/ai/clusters/fetch-graph-ai-clusters.d.mts +11 -11
- package/tools/ai/clusters/fetch-graph-ai-clusters.d.ts +11 -11
- package/tools/ai/clusters/list-ai-clusters.d.mts +11 -11
- package/tools/ai/clusters/list-ai-clusters.d.ts +11 -11
- package/tools/ai/clusters/retrieve-ai-clusters.d.mts +11 -11
- package/tools/ai/clusters/retrieve-ai-clusters.d.ts +11 -11
- package/tools/ai/conversations/add-message-ai-conversations.d.mts +11 -11
- package/tools/ai/conversations/add-message-ai-conversations.d.ts +11 -11
- package/tools/ai/conversations/create-ai-conversations.d.mts +11 -11
- package/tools/ai/conversations/create-ai-conversations.d.ts +11 -11
- package/tools/ai/conversations/delete-ai-conversations.d.mts +11 -11
- package/tools/ai/conversations/delete-ai-conversations.d.ts +11 -11
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.d.mts +11 -11
- package/tools/ai/conversations/insight-groups/delete-conversations-ai-insight-groups.d.ts +11 -11
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.d.mts +11 -11
- package/tools/ai/conversations/insight-groups/insight-groups-conversations-ai-insight-groups.d.ts +11 -11
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.d.mts +11 -11
- package/tools/ai/conversations/insight-groups/insights/assign-insight-groups-conversations-ai-insights.d.ts +11 -11
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.d.mts +11 -11
- package/tools/ai/conversations/insight-groups/insights/delete-unassign-insight-groups-conversations-ai-insights.d.ts +11 -11
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.d.mts +11 -11
- package/tools/ai/conversations/insight-groups/retrieve-conversations-ai-insight-groups.d.ts +11 -11
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.d.mts +11 -11
- package/tools/ai/conversations/insight-groups/retrieve-insight-groups-conversations-ai-insight-groups.d.ts +11 -11
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.d.mts +11 -11
- package/tools/ai/conversations/insight-groups/update-conversations-ai-insight-groups.d.ts +11 -11
- package/tools/ai/conversations/insights/create-conversations-ai-insights.d.mts +11 -11
- package/tools/ai/conversations/insights/create-conversations-ai-insights.d.ts +11 -11
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.d.mts +11 -11
- package/tools/ai/conversations/insights/delete-conversations-ai-insights.d.ts +11 -11
- package/tools/ai/conversations/insights/list-conversations-ai-insights.d.mts +11 -11
- package/tools/ai/conversations/insights/list-conversations-ai-insights.d.ts +11 -11
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.d.mts +11 -11
- package/tools/ai/conversations/insights/retrieve-conversations-ai-insights.d.ts +11 -11
- package/tools/ai/conversations/insights/update-conversations-ai-insights.d.mts +11 -11
- package/tools/ai/conversations/insights/update-conversations-ai-insights.d.ts +11 -11
- package/tools/ai/conversations/list-ai-conversations.d.mts +11 -11
- package/tools/ai/conversations/list-ai-conversations.d.ts +11 -11
- package/tools/ai/conversations/messages/list-conversations-ai-messages.d.mts +11 -11
- package/tools/ai/conversations/messages/list-conversations-ai-messages.d.ts +11 -11
- package/tools/ai/conversations/retrieve-ai-conversations.d.mts +11 -11
- package/tools/ai/conversations/retrieve-ai-conversations.d.ts +11 -11
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.d.mts +11 -11
- package/tools/ai/conversations/retrieve-conversations-insights-ai-conversations.d.ts +11 -11
- package/tools/ai/conversations/update-ai-conversations.d.mts +11 -11
- package/tools/ai/conversations/update-ai-conversations.d.ts +11 -11
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.d.mts +11 -11
- package/tools/ai/embeddings/buckets/delete-embeddings-ai-buckets.d.ts +11 -11
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.d.mts +11 -11
- package/tools/ai/embeddings/buckets/list-embeddings-ai-buckets.d.ts +11 -11
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.d.mts +11 -11
- package/tools/ai/embeddings/buckets/retrieve-embeddings-ai-buckets.d.ts +11 -11
- package/tools/ai/embeddings/create-ai-embeddings.d.mts +11 -11
- package/tools/ai/embeddings/create-ai-embeddings.d.ts +11 -11
- package/tools/ai/embeddings/list-ai-embeddings.d.mts +11 -11
- package/tools/ai/embeddings/list-ai-embeddings.d.ts +11 -11
- package/tools/ai/embeddings/retrieve-ai-embeddings.d.mts +11 -11
- package/tools/ai/embeddings/retrieve-ai-embeddings.d.ts +11 -11
- package/tools/ai/embeddings/similarity-search-ai-embeddings.d.mts +11 -11
- package/tools/ai/embeddings/similarity-search-ai-embeddings.d.ts +11 -11
- package/tools/ai/embeddings/url-ai-embeddings.d.mts +11 -11
- package/tools/ai/embeddings/url-ai-embeddings.d.ts +11 -11
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.d.mts +11 -11
- package/tools/ai/fine-tuning/jobs/cancel-fine-tuning-ai-jobs.d.ts +11 -11
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.d.mts +11 -11
- package/tools/ai/fine-tuning/jobs/create-fine-tuning-ai-jobs.d.ts +11 -11
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.d.mts +11 -11
- package/tools/ai/fine-tuning/jobs/list-fine-tuning-ai-jobs.d.ts +11 -11
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.d.mts +11 -11
- package/tools/ai/fine-tuning/jobs/retrieve-fine-tuning-ai-jobs.d.ts +11 -11
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.d.mts +11 -11
- package/tools/ai/integrations/connections/delete-integrations-ai-connections.d.ts +11 -11
- package/tools/ai/integrations/connections/list-integrations-ai-connections.d.mts +11 -11
- package/tools/ai/integrations/connections/list-integrations-ai-connections.d.ts +11 -11
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.d.mts +11 -11
- package/tools/ai/integrations/connections/retrieve-integrations-ai-connections.d.ts +11 -11
- package/tools/ai/integrations/list-ai-integrations.d.mts +11 -11
- package/tools/ai/integrations/list-ai-integrations.d.ts +11 -11
- package/tools/ai/integrations/retrieve-ai-integrations.d.mts +11 -11
- package/tools/ai/integrations/retrieve-ai-integrations.d.ts +11 -11
- package/tools/ai/mcp-servers/create-ai-mcp-servers.d.mts +11 -11
- package/tools/ai/mcp-servers/create-ai-mcp-servers.d.ts +11 -11
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.d.mts +11 -11
- package/tools/ai/mcp-servers/delete-ai-mcp-servers.d.ts +11 -11
- package/tools/ai/mcp-servers/list-ai-mcp-servers.d.mts +11 -11
- package/tools/ai/mcp-servers/list-ai-mcp-servers.d.ts +11 -11
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.d.mts +11 -11
- package/tools/ai/mcp-servers/retrieve-ai-mcp-servers.d.ts +11 -11
- package/tools/ai/mcp-servers/update-ai-mcp-servers.d.mts +11 -11
- package/tools/ai/mcp-servers/update-ai-mcp-servers.d.ts +11 -11
- package/tools/ai/retrieve-models-ai.d.mts +11 -11
- package/tools/ai/retrieve-models-ai.d.ts +11 -11
- package/tools/ai/summarize-ai.d.mts +11 -11
- package/tools/ai/summarize-ai.d.ts +11 -11
- package/tools/audit-events/list-audit-events.d.mts +11 -11
- package/tools/audit-events/list-audit-events.d.ts +11 -11
- package/tools/authentication-providers/create-authentication-providers.d.mts +11 -11
- package/tools/authentication-providers/create-authentication-providers.d.ts +11 -11
- package/tools/authentication-providers/delete-authentication-providers.d.mts +11 -11
- package/tools/authentication-providers/delete-authentication-providers.d.ts +11 -11
- package/tools/authentication-providers/list-authentication-providers.d.mts +11 -11
- package/tools/authentication-providers/list-authentication-providers.d.ts +11 -11
- package/tools/authentication-providers/retrieve-authentication-providers.d.mts +11 -11
- package/tools/authentication-providers/retrieve-authentication-providers.d.ts +11 -11
- package/tools/authentication-providers/update-authentication-providers.d.mts +11 -11
- package/tools/authentication-providers/update-authentication-providers.d.ts +11 -11
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.d.mts +11 -11
- package/tools/available-phone-number-blocks/list-available-phone-number-blocks.d.ts +11 -11
- package/tools/available-phone-numbers/list-available-phone-numbers.d.mts +11 -11
- package/tools/available-phone-numbers/list-available-phone-numbers.d.ts +11 -11
- package/tools/available-phone-numbers/list-available-phone-numbers.js +1 -1
- package/tools/available-phone-numbers/list-available-phone-numbers.js.map +1 -1
- package/tools/available-phone-numbers/list-available-phone-numbers.mjs +1 -1
- package/tools/available-phone-numbers/list-available-phone-numbers.mjs.map +1 -1
- package/tools/balance/retrieve-balance.d.mts +11 -11
- package/tools/balance/retrieve-balance.d.ts +11 -11
- package/tools/billing-groups/create-billing-groups.d.mts +11 -11
- package/tools/billing-groups/create-billing-groups.d.ts +11 -11
- package/tools/billing-groups/delete-billing-groups.d.mts +11 -11
- package/tools/billing-groups/delete-billing-groups.d.ts +11 -11
- package/tools/billing-groups/list-billing-groups.d.mts +11 -11
- package/tools/billing-groups/list-billing-groups.d.ts +11 -11
- package/tools/billing-groups/retrieve-billing-groups.d.mts +11 -11
- package/tools/billing-groups/retrieve-billing-groups.d.ts +11 -11
- package/tools/billing-groups/update-billing-groups.d.mts +11 -11
- package/tools/billing-groups/update-billing-groups.d.ts +11 -11
- package/tools/brand/create-brand.d.mts +11 -11
- package/tools/brand/create-brand.d.ts +11 -11
- package/tools/brand/delete-brand.d.mts +11 -11
- package/tools/brand/delete-brand.d.ts +11 -11
- package/tools/brand/external-vetting/import-brand-external-vetting.d.mts +11 -11
- package/tools/brand/external-vetting/import-brand-external-vetting.d.ts +11 -11
- package/tools/brand/external-vetting/list-brand-external-vetting.d.mts +11 -11
- package/tools/brand/external-vetting/list-brand-external-vetting.d.ts +11 -11
- package/tools/brand/external-vetting/order-brand-external-vetting.d.mts +11 -11
- package/tools/brand/external-vetting/order-brand-external-vetting.d.ts +11 -11
- package/tools/brand/get-feedback-brand.d.mts +11 -11
- package/tools/brand/get-feedback-brand.d.ts +11 -11
- package/tools/brand/list-brand.d.mts +11 -11
- package/tools/brand/list-brand.d.ts +11 -11
- package/tools/brand/resend-2fa-email-brand.d.mts +11 -11
- package/tools/brand/resend-2fa-email-brand.d.ts +11 -11
- package/tools/brand/retrieve-brand.d.mts +11 -11
- package/tools/brand/retrieve-brand.d.ts +11 -11
- package/tools/brand/revet-brand.d.mts +11 -11
- package/tools/brand/revet-brand.d.ts +11 -11
- package/tools/brand/update-brand.d.mts +11 -11
- package/tools/brand/update-brand.d.ts +11 -11
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.d.mts +11 -11
- package/tools/bulk-sim-card-actions/list-bulk-sim-card-actions.d.ts +11 -11
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.d.mts +11 -11
- package/tools/bulk-sim-card-actions/retrieve-bulk-sim-card-actions.d.ts +11 -11
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.d.mts +11 -11
- package/tools/bundle-pricing/billing-bundles/list-bundle-pricing-billing-bundles.d.ts +11 -11
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.d.mts +11 -11
- package/tools/bundle-pricing/billing-bundles/retrieve-bundle-pricing-billing-bundles.d.ts +11 -11
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.d.mts +11 -11
- package/tools/bundle-pricing/user-bundles/create-bundle-pricing-user-bundles.d.ts +11 -11
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.d.mts +11 -11
- package/tools/bundle-pricing/user-bundles/deactivate-bundle-pricing-user-bundles.d.ts +11 -11
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.d.mts +11 -11
- package/tools/bundle-pricing/user-bundles/list-bundle-pricing-user-bundles.d.ts +11 -11
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.d.mts +11 -11
- package/tools/bundle-pricing/user-bundles/list-resources-bundle-pricing-user-bundles.d.ts +11 -11
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.d.mts +11 -11
- package/tools/bundle-pricing/user-bundles/list-unused-bundle-pricing-user-bundles.d.ts +11 -11
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.d.mts +11 -11
- package/tools/bundle-pricing/user-bundles/retrieve-bundle-pricing-user-bundles.d.ts +11 -11
- package/tools/call-control-applications/create-call-control-applications.d.mts +11 -11
- package/tools/call-control-applications/create-call-control-applications.d.ts +11 -11
- package/tools/call-control-applications/delete-call-control-applications.d.mts +11 -11
- package/tools/call-control-applications/delete-call-control-applications.d.ts +11 -11
- package/tools/call-control-applications/list-call-control-applications.d.mts +11 -11
- package/tools/call-control-applications/list-call-control-applications.d.ts +11 -11
- package/tools/call-control-applications/retrieve-call-control-applications.d.mts +11 -11
- package/tools/call-control-applications/retrieve-call-control-applications.d.ts +11 -11
- package/tools/call-control-applications/update-call-control-applications.d.mts +11 -11
- package/tools/call-control-applications/update-call-control-applications.d.ts +11 -11
- package/tools/call-events/list-call-events.d.mts +11 -11
- package/tools/call-events/list-call-events.d.ts +11 -11
- package/tools/calls/actions/answer-calls-actions.d.mts +11 -11
- package/tools/calls/actions/answer-calls-actions.d.ts +11 -11
- package/tools/calls/actions/bridge-calls-actions.d.mts +11 -11
- package/tools/calls/actions/bridge-calls-actions.d.ts +11 -11
- package/tools/calls/actions/enqueue-calls-actions.d.mts +11 -11
- package/tools/calls/actions/enqueue-calls-actions.d.ts +11 -11
- package/tools/calls/actions/gather-calls-actions.d.mts +11 -11
- package/tools/calls/actions/gather-calls-actions.d.ts +11 -11
- package/tools/calls/actions/gather-using-ai-calls-actions.d.mts +11 -11
- package/tools/calls/actions/gather-using-ai-calls-actions.d.mts.map +1 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.d.ts +11 -11
- package/tools/calls/actions/gather-using-ai-calls-actions.d.ts.map +1 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.js +20 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.js.map +1 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.mjs +20 -1
- package/tools/calls/actions/gather-using-ai-calls-actions.mjs.map +1 -1
- package/tools/calls/actions/gather-using-audio-calls-actions.d.mts +11 -11
- package/tools/calls/actions/gather-using-audio-calls-actions.d.ts +11 -11
- package/tools/calls/actions/gather-using-speak-calls-actions.d.mts +11 -11
- package/tools/calls/actions/gather-using-speak-calls-actions.d.mts.map +1 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.d.ts +11 -11
- package/tools/calls/actions/gather-using-speak-calls-actions.d.ts.map +1 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.js +20 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.js.map +1 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.mjs +20 -1
- package/tools/calls/actions/gather-using-speak-calls-actions.mjs.map +1 -1
- package/tools/calls/actions/hangup-calls-actions.d.mts +11 -11
- package/tools/calls/actions/hangup-calls-actions.d.ts +11 -11
- package/tools/calls/actions/leave-queue-calls-actions.d.mts +11 -11
- package/tools/calls/actions/leave-queue-calls-actions.d.ts +11 -11
- package/tools/calls/actions/pause-recording-calls-actions.d.mts +11 -11
- package/tools/calls/actions/pause-recording-calls-actions.d.ts +11 -11
- package/tools/calls/actions/refer-calls-actions.d.mts +11 -11
- package/tools/calls/actions/refer-calls-actions.d.ts +11 -11
- package/tools/calls/actions/reject-calls-actions.d.mts +11 -11
- package/tools/calls/actions/reject-calls-actions.d.ts +11 -11
- package/tools/calls/actions/resume-recording-calls-actions.d.mts +11 -11
- package/tools/calls/actions/resume-recording-calls-actions.d.ts +11 -11
- package/tools/calls/actions/send-dtmf-calls-actions.d.mts +11 -11
- package/tools/calls/actions/send-dtmf-calls-actions.d.ts +11 -11
- package/tools/calls/actions/send-sip-info-calls-actions.d.mts +11 -11
- package/tools/calls/actions/send-sip-info-calls-actions.d.ts +11 -11
- package/tools/calls/actions/speak-calls-actions.d.mts +11 -11
- package/tools/calls/actions/speak-calls-actions.d.mts.map +1 -1
- package/tools/calls/actions/speak-calls-actions.d.ts +11 -11
- package/tools/calls/actions/speak-calls-actions.d.ts.map +1 -1
- package/tools/calls/actions/speak-calls-actions.js +20 -1
- package/tools/calls/actions/speak-calls-actions.js.map +1 -1
- package/tools/calls/actions/speak-calls-actions.mjs +20 -1
- package/tools/calls/actions/speak-calls-actions.mjs.map +1 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.mts.map +1 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.ts +11 -11
- package/tools/calls/actions/start-ai-assistant-calls-actions.d.ts.map +1 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.js +20 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.js.map +1 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.mjs +20 -1
- package/tools/calls/actions/start-ai-assistant-calls-actions.mjs.map +1 -1
- package/tools/calls/actions/start-forking-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-forking-calls-actions.d.ts +11 -11
- package/tools/calls/actions/start-noise-suppression-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-noise-suppression-calls-actions.d.ts +11 -11
- package/tools/calls/actions/start-playback-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-playback-calls-actions.d.ts +11 -11
- package/tools/calls/actions/start-recording-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-recording-calls-actions.d.ts +11 -11
- package/tools/calls/actions/start-siprec-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-siprec-calls-actions.d.ts +11 -11
- package/tools/calls/actions/start-streaming-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-streaming-calls-actions.d.ts +11 -11
- package/tools/calls/actions/start-transcription-calls-actions.d.mts +11 -11
- package/tools/calls/actions/start-transcription-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-ai-assistant-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-ai-assistant-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-forking-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-forking-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-gather-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-gather-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-noise-suppression-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-noise-suppression-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-playback-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-playback-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-recording-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-recording-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-siprec-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-siprec-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-streaming-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-streaming-calls-actions.d.ts +11 -11
- package/tools/calls/actions/stop-transcription-calls-actions.d.mts +11 -11
- package/tools/calls/actions/stop-transcription-calls-actions.d.ts +11 -11
- package/tools/calls/actions/switch-supervisor-role-calls-actions.d.mts +11 -11
- package/tools/calls/actions/switch-supervisor-role-calls-actions.d.ts +11 -11
- package/tools/calls/actions/transfer-calls-actions.d.mts +11 -11
- package/tools/calls/actions/transfer-calls-actions.d.ts +11 -11
- package/tools/calls/actions/update-client-state-calls-actions.d.mts +11 -11
- package/tools/calls/actions/update-client-state-calls-actions.d.ts +11 -11
- package/tools/calls/dial-calls.d.mts +11 -11
- package/tools/calls/dial-calls.d.ts +11 -11
- package/tools/calls/retrieve-status-calls.d.mts +11 -11
- package/tools/calls/retrieve-status-calls.d.ts +11 -11
- package/tools/campaign/accept-sharing-campaign.d.mts +11 -11
- package/tools/campaign/accept-sharing-campaign.d.ts +11 -11
- package/tools/campaign/deactivate-campaign.d.mts +11 -11
- package/tools/campaign/deactivate-campaign.d.ts +11 -11
- package/tools/campaign/get-mno-metadata-campaign.d.mts +11 -11
- package/tools/campaign/get-mno-metadata-campaign.d.ts +11 -11
- package/tools/campaign/get-operation-status-campaign.d.mts +11 -11
- package/tools/campaign/get-operation-status-campaign.d.ts +11 -11
- package/tools/campaign/get-sharing-status-campaign.d.mts +11 -11
- package/tools/campaign/get-sharing-status-campaign.d.ts +11 -11
- package/tools/campaign/list-campaign.d.mts +11 -11
- package/tools/campaign/list-campaign.d.ts +11 -11
- package/tools/campaign/osr/get-attributes-campaign-osr.d.mts +11 -11
- package/tools/campaign/osr/get-attributes-campaign-osr.d.ts +11 -11
- package/tools/campaign/retrieve-campaign.d.mts +11 -11
- package/tools/campaign/retrieve-campaign.d.ts +11 -11
- package/tools/campaign/submit-appeal-campaign.d.mts +11 -11
- package/tools/campaign/submit-appeal-campaign.d.ts +11 -11
- package/tools/campaign/update-campaign.d.mts +11 -11
- package/tools/campaign/update-campaign.d.ts +11 -11
- package/tools/campaign/usecase/get-cost-campaign-usecase.d.mts +11 -11
- package/tools/campaign/usecase/get-cost-campaign-usecase.d.ts +11 -11
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.d.mts +11 -11
- package/tools/campaign-builder/brand/qualify-by-usecase-campaign-builder-brand.d.ts +11 -11
- package/tools/campaign-builder/create-campaign-builder.d.mts +11 -11
- package/tools/campaign-builder/create-campaign-builder.d.ts +11 -11
- package/tools/channel-zones/list-channel-zones.d.mts +11 -11
- package/tools/channel-zones/list-channel-zones.d.ts +11 -11
- package/tools/channel-zones/update-channel-zones.d.mts +11 -11
- package/tools/channel-zones/update-channel-zones.d.ts +11 -11
- package/tools/charges-breakdown/retrieve-charges-breakdown.d.mts +11 -11
- package/tools/charges-breakdown/retrieve-charges-breakdown.d.ts +11 -11
- package/tools/charges-summary/retrieve-charges-summary.d.mts +11 -11
- package/tools/charges-summary/retrieve-charges-summary.d.ts +11 -11
- package/tools/comments/create-comments.d.mts +11 -11
- package/tools/comments/create-comments.d.ts +11 -11
- package/tools/comments/list-comments.d.mts +11 -11
- package/tools/comments/list-comments.d.ts +11 -11
- package/tools/comments/mark-as-read-comments.d.mts +11 -11
- package/tools/comments/mark-as-read-comments.d.ts +11 -11
- package/tools/comments/retrieve-comments.d.mts +11 -11
- package/tools/comments/retrieve-comments.d.ts +11 -11
- package/tools/conferences/actions/hold-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/hold-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/join-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/join-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/leave-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/leave-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/mute-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/mute-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/play-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/play-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/record-pause-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/record-pause-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/record-resume-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/record-resume-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/record-start-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/record-start-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/record-stop-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/record-stop-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/speak-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/speak-conferences-actions.d.mts.map +1 -1
- package/tools/conferences/actions/speak-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/speak-conferences-actions.d.ts.map +1 -1
- package/tools/conferences/actions/speak-conferences-actions.js +20 -1
- package/tools/conferences/actions/speak-conferences-actions.js.map +1 -1
- package/tools/conferences/actions/speak-conferences-actions.mjs +20 -1
- package/tools/conferences/actions/speak-conferences-actions.mjs.map +1 -1
- package/tools/conferences/actions/stop-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/stop-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/unhold-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/unhold-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/unmute-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/unmute-conferences-actions.d.ts +11 -11
- package/tools/conferences/actions/update-conferences-actions.d.mts +11 -11
- package/tools/conferences/actions/update-conferences-actions.d.ts +11 -11
- package/tools/conferences/create-conferences.d.mts +11 -11
- package/tools/conferences/create-conferences.d.ts +11 -11
- package/tools/conferences/list-conferences.d.mts +11 -11
- package/tools/conferences/list-conferences.d.ts +11 -11
- package/tools/conferences/list-participants-conferences.d.mts +11 -11
- package/tools/conferences/list-participants-conferences.d.ts +11 -11
- package/tools/conferences/retrieve-conferences.d.mts +11 -11
- package/tools/conferences/retrieve-conferences.d.ts +11 -11
- package/tools/connections/list-active-calls-connections.d.mts +11 -11
- package/tools/connections/list-active-calls-connections.d.ts +11 -11
- package/tools/connections/list-connections.d.mts +11 -11
- package/tools/connections/list-connections.d.ts +11 -11
- package/tools/connections/retrieve-connections.d.mts +11 -11
- package/tools/connections/retrieve-connections.d.ts +11 -11
- package/tools/country-coverage/retrieve-country-country-coverage.d.mts +11 -11
- package/tools/country-coverage/retrieve-country-country-coverage.d.ts +11 -11
- package/tools/country-coverage/retrieve-country-coverage.d.mts +11 -11
- package/tools/country-coverage/retrieve-country-coverage.d.ts +11 -11
- package/tools/country-coverage/retrieve-country-coverage.js +1 -1
- package/tools/country-coverage/retrieve-country-coverage.js.map +1 -1
- package/tools/country-coverage/retrieve-country-coverage.mjs +1 -1
- package/tools/country-coverage/retrieve-country-coverage.mjs.map +1 -1
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.d.mts +11 -11
- package/tools/credential-connections/actions/check-registration-status-credential-connections-actions.d.ts +11 -11
- package/tools/credential-connections/create-credential-connections.d.mts +11 -11
- package/tools/credential-connections/create-credential-connections.d.ts +11 -11
- package/tools/credential-connections/delete-credential-connections.d.mts +11 -11
- package/tools/credential-connections/delete-credential-connections.d.ts +11 -11
- package/tools/credential-connections/list-credential-connections.d.mts +11 -11
- package/tools/credential-connections/list-credential-connections.d.ts +11 -11
- package/tools/credential-connections/retrieve-credential-connections.d.mts +11 -11
- package/tools/credential-connections/retrieve-credential-connections.d.ts +11 -11
- package/tools/credential-connections/update-credential-connections.d.mts +11 -11
- package/tools/credential-connections/update-credential-connections.d.ts +11 -11
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.mts +11 -11
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.mts.map +1 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.ts +11 -11
- package/tools/custom-storage-credentials/create-custom-storage-credentials.d.ts.map +1 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.js +19 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.js.map +1 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.mjs +19 -1
- package/tools/custom-storage-credentials/create-custom-storage-credentials.mjs.map +1 -1
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.d.mts +11 -11
- package/tools/custom-storage-credentials/delete-custom-storage-credentials.d.ts +11 -11
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.d.mts +11 -11
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.d.ts +11 -11
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.js +1 -1
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.js.map +1 -1
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.mjs +1 -1
- package/tools/custom-storage-credentials/retrieve-custom-storage-credentials.mjs.map +1 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.mts +11 -11
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.mts.map +1 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.ts +11 -11
- package/tools/custom-storage-credentials/update-custom-storage-credentials.d.ts.map +1 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.js +19 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.js.map +1 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.mjs +19 -1
- package/tools/custom-storage-credentials/update-custom-storage-credentials.mjs.map +1 -1
- package/tools/customer-service-records/create-customer-service-records.d.mts +11 -11
- package/tools/customer-service-records/create-customer-service-records.d.ts +11 -11
- package/tools/customer-service-records/list-customer-service-records.d.mts +11 -11
- package/tools/customer-service-records/list-customer-service-records.d.ts +11 -11
- package/tools/customer-service-records/retrieve-customer-service-records.d.mts +11 -11
- package/tools/customer-service-records/retrieve-customer-service-records.d.ts +11 -11
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.d.mts +11 -11
- package/tools/customer-service-records/verify-phone-number-coverage-customer-service-records.d.ts +11 -11
- package/tools/detail-records/list-detail-records.d.mts +11 -11
- package/tools/detail-records/list-detail-records.d.ts +11 -11
- package/tools/dialogflow-connections/create-dialogflow-connections.d.mts +11 -11
- package/tools/dialogflow-connections/create-dialogflow-connections.d.ts +11 -11
- package/tools/dialogflow-connections/delete-dialogflow-connections.d.mts +11 -11
- package/tools/dialogflow-connections/delete-dialogflow-connections.d.ts +11 -11
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.d.mts +11 -11
- package/tools/dialogflow-connections/retrieve-dialogflow-connections.d.ts +11 -11
- package/tools/dialogflow-connections/update-dialogflow-connections.d.mts +11 -11
- package/tools/dialogflow-connections/update-dialogflow-connections.d.ts +11 -11
- package/tools/document-links/list-document-links.d.mts +11 -11
- package/tools/document-links/list-document-links.d.ts +11 -11
- package/tools/documents/delete-documents.d.mts +11 -11
- package/tools/documents/delete-documents.d.ts +11 -11
- package/tools/documents/download-documents.d.mts +11 -11
- package/tools/documents/download-documents.d.ts +11 -11
- package/tools/documents/generate-download-link-documents.d.mts +11 -11
- package/tools/documents/generate-download-link-documents.d.ts +11 -11
- package/tools/documents/list-documents.d.mts +11 -11
- package/tools/documents/list-documents.d.ts +11 -11
- package/tools/documents/retrieve-documents.d.mts +11 -11
- package/tools/documents/retrieve-documents.d.ts +11 -11
- package/tools/documents/update-documents.d.mts +11 -11
- package/tools/documents/update-documents.d.ts +11 -11
- package/tools/documents/upload-documents.d.mts +11 -11
- package/tools/documents/upload-documents.d.ts +11 -11
- package/tools/documents/upload-json-documents.d.mts +11 -11
- package/tools/documents/upload-json-documents.d.ts +11 -11
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.d.mts +11 -11
- package/tools/dynamic-emergency-addresses/create-dynamic-emergency-addresses.d.ts +11 -11
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.d.mts +11 -11
- package/tools/dynamic-emergency-addresses/delete-dynamic-emergency-addresses.d.ts +11 -11
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.d.mts +11 -11
- package/tools/dynamic-emergency-addresses/list-dynamic-emergency-addresses.d.ts +11 -11
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.d.mts +11 -11
- package/tools/dynamic-emergency-addresses/retrieve-dynamic-emergency-addresses.d.ts +11 -11
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.d.mts +11 -11
- package/tools/dynamic-emergency-endpoints/create-dynamic-emergency-endpoints.d.ts +11 -11
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.d.mts +11 -11
- package/tools/dynamic-emergency-endpoints/delete-dynamic-emergency-endpoints.d.ts +11 -11
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.d.mts +11 -11
- package/tools/dynamic-emergency-endpoints/list-dynamic-emergency-endpoints.d.ts +11 -11
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.d.mts +11 -11
- package/tools/dynamic-emergency-endpoints/retrieve-dynamic-emergency-endpoints.d.ts +11 -11
- package/tools/enum/retrieve-enum.d.mts +11 -11
- package/tools/enum/retrieve-enum.d.ts +11 -11
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.d.mts +11 -11
- package/tools/external-connections/civic-addresses/list-external-connections-civic-addresses.d.ts +11 -11
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.d.mts +11 -11
- package/tools/external-connections/civic-addresses/retrieve-external-connections-civic-addresses.d.ts +11 -11
- package/tools/external-connections/create-external-connections.d.mts +11 -11
- package/tools/external-connections/create-external-connections.d.ts +11 -11
- package/tools/external-connections/delete-external-connections.d.mts +11 -11
- package/tools/external-connections/delete-external-connections.d.ts +11 -11
- package/tools/external-connections/list-external-connections.d.mts +11 -11
- package/tools/external-connections/list-external-connections.d.ts +11 -11
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.d.mts +11 -11
- package/tools/external-connections/log-messages/dismiss-external-connections-log-messages.d.ts +11 -11
- package/tools/external-connections/log-messages/list-external-connections-log-messages.d.mts +11 -11
- package/tools/external-connections/log-messages/list-external-connections-log-messages.d.ts +11 -11
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.d.mts +11 -11
- package/tools/external-connections/log-messages/retrieve-external-connections-log-messages.d.ts +11 -11
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.d.mts +11 -11
- package/tools/external-connections/phone-numbers/list-external-connections-phone-numbers.d.ts +11 -11
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.d.mts +11 -11
- package/tools/external-connections/phone-numbers/retrieve-external-connections-phone-numbers.d.ts +11 -11
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.d.mts +11 -11
- package/tools/external-connections/phone-numbers/update-external-connections-phone-numbers.d.ts +11 -11
- package/tools/external-connections/releases/list-external-connections-releases.d.mts +11 -11
- package/tools/external-connections/releases/list-external-connections-releases.d.ts +11 -11
- package/tools/external-connections/releases/retrieve-external-connections-releases.d.mts +11 -11
- package/tools/external-connections/releases/retrieve-external-connections-releases.d.ts +11 -11
- package/tools/external-connections/retrieve-external-connections.d.mts +11 -11
- package/tools/external-connections/retrieve-external-connections.d.ts +11 -11
- package/tools/external-connections/update-external-connections.d.mts +11 -11
- package/tools/external-connections/update-external-connections.d.ts +11 -11
- package/tools/external-connections/update-location-external-connections.d.mts +11 -11
- package/tools/external-connections/update-location-external-connections.d.ts +11 -11
- package/tools/external-connections/uploads/create-external-connections-uploads.d.mts +11 -11
- package/tools/external-connections/uploads/create-external-connections-uploads.d.ts +11 -11
- package/tools/external-connections/uploads/list-external-connections-uploads.d.mts +11 -11
- package/tools/external-connections/uploads/list-external-connections-uploads.d.ts +11 -11
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.d.mts +11 -11
- package/tools/external-connections/uploads/pending-count-external-connections-uploads.d.ts +11 -11
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.d.mts +11 -11
- package/tools/external-connections/uploads/refresh-status-external-connections-uploads.d.ts +11 -11
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.d.mts +11 -11
- package/tools/external-connections/uploads/retrieve-external-connections-uploads.d.ts +11 -11
- package/tools/external-connections/uploads/retry-external-connections-uploads.d.mts +11 -11
- package/tools/external-connections/uploads/retry-external-connections-uploads.d.ts +11 -11
- package/tools/fax-applications/create-fax-applications.d.mts +11 -11
- package/tools/fax-applications/create-fax-applications.d.ts +11 -11
- package/tools/fax-applications/delete-fax-applications.d.mts +11 -11
- package/tools/fax-applications/delete-fax-applications.d.ts +11 -11
- package/tools/fax-applications/list-fax-applications.d.mts +11 -11
- package/tools/fax-applications/list-fax-applications.d.ts +11 -11
- package/tools/fax-applications/retrieve-fax-applications.d.mts +11 -11
- package/tools/fax-applications/retrieve-fax-applications.d.ts +11 -11
- package/tools/fax-applications/update-fax-applications.d.mts +11 -11
- package/tools/fax-applications/update-fax-applications.d.ts +11 -11
- package/tools/faxes/actions/cancel-faxes-actions.d.mts +11 -11
- package/tools/faxes/actions/cancel-faxes-actions.d.ts +11 -11
- package/tools/faxes/actions/refresh-faxes-actions.d.mts +11 -11
- package/tools/faxes/actions/refresh-faxes-actions.d.ts +11 -11
- package/tools/faxes/create-faxes.d.mts +11 -11
- package/tools/faxes/create-faxes.d.ts +11 -11
- package/tools/faxes/delete-faxes.d.mts +11 -11
- package/tools/faxes/delete-faxes.d.ts +11 -11
- package/tools/faxes/list-faxes.d.mts +11 -11
- package/tools/faxes/list-faxes.d.ts +11 -11
- package/tools/faxes/retrieve-faxes.d.mts +11 -11
- package/tools/faxes/retrieve-faxes.d.ts +11 -11
- package/tools/fqdn-connections/create-fqdn-connections.d.mts +11 -11
- package/tools/fqdn-connections/create-fqdn-connections.d.ts +11 -11
- package/tools/fqdn-connections/delete-fqdn-connections.d.mts +11 -11
- package/tools/fqdn-connections/delete-fqdn-connections.d.ts +11 -11
- package/tools/fqdn-connections/list-fqdn-connections.d.mts +11 -11
- package/tools/fqdn-connections/list-fqdn-connections.d.ts +11 -11
- package/tools/fqdn-connections/retrieve-fqdn-connections.d.mts +11 -11
- package/tools/fqdn-connections/retrieve-fqdn-connections.d.ts +11 -11
- package/tools/fqdn-connections/update-fqdn-connections.d.mts +11 -11
- package/tools/fqdn-connections/update-fqdn-connections.d.ts +11 -11
- package/tools/fqdns/create-fqdns.d.mts +11 -11
- package/tools/fqdns/create-fqdns.d.ts +11 -11
- package/tools/fqdns/delete-fqdns.d.mts +11 -11
- package/tools/fqdns/delete-fqdns.d.ts +11 -11
- package/tools/fqdns/list-fqdns.d.mts +11 -11
- package/tools/fqdns/list-fqdns.d.ts +11 -11
- package/tools/fqdns/retrieve-fqdns.d.mts +11 -11
- package/tools/fqdns/retrieve-fqdns.d.ts +11 -11
- package/tools/fqdns/update-fqdns.d.mts +11 -11
- package/tools/fqdns/update-fqdns.d.ts +11 -11
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.d.mts +11 -11
- package/tools/global-ip-allowed-ports/list-global-ip-allowed-ports.d.ts +11 -11
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.d.mts +11 -11
- package/tools/global-ip-assignment-health/retrieve-global-ip-assignment-health.d.ts +11 -11
- package/tools/global-ip-assignments/create-global-ip-assignments.d.mts +11 -11
- package/tools/global-ip-assignments/create-global-ip-assignments.d.ts +11 -11
- package/tools/global-ip-assignments/delete-global-ip-assignments.d.mts +11 -11
- package/tools/global-ip-assignments/delete-global-ip-assignments.d.ts +11 -11
- package/tools/global-ip-assignments/list-global-ip-assignments.d.mts +11 -11
- package/tools/global-ip-assignments/list-global-ip-assignments.d.ts +11 -11
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.d.mts +11 -11
- package/tools/global-ip-assignments/retrieve-global-ip-assignments.d.ts +11 -11
- package/tools/global-ip-assignments/update-global-ip-assignments.d.mts +11 -11
- package/tools/global-ip-assignments/update-global-ip-assignments.d.ts +11 -11
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.d.mts +11 -11
- package/tools/global-ip-assignments-usage/retrieve-global-ip-assignments-usage.d.ts +11 -11
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.d.mts +11 -11
- package/tools/global-ip-health-check-types/list-global-ip-health-check-types.d.ts +11 -11
- package/tools/global-ip-health-checks/create-global-ip-health-checks.d.mts +11 -11
- package/tools/global-ip-health-checks/create-global-ip-health-checks.d.ts +11 -11
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.d.mts +11 -11
- package/tools/global-ip-health-checks/delete-global-ip-health-checks.d.ts +11 -11
- package/tools/global-ip-health-checks/list-global-ip-health-checks.d.mts +11 -11
- package/tools/global-ip-health-checks/list-global-ip-health-checks.d.ts +11 -11
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.d.mts +11 -11
- package/tools/global-ip-health-checks/retrieve-global-ip-health-checks.d.ts +11 -11
- package/tools/global-ip-latency/retrieve-global-ip-latency.d.mts +11 -11
- package/tools/global-ip-latency/retrieve-global-ip-latency.d.ts +11 -11
- package/tools/global-ip-protocols/list-global-ip-protocols.d.mts +11 -11
- package/tools/global-ip-protocols/list-global-ip-protocols.d.ts +11 -11
- package/tools/global-ip-usage/retrieve-global-ip-usage.d.mts +11 -11
- package/tools/global-ip-usage/retrieve-global-ip-usage.d.ts +11 -11
- package/tools/global-ips/create-global-ips.d.mts +11 -11
- package/tools/global-ips/create-global-ips.d.ts +11 -11
- package/tools/global-ips/delete-global-ips.d.mts +11 -11
- package/tools/global-ips/delete-global-ips.d.ts +11 -11
- package/tools/global-ips/list-global-ips.d.mts +11 -11
- package/tools/global-ips/list-global-ips.d.ts +11 -11
- package/tools/global-ips/retrieve-global-ips.d.mts +11 -11
- package/tools/global-ips/retrieve-global-ips.d.ts +11 -11
- package/tools/inbound-channels/list-inbound-channels.d.mts +11 -11
- package/tools/inbound-channels/list-inbound-channels.d.ts +11 -11
- package/tools/inbound-channels/update-inbound-channels.d.mts +11 -11
- package/tools/inbound-channels/update-inbound-channels.d.ts +11 -11
- package/tools/index.d.mts.map +1 -1
- package/tools/index.d.ts.map +1 -1
- package/tools/index.js +4 -0
- package/tools/index.js.map +1 -1
- package/tools/index.mjs +4 -0
- package/tools/index.mjs.map +1 -1
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.d.mts +11 -11
- package/tools/inexplicit-number-orders/create-inexplicit-number-orders.d.ts +11 -11
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.d.mts +11 -11
- package/tools/inexplicit-number-orders/list-inexplicit-number-orders.d.ts +11 -11
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.d.mts +11 -11
- package/tools/inexplicit-number-orders/retrieve-inexplicit-number-orders.d.ts +11 -11
- package/tools/integration-secrets/create-integration-secrets.d.mts +11 -11
- package/tools/integration-secrets/create-integration-secrets.d.ts +11 -11
- package/tools/integration-secrets/delete-integration-secrets.d.mts +11 -11
- package/tools/integration-secrets/delete-integration-secrets.d.ts +11 -11
- package/tools/integration-secrets/list-integration-secrets.d.mts +11 -11
- package/tools/integration-secrets/list-integration-secrets.d.ts +11 -11
- package/tools/inventory-coverage/list-inventory-coverage.d.mts +11 -11
- package/tools/inventory-coverage/list-inventory-coverage.d.ts +11 -11
- package/tools/invoices/list-invoices.d.mts +11 -11
- package/tools/invoices/list-invoices.d.ts +11 -11
- package/tools/invoices/retrieve-invoices.d.mts +11 -11
- package/tools/invoices/retrieve-invoices.d.ts +11 -11
- package/tools/ip-connections/create-ip-connections.d.mts +11 -11
- package/tools/ip-connections/create-ip-connections.d.ts +11 -11
- package/tools/ip-connections/delete-ip-connections.d.mts +11 -11
- package/tools/ip-connections/delete-ip-connections.d.ts +11 -11
- package/tools/ip-connections/list-ip-connections.d.mts +11 -11
- package/tools/ip-connections/list-ip-connections.d.ts +11 -11
- package/tools/ip-connections/retrieve-ip-connections.d.mts +11 -11
- package/tools/ip-connections/retrieve-ip-connections.d.ts +11 -11
- package/tools/ip-connections/update-ip-connections.d.mts +11 -11
- package/tools/ip-connections/update-ip-connections.d.ts +11 -11
- package/tools/ips/create-ips.d.mts +11 -11
- package/tools/ips/create-ips.d.ts +11 -11
- package/tools/ips/delete-ips.d.mts +11 -11
- package/tools/ips/delete-ips.d.ts +11 -11
- package/tools/ips/list-ips.d.mts +11 -11
- package/tools/ips/list-ips.d.ts +11 -11
- package/tools/ips/retrieve-ips.d.mts +11 -11
- package/tools/ips/retrieve-ips.d.ts +11 -11
- package/tools/ips/update-ips.d.mts +11 -11
- package/tools/ips/update-ips.d.ts +11 -11
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.d.mts +11 -11
- package/tools/ledger-billing-group-reports/create-ledger-billing-group-reports.d.ts +11 -11
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.d.mts +11 -11
- package/tools/ledger-billing-group-reports/retrieve-ledger-billing-group-reports.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/create-batch-detail-records-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/delete-batch-detail-records-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/list-batch-detail-records-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/messaging/retrieve-batch-detail-records-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/create-batch-detail-records-reporting-legacy-speech-to-text.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/delete-batch-detail-records-reporting-legacy-speech-to-text.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/list-batch-detail-records-reporting-legacy-speech-to-text.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/speech-to-text/retrieve-batch-detail-records-reporting-legacy-speech-to-text.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/create-batch-detail-records-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/delete-batch-detail-records-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/list-batch-detail-records-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-batch-detail-records-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/batch-detail-records/voice/retrieve-fields-batch-detail-records-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/create-usage-reports-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/delete-usage-reports-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/list-usage-reports-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/messaging/retrieve-usage-reports-reporting-legacy-messaging.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/create-usage-reports-reporting-legacy-number-lookup.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/delete-usage-reports-reporting-legacy-number-lookup.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/list-usage-reports-reporting-legacy-number-lookup.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/number-lookup/retrieve-usage-reports-reporting-legacy-number-lookup.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/retrieve-speech-to-text-reporting-legacy-usage-reports.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/create-usage-reports-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/delete-usage-reports-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/list-usage-reports-reporting-legacy-voice.d.ts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.d.mts +11 -11
- package/tools/legacy/reporting/usage-reports/voice/retrieve-usage-reports-reporting-legacy-voice.d.ts +11 -11
- package/tools/list/retrieve-all-list.d.mts +11 -11
- package/tools/list/retrieve-all-list.d.ts +11 -11
- package/tools/list/retrieve-by-zone-list.d.mts +11 -11
- package/tools/list/retrieve-by-zone-list.d.ts +11 -11
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.d.mts +11 -11
- package/tools/managed-accounts/actions/disable-managed-accounts-actions.d.ts +11 -11
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.d.mts +11 -11
- package/tools/managed-accounts/actions/enable-managed-accounts-actions.d.ts +11 -11
- package/tools/managed-accounts/create-managed-accounts.d.mts +11 -11
- package/tools/managed-accounts/create-managed-accounts.d.ts +11 -11
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.d.mts +11 -11
- package/tools/managed-accounts/get-allocatable-global-outbound-channels-managed-accounts.d.ts +11 -11
- package/tools/managed-accounts/list-managed-accounts.d.mts +11 -11
- package/tools/managed-accounts/list-managed-accounts.d.ts +11 -11
- package/tools/managed-accounts/retrieve-managed-accounts.d.mts +11 -11
- package/tools/managed-accounts/retrieve-managed-accounts.d.ts +11 -11
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.d.mts +11 -11
- package/tools/managed-accounts/update-global-channel-limit-managed-accounts.d.ts +11 -11
- package/tools/managed-accounts/update-managed-accounts.d.mts +11 -11
- package/tools/managed-accounts/update-managed-accounts.d.ts +11 -11
- package/tools/media/delete-media.d.mts +11 -11
- package/tools/media/delete-media.d.ts +11 -11
- package/tools/media/download-media.d.mts +11 -11
- package/tools/media/download-media.d.ts +11 -11
- package/tools/media/list-media.d.mts +11 -11
- package/tools/media/list-media.d.ts +11 -11
- package/tools/media/retrieve-media.d.mts +11 -11
- package/tools/media/retrieve-media.d.ts +11 -11
- package/tools/media/update-media.d.mts +11 -11
- package/tools/media/update-media.d.ts +11 -11
- package/tools/media/upload-media.d.mts +11 -11
- package/tools/media/upload-media.d.ts +11 -11
- package/tools/messages/cancel-scheduled-messages.d.mts +11 -11
- package/tools/messages/cancel-scheduled-messages.d.mts.map +1 -1
- package/tools/messages/cancel-scheduled-messages.d.ts +11 -11
- package/tools/messages/cancel-scheduled-messages.d.ts.map +1 -1
- package/tools/messages/cancel-scheduled-messages.js +4 -10
- package/tools/messages/cancel-scheduled-messages.js.map +1 -1
- package/tools/messages/cancel-scheduled-messages.mjs +4 -10
- package/tools/messages/cancel-scheduled-messages.mjs.map +1 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.mts +11 -11
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.mts.map +1 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.ts +11 -11
- package/tools/messages/rcs/generate-deeplink-messages-rcs.d.ts.map +1 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.js +1 -0
- package/tools/messages/rcs/generate-deeplink-messages-rcs.js.map +1 -1
- package/tools/messages/rcs/generate-deeplink-messages-rcs.mjs +1 -0
- package/tools/messages/rcs/generate-deeplink-messages-rcs.mjs.map +1 -1
- package/tools/messages/retrieve-messages.d.mts +11 -11
- package/tools/messages/retrieve-messages.d.ts +11 -11
- package/tools/messages/schedule-messages.d.mts +11 -11
- package/tools/messages/schedule-messages.d.ts +11 -11
- package/tools/messages/send-group-mms-messages.d.mts +11 -11
- package/tools/messages/send-group-mms-messages.d.ts +11 -11
- package/tools/messages/send-long-code-messages.d.mts +11 -11
- package/tools/messages/send-long-code-messages.d.ts +11 -11
- package/tools/messages/send-messages.d.mts +11 -11
- package/tools/messages/send-messages.d.ts +11 -11
- package/tools/messages/send-number-pool-messages.d.mts +11 -11
- package/tools/messages/send-number-pool-messages.d.ts +11 -11
- package/tools/messages/send-short-code-messages.d.mts +11 -11
- package/tools/messages/send-short-code-messages.d.ts +11 -11
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.mts +11 -11
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.mts.map +1 -1
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.ts +11 -11
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.d.ts.map +1 -1
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.js +1 -0
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.js.map +1 -1
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.mjs +1 -0
- package/tools/messaging/rcs/agents/list-rcs-messaging-agents.mjs.map +1 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.mts +11 -11
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.mts.map +1 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.ts +11 -11
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.d.ts.map +1 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.js +1 -0
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.js.map +1 -1
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.mjs +1 -0
- package/tools/messaging/rcs/agents/retrieve-rcs-messaging-agents.mjs.map +1 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.mts +11 -11
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.mts.map +1 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.ts +11 -11
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.d.ts.map +1 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.js +1 -0
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.js.map +1 -1
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.mjs +1 -0
- package/tools/messaging/rcs/agents/update-rcs-messaging-agents.mjs.map +1 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.mts +11 -11
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.mts.map +1 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.ts +11 -11
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.d.ts.map +1 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.js +1 -0
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.js.map +1 -1
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.mjs +1 -0
- package/tools/messaging/rcs/invite-test-number-messaging-rcs.mjs.map +1 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.mts +11 -11
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.mts.map +1 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.ts +11 -11
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.d.ts.map +1 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.js +1 -0
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.js.map +1 -1
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.mjs +1 -0
- package/tools/messaging/rcs/list-bulk-capabilities-messaging-rcs.mjs.map +1 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.mts +11 -11
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.mts.map +1 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.ts +11 -11
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.d.ts.map +1 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.js +1 -0
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.js.map +1 -1
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.mjs +1 -0
- package/tools/messaging/rcs/retrieve-capabilities-messaging-rcs.mjs.map +1 -1
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/actions/upload-file-messaging-hosted-number-orders-actions.d.ts +11 -11
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/check-eligibility-messaging-hosted-number-orders.d.ts +11 -11
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/create-messaging-hosted-number-orders.d.ts +11 -11
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/create-verification-codes-messaging-hosted-number-orders.d.ts +11 -11
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/delete-messaging-hosted-number-orders.d.ts +11 -11
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/list-messaging-hosted-number-orders.d.ts +11 -11
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/retrieve-messaging-hosted-number-orders.d.ts +11 -11
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.d.mts +11 -11
- package/tools/messaging-hosted-number-orders/validate-codes-messaging-hosted-number-orders.d.ts +11 -11
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.d.mts +11 -11
- package/tools/messaging-hosted-numbers/delete-messaging-hosted-numbers.d.ts +11 -11
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.d.mts +11 -11
- package/tools/messaging-numbers-bulk-updates/create-messaging-numbers-bulk-updates.d.ts +11 -11
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.d.mts +11 -11
- package/tools/messaging-numbers-bulk-updates/retrieve-messaging-numbers-bulk-updates.d.ts +11 -11
- package/tools/messaging-optouts/list-messaging-optouts.d.mts +11 -11
- package/tools/messaging-optouts/list-messaging-optouts.d.ts +11 -11
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.d.mts +11 -11
- package/tools/messaging-profiles/autoresp-configs/create-messaging-profiles-autoresp-configs.d.ts +11 -11
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.d.mts +11 -11
- package/tools/messaging-profiles/autoresp-configs/delete-messaging-profiles-autoresp-configs.d.ts +11 -11
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.d.mts +11 -11
- package/tools/messaging-profiles/autoresp-configs/list-messaging-profiles-autoresp-configs.d.ts +11 -11
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.d.mts +11 -11
- package/tools/messaging-profiles/autoresp-configs/retrieve-messaging-profiles-autoresp-configs.d.ts +11 -11
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.d.mts +11 -11
- package/tools/messaging-profiles/autoresp-configs/update-messaging-profiles-autoresp-configs.d.ts +11 -11
- package/tools/messaging-profiles/create-messaging-profiles.d.mts +11 -11
- package/tools/messaging-profiles/create-messaging-profiles.d.ts +11 -11
- package/tools/messaging-profiles/delete-messaging-profiles.d.mts +11 -11
- package/tools/messaging-profiles/delete-messaging-profiles.d.ts +11 -11
- package/tools/messaging-profiles/delete-messaging-profiles.js +1 -1
- package/tools/messaging-profiles/delete-messaging-profiles.js.map +1 -1
- package/tools/messaging-profiles/delete-messaging-profiles.mjs +1 -1
- package/tools/messaging-profiles/delete-messaging-profiles.mjs.map +1 -1
- package/tools/messaging-profiles/list-messaging-profiles.d.mts +11 -11
- package/tools/messaging-profiles/list-messaging-profiles.d.ts +11 -11
- package/tools/messaging-profiles/list-messaging-profiles.js +1 -1
- package/tools/messaging-profiles/list-messaging-profiles.js.map +1 -1
- package/tools/messaging-profiles/list-messaging-profiles.mjs +1 -1
- package/tools/messaging-profiles/list-messaging-profiles.mjs.map +1 -1
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.d.mts +11 -11
- package/tools/messaging-profiles/list-phone-numbers-messaging-profiles.d.ts +11 -11
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.d.mts +11 -11
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.d.ts +11 -11
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.js +1 -1
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.js.map +1 -1
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.mjs +1 -1
- package/tools/messaging-profiles/list-short-codes-messaging-profiles.mjs.map +1 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.d.mts +11 -11
- package/tools/messaging-profiles/retrieve-messaging-profiles.d.ts +11 -11
- package/tools/messaging-profiles/retrieve-messaging-profiles.js +1 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.js.map +1 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.mjs +1 -1
- package/tools/messaging-profiles/retrieve-messaging-profiles.mjs.map +1 -1
- package/tools/messaging-profiles/update-messaging-profiles.d.mts +11 -11
- package/tools/messaging-profiles/update-messaging-profiles.d.ts +11 -11
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.d.mts +11 -11
- package/tools/messaging-tollfree/verification/requests/create-verification-messaging-tollfree-requests.d.ts +11 -11
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.d.mts +11 -11
- package/tools/messaging-tollfree/verification/requests/delete-verification-messaging-tollfree-requests.d.ts +11 -11
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.d.mts +11 -11
- package/tools/messaging-tollfree/verification/requests/list-verification-messaging-tollfree-requests.d.ts +11 -11
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.d.mts +11 -11
- package/tools/messaging-tollfree/verification/requests/retrieve-verification-messaging-tollfree-requests.d.ts +11 -11
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.d.mts +11 -11
- package/tools/messaging-tollfree/verification/requests/update-verification-messaging-tollfree-requests.d.ts +11 -11
- package/tools/messaging-url-domains/list-messaging-url-domains.d.mts +11 -11
- package/tools/messaging-url-domains/list-messaging-url-domains.d.ts +11 -11
- package/tools/messsages/rcs-messsages.d.mts +11 -11
- package/tools/messsages/rcs-messsages.d.mts.map +1 -1
- package/tools/messsages/rcs-messsages.d.ts +11 -11
- package/tools/messsages/rcs-messsages.d.ts.map +1 -1
- package/tools/messsages/rcs-messsages.js +1 -0
- package/tools/messsages/rcs-messsages.js.map +1 -1
- package/tools/messsages/rcs-messsages.mjs +1 -0
- package/tools/messsages/rcs-messsages.mjs.map +1 -1
- package/tools/mobile-network-operators/list-mobile-network-operators.d.mts +11 -11
- package/tools/mobile-network-operators/list-mobile-network-operators.d.ts +11 -11
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.d.mts +11 -11
- package/tools/mobile-phone-numbers/list-mobile-phone-numbers.d.ts +11 -11
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.mts +51 -0
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.mts.map +1 -0
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.ts +51 -0
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.d.ts.map +1 -0
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.js +65 -0
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.js.map +1 -0
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.mjs +58 -0
- package/tools/mobile-phone-numbers/messaging/list-mobile-phone-numbers-messaging.mjs.map +1 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.mts +51 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.mts.map +1 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.ts +51 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.d.ts.map +1 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.js +54 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.js.map +1 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.mjs +47 -0
- package/tools/mobile-phone-numbers/messaging/retrieve-mobile-phone-numbers-messaging.mjs.map +1 -0
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.d.mts +11 -11
- package/tools/mobile-phone-numbers/retrieve-mobile-phone-numbers.d.ts +11 -11
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.d.mts +11 -11
- package/tools/mobile-phone-numbers/update-mobile-phone-numbers.d.ts +11 -11
- package/tools/mobile-push-credentials/create-mobile-push-credentials.d.mts +11 -11
- package/tools/mobile-push-credentials/create-mobile-push-credentials.d.ts +11 -11
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.d.mts +11 -11
- package/tools/mobile-push-credentials/delete-mobile-push-credentials.d.ts +11 -11
- package/tools/mobile-push-credentials/list-mobile-push-credentials.d.mts +11 -11
- package/tools/mobile-push-credentials/list-mobile-push-credentials.d.ts +11 -11
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.d.mts +11 -11
- package/tools/mobile-push-credentials/retrieve-mobile-push-credentials.d.ts +11 -11
- package/tools/mobile-voice-connections/create-mobile-voice-connections.d.mts +11 -11
- package/tools/mobile-voice-connections/create-mobile-voice-connections.d.ts +11 -11
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.d.mts +11 -11
- package/tools/mobile-voice-connections/delete-mobile-voice-connections.d.ts +11 -11
- package/tools/mobile-voice-connections/list-mobile-voice-connections.d.mts +11 -11
- package/tools/mobile-voice-connections/list-mobile-voice-connections.d.ts +11 -11
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.d.mts +11 -11
- package/tools/mobile-voice-connections/retrieve-mobile-voice-connections.d.ts +11 -11
- package/tools/mobile-voice-connections/update-mobile-voice-connections.d.mts +11 -11
- package/tools/mobile-voice-connections/update-mobile-voice-connections.d.ts +11 -11
- package/tools/network-coverage/list-network-coverage.d.mts +11 -11
- package/tools/network-coverage/list-network-coverage.d.ts +11 -11
- package/tools/networks/create-networks.d.mts +11 -11
- package/tools/networks/create-networks.d.ts +11 -11
- package/tools/networks/default-gateway/create-networks-default-gateway.d.mts +11 -11
- package/tools/networks/default-gateway/create-networks-default-gateway.d.ts +11 -11
- package/tools/networks/default-gateway/delete-networks-default-gateway.d.mts +11 -11
- package/tools/networks/default-gateway/delete-networks-default-gateway.d.ts +11 -11
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.d.mts +11 -11
- package/tools/networks/default-gateway/retrieve-networks-default-gateway.d.ts +11 -11
- package/tools/networks/delete-networks.d.mts +11 -11
- package/tools/networks/delete-networks.d.ts +11 -11
- package/tools/networks/list-interfaces-networks.d.mts +11 -11
- package/tools/networks/list-interfaces-networks.d.ts +11 -11
- package/tools/networks/list-networks.d.mts +11 -11
- package/tools/networks/list-networks.d.ts +11 -11
- package/tools/networks/retrieve-networks.d.mts +11 -11
- package/tools/networks/retrieve-networks.d.ts +11 -11
- package/tools/networks/update-networks.d.mts +11 -11
- package/tools/networks/update-networks.d.ts +11 -11
- package/tools/notification-channels/create-notification-channels.d.mts +11 -11
- package/tools/notification-channels/create-notification-channels.d.ts +11 -11
- package/tools/notification-channels/delete-notification-channels.d.mts +11 -11
- package/tools/notification-channels/delete-notification-channels.d.ts +11 -11
- package/tools/notification-channels/list-notification-channels.d.mts +11 -11
- package/tools/notification-channels/list-notification-channels.d.ts +11 -11
- package/tools/notification-channels/retrieve-notification-channels.d.mts +11 -11
- package/tools/notification-channels/retrieve-notification-channels.d.ts +11 -11
- package/tools/notification-channels/update-notification-channels.d.mts +11 -11
- package/tools/notification-channels/update-notification-channels.d.ts +11 -11
- package/tools/notification-event-conditions/list-notification-event-conditions.d.mts +11 -11
- package/tools/notification-event-conditions/list-notification-event-conditions.d.ts +11 -11
- package/tools/notification-events/list-notification-events.d.mts +11 -11
- package/tools/notification-events/list-notification-events.d.ts +11 -11
- package/tools/notification-profiles/create-notification-profiles.d.mts +11 -11
- package/tools/notification-profiles/create-notification-profiles.d.ts +11 -11
- package/tools/notification-profiles/delete-notification-profiles.d.mts +11 -11
- package/tools/notification-profiles/delete-notification-profiles.d.ts +11 -11
- package/tools/notification-profiles/list-notification-profiles.d.mts +11 -11
- package/tools/notification-profiles/list-notification-profiles.d.ts +11 -11
- package/tools/notification-profiles/retrieve-notification-profiles.d.mts +11 -11
- package/tools/notification-profiles/retrieve-notification-profiles.d.ts +11 -11
- package/tools/notification-profiles/update-notification-profiles.d.mts +11 -11
- package/tools/notification-profiles/update-notification-profiles.d.ts +11 -11
- package/tools/notification-settings/create-notification-settings.d.mts +11 -11
- package/tools/notification-settings/create-notification-settings.d.ts +11 -11
- package/tools/notification-settings/delete-notification-settings.d.mts +11 -11
- package/tools/notification-settings/delete-notification-settings.d.ts +11 -11
- package/tools/notification-settings/list-notification-settings.d.mts +11 -11
- package/tools/notification-settings/list-notification-settings.d.ts +11 -11
- package/tools/notification-settings/retrieve-notification-settings.d.mts +11 -11
- package/tools/notification-settings/retrieve-notification-settings.d.ts +11 -11
- package/tools/number-block-orders/create-number-block-orders.d.mts +11 -11
- package/tools/number-block-orders/create-number-block-orders.d.ts +11 -11
- package/tools/number-block-orders/list-number-block-orders.d.mts +11 -11
- package/tools/number-block-orders/list-number-block-orders.d.ts +11 -11
- package/tools/number-block-orders/retrieve-number-block-orders.d.mts +11 -11
- package/tools/number-block-orders/retrieve-number-block-orders.d.ts +11 -11
- package/tools/number-lookup/retrieve-number-lookup.d.mts +11 -11
- package/tools/number-lookup/retrieve-number-lookup.d.ts +11 -11
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.d.mts +11 -11
- package/tools/number-order-phone-numbers/list-number-order-phone-numbers.d.ts +11 -11
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.d.mts +11 -11
- package/tools/number-order-phone-numbers/retrieve-number-order-phone-numbers.d.ts +11 -11
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.d.mts +11 -11
- package/tools/number-order-phone-numbers/update-requirement-group-number-order-phone-numbers.d.ts +11 -11
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.d.mts +11 -11
- package/tools/number-order-phone-numbers/update-requirements-number-order-phone-numbers.d.ts +11 -11
- package/tools/number-orders/create-number-orders.d.mts +11 -11
- package/tools/number-orders/create-number-orders.d.ts +11 -11
- package/tools/number-orders/list-number-orders.d.mts +11 -11
- package/tools/number-orders/list-number-orders.d.ts +11 -11
- package/tools/number-orders/retrieve-number-orders.d.mts +11 -11
- package/tools/number-orders/retrieve-number-orders.d.ts +11 -11
- package/tools/number-orders/update-number-orders.d.mts +11 -11
- package/tools/number-orders/update-number-orders.d.ts +11 -11
- package/tools/number-reservations/actions/extend-number-reservations-actions.d.mts +11 -11
- package/tools/number-reservations/actions/extend-number-reservations-actions.d.ts +11 -11
- package/tools/number-reservations/create-number-reservations.d.mts +11 -11
- package/tools/number-reservations/create-number-reservations.d.ts +11 -11
- package/tools/number-reservations/list-number-reservations.d.mts +11 -11
- package/tools/number-reservations/list-number-reservations.d.ts +11 -11
- package/tools/number-reservations/retrieve-number-reservations.d.mts +11 -11
- package/tools/number-reservations/retrieve-number-reservations.d.ts +11 -11
- package/tools/numbers-features/create-numbers-features.d.mts +11 -11
- package/tools/numbers-features/create-numbers-features.d.ts +11 -11
- package/tools/oauth/grants-oauth.d.mts +11 -11
- package/tools/oauth/grants-oauth.d.ts +11 -11
- package/tools/oauth/introspect-oauth.d.mts +11 -11
- package/tools/oauth/introspect-oauth.d.ts +11 -11
- package/tools/oauth/register-oauth.d.mts +11 -11
- package/tools/oauth/register-oauth.d.ts +11 -11
- package/tools/oauth/retrieve-authorize-oauth.d.mts +11 -11
- package/tools/oauth/retrieve-authorize-oauth.d.ts +11 -11
- package/tools/oauth/retrieve-jwks-oauth.d.mts +11 -11
- package/tools/oauth/retrieve-jwks-oauth.d.ts +11 -11
- package/tools/oauth/retrieve-oauth.d.mts +11 -11
- package/tools/oauth/retrieve-oauth.d.ts +11 -11
- package/tools/oauth/token-oauth.d.mts +11 -11
- package/tools/oauth/token-oauth.d.ts +11 -11
- package/tools/oauth-clients/create-oauth-clients.d.mts +11 -11
- package/tools/oauth-clients/create-oauth-clients.d.ts +11 -11
- package/tools/oauth-clients/delete-oauth-clients.d.mts +11 -11
- package/tools/oauth-clients/delete-oauth-clients.d.ts +11 -11
- package/tools/oauth-clients/list-oauth-clients.d.mts +11 -11
- package/tools/oauth-clients/list-oauth-clients.d.ts +11 -11
- package/tools/oauth-clients/retrieve-oauth-clients.d.mts +11 -11
- package/tools/oauth-clients/retrieve-oauth-clients.d.ts +11 -11
- package/tools/oauth-clients/update-oauth-clients.d.mts +11 -11
- package/tools/oauth-clients/update-oauth-clients.d.ts +11 -11
- package/tools/oauth-grants/delete-oauth-grants.d.mts +11 -11
- package/tools/oauth-grants/delete-oauth-grants.d.ts +11 -11
- package/tools/oauth-grants/list-oauth-grants.d.mts +11 -11
- package/tools/oauth-grants/list-oauth-grants.d.ts +11 -11
- package/tools/oauth-grants/retrieve-oauth-grants.d.mts +11 -11
- package/tools/oauth-grants/retrieve-oauth-grants.d.ts +11 -11
- package/tools/operator-connect/actions/refresh-operator-connect-actions.d.mts +11 -11
- package/tools/operator-connect/actions/refresh-operator-connect-actions.d.ts +11 -11
- package/tools/ota-updates/list-ota-updates.d.mts +11 -11
- package/tools/ota-updates/list-ota-updates.d.ts +11 -11
- package/tools/ota-updates/retrieve-ota-updates.d.mts +11 -11
- package/tools/ota-updates/retrieve-ota-updates.d.ts +11 -11
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.d.mts +11 -11
- package/tools/outbound-voice-profiles/create-outbound-voice-profiles.d.ts +11 -11
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.d.mts +11 -11
- package/tools/outbound-voice-profiles/delete-outbound-voice-profiles.d.ts +11 -11
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.d.mts +11 -11
- package/tools/outbound-voice-profiles/list-outbound-voice-profiles.d.ts +11 -11
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.d.mts +11 -11
- package/tools/outbound-voice-profiles/retrieve-outbound-voice-profiles.d.ts +11 -11
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.d.mts +11 -11
- package/tools/outbound-voice-profiles/update-outbound-voice-profiles.d.ts +11 -11
- package/tools/partner-campaigns/list-partner-campaigns.d.mts +11 -11
- package/tools/partner-campaigns/list-partner-campaigns.d.ts +11 -11
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.d.mts +11 -11
- package/tools/partner-campaigns/list-shared-by-me-partner-campaigns.d.ts +11 -11
- package/tools/partner-campaigns/retrieve-partner-campaigns.d.mts +11 -11
- package/tools/partner-campaigns/retrieve-partner-campaigns.d.ts +11 -11
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.d.mts +11 -11
- package/tools/partner-campaigns/retrieve-sharing-status-partner-campaigns.d.ts +11 -11
- package/tools/partner-campaigns/update-partner-campaigns.d.mts +11 -11
- package/tools/partner-campaigns/update-partner-campaigns.d.ts +11 -11
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.d.mts +11 -11
- package/tools/payment/auto-recharge-prefs/list-payment-auto-recharge-prefs.d.ts +11 -11
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.d.mts +11 -11
- package/tools/payment/auto-recharge-prefs/update-payment-auto-recharge-prefs.d.ts +11 -11
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.d.mts +11 -11
- package/tools/phone-number-assignment-by-profile/assign-phone-number-assignment-by-profile.d.ts +11 -11
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.d.mts +11 -11
- package/tools/phone-number-assignment-by-profile/retrieve-phone-number-status-phone-number-assignment-by-profile.d.ts +11 -11
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.d.mts +11 -11
- package/tools/phone-number-assignment-by-profile/retrieve-status-phone-number-assignment-by-profile.d.ts +11 -11
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.d.mts +11 -11
- package/tools/phone-number-blocks/jobs/delete-phone-number-block-phone-number-blocks-jobs.d.ts +11 -11
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.d.mts +11 -11
- package/tools/phone-number-blocks/jobs/list-phone-number-blocks-jobs.d.ts +11 -11
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.d.mts +11 -11
- package/tools/phone-number-blocks/jobs/retrieve-phone-number-blocks-jobs.d.ts +11 -11
- package/tools/phone-number-campaigns/create-phone-number-campaigns.d.mts +11 -11
- package/tools/phone-number-campaigns/create-phone-number-campaigns.d.ts +11 -11
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.d.mts +11 -11
- package/tools/phone-number-campaigns/delete-phone-number-campaigns.d.ts +11 -11
- package/tools/phone-number-campaigns/list-phone-number-campaigns.d.mts +11 -11
- package/tools/phone-number-campaigns/list-phone-number-campaigns.d.ts +11 -11
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.d.mts +11 -11
- package/tools/phone-number-campaigns/retrieve-phone-number-campaigns.d.ts +11 -11
- package/tools/phone-number-campaigns/update-phone-number-campaigns.d.mts +11 -11
- package/tools/phone-number-campaigns/update-phone-number-campaigns.d.ts +11 -11
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.d.mts +11 -11
- package/tools/phone-numbers/actions/change-bundle-status-phone-numbers-actions.d.ts +11 -11
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.d.mts +11 -11
- package/tools/phone-numbers/actions/enable-emergency-phone-numbers-actions.d.ts +11 -11
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.d.mts +11 -11
- package/tools/phone-numbers/actions/verify-ownership-phone-numbers-actions.d.ts +11 -11
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.d.mts +11 -11
- package/tools/phone-numbers/csv-downloads/create-phone-numbers-csv-downloads.d.ts +11 -11
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.d.mts +11 -11
- package/tools/phone-numbers/csv-downloads/list-phone-numbers-csv-downloads.d.ts +11 -11
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.d.mts +11 -11
- package/tools/phone-numbers/csv-downloads/retrieve-phone-numbers-csv-downloads.d.ts +11 -11
- package/tools/phone-numbers/delete-phone-numbers.d.mts +11 -11
- package/tools/phone-numbers/delete-phone-numbers.d.ts +11 -11
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.d.mts +11 -11
- package/tools/phone-numbers/jobs/delete-batch-phone-numbers-jobs.d.ts +11 -11
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.d.mts +11 -11
- package/tools/phone-numbers/jobs/list-phone-numbers-jobs.d.ts +11 -11
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.d.mts +11 -11
- package/tools/phone-numbers/jobs/retrieve-phone-numbers-jobs.d.ts +11 -11
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.d.mts +11 -11
- package/tools/phone-numbers/jobs/update-batch-phone-numbers-jobs.d.ts +11 -11
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.d.mts +11 -11
- package/tools/phone-numbers/jobs/update-emergency-settings-batch-phone-numbers-jobs.d.ts +11 -11
- package/tools/phone-numbers/list-phone-numbers.d.mts +11 -11
- package/tools/phone-numbers/list-phone-numbers.d.ts +11 -11
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.d.mts +11 -11
- package/tools/phone-numbers/messaging/list-phone-numbers-messaging.d.ts +11 -11
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.d.mts +11 -11
- package/tools/phone-numbers/messaging/retrieve-phone-numbers-messaging.d.ts +11 -11
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.d.mts +11 -11
- package/tools/phone-numbers/messaging/update-phone-numbers-messaging.d.ts +11 -11
- package/tools/phone-numbers/retrieve-phone-numbers.d.mts +11 -11
- package/tools/phone-numbers/retrieve-phone-numbers.d.ts +11 -11
- package/tools/phone-numbers/slim-list-phone-numbers.d.mts +11 -11
- package/tools/phone-numbers/slim-list-phone-numbers.d.ts +11 -11
- package/tools/phone-numbers/update-phone-numbers.d.mts +11 -11
- package/tools/phone-numbers/update-phone-numbers.d.ts +11 -11
- package/tools/phone-numbers/voice/list-phone-numbers-voice.d.mts +11 -11
- package/tools/phone-numbers/voice/list-phone-numbers-voice.d.ts +11 -11
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.d.mts +11 -11
- package/tools/phone-numbers/voice/retrieve-phone-numbers-voice.d.ts +11 -11
- package/tools/phone-numbers/voice/update-phone-numbers-voice.d.mts +11 -11
- package/tools/phone-numbers/voice/update-phone-numbers-voice.d.ts +11 -11
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.d.mts +11 -11
- package/tools/phone-numbers/voicemail/create-phone-numbers-voicemail.d.ts +11 -11
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.d.mts +11 -11
- package/tools/phone-numbers/voicemail/retrieve-phone-numbers-voicemail.d.ts +11 -11
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.d.mts +11 -11
- package/tools/phone-numbers/voicemail/update-phone-numbers-voicemail.d.ts +11 -11
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.d.mts +11 -11
- package/tools/phone-numbers-regulatory-requirements/retrieve-phone-numbers-regulatory-requirements.d.ts +11 -11
- package/tools/portability-checks/run-portability-checks.d.mts +11 -11
- package/tools/portability-checks/run-portability-checks.d.ts +11 -11
- package/tools/porting/events/list-porting-events.d.mts +11 -11
- package/tools/porting/events/list-porting-events.d.ts +11 -11
- package/tools/porting/events/republish-porting-events.d.mts +11 -11
- package/tools/porting/events/republish-porting-events.d.ts +11 -11
- package/tools/porting/events/retrieve-porting-events.d.mts +11 -11
- package/tools/porting/events/retrieve-porting-events.d.ts +11 -11
- package/tools/porting/list-uk-carriers-porting.d.mts +11 -11
- package/tools/porting/list-uk-carriers-porting.d.ts +11 -11
- package/tools/porting/loa-configurations/create-porting-loa-configurations.d.mts +11 -11
- package/tools/porting/loa-configurations/create-porting-loa-configurations.d.ts +11 -11
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.d.mts +11 -11
- package/tools/porting/loa-configurations/delete-porting-loa-configurations.d.ts +11 -11
- package/tools/porting/loa-configurations/list-porting-loa-configurations.d.mts +11 -11
- package/tools/porting/loa-configurations/list-porting-loa-configurations.d.ts +11 -11
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.d.mts +11 -11
- package/tools/porting/loa-configurations/preview-0-porting-loa-configurations.d.ts +11 -11
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.d.mts +11 -11
- package/tools/porting/loa-configurations/preview-1-porting-loa-configurations.d.ts +11 -11
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.d.mts +11 -11
- package/tools/porting/loa-configurations/retrieve-porting-loa-configurations.d.ts +11 -11
- package/tools/porting/loa-configurations/update-porting-loa-configurations.d.mts +11 -11
- package/tools/porting/loa-configurations/update-porting-loa-configurations.d.ts +11 -11
- package/tools/porting/reports/create-porting-reports.d.mts +11 -11
- package/tools/porting/reports/create-porting-reports.d.ts +11 -11
- package/tools/porting/reports/list-porting-reports.d.mts +11 -11
- package/tools/porting/reports/list-porting-reports.d.ts +11 -11
- package/tools/porting/reports/retrieve-porting-reports.d.mts +11 -11
- package/tools/porting/reports/retrieve-porting-reports.d.ts +11 -11
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.d.mts +11 -11
- package/tools/porting-orders/action-requirements/initiate-porting-orders-action-requirements.d.ts +11 -11
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.d.mts +11 -11
- package/tools/porting-orders/action-requirements/list-porting-orders-action-requirements.d.ts +11 -11
- package/tools/porting-orders/actions/activate-porting-orders-actions.d.mts +11 -11
- package/tools/porting-orders/actions/activate-porting-orders-actions.d.ts +11 -11
- package/tools/porting-orders/actions/cancel-porting-orders-actions.d.mts +11 -11
- package/tools/porting-orders/actions/cancel-porting-orders-actions.d.ts +11 -11
- package/tools/porting-orders/actions/confirm-porting-orders-actions.d.mts +11 -11
- package/tools/porting-orders/actions/confirm-porting-orders-actions.d.ts +11 -11
- package/tools/porting-orders/actions/share-porting-orders-actions.d.mts +11 -11
- package/tools/porting-orders/actions/share-porting-orders-actions.d.ts +11 -11
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.d.mts +11 -11
- package/tools/porting-orders/activation-jobs/list-porting-orders-activation-jobs.d.ts +11 -11
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.d.mts +11 -11
- package/tools/porting-orders/activation-jobs/retrieve-porting-orders-activation-jobs.d.ts +11 -11
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.d.mts +11 -11
- package/tools/porting-orders/activation-jobs/update-porting-orders-activation-jobs.d.ts +11 -11
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.d.mts +11 -11
- package/tools/porting-orders/additional-documents/create-porting-orders-additional-documents.d.ts +11 -11
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.d.mts +11 -11
- package/tools/porting-orders/additional-documents/delete-porting-orders-additional-documents.d.ts +11 -11
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.d.mts +11 -11
- package/tools/porting-orders/additional-documents/list-porting-orders-additional-documents.d.ts +11 -11
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.d.mts +11 -11
- package/tools/porting-orders/associated-phone-numbers/create-porting-orders-associated-phone-numbers.d.ts +11 -11
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.d.mts +11 -11
- package/tools/porting-orders/associated-phone-numbers/delete-porting-orders-associated-phone-numbers.d.ts +11 -11
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.d.mts +11 -11
- package/tools/porting-orders/associated-phone-numbers/list-porting-orders-associated-phone-numbers.d.ts +11 -11
- package/tools/porting-orders/comments/create-porting-orders-comments.d.mts +11 -11
- package/tools/porting-orders/comments/create-porting-orders-comments.d.ts +11 -11
- package/tools/porting-orders/comments/list-porting-orders-comments.d.mts +11 -11
- package/tools/porting-orders/comments/list-porting-orders-comments.d.ts +11 -11
- package/tools/porting-orders/create-porting-orders.d.mts +11 -11
- package/tools/porting-orders/create-porting-orders.d.ts +11 -11
- package/tools/porting-orders/delete-porting-orders.d.mts +11 -11
- package/tools/porting-orders/delete-porting-orders.d.ts +11 -11
- package/tools/porting-orders/list-porting-orders.d.mts +11 -11
- package/tools/porting-orders/list-porting-orders.d.ts +11 -11
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.d.mts +11 -11
- package/tools/porting-orders/phone-number-blocks/create-porting-orders-phone-number-blocks.d.ts +11 -11
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.d.mts +11 -11
- package/tools/porting-orders/phone-number-blocks/delete-porting-orders-phone-number-blocks.d.ts +11 -11
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.d.mts +11 -11
- package/tools/porting-orders/phone-number-blocks/list-porting-orders-phone-number-blocks.d.ts +11 -11
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.d.mts +11 -11
- package/tools/porting-orders/phone-number-configurations/create-porting-orders-phone-number-configurations.d.ts +11 -11
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.d.mts +11 -11
- package/tools/porting-orders/phone-number-configurations/list-porting-orders-phone-number-configurations.d.ts +11 -11
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.d.mts +11 -11
- package/tools/porting-orders/phone-number-extensions/create-porting-orders-phone-number-extensions.d.ts +11 -11
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.d.mts +11 -11
- package/tools/porting-orders/phone-number-extensions/delete-porting-orders-phone-number-extensions.d.ts +11 -11
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.d.mts +11 -11
- package/tools/porting-orders/phone-number-extensions/list-porting-orders-phone-number-extensions.d.ts +11 -11
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.d.mts +11 -11
- package/tools/porting-orders/retrieve-allowed-foc-windows-porting-orders.d.ts +11 -11
- package/tools/porting-orders/retrieve-exception-types-porting-orders.d.mts +11 -11
- package/tools/porting-orders/retrieve-exception-types-porting-orders.d.ts +11 -11
- package/tools/porting-orders/retrieve-loa-template-porting-orders.d.mts +11 -11
- package/tools/porting-orders/retrieve-loa-template-porting-orders.d.ts +11 -11
- package/tools/porting-orders/retrieve-porting-orders.d.mts +11 -11
- package/tools/porting-orders/retrieve-porting-orders.d.ts +11 -11
- package/tools/porting-orders/retrieve-requirements-porting-orders.d.mts +11 -11
- package/tools/porting-orders/retrieve-requirements-porting-orders.d.ts +11 -11
- package/tools/porting-orders/retrieve-sub-request-porting-orders.d.mts +11 -11
- package/tools/porting-orders/retrieve-sub-request-porting-orders.d.ts +11 -11
- package/tools/porting-orders/update-porting-orders.d.mts +11 -11
- package/tools/porting-orders/update-porting-orders.d.ts +11 -11
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.d.mts +11 -11
- package/tools/porting-orders/verification-codes/list-porting-orders-verification-codes.d.ts +11 -11
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.d.mts +11 -11
- package/tools/porting-orders/verification-codes/send-porting-orders-verification-codes.d.ts +11 -11
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.d.mts +11 -11
- package/tools/porting-orders/verification-codes/verify-porting-orders-verification-codes.d.ts +11 -11
- package/tools/porting-phone-numbers/list-porting-phone-numbers.d.mts +11 -11
- package/tools/porting-phone-numbers/list-porting-phone-numbers.d.ts +11 -11
- package/tools/portouts/comments/create-portouts-comments.d.mts +11 -11
- package/tools/portouts/comments/create-portouts-comments.d.ts +11 -11
- package/tools/portouts/comments/list-portouts-comments.d.mts +11 -11
- package/tools/portouts/comments/list-portouts-comments.d.ts +11 -11
- package/tools/portouts/events/list-portouts-events.d.mts +11 -11
- package/tools/portouts/events/list-portouts-events.d.ts +11 -11
- package/tools/portouts/events/republish-portouts-events.d.mts +11 -11
- package/tools/portouts/events/republish-portouts-events.d.ts +11 -11
- package/tools/portouts/events/retrieve-portouts-events.d.mts +11 -11
- package/tools/portouts/events/retrieve-portouts-events.d.ts +11 -11
- package/tools/portouts/list-portouts.d.mts +11 -11
- package/tools/portouts/list-portouts.d.ts +11 -11
- package/tools/portouts/list-rejection-codes-portouts.d.mts +11 -11
- package/tools/portouts/list-rejection-codes-portouts.d.ts +11 -11
- package/tools/portouts/reports/create-portouts-reports.d.mts +11 -11
- package/tools/portouts/reports/create-portouts-reports.d.ts +11 -11
- package/tools/portouts/reports/list-portouts-reports.d.mts +11 -11
- package/tools/portouts/reports/list-portouts-reports.d.ts +11 -11
- package/tools/portouts/reports/retrieve-portouts-reports.d.mts +11 -11
- package/tools/portouts/reports/retrieve-portouts-reports.d.ts +11 -11
- package/tools/portouts/retrieve-portouts.d.mts +11 -11
- package/tools/portouts/retrieve-portouts.d.ts +11 -11
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.d.mts +11 -11
- package/tools/portouts/supporting-documents/create-portouts-supporting-documents.d.ts +11 -11
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.d.mts +11 -11
- package/tools/portouts/supporting-documents/list-portouts-supporting-documents.d.ts +11 -11
- package/tools/portouts/update-status-portouts.d.mts +11 -11
- package/tools/portouts/update-status-portouts.d.ts +11 -11
- package/tools/private-wireless-gateways/create-private-wireless-gateways.d.mts +11 -11
- package/tools/private-wireless-gateways/create-private-wireless-gateways.d.ts +11 -11
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.d.mts +11 -11
- package/tools/private-wireless-gateways/delete-private-wireless-gateways.d.ts +11 -11
- package/tools/private-wireless-gateways/list-private-wireless-gateways.d.mts +11 -11
- package/tools/private-wireless-gateways/list-private-wireless-gateways.d.ts +11 -11
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.d.mts +11 -11
- package/tools/private-wireless-gateways/retrieve-private-wireless-gateways.d.ts +11 -11
- package/tools/public-internet-gateways/create-public-internet-gateways.d.mts +11 -11
- package/tools/public-internet-gateways/create-public-internet-gateways.d.ts +11 -11
- package/tools/public-internet-gateways/create-public-internet-gateways.js +1 -1
- package/tools/public-internet-gateways/create-public-internet-gateways.js.map +1 -1
- package/tools/public-internet-gateways/create-public-internet-gateways.mjs +1 -1
- package/tools/public-internet-gateways/create-public-internet-gateways.mjs.map +1 -1
- package/tools/public-internet-gateways/delete-public-internet-gateways.d.mts +11 -11
- package/tools/public-internet-gateways/delete-public-internet-gateways.d.ts +11 -11
- package/tools/public-internet-gateways/list-public-internet-gateways.d.mts +11 -11
- package/tools/public-internet-gateways/list-public-internet-gateways.d.ts +11 -11
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.d.mts +11 -11
- package/tools/public-internet-gateways/retrieve-public-internet-gateways.d.ts +11 -11
- package/tools/queues/calls/list-queues-calls.d.mts +11 -11
- package/tools/queues/calls/list-queues-calls.d.ts +11 -11
- package/tools/queues/calls/remove-queues-calls.d.mts +11 -11
- package/tools/queues/calls/remove-queues-calls.d.ts +11 -11
- package/tools/queues/calls/retrieve-queues-calls.d.mts +11 -11
- package/tools/queues/calls/retrieve-queues-calls.d.ts +11 -11
- package/tools/queues/calls/update-queues-calls.d.mts +11 -11
- package/tools/queues/calls/update-queues-calls.d.ts +11 -11
- package/tools/queues/retrieve-queues.d.mts +11 -11
- package/tools/queues/retrieve-queues.d.ts +11 -11
- package/tools/recording-transcriptions/delete-recording-transcriptions.d.mts +11 -11
- package/tools/recording-transcriptions/delete-recording-transcriptions.d.ts +11 -11
- package/tools/recording-transcriptions/list-recording-transcriptions.d.mts +11 -11
- package/tools/recording-transcriptions/list-recording-transcriptions.d.ts +11 -11
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.d.mts +11 -11
- package/tools/recording-transcriptions/retrieve-recording-transcriptions.d.ts +11 -11
- package/tools/recordings/actions/delete-recordings-actions.d.mts +11 -11
- package/tools/recordings/actions/delete-recordings-actions.d.ts +11 -11
- package/tools/recordings/delete-recordings.d.mts +11 -11
- package/tools/recordings/delete-recordings.d.ts +11 -11
- package/tools/recordings/list-recordings.d.mts +11 -11
- package/tools/recordings/list-recordings.d.ts +11 -11
- package/tools/recordings/retrieve-recordings.d.mts +11 -11
- package/tools/recordings/retrieve-recordings.d.ts +11 -11
- package/tools/regions/list-regions.d.mts +11 -11
- package/tools/regions/list-regions.d.ts +11 -11
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.d.mts +11 -11
- package/tools/regulatory-requirements/retrieve-regulatory-requirements.d.ts +11 -11
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.d.mts +11 -11
- package/tools/reports/cdr-usage-reports/fetch-sync-reports-cdr-usage-reports.d.ts +11 -11
- package/tools/reports/list-mdrs-reports.d.mts +11 -11
- package/tools/reports/list-mdrs-reports.d.ts +11 -11
- package/tools/reports/list-wdrs-reports.d.mts +11 -11
- package/tools/reports/list-wdrs-reports.d.ts +11 -11
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.d.mts +11 -11
- package/tools/reports/mdr-usage-reports/create-reports-mdr-usage-reports.d.ts +11 -11
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.d.mts +11 -11
- package/tools/reports/mdr-usage-reports/delete-reports-mdr-usage-reports.d.ts +11 -11
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.d.mts +11 -11
- package/tools/reports/mdr-usage-reports/fetch-sync-reports-mdr-usage-reports.d.ts +11 -11
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.d.mts +11 -11
- package/tools/reports/mdr-usage-reports/list-reports-mdr-usage-reports.d.ts +11 -11
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.d.mts +11 -11
- package/tools/reports/mdr-usage-reports/retrieve-reports-mdr-usage-reports.d.ts +11 -11
- package/tools/requirement-groups/create-requirement-groups.d.mts +11 -11
- package/tools/requirement-groups/create-requirement-groups.d.ts +11 -11
- package/tools/requirement-groups/delete-requirement-groups.d.mts +11 -11
- package/tools/requirement-groups/delete-requirement-groups.d.ts +11 -11
- package/tools/requirement-groups/list-requirement-groups.d.mts +11 -11
- package/tools/requirement-groups/list-requirement-groups.d.ts +11 -11
- package/tools/requirement-groups/retrieve-requirement-groups.d.mts +11 -11
- package/tools/requirement-groups/retrieve-requirement-groups.d.ts +11 -11
- package/tools/requirement-groups/submit-for-approval-requirement-groups.d.mts +11 -11
- package/tools/requirement-groups/submit-for-approval-requirement-groups.d.ts +11 -11
- package/tools/requirement-groups/update-requirement-groups.d.mts +11 -11
- package/tools/requirement-groups/update-requirement-groups.d.ts +11 -11
- package/tools/requirement-types/list-requirement-types.d.mts +11 -11
- package/tools/requirement-types/list-requirement-types.d.ts +11 -11
- package/tools/requirement-types/retrieve-requirement-types.d.mts +11 -11
- package/tools/requirement-types/retrieve-requirement-types.d.ts +11 -11
- package/tools/requirements/list-requirements.d.mts +11 -11
- package/tools/requirements/list-requirements.d.ts +11 -11
- package/tools/requirements/retrieve-requirements.d.mts +11 -11
- package/tools/requirements/retrieve-requirements.d.ts +11 -11
- package/tools/room-compositions/create-room-compositions.d.mts +11 -11
- package/tools/room-compositions/create-room-compositions.d.ts +11 -11
- package/tools/room-compositions/delete-room-compositions.d.mts +11 -11
- package/tools/room-compositions/delete-room-compositions.d.ts +11 -11
- package/tools/room-compositions/list-room-compositions.d.mts +11 -11
- package/tools/room-compositions/list-room-compositions.d.ts +11 -11
- package/tools/room-compositions/retrieve-room-compositions.d.mts +11 -11
- package/tools/room-compositions/retrieve-room-compositions.d.ts +11 -11
- package/tools/room-participants/list-room-participants.d.mts +11 -11
- package/tools/room-participants/list-room-participants.d.ts +11 -11
- package/tools/room-participants/retrieve-room-participants.d.mts +11 -11
- package/tools/room-participants/retrieve-room-participants.d.ts +11 -11
- package/tools/room-recordings/delete-bulk-room-recordings.d.mts +11 -11
- package/tools/room-recordings/delete-bulk-room-recordings.d.ts +11 -11
- package/tools/room-recordings/delete-room-recordings.d.mts +11 -11
- package/tools/room-recordings/delete-room-recordings.d.ts +11 -11
- package/tools/room-recordings/list-room-recordings.d.mts +11 -11
- package/tools/room-recordings/list-room-recordings.d.ts +11 -11
- package/tools/room-recordings/retrieve-room-recordings.d.mts +11 -11
- package/tools/room-recordings/retrieve-room-recordings.d.ts +11 -11
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.d.mts +11 -11
- package/tools/rooms/actions/generate-join-client-token-rooms-actions.d.ts +11 -11
- package/tools/rooms/actions/refresh-client-token-rooms-actions.d.mts +11 -11
- package/tools/rooms/actions/refresh-client-token-rooms-actions.d.ts +11 -11
- package/tools/rooms/create-rooms.d.mts +11 -11
- package/tools/rooms/create-rooms.d.ts +11 -11
- package/tools/rooms/delete-rooms.d.mts +11 -11
- package/tools/rooms/delete-rooms.d.ts +11 -11
- package/tools/rooms/list-rooms.d.mts +11 -11
- package/tools/rooms/list-rooms.d.ts +11 -11
- package/tools/rooms/retrieve-rooms.d.mts +11 -11
- package/tools/rooms/retrieve-rooms.d.ts +11 -11
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.d.mts +11 -11
- package/tools/rooms/sessions/actions/end-sessions-rooms-actions.d.ts +11 -11
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.d.mts +11 -11
- package/tools/rooms/sessions/actions/kick-sessions-rooms-actions.d.ts +11 -11
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.d.mts +11 -11
- package/tools/rooms/sessions/actions/mute-sessions-rooms-actions.d.ts +11 -11
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.d.mts +11 -11
- package/tools/rooms/sessions/actions/unmute-sessions-rooms-actions.d.ts +11 -11
- package/tools/rooms/sessions/list-0-rooms-sessions.d.mts +11 -11
- package/tools/rooms/sessions/list-0-rooms-sessions.d.ts +11 -11
- package/tools/rooms/sessions/list-1-rooms-sessions.d.mts +11 -11
- package/tools/rooms/sessions/list-1-rooms-sessions.d.ts +11 -11
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.d.mts +11 -11
- package/tools/rooms/sessions/retrieve-participants-rooms-sessions.d.ts +11 -11
- package/tools/rooms/sessions/retrieve-rooms-sessions.d.mts +11 -11
- package/tools/rooms/sessions/retrieve-rooms-sessions.d.ts +11 -11
- package/tools/rooms/update-rooms.d.mts +11 -11
- package/tools/rooms/update-rooms.d.ts +11 -11
- package/tools/seti/retrieve-black-box-test-results-seti.d.mts +11 -11
- package/tools/seti/retrieve-black-box-test-results-seti.d.ts +11 -11
- package/tools/short-codes/list-short-codes.d.mts +11 -11
- package/tools/short-codes/list-short-codes.d.ts +11 -11
- package/tools/short-codes/list-short-codes.js +1 -1
- package/tools/short-codes/list-short-codes.js.map +1 -1
- package/tools/short-codes/list-short-codes.mjs +1 -1
- package/tools/short-codes/list-short-codes.mjs.map +1 -1
- package/tools/short-codes/retrieve-short-codes.d.mts +11 -11
- package/tools/short-codes/retrieve-short-codes.d.ts +11 -11
- package/tools/short-codes/retrieve-short-codes.js +1 -1
- package/tools/short-codes/retrieve-short-codes.js.map +1 -1
- package/tools/short-codes/retrieve-short-codes.mjs +1 -1
- package/tools/short-codes/retrieve-short-codes.mjs.map +1 -1
- package/tools/short-codes/update-short-codes.d.mts +11 -11
- package/tools/short-codes/update-short-codes.d.mts.map +1 -1
- package/tools/short-codes/update-short-codes.d.ts +11 -11
- package/tools/short-codes/update-short-codes.d.ts.map +1 -1
- package/tools/short-codes/update-short-codes.js +7 -1
- package/tools/short-codes/update-short-codes.js.map +1 -1
- package/tools/short-codes/update-short-codes.mjs +7 -1
- package/tools/short-codes/update-short-codes.mjs.map +1 -1
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.d.mts +11 -11
- package/tools/sim-card-data-usage-notifications/create-sim-card-data-usage-notifications.d.ts +11 -11
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.d.mts +11 -11
- package/tools/sim-card-data-usage-notifications/delete-sim-card-data-usage-notifications.d.ts +11 -11
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.d.mts +11 -11
- package/tools/sim-card-data-usage-notifications/list-sim-card-data-usage-notifications.d.ts +11 -11
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.d.mts +11 -11
- package/tools/sim-card-data-usage-notifications/retrieve-sim-card-data-usage-notifications.d.ts +11 -11
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.d.mts +11 -11
- package/tools/sim-card-data-usage-notifications/update-sim-card-data-usage-notifications.d.ts +11 -11
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.d.mts +11 -11
- package/tools/sim-card-groups/actions/list-sim-card-groups-actions.d.ts +11 -11
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.d.mts +11 -11
- package/tools/sim-card-groups/actions/remove-private-wireless-gateway-sim-card-groups-actions.d.ts +11 -11
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.d.mts +11 -11
- package/tools/sim-card-groups/actions/remove-wireless-blocklist-sim-card-groups-actions.d.ts +11 -11
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.d.mts +11 -11
- package/tools/sim-card-groups/actions/retrieve-sim-card-groups-actions.d.ts +11 -11
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.d.mts +11 -11
- package/tools/sim-card-groups/actions/set-private-wireless-gateway-sim-card-groups-actions.d.ts +11 -11
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.d.mts +11 -11
- package/tools/sim-card-groups/actions/set-wireless-blocklist-sim-card-groups-actions.d.ts +11 -11
- package/tools/sim-card-groups/create-sim-card-groups.d.mts +11 -11
- package/tools/sim-card-groups/create-sim-card-groups.d.ts +11 -11
- package/tools/sim-card-groups/delete-sim-card-groups.d.mts +11 -11
- package/tools/sim-card-groups/delete-sim-card-groups.d.ts +11 -11
- package/tools/sim-card-groups/list-sim-card-groups.d.mts +11 -11
- package/tools/sim-card-groups/list-sim-card-groups.d.ts +11 -11
- package/tools/sim-card-groups/retrieve-sim-card-groups.d.mts +11 -11
- package/tools/sim-card-groups/retrieve-sim-card-groups.d.ts +11 -11
- package/tools/sim-card-groups/update-sim-card-groups.d.mts +11 -11
- package/tools/sim-card-groups/update-sim-card-groups.d.ts +11 -11
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.d.mts +11 -11
- package/tools/sim-card-order-preview/preview-sim-card-order-preview.d.ts +11 -11
- package/tools/sim-card-orders/create-sim-card-orders.d.mts +11 -11
- package/tools/sim-card-orders/create-sim-card-orders.d.ts +11 -11
- package/tools/sim-card-orders/list-sim-card-orders.d.mts +11 -11
- package/tools/sim-card-orders/list-sim-card-orders.d.ts +11 -11
- package/tools/sim-card-orders/retrieve-sim-card-orders.d.mts +11 -11
- package/tools/sim-card-orders/retrieve-sim-card-orders.d.ts +11 -11
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/bulk-set-public-ips-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/disable-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/disable-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/enable-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/enable-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/list-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/list-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/remove-public-ip-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/retrieve-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/set-public-ip-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/set-standby-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.d.mts +11 -11
- package/tools/sim-cards/actions/validate-registration-codes-sim-cards-actions.d.ts +11 -11
- package/tools/sim-cards/delete-sim-cards.d.mts +11 -11
- package/tools/sim-cards/delete-sim-cards.d.ts +11 -11
- package/tools/sim-cards/get-activation-code-sim-cards.d.mts +11 -11
- package/tools/sim-cards/get-activation-code-sim-cards.d.ts +11 -11
- package/tools/sim-cards/get-device-details-sim-cards.d.mts +11 -11
- package/tools/sim-cards/get-device-details-sim-cards.d.ts +11 -11
- package/tools/sim-cards/get-public-ip-sim-cards.d.mts +11 -11
- package/tools/sim-cards/get-public-ip-sim-cards.d.ts +11 -11
- package/tools/sim-cards/list-sim-cards.d.mts +11 -11
- package/tools/sim-cards/list-sim-cards.d.ts +11 -11
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.d.mts +11 -11
- package/tools/sim-cards/list-wireless-connectivity-logs-sim-cards.d.ts +11 -11
- package/tools/sim-cards/retrieve-sim-cards.d.mts +11 -11
- package/tools/sim-cards/retrieve-sim-cards.d.ts +11 -11
- package/tools/sim-cards/update-sim-cards.d.mts +11 -11
- package/tools/sim-cards/update-sim-cards.d.ts +11 -11
- package/tools/siprec-connectors/create-siprec-connectors.d.mts +11 -11
- package/tools/siprec-connectors/create-siprec-connectors.d.ts +11 -11
- package/tools/siprec-connectors/delete-siprec-connectors.d.mts +11 -11
- package/tools/siprec-connectors/delete-siprec-connectors.d.ts +11 -11
- package/tools/siprec-connectors/retrieve-siprec-connectors.d.mts +11 -11
- package/tools/siprec-connectors/retrieve-siprec-connectors.d.ts +11 -11
- package/tools/siprec-connectors/update-siprec-connectors.d.mts +11 -11
- package/tools/siprec-connectors/update-siprec-connectors.d.ts +11 -11
- package/tools/storage/buckets/create-presigned-url-storage-buckets.d.mts +11 -11
- package/tools/storage/buckets/create-presigned-url-storage-buckets.d.ts +11 -11
- package/tools/storage/buckets/create-presigned-url-storage-buckets.js +1 -1
- package/tools/storage/buckets/create-presigned-url-storage-buckets.js.map +1 -1
- package/tools/storage/buckets/create-presigned-url-storage-buckets.mjs +1 -1
- package/tools/storage/buckets/create-presigned-url-storage-buckets.mjs.map +1 -1
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.d.mts +11 -11
- package/tools/storage/buckets/ssl-certificate/create-buckets-storage-ssl-certificate.d.ts +11 -11
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.d.mts +11 -11
- package/tools/storage/buckets/ssl-certificate/delete-buckets-storage-ssl-certificate.d.ts +11 -11
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.d.mts +11 -11
- package/tools/storage/buckets/ssl-certificate/retrieve-buckets-storage-ssl-certificate.d.ts +11 -11
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.d.mts +11 -11
- package/tools/storage/buckets/usage/get-api-usage-buckets-storage-usage.d.ts +11 -11
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.d.mts +11 -11
- package/tools/storage/buckets/usage/get-bucket-usage-buckets-storage-usage.d.ts +11 -11
- package/tools/storage/list-migration-source-coverage-storage.d.mts +11 -11
- package/tools/storage/list-migration-source-coverage-storage.d.ts +11 -11
- package/tools/storage/migration-sources/create-storage-migration-sources.d.mts +11 -11
- package/tools/storage/migration-sources/create-storage-migration-sources.d.ts +11 -11
- package/tools/storage/migration-sources/delete-storage-migration-sources.d.mts +11 -11
- package/tools/storage/migration-sources/delete-storage-migration-sources.d.ts +11 -11
- package/tools/storage/migration-sources/list-storage-migration-sources.d.mts +11 -11
- package/tools/storage/migration-sources/list-storage-migration-sources.d.ts +11 -11
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.d.mts +11 -11
- package/tools/storage/migration-sources/retrieve-storage-migration-sources.d.ts +11 -11
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.d.mts +11 -11
- package/tools/storage/migrations/actions/stop-migrations-storage-actions.d.ts +11 -11
- package/tools/storage/migrations/create-storage-migrations.d.mts +11 -11
- package/tools/storage/migrations/create-storage-migrations.d.ts +11 -11
- package/tools/storage/migrations/list-storage-migrations.d.mts +11 -11
- package/tools/storage/migrations/list-storage-migrations.d.ts +11 -11
- package/tools/storage/migrations/retrieve-storage-migrations.d.mts +11 -11
- package/tools/storage/migrations/retrieve-storage-migrations.d.ts +11 -11
- package/tools/sub-number-orders/cancel-sub-number-orders.d.mts +11 -11
- package/tools/sub-number-orders/cancel-sub-number-orders.d.ts +11 -11
- package/tools/sub-number-orders/list-sub-number-orders.d.mts +11 -11
- package/tools/sub-number-orders/list-sub-number-orders.d.ts +11 -11
- package/tools/sub-number-orders/retrieve-sub-number-orders.d.mts +11 -11
- package/tools/sub-number-orders/retrieve-sub-number-orders.d.ts +11 -11
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.d.mts +11 -11
- package/tools/sub-number-orders/update-requirement-group-sub-number-orders.d.ts +11 -11
- package/tools/sub-number-orders/update-sub-number-orders.d.mts +11 -11
- package/tools/sub-number-orders/update-sub-number-orders.d.ts +11 -11
- package/tools/sub-number-orders-report/create-sub-number-orders-report.d.mts +11 -11
- package/tools/sub-number-orders-report/create-sub-number-orders-report.d.ts +11 -11
- package/tools/sub-number-orders-report/download-sub-number-orders-report.d.mts +11 -11
- package/tools/sub-number-orders-report/download-sub-number-orders-report.d.ts +11 -11
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.d.mts +11 -11
- package/tools/sub-number-orders-report/retrieve-sub-number-orders-report.d.ts +11 -11
- package/tools/telephony-credentials/create-telephony-credentials.d.mts +11 -11
- package/tools/telephony-credentials/create-telephony-credentials.d.ts +11 -11
- package/tools/telephony-credentials/create-token-telephony-credentials.d.mts +11 -11
- package/tools/telephony-credentials/create-token-telephony-credentials.d.ts +11 -11
- package/tools/telephony-credentials/delete-telephony-credentials.d.mts +11 -11
- package/tools/telephony-credentials/delete-telephony-credentials.d.ts +11 -11
- package/tools/telephony-credentials/list-telephony-credentials.d.mts +11 -11
- package/tools/telephony-credentials/list-telephony-credentials.d.ts +11 -11
- package/tools/telephony-credentials/retrieve-telephony-credentials.d.mts +11 -11
- package/tools/telephony-credentials/retrieve-telephony-credentials.d.ts +11 -11
- package/tools/telephony-credentials/update-telephony-credentials.d.mts +11 -11
- package/tools/telephony-credentials/update-telephony-credentials.d.ts +11 -11
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.d.mts +11 -11
- package/tools/texml/accounts/calls/calls-accounts-texml-calls.d.ts +11 -11
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.d.mts +11 -11
- package/tools/texml/accounts/calls/recordings/recording-sid-json-calls-accounts-texml-recordings.d.ts +11 -11
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.d.mts +11 -11
- package/tools/texml/accounts/calls/recordings-json/recordings-json-calls-accounts-texml-recordings-json.d.ts +11 -11
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.d.mts +11 -11
- package/tools/texml/accounts/calls/recordings-json/retrieve-recordings-json-calls-accounts-texml-recordings-json.d.ts +11 -11
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.d.mts +11 -11
- package/tools/texml/accounts/calls/retrieve-accounts-texml-calls.d.ts +11 -11
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.d.mts +11 -11
- package/tools/texml/accounts/calls/retrieve-calls-accounts-texml-calls.d.ts +11 -11
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.d.mts +11 -11
- package/tools/texml/accounts/calls/siprec/siprec-sid-json-calls-accounts-texml-siprec.d.ts +11 -11
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.d.mts +11 -11
- package/tools/texml/accounts/calls/siprec-json-accounts-texml-calls.d.ts +11 -11
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.d.mts +11 -11
- package/tools/texml/accounts/calls/streams/streaming-sid-json-calls-accounts-texml-streams.d.ts +11 -11
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.d.mts +11 -11
- package/tools/texml/accounts/calls/streams-json-accounts-texml-calls.d.ts +11 -11
- package/tools/texml/accounts/calls/update-accounts-texml-calls.d.mts +11 -11
- package/tools/texml/accounts/calls/update-accounts-texml-calls.d.ts +11 -11
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.d.mts +11 -11
- package/tools/texml/accounts/conferences/participants/delete-conferences-accounts-texml-participants.d.ts +11 -11
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.d.mts +11 -11
- package/tools/texml/accounts/conferences/participants/participants-conferences-accounts-texml-participants.d.ts +11 -11
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.d.mts +11 -11
- package/tools/texml/accounts/conferences/participants/retrieve-conferences-accounts-texml-participants.d.ts +11 -11
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.d.mts +11 -11
- package/tools/texml/accounts/conferences/participants/retrieve-participants-conferences-accounts-texml-participants.d.ts +11 -11
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.d.mts +11 -11
- package/tools/texml/accounts/conferences/participants/update-conferences-accounts-texml-participants.d.ts +11 -11
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.d.mts +11 -11
- package/tools/texml/accounts/conferences/retrieve-accounts-texml-conferences.d.ts +11 -11
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.d.mts +11 -11
- package/tools/texml/accounts/conferences/retrieve-conferences-accounts-texml-conferences.d.ts +11 -11
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.d.mts +11 -11
- package/tools/texml/accounts/conferences/retrieve-recordings-accounts-texml-conferences.d.ts +11 -11
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.d.mts +11 -11
- package/tools/texml/accounts/conferences/retrieve-recordings-json-accounts-texml-conferences.d.ts +11 -11
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.d.mts +11 -11
- package/tools/texml/accounts/conferences/update-accounts-texml-conferences.d.ts +11 -11
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.d.mts +11 -11
- package/tools/texml/accounts/recordings/json/delete-recording-sid-json-recordings-accounts-texml-json.d.ts +11 -11
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.d.mts +11 -11
- package/tools/texml/accounts/recordings/json/retrieve-recording-sid-json-recordings-accounts-texml-json.d.ts +11 -11
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.d.mts +11 -11
- package/tools/texml/accounts/retrieve-recordings-json-texml-accounts.d.ts +11 -11
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.d.mts +11 -11
- package/tools/texml/accounts/retrieve-transcriptions-json-texml-accounts.d.ts +11 -11
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.mts +11 -11
- package/tools/texml/accounts/transcriptions/json/delete-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.ts +11 -11
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.mts +11 -11
- package/tools/texml/accounts/transcriptions/json/retrieve-recording-transcription-sid-json-transcriptions-accounts-texml-json.d.ts +11 -11
- package/tools/texml/calls/initiate-texml-calls.d.mts +11 -11
- package/tools/texml/calls/initiate-texml-calls.d.ts +11 -11
- package/tools/texml/calls/update-texml-calls.d.mts +11 -11
- package/tools/texml/calls/update-texml-calls.d.ts +11 -11
- package/tools/texml/secrets-texml.d.mts +11 -11
- package/tools/texml/secrets-texml.d.ts +11 -11
- package/tools/texml-applications/create-texml-applications.d.mts +11 -11
- package/tools/texml-applications/create-texml-applications.d.ts +11 -11
- package/tools/texml-applications/delete-texml-applications.d.mts +11 -11
- package/tools/texml-applications/delete-texml-applications.d.ts +11 -11
- package/tools/texml-applications/list-texml-applications.d.mts +11 -11
- package/tools/texml-applications/list-texml-applications.d.ts +11 -11
- package/tools/texml-applications/retrieve-texml-applications.d.mts +11 -11
- package/tools/texml-applications/retrieve-texml-applications.d.ts +11 -11
- package/tools/texml-applications/update-texml-applications.d.mts +11 -11
- package/tools/texml-applications/update-texml-applications.d.ts +11 -11
- package/tools/text-to-speech/generate-speech-text-to-speech.d.mts +11 -11
- package/tools/text-to-speech/generate-speech-text-to-speech.d.ts +11 -11
- package/tools/text-to-speech/list-voices-text-to-speech.d.mts +11 -11
- package/tools/text-to-speech/list-voices-text-to-speech.d.ts +11 -11
- package/tools/usage-reports/get-options-usage-reports.d.mts +11 -11
- package/tools/usage-reports/get-options-usage-reports.d.ts +11 -11
- package/tools/usage-reports/list-usage-reports.d.mts +11 -11
- package/tools/usage-reports/list-usage-reports.d.ts +11 -11
- package/tools/user-addresses/create-user-addresses.d.mts +11 -11
- package/tools/user-addresses/create-user-addresses.d.ts +11 -11
- package/tools/user-addresses/list-user-addresses.d.mts +11 -11
- package/tools/user-addresses/list-user-addresses.d.ts +11 -11
- package/tools/user-addresses/retrieve-user-addresses.d.mts +11 -11
- package/tools/user-addresses/retrieve-user-addresses.d.ts +11 -11
- package/tools/user-tags/list-user-tags.d.mts +11 -11
- package/tools/user-tags/list-user-tags.d.ts +11 -11
- package/tools/verifications/actions/verify-verifications-actions.d.mts +11 -11
- package/tools/verifications/actions/verify-verifications-actions.d.ts +11 -11
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.d.mts +11 -11
- package/tools/verifications/by-phone-number/actions/verify-by-phone-number-verifications-actions.d.ts +11 -11
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.d.mts +11 -11
- package/tools/verifications/by-phone-number/list-verifications-by-phone-number.d.ts +11 -11
- package/tools/verifications/retrieve-verifications.d.mts +11 -11
- package/tools/verifications/retrieve-verifications.d.ts +11 -11
- package/tools/verifications/trigger-call-verifications.d.mts +11 -11
- package/tools/verifications/trigger-call-verifications.d.ts +11 -11
- package/tools/verifications/trigger-flashcall-verifications.d.mts +11 -11
- package/tools/verifications/trigger-flashcall-verifications.d.ts +11 -11
- package/tools/verifications/trigger-sms-verifications.d.mts +11 -11
- package/tools/verifications/trigger-sms-verifications.d.ts +11 -11
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.d.mts +11 -11
- package/tools/verified-numbers/actions/submit-verification-code-verified-numbers-actions.d.ts +11 -11
- package/tools/verified-numbers/create-verified-numbers.d.mts +11 -11
- package/tools/verified-numbers/create-verified-numbers.d.ts +11 -11
- package/tools/verified-numbers/delete-verified-numbers.d.mts +11 -11
- package/tools/verified-numbers/delete-verified-numbers.d.ts +11 -11
- package/tools/verified-numbers/list-verified-numbers.d.mts +11 -11
- package/tools/verified-numbers/list-verified-numbers.d.ts +11 -11
- package/tools/verified-numbers/retrieve-verified-numbers.d.mts +11 -11
- package/tools/verified-numbers/retrieve-verified-numbers.d.ts +11 -11
- package/tools/verify-profiles/create-template-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/create-template-verify-profiles.d.ts +11 -11
- package/tools/verify-profiles/create-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/create-verify-profiles.d.ts +11 -11
- package/tools/verify-profiles/delete-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/delete-verify-profiles.d.ts +11 -11
- package/tools/verify-profiles/list-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/list-verify-profiles.d.ts +11 -11
- package/tools/verify-profiles/retrieve-templates-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/retrieve-templates-verify-profiles.d.ts +11 -11
- package/tools/verify-profiles/retrieve-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/retrieve-verify-profiles.d.ts +11 -11
- package/tools/verify-profiles/update-template-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/update-template-verify-profiles.d.ts +11 -11
- package/tools/verify-profiles/update-verify-profiles.d.mts +11 -11
- package/tools/verify-profiles/update-verify-profiles.d.ts +11 -11
- package/tools/virtual-cross-connects/create-virtual-cross-connects.d.mts +11 -11
- package/tools/virtual-cross-connects/create-virtual-cross-connects.d.ts +11 -11
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.d.mts +11 -11
- package/tools/virtual-cross-connects/delete-virtual-cross-connects.d.ts +11 -11
- package/tools/virtual-cross-connects/list-virtual-cross-connects.d.mts +11 -11
- package/tools/virtual-cross-connects/list-virtual-cross-connects.d.ts +11 -11
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.d.mts +11 -11
- package/tools/virtual-cross-connects/retrieve-virtual-cross-connects.d.ts +11 -11
- package/tools/virtual-cross-connects/update-virtual-cross-connects.d.mts +11 -11
- package/tools/virtual-cross-connects/update-virtual-cross-connects.d.ts +11 -11
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.d.mts +11 -11
- package/tools/virtual-cross-connects-coverage/list-virtual-cross-connects-coverage.d.ts +11 -11
- package/tools/webhook-deliveries/list-webhook-deliveries.d.mts +11 -11
- package/tools/webhook-deliveries/list-webhook-deliveries.d.ts +11 -11
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.d.mts +11 -11
- package/tools/webhook-deliveries/retrieve-webhook-deliveries.d.ts +11 -11
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.d.mts +11 -11
- package/tools/well-known/retrieve-authorization-server-metadata-well-known.d.ts +11 -11
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.d.mts +11 -11
- package/tools/well-known/retrieve-protected-resource-metadata-well-known.d.ts +11 -11
- package/tools/wireguard-interfaces/create-wireguard-interfaces.d.mts +11 -11
- package/tools/wireguard-interfaces/create-wireguard-interfaces.d.ts +11 -11
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.d.mts +11 -11
- package/tools/wireguard-interfaces/delete-wireguard-interfaces.d.ts +11 -11
- package/tools/wireguard-interfaces/list-wireguard-interfaces.d.mts +11 -11
- package/tools/wireguard-interfaces/list-wireguard-interfaces.d.ts +11 -11
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.d.mts +11 -11
- package/tools/wireguard-interfaces/retrieve-wireguard-interfaces.d.ts +11 -11
- package/tools/wireguard-peers/create-wireguard-peers.d.mts +11 -11
- package/tools/wireguard-peers/create-wireguard-peers.d.ts +11 -11
- package/tools/wireguard-peers/delete-wireguard-peers.d.mts +11 -11
- package/tools/wireguard-peers/delete-wireguard-peers.d.ts +11 -11
- package/tools/wireguard-peers/list-wireguard-peers.d.mts +11 -11
- package/tools/wireguard-peers/list-wireguard-peers.d.ts +11 -11
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.d.mts +11 -11
- package/tools/wireguard-peers/retrieve-config-wireguard-peers.d.ts +11 -11
- package/tools/wireguard-peers/retrieve-wireguard-peers.d.mts +11 -11
- package/tools/wireguard-peers/retrieve-wireguard-peers.d.ts +11 -11
- package/tools/wireguard-peers/update-wireguard-peers.d.mts +11 -11
- package/tools/wireguard-peers/update-wireguard-peers.d.ts +11 -11
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.d.mts +11 -11
- package/tools/wireless/detail-records-reports/create-wireless-detail-records-reports.d.ts +11 -11
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.d.mts +11 -11
- package/tools/wireless/detail-records-reports/delete-wireless-detail-records-reports.d.ts +11 -11
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.d.mts +11 -11
- package/tools/wireless/detail-records-reports/list-wireless-detail-records-reports.d.ts +11 -11
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.d.mts +11 -11
- package/tools/wireless/detail-records-reports/retrieve-wireless-detail-records-reports.d.ts +11 -11
- package/tools/wireless/retrieve-regions-wireless.d.mts +11 -11
- package/tools/wireless/retrieve-regions-wireless.d.ts +11 -11
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.d.mts +11 -11
- package/tools/wireless-blocklist-values/list-wireless-blocklist-values.d.ts +11 -11
- package/tools/wireless-blocklists/create-wireless-blocklists.d.mts +11 -11
- package/tools/wireless-blocklists/create-wireless-blocklists.d.ts +11 -11
- package/tools/wireless-blocklists/delete-wireless-blocklists.d.mts +11 -11
- package/tools/wireless-blocklists/delete-wireless-blocklists.d.ts +11 -11
- package/tools/wireless-blocklists/list-wireless-blocklists.d.mts +11 -11
- package/tools/wireless-blocklists/list-wireless-blocklists.d.ts +11 -11
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.d.mts +11 -11
- package/tools/wireless-blocklists/retrieve-wireless-blocklists.d.ts +11 -11
- package/tools/wireless-blocklists/update-wireless-blocklists.d.mts +11 -11
- package/tools/wireless-blocklists/update-wireless-blocklists.d.ts +11 -11
- package/code-tool-paths.cjs +0 -6
- package/code-tool-paths.cjs.map +0 -1
- package/code-tool-paths.d.cts +0 -2
- package/code-tool-paths.d.cts.map +0 -1
- package/code-tool-worker.d.mts +0 -5
- package/code-tool-worker.d.mts.map +0 -1
- package/code-tool-worker.d.ts +0 -5
- package/code-tool-worker.d.ts.map +0 -1
- package/code-tool-worker.js +0 -1019
- package/code-tool-worker.js.map +0 -1
- package/code-tool-worker.mjs +0 -1014
- package/code-tool-worker.mjs.map +0 -1
- package/src/code-tool-paths.cts +0 -3
- package/src/code-tool-worker.ts +0 -1065
package/README.md
CHANGED
|
@@ -1961,7 +1961,7 @@ The following tools are available in this MCP server.
|
|
|
1961
1961
|
|
|
1962
1962
|
### Resource `storage.buckets`:
|
|
1963
1963
|
|
|
1964
|
-
- `create_presigned_url_storage_buckets` (`write`): Returns a timed and authenticated URL to
|
|
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
1965
|
|
|
1966
1966
|
Refer to: https://developers.telnyx.com/docs/cloud-storage/presigned-urls
|
|
1967
1967
|
|
|
@@ -2240,6 +2240,11 @@ The following tools are available in this MCP server.
|
|
|
2240
2240
|
- `update_mobile_phone_numbers` (`write`): Update a Mobile Phone Number
|
|
2241
2241
|
- `list_mobile_phone_numbers` (`read`): List Mobile Phone Numbers
|
|
2242
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
|
+
|
|
2243
2248
|
### Resource `mobile_voice_connections`:
|
|
2244
2249
|
|
|
2245
2250
|
- `create_mobile_voice_connections` (`write`): Create a Mobile Voice Connection
|
package/code-tool.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Metadata, ToolCallResult } from "./tools/types.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* A tool that runs code against a copy of the SDK.
|
|
4
4
|
*
|
|
@@ -8,5 +8,47 @@ import { Endpoint } from "./tools/types.mjs";
|
|
|
8
8
|
*
|
|
9
9
|
* @param endpoints - The endpoints to include in the list.
|
|
10
10
|
*/
|
|
11
|
-
export declare function codeTool(): Promise<
|
|
11
|
+
export declare function codeTool(): Promise<{
|
|
12
|
+
metadata: Metadata;
|
|
13
|
+
tool: {
|
|
14
|
+
inputSchema: {
|
|
15
|
+
[x: string]: unknown;
|
|
16
|
+
type: "object";
|
|
17
|
+
properties?: {
|
|
18
|
+
[x: string]: object;
|
|
19
|
+
} | undefined;
|
|
20
|
+
required?: string[] | undefined;
|
|
21
|
+
};
|
|
22
|
+
name: string;
|
|
23
|
+
description?: string | undefined;
|
|
24
|
+
outputSchema?: {
|
|
25
|
+
[x: string]: unknown;
|
|
26
|
+
type: "object";
|
|
27
|
+
properties?: {
|
|
28
|
+
[x: string]: object;
|
|
29
|
+
} | undefined;
|
|
30
|
+
required?: string[] | undefined;
|
|
31
|
+
} | undefined;
|
|
32
|
+
annotations?: {
|
|
33
|
+
title?: string | undefined;
|
|
34
|
+
readOnlyHint?: boolean | undefined;
|
|
35
|
+
destructiveHint?: boolean | undefined;
|
|
36
|
+
idempotentHint?: boolean | undefined;
|
|
37
|
+
openWorldHint?: boolean | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
execution?: {
|
|
40
|
+
taskSupport?: "optional" | "required" | "forbidden" | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
_meta?: {
|
|
43
|
+
[x: string]: unknown;
|
|
44
|
+
} | undefined;
|
|
45
|
+
icons?: {
|
|
46
|
+
src: string;
|
|
47
|
+
mimeType?: string | undefined;
|
|
48
|
+
sizes?: string[] | undefined;
|
|
49
|
+
}[] | undefined;
|
|
50
|
+
title?: string | undefined;
|
|
51
|
+
};
|
|
52
|
+
handler: (_: unknown, args: any) => Promise<ToolCallResult>;
|
|
53
|
+
}>;
|
|
12
54
|
//# sourceMappingURL=code-tool.d.mts.map
|
package/code-tool.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.d.mts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"code-tool.d.mts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,cAAc,EAAuB;AAIxD;;;;;;;;GAQG;AACH,wBAAsB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQF,OAAO,QAAQ,GAAG,KAAG,OAAO,CAAC,cAAc,CAAC;GAqCvE"}
|
package/code-tool.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Metadata, ToolCallResult } from "./tools/types.js";
|
|
2
2
|
/**
|
|
3
3
|
* A tool that runs code against a copy of the SDK.
|
|
4
4
|
*
|
|
@@ -8,5 +8,47 @@ import { Endpoint } from "./tools/types.js";
|
|
|
8
8
|
*
|
|
9
9
|
* @param endpoints - The endpoints to include in the list.
|
|
10
10
|
*/
|
|
11
|
-
export declare function codeTool(): Promise<
|
|
11
|
+
export declare function codeTool(): Promise<{
|
|
12
|
+
metadata: Metadata;
|
|
13
|
+
tool: {
|
|
14
|
+
inputSchema: {
|
|
15
|
+
[x: string]: unknown;
|
|
16
|
+
type: "object";
|
|
17
|
+
properties?: {
|
|
18
|
+
[x: string]: object;
|
|
19
|
+
} | undefined;
|
|
20
|
+
required?: string[] | undefined;
|
|
21
|
+
};
|
|
22
|
+
name: string;
|
|
23
|
+
description?: string | undefined;
|
|
24
|
+
outputSchema?: {
|
|
25
|
+
[x: string]: unknown;
|
|
26
|
+
type: "object";
|
|
27
|
+
properties?: {
|
|
28
|
+
[x: string]: object;
|
|
29
|
+
} | undefined;
|
|
30
|
+
required?: string[] | undefined;
|
|
31
|
+
} | undefined;
|
|
32
|
+
annotations?: {
|
|
33
|
+
title?: string | undefined;
|
|
34
|
+
readOnlyHint?: boolean | undefined;
|
|
35
|
+
destructiveHint?: boolean | undefined;
|
|
36
|
+
idempotentHint?: boolean | undefined;
|
|
37
|
+
openWorldHint?: boolean | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
execution?: {
|
|
40
|
+
taskSupport?: "optional" | "required" | "forbidden" | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
_meta?: {
|
|
43
|
+
[x: string]: unknown;
|
|
44
|
+
} | undefined;
|
|
45
|
+
icons?: {
|
|
46
|
+
src: string;
|
|
47
|
+
mimeType?: string | undefined;
|
|
48
|
+
sizes?: string[] | undefined;
|
|
49
|
+
}[] | undefined;
|
|
50
|
+
title?: string | undefined;
|
|
51
|
+
};
|
|
52
|
+
handler: (_: unknown, args: any) => Promise<ToolCallResult>;
|
|
53
|
+
}>;
|
|
12
54
|
//# sourceMappingURL=code-tool.d.ts.map
|
package/code-tool.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.d.ts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"code-tool.d.ts","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,cAAc,EAAuB;AAIxD;;;;;;;;GAQG;AACH,wBAAsB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQF,OAAO,QAAQ,GAAG,KAAG,OAAO,CAAC,cAAc,CAAC;GAqCvE"}
|
package/code-tool.js
CHANGED
|
@@ -1,42 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
4
|
exports.codeTool = codeTool;
|
|
38
|
-
const
|
|
39
|
-
const
|
|
5
|
+
const types_1 = require("./tools/types.js");
|
|
6
|
+
const server_1 = require("./server.js");
|
|
40
7
|
/**
|
|
41
8
|
* A tool that runs code against a copy of the SDK.
|
|
42
9
|
*
|
|
@@ -50,122 +17,34 @@ async function codeTool() {
|
|
|
50
17
|
const metadata = { resource: 'all', operation: 'write', tags: [] };
|
|
51
18
|
const tool = {
|
|
52
19
|
name: 'execute',
|
|
53
|
-
description: 'Runs JavaScript code to interact with the API.\n\nYou are a skilled programmer writing code to interface with the service.\nDefine an async function named "run" that takes a single parameter of an initialized
|
|
20
|
+
description: 'Runs JavaScript code to interact with the API.\n\nYou are a skilled programmer writing code to interface with the service.\nDefine an async function named "run" that takes a single parameter of an initialized SDK client and it will be run.\nWrite code within this template:\n\n```\nasync function run(client) {\n // Fill this out\n}\n```\n\nYou will be returned anything that your function returns, plus the results of any console.log statements.\nIf any code triggers an error, the tool will return an error response, so you do not need to add error handling unless you want to output something more helpful than the raw error.\nIt is not necessary to add comments to code, unless by adding those comments you believe that you can generate better code.\nThis code will run in a container, and you will not be able to use fetch or otherwise interact with the network calls other than through the client you are given.\nAny variables you define won\'t live between successive uses of this call, so make sure to return or log any data you might need later.',
|
|
54
21
|
inputSchema: { type: 'object', properties: { code: { type: 'string' } } },
|
|
55
22
|
};
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
printOutput: true,
|
|
72
|
-
spawnOptions: {
|
|
73
|
-
cwd: (0, node_path_1.dirname)(workerPath),
|
|
23
|
+
const handler = async (_, args) => {
|
|
24
|
+
const code = args.code;
|
|
25
|
+
// this is not required, but passing a Stainless API key for the matching project_name
|
|
26
|
+
// will allow you to run code-mode queries against non-published versions of your SDK.
|
|
27
|
+
const stainlessAPIKey = (0, server_1.readEnv)('STAINLESS_API_KEY');
|
|
28
|
+
const codeModeEndpoint = (0, server_1.readEnv)('CODE_MODE_ENDPOINT_URL') ?? 'https://api.stainless.com/api/ai/code-tool/';
|
|
29
|
+
const res = await fetch(codeModeEndpoint, {
|
|
30
|
+
method: 'POST',
|
|
31
|
+
headers: {
|
|
32
|
+
...(stainlessAPIKey && { Authorization: stainlessAPIKey }),
|
|
33
|
+
'Content-Type': 'application/json',
|
|
34
|
+
client_envs: JSON.stringify({
|
|
35
|
+
TELNYX_API_KEY: (0, server_1.readEnv)('TELNYX_API_KEY'),
|
|
36
|
+
TELNYX_PUBLIC_KEY: (0, server_1.readEnv)('TELNYX_PUBLIC_KEY'),
|
|
37
|
+
}),
|
|
74
38
|
},
|
|
39
|
+
body: JSON.stringify({
|
|
40
|
+
project_name: 'telnyx',
|
|
41
|
+
code,
|
|
42
|
+
}),
|
|
75
43
|
});
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
worker.addEventListener('exit', (exitCode) => {
|
|
79
|
-
reject(new Error(`Worker exited with code ${exitCode}`));
|
|
80
|
-
});
|
|
81
|
-
const opts = {
|
|
82
|
-
baseURL: client.baseURL,
|
|
83
|
-
apiKey: client.apiKey,
|
|
84
|
-
publicKey: client.publicKey,
|
|
85
|
-
defaultHeaders: {
|
|
86
|
-
'X-Stainless-MCP': 'true',
|
|
87
|
-
},
|
|
88
|
-
};
|
|
89
|
-
const req = worker.request('http://localhost', {
|
|
90
|
-
headers: {
|
|
91
|
-
'content-type': 'application/json',
|
|
92
|
-
},
|
|
93
|
-
method: 'POST',
|
|
94
|
-
}, (resp) => {
|
|
95
|
-
const body = [];
|
|
96
|
-
resp.on('error', (err) => {
|
|
97
|
-
reject(err);
|
|
98
|
-
});
|
|
99
|
-
resp.on('data', (chunk) => {
|
|
100
|
-
body.push(chunk);
|
|
101
|
-
});
|
|
102
|
-
resp.on('end', () => {
|
|
103
|
-
resolve(new Response(Buffer.concat(body).toString(), {
|
|
104
|
-
status: resp.statusCode ?? 200,
|
|
105
|
-
headers: resp.headers,
|
|
106
|
-
}));
|
|
107
|
-
});
|
|
108
|
-
});
|
|
109
|
-
const body = JSON.stringify({
|
|
110
|
-
opts,
|
|
111
|
-
code,
|
|
112
|
-
});
|
|
113
|
-
req.write(body, (err) => {
|
|
114
|
-
if (err != null) {
|
|
115
|
-
reject(err);
|
|
116
|
-
}
|
|
117
|
-
});
|
|
118
|
-
req.end();
|
|
119
|
-
});
|
|
120
|
-
if (resp.status === 200) {
|
|
121
|
-
const { result, logLines, errLines } = (await resp.json());
|
|
122
|
-
const returnOutput = result == null ? null : ({
|
|
123
|
-
type: 'text',
|
|
124
|
-
text: typeof result === 'string' ? result : JSON.stringify(result),
|
|
125
|
-
});
|
|
126
|
-
const logOutput = logLines.length === 0 ?
|
|
127
|
-
null
|
|
128
|
-
: {
|
|
129
|
-
type: 'text',
|
|
130
|
-
text: logLines.join('\n'),
|
|
131
|
-
};
|
|
132
|
-
const errOutput = errLines.length === 0 ?
|
|
133
|
-
null
|
|
134
|
-
: {
|
|
135
|
-
type: 'text',
|
|
136
|
-
text: 'Error output:\n' + errLines.join('\n'),
|
|
137
|
-
};
|
|
138
|
-
return {
|
|
139
|
-
content: [returnOutput, logOutput, errOutput].filter((block) => block !== null),
|
|
140
|
-
};
|
|
141
|
-
}
|
|
142
|
-
else {
|
|
143
|
-
const { message, logLines, errLines } = (await resp.json());
|
|
144
|
-
const messageOutput = message == null ? null : ({
|
|
145
|
-
type: 'text',
|
|
146
|
-
text: message,
|
|
147
|
-
});
|
|
148
|
-
const logOutput = logLines.length === 0 ?
|
|
149
|
-
null
|
|
150
|
-
: {
|
|
151
|
-
type: 'text',
|
|
152
|
-
text: logLines.join('\n'),
|
|
153
|
-
};
|
|
154
|
-
const errOutput = errLines.length === 0 ?
|
|
155
|
-
null
|
|
156
|
-
: {
|
|
157
|
-
type: 'text',
|
|
158
|
-
text: 'Error output:\n' + errLines.join('\n'),
|
|
159
|
-
};
|
|
160
|
-
return {
|
|
161
|
-
content: [messageOutput, logOutput, errOutput].filter((block) => block !== null),
|
|
162
|
-
isError: true,
|
|
163
|
-
};
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
finally {
|
|
167
|
-
worker.terminate();
|
|
44
|
+
if (!res.ok) {
|
|
45
|
+
throw new Error(`${res.status}: ${res.statusText} error when trying to contact Code Tool server. Details: ${await res.text()}`);
|
|
168
46
|
}
|
|
47
|
+
return (0, types_1.asTextContentResult)((await res.json()));
|
|
169
48
|
};
|
|
170
49
|
return { metadata, tool, handler };
|
|
171
50
|
}
|
package/code-tool.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.js","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":";AAAA,sFAAsF
|
|
1
|
+
{"version":3,"file":"code-tool.js","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":";AAAA,sFAAsF;;AAetF,4BA6CC;AA1DD,4CAA8E;AAE9E,wCAAmC;AAEnC;;;;;;;;GAQG;AACI,KAAK,UAAU,QAAQ;IAC5B,MAAM,QAAQ,GAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;IAC7E,MAAM,IAAI,GAAS;QACjB,IAAI,EAAE,SAAS;QACf,WAAW,EACT,iiCAAiiC;QACniC,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;KAC1E,CAAC;IACF,MAAM,OAAO,GAAG,KAAK,EAAE,CAAU,EAAE,IAAS,EAA2B,EAAE;QACvE,MAAM,IAAI,GAAG,IAAI,CAAC,IAAc,CAAC;QAEjC,sFAAsF;QACtF,sFAAsF;QACtF,MAAM,eAAe,GAAG,IAAA,gBAAO,EAAC,mBAAmB,CAAC,CAAC;QACrD,MAAM,gBAAgB,GACpB,IAAA,gBAAO,EAAC,wBAAwB,CAAC,IAAI,6CAA6C,CAAC;QAErF,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,gBAAgB,EAAE;YACxC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,IAAI,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC;gBAC1D,cAAc,EAAE,kBAAkB;gBAClC,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC;oBAC1B,cAAc,EAAE,IAAA,gBAAO,EAAC,gBAAgB,CAAC;oBACzC,iBAAiB,EAAE,IAAA,gBAAO,EAAC,mBAAmB,CAAC;iBAChD,CAAC;aACH;YACD,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC;gBACnB,YAAY,EAAE,QAAQ;gBACtB,IAAI;aACL,CAAC;SACH,CAAC,CAAC;QAEH,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CACb,GAAG,GAAG,CAAC,MAAM,KACX,GAAG,CAAC,UACN,4DAA4D,MAAM,GAAG,CAAC,IAAI,EAAE,EAAE,CAC/E,CAAC;QACJ,CAAC;QAED,OAAO,IAAA,2BAAmB,EAAC,CAAC,MAAM,GAAG,CAAC,IAAI,EAAE,CAAkB,CAAC,CAAC;IAClE,CAAC,CAAC;IAEF,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AACrC,CAAC"}
|
package/code-tool.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { asTextContentResult } from "./tools/types.mjs";
|
|
3
|
+
import { readEnv } from "./server.mjs";
|
|
4
4
|
/**
|
|
5
5
|
* A tool that runs code against a copy of the SDK.
|
|
6
6
|
*
|
|
@@ -14,122 +14,34 @@ export async function codeTool() {
|
|
|
14
14
|
const metadata = { resource: 'all', operation: 'write', tags: [] };
|
|
15
15
|
const tool = {
|
|
16
16
|
name: 'execute',
|
|
17
|
-
description: 'Runs JavaScript code to interact with the API.\n\nYou are a skilled programmer writing code to interface with the service.\nDefine an async function named "run" that takes a single parameter of an initialized
|
|
17
|
+
description: 'Runs JavaScript code to interact with the API.\n\nYou are a skilled programmer writing code to interface with the service.\nDefine an async function named "run" that takes a single parameter of an initialized SDK client and it will be run.\nWrite code within this template:\n\n```\nasync function run(client) {\n // Fill this out\n}\n```\n\nYou will be returned anything that your function returns, plus the results of any console.log statements.\nIf any code triggers an error, the tool will return an error response, so you do not need to add error handling unless you want to output something more helpful than the raw error.\nIt is not necessary to add comments to code, unless by adding those comments you believe that you can generate better code.\nThis code will run in a container, and you will not be able to use fetch or otherwise interact with the network calls other than through the client you are given.\nAny variables you define won\'t live between successive uses of this call, so make sure to return or log any data you might need later.',
|
|
18
18
|
inputSchema: { type: 'object', properties: { code: { type: 'string' } } },
|
|
19
19
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
printOutput: true,
|
|
36
|
-
spawnOptions: {
|
|
37
|
-
cwd: dirname(workerPath),
|
|
20
|
+
const handler = async (_, args) => {
|
|
21
|
+
const code = args.code;
|
|
22
|
+
// this is not required, but passing a Stainless API key for the matching project_name
|
|
23
|
+
// will allow you to run code-mode queries against non-published versions of your SDK.
|
|
24
|
+
const stainlessAPIKey = readEnv('STAINLESS_API_KEY');
|
|
25
|
+
const codeModeEndpoint = readEnv('CODE_MODE_ENDPOINT_URL') ?? 'https://api.stainless.com/api/ai/code-tool/';
|
|
26
|
+
const res = await fetch(codeModeEndpoint, {
|
|
27
|
+
method: 'POST',
|
|
28
|
+
headers: {
|
|
29
|
+
...(stainlessAPIKey && { Authorization: stainlessAPIKey }),
|
|
30
|
+
'Content-Type': 'application/json',
|
|
31
|
+
client_envs: JSON.stringify({
|
|
32
|
+
TELNYX_API_KEY: readEnv('TELNYX_API_KEY'),
|
|
33
|
+
TELNYX_PUBLIC_KEY: readEnv('TELNYX_PUBLIC_KEY'),
|
|
34
|
+
}),
|
|
38
35
|
},
|
|
36
|
+
body: JSON.stringify({
|
|
37
|
+
project_name: 'telnyx',
|
|
38
|
+
code,
|
|
39
|
+
}),
|
|
39
40
|
});
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
worker.addEventListener('exit', (exitCode) => {
|
|
43
|
-
reject(new Error(`Worker exited with code ${exitCode}`));
|
|
44
|
-
});
|
|
45
|
-
const opts = {
|
|
46
|
-
baseURL: client.baseURL,
|
|
47
|
-
apiKey: client.apiKey,
|
|
48
|
-
publicKey: client.publicKey,
|
|
49
|
-
defaultHeaders: {
|
|
50
|
-
'X-Stainless-MCP': 'true',
|
|
51
|
-
},
|
|
52
|
-
};
|
|
53
|
-
const req = worker.request('http://localhost', {
|
|
54
|
-
headers: {
|
|
55
|
-
'content-type': 'application/json',
|
|
56
|
-
},
|
|
57
|
-
method: 'POST',
|
|
58
|
-
}, (resp) => {
|
|
59
|
-
const body = [];
|
|
60
|
-
resp.on('error', (err) => {
|
|
61
|
-
reject(err);
|
|
62
|
-
});
|
|
63
|
-
resp.on('data', (chunk) => {
|
|
64
|
-
body.push(chunk);
|
|
65
|
-
});
|
|
66
|
-
resp.on('end', () => {
|
|
67
|
-
resolve(new Response(Buffer.concat(body).toString(), {
|
|
68
|
-
status: resp.statusCode ?? 200,
|
|
69
|
-
headers: resp.headers,
|
|
70
|
-
}));
|
|
71
|
-
});
|
|
72
|
-
});
|
|
73
|
-
const body = JSON.stringify({
|
|
74
|
-
opts,
|
|
75
|
-
code,
|
|
76
|
-
});
|
|
77
|
-
req.write(body, (err) => {
|
|
78
|
-
if (err != null) {
|
|
79
|
-
reject(err);
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
req.end();
|
|
83
|
-
});
|
|
84
|
-
if (resp.status === 200) {
|
|
85
|
-
const { result, logLines, errLines } = (await resp.json());
|
|
86
|
-
const returnOutput = result == null ? null : ({
|
|
87
|
-
type: 'text',
|
|
88
|
-
text: typeof result === 'string' ? result : JSON.stringify(result),
|
|
89
|
-
});
|
|
90
|
-
const logOutput = logLines.length === 0 ?
|
|
91
|
-
null
|
|
92
|
-
: {
|
|
93
|
-
type: 'text',
|
|
94
|
-
text: logLines.join('\n'),
|
|
95
|
-
};
|
|
96
|
-
const errOutput = errLines.length === 0 ?
|
|
97
|
-
null
|
|
98
|
-
: {
|
|
99
|
-
type: 'text',
|
|
100
|
-
text: 'Error output:\n' + errLines.join('\n'),
|
|
101
|
-
};
|
|
102
|
-
return {
|
|
103
|
-
content: [returnOutput, logOutput, errOutput].filter((block) => block !== null),
|
|
104
|
-
};
|
|
105
|
-
}
|
|
106
|
-
else {
|
|
107
|
-
const { message, logLines, errLines } = (await resp.json());
|
|
108
|
-
const messageOutput = message == null ? null : ({
|
|
109
|
-
type: 'text',
|
|
110
|
-
text: message,
|
|
111
|
-
});
|
|
112
|
-
const logOutput = logLines.length === 0 ?
|
|
113
|
-
null
|
|
114
|
-
: {
|
|
115
|
-
type: 'text',
|
|
116
|
-
text: logLines.join('\n'),
|
|
117
|
-
};
|
|
118
|
-
const errOutput = errLines.length === 0 ?
|
|
119
|
-
null
|
|
120
|
-
: {
|
|
121
|
-
type: 'text',
|
|
122
|
-
text: 'Error output:\n' + errLines.join('\n'),
|
|
123
|
-
};
|
|
124
|
-
return {
|
|
125
|
-
content: [messageOutput, logOutput, errOutput].filter((block) => block !== null),
|
|
126
|
-
isError: true,
|
|
127
|
-
};
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
finally {
|
|
131
|
-
worker.terminate();
|
|
41
|
+
if (!res.ok) {
|
|
42
|
+
throw new Error(`${res.status}: ${res.statusText} error when trying to contact Code Tool server. Details: ${await res.text()}`);
|
|
132
43
|
}
|
|
44
|
+
return asTextContentResult((await res.json()));
|
|
133
45
|
};
|
|
134
46
|
return { metadata, tool, handler };
|
|
135
47
|
}
|
package/code-tool.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-tool.mjs","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,
|
|
1
|
+
{"version":3,"file":"code-tool.mjs","sourceRoot":"","sources":["src/code-tool.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAA4B,mBAAmB,EAAE;OAEjD,EAAE,OAAO,EAAE;AAElB;;;;;;;;GAQG;AACH,MAAM,CAAC,KAAK,UAAU,QAAQ;IAC5B,MAAM,QAAQ,GAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;IAC7E,MAAM,IAAI,GAAS;QACjB,IAAI,EAAE,SAAS;QACf,WAAW,EACT,iiCAAiiC;QACniC,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE;KAC1E,CAAC;IACF,MAAM,OAAO,GAAG,KAAK,EAAE,CAAU,EAAE,IAAS,EAA2B,EAAE;QACvE,MAAM,IAAI,GAAG,IAAI,CAAC,IAAc,CAAC;QAEjC,sFAAsF;QACtF,sFAAsF;QACtF,MAAM,eAAe,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;QACrD,MAAM,gBAAgB,GACpB,OAAO,CAAC,wBAAwB,CAAC,IAAI,6CAA6C,CAAC;QAErF,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,gBAAgB,EAAE;YACxC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,GAAG,CAAC,eAAe,IAAI,EAAE,aAAa,EAAE,eAAe,EAAE,CAAC;gBAC1D,cAAc,EAAE,kBAAkB;gBAClC,WAAW,EAAE,IAAI,CAAC,SAAS,CAAC;oBAC1B,cAAc,EAAE,OAAO,CAAC,gBAAgB,CAAC;oBACzC,iBAAiB,EAAE,OAAO,CAAC,mBAAmB,CAAC;iBAChD,CAAC;aACH;YACD,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC;gBACnB,YAAY,EAAE,QAAQ;gBACtB,IAAI;aACL,CAAC;SACH,CAAC,CAAC;QAEH,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CACb,GAAG,GAAG,CAAC,MAAM,KACX,GAAG,CAAC,UACN,4DAA4D,MAAM,GAAG,CAAC,IAAI,EAAE,EAAE,CAC/E,CAAC;QACJ,CAAC;QAED,OAAO,mBAAmB,CAAC,CAAC,MAAM,GAAG,CAAC,IAAI,EAAE,CAAkB,CAAC,CAAC;IAClE,CAAC,CAAC;IAEF,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AACrC,CAAC"}
|
package/docs-search-tool.d.mts
CHANGED
|
@@ -6,43 +6,43 @@ export declare const handler: (_: unknown, args: Record<string, unknown> | undef
|
|
|
6
6
|
declare const _default: {
|
|
7
7
|
metadata: Metadata;
|
|
8
8
|
tool: {
|
|
9
|
-
[x: string]: unknown;
|
|
10
|
-
name: string;
|
|
11
9
|
inputSchema: {
|
|
12
10
|
[x: string]: unknown;
|
|
13
11
|
type: "object";
|
|
14
12
|
properties?: {
|
|
15
|
-
[x: string]:
|
|
13
|
+
[x: string]: object;
|
|
16
14
|
} | undefined;
|
|
17
15
|
required?: string[] | undefined;
|
|
18
16
|
};
|
|
19
|
-
|
|
17
|
+
name: string;
|
|
20
18
|
description?: string | undefined;
|
|
21
19
|
outputSchema?: {
|
|
22
20
|
[x: string]: unknown;
|
|
23
21
|
type: "object";
|
|
24
22
|
properties?: {
|
|
25
|
-
[x: string]:
|
|
23
|
+
[x: string]: object;
|
|
26
24
|
} | undefined;
|
|
27
25
|
required?: string[] | undefined;
|
|
28
26
|
} | undefined;
|
|
29
27
|
annotations?: {
|
|
30
|
-
[x: string]: unknown;
|
|
31
28
|
title?: string | undefined;
|
|
32
29
|
readOnlyHint?: boolean | undefined;
|
|
33
30
|
destructiveHint?: boolean | undefined;
|
|
34
31
|
idempotentHint?: boolean | undefined;
|
|
35
32
|
openWorldHint?: boolean | undefined;
|
|
36
33
|
} | undefined;
|
|
37
|
-
|
|
34
|
+
execution?: {
|
|
35
|
+
taskSupport?: "optional" | "required" | "forbidden" | undefined;
|
|
36
|
+
} | undefined;
|
|
37
|
+
_meta?: {
|
|
38
38
|
[x: string]: unknown;
|
|
39
|
+
} | undefined;
|
|
40
|
+
icons?: {
|
|
39
41
|
src: string;
|
|
40
42
|
mimeType?: string | undefined;
|
|
41
|
-
sizes?: string | undefined;
|
|
43
|
+
sizes?: string[] | undefined;
|
|
42
44
|
}[] | undefined;
|
|
43
|
-
|
|
44
|
-
[x: string]: unknown;
|
|
45
|
-
} | undefined;
|
|
45
|
+
title?: string | undefined;
|
|
46
46
|
};
|
|
47
47
|
handler: (_: unknown, args: Record<string, unknown> | undefined) => Promise<import("./tools/types").ToolCallResult>;
|
|
48
48
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs-search-tool.d.mts","sourceRoot":"","sources":["src/docs-search-tool.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB;OAEjC,EAAE,IAAI,EAAE,MAAM,oCAAoC;AAEzD,eAAO,MAAM,QAAQ,EAAE,QAKtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA0BlB,CAAC;AAKF,eAAO,MAAM,OAAO,GAAU,GAAG,OAAO,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"docs-search-tool.d.mts","sourceRoot":"","sources":["src/docs-search-tool.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB;OAEjC,EAAE,IAAI,EAAE,MAAM,oCAAoC;AAEzD,eAAO,MAAM,QAAQ,EAAE,QAKtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA0BlB,CAAC;AAKF,eAAO,MAAM,OAAO,GAAU,GAAG,OAAO,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,oDAYlF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAZ+B,OAAO,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAcnF,wBAA2C"}
|