@elevenlabs/elevenlabs-js 2.21.0 → 2.22.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/Client.js +2 -2
- package/api/errors/ConflictError.d.ts +5 -0
- package/api/errors/ConflictError.js +50 -0
- package/api/errors/index.d.ts +1 -0
- package/api/errors/index.js +1 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +1 -4
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +1 -4
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +3 -5
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +7 -3
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +94 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +372 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +23 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +3 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +19 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +3 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +6 -4
- package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -4
- package/api/resources/music/client/Client.d.ts +6 -0
- package/api/resources/music/client/Client.js +73 -0
- package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +10 -0
- package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.js +3 -0
- package/api/resources/music/client/requests/index.d.ts +1 -0
- package/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +25 -0
- package/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +28 -0
- package/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +6 -0
- package/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +9 -0
- package/api/resources/music/types/index.d.ts +2 -0
- package/api/resources/music/types/index.js +2 -0
- package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +11 -0
- package/api/types/ApiIntegrationWebhookOverridesInput.js +3 -0
- package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +3 -0
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +11 -0
- package/api/types/ApiIntegrationWebhookOverridesOutput.js +3 -0
- package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +3 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.js +3 -0
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
- package/api/types/ApiIntegrationWebhookToolConfigOutput.js +3 -0
- package/api/types/BatchCallDetailedResponse.d.ts +2 -1
- package/api/types/BatchCallResponse.d.ts +2 -1
- package/api/types/InvoiceResponse.d.ts +4 -0
- package/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
- package/api/types/LiteralOverride.d.ts +6 -0
- package/api/types/LiteralOverride.js +3 -0
- package/api/types/LiteralOverrideConstantValue.d.ts +1 -0
- package/api/types/LiteralOverrideConstantValue.js +3 -0
- package/api/types/McpServerConfigInput.d.ts +8 -2
- package/api/types/McpServerConfigOutput.d.ts +8 -2
- package/api/types/McpToolConfigOverride.d.ts +17 -0
- package/api/types/McpToolConfigOverride.js +3 -0
- package/api/types/ObjectOverrideInput.d.ts +6 -0
- package/api/types/ObjectOverrideInput.js +3 -0
- package/api/types/ObjectOverrideInputPropertiesValue.d.ts +2 -0
- package/api/types/ObjectOverrideInputPropertiesValue.js +3 -0
- package/api/types/ObjectOverrideOutput.d.ts +6 -0
- package/api/types/ObjectOverrideOutput.js +3 -0
- package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -0
- package/api/types/ObjectOverrideOutputPropertiesValue.js +3 -0
- package/api/types/OutboundCallRecipient.d.ts +2 -1
- package/api/types/OutboundCallRecipientResponseModel.d.ts +2 -1
- package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
- package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +6 -0
- package/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +9 -0
- package/api/types/PhoneNumberDynamicVariableTransferDestination.d.ts +3 -0
- package/api/types/PhoneNumberDynamicVariableTransferDestination.js +3 -0
- package/api/types/PhoneNumberTransferTransferDestination.d.ts +7 -1
- package/api/types/PromptAgentApiModelInputToolsItem.d.ts +4 -1
- package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +4 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +4 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +4 -1
- package/api/types/QueryOverride.d.ts +5 -0
- package/api/types/QueryOverride.js +3 -0
- package/api/types/ReferencedToolCommonModelType.d.ts +1 -0
- package/api/types/ReferencedToolCommonModelType.js +1 -0
- package/api/types/SipUriDynamicVariableTransferDestination.d.ts +3 -0
- package/api/types/SipUriDynamicVariableTransferDestination.js +3 -0
- package/api/types/ToolRequestModelToolConfig.d.ts +4 -1
- package/api/types/ToolResponseModelToolConfig.d.ts +4 -1
- package/api/types/ToolType.d.ts +2 -0
- package/api/types/ToolType.js +2 -0
- package/api/types/VoiceSegment.d.ts +2 -0
- package/api/types/WebhookToolConfigInput.d.ts +2 -2
- package/api/types/WebhookToolConfigOutput.d.ts +2 -2
- package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +7 -1
- package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +7 -1
- package/api/types/WorkspaceResourceType.d.ts +2 -0
- package/api/types/WorkspaceResourceType.js +2 -0
- package/api/types/index.d.ts +17 -0
- package/api/types/index.js +17 -0
- package/dist/Client.js +2 -2
- package/dist/api/errors/ConflictError.d.ts +5 -0
- package/dist/api/errors/ConflictError.js +50 -0
- package/dist/api/errors/index.d.ts +1 -0
- package/dist/api/errors/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +1 -4
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +1 -4
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +3 -5
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +7 -3
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +94 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +372 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +23 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +6 -4
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -4
- package/dist/api/resources/music/client/Client.d.ts +6 -0
- package/dist/api/resources/music/client/Client.js +73 -0
- package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +10 -0
- package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.js +3 -0
- package/dist/api/resources/music/client/requests/index.d.ts +1 -0
- package/dist/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +25 -0
- package/dist/api/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +28 -0
- package/dist/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +6 -0
- package/dist/api/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +9 -0
- package/dist/api/resources/music/types/index.d.ts +2 -0
- package/dist/api/resources/music/types/index.js +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +11 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInput.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +11 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.js +3 -0
- package/dist/api/types/BatchCallDetailedResponse.d.ts +2 -1
- package/dist/api/types/BatchCallResponse.d.ts +2 -1
- package/dist/api/types/InvoiceResponse.d.ts +4 -0
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +2 -0
- package/dist/api/types/LiteralOverride.d.ts +6 -0
- package/dist/api/types/LiteralOverride.js +3 -0
- package/dist/api/types/LiteralOverrideConstantValue.d.ts +1 -0
- package/dist/api/types/LiteralOverrideConstantValue.js +3 -0
- package/dist/api/types/McpServerConfigInput.d.ts +8 -2
- package/dist/api/types/McpServerConfigOutput.d.ts +8 -2
- package/dist/api/types/McpToolConfigOverride.d.ts +17 -0
- package/dist/api/types/McpToolConfigOverride.js +3 -0
- package/dist/api/types/ObjectOverrideInput.d.ts +6 -0
- package/dist/api/types/ObjectOverrideInput.js +3 -0
- package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +2 -0
- package/dist/api/types/ObjectOverrideInputPropertiesValue.js +3 -0
- package/dist/api/types/ObjectOverrideOutput.d.ts +6 -0
- package/dist/api/types/ObjectOverrideOutput.js +3 -0
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -0
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.js +3 -0
- package/dist/api/types/OutboundCallRecipient.d.ts +2 -1
- package/dist/api/types/OutboundCallRecipientResponseModel.d.ts +2 -1
- package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
- package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +6 -0
- package/dist/api/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +9 -0
- package/dist/api/types/PhoneNumberDynamicVariableTransferDestination.d.ts +3 -0
- package/dist/api/types/PhoneNumberDynamicVariableTransferDestination.js +3 -0
- package/dist/api/types/PhoneNumberTransferTransferDestination.d.ts +7 -1
- package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +4 -1
- package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +4 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +4 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +4 -1
- package/dist/api/types/QueryOverride.d.ts +5 -0
- package/dist/api/types/QueryOverride.js +3 -0
- package/dist/api/types/ReferencedToolCommonModelType.d.ts +1 -0
- package/dist/api/types/ReferencedToolCommonModelType.js +1 -0
- package/dist/api/types/SipUriDynamicVariableTransferDestination.d.ts +3 -0
- package/dist/api/types/SipUriDynamicVariableTransferDestination.js +3 -0
- package/dist/api/types/ToolRequestModelToolConfig.d.ts +4 -1
- package/dist/api/types/ToolResponseModelToolConfig.d.ts +4 -1
- package/dist/api/types/ToolType.d.ts +2 -0
- package/dist/api/types/ToolType.js +2 -0
- package/dist/api/types/VoiceSegment.d.ts +2 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +2 -2
- package/dist/api/types/WebhookToolConfigOutput.d.ts +2 -2
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +7 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +7 -1
- package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
- package/dist/api/types/WorkspaceResourceType.js +2 -0
- package/dist/api/types/index.d.ts +17 -0
- package/dist/api/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -1
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +19 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +51 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +18 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +50 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +7 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +7 -0
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +61 -0
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +7 -0
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +39 -0
- package/dist/serialization/resources/music/types/index.d.ts +2 -0
- package/dist/serialization/resources/music/types/index.js +2 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +15 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +50 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +8 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +40 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +15 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +50 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +8 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +40 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +60 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +60 -0
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +2 -1
- package/dist/serialization/types/BatchCallDetailedResponse.js +2 -1
- package/dist/serialization/types/BatchCallResponse.d.ts +2 -1
- package/dist/serialization/types/BatchCallResponse.js +2 -1
- package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
- package/dist/serialization/types/InvoiceResponse.js +2 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/dist/serialization/types/LiteralOverride.d.ts +12 -0
- package/dist/serialization/types/LiteralOverride.js +44 -0
- package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +7 -0
- package/dist/serialization/types/LiteralOverrideConstantValue.js +44 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +6 -0
- package/dist/serialization/types/McpServerConfigInput.js +6 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +6 -0
- package/dist/serialization/types/McpServerConfigOutput.js +6 -0
- package/dist/serialization/types/McpToolConfigOverride.d.ts +19 -0
- package/dist/serialization/types/McpToolConfigOverride.js +51 -0
- package/dist/serialization/types/ObjectOverrideInput.d.ts +11 -0
- package/dist/serialization/types/ObjectOverrideInput.js +46 -0
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +8 -0
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.js +44 -0
- package/dist/serialization/types/ObjectOverrideOutput.d.ts +11 -0
- package/dist/serialization/types/ObjectOverrideOutput.js +46 -0
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +8 -0
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.js +44 -0
- package/dist/serialization/types/OutboundCallRecipient.d.ts +2 -1
- package/dist/serialization/types/OutboundCallRecipient.js +2 -1
- package/dist/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -1
- package/dist/serialization/types/OutboundCallRecipientResponseModel.js +2 -1
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +2 -0
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +7 -0
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +39 -0
- package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +9 -0
- package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.js +41 -0
- package/dist/serialization/types/PhoneNumberTransferTransferDestination.d.ts +9 -1
- package/dist/serialization/types/PhoneNumberTransferTransferDestination.js +4 -0
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +2 -0
- package/dist/serialization/types/QueryOverride.d.ts +11 -0
- package/dist/serialization/types/QueryOverride.js +43 -0
- package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
- package/dist/serialization/types/ReferencedToolCommonModelType.js +1 -1
- package/dist/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +9 -0
- package/dist/serialization/types/SipUriDynamicVariableTransferDestination.js +41 -0
- package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +5 -1
- package/dist/serialization/types/ToolRequestModelToolConfig.js +2 -0
- package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +5 -1
- package/dist/serialization/types/ToolResponseModelToolConfig.js +2 -0
- package/dist/serialization/types/ToolType.d.ts +1 -1
- package/dist/serialization/types/ToolType.js +9 -1
- package/dist/serialization/types/VoiceSegment.d.ts +1 -0
- package/dist/serialization/types/VoiceSegment.js +1 -0
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/WebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +9 -1
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +4 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +9 -1
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +4 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +2 -0
- package/dist/serialization/types/index.d.ts +17 -0
- package/dist/serialization/types/index.js +17 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +303 -10
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -1
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +19 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +51 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +18 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +50 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.js +7 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +17 -0
- package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +7 -0
- package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.js +61 -0
- package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +7 -0
- package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.js +39 -0
- package/serialization/resources/music/types/index.d.ts +2 -0
- package/serialization/resources/music/types/index.js +2 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +15 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.js +50 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +8 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js +40 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +15 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +50 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +8 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +40 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +28 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +60 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +28 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +60 -0
- package/serialization/types/BatchCallDetailedResponse.d.ts +2 -1
- package/serialization/types/BatchCallDetailedResponse.js +2 -1
- package/serialization/types/BatchCallResponse.d.ts +2 -1
- package/serialization/types/BatchCallResponse.js +2 -1
- package/serialization/types/InvoiceResponse.d.ts +2 -0
- package/serialization/types/InvoiceResponse.js +2 -0
- package/serialization/types/LiteralJsonSchemaProperty.d.ts +1 -0
- package/serialization/types/LiteralJsonSchemaProperty.js +1 -0
- package/serialization/types/LiteralOverride.d.ts +12 -0
- package/serialization/types/LiteralOverride.js +44 -0
- package/serialization/types/LiteralOverrideConstantValue.d.ts +7 -0
- package/serialization/types/LiteralOverrideConstantValue.js +44 -0
- package/serialization/types/McpServerConfigInput.d.ts +6 -0
- package/serialization/types/McpServerConfigInput.js +6 -0
- package/serialization/types/McpServerConfigOutput.d.ts +6 -0
- package/serialization/types/McpServerConfigOutput.js +6 -0
- package/serialization/types/McpToolConfigOverride.d.ts +19 -0
- package/serialization/types/McpToolConfigOverride.js +51 -0
- package/serialization/types/ObjectOverrideInput.d.ts +11 -0
- package/serialization/types/ObjectOverrideInput.js +46 -0
- package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +8 -0
- package/serialization/types/ObjectOverrideInputPropertiesValue.js +44 -0
- package/serialization/types/ObjectOverrideOutput.d.ts +11 -0
- package/serialization/types/ObjectOverrideOutput.js +46 -0
- package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +8 -0
- package/serialization/types/ObjectOverrideOutputPropertiesValue.js +44 -0
- package/serialization/types/OutboundCallRecipient.d.ts +2 -1
- package/serialization/types/OutboundCallRecipient.js +2 -1
- package/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -1
- package/serialization/types/OutboundCallRecipientResponseModel.js +2 -1
- package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +2 -0
- package/serialization/types/PendingSubscriptionSwitchResponseModel.js +2 -0
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +7 -0
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.js +39 -0
- package/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +9 -0
- package/serialization/types/PhoneNumberDynamicVariableTransferDestination.js +41 -0
- package/serialization/types/PhoneNumberTransferTransferDestination.d.ts +9 -1
- package/serialization/types/PhoneNumberTransferTransferDestination.js +4 -0
- package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelInputToolsItem.js +2 -0
- package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelOutputToolsItem.js +2 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +2 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +2 -0
- package/serialization/types/QueryOverride.d.ts +11 -0
- package/serialization/types/QueryOverride.js +43 -0
- package/serialization/types/ReferencedToolCommonModelType.d.ts +1 -1
- package/serialization/types/ReferencedToolCommonModelType.js +1 -1
- package/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +9 -0
- package/serialization/types/SipUriDynamicVariableTransferDestination.js +41 -0
- package/serialization/types/ToolRequestModelToolConfig.d.ts +5 -1
- package/serialization/types/ToolRequestModelToolConfig.js +2 -0
- package/serialization/types/ToolResponseModelToolConfig.d.ts +5 -1
- package/serialization/types/ToolResponseModelToolConfig.js +2 -0
- package/serialization/types/ToolType.d.ts +1 -1
- package/serialization/types/ToolType.js +9 -1
- package/serialization/types/VoiceSegment.d.ts +1 -0
- package/serialization/types/VoiceSegment.js +1 -0
- package/serialization/types/WebhookToolConfigInput.d.ts +2 -2
- package/serialization/types/WebhookToolConfigInput.js +2 -2
- package/serialization/types/WebhookToolConfigOutput.d.ts +2 -2
- package/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +9 -1
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +4 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +9 -1
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +4 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +2 -0
- package/serialization/types/index.d.ts +17 -0
- package/serialization/types/index.js +17 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -96,6 +96,12 @@ export * from "./AgentWorkflowResponseModel";
|
|
|
96
96
|
export * from "./AgentWorkspaceOverridesInput";
|
|
97
97
|
export * from "./AgentWorkspaceOverridesOutput";
|
|
98
98
|
export * from "./AllowlistItem";
|
|
99
|
+
export * from "./ApiIntegrationWebhookOverridesInputRequestHeadersValue";
|
|
100
|
+
export * from "./ApiIntegrationWebhookOverridesInput";
|
|
101
|
+
export * from "./ApiIntegrationWebhookOverridesOutputRequestHeadersValue";
|
|
102
|
+
export * from "./ApiIntegrationWebhookOverridesOutput";
|
|
103
|
+
export * from "./ApiIntegrationWebhookToolConfigInput";
|
|
104
|
+
export * from "./ApiIntegrationWebhookToolConfigOutput";
|
|
99
105
|
export * from "./ArrayJsonSchemaPropertyInputItems";
|
|
100
106
|
export * from "./ArrayJsonSchemaPropertyInput";
|
|
101
107
|
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
@@ -410,6 +416,8 @@ export * from "./ListResponseMeta";
|
|
|
410
416
|
export * from "./LiteralJsonSchemaPropertyType";
|
|
411
417
|
export * from "./LiteralJsonSchemaPropertyConstantValue";
|
|
412
418
|
export * from "./LiteralJsonSchemaProperty";
|
|
419
|
+
export * from "./LiteralOverrideConstantValue";
|
|
420
|
+
export * from "./LiteralOverride";
|
|
413
421
|
export * from "./LivekitStackType";
|
|
414
422
|
export * from "./McpApprovalPolicy";
|
|
415
423
|
export * from "./McpServerConfigInputUrl";
|
|
@@ -427,6 +435,7 @@ export * from "./McpServerTransport";
|
|
|
427
435
|
export * from "./McpServersResponseModel";
|
|
428
436
|
export * from "./McpToolApprovalHash";
|
|
429
437
|
export * from "./McpToolApprovalPolicy";
|
|
438
|
+
export * from "./McpToolConfigOverride";
|
|
430
439
|
export * from "./ManualVerificationFileResponse";
|
|
431
440
|
export * from "./ManualVerificationResponse";
|
|
432
441
|
export * from "./MatchAnythingParameterEvaluationStrategy";
|
|
@@ -445,6 +454,10 @@ export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
|
445
454
|
export * from "./ObjectJsonSchemaPropertyInput";
|
|
446
455
|
export * from "./ObjectJsonSchemaPropertyOutputPropertiesValue";
|
|
447
456
|
export * from "./ObjectJsonSchemaPropertyOutput";
|
|
457
|
+
export * from "./ObjectOverrideInputPropertiesValue";
|
|
458
|
+
export * from "./ObjectOverrideInput";
|
|
459
|
+
export * from "./ObjectOverrideOutputPropertiesValue";
|
|
460
|
+
export * from "./ObjectOverrideOutput";
|
|
448
461
|
export * from "./OrbAvatar";
|
|
449
462
|
export * from "./OutboundCallRecipient";
|
|
450
463
|
export * from "./OutboundCallRecipientResponseModel";
|
|
@@ -452,8 +465,10 @@ export * from "./OutboundSipTrunkConfigRequestModel";
|
|
|
452
465
|
export * from "./PdfExportOptions";
|
|
453
466
|
export * from "./PendingCancellationResponseModel";
|
|
454
467
|
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
468
|
+
export * from "./PendingSubscriptionSwitchResponseModelNextBillingPeriod";
|
|
455
469
|
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
456
470
|
export * from "./PhoneNumberAgentInfo";
|
|
471
|
+
export * from "./PhoneNumberDynamicVariableTransferDestination";
|
|
457
472
|
export * from "./PhoneNumberTransferTransferDestination";
|
|
458
473
|
export * from "./PhoneNumberTransfer";
|
|
459
474
|
export * from "./PhoneNumberTransferDestination";
|
|
@@ -516,6 +531,7 @@ export * from "./PronunciationDictionaryVersionLocator";
|
|
|
516
531
|
export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource";
|
|
517
532
|
export * from "./PronunciationDictionaryVersionResponseModel";
|
|
518
533
|
export * from "./PydanticPronunciationDictionaryVersionLocator";
|
|
534
|
+
export * from "./QueryOverride";
|
|
519
535
|
export * from "./QueryParamsJsonSchema";
|
|
520
536
|
export * from "./RagDocumentIndexResponseModel";
|
|
521
537
|
export * from "./RagDocumentIndexUsage";
|
|
@@ -546,6 +562,7 @@ export * from "./SipMediaEncryptionEnum";
|
|
|
546
562
|
export * from "./SipTrunkCredentialsRequestModel";
|
|
547
563
|
export * from "./SipTrunkOutboundCallResponse";
|
|
548
564
|
export * from "./SipTrunkTransportEnum";
|
|
565
|
+
export * from "./SipUriDynamicVariableTransferDestination";
|
|
549
566
|
export * from "./SipUriTransferDestination";
|
|
550
567
|
export * from "./SafetyCommonModel";
|
|
551
568
|
export * from "./SafetyEvaluation";
|
|
@@ -112,6 +112,12 @@ __exportStar(require("./AgentWorkflowResponseModel"), exports);
|
|
|
112
112
|
__exportStar(require("./AgentWorkspaceOverridesInput"), exports);
|
|
113
113
|
__exportStar(require("./AgentWorkspaceOverridesOutput"), exports);
|
|
114
114
|
__exportStar(require("./AllowlistItem"), exports);
|
|
115
|
+
__exportStar(require("./ApiIntegrationWebhookOverridesInputRequestHeadersValue"), exports);
|
|
116
|
+
__exportStar(require("./ApiIntegrationWebhookOverridesInput"), exports);
|
|
117
|
+
__exportStar(require("./ApiIntegrationWebhookOverridesOutputRequestHeadersValue"), exports);
|
|
118
|
+
__exportStar(require("./ApiIntegrationWebhookOverridesOutput"), exports);
|
|
119
|
+
__exportStar(require("./ApiIntegrationWebhookToolConfigInput"), exports);
|
|
120
|
+
__exportStar(require("./ApiIntegrationWebhookToolConfigOutput"), exports);
|
|
115
121
|
__exportStar(require("./ArrayJsonSchemaPropertyInputItems"), exports);
|
|
116
122
|
__exportStar(require("./ArrayJsonSchemaPropertyInput"), exports);
|
|
117
123
|
__exportStar(require("./ArrayJsonSchemaPropertyOutputItems"), exports);
|
|
@@ -426,6 +432,8 @@ __exportStar(require("./ListResponseMeta"), exports);
|
|
|
426
432
|
__exportStar(require("./LiteralJsonSchemaPropertyType"), exports);
|
|
427
433
|
__exportStar(require("./LiteralJsonSchemaPropertyConstantValue"), exports);
|
|
428
434
|
__exportStar(require("./LiteralJsonSchemaProperty"), exports);
|
|
435
|
+
__exportStar(require("./LiteralOverrideConstantValue"), exports);
|
|
436
|
+
__exportStar(require("./LiteralOverride"), exports);
|
|
429
437
|
__exportStar(require("./LivekitStackType"), exports);
|
|
430
438
|
__exportStar(require("./McpApprovalPolicy"), exports);
|
|
431
439
|
__exportStar(require("./McpServerConfigInputUrl"), exports);
|
|
@@ -443,6 +451,7 @@ __exportStar(require("./McpServerTransport"), exports);
|
|
|
443
451
|
__exportStar(require("./McpServersResponseModel"), exports);
|
|
444
452
|
__exportStar(require("./McpToolApprovalHash"), exports);
|
|
445
453
|
__exportStar(require("./McpToolApprovalPolicy"), exports);
|
|
454
|
+
__exportStar(require("./McpToolConfigOverride"), exports);
|
|
446
455
|
__exportStar(require("./ManualVerificationFileResponse"), exports);
|
|
447
456
|
__exportStar(require("./ManualVerificationResponse"), exports);
|
|
448
457
|
__exportStar(require("./MatchAnythingParameterEvaluationStrategy"), exports);
|
|
@@ -461,6 +470,10 @@ __exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports)
|
|
|
461
470
|
__exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
|
|
462
471
|
__exportStar(require("./ObjectJsonSchemaPropertyOutputPropertiesValue"), exports);
|
|
463
472
|
__exportStar(require("./ObjectJsonSchemaPropertyOutput"), exports);
|
|
473
|
+
__exportStar(require("./ObjectOverrideInputPropertiesValue"), exports);
|
|
474
|
+
__exportStar(require("./ObjectOverrideInput"), exports);
|
|
475
|
+
__exportStar(require("./ObjectOverrideOutputPropertiesValue"), exports);
|
|
476
|
+
__exportStar(require("./ObjectOverrideOutput"), exports);
|
|
464
477
|
__exportStar(require("./OrbAvatar"), exports);
|
|
465
478
|
__exportStar(require("./OutboundCallRecipient"), exports);
|
|
466
479
|
__exportStar(require("./OutboundCallRecipientResponseModel"), exports);
|
|
@@ -468,8 +481,10 @@ __exportStar(require("./OutboundSipTrunkConfigRequestModel"), exports);
|
|
|
468
481
|
__exportStar(require("./PdfExportOptions"), exports);
|
|
469
482
|
__exportStar(require("./PendingCancellationResponseModel"), exports);
|
|
470
483
|
__exportStar(require("./PendingSubscriptionSwitchResponseModelNextTier"), exports);
|
|
484
|
+
__exportStar(require("./PendingSubscriptionSwitchResponseModelNextBillingPeriod"), exports);
|
|
471
485
|
__exportStar(require("./PendingSubscriptionSwitchResponseModel"), exports);
|
|
472
486
|
__exportStar(require("./PhoneNumberAgentInfo"), exports);
|
|
487
|
+
__exportStar(require("./PhoneNumberDynamicVariableTransferDestination"), exports);
|
|
473
488
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
474
489
|
__exportStar(require("./PhoneNumberTransfer"), exports);
|
|
475
490
|
__exportStar(require("./PhoneNumberTransferDestination"), exports);
|
|
@@ -532,6 +547,7 @@ __exportStar(require("./PronunciationDictionaryVersionLocator"), exports);
|
|
|
532
547
|
__exportStar(require("./PronunciationDictionaryVersionResponseModelPermissionOnResource"), exports);
|
|
533
548
|
__exportStar(require("./PronunciationDictionaryVersionResponseModel"), exports);
|
|
534
549
|
__exportStar(require("./PydanticPronunciationDictionaryVersionLocator"), exports);
|
|
550
|
+
__exportStar(require("./QueryOverride"), exports);
|
|
535
551
|
__exportStar(require("./QueryParamsJsonSchema"), exports);
|
|
536
552
|
__exportStar(require("./RagDocumentIndexResponseModel"), exports);
|
|
537
553
|
__exportStar(require("./RagDocumentIndexUsage"), exports);
|
|
@@ -562,6 +578,7 @@ __exportStar(require("./SipMediaEncryptionEnum"), exports);
|
|
|
562
578
|
__exportStar(require("./SipTrunkCredentialsRequestModel"), exports);
|
|
563
579
|
__exportStar(require("./SipTrunkOutboundCallResponse"), exports);
|
|
564
580
|
__exportStar(require("./SipTrunkTransportEnum"), exports);
|
|
581
|
+
__exportStar(require("./SipUriDynamicVariableTransferDestination"), exports);
|
|
565
582
|
__exportStar(require("./SipUriTransferDestination"), exports);
|
|
566
583
|
__exportStar(require("./SafetyCommonModel"), exports);
|
|
567
584
|
__exportStar(require("./SafetyEvaluation"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v2.
|
|
1
|
+
export declare const SDK_VERSION = "v2.22.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -6037,10 +6037,11 @@ Add a new tool to the available tools in the workspace.
|
|
|
6037
6037
|
```typescript
|
|
6038
6038
|
await client.conversationalAi.tools.create({
|
|
6039
6039
|
toolConfig: {
|
|
6040
|
-
type: "
|
|
6040
|
+
type: "api_integration_webhook",
|
|
6041
6041
|
name: "name",
|
|
6042
6042
|
description: "description",
|
|
6043
|
-
|
|
6043
|
+
apiIntegrationId: "api_integration_id",
|
|
6044
|
+
apiIntegrationConnectionId: "api_integration_connection_id",
|
|
6044
6045
|
},
|
|
6045
6046
|
});
|
|
6046
6047
|
```
|
|
@@ -6233,10 +6234,11 @@ Update tool that is available in the workspace.
|
|
|
6233
6234
|
```typescript
|
|
6234
6235
|
await client.conversationalAi.tools.update("tool_id", {
|
|
6235
6236
|
toolConfig: {
|
|
6236
|
-
type: "
|
|
6237
|
+
type: "api_integration_webhook",
|
|
6237
6238
|
name: "name",
|
|
6238
6239
|
description: "description",
|
|
6239
|
-
|
|
6240
|
+
apiIntegrationId: "api_integration_id",
|
|
6241
|
+
apiIntegrationConnectionId: "api_integration_connection_id",
|
|
6240
6242
|
},
|
|
6241
6243
|
});
|
|
6242
6244
|
```
|
|
@@ -6768,12 +6770,7 @@ Submit a batch call request to schedule calls for multiple recipients.
|
|
|
6768
6770
|
await client.conversationalAi.batchCalls.create({
|
|
6769
6771
|
callName: "call_name",
|
|
6770
6772
|
agentId: "agent_id",
|
|
6771
|
-
|
|
6772
|
-
recipients: [
|
|
6773
|
-
{
|
|
6774
|
-
phoneNumber: "phone_number",
|
|
6775
|
-
},
|
|
6776
|
-
],
|
|
6773
|
+
recipients: [{}],
|
|
6777
6774
|
});
|
|
6778
6775
|
```
|
|
6779
6776
|
|
|
@@ -8993,6 +8990,302 @@ await client.conversationalAi.mcpServers.toolApprovals.delete("mcp_server_id", "
|
|
|
8993
8990
|
</dl>
|
|
8994
8991
|
</details>
|
|
8995
8992
|
|
|
8993
|
+
## ConversationalAi McpServers ToolConfigs
|
|
8994
|
+
|
|
8995
|
+
<details><summary><code>client.conversationalAi.mcpServers.toolConfigs.<a href="/src/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.ts">create</a>(mcpServerId, { ...params }) -> ElevenLabs.McpServerResponseModel</code></summary>
|
|
8996
|
+
<dl>
|
|
8997
|
+
<dd>
|
|
8998
|
+
|
|
8999
|
+
#### 📝 Description
|
|
9000
|
+
|
|
9001
|
+
<dl>
|
|
9002
|
+
<dd>
|
|
9003
|
+
|
|
9004
|
+
<dl>
|
|
9005
|
+
<dd>
|
|
9006
|
+
|
|
9007
|
+
Create configuration overrides for a specific MCP tool.
|
|
9008
|
+
|
|
9009
|
+
</dd>
|
|
9010
|
+
</dl>
|
|
9011
|
+
</dd>
|
|
9012
|
+
</dl>
|
|
9013
|
+
|
|
9014
|
+
#### 🔌 Usage
|
|
9015
|
+
|
|
9016
|
+
<dl>
|
|
9017
|
+
<dd>
|
|
9018
|
+
|
|
9019
|
+
<dl>
|
|
9020
|
+
<dd>
|
|
9021
|
+
|
|
9022
|
+
```typescript
|
|
9023
|
+
await client.conversationalAi.mcpServers.toolConfigs.create("mcp_server_id", {
|
|
9024
|
+
toolName: "tool_name",
|
|
9025
|
+
});
|
|
9026
|
+
```
|
|
9027
|
+
|
|
9028
|
+
</dd>
|
|
9029
|
+
</dl>
|
|
9030
|
+
</dd>
|
|
9031
|
+
</dl>
|
|
9032
|
+
|
|
9033
|
+
#### ⚙️ Parameters
|
|
9034
|
+
|
|
9035
|
+
<dl>
|
|
9036
|
+
<dd>
|
|
9037
|
+
|
|
9038
|
+
<dl>
|
|
9039
|
+
<dd>
|
|
9040
|
+
|
|
9041
|
+
**mcpServerId:** `string` — ID of the MCP Server.
|
|
9042
|
+
|
|
9043
|
+
</dd>
|
|
9044
|
+
</dl>
|
|
9045
|
+
|
|
9046
|
+
<dl>
|
|
9047
|
+
<dd>
|
|
9048
|
+
|
|
9049
|
+
**request:** `ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel`
|
|
9050
|
+
|
|
9051
|
+
</dd>
|
|
9052
|
+
</dl>
|
|
9053
|
+
|
|
9054
|
+
<dl>
|
|
9055
|
+
<dd>
|
|
9056
|
+
|
|
9057
|
+
**requestOptions:** `ToolConfigs.RequestOptions`
|
|
9058
|
+
|
|
9059
|
+
</dd>
|
|
9060
|
+
</dl>
|
|
9061
|
+
</dd>
|
|
9062
|
+
</dl>
|
|
9063
|
+
|
|
9064
|
+
</dd>
|
|
9065
|
+
</dl>
|
|
9066
|
+
</details>
|
|
9067
|
+
|
|
9068
|
+
<details><summary><code>client.conversationalAi.mcpServers.toolConfigs.<a href="/src/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.ts">get</a>(mcpServerId, toolName) -> ElevenLabs.McpToolConfigOverride</code></summary>
|
|
9069
|
+
<dl>
|
|
9070
|
+
<dd>
|
|
9071
|
+
|
|
9072
|
+
#### 📝 Description
|
|
9073
|
+
|
|
9074
|
+
<dl>
|
|
9075
|
+
<dd>
|
|
9076
|
+
|
|
9077
|
+
<dl>
|
|
9078
|
+
<dd>
|
|
9079
|
+
|
|
9080
|
+
Retrieve configuration overrides for a specific MCP tool.
|
|
9081
|
+
|
|
9082
|
+
</dd>
|
|
9083
|
+
</dl>
|
|
9084
|
+
</dd>
|
|
9085
|
+
</dl>
|
|
9086
|
+
|
|
9087
|
+
#### 🔌 Usage
|
|
9088
|
+
|
|
9089
|
+
<dl>
|
|
9090
|
+
<dd>
|
|
9091
|
+
|
|
9092
|
+
<dl>
|
|
9093
|
+
<dd>
|
|
9094
|
+
|
|
9095
|
+
```typescript
|
|
9096
|
+
await client.conversationalAi.mcpServers.toolConfigs.get("mcp_server_id", "tool_name");
|
|
9097
|
+
```
|
|
9098
|
+
|
|
9099
|
+
</dd>
|
|
9100
|
+
</dl>
|
|
9101
|
+
</dd>
|
|
9102
|
+
</dl>
|
|
9103
|
+
|
|
9104
|
+
#### ⚙️ Parameters
|
|
9105
|
+
|
|
9106
|
+
<dl>
|
|
9107
|
+
<dd>
|
|
9108
|
+
|
|
9109
|
+
<dl>
|
|
9110
|
+
<dd>
|
|
9111
|
+
|
|
9112
|
+
**mcpServerId:** `string` — ID of the MCP Server.
|
|
9113
|
+
|
|
9114
|
+
</dd>
|
|
9115
|
+
</dl>
|
|
9116
|
+
|
|
9117
|
+
<dl>
|
|
9118
|
+
<dd>
|
|
9119
|
+
|
|
9120
|
+
**toolName:** `string` — Name of the MCP tool to retrieve config overrides for.
|
|
9121
|
+
|
|
9122
|
+
</dd>
|
|
9123
|
+
</dl>
|
|
9124
|
+
|
|
9125
|
+
<dl>
|
|
9126
|
+
<dd>
|
|
9127
|
+
|
|
9128
|
+
**requestOptions:** `ToolConfigs.RequestOptions`
|
|
9129
|
+
|
|
9130
|
+
</dd>
|
|
9131
|
+
</dl>
|
|
9132
|
+
</dd>
|
|
9133
|
+
</dl>
|
|
9134
|
+
|
|
9135
|
+
</dd>
|
|
9136
|
+
</dl>
|
|
9137
|
+
</details>
|
|
9138
|
+
|
|
9139
|
+
<details><summary><code>client.conversationalAi.mcpServers.toolConfigs.<a href="/src/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.ts">delete</a>(mcpServerId, toolName) -> ElevenLabs.McpServerResponseModel</code></summary>
|
|
9140
|
+
<dl>
|
|
9141
|
+
<dd>
|
|
9142
|
+
|
|
9143
|
+
#### 📝 Description
|
|
9144
|
+
|
|
9145
|
+
<dl>
|
|
9146
|
+
<dd>
|
|
9147
|
+
|
|
9148
|
+
<dl>
|
|
9149
|
+
<dd>
|
|
9150
|
+
|
|
9151
|
+
Remove configuration overrides for a specific MCP tool.
|
|
9152
|
+
|
|
9153
|
+
</dd>
|
|
9154
|
+
</dl>
|
|
9155
|
+
</dd>
|
|
9156
|
+
</dl>
|
|
9157
|
+
|
|
9158
|
+
#### 🔌 Usage
|
|
9159
|
+
|
|
9160
|
+
<dl>
|
|
9161
|
+
<dd>
|
|
9162
|
+
|
|
9163
|
+
<dl>
|
|
9164
|
+
<dd>
|
|
9165
|
+
|
|
9166
|
+
```typescript
|
|
9167
|
+
await client.conversationalAi.mcpServers.toolConfigs.delete("mcp_server_id", "tool_name");
|
|
9168
|
+
```
|
|
9169
|
+
|
|
9170
|
+
</dd>
|
|
9171
|
+
</dl>
|
|
9172
|
+
</dd>
|
|
9173
|
+
</dl>
|
|
9174
|
+
|
|
9175
|
+
#### ⚙️ Parameters
|
|
9176
|
+
|
|
9177
|
+
<dl>
|
|
9178
|
+
<dd>
|
|
9179
|
+
|
|
9180
|
+
<dl>
|
|
9181
|
+
<dd>
|
|
9182
|
+
|
|
9183
|
+
**mcpServerId:** `string` — ID of the MCP Server.
|
|
9184
|
+
|
|
9185
|
+
</dd>
|
|
9186
|
+
</dl>
|
|
9187
|
+
|
|
9188
|
+
<dl>
|
|
9189
|
+
<dd>
|
|
9190
|
+
|
|
9191
|
+
**toolName:** `string` — Name of the MCP tool to remove config overrides for.
|
|
9192
|
+
|
|
9193
|
+
</dd>
|
|
9194
|
+
</dl>
|
|
9195
|
+
|
|
9196
|
+
<dl>
|
|
9197
|
+
<dd>
|
|
9198
|
+
|
|
9199
|
+
**requestOptions:** `ToolConfigs.RequestOptions`
|
|
9200
|
+
|
|
9201
|
+
</dd>
|
|
9202
|
+
</dl>
|
|
9203
|
+
</dd>
|
|
9204
|
+
</dl>
|
|
9205
|
+
|
|
9206
|
+
</dd>
|
|
9207
|
+
</dl>
|
|
9208
|
+
</details>
|
|
9209
|
+
|
|
9210
|
+
<details><summary><code>client.conversationalAi.mcpServers.toolConfigs.<a href="/src/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.ts">update</a>(mcpServerId, toolName, { ...params }) -> ElevenLabs.McpServerResponseModel</code></summary>
|
|
9211
|
+
<dl>
|
|
9212
|
+
<dd>
|
|
9213
|
+
|
|
9214
|
+
#### 📝 Description
|
|
9215
|
+
|
|
9216
|
+
<dl>
|
|
9217
|
+
<dd>
|
|
9218
|
+
|
|
9219
|
+
<dl>
|
|
9220
|
+
<dd>
|
|
9221
|
+
|
|
9222
|
+
Update configuration overrides for a specific MCP tool.
|
|
9223
|
+
|
|
9224
|
+
</dd>
|
|
9225
|
+
</dl>
|
|
9226
|
+
</dd>
|
|
9227
|
+
</dl>
|
|
9228
|
+
|
|
9229
|
+
#### 🔌 Usage
|
|
9230
|
+
|
|
9231
|
+
<dl>
|
|
9232
|
+
<dd>
|
|
9233
|
+
|
|
9234
|
+
<dl>
|
|
9235
|
+
<dd>
|
|
9236
|
+
|
|
9237
|
+
```typescript
|
|
9238
|
+
await client.conversationalAi.mcpServers.toolConfigs.update("mcp_server_id", "tool_name");
|
|
9239
|
+
```
|
|
9240
|
+
|
|
9241
|
+
</dd>
|
|
9242
|
+
</dl>
|
|
9243
|
+
</dd>
|
|
9244
|
+
</dl>
|
|
9245
|
+
|
|
9246
|
+
#### ⚙️ Parameters
|
|
9247
|
+
|
|
9248
|
+
<dl>
|
|
9249
|
+
<dd>
|
|
9250
|
+
|
|
9251
|
+
<dl>
|
|
9252
|
+
<dd>
|
|
9253
|
+
|
|
9254
|
+
**mcpServerId:** `string` — ID of the MCP Server.
|
|
9255
|
+
|
|
9256
|
+
</dd>
|
|
9257
|
+
</dl>
|
|
9258
|
+
|
|
9259
|
+
<dl>
|
|
9260
|
+
<dd>
|
|
9261
|
+
|
|
9262
|
+
**toolName:** `string` — Name of the MCP tool to update config overrides for.
|
|
9263
|
+
|
|
9264
|
+
</dd>
|
|
9265
|
+
</dl>
|
|
9266
|
+
|
|
9267
|
+
<dl>
|
|
9268
|
+
<dd>
|
|
9269
|
+
|
|
9270
|
+
**request:** `ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel`
|
|
9271
|
+
|
|
9272
|
+
</dd>
|
|
9273
|
+
</dl>
|
|
9274
|
+
|
|
9275
|
+
<dl>
|
|
9276
|
+
<dd>
|
|
9277
|
+
|
|
9278
|
+
**requestOptions:** `ToolConfigs.RequestOptions`
|
|
9279
|
+
|
|
9280
|
+
</dd>
|
|
9281
|
+
</dl>
|
|
9282
|
+
</dd>
|
|
9283
|
+
</dl>
|
|
9284
|
+
|
|
9285
|
+
</dd>
|
|
9286
|
+
</dl>
|
|
9287
|
+
</details>
|
|
9288
|
+
|
|
8996
9289
|
## ConversationalAi Tests Invocations
|
|
8997
9290
|
|
|
8998
9291
|
<details><summary><code>client.conversationalAi.tests.invocations.<a href="/src/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.GetTestInvocationsPageResponseModel</code></summary>
|
|
@@ -7,8 +7,9 @@ export declare namespace BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPo
|
|
|
7
7
|
interface Raw {
|
|
8
8
|
call_name: string;
|
|
9
9
|
agent_id: string;
|
|
10
|
-
agent_phone_number_id: string;
|
|
11
10
|
recipients: OutboundCallRecipient.Raw[];
|
|
12
11
|
scheduled_time_unix?: number | null;
|
|
12
|
+
agent_phone_number_id?: string | null;
|
|
13
|
+
agent_whatsapp_business_account_id?: string | null;
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -40,7 +40,8 @@ const OutboundCallRecipient_1 = require("../../../../../../types/OutboundCallRec
|
|
|
40
40
|
exports.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost = core.serialization.object({
|
|
41
41
|
callName: core.serialization.property("call_name", core.serialization.string()),
|
|
42
42
|
agentId: core.serialization.property("agent_id", core.serialization.string()),
|
|
43
|
-
agentPhoneNumberId: core.serialization.property("agent_phone_number_id", core.serialization.string()),
|
|
44
43
|
recipients: core.serialization.list(OutboundCallRecipient_1.OutboundCallRecipient),
|
|
45
44
|
scheduledTimeUnix: core.serialization.property("scheduled_time_unix", core.serialization.number().optional()),
|
|
45
|
+
agentPhoneNumberId: core.serialization.property("agent_phone_number_id", core.serialization.string().optional()),
|
|
46
|
+
agentWhatsappBusinessAccountId: core.serialization.property("agent_whatsapp_business_account_id", core.serialization.string().optional()),
|
|
46
47
|
});
|
|
@@ -2,6 +2,8 @@ import * as serializers from "../../../../../../index";
|
|
|
2
2
|
import * as ElevenLabs from "../../../../../../../api/index";
|
|
3
3
|
import * as core from "../../../../../../../core";
|
|
4
4
|
import { McpApprovalPolicy } from "../../../../../../types/McpApprovalPolicy";
|
|
5
|
+
import { ToolCallSoundType } from "../../../../../../types/ToolCallSoundType";
|
|
6
|
+
import { ToolCallSoundBehavior } from "../../../../../../types/ToolCallSoundBehavior";
|
|
5
7
|
import { ToolExecutionMode } from "../../../../../../types/ToolExecutionMode";
|
|
6
8
|
import { McpServerConfigUpdateRequestModelRequestHeadersValue } from "../../types/McpServerConfigUpdateRequestModelRequestHeadersValue";
|
|
7
9
|
export declare const McpServerConfigUpdateRequestModel: core.serialization.Schema<serializers.conversationalAi.McpServerConfigUpdateRequestModel.Raw, ElevenLabs.conversationalAi.McpServerConfigUpdateRequestModel>;
|
|
@@ -10,6 +12,8 @@ export declare namespace McpServerConfigUpdateRequestModel {
|
|
|
10
12
|
approval_policy?: McpApprovalPolicy.Raw | null;
|
|
11
13
|
force_pre_tool_speech?: boolean | null;
|
|
12
14
|
disable_interruptions?: boolean | null;
|
|
15
|
+
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
16
|
+
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
13
17
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
14
18
|
request_headers?: Record<string, McpServerConfigUpdateRequestModelRequestHeadersValue.Raw | null | undefined> | null;
|
|
15
19
|
}
|
|
@@ -37,12 +37,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.McpServerConfigUpdateRequestModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../../core"));
|
|
39
39
|
const McpApprovalPolicy_1 = require("../../../../../../types/McpApprovalPolicy");
|
|
40
|
+
const ToolCallSoundType_1 = require("../../../../../../types/ToolCallSoundType");
|
|
41
|
+
const ToolCallSoundBehavior_1 = require("../../../../../../types/ToolCallSoundBehavior");
|
|
40
42
|
const ToolExecutionMode_1 = require("../../../../../../types/ToolExecutionMode");
|
|
41
43
|
const McpServerConfigUpdateRequestModelRequestHeadersValue_1 = require("../../types/McpServerConfigUpdateRequestModelRequestHeadersValue");
|
|
42
44
|
exports.McpServerConfigUpdateRequestModel = core.serialization.object({
|
|
43
45
|
approvalPolicy: core.serialization.property("approval_policy", McpApprovalPolicy_1.McpApprovalPolicy.optional()),
|
|
44
46
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
45
47
|
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
48
|
+
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
49
|
+
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
46
50
|
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
47
51
|
requestHeaders: core.serialization.property("request_headers", core.serialization
|
|
48
52
|
.record(core.serialization.string(), McpServerConfigUpdateRequestModelRequestHeadersValue_1.McpServerConfigUpdateRequestModelRequestHeadersValue.optional())
|
|
@@ -2,3 +2,5 @@ export * as approvalPolicy from "./approvalPolicy";
|
|
|
2
2
|
export * from "./approvalPolicy/client/requests";
|
|
3
3
|
export * as toolApprovals from "./toolApprovals";
|
|
4
4
|
export * from "./toolApprovals/client/requests";
|
|
5
|
+
export * as toolConfigs from "./toolConfigs";
|
|
6
|
+
export * from "./toolConfigs/client/requests";
|
|
@@ -36,8 +36,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.toolApprovals = exports.approvalPolicy = void 0;
|
|
39
|
+
exports.toolConfigs = exports.toolApprovals = exports.approvalPolicy = void 0;
|
|
40
40
|
exports.approvalPolicy = __importStar(require("./approvalPolicy"));
|
|
41
41
|
__exportStar(require("./approvalPolicy/client/requests"), exports);
|
|
42
42
|
exports.toolApprovals = __importStar(require("./toolApprovals"));
|
|
43
43
|
__exportStar(require("./toolApprovals/client/requests"), exports);
|
|
44
|
+
exports.toolConfigs = __importStar(require("./toolConfigs"));
|
|
45
|
+
__exportStar(require("./toolConfigs/client/requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as serializers from "../../../../../../../../index";
|
|
2
|
+
import * as ElevenLabs from "../../../../../../../../../api/index";
|
|
3
|
+
import * as core from "../../../../../../../../../core";
|
|
4
|
+
import { ToolCallSoundType } from "../../../../../../../../types/ToolCallSoundType";
|
|
5
|
+
import { ToolCallSoundBehavior } from "../../../../../../../../types/ToolCallSoundBehavior";
|
|
6
|
+
import { ToolExecutionMode } from "../../../../../../../../types/ToolExecutionMode";
|
|
7
|
+
import { DynamicVariableAssignment } from "../../../../../../../../types/DynamicVariableAssignment";
|
|
8
|
+
export declare const McpToolConfigOverrideCreateRequestModel: core.serialization.Schema<serializers.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel.Raw, ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel>;
|
|
9
|
+
export declare namespace McpToolConfigOverrideCreateRequestModel {
|
|
10
|
+
interface Raw {
|
|
11
|
+
force_pre_tool_speech?: boolean | null;
|
|
12
|
+
disable_interruptions?: boolean | null;
|
|
13
|
+
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
14
|
+
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
15
|
+
execution_mode?: ToolExecutionMode.Raw | null;
|
|
16
|
+
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
17
|
+
tool_name: string;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.McpToolConfigOverrideCreateRequestModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../../core"));
|
|
39
|
+
const ToolCallSoundType_1 = require("../../../../../../../../types/ToolCallSoundType");
|
|
40
|
+
const ToolCallSoundBehavior_1 = require("../../../../../../../../types/ToolCallSoundBehavior");
|
|
41
|
+
const ToolExecutionMode_1 = require("../../../../../../../../types/ToolExecutionMode");
|
|
42
|
+
const DynamicVariableAssignment_1 = require("../../../../../../../../types/DynamicVariableAssignment");
|
|
43
|
+
exports.McpToolConfigOverrideCreateRequestModel = core.serialization.object({
|
|
44
|
+
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
45
|
+
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
46
|
+
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
47
|
+
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
48
|
+
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
49
|
+
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
|
|
50
|
+
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
51
|
+
});
|