@elevenlabs/elevenlabs-js 2.31.0 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +1 -1
- package/BaseClient.js +2 -2
- package/Client.d.ts +10 -0
- package/Client.js +39 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +12 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +28 -8
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/{dist/serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches/client}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/{serialization/resources/workspace/resources/members/types → api/resources/conversationalAi/resources/agents/resources/branches}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/{dist/api/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/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/api/resources/{workspace/resources/members/types → conversationalAi/resources/agents/resources/deployments}/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +9 -0
- package/api/resources/conversationalAi/resources/agents/resources/index.js +10 -1
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
- package/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/api/resources/speechToText/client/Client.d.ts +1 -1
- package/api/resources/speechToText/client/Client.js +4 -2
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
- package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
- package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
- package/api/resources/speechToText/types/index.d.ts +1 -0
- package/api/resources/speechToText/types/index.js +1 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
- package/api/resources/studio/resources/projects/client/Client.js +6 -1
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -5
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
- package/api/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/types/index.js +1 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
- package/api/resources/textToSpeech/client/Client.d.ts +1 -1
- package/api/resources/textToSpeech/client/Client.js +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
- package/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
- package/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
- 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/voices/client/Client.js +7 -1
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
- package/api/resources/voices/resources/index.d.ts +1 -0
- package/api/resources/voices/resources/index.js +1 -0
- package/api/resources/voices/resources/ivc/client/Client.js +7 -1
- package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
- package/api/resources/voices/resources/ivc/index.d.ts +1 -0
- package/api/resources/voices/resources/ivc/index.js +1 -0
- package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
- package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
- package/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/api/resources/voices/resources/ivc/types/index.js +17 -0
- package/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
- package/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
- package/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
- package/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
- package/api/resources/voices/types/index.d.ts +1 -0
- package/api/resources/voices/types/index.js +1 -0
- package/api/resources/workspace/resources/index.d.ts +0 -2
- package/api/resources/workspace/resources/index.js +0 -2
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
- package/api/resources/workspace/resources/invites/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/index.js +0 -1
- package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
- package/api/resources/workspace/resources/members/index.d.ts +0 -1
- package/api/resources/workspace/resources/members/index.js +0 -1
- package/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
- package/api/resources/workspace/resources/resources/client/Client.js +0 -59
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
- 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/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
- package/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
- package/api/types/AgentVersionMetadata.d.ts +11 -0
- package/api/types/AgentVersionMetadata.js +3 -0
- package/api/types/AgentVersionParents.d.ts +6 -0
- package/api/types/AgentVersionParents.js +3 -0
- package/api/types/BranchProtectionStatus.d.ts +5 -0
- package/api/types/BranchProtectionStatus.js +8 -0
- package/api/types/Contributor.d.ts +4 -0
- package/api/types/Contributor.js +3 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
- package/api/types/CreateAgentBranchResponseModel.js +3 -0
- package/api/types/CustomSipHeader.d.ts +9 -0
- package/api/types/CustomSipHeader.js +3 -0
- package/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
- package/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
- package/api/types/DirectPublishingReadResponseModel.d.ts +51 -0
- package/api/types/DirectPublishingReadResponseModel.js +3 -0
- package/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
- package/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
- package/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
- package/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
- package/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
- package/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
- package/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
- package/api/types/DubbingMetadataResponse.d.ts +6 -4
- package/api/types/DubbingModel.d.ts +1 -0
- package/api/types/DubbingModel.js +1 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/InvoiceResponse.d.ts +3 -1
- package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
- package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
- package/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
- package/api/types/ListResponseAgentBranchSummary.js +3 -0
- package/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
- package/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/api/{resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts → types/PermissionType.d.ts} +9 -2
- package/{dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → api/types/PermissionType.js} +9 -2
- package/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
- package/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
- package/api/types/PreviewAudioDbModel.d.ts +7 -0
- package/api/types/PreviewAudioDbModel.js +3 -0
- package/api/types/ProjectCreationMetaResponseModelType.d.ts +1 -0
- package/api/types/ProjectCreationMetaResponseModelType.js +1 -0
- package/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/api/types/ProjectResponse.d.ts +2 -0
- package/api/types/ReadLegalTerms.d.ts +5 -0
- package/api/types/ReadLegalTerms.js +3 -0
- package/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
- package/api/types/ReadMetadataChapterDbModel.js +3 -0
- package/api/types/ReviewResponseModel.d.ts +9 -0
- package/api/types/ReviewResponseModel.js +3 -0
- package/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
- package/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
- package/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
- package/api/types/ReviewResponseModelReviewStatus.js +9 -0
- package/api/types/SampleConfigDbModel.d.ts +7 -0
- package/api/types/SampleConfigDbModel.js +3 -0
- package/api/types/SampleConfigDbModelParentType.d.ts +5 -0
- package/api/types/SampleConfigDbModelParentType.js +8 -0
- package/api/types/SeatType.d.ts +5 -0
- package/{dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → api/types/SeatType.js} +2 -2
- package/api/types/SongMetadata.d.ts +4 -0
- package/api/types/SpellingPatience.d.ts +6 -0
- package/api/types/SpellingPatience.js +9 -0
- package/api/types/ToolSortBy.d.ts +5 -0
- package/api/types/ToolSortBy.js +8 -0
- package/api/types/ToolTypeFilter.d.ts +6 -0
- package/api/types/ToolTypeFilter.js +9 -0
- package/api/types/ToolsResponseModel.d.ts +2 -0
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
- package/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
- package/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
- package/api/types/index.d.ts +38 -1
- package/api/types/index.js +38 -1
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +10 -0
- package/dist/Client.js +39 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +28 -8
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +94 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +399 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +23 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BranchesListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.d.ts +37 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +134 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +197 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +342 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +173 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/DraftsDeleteRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +9 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +10 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +130 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +52 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -3
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +18 -6
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +44 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +178 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +10 -2
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +44 -6
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +28 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
- package/dist/api/resources/speechToText/client/Client.js +4 -2
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +6 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +9 -0
- package/dist/api/resources/speechToText/types/index.d.ts +1 -0
- package/dist/api/resources/speechToText/types/index.js +1 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +4 -4
- package/dist/api/resources/studio/resources/projects/client/Client.js +6 -1
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +7 -5
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +14 -0
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +17 -0
- package/dist/api/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/types/index.js +1 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +4 -4
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +4 -4
- package/dist/api/resources/textToSpeech/client/Client.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/Client.js +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +2 -2
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +17 -10
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +17 -10
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +17 -10
- package/dist/api/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +17 -10
- 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/voices/client/Client.js +7 -1
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +3 -2
- package/dist/api/resources/voices/resources/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/index.js +1 -0
- package/dist/api/resources/voices/resources/ivc/client/Client.js +7 -1
- package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +3 -2
- package/dist/api/resources/voices/resources/ivc/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/ivc/index.js +1 -0
- package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +4 -0
- package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +3 -0
- package/dist/api/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/ivc/types/index.js +17 -0
- package/dist/api/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +1 -1
- package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +4 -0
- package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.js +3 -0
- package/dist/api/resources/voices/types/index.d.ts +1 -0
- package/dist/api/resources/voices/types/index.js +1 -0
- package/dist/api/resources/workspace/resources/index.d.ts +0 -2
- package/dist/api/resources/workspace/resources/index.js +0 -2
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +4 -2
- package/dist/api/resources/workspace/resources/invites/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/index.js +0 -1
- package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +4 -2
- package/dist/api/resources/workspace/resources/members/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/members/index.js +0 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +0 -17
- package/dist/api/resources/workspace/resources/resources/client/Client.js +0 -59
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +0 -1
- package/dist/api/types/AddKnowledgeBaseResponseModel.d.ts +3 -0
- 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/AgentSummaryBatchSuccessfulResponseModel.d.ts +4 -0
- package/dist/api/types/AgentSummaryBatchSuccessfulResponseModel.js +3 -0
- package/dist/api/types/AgentVersionMetadata.d.ts +11 -0
- package/dist/api/types/AgentVersionMetadata.js +3 -0
- package/dist/api/types/AgentVersionParents.d.ts +6 -0
- package/dist/api/types/AgentVersionParents.js +3 -0
- package/dist/api/types/BranchProtectionStatus.d.ts +5 -0
- package/dist/api/types/BranchProtectionStatus.js +8 -0
- package/dist/api/types/Contributor.d.ts +4 -0
- package/dist/api/types/Contributor.js +3 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/CreateAgentBranchResponseModel.d.ts +6 -0
- package/dist/api/types/CreateAgentBranchResponseModel.js +3 -0
- package/dist/api/types/CustomSipHeader.d.ts +9 -0
- package/dist/api/types/CustomSipHeader.js +3 -0
- package/dist/api/types/CustomSipHeaderWithDynamicVariable.d.ts +11 -0
- package/dist/api/types/CustomSipHeaderWithDynamicVariable.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +51 -0
- package/dist/api/types/DirectPublishingReadResponseModel.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.d.ts +6 -0
- package/dist/api/types/DirectPublishingReadResponseModelDisplayMode.js +9 -0
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +35 -0
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.js +38 -0
- package/dist/api/types/DirectPublishingReadResponseModelPayoutType.d.ts +6 -0
- package/dist/api/types/DirectPublishingReadResponseModelPayoutType.js +9 -0
- package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/dist/api/types/DirectPublishingReadResponseModelTargetAudience.js +10 -0
- package/dist/api/types/DubbingMetadataResponse.d.ts +6 -4
- package/dist/api/types/DubbingModel.d.ts +1 -0
- package/dist/api/types/DubbingModel.js +1 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/InvoiceResponse.d.ts +3 -1
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +10 -0
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +13 -0
- package/dist/api/types/ListResponseAgentBranchSummary.d.ts +5 -0
- package/dist/api/types/ListResponseAgentBranchSummary.js +3 -0
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +7 -4
- package/dist/api/types/LiteralJsonSchemaPropertyConstantValue.d.ts +1 -1
- package/dist/api/{resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts → types/PermissionType.d.ts} +9 -2
- package/{api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js → dist/api/types/PermissionType.js} +9 -2
- package/dist/api/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +10 -0
- package/dist/api/types/PhoneNumberTransferCustomSipHeadersItem.js +3 -0
- package/dist/api/types/PreviewAudioDbModel.d.ts +7 -0
- package/dist/api/types/PreviewAudioDbModel.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 +4 -0
- package/dist/api/types/ProjectResponse.d.ts +2 -0
- package/dist/api/types/ReadLegalTerms.d.ts +5 -0
- package/dist/api/types/ReadLegalTerms.js +3 -0
- package/dist/api/types/ReadMetadataChapterDbModel.d.ts +10 -0
- package/dist/api/types/ReadMetadataChapterDbModel.js +3 -0
- package/dist/api/types/ReviewResponseModel.d.ts +9 -0
- package/dist/api/types/ReviewResponseModel.js +3 -0
- package/dist/api/types/ReviewResponseModelRejectReasonsItem.d.ts +21 -0
- package/dist/api/types/ReviewResponseModelRejectReasonsItem.js +24 -0
- package/dist/api/types/ReviewResponseModelReviewStatus.d.ts +6 -0
- package/dist/api/types/ReviewResponseModelReviewStatus.js +9 -0
- package/dist/api/types/SampleConfigDbModel.d.ts +7 -0
- package/dist/api/types/SampleConfigDbModel.js +3 -0
- package/dist/api/types/SampleConfigDbModelParentType.d.ts +5 -0
- package/dist/api/types/SampleConfigDbModelParentType.js +8 -0
- package/dist/api/types/SeatType.d.ts +5 -0
- package/{api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/api/types/SeatType.js} +2 -2
- package/dist/api/types/SongMetadata.d.ts +4 -0
- package/dist/api/types/SpellingPatience.d.ts +6 -0
- package/dist/api/types/SpellingPatience.js +9 -0
- package/dist/api/types/ToolSortBy.d.ts +5 -0
- package/dist/api/types/ToolSortBy.js +8 -0
- package/dist/api/types/ToolTypeFilter.d.ts +6 -0
- package/dist/api/types/ToolTypeFilter.js +9 -0
- package/dist/api/types/ToolsResponseModel.d.ts +2 -0
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +3 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +10 -0
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +3 -0
- package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +2 -1
- package/dist/api/types/index.d.ts +38 -1
- package/dist/api/types/index.js +38 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +8 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/index.js +9 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -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/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
- package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/types/index.js +1 -0
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
- package/{serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js} +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/dist/serialization/resources/studio/resources/projects/types/index.js +1 -0
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
- package/dist/serialization/resources/voices/resources/index.d.ts +2 -0
- package/dist/serialization/resources/voices/resources/index.js +3 -1
- package/dist/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
- package/dist/serialization/resources/voices/resources/ivc/index.js +17 -0
- package/dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
- package/{serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -20
- package/dist/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/dist/serialization/resources/voices/resources/ivc/types/index.js +17 -0
- package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
- package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
- package/dist/serialization/resources/voices/types/index.d.ts +1 -0
- package/dist/serialization/resources/voices/types/index.js +1 -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/AddKnowledgeBaseResponseModel.d.ts +2 -0
- package/dist/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
- package/dist/serialization/types/AgentBranchBasicInfo.d.ts +10 -0
- package/dist/serialization/types/AgentBranchBasicInfo.js +42 -0
- package/dist/serialization/types/AgentBranchResponse.d.ts +24 -0
- package/dist/serialization/types/AgentBranchResponse.js +56 -0
- package/dist/serialization/types/AgentBranchSummary.d.ts +21 -0
- package/dist/serialization/types/AgentBranchSummary.js +53 -0
- package/dist/serialization/types/AgentDeploymentPercentageStrategy.d.ts +10 -0
- package/dist/serialization/types/AgentDeploymentPercentageStrategy.js +42 -0
- package/dist/serialization/types/AgentDeploymentRequest.d.ts +10 -0
- package/dist/serialization/types/AgentDeploymentRequest.js +42 -0
- package/dist/serialization/types/AgentDeploymentRequestItem.d.ts +11 -0
- package/dist/serialization/{resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → types/AgentDeploymentRequestItem.js} +6 -6
- package/dist/serialization/types/AgentDeploymentResponse.d.ts +9 -0
- package/dist/serialization/types/AgentDeploymentResponse.js +41 -0
- package/dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
- package/{serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → dist/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js} +5 -6
- package/dist/serialization/types/AgentVersionMetadata.d.ts +18 -0
- package/dist/serialization/types/AgentVersionMetadata.js +50 -0
- package/dist/serialization/types/AgentVersionParents.d.ts +12 -0
- package/dist/serialization/types/AgentVersionParents.js +44 -0
- package/dist/serialization/types/BranchProtectionStatus.d.ts +7 -0
- package/dist/serialization/types/BranchProtectionStatus.js +39 -0
- package/dist/serialization/types/Contributor.d.ts +10 -0
- package/dist/serialization/types/Contributor.js +42 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
- package/dist/serialization/types/CreateAgentBranchResponseModel.js +42 -0
- package/dist/serialization/types/CustomSipHeader.d.ts +10 -0
- package/dist/serialization/types/CustomSipHeader.js +42 -0
- package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
- package/dist/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +66 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +98 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
- package/dist/serialization/types/DubbingMetadataResponse.d.ts +1 -0
- package/dist/serialization/types/DubbingMetadataResponse.js +1 -0
- package/dist/serialization/types/DubbingModel.d.ts +1 -1
- package/dist/serialization/types/DubbingModel.js +1 -1
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/InvoiceResponse.d.ts +2 -0
- package/dist/serialization/types/InvoiceResponse.js +2 -0
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
- package/dist/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
- package/dist/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → dist/serialization/types/PermissionType.d.ts} +3 -3
- package/{serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → dist/serialization/types/PermissionType.js} +9 -2
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/dist/serialization/types/PhoneNumberTransfer.js +2 -0
- package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
- package/dist/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
- package/dist/serialization/types/PreviewAudioDbModel.d.ts +13 -0
- package/dist/serialization/types/PreviewAudioDbModel.js +45 -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 +3 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +3 -0
- package/dist/serialization/types/ProjectResponse.d.ts +1 -0
- package/dist/serialization/types/ProjectResponse.js +1 -0
- package/dist/serialization/types/ReadLegalTerms.d.ts +11 -0
- package/dist/serialization/types/ReadLegalTerms.js +43 -0
- package/dist/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
- package/dist/serialization/types/ReadMetadataChapterDbModel.js +48 -0
- package/dist/serialization/types/ReviewResponseModel.d.ts +16 -0
- package/dist/serialization/types/ReviewResponseModel.js +48 -0
- package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
- package/dist/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
- package/dist/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
- package/dist/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
- package/dist/serialization/types/SampleConfigDbModel.d.ts +13 -0
- package/dist/serialization/types/SampleConfigDbModel.js +45 -0
- package/dist/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
- package/dist/serialization/types/SampleConfigDbModelParentType.js +39 -0
- package/dist/serialization/types/SeatType.d.ts +7 -0
- package/dist/serialization/types/SeatType.js +39 -0
- package/dist/serialization/types/SongMetadata.d.ts +2 -0
- package/dist/serialization/types/SongMetadata.js +2 -0
- package/dist/serialization/types/SpellingPatience.d.ts +7 -0
- package/dist/serialization/types/SpellingPatience.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 +2 -0
- package/dist/serialization/types/TurnConfig.js +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
- package/dist/serialization/types/index.d.ts +38 -1
- package/dist/serialization/types/index.js +38 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/realtime/scribe.js +3 -0
- package/package.json +1 -1
- package/reference.md +1166 -132
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js +47 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +41 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.d.ts +11 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch.js +43 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/index.js +9 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost.js +42 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/deployments/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +14 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.js +46 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/drafts/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/index.d.ts +8 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/index.js +9 -1
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.d.ts +8 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/get.js +40 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/client/index.js +37 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/index.js +18 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/SummariesGetResponseValue.js +49 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/summaries/types/index.js +17 -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/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +0 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +0 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +7 -0
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +39 -0
- package/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/serialization/resources/speechToText/types/index.js +1 -0
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +7 -0
- package/{dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.js → serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js} +2 -2
- package/serialization/resources/studio/resources/projects/types/index.d.ts +1 -0
- package/serialization/resources/studio/resources/projects/types/index.js +1 -0
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.js +16 -9
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.js +16 -9
- package/serialization/resources/voices/resources/index.d.ts +2 -0
- package/serialization/resources/voices/resources/index.js +3 -1
- package/serialization/resources/voices/resources/ivc/index.d.ts +1 -0
- package/serialization/resources/voices/resources/ivc/index.js +17 -0
- package/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +7 -0
- package/{dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js → serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js} +4 -20
- package/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -0
- package/serialization/resources/voices/resources/ivc/types/index.js +17 -0
- package/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +7 -0
- package/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +42 -0
- package/serialization/resources/voices/types/index.d.ts +1 -0
- package/serialization/resources/voices/types/index.js +1 -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/AddKnowledgeBaseResponseModel.d.ts +2 -0
- package/serialization/types/AddKnowledgeBaseResponseModel.js +2 -0
- 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/AgentSummaryBatchSuccessfulResponseModel.d.ts +10 -0
- package/serialization/types/AgentSummaryBatchSuccessfulResponseModel.js +42 -0
- package/serialization/types/AgentVersionMetadata.d.ts +18 -0
- package/serialization/types/AgentVersionMetadata.js +50 -0
- package/serialization/types/AgentVersionParents.d.ts +12 -0
- package/serialization/types/AgentVersionParents.js +44 -0
- package/serialization/types/BranchProtectionStatus.d.ts +7 -0
- package/serialization/types/BranchProtectionStatus.js +39 -0
- package/serialization/types/Contributor.d.ts +10 -0
- package/serialization/types/Contributor.js +42 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/serialization/types/CreateAgentBranchResponseModel.d.ts +10 -0
- package/serialization/types/CreateAgentBranchResponseModel.js +42 -0
- package/serialization/types/CustomSipHeader.d.ts +10 -0
- package/serialization/types/CustomSipHeader.js +42 -0
- package/serialization/types/CustomSipHeaderWithDynamicVariable.d.ts +10 -0
- package/serialization/types/CustomSipHeaderWithDynamicVariable.js +42 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +66 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +98 -0
- package/serialization/types/DirectPublishingReadResponseModelDisplayMode.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelDisplayMode.js +39 -0
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.js +72 -0
- package/serialization/types/DirectPublishingReadResponseModelPayoutType.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelPayoutType.js +39 -0
- package/serialization/types/DirectPublishingReadResponseModelTargetAudience.d.ts +7 -0
- package/serialization/types/DirectPublishingReadResponseModelTargetAudience.js +39 -0
- package/serialization/types/DubbingMetadataResponse.d.ts +1 -0
- package/serialization/types/DubbingMetadataResponse.js +1 -0
- package/serialization/types/DubbingModel.d.ts +1 -1
- package/serialization/types/DubbingModel.js +1 -1
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/InvoiceResponse.d.ts +2 -0
- package/serialization/types/InvoiceResponse.js +2 -0
- package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +7 -0
- package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +47 -0
- package/serialization/types/ListResponseAgentBranchSummary.d.ts +12 -0
- package/serialization/types/ListResponseAgentBranchSummary.js +44 -0
- package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts → serialization/types/PermissionType.d.ts} +3 -3
- package/{dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js → serialization/types/PermissionType.js} +9 -2
- package/serialization/types/PhoneNumberTransfer.d.ts +2 -0
- package/serialization/types/PhoneNumberTransfer.js +2 -0
- package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.d.ts +15 -0
- package/serialization/types/PhoneNumberTransferCustomSipHeadersItem.js +49 -0
- package/serialization/types/PreviewAudioDbModel.d.ts +13 -0
- package/serialization/types/PreviewAudioDbModel.js +45 -0
- package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +1 -1
- package/serialization/types/ProjectCreationMetaResponseModelType.js +1 -1
- package/serialization/types/ProjectExtendedResponse.d.ts +3 -0
- package/serialization/types/ProjectExtendedResponse.js +3 -0
- package/serialization/types/ProjectResponse.d.ts +1 -0
- package/serialization/types/ProjectResponse.js +1 -0
- package/serialization/types/ReadLegalTerms.d.ts +11 -0
- package/serialization/types/ReadLegalTerms.js +43 -0
- package/serialization/types/ReadMetadataChapterDbModel.d.ts +16 -0
- package/serialization/types/ReadMetadataChapterDbModel.js +48 -0
- package/serialization/types/ReviewResponseModel.d.ts +16 -0
- package/serialization/types/ReviewResponseModel.js +48 -0
- package/serialization/types/ReviewResponseModelRejectReasonsItem.d.ts +7 -0
- package/serialization/types/ReviewResponseModelRejectReasonsItem.js +58 -0
- package/serialization/types/ReviewResponseModelReviewStatus.d.ts +7 -0
- package/serialization/types/ReviewResponseModelReviewStatus.js +39 -0
- package/serialization/types/SampleConfigDbModel.d.ts +13 -0
- package/serialization/types/SampleConfigDbModel.js +45 -0
- package/serialization/types/SampleConfigDbModelParentType.d.ts +7 -0
- package/serialization/types/SampleConfigDbModelParentType.js +39 -0
- package/serialization/types/SeatType.d.ts +7 -0
- package/serialization/types/SeatType.js +39 -0
- package/serialization/types/SongMetadata.d.ts +2 -0
- package/serialization/types/SongMetadata.js +2 -0
- package/serialization/types/SpellingPatience.d.ts +7 -0
- package/serialization/types/SpellingPatience.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 +2 -0
- package/serialization/types/TurnConfig.js +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem.js +49 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.d.ts +15 -0
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem.js +49 -0
- package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +3 -2
- package/serialization/types/WorkspaceApiKeyResponseModel.js +3 -2
- package/serialization/types/index.d.ts +38 -1
- package/serialization/types/index.js +38 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/realtime/scribe.js +3 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
- package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
- package/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
- package/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/types/index.js +0 -17
- package/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
- package/api/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +0 -31
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +0 -34
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -31
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -34
- package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -21
- package/dist/api/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.js +0 -24
- package/dist/api/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/types/index.js +0 -17
- package/dist/api/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -5
- package/dist/api/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -14
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +0 -31
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +0 -34
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -68
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
- package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
- package/dist/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/invites/types/index.js +0 -17
- package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
- package/dist/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.d.ts +0 -7
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsZeroItem.js +0 -68
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.d.ts +0 -7
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsZeroItem.js +0 -68
- package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +0 -7
- package/serialization/resources/workspace/resources/invites/types/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/invites/types/index.js +0 -17
- package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +0 -7
- package/serialization/resources/workspace/resources/members/types/index.d.ts +0 -1
- package/serialization/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.d.ts +0 -11
- /package/api/resources/{workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → conversationalAi/resources/agents/resources/branches/client/requests/BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost.js} +0 -0
- /package/{dist/api/resources/workspace/resources/resources/client/requests/BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost.js → api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js} +0 -0
package/reference.md
CHANGED
|
@@ -628,7 +628,7 @@ Generate speech from text with precise character-level timing information for au
|
|
|
628
628
|
await client.textToSpeech.convertWithTimestamps("21m00Tcm4TlvDq8ikWAM", {
|
|
629
629
|
enableLogging: true,
|
|
630
630
|
optimizeStreamingLatency: 1,
|
|
631
|
-
outputFormat: "
|
|
631
|
+
outputFormat: "alaw_8000",
|
|
632
632
|
text: "This is a test for the API of ElevenLabs."
|
|
633
633
|
});
|
|
634
634
|
|
|
@@ -3604,7 +3604,7 @@ Transcribe an audio or video file. If webhook is set to true, the request will b
|
|
|
3604
3604
|
```typescript
|
|
3605
3605
|
await client.speechToText.convert({
|
|
3606
3606
|
enableLogging: true,
|
|
3607
|
-
modelId: "
|
|
3607
|
+
modelId: "scribe_v1"
|
|
3608
3608
|
});
|
|
3609
3609
|
|
|
3610
3610
|
```
|
|
@@ -4183,7 +4183,8 @@ Get a signed url to start a conversation with an agent with an agent that requir
|
|
|
4183
4183
|
```typescript
|
|
4184
4184
|
await client.conversationalAi.conversations.getSignedUrl({
|
|
4185
4185
|
agentId: "21m00Tcm4TlvDq8ikWAM",
|
|
4186
|
-
includeConversationId: true
|
|
4186
|
+
includeConversationId: true,
|
|
4187
|
+
branchId: "branch_id"
|
|
4187
4188
|
});
|
|
4188
4189
|
|
|
4189
4190
|
```
|
|
@@ -4249,7 +4250,8 @@ Get a WebRTC session token for real-time communication.
|
|
|
4249
4250
|
```typescript
|
|
4250
4251
|
await client.conversationalAi.conversations.getWebrtcToken({
|
|
4251
4252
|
agentId: "21m00Tcm4TlvDq8ikWAM",
|
|
4252
|
-
participantName: "participant_name"
|
|
4253
|
+
participantName: "participant_name",
|
|
4254
|
+
branchId: "branch_id"
|
|
4253
4255
|
});
|
|
4254
4256
|
|
|
4255
4257
|
```
|
|
@@ -4328,7 +4330,8 @@ await client.conversationalAi.conversations.list({
|
|
|
4328
4330
|
pageSize: 1,
|
|
4329
4331
|
summaryMode: "exclude",
|
|
4330
4332
|
search: "search",
|
|
4331
|
-
conversationInitiationSource: "unknown"
|
|
4333
|
+
conversationInitiationSource: "unknown",
|
|
4334
|
+
branchId: "branch_id"
|
|
4332
4335
|
});
|
|
4333
4336
|
|
|
4334
4337
|
```
|
|
@@ -6291,7 +6294,7 @@ await client.conversationalAi.knowledgeBase.getOrCreateRagIndexes({
|
|
|
6291
6294
|
</details>
|
|
6292
6295
|
|
|
6293
6296
|
## ConversationalAi Tools
|
|
6294
|
-
<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>
|
|
6295
6298
|
<dl>
|
|
6296
6299
|
<dd>
|
|
6297
6300
|
|
|
@@ -6318,7 +6321,14 @@ Get all available tools in the workspace.
|
|
|
6318
6321
|
<dd>
|
|
6319
6322
|
|
|
6320
6323
|
```typescript
|
|
6321
|
-
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
|
+
});
|
|
6322
6332
|
|
|
6323
6333
|
```
|
|
6324
6334
|
</dd>
|
|
@@ -6334,6 +6344,14 @@ await client.conversationalAi.tools.list();
|
|
|
6334
6344
|
<dl>
|
|
6335
6345
|
<dd>
|
|
6336
6346
|
|
|
6347
|
+
**request:** `ElevenLabs.conversationalAi.ToolsListRequest`
|
|
6348
|
+
|
|
6349
|
+
</dd>
|
|
6350
|
+
</dl>
|
|
6351
|
+
|
|
6352
|
+
<dl>
|
|
6353
|
+
<dd>
|
|
6354
|
+
|
|
6337
6355
|
**requestOptions:** `ToolsClient.RequestOptions`
|
|
6338
6356
|
|
|
6339
6357
|
</dd>
|
|
@@ -7265,6 +7283,69 @@ await client.conversationalAi.batchCalls.get("batch_id");
|
|
|
7265
7283
|
</dl>
|
|
7266
7284
|
|
|
7267
7285
|
|
|
7286
|
+
</dd>
|
|
7287
|
+
</dl>
|
|
7288
|
+
</details>
|
|
7289
|
+
|
|
7290
|
+
<details><summary><code>client.conversationalAi.batchCalls.<a href="/src/api/resources/conversationalAi/resources/batchCalls/client/Client.ts">delete</a>(batch_id) -> void</code></summary>
|
|
7291
|
+
<dl>
|
|
7292
|
+
<dd>
|
|
7293
|
+
|
|
7294
|
+
#### 📝 Description
|
|
7295
|
+
|
|
7296
|
+
<dl>
|
|
7297
|
+
<dd>
|
|
7298
|
+
|
|
7299
|
+
<dl>
|
|
7300
|
+
<dd>
|
|
7301
|
+
|
|
7302
|
+
Permanently delete a batch call and all recipient records. Conversations remain in history.
|
|
7303
|
+
</dd>
|
|
7304
|
+
</dl>
|
|
7305
|
+
</dd>
|
|
7306
|
+
</dl>
|
|
7307
|
+
|
|
7308
|
+
#### 🔌 Usage
|
|
7309
|
+
|
|
7310
|
+
<dl>
|
|
7311
|
+
<dd>
|
|
7312
|
+
|
|
7313
|
+
<dl>
|
|
7314
|
+
<dd>
|
|
7315
|
+
|
|
7316
|
+
```typescript
|
|
7317
|
+
await client.conversationalAi.batchCalls.delete("batch_id");
|
|
7318
|
+
|
|
7319
|
+
```
|
|
7320
|
+
</dd>
|
|
7321
|
+
</dl>
|
|
7322
|
+
</dd>
|
|
7323
|
+
</dl>
|
|
7324
|
+
|
|
7325
|
+
#### ⚙️ Parameters
|
|
7326
|
+
|
|
7327
|
+
<dl>
|
|
7328
|
+
<dd>
|
|
7329
|
+
|
|
7330
|
+
<dl>
|
|
7331
|
+
<dd>
|
|
7332
|
+
|
|
7333
|
+
**batch_id:** `string`
|
|
7334
|
+
|
|
7335
|
+
</dd>
|
|
7336
|
+
</dl>
|
|
7337
|
+
|
|
7338
|
+
<dl>
|
|
7339
|
+
<dd>
|
|
7340
|
+
|
|
7341
|
+
**requestOptions:** `BatchCallsClient.RequestOptions`
|
|
7342
|
+
|
|
7343
|
+
</dd>
|
|
7344
|
+
</dl>
|
|
7345
|
+
</dd>
|
|
7346
|
+
</dl>
|
|
7347
|
+
|
|
7348
|
+
|
|
7268
7349
|
</dd>
|
|
7269
7350
|
</dl>
|
|
7270
7351
|
</details>
|
|
@@ -8100,6 +8181,70 @@ await client.conversationalAi.whatsappAccounts.update("phone_number_id");
|
|
|
8100
8181
|
</dl>
|
|
8101
8182
|
|
|
8102
8183
|
|
|
8184
|
+
</dd>
|
|
8185
|
+
</dl>
|
|
8186
|
+
</details>
|
|
8187
|
+
|
|
8188
|
+
## ConversationalAi Agents Summaries
|
|
8189
|
+
<details><summary><code>client.conversationalAi.agents.summaries.<a href="/src/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.ts">get</a>({ ...params }) -> Record<string, ElevenLabs.SummariesGetResponseValue></code></summary>
|
|
8190
|
+
<dl>
|
|
8191
|
+
<dd>
|
|
8192
|
+
|
|
8193
|
+
#### 📝 Description
|
|
8194
|
+
|
|
8195
|
+
<dl>
|
|
8196
|
+
<dd>
|
|
8197
|
+
|
|
8198
|
+
<dl>
|
|
8199
|
+
<dd>
|
|
8200
|
+
|
|
8201
|
+
Returns summaries for the specified agents.
|
|
8202
|
+
</dd>
|
|
8203
|
+
</dl>
|
|
8204
|
+
</dd>
|
|
8205
|
+
</dl>
|
|
8206
|
+
|
|
8207
|
+
#### 🔌 Usage
|
|
8208
|
+
|
|
8209
|
+
<dl>
|
|
8210
|
+
<dd>
|
|
8211
|
+
|
|
8212
|
+
<dl>
|
|
8213
|
+
<dd>
|
|
8214
|
+
|
|
8215
|
+
```typescript
|
|
8216
|
+
await client.conversationalAi.agents.summaries.get();
|
|
8217
|
+
|
|
8218
|
+
```
|
|
8219
|
+
</dd>
|
|
8220
|
+
</dl>
|
|
8221
|
+
</dd>
|
|
8222
|
+
</dl>
|
|
8223
|
+
|
|
8224
|
+
#### ⚙️ Parameters
|
|
8225
|
+
|
|
8226
|
+
<dl>
|
|
8227
|
+
<dd>
|
|
8228
|
+
|
|
8229
|
+
<dl>
|
|
8230
|
+
<dd>
|
|
8231
|
+
|
|
8232
|
+
**request:** `ElevenLabs.conversationalAi.agents.SummariesGetRequest`
|
|
8233
|
+
|
|
8234
|
+
</dd>
|
|
8235
|
+
</dl>
|
|
8236
|
+
|
|
8237
|
+
<dl>
|
|
8238
|
+
<dd>
|
|
8239
|
+
|
|
8240
|
+
**requestOptions:** `SummariesClient.RequestOptions`
|
|
8241
|
+
|
|
8242
|
+
</dd>
|
|
8243
|
+
</dl>
|
|
8244
|
+
</dd>
|
|
8245
|
+
</dl>
|
|
8246
|
+
|
|
8247
|
+
|
|
8103
8248
|
</dd>
|
|
8104
8249
|
</dl>
|
|
8105
8250
|
</details>
|
|
@@ -8378,8 +8523,8 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
|
|
|
8378
8523
|
</dl>
|
|
8379
8524
|
</details>
|
|
8380
8525
|
|
|
8381
|
-
## ConversationalAi Agents
|
|
8382
|
-
<details><summary><code>client.conversationalAi.agents.
|
|
8526
|
+
## ConversationalAi Agents Branches
|
|
8527
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">list</a>(agent_id, { ...params }) -> ElevenLabs.ListResponseAgentBranchSummary</code></summary>
|
|
8383
8528
|
<dl>
|
|
8384
8529
|
<dd>
|
|
8385
8530
|
|
|
@@ -8391,7 +8536,7 @@ await client.conversationalAi.agents.llmUsage.calculate("agent_id");
|
|
|
8391
8536
|
<dl>
|
|
8392
8537
|
<dd>
|
|
8393
8538
|
|
|
8394
|
-
|
|
8539
|
+
Returns a list of branches an agent has
|
|
8395
8540
|
</dd>
|
|
8396
8541
|
</dl>
|
|
8397
8542
|
</dd>
|
|
@@ -8406,8 +8551,9 @@ Sets the avatar for an agent displayed in the widget
|
|
|
8406
8551
|
<dd>
|
|
8407
8552
|
|
|
8408
8553
|
```typescript
|
|
8409
|
-
await client.conversationalAi.agents.
|
|
8410
|
-
|
|
8554
|
+
await client.conversationalAi.agents.branches.list("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8555
|
+
includeArchived: true,
|
|
8556
|
+
limit: 1
|
|
8411
8557
|
});
|
|
8412
8558
|
|
|
8413
8559
|
```
|
|
@@ -8424,7 +8570,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8424
8570
|
<dl>
|
|
8425
8571
|
<dd>
|
|
8426
8572
|
|
|
8427
|
-
**agent_id:** `string`
|
|
8573
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8428
8574
|
|
|
8429
8575
|
</dd>
|
|
8430
8576
|
</dl>
|
|
@@ -8432,7 +8578,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8432
8578
|
<dl>
|
|
8433
8579
|
<dd>
|
|
8434
8580
|
|
|
8435
|
-
**request:** `ElevenLabs.conversationalAi.agents.
|
|
8581
|
+
**request:** `ElevenLabs.conversationalAi.agents.BranchesListRequest`
|
|
8436
8582
|
|
|
8437
8583
|
</dd>
|
|
8438
8584
|
</dl>
|
|
@@ -8440,7 +8586,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8440
8586
|
<dl>
|
|
8441
8587
|
<dd>
|
|
8442
8588
|
|
|
8443
|
-
**requestOptions:** `
|
|
8589
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8444
8590
|
|
|
8445
8591
|
</dd>
|
|
8446
8592
|
</dl>
|
|
@@ -8452,8 +8598,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8452
8598
|
</dl>
|
|
8453
8599
|
</details>
|
|
8454
8600
|
|
|
8455
|
-
|
|
8456
|
-
<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>
|
|
8601
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.CreateAgentBranchResponseModel</code></summary>
|
|
8457
8602
|
<dl>
|
|
8458
8603
|
<dd>
|
|
8459
8604
|
|
|
@@ -8465,7 +8610,7 @@ await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp
|
|
|
8465
8610
|
<dl>
|
|
8466
8611
|
<dd>
|
|
8467
8612
|
|
|
8468
|
-
|
|
8613
|
+
Create a new branch from a given version of main branch
|
|
8469
8614
|
</dd>
|
|
8470
8615
|
</dl>
|
|
8471
8616
|
</dd>
|
|
@@ -8480,8 +8625,10 @@ Get the live count of the ongoing conversations.
|
|
|
8480
8625
|
<dd>
|
|
8481
8626
|
|
|
8482
8627
|
```typescript
|
|
8483
|
-
await client.conversationalAi.
|
|
8484
|
-
|
|
8628
|
+
await client.conversationalAi.agents.branches.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8629
|
+
parentVersionId: "parent_version_id",
|
|
8630
|
+
name: "name",
|
|
8631
|
+
description: "description"
|
|
8485
8632
|
});
|
|
8486
8633
|
|
|
8487
8634
|
```
|
|
@@ -8498,7 +8645,7 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8498
8645
|
<dl>
|
|
8499
8646
|
<dd>
|
|
8500
8647
|
|
|
8501
|
-
**
|
|
8648
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8502
8649
|
|
|
8503
8650
|
</dd>
|
|
8504
8651
|
</dl>
|
|
@@ -8506,7 +8653,15 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8506
8653
|
<dl>
|
|
8507
8654
|
<dd>
|
|
8508
8655
|
|
|
8509
|
-
**
|
|
8656
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateANewBranchV1ConvaiAgentsAgentIdBranchesPost`
|
|
8657
|
+
|
|
8658
|
+
</dd>
|
|
8659
|
+
</dl>
|
|
8660
|
+
|
|
8661
|
+
<dl>
|
|
8662
|
+
<dd>
|
|
8663
|
+
|
|
8664
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8510
8665
|
|
|
8511
8666
|
</dd>
|
|
8512
8667
|
</dl>
|
|
@@ -8518,8 +8673,7 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8518
8673
|
</dl>
|
|
8519
8674
|
</details>
|
|
8520
8675
|
|
|
8521
|
-
|
|
8522
|
-
<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>
|
|
8676
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">get</a>(agent_id, branch_id) -> ElevenLabs.AgentBranchResponse</code></summary>
|
|
8523
8677
|
<dl>
|
|
8524
8678
|
<dd>
|
|
8525
8679
|
|
|
@@ -8531,7 +8685,7 @@ await client.conversationalAi.analytics.liveCount.get({
|
|
|
8531
8685
|
<dl>
|
|
8532
8686
|
<dd>
|
|
8533
8687
|
|
|
8534
|
-
Get
|
|
8688
|
+
Get information about a single agent branch
|
|
8535
8689
|
</dd>
|
|
8536
8690
|
</dl>
|
|
8537
8691
|
</dd>
|
|
@@ -8546,7 +8700,7 @@ Get the audio recording of a particular conversation
|
|
|
8546
8700
|
<dd>
|
|
8547
8701
|
|
|
8548
8702
|
```typescript
|
|
8549
|
-
await client.conversationalAi.
|
|
8703
|
+
await client.conversationalAi.agents.branches.get("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
|
|
8550
8704
|
|
|
8551
8705
|
```
|
|
8552
8706
|
</dd>
|
|
@@ -8562,7 +8716,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8562
8716
|
<dl>
|
|
8563
8717
|
<dd>
|
|
8564
8718
|
|
|
8565
|
-
**
|
|
8719
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8566
8720
|
|
|
8567
8721
|
</dd>
|
|
8568
8722
|
</dl>
|
|
@@ -8570,7 +8724,15 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8570
8724
|
<dl>
|
|
8571
8725
|
<dd>
|
|
8572
8726
|
|
|
8573
|
-
**
|
|
8727
|
+
**branch_id:** `string` — Unique identifier for the branch.
|
|
8728
|
+
|
|
8729
|
+
</dd>
|
|
8730
|
+
</dl>
|
|
8731
|
+
|
|
8732
|
+
<dl>
|
|
8733
|
+
<dd>
|
|
8734
|
+
|
|
8735
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8574
8736
|
|
|
8575
8737
|
</dd>
|
|
8576
8738
|
</dl>
|
|
@@ -8582,8 +8744,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8582
8744
|
</dl>
|
|
8583
8745
|
</details>
|
|
8584
8746
|
|
|
8585
|
-
|
|
8586
|
-
<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>
|
|
8747
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">update</a>(agent_id, branch_id, { ...params }) -> ElevenLabs.AgentBranchResponse</code></summary>
|
|
8587
8748
|
<dl>
|
|
8588
8749
|
<dd>
|
|
8589
8750
|
|
|
@@ -8595,7 +8756,7 @@ await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
|
8595
8756
|
<dl>
|
|
8596
8757
|
<dd>
|
|
8597
8758
|
|
|
8598
|
-
|
|
8759
|
+
Update agent branch properties such as archiving status and protection level
|
|
8599
8760
|
</dd>
|
|
8600
8761
|
</dl>
|
|
8601
8762
|
</dd>
|
|
@@ -8610,9 +8771,7 @@ Send the feedback for the given conversation
|
|
|
8610
8771
|
<dd>
|
|
8611
8772
|
|
|
8612
8773
|
```typescript
|
|
8613
|
-
await client.conversationalAi.
|
|
8614
|
-
feedback: "like"
|
|
8615
|
-
});
|
|
8774
|
+
await client.conversationalAi.agents.branches.update("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbranch_0901k4aafjxxfxt93gd841r7tv5t");
|
|
8616
8775
|
|
|
8617
8776
|
```
|
|
8618
8777
|
</dd>
|
|
@@ -8628,7 +8787,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8628
8787
|
<dl>
|
|
8629
8788
|
<dd>
|
|
8630
8789
|
|
|
8631
|
-
**
|
|
8790
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8632
8791
|
|
|
8633
8792
|
</dd>
|
|
8634
8793
|
</dl>
|
|
@@ -8636,7 +8795,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8636
8795
|
<dl>
|
|
8637
8796
|
<dd>
|
|
8638
8797
|
|
|
8639
|
-
**
|
|
8798
|
+
**branch_id:** `string` — Unique identifier for the branch.
|
|
8640
8799
|
|
|
8641
8800
|
</dd>
|
|
8642
8801
|
</dl>
|
|
@@ -8644,7 +8803,15 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8644
8803
|
<dl>
|
|
8645
8804
|
<dd>
|
|
8646
8805
|
|
|
8647
|
-
**
|
|
8806
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyUpdateAgentBranchV1ConvaiAgentsAgentIdBranchesBranchIdPatch`
|
|
8807
|
+
|
|
8808
|
+
</dd>
|
|
8809
|
+
</dl>
|
|
8810
|
+
|
|
8811
|
+
<dl>
|
|
8812
|
+
<dd>
|
|
8813
|
+
|
|
8814
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8648
8815
|
|
|
8649
8816
|
</dd>
|
|
8650
8817
|
</dl>
|
|
@@ -8656,8 +8823,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8656
8823
|
</dl>
|
|
8657
8824
|
</details>
|
|
8658
8825
|
|
|
8659
|
-
|
|
8660
|
-
<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>
|
|
8826
|
+
<details><summary><code>client.conversationalAi.agents.branches.<a href="/src/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.ts">merge</a>(agent_id, source_branch_id, { ...params }) -> unknown</code></summary>
|
|
8661
8827
|
<dl>
|
|
8662
8828
|
<dd>
|
|
8663
8829
|
|
|
@@ -8669,7 +8835,7 @@ await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWA
|
|
|
8669
8835
|
<dl>
|
|
8670
8836
|
<dd>
|
|
8671
8837
|
|
|
8672
|
-
|
|
8838
|
+
Merge a branch into a target branch
|
|
8673
8839
|
</dd>
|
|
8674
8840
|
</dl>
|
|
8675
8841
|
</dd>
|
|
@@ -8684,7 +8850,9 @@ Retrieve Convai dashboard settings for the workspace
|
|
|
8684
8850
|
<dd>
|
|
8685
8851
|
|
|
8686
8852
|
```typescript
|
|
8687
|
-
await client.conversationalAi.
|
|
8853
|
+
await client.conversationalAi.agents.branches.merge("agent_3701k3ttaq12ewp8b7qv5rfyszkz", "agtbrch_8901k4t9z5defmb8vh3e9361y7nj", {
|
|
8854
|
+
targetBranchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
|
|
8855
|
+
});
|
|
8688
8856
|
|
|
8689
8857
|
```
|
|
8690
8858
|
</dd>
|
|
@@ -8700,7 +8868,31 @@ await client.conversationalAi.dashboard.settings.get();
|
|
|
8700
8868
|
<dl>
|
|
8701
8869
|
<dd>
|
|
8702
8870
|
|
|
8703
|
-
**
|
|
8871
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8872
|
+
|
|
8873
|
+
</dd>
|
|
8874
|
+
</dl>
|
|
8875
|
+
|
|
8876
|
+
<dl>
|
|
8877
|
+
<dd>
|
|
8878
|
+
|
|
8879
|
+
**source_branch_id:** `string` — Unique identifier for the source branch to merge from.
|
|
8880
|
+
|
|
8881
|
+
</dd>
|
|
8882
|
+
</dl>
|
|
8883
|
+
|
|
8884
|
+
<dl>
|
|
8885
|
+
<dd>
|
|
8886
|
+
|
|
8887
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost`
|
|
8888
|
+
|
|
8889
|
+
</dd>
|
|
8890
|
+
</dl>
|
|
8891
|
+
|
|
8892
|
+
<dl>
|
|
8893
|
+
<dd>
|
|
8894
|
+
|
|
8895
|
+
**requestOptions:** `BranchesClient.RequestOptions`
|
|
8704
8896
|
|
|
8705
8897
|
</dd>
|
|
8706
8898
|
</dl>
|
|
@@ -8712,7 +8904,8 @@ await client.conversationalAi.dashboard.settings.get();
|
|
|
8712
8904
|
</dl>
|
|
8713
8905
|
</details>
|
|
8714
8906
|
|
|
8715
|
-
|
|
8907
|
+
## ConversationalAi Agents Deployments
|
|
8908
|
+
<details><summary><code>client.conversationalAi.agents.deployments.<a href="/src/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.ts">create</a>(agent_id, { ...params }) -> ElevenLabs.AgentDeploymentResponse</code></summary>
|
|
8716
8909
|
<dl>
|
|
8717
8910
|
<dd>
|
|
8718
8911
|
|
|
@@ -8724,7 +8917,7 @@ await client.conversationalAi.dashboard.settings.get();
|
|
|
8724
8917
|
<dl>
|
|
8725
8918
|
<dd>
|
|
8726
8919
|
|
|
8727
|
-
|
|
8920
|
+
Create a new deployment for an agent
|
|
8728
8921
|
</dd>
|
|
8729
8922
|
</dl>
|
|
8730
8923
|
</dd>
|
|
@@ -8739,7 +8932,17 @@ Update Convai dashboard settings for the workspace
|
|
|
8739
8932
|
<dd>
|
|
8740
8933
|
|
|
8741
8934
|
```typescript
|
|
8742
|
-
await client.conversationalAi.
|
|
8935
|
+
await client.conversationalAi.agents.deployments.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
8936
|
+
deploymentRequest: {
|
|
8937
|
+
requests: [{
|
|
8938
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
8939
|
+
deploymentStrategy: {
|
|
8940
|
+
type: "percentage",
|
|
8941
|
+
trafficPercentage: 0.5
|
|
8942
|
+
}
|
|
8943
|
+
}]
|
|
8944
|
+
}
|
|
8945
|
+
});
|
|
8743
8946
|
|
|
8744
8947
|
```
|
|
8745
8948
|
</dd>
|
|
@@ -8755,7 +8958,7 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8755
8958
|
<dl>
|
|
8756
8959
|
<dd>
|
|
8757
8960
|
|
|
8758
|
-
**
|
|
8961
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8759
8962
|
|
|
8760
8963
|
</dd>
|
|
8761
8964
|
</dl>
|
|
@@ -8763,7 +8966,15 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8763
8966
|
<dl>
|
|
8764
8967
|
<dd>
|
|
8765
8968
|
|
|
8766
|
-
**
|
|
8969
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateOrUpdateDeploymentsV1ConvaiAgentsAgentIdDeploymentsPost`
|
|
8970
|
+
|
|
8971
|
+
</dd>
|
|
8972
|
+
</dl>
|
|
8973
|
+
|
|
8974
|
+
<dl>
|
|
8975
|
+
<dd>
|
|
8976
|
+
|
|
8977
|
+
**requestOptions:** `DeploymentsClient.RequestOptions`
|
|
8767
8978
|
|
|
8768
8979
|
</dd>
|
|
8769
8980
|
</dl>
|
|
@@ -8775,8 +8986,8 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8775
8986
|
</dl>
|
|
8776
8987
|
</details>
|
|
8777
8988
|
|
|
8778
|
-
## ConversationalAi
|
|
8779
|
-
<details><summary><code>client.conversationalAi.
|
|
8989
|
+
## ConversationalAi Agents Drafts
|
|
8990
|
+
<details><summary><code>client.conversationalAi.agents.drafts.<a href="/src/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.ts">create</a>(agent_id, { ...params }) -> unknown</code></summary>
|
|
8780
8991
|
<dl>
|
|
8781
8992
|
<dd>
|
|
8782
8993
|
|
|
@@ -8788,7 +8999,7 @@ await client.conversationalAi.dashboard.settings.update();
|
|
|
8788
8999
|
<dl>
|
|
8789
9000
|
<dd>
|
|
8790
9001
|
|
|
8791
|
-
Create a
|
|
9002
|
+
Create a new draft for an agent
|
|
8792
9003
|
</dd>
|
|
8793
9004
|
</dl>
|
|
8794
9005
|
</dd>
|
|
@@ -8803,8 +9014,160 @@ Create a knowledge base document generated by scraping the given webpage.
|
|
|
8803
9014
|
<dd>
|
|
8804
9015
|
|
|
8805
9016
|
```typescript
|
|
8806
|
-
await client.conversationalAi.
|
|
8807
|
-
|
|
9017
|
+
await client.conversationalAi.agents.drafts.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
9018
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj",
|
|
9019
|
+
conversationConfig: {
|
|
9020
|
+
"key": "value"
|
|
9021
|
+
},
|
|
9022
|
+
platformSettings: {
|
|
9023
|
+
"key": "value"
|
|
9024
|
+
},
|
|
9025
|
+
workflow: {
|
|
9026
|
+
edges: {
|
|
9027
|
+
"entry_to_tool_a": {
|
|
9028
|
+
source: "entry_node",
|
|
9029
|
+
target: "tool_node_a",
|
|
9030
|
+
forwardCondition: {
|
|
9031
|
+
type: "expression",
|
|
9032
|
+
expression: {
|
|
9033
|
+
type: "and_operator",
|
|
9034
|
+
children: [{
|
|
9035
|
+
type: "boolean_literal",
|
|
9036
|
+
value: true
|
|
9037
|
+
}]
|
|
9038
|
+
}
|
|
9039
|
+
}
|
|
9040
|
+
},
|
|
9041
|
+
"start_to_entry": {
|
|
9042
|
+
source: "start_node",
|
|
9043
|
+
target: "entry_node",
|
|
9044
|
+
forwardCondition: {
|
|
9045
|
+
type: "expression",
|
|
9046
|
+
expression: {
|
|
9047
|
+
type: "and_operator",
|
|
9048
|
+
children: [{
|
|
9049
|
+
type: "boolean_literal",
|
|
9050
|
+
value: true
|
|
9051
|
+
}]
|
|
9052
|
+
}
|
|
9053
|
+
}
|
|
9054
|
+
},
|
|
9055
|
+
"tool_a_to_failure": {
|
|
9056
|
+
source: "tool_node_a",
|
|
9057
|
+
target: "failure_node",
|
|
9058
|
+
forwardCondition: {
|
|
9059
|
+
type: "expression",
|
|
9060
|
+
expression: {
|
|
9061
|
+
type: "and_operator",
|
|
9062
|
+
children: [{
|
|
9063
|
+
type: "boolean_literal",
|
|
9064
|
+
value: true
|
|
9065
|
+
}]
|
|
9066
|
+
}
|
|
9067
|
+
}
|
|
9068
|
+
},
|
|
9069
|
+
"tool_a_to_tool_b": {
|
|
9070
|
+
source: "tool_node_a",
|
|
9071
|
+
target: "tool_node_b",
|
|
9072
|
+
forwardCondition: {
|
|
9073
|
+
type: "expression",
|
|
9074
|
+
expression: {
|
|
9075
|
+
type: "and_operator",
|
|
9076
|
+
children: [{
|
|
9077
|
+
type: "boolean_literal",
|
|
9078
|
+
value: true
|
|
9079
|
+
}]
|
|
9080
|
+
}
|
|
9081
|
+
}
|
|
9082
|
+
},
|
|
9083
|
+
"tool_b_to_agent_transfer": {
|
|
9084
|
+
source: "tool_node_b",
|
|
9085
|
+
target: "success_transfer",
|
|
9086
|
+
forwardCondition: {
|
|
9087
|
+
type: "expression",
|
|
9088
|
+
expression: {
|
|
9089
|
+
type: "and_operator",
|
|
9090
|
+
children: [{
|
|
9091
|
+
type: "boolean_literal",
|
|
9092
|
+
value: true
|
|
9093
|
+
}]
|
|
9094
|
+
}
|
|
9095
|
+
}
|
|
9096
|
+
},
|
|
9097
|
+
"tool_b_to_conversation": {
|
|
9098
|
+
source: "tool_node_b",
|
|
9099
|
+
target: "success_conversation",
|
|
9100
|
+
forwardCondition: {
|
|
9101
|
+
type: "expression",
|
|
9102
|
+
expression: {
|
|
9103
|
+
type: "and_operator",
|
|
9104
|
+
children: [{
|
|
9105
|
+
type: "boolean_literal",
|
|
9106
|
+
value: true
|
|
9107
|
+
}]
|
|
9108
|
+
}
|
|
9109
|
+
}
|
|
9110
|
+
},
|
|
9111
|
+
"tool_b_to_end": {
|
|
9112
|
+
source: "tool_node_b",
|
|
9113
|
+
target: "success_end",
|
|
9114
|
+
forwardCondition: {
|
|
9115
|
+
type: "expression",
|
|
9116
|
+
expression: {
|
|
9117
|
+
type: "and_operator",
|
|
9118
|
+
children: [{
|
|
9119
|
+
type: "boolean_literal",
|
|
9120
|
+
value: true
|
|
9121
|
+
}]
|
|
9122
|
+
}
|
|
9123
|
+
}
|
|
9124
|
+
},
|
|
9125
|
+
"tool_b_to_phone": {
|
|
9126
|
+
source: "tool_node_b",
|
|
9127
|
+
target: "success_phone",
|
|
9128
|
+
forwardCondition: {
|
|
9129
|
+
type: "expression",
|
|
9130
|
+
expression: {
|
|
9131
|
+
type: "and_operator",
|
|
9132
|
+
children: [{
|
|
9133
|
+
type: "boolean_literal",
|
|
9134
|
+
value: true
|
|
9135
|
+
}]
|
|
9136
|
+
}
|
|
9137
|
+
}
|
|
9138
|
+
}
|
|
9139
|
+
},
|
|
9140
|
+
nodes: {
|
|
9141
|
+
"entry_node": {
|
|
9142
|
+
type: "end"
|
|
9143
|
+
},
|
|
9144
|
+
"failure_node": {
|
|
9145
|
+
type: "end"
|
|
9146
|
+
},
|
|
9147
|
+
"start_node": {
|
|
9148
|
+
type: "end"
|
|
9149
|
+
},
|
|
9150
|
+
"success_conversation": {
|
|
9151
|
+
type: "end"
|
|
9152
|
+
},
|
|
9153
|
+
"success_end": {
|
|
9154
|
+
type: "end"
|
|
9155
|
+
},
|
|
9156
|
+
"success_phone": {
|
|
9157
|
+
type: "end"
|
|
9158
|
+
},
|
|
9159
|
+
"success_transfer": {
|
|
9160
|
+
type: "end"
|
|
9161
|
+
},
|
|
9162
|
+
"tool_node_a": {
|
|
9163
|
+
type: "end"
|
|
9164
|
+
},
|
|
9165
|
+
"tool_node_b": {
|
|
9166
|
+
type: "end"
|
|
9167
|
+
}
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
9170
|
+
name: "name"
|
|
8808
9171
|
});
|
|
8809
9172
|
|
|
8810
9173
|
```
|
|
@@ -8821,7 +9184,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8821
9184
|
<dl>
|
|
8822
9185
|
<dd>
|
|
8823
9186
|
|
|
8824
|
-
**
|
|
9187
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
8825
9188
|
|
|
8826
9189
|
</dd>
|
|
8827
9190
|
</dl>
|
|
@@ -8829,7 +9192,15 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8829
9192
|
<dl>
|
|
8830
9193
|
<dd>
|
|
8831
9194
|
|
|
8832
|
-
**
|
|
9195
|
+
**request:** `ElevenLabs.conversationalAi.agents.BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost`
|
|
9196
|
+
|
|
9197
|
+
</dd>
|
|
9198
|
+
</dl>
|
|
9199
|
+
|
|
9200
|
+
<dl>
|
|
9201
|
+
<dd>
|
|
9202
|
+
|
|
9203
|
+
**requestOptions:** `DraftsClient.RequestOptions`
|
|
8833
9204
|
|
|
8834
9205
|
</dd>
|
|
8835
9206
|
</dl>
|
|
@@ -8841,7 +9212,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8841
9212
|
</dl>
|
|
8842
9213
|
</details>
|
|
8843
9214
|
|
|
8844
|
-
<details><summary><code>client.conversationalAi.
|
|
9215
|
+
<details><summary><code>client.conversationalAi.agents.drafts.<a href="/src/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.ts">delete</a>(agent_id, { ...params }) -> unknown</code></summary>
|
|
8845
9216
|
<dl>
|
|
8846
9217
|
<dd>
|
|
8847
9218
|
|
|
@@ -8853,7 +9224,7 @@ await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
|
8853
9224
|
<dl>
|
|
8854
9225
|
<dd>
|
|
8855
9226
|
|
|
8856
|
-
|
|
9227
|
+
Delete a draft for an agent
|
|
8857
9228
|
</dd>
|
|
8858
9229
|
</dl>
|
|
8859
9230
|
</dd>
|
|
@@ -8868,7 +9239,543 @@ Create a knowledge base document generated form the uploaded file.
|
|
|
8868
9239
|
<dd>
|
|
8869
9240
|
|
|
8870
9241
|
```typescript
|
|
8871
|
-
await client.conversationalAi.
|
|
9242
|
+
await client.conversationalAi.agents.drafts.delete("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
9243
|
+
branchId: "agtbrch_8901k4t9z5defmb8vh3e9361y7nj"
|
|
9244
|
+
});
|
|
9245
|
+
|
|
9246
|
+
```
|
|
9247
|
+
</dd>
|
|
9248
|
+
</dl>
|
|
9249
|
+
</dd>
|
|
9250
|
+
</dl>
|
|
9251
|
+
|
|
9252
|
+
#### ⚙️ Parameters
|
|
9253
|
+
|
|
9254
|
+
<dl>
|
|
9255
|
+
<dd>
|
|
9256
|
+
|
|
9257
|
+
<dl>
|
|
9258
|
+
<dd>
|
|
9259
|
+
|
|
9260
|
+
**agent_id:** `string` — The id of an agent. This is returned on agent creation.
|
|
9261
|
+
|
|
9262
|
+
</dd>
|
|
9263
|
+
</dl>
|
|
9264
|
+
|
|
9265
|
+
<dl>
|
|
9266
|
+
<dd>
|
|
9267
|
+
|
|
9268
|
+
**request:** `ElevenLabs.conversationalAi.agents.DraftsDeleteRequest`
|
|
9269
|
+
|
|
9270
|
+
</dd>
|
|
9271
|
+
</dl>
|
|
9272
|
+
|
|
9273
|
+
<dl>
|
|
9274
|
+
<dd>
|
|
9275
|
+
|
|
9276
|
+
**requestOptions:** `DraftsClient.RequestOptions`
|
|
9277
|
+
|
|
9278
|
+
</dd>
|
|
9279
|
+
</dl>
|
|
9280
|
+
</dd>
|
|
9281
|
+
</dl>
|
|
9282
|
+
|
|
9283
|
+
|
|
9284
|
+
</dd>
|
|
9285
|
+
</dl>
|
|
9286
|
+
</details>
|
|
9287
|
+
|
|
9288
|
+
## ConversationalAi Agents Widget Avatar
|
|
9289
|
+
<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>
|
|
9290
|
+
<dl>
|
|
9291
|
+
<dd>
|
|
9292
|
+
|
|
9293
|
+
#### 📝 Description
|
|
9294
|
+
|
|
9295
|
+
<dl>
|
|
9296
|
+
<dd>
|
|
9297
|
+
|
|
9298
|
+
<dl>
|
|
9299
|
+
<dd>
|
|
9300
|
+
|
|
9301
|
+
Sets the avatar for an agent displayed in the widget
|
|
9302
|
+
</dd>
|
|
9303
|
+
</dl>
|
|
9304
|
+
</dd>
|
|
9305
|
+
</dl>
|
|
9306
|
+
|
|
9307
|
+
#### 🔌 Usage
|
|
9308
|
+
|
|
9309
|
+
<dl>
|
|
9310
|
+
<dd>
|
|
9311
|
+
|
|
9312
|
+
<dl>
|
|
9313
|
+
<dd>
|
|
9314
|
+
|
|
9315
|
+
```typescript
|
|
9316
|
+
await client.conversationalAi.agents.widget.avatar.create("agent_3701k3ttaq12ewp8b7qv5rfyszkz", {
|
|
9317
|
+
avatarFile: fs.createReadStream("/path/to/your/file")
|
|
9318
|
+
});
|
|
9319
|
+
|
|
9320
|
+
```
|
|
9321
|
+
</dd>
|
|
9322
|
+
</dl>
|
|
9323
|
+
</dd>
|
|
9324
|
+
</dl>
|
|
9325
|
+
|
|
9326
|
+
#### ⚙️ Parameters
|
|
9327
|
+
|
|
9328
|
+
<dl>
|
|
9329
|
+
<dd>
|
|
9330
|
+
|
|
9331
|
+
<dl>
|
|
9332
|
+
<dd>
|
|
9333
|
+
|
|
9334
|
+
**agent_id:** `string`
|
|
9335
|
+
|
|
9336
|
+
</dd>
|
|
9337
|
+
</dl>
|
|
9338
|
+
|
|
9339
|
+
<dl>
|
|
9340
|
+
<dd>
|
|
9341
|
+
|
|
9342
|
+
**request:** `ElevenLabs.conversationalAi.agents.widget.BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost`
|
|
9343
|
+
|
|
9344
|
+
</dd>
|
|
9345
|
+
</dl>
|
|
9346
|
+
|
|
9347
|
+
<dl>
|
|
9348
|
+
<dd>
|
|
9349
|
+
|
|
9350
|
+
**requestOptions:** `AvatarClient.RequestOptions`
|
|
9351
|
+
|
|
9352
|
+
</dd>
|
|
9353
|
+
</dl>
|
|
9354
|
+
</dd>
|
|
9355
|
+
</dl>
|
|
9356
|
+
|
|
9357
|
+
|
|
9358
|
+
</dd>
|
|
9359
|
+
</dl>
|
|
9360
|
+
</details>
|
|
9361
|
+
|
|
9362
|
+
## ConversationalAi Analytics LiveCount
|
|
9363
|
+
<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>
|
|
9364
|
+
<dl>
|
|
9365
|
+
<dd>
|
|
9366
|
+
|
|
9367
|
+
#### 📝 Description
|
|
9368
|
+
|
|
9369
|
+
<dl>
|
|
9370
|
+
<dd>
|
|
9371
|
+
|
|
9372
|
+
<dl>
|
|
9373
|
+
<dd>
|
|
9374
|
+
|
|
9375
|
+
Get the live count of the ongoing conversations.
|
|
9376
|
+
</dd>
|
|
9377
|
+
</dl>
|
|
9378
|
+
</dd>
|
|
9379
|
+
</dl>
|
|
9380
|
+
|
|
9381
|
+
#### 🔌 Usage
|
|
9382
|
+
|
|
9383
|
+
<dl>
|
|
9384
|
+
<dd>
|
|
9385
|
+
|
|
9386
|
+
<dl>
|
|
9387
|
+
<dd>
|
|
9388
|
+
|
|
9389
|
+
```typescript
|
|
9390
|
+
await client.conversationalAi.analytics.liveCount.get({
|
|
9391
|
+
agentId: "agent_id"
|
|
9392
|
+
});
|
|
9393
|
+
|
|
9394
|
+
```
|
|
9395
|
+
</dd>
|
|
9396
|
+
</dl>
|
|
9397
|
+
</dd>
|
|
9398
|
+
</dl>
|
|
9399
|
+
|
|
9400
|
+
#### ⚙️ Parameters
|
|
9401
|
+
|
|
9402
|
+
<dl>
|
|
9403
|
+
<dd>
|
|
9404
|
+
|
|
9405
|
+
<dl>
|
|
9406
|
+
<dd>
|
|
9407
|
+
|
|
9408
|
+
**request:** `ElevenLabs.conversationalAi.analytics.LiveCountGetRequest`
|
|
9409
|
+
|
|
9410
|
+
</dd>
|
|
9411
|
+
</dl>
|
|
9412
|
+
|
|
9413
|
+
<dl>
|
|
9414
|
+
<dd>
|
|
9415
|
+
|
|
9416
|
+
**requestOptions:** `LiveCountClient.RequestOptions`
|
|
9417
|
+
|
|
9418
|
+
</dd>
|
|
9419
|
+
</dl>
|
|
9420
|
+
</dd>
|
|
9421
|
+
</dl>
|
|
9422
|
+
|
|
9423
|
+
|
|
9424
|
+
</dd>
|
|
9425
|
+
</dl>
|
|
9426
|
+
</details>
|
|
9427
|
+
|
|
9428
|
+
## ConversationalAi Conversations Audio
|
|
9429
|
+
<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>
|
|
9430
|
+
<dl>
|
|
9431
|
+
<dd>
|
|
9432
|
+
|
|
9433
|
+
#### 📝 Description
|
|
9434
|
+
|
|
9435
|
+
<dl>
|
|
9436
|
+
<dd>
|
|
9437
|
+
|
|
9438
|
+
<dl>
|
|
9439
|
+
<dd>
|
|
9440
|
+
|
|
9441
|
+
Get the audio recording of a particular conversation
|
|
9442
|
+
</dd>
|
|
9443
|
+
</dl>
|
|
9444
|
+
</dd>
|
|
9445
|
+
</dl>
|
|
9446
|
+
|
|
9447
|
+
#### 🔌 Usage
|
|
9448
|
+
|
|
9449
|
+
<dl>
|
|
9450
|
+
<dd>
|
|
9451
|
+
|
|
9452
|
+
<dl>
|
|
9453
|
+
<dd>
|
|
9454
|
+
|
|
9455
|
+
```typescript
|
|
9456
|
+
await client.conversationalAi.conversations.audio.get("conversation_id");
|
|
9457
|
+
|
|
9458
|
+
```
|
|
9459
|
+
</dd>
|
|
9460
|
+
</dl>
|
|
9461
|
+
</dd>
|
|
9462
|
+
</dl>
|
|
9463
|
+
|
|
9464
|
+
#### ⚙️ Parameters
|
|
9465
|
+
|
|
9466
|
+
<dl>
|
|
9467
|
+
<dd>
|
|
9468
|
+
|
|
9469
|
+
<dl>
|
|
9470
|
+
<dd>
|
|
9471
|
+
|
|
9472
|
+
**conversation_id:** `string` — The id of the conversation you're taking the action on.
|
|
9473
|
+
|
|
9474
|
+
</dd>
|
|
9475
|
+
</dl>
|
|
9476
|
+
|
|
9477
|
+
<dl>
|
|
9478
|
+
<dd>
|
|
9479
|
+
|
|
9480
|
+
**requestOptions:** `AudioClient.RequestOptions`
|
|
9481
|
+
|
|
9482
|
+
</dd>
|
|
9483
|
+
</dl>
|
|
9484
|
+
</dd>
|
|
9485
|
+
</dl>
|
|
9486
|
+
|
|
9487
|
+
|
|
9488
|
+
</dd>
|
|
9489
|
+
</dl>
|
|
9490
|
+
</details>
|
|
9491
|
+
|
|
9492
|
+
## ConversationalAi Conversations Feedback
|
|
9493
|
+
<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>
|
|
9494
|
+
<dl>
|
|
9495
|
+
<dd>
|
|
9496
|
+
|
|
9497
|
+
#### 📝 Description
|
|
9498
|
+
|
|
9499
|
+
<dl>
|
|
9500
|
+
<dd>
|
|
9501
|
+
|
|
9502
|
+
<dl>
|
|
9503
|
+
<dd>
|
|
9504
|
+
|
|
9505
|
+
Send the feedback for the given conversation
|
|
9506
|
+
</dd>
|
|
9507
|
+
</dl>
|
|
9508
|
+
</dd>
|
|
9509
|
+
</dl>
|
|
9510
|
+
|
|
9511
|
+
#### 🔌 Usage
|
|
9512
|
+
|
|
9513
|
+
<dl>
|
|
9514
|
+
<dd>
|
|
9515
|
+
|
|
9516
|
+
<dl>
|
|
9517
|
+
<dd>
|
|
9518
|
+
|
|
9519
|
+
```typescript
|
|
9520
|
+
await client.conversationalAi.conversations.feedback.create("21m00Tcm4TlvDq8ikWAM", {
|
|
9521
|
+
feedback: "like"
|
|
9522
|
+
});
|
|
9523
|
+
|
|
9524
|
+
```
|
|
9525
|
+
</dd>
|
|
9526
|
+
</dl>
|
|
9527
|
+
</dd>
|
|
9528
|
+
</dl>
|
|
9529
|
+
|
|
9530
|
+
#### ⚙️ Parameters
|
|
9531
|
+
|
|
9532
|
+
<dl>
|
|
9533
|
+
<dd>
|
|
9534
|
+
|
|
9535
|
+
<dl>
|
|
9536
|
+
<dd>
|
|
9537
|
+
|
|
9538
|
+
**conversation_id:** `string` — The id of the conversation you're taking the action on.
|
|
9539
|
+
|
|
9540
|
+
</dd>
|
|
9541
|
+
</dl>
|
|
9542
|
+
|
|
9543
|
+
<dl>
|
|
9544
|
+
<dd>
|
|
9545
|
+
|
|
9546
|
+
**request:** `ElevenLabs.conversationalAi.conversations.ConversationFeedbackRequestModel`
|
|
9547
|
+
|
|
9548
|
+
</dd>
|
|
9549
|
+
</dl>
|
|
9550
|
+
|
|
9551
|
+
<dl>
|
|
9552
|
+
<dd>
|
|
9553
|
+
|
|
9554
|
+
**requestOptions:** `FeedbackClient.RequestOptions`
|
|
9555
|
+
|
|
9556
|
+
</dd>
|
|
9557
|
+
</dl>
|
|
9558
|
+
</dd>
|
|
9559
|
+
</dl>
|
|
9560
|
+
|
|
9561
|
+
|
|
9562
|
+
</dd>
|
|
9563
|
+
</dl>
|
|
9564
|
+
</details>
|
|
9565
|
+
|
|
9566
|
+
## ConversationalAi Dashboard Settings
|
|
9567
|
+
<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>
|
|
9568
|
+
<dl>
|
|
9569
|
+
<dd>
|
|
9570
|
+
|
|
9571
|
+
#### 📝 Description
|
|
9572
|
+
|
|
9573
|
+
<dl>
|
|
9574
|
+
<dd>
|
|
9575
|
+
|
|
9576
|
+
<dl>
|
|
9577
|
+
<dd>
|
|
9578
|
+
|
|
9579
|
+
Retrieve Convai dashboard settings for the workspace
|
|
9580
|
+
</dd>
|
|
9581
|
+
</dl>
|
|
9582
|
+
</dd>
|
|
9583
|
+
</dl>
|
|
9584
|
+
|
|
9585
|
+
#### 🔌 Usage
|
|
9586
|
+
|
|
9587
|
+
<dl>
|
|
9588
|
+
<dd>
|
|
9589
|
+
|
|
9590
|
+
<dl>
|
|
9591
|
+
<dd>
|
|
9592
|
+
|
|
9593
|
+
```typescript
|
|
9594
|
+
await client.conversationalAi.dashboard.settings.get();
|
|
9595
|
+
|
|
9596
|
+
```
|
|
9597
|
+
</dd>
|
|
9598
|
+
</dl>
|
|
9599
|
+
</dd>
|
|
9600
|
+
</dl>
|
|
9601
|
+
|
|
9602
|
+
#### ⚙️ Parameters
|
|
9603
|
+
|
|
9604
|
+
<dl>
|
|
9605
|
+
<dd>
|
|
9606
|
+
|
|
9607
|
+
<dl>
|
|
9608
|
+
<dd>
|
|
9609
|
+
|
|
9610
|
+
**requestOptions:** `SettingsClient.RequestOptions`
|
|
9611
|
+
|
|
9612
|
+
</dd>
|
|
9613
|
+
</dl>
|
|
9614
|
+
</dd>
|
|
9615
|
+
</dl>
|
|
9616
|
+
|
|
9617
|
+
|
|
9618
|
+
</dd>
|
|
9619
|
+
</dl>
|
|
9620
|
+
</details>
|
|
9621
|
+
|
|
9622
|
+
<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>
|
|
9623
|
+
<dl>
|
|
9624
|
+
<dd>
|
|
9625
|
+
|
|
9626
|
+
#### 📝 Description
|
|
9627
|
+
|
|
9628
|
+
<dl>
|
|
9629
|
+
<dd>
|
|
9630
|
+
|
|
9631
|
+
<dl>
|
|
9632
|
+
<dd>
|
|
9633
|
+
|
|
9634
|
+
Update Convai dashboard settings for the workspace
|
|
9635
|
+
</dd>
|
|
9636
|
+
</dl>
|
|
9637
|
+
</dd>
|
|
9638
|
+
</dl>
|
|
9639
|
+
|
|
9640
|
+
#### 🔌 Usage
|
|
9641
|
+
|
|
9642
|
+
<dl>
|
|
9643
|
+
<dd>
|
|
9644
|
+
|
|
9645
|
+
<dl>
|
|
9646
|
+
<dd>
|
|
9647
|
+
|
|
9648
|
+
```typescript
|
|
9649
|
+
await client.conversationalAi.dashboard.settings.update();
|
|
9650
|
+
|
|
9651
|
+
```
|
|
9652
|
+
</dd>
|
|
9653
|
+
</dl>
|
|
9654
|
+
</dd>
|
|
9655
|
+
</dl>
|
|
9656
|
+
|
|
9657
|
+
#### ⚙️ Parameters
|
|
9658
|
+
|
|
9659
|
+
<dl>
|
|
9660
|
+
<dd>
|
|
9661
|
+
|
|
9662
|
+
<dl>
|
|
9663
|
+
<dd>
|
|
9664
|
+
|
|
9665
|
+
**request:** `ElevenLabs.conversationalAi.dashboard.PatchConvAiDashboardSettingsRequest`
|
|
9666
|
+
|
|
9667
|
+
</dd>
|
|
9668
|
+
</dl>
|
|
9669
|
+
|
|
9670
|
+
<dl>
|
|
9671
|
+
<dd>
|
|
9672
|
+
|
|
9673
|
+
**requestOptions:** `SettingsClient.RequestOptions`
|
|
9674
|
+
|
|
9675
|
+
</dd>
|
|
9676
|
+
</dl>
|
|
9677
|
+
</dd>
|
|
9678
|
+
</dl>
|
|
9679
|
+
|
|
9680
|
+
|
|
9681
|
+
</dd>
|
|
9682
|
+
</dl>
|
|
9683
|
+
</details>
|
|
9684
|
+
|
|
9685
|
+
## ConversationalAi KnowledgeBase Documents
|
|
9686
|
+
<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>
|
|
9687
|
+
<dl>
|
|
9688
|
+
<dd>
|
|
9689
|
+
|
|
9690
|
+
#### 📝 Description
|
|
9691
|
+
|
|
9692
|
+
<dl>
|
|
9693
|
+
<dd>
|
|
9694
|
+
|
|
9695
|
+
<dl>
|
|
9696
|
+
<dd>
|
|
9697
|
+
|
|
9698
|
+
Create a knowledge base document generated by scraping the given webpage.
|
|
9699
|
+
</dd>
|
|
9700
|
+
</dl>
|
|
9701
|
+
</dd>
|
|
9702
|
+
</dl>
|
|
9703
|
+
|
|
9704
|
+
#### 🔌 Usage
|
|
9705
|
+
|
|
9706
|
+
<dl>
|
|
9707
|
+
<dd>
|
|
9708
|
+
|
|
9709
|
+
<dl>
|
|
9710
|
+
<dd>
|
|
9711
|
+
|
|
9712
|
+
```typescript
|
|
9713
|
+
await client.conversationalAi.knowledgeBase.documents.createFromUrl({
|
|
9714
|
+
url: "url"
|
|
9715
|
+
});
|
|
9716
|
+
|
|
9717
|
+
```
|
|
9718
|
+
</dd>
|
|
9719
|
+
</dl>
|
|
9720
|
+
</dd>
|
|
9721
|
+
</dl>
|
|
9722
|
+
|
|
9723
|
+
#### ⚙️ Parameters
|
|
9724
|
+
|
|
9725
|
+
<dl>
|
|
9726
|
+
<dd>
|
|
9727
|
+
|
|
9728
|
+
<dl>
|
|
9729
|
+
<dd>
|
|
9730
|
+
|
|
9731
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost`
|
|
9732
|
+
|
|
9733
|
+
</dd>
|
|
9734
|
+
</dl>
|
|
9735
|
+
|
|
9736
|
+
<dl>
|
|
9737
|
+
<dd>
|
|
9738
|
+
|
|
9739
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
9740
|
+
|
|
9741
|
+
</dd>
|
|
9742
|
+
</dl>
|
|
9743
|
+
</dd>
|
|
9744
|
+
</dl>
|
|
9745
|
+
|
|
9746
|
+
|
|
9747
|
+
</dd>
|
|
9748
|
+
</dl>
|
|
9749
|
+
</details>
|
|
9750
|
+
|
|
9751
|
+
<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>
|
|
9752
|
+
<dl>
|
|
9753
|
+
<dd>
|
|
9754
|
+
|
|
9755
|
+
#### 📝 Description
|
|
9756
|
+
|
|
9757
|
+
<dl>
|
|
9758
|
+
<dd>
|
|
9759
|
+
|
|
9760
|
+
<dl>
|
|
9761
|
+
<dd>
|
|
9762
|
+
|
|
9763
|
+
Create a knowledge base document generated form the uploaded file.
|
|
9764
|
+
</dd>
|
|
9765
|
+
</dl>
|
|
9766
|
+
</dd>
|
|
9767
|
+
</dl>
|
|
9768
|
+
|
|
9769
|
+
#### 🔌 Usage
|
|
9770
|
+
|
|
9771
|
+
<dl>
|
|
9772
|
+
<dd>
|
|
9773
|
+
|
|
9774
|
+
<dl>
|
|
9775
|
+
<dd>
|
|
9776
|
+
|
|
9777
|
+
```typescript
|
|
9778
|
+
await client.conversationalAi.knowledgeBase.documents.createFromFile({
|
|
8872
9779
|
file: fs.createReadStream("/path/to/your/file")
|
|
8873
9780
|
});
|
|
8874
9781
|
|
|
@@ -8967,6 +9874,71 @@ await client.conversationalAi.knowledgeBase.documents.createFromText({
|
|
|
8967
9874
|
</dl>
|
|
8968
9875
|
|
|
8969
9876
|
|
|
9877
|
+
</dd>
|
|
9878
|
+
</dl>
|
|
9879
|
+
</details>
|
|
9880
|
+
|
|
9881
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">createFolder</a>({ ...params }) -> ElevenLabs.AddKnowledgeBaseResponseModel</code></summary>
|
|
9882
|
+
<dl>
|
|
9883
|
+
<dd>
|
|
9884
|
+
|
|
9885
|
+
#### 📝 Description
|
|
9886
|
+
|
|
9887
|
+
<dl>
|
|
9888
|
+
<dd>
|
|
9889
|
+
|
|
9890
|
+
<dl>
|
|
9891
|
+
<dd>
|
|
9892
|
+
|
|
9893
|
+
Create a folder used for grouping documents together.
|
|
9894
|
+
</dd>
|
|
9895
|
+
</dl>
|
|
9896
|
+
</dd>
|
|
9897
|
+
</dl>
|
|
9898
|
+
|
|
9899
|
+
#### 🔌 Usage
|
|
9900
|
+
|
|
9901
|
+
<dl>
|
|
9902
|
+
<dd>
|
|
9903
|
+
|
|
9904
|
+
<dl>
|
|
9905
|
+
<dd>
|
|
9906
|
+
|
|
9907
|
+
```typescript
|
|
9908
|
+
await client.conversationalAi.knowledgeBase.documents.createFolder({
|
|
9909
|
+
name: "name"
|
|
9910
|
+
});
|
|
9911
|
+
|
|
9912
|
+
```
|
|
9913
|
+
</dd>
|
|
9914
|
+
</dl>
|
|
9915
|
+
</dd>
|
|
9916
|
+
</dl>
|
|
9917
|
+
|
|
9918
|
+
#### ⚙️ Parameters
|
|
9919
|
+
|
|
9920
|
+
<dl>
|
|
9921
|
+
<dd>
|
|
9922
|
+
|
|
9923
|
+
<dl>
|
|
9924
|
+
<dd>
|
|
9925
|
+
|
|
9926
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyCreateFolderV1ConvaiKnowledgeBaseFolderPost`
|
|
9927
|
+
|
|
9928
|
+
</dd>
|
|
9929
|
+
</dl>
|
|
9930
|
+
|
|
9931
|
+
<dl>
|
|
9932
|
+
<dd>
|
|
9933
|
+
|
|
9934
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
9935
|
+
|
|
9936
|
+
</dd>
|
|
9937
|
+
</dl>
|
|
9938
|
+
</dd>
|
|
9939
|
+
</dl>
|
|
9940
|
+
|
|
9941
|
+
|
|
8970
9942
|
</dd>
|
|
8971
9943
|
</dl>
|
|
8972
9944
|
</details>
|
|
@@ -9387,6 +10359,142 @@ await client.conversationalAi.knowledgeBase.documents.getSourceFileUrl("21m00Tcm
|
|
|
9387
10359
|
</dl>
|
|
9388
10360
|
|
|
9389
10361
|
|
|
10362
|
+
</dd>
|
|
10363
|
+
</dl>
|
|
10364
|
+
</details>
|
|
10365
|
+
|
|
10366
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">move</a>(document_id, { ...params }) -> void</code></summary>
|
|
10367
|
+
<dl>
|
|
10368
|
+
<dd>
|
|
10369
|
+
|
|
10370
|
+
#### 📝 Description
|
|
10371
|
+
|
|
10372
|
+
<dl>
|
|
10373
|
+
<dd>
|
|
10374
|
+
|
|
10375
|
+
<dl>
|
|
10376
|
+
<dd>
|
|
10377
|
+
|
|
10378
|
+
Moves the entity from one folder to another.
|
|
10379
|
+
</dd>
|
|
10380
|
+
</dl>
|
|
10381
|
+
</dd>
|
|
10382
|
+
</dl>
|
|
10383
|
+
|
|
10384
|
+
#### 🔌 Usage
|
|
10385
|
+
|
|
10386
|
+
<dl>
|
|
10387
|
+
<dd>
|
|
10388
|
+
|
|
10389
|
+
<dl>
|
|
10390
|
+
<dd>
|
|
10391
|
+
|
|
10392
|
+
```typescript
|
|
10393
|
+
await client.conversationalAi.knowledgeBase.documents.move("21m00Tcm4TlvDq8ikWAM");
|
|
10394
|
+
|
|
10395
|
+
```
|
|
10396
|
+
</dd>
|
|
10397
|
+
</dl>
|
|
10398
|
+
</dd>
|
|
10399
|
+
</dl>
|
|
10400
|
+
|
|
10401
|
+
#### ⚙️ Parameters
|
|
10402
|
+
|
|
10403
|
+
<dl>
|
|
10404
|
+
<dd>
|
|
10405
|
+
|
|
10406
|
+
<dl>
|
|
10407
|
+
<dd>
|
|
10408
|
+
|
|
10409
|
+
**document_id:** `string` — The id of a document from the knowledge base. This is returned on document addition.
|
|
10410
|
+
|
|
10411
|
+
</dd>
|
|
10412
|
+
</dl>
|
|
10413
|
+
|
|
10414
|
+
<dl>
|
|
10415
|
+
<dd>
|
|
10416
|
+
|
|
10417
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyMoveEntityToFolderV1ConvaiKnowledgeBaseDocumentIdMovePost`
|
|
10418
|
+
|
|
10419
|
+
</dd>
|
|
10420
|
+
</dl>
|
|
10421
|
+
|
|
10422
|
+
<dl>
|
|
10423
|
+
<dd>
|
|
10424
|
+
|
|
10425
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
10426
|
+
|
|
10427
|
+
</dd>
|
|
10428
|
+
</dl>
|
|
10429
|
+
</dd>
|
|
10430
|
+
</dl>
|
|
10431
|
+
|
|
10432
|
+
|
|
10433
|
+
</dd>
|
|
10434
|
+
</dl>
|
|
10435
|
+
</details>
|
|
10436
|
+
|
|
10437
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">bulkMove</a>({ ...params }) -> void</code></summary>
|
|
10438
|
+
<dl>
|
|
10439
|
+
<dd>
|
|
10440
|
+
|
|
10441
|
+
#### 📝 Description
|
|
10442
|
+
|
|
10443
|
+
<dl>
|
|
10444
|
+
<dd>
|
|
10445
|
+
|
|
10446
|
+
<dl>
|
|
10447
|
+
<dd>
|
|
10448
|
+
|
|
10449
|
+
Moves multiple entities from one folder to another.
|
|
10450
|
+
</dd>
|
|
10451
|
+
</dl>
|
|
10452
|
+
</dd>
|
|
10453
|
+
</dl>
|
|
10454
|
+
|
|
10455
|
+
#### 🔌 Usage
|
|
10456
|
+
|
|
10457
|
+
<dl>
|
|
10458
|
+
<dd>
|
|
10459
|
+
|
|
10460
|
+
<dl>
|
|
10461
|
+
<dd>
|
|
10462
|
+
|
|
10463
|
+
```typescript
|
|
10464
|
+
await client.conversationalAi.knowledgeBase.documents.bulkMove({
|
|
10465
|
+
documentIds: ["21m00Tcm4TlvDq8ikWAM", "31m00Tcm4TlvDq8ikWBM"]
|
|
10466
|
+
});
|
|
10467
|
+
|
|
10468
|
+
```
|
|
10469
|
+
</dd>
|
|
10470
|
+
</dl>
|
|
10471
|
+
</dd>
|
|
10472
|
+
</dl>
|
|
10473
|
+
|
|
10474
|
+
#### ⚙️ Parameters
|
|
10475
|
+
|
|
10476
|
+
<dl>
|
|
10477
|
+
<dd>
|
|
10478
|
+
|
|
10479
|
+
<dl>
|
|
10480
|
+
<dd>
|
|
10481
|
+
|
|
10482
|
+
**request:** `ElevenLabs.conversationalAi.knowledgeBase.BodyBulkMoveEntitiesToFolderV1ConvaiKnowledgeBaseBulkMovePost`
|
|
10483
|
+
|
|
10484
|
+
</dd>
|
|
10485
|
+
</dl>
|
|
10486
|
+
|
|
10487
|
+
<dl>
|
|
10488
|
+
<dd>
|
|
10489
|
+
|
|
10490
|
+
**requestOptions:** `DocumentsClient.RequestOptions`
|
|
10491
|
+
|
|
10492
|
+
</dd>
|
|
10493
|
+
</dl>
|
|
10494
|
+
</dd>
|
|
10495
|
+
</dl>
|
|
10496
|
+
|
|
10497
|
+
|
|
9390
10498
|
</dd>
|
|
9391
10499
|
</dl>
|
|
9392
10500
|
</details>
|
|
@@ -11658,7 +12766,7 @@ await client.music.compositionPlan.create({
|
|
|
11658
12766
|
<dl>
|
|
11659
12767
|
<dd>
|
|
11660
12768
|
|
|
11661
|
-
Add rules to the pronunciation dictionary
|
|
12769
|
+
Add rules to the pronunciation dictionary. If a rule with the same string_to_replace already exists, it will be replaced.
|
|
11662
12770
|
</dd>
|
|
11663
12771
|
</dl>
|
|
11664
12772
|
</dd>
|
|
@@ -15795,80 +16903,6 @@ await client.workspace.resources.unshare("resource_id", {
|
|
|
15795
16903
|
</dl>
|
|
15796
16904
|
|
|
15797
16905
|
|
|
15798
|
-
</dd>
|
|
15799
|
-
</dl>
|
|
15800
|
-
</details>
|
|
15801
|
-
|
|
15802
|
-
<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>
|
|
15803
|
-
<dl>
|
|
15804
|
-
<dd>
|
|
15805
|
-
|
|
15806
|
-
#### 📝 Description
|
|
15807
|
-
|
|
15808
|
-
<dl>
|
|
15809
|
-
<dd>
|
|
15810
|
-
|
|
15811
|
-
<dl>
|
|
15812
|
-
<dd>
|
|
15813
|
-
|
|
15814
|
-
Copies a workspace resource to another workspace.
|
|
15815
|
-
</dd>
|
|
15816
|
-
</dl>
|
|
15817
|
-
</dd>
|
|
15818
|
-
</dl>
|
|
15819
|
-
|
|
15820
|
-
#### 🔌 Usage
|
|
15821
|
-
|
|
15822
|
-
<dl>
|
|
15823
|
-
<dd>
|
|
15824
|
-
|
|
15825
|
-
<dl>
|
|
15826
|
-
<dd>
|
|
15827
|
-
|
|
15828
|
-
```typescript
|
|
15829
|
-
await client.workspace.resources.copyToWorkspace("resource_id", {
|
|
15830
|
-
resourceType: "voice",
|
|
15831
|
-
targetUserId: "target_user_id"
|
|
15832
|
-
});
|
|
15833
|
-
|
|
15834
|
-
```
|
|
15835
|
-
</dd>
|
|
15836
|
-
</dl>
|
|
15837
|
-
</dd>
|
|
15838
|
-
</dl>
|
|
15839
|
-
|
|
15840
|
-
#### ⚙️ Parameters
|
|
15841
|
-
|
|
15842
|
-
<dl>
|
|
15843
|
-
<dd>
|
|
15844
|
-
|
|
15845
|
-
<dl>
|
|
15846
|
-
<dd>
|
|
15847
|
-
|
|
15848
|
-
**resource_id:** `string` — The ID of the target resource.
|
|
15849
|
-
|
|
15850
|
-
</dd>
|
|
15851
|
-
</dl>
|
|
15852
|
-
|
|
15853
|
-
<dl>
|
|
15854
|
-
<dd>
|
|
15855
|
-
|
|
15856
|
-
**request:** `ElevenLabs.workspace.BodyCopyWorkspaceResourceToAnotherWorkspaceV1WorkspaceResourcesResourceIdCopyToWorkspacePost`
|
|
15857
|
-
|
|
15858
|
-
</dd>
|
|
15859
|
-
</dl>
|
|
15860
|
-
|
|
15861
|
-
<dl>
|
|
15862
|
-
<dd>
|
|
15863
|
-
|
|
15864
|
-
**requestOptions:** `ResourcesClient.RequestOptions`
|
|
15865
|
-
|
|
15866
|
-
</dd>
|
|
15867
|
-
</dl>
|
|
15868
|
-
</dd>
|
|
15869
|
-
</dl>
|
|
15870
|
-
|
|
15871
|
-
|
|
15872
16906
|
</dd>
|
|
15873
16907
|
</dl>
|
|
15874
16908
|
</details>
|