@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
|
@@ -18,10 +18,10 @@ export interface WebhookToolConfigInput {
|
|
|
18
18
|
toolCallSound?: ElevenLabs.ToolCallSoundType;
|
|
19
19
|
/** Determines when the tool call sound should play. 'auto' only plays when there's pre-tool speech, 'always' plays for every tool call. */
|
|
20
20
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
21
|
-
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
22
|
-
apiSchema: ElevenLabs.WebhookToolApiSchemaConfigInput;
|
|
23
21
|
/** Configuration for dynamic variables */
|
|
24
22
|
dynamicVariables?: ElevenLabs.DynamicVariablesConfig;
|
|
25
23
|
/** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
26
24
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
25
|
+
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
26
|
+
apiSchema: ElevenLabs.WebhookToolApiSchemaConfigInput;
|
|
27
27
|
}
|
|
@@ -18,10 +18,10 @@ export interface WebhookToolConfigOutput {
|
|
|
18
18
|
toolCallSound?: ElevenLabs.ToolCallSoundType;
|
|
19
19
|
/** Determines when the tool call sound should play. 'auto' only plays when there's pre-tool speech, 'always' plays for every tool call. */
|
|
20
20
|
toolCallSoundBehavior?: ElevenLabs.ToolCallSoundBehavior;
|
|
21
|
-
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
22
|
-
apiSchema: ElevenLabs.WebhookToolApiSchemaConfigOutput;
|
|
23
21
|
/** Configuration for dynamic variables */
|
|
24
22
|
dynamicVariables?: ElevenLabs.DynamicVariablesConfig;
|
|
25
23
|
/** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
26
24
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
25
|
+
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
26
|
+
apiSchema: ElevenLabs.WebhookToolApiSchemaConfigOutput;
|
|
27
27
|
}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import * as ElevenLabs from "../index";
|
|
2
|
-
export type WorkflowPhoneNumberNodeModelInputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.SipUri;
|
|
2
|
+
export type WorkflowPhoneNumberNodeModelInputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.PhoneDynamicVariable | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.SipUri | ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination.SipUriDynamicVariable;
|
|
3
3
|
export declare namespace WorkflowPhoneNumberNodeModelInputTransferDestination {
|
|
4
4
|
interface Phone extends ElevenLabs.PhoneNumberTransferDestination {
|
|
5
5
|
type: "phone";
|
|
6
6
|
}
|
|
7
|
+
interface PhoneDynamicVariable extends ElevenLabs.PhoneNumberDynamicVariableTransferDestination {
|
|
8
|
+
type: "phone_dynamic_variable";
|
|
9
|
+
}
|
|
7
10
|
interface SipUri extends ElevenLabs.SipUriTransferDestination {
|
|
8
11
|
type: "sip_uri";
|
|
9
12
|
}
|
|
13
|
+
interface SipUriDynamicVariable extends ElevenLabs.SipUriDynamicVariableTransferDestination {
|
|
14
|
+
type: "sip_uri_dynamic_variable";
|
|
15
|
+
}
|
|
10
16
|
}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import * as ElevenLabs from "../index";
|
|
2
|
-
export type WorkflowPhoneNumberNodeModelOutputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.SipUri;
|
|
2
|
+
export type WorkflowPhoneNumberNodeModelOutputTransferDestination = ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.Phone | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.PhoneDynamicVariable | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.SipUri | ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination.SipUriDynamicVariable;
|
|
3
3
|
export declare namespace WorkflowPhoneNumberNodeModelOutputTransferDestination {
|
|
4
4
|
interface Phone extends ElevenLabs.PhoneNumberTransferDestination {
|
|
5
5
|
type: "phone";
|
|
6
6
|
}
|
|
7
|
+
interface PhoneDynamicVariable extends ElevenLabs.PhoneNumberDynamicVariableTransferDestination {
|
|
8
|
+
type: "phone_dynamic_variable";
|
|
9
|
+
}
|
|
7
10
|
interface SipUri extends ElevenLabs.SipUriTransferDestination {
|
|
8
11
|
type: "sip_uri";
|
|
9
12
|
}
|
|
13
|
+
interface SipUriDynamicVariable extends ElevenLabs.SipUriDynamicVariableTransferDestination {
|
|
14
|
+
type: "sip_uri_dynamic_variable";
|
|
15
|
+
}
|
|
10
16
|
}
|
|
@@ -20,5 +20,7 @@ export declare const WorkspaceResourceType: {
|
|
|
20
20
|
readonly ConvaiCrawlJobs: "convai_crawl_jobs";
|
|
21
21
|
readonly ConvaiCrawlTasks: "convai_crawl_tasks";
|
|
22
22
|
readonly ConvaiWhatsappAccounts: "convai_whatsapp_accounts";
|
|
23
|
+
readonly Dashboard: "dashboard";
|
|
24
|
+
readonly DashboardConfiguration: "dashboard_configuration";
|
|
23
25
|
};
|
|
24
26
|
export type WorkspaceResourceType = (typeof WorkspaceResourceType)[keyof typeof WorkspaceResourceType];
|
|
@@ -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";
|
package/dist/api/types/index.js
CHANGED
|
@@ -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);
|
|
@@ -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())
|
package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts
CHANGED
|
@@ -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";
|
package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js
CHANGED
|
@@ -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
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
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 McpToolConfigOverrideUpdateRequestModel: core.serialization.Schema<serializers.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel.Raw, ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel>;
|
|
9
|
+
export declare namespace McpToolConfigOverrideUpdateRequestModel {
|
|
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
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.McpToolConfigOverrideUpdateRequestModel = 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.McpToolConfigOverrideUpdateRequestModel = 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
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.McpToolConfigOverrideUpdateRequestModel = exports.McpToolConfigOverrideCreateRequestModel = void 0;
|
|
4
|
+
var McpToolConfigOverrideCreateRequestModel_1 = require("./McpToolConfigOverrideCreateRequestModel");
|
|
5
|
+
Object.defineProperty(exports, "McpToolConfigOverrideCreateRequestModel", { enumerable: true, get: function () { return McpToolConfigOverrideCreateRequestModel_1.McpToolConfigOverrideCreateRequestModel; } });
|
|
6
|
+
var McpToolConfigOverrideUpdateRequestModel_1 = require("./McpToolConfigOverrideUpdateRequestModel");
|
|
7
|
+
Object.defineProperty(exports, "McpToolConfigOverrideUpdateRequestModel", { enumerable: true, get: function () { return McpToolConfigOverrideUpdateRequestModel_1.McpToolConfigOverrideUpdateRequestModel; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -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("./client"), exports);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as serializers from "../../../index";
|
|
2
|
+
import * as ElevenLabs from "../../../../api/index";
|
|
3
|
+
import * as core from "../../../../core";
|
|
4
|
+
export declare const MusicSeparateStemsRequestOutputFormat: core.serialization.Schema<serializers.MusicSeparateStemsRequestOutputFormat.Raw, ElevenLabs.MusicSeparateStemsRequestOutputFormat>;
|
|
5
|
+
export declare namespace MusicSeparateStemsRequestOutputFormat {
|
|
6
|
+
type Raw = "mp3_22050_32" | "mp3_24000_48" | "mp3_44100_32" | "mp3_44100_64" | "mp3_44100_96" | "mp3_44100_128" | "mp3_44100_192" | "pcm_8000" | "pcm_16000" | "pcm_22050" | "pcm_24000" | "pcm_32000" | "pcm_44100" | "pcm_48000" | "ulaw_8000" | "alaw_8000" | "opus_48000_32" | "opus_48000_64" | "opus_48000_96" | "opus_48000_128" | "opus_48000_192";
|
|
7
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.MusicSeparateStemsRequestOutputFormat = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../core"));
|
|
39
|
+
exports.MusicSeparateStemsRequestOutputFormat = core.serialization.enum_([
|
|
40
|
+
"mp3_22050_32",
|
|
41
|
+
"mp3_24000_48",
|
|
42
|
+
"mp3_44100_32",
|
|
43
|
+
"mp3_44100_64",
|
|
44
|
+
"mp3_44100_96",
|
|
45
|
+
"mp3_44100_128",
|
|
46
|
+
"mp3_44100_192",
|
|
47
|
+
"pcm_8000",
|
|
48
|
+
"pcm_16000",
|
|
49
|
+
"pcm_22050",
|
|
50
|
+
"pcm_24000",
|
|
51
|
+
"pcm_32000",
|
|
52
|
+
"pcm_44100",
|
|
53
|
+
"pcm_48000",
|
|
54
|
+
"ulaw_8000",
|
|
55
|
+
"alaw_8000",
|
|
56
|
+
"opus_48000_32",
|
|
57
|
+
"opus_48000_64",
|
|
58
|
+
"opus_48000_96",
|
|
59
|
+
"opus_48000_128",
|
|
60
|
+
"opus_48000_192",
|
|
61
|
+
]);
|
package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as serializers from "../../../index";
|
|
2
|
+
import * as ElevenLabs from "../../../../api/index";
|
|
3
|
+
import * as core from "../../../../core";
|
|
4
|
+
export declare const MusicSeparateStemsRequestStemVariationId: core.serialization.Schema<serializers.MusicSeparateStemsRequestStemVariationId.Raw, ElevenLabs.MusicSeparateStemsRequestStemVariationId>;
|
|
5
|
+
export declare namespace MusicSeparateStemsRequestStemVariationId {
|
|
6
|
+
type Raw = "two_stems_v1" | "six_stems_v1";
|
|
7
|
+
}
|