@elevenlabs/elevenlabs-js 2.32.0 → 2.33.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/Client.d.ts +10 -0
- package/Client.js +39 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +9 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +25 -10
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/{dist/serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches/client}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/{dist/api/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/api/resources/{workspace/resources/members/types → conversationalAi/resources/agents/resources/deployments/client}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/{serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/deployments}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.js +7 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
- package/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
- package/api/resources/studio/resources/projects/client/Client.js +3 -0
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +2 -0
- package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/api/resources/workspace/resources/index.d.ts +0 -2
- package/api/resources/workspace/resources/index.js +0 -2
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
- package/api/resources/workspace/resources/invites/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/index.js +0 -1
- package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
- package/api/resources/workspace/resources/members/index.d.ts +0 -1
- package/api/resources/workspace/resources/members/index.js +0 -1
- package/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
- package/api/resources/workspace/resources/resources/client/Client.js +0 -59
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/api/types/AgentBranchBasicInfo.d.ts +4 -0
- package/api/types/AgentBranchBasicInfo.js +3 -0
- package/api/types/AgentBranchResponse.d.ts +19 -0
- package/api/types/AgentBranchResponse.js +3 -0
- package/api/types/AgentBranchSummary.d.ts +17 -0
- package/api/types/AgentBranchSummary.js +3 -0
- package/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
- package/api/types/AgentDeploymentPercentageStrategy.js +3 -0
- package/api/types/AgentDeploymentRequest.d.ts +5 -0
- package/api/types/AgentDeploymentRequest.js +3 -0
- package/api/types/AgentDeploymentRequestItem.d.ts +6 -0
- package/api/types/AgentDeploymentRequestItem.js +3 -0
- package/api/types/AgentDeploymentResponse.d.ts +4 -0
- package/api/types/AgentDeploymentResponse.js +3 -0
- package/api/types/AgentVersionMetadata.d.ts +11 -0
- package/api/types/AgentVersionMetadata.js +3 -0
- package/api/types/AgentVersionParents.d.ts +6 -0
- package/api/types/AgentVersionParents.js +3 -0
- package/api/types/BranchProtectionStatus.d.ts +5 -0
- package/api/types/BranchProtectionStatus.js +8 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
- package/api/types/CreateAgentBranchResponseModel.js +3 -0
- package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
- package/api/types/ListResponseAgentBranchSummary.js +3 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
- package/api/types/ProjectCreationMetaResponseModelType.js +1 -0
- package/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/api/types/ProjectResponse.d.ts +2 -0
- package/api/types/SeatType.d.ts +5 -0
- package/{dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → api/types/SeatType.js} +2 -2
- package/api/types/SongMetadata.d.ts +4 -0
- package/api/types/ToolSortBy.d.ts +5 -0
- package/api/types/ToolSortBy.js +8 -0
- package/api/types/ToolTypeFilter.d.ts +6 -0
- package/api/types/ToolTypeFilter.js +9 -0
- package/api/types/ToolsResponseModel.d.ts +2 -0
- package/api/types/index.d.ts +15 -0
- package/api/types/index.js +15 -0
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +10 -0
- package/dist/Client.js +39 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +9 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +25 -10
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +7 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
- package/dist/api/resources/studio/resources/projects/client/Client.js +3 -0
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +2 -0
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/dist/api/resources/workspace/resources/index.d.ts +0 -2
- package/dist/api/resources/workspace/resources/index.js +0 -2
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
- package/dist/api/resources/workspace/resources/invites/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/index.js +0 -1
- package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
- package/dist/api/resources/workspace/resources/members/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/members/index.js +0 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
- package/dist/api/resources/workspace/resources/resources/client/Client.js +0 -59
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/dist/api/types/AgentBranchBasicInfo.d.ts +4 -0
- package/dist/api/types/AgentBranchBasicInfo.js +3 -0
- package/dist/api/types/AgentBranchResponse.d.ts +19 -0
- package/dist/api/types/AgentBranchResponse.js +3 -0
- package/dist/api/types/AgentBranchSummary.d.ts +17 -0
- package/dist/api/types/AgentBranchSummary.js +3 -0
- package/dist/api/types/AgentDeploymentPercentageStrategy.d.ts +5 -0
- package/dist/api/types/AgentDeploymentPercentageStrategy.js +3 -0
- package/dist/api/types/AgentDeploymentRequest.d.ts +5 -0
- package/dist/api/types/AgentDeploymentRequest.js +3 -0
- package/dist/api/types/AgentDeploymentRequestItem.d.ts +6 -0
- package/dist/api/types/AgentDeploymentRequestItem.js +3 -0
- package/dist/api/types/AgentDeploymentResponse.d.ts +4 -0
- package/dist/api/types/AgentDeploymentResponse.js +3 -0
- package/dist/api/types/AgentVersionMetadata.d.ts +11 -0
- package/dist/api/types/AgentVersionMetadata.js +3 -0
- package/dist/api/types/AgentVersionParents.d.ts +6 -0
- package/dist/api/types/AgentVersionParents.js +3 -0
- package/dist/api/types/BranchProtectionStatus.d.ts +5 -0
- package/dist/api/types/BranchProtectionStatus.js +8 -0
- package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
- package/dist/api/types/CreateAgentBranchResponseModel.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
- package/dist/api/types/ListResponseAgentBranchSummary.js +3 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
- package/dist/api/types/ProjectCreationMetaResponseModelType.js +1 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/dist/api/types/ProjectResponse.d.ts +2 -0
- package/dist/api/types/SeatType.d.ts +5 -0
- package/{api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/api/types/SeatType.js} +2 -2
- package/dist/api/types/SongMetadata.d.ts +4 -0
- package/dist/api/types/ToolSortBy.d.ts +5 -0
- package/dist/api/types/ToolSortBy.js +8 -0
- package/dist/api/types/ToolTypeFilter.d.ts +6 -0
- package/dist/api/types/ToolTypeFilter.js +9 -0
- package/dist/api/types/ToolsResponseModel.d.ts +2 -0
- package/dist/api/types/index.d.ts +15 -0
- package/dist/api/types/index.js +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.js +7 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
- package/dist/serialization/resources/workspace/resources/index.d.ts +0 -2
- package/dist/serialization/resources/workspace/resources/index.js +0 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
- package/dist/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/invites/index.js +0 -1
- package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
- package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
- package/dist/serialization/resources/workspace/resources/members/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/members/index.js +0 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
- package/dist/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
- package/{serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/serialization/types/AgentBranchBasicInfo.js} +6 -3
- package/dist/serialization/types/AgentBranchResponse.d.ts +24 -0
- package/dist/serialization/types/AgentBranchResponse.js +56 -0
- package/dist/serialization/types/AgentBranchSummary.d.ts +21 -0
- package/dist/serialization/types/AgentBranchSummary.js +53 -0
- package/dist/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
- package/dist/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
- package/dist/serialization/types/AgentDeploymentRequest.d.ts +10 -0
- package/dist/serialization/types/AgentDeploymentRequest.js +42 -0
- package/dist/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
- package/dist/serialization/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentDeploymentRequestItem.js} +6 -6
- package/dist/serialization/types/AgentDeploymentResponse.d.ts +9 -0
- package/dist/serialization/types/AgentDeploymentResponse.js +41 -0
- package/dist/serialization/types/AgentVersionMetadata.d.ts +18 -0
- package/dist/serialization/types/AgentVersionMetadata.js +50 -0
- package/dist/serialization/types/AgentVersionParents.d.ts +12 -0
- package/dist/serialization/types/AgentVersionParents.js +44 -0
- package/dist/serialization/types/BranchProtectionStatus.d.ts +7 -0
- package/dist/serialization/{resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → types/BranchProtectionStatus.js} +3 -3
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
- package/dist/serialization/types/CreateAgentBranchResponseModel.js +42 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
- package/dist/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
- package/dist/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +1 -0
- package/dist/serialization/types/ProjectResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectResponse.js +1 -0
- package/dist/serialization/types/SeatType.d.ts +7 -0
- package/dist/serialization/{resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → types/SeatType.js} +3 -22
- package/dist/serialization/types/SongMetadata.d.ts +2 -0
- package/dist/serialization/types/SongMetadata.js +2 -0
- package/dist/serialization/types/ToolSortBy.d.ts +7 -0
- package/{serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → dist/serialization/types/ToolSortBy.js} +3 -22
- package/dist/serialization/types/ToolTypeFilter.d.ts +7 -0
- package/dist/serialization/types/ToolTypeFilter.js +39 -0
- package/dist/serialization/types/ToolsResponseModel.d.ts +2 -0
- package/dist/serialization/types/ToolsResponseModel.js +2 -0
- package/dist/serialization/types/index.d.ts +15 -0
- package/dist/serialization/types/index.js +15 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +982 -78
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +6 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/index.js +7 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +42 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +42 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +41 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +7 -1
- package/serialization/resources/workspace/resources/index.d.ts +0 -2
- package/serialization/resources/workspace/resources/index.js +0 -2
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +3 -2
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +3 -2
- package/serialization/resources/workspace/resources/invites/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/invites/index.js +0 -1
- package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +3 -2
- package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.js +3 -2
- package/serialization/resources/workspace/resources/members/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/members/index.js +0 -1
- package/serialization/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/resources/client/requests/index.js +1 -3
- package/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
- package/serialization/types/AgentBranchBasicInfo.js +42 -0
- package/serialization/types/AgentBranchResponse.d.ts +24 -0
- package/serialization/types/AgentBranchResponse.js +56 -0
- package/serialization/types/AgentBranchSummary.d.ts +21 -0
- package/serialization/types/AgentBranchSummary.js +53 -0
- package/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
- package/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
- package/serialization/types/AgentDeploymentRequest.d.ts +10 -0
- package/serialization/types/AgentDeploymentRequest.js +42 -0
- package/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
- package/serialization/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentDeploymentRequestItem.js} +6 -6
- package/serialization/types/AgentDeploymentResponse.d.ts +9 -0
- package/serialization/types/AgentDeploymentResponse.js +41 -0
- package/serialization/types/AgentVersionMetadata.d.ts +18 -0
- package/serialization/types/AgentVersionMetadata.js +50 -0
- package/serialization/types/AgentVersionParents.d.ts +12 -0
- package/serialization/types/AgentVersionParents.js +44 -0
- package/serialization/types/BranchProtectionStatus.d.ts +7 -0
- package/serialization/types/BranchProtectionStatus.js +39 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
- package/serialization/types/CreateAgentBranchResponseModel.js +42 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
- package/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
- package/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
- package/serialization/types/ProjectExtendedResponse.d.ts +1 -0
- package/serialization/types/ProjectExtendedResponse.js +1 -0
- package/serialization/types/ProjectResponse.d.ts +1 -0
- package/serialization/types/ProjectResponse.js +1 -0
- package/serialization/types/SeatType.d.ts +7 -0
- package/serialization/types/SeatType.js +39 -0
- package/serialization/types/SongMetadata.d.ts +2 -0
- package/serialization/types/SongMetadata.js +2 -0
- package/serialization/types/ToolSortBy.d.ts +7 -0
- package/serialization/types/ToolSortBy.js +39 -0
- package/serialization/types/ToolTypeFilter.d.ts +7 -0
- package/serialization/types/ToolTypeFilter.js +39 -0
- package/serialization/types/ToolsResponseModel.d.ts +2 -0
- package/serialization/types/ToolsResponseModel.js +2 -0
- package/serialization/types/index.d.ts +15 -0
- package/serialization/types/index.js +15 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
- package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
- package/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/types/index.js +0 -17
- package/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
- package/api/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
- package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
- package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
- package/dist/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/types/index.js +0 -17
- package/dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
- package/dist/api/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
- package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
- package/dist/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/invites/types/index.js +0 -17
- package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
- package/dist/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
- package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
- package/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/invites/types/index.js +0 -17
- package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
- package/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
- /package/api/resources/{workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js} +0 -0
- /package/{dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js} +0 -0
package/reference.md
CHANGED
|
@@ -6294,7 +6294,7 @@ await client.conversationalAi.knowledgeBase.getOrCreateRagIndexes({
|
|
|
6294
6294
|
</details>
|
|
6295
6295
|
|
|
6296
6296
|
## ConversationalAi Tools
|
|
6297
|
-
<details><summary><code>client.conversationalAi.tools.<a href="/src/api/resources/conversationalAi/resources/tools/client/Client.ts">list</a>() -> ElevenLabs.ToolsResponseModel</code></summary>
|
|
6297
|
+
<details><summary><code>client.conversationalAi.tools.<a href="/src/api/resources/conversationalAi/resources/tools/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.ToolsResponseModel</code></summary>
|
|
6298
6298
|
<dl>
|
|
6299
6299
|
<dd>
|
|
6300
6300
|
|
|
@@ -6321,7 +6321,14 @@ Get all available tools in the workspace.
|
|
|
6321
6321
|
<dd>
|
|
6322
6322
|
|
|
6323
6323
|
```typescript
|
|
6324
|
-
await client.conversationalAi.tools.list(
|
|
6324
|
+
await client.conversationalAi.tools.list({
|
|
6325
|
+
search: "search",
|
|
6326
|
+
pageSize: 1,
|
|
6327
|
+
showOnlyOwnedDocuments: true,
|
|
6328
|
+
sortDirection: "asc",
|
|
6329
|
+
sortBy: "name",
|
|
6330
|
+
cursor: "cursor"
|
|
6331
|
+
});
|
|
6325
6332
|
|
|
6326
6333
|
```
|
|
6327
6334
|
</dd>
|
|
@@ -6337,6 +6344,14 @@ await client.conversationalAi.tools.list();
|
|
|
6337
6344
|
<dl>
|
|
6338
6345
|
<dd>
|
|
6339
6346
|
|
|
6347
|
+
**request:** `ElevenLabs.conversationalAi.ToolsListRequest`
|
|
6348
|
+
|
|
6349
|
+
</dd>
|
|
6350
|
+
</dl>
|
|
6351
|
+
|
|
6352
|
+
<dl>
|
|
6353
|
+
<dd>
|
|
6354
|
+
|
|
6340
6355
|
**requestOptions:** `ToolsClient.RequestOptions`
|
|
6341
6356
|
|
|
6342
6357
|
</dd>
|
|
@@ -8496,7 +8511,769 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
|
|
|
8496
8511
|
<dl>
|
|
8497
8512
|
<dd>
|
|
8498
8513
|
|
|
8499
|
-
**requestOptions:** `LlmUsageClient.RequestOptions`
|
|
8514
|
+
**requestOptions:** `LlmUsageClient.RequestOptions`
|
|
8515
|
+
|
|
8516
|
+
</dd>
|
|
8517
|
+
</dl>
|
|
8518
|
+
</dd>
|
|
8519
|
+
</dl>
|
|
8520
|
+
|
|
8521
|
+
|
|
8522
|
+
</dd>
|
|
8523
|
+
</dl>
|
|
8524
|
+
</details>
|
|
8525
|
+
|
|
8526
|
+
## ConversationalAi Agents Branches
|
|
8527
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">list</a>(agent_id, { ...params }) -> ElevenLabs.ListResponseAgentBranchSummary</code></summary>
|
|
8528
|
+
<dl>
|
|
8529
|
+
<dd>
|
|
8530
|
+
|
|
8531
|
+
#### 📝 Description
|
|
8532
|
+
|
|
8533
|
+
<dl>
|
|
8534
|
+
<dd>
|
|
8535
|
+
|
|
8536
|
+
<dl>
|
|
8537
|
+
<dd>
|
|
8538
|
+
|
|
8539
|
+
Returns a list of branches an agent has
|
|
8540
|
+
</dd>
|
|
8541
|
+
</dl>
|
|
8542
|
+
</dd>
|
|
8543
|
+
</dl>
|
|
8544
|
+
|
|
8545
|
+
#### 🔌 Usage
|
|
8546
|
+
|
|
8547
|
+
<dl>
|
|
8548
|
+
<dd>
|
|
8549
|
+
|
|
8550
|
+
<dl>
|
|
8551
|
+
<dd>
|
|
8552
|
+
|
|
8553
|
+
```typescript
|
|
8554
|
+
await client.conversationalAi.agents.branches.list("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8555
|
+
includeArchived: true,
|
|
8556
|
+
limit: 1
|
|
8557
|
+
});
|
|
8558
|
+
|
|
8559
|
+
```
|
|
8560
|
+
</dd>
|
|
8561
|
+
</dl>
|
|
8562
|
+
</dd>
|
|
8563
|
+
</dl>
|
|
8564
|
+
|
|
8565
|
+
#### ⚙️ Parameters
|
|
8566
|
+
|
|
8567
|
+
<dl>
|
|
8568
|
+
<dd>
|
|
8569
|
+
|
|
8570
|
+
<dl>
|
|
8571
|
+
<dd>
|
|
8572
|
+
|
|
8573
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8574
|
+
|
|
8575
|
+
</dd>
|
|
8576
|
+
</dl>
|
|
8577
|
+
|
|
8578
|
+
<dl>
|
|
8579
|
+
<dd>
|
|
8580
|
+
|
|
8581
|
+
**request:** `ElevenLabs.conversationalAi.agents.BranchesListRequest`
|
|
8582
|
+
|
|
8583
|
+
</dd>
|
|
8584
|
+
</dl>
|
|
8585
|
+
|
|
8586
|
+
<dl>
|
|
8587
|
+
<dd>
|
|
8588
|
+
|
|
8589
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8590
|
+
|
|
8591
|
+
</dd>
|
|
8592
|
+
</dl>
|
|
8593
|
+
</dd>
|
|
8594
|
+
</dl>
|
|
8595
|
+
|
|
8596
|
+
|
|
8597
|
+
</dd>
|
|
8598
|
+
</dl>
|
|
8599
|
+
</details>
|
|
8600
|
+
|
|
8601
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.CreateAgentBranchResponseModel</code></summary>
|
|
8602
|
+
<dl>
|
|
8603
|
+
<dd>
|
|
8604
|
+
|
|
8605
|
+
#### 📝 Description
|
|
8606
|
+
|
|
8607
|
+
<dl>
|
|
8608
|
+
<dd>
|
|
8609
|
+
|
|
8610
|
+
<dl>
|
|
8611
|
+
<dd>
|
|
8612
|
+
|
|
8613
|
+
Create a new branch from a given version of main branch
|
|
8614
|
+
</dd>
|
|
8615
|
+
</dl>
|
|
8616
|
+
</dd>
|
|
8617
|
+
</dl>
|
|
8618
|
+
|
|
8619
|
+
#### 🔌 Usage
|
|
8620
|
+
|
|
8621
|
+
<dl>
|
|
8622
|
+
<dd>
|
|
8623
|
+
|
|
8624
|
+
<dl>
|
|
8625
|
+
<dd>
|
|
8626
|
+
|
|
8627
|
+
```typescript
|
|
8628
|
+
await client.conversationalAi.agents.branches.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8629
|
+
parentVersionId: "parent_version_id",
|
|
8630
|
+
name: "name",
|
|
8631
|
+
description: "description"
|
|
8632
|
+
});
|
|
8633
|
+
|
|
8634
|
+
```
|
|
8635
|
+
</dd>
|
|
8636
|
+
</dl>
|
|
8637
|
+
</dd>
|
|
8638
|
+
</dl>
|
|
8639
|
+
|
|
8640
|
+
#### ⚙️ Parameters
|
|
8641
|
+
|
|
8642
|
+
<dl>
|
|
8643
|
+
<dd>
|
|
8644
|
+
|
|
8645
|
+
<dl>
|
|
8646
|
+
<dd>
|
|
8647
|
+
|
|
8648
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8649
|
+
|
|
8650
|
+
</dd>
|
|
8651
|
+
</dl>
|
|
8652
|
+
|
|
8653
|
+
<dl>
|
|
8654
|
+
<dd>
|
|
8655
|
+
|
|
8656
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost`
|
|
8657
|
+
|
|
8658
|
+
</dd>
|
|
8659
|
+
</dl>
|
|
8660
|
+
|
|
8661
|
+
<dl>
|
|
8662
|
+
<dd>
|
|
8663
|
+
|
|
8664
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8665
|
+
|
|
8666
|
+
</dd>
|
|
8667
|
+
</dl>
|
|
8668
|
+
</dd>
|
|
8669
|
+
</dl>
|
|
8670
|
+
|
|
8671
|
+
|
|
8672
|
+
</dd>
|
|
8673
|
+
</dl>
|
|
8674
|
+
</details>
|
|
8675
|
+
|
|
8676
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">get</a>(agent_id, branch_id) -> ElevenLabs.AgentBranchResponse</code></summary>
|
|
8677
|
+
<dl>
|
|
8678
|
+
<dd>
|
|
8679
|
+
|
|
8680
|
+
#### 📝 Description
|
|
8681
|
+
|
|
8682
|
+
<dl>
|
|
8683
|
+
<dd>
|
|
8684
|
+
|
|
8685
|
+
<dl>
|
|
8686
|
+
<dd>
|
|
8687
|
+
|
|
8688
|
+
Get information about a single agent branch
|
|
8689
|
+
</dd>
|
|
8690
|
+
</dl>
|
|
8691
|
+
</dd>
|
|
8692
|
+
</dl>
|
|
8693
|
+
|
|
8694
|
+
#### 🔌 Usage
|
|
8695
|
+
|
|
8696
|
+
<dl>
|
|
8697
|
+
<dd>
|
|
8698
|
+
|
|
8699
|
+
<dl>
|
|
8700
|
+
<dd>
|
|
8701
|
+
|
|
8702
|
+
```typescript
|
|
8703
|
+
await client.conversationalAi.agents.branches.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
|
|
8704
|
+
|
|
8705
|
+
```
|
|
8706
|
+
</dd>
|
|
8707
|
+
</dl>
|
|
8708
|
+
</dd>
|
|
8709
|
+
</dl>
|
|
8710
|
+
|
|
8711
|
+
#### ⚙️ Parameters
|
|
8712
|
+
|
|
8713
|
+
<dl>
|
|
8714
|
+
<dd>
|
|
8715
|
+
|
|
8716
|
+
<dl>
|
|
8717
|
+
<dd>
|
|
8718
|
+
|
|
8719
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8720
|
+
|
|
8721
|
+
</dd>
|
|
8722
|
+
</dl>
|
|
8723
|
+
|
|
8724
|
+
<dl>
|
|
8725
|
+
<dd>
|
|
8726
|
+
|
|
8727
|
+
**branch_id:** `string` — Unique identifier for the branch.
|
|
8728
|
+
|
|
8729
|
+
</dd>
|
|
8730
|
+
</dl>
|
|
8731
|
+
|
|
8732
|
+
<dl>
|
|
8733
|
+
<dd>
|
|
8734
|
+
|
|
8735
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8736
|
+
|
|
8737
|
+
</dd>
|
|
8738
|
+
</dl>
|
|
8739
|
+
</dd>
|
|
8740
|
+
</dl>
|
|
8741
|
+
|
|
8742
|
+
|
|
8743
|
+
</dd>
|
|
8744
|
+
</dl>
|
|
8745
|
+
</details>
|
|
8746
|
+
|
|
8747
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">update</a>(agent_id, branch_id, { ...params }) -> ElevenLabs.AgentBranchResponse</code></summary>
|
|
8748
|
+
<dl>
|
|
8749
|
+
<dd>
|
|
8750
|
+
|
|
8751
|
+
#### 📝 Description
|
|
8752
|
+
|
|
8753
|
+
<dl>
|
|
8754
|
+
<dd>
|
|
8755
|
+
|
|
8756
|
+
<dl>
|
|
8757
|
+
<dd>
|
|
8758
|
+
|
|
8759
|
+
Update agent branch properties such as archiving status and protection level
|
|
8760
|
+
</dd>
|
|
8761
|
+
</dl>
|
|
8762
|
+
</dd>
|
|
8763
|
+
</dl>
|
|
8764
|
+
|
|
8765
|
+
#### 🔌 Usage
|
|
8766
|
+
|
|
8767
|
+
<dl>
|
|
8768
|
+
<dd>
|
|
8769
|
+
|
|
8770
|
+
<dl>
|
|
8771
|
+
<dd>
|
|
8772
|
+
|
|
8773
|
+
```typescript
|
|
8774
|
+
await client.conversationalAi.agents.branches.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
|
|
8775
|
+
|
|
8776
|
+
```
|
|
8777
|
+
</dd>
|
|
8778
|
+
</dl>
|
|
8779
|
+
</dd>
|
|
8780
|
+
</dl>
|
|
8781
|
+
|
|
8782
|
+
#### ⚙️ Parameters
|
|
8783
|
+
|
|
8784
|
+
<dl>
|
|
8785
|
+
<dd>
|
|
8786
|
+
|
|
8787
|
+
<dl>
|
|
8788
|
+
<dd>
|
|
8789
|
+
|
|
8790
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8791
|
+
|
|
8792
|
+
</dd>
|
|
8793
|
+
</dl>
|
|
8794
|
+
|
|
8795
|
+
<dl>
|
|
8796
|
+
<dd>
|
|
8797
|
+
|
|
8798
|
+
**branch_id:** `string` — Unique identifier for the branch.
|
|
8799
|
+
|
|
8800
|
+
</dd>
|
|
8801
|
+
</dl>
|
|
8802
|
+
|
|
8803
|
+
<dl>
|
|
8804
|
+
<dd>
|
|
8805
|
+
|
|
8806
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch`
|
|
8807
|
+
|
|
8808
|
+
</dd>
|
|
8809
|
+
</dl>
|
|
8810
|
+
|
|
8811
|
+
<dl>
|
|
8812
|
+
<dd>
|
|
8813
|
+
|
|
8814
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8815
|
+
|
|
8816
|
+
</dd>
|
|
8817
|
+
</dl>
|
|
8818
|
+
</dd>
|
|
8819
|
+
</dl>
|
|
8820
|
+
|
|
8821
|
+
|
|
8822
|
+
</dd>
|
|
8823
|
+
</dl>
|
|
8824
|
+
</details>
|
|
8825
|
+
|
|
8826
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">merge</a>(agent_id, source_branch_id, { ...params }) -> unknown</code></summary>
|
|
8827
|
+
<dl>
|
|
8828
|
+
<dd>
|
|
8829
|
+
|
|
8830
|
+
#### 📝 Description
|
|
8831
|
+
|
|
8832
|
+
<dl>
|
|
8833
|
+
<dd>
|
|
8834
|
+
|
|
8835
|
+
<dl>
|
|
8836
|
+
<dd>
|
|
8837
|
+
|
|
8838
|
+
Merge a branch into a target branch
|
|
8839
|
+
</dd>
|
|
8840
|
+
</dl>
|
|
8841
|
+
</dd>
|
|
8842
|
+
</dl>
|
|
8843
|
+
|
|
8844
|
+
#### 🔌 Usage
|
|
8845
|
+
|
|
8846
|
+
<dl>
|
|
8847
|
+
<dd>
|
|
8848
|
+
|
|
8849
|
+
<dl>
|
|
8850
|
+
<dd>
|
|
8851
|
+
|
|
8852
|
+
```typescript
|
|
8853
|
+
await client.conversationalAi.agents.branches.merge("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj", {
|
|
8854
|
+
targetBranchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
|
|
8855
|
+
});
|
|
8856
|
+
|
|
8857
|
+
```
|
|
8858
|
+
</dd>
|
|
8859
|
+
</dl>
|
|
8860
|
+
</dd>
|
|
8861
|
+
</dl>
|
|
8862
|
+
|
|
8863
|
+
#### ⚙️ Parameters
|
|
8864
|
+
|
|
8865
|
+
<dl>
|
|
8866
|
+
<dd>
|
|
8867
|
+
|
|
8868
|
+
<dl>
|
|
8869
|
+
<dd>
|
|
8870
|
+
|
|
8871
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8872
|
+
|
|
8873
|
+
</dd>
|
|
8874
|
+
</dl>
|
|
8875
|
+
|
|
8876
|
+
<dl>
|
|
8877
|
+
<dd>
|
|
8878
|
+
|
|
8879
|
+
**source_branch_id:** `string` — Unique identifier for the source branch to merge from.
|
|
8880
|
+
|
|
8881
|
+
</dd>
|
|
8882
|
+
</dl>
|
|
8883
|
+
|
|
8884
|
+
<dl>
|
|
8885
|
+
<dd>
|
|
8886
|
+
|
|
8887
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost`
|
|
8888
|
+
|
|
8889
|
+
</dd>
|
|
8890
|
+
</dl>
|
|
8891
|
+
|
|
8892
|
+
<dl>
|
|
8893
|
+
<dd>
|
|
8894
|
+
|
|
8895
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8896
|
+
|
|
8897
|
+
</dd>
|
|
8898
|
+
</dl>
|
|
8899
|
+
</dd>
|
|
8900
|
+
</dl>
|
|
8901
|
+
|
|
8902
|
+
|
|
8903
|
+
</dd>
|
|
8904
|
+
</dl>
|
|
8905
|
+
</details>
|
|
8906
|
+
|
|
8907
|
+
## ConversationalAi Agents Deployments
|
|
8908
|
+
<details><summary><code>client.conversationalAi.agents.deployments.<a href="/src/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.AgentDeploymentResponse</code></summary>
|
|
8909
|
+
<dl>
|
|
8910
|
+
<dd>
|
|
8911
|
+
|
|
8912
|
+
#### 📝 Description
|
|
8913
|
+
|
|
8914
|
+
<dl>
|
|
8915
|
+
<dd>
|
|
8916
|
+
|
|
8917
|
+
<dl>
|
|
8918
|
+
<dd>
|
|
8919
|
+
|
|
8920
|
+
Create a new deployment for an agent
|
|
8921
|
+
</dd>
|
|
8922
|
+
</dl>
|
|
8923
|
+
</dd>
|
|
8924
|
+
</dl>
|
|
8925
|
+
|
|
8926
|
+
#### 🔌 Usage
|
|
8927
|
+
|
|
8928
|
+
<dl>
|
|
8929
|
+
<dd>
|
|
8930
|
+
|
|
8931
|
+
<dl>
|
|
8932
|
+
<dd>
|
|
8933
|
+
|
|
8934
|
+
```typescript
|
|
8935
|
+
await client.conversationalAi.agents.deployments.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8936
|
+
deploymentRequest: {
|
|
8937
|
+
requests: [{
|
|
8938
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
8939
|
+
deploymentStrategy: {
|
|
8940
|
+
type: "percentage",
|
|
8941
|
+
trafficPercentage: 0.5
|
|
8942
|
+
}
|
|
8943
|
+
}]
|
|
8944
|
+
}
|
|
8945
|
+
});
|
|
8946
|
+
|
|
8947
|
+
```
|
|
8948
|
+
</dd>
|
|
8949
|
+
</dl>
|
|
8950
|
+
</dd>
|
|
8951
|
+
</dl>
|
|
8952
|
+
|
|
8953
|
+
#### ⚙️ Parameters
|
|
8954
|
+
|
|
8955
|
+
<dl>
|
|
8956
|
+
<dd>
|
|
8957
|
+
|
|
8958
|
+
<dl>
|
|
8959
|
+
<dd>
|
|
8960
|
+
|
|
8961
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8962
|
+
|
|
8963
|
+
</dd>
|
|
8964
|
+
</dl>
|
|
8965
|
+
|
|
8966
|
+
<dl>
|
|
8967
|
+
<dd>
|
|
8968
|
+
|
|
8969
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost`
|
|
8970
|
+
|
|
8971
|
+
</dd>
|
|
8972
|
+
</dl>
|
|
8973
|
+
|
|
8974
|
+
<dl>
|
|
8975
|
+
<dd>
|
|
8976
|
+
|
|
8977
|
+
**requestOptions:** `DeploymentsClient.RequestOptions`
|
|
8978
|
+
|
|
8979
|
+
</dd>
|
|
8980
|
+
</dl>
|
|
8981
|
+
</dd>
|
|
8982
|
+
</dl>
|
|
8983
|
+
|
|
8984
|
+
|
|
8985
|
+
</dd>
|
|
8986
|
+
</dl>
|
|
8987
|
+
</details>
|
|
8988
|
+
|
|
8989
|
+
## ConversationalAi Agents Drafts
|
|
8990
|
+
<details><summary><code>client.conversationalAi.agents.drafts.<a href="/src/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.ts">create</a>(agent_id, { ...params }) -> unknown</code></summary>
|
|
8991
|
+
<dl>
|
|
8992
|
+
<dd>
|
|
8993
|
+
|
|
8994
|
+
#### 📝 Description
|
|
8995
|
+
|
|
8996
|
+
<dl>
|
|
8997
|
+
<dd>
|
|
8998
|
+
|
|
8999
|
+
<dl>
|
|
9000
|
+
<dd>
|
|
9001
|
+
|
|
9002
|
+
Create a new draft for an agent
|
|
9003
|
+
</dd>
|
|
9004
|
+
</dl>
|
|
9005
|
+
</dd>
|
|
9006
|
+
</dl>
|
|
9007
|
+
|
|
9008
|
+
#### 🔌 Usage
|
|
9009
|
+
|
|
9010
|
+
<dl>
|
|
9011
|
+
<dd>
|
|
9012
|
+
|
|
9013
|
+
<dl>
|
|
9014
|
+
<dd>
|
|
9015
|
+
|
|
9016
|
+
```typescript
|
|
9017
|
+
await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
9018
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
9019
|
+
conversationConfig: {
|
|
9020
|
+
"key": "value"
|
|
9021
|
+
},
|
|
9022
|
+
platformSettings: {
|
|
9023
|
+
"key": "value"
|
|
9024
|
+
},
|
|
9025
|
+
workflow: {
|
|
9026
|
+
edges: {
|
|
9027
|
+
"entry_to_tool_a": {
|
|
9028
|
+
source: "entry_node",
|
|
9029
|
+
target: "tool_node_a",
|
|
9030
|
+
forwardCondition: {
|
|
9031
|
+
type: "expression",
|
|
9032
|
+
expression: {
|
|
9033
|
+
type: "and_operator",
|
|
9034
|
+
children: [{
|
|
9035
|
+
type: "boolean_literal",
|
|
9036
|
+
value: true
|
|
9037
|
+
}]
|
|
9038
|
+
}
|
|
9039
|
+
}
|
|
9040
|
+
},
|
|
9041
|
+
"start_to_entry": {
|
|
9042
|
+
source: "start_node",
|
|
9043
|
+
target: "entry_node",
|
|
9044
|
+
forwardCondition: {
|
|
9045
|
+
type: "expression",
|
|
9046
|
+
expression: {
|
|
9047
|
+
type: "and_operator",
|
|
9048
|
+
children: [{
|
|
9049
|
+
type: "boolean_literal",
|
|
9050
|
+
value: true
|
|
9051
|
+
}]
|
|
9052
|
+
}
|
|
9053
|
+
}
|
|
9054
|
+
},
|
|
9055
|
+
"tool_a_to_failure": {
|
|
9056
|
+
source: "tool_node_a",
|
|
9057
|
+
target: "failure_node",
|
|
9058
|
+
forwardCondition: {
|
|
9059
|
+
type: "expression",
|
|
9060
|
+
expression: {
|
|
9061
|
+
type: "and_operator",
|
|
9062
|
+
children: [{
|
|
9063
|
+
type: "boolean_literal",
|
|
9064
|
+
value: true
|
|
9065
|
+
}]
|
|
9066
|
+
}
|
|
9067
|
+
}
|
|
9068
|
+
},
|
|
9069
|
+
"tool_a_to_tool_b": {
|
|
9070
|
+
source: "tool_node_a",
|
|
9071
|
+
target: "tool_node_b",
|
|
9072
|
+
forwardCondition: {
|
|
9073
|
+
type: "expression",
|
|
9074
|
+
expression: {
|
|
9075
|
+
type: "and_operator",
|
|
9076
|
+
children: [{
|
|
9077
|
+
type: "boolean_literal",
|
|
9078
|
+
value: true
|
|
9079
|
+
}]
|
|
9080
|
+
}
|
|
9081
|
+
}
|
|
9082
|
+
},
|
|
9083
|
+
"tool_b_to_agent_transfer": {
|
|
9084
|
+
source: "tool_node_b",
|
|
9085
|
+
target: "success_transfer",
|
|
9086
|
+
forwardCondition: {
|
|
9087
|
+
type: "expression",
|
|
9088
|
+
expression: {
|
|
9089
|
+
type: "and_operator",
|
|
9090
|
+
children: [{
|
|
9091
|
+
type: "boolean_literal",
|
|
9092
|
+
value: true
|
|
9093
|
+
}]
|
|
9094
|
+
}
|
|
9095
|
+
}
|
|
9096
|
+
},
|
|
9097
|
+
"tool_b_to_conversation": {
|
|
9098
|
+
source: "tool_node_b",
|
|
9099
|
+
target: "success_conversation",
|
|
9100
|
+
forwardCondition: {
|
|
9101
|
+
type: "expression",
|
|
9102
|
+
expression: {
|
|
9103
|
+
type: "and_operator",
|
|
9104
|
+
children: [{
|
|
9105
|
+
type: "boolean_literal",
|
|
9106
|
+
value: true
|
|
9107
|
+
}]
|
|
9108
|
+
}
|
|
9109
|
+
}
|
|
9110
|
+
},
|
|
9111
|
+
"tool_b_to_end": {
|
|
9112
|
+
source: "tool_node_b",
|
|
9113
|
+
target: "success_end",
|
|
9114
|
+
forwardCondition: {
|
|
9115
|
+
type: "expression",
|
|
9116
|
+
expression: {
|
|
9117
|
+
type: "and_operator",
|
|
9118
|
+
children: [{
|
|
9119
|
+
type: "boolean_literal",
|
|
9120
|
+
value: true
|
|
9121
|
+
}]
|
|
9122
|
+
}
|
|
9123
|
+
}
|
|
9124
|
+
},
|
|
9125
|
+
"tool_b_to_phone": {
|
|
9126
|
+
source: "tool_node_b",
|
|
9127
|
+
target: "success_phone",
|
|
9128
|
+
forwardCondition: {
|
|
9129
|
+
type: "expression",
|
|
9130
|
+
expression: {
|
|
9131
|
+
type: "and_operator",
|
|
9132
|
+
children: [{
|
|
9133
|
+
type: "boolean_literal",
|
|
9134
|
+
value: true
|
|
9135
|
+
}]
|
|
9136
|
+
}
|
|
9137
|
+
}
|
|
9138
|
+
}
|
|
9139
|
+
},
|
|
9140
|
+
nodes: {
|
|
9141
|
+
"entry_node": {
|
|
9142
|
+
type: "end"
|
|
9143
|
+
},
|
|
9144
|
+
"failure_node": {
|
|
9145
|
+
type: "end"
|
|
9146
|
+
},
|
|
9147
|
+
"start_node": {
|
|
9148
|
+
type: "end"
|
|
9149
|
+
},
|
|
9150
|
+
"success_conversation": {
|
|
9151
|
+
type: "end"
|
|
9152
|
+
},
|
|
9153
|
+
"success_end": {
|
|
9154
|
+
type: "end"
|
|
9155
|
+
},
|
|
9156
|
+
"success_phone": {
|
|
9157
|
+
type: "end"
|
|
9158
|
+
},
|
|
9159
|
+
"success_transfer": {
|
|
9160
|
+
type: "end"
|
|
9161
|
+
},
|
|
9162
|
+
"tool_node_a": {
|
|
9163
|
+
type: "end"
|
|
9164
|
+
},
|
|
9165
|
+
"tool_node_b": {
|
|
9166
|
+
type: "end"
|
|
9167
|
+
}
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
9170
|
+
name: "name"
|
|
9171
|
+
});
|
|
9172
|
+
|
|
9173
|
+
```
|
|
9174
|
+
</dd>
|
|
9175
|
+
</dl>
|
|
9176
|
+
</dd>
|
|
9177
|
+
</dl>
|
|
9178
|
+
|
|
9179
|
+
#### ⚙️ Parameters
|
|
9180
|
+
|
|
9181
|
+
<dl>
|
|
9182
|
+
<dd>
|
|
9183
|
+
|
|
9184
|
+
<dl>
|
|
9185
|
+
<dd>
|
|
9186
|
+
|
|
9187
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
9188
|
+
|
|
9189
|
+
</dd>
|
|
9190
|
+
</dl>
|
|
9191
|
+
|
|
9192
|
+
<dl>
|
|
9193
|
+
<dd>
|
|
9194
|
+
|
|
9195
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost`
|
|
9196
|
+
|
|
9197
|
+
</dd>
|
|
9198
|
+
</dl>
|
|
9199
|
+
|
|
9200
|
+
<dl>
|
|
9201
|
+
<dd>
|
|
9202
|
+
|
|
9203
|
+
**requestOptions:** `DraftsClient.RequestOptions`
|
|
9204
|
+
|
|
9205
|
+
</dd>
|
|
9206
|
+
</dl>
|
|
9207
|
+
</dd>
|
|
9208
|
+
</dl>
|
|
9209
|
+
|
|
9210
|
+
|
|
9211
|
+
</dd>
|
|
9212
|
+
</dl>
|
|
9213
|
+
</details>
|
|
9214
|
+
|
|
9215
|
+
<details><summary><code>client.conversationalAi.agents.drafts.<a href="/src/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.ts">delete</a>(agent_id, { ...params }) -> unknown</code></summary>
|
|
9216
|
+
<dl>
|
|
9217
|
+
<dd>
|
|
9218
|
+
|
|
9219
|
+
#### 📝 Description
|
|
9220
|
+
|
|
9221
|
+
<dl>
|
|
9222
|
+
<dd>
|
|
9223
|
+
|
|
9224
|
+
<dl>
|
|
9225
|
+
<dd>
|
|
9226
|
+
|
|
9227
|
+
Delete a draft for an agent
|
|
9228
|
+
</dd>
|
|
9229
|
+
</dl>
|
|
9230
|
+
</dd>
|
|
9231
|
+
</dl>
|
|
9232
|
+
|
|
9233
|
+
#### 🔌 Usage
|
|
9234
|
+
|
|
9235
|
+
<dl>
|
|
9236
|
+
<dd>
|
|
9237
|
+
|
|
9238
|
+
<dl>
|
|
9239
|
+
<dd>
|
|
9240
|
+
|
|
9241
|
+
```typescript
|
|
9242
|
+
await client.conversationalAi.agents.drafts.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
9243
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
|
|
9244
|
+
});
|
|
9245
|
+
|
|
9246
|
+
```
|
|
9247
|
+
</dd>
|
|
9248
|
+
</dl>
|
|
9249
|
+
</dd>
|
|
9250
|
+
</dl>
|
|
9251
|
+
|
|
9252
|
+
#### ⚙️ Parameters
|
|
9253
|
+
|
|
9254
|
+
<dl>
|
|
9255
|
+
<dd>
|
|
9256
|
+
|
|
9257
|
+
<dl>
|
|
9258
|
+
<dd>
|
|
9259
|
+
|
|
9260
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
9261
|
+
|
|
9262
|
+
</dd>
|
|
9263
|
+
</dl>
|
|
9264
|
+
|
|
9265
|
+
<dl>
|
|
9266
|
+
<dd>
|
|
9267
|
+
|
|
9268
|
+
**request:** `ElevenLabs.conversationalAi.agents.DraftsDeleteRequest`
|
|
9269
|
+
|
|
9270
|
+
</dd>
|
|
9271
|
+
</dl>
|
|
9272
|
+
|
|
9273
|
+
<dl>
|
|
9274
|
+
<dd>
|
|
9275
|
+
|
|
9276
|
+
**requestOptions:** `DraftsClient.RequestOptions`
|
|
8500
9277
|
|
|
8501
9278
|
</dd>
|
|
8502
9279
|
</dl>
|
|
@@ -9097,6 +9874,71 @@ await client.conversationalAi.knowledgeBase.documents.createFromText({
|
|
|
9097
9874
|
</dl>
|
|
9098
9875
|
|
|
9099
9876
|
|
|
9877
|
+
</dd>
|
|
9878
|
+
</dl>
|
|
9879
|
+
</details>
|
|
9880
|
+
|
|
9881
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFolder</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
|
|
9882
|
+
<dl>
|
|
9883
|
+
<dd>
|
|
9884
|
+
|
|
9885
|
+
#### 📝 Description
|
|
9886
|
+
|
|
9887
|
+
<dl>
|
|
9888
|
+
<dd>
|
|
9889
|
+
|
|
9890
|
+
<dl>
|
|
9891
|
+
<dd>
|
|
9892
|
+
|
|
9893
|
+
Create a folder used for grouping documents together.
|
|
9894
|
+
</dd>
|
|
9895
|
+
</dl>
|
|
9896
|
+
</dd>
|
|
9897
|
+
</dl>
|
|
9898
|
+
|
|
9899
|
+
#### 🔌 Usage
|
|
9900
|
+
|
|
9901
|
+
<dl>
|
|
9902
|
+
<dd>
|
|
9903
|
+
|
|
9904
|
+
<dl>
|
|
9905
|
+
<dd>
|
|
9906
|
+
|
|
9907
|
+
```typescript
|
|
9908
|
+
await client.conversationalAi.knowledgeBase.documents.createFolder({
|
|
9909
|
+
name: "name"
|
|
9910
|
+
});
|
|
9911
|
+
|
|
9912
|
+
```
|
|
9913
|
+
</dd>
|
|
9914
|
+
</dl>
|
|
9915
|
+
</dd>
|
|
9916
|
+
</dl>
|
|
9917
|
+
|
|
9918
|
+
#### ⚙️ Parameters
|
|
9919
|
+
|
|
9920
|
+
<dl>
|
|
9921
|
+
<dd>
|
|
9922
|
+
|
|
9923
|
+
<dl>
|
|
9924
|
+
<dd>
|
|
9925
|
+
|
|
9926
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost`
|
|
9927
|
+
|
|
9928
|
+
</dd>
|
|
9929
|
+
</dl>
|
|
9930
|
+
|
|
9931
|
+
<dl>
|
|
9932
|
+
<dd>
|
|
9933
|
+
|
|
9934
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
9935
|
+
|
|
9936
|
+
</dd>
|
|
9937
|
+
</dl>
|
|
9938
|
+
</dd>
|
|
9939
|
+
</dl>
|
|
9940
|
+
|
|
9941
|
+
|
|
9100
9942
|
</dd>
|
|
9101
9943
|
</dl>
|
|
9102
9944
|
</details>
|
|
@@ -9517,6 +10359,142 @@ await client.conversationalAi.knowledgeBase.documents.getSourceFileUrl("21m00Tcm
|
|
|
9517
10359
|
</dl>
|
|
9518
10360
|
|
|
9519
10361
|
|
|
10362
|
+
</dd>
|
|
10363
|
+
</dl>
|
|
10364
|
+
</details>
|
|
10365
|
+
|
|
10366
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">move</a>(document_id, { ...params }) -> void</code></summary>
|
|
10367
|
+
<dl>
|
|
10368
|
+
<dd>
|
|
10369
|
+
|
|
10370
|
+
#### 📝 Description
|
|
10371
|
+
|
|
10372
|
+
<dl>
|
|
10373
|
+
<dd>
|
|
10374
|
+
|
|
10375
|
+
<dl>
|
|
10376
|
+
<dd>
|
|
10377
|
+
|
|
10378
|
+
Moves the entity from one folder to another.
|
|
10379
|
+
</dd>
|
|
10380
|
+
</dl>
|
|
10381
|
+
</dd>
|
|
10382
|
+
</dl>
|
|
10383
|
+
|
|
10384
|
+
#### 🔌 Usage
|
|
10385
|
+
|
|
10386
|
+
<dl>
|
|
10387
|
+
<dd>
|
|
10388
|
+
|
|
10389
|
+
<dl>
|
|
10390
|
+
<dd>
|
|
10391
|
+
|
|
10392
|
+
```typescript
|
|
10393
|
+
await client.conversationalAi.knowledgeBase.documents.move("21m00Tcm4TlvDq8ikWAM");
|
|
10394
|
+
|
|
10395
|
+
```
|
|
10396
|
+
</dd>
|
|
10397
|
+
</dl>
|
|
10398
|
+
</dd>
|
|
10399
|
+
</dl>
|
|
10400
|
+
|
|
10401
|
+
#### ⚙️ Parameters
|
|
10402
|
+
|
|
10403
|
+
<dl>
|
|
10404
|
+
<dd>
|
|
10405
|
+
|
|
10406
|
+
<dl>
|
|
10407
|
+
<dd>
|
|
10408
|
+
|
|
10409
|
+
**document_id:** `string` — The id of a document from the knowledge base. This is returned on document addition.
|
|
10410
|
+
|
|
10411
|
+
</dd>
|
|
10412
|
+
</dl>
|
|
10413
|
+
|
|
10414
|
+
<dl>
|
|
10415
|
+
<dd>
|
|
10416
|
+
|
|
10417
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost`
|
|
10418
|
+
|
|
10419
|
+
</dd>
|
|
10420
|
+
</dl>
|
|
10421
|
+
|
|
10422
|
+
<dl>
|
|
10423
|
+
<dd>
|
|
10424
|
+
|
|
10425
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
10426
|
+
|
|
10427
|
+
</dd>
|
|
10428
|
+
</dl>
|
|
10429
|
+
</dd>
|
|
10430
|
+
</dl>
|
|
10431
|
+
|
|
10432
|
+
|
|
10433
|
+
</dd>
|
|
10434
|
+
</dl>
|
|
10435
|
+
</details>
|
|
10436
|
+
|
|
10437
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">bulkMove</a>({ ...params }) -> void</code></summary>
|
|
10438
|
+
<dl>
|
|
10439
|
+
<dd>
|
|
10440
|
+
|
|
10441
|
+
#### 📝 Description
|
|
10442
|
+
|
|
10443
|
+
<dl>
|
|
10444
|
+
<dd>
|
|
10445
|
+
|
|
10446
|
+
<dl>
|
|
10447
|
+
<dd>
|
|
10448
|
+
|
|
10449
|
+
Moves multiple entities from one folder to another.
|
|
10450
|
+
</dd>
|
|
10451
|
+
</dl>
|
|
10452
|
+
</dd>
|
|
10453
|
+
</dl>
|
|
10454
|
+
|
|
10455
|
+
#### 🔌 Usage
|
|
10456
|
+
|
|
10457
|
+
<dl>
|
|
10458
|
+
<dd>
|
|
10459
|
+
|
|
10460
|
+
<dl>
|
|
10461
|
+
<dd>
|
|
10462
|
+
|
|
10463
|
+
```typescript
|
|
10464
|
+
await client.conversationalAi.knowledgeBase.documents.bulkMove({
|
|
10465
|
+
documentIds: ["21m00Tcm4TlvDq8ikWAM", "31m00Tcm4TlvDq8ikWBM"]
|
|
10466
|
+
});
|
|
10467
|
+
|
|
10468
|
+
```
|
|
10469
|
+
</dd>
|
|
10470
|
+
</dl>
|
|
10471
|
+
</dd>
|
|
10472
|
+
</dl>
|
|
10473
|
+
|
|
10474
|
+
#### ⚙️ Parameters
|
|
10475
|
+
|
|
10476
|
+
<dl>
|
|
10477
|
+
<dd>
|
|
10478
|
+
|
|
10479
|
+
<dl>
|
|
10480
|
+
<dd>
|
|
10481
|
+
|
|
10482
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost`
|
|
10483
|
+
|
|
10484
|
+
</dd>
|
|
10485
|
+
</dl>
|
|
10486
|
+
|
|
10487
|
+
<dl>
|
|
10488
|
+
<dd>
|
|
10489
|
+
|
|
10490
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
10491
|
+
|
|
10492
|
+
</dd>
|
|
10493
|
+
</dl>
|
|
10494
|
+
</dd>
|
|
10495
|
+
</dl>
|
|
10496
|
+
|
|
10497
|
+
|
|
9520
10498
|
</dd>
|
|
9521
10499
|
</dl>
|
|
9522
10500
|
</details>
|
|
@@ -11788,7 +12766,7 @@ await client.music.compositionPlan.create({
|
|
|
11788
12766
|
<dl>
|
|
11789
12767
|
<dd>
|
|
11790
12768
|
|
|
11791
|
-
Add rules to the pronunciation dictionary
|
|
12769
|
+
Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
|
|
11792
12770
|
</dd>
|
|
11793
12771
|
</dl>
|
|
11794
12772
|
</dd>
|
|
@@ -15925,80 +16903,6 @@ await client.workspace.resources.unshare("resource_id", {
|
|
|
15925
16903
|
</dl>
|
|
15926
16904
|
|
|
15927
16905
|
|
|
15928
|
-
</dd>
|
|
15929
|
-
</dl>
|
|
15930
|
-
</details>
|
|
15931
|
-
|
|
15932
|
-
<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>
|
|
15933
|
-
<dl>
|
|
15934
|
-
<dd>
|
|
15935
|
-
|
|
15936
|
-
#### 📝 Description
|
|
15937
|
-
|
|
15938
|
-
<dl>
|
|
15939
|
-
<dd>
|
|
15940
|
-
|
|
15941
|
-
<dl>
|
|
15942
|
-
<dd>
|
|
15943
|
-
|
|
15944
|
-
Copies a workspace resource to another workspace.
|
|
15945
|
-
</dd>
|
|
15946
|
-
</dl>
|
|
15947
|
-
</dd>
|
|
15948
|
-
</dl>
|
|
15949
|
-
|
|
15950
|
-
#### 🔌 Usage
|
|
15951
|
-
|
|
15952
|
-
<dl>
|
|
15953
|
-
<dd>
|
|
15954
|
-
|
|
15955
|
-
<dl>
|
|
15956
|
-
<dd>
|
|
15957
|
-
|
|
15958
|
-
```typescript
|
|
15959
|
-
await client.workspace.resources.copyToWorkspace("resource_id", {
|
|
15960
|
-
resourceType: "voice",
|
|
15961
|
-
targetUserId: "target_user_id"
|
|
15962
|
-
});
|
|
15963
|
-
|
|
15964
|
-
```
|
|
15965
|
-
</dd>
|
|
15966
|
-
</dl>
|
|
15967
|
-
</dd>
|
|
15968
|
-
</dl>
|
|
15969
|
-
|
|
15970
|
-
#### ⚙️ Parameters
|
|
15971
|
-
|
|
15972
|
-
<dl>
|
|
15973
|
-
<dd>
|
|
15974
|
-
|
|
15975
|
-
<dl>
|
|
15976
|
-
<dd>
|
|
15977
|
-
|
|
15978
|
-
**resource_id:** `string` — The ID of the target resource.
|
|
15979
|
-
|
|
15980
|
-
</dd>
|
|
15981
|
-
</dl>
|
|
15982
|
-
|
|
15983
|
-
<dl>
|
|
15984
|
-
<dd>
|
|
15985
|
-
|
|
15986
|
-
**request:** `ElevenLabs.workspace.BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost`
|
|
15987
|
-
|
|
15988
|
-
</dd>
|
|
15989
|
-
</dl>
|
|
15990
|
-
|
|
15991
|
-
<dl>
|
|
15992
|
-
<dd>
|
|
15993
|
-
|
|
15994
|
-
**requestOptions:** `ResourcesClient.RequestOptions`
|
|
15995
|
-
|
|
15996
|
-
</dd>
|
|
15997
|
-
</dl>
|
|
15998
|
-
</dd>
|
|
15999
|
-
</dl>
|
|
16000
|
-
|
|
16001
|
-
|
|
16002
16906
|
</dd>
|
|
16003
16907
|
</dl>
|
|
16004
16908
|
</details>
|