@elevenlabs/elevenlabs-js 2.28.0 → 2.30.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/.fern/metadata.json +1 -1
- package/BaseClient.js +2 -2
- package/LICENSE +1 -1
- package/api/resources/conversationalAi/client/Client.d.ts +6 -0
- package/api/resources/conversationalAi/client/Client.js +10 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +5 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +9 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/index.d.ts +4 -0
- package/api/resources/conversationalAi/resources/index.js +5 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -5
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +0 -3
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +3 -2
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +11 -5
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +8 -4
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/Client.d.ts +32 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +129 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/index.d.ts +1 -0
- package/{dist/api/resources/dubbing/resources/resource/types → api/resources/conversationalAi/resources/whatsapp/client}/index.js +1 -1
- package/api/resources/conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.d.ts +19 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/whatsapp/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/{dist/serialization/resources/dubbing/resources/resource/types → api/resources/conversationalAi/resources/whatsapp}/index.js +1 -1
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +82 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +358 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/index.d.ts +1 -0
- package/{serialization/resources/dubbing/resources/resource/types → api/resources/conversationalAi/resources/whatsappAccounts/client}/index.js +1 -1
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +7 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +3 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/index.d.ts +1 -0
- package/api/resources/{dubbing/resources/resource/types → conversationalAi/resources/whatsappAccounts}/index.js +1 -1
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/api/resources/dubbing/resources/index.d.ts +0 -1
- package/api/resources/dubbing/resources/index.js +0 -1
- package/api/resources/dubbing/resources/resource/client/Client.d.ts +3 -3
- package/api/resources/dubbing/resources/resource/client/Client.js +3 -3
- package/api/resources/dubbing/resources/resource/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/index.js +0 -1
- package/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +1 -1
- package/api/resources/dubbing/types/DubbingCreateRequestMode.js +1 -1
- package/api/resources/history/client/Client.d.ts +2 -2
- package/api/resources/history/client/Client.js +2 -2
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -1
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -1
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -1
- package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/api/resources/speechToText/client/Client.js +11 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +4 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.js +3 -0
- package/api/resources/speechToText/types/index.d.ts +1 -0
- package/api/resources/speechToText/types/index.js +1 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +3 -3
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +3 -3
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +3 -3
- package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -0
- package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -0
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/api/resources/workspace/resources/resources/client/Client.d.ts +17 -0
- package/api/resources/workspace/resources/resources/client/Client.js +59 -0
- package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +14 -0
- package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js +3 -0
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/api/types/AuthorizationMethod.d.ts +1 -0
- package/api/types/AuthorizationMethod.js +1 -0
- package/api/types/BatchCallDetailedResponse.d.ts +3 -1
- package/api/types/BatchCallRecipientStatus.d.ts +1 -0
- package/api/types/BatchCallRecipientStatus.js +1 -0
- package/api/types/BatchCallResponse.d.ts +3 -1
- package/api/types/ConversationConfig.d.ts +4 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +4 -0
- package/api/types/ConversationSummaryResponseModel.d.ts +1 -0
- package/api/types/DependentAvailableAgentIdentifier.d.ts +2 -0
- package/api/types/DependentUnknownAgentIdentifier.d.ts +4 -1
- package/api/types/DetectedEntity.d.ts +10 -0
- package/api/types/DetectedEntity.js +3 -0
- package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/api/types/GetAgentResponseModel.d.ts +6 -0
- package/api/types/GetConversationResponseModel.d.ts +2 -0
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
- package/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
- package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +3 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +3 -0
- package/api/types/GetWhatsAppAccountResponse.d.ts +9 -0
- package/api/types/GetWhatsAppAccountResponse.js +3 -0
- package/api/types/ImportWhatsAppAccountResponse.d.ts +3 -0
- package/api/types/ImportWhatsAppAccountResponse.js +3 -0
- package/api/types/KnowledgeBaseDependentType.d.ts +6 -0
- package/api/types/KnowledgeBaseDependentType.js +9 -0
- package/api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +3 -0
- package/api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.js +3 -0
- package/api/types/ListWhatsAppAccountsResponse.d.ts +4 -0
- package/api/types/ListWhatsAppAccountsResponse.js +3 -0
- package/api/types/Llm.d.ts +4 -0
- package/api/types/Llm.js +4 -0
- package/api/types/McpServerConfigInput.d.ts +2 -0
- package/api/types/McpServerConfigOutput.d.ts +2 -0
- package/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/api/types/ProjectVideoResponseModel.d.ts +2 -1
- package/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/SoftTimeoutConfig.d.ts +2 -0
- package/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/TransferTypeEnum.d.ts +1 -0
- package/api/types/TransferTypeEnum.js +1 -0
- package/api/types/Voice.d.ts +2 -0
- package/api/types/VoicemailDetectionToolConfig.d.ts +1 -1
- package/api/types/WhatsAppOutboundCallResponse.d.ts +5 -0
- package/api/types/WhatsAppOutboundCallResponse.js +3 -0
- package/api/types/WidgetConfig.d.ts +6 -0
- package/api/types/WidgetConfigResponse.d.ts +6 -0
- package/api/types/WidgetLanguagePreset.d.ts +8 -0
- package/api/types/WidgetLanguagePresetResponse.d.ts +6 -0
- package/api/types/WidgetTermsTranslation.d.ts +4 -0
- package/api/types/WidgetTermsTranslation.js +3 -0
- package/api/types/WorkspaceCreateApiKeyResponseModel.d.ts +1 -0
- package/api/types/WorkspaceResourceType.d.ts +3 -0
- package/api/types/WorkspaceResourceType.js +3 -0
- package/api/types/index.d.ts +8 -0
- package/api/types/index.js +8 -0
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/client/Client.d.ts +6 -0
- package/dist/api/resources/conversationalAi/client/Client.js +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +5 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +9 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/index.js +5 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -5
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +0 -3
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +3 -2
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +11 -5
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/DocumentsGetAgentsRequest.d.ts +8 -4
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.d.ts +32 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +129 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsapp/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +82 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +358 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +7 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/index.js +17 -0
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/index.js +0 -1
- package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +3 -3
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +3 -3
- package/dist/api/resources/dubbing/resources/resource/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/index.js +0 -1
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +1 -1
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.js +1 -1
- package/dist/api/resources/history/client/Client.d.ts +2 -2
- package/dist/api/resources/history/client/Client.js +2 -2
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -1
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -1
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -1
- package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/dist/api/resources/speechToText/client/Client.js +11 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +4 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.js +3 -0
- package/dist/api/resources/speechToText/types/index.d.ts +1 -0
- package/dist/api/resources/speechToText/types/index.js +1 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +3 -3
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +3 -3
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +3 -3
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -0
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +17 -0
- package/dist/api/resources/workspace/resources/resources/client/Client.js +59 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +14 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js +3 -0
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/dist/api/types/AuthorizationMethod.d.ts +1 -0
- package/dist/api/types/AuthorizationMethod.js +1 -0
- package/dist/api/types/BatchCallDetailedResponse.d.ts +3 -1
- package/dist/api/types/BatchCallRecipientStatus.d.ts +1 -0
- package/dist/api/types/BatchCallRecipientStatus.js +1 -0
- package/dist/api/types/BatchCallResponse.d.ts +3 -1
- package/dist/api/types/ConversationConfig.d.ts +4 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +4 -0
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +1 -0
- package/dist/api/types/DependentAvailableAgentIdentifier.d.ts +2 -0
- package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +4 -1
- package/dist/api/types/DetectedEntity.d.ts +10 -0
- package/dist/api/types/DetectedEntity.js +3 -0
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/api/types/GetAgentResponseModel.d.ts +6 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +2 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +3 -0
- package/dist/api/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +3 -0
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +3 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +3 -0
- package/dist/api/types/GetWhatsAppAccountResponse.d.ts +9 -0
- package/dist/api/types/GetWhatsAppAccountResponse.js +3 -0
- package/dist/api/types/ImportWhatsAppAccountResponse.d.ts +3 -0
- package/dist/api/types/ImportWhatsAppAccountResponse.js +3 -0
- package/dist/api/types/KnowledgeBaseDependentType.d.ts +6 -0
- package/dist/api/types/KnowledgeBaseDependentType.js +9 -0
- package/dist/api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +3 -0
- package/dist/api/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.js +3 -0
- package/dist/api/types/ListWhatsAppAccountsResponse.d.ts +4 -0
- package/dist/api/types/ListWhatsAppAccountsResponse.js +3 -0
- package/dist/api/types/Llm.d.ts +4 -0
- package/dist/api/types/Llm.js +4 -0
- package/dist/api/types/McpServerConfigInput.d.ts +2 -0
- package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
- package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -1
- package/dist/api/types/PromptAgentApiModelInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/SoftTimeoutConfig.d.ts +2 -0
- package/dist/api/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/TransferTypeEnum.d.ts +1 -0
- package/dist/api/types/TransferTypeEnum.js +1 -0
- package/dist/api/types/Voice.d.ts +2 -0
- package/dist/api/types/VoicemailDetectionToolConfig.d.ts +1 -1
- package/dist/api/types/WhatsAppOutboundCallResponse.d.ts +5 -0
- package/dist/api/types/WhatsAppOutboundCallResponse.js +3 -0
- package/dist/api/types/WidgetConfig.d.ts +6 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +6 -0
- package/dist/api/types/WidgetLanguagePreset.d.ts +8 -0
- package/dist/api/types/WidgetLanguagePresetResponse.d.ts +6 -0
- package/dist/api/types/WidgetTermsTranslation.d.ts +4 -0
- package/dist/api/types/WidgetTermsTranslation.js +3 -0
- package/dist/api/types/WorkspaceCreateApiKeyResponseModel.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +3 -0
- package/dist/api/types/WorkspaceResourceType.js +3 -0
- package/dist/api/types/index.d.ts +8 -0
- package/dist/api/types/index.js +8 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +4 -0
- package/dist/serialization/resources/conversationalAi/resources/index.js +5 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.js +47 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsapp/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +11 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js +43 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +7 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/index.d.ts +0 -1
- package/dist/serialization/resources/dubbing/resources/index.js +0 -1
- package/dist/serialization/resources/dubbing/resources/resource/index.d.ts +0 -1
- package/dist/serialization/resources/dubbing/resources/resource/index.js +0 -1
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +7 -0
- package/dist/serialization/resources/{dubbing/resources/resource/types/ResourceRenderRequestLanguage.js → speechToText/types/SpeechToTextConvertRequestEntityDetection.js} +4 -4
- package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/types/index.js +1 -0
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -0
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.js +1 -0
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -0
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.js +1 -0
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +11 -0
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js +43 -0
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.js +3 -1
- package/dist/serialization/types/AuthorizationMethod.d.ts +1 -1
- package/dist/serialization/types/AuthorizationMethod.js +1 -0
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +4 -1
- package/dist/serialization/types/BatchCallDetailedResponse.js +4 -1
- package/dist/serialization/types/BatchCallRecipientStatus.d.ts +1 -1
- package/dist/serialization/types/BatchCallRecipientStatus.js +10 -1
- package/dist/serialization/types/BatchCallResponse.d.ts +4 -1
- package/dist/serialization/types/BatchCallResponse.js +4 -1
- package/dist/serialization/types/ConversationConfig.d.ts +2 -0
- package/dist/serialization/types/ConversationConfig.js +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +1 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.js +1 -0
- package/dist/serialization/types/DependentAvailableAgentIdentifier.d.ts +1 -0
- package/dist/serialization/types/DependentAvailableAgentIdentifier.js +1 -0
- package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -1
- package/dist/serialization/types/DependentUnknownAgentIdentifier.js +3 -1
- package/dist/serialization/types/DetectedEntity.d.ts +12 -0
- package/dist/serialization/types/DetectedEntity.js +44 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -0
- package/dist/serialization/types/GetAgentResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetAgentResponseModel.js +3 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +15 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.js +47 -0
- package/dist/serialization/types/ImportWhatsAppAccountResponse.d.ts +9 -0
- package/dist/serialization/types/ImportWhatsAppAccountResponse.js +41 -0
- package/dist/serialization/types/KnowledgeBaseDependentType.d.ts +7 -0
- package/dist/serialization/types/KnowledgeBaseDependentType.js +39 -0
- package/dist/serialization/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +9 -0
- package/dist/serialization/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.js +41 -0
- package/dist/serialization/types/ListWhatsAppAccountsResponse.d.ts +10 -0
- package/dist/serialization/types/ListWhatsAppAccountsResponse.js +42 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +4 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigInput.js +1 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/dist/serialization/types/McpServerConfigOutput.js +1 -0
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectImageResponseModel.js +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +2 -1
- package/dist/serialization/types/ProjectVideoResponseModel.js +2 -1
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/SoftTimeoutConfig.d.ts +1 -0
- package/dist/serialization/types/SoftTimeoutConfig.js +1 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +2 -0
- package/dist/serialization/types/TransferTypeEnum.d.ts +1 -1
- package/dist/serialization/types/TransferTypeEnum.js +1 -1
- package/dist/serialization/types/Voice.d.ts +1 -0
- package/dist/serialization/types/Voice.js +1 -0
- package/dist/serialization/types/WhatsAppOutboundCallResponse.d.ts +11 -0
- package/dist/serialization/types/WhatsAppOutboundCallResponse.js +43 -0
- package/dist/serialization/types/WidgetConfig.d.ts +4 -0
- package/dist/serialization/types/WidgetConfig.js +4 -0
- package/dist/serialization/types/WidgetConfigResponse.d.ts +4 -0
- package/dist/serialization/types/WidgetConfigResponse.js +4 -0
- package/dist/serialization/types/WidgetLanguagePreset.d.ts +5 -0
- package/dist/serialization/types/WidgetLanguagePreset.js +5 -0
- package/dist/serialization/types/WidgetLanguagePresetResponse.d.ts +3 -0
- package/dist/serialization/types/WidgetLanguagePresetResponse.js +3 -0
- package/dist/serialization/types/WidgetTermsTranslation.d.ts +10 -0
- package/dist/serialization/types/WidgetTermsTranslation.js +42 -0
- package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +1 -0
- package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +3 -0
- package/dist/serialization/types/index.d.ts +8 -0
- package/dist/serialization/types/index.js +8 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +473 -8
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -0
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/serialization/resources/conversationalAi/resources/index.d.ts +4 -0
- package/serialization/resources/conversationalAi/resources/index.js +5 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.js +47 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsapp/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +11 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js +43 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +41 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +7 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/index.js +17 -0
- package/serialization/resources/dubbing/resources/index.d.ts +0 -1
- package/serialization/resources/dubbing/resources/index.js +0 -1
- package/serialization/resources/dubbing/resources/resource/index.d.ts +0 -1
- package/serialization/resources/dubbing/resources/resource/index.js +0 -1
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +7 -0
- package/serialization/resources/{dubbing/resources/resource/types/ResourceRenderRequestLanguage.js → speechToText/types/SpeechToTextConvertRequestEntityDetection.js} +4 -4
- package/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/serialization/resources/speechToText/types/index.js +1 -0
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -0
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.js +1 -0
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -0
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.js +1 -0
- package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +11 -0
- package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js +43 -0
- package/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/resources/client/requests/index.js +3 -1
- package/serialization/types/AuthorizationMethod.d.ts +1 -1
- package/serialization/types/AuthorizationMethod.js +1 -0
- package/serialization/types/BatchCallDetailedResponse.d.ts +4 -1
- package/serialization/types/BatchCallDetailedResponse.js +4 -1
- package/serialization/types/BatchCallRecipientStatus.d.ts +1 -1
- package/serialization/types/BatchCallRecipientStatus.js +10 -1
- package/serialization/types/BatchCallResponse.d.ts +4 -1
- package/serialization/types/BatchCallResponse.js +4 -1
- package/serialization/types/ConversationConfig.d.ts +2 -0
- package/serialization/types/ConversationConfig.js +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/serialization/types/ConversationSummaryResponseModel.d.ts +1 -0
- package/serialization/types/ConversationSummaryResponseModel.js +1 -0
- package/serialization/types/DependentAvailableAgentIdentifier.d.ts +1 -0
- package/serialization/types/DependentAvailableAgentIdentifier.js +1 -0
- package/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -1
- package/serialization/types/DependentUnknownAgentIdentifier.js +3 -1
- package/serialization/types/DetectedEntity.d.ts +12 -0
- package/serialization/types/DetectedEntity.js +44 -0
- package/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/serialization/types/FeaturesUsageCommonModel.js +1 -0
- package/serialization/types/GetAgentResponseModel.d.ts +3 -0
- package/serialization/types/GetAgentResponseModel.js +3 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryFolderResponseModel.js +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/serialization/types/GetWhatsAppAccountResponse.d.ts +15 -0
- package/serialization/types/GetWhatsAppAccountResponse.js +47 -0
- package/serialization/types/ImportWhatsAppAccountResponse.d.ts +9 -0
- package/serialization/types/ImportWhatsAppAccountResponse.js +41 -0
- package/serialization/types/KnowledgeBaseDependentType.d.ts +7 -0
- package/serialization/types/KnowledgeBaseDependentType.js +39 -0
- package/serialization/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.d.ts +9 -0
- package/serialization/types/KnowledgeBaseFolderPathSegmentSummaryResponseModel.js +41 -0
- package/serialization/types/ListWhatsAppAccountsResponse.d.ts +10 -0
- package/serialization/types/ListWhatsAppAccountsResponse.js +42 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +4 -0
- package/serialization/types/McpServerConfigInput.d.ts +1 -0
- package/serialization/types/McpServerConfigInput.js +1 -0
- package/serialization/types/McpServerConfigOutput.d.ts +1 -0
- package/serialization/types/McpServerConfigOutput.js +1 -0
- package/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/serialization/types/ProjectImageResponseModel.js +1 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +2 -1
- package/serialization/types/ProjectVideoResponseModel.js +2 -1
- package/serialization/types/PromptAgentApiModelInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelInput.js +1 -0
- package/serialization/types/PromptAgentApiModelOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelOutput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +1 -0
- package/serialization/types/SoftTimeoutConfig.d.ts +1 -0
- package/serialization/types/SoftTimeoutConfig.js +1 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.js +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/serialization/types/SpeechToTextChunkResponseModel.js +2 -0
- package/serialization/types/TransferTypeEnum.d.ts +1 -1
- package/serialization/types/TransferTypeEnum.js +1 -1
- package/serialization/types/Voice.d.ts +1 -0
- package/serialization/types/Voice.js +1 -0
- package/serialization/types/WhatsAppOutboundCallResponse.d.ts +11 -0
- package/serialization/types/WhatsAppOutboundCallResponse.js +43 -0
- package/serialization/types/WidgetConfig.d.ts +4 -0
- package/serialization/types/WidgetConfig.js +4 -0
- package/serialization/types/WidgetConfigResponse.d.ts +4 -0
- package/serialization/types/WidgetConfigResponse.js +4 -0
- package/serialization/types/WidgetLanguagePreset.d.ts +5 -0
- package/serialization/types/WidgetLanguagePreset.js +5 -0
- package/serialization/types/WidgetLanguagePresetResponse.d.ts +3 -0
- package/serialization/types/WidgetLanguagePresetResponse.js +3 -0
- package/serialization/types/WidgetTermsTranslation.d.ts +10 -0
- package/serialization/types/WidgetTermsTranslation.js +42 -0
- package/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +1 -0
- package/serialization/types/WorkspaceCreateApiKeyResponseModel.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +3 -0
- package/serialization/types/index.d.ts +8 -0
- package/serialization/types/index.js +8 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +0 -4
- package/api/resources/dubbing/resources/resource/types/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +0 -4
- package/dist/api/resources/dubbing/resources/resource/types/index.d.ts +0 -1
- package/dist/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +0 -7
- package/dist/serialization/resources/dubbing/resources/resource/types/index.d.ts +0 -1
- package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +0 -7
- package/serialization/resources/dubbing/resources/resource/types/index.d.ts +0 -1
- /package/api/resources/{dubbing/resources/resource/types/ResourceRenderRequestLanguage.js → conversationalAi/resources/whatsapp/client/requests/BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.js} +0 -0
- /package/{dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js → api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js} +0 -0
package/reference.md
CHANGED
|
@@ -172,7 +172,7 @@ await client.history.get("VW7YKqPnjY4h39yTbx2L");
|
|
|
172
172
|
<dl>
|
|
173
173
|
<dd>
|
|
174
174
|
|
|
175
|
-
**history_item_id:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/
|
|
175
|
+
**history_item_id:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/list) endpoint to retrieve a list of history items.
|
|
176
176
|
|
|
177
177
|
</dd>
|
|
178
178
|
</dl>
|
|
@@ -235,7 +235,7 @@ await client.history.delete("VW7YKqPnjY4h39yTbx2L");
|
|
|
235
235
|
<dl>
|
|
236
236
|
<dd>
|
|
237
237
|
|
|
238
|
-
**history_item_id:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/
|
|
238
|
+
**history_item_id:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/list) endpoint to retrieve a list of history items.
|
|
239
239
|
|
|
240
240
|
</dd>
|
|
241
241
|
</dl>
|
|
@@ -298,7 +298,7 @@ await client.history.getAudio("history_item_id");
|
|
|
298
298
|
<dl>
|
|
299
299
|
<dd>
|
|
300
300
|
|
|
301
|
-
**history_item_id:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/
|
|
301
|
+
**history_item_id:** `string` — ID of the history item to be used. You can use the [Get generated items](/docs/api-reference/history/list) endpoint to retrieve a list of history items.
|
|
302
302
|
|
|
303
303
|
</dd>
|
|
304
304
|
</dl>
|
|
@@ -4621,6 +4621,76 @@ await client.conversationalAi.twilio.registerCall({
|
|
|
4621
4621
|
</dl>
|
|
4622
4622
|
|
|
4623
4623
|
|
|
4624
|
+
</dd>
|
|
4625
|
+
</dl>
|
|
4626
|
+
</details>
|
|
4627
|
+
|
|
4628
|
+
## ConversationalAi Whatsapp
|
|
4629
|
+
<details><summary><code>client.conversationalAi.whatsapp.<a href="/src/api/resources/conversationalAi/resources/whatsapp/client/Client.ts">outboundCall</a>({ ...params }) -> ElevenLabs.WhatsAppOutboundCallResponse</code></summary>
|
|
4630
|
+
<dl>
|
|
4631
|
+
<dd>
|
|
4632
|
+
|
|
4633
|
+
#### 📝 Description
|
|
4634
|
+
|
|
4635
|
+
<dl>
|
|
4636
|
+
<dd>
|
|
4637
|
+
|
|
4638
|
+
<dl>
|
|
4639
|
+
<dd>
|
|
4640
|
+
|
|
4641
|
+
Make an outbound call via WhatsApp
|
|
4642
|
+
</dd>
|
|
4643
|
+
</dl>
|
|
4644
|
+
</dd>
|
|
4645
|
+
</dl>
|
|
4646
|
+
|
|
4647
|
+
#### 🔌 Usage
|
|
4648
|
+
|
|
4649
|
+
<dl>
|
|
4650
|
+
<dd>
|
|
4651
|
+
|
|
4652
|
+
<dl>
|
|
4653
|
+
<dd>
|
|
4654
|
+
|
|
4655
|
+
```typescript
|
|
4656
|
+
await client.conversationalAi.whatsapp.outboundCall({
|
|
4657
|
+
whatsappPhoneNumberId: "whatsapp_phone_number_id",
|
|
4658
|
+
whatsappUserId: "whatsapp_user_id",
|
|
4659
|
+
whatsappCallPermissionRequestTemplateName: "whatsapp_call_permission_request_template_name",
|
|
4660
|
+
whatsappCallPermissionRequestTemplateLanguageCode: "whatsapp_call_permission_request_template_language_code",
|
|
4661
|
+
agentId: "agent_id"
|
|
4662
|
+
});
|
|
4663
|
+
|
|
4664
|
+
```
|
|
4665
|
+
</dd>
|
|
4666
|
+
</dl>
|
|
4667
|
+
</dd>
|
|
4668
|
+
</dl>
|
|
4669
|
+
|
|
4670
|
+
#### ⚙️ Parameters
|
|
4671
|
+
|
|
4672
|
+
<dl>
|
|
4673
|
+
<dd>
|
|
4674
|
+
|
|
4675
|
+
<dl>
|
|
4676
|
+
<dd>
|
|
4677
|
+
|
|
4678
|
+
**request:** `ElevenLabs.conversationalAi.BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost`
|
|
4679
|
+
|
|
4680
|
+
</dd>
|
|
4681
|
+
</dl>
|
|
4682
|
+
|
|
4683
|
+
<dl>
|
|
4684
|
+
<dd>
|
|
4685
|
+
|
|
4686
|
+
**requestOptions:** `WhatsappClient.RequestOptions`
|
|
4687
|
+
|
|
4688
|
+
</dd>
|
|
4689
|
+
</dl>
|
|
4690
|
+
</dd>
|
|
4691
|
+
</dl>
|
|
4692
|
+
|
|
4693
|
+
|
|
4624
4694
|
</dd>
|
|
4625
4695
|
</dl>
|
|
4626
4696
|
</details>
|
|
@@ -4919,6 +4989,7 @@ await client.conversationalAi.agents.list({
|
|
|
4919
4989
|
pageSize: 1,
|
|
4920
4990
|
search: "search",
|
|
4921
4991
|
archived: true,
|
|
4992
|
+
showOnlyOwnedAgents: true,
|
|
4922
4993
|
sortDirection: "asc",
|
|
4923
4994
|
sortBy: "name",
|
|
4924
4995
|
cursor: "cursor"
|
|
@@ -6112,7 +6183,6 @@ await client.conversationalAi.knowledgeBase.list({
|
|
|
6112
6183
|
foldersFirst: true,
|
|
6113
6184
|
sortDirection: "asc",
|
|
6114
6185
|
sortBy: "name",
|
|
6115
|
-
useTypesense: true,
|
|
6116
6186
|
cursor: "cursor"
|
|
6117
6187
|
});
|
|
6118
6188
|
|
|
@@ -7709,6 +7779,326 @@ await client.conversationalAi.mcpServers.update("mcp_server_id");
|
|
|
7709
7779
|
</dl>
|
|
7710
7780
|
|
|
7711
7781
|
|
|
7782
|
+
</dd>
|
|
7783
|
+
</dl>
|
|
7784
|
+
</details>
|
|
7785
|
+
|
|
7786
|
+
## ConversationalAi WhatsappAccounts
|
|
7787
|
+
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">list</a>() -> ElevenLabs.ListWhatsAppAccountsResponse</code></summary>
|
|
7788
|
+
<dl>
|
|
7789
|
+
<dd>
|
|
7790
|
+
|
|
7791
|
+
#### 📝 Description
|
|
7792
|
+
|
|
7793
|
+
<dl>
|
|
7794
|
+
<dd>
|
|
7795
|
+
|
|
7796
|
+
<dl>
|
|
7797
|
+
<dd>
|
|
7798
|
+
|
|
7799
|
+
List all WhatsApp accounts
|
|
7800
|
+
</dd>
|
|
7801
|
+
</dl>
|
|
7802
|
+
</dd>
|
|
7803
|
+
</dl>
|
|
7804
|
+
|
|
7805
|
+
#### 🔌 Usage
|
|
7806
|
+
|
|
7807
|
+
<dl>
|
|
7808
|
+
<dd>
|
|
7809
|
+
|
|
7810
|
+
<dl>
|
|
7811
|
+
<dd>
|
|
7812
|
+
|
|
7813
|
+
```typescript
|
|
7814
|
+
await client.conversationalAi.whatsappAccounts.list();
|
|
7815
|
+
|
|
7816
|
+
```
|
|
7817
|
+
</dd>
|
|
7818
|
+
</dl>
|
|
7819
|
+
</dd>
|
|
7820
|
+
</dl>
|
|
7821
|
+
|
|
7822
|
+
#### ⚙️ Parameters
|
|
7823
|
+
|
|
7824
|
+
<dl>
|
|
7825
|
+
<dd>
|
|
7826
|
+
|
|
7827
|
+
<dl>
|
|
7828
|
+
<dd>
|
|
7829
|
+
|
|
7830
|
+
**requestOptions:** `WhatsappAccountsClient.RequestOptions`
|
|
7831
|
+
|
|
7832
|
+
</dd>
|
|
7833
|
+
</dl>
|
|
7834
|
+
</dd>
|
|
7835
|
+
</dl>
|
|
7836
|
+
|
|
7837
|
+
|
|
7838
|
+
</dd>
|
|
7839
|
+
</dl>
|
|
7840
|
+
</details>
|
|
7841
|
+
|
|
7842
|
+
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">import</a>({ ...params }) -> ElevenLabs.ImportWhatsAppAccountResponse</code></summary>
|
|
7843
|
+
<dl>
|
|
7844
|
+
<dd>
|
|
7845
|
+
|
|
7846
|
+
#### 📝 Description
|
|
7847
|
+
|
|
7848
|
+
<dl>
|
|
7849
|
+
<dd>
|
|
7850
|
+
|
|
7851
|
+
<dl>
|
|
7852
|
+
<dd>
|
|
7853
|
+
|
|
7854
|
+
Import a WhatsApp account
|
|
7855
|
+
</dd>
|
|
7856
|
+
</dl>
|
|
7857
|
+
</dd>
|
|
7858
|
+
</dl>
|
|
7859
|
+
|
|
7860
|
+
#### 🔌 Usage
|
|
7861
|
+
|
|
7862
|
+
<dl>
|
|
7863
|
+
<dd>
|
|
7864
|
+
|
|
7865
|
+
<dl>
|
|
7866
|
+
<dd>
|
|
7867
|
+
|
|
7868
|
+
```typescript
|
|
7869
|
+
await client.conversationalAi.whatsappAccounts.import({
|
|
7870
|
+
businessAccountId: "business_account_id",
|
|
7871
|
+
phoneNumberId: "phone_number_id",
|
|
7872
|
+
tokenCode: "token_code"
|
|
7873
|
+
});
|
|
7874
|
+
|
|
7875
|
+
```
|
|
7876
|
+
</dd>
|
|
7877
|
+
</dl>
|
|
7878
|
+
</dd>
|
|
7879
|
+
</dl>
|
|
7880
|
+
|
|
7881
|
+
#### ⚙️ Parameters
|
|
7882
|
+
|
|
7883
|
+
<dl>
|
|
7884
|
+
<dd>
|
|
7885
|
+
|
|
7886
|
+
<dl>
|
|
7887
|
+
<dd>
|
|
7888
|
+
|
|
7889
|
+
**request:** `ElevenLabs.conversationalAi.ImportWhatsAppAccountRequest`
|
|
7890
|
+
|
|
7891
|
+
</dd>
|
|
7892
|
+
</dl>
|
|
7893
|
+
|
|
7894
|
+
<dl>
|
|
7895
|
+
<dd>
|
|
7896
|
+
|
|
7897
|
+
**requestOptions:** `WhatsappAccountsClient.RequestOptions`
|
|
7898
|
+
|
|
7899
|
+
</dd>
|
|
7900
|
+
</dl>
|
|
7901
|
+
</dd>
|
|
7902
|
+
</dl>
|
|
7903
|
+
|
|
7904
|
+
|
|
7905
|
+
</dd>
|
|
7906
|
+
</dl>
|
|
7907
|
+
</details>
|
|
7908
|
+
|
|
7909
|
+
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">get</a>(phone_number_id) -> ElevenLabs.GetWhatsAppAccountResponse</code></summary>
|
|
7910
|
+
<dl>
|
|
7911
|
+
<dd>
|
|
7912
|
+
|
|
7913
|
+
#### 📝 Description
|
|
7914
|
+
|
|
7915
|
+
<dl>
|
|
7916
|
+
<dd>
|
|
7917
|
+
|
|
7918
|
+
<dl>
|
|
7919
|
+
<dd>
|
|
7920
|
+
|
|
7921
|
+
Get a WhatsApp account
|
|
7922
|
+
</dd>
|
|
7923
|
+
</dl>
|
|
7924
|
+
</dd>
|
|
7925
|
+
</dl>
|
|
7926
|
+
|
|
7927
|
+
#### 🔌 Usage
|
|
7928
|
+
|
|
7929
|
+
<dl>
|
|
7930
|
+
<dd>
|
|
7931
|
+
|
|
7932
|
+
<dl>
|
|
7933
|
+
<dd>
|
|
7934
|
+
|
|
7935
|
+
```typescript
|
|
7936
|
+
await client.conversationalAi.whatsappAccounts.get("phone_number_id");
|
|
7937
|
+
|
|
7938
|
+
```
|
|
7939
|
+
</dd>
|
|
7940
|
+
</dl>
|
|
7941
|
+
</dd>
|
|
7942
|
+
</dl>
|
|
7943
|
+
|
|
7944
|
+
#### ⚙️ Parameters
|
|
7945
|
+
|
|
7946
|
+
<dl>
|
|
7947
|
+
<dd>
|
|
7948
|
+
|
|
7949
|
+
<dl>
|
|
7950
|
+
<dd>
|
|
7951
|
+
|
|
7952
|
+
**phone_number_id:** `string`
|
|
7953
|
+
|
|
7954
|
+
</dd>
|
|
7955
|
+
</dl>
|
|
7956
|
+
|
|
7957
|
+
<dl>
|
|
7958
|
+
<dd>
|
|
7959
|
+
|
|
7960
|
+
**requestOptions:** `WhatsappAccountsClient.RequestOptions`
|
|
7961
|
+
|
|
7962
|
+
</dd>
|
|
7963
|
+
</dl>
|
|
7964
|
+
</dd>
|
|
7965
|
+
</dl>
|
|
7966
|
+
|
|
7967
|
+
|
|
7968
|
+
</dd>
|
|
7969
|
+
</dl>
|
|
7970
|
+
</details>
|
|
7971
|
+
|
|
7972
|
+
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">delete</a>(phone_number_id) -> unknown</code></summary>
|
|
7973
|
+
<dl>
|
|
7974
|
+
<dd>
|
|
7975
|
+
|
|
7976
|
+
#### 📝 Description
|
|
7977
|
+
|
|
7978
|
+
<dl>
|
|
7979
|
+
<dd>
|
|
7980
|
+
|
|
7981
|
+
<dl>
|
|
7982
|
+
<dd>
|
|
7983
|
+
|
|
7984
|
+
Delete a WhatsApp account
|
|
7985
|
+
</dd>
|
|
7986
|
+
</dl>
|
|
7987
|
+
</dd>
|
|
7988
|
+
</dl>
|
|
7989
|
+
|
|
7990
|
+
#### 🔌 Usage
|
|
7991
|
+
|
|
7992
|
+
<dl>
|
|
7993
|
+
<dd>
|
|
7994
|
+
|
|
7995
|
+
<dl>
|
|
7996
|
+
<dd>
|
|
7997
|
+
|
|
7998
|
+
```typescript
|
|
7999
|
+
await client.conversationalAi.whatsappAccounts.delete("phone_number_id");
|
|
8000
|
+
|
|
8001
|
+
```
|
|
8002
|
+
</dd>
|
|
8003
|
+
</dl>
|
|
8004
|
+
</dd>
|
|
8005
|
+
</dl>
|
|
8006
|
+
|
|
8007
|
+
#### ⚙️ Parameters
|
|
8008
|
+
|
|
8009
|
+
<dl>
|
|
8010
|
+
<dd>
|
|
8011
|
+
|
|
8012
|
+
<dl>
|
|
8013
|
+
<dd>
|
|
8014
|
+
|
|
8015
|
+
**phone_number_id:** `string`
|
|
8016
|
+
|
|
8017
|
+
</dd>
|
|
8018
|
+
</dl>
|
|
8019
|
+
|
|
8020
|
+
<dl>
|
|
8021
|
+
<dd>
|
|
8022
|
+
|
|
8023
|
+
**requestOptions:** `WhatsappAccountsClient.RequestOptions`
|
|
8024
|
+
|
|
8025
|
+
</dd>
|
|
8026
|
+
</dl>
|
|
8027
|
+
</dd>
|
|
8028
|
+
</dl>
|
|
8029
|
+
|
|
8030
|
+
|
|
8031
|
+
</dd>
|
|
8032
|
+
</dl>
|
|
8033
|
+
</details>
|
|
8034
|
+
|
|
8035
|
+
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">update</a>(phone_number_id, { ...params }) -> unknown</code></summary>
|
|
8036
|
+
<dl>
|
|
8037
|
+
<dd>
|
|
8038
|
+
|
|
8039
|
+
#### 📝 Description
|
|
8040
|
+
|
|
8041
|
+
<dl>
|
|
8042
|
+
<dd>
|
|
8043
|
+
|
|
8044
|
+
<dl>
|
|
8045
|
+
<dd>
|
|
8046
|
+
|
|
8047
|
+
Update a WhatsApp account
|
|
8048
|
+
</dd>
|
|
8049
|
+
</dl>
|
|
8050
|
+
</dd>
|
|
8051
|
+
</dl>
|
|
8052
|
+
|
|
8053
|
+
#### 🔌 Usage
|
|
8054
|
+
|
|
8055
|
+
<dl>
|
|
8056
|
+
<dd>
|
|
8057
|
+
|
|
8058
|
+
<dl>
|
|
8059
|
+
<dd>
|
|
8060
|
+
|
|
8061
|
+
```typescript
|
|
8062
|
+
await client.conversationalAi.whatsappAccounts.update("phone_number_id");
|
|
8063
|
+
|
|
8064
|
+
```
|
|
8065
|
+
</dd>
|
|
8066
|
+
</dl>
|
|
8067
|
+
</dd>
|
|
8068
|
+
</dl>
|
|
8069
|
+
|
|
8070
|
+
#### ⚙️ Parameters
|
|
8071
|
+
|
|
8072
|
+
<dl>
|
|
8073
|
+
<dd>
|
|
8074
|
+
|
|
8075
|
+
<dl>
|
|
8076
|
+
<dd>
|
|
8077
|
+
|
|
8078
|
+
**phone_number_id:** `string`
|
|
8079
|
+
|
|
8080
|
+
</dd>
|
|
8081
|
+
</dl>
|
|
8082
|
+
|
|
8083
|
+
<dl>
|
|
8084
|
+
<dd>
|
|
8085
|
+
|
|
8086
|
+
**request:** `ElevenLabs.conversationalAi.UpdateWhatsAppAccountRequest`
|
|
8087
|
+
|
|
8088
|
+
</dd>
|
|
8089
|
+
</dl>
|
|
8090
|
+
|
|
8091
|
+
<dl>
|
|
8092
|
+
<dd>
|
|
8093
|
+
|
|
8094
|
+
**requestOptions:** `WhatsappAccountsClient.RequestOptions`
|
|
8095
|
+
|
|
8096
|
+
</dd>
|
|
8097
|
+
</dl>
|
|
8098
|
+
</dd>
|
|
8099
|
+
</dl>
|
|
8100
|
+
|
|
8101
|
+
|
|
7712
8102
|
</dd>
|
|
7713
8103
|
</dl>
|
|
7714
8104
|
</details>
|
|
@@ -8827,8 +9217,9 @@ Get a list of agents depending on this knowledge base document
|
|
|
8827
9217
|
|
|
8828
9218
|
```typescript
|
|
8829
9219
|
await client.conversationalAi.knowledgeBase.documents.getAgents("21m00Tcm4TlvDq8ikWAM", {
|
|
8830
|
-
|
|
8831
|
-
pageSize: 1
|
|
9220
|
+
dependentType: "direct",
|
|
9221
|
+
pageSize: 1,
|
|
9222
|
+
cursor: "cursor"
|
|
8832
9223
|
});
|
|
8833
9224
|
|
|
8834
9225
|
```
|
|
@@ -10314,7 +10705,7 @@ Regenerate the output media for a language using the latest Studio state. Please
|
|
|
10314
10705
|
<dd>
|
|
10315
10706
|
|
|
10316
10707
|
```typescript
|
|
10317
|
-
await client.dubbing.resource.render("dubbing_id", "
|
|
10708
|
+
await client.dubbing.resource.render("dubbing_id", "language", {
|
|
10318
10709
|
renderType: "mp4"
|
|
10319
10710
|
});
|
|
10320
10711
|
|
|
@@ -10340,7 +10731,7 @@ await client.dubbing.resource.render("dubbing_id", "original", {
|
|
|
10340
10731
|
<dl>
|
|
10341
10732
|
<dd>
|
|
10342
10733
|
|
|
10343
|
-
**language:** `
|
|
10734
|
+
**language:** `string` — The target language code to render, eg. 'es'. To render the source track use 'original'.
|
|
10344
10735
|
|
|
10345
10736
|
</dd>
|
|
10346
10737
|
</dl>
|
|
@@ -15260,6 +15651,80 @@ await client.workspace.resources.unshare("resource_id", {
|
|
|
15260
15651
|
</dl>
|
|
15261
15652
|
|
|
15262
15653
|
|
|
15654
|
+
</dd>
|
|
15655
|
+
</dl>
|
|
15656
|
+
</details>
|
|
15657
|
+
|
|
15658
|
+
<details><summary><code>client.workspace.resources.<a href="/src/api/resources/workspace/resources/resources/client/Client.ts">copyToWorkspace</a>(resource_id, { ...params }) -> unknown</code></summary>
|
|
15659
|
+
<dl>
|
|
15660
|
+
<dd>
|
|
15661
|
+
|
|
15662
|
+
#### 📝 Description
|
|
15663
|
+
|
|
15664
|
+
<dl>
|
|
15665
|
+
<dd>
|
|
15666
|
+
|
|
15667
|
+
<dl>
|
|
15668
|
+
<dd>
|
|
15669
|
+
|
|
15670
|
+
Copies a workspace resource to another workspace.
|
|
15671
|
+
</dd>
|
|
15672
|
+
</dl>
|
|
15673
|
+
</dd>
|
|
15674
|
+
</dl>
|
|
15675
|
+
|
|
15676
|
+
#### 🔌 Usage
|
|
15677
|
+
|
|
15678
|
+
<dl>
|
|
15679
|
+
<dd>
|
|
15680
|
+
|
|
15681
|
+
<dl>
|
|
15682
|
+
<dd>
|
|
15683
|
+
|
|
15684
|
+
```typescript
|
|
15685
|
+
await client.workspace.resources.copyToWorkspace("resource_id", {
|
|
15686
|
+
resourceType: "voice",
|
|
15687
|
+
targetUserId: "target_user_id"
|
|
15688
|
+
});
|
|
15689
|
+
|
|
15690
|
+
```
|
|
15691
|
+
</dd>
|
|
15692
|
+
</dl>
|
|
15693
|
+
</dd>
|
|
15694
|
+
</dl>
|
|
15695
|
+
|
|
15696
|
+
#### ⚙️ Parameters
|
|
15697
|
+
|
|
15698
|
+
<dl>
|
|
15699
|
+
<dd>
|
|
15700
|
+
|
|
15701
|
+
<dl>
|
|
15702
|
+
<dd>
|
|
15703
|
+
|
|
15704
|
+
**resource_id:** `string` — The ID of the target resource.
|
|
15705
|
+
|
|
15706
|
+
</dd>
|
|
15707
|
+
</dl>
|
|
15708
|
+
|
|
15709
|
+
<dl>
|
|
15710
|
+
<dd>
|
|
15711
|
+
|
|
15712
|
+
**request:** `ElevenLabs.workspace.BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost`
|
|
15713
|
+
|
|
15714
|
+
</dd>
|
|
15715
|
+
</dl>
|
|
15716
|
+
|
|
15717
|
+
<dl>
|
|
15718
|
+
<dd>
|
|
15719
|
+
|
|
15720
|
+
**requestOptions:** `ResourcesClient.RequestOptions`
|
|
15721
|
+
|
|
15722
|
+
</dd>
|
|
15723
|
+
</dl>
|
|
15724
|
+
</dd>
|
|
15725
|
+
</dl>
|
|
15726
|
+
|
|
15727
|
+
|
|
15263
15728
|
</dd>
|
|
15264
15729
|
</dl>
|
|
15265
15730
|
</details>
|
|
@@ -45,4 +45,5 @@ exports.UpdateAgentRequest = core.serialization.object({
|
|
|
45
45
|
workflow: AgentWorkflowRequestModel_1.AgentWorkflowRequestModel.optional(),
|
|
46
46
|
name: core.serialization.string().optional(),
|
|
47
47
|
tags: core.serialization.list(core.serialization.string()).optional(),
|
|
48
|
+
versionDescription: core.serialization.property("version_description", core.serialization.string().optional()),
|
|
48
49
|
});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../../../../../../api/index";
|
|
2
2
|
import * as core from "../../../../../../../core";
|
|
3
3
|
import type * as serializers from "../../../../../../index";
|
|
4
|
+
import { BatchCallWhatsAppParams } from "../../../../../../types/BatchCallWhatsAppParams";
|
|
4
5
|
import { OutboundCallRecipient } from "../../../../../../types/OutboundCallRecipient";
|
|
5
6
|
export declare const BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost: core.serialization.Schema<serializers.conversationalAi.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.Raw, ElevenLabs.conversationalAi.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost>;
|
|
6
7
|
export declare namespace BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost {
|
|
@@ -10,5 +11,6 @@ export declare namespace BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPo
|
|
|
10
11
|
recipients: OutboundCallRecipient.Raw[];
|
|
11
12
|
scheduled_time_unix?: number | null;
|
|
12
13
|
agent_phone_number_id?: string | null;
|
|
14
|
+
whatsapp_params?: BatchCallWhatsAppParams.Raw | null;
|
|
13
15
|
}
|
|
14
16
|
}
|
|
@@ -36,6 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../../../core"));
|
|
39
|
+
const BatchCallWhatsAppParams_1 = require("../../../../../../types/BatchCallWhatsAppParams");
|
|
39
40
|
const OutboundCallRecipient_1 = require("../../../../../../types/OutboundCallRecipient");
|
|
40
41
|
exports.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost = core.serialization.object({
|
|
41
42
|
callName: core.serialization.property("call_name", core.serialization.string()),
|
|
@@ -43,4 +44,5 @@ exports.BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost = core.seriali
|
|
|
43
44
|
recipients: core.serialization.list(OutboundCallRecipient_1.OutboundCallRecipient),
|
|
44
45
|
scheduledTimeUnix: core.serialization.property("scheduled_time_unix", core.serialization.number().optional()),
|
|
45
46
|
agentPhoneNumberId: core.serialization.property("agent_phone_number_id", core.serialization.string().optional()),
|
|
47
|
+
whatsappParams: core.serialization.property("whatsapp_params", BatchCallWhatsAppParams_1.BatchCallWhatsAppParams.optional()),
|
|
46
48
|
});
|
|
@@ -28,3 +28,7 @@ export * from "./tests/types";
|
|
|
28
28
|
export * as twilio from "./twilio";
|
|
29
29
|
export * from "./twilio/client/requests";
|
|
30
30
|
export * from "./twilio/types";
|
|
31
|
+
export * as whatsapp from "./whatsapp";
|
|
32
|
+
export * from "./whatsapp/client/requests";
|
|
33
|
+
export * as whatsappAccounts from "./whatsappAccounts";
|
|
34
|
+
export * from "./whatsappAccounts/client/requests";
|
|
@@ -36,7 +36,7 @@ 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.twilio = exports.tests = exports.sipTrunk = exports.settings = exports.secrets = exports.phoneNumbers = exports.mcpServers = exports.llmUsage = exports.knowledgeBase = exports.dashboard = exports.conversations = exports.batchCalls = exports.agents = void 0;
|
|
39
|
+
exports.whatsappAccounts = exports.whatsapp = exports.twilio = exports.tests = exports.sipTrunk = exports.settings = exports.secrets = exports.phoneNumbers = exports.mcpServers = exports.llmUsage = exports.knowledgeBase = exports.dashboard = exports.conversations = exports.batchCalls = exports.agents = void 0;
|
|
40
40
|
exports.agents = __importStar(require("./agents"));
|
|
41
41
|
__exportStar(require("./agents/client/requests"), exports);
|
|
42
42
|
exports.batchCalls = __importStar(require("./batchCalls"));
|
|
@@ -67,3 +67,7 @@ __exportStar(require("./tests/types"), exports);
|
|
|
67
67
|
exports.twilio = __importStar(require("./twilio"));
|
|
68
68
|
__exportStar(require("./twilio/client/requests"), exports);
|
|
69
69
|
__exportStar(require("./twilio/types"), exports);
|
|
70
|
+
exports.whatsapp = __importStar(require("./whatsapp"));
|
|
71
|
+
__exportStar(require("./whatsapp/client/requests"), exports);
|
|
72
|
+
exports.whatsappAccounts = __importStar(require("./whatsappAccounts"));
|
|
73
|
+
__exportStar(require("./whatsappAccounts/client/requests"), exports);
|
|
@@ -16,5 +16,6 @@ export declare namespace McpServerConfigUpdateRequestModel {
|
|
|
16
16
|
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
17
17
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
18
18
|
request_headers?: Record<string, McpServerConfigUpdateRequestModelRequestHeadersValue.Raw | null | undefined> | null;
|
|
19
|
+
disable_compression?: boolean | null;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
@@ -51,4 +51,5 @@ exports.McpServerConfigUpdateRequestModel = core.serialization.object({
|
|
|
51
51
|
requestHeaders: core.serialization.property("request_headers", core.serialization
|
|
52
52
|
.record(core.serialization.string(), McpServerConfigUpdateRequestModelRequestHeadersValue_1.McpServerConfigUpdateRequestModelRequestHeadersValue.optional())
|
|
53
53
|
.optional()),
|
|
54
|
+
disableCompression: core.serialization.property("disable_compression", core.serialization.boolean().optional()),
|
|
54
55
|
});
|
|
@@ -8,6 +8,7 @@ export declare const UpdatePhoneNumberRequest: core.serialization.Schema<seriali
|
|
|
8
8
|
export declare namespace UpdatePhoneNumberRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
agent_id?: string | null;
|
|
11
|
+
label?: string | null;
|
|
11
12
|
inbound_trunk_config?: InboundSipTrunkConfigRequestModel.Raw | null;
|
|
12
13
|
outbound_trunk_config?: OutboundSipTrunkConfigRequestModel.Raw | null;
|
|
13
14
|
livekit_stack?: LivekitStackType.Raw | null;
|
|
@@ -41,6 +41,7 @@ const LivekitStackType_1 = require("../../../../../../types/LivekitStackType");
|
|
|
41
41
|
const OutboundSipTrunkConfigRequestModel_1 = require("../../../../../../types/OutboundSipTrunkConfigRequestModel");
|
|
42
42
|
exports.UpdatePhoneNumberRequest = core.serialization.object({
|
|
43
43
|
agentId: core.serialization.property("agent_id", core.serialization.string().optional()),
|
|
44
|
+
label: core.serialization.string().optional(),
|
|
44
45
|
inboundTrunkConfig: core.serialization.property("inbound_trunk_config", InboundSipTrunkConfigRequestModel_1.InboundSipTrunkConfigRequestModel.optional()),
|
|
45
46
|
outboundTrunkConfig: core.serialization.property("outbound_trunk_config", OutboundSipTrunkConfigRequestModel_1.OutboundSipTrunkConfigRequestModel.optional()),
|
|
46
47
|
livekitStack: core.serialization.property("livekit_stack", LivekitStackType_1.LivekitStackType.optional()),
|
|
@@ -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,15 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../index";
|
|
4
|
+
import { ConversationInitiationClientDataRequestInput } from "../../../../../../types/ConversationInitiationClientDataRequestInput";
|
|
5
|
+
export declare const BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost: core.serialization.Schema<serializers.conversationalAi.BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost.Raw, ElevenLabs.conversationalAi.BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost>;
|
|
6
|
+
export declare namespace BodyMakeAnOutboundCallViaWhatsAppV1ConvaiWhatsappOutboundCallPost {
|
|
7
|
+
interface Raw {
|
|
8
|
+
whatsapp_phone_number_id: string;
|
|
9
|
+
whatsapp_user_id: string;
|
|
10
|
+
whatsapp_call_permission_request_template_name: string;
|
|
11
|
+
whatsapp_call_permission_request_template_language_code: string;
|
|
12
|
+
agent_id: string;
|
|
13
|
+
conversation_initiation_client_data?: ConversationInitiationClientDataRequestInput.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|