telnyx 6.83.0 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +345 -3
- package/README.md +1 -49
- package/client.d.mts +96 -85
- package/client.d.mts.map +1 -1
- package/client.d.ts +96 -85
- package/client.d.ts.map +1 -1
- package/client.js +19 -7
- package/client.js.map +1 -1
- package/client.mjs +20 -8
- package/client.mjs.map +1 -1
- package/index.d.mts +0 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.js +1 -4
- package/index.js.map +1 -1
- package/index.mjs +0 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -2
- package/resources/advanced-orders.d.mts +9 -59
- package/resources/advanced-orders.d.mts.map +1 -1
- package/resources/advanced-orders.d.ts +9 -59
- package/resources/advanced-orders.d.ts.map +1 -1
- package/resources/advanced-orders.js +1 -1
- package/resources/advanced-orders.mjs +1 -1
- package/resources/ai/ai.d.mts +266 -26
- package/resources/ai/ai.d.mts.map +1 -1
- package/resources/ai/ai.d.ts +266 -26
- package/resources/ai/ai.d.ts.map +1 -1
- package/resources/ai/ai.js +68 -6
- package/resources/ai/ai.js.map +1 -1
- package/resources/ai/ai.mjs +71 -9
- package/resources/ai/ai.mjs.map +1 -1
- package/resources/ai/assistants/assistants.d.mts +675 -11
- package/resources/ai/assistants/assistants.d.mts.map +1 -1
- package/resources/ai/assistants/assistants.d.ts +675 -11
- package/resources/ai/assistants/assistants.d.ts.map +1 -1
- package/resources/ai/assistants/assistants.js +4 -0
- package/resources/ai/assistants/assistants.js.map +1 -1
- package/resources/ai/assistants/assistants.mjs +5 -1
- package/resources/ai/assistants/assistants.mjs.map +1 -1
- package/resources/ai/assistants/index.d.mts +4 -3
- package/resources/ai/assistants/index.d.mts.map +1 -1
- package/resources/ai/assistants/index.d.ts +4 -3
- package/resources/ai/assistants/index.d.ts.map +1 -1
- package/resources/ai/assistants/index.js +3 -1
- package/resources/ai/assistants/index.js.map +1 -1
- package/resources/ai/assistants/index.mjs +2 -1
- package/resources/ai/assistants/index.mjs.map +1 -1
- package/resources/ai/assistants/instructions.d.mts +53 -0
- package/resources/ai/assistants/instructions.d.mts.map +1 -0
- package/resources/ai/assistants/instructions.d.ts +53 -0
- package/resources/ai/assistants/instructions.d.ts.map +1 -0
- package/resources/ai/assistants/instructions.js +47 -0
- package/resources/ai/assistants/instructions.js.map +1 -0
- package/resources/ai/assistants/instructions.mjs +43 -0
- package/resources/ai/assistants/instructions.mjs.map +1 -0
- package/resources/ai/assistants/scheduled-events.d.mts +41 -1
- package/resources/ai/assistants/scheduled-events.d.mts.map +1 -1
- package/resources/ai/assistants/scheduled-events.d.ts +41 -1
- package/resources/ai/assistants/scheduled-events.d.ts.map +1 -1
- package/resources/ai/assistants/tags.d.mts +14 -16
- package/resources/ai/assistants/tags.d.mts.map +1 -1
- package/resources/ai/assistants/tags.d.ts +14 -16
- package/resources/ai/assistants/tags.d.ts.map +1 -1
- package/resources/ai/assistants/tags.js +6 -5
- package/resources/ai/assistants/tags.js.map +1 -1
- package/resources/ai/assistants/tags.mjs +6 -5
- package/resources/ai/assistants/tags.mjs.map +1 -1
- package/resources/ai/assistants/tests/runs.d.mts +3 -0
- package/resources/ai/assistants/tests/runs.d.mts.map +1 -1
- package/resources/ai/assistants/tests/runs.d.ts +3 -0
- package/resources/ai/assistants/tests/runs.d.ts.map +1 -1
- package/resources/ai/assistants/tools.d.mts +7 -1
- package/resources/ai/assistants/tools.d.mts.map +1 -1
- package/resources/ai/assistants/tools.d.ts +7 -1
- package/resources/ai/assistants/tools.d.ts.map +1 -1
- package/resources/ai/assistants/versions.d.mts +25 -3
- package/resources/ai/assistants/versions.d.mts.map +1 -1
- package/resources/ai/assistants/versions.d.ts +25 -3
- package/resources/ai/assistants/versions.d.ts.map +1 -1
- package/resources/ai/chat.d.mts +171 -1
- package/resources/ai/chat.d.mts.map +1 -1
- package/resources/ai/chat.d.ts +171 -1
- package/resources/ai/chat.d.ts.map +1 -1
- package/resources/ai/clusters.d.mts +3 -0
- package/resources/ai/clusters.d.mts.map +1 -1
- package/resources/ai/clusters.d.ts +3 -0
- package/resources/ai/clusters.d.ts.map +1 -1
- package/resources/ai/index.d.mts +8 -8
- package/resources/ai/index.d.mts.map +1 -1
- package/resources/ai/index.d.ts +8 -8
- package/resources/ai/index.d.ts.map +1 -1
- package/resources/ai/index.js.map +1 -1
- package/resources/ai/index.mjs +2 -2
- package/resources/ai/index.mjs.map +1 -1
- package/resources/ai/integrations/index.d.mts +1 -1
- package/resources/ai/integrations/index.d.mts.map +1 -1
- package/resources/ai/integrations/index.d.ts +1 -1
- package/resources/ai/integrations/index.d.ts.map +1 -1
- package/resources/ai/integrations/index.js.map +1 -1
- package/resources/ai/integrations/index.mjs.map +1 -1
- package/resources/ai/integrations/integrations.d.mts +4 -15
- package/resources/ai/integrations/integrations.d.mts.map +1 -1
- package/resources/ai/integrations/integrations.d.ts +4 -15
- package/resources/ai/integrations/integrations.d.ts.map +1 -1
- package/resources/ai/integrations/integrations.js.map +1 -1
- package/resources/ai/integrations/integrations.mjs.map +1 -1
- package/resources/ai/mcp-servers.d.mts +14 -35
- package/resources/ai/mcp-servers.d.mts.map +1 -1
- package/resources/ai/mcp-servers.d.ts +14 -35
- package/resources/ai/mcp-servers.d.ts.map +1 -1
- package/resources/ai/mcp-servers.js +5 -2
- package/resources/ai/mcp-servers.js.map +1 -1
- package/resources/ai/mcp-servers.mjs +5 -2
- package/resources/ai/mcp-servers.mjs.map +1 -1
- package/resources/ai/missions/index.d.mts +2 -2
- package/resources/ai/missions/index.d.mts.map +1 -1
- package/resources/ai/missions/index.d.ts +2 -2
- package/resources/ai/missions/index.d.ts.map +1 -1
- package/resources/ai/missions/index.js.map +1 -1
- package/resources/ai/missions/index.mjs.map +1 -1
- package/resources/ai/missions/knowledge-bases.d.mts +9 -0
- package/resources/ai/missions/knowledge-bases.d.mts.map +1 -1
- package/resources/ai/missions/knowledge-bases.d.ts +9 -0
- package/resources/ai/missions/knowledge-bases.d.ts.map +1 -1
- package/resources/ai/missions/mcp-servers.d.mts +9 -0
- package/resources/ai/missions/mcp-servers.d.mts.map +1 -1
- package/resources/ai/missions/mcp-servers.d.ts +9 -0
- package/resources/ai/missions/mcp-servers.d.ts.map +1 -1
- package/resources/ai/missions/missions.d.mts +25 -21
- package/resources/ai/missions/missions.d.mts.map +1 -1
- package/resources/ai/missions/missions.d.ts +25 -21
- package/resources/ai/missions/missions.d.ts.map +1 -1
- package/resources/ai/missions/missions.js +6 -5
- package/resources/ai/missions/missions.js.map +1 -1
- package/resources/ai/missions/missions.mjs +6 -5
- package/resources/ai/missions/missions.mjs.map +1 -1
- package/resources/ai/missions/runs/events.d.mts +28 -23
- package/resources/ai/missions/runs/events.d.mts.map +1 -1
- package/resources/ai/missions/runs/events.d.ts +28 -23
- package/resources/ai/missions/runs/events.d.ts.map +1 -1
- package/resources/ai/missions/runs/events.js +10 -9
- package/resources/ai/missions/runs/events.js.map +1 -1
- package/resources/ai/missions/runs/events.mjs +10 -9
- package/resources/ai/missions/runs/events.mjs.map +1 -1
- package/resources/ai/missions/runs/index.d.mts +3 -3
- package/resources/ai/missions/runs/index.d.mts.map +1 -1
- package/resources/ai/missions/runs/index.d.ts +3 -3
- package/resources/ai/missions/runs/index.d.ts.map +1 -1
- package/resources/ai/missions/runs/index.js.map +1 -1
- package/resources/ai/missions/runs/index.mjs.map +1 -1
- package/resources/ai/missions/runs/plan.d.mts +53 -61
- package/resources/ai/missions/runs/plan.d.mts.map +1 -1
- package/resources/ai/missions/runs/plan.d.ts +53 -61
- package/resources/ai/missions/runs/plan.d.ts.map +1 -1
- package/resources/ai/missions/runs/plan.js +17 -16
- package/resources/ai/missions/runs/plan.js.map +1 -1
- package/resources/ai/missions/runs/plan.mjs +17 -16
- package/resources/ai/missions/runs/plan.mjs.map +1 -1
- package/resources/ai/missions/runs/runs.d.mts +67 -52
- package/resources/ai/missions/runs/runs.d.mts.map +1 -1
- package/resources/ai/missions/runs/runs.d.ts +67 -52
- package/resources/ai/missions/runs/runs.d.ts.map +1 -1
- package/resources/ai/missions/runs/runs.js +29 -23
- package/resources/ai/missions/runs/runs.js.map +1 -1
- package/resources/ai/missions/runs/runs.mjs +29 -23
- package/resources/ai/missions/runs/runs.mjs.map +1 -1
- package/resources/ai/missions/runs/telnyx-agents.d.mts +10 -1
- package/resources/ai/missions/runs/telnyx-agents.d.mts.map +1 -1
- package/resources/ai/missions/runs/telnyx-agents.d.ts +10 -1
- package/resources/ai/missions/runs/telnyx-agents.d.ts.map +1 -1
- package/resources/ai/missions/tools.d.mts +9 -0
- package/resources/ai/missions/tools.d.mts.map +1 -1
- package/resources/ai/missions/tools.d.ts +9 -0
- package/resources/ai/missions/tools.d.ts.map +1 -1
- package/resources/ai/openai/index.d.mts +1 -1
- package/resources/ai/openai/index.d.mts.map +1 -1
- package/resources/ai/openai/index.d.ts +1 -1
- package/resources/ai/openai/index.d.ts.map +1 -1
- package/resources/ai/openai/index.js.map +1 -1
- package/resources/ai/openai/index.mjs +1 -1
- package/resources/ai/openai/index.mjs.map +1 -1
- package/resources/ai/openai/openai.d.mts +9 -11
- package/resources/ai/openai/openai.d.mts.map +1 -1
- package/resources/ai/openai/openai.d.ts +9 -11
- package/resources/ai/openai/openai.d.ts.map +1 -1
- package/resources/ai/openai/openai.js +4 -4
- package/resources/ai/openai/openai.js.map +1 -1
- package/resources/ai/openai/openai.mjs +4 -4
- package/resources/ai/openai/openai.mjs.map +1 -1
- package/resources/ai/tools.d.mts +21 -41
- package/resources/ai/tools.d.mts.map +1 -1
- package/resources/ai/tools.d.ts +21 -41
- package/resources/ai/tools.d.ts.map +1 -1
- package/resources/ai/tools.js +8 -4
- package/resources/ai/tools.js.map +1 -1
- package/resources/ai/tools.mjs +8 -4
- package/resources/ai/tools.mjs.map +1 -1
- package/resources/bulk-sim-card-actions.d.mts +11 -46
- package/resources/bulk-sim-card-actions.d.mts.map +1 -1
- package/resources/bulk-sim-card-actions.d.ts +11 -46
- package/resources/bulk-sim-card-actions.d.ts.map +1 -1
- package/resources/bulk-sim-card-actions.js.map +1 -1
- package/resources/bulk-sim-card-actions.mjs.map +1 -1
- package/resources/call-reasons.d.mts +111 -0
- package/resources/call-reasons.d.mts.map +1 -0
- package/resources/call-reasons.d.ts +111 -0
- package/resources/call-reasons.d.ts.map +1 -0
- package/resources/call-reasons.js +51 -0
- package/resources/call-reasons.js.map +1 -0
- package/resources/call-reasons.mjs +47 -0
- package/resources/call-reasons.mjs.map +1 -0
- package/resources/calls/actions.d.mts +198 -446
- package/resources/calls/actions.d.mts.map +1 -1
- package/resources/calls/actions.d.ts +198 -446
- package/resources/calls/actions.d.ts.map +1 -1
- package/resources/calls/calls.d.mts +128 -128
- package/resources/calls/calls.d.mts.map +1 -1
- package/resources/calls/calls.d.ts +128 -128
- package/resources/calls/calls.d.ts.map +1 -1
- package/resources/calls/calls.js.map +1 -1
- package/resources/calls/calls.mjs.map +1 -1
- package/resources/calls/index.d.mts +2 -2
- package/resources/calls/index.d.mts.map +1 -1
- package/resources/calls/index.d.ts +2 -2
- package/resources/calls/index.d.ts.map +1 -1
- package/resources/calls/index.js.map +1 -1
- package/resources/calls/index.mjs.map +1 -1
- package/resources/channel-zones.d.mts +5 -24
- package/resources/channel-zones.d.mts.map +1 -1
- package/resources/channel-zones.d.ts +5 -24
- package/resources/channel-zones.d.ts.map +1 -1
- package/resources/channel-zones.js.map +1 -1
- package/resources/channel-zones.mjs.map +1 -1
- package/resources/conferences/actions.d.mts +24 -17
- package/resources/conferences/actions.d.mts.map +1 -1
- package/resources/conferences/actions.d.ts +24 -17
- package/resources/conferences/actions.d.ts.map +1 -1
- package/resources/conferences/conferences.d.mts +14 -16
- package/resources/conferences/conferences.d.mts.map +1 -1
- package/resources/conferences/conferences.d.ts +14 -16
- package/resources/conferences/conferences.d.ts.map +1 -1
- package/resources/conferences/conferences.js +6 -5
- package/resources/conferences/conferences.js.map +1 -1
- package/resources/conferences/conferences.mjs +6 -5
- package/resources/conferences/conferences.mjs.map +1 -1
- package/resources/conferences/index.d.mts +2 -2
- package/resources/conferences/index.d.mts.map +1 -1
- package/resources/conferences/index.d.ts +2 -2
- package/resources/conferences/index.d.ts.map +1 -1
- package/resources/conferences/index.js.map +1 -1
- package/resources/conferences/index.mjs.map +1 -1
- package/resources/connections.d.mts +7 -59
- package/resources/connections.d.mts.map +1 -1
- package/resources/connections.d.ts +7 -59
- package/resources/connections.d.ts.map +1 -1
- package/resources/connections.js +1 -4
- package/resources/connections.js.map +1 -1
- package/resources/connections.mjs +1 -4
- package/resources/connections.mjs.map +1 -1
- package/resources/credential-connections/credential-connections.d.mts +11 -4
- package/resources/credential-connections/credential-connections.d.mts.map +1 -1
- package/resources/credential-connections/credential-connections.d.ts +11 -4
- package/resources/credential-connections/credential-connections.d.ts.map +1 -1
- package/resources/credential-connections/credential-connections.js.map +1 -1
- package/resources/credential-connections/credential-connections.mjs.map +1 -1
- package/resources/credential-connections/index.d.mts +1 -1
- package/resources/credential-connections/index.d.mts.map +1 -1
- package/resources/credential-connections/index.d.ts +1 -1
- package/resources/credential-connections/index.d.ts.map +1 -1
- package/resources/credential-connections/index.js.map +1 -1
- package/resources/credential-connections/index.mjs.map +1 -1
- package/resources/custom-storage-credentials.d.mts +19 -43
- package/resources/custom-storage-credentials.d.mts.map +1 -1
- package/resources/custom-storage-credentials.d.ts +19 -43
- package/resources/custom-storage-credentials.d.ts.map +1 -1
- package/resources/custom-storage-credentials.js +3 -3
- package/resources/custom-storage-credentials.js.map +1 -1
- package/resources/custom-storage-credentials.mjs +3 -3
- package/resources/custom-storage-credentials.mjs.map +1 -1
- package/resources/dialogflow-connections.d.mts +10 -60
- package/resources/dialogflow-connections.d.mts.map +1 -1
- package/resources/dialogflow-connections.d.ts +10 -60
- package/resources/dialogflow-connections.d.ts.map +1 -1
- package/resources/dialogflow-connections.js +3 -3
- package/resources/dialogflow-connections.mjs +3 -3
- package/resources/dir/comments.d.mts +100 -0
- package/resources/dir/comments.d.mts.map +1 -0
- package/resources/dir/comments.d.ts +100 -0
- package/resources/dir/comments.d.ts.map +1 -0
- package/resources/dir/comments.js +54 -0
- package/resources/dir/comments.js.map +1 -0
- package/resources/dir/comments.mjs +50 -0
- package/resources/dir/comments.mjs.map +1 -0
- package/resources/dir/dir.d.mts +466 -0
- package/resources/dir/dir.d.mts.map +1 -0
- package/resources/dir/dir.d.ts +466 -0
- package/resources/dir/dir.d.ts.map +1 -0
- package/resources/dir/dir.js +224 -0
- package/resources/dir/dir.js.map +1 -0
- package/resources/dir/dir.mjs +219 -0
- package/resources/dir/dir.mjs.map +1 -0
- package/resources/dir/index.d.mts +5 -0
- package/resources/dir/index.d.mts.map +1 -0
- package/resources/dir/index.d.ts +5 -0
- package/resources/dir/index.d.ts.map +1 -0
- package/resources/dir/index.js +13 -0
- package/resources/dir/index.js.map +1 -0
- package/resources/dir/index.mjs +6 -0
- package/resources/dir/index.mjs.map +1 -0
- package/resources/dir/phone-number-batches.d.mts +120 -0
- package/resources/dir/phone-number-batches.d.mts.map +1 -0
- package/resources/dir/phone-number-batches.d.ts +120 -0
- package/resources/dir/phone-number-batches.d.ts.map +1 -0
- package/resources/dir/phone-number-batches.js +48 -0
- package/resources/dir/phone-number-batches.js.map +1 -0
- package/resources/dir/phone-number-batches.mjs +44 -0
- package/resources/dir/phone-number-batches.mjs.map +1 -0
- package/resources/dir/phone-numbers.d.mts +202 -0
- package/resources/dir/phone-numbers.d.mts.map +1 -0
- package/resources/dir/phone-numbers.d.ts +202 -0
- package/resources/dir/phone-numbers.d.ts.map +1 -0
- package/resources/dir/phone-numbers.js +78 -0
- package/resources/dir/phone-numbers.js.map +1 -0
- package/resources/dir/phone-numbers.mjs +74 -0
- package/resources/dir/phone-numbers.mjs.map +1 -0
- package/resources/dir.d.mts +2 -0
- package/resources/dir.d.mts.map +1 -0
- package/resources/dir.d.ts +2 -0
- package/resources/dir.d.ts.map +1 -0
- package/resources/dir.js +6 -0
- package/resources/dir.js.map +1 -0
- package/resources/dir.mjs +3 -0
- package/resources/dir.mjs.map +1 -0
- package/resources/document-links.d.mts +2 -13
- package/resources/document-links.d.mts.map +1 -1
- package/resources/document-links.d.ts +2 -13
- package/resources/document-links.d.ts.map +1 -1
- package/resources/document-links.js.map +1 -1
- package/resources/document-links.mjs.map +1 -1
- package/resources/documents.d.mts +20 -14
- package/resources/documents.d.mts.map +1 -1
- package/resources/documents.d.ts +20 -14
- package/resources/documents.d.ts.map +1 -1
- package/resources/documents.js +1 -1
- package/resources/documents.js.map +1 -1
- package/resources/documents.mjs +1 -1
- package/resources/documents.mjs.map +1 -1
- package/resources/enterprises/dir.d.mts +167 -0
- package/resources/enterprises/dir.d.mts.map +1 -0
- package/resources/enterprises/dir.d.ts +167 -0
- package/resources/enterprises/dir.d.ts.map +1 -0
- package/resources/enterprises/dir.js +87 -0
- package/resources/enterprises/dir.js.map +1 -0
- package/resources/enterprises/dir.mjs +83 -0
- package/resources/enterprises/dir.mjs.map +1 -0
- package/resources/enterprises/enterprises.d.mts +239 -239
- package/resources/enterprises/enterprises.d.mts.map +1 -1
- package/resources/enterprises/enterprises.d.ts +239 -239
- package/resources/enterprises/enterprises.d.ts.map +1 -1
- package/resources/enterprises/enterprises.js +135 -40
- package/resources/enterprises/enterprises.js.map +1 -1
- package/resources/enterprises/enterprises.mjs +135 -40
- package/resources/enterprises/enterprises.mjs.map +1 -1
- package/resources/enterprises/index.d.mts +3 -2
- package/resources/enterprises/index.d.mts.map +1 -1
- package/resources/enterprises/index.d.ts +3 -2
- package/resources/enterprises/index.d.ts.map +1 -1
- package/resources/enterprises/index.js +3 -1
- package/resources/enterprises/index.js.map +1 -1
- package/resources/enterprises/index.mjs +1 -0
- package/resources/enterprises/index.mjs.map +1 -1
- package/resources/enterprises/reputation/index.d.mts +4 -2
- package/resources/enterprises/reputation/index.d.mts.map +1 -1
- package/resources/enterprises/reputation/index.d.ts +4 -2
- package/resources/enterprises/reputation/index.d.ts.map +1 -1
- package/resources/enterprises/reputation/index.js +5 -1
- package/resources/enterprises/reputation/index.js.map +1 -1
- package/resources/enterprises/reputation/index.mjs +2 -0
- package/resources/enterprises/reputation/index.mjs.map +1 -1
- package/resources/enterprises/reputation/loa.d.mts +103 -0
- package/resources/enterprises/reputation/loa.d.mts.map +1 -0
- package/resources/enterprises/reputation/loa.d.ts +103 -0
- package/resources/enterprises/reputation/loa.d.ts.map +1 -0
- package/resources/enterprises/reputation/loa.js +62 -0
- package/resources/enterprises/reputation/loa.js.map +1 -0
- package/resources/enterprises/reputation/loa.mjs +58 -0
- package/resources/enterprises/reputation/loa.mjs.map +1 -0
- package/resources/enterprises/reputation/numbers.d.mts +127 -88
- package/resources/enterprises/reputation/numbers.d.mts.map +1 -1
- package/resources/enterprises/reputation/numbers.d.ts +127 -88
- package/resources/enterprises/reputation/numbers.d.ts.map +1 -1
- package/resources/enterprises/reputation/numbers.js +50 -51
- package/resources/enterprises/reputation/numbers.js.map +1 -1
- package/resources/enterprises/reputation/numbers.mjs +50 -51
- package/resources/enterprises/reputation/numbers.mjs.map +1 -1
- package/resources/enterprises/reputation/remediation.d.mts +192 -0
- package/resources/enterprises/reputation/remediation.d.mts.map +1 -0
- package/resources/enterprises/reputation/remediation.d.ts +192 -0
- package/resources/enterprises/reputation/remediation.d.ts.map +1 -0
- package/resources/enterprises/reputation/remediation.js +81 -0
- package/resources/enterprises/reputation/remediation.js.map +1 -0
- package/resources/enterprises/reputation/remediation.mjs +77 -0
- package/resources/enterprises/reputation/remediation.mjs.map +1 -0
- package/resources/enterprises/reputation/reputation.d.mts +83 -92
- package/resources/enterprises/reputation/reputation.d.mts.map +1 -1
- package/resources/enterprises/reputation/reputation.d.ts +83 -92
- package/resources/enterprises/reputation/reputation.d.ts.map +1 -1
- package/resources/enterprises/reputation/reputation.js +50 -58
- package/resources/enterprises/reputation/reputation.js.map +1 -1
- package/resources/enterprises/reputation/reputation.mjs +50 -58
- package/resources/enterprises/reputation/reputation.mjs.map +1 -1
- package/resources/external-connections/external-connections.d.mts +4 -4
- package/resources/external-connections/external-connections.d.mts.map +1 -1
- package/resources/external-connections/external-connections.d.ts +4 -4
- package/resources/external-connections/external-connections.d.ts.map +1 -1
- package/resources/external-connections/external-connections.mjs.map +1 -1
- package/resources/external-connections/index.d.mts +2 -2
- package/resources/external-connections/index.d.mts.map +1 -1
- package/resources/external-connections/index.d.ts +2 -2
- package/resources/external-connections/index.d.ts.map +1 -1
- package/resources/external-connections/log-messages.d.mts +11 -42
- package/resources/external-connections/log-messages.d.mts.map +1 -1
- package/resources/external-connections/log-messages.d.ts +11 -42
- package/resources/external-connections/log-messages.d.ts.map +1 -1
- package/resources/external-connections/log-messages.js +1 -1
- package/resources/external-connections/log-messages.js.map +1 -1
- package/resources/external-connections/log-messages.mjs +1 -1
- package/resources/external-connections/log-messages.mjs.map +1 -1
- package/resources/external-connections/releases.d.mts +18 -41
- package/resources/external-connections/releases.d.mts.map +1 -1
- package/resources/external-connections/releases.d.ts +18 -41
- package/resources/external-connections/releases.d.ts.map +1 -1
- package/resources/external-connections/releases.js +1 -1
- package/resources/external-connections/releases.js.map +1 -1
- package/resources/external-connections/releases.mjs +1 -1
- package/resources/external-connections/releases.mjs.map +1 -1
- package/resources/faxes/faxes.d.mts +9 -3
- package/resources/faxes/faxes.d.mts.map +1 -1
- package/resources/faxes/faxes.d.ts +9 -3
- package/resources/faxes/faxes.d.ts.map +1 -1
- package/resources/faxes/faxes.js.map +1 -1
- package/resources/faxes/faxes.mjs.map +1 -1
- package/resources/faxes/index.d.mts +1 -1
- package/resources/faxes/index.d.mts.map +1 -1
- package/resources/faxes/index.d.ts +1 -1
- package/resources/faxes/index.d.ts.map +1 -1
- package/resources/faxes/index.js.map +1 -1
- package/resources/faxes/index.mjs.map +1 -1
- package/resources/fqdn-connections.d.mts +3 -3
- package/resources/fqdn-connections.d.mts.map +1 -1
- package/resources/fqdn-connections.d.ts +3 -3
- package/resources/fqdn-connections.d.ts.map +1 -1
- package/resources/global-ip-health-checks.d.mts +12 -66
- package/resources/global-ip-health-checks.d.mts.map +1 -1
- package/resources/global-ip-health-checks.d.ts +12 -66
- package/resources/global-ip-health-checks.d.ts.map +1 -1
- package/resources/global-ip-health-checks.js +5 -2
- package/resources/global-ip-health-checks.js.map +1 -1
- package/resources/global-ip-health-checks.mjs +5 -2
- package/resources/global-ip-health-checks.mjs.map +1 -1
- package/resources/global-ips.d.mts +12 -78
- package/resources/global-ips.d.mts.map +1 -1
- package/resources/global-ips.d.ts +12 -78
- package/resources/global-ips.d.ts.map +1 -1
- package/resources/global-ips.js +2 -5
- package/resources/global-ips.js.map +1 -1
- package/resources/global-ips.mjs +2 -5
- package/resources/global-ips.mjs.map +1 -1
- package/resources/index.d.mts +41 -38
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +41 -38
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +10 -4
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +4 -1
- package/resources/index.mjs.map +1 -1
- package/resources/infringement-claims.d.mts +162 -0
- package/resources/infringement-claims.d.mts.map +1 -0
- package/resources/infringement-claims.d.ts +162 -0
- package/resources/infringement-claims.d.ts.map +1 -0
- package/resources/infringement-claims.js +68 -0
- package/resources/infringement-claims.js.map +1 -0
- package/resources/infringement-claims.mjs +64 -0
- package/resources/infringement-claims.mjs.map +1 -0
- package/resources/ip-connections.d.mts +3 -3
- package/resources/ip-connections.d.mts.map +1 -1
- package/resources/ip-connections.d.ts +3 -3
- package/resources/ip-connections.d.ts.map +1 -1
- package/resources/legacy/reporting/usage-reports/usage-reports.d.mts +6 -0
- package/resources/legacy/reporting/usage-reports/usage-reports.d.mts.map +1 -1
- package/resources/legacy/reporting/usage-reports/usage-reports.d.ts +6 -0
- package/resources/legacy/reporting/usage-reports/usage-reports.d.ts.map +1 -1
- package/resources/legacy/reporting/usage-reports/usage-reports.js.map +1 -1
- package/resources/legacy/reporting/usage-reports/usage-reports.mjs.map +1 -1
- package/resources/messages/index.d.mts +1 -1
- package/resources/messages/index.d.mts.map +1 -1
- package/resources/messages/index.d.ts +1 -1
- package/resources/messages/index.d.ts.map +1 -1
- package/resources/messages/index.js.map +1 -1
- package/resources/messages/index.mjs.map +1 -1
- package/resources/messages/messages.d.mts +3 -24
- package/resources/messages/messages.d.mts.map +1 -1
- package/resources/messages/messages.d.ts +3 -24
- package/resources/messages/messages.d.ts.map +1 -1
- package/resources/messages/messages.js.map +1 -1
- package/resources/messages/messages.mjs.map +1 -1
- package/resources/messaging-10dlc/brand/brand.d.mts +58 -84
- package/resources/messaging-10dlc/brand/brand.d.mts.map +1 -1
- package/resources/messaging-10dlc/brand/brand.d.ts +58 -84
- package/resources/messaging-10dlc/brand/brand.d.ts.map +1 -1
- package/resources/messaging-10dlc/brand/brand.js +4 -4
- package/resources/messaging-10dlc/brand/brand.js.map +1 -1
- package/resources/messaging-10dlc/brand/brand.mjs +5 -5
- package/resources/messaging-10dlc/brand/brand.mjs.map +1 -1
- package/resources/messaging-10dlc/brand/external-vetting.d.mts +9 -79
- package/resources/messaging-10dlc/brand/external-vetting.d.mts.map +1 -1
- package/resources/messaging-10dlc/brand/external-vetting.d.ts +9 -79
- package/resources/messaging-10dlc/brand/external-vetting.d.ts.map +1 -1
- package/resources/messaging-10dlc/brand/external-vetting.js +5 -5
- package/resources/messaging-10dlc/brand/external-vetting.js.map +1 -1
- package/resources/messaging-10dlc/brand/external-vetting.mjs +3 -3
- package/resources/messaging-10dlc/brand/external-vetting.mjs.map +1 -1
- package/resources/messaging-10dlc/brand/index.d.mts +2 -2
- package/resources/messaging-10dlc/brand/index.d.mts.map +1 -1
- package/resources/messaging-10dlc/brand/index.d.ts +2 -2
- package/resources/messaging-10dlc/brand/index.d.ts.map +1 -1
- package/resources/messaging-10dlc/brand/index.js +2 -2
- package/resources/messaging-10dlc/brand/index.js.map +1 -1
- package/resources/messaging-10dlc/brand/index.mjs +1 -1
- package/resources/messaging-10dlc/brand/index.mjs.map +1 -1
- package/resources/messaging-10dlc/campaign/campaign.d.mts +3 -0
- package/resources/messaging-10dlc/campaign/campaign.d.mts.map +1 -1
- package/resources/messaging-10dlc/campaign/campaign.d.ts +3 -0
- package/resources/messaging-10dlc/campaign/campaign.d.ts.map +1 -1
- package/resources/messaging-10dlc/campaign/campaign.js.map +1 -1
- package/resources/messaging-10dlc/campaign/campaign.mjs.map +1 -1
- package/resources/messaging-10dlc/campaign/usecase.d.mts +3 -0
- package/resources/messaging-10dlc/campaign/usecase.d.mts.map +1 -1
- package/resources/messaging-10dlc/campaign/usecase.d.ts +3 -0
- package/resources/messaging-10dlc/campaign/usecase.d.ts.map +1 -1
- package/resources/messaging-10dlc/campaign-builder/brand.d.mts +3 -0
- package/resources/messaging-10dlc/campaign-builder/brand.d.mts.map +1 -1
- package/resources/messaging-10dlc/campaign-builder/brand.d.ts +3 -0
- package/resources/messaging-10dlc/campaign-builder/brand.d.ts.map +1 -1
- package/resources/messaging-10dlc/index.d.mts +1 -1
- package/resources/messaging-10dlc/index.d.mts.map +1 -1
- package/resources/messaging-10dlc/index.d.ts +1 -1
- package/resources/messaging-10dlc/index.d.ts.map +1 -1
- package/resources/messaging-10dlc/index.js.map +1 -1
- package/resources/messaging-10dlc/index.mjs.map +1 -1
- package/resources/messaging-10dlc/messaging-10dlc.d.mts +2 -2
- package/resources/messaging-10dlc/messaging-10dlc.d.mts.map +1 -1
- package/resources/messaging-10dlc/messaging-10dlc.d.ts +2 -2
- package/resources/messaging-10dlc/messaging-10dlc.d.ts.map +1 -1
- package/resources/messaging-10dlc/messaging-10dlc.js.map +1 -1
- package/resources/messaging-10dlc/messaging-10dlc.mjs.map +1 -1
- package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.mts +12 -0
- package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.mts.map +1 -1
- package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.ts +12 -0
- package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.ts.map +1 -1
- package/resources/messaging-hosted-numbers.d.mts +23 -1
- package/resources/messaging-hosted-numbers.d.mts.map +1 -1
- package/resources/messaging-hosted-numbers.d.ts +23 -1
- package/resources/messaging-hosted-numbers.d.ts.map +1 -1
- package/resources/messaging-profile-metrics.d.mts +6 -2
- package/resources/messaging-profile-metrics.d.mts.map +1 -1
- package/resources/messaging-profile-metrics.d.ts +6 -2
- package/resources/messaging-profile-metrics.d.ts.map +1 -1
- package/resources/messaging-profiles/autoresp-configs.d.mts +10 -1
- package/resources/messaging-profiles/autoresp-configs.d.mts.map +1 -1
- package/resources/messaging-profiles/autoresp-configs.d.ts +10 -1
- package/resources/messaging-profiles/autoresp-configs.d.ts.map +1 -1
- package/resources/messaging-profiles/messaging-profiles.d.mts +6 -1
- package/resources/messaging-profiles/messaging-profiles.d.mts.map +1 -1
- package/resources/messaging-profiles/messaging-profiles.d.ts +6 -1
- package/resources/messaging-profiles/messaging-profiles.d.ts.map +1 -1
- package/resources/messaging-profiles/messaging-profiles.js.map +1 -1
- package/resources/messaging-profiles/messaging-profiles.mjs.map +1 -1
- package/resources/messaging-tollfree/verification/requests.d.mts +14 -3
- package/resources/messaging-tollfree/verification/requests.d.mts.map +1 -1
- package/resources/messaging-tollfree/verification/requests.d.ts +14 -3
- package/resources/messaging-tollfree/verification/requests.d.ts.map +1 -1
- package/resources/mobile-phone-numbers/index.d.mts +1 -1
- package/resources/mobile-phone-numbers/index.d.mts.map +1 -1
- package/resources/mobile-phone-numbers/index.d.ts +1 -1
- package/resources/mobile-phone-numbers/index.d.ts.map +1 -1
- package/resources/mobile-phone-numbers/messaging.d.mts +9 -72
- package/resources/mobile-phone-numbers/messaging.d.mts.map +1 -1
- package/resources/mobile-phone-numbers/messaging.d.ts +9 -72
- package/resources/mobile-phone-numbers/messaging.d.ts.map +1 -1
- package/resources/mobile-phone-numbers/messaging.js.map +1 -1
- package/resources/mobile-phone-numbers/messaging.mjs.map +1 -1
- package/resources/mobile-phone-numbers/mobile-phone-numbers.d.mts +2 -2
- package/resources/mobile-phone-numbers/mobile-phone-numbers.d.mts.map +1 -1
- package/resources/mobile-phone-numbers/mobile-phone-numbers.d.ts +2 -2
- package/resources/mobile-phone-numbers/mobile-phone-numbers.d.ts.map +1 -1
- package/resources/networks/default-gateway.d.mts +20 -54
- package/resources/networks/default-gateway.d.mts.map +1 -1
- package/resources/networks/default-gateway.d.ts +20 -54
- package/resources/networks/default-gateway.d.ts.map +1 -1
- package/resources/networks/default-gateway.js +3 -3
- package/resources/networks/default-gateway.js.map +1 -1
- package/resources/networks/default-gateway.mjs +1 -1
- package/resources/networks/default-gateway.mjs.map +1 -1
- package/resources/networks/index.d.mts +2 -2
- package/resources/networks/index.d.mts.map +1 -1
- package/resources/networks/index.d.ts +2 -2
- package/resources/networks/index.d.ts.map +1 -1
- package/resources/networks/index.js +2 -2
- package/resources/networks/index.js.map +1 -1
- package/resources/networks/index.mjs +1 -1
- package/resources/networks/index.mjs.map +1 -1
- package/resources/networks/networks.d.mts +21 -63
- package/resources/networks/networks.d.mts.map +1 -1
- package/resources/networks/networks.d.ts +21 -63
- package/resources/networks/networks.d.ts.map +1 -1
- package/resources/networks/networks.js +12 -13
- package/resources/networks/networks.js.map +1 -1
- package/resources/networks/networks.mjs +13 -14
- package/resources/networks/networks.mjs.map +1 -1
- package/resources/porting/events.d.mts +6 -6
- package/resources/porting/events.d.mts.map +1 -1
- package/resources/porting/events.d.ts +6 -6
- package/resources/porting/events.d.ts.map +1 -1
- package/resources/porting/events.js +1 -1
- package/resources/porting/events.js.map +1 -1
- package/resources/porting/events.mjs +1 -1
- package/resources/porting/events.mjs.map +1 -1
- package/resources/porting/index.d.mts +1 -1
- package/resources/porting/index.d.mts.map +1 -1
- package/resources/porting/index.d.ts +1 -1
- package/resources/porting/index.d.ts.map +1 -1
- package/resources/porting/porting.d.mts +2 -2
- package/resources/porting/porting.d.mts.map +1 -1
- package/resources/porting/porting.d.ts +2 -2
- package/resources/porting/porting.d.ts.map +1 -1
- package/resources/porting/porting.mjs.map +1 -1
- package/resources/porting-orders/action-requirements.d.mts +6 -50
- package/resources/porting-orders/action-requirements.d.mts.map +1 -1
- package/resources/porting-orders/action-requirements.d.ts +6 -50
- package/resources/porting-orders/action-requirements.d.ts.map +1 -1
- package/resources/porting-orders/action-requirements.js +1 -1
- package/resources/porting-orders/action-requirements.js.map +1 -1
- package/resources/porting-orders/action-requirements.mjs +1 -1
- package/resources/porting-orders/action-requirements.mjs.map +1 -1
- package/resources/porting-orders/additional-documents.d.mts +8 -48
- package/resources/porting-orders/additional-documents.d.mts.map +1 -1
- package/resources/porting-orders/additional-documents.d.ts +8 -48
- package/resources/porting-orders/additional-documents.d.ts.map +1 -1
- package/resources/porting-orders/additional-documents.js +1 -1
- package/resources/porting-orders/additional-documents.js.map +1 -1
- package/resources/porting-orders/additional-documents.mjs +1 -1
- package/resources/porting-orders/additional-documents.mjs.map +1 -1
- package/resources/porting-orders/comments.d.mts +8 -30
- package/resources/porting-orders/comments.d.mts.map +1 -1
- package/resources/porting-orders/comments.d.ts +8 -30
- package/resources/porting-orders/comments.d.ts.map +1 -1
- package/resources/porting-orders/comments.js +1 -1
- package/resources/porting-orders/comments.js.map +1 -1
- package/resources/porting-orders/comments.mjs +1 -1
- package/resources/porting-orders/comments.mjs.map +1 -1
- package/resources/porting-orders/index.d.mts +5 -5
- package/resources/porting-orders/index.d.mts.map +1 -1
- package/resources/porting-orders/index.d.ts +5 -5
- package/resources/porting-orders/index.d.ts.map +1 -1
- package/resources/porting-orders/phone-number-blocks.d.mts +2 -1
- package/resources/porting-orders/phone-number-blocks.d.mts.map +1 -1
- package/resources/porting-orders/phone-number-blocks.d.ts +2 -1
- package/resources/porting-orders/phone-number-blocks.d.ts.map +1 -1
- package/resources/porting-orders/phone-number-blocks.js.map +1 -1
- package/resources/porting-orders/phone-number-blocks.mjs.map +1 -1
- package/resources/porting-orders/phone-number-configurations.d.mts +8 -36
- package/resources/porting-orders/phone-number-configurations.d.mts.map +1 -1
- package/resources/porting-orders/phone-number-configurations.d.ts +8 -36
- package/resources/porting-orders/phone-number-configurations.d.ts.map +1 -1
- package/resources/porting-orders/phone-number-configurations.js +1 -1
- package/resources/porting-orders/phone-number-configurations.js.map +1 -1
- package/resources/porting-orders/phone-number-configurations.mjs +1 -1
- package/resources/porting-orders/phone-number-configurations.mjs.map +1 -1
- package/resources/porting-orders/porting-orders.d.mts +13 -53
- package/resources/porting-orders/porting-orders.d.mts.map +1 -1
- package/resources/porting-orders/porting-orders.d.ts +13 -53
- package/resources/porting-orders/porting-orders.d.ts.map +1 -1
- package/resources/porting-orders/porting-orders.js.map +1 -1
- package/resources/porting-orders/porting-orders.mjs.map +1 -1
- package/resources/porting-orders/verification-codes.d.mts +6 -38
- package/resources/porting-orders/verification-codes.d.mts.map +1 -1
- package/resources/porting-orders/verification-codes.d.ts +6 -38
- package/resources/porting-orders/verification-codes.d.ts.map +1 -1
- package/resources/porting-orders/verification-codes.js +1 -1
- package/resources/porting-orders/verification-codes.js.map +1 -1
- package/resources/porting-orders/verification-codes.mjs +1 -1
- package/resources/porting-orders/verification-codes.mjs.map +1 -1
- package/resources/porting-phone-numbers.d.mts +9 -5
- package/resources/porting-phone-numbers.d.mts.map +1 -1
- package/resources/porting-phone-numbers.d.ts +9 -5
- package/resources/porting-phone-numbers.d.ts.map +1 -1
- package/resources/porting-phone-numbers.js +4 -1
- package/resources/porting-phone-numbers.js.map +1 -1
- package/resources/porting-phone-numbers.mjs +4 -1
- package/resources/porting-phone-numbers.mjs.map +1 -1
- package/resources/portouts/events.d.mts +6 -6
- package/resources/portouts/events.d.mts.map +1 -1
- package/resources/portouts/events.d.ts +6 -6
- package/resources/portouts/events.d.ts.map +1 -1
- package/resources/portouts/events.js +1 -1
- package/resources/portouts/events.js.map +1 -1
- package/resources/portouts/events.mjs +1 -1
- package/resources/portouts/events.mjs.map +1 -1
- package/resources/portouts/index.d.mts +1 -1
- package/resources/portouts/index.d.mts.map +1 -1
- package/resources/portouts/index.d.ts +1 -1
- package/resources/portouts/index.d.ts.map +1 -1
- package/resources/portouts/portouts.d.mts +2 -2
- package/resources/portouts/portouts.d.mts.map +1 -1
- package/resources/portouts/portouts.d.ts +2 -2
- package/resources/portouts/portouts.d.ts.map +1 -1
- package/resources/portouts/portouts.mjs.map +1 -1
- package/resources/pronunciation-dicts.d.mts +17 -29
- package/resources/pronunciation-dicts.d.mts.map +1 -1
- package/resources/pronunciation-dicts.d.ts +17 -29
- package/resources/pronunciation-dicts.d.ts.map +1 -1
- package/resources/pronunciation-dicts.js +3 -3
- package/resources/pronunciation-dicts.mjs +3 -3
- package/resources/public-internet-gateways.d.mts +19 -44
- package/resources/public-internet-gateways.d.mts.map +1 -1
- package/resources/public-internet-gateways.d.ts +19 -44
- package/resources/public-internet-gateways.d.ts.map +1 -1
- package/resources/public-internet-gateways.js +3 -32
- package/resources/public-internet-gateways.js.map +1 -1
- package/resources/public-internet-gateways.mjs +3 -32
- package/resources/public-internet-gateways.mjs.map +1 -1
- package/resources/queues/calls.d.mts +8 -59
- package/resources/queues/calls.d.mts.map +1 -1
- package/resources/queues/calls.d.ts +8 -59
- package/resources/queues/calls.d.ts.map +1 -1
- package/resources/queues/calls.js +5 -2
- package/resources/queues/calls.js.map +1 -1
- package/resources/queues/calls.mjs +5 -2
- package/resources/queues/calls.mjs.map +1 -1
- package/resources/queues/index.d.mts +1 -1
- package/resources/queues/index.d.mts.map +1 -1
- package/resources/queues/index.d.ts +1 -1
- package/resources/queues/index.d.ts.map +1 -1
- package/resources/queues/queues.d.mts +2 -2
- package/resources/queues/queues.d.mts.map +1 -1
- package/resources/queues/queues.d.ts +2 -2
- package/resources/queues/queues.d.ts.map +1 -1
- package/resources/queues/queues.mjs.map +1 -1
- package/resources/recordings/index.d.mts +1 -1
- package/resources/recordings/index.d.mts.map +1 -1
- package/resources/recordings/index.d.ts +1 -1
- package/resources/recordings/index.d.ts.map +1 -1
- package/resources/recordings/index.js.map +1 -1
- package/resources/recordings/index.mjs.map +1 -1
- package/resources/recordings/recordings.d.mts +8 -11
- package/resources/recordings/recordings.d.mts.map +1 -1
- package/resources/recordings/recordings.d.ts +8 -11
- package/resources/recordings/recordings.d.ts.map +1 -1
- package/resources/recordings/recordings.js +2 -2
- package/resources/recordings/recordings.js.map +1 -1
- package/resources/recordings/recordings.mjs +2 -2
- package/resources/recordings/recordings.mjs.map +1 -1
- package/resources/reports/cdr-usage-reports.d.mts +15 -0
- package/resources/reports/cdr-usage-reports.d.mts.map +1 -1
- package/resources/reports/cdr-usage-reports.d.ts +15 -0
- package/resources/reports/cdr-usage-reports.d.ts.map +1 -1
- package/resources/reports/mdr-usage-reports.d.mts +12 -0
- package/resources/reports/mdr-usage-reports.d.mts.map +1 -1
- package/resources/reports/mdr-usage-reports.d.ts +12 -0
- package/resources/reports/mdr-usage-reports.d.ts.map +1 -1
- package/resources/reports/reports.d.mts +16 -17
- package/resources/reports/reports.d.mts.map +1 -1
- package/resources/reports/reports.d.ts +16 -17
- package/resources/reports/reports.d.ts.map +1 -1
- package/resources/reports/reports.js.map +1 -1
- package/resources/reports/reports.mjs.map +1 -1
- package/resources/reputation/index.d.mts +1 -1
- package/resources/reputation/index.d.mts.map +1 -1
- package/resources/reputation/index.d.ts +1 -1
- package/resources/reputation/index.d.ts.map +1 -1
- package/resources/reputation/index.js.map +1 -1
- package/resources/reputation/index.mjs +1 -1
- package/resources/reputation/index.mjs.map +1 -1
- package/resources/reputation/numbers.d.mts +26 -25
- package/resources/reputation/numbers.d.mts.map +1 -1
- package/resources/reputation/numbers.d.ts +26 -25
- package/resources/reputation/numbers.d.ts.map +1 -1
- package/resources/reputation/numbers.js +8 -12
- package/resources/reputation/numbers.js.map +1 -1
- package/resources/reputation/numbers.mjs +8 -12
- package/resources/reputation/numbers.mjs.map +1 -1
- package/resources/reputation/reputation.d.mts +2 -2
- package/resources/reputation/reputation.d.mts.map +1 -1
- package/resources/reputation/reputation.d.ts +2 -2
- package/resources/reputation/reputation.d.ts.map +1 -1
- package/resources/reputation/reputation.js.map +1 -1
- package/resources/reputation/reputation.mjs.map +1 -1
- package/resources/requirements.d.mts +8 -50
- package/resources/requirements.d.mts.map +1 -1
- package/resources/requirements.d.ts +8 -50
- package/resources/requirements.d.ts.map +1 -1
- package/resources/requirements.js +1 -1
- package/resources/requirements.js.map +1 -1
- package/resources/requirements.mjs +1 -1
- package/resources/requirements.mjs.map +1 -1
- package/resources/room-recordings.d.mts +7 -72
- package/resources/room-recordings.d.mts.map +1 -1
- package/resources/room-recordings.d.ts +7 -72
- package/resources/room-recordings.d.ts.map +1 -1
- package/resources/room-recordings.js.map +1 -1
- package/resources/room-recordings.mjs.map +1 -1
- package/resources/shared.d.mts +33 -65
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +33 -65
- package/resources/shared.d.ts.map +1 -1
- package/resources/sip-registration-status.d.mts +37 -9
- package/resources/sip-registration-status.d.mts.map +1 -1
- package/resources/sip-registration-status.d.ts +37 -9
- package/resources/sip-registration-status.d.ts.map +1 -1
- package/resources/siprec-connectors.d.mts +10 -74
- package/resources/siprec-connectors.d.mts.map +1 -1
- package/resources/siprec-connectors.d.ts +10 -74
- package/resources/siprec-connectors.d.ts.map +1 -1
- package/resources/siprec-connectors.js +3 -3
- package/resources/siprec-connectors.js.map +1 -1
- package/resources/siprec-connectors.mjs +3 -3
- package/resources/siprec-connectors.mjs.map +1 -1
- package/resources/speech-to-text/index.d.mts +1 -1
- package/resources/speech-to-text/index.d.mts.map +1 -1
- package/resources/speech-to-text/index.d.ts +1 -1
- package/resources/speech-to-text/index.d.ts.map +1 -1
- package/resources/speech-to-text/index.js.map +1 -1
- package/resources/speech-to-text/index.mjs.map +1 -1
- package/resources/speech-to-text/speech-to-text.d.mts +112 -18
- package/resources/speech-to-text/speech-to-text.d.mts.map +1 -1
- package/resources/speech-to-text/speech-to-text.d.ts +112 -18
- package/resources/speech-to-text/speech-to-text.d.ts.map +1 -1
- package/resources/speech-to-text/speech-to-text.js +34 -7
- package/resources/speech-to-text/speech-to-text.js.map +1 -1
- package/resources/speech-to-text/speech-to-text.mjs +34 -7
- package/resources/speech-to-text/speech-to-text.mjs.map +1 -1
- package/resources/terms-of-service/agreements.d.mts +71 -0
- package/resources/terms-of-service/agreements.d.mts.map +1 -0
- package/resources/terms-of-service/agreements.d.ts +71 -0
- package/resources/terms-of-service/agreements.d.ts.map +1 -0
- package/resources/terms-of-service/agreements.js +39 -0
- package/resources/terms-of-service/agreements.js.map +1 -0
- package/resources/terms-of-service/agreements.mjs +35 -0
- package/resources/terms-of-service/agreements.mjs.map +1 -0
- package/resources/terms-of-service/branded-calling.d.mts +20 -0
- package/resources/terms-of-service/branded-calling.d.mts.map +1 -0
- package/resources/terms-of-service/branded-calling.d.ts +20 -0
- package/resources/terms-of-service/branded-calling.d.ts.map +1 -0
- package/resources/terms-of-service/branded-calling.js +24 -0
- package/resources/terms-of-service/branded-calling.js.map +1 -0
- package/resources/terms-of-service/branded-calling.mjs +20 -0
- package/resources/terms-of-service/branded-calling.mjs.map +1 -0
- package/resources/terms-of-service/index.d.mts +3 -1
- package/resources/terms-of-service/index.d.mts.map +1 -1
- package/resources/terms-of-service/index.d.ts +3 -1
- package/resources/terms-of-service/index.d.ts.map +1 -1
- package/resources/terms-of-service/index.js +5 -1
- package/resources/terms-of-service/index.js.map +1 -1
- package/resources/terms-of-service/index.mjs +3 -1
- package/resources/terms-of-service/index.mjs.map +1 -1
- package/resources/terms-of-service/number-reputation.d.mts +6 -6
- package/resources/terms-of-service/number-reputation.d.mts.map +1 -1
- package/resources/terms-of-service/number-reputation.d.ts +6 -6
- package/resources/terms-of-service/number-reputation.d.ts.map +1 -1
- package/resources/terms-of-service/number-reputation.js +5 -10
- package/resources/terms-of-service/number-reputation.js.map +1 -1
- package/resources/terms-of-service/number-reputation.mjs +5 -10
- package/resources/terms-of-service/number-reputation.mjs.map +1 -1
- package/resources/terms-of-service/terms-of-service.d.mts +94 -0
- package/resources/terms-of-service/terms-of-service.d.mts.map +1 -1
- package/resources/terms-of-service/terms-of-service.d.ts +94 -0
- package/resources/terms-of-service/terms-of-service.d.ts.map +1 -1
- package/resources/terms-of-service/terms-of-service.js +30 -0
- package/resources/terms-of-service/terms-of-service.js.map +1 -1
- package/resources/terms-of-service/terms-of-service.mjs +30 -0
- package/resources/terms-of-service/terms-of-service.mjs.map +1 -1
- package/resources/texml/accounts/accounts.d.mts +14 -84
- package/resources/texml/accounts/accounts.d.mts.map +1 -1
- package/resources/texml/accounts/accounts.d.ts +14 -84
- package/resources/texml/accounts/accounts.d.ts.map +1 -1
- package/resources/texml/accounts/accounts.js +1 -1
- package/resources/texml/accounts/accounts.js.map +1 -1
- package/resources/texml/accounts/accounts.mjs +1 -1
- package/resources/texml/accounts/accounts.mjs.map +1 -1
- package/resources/texml/accounts/calls/calls.d.mts +511 -233
- package/resources/texml/accounts/calls/calls.d.mts.map +1 -1
- package/resources/texml/accounts/calls/calls.d.ts +511 -233
- package/resources/texml/accounts/calls/calls.d.ts.map +1 -1
- package/resources/texml/accounts/calls/calls.js +15 -18
- package/resources/texml/accounts/calls/calls.js.map +1 -1
- package/resources/texml/accounts/calls/calls.mjs +15 -18
- package/resources/texml/accounts/calls/calls.mjs.map +1 -1
- package/resources/texml/accounts/calls/index.d.mts +3 -3
- package/resources/texml/accounts/calls/index.d.mts.map +1 -1
- package/resources/texml/accounts/calls/index.d.ts +3 -3
- package/resources/texml/accounts/calls/index.d.ts.map +1 -1
- package/resources/texml/accounts/calls/index.js.map +1 -1
- package/resources/texml/accounts/calls/index.mjs +1 -1
- package/resources/texml/accounts/calls/index.mjs.map +1 -1
- package/resources/texml/accounts/calls/recordings-json.d.mts +14 -9
- package/resources/texml/accounts/calls/recordings-json.d.mts.map +1 -1
- package/resources/texml/accounts/calls/recordings-json.d.ts +14 -9
- package/resources/texml/accounts/calls/recordings-json.d.ts.map +1 -1
- package/resources/texml/accounts/calls/recordings-json.js +2 -2
- package/resources/texml/accounts/calls/recordings-json.mjs +2 -2
- package/resources/texml/accounts/calls/recordings.d.mts +4 -41
- package/resources/texml/accounts/calls/recordings.d.mts.map +1 -1
- package/resources/texml/accounts/calls/recordings.d.ts +4 -41
- package/resources/texml/accounts/calls/recordings.d.ts.map +1 -1
- package/resources/texml/accounts/calls/recordings.js +1 -1
- package/resources/texml/accounts/calls/recordings.js.map +1 -1
- package/resources/texml/accounts/calls/recordings.mjs +1 -1
- package/resources/texml/accounts/calls/recordings.mjs.map +1 -1
- package/resources/texml/accounts/conferences/conferences.d.mts +12 -155
- package/resources/texml/accounts/conferences/conferences.d.mts.map +1 -1
- package/resources/texml/accounts/conferences/conferences.d.ts +12 -155
- package/resources/texml/accounts/conferences/conferences.d.ts.map +1 -1
- package/resources/texml/accounts/conferences/conferences.js +3 -3
- package/resources/texml/accounts/conferences/conferences.js.map +1 -1
- package/resources/texml/accounts/conferences/conferences.mjs +3 -3
- package/resources/texml/accounts/conferences/conferences.mjs.map +1 -1
- package/resources/texml/accounts/conferences/index.d.mts +2 -2
- package/resources/texml/accounts/conferences/index.d.mts.map +1 -1
- package/resources/texml/accounts/conferences/index.d.ts +2 -2
- package/resources/texml/accounts/conferences/index.d.ts.map +1 -1
- package/resources/texml/accounts/conferences/index.js.map +1 -1
- package/resources/texml/accounts/conferences/index.mjs.map +1 -1
- package/resources/texml/accounts/conferences/participants.d.mts +7 -133
- package/resources/texml/accounts/conferences/participants.d.mts.map +1 -1
- package/resources/texml/accounts/conferences/participants.d.ts +7 -133
- package/resources/texml/accounts/conferences/participants.d.ts.map +1 -1
- package/resources/texml/accounts/conferences/participants.js +2 -2
- package/resources/texml/accounts/conferences/participants.mjs +2 -2
- package/resources/texml/accounts/index.d.mts +4 -4
- package/resources/texml/accounts/index.d.mts.map +1 -1
- package/resources/texml/accounts/index.d.ts +4 -4
- package/resources/texml/accounts/index.d.ts.map +1 -1
- package/resources/texml/accounts/index.js.map +1 -1
- package/resources/texml/accounts/index.mjs.map +1 -1
- package/resources/texml/accounts/queues.d.mts +18 -139
- package/resources/texml/accounts/queues.d.mts.map +1 -1
- package/resources/texml/accounts/queues.d.ts +18 -139
- package/resources/texml/accounts/queues.d.ts.map +1 -1
- package/resources/texml/accounts/queues.js +11 -12
- package/resources/texml/accounts/queues.js.map +1 -1
- package/resources/texml/accounts/queues.mjs +11 -12
- package/resources/texml/accounts/queues.mjs.map +1 -1
- package/resources/texml/accounts/transcriptions/index.d.mts +1 -1
- package/resources/texml/accounts/transcriptions/index.d.mts.map +1 -1
- package/resources/texml/accounts/transcriptions/index.d.ts +1 -1
- package/resources/texml/accounts/transcriptions/index.d.ts.map +1 -1
- package/resources/texml/accounts/transcriptions/json.d.mts +4 -4
- package/resources/texml/accounts/transcriptions/json.d.mts.map +1 -1
- package/resources/texml/accounts/transcriptions/json.d.ts +4 -4
- package/resources/texml/accounts/transcriptions/json.d.ts.map +1 -1
- package/resources/texml/accounts/transcriptions/json.js +1 -1
- package/resources/texml/accounts/transcriptions/json.mjs +1 -1
- package/resources/texml/accounts/transcriptions/transcriptions.d.mts +2 -2
- package/resources/texml/accounts/transcriptions/transcriptions.d.mts.map +1 -1
- package/resources/texml/accounts/transcriptions/transcriptions.d.ts +2 -2
- package/resources/texml/accounts/transcriptions/transcriptions.d.ts.map +1 -1
- package/resources/texml/index.d.mts +1 -1
- package/resources/texml/index.d.mts.map +1 -1
- package/resources/texml/index.d.ts +1 -1
- package/resources/texml/index.d.ts.map +1 -1
- package/resources/texml/index.js.map +1 -1
- package/resources/texml/index.mjs.map +1 -1
- package/resources/texml/texml.d.mts +2 -2
- package/resources/texml/texml.d.mts.map +1 -1
- package/resources/texml/texml.d.ts +2 -2
- package/resources/texml/texml.d.ts.map +1 -1
- package/resources/texml/texml.js.map +1 -1
- package/resources/texml/texml.mjs.map +1 -1
- package/resources/text-to-speech/index.d.mts +2 -2
- package/resources/text-to-speech/index.d.mts.map +1 -1
- package/resources/text-to-speech/index.d.ts +2 -2
- package/resources/text-to-speech/index.d.ts.map +1 -1
- package/resources/text-to-speech/index.js +1 -3
- package/resources/text-to-speech/index.js.map +1 -1
- package/resources/text-to-speech/index.mjs +0 -1
- package/resources/text-to-speech/index.mjs.map +1 -1
- package/resources/text-to-speech/internal-base.d.mts +70 -1
- package/resources/text-to-speech/internal-base.d.mts.map +1 -1
- package/resources/text-to-speech/internal-base.d.ts +70 -1
- package/resources/text-to-speech/internal-base.d.ts.map +1 -1
- package/resources/text-to-speech/internal-base.js +44 -5
- package/resources/text-to-speech/internal-base.js.map +1 -1
- package/resources/text-to-speech/internal-base.mjs +40 -1
- package/resources/text-to-speech/internal-base.mjs.map +1 -1
- package/resources/text-to-speech/text-to-speech.d.mts +34 -80
- package/resources/text-to-speech/text-to-speech.d.mts.map +1 -1
- package/resources/text-to-speech/text-to-speech.d.ts +34 -80
- package/resources/text-to-speech/text-to-speech.d.ts.map +1 -1
- package/resources/text-to-speech/text-to-speech.js +12 -25
- package/resources/text-to-speech/text-to-speech.js.map +1 -1
- package/resources/text-to-speech/text-to-speech.mjs +12 -25
- package/resources/text-to-speech/text-to-speech.mjs.map +1 -1
- package/resources/text-to-speech/ws-base.d.mts +105 -1
- package/resources/text-to-speech/ws-base.d.mts.map +1 -1
- package/resources/text-to-speech/ws-base.d.ts +105 -1
- package/resources/text-to-speech/ws-base.d.ts.map +1 -1
- package/resources/text-to-speech/ws-base.js +471 -2
- package/resources/text-to-speech/ws-base.js.map +1 -1
- package/resources/text-to-speech/ws-base.mjs +470 -1
- package/resources/text-to-speech/ws-base.mjs.map +1 -1
- package/resources/text-to-speech/ws.d.mts +12 -2
- package/resources/text-to-speech/ws.d.mts.map +1 -1
- package/resources/text-to-speech/ws.d.ts +12 -2
- package/resources/text-to-speech/ws.d.ts.map +1 -1
- package/resources/text-to-speech/ws.js +26 -2
- package/resources/text-to-speech/ws.js.map +1 -1
- package/resources/text-to-speech/ws.mjs +24 -1
- package/resources/text-to-speech/ws.mjs.map +1 -1
- package/resources/uac-connections/index.d.mts +1 -1
- package/resources/uac-connections/index.d.mts.map +1 -1
- package/resources/uac-connections/index.d.ts +1 -1
- package/resources/uac-connections/index.d.ts.map +1 -1
- package/resources/uac-connections/index.js.map +1 -1
- package/resources/uac-connections/index.mjs.map +1 -1
- package/resources/uac-connections/uac-connections.d.mts +72 -142
- package/resources/uac-connections/uac-connections.d.mts.map +1 -1
- package/resources/uac-connections/uac-connections.d.ts +72 -142
- package/resources/uac-connections/uac-connections.d.ts.map +1 -1
- package/resources/uac-connections/uac-connections.js.map +1 -1
- package/resources/uac-connections/uac-connections.mjs.map +1 -1
- package/resources/verifications/index.d.mts +1 -1
- package/resources/verifications/index.d.mts.map +1 -1
- package/resources/verifications/index.d.ts +1 -1
- package/resources/verifications/index.d.ts.map +1 -1
- package/resources/verifications/index.js.map +1 -1
- package/resources/verifications/index.mjs.map +1 -1
- package/resources/verifications/verifications.d.mts +22 -1
- package/resources/verifications/verifications.d.mts.map +1 -1
- package/resources/verifications/verifications.d.ts +22 -1
- package/resources/verifications/verifications.d.ts.map +1 -1
- package/resources/verifications/verifications.js.map +1 -1
- package/resources/verifications/verifications.mjs.map +1 -1
- package/resources/virtual-cross-connects.d.mts +143 -1
- package/resources/virtual-cross-connects.d.mts.map +1 -1
- package/resources/virtual-cross-connects.d.ts +143 -1
- package/resources/virtual-cross-connects.d.ts.map +1 -1
- package/resources/virtual-cross-connects.js.map +1 -1
- package/resources/virtual-cross-connects.mjs.map +1 -1
- package/resources/voice-clones.d.mts +34 -30
- package/resources/voice-clones.d.mts.map +1 -1
- package/resources/voice-clones.d.ts +34 -30
- package/resources/voice-clones.d.ts.map +1 -1
- package/resources/voice-clones.js +19 -18
- package/resources/voice-clones.js.map +1 -1
- package/resources/voice-clones.mjs +19 -18
- package/resources/voice-clones.mjs.map +1 -1
- package/resources/voice-designs.d.mts +16 -60
- package/resources/voice-designs.d.mts.map +1 -1
- package/resources/voice-designs.d.ts +16 -60
- package/resources/voice-designs.d.ts.map +1 -1
- package/resources/voice-designs.js +8 -8
- package/resources/voice-designs.js.map +1 -1
- package/resources/voice-designs.mjs +8 -8
- package/resources/voice-designs.mjs.map +1 -1
- package/resources/voice-sdk-call-reports.d.mts +35 -186
- package/resources/voice-sdk-call-reports.d.mts.map +1 -1
- package/resources/voice-sdk-call-reports.d.ts +35 -186
- package/resources/voice-sdk-call-reports.d.ts.map +1 -1
- package/resources/voice-sdk-call-reports.js +4 -1
- package/resources/voice-sdk-call-reports.js.map +1 -1
- package/resources/voice-sdk-call-reports.mjs +4 -1
- package/resources/voice-sdk-call-reports.mjs.map +1 -1
- package/resources/webhook-deliveries.d.mts +12 -79
- package/resources/webhook-deliveries.d.mts.map +1 -1
- package/resources/webhook-deliveries.d.ts +12 -79
- package/resources/webhook-deliveries.d.ts.map +1 -1
- package/resources/webhook-deliveries.js +4 -1
- package/resources/webhook-deliveries.js.map +1 -1
- package/resources/webhook-deliveries.mjs +4 -1
- package/resources/webhook-deliveries.mjs.map +1 -1
- package/resources/webhooks.d.mts +5 -3
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +5 -3
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js +11 -4
- package/resources/webhooks.js.map +1 -1
- package/resources/webhooks.mjs +11 -4
- package/resources/webhooks.mjs.map +1 -1
- package/resources/whatsapp/index.d.mts +1 -1
- package/resources/whatsapp/index.d.mts.map +1 -1
- package/resources/whatsapp/index.d.ts +1 -1
- package/resources/whatsapp/index.d.ts.map +1 -1
- package/resources/whatsapp/index.js.map +1 -1
- package/resources/whatsapp/index.mjs.map +1 -1
- package/resources/whatsapp/templates.d.mts +149 -151
- package/resources/whatsapp/templates.d.mts.map +1 -1
- package/resources/whatsapp/templates.d.ts +149 -151
- package/resources/whatsapp/templates.d.ts.map +1 -1
- package/resources/whatsapp/whatsapp.d.mts +2 -2
- package/resources/whatsapp/whatsapp.d.mts.map +1 -1
- package/resources/whatsapp/whatsapp.d.ts +2 -2
- package/resources/whatsapp/whatsapp.d.ts.map +1 -1
- package/resources/whatsapp/whatsapp.js.map +1 -1
- package/resources/whatsapp/whatsapp.mjs +1 -1
- package/resources/whatsapp/whatsapp.mjs.map +1 -1
- package/resources/whatsapp-message-templates.d.mts +2 -162
- package/resources/whatsapp-message-templates.d.mts.map +1 -1
- package/resources/whatsapp-message-templates.d.ts +2 -162
- package/resources/whatsapp-message-templates.d.ts.map +1 -1
- package/resources/whatsapp-message-templates.js.map +1 -1
- package/resources/whatsapp-message-templates.mjs.map +1 -1
- package/resources/wireguard-interfaces.d.mts +24 -50
- package/resources/wireguard-interfaces.d.mts.map +1 -1
- package/resources/wireguard-interfaces.d.ts +24 -50
- package/resources/wireguard-interfaces.d.ts.map +1 -1
- package/resources/wireguard-interfaces.js +3 -34
- package/resources/wireguard-interfaces.js.map +1 -1
- package/resources/wireguard-interfaces.mjs +3 -34
- package/resources/wireguard-interfaces.mjs.map +1 -1
- package/resources/wireguard-peers.d.mts +30 -109
- package/resources/wireguard-peers.d.mts.map +1 -1
- package/resources/wireguard-peers.d.ts +30 -109
- package/resources/wireguard-peers.d.ts.map +1 -1
- package/resources/wireguard-peers.js +5 -5
- package/resources/wireguard-peers.js.map +1 -1
- package/resources/wireguard-peers.mjs +5 -5
- package/resources/wireguard-peers.mjs.map +1 -1
- package/src/client.ts +219 -131
- package/src/index.ts +0 -1
- package/src/resources/advanced-orders.ts +9 -94
- package/src/resources/ai/ai.ts +342 -57
- package/src/resources/ai/assistants/assistants.ts +797 -17
- package/src/resources/ai/assistants/index.ts +13 -8
- package/src/resources/ai/assistants/instructions.ts +74 -0
- package/src/resources/ai/assistants/scheduled-events.ts +44 -0
- package/src/resources/ai/assistants/tags.ts +14 -20
- package/src/resources/ai/assistants/tests/runs.ts +3 -0
- package/src/resources/ai/assistants/tools.ts +7 -1
- package/src/resources/ai/assistants/versions.ts +27 -3
- package/src/resources/ai/chat.ts +206 -0
- package/src/resources/ai/clusters.ts +3 -0
- package/src/resources/ai/index.ts +25 -27
- package/src/resources/ai/integrations/index.ts +1 -1
- package/src/resources/ai/integrations/integrations.ts +4 -25
- package/src/resources/ai/mcp-servers.ts +19 -70
- package/src/resources/ai/missions/index.ts +6 -9
- package/src/resources/ai/missions/knowledge-bases.ts +9 -0
- package/src/resources/ai/missions/mcp-servers.ts +9 -0
- package/src/resources/ai/missions/missions.ts +34 -35
- package/src/resources/ai/missions/runs/events.ts +38 -42
- package/src/resources/ai/missions/runs/index.ts +9 -12
- package/src/resources/ai/missions/runs/plan.ts +64 -72
- package/src/resources/ai/missions/runs/runs.ts +77 -67
- package/src/resources/ai/missions/runs/telnyx-agents.ts +10 -1
- package/src/resources/ai/missions/tools.ts +9 -0
- package/src/resources/ai/openai/index.ts +1 -6
- package/src/resources/ai/openai/openai.ts +6 -13
- package/src/resources/ai/tools.ts +23 -58
- package/src/resources/bulk-sim-card-actions.ts +17 -57
- package/src/resources/call-reasons.ts +149 -0
- package/src/resources/calls/actions.ts +234 -512
- package/src/resources/calls/calls.ts +171 -154
- package/src/resources/calls/index.ts +9 -0
- package/src/resources/channel-zones.ts +7 -34
- package/src/resources/conferences/actions.ts +25 -16
- package/src/resources/conferences/conferences.ts +15 -17
- package/src/resources/conferences/index.ts +2 -2
- package/src/resources/connections.ts +10 -77
- package/src/resources/credential-connections/credential-connections.ts +12 -3
- package/src/resources/credential-connections/index.ts +1 -0
- package/src/resources/custom-storage-credentials.ts +22 -57
- package/src/resources/dialogflow-connections.ts +10 -74
- package/src/resources/dir/comments.ts +148 -0
- package/src/resources/dir/dir.ts +692 -0
- package/src/resources/dir/index.ts +46 -0
- package/src/resources/dir/phone-number-batches.ts +170 -0
- package/src/resources/dir/phone-numbers.ts +266 -0
- package/src/resources/dir.ts +3 -0
- package/src/resources/document-links.ts +2 -16
- package/src/resources/documents.ts +25 -17
- package/src/resources/enterprises/dir.ts +220 -0
- package/src/resources/enterprises/enterprises.ts +351 -255
- package/src/resources/enterprises/index.ts +5 -6
- package/src/resources/enterprises/reputation/index.ts +20 -5
- package/src/resources/enterprises/reputation/loa.ts +147 -0
- package/src/resources/enterprises/reputation/numbers.ts +157 -93
- package/src/resources/enterprises/reputation/remediation.ts +273 -0
- package/src/resources/enterprises/reputation/reputation.ts +130 -97
- package/src/resources/external-connections/external-connections.ts +8 -8
- package/src/resources/external-connections/index.ts +4 -4
- package/src/resources/external-connections/log-messages.ts +14 -55
- package/src/resources/external-connections/releases.ts +23 -52
- package/src/resources/faxes/faxes.ts +10 -2
- package/src/resources/faxes/index.ts +1 -0
- package/src/resources/fqdn-connections.ts +3 -3
- package/src/resources/global-ip-health-checks.ts +18 -77
- package/src/resources/global-ips.ts +15 -90
- package/src/resources/index.ts +100 -62
- package/src/resources/infringement-claims.ts +207 -0
- package/src/resources/ip-connections.ts +3 -3
- package/src/resources/legacy/reporting/usage-reports/usage-reports.ts +6 -0
- package/src/resources/messages/index.ts +0 -1
- package/src/resources/messages/messages.ts +2 -29
- package/src/resources/messaging-10dlc/brand/brand.ts +69 -108
- package/src/resources/messaging-10dlc/brand/external-vetting.ts +9 -94
- package/src/resources/messaging-10dlc/brand/index.ts +3 -5
- package/src/resources/messaging-10dlc/campaign/campaign.ts +3 -0
- package/src/resources/messaging-10dlc/campaign/usecase.ts +3 -0
- package/src/resources/messaging-10dlc/campaign-builder/brand.ts +3 -0
- package/src/resources/messaging-10dlc/index.ts +1 -2
- package/src/resources/messaging-10dlc/messaging-10dlc.ts +2 -4
- package/src/resources/messaging-10dlc/phone-number-assignment-by-profile.ts +12 -0
- package/src/resources/messaging-hosted-numbers.ts +26 -0
- package/src/resources/messaging-profile-metrics.ts +7 -1
- package/src/resources/messaging-profiles/autoresp-configs.ts +10 -1
- package/src/resources/messaging-profiles/messaging-profiles.ts +7 -1
- package/src/resources/messaging-tollfree/verification/requests.ts +14 -3
- package/src/resources/mobile-phone-numbers/index.ts +2 -2
- package/src/resources/mobile-phone-numbers/messaging.ts +16 -89
- package/src/resources/mobile-phone-numbers/mobile-phone-numbers.ts +4 -4
- package/src/resources/networks/default-gateway.ts +22 -61
- package/src/resources/networks/index.ts +4 -3
- package/src/resources/networks/networks.ts +31 -75
- package/src/resources/porting/events.ts +15 -21
- package/src/resources/porting/index.ts +2 -2
- package/src/resources/porting/porting.ts +4 -4
- package/src/resources/porting-orders/action-requirements.ts +8 -63
- package/src/resources/porting-orders/additional-documents.ts +12 -61
- package/src/resources/porting-orders/comments.ts +11 -39
- package/src/resources/porting-orders/index.ts +10 -10
- package/src/resources/porting-orders/phone-number-blocks.ts +2 -14
- package/src/resources/porting-orders/phone-number-configurations.ts +12 -49
- package/src/resources/porting-orders/porting-orders.ts +23 -111
- package/src/resources/porting-orders/verification-codes.ts +8 -48
- package/src/resources/porting-phone-numbers.ts +29 -25
- package/src/resources/portouts/events.ts +12 -12
- package/src/resources/portouts/index.ts +2 -2
- package/src/resources/portouts/portouts.ts +4 -4
- package/src/resources/pronunciation-dicts.ts +19 -33
- package/src/resources/public-internet-gateways.ts +22 -45
- package/src/resources/queues/calls.ts +14 -78
- package/src/resources/queues/index.ts +2 -2
- package/src/resources/queues/queues.ts +4 -4
- package/src/resources/recordings/index.ts +1 -2
- package/src/resources/recordings/recordings.ts +9 -14
- package/src/resources/reports/cdr-usage-reports.ts +15 -0
- package/src/resources/reports/mdr-usage-reports.ts +12 -0
- package/src/resources/reports/reports.ts +16 -17
- package/src/resources/reputation/index.ts +1 -6
- package/src/resources/reputation/numbers.ts +29 -34
- package/src/resources/reputation/reputation.ts +1 -2
- package/src/resources/requirements.ts +11 -62
- package/src/resources/room-recordings.ts +10 -92
- package/src/resources/shared.ts +39 -77
- package/src/resources/sip-registration-status.ts +43 -9
- package/src/resources/siprec-connectors.ts +10 -95
- package/src/resources/speech-to-text/index.ts +2 -0
- package/src/resources/speech-to-text/speech-to-text.ts +156 -18
- package/src/resources/terms-of-service/agreements.ts +102 -0
- package/src/resources/terms-of-service/branded-calling.ts +24 -0
- package/src/resources/terms-of-service/index.ts +16 -1
- package/src/resources/terms-of-service/number-reputation.ts +7 -11
- package/src/resources/terms-of-service/terms-of-service.ts +145 -0
- package/src/resources/texml/accounts/accounts.ts +15 -125
- package/src/resources/texml/accounts/calls/calls.ts +624 -284
- package/src/resources/texml/accounts/calls/index.ts +6 -9
- package/src/resources/texml/accounts/calls/recordings-json.ts +26 -17
- package/src/resources/texml/accounts/calls/recordings.ts +4 -66
- package/src/resources/texml/accounts/conferences/conferences.ts +12 -196
- package/src/resources/texml/accounts/conferences/index.ts +2 -5
- package/src/resources/texml/accounts/conferences/participants.ts +7 -164
- package/src/resources/texml/accounts/index.ts +4 -11
- package/src/resources/texml/accounts/queues.ts +20 -173
- package/src/resources/texml/accounts/transcriptions/index.ts +1 -1
- package/src/resources/texml/accounts/transcriptions/json.ts +4 -4
- package/src/resources/texml/accounts/transcriptions/transcriptions.ts +2 -2
- package/src/resources/texml/index.ts +0 -1
- package/src/resources/texml/texml.ts +0 -2
- package/src/resources/text-to-speech/index.ts +3 -4
- package/src/resources/text-to-speech/internal-base.ts +111 -6
- package/src/resources/text-to-speech/text-to-speech.ts +46 -117
- package/src/resources/text-to-speech/ws-base.ts +613 -5
- package/src/resources/text-to-speech/ws.ts +40 -2
- package/src/resources/uac-connections/index.ts +1 -0
- package/src/resources/uac-connections/uac-connections.ts +85 -167
- package/src/resources/verifications/index.ts +1 -0
- package/src/resources/verifications/verifications.ts +26 -0
- package/src/resources/virtual-cross-connects.ts +173 -0
- package/src/resources/voice-clones.ts +42 -41
- package/src/resources/voice-designs.ts +19 -72
- package/src/resources/voice-sdk-call-reports.ts +44 -210
- package/src/resources/webhook-deliveries.ts +18 -98
- package/src/resources/webhooks.ts +14 -5
- package/src/resources/whatsapp/index.ts +5 -0
- package/src/resources/whatsapp/templates.ts +171 -168
- package/src/resources/whatsapp/whatsapp.ts +16 -1
- package/src/resources/whatsapp-message-templates.ts +6 -195
- package/src/resources/wireguard-interfaces.ts +32 -52
- package/src/resources/wireguard-peers.ts +38 -126
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
|
@@ -999,6 +999,87 @@ export class Actions extends APIResource {
|
|
|
999
999
|
}
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
|
+
export interface AIAssistantJoinParticipant {
|
|
1003
|
+
/**
|
|
1004
|
+
* The call_control_id of the participant to add to the conversation.
|
|
1005
|
+
*/
|
|
1006
|
+
id: string;
|
|
1007
|
+
|
|
1008
|
+
/**
|
|
1009
|
+
* The role of the participant in the conversation.
|
|
1010
|
+
*/
|
|
1011
|
+
role: 'user';
|
|
1012
|
+
|
|
1013
|
+
/**
|
|
1014
|
+
* Display name for the participant.
|
|
1015
|
+
*/
|
|
1016
|
+
name?: string;
|
|
1017
|
+
|
|
1018
|
+
/**
|
|
1019
|
+
* Determines what happens to the conversation when this participant hangs up.
|
|
1020
|
+
*/
|
|
1021
|
+
on_hangup?: 'continue_conversation' | 'end_conversation';
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
/**
|
|
1025
|
+
* Messages sent by the model in response to user messages.
|
|
1026
|
+
*/
|
|
1027
|
+
export interface AssistantMessage {
|
|
1028
|
+
/**
|
|
1029
|
+
* The role of the messages author, in this case `assistant`.
|
|
1030
|
+
*/
|
|
1031
|
+
role: 'assistant';
|
|
1032
|
+
|
|
1033
|
+
/**
|
|
1034
|
+
* The contents of the assistant message. Required unless `tool_calls`
|
|
1035
|
+
*/
|
|
1036
|
+
content?: string;
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* Metadata to add to the message
|
|
1040
|
+
*/
|
|
1041
|
+
metadata?: { [key: string]: unknown };
|
|
1042
|
+
|
|
1043
|
+
/**
|
|
1044
|
+
* The tool calls generated by the model, such as function calls.
|
|
1045
|
+
*/
|
|
1046
|
+
tool_calls?: Array<AssistantMessage.ToolCall>;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
export namespace AssistantMessage {
|
|
1050
|
+
/**
|
|
1051
|
+
* A call to a function tool created by the model.
|
|
1052
|
+
*/
|
|
1053
|
+
export interface ToolCall {
|
|
1054
|
+
/**
|
|
1055
|
+
* The ID of the tool call.
|
|
1056
|
+
*/
|
|
1057
|
+
id: string;
|
|
1058
|
+
|
|
1059
|
+
/**
|
|
1060
|
+
* The function that the model called.
|
|
1061
|
+
*/
|
|
1062
|
+
function: ToolCall.Function;
|
|
1063
|
+
|
|
1064
|
+
/**
|
|
1065
|
+
* The type of the tool. Currently, only `function` is supported.
|
|
1066
|
+
*/
|
|
1067
|
+
type: 'function';
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
export namespace ToolCall {
|
|
1071
|
+
/**
|
|
1072
|
+
* The function that the model called.
|
|
1073
|
+
*/
|
|
1074
|
+
export interface Function {
|
|
1075
|
+
/**
|
|
1076
|
+
* The name of the function to call.
|
|
1077
|
+
*/
|
|
1078
|
+
name: string;
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1002
1083
|
export interface AwsVoiceSettings {
|
|
1003
1084
|
/**
|
|
1004
1085
|
* Voice settings provider type
|
|
@@ -1021,6 +1102,13 @@ export interface CallControlCommandResultWithConversationID {
|
|
|
1021
1102
|
result?: string;
|
|
1022
1103
|
}
|
|
1023
1104
|
|
|
1105
|
+
/**
|
|
1106
|
+
* Controls when caller input can interrupt assistant speech. `any` allows speech
|
|
1107
|
+
* or DTMF interruptions; `none` disables interruptions; `speech` allows speech
|
|
1108
|
+
* only; `dtmf` allows DTMF only.
|
|
1109
|
+
*/
|
|
1110
|
+
export type ConversationRelayInterruptible = 'none' | 'any' | 'speech' | 'dtmf';
|
|
1111
|
+
|
|
1024
1112
|
export interface DeepgramNova2Config {
|
|
1025
1113
|
transcription_engine: 'deepgram/nova-2';
|
|
1026
1114
|
|
|
@@ -1141,6 +1229,27 @@ export interface DeepgramNova3Config {
|
|
|
1141
1229
|
utterance_end_ms?: number;
|
|
1142
1230
|
}
|
|
1143
1231
|
|
|
1232
|
+
/**
|
|
1233
|
+
* Developer-provided instructions that the model should follow, regardless of
|
|
1234
|
+
* messages sent by the user.
|
|
1235
|
+
*/
|
|
1236
|
+
export interface DeveloperMessage {
|
|
1237
|
+
/**
|
|
1238
|
+
* The contents of the developer message.
|
|
1239
|
+
*/
|
|
1240
|
+
content: string;
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* The role of the messages author, in this case developer.
|
|
1244
|
+
*/
|
|
1245
|
+
role: 'developer';
|
|
1246
|
+
|
|
1247
|
+
/**
|
|
1248
|
+
* Metadata to add to the message
|
|
1249
|
+
*/
|
|
1250
|
+
metadata?: { [key: string]: unknown };
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1144
1253
|
export interface ElevenLabsVoiceSettings {
|
|
1145
1254
|
/**
|
|
1146
1255
|
* Voice settings provider type
|
|
@@ -1272,6 +1381,27 @@ export interface StopRecordingRequest {
|
|
|
1272
1381
|
recording_id?: string;
|
|
1273
1382
|
}
|
|
1274
1383
|
|
|
1384
|
+
/**
|
|
1385
|
+
* Developer-provided instructions that the model should follow, regardless of
|
|
1386
|
+
* messages sent by the user.
|
|
1387
|
+
*/
|
|
1388
|
+
export interface SystemMessage {
|
|
1389
|
+
/**
|
|
1390
|
+
* The contents of the system message.
|
|
1391
|
+
*/
|
|
1392
|
+
content: string;
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* The role of the messages author, in this case `system`.
|
|
1396
|
+
*/
|
|
1397
|
+
role: 'system';
|
|
1398
|
+
|
|
1399
|
+
/**
|
|
1400
|
+
* Metadata to add to the message
|
|
1401
|
+
*/
|
|
1402
|
+
metadata?: { [key: string]: unknown };
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1275
1405
|
/**
|
|
1276
1406
|
* Language to use for speech recognition
|
|
1277
1407
|
*/
|
|
@@ -1390,6 +1520,28 @@ export interface TelnyxVoiceSettings {
|
|
|
1390
1520
|
voice_speed?: number;
|
|
1391
1521
|
}
|
|
1392
1522
|
|
|
1523
|
+
export interface ToolMessage {
|
|
1524
|
+
/**
|
|
1525
|
+
* The contents of the tool message.
|
|
1526
|
+
*/
|
|
1527
|
+
content: string;
|
|
1528
|
+
|
|
1529
|
+
/**
|
|
1530
|
+
* The role of the messages author, in this case `tool`.
|
|
1531
|
+
*/
|
|
1532
|
+
role: 'tool';
|
|
1533
|
+
|
|
1534
|
+
/**
|
|
1535
|
+
* Tool call that this message is responding to.
|
|
1536
|
+
*/
|
|
1537
|
+
tool_call_id: string;
|
|
1538
|
+
|
|
1539
|
+
/**
|
|
1540
|
+
* Metadata to add to the message
|
|
1541
|
+
*/
|
|
1542
|
+
metadata?: { [key: string]: unknown };
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1393
1545
|
/**
|
|
1394
1546
|
* The settings associated with speech to text for the voice assistant. This is
|
|
1395
1547
|
* only relevant if the assistant uses a text-to-text language model. Any assistant
|
|
@@ -1737,6 +1889,24 @@ export namespace TranscriptionEngineGoogleConfig {
|
|
|
1737
1889
|
}
|
|
1738
1890
|
}
|
|
1739
1891
|
|
|
1892
|
+
export interface TranscriptionEngineParakeetConfig {
|
|
1893
|
+
/**
|
|
1894
|
+
* Whether to send also interim results. If set to false, only final results will
|
|
1895
|
+
* be sent.
|
|
1896
|
+
*/
|
|
1897
|
+
interim_results?: boolean;
|
|
1898
|
+
|
|
1899
|
+
/**
|
|
1900
|
+
* Engine identifier for Parakeet transcription service
|
|
1901
|
+
*/
|
|
1902
|
+
transcription_engine?: 'Parakeet';
|
|
1903
|
+
|
|
1904
|
+
/**
|
|
1905
|
+
* The model to use for transcription.
|
|
1906
|
+
*/
|
|
1907
|
+
transcription_model?: 'parakeet/tdt-0.6b-v3';
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1740
1910
|
export interface TranscriptionEngineSonioxConfig {
|
|
1741
1911
|
/**
|
|
1742
1912
|
* Engine identifier for Soniox transcription service
|
|
@@ -1904,6 +2074,7 @@ export interface TranscriptionStartRequest {
|
|
|
1904
2074
|
| 'AssemblyAI'
|
|
1905
2075
|
| 'Speechmatics'
|
|
1906
2076
|
| 'Soniox'
|
|
2077
|
+
| 'Parakeet'
|
|
1907
2078
|
| 'A'
|
|
1908
2079
|
| 'B';
|
|
1909
2080
|
|
|
@@ -1915,6 +2086,7 @@ export interface TranscriptionStartRequest {
|
|
|
1915
2086
|
| TranscriptionEngineAssemblyaiConfig
|
|
1916
2087
|
| TranscriptionEngineSpeechmaticsConfig
|
|
1917
2088
|
| TranscriptionEngineSonioxConfig
|
|
2089
|
+
| TranscriptionEngineParakeetConfig
|
|
1918
2090
|
| TranscriptionEngineAConfig
|
|
1919
2091
|
| TranscriptionEngineBConfig
|
|
1920
2092
|
| DeepgramNova2Config
|
|
@@ -1928,6 +2100,26 @@ export interface TranscriptionStartRequest {
|
|
|
1928
2100
|
transcription_tracks?: string;
|
|
1929
2101
|
}
|
|
1930
2102
|
|
|
2103
|
+
/**
|
|
2104
|
+
* Messages sent by an end user
|
|
2105
|
+
*/
|
|
2106
|
+
export interface UserMessage {
|
|
2107
|
+
/**
|
|
2108
|
+
* The contents of the user message.
|
|
2109
|
+
*/
|
|
2110
|
+
content: string;
|
|
2111
|
+
|
|
2112
|
+
/**
|
|
2113
|
+
* The role of the messages author, in this case `user`.
|
|
2114
|
+
*/
|
|
2115
|
+
role: 'user';
|
|
2116
|
+
|
|
2117
|
+
/**
|
|
2118
|
+
* Metadata to add to the message
|
|
2119
|
+
*/
|
|
2120
|
+
metadata?: { [key: string]: unknown };
|
|
2121
|
+
}
|
|
2122
|
+
|
|
1931
2123
|
export interface ActionAddAIAssistantMessagesResponse {
|
|
1932
2124
|
data?: CallControlCommandResult;
|
|
1933
2125
|
}
|
|
@@ -2127,158 +2319,7 @@ export interface ActionAddAIAssistantMessagesParams {
|
|
|
2127
2319
|
/**
|
|
2128
2320
|
* The messages to add to the conversation.
|
|
2129
2321
|
*/
|
|
2130
|
-
messages?: Array<
|
|
2131
|
-
| ActionAddAIAssistantMessagesParams.UserMessage
|
|
2132
|
-
| ActionAddAIAssistantMessagesParams.AssistantMessage
|
|
2133
|
-
| ActionAddAIAssistantMessagesParams.ToolMessage
|
|
2134
|
-
| ActionAddAIAssistantMessagesParams.SystemMessage
|
|
2135
|
-
| ActionAddAIAssistantMessagesParams.DeveloperMessage
|
|
2136
|
-
>;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
export namespace ActionAddAIAssistantMessagesParams {
|
|
2140
|
-
/**
|
|
2141
|
-
* Messages sent by an end user
|
|
2142
|
-
*/
|
|
2143
|
-
export interface UserMessage {
|
|
2144
|
-
/**
|
|
2145
|
-
* The contents of the user message.
|
|
2146
|
-
*/
|
|
2147
|
-
content: string;
|
|
2148
|
-
|
|
2149
|
-
/**
|
|
2150
|
-
* The role of the messages author, in this case `user`.
|
|
2151
|
-
*/
|
|
2152
|
-
role: 'user';
|
|
2153
|
-
|
|
2154
|
-
/**
|
|
2155
|
-
* Metadata to add to the message
|
|
2156
|
-
*/
|
|
2157
|
-
metadata?: { [key: string]: unknown };
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
/**
|
|
2161
|
-
* Messages sent by the model in response to user messages.
|
|
2162
|
-
*/
|
|
2163
|
-
export interface AssistantMessage {
|
|
2164
|
-
/**
|
|
2165
|
-
* The role of the messages author, in this case `assistant`.
|
|
2166
|
-
*/
|
|
2167
|
-
role: 'assistant';
|
|
2168
|
-
|
|
2169
|
-
/**
|
|
2170
|
-
* The contents of the assistant message. Required unless `tool_calls`
|
|
2171
|
-
*/
|
|
2172
|
-
content?: string;
|
|
2173
|
-
|
|
2174
|
-
/**
|
|
2175
|
-
* Metadata to add to the message
|
|
2176
|
-
*/
|
|
2177
|
-
metadata?: { [key: string]: unknown };
|
|
2178
|
-
|
|
2179
|
-
/**
|
|
2180
|
-
* The tool calls generated by the model, such as function calls.
|
|
2181
|
-
*/
|
|
2182
|
-
tool_calls?: Array<AssistantMessage.ToolCall>;
|
|
2183
|
-
}
|
|
2184
|
-
|
|
2185
|
-
export namespace AssistantMessage {
|
|
2186
|
-
/**
|
|
2187
|
-
* A call to a function tool created by the model.
|
|
2188
|
-
*/
|
|
2189
|
-
export interface ToolCall {
|
|
2190
|
-
/**
|
|
2191
|
-
* The ID of the tool call.
|
|
2192
|
-
*/
|
|
2193
|
-
id: string;
|
|
2194
|
-
|
|
2195
|
-
/**
|
|
2196
|
-
* The function that the model called.
|
|
2197
|
-
*/
|
|
2198
|
-
function: ToolCall.Function;
|
|
2199
|
-
|
|
2200
|
-
/**
|
|
2201
|
-
* The type of the tool. Currently, only `function` is supported.
|
|
2202
|
-
*/
|
|
2203
|
-
type: 'function';
|
|
2204
|
-
}
|
|
2205
|
-
|
|
2206
|
-
export namespace ToolCall {
|
|
2207
|
-
/**
|
|
2208
|
-
* The function that the model called.
|
|
2209
|
-
*/
|
|
2210
|
-
export interface Function {
|
|
2211
|
-
/**
|
|
2212
|
-
* The name of the function to call.
|
|
2213
|
-
*/
|
|
2214
|
-
name: string;
|
|
2215
|
-
}
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
|
|
2219
|
-
export interface ToolMessage {
|
|
2220
|
-
/**
|
|
2221
|
-
* The contents of the tool message.
|
|
2222
|
-
*/
|
|
2223
|
-
content: string;
|
|
2224
|
-
|
|
2225
|
-
/**
|
|
2226
|
-
* The role of the messages author, in this case `tool`.
|
|
2227
|
-
*/
|
|
2228
|
-
role: 'tool';
|
|
2229
|
-
|
|
2230
|
-
/**
|
|
2231
|
-
* Tool call that this message is responding to.
|
|
2232
|
-
*/
|
|
2233
|
-
tool_call_id: string;
|
|
2234
|
-
|
|
2235
|
-
/**
|
|
2236
|
-
* Metadata to add to the message
|
|
2237
|
-
*/
|
|
2238
|
-
metadata?: { [key: string]: unknown };
|
|
2239
|
-
}
|
|
2240
|
-
|
|
2241
|
-
/**
|
|
2242
|
-
* Developer-provided instructions that the model should follow, regardless of
|
|
2243
|
-
* messages sent by the user.
|
|
2244
|
-
*/
|
|
2245
|
-
export interface SystemMessage {
|
|
2246
|
-
/**
|
|
2247
|
-
* The contents of the system message.
|
|
2248
|
-
*/
|
|
2249
|
-
content: string;
|
|
2250
|
-
|
|
2251
|
-
/**
|
|
2252
|
-
* The role of the messages author, in this case `system`.
|
|
2253
|
-
*/
|
|
2254
|
-
role: 'system';
|
|
2255
|
-
|
|
2256
|
-
/**
|
|
2257
|
-
* Metadata to add to the message
|
|
2258
|
-
*/
|
|
2259
|
-
metadata?: { [key: string]: unknown };
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
/**
|
|
2263
|
-
* Developer-provided instructions that the model should follow, regardless of
|
|
2264
|
-
* messages sent by the user.
|
|
2265
|
-
*/
|
|
2266
|
-
export interface DeveloperMessage {
|
|
2267
|
-
/**
|
|
2268
|
-
* The contents of the developer message.
|
|
2269
|
-
*/
|
|
2270
|
-
content: string;
|
|
2271
|
-
|
|
2272
|
-
/**
|
|
2273
|
-
* The role of the messages author, in this case developer.
|
|
2274
|
-
*/
|
|
2275
|
-
role: 'developer';
|
|
2276
|
-
|
|
2277
|
-
/**
|
|
2278
|
-
* Metadata to add to the message
|
|
2279
|
-
*/
|
|
2280
|
-
metadata?: { [key: string]: unknown };
|
|
2281
|
-
}
|
|
2322
|
+
messages?: Array<UserMessage | AssistantMessage | ToolMessage | SystemMessage | DeveloperMessage>;
|
|
2282
2323
|
}
|
|
2283
2324
|
|
|
2284
2325
|
export interface ActionAnswerParams {
|
|
@@ -2315,7 +2356,7 @@ export interface ActionAnswerParams {
|
|
|
2315
2356
|
* `tts_language`, and `transcription_language` inside this object are ignored; use
|
|
2316
2357
|
* the parent command's `client_state` and `command_id` fields instead.
|
|
2317
2358
|
*/
|
|
2318
|
-
conversation_relay_config?:
|
|
2359
|
+
conversation_relay_config?: CallsAPI.ConversationRelayEmbeddedConfig;
|
|
2319
2360
|
|
|
2320
2361
|
/**
|
|
2321
2362
|
* Custom headers to be added to the SIP INVITE response.
|
|
@@ -2474,155 +2515,6 @@ export interface ActionAnswerParams {
|
|
|
2474
2515
|
}
|
|
2475
2516
|
|
|
2476
2517
|
export namespace ActionAnswerParams {
|
|
2477
|
-
/**
|
|
2478
|
-
* Starts a Conversation Relay session automatically when the answered/dialed call
|
|
2479
|
-
* is answered. This embedded shape is supported on `answer` and `dial`. It uses
|
|
2480
|
-
* public field names (`url`, `dtmf_detection`, `greeting`, `voice`, `language`,
|
|
2481
|
-
* etc.) and maps them to the underlying Conversation Relay action. `client_state`,
|
|
2482
|
-
* `tts_language`, and `transcription_language` inside this object are ignored; use
|
|
2483
|
-
* the parent command's `client_state` and `command_id` fields instead.
|
|
2484
|
-
*/
|
|
2485
|
-
export interface ConversationRelayConfig {
|
|
2486
|
-
/**
|
|
2487
|
-
* WebSocket URL for your Conversation Relay server. Must start with `ws://` or
|
|
2488
|
-
* `wss://`.
|
|
2489
|
-
*/
|
|
2490
|
-
url: string;
|
|
2491
|
-
|
|
2492
|
-
/**
|
|
2493
|
-
* Custom key-value parameters forwarded to the relay session as assistant dynamic
|
|
2494
|
-
* variables.
|
|
2495
|
-
*/
|
|
2496
|
-
custom_parameters?: { [key: string]: unknown };
|
|
2497
|
-
|
|
2498
|
-
/**
|
|
2499
|
-
* Enable DTMF detection for the relay session.
|
|
2500
|
-
*/
|
|
2501
|
-
dtmf_detection?: boolean;
|
|
2502
|
-
|
|
2503
|
-
/**
|
|
2504
|
-
* Text played when the relay session starts.
|
|
2505
|
-
*/
|
|
2506
|
-
greeting?: string;
|
|
2507
|
-
|
|
2508
|
-
/**
|
|
2509
|
-
* Controls when caller input can interrupt assistant speech. `any` allows speech
|
|
2510
|
-
* or DTMF interruptions; `none` disables interruptions; `speech` allows speech
|
|
2511
|
-
* only; `dtmf` allows DTMF only.
|
|
2512
|
-
*/
|
|
2513
|
-
interruptible?: 'none' | 'any' | 'speech' | 'dtmf';
|
|
2514
|
-
|
|
2515
|
-
/**
|
|
2516
|
-
* Controls when caller input can interrupt assistant speech. `any` allows speech
|
|
2517
|
-
* or DTMF interruptions; `none` disables interruptions; `speech` allows speech
|
|
2518
|
-
* only; `dtmf` allows DTMF only.
|
|
2519
|
-
*/
|
|
2520
|
-
interruptible_greeting?: 'none' | 'any' | 'speech' | 'dtmf';
|
|
2521
|
-
|
|
2522
|
-
/**
|
|
2523
|
-
* Settings for handling caller interruptions during Conversation Relay speech.
|
|
2524
|
-
*/
|
|
2525
|
-
interruption_settings?: CallsAPI.ConversationRelayInterruptionSettings;
|
|
2526
|
-
|
|
2527
|
-
/**
|
|
2528
|
-
* Default language for both text-to-speech and speech recognition.
|
|
2529
|
-
*/
|
|
2530
|
-
language?: string;
|
|
2531
|
-
|
|
2532
|
-
/**
|
|
2533
|
-
* Per-language TTS and transcription settings.
|
|
2534
|
-
*/
|
|
2535
|
-
languages?: Array<CallsAPI.ConversationRelayLanguage>;
|
|
2536
|
-
|
|
2537
|
-
/**
|
|
2538
|
-
* Structured voice provider. Must be supplied together with `structured_provider`.
|
|
2539
|
-
*/
|
|
2540
|
-
provider?: string;
|
|
2541
|
-
|
|
2542
|
-
/**
|
|
2543
|
-
* Provider-specific structured voice settings. Must be supplied together with
|
|
2544
|
-
* `provider`; Telnyx sends the value as the nested provider configuration for
|
|
2545
|
-
* Conversation Relay.
|
|
2546
|
-
*/
|
|
2547
|
-
structured_provider?: { [key: string]: unknown };
|
|
2548
|
-
|
|
2549
|
-
/**
|
|
2550
|
-
* Engine to use for speech recognition. Legacy values `A` - `Google`, `B` -
|
|
2551
|
-
* `Telnyx` are supported for backward compatibility. For Conversation Relay, use
|
|
2552
|
-
* this field with `transcription_engine_config`; the `transcription` object is not
|
|
2553
|
-
* supported.
|
|
2554
|
-
*/
|
|
2555
|
-
transcription_engine?:
|
|
2556
|
-
| 'Google'
|
|
2557
|
-
| 'Telnyx'
|
|
2558
|
-
| 'Deepgram'
|
|
2559
|
-
| 'Azure'
|
|
2560
|
-
| 'xAI'
|
|
2561
|
-
| 'AssemblyAI'
|
|
2562
|
-
| 'Speechmatics'
|
|
2563
|
-
| 'Soniox'
|
|
2564
|
-
| 'A'
|
|
2565
|
-
| 'B';
|
|
2566
|
-
|
|
2567
|
-
/**
|
|
2568
|
-
* Engine-specific transcription settings for Conversation Relay. This accepts the
|
|
2569
|
-
* same provider-specific options used by the Call Transcription Start command,
|
|
2570
|
-
* such as `transcription_model`, without requiring the engine discriminator to be
|
|
2571
|
-
* repeated inside this object.
|
|
2572
|
-
*/
|
|
2573
|
-
transcription_engine_config?: { [key: string]: unknown };
|
|
2574
|
-
|
|
2575
|
-
/**
|
|
2576
|
-
* Text-to-speech provider. If omitted, Telnyx derives it from `voice` or
|
|
2577
|
-
* `provider`.
|
|
2578
|
-
*/
|
|
2579
|
-
tts_provider?: string;
|
|
2580
|
-
|
|
2581
|
-
/**
|
|
2582
|
-
* The voice to be used by the voice assistant. Currently we support ElevenLabs,
|
|
2583
|
-
* Telnyx and AWS voices.
|
|
2584
|
-
*
|
|
2585
|
-
* **Supported Providers:**
|
|
2586
|
-
*
|
|
2587
|
-
* - **AWS:** Use `AWS.Polly.<VoiceId>` (e.g., `AWS.Polly.Joanna`). For neural
|
|
2588
|
-
* voices, which provide more realistic, human-like speech, append `-Neural` to
|
|
2589
|
-
* the `VoiceId` (e.g., `AWS.Polly.Joanna-Neural`). Check the
|
|
2590
|
-
* [available voices](https://docs.aws.amazon.com/polly/latest/dg/available-voices.html)
|
|
2591
|
-
* for compatibility.
|
|
2592
|
-
* - **Azure:** Use `Azure.<VoiceId>. (e.g. Azure.en-CA-ClaraNeural,
|
|
2593
|
-
* Azure.en-CA-LiamNeural, Azure.en-US-BrianMultilingualNeural,
|
|
2594
|
-
* Azure.en-US-Ava:DragonHDLatestNeural. For a complete list of voices, go to
|
|
2595
|
-
* [Azure Voice Gallery](https://speech.microsoft.com/portal/voicegallery).)
|
|
2596
|
-
* - **ElevenLabs:** Use `ElevenLabs.<ModelId>.<VoiceId>` (e.g.,
|
|
2597
|
-
* `ElevenLabs.BaseModel.John`). The `ModelId` part is optional. To use
|
|
2598
|
-
* ElevenLabs, you must provide your ElevenLabs API key as an integration secret
|
|
2599
|
-
* under `"voice_settings": {"api_key_ref": "<secret_id>"}`. See
|
|
2600
|
-
* [integration secrets documentation](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
2601
|
-
* for details. Check
|
|
2602
|
-
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
2603
|
-
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
2604
|
-
* - **Inworld:** Use `Inworld.<ModelId>.<VoiceId>` (e.g., `Inworld.Mini.Loretta`,
|
|
2605
|
-
* `Inworld.Max.Oliver`). Supported models: `Mini`, `Max`.
|
|
2606
|
-
* - **xAI:** Use `xAI.<VoiceId>` (e.g., `xAI.eve`). Available voices: `eve`,
|
|
2607
|
-
* `ara`, `rex`, `sal`, `leo`.
|
|
2608
|
-
*/
|
|
2609
|
-
voice?: string;
|
|
2610
|
-
|
|
2611
|
-
/**
|
|
2612
|
-
* The settings associated with the voice selected
|
|
2613
|
-
*/
|
|
2614
|
-
voice_settings?:
|
|
2615
|
-
| ActionsAPI.ElevenLabsVoiceSettings
|
|
2616
|
-
| ActionsAPI.TelnyxVoiceSettings
|
|
2617
|
-
| ActionsAPI.AwsVoiceSettings
|
|
2618
|
-
| Shared.MinimaxVoiceSettings
|
|
2619
|
-
| Shared.AzureVoiceSettings
|
|
2620
|
-
| Shared.RimeVoiceSettings
|
|
2621
|
-
| Shared.ResembleVoiceSettings
|
|
2622
|
-
| Shared.InworldVoiceSettings
|
|
2623
|
-
| Shared.XaiVoiceSettings;
|
|
2624
|
-
}
|
|
2625
|
-
|
|
2626
2518
|
/**
|
|
2627
2519
|
* Enables deepfake detection on the call. When enabled, audio from the remote
|
|
2628
2520
|
* party is streamed to a detection service that analyzes whether the voice is
|
|
@@ -3030,7 +2922,8 @@ export interface ActionGatherUsingAIParams {
|
|
|
3030
2922
|
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
3031
2923
|
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
3032
2924
|
* - **Inworld:** Use `Inworld.<ModelId>.<VoiceId>` (e.g., `Inworld.Mini.Loretta`,
|
|
3033
|
-
* `Inworld.Max.Oliver`). Supported models: `Mini`,
|
|
2925
|
+
* `Inworld.Max.Oliver`, `Inworld.TTS2.Loretta`). Supported models: `Mini`,
|
|
2926
|
+
* `Max`, `TTS2`.
|
|
3034
2927
|
* - **xAI:** Use `xAI.<VoiceId>` (e.g., `xAI.eve`). Available voices: `eve`,
|
|
3035
2928
|
* `ara`, `rex`, `sal`, `leo`.
|
|
3036
2929
|
*/
|
|
@@ -3192,7 +3085,9 @@ export interface ActionGatherUsingSpeakParams {
|
|
|
3192
3085
|
* `Resemble.Turbo.my_voice`). Only `Turbo` model is supported. Use
|
|
3193
3086
|
* `voice_settings` to configure precision, sample_rate, and format.
|
|
3194
3087
|
* - **Inworld:** Use `Inworld.<ModelId>.<VoiceId>` (e.g., `Inworld.Mini.Loretta`,
|
|
3195
|
-
* `Inworld.Max.Oliver`). Supported models: `Mini`,
|
|
3088
|
+
* `Inworld.Max.Oliver`, `Inworld.TTS2.Loretta`). Supported models: `Mini`,
|
|
3089
|
+
* `Max`, `TTS2`. Use `voice_settings` to configure `delivery_mode` (`STABLE`,
|
|
3090
|
+
* `BALANCED`, `CREATIVE`), supported by `TTS2` only.
|
|
3196
3091
|
* - **xAI:** Use `xAI.<VoiceId>` (e.g., `xAI.eve`). Available voices: `eve`,
|
|
3197
3092
|
* `ara`, `rex`, `sal`, `leo`.
|
|
3198
3093
|
*
|
|
@@ -3346,7 +3241,7 @@ export interface ActionJoinAIAssistantParams {
|
|
|
3346
3241
|
*/
|
|
3347
3242
|
conversation_id: string;
|
|
3348
3243
|
|
|
3349
|
-
participant:
|
|
3244
|
+
participant: AIAssistantJoinParticipant;
|
|
3350
3245
|
|
|
3351
3246
|
/**
|
|
3352
3247
|
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
@@ -3361,30 +3256,6 @@ export interface ActionJoinAIAssistantParams {
|
|
|
3361
3256
|
command_id?: string;
|
|
3362
3257
|
}
|
|
3363
3258
|
|
|
3364
|
-
export namespace ActionJoinAIAssistantParams {
|
|
3365
|
-
export interface Participant {
|
|
3366
|
-
/**
|
|
3367
|
-
* The call_control_id of the participant to add to the conversation.
|
|
3368
|
-
*/
|
|
3369
|
-
id: string;
|
|
3370
|
-
|
|
3371
|
-
/**
|
|
3372
|
-
* The role of the participant in the conversation.
|
|
3373
|
-
*/
|
|
3374
|
-
role: 'user';
|
|
3375
|
-
|
|
3376
|
-
/**
|
|
3377
|
-
* Display name for the participant.
|
|
3378
|
-
*/
|
|
3379
|
-
name?: string;
|
|
3380
|
-
|
|
3381
|
-
/**
|
|
3382
|
-
* Determines what happens to the conversation when this participant hangs up.
|
|
3383
|
-
*/
|
|
3384
|
-
on_hangup?: 'continue_conversation' | 'end_conversation';
|
|
3385
|
-
}
|
|
3386
|
-
}
|
|
3387
|
-
|
|
3388
3259
|
export interface ActionLeaveQueueParams {
|
|
3389
3260
|
/**
|
|
3390
3261
|
* Use this field to add state to every subsequent webhook. It must be a valid
|
|
@@ -3593,7 +3464,9 @@ export interface ActionSpeakParams {
|
|
|
3593
3464
|
* `Resemble.Turbo.my_voice`). Only `Turbo` model is supported. Use
|
|
3594
3465
|
* `voice_settings` to configure precision, sample_rate, and format.
|
|
3595
3466
|
* - **Inworld:** Use `Inworld.<ModelId>.<VoiceId>` (e.g., `Inworld.Mini.Loretta`,
|
|
3596
|
-
* `Inworld.Max.Oliver`). Supported models: `Mini`,
|
|
3467
|
+
* `Inworld.Max.Oliver`, `Inworld.TTS2.Loretta`). Supported models: `Mini`,
|
|
3468
|
+
* `Max`, `TTS2`. Use `voice_settings` to configure `delivery_mode` (`STABLE`,
|
|
3469
|
+
* `BALANCED`, `CREATIVE`), supported by `TTS2` only.
|
|
3597
3470
|
* - **xAI:** Use `xAI.<VoiceId>` (e.g., `xAI.eve`). Available voices: `eve`,
|
|
3598
3471
|
* `ara`, `rex`, `sal`, `leo`.
|
|
3599
3472
|
*
|
|
@@ -3731,18 +3604,12 @@ export interface ActionStartAIAssistantParams {
|
|
|
3731
3604
|
* A list of messages to seed the conversation history before the assistant starts.
|
|
3732
3605
|
* Follows the same message format as the `ai_assistant_add_messages` command.
|
|
3733
3606
|
*/
|
|
3734
|
-
message_history?: Array<
|
|
3735
|
-
| ActionStartAIAssistantParams.UserMessage
|
|
3736
|
-
| ActionStartAIAssistantParams.AssistantMessage
|
|
3737
|
-
| ActionStartAIAssistantParams.ToolMessage
|
|
3738
|
-
| ActionStartAIAssistantParams.SystemMessage
|
|
3739
|
-
| ActionStartAIAssistantParams.DeveloperMessage
|
|
3740
|
-
>;
|
|
3607
|
+
message_history?: Array<UserMessage | AssistantMessage | ToolMessage | SystemMessage | DeveloperMessage>;
|
|
3741
3608
|
|
|
3742
3609
|
/**
|
|
3743
3610
|
* A list of participants to add to the conversation when it starts.
|
|
3744
3611
|
*/
|
|
3745
|
-
participants?: Array<
|
|
3612
|
+
participants?: Array<AIAssistantJoinParticipant>;
|
|
3746
3613
|
|
|
3747
3614
|
/**
|
|
3748
3615
|
* When `true`, a webhook is sent each time the conversation message history is
|
|
@@ -3782,7 +3649,8 @@ export interface ActionStartAIAssistantParams {
|
|
|
3782
3649
|
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
3783
3650
|
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
3784
3651
|
* - **Inworld:** Use `Inworld.<ModelId>.<VoiceId>` (e.g., `Inworld.Mini.Loretta`,
|
|
3785
|
-
* `Inworld.Max.Oliver`). Supported models: `Mini`,
|
|
3652
|
+
* `Inworld.Max.Oliver`, `Inworld.TTS2.Loretta`). Supported models: `Mini`,
|
|
3653
|
+
* `Max`, `TTS2`.
|
|
3786
3654
|
* - **xAI:** Use `xAI.<VoiceId>` (e.g., `xAI.eve`). Available voices: `eve`,
|
|
3787
3655
|
* `ara`, `rex`, `sal`, `leo`.
|
|
3788
3656
|
*/
|
|
@@ -3801,173 +3669,6 @@ export interface ActionStartAIAssistantParams {
|
|
|
3801
3669
|
| Shared.XaiVoiceSettings;
|
|
3802
3670
|
}
|
|
3803
3671
|
|
|
3804
|
-
export namespace ActionStartAIAssistantParams {
|
|
3805
|
-
/**
|
|
3806
|
-
* Messages sent by an end user
|
|
3807
|
-
*/
|
|
3808
|
-
export interface UserMessage {
|
|
3809
|
-
/**
|
|
3810
|
-
* The contents of the user message.
|
|
3811
|
-
*/
|
|
3812
|
-
content: string;
|
|
3813
|
-
|
|
3814
|
-
/**
|
|
3815
|
-
* The role of the messages author, in this case `user`.
|
|
3816
|
-
*/
|
|
3817
|
-
role: 'user';
|
|
3818
|
-
|
|
3819
|
-
/**
|
|
3820
|
-
* Metadata to add to the message
|
|
3821
|
-
*/
|
|
3822
|
-
metadata?: { [key: string]: unknown };
|
|
3823
|
-
}
|
|
3824
|
-
|
|
3825
|
-
/**
|
|
3826
|
-
* Messages sent by the model in response to user messages.
|
|
3827
|
-
*/
|
|
3828
|
-
export interface AssistantMessage {
|
|
3829
|
-
/**
|
|
3830
|
-
* The role of the messages author, in this case `assistant`.
|
|
3831
|
-
*/
|
|
3832
|
-
role: 'assistant';
|
|
3833
|
-
|
|
3834
|
-
/**
|
|
3835
|
-
* The contents of the assistant message. Required unless `tool_calls`
|
|
3836
|
-
*/
|
|
3837
|
-
content?: string;
|
|
3838
|
-
|
|
3839
|
-
/**
|
|
3840
|
-
* Metadata to add to the message
|
|
3841
|
-
*/
|
|
3842
|
-
metadata?: { [key: string]: unknown };
|
|
3843
|
-
|
|
3844
|
-
/**
|
|
3845
|
-
* The tool calls generated by the model, such as function calls.
|
|
3846
|
-
*/
|
|
3847
|
-
tool_calls?: Array<AssistantMessage.ToolCall>;
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
|
-
export namespace AssistantMessage {
|
|
3851
|
-
/**
|
|
3852
|
-
* A call to a function tool created by the model.
|
|
3853
|
-
*/
|
|
3854
|
-
export interface ToolCall {
|
|
3855
|
-
/**
|
|
3856
|
-
* The ID of the tool call.
|
|
3857
|
-
*/
|
|
3858
|
-
id: string;
|
|
3859
|
-
|
|
3860
|
-
/**
|
|
3861
|
-
* The function that the model called.
|
|
3862
|
-
*/
|
|
3863
|
-
function: ToolCall.Function;
|
|
3864
|
-
|
|
3865
|
-
/**
|
|
3866
|
-
* The type of the tool. Currently, only `function` is supported.
|
|
3867
|
-
*/
|
|
3868
|
-
type: 'function';
|
|
3869
|
-
}
|
|
3870
|
-
|
|
3871
|
-
export namespace ToolCall {
|
|
3872
|
-
/**
|
|
3873
|
-
* The function that the model called.
|
|
3874
|
-
*/
|
|
3875
|
-
export interface Function {
|
|
3876
|
-
/**
|
|
3877
|
-
* The name of the function to call.
|
|
3878
|
-
*/
|
|
3879
|
-
name: string;
|
|
3880
|
-
}
|
|
3881
|
-
}
|
|
3882
|
-
}
|
|
3883
|
-
|
|
3884
|
-
export interface ToolMessage {
|
|
3885
|
-
/**
|
|
3886
|
-
* The contents of the tool message.
|
|
3887
|
-
*/
|
|
3888
|
-
content: string;
|
|
3889
|
-
|
|
3890
|
-
/**
|
|
3891
|
-
* The role of the messages author, in this case `tool`.
|
|
3892
|
-
*/
|
|
3893
|
-
role: 'tool';
|
|
3894
|
-
|
|
3895
|
-
/**
|
|
3896
|
-
* Tool call that this message is responding to.
|
|
3897
|
-
*/
|
|
3898
|
-
tool_call_id: string;
|
|
3899
|
-
|
|
3900
|
-
/**
|
|
3901
|
-
* Metadata to add to the message
|
|
3902
|
-
*/
|
|
3903
|
-
metadata?: { [key: string]: unknown };
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
/**
|
|
3907
|
-
* Developer-provided instructions that the model should follow, regardless of
|
|
3908
|
-
* messages sent by the user.
|
|
3909
|
-
*/
|
|
3910
|
-
export interface SystemMessage {
|
|
3911
|
-
/**
|
|
3912
|
-
* The contents of the system message.
|
|
3913
|
-
*/
|
|
3914
|
-
content: string;
|
|
3915
|
-
|
|
3916
|
-
/**
|
|
3917
|
-
* The role of the messages author, in this case `system`.
|
|
3918
|
-
*/
|
|
3919
|
-
role: 'system';
|
|
3920
|
-
|
|
3921
|
-
/**
|
|
3922
|
-
* Metadata to add to the message
|
|
3923
|
-
*/
|
|
3924
|
-
metadata?: { [key: string]: unknown };
|
|
3925
|
-
}
|
|
3926
|
-
|
|
3927
|
-
/**
|
|
3928
|
-
* Developer-provided instructions that the model should follow, regardless of
|
|
3929
|
-
* messages sent by the user.
|
|
3930
|
-
*/
|
|
3931
|
-
export interface DeveloperMessage {
|
|
3932
|
-
/**
|
|
3933
|
-
* The contents of the developer message.
|
|
3934
|
-
*/
|
|
3935
|
-
content: string;
|
|
3936
|
-
|
|
3937
|
-
/**
|
|
3938
|
-
* The role of the messages author, in this case developer.
|
|
3939
|
-
*/
|
|
3940
|
-
role: 'developer';
|
|
3941
|
-
|
|
3942
|
-
/**
|
|
3943
|
-
* Metadata to add to the message
|
|
3944
|
-
*/
|
|
3945
|
-
metadata?: { [key: string]: unknown };
|
|
3946
|
-
}
|
|
3947
|
-
|
|
3948
|
-
export interface Participant {
|
|
3949
|
-
/**
|
|
3950
|
-
* The call_control_id of the participant to add to the conversation.
|
|
3951
|
-
*/
|
|
3952
|
-
id: string;
|
|
3953
|
-
|
|
3954
|
-
/**
|
|
3955
|
-
* The role of the participant in the conversation.
|
|
3956
|
-
*/
|
|
3957
|
-
role: 'user';
|
|
3958
|
-
|
|
3959
|
-
/**
|
|
3960
|
-
* Display name for the participant.
|
|
3961
|
-
*/
|
|
3962
|
-
name?: string;
|
|
3963
|
-
|
|
3964
|
-
/**
|
|
3965
|
-
* Determines what happens to the conversation when this participant hangs up.
|
|
3966
|
-
*/
|
|
3967
|
-
on_hangup?: 'continue_conversation' | 'end_conversation';
|
|
3968
|
-
}
|
|
3969
|
-
}
|
|
3970
|
-
|
|
3971
3672
|
export interface ActionStartConversationRelayParams {
|
|
3972
3673
|
/**
|
|
3973
3674
|
* Custom parameters for the Conversation Relay session. Pass key-value data as
|
|
@@ -4028,14 +3729,14 @@ export interface ActionStartConversationRelayParams {
|
|
|
4028
3729
|
* or DTMF interruptions; `none` disables interruptions; `speech` allows speech
|
|
4029
3730
|
* only; `dtmf` allows DTMF only.
|
|
4030
3731
|
*/
|
|
4031
|
-
interruptible?:
|
|
3732
|
+
interruptible?: ConversationRelayInterruptible;
|
|
4032
3733
|
|
|
4033
3734
|
/**
|
|
4034
3735
|
* Controls when caller input can interrupt assistant speech. `any` allows speech
|
|
4035
3736
|
* or DTMF interruptions; `none` disables interruptions; `speech` allows speech
|
|
4036
3737
|
* only; `dtmf` allows DTMF only.
|
|
4037
3738
|
*/
|
|
4038
|
-
interruptible_greeting?:
|
|
3739
|
+
interruptible_greeting?: ConversationRelayInterruptible;
|
|
4039
3740
|
|
|
4040
3741
|
/**
|
|
4041
3742
|
* Settings for handling caller interruptions during Conversation Relay speech.
|
|
@@ -4133,7 +3834,8 @@ export interface ActionStartConversationRelayParams {
|
|
|
4133
3834
|
* [available voices](https://elevenlabs.io/docs/api-reference/get-voices).
|
|
4134
3835
|
* - **Telnyx:** Use `Telnyx.<model_id>.<voice_id>`
|
|
4135
3836
|
* - **Inworld:** Use `Inworld.<ModelId>.<VoiceId>` (e.g., `Inworld.Mini.Loretta`,
|
|
4136
|
-
* `Inworld.Max.Oliver`). Supported models: `Mini`,
|
|
3837
|
+
* `Inworld.Max.Oliver`, `Inworld.TTS2.Loretta`). Supported models: `Mini`,
|
|
3838
|
+
* `Max`, `TTS2`.
|
|
4137
3839
|
* - **xAI:** Use `xAI.<VoiceId>` (e.g., `xAI.eve`). Available voices: `eve`,
|
|
4138
3840
|
* `ara`, `rex`, `sal`, `leo`.
|
|
4139
3841
|
*/
|
|
@@ -4190,14 +3892,14 @@ export namespace ActionStartConversationRelayParams {
|
|
|
4190
3892
|
* or DTMF interruptions; `none` disables interruptions; `speech` allows speech
|
|
4191
3893
|
* only; `dtmf` allows DTMF only.
|
|
4192
3894
|
*/
|
|
4193
|
-
interruptible?:
|
|
3895
|
+
interruptible?: ActionsAPI.ConversationRelayInterruptible;
|
|
4194
3896
|
|
|
4195
3897
|
/**
|
|
4196
3898
|
* Controls when caller input can interrupt assistant speech. `any` allows speech
|
|
4197
3899
|
* or DTMF interruptions; `none` disables interruptions; `speech` allows speech
|
|
4198
3900
|
* only; `dtmf` allows DTMF only.
|
|
4199
3901
|
*/
|
|
4200
|
-
interruptible_greeting?:
|
|
3902
|
+
interruptible_greeting?: ActionsAPI.ConversationRelayInterruptible;
|
|
4201
3903
|
|
|
4202
3904
|
/**
|
|
4203
3905
|
* Language-specific TTS and transcription settings.
|
|
@@ -4262,7 +3964,17 @@ export interface ActionStartNoiseSuppressionParams {
|
|
|
4262
3964
|
* B, C, and D are also supported, but are deprecated: A - Denoiser B -
|
|
4263
3965
|
* DeepFilterNet C - Krisp D - AiCoustics
|
|
4264
3966
|
*/
|
|
4265
|
-
noise_suppression_engine?:
|
|
3967
|
+
noise_suppression_engine?:
|
|
3968
|
+
| 'Denoiser'
|
|
3969
|
+
| 'DeepFilterNet'
|
|
3970
|
+
| 'Krisp'
|
|
3971
|
+
| 'AiCoustics'
|
|
3972
|
+
| 'aic_l_quail'
|
|
3973
|
+
| 'aic_l_rook'
|
|
3974
|
+
| 'aic_s_quail'
|
|
3975
|
+
| 'aic_s_rook'
|
|
3976
|
+
| 'quail_voice_focus_s'
|
|
3977
|
+
| 'quail_voice_focus_xs';
|
|
4266
3978
|
|
|
4267
3979
|
/**
|
|
4268
3980
|
* Configuration parameters for noise suppression engines. Different engines
|
|
@@ -4903,6 +4615,7 @@ export interface ActionStartTranscriptionParams {
|
|
|
4903
4615
|
| 'AssemblyAI'
|
|
4904
4616
|
| 'Speechmatics'
|
|
4905
4617
|
| 'Soniox'
|
|
4618
|
+
| 'Parakeet'
|
|
4906
4619
|
| 'A'
|
|
4907
4620
|
| 'B';
|
|
4908
4621
|
|
|
@@ -4914,6 +4627,7 @@ export interface ActionStartTranscriptionParams {
|
|
|
4914
4627
|
| TranscriptionEngineAssemblyaiConfig
|
|
4915
4628
|
| TranscriptionEngineSpeechmaticsConfig
|
|
4916
4629
|
| TranscriptionEngineSonioxConfig
|
|
4630
|
+
| TranscriptionEngineParakeetConfig
|
|
4917
4631
|
| TranscriptionEngineAConfig
|
|
4918
4632
|
| TranscriptionEngineBConfig
|
|
4919
4633
|
| DeepgramNova2Config
|
|
@@ -5462,18 +5176,24 @@ export interface ActionUpdateClientStateParams {
|
|
|
5462
5176
|
|
|
5463
5177
|
export declare namespace Actions {
|
|
5464
5178
|
export {
|
|
5179
|
+
type AIAssistantJoinParticipant as AIAssistantJoinParticipant,
|
|
5180
|
+
type AssistantMessage as AssistantMessage,
|
|
5465
5181
|
type AwsVoiceSettings as AwsVoiceSettings,
|
|
5466
5182
|
type CallControlCommandResult as CallControlCommandResult,
|
|
5467
5183
|
type CallControlCommandResultWithConversationID as CallControlCommandResultWithConversationID,
|
|
5184
|
+
type ConversationRelayInterruptible as ConversationRelayInterruptible,
|
|
5468
5185
|
type DeepgramNova2Config as DeepgramNova2Config,
|
|
5469
5186
|
type DeepgramNova3Config as DeepgramNova3Config,
|
|
5187
|
+
type DeveloperMessage as DeveloperMessage,
|
|
5470
5188
|
type ElevenLabsVoiceSettings as ElevenLabsVoiceSettings,
|
|
5471
5189
|
type GoogleTranscriptionLanguage as GoogleTranscriptionLanguage,
|
|
5472
5190
|
type InterruptionSettings as InterruptionSettings,
|
|
5473
5191
|
type Loopcount as Loopcount,
|
|
5474
5192
|
type StopRecordingRequest as StopRecordingRequest,
|
|
5193
|
+
type SystemMessage as SystemMessage,
|
|
5475
5194
|
type TelnyxTranscriptionLanguage as TelnyxTranscriptionLanguage,
|
|
5476
5195
|
type TelnyxVoiceSettings as TelnyxVoiceSettings,
|
|
5196
|
+
type ToolMessage as ToolMessage,
|
|
5477
5197
|
type TranscriptionConfig as TranscriptionConfig,
|
|
5478
5198
|
type TranscriptionEngineAConfig as TranscriptionEngineAConfig,
|
|
5479
5199
|
type TranscriptionEngineAssemblyaiConfig as TranscriptionEngineAssemblyaiConfig,
|
|
@@ -5481,11 +5201,13 @@ export declare namespace Actions {
|
|
|
5481
5201
|
type TranscriptionEngineBConfig as TranscriptionEngineBConfig,
|
|
5482
5202
|
type TranscriptionEngineDeepgramConfig as TranscriptionEngineDeepgramConfig,
|
|
5483
5203
|
type TranscriptionEngineGoogleConfig as TranscriptionEngineGoogleConfig,
|
|
5204
|
+
type TranscriptionEngineParakeetConfig as TranscriptionEngineParakeetConfig,
|
|
5484
5205
|
type TranscriptionEngineSonioxConfig as TranscriptionEngineSonioxConfig,
|
|
5485
5206
|
type TranscriptionEngineSpeechmaticsConfig as TranscriptionEngineSpeechmaticsConfig,
|
|
5486
5207
|
type TranscriptionEngineTelnyxConfig as TranscriptionEngineTelnyxConfig,
|
|
5487
5208
|
type TranscriptionEngineXaiConfig as TranscriptionEngineXaiConfig,
|
|
5488
5209
|
type TranscriptionStartRequest as TranscriptionStartRequest,
|
|
5210
|
+
type UserMessage as UserMessage,
|
|
5489
5211
|
type ActionAddAIAssistantMessagesResponse as ActionAddAIAssistantMessagesResponse,
|
|
5490
5212
|
type ActionAnswerResponse as ActionAnswerResponse,
|
|
5491
5213
|
type ActionBridgeResponse as ActionBridgeResponse,
|