@elevenlabs/elevenlabs-js 2.32.0 → 2.34.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 +18 -0
- package/Client.js +76 -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/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/index.js +1 -0
- 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 +13 -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/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/api/resources/{workspace/resources/members/types → 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/{serialization/resources/workspace/resources/members/types → api/resources/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/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/{dist/api/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/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/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js +3 -0
- package/api/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/api/resources/{workspace/resources/invites → conversationalAi/resources/agents}/types/index.js +1 -1
- package/api/resources/conversationalAi/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/index.js +1 -0
- 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/secrets/client/Client.d.ts +6 -2
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +18 -6
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -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/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +12 -29
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +49 -118
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- 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/textToDialogue/client/Client.d.ts +1 -1
- package/api/resources/textToDialogue/client/Client.js +3 -7
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +4 -4
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -3
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +32 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +35 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +32 -0
- package/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +35 -0
- package/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/api/resources/textToDialogue/types/index.js +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/groups/resources/members/client/Client.d.ts +2 -2
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
- 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/Client.d.ts +3 -3
- package/api/resources/workspace/resources/invites/client/Client.js +3 -3
- 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/AlignmentGuardrail.d.ts +3 -0
- package/api/types/AlignmentGuardrail.js +3 -0
- package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -0
- package/api/types/BranchProtectionStatus.d.ts +5 -0
- package/api/types/BranchProtectionStatus.js +8 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -0
- package/api/types/ConversationTurnMetrics.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 +2 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetUnitTestResponseModel.d.ts +2 -0
- package/api/types/GetWorkspaceSecretsResponseModel.d.ts +4 -0
- package/api/types/GuardrailsV1Input.d.ts +1 -0
- package/api/types/GuardrailsV1Output.d.ts +1 -0
- package/api/types/InvoiceResponse.d.ts +1 -1
- package/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
- package/api/types/ListResponseAgentBranchSummary.js +3 -0
- package/api/types/NonStreamingOutputFormats.d.ts +10 -0
- package/api/types/NonStreamingOutputFormats.js +13 -0
- package/api/types/PermissionType.d.ts +7 -0
- package/api/types/PermissionType.js +7 -0
- package/api/types/ProcedureDraftRef.d.ts +4 -0
- package/api/types/ProcedureDraftRef.js +3 -0
- package/api/types/ProcedureVersionRef.d.ts +6 -0
- package/api/types/ProcedureVersionRef.js +3 -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/ResponseFilterMode.d.ts +6 -0
- package/api/types/ResponseFilterMode.js +9 -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/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/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UnitTestCommonModel.d.ts +2 -0
- package/api/types/User.d.ts +2 -0
- package/api/types/index.d.ts +20 -1
- package/api/types/index.js +20 -1
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +18 -0
- package/dist/Client.js +76 -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/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/index.js +1 -0
- 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 +13 -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/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/dist/api/resources/{workspace/resources/invites → conversationalAi/resources/agents}/types/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/index.js +1 -0
- 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/secrets/client/Client.d.ts +6 -2
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +18 -6
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +2 -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/conversationalAi/resources/whatsappAccounts/client/Client.d.ts +12 -29
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +49 -118
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- 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/textToDialogue/client/Client.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/Client.js +3 -7
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +4 -4
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +3 -3
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +32 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js +35 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +32 -0
- package/dist/api/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +35 -0
- package/dist/api/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/api/resources/textToDialogue/types/index.js +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/groups/resources/members/client/Client.d.ts +2 -2
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -2
- 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/Client.d.ts +3 -3
- package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -3
- 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/AlignmentGuardrail.d.ts +3 -0
- package/dist/api/types/AlignmentGuardrail.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -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 +2 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -0
- package/dist/api/types/ConversationTurnMetrics.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 +2 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetUnitTestResponseModel.d.ts +2 -0
- package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +4 -0
- package/dist/api/types/GuardrailsV1Input.d.ts +1 -0
- package/dist/api/types/GuardrailsV1Output.d.ts +1 -0
- package/dist/api/types/InvoiceResponse.d.ts +1 -1
- package/dist/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
- package/dist/api/types/ListResponseAgentBranchSummary.js +3 -0
- package/dist/api/types/NonStreamingOutputFormats.d.ts +10 -0
- package/dist/api/types/NonStreamingOutputFormats.js +13 -0
- package/dist/api/types/PermissionType.d.ts +7 -0
- package/dist/api/types/PermissionType.js +7 -0
- package/dist/api/types/ProcedureDraftRef.d.ts +4 -0
- package/dist/api/types/ProcedureDraftRef.js +3 -0
- package/dist/api/types/ProcedureVersionRef.d.ts +6 -0
- package/dist/api/types/ProcedureVersionRef.js +3 -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/ResponseFilterMode.d.ts +6 -0
- package/dist/api/types/ResponseFilterMode.js +9 -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/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/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UnitTestCommonModel.d.ts +2 -0
- package/dist/api/types/User.d.ts +2 -0
- package/dist/api/types/index.d.ts +20 -1
- package/dist/api/types/index.js +20 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/index.js +1 -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 +12 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +44 -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/{whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js} +5 -6
- 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/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/index.js +1 -0
- 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/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +1 -3
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +7 -0
- package/{serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js} +31 -21
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +7 -0
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +68 -0
- package/dist/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/types/index.js +2 -0
- 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/dist/serialization/types/{ImportWhatsAppAccountResponse.js → AgentBranchBasicInfo.js} +4 -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/types/AgentDeploymentRequestItem.js +43 -0
- 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/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentVersionParents.js} +7 -6
- package/dist/serialization/types/AlignmentGuardrail.d.ts +9 -0
- package/{serialization/types/ImportWhatsAppAccountResponse.js → dist/serialization/types/AlignmentGuardrail.js} +3 -3
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +3 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +3 -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 +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +2 -0
- package/dist/serialization/types/ConversationTurnMetrics.d.ts +1 -0
- package/dist/serialization/types/ConversationTurnMetrics.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 +2 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +2 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetUnitTestResponseModel.js +1 -0
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.js +2 -0
- package/dist/serialization/types/GuardrailsV1Input.d.ts +2 -0
- package/dist/serialization/types/GuardrailsV1Input.js +2 -0
- package/dist/serialization/types/GuardrailsV1Output.d.ts +2 -0
- package/dist/serialization/types/GuardrailsV1Output.js +2 -0
- package/dist/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
- package/dist/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/dist/serialization/types/NonStreamingOutputFormats.d.ts +7 -0
- package/dist/serialization/types/NonStreamingOutputFormats.js +47 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +7 -0
- package/dist/serialization/types/ProcedureDraftRef.d.ts +9 -0
- package/{serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/serialization/types/ProcedureDraftRef.js} +5 -3
- package/dist/serialization/types/ProcedureVersionRef.d.ts +10 -0
- package/dist/serialization/types/ProcedureVersionRef.js +42 -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/ResponseFilterMode.d.ts +7 -0
- package/dist/serialization/types/ResponseFilterMode.js +39 -0
- package/dist/serialization/types/SeatType.d.ts +7 -0
- package/dist/serialization/types/SeatType.js +39 -0
- package/dist/serialization/types/ToolSortBy.d.ts +7 -0
- package/dist/serialization/types/ToolSortBy.js +39 -0
- 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/TurnConfig.d.ts +1 -0
- package/dist/serialization/types/TurnConfig.js +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/UnitTestCommonModel.d.ts +1 -0
- package/dist/serialization/types/UnitTestCommonModel.js +1 -0
- package/dist/serialization/types/User.d.ts +1 -0
- package/dist/serialization/types/User.js +1 -0
- package/dist/serialization/types/index.d.ts +20 -1
- package/dist/serialization/types/index.js +20 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +1076 -228
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -0
- package/serialization/resources/conversationalAi/resources/agents/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/index.js +1 -0
- 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 +12 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +44 -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/{whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js} +5 -6
- 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/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js +41 -0
- package/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/types/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/index.js +1 -0
- 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/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +1 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.d.ts +0 -1
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/index.js +1 -3
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +7 -0
- package/{dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.js} +31 -21
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +7 -0
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.js +68 -0
- package/serialization/resources/textToDialogue/types/index.d.ts +2 -0
- package/serialization/resources/textToDialogue/types/index.js +2 -0
- 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/types/AgentDeploymentRequestItem.js +43 -0
- 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/AlignmentGuardrail.d.ts +9 -0
- package/serialization/types/AlignmentGuardrail.js +41 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.js +3 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +3 -0
- package/serialization/types/BranchProtectionStatus.d.ts +7 -0
- package/serialization/types/BranchProtectionStatus.js +39 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +2 -0
- package/serialization/types/ConversationTurnMetrics.d.ts +1 -0
- package/serialization/types/ConversationTurnMetrics.js +1 -0
- package/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
- package/serialization/types/CreateAgentBranchResponseModel.js +42 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +2 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +2 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetUnitTestResponseModel.d.ts +1 -0
- package/serialization/types/GetUnitTestResponseModel.js +1 -0
- package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -0
- package/serialization/types/GetWorkspaceSecretsResponseModel.js +2 -0
- package/serialization/types/GuardrailsV1Input.d.ts +2 -0
- package/serialization/types/GuardrailsV1Input.js +2 -0
- package/serialization/types/GuardrailsV1Output.d.ts +2 -0
- package/serialization/types/GuardrailsV1Output.js +2 -0
- package/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
- package/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/serialization/types/NonStreamingOutputFormats.d.ts +7 -0
- package/serialization/types/NonStreamingOutputFormats.js +47 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +7 -0
- package/serialization/types/ProcedureDraftRef.d.ts +9 -0
- package/serialization/types/ProcedureDraftRef.js +41 -0
- package/serialization/types/ProcedureVersionRef.d.ts +10 -0
- package/serialization/types/ProcedureVersionRef.js +42 -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/ResponseFilterMode.d.ts +7 -0
- package/serialization/types/ResponseFilterMode.js +39 -0
- package/serialization/types/SeatType.d.ts +7 -0
- package/serialization/types/SeatType.js +39 -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/TurnConfig.d.ts +1 -0
- package/serialization/types/TurnConfig.js +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/serialization/types/UnitTestCommonModel.d.ts +1 -0
- package/serialization/types/UnitTestCommonModel.js +1 -0
- package/serialization/types/User.d.ts +1 -0
- package/serialization/types/User.js +1 -0
- package/serialization/types/index.d.ts +20 -1
- package/serialization/types/index.js +20 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +0 -13
- 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/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/api/types/ImportWhatsAppAccountResponse.d.ts +0 -3
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +0 -13
- 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/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/api/types/ImportWhatsAppAccountResponse.d.ts +0 -3
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.d.ts +0 -11
- 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/dist/serialization/types/ImportWhatsAppAccountResponse.d.ts +0 -9
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.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/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js +0 -43
- package/serialization/types/ImportWhatsAppAccountResponse.d.ts +0 -9
- /package/api/resources/conversationalAi/resources/{whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js} +0 -0
- /package/api/resources/{workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js} +0 -0
- /package/api/{types/ImportWhatsAppAccountResponse.js → resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/ImportWhatsAppAccountRequest.js → api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js} +0 -0
- /package/{dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js} +0 -0
- /package/{dist/api/types/ImportWhatsAppAccountResponse.js → api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js} +0 -0
package/reference.md
CHANGED
|
@@ -1073,7 +1073,7 @@ Generate dialogue from text with precise character-level timing information for
|
|
|
1073
1073
|
|
|
1074
1074
|
```typescript
|
|
1075
1075
|
await client.textToDialogue.convertWithTimestamps({
|
|
1076
|
-
outputFormat: "
|
|
1076
|
+
outputFormat: "alaw_8000",
|
|
1077
1077
|
inputs: [{
|
|
1078
1078
|
text: "Hello, how are you?",
|
|
1079
1079
|
voiceId: "bYTqZQo3Jz7LQtmGTgwi"
|
|
@@ -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>
|
|
@@ -6817,7 +6832,7 @@ await client.conversationalAi.settings.update();
|
|
|
6817
6832
|
</details>
|
|
6818
6833
|
|
|
6819
6834
|
## ConversationalAi Secrets
|
|
6820
|
-
<details><summary><code>client.conversationalAi.secrets.<a href="/src/api/resources/conversationalAi/resources/secrets/client/Client.ts">list</a>() -> ElevenLabs.GetWorkspaceSecretsResponseModel</code></summary>
|
|
6835
|
+
<details><summary><code>client.conversationalAi.secrets.<a href="/src/api/resources/conversationalAi/resources/secrets/client/Client.ts">list</a>({ ...params }) -> ElevenLabs.GetWorkspaceSecretsResponseModel</code></summary>
|
|
6821
6836
|
<dl>
|
|
6822
6837
|
<dd>
|
|
6823
6838
|
|
|
@@ -6844,7 +6859,10 @@ Get all workspace secrets for the user
|
|
|
6844
6859
|
<dd>
|
|
6845
6860
|
|
|
6846
6861
|
```typescript
|
|
6847
|
-
await client.conversationalAi.secrets.list(
|
|
6862
|
+
await client.conversationalAi.secrets.list({
|
|
6863
|
+
pageSize: 1,
|
|
6864
|
+
cursor: "cursor"
|
|
6865
|
+
});
|
|
6848
6866
|
|
|
6849
6867
|
```
|
|
6850
6868
|
</dd>
|
|
@@ -6860,6 +6878,14 @@ await client.conversationalAi.secrets.list();
|
|
|
6860
6878
|
<dl>
|
|
6861
6879
|
<dd>
|
|
6862
6880
|
|
|
6881
|
+
**request:** `ElevenLabs.conversationalAi.SecretsListRequest`
|
|
6882
|
+
|
|
6883
|
+
</dd>
|
|
6884
|
+
</dl>
|
|
6885
|
+
|
|
6886
|
+
<dl>
|
|
6887
|
+
<dd>
|
|
6888
|
+
|
|
6863
6889
|
**requestOptions:** `SecretsClient.RequestOptions`
|
|
6864
6890
|
|
|
6865
6891
|
</dd>
|
|
@@ -7851,62 +7877,7 @@ await client.conversationalAi.mcpServers.update("mcp_server_id");
|
|
|
7851
7877
|
</details>
|
|
7852
7878
|
|
|
7853
7879
|
## ConversationalAi WhatsappAccounts
|
|
7854
|
-
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">
|
|
7855
|
-
<dl>
|
|
7856
|
-
<dd>
|
|
7857
|
-
|
|
7858
|
-
#### 📝 Description
|
|
7859
|
-
|
|
7860
|
-
<dl>
|
|
7861
|
-
<dd>
|
|
7862
|
-
|
|
7863
|
-
<dl>
|
|
7864
|
-
<dd>
|
|
7865
|
-
|
|
7866
|
-
List all WhatsApp accounts
|
|
7867
|
-
</dd>
|
|
7868
|
-
</dl>
|
|
7869
|
-
</dd>
|
|
7870
|
-
</dl>
|
|
7871
|
-
|
|
7872
|
-
#### 🔌 Usage
|
|
7873
|
-
|
|
7874
|
-
<dl>
|
|
7875
|
-
<dd>
|
|
7876
|
-
|
|
7877
|
-
<dl>
|
|
7878
|
-
<dd>
|
|
7879
|
-
|
|
7880
|
-
```typescript
|
|
7881
|
-
await client.conversationalAi.whatsappAccounts.list();
|
|
7882
|
-
|
|
7883
|
-
```
|
|
7884
|
-
</dd>
|
|
7885
|
-
</dl>
|
|
7886
|
-
</dd>
|
|
7887
|
-
</dl>
|
|
7888
|
-
|
|
7889
|
-
#### ⚙️ Parameters
|
|
7890
|
-
|
|
7891
|
-
<dl>
|
|
7892
|
-
<dd>
|
|
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">import</a>({ ...params }) -> ElevenLabs.ImportWhatsAppAccountResponse</code></summary>
|
|
7880
|
+
<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
7881
|
<dl>
|
|
7911
7882
|
<dd>
|
|
7912
7883
|
|
|
@@ -7918,7 +7889,7 @@ await client.conversationalAi.whatsappAccounts.list();
|
|
|
7918
7889
|
<dl>
|
|
7919
7890
|
<dd>
|
|
7920
7891
|
|
|
7921
|
-
|
|
7892
|
+
Get a WhatsApp account
|
|
7922
7893
|
</dd>
|
|
7923
7894
|
</dl>
|
|
7924
7895
|
</dd>
|
|
@@ -7933,11 +7904,7 @@ Import a WhatsApp account
|
|
|
7933
7904
|
<dd>
|
|
7934
7905
|
|
|
7935
7906
|
```typescript
|
|
7936
|
-
await client.conversationalAi.whatsappAccounts.
|
|
7937
|
-
businessAccountId: "business_account_id",
|
|
7938
|
-
phoneNumberId: "phone_number_id",
|
|
7939
|
-
tokenCode: "token_code"
|
|
7940
|
-
});
|
|
7907
|
+
await client.conversationalAi.whatsappAccounts.get("phone_number_id");
|
|
7941
7908
|
|
|
7942
7909
|
```
|
|
7943
7910
|
</dd>
|
|
@@ -7953,7 +7920,7 @@ await client.conversationalAi.whatsappAccounts.import({
|
|
|
7953
7920
|
<dl>
|
|
7954
7921
|
<dd>
|
|
7955
7922
|
|
|
7956
|
-
**
|
|
7923
|
+
**phone_number_id:** `string`
|
|
7957
7924
|
|
|
7958
7925
|
</dd>
|
|
7959
7926
|
</dl>
|
|
@@ -7973,7 +7940,7 @@ await client.conversationalAi.whatsappAccounts.import({
|
|
|
7973
7940
|
</dl>
|
|
7974
7941
|
</details>
|
|
7975
7942
|
|
|
7976
|
-
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">
|
|
7943
|
+
<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>
|
|
7977
7944
|
<dl>
|
|
7978
7945
|
<dd>
|
|
7979
7946
|
|
|
@@ -7985,7 +7952,7 @@ await client.conversationalAi.whatsappAccounts.import({
|
|
|
7985
7952
|
<dl>
|
|
7986
7953
|
<dd>
|
|
7987
7954
|
|
|
7988
|
-
|
|
7955
|
+
Delete a WhatsApp account
|
|
7989
7956
|
</dd>
|
|
7990
7957
|
</dl>
|
|
7991
7958
|
</dd>
|
|
@@ -8000,7 +7967,7 @@ Get a WhatsApp account
|
|
|
8000
7967
|
<dd>
|
|
8001
7968
|
|
|
8002
7969
|
```typescript
|
|
8003
|
-
await client.conversationalAi.whatsappAccounts.
|
|
7970
|
+
await client.conversationalAi.whatsappAccounts.delete("phone_number_id");
|
|
8004
7971
|
|
|
8005
7972
|
```
|
|
8006
7973
|
</dd>
|
|
@@ -8036,7 +8003,7 @@ await client.conversationalAi.whatsappAccounts.get("phone_number_id");
|
|
|
8036
8003
|
</dl>
|
|
8037
8004
|
</details>
|
|
8038
8005
|
|
|
8039
|
-
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">
|
|
8006
|
+
<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>
|
|
8040
8007
|
<dl>
|
|
8041
8008
|
<dd>
|
|
8042
8009
|
|
|
@@ -8048,7 +8015,7 @@ await client.conversationalAi.whatsappAccounts.get("phone_number_id");
|
|
|
8048
8015
|
<dl>
|
|
8049
8016
|
<dd>
|
|
8050
8017
|
|
|
8051
|
-
|
|
8018
|
+
Update a WhatsApp account
|
|
8052
8019
|
</dd>
|
|
8053
8020
|
</dl>
|
|
8054
8021
|
</dd>
|
|
@@ -8063,7 +8030,7 @@ Delete a WhatsApp account
|
|
|
8063
8030
|
<dd>
|
|
8064
8031
|
|
|
8065
8032
|
```typescript
|
|
8066
|
-
await client.conversationalAi.whatsappAccounts.
|
|
8033
|
+
await client.conversationalAi.whatsappAccounts.update("phone_number_id");
|
|
8067
8034
|
|
|
8068
8035
|
```
|
|
8069
8036
|
</dd>
|
|
@@ -8087,6 +8054,14 @@ await client.conversationalAi.whatsappAccounts.delete("phone_number_id");
|
|
|
8087
8054
|
<dl>
|
|
8088
8055
|
<dd>
|
|
8089
8056
|
|
|
8057
|
+
**request:** `ElevenLabs.conversationalAi.UpdateWhatsAppAccountRequest`
|
|
8058
|
+
|
|
8059
|
+
</dd>
|
|
8060
|
+
</dl>
|
|
8061
|
+
|
|
8062
|
+
<dl>
|
|
8063
|
+
<dd>
|
|
8064
|
+
|
|
8090
8065
|
**requestOptions:** `WhatsappAccountsClient.RequestOptions`
|
|
8091
8066
|
|
|
8092
8067
|
</dd>
|
|
@@ -8099,7 +8074,7 @@ await client.conversationalAi.whatsappAccounts.delete("phone_number_id");
|
|
|
8099
8074
|
</dl>
|
|
8100
8075
|
</details>
|
|
8101
8076
|
|
|
8102
|
-
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">
|
|
8077
|
+
<details><summary><code>client.conversationalAi.whatsappAccounts.<a href="/src/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.ts">list</a>() -> ElevenLabs.ListWhatsAppAccountsResponse</code></summary>
|
|
8103
8078
|
<dl>
|
|
8104
8079
|
<dd>
|
|
8105
8080
|
|
|
@@ -8111,7 +8086,7 @@ await client.conversationalAi.whatsappAccounts.delete("phone_number_id");
|
|
|
8111
8086
|
<dl>
|
|
8112
8087
|
<dd>
|
|
8113
8088
|
|
|
8114
|
-
|
|
8089
|
+
List all WhatsApp accounts
|
|
8115
8090
|
</dd>
|
|
8116
8091
|
</dl>
|
|
8117
8092
|
</dd>
|
|
@@ -8126,7 +8101,7 @@ Update a WhatsApp account
|
|
|
8126
8101
|
<dd>
|
|
8127
8102
|
|
|
8128
8103
|
```typescript
|
|
8129
|
-
await client.conversationalAi.whatsappAccounts.
|
|
8104
|
+
await client.conversationalAi.whatsappAccounts.list();
|
|
8130
8105
|
|
|
8131
8106
|
```
|
|
8132
8107
|
</dd>
|
|
@@ -8142,22 +8117,6 @@ await client.conversationalAi.whatsappAccounts.update("phone_number_id");
|
|
|
8142
8117
|
<dl>
|
|
8143
8118
|
<dd>
|
|
8144
8119
|
|
|
8145
|
-
**phone_number_id:** `string`
|
|
8146
|
-
|
|
8147
|
-
</dd>
|
|
8148
|
-
</dl>
|
|
8149
|
-
|
|
8150
|
-
<dl>
|
|
8151
|
-
<dd>
|
|
8152
|
-
|
|
8153
|
-
**request:** `ElevenLabs.conversationalAi.UpdateWhatsAppAccountRequest`
|
|
8154
|
-
|
|
8155
|
-
</dd>
|
|
8156
|
-
</dl>
|
|
8157
|
-
|
|
8158
|
-
<dl>
|
|
8159
|
-
<dd>
|
|
8160
|
-
|
|
8161
8120
|
**requestOptions:** `WhatsappAccountsClient.RequestOptions`
|
|
8162
8121
|
|
|
8163
8122
|
</dd>
|
|
@@ -8508,8 +8467,8 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
|
|
|
8508
8467
|
</dl>
|
|
8509
8468
|
</details>
|
|
8510
8469
|
|
|
8511
|
-
## ConversationalAi Agents
|
|
8512
|
-
<details><summary><code>client.conversationalAi.agents.
|
|
8470
|
+
## ConversationalAi Agents Branches
|
|
8471
|
+
<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>
|
|
8513
8472
|
<dl>
|
|
8514
8473
|
<dd>
|
|
8515
8474
|
|
|
@@ -8521,7 +8480,7 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
|
|
|
8521
8480
|
<dl>
|
|
8522
8481
|
<dd>
|
|
8523
8482
|
|
|
8524
|
-
|
|
8483
|
+
Returns a list of branches an agent has
|
|
8525
8484
|
</dd>
|
|
8526
8485
|
</dl>
|
|
8527
8486
|
</dd>
|
|
@@ -8536,8 +8495,9 @@ Sets the avatar for an agent displayed in the widget
|
|
|
8536
8495
|
<dd>
|
|
8537
8496
|
|
|
8538
8497
|
```typescript
|
|
8539
|
-
await client.conversationalAi.agents.
|
|
8540
|
-
|
|
8498
|
+
await client.conversationalAi.agents.branches.list("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8499
|
+
includeArchived: true,
|
|
8500
|
+
limit: 1
|
|
8541
8501
|
});
|
|
8542
8502
|
|
|
8543
8503
|
```
|
|
@@ -8554,7 +8514,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8554
8514
|
<dl>
|
|
8555
8515
|
<dd>
|
|
8556
8516
|
|
|
8557
|
-
**agent_id:** `string`
|
|
8517
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8558
8518
|
|
|
8559
8519
|
</dd>
|
|
8560
8520
|
</dl>
|
|
@@ -8562,7 +8522,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8562
8522
|
<dl>
|
|
8563
8523
|
<dd>
|
|
8564
8524
|
|
|
8565
|
-
**request:** `ElevenLabs.conversationalAi.agents.
|
|
8525
|
+
**request:** `ElevenLabs.conversationalAi.agents.BranchesListRequest`
|
|
8566
8526
|
|
|
8567
8527
|
</dd>
|
|
8568
8528
|
</dl>
|
|
@@ -8570,7 +8530,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8570
8530
|
<dl>
|
|
8571
8531
|
<dd>
|
|
8572
8532
|
|
|
8573
|
-
**requestOptions:** `
|
|
8533
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8574
8534
|
|
|
8575
8535
|
</dd>
|
|
8576
8536
|
</dl>
|
|
@@ -8582,8 +8542,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8582
8542
|
</dl>
|
|
8583
8543
|
</details>
|
|
8584
8544
|
|
|
8585
|
-
|
|
8586
|
-
<details><summary><code>client.conversationalAi.analytics.liveCount.<a href="/src/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.ts">get</a>({ ...params }) -> ElevenLabs.GetLiveCountResponse</code></summary>
|
|
8545
|
+
<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>
|
|
8587
8546
|
<dl>
|
|
8588
8547
|
<dd>
|
|
8589
8548
|
|
|
@@ -8595,7 +8554,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8595
8554
|
<dl>
|
|
8596
8555
|
<dd>
|
|
8597
8556
|
|
|
8598
|
-
|
|
8557
|
+
Create a new branch from a given version of main branch
|
|
8599
8558
|
</dd>
|
|
8600
8559
|
</dl>
|
|
8601
8560
|
</dd>
|
|
@@ -8610,8 +8569,10 @@ Get the live count of the ongoing conversations.
|
|
|
8610
8569
|
<dd>
|
|
8611
8570
|
|
|
8612
8571
|
```typescript
|
|
8613
|
-
await client.conversationalAi.
|
|
8614
|
-
|
|
8572
|
+
await client.conversationalAi.agents.branches.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8573
|
+
parentVersionId: "parent_version_id",
|
|
8574
|
+
name: "name",
|
|
8575
|
+
description: "description"
|
|
8615
8576
|
});
|
|
8616
8577
|
|
|
8617
8578
|
```
|
|
@@ -8628,7 +8589,7 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8628
8589
|
<dl>
|
|
8629
8590
|
<dd>
|
|
8630
8591
|
|
|
8631
|
-
**
|
|
8592
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8632
8593
|
|
|
8633
8594
|
</dd>
|
|
8634
8595
|
</dl>
|
|
@@ -8636,7 +8597,15 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8636
8597
|
<dl>
|
|
8637
8598
|
<dd>
|
|
8638
8599
|
|
|
8639
|
-
**
|
|
8600
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost`
|
|
8601
|
+
|
|
8602
|
+
</dd>
|
|
8603
|
+
</dl>
|
|
8604
|
+
|
|
8605
|
+
<dl>
|
|
8606
|
+
<dd>
|
|
8607
|
+
|
|
8608
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8640
8609
|
|
|
8641
8610
|
</dd>
|
|
8642
8611
|
</dl>
|
|
@@ -8648,8 +8617,7 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8648
8617
|
</dl>
|
|
8649
8618
|
</details>
|
|
8650
8619
|
|
|
8651
|
-
|
|
8652
|
-
<details><summary><code>client.conversationalAi.conversations.audio.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.ts">get</a>(conversation_id) -> ReadableStream<Uint8Array></code></summary>
|
|
8620
|
+
<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>
|
|
8653
8621
|
<dl>
|
|
8654
8622
|
<dd>
|
|
8655
8623
|
|
|
@@ -8661,7 +8629,7 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8661
8629
|
<dl>
|
|
8662
8630
|
<dd>
|
|
8663
8631
|
|
|
8664
|
-
Get
|
|
8632
|
+
Get information about a single agent branch
|
|
8665
8633
|
</dd>
|
|
8666
8634
|
</dl>
|
|
8667
8635
|
</dd>
|
|
@@ -8676,7 +8644,7 @@ Get the audio recording of a particular conversation
|
|
|
8676
8644
|
<dd>
|
|
8677
8645
|
|
|
8678
8646
|
```typescript
|
|
8679
|
-
await client.conversationalAi.
|
|
8647
|
+
await client.conversationalAi.agents.branches.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
|
|
8680
8648
|
|
|
8681
8649
|
```
|
|
8682
8650
|
</dd>
|
|
@@ -8692,7 +8660,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8692
8660
|
<dl>
|
|
8693
8661
|
<dd>
|
|
8694
8662
|
|
|
8695
|
-
**
|
|
8663
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8696
8664
|
|
|
8697
8665
|
</dd>
|
|
8698
8666
|
</dl>
|
|
@@ -8700,7 +8668,15 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8700
8668
|
<dl>
|
|
8701
8669
|
<dd>
|
|
8702
8670
|
|
|
8703
|
-
**
|
|
8671
|
+
**branch_id:** `string` — Unique identifier for the branch.
|
|
8672
|
+
|
|
8673
|
+
</dd>
|
|
8674
|
+
</dl>
|
|
8675
|
+
|
|
8676
|
+
<dl>
|
|
8677
|
+
<dd>
|
|
8678
|
+
|
|
8679
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8704
8680
|
|
|
8705
8681
|
</dd>
|
|
8706
8682
|
</dl>
|
|
@@ -8712,8 +8688,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8712
8688
|
</dl>
|
|
8713
8689
|
</details>
|
|
8714
8690
|
|
|
8715
|
-
|
|
8716
|
-
<details><summary><code>client.conversationalAi.conversations.feedback.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.ts">create</a>(conversation_id, { ...params }) -> unknown</code></summary>
|
|
8691
|
+
<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>
|
|
8717
8692
|
<dl>
|
|
8718
8693
|
<dd>
|
|
8719
8694
|
|
|
@@ -8725,7 +8700,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8725
8700
|
<dl>
|
|
8726
8701
|
<dd>
|
|
8727
8702
|
|
|
8728
|
-
|
|
8703
|
+
Update agent branch properties such as archiving status and protection level
|
|
8729
8704
|
</dd>
|
|
8730
8705
|
</dl>
|
|
8731
8706
|
</dd>
|
|
@@ -8740,9 +8715,7 @@ Send the feedback for the given conversation
|
|
|
8740
8715
|
<dd>
|
|
8741
8716
|
|
|
8742
8717
|
```typescript
|
|
8743
|
-
await client.conversationalAi.
|
|
8744
|
-
feedback: "like"
|
|
8745
|
-
});
|
|
8718
|
+
await client.conversationalAi.agents.branches.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
|
|
8746
8719
|
|
|
8747
8720
|
```
|
|
8748
8721
|
</dd>
|
|
@@ -8758,7 +8731,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8758
8731
|
<dl>
|
|
8759
8732
|
<dd>
|
|
8760
8733
|
|
|
8761
|
-
**
|
|
8734
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8762
8735
|
|
|
8763
8736
|
</dd>
|
|
8764
8737
|
</dl>
|
|
@@ -8766,7 +8739,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8766
8739
|
<dl>
|
|
8767
8740
|
<dd>
|
|
8768
8741
|
|
|
8769
|
-
**
|
|
8742
|
+
**branch_id:** `string` — Unique identifier for the branch.
|
|
8770
8743
|
|
|
8771
8744
|
</dd>
|
|
8772
8745
|
</dl>
|
|
@@ -8774,7 +8747,15 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8774
8747
|
<dl>
|
|
8775
8748
|
<dd>
|
|
8776
8749
|
|
|
8777
|
-
**
|
|
8750
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch`
|
|
8751
|
+
|
|
8752
|
+
</dd>
|
|
8753
|
+
</dl>
|
|
8754
|
+
|
|
8755
|
+
<dl>
|
|
8756
|
+
<dd>
|
|
8757
|
+
|
|
8758
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8778
8759
|
|
|
8779
8760
|
</dd>
|
|
8780
8761
|
</dl>
|
|
@@ -8786,8 +8767,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8786
8767
|
</dl>
|
|
8787
8768
|
</details>
|
|
8788
8769
|
|
|
8789
|
-
|
|
8790
|
-
<details><summary><code>client.conversationalAi.dashboard.settings.<a href="/src/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.ts">get</a>() -> ElevenLabs.GetConvAiDashboardSettingsResponseModel</code></summary>
|
|
8770
|
+
<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>
|
|
8791
8771
|
<dl>
|
|
8792
8772
|
<dd>
|
|
8793
8773
|
|
|
@@ -8799,7 +8779,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8799
8779
|
<dl>
|
|
8800
8780
|
<dd>
|
|
8801
8781
|
|
|
8802
|
-
|
|
8782
|
+
Merge a branch into a target branch
|
|
8803
8783
|
</dd>
|
|
8804
8784
|
</dl>
|
|
8805
8785
|
</dd>
|
|
@@ -8814,7 +8794,9 @@ Retrieve Convai dashboard settings for the workspace
|
|
|
8814
8794
|
<dd>
|
|
8815
8795
|
|
|
8816
8796
|
```typescript
|
|
8817
|
-
await client.conversationalAi.
|
|
8797
|
+
await client.conversationalAi.agents.branches.merge("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj", {
|
|
8798
|
+
targetBranchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
|
|
8799
|
+
});
|
|
8818
8800
|
|
|
8819
8801
|
```
|
|
8820
8802
|
</dd>
|
|
@@ -8830,7 +8812,31 @@ await client.conversationalAi.dashboard.settings.get();
|
|
|
8830
8812
|
<dl>
|
|
8831
8813
|
<dd>
|
|
8832
8814
|
|
|
8833
|
-
**
|
|
8815
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8816
|
+
|
|
8817
|
+
</dd>
|
|
8818
|
+
</dl>
|
|
8819
|
+
|
|
8820
|
+
<dl>
|
|
8821
|
+
<dd>
|
|
8822
|
+
|
|
8823
|
+
**source_branch_id:** `string` — Unique identifier for the source branch to merge from.
|
|
8824
|
+
|
|
8825
|
+
</dd>
|
|
8826
|
+
</dl>
|
|
8827
|
+
|
|
8828
|
+
<dl>
|
|
8829
|
+
<dd>
|
|
8830
|
+
|
|
8831
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost`
|
|
8832
|
+
|
|
8833
|
+
</dd>
|
|
8834
|
+
</dl>
|
|
8835
|
+
|
|
8836
|
+
<dl>
|
|
8837
|
+
<dd>
|
|
8838
|
+
|
|
8839
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8834
8840
|
|
|
8835
8841
|
</dd>
|
|
8836
8842
|
</dl>
|
|
@@ -8842,7 +8848,8 @@ await client.conversationalAi.dashboard.settings.get();
|
|
|
8842
8848
|
</dl>
|
|
8843
8849
|
</details>
|
|
8844
8850
|
|
|
8845
|
-
|
|
8851
|
+
## ConversationalAi Agents Deployments
|
|
8852
|
+
<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>
|
|
8846
8853
|
<dl>
|
|
8847
8854
|
<dd>
|
|
8848
8855
|
|
|
@@ -8854,7 +8861,7 @@ await client.conversationalAi.dashboard.settings.get();
|
|
|
8854
8861
|
<dl>
|
|
8855
8862
|
<dd>
|
|
8856
8863
|
|
|
8857
|
-
|
|
8864
|
+
Create a new deployment for an agent
|
|
8858
8865
|
</dd>
|
|
8859
8866
|
</dl>
|
|
8860
8867
|
</dd>
|
|
@@ -8869,7 +8876,17 @@ Update Convai dashboard settings for the workspace
|
|
|
8869
8876
|
<dd>
|
|
8870
8877
|
|
|
8871
8878
|
```typescript
|
|
8872
|
-
await client.conversationalAi.
|
|
8879
|
+
await client.conversationalAi.agents.deployments.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8880
|
+
deploymentRequest: {
|
|
8881
|
+
requests: [{
|
|
8882
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
8883
|
+
deploymentStrategy: {
|
|
8884
|
+
type: "percentage",
|
|
8885
|
+
trafficPercentage: 0.5
|
|
8886
|
+
}
|
|
8887
|
+
}]
|
|
8888
|
+
}
|
|
8889
|
+
});
|
|
8873
8890
|
|
|
8874
8891
|
```
|
|
8875
8892
|
</dd>
|
|
@@ -8885,7 +8902,7 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8885
8902
|
<dl>
|
|
8886
8903
|
<dd>
|
|
8887
8904
|
|
|
8888
|
-
**
|
|
8905
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8889
8906
|
|
|
8890
8907
|
</dd>
|
|
8891
8908
|
</dl>
|
|
@@ -8893,7 +8910,15 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8893
8910
|
<dl>
|
|
8894
8911
|
<dd>
|
|
8895
8912
|
|
|
8896
|
-
**
|
|
8913
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost`
|
|
8914
|
+
|
|
8915
|
+
</dd>
|
|
8916
|
+
</dl>
|
|
8917
|
+
|
|
8918
|
+
<dl>
|
|
8919
|
+
<dd>
|
|
8920
|
+
|
|
8921
|
+
**requestOptions:** `DeploymentsClient.RequestOptions`
|
|
8897
8922
|
|
|
8898
8923
|
</dd>
|
|
8899
8924
|
</dl>
|
|
@@ -8905,8 +8930,8 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8905
8930
|
</dl>
|
|
8906
8931
|
</details>
|
|
8907
8932
|
|
|
8908
|
-
## ConversationalAi
|
|
8909
|
-
<details><summary><code>client.conversationalAi.
|
|
8933
|
+
## ConversationalAi Agents Drafts
|
|
8934
|
+
<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>
|
|
8910
8935
|
<dl>
|
|
8911
8936
|
<dd>
|
|
8912
8937
|
|
|
@@ -8918,7 +8943,7 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8918
8943
|
<dl>
|
|
8919
8944
|
<dd>
|
|
8920
8945
|
|
|
8921
|
-
Create a
|
|
8946
|
+
Create a new draft for an agent
|
|
8922
8947
|
</dd>
|
|
8923
8948
|
</dl>
|
|
8924
8949
|
</dd>
|
|
@@ -8933,8 +8958,160 @@ Create a knowledge base document generated by scraping the given webpage.
|
|
|
8933
8958
|
<dd>
|
|
8934
8959
|
|
|
8935
8960
|
```typescript
|
|
8936
|
-
await client.conversationalAi.
|
|
8937
|
-
|
|
8961
|
+
await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8962
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
8963
|
+
conversationConfig: {
|
|
8964
|
+
"key": "value"
|
|
8965
|
+
},
|
|
8966
|
+
platformSettings: {
|
|
8967
|
+
"key": "value"
|
|
8968
|
+
},
|
|
8969
|
+
workflow: {
|
|
8970
|
+
edges: {
|
|
8971
|
+
"entry_to_tool_a": {
|
|
8972
|
+
source: "entry_node",
|
|
8973
|
+
target: "tool_node_a",
|
|
8974
|
+
forwardCondition: {
|
|
8975
|
+
type: "expression",
|
|
8976
|
+
expression: {
|
|
8977
|
+
type: "and_operator",
|
|
8978
|
+
children: [{
|
|
8979
|
+
type: "boolean_literal",
|
|
8980
|
+
value: true
|
|
8981
|
+
}]
|
|
8982
|
+
}
|
|
8983
|
+
}
|
|
8984
|
+
},
|
|
8985
|
+
"start_to_entry": {
|
|
8986
|
+
source: "start_node",
|
|
8987
|
+
target: "entry_node",
|
|
8988
|
+
forwardCondition: {
|
|
8989
|
+
type: "expression",
|
|
8990
|
+
expression: {
|
|
8991
|
+
type: "and_operator",
|
|
8992
|
+
children: [{
|
|
8993
|
+
type: "boolean_literal",
|
|
8994
|
+
value: true
|
|
8995
|
+
}]
|
|
8996
|
+
}
|
|
8997
|
+
}
|
|
8998
|
+
},
|
|
8999
|
+
"tool_a_to_failure": {
|
|
9000
|
+
source: "tool_node_a",
|
|
9001
|
+
target: "failure_node",
|
|
9002
|
+
forwardCondition: {
|
|
9003
|
+
type: "expression",
|
|
9004
|
+
expression: {
|
|
9005
|
+
type: "and_operator",
|
|
9006
|
+
children: [{
|
|
9007
|
+
type: "boolean_literal",
|
|
9008
|
+
value: true
|
|
9009
|
+
}]
|
|
9010
|
+
}
|
|
9011
|
+
}
|
|
9012
|
+
},
|
|
9013
|
+
"tool_a_to_tool_b": {
|
|
9014
|
+
source: "tool_node_a",
|
|
9015
|
+
target: "tool_node_b",
|
|
9016
|
+
forwardCondition: {
|
|
9017
|
+
type: "expression",
|
|
9018
|
+
expression: {
|
|
9019
|
+
type: "and_operator",
|
|
9020
|
+
children: [{
|
|
9021
|
+
type: "boolean_literal",
|
|
9022
|
+
value: true
|
|
9023
|
+
}]
|
|
9024
|
+
}
|
|
9025
|
+
}
|
|
9026
|
+
},
|
|
9027
|
+
"tool_b_to_agent_transfer": {
|
|
9028
|
+
source: "tool_node_b",
|
|
9029
|
+
target: "success_transfer",
|
|
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
|
+
"tool_b_to_conversation": {
|
|
9042
|
+
source: "tool_node_b",
|
|
9043
|
+
target: "success_conversation",
|
|
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_b_to_end": {
|
|
9056
|
+
source: "tool_node_b",
|
|
9057
|
+
target: "success_end",
|
|
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_b_to_phone": {
|
|
9070
|
+
source: "tool_node_b",
|
|
9071
|
+
target: "success_phone",
|
|
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
|
+
},
|
|
9084
|
+
nodes: {
|
|
9085
|
+
"entry_node": {
|
|
9086
|
+
type: "end"
|
|
9087
|
+
},
|
|
9088
|
+
"failure_node": {
|
|
9089
|
+
type: "end"
|
|
9090
|
+
},
|
|
9091
|
+
"start_node": {
|
|
9092
|
+
type: "end"
|
|
9093
|
+
},
|
|
9094
|
+
"success_conversation": {
|
|
9095
|
+
type: "end"
|
|
9096
|
+
},
|
|
9097
|
+
"success_end": {
|
|
9098
|
+
type: "end"
|
|
9099
|
+
},
|
|
9100
|
+
"success_phone": {
|
|
9101
|
+
type: "end"
|
|
9102
|
+
},
|
|
9103
|
+
"success_transfer": {
|
|
9104
|
+
type: "end"
|
|
9105
|
+
},
|
|
9106
|
+
"tool_node_a": {
|
|
9107
|
+
type: "end"
|
|
9108
|
+
},
|
|
9109
|
+
"tool_node_b": {
|
|
9110
|
+
type: "end"
|
|
9111
|
+
}
|
|
9112
|
+
}
|
|
9113
|
+
},
|
|
9114
|
+
name: "name"
|
|
8938
9115
|
});
|
|
8939
9116
|
|
|
8940
9117
|
```
|
|
@@ -8951,7 +9128,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8951
9128
|
<dl>
|
|
8952
9129
|
<dd>
|
|
8953
9130
|
|
|
8954
|
-
**
|
|
9131
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8955
9132
|
|
|
8956
9133
|
</dd>
|
|
8957
9134
|
</dl>
|
|
@@ -8959,7 +9136,15 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8959
9136
|
<dl>
|
|
8960
9137
|
<dd>
|
|
8961
9138
|
|
|
8962
|
-
**
|
|
9139
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost`
|
|
9140
|
+
|
|
9141
|
+
</dd>
|
|
9142
|
+
</dl>
|
|
9143
|
+
|
|
9144
|
+
<dl>
|
|
9145
|
+
<dd>
|
|
9146
|
+
|
|
9147
|
+
**requestOptions:** `DraftsClient.RequestOptions`
|
|
8963
9148
|
|
|
8964
9149
|
</dd>
|
|
8965
9150
|
</dl>
|
|
@@ -8971,7 +9156,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8971
9156
|
</dl>
|
|
8972
9157
|
</details>
|
|
8973
9158
|
|
|
8974
|
-
<details><summary><code>client.conversationalAi.
|
|
9159
|
+
<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>
|
|
8975
9160
|
<dl>
|
|
8976
9161
|
<dd>
|
|
8977
9162
|
|
|
@@ -8983,7 +9168,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8983
9168
|
<dl>
|
|
8984
9169
|
<dd>
|
|
8985
9170
|
|
|
8986
|
-
|
|
9171
|
+
Delete a draft for an agent
|
|
8987
9172
|
</dd>
|
|
8988
9173
|
</dl>
|
|
8989
9174
|
</dd>
|
|
@@ -8998,8 +9183,8 @@ Create a knowledge base document generated form the uploaded file.
|
|
|
8998
9183
|
<dd>
|
|
8999
9184
|
|
|
9000
9185
|
```typescript
|
|
9001
|
-
await client.conversationalAi.
|
|
9002
|
-
|
|
9186
|
+
await client.conversationalAi.agents.drafts.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
9187
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
|
|
9003
9188
|
});
|
|
9004
9189
|
|
|
9005
9190
|
```
|
|
@@ -9016,7 +9201,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromFile({
|
|
|
9016
9201
|
<dl>
|
|
9017
9202
|
<dd>
|
|
9018
9203
|
|
|
9019
|
-
**
|
|
9204
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
9020
9205
|
|
|
9021
9206
|
</dd>
|
|
9022
9207
|
</dl>
|
|
@@ -9024,12 +9209,548 @@ await client.conversationalAi.knowledgeBase.documents.createFromFile({
|
|
|
9024
9209
|
<dl>
|
|
9025
9210
|
<dd>
|
|
9026
9211
|
|
|
9027
|
-
**
|
|
9212
|
+
**request:** `ElevenLabs.conversationalAi.agents.DraftsDeleteRequest`
|
|
9028
9213
|
|
|
9029
9214
|
</dd>
|
|
9030
9215
|
</dl>
|
|
9031
|
-
|
|
9032
|
-
|
|
9216
|
+
|
|
9217
|
+
<dl>
|
|
9218
|
+
<dd>
|
|
9219
|
+
|
|
9220
|
+
**requestOptions:** `DraftsClient.RequestOptions`
|
|
9221
|
+
|
|
9222
|
+
</dd>
|
|
9223
|
+
</dl>
|
|
9224
|
+
</dd>
|
|
9225
|
+
</dl>
|
|
9226
|
+
|
|
9227
|
+
|
|
9228
|
+
</dd>
|
|
9229
|
+
</dl>
|
|
9230
|
+
</details>
|
|
9231
|
+
|
|
9232
|
+
## ConversationalAi Agents Widget Avatar
|
|
9233
|
+
<details><summary><code>client.conversationalAi.agents.widget.avatar.<a href="/src/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.PostAgentAvatarResponseModel</code></summary>
|
|
9234
|
+
<dl>
|
|
9235
|
+
<dd>
|
|
9236
|
+
|
|
9237
|
+
#### 📝 Description
|
|
9238
|
+
|
|
9239
|
+
<dl>
|
|
9240
|
+
<dd>
|
|
9241
|
+
|
|
9242
|
+
<dl>
|
|
9243
|
+
<dd>
|
|
9244
|
+
|
|
9245
|
+
Sets the avatar for an agent displayed in the widget
|
|
9246
|
+
</dd>
|
|
9247
|
+
</dl>
|
|
9248
|
+
</dd>
|
|
9249
|
+
</dl>
|
|
9250
|
+
|
|
9251
|
+
#### 🔌 Usage
|
|
9252
|
+
|
|
9253
|
+
<dl>
|
|
9254
|
+
<dd>
|
|
9255
|
+
|
|
9256
|
+
<dl>
|
|
9257
|
+
<dd>
|
|
9258
|
+
|
|
9259
|
+
```typescript
|
|
9260
|
+
await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
9261
|
+
avatarFile: fs.createReadStream("/path/to/your/file")
|
|
9262
|
+
});
|
|
9263
|
+
|
|
9264
|
+
```
|
|
9265
|
+
</dd>
|
|
9266
|
+
</dl>
|
|
9267
|
+
</dd>
|
|
9268
|
+
</dl>
|
|
9269
|
+
|
|
9270
|
+
#### ⚙️ Parameters
|
|
9271
|
+
|
|
9272
|
+
<dl>
|
|
9273
|
+
<dd>
|
|
9274
|
+
|
|
9275
|
+
<dl>
|
|
9276
|
+
<dd>
|
|
9277
|
+
|
|
9278
|
+
**agent_id:** `string`
|
|
9279
|
+
|
|
9280
|
+
</dd>
|
|
9281
|
+
</dl>
|
|
9282
|
+
|
|
9283
|
+
<dl>
|
|
9284
|
+
<dd>
|
|
9285
|
+
|
|
9286
|
+
**request:** `ElevenLabs.conversationalAi.agents.widget.BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost`
|
|
9287
|
+
|
|
9288
|
+
</dd>
|
|
9289
|
+
</dl>
|
|
9290
|
+
|
|
9291
|
+
<dl>
|
|
9292
|
+
<dd>
|
|
9293
|
+
|
|
9294
|
+
**requestOptions:** `AvatarClient.RequestOptions`
|
|
9295
|
+
|
|
9296
|
+
</dd>
|
|
9297
|
+
</dl>
|
|
9298
|
+
</dd>
|
|
9299
|
+
</dl>
|
|
9300
|
+
|
|
9301
|
+
|
|
9302
|
+
</dd>
|
|
9303
|
+
</dl>
|
|
9304
|
+
</details>
|
|
9305
|
+
|
|
9306
|
+
## ConversationalAi Analytics LiveCount
|
|
9307
|
+
<details><summary><code>client.conversationalAi.analytics.liveCount.<a href="/src/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.ts">get</a>({ ...params }) -> ElevenLabs.GetLiveCountResponse</code></summary>
|
|
9308
|
+
<dl>
|
|
9309
|
+
<dd>
|
|
9310
|
+
|
|
9311
|
+
#### 📝 Description
|
|
9312
|
+
|
|
9313
|
+
<dl>
|
|
9314
|
+
<dd>
|
|
9315
|
+
|
|
9316
|
+
<dl>
|
|
9317
|
+
<dd>
|
|
9318
|
+
|
|
9319
|
+
Get the live count of the ongoing conversations.
|
|
9320
|
+
</dd>
|
|
9321
|
+
</dl>
|
|
9322
|
+
</dd>
|
|
9323
|
+
</dl>
|
|
9324
|
+
|
|
9325
|
+
#### 🔌 Usage
|
|
9326
|
+
|
|
9327
|
+
<dl>
|
|
9328
|
+
<dd>
|
|
9329
|
+
|
|
9330
|
+
<dl>
|
|
9331
|
+
<dd>
|
|
9332
|
+
|
|
9333
|
+
```typescript
|
|
9334
|
+
await client.conversationalAi.analytics.liveCount.get({
|
|
9335
|
+
agentId: "agent_id"
|
|
9336
|
+
});
|
|
9337
|
+
|
|
9338
|
+
```
|
|
9339
|
+
</dd>
|
|
9340
|
+
</dl>
|
|
9341
|
+
</dd>
|
|
9342
|
+
</dl>
|
|
9343
|
+
|
|
9344
|
+
#### ⚙️ Parameters
|
|
9345
|
+
|
|
9346
|
+
<dl>
|
|
9347
|
+
<dd>
|
|
9348
|
+
|
|
9349
|
+
<dl>
|
|
9350
|
+
<dd>
|
|
9351
|
+
|
|
9352
|
+
**request:** `ElevenLabs.conversationalAi.analytics.LiveCountGetRequest`
|
|
9353
|
+
|
|
9354
|
+
</dd>
|
|
9355
|
+
</dl>
|
|
9356
|
+
|
|
9357
|
+
<dl>
|
|
9358
|
+
<dd>
|
|
9359
|
+
|
|
9360
|
+
**requestOptions:** `LiveCountClient.RequestOptions`
|
|
9361
|
+
|
|
9362
|
+
</dd>
|
|
9363
|
+
</dl>
|
|
9364
|
+
</dd>
|
|
9365
|
+
</dl>
|
|
9366
|
+
|
|
9367
|
+
|
|
9368
|
+
</dd>
|
|
9369
|
+
</dl>
|
|
9370
|
+
</details>
|
|
9371
|
+
|
|
9372
|
+
## ConversationalAi Conversations Audio
|
|
9373
|
+
<details><summary><code>client.conversationalAi.conversations.audio.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.ts">get</a>(conversation_id) -> ReadableStream<Uint8Array></code></summary>
|
|
9374
|
+
<dl>
|
|
9375
|
+
<dd>
|
|
9376
|
+
|
|
9377
|
+
#### 📝 Description
|
|
9378
|
+
|
|
9379
|
+
<dl>
|
|
9380
|
+
<dd>
|
|
9381
|
+
|
|
9382
|
+
<dl>
|
|
9383
|
+
<dd>
|
|
9384
|
+
|
|
9385
|
+
Get the audio recording of a particular conversation
|
|
9386
|
+
</dd>
|
|
9387
|
+
</dl>
|
|
9388
|
+
</dd>
|
|
9389
|
+
</dl>
|
|
9390
|
+
|
|
9391
|
+
#### 🔌 Usage
|
|
9392
|
+
|
|
9393
|
+
<dl>
|
|
9394
|
+
<dd>
|
|
9395
|
+
|
|
9396
|
+
<dl>
|
|
9397
|
+
<dd>
|
|
9398
|
+
|
|
9399
|
+
```typescript
|
|
9400
|
+
await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
9401
|
+
|
|
9402
|
+
```
|
|
9403
|
+
</dd>
|
|
9404
|
+
</dl>
|
|
9405
|
+
</dd>
|
|
9406
|
+
</dl>
|
|
9407
|
+
|
|
9408
|
+
#### ⚙️ Parameters
|
|
9409
|
+
|
|
9410
|
+
<dl>
|
|
9411
|
+
<dd>
|
|
9412
|
+
|
|
9413
|
+
<dl>
|
|
9414
|
+
<dd>
|
|
9415
|
+
|
|
9416
|
+
**conversation_id:** `string` — The id of the conversation you're taking the action on.
|
|
9417
|
+
|
|
9418
|
+
</dd>
|
|
9419
|
+
</dl>
|
|
9420
|
+
|
|
9421
|
+
<dl>
|
|
9422
|
+
<dd>
|
|
9423
|
+
|
|
9424
|
+
**requestOptions:** `AudioClient.RequestOptions`
|
|
9425
|
+
|
|
9426
|
+
</dd>
|
|
9427
|
+
</dl>
|
|
9428
|
+
</dd>
|
|
9429
|
+
</dl>
|
|
9430
|
+
|
|
9431
|
+
|
|
9432
|
+
</dd>
|
|
9433
|
+
</dl>
|
|
9434
|
+
</details>
|
|
9435
|
+
|
|
9436
|
+
## ConversationalAi Conversations Feedback
|
|
9437
|
+
<details><summary><code>client.conversationalAi.conversations.feedback.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.ts">create</a>(conversation_id, { ...params }) -> unknown</code></summary>
|
|
9438
|
+
<dl>
|
|
9439
|
+
<dd>
|
|
9440
|
+
|
|
9441
|
+
#### 📝 Description
|
|
9442
|
+
|
|
9443
|
+
<dl>
|
|
9444
|
+
<dd>
|
|
9445
|
+
|
|
9446
|
+
<dl>
|
|
9447
|
+
<dd>
|
|
9448
|
+
|
|
9449
|
+
Send the feedback for the given conversation
|
|
9450
|
+
</dd>
|
|
9451
|
+
</dl>
|
|
9452
|
+
</dd>
|
|
9453
|
+
</dl>
|
|
9454
|
+
|
|
9455
|
+
#### 🔌 Usage
|
|
9456
|
+
|
|
9457
|
+
<dl>
|
|
9458
|
+
<dd>
|
|
9459
|
+
|
|
9460
|
+
<dl>
|
|
9461
|
+
<dd>
|
|
9462
|
+
|
|
9463
|
+
```typescript
|
|
9464
|
+
await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWAM", {
|
|
9465
|
+
feedback: "like"
|
|
9466
|
+
});
|
|
9467
|
+
|
|
9468
|
+
```
|
|
9469
|
+
</dd>
|
|
9470
|
+
</dl>
|
|
9471
|
+
</dd>
|
|
9472
|
+
</dl>
|
|
9473
|
+
|
|
9474
|
+
#### ⚙️ Parameters
|
|
9475
|
+
|
|
9476
|
+
<dl>
|
|
9477
|
+
<dd>
|
|
9478
|
+
|
|
9479
|
+
<dl>
|
|
9480
|
+
<dd>
|
|
9481
|
+
|
|
9482
|
+
**conversation_id:** `string` — The id of the conversation you're taking the action on.
|
|
9483
|
+
|
|
9484
|
+
</dd>
|
|
9485
|
+
</dl>
|
|
9486
|
+
|
|
9487
|
+
<dl>
|
|
9488
|
+
<dd>
|
|
9489
|
+
|
|
9490
|
+
**request:** `ElevenLabs.conversationalAi.conversations.ConversationFeedbackRequestModel`
|
|
9491
|
+
|
|
9492
|
+
</dd>
|
|
9493
|
+
</dl>
|
|
9494
|
+
|
|
9495
|
+
<dl>
|
|
9496
|
+
<dd>
|
|
9497
|
+
|
|
9498
|
+
**requestOptions:** `FeedbackClient.RequestOptions`
|
|
9499
|
+
|
|
9500
|
+
</dd>
|
|
9501
|
+
</dl>
|
|
9502
|
+
</dd>
|
|
9503
|
+
</dl>
|
|
9504
|
+
|
|
9505
|
+
|
|
9506
|
+
</dd>
|
|
9507
|
+
</dl>
|
|
9508
|
+
</details>
|
|
9509
|
+
|
|
9510
|
+
## ConversationalAi Dashboard Settings
|
|
9511
|
+
<details><summary><code>client.conversationalAi.dashboard.settings.<a href="/src/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.ts">get</a>() -> ElevenLabs.GetConvAiDashboardSettingsResponseModel</code></summary>
|
|
9512
|
+
<dl>
|
|
9513
|
+
<dd>
|
|
9514
|
+
|
|
9515
|
+
#### 📝 Description
|
|
9516
|
+
|
|
9517
|
+
<dl>
|
|
9518
|
+
<dd>
|
|
9519
|
+
|
|
9520
|
+
<dl>
|
|
9521
|
+
<dd>
|
|
9522
|
+
|
|
9523
|
+
Retrieve Convai dashboard settings for the workspace
|
|
9524
|
+
</dd>
|
|
9525
|
+
</dl>
|
|
9526
|
+
</dd>
|
|
9527
|
+
</dl>
|
|
9528
|
+
|
|
9529
|
+
#### 🔌 Usage
|
|
9530
|
+
|
|
9531
|
+
<dl>
|
|
9532
|
+
<dd>
|
|
9533
|
+
|
|
9534
|
+
<dl>
|
|
9535
|
+
<dd>
|
|
9536
|
+
|
|
9537
|
+
```typescript
|
|
9538
|
+
await client.conversationalAi.dashboard.settings.get();
|
|
9539
|
+
|
|
9540
|
+
```
|
|
9541
|
+
</dd>
|
|
9542
|
+
</dl>
|
|
9543
|
+
</dd>
|
|
9544
|
+
</dl>
|
|
9545
|
+
|
|
9546
|
+
#### ⚙️ Parameters
|
|
9547
|
+
|
|
9548
|
+
<dl>
|
|
9549
|
+
<dd>
|
|
9550
|
+
|
|
9551
|
+
<dl>
|
|
9552
|
+
<dd>
|
|
9553
|
+
|
|
9554
|
+
**requestOptions:** `SettingsClient.RequestOptions`
|
|
9555
|
+
|
|
9556
|
+
</dd>
|
|
9557
|
+
</dl>
|
|
9558
|
+
</dd>
|
|
9559
|
+
</dl>
|
|
9560
|
+
|
|
9561
|
+
|
|
9562
|
+
</dd>
|
|
9563
|
+
</dl>
|
|
9564
|
+
</details>
|
|
9565
|
+
|
|
9566
|
+
<details><summary><code>client.conversationalAi.dashboard.settings.<a href="/src/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.ts">update</a>({ ...params }) -> ElevenLabs.GetConvAiDashboardSettingsResponseModel</code></summary>
|
|
9567
|
+
<dl>
|
|
9568
|
+
<dd>
|
|
9569
|
+
|
|
9570
|
+
#### 📝 Description
|
|
9571
|
+
|
|
9572
|
+
<dl>
|
|
9573
|
+
<dd>
|
|
9574
|
+
|
|
9575
|
+
<dl>
|
|
9576
|
+
<dd>
|
|
9577
|
+
|
|
9578
|
+
Update Convai dashboard settings for the workspace
|
|
9579
|
+
</dd>
|
|
9580
|
+
</dl>
|
|
9581
|
+
</dd>
|
|
9582
|
+
</dl>
|
|
9583
|
+
|
|
9584
|
+
#### 🔌 Usage
|
|
9585
|
+
|
|
9586
|
+
<dl>
|
|
9587
|
+
<dd>
|
|
9588
|
+
|
|
9589
|
+
<dl>
|
|
9590
|
+
<dd>
|
|
9591
|
+
|
|
9592
|
+
```typescript
|
|
9593
|
+
await client.conversationalAi.dashboard.settings.update();
|
|
9594
|
+
|
|
9595
|
+
```
|
|
9596
|
+
</dd>
|
|
9597
|
+
</dl>
|
|
9598
|
+
</dd>
|
|
9599
|
+
</dl>
|
|
9600
|
+
|
|
9601
|
+
#### ⚙️ Parameters
|
|
9602
|
+
|
|
9603
|
+
<dl>
|
|
9604
|
+
<dd>
|
|
9605
|
+
|
|
9606
|
+
<dl>
|
|
9607
|
+
<dd>
|
|
9608
|
+
|
|
9609
|
+
**request:** `ElevenLabs.conversationalAi.dashboard.PatchConvAiDashboardSettingsRequest`
|
|
9610
|
+
|
|
9611
|
+
</dd>
|
|
9612
|
+
</dl>
|
|
9613
|
+
|
|
9614
|
+
<dl>
|
|
9615
|
+
<dd>
|
|
9616
|
+
|
|
9617
|
+
**requestOptions:** `SettingsClient.RequestOptions`
|
|
9618
|
+
|
|
9619
|
+
</dd>
|
|
9620
|
+
</dl>
|
|
9621
|
+
</dd>
|
|
9622
|
+
</dl>
|
|
9623
|
+
|
|
9624
|
+
|
|
9625
|
+
</dd>
|
|
9626
|
+
</dl>
|
|
9627
|
+
</details>
|
|
9628
|
+
|
|
9629
|
+
## ConversationalAi KnowledgeBase Documents
|
|
9630
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFromUrl</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
|
|
9631
|
+
<dl>
|
|
9632
|
+
<dd>
|
|
9633
|
+
|
|
9634
|
+
#### 📝 Description
|
|
9635
|
+
|
|
9636
|
+
<dl>
|
|
9637
|
+
<dd>
|
|
9638
|
+
|
|
9639
|
+
<dl>
|
|
9640
|
+
<dd>
|
|
9641
|
+
|
|
9642
|
+
Create a knowledge base document generated by scraping the given webpage.
|
|
9643
|
+
</dd>
|
|
9644
|
+
</dl>
|
|
9645
|
+
</dd>
|
|
9646
|
+
</dl>
|
|
9647
|
+
|
|
9648
|
+
#### 🔌 Usage
|
|
9649
|
+
|
|
9650
|
+
<dl>
|
|
9651
|
+
<dd>
|
|
9652
|
+
|
|
9653
|
+
<dl>
|
|
9654
|
+
<dd>
|
|
9655
|
+
|
|
9656
|
+
```typescript
|
|
9657
|
+
await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
9658
|
+
url: "url"
|
|
9659
|
+
});
|
|
9660
|
+
|
|
9661
|
+
```
|
|
9662
|
+
</dd>
|
|
9663
|
+
</dl>
|
|
9664
|
+
</dd>
|
|
9665
|
+
</dl>
|
|
9666
|
+
|
|
9667
|
+
#### ⚙️ Parameters
|
|
9668
|
+
|
|
9669
|
+
<dl>
|
|
9670
|
+
<dd>
|
|
9671
|
+
|
|
9672
|
+
<dl>
|
|
9673
|
+
<dd>
|
|
9674
|
+
|
|
9675
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost`
|
|
9676
|
+
|
|
9677
|
+
</dd>
|
|
9678
|
+
</dl>
|
|
9679
|
+
|
|
9680
|
+
<dl>
|
|
9681
|
+
<dd>
|
|
9682
|
+
|
|
9683
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
9684
|
+
|
|
9685
|
+
</dd>
|
|
9686
|
+
</dl>
|
|
9687
|
+
</dd>
|
|
9688
|
+
</dl>
|
|
9689
|
+
|
|
9690
|
+
|
|
9691
|
+
</dd>
|
|
9692
|
+
</dl>
|
|
9693
|
+
</details>
|
|
9694
|
+
|
|
9695
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFromFile</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
|
|
9696
|
+
<dl>
|
|
9697
|
+
<dd>
|
|
9698
|
+
|
|
9699
|
+
#### 📝 Description
|
|
9700
|
+
|
|
9701
|
+
<dl>
|
|
9702
|
+
<dd>
|
|
9703
|
+
|
|
9704
|
+
<dl>
|
|
9705
|
+
<dd>
|
|
9706
|
+
|
|
9707
|
+
Create a knowledge base document generated form the uploaded file.
|
|
9708
|
+
</dd>
|
|
9709
|
+
</dl>
|
|
9710
|
+
</dd>
|
|
9711
|
+
</dl>
|
|
9712
|
+
|
|
9713
|
+
#### 🔌 Usage
|
|
9714
|
+
|
|
9715
|
+
<dl>
|
|
9716
|
+
<dd>
|
|
9717
|
+
|
|
9718
|
+
<dl>
|
|
9719
|
+
<dd>
|
|
9720
|
+
|
|
9721
|
+
```typescript
|
|
9722
|
+
await client.conversationalAi.knowledgeBase.documents.createFromFile({
|
|
9723
|
+
file: fs.createReadStream("/path/to/your/file")
|
|
9724
|
+
});
|
|
9725
|
+
|
|
9726
|
+
```
|
|
9727
|
+
</dd>
|
|
9728
|
+
</dl>
|
|
9729
|
+
</dd>
|
|
9730
|
+
</dl>
|
|
9731
|
+
|
|
9732
|
+
#### ⚙️ Parameters
|
|
9733
|
+
|
|
9734
|
+
<dl>
|
|
9735
|
+
<dd>
|
|
9736
|
+
|
|
9737
|
+
<dl>
|
|
9738
|
+
<dd>
|
|
9739
|
+
|
|
9740
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost`
|
|
9741
|
+
|
|
9742
|
+
</dd>
|
|
9743
|
+
</dl>
|
|
9744
|
+
|
|
9745
|
+
<dl>
|
|
9746
|
+
<dd>
|
|
9747
|
+
|
|
9748
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
9749
|
+
|
|
9750
|
+
</dd>
|
|
9751
|
+
</dl>
|
|
9752
|
+
</dd>
|
|
9753
|
+
</dl>
|
|
9033
9754
|
|
|
9034
9755
|
|
|
9035
9756
|
</dd>
|
|
@@ -9097,6 +9818,71 @@ await client.conversationalAi.knowledgeBase.documents.createFromText({
|
|
|
9097
9818
|
</dl>
|
|
9098
9819
|
|
|
9099
9820
|
|
|
9821
|
+
</dd>
|
|
9822
|
+
</dl>
|
|
9823
|
+
</details>
|
|
9824
|
+
|
|
9825
|
+
<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>
|
|
9826
|
+
<dl>
|
|
9827
|
+
<dd>
|
|
9828
|
+
|
|
9829
|
+
#### 📝 Description
|
|
9830
|
+
|
|
9831
|
+
<dl>
|
|
9832
|
+
<dd>
|
|
9833
|
+
|
|
9834
|
+
<dl>
|
|
9835
|
+
<dd>
|
|
9836
|
+
|
|
9837
|
+
Create a folder used for grouping documents together.
|
|
9838
|
+
</dd>
|
|
9839
|
+
</dl>
|
|
9840
|
+
</dd>
|
|
9841
|
+
</dl>
|
|
9842
|
+
|
|
9843
|
+
#### 🔌 Usage
|
|
9844
|
+
|
|
9845
|
+
<dl>
|
|
9846
|
+
<dd>
|
|
9847
|
+
|
|
9848
|
+
<dl>
|
|
9849
|
+
<dd>
|
|
9850
|
+
|
|
9851
|
+
```typescript
|
|
9852
|
+
await client.conversationalAi.knowledgeBase.documents.createFolder({
|
|
9853
|
+
name: "name"
|
|
9854
|
+
});
|
|
9855
|
+
|
|
9856
|
+
```
|
|
9857
|
+
</dd>
|
|
9858
|
+
</dl>
|
|
9859
|
+
</dd>
|
|
9860
|
+
</dl>
|
|
9861
|
+
|
|
9862
|
+
#### ⚙️ Parameters
|
|
9863
|
+
|
|
9864
|
+
<dl>
|
|
9865
|
+
<dd>
|
|
9866
|
+
|
|
9867
|
+
<dl>
|
|
9868
|
+
<dd>
|
|
9869
|
+
|
|
9870
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost`
|
|
9871
|
+
|
|
9872
|
+
</dd>
|
|
9873
|
+
</dl>
|
|
9874
|
+
|
|
9875
|
+
<dl>
|
|
9876
|
+
<dd>
|
|
9877
|
+
|
|
9878
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
9879
|
+
|
|
9880
|
+
</dd>
|
|
9881
|
+
</dl>
|
|
9882
|
+
</dd>
|
|
9883
|
+
</dl>
|
|
9884
|
+
|
|
9885
|
+
|
|
9100
9886
|
</dd>
|
|
9101
9887
|
</dl>
|
|
9102
9888
|
</details>
|
|
@@ -9517,6 +10303,142 @@ await client.conversationalAi.knowledgeBase.documents.getSourceFileUrl("21m00Tcm
|
|
|
9517
10303
|
</dl>
|
|
9518
10304
|
|
|
9519
10305
|
|
|
10306
|
+
</dd>
|
|
10307
|
+
</dl>
|
|
10308
|
+
</details>
|
|
10309
|
+
|
|
10310
|
+
<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>
|
|
10311
|
+
<dl>
|
|
10312
|
+
<dd>
|
|
10313
|
+
|
|
10314
|
+
#### 📝 Description
|
|
10315
|
+
|
|
10316
|
+
<dl>
|
|
10317
|
+
<dd>
|
|
10318
|
+
|
|
10319
|
+
<dl>
|
|
10320
|
+
<dd>
|
|
10321
|
+
|
|
10322
|
+
Moves the entity from one folder to another.
|
|
10323
|
+
</dd>
|
|
10324
|
+
</dl>
|
|
10325
|
+
</dd>
|
|
10326
|
+
</dl>
|
|
10327
|
+
|
|
10328
|
+
#### 🔌 Usage
|
|
10329
|
+
|
|
10330
|
+
<dl>
|
|
10331
|
+
<dd>
|
|
10332
|
+
|
|
10333
|
+
<dl>
|
|
10334
|
+
<dd>
|
|
10335
|
+
|
|
10336
|
+
```typescript
|
|
10337
|
+
await client.conversationalAi.knowledgeBase.documents.move("21m00Tcm4TlvDq8ikWAM");
|
|
10338
|
+
|
|
10339
|
+
```
|
|
10340
|
+
</dd>
|
|
10341
|
+
</dl>
|
|
10342
|
+
</dd>
|
|
10343
|
+
</dl>
|
|
10344
|
+
|
|
10345
|
+
#### ⚙️ Parameters
|
|
10346
|
+
|
|
10347
|
+
<dl>
|
|
10348
|
+
<dd>
|
|
10349
|
+
|
|
10350
|
+
<dl>
|
|
10351
|
+
<dd>
|
|
10352
|
+
|
|
10353
|
+
**document_id:** `string` — The id of a document from the knowledge base. This is returned on document addition.
|
|
10354
|
+
|
|
10355
|
+
</dd>
|
|
10356
|
+
</dl>
|
|
10357
|
+
|
|
10358
|
+
<dl>
|
|
10359
|
+
<dd>
|
|
10360
|
+
|
|
10361
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost`
|
|
10362
|
+
|
|
10363
|
+
</dd>
|
|
10364
|
+
</dl>
|
|
10365
|
+
|
|
10366
|
+
<dl>
|
|
10367
|
+
<dd>
|
|
10368
|
+
|
|
10369
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
10370
|
+
|
|
10371
|
+
</dd>
|
|
10372
|
+
</dl>
|
|
10373
|
+
</dd>
|
|
10374
|
+
</dl>
|
|
10375
|
+
|
|
10376
|
+
|
|
10377
|
+
</dd>
|
|
10378
|
+
</dl>
|
|
10379
|
+
</details>
|
|
10380
|
+
|
|
10381
|
+
<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>
|
|
10382
|
+
<dl>
|
|
10383
|
+
<dd>
|
|
10384
|
+
|
|
10385
|
+
#### 📝 Description
|
|
10386
|
+
|
|
10387
|
+
<dl>
|
|
10388
|
+
<dd>
|
|
10389
|
+
|
|
10390
|
+
<dl>
|
|
10391
|
+
<dd>
|
|
10392
|
+
|
|
10393
|
+
Moves multiple entities from one folder to another.
|
|
10394
|
+
</dd>
|
|
10395
|
+
</dl>
|
|
10396
|
+
</dd>
|
|
10397
|
+
</dl>
|
|
10398
|
+
|
|
10399
|
+
#### 🔌 Usage
|
|
10400
|
+
|
|
10401
|
+
<dl>
|
|
10402
|
+
<dd>
|
|
10403
|
+
|
|
10404
|
+
<dl>
|
|
10405
|
+
<dd>
|
|
10406
|
+
|
|
10407
|
+
```typescript
|
|
10408
|
+
await client.conversationalAi.knowledgeBase.documents.bulkMove({
|
|
10409
|
+
documentIds: ["21m00Tcm4TlvDq8ikWAM", "31m00Tcm4TlvDq8ikWBM"]
|
|
10410
|
+
});
|
|
10411
|
+
|
|
10412
|
+
```
|
|
10413
|
+
</dd>
|
|
10414
|
+
</dl>
|
|
10415
|
+
</dd>
|
|
10416
|
+
</dl>
|
|
10417
|
+
|
|
10418
|
+
#### ⚙️ Parameters
|
|
10419
|
+
|
|
10420
|
+
<dl>
|
|
10421
|
+
<dd>
|
|
10422
|
+
|
|
10423
|
+
<dl>
|
|
10424
|
+
<dd>
|
|
10425
|
+
|
|
10426
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost`
|
|
10427
|
+
|
|
10428
|
+
</dd>
|
|
10429
|
+
</dl>
|
|
10430
|
+
|
|
10431
|
+
<dl>
|
|
10432
|
+
<dd>
|
|
10433
|
+
|
|
10434
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
10435
|
+
|
|
10436
|
+
</dd>
|
|
10437
|
+
</dl>
|
|
10438
|
+
</dd>
|
|
10439
|
+
</dl>
|
|
10440
|
+
|
|
10441
|
+
|
|
9520
10442
|
</dd>
|
|
9521
10443
|
</dl>
|
|
9522
10444
|
</details>
|
|
@@ -11788,7 +12710,7 @@ await client.music.compositionPlan.create({
|
|
|
11788
12710
|
<dl>
|
|
11789
12711
|
<dd>
|
|
11790
12712
|
|
|
11791
|
-
Add rules to the pronunciation dictionary
|
|
12713
|
+
Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
|
|
11792
12714
|
</dd>
|
|
11793
12715
|
</dl>
|
|
11794
12716
|
</dd>
|
|
@@ -15459,7 +16381,7 @@ await client.workspace.groups.search({
|
|
|
15459
16381
|
<dl>
|
|
15460
16382
|
<dd>
|
|
15461
16383
|
|
|
15462
|
-
Sends an email invitation to join your workspace to the provided email. If the user doesn't have an account they will be prompted to create one. If the user accepts this invite they will be added as a user to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace
|
|
16384
|
+
Sends an email invitation to join your workspace to the provided email. If the user doesn't have an account they will be prompted to create one. If the user accepts this invite they will be added as a user to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission. If the user is already in the workspace a 400 error will be returned.
|
|
15463
16385
|
</dd>
|
|
15464
16386
|
</dl>
|
|
15465
16387
|
</dd>
|
|
@@ -15524,7 +16446,7 @@ await client.workspace.invites.create({
|
|
|
15524
16446
|
<dl>
|
|
15525
16447
|
<dd>
|
|
15526
16448
|
|
|
15527
|
-
Sends email invitations to join your workspace to the provided emails. Requires all email addresses to be part of a verified domain. If the users don't have an account they will be prompted to create one. If the users accept these invites they will be added as users to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace
|
|
16449
|
+
Sends email invitations to join your workspace to the provided emails. Requires all email addresses to be part of a verified domain. If the users don't have an account they will be prompted to create one. If the users accept these invites they will be added as users to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.
|
|
15528
16450
|
</dd>
|
|
15529
16451
|
</dl>
|
|
15530
16452
|
</dd>
|
|
@@ -15589,7 +16511,7 @@ await client.workspace.invites.createBatch({
|
|
|
15589
16511
|
<dl>
|
|
15590
16512
|
<dd>
|
|
15591
16513
|
|
|
15592
|
-
Invalidates an existing email invitation. The invitation will still show up in the inbox it has been delivered to, but activating it to join the workspace won't work. This endpoint may only be called by workspace
|
|
16514
|
+
Invalidates an existing email invitation. The invitation will still show up in the inbox it has been delivered to, but activating it to join the workspace won't work. This endpoint may only be called by workspace members with the WORKSPACE_MEMBERS_INVITE permission.
|
|
15593
16515
|
</dd>
|
|
15594
16516
|
</dl>
|
|
15595
16517
|
</dd>
|
|
@@ -15925,80 +16847,6 @@ await client.workspace.resources.unshare("resource_id", {
|
|
|
15925
16847
|
</dl>
|
|
15926
16848
|
|
|
15927
16849
|
|
|
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
16850
|
</dd>
|
|
16003
16851
|
</dl>
|
|
16004
16852
|
</details>
|
|
@@ -16016,7 +16864,7 @@ await client.workspace.resources.copyToWorkspace("resource_id", {
|
|
|
16016
16864
|
<dl>
|
|
16017
16865
|
<dd>
|
|
16018
16866
|
|
|
16019
|
-
Removes a member from the specified group.
|
|
16867
|
+
Removes a member from the specified group. Requires `group_members_manage` permission.
|
|
16020
16868
|
</dd>
|
|
16021
16869
|
</dl>
|
|
16022
16870
|
</dd>
|
|
@@ -16089,7 +16937,7 @@ await client.workspace.groups.members.remove("group_id", {
|
|
|
16089
16937
|
<dl>
|
|
16090
16938
|
<dd>
|
|
16091
16939
|
|
|
16092
|
-
Adds a member of your workspace to the specified group.
|
|
16940
|
+
Adds a member of your workspace to the specified group. Requires `group_members_manage` permission.
|
|
16093
16941
|
</dd>
|
|
16094
16942
|
</dl>
|
|
16095
16943
|
</dd>
|