@elevenlabs/elevenlabs-js 2.41.1 → 2.43.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 +3 -2
- package/AGENTS.md +7 -0
- package/BaseClient.js +2 -2
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +3 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +26 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +115 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +78 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +19 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -2
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +3 -2
- package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +19 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +73 -1
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
- package/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +3 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js +3 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -1
- package/api/resources/music/client/Client.d.ts +1 -1
- package/api/resources/music/client/Client.js +1 -1
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +1 -1
- package/api/resources/studio/client/Client.d.ts +0 -1
- package/api/resources/studio/client/Client.js +0 -1
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +0 -1
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/api/types/AgentBranchSummary.d.ts +2 -0
- package/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/api/types/AgentTopicResponseModel.d.ts +6 -0
- package/api/types/AgentTopicResponseModel.js +3 -0
- package/api/types/AgentVersionParents.d.ts +1 -0
- package/api/types/AnalysisScope.d.ts +5 -0
- package/api/types/AnalysisScope.js +8 -0
- package/api/types/ChatSourceMedium.d.ts +0 -1
- package/api/types/ChatSourceMedium.js +0 -1
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ConvAiStoredSecretDependencies.d.ts +8 -1
- package/api/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +10 -0
- package/api/types/ConvAiStoredSecretDependenciesMcpServersItem.js +3 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationTurnMetrics.d.ts +1 -0
- package/api/types/CreateAgentRuleParams.d.ts +3 -0
- package/api/types/CreateAgentRuleParams.js +3 -0
- package/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
- package/api/types/CreateAgentTestFolderResponseModel.js +3 -0
- package/api/types/CreateClientInteractionParams.d.ts +3 -0
- package/api/types/CreateClientInteractionParams.js +3 -0
- package/api/types/CreateHolidayParams.d.ts +3 -0
- package/api/types/CreateHolidayParams.js +3 -0
- package/api/types/CreateRentalServiceParams.d.ts +3 -0
- package/api/types/CreateRentalServiceParams.js +3 -0
- package/api/types/DeleteAgentRuleParams.d.ts +3 -0
- package/api/types/DeleteAgentRuleParams.js +3 -0
- package/api/types/DeleteClientInteractionParams.d.ts +3 -0
- package/api/types/DeleteClientInteractionParams.js +3 -0
- package/api/types/DeleteHolidayParams.d.ts +3 -0
- package/api/types/DeleteHolidayParams.js +3 -0
- package/api/types/DeleteRentalServiceParams.d.ts +3 -0
- package/api/types/DeleteRentalServiceParams.js +3 -0
- package/api/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +2 -2
- package/api/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
- package/api/types/EvaluationSettingsInput.js +3 -0
- package/api/types/EvaluationSettingsOutput.d.ts +9 -0
- package/api/types/EvaluationSettingsOutput.js +3 -0
- package/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
- package/api/types/GetAgentTestFolderResponseModel.js +3 -0
- package/api/types/GetAgentTopicsResponseModel.d.ts +6 -0
- package/api/types/GetAgentTopicsResponseModel.js +3 -0
- package/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
- package/api/types/GetAnalyticsSummaryParams.js +3 -0
- package/api/types/GetBookingPageSettingsParams.d.ts +3 -0
- package/api/types/GetBookingPageSettingsParams.js +3 -0
- package/api/types/GetBookingSlugStatusParams.d.ts +3 -0
- package/api/types/GetBookingSlugStatusParams.js +3 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetScheduleParams.d.ts +3 -0
- package/api/types/GetScheduleParams.js +3 -0
- package/api/types/GetSecretDependenciesResponseModel.d.ts +6 -0
- package/api/types/GetSecretDependenciesResponseModel.js +3 -0
- package/api/types/GetSecretDependenciesResponseModelDependencies.d.ts +2 -0
- package/api/types/GetSecretDependenciesResponseModelDependencies.js +3 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +10 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +3 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +10 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +3 -0
- package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/api/types/GetWorkspaceSecretsResponseModel.d.ts +0 -2
- package/api/types/KnowledgeBaseContentSearchResponseModel.d.ts +5 -0
- package/api/types/KnowledgeBaseContentSearchResponseModel.js +3 -0
- package/api/types/KnowledgeBaseContentSearchResult.d.ts +6 -0
- package/api/types/KnowledgeBaseContentSearchResult.js +3 -0
- package/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +16 -0
- package/api/types/KnowledgeBaseContentSearchResultDocument.js +3 -0
- package/api/types/ListAgentRulesParams.d.ts +3 -0
- package/api/types/ListAgentRulesParams.js +3 -0
- package/api/types/ListClientInteractionsParams.d.ts +3 -0
- package/api/types/ListClientInteractionsParams.js +3 -0
- package/api/types/ListHolidaysParams.d.ts +3 -0
- package/api/types/ListHolidaysParams.js +3 -0
- package/api/types/Llm.d.ts +3 -0
- package/api/types/Llm.js +3 -0
- package/api/types/ModelRatesResponseModel.d.ts +2 -0
- package/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
- package/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
- package/api/types/PromptAgentApiModelOverrideInput.js +3 -0
- package/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
- package/api/types/PromptAgentApiModelOverrideOutput.js +3 -0
- package/api/types/PromptEvaluationCriteria.d.ts +3 -0
- package/api/types/ResponseFilter.d.ts +1 -1
- package/api/types/ResponseFilterMode.d.ts +1 -0
- package/api/types/ResponseFilterMode.js +1 -0
- package/api/types/ScopedAnalysisResult.d.ts +11 -0
- package/api/types/ScopedAnalysisResult.js +3 -0
- package/api/types/SearchHighlightSegment.d.ts +4 -0
- package/api/types/SearchHighlightSegment.js +3 -0
- package/api/types/SecretDependencyResourceType.d.ts +6 -0
- package/api/types/SecretDependencyResourceType.js +9 -0
- package/api/types/SetBookingSlugParams.d.ts +3 -0
- package/api/types/SetBookingSlugParams.js +3 -0
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
- package/api/types/ToDialogueSettingsResponseModel.js +3 -0
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UpdateAgentRuleParams.d.ts +3 -0
- package/api/types/UpdateAgentRuleParams.js +3 -0
- package/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
- package/api/types/UpdateBookingPageSettingsParams.js +3 -0
- package/api/types/UpdateBusinessInfoParams.d.ts +3 -0
- package/api/types/UpdateBusinessInfoParams.js +3 -0
- package/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
- package/api/types/UpdateCustomerFacingConfigParams.js +3 -0
- package/api/types/UpdateHolidayParams.d.ts +3 -0
- package/api/types/UpdateHolidayParams.js +3 -0
- package/api/types/UpdateRentalServiceParams.d.ts +3 -0
- package/api/types/UpdateRentalServiceParams.js +3 -0
- package/api/types/VisitedAgentRef.d.ts +7 -0
- package/api/types/VisitedAgentRef.js +3 -0
- package/api/types/VoiceResponseModelRecordingQuality.d.ts +2 -0
- package/api/types/VoiceResponseModelRecordingQuality.js +2 -0
- package/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/api/types/WorkspaceGroupPermission.js +1 -0
- package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/api/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +1 -0
- package/api/types/WorkspaceGroupResponseModelGroupPvcLimit.js +3 -0
- package/api/types/index.d.ts +45 -2
- package/api/types/index.js +45 -2
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +115 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +78 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +3 -2
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +73 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +18 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +59 -2
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.d.ts +73 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.js +291 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -1
- package/dist/api/resources/music/client/Client.d.ts +1 -1
- package/dist/api/resources/music/client/Client.js +1 -1
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +4 -4
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +1 -1
- package/dist/api/resources/studio/client/Client.d.ts +0 -1
- package/dist/api/resources/studio/client/Client.js +0 -1
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +0 -1
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/dist/api/types/AgentBranchSummary.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/dist/api/types/AgentTopicResponseModel.d.ts +6 -0
- package/dist/api/types/AgentTopicResponseModel.js +3 -0
- package/dist/api/types/AgentVersionParents.d.ts +1 -0
- package/dist/api/types/AnalysisScope.d.ts +5 -0
- package/dist/api/types/AnalysisScope.js +8 -0
- package/dist/api/types/ChatSourceMedium.d.ts +0 -1
- package/dist/api/types/ChatSourceMedium.js +0 -1
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +8 -1
- package/dist/api/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +10 -0
- package/dist/api/types/ConvAiStoredSecretDependenciesMcpServersItem.js +3 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.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/ConversationTurnMetrics.d.ts +1 -0
- package/dist/api/types/CreateAgentRuleParams.d.ts +3 -0
- package/dist/api/types/CreateAgentRuleParams.js +3 -0
- package/dist/api/types/CreateAgentTestFolderResponseModel.d.ts +4 -0
- package/dist/api/types/CreateAgentTestFolderResponseModel.js +3 -0
- package/dist/api/types/CreateClientInteractionParams.d.ts +3 -0
- package/dist/api/types/CreateClientInteractionParams.js +3 -0
- package/dist/api/types/CreateHolidayParams.d.ts +3 -0
- package/dist/api/types/CreateHolidayParams.js +3 -0
- package/dist/api/types/CreateRentalServiceParams.d.ts +3 -0
- package/dist/api/types/CreateRentalServiceParams.js +3 -0
- package/dist/api/types/DeleteAgentRuleParams.d.ts +3 -0
- package/dist/api/types/DeleteAgentRuleParams.js +3 -0
- package/dist/api/types/DeleteClientInteractionParams.d.ts +3 -0
- package/dist/api/types/DeleteClientInteractionParams.js +3 -0
- package/dist/api/types/DeleteHolidayParams.d.ts +3 -0
- package/dist/api/types/DeleteHolidayParams.js +3 -0
- package/dist/api/types/DeleteRentalServiceParams.d.ts +3 -0
- package/dist/api/types/DeleteRentalServiceParams.js +3 -0
- package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +2 -2
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/dist/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
- package/dist/api/types/EvaluationSettingsInput.js +3 -0
- package/dist/api/types/EvaluationSettingsOutput.d.ts +9 -0
- package/dist/api/types/EvaluationSettingsOutput.js +3 -0
- package/dist/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
- package/dist/api/types/GetAgentTestFolderResponseModel.js +3 -0
- package/dist/api/types/GetAgentTopicsResponseModel.d.ts +6 -0
- package/dist/api/types/GetAgentTopicsResponseModel.js +3 -0
- package/dist/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
- package/dist/api/types/GetAnalyticsSummaryParams.js +3 -0
- package/dist/api/types/GetBookingPageSettingsParams.d.ts +3 -0
- package/dist/api/types/GetBookingPageSettingsParams.js +3 -0
- package/dist/api/types/GetBookingSlugStatusParams.d.ts +3 -0
- package/dist/api/types/GetBookingSlugStatusParams.js +3 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetScheduleParams.d.ts +3 -0
- package/dist/api/types/GetScheduleParams.js +3 -0
- package/dist/api/types/GetSecretDependenciesResponseModel.d.ts +6 -0
- package/dist/api/types/GetSecretDependenciesResponseModel.js +3 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependencies.d.ts +2 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependencies.js +3 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +10 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +3 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +10 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +3 -0
- package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +0 -2
- package/dist/api/types/KnowledgeBaseContentSearchResponseModel.d.ts +5 -0
- package/dist/api/types/KnowledgeBaseContentSearchResponseModel.js +3 -0
- package/dist/api/types/KnowledgeBaseContentSearchResult.d.ts +6 -0
- package/dist/api/types/KnowledgeBaseContentSearchResult.js +3 -0
- package/dist/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +16 -0
- package/dist/api/types/KnowledgeBaseContentSearchResultDocument.js +3 -0
- package/dist/api/types/ListAgentRulesParams.d.ts +3 -0
- package/dist/api/types/ListAgentRulesParams.js +3 -0
- package/dist/api/types/ListClientInteractionsParams.d.ts +3 -0
- package/dist/api/types/ListClientInteractionsParams.js +3 -0
- package/dist/api/types/ListHolidaysParams.d.ts +3 -0
- package/dist/api/types/ListHolidaysParams.js +3 -0
- package/dist/api/types/Llm.d.ts +3 -0
- package/dist/api/types/Llm.js +3 -0
- package/dist/api/types/ModelRatesResponseModel.d.ts +2 -0
- package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +2 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/PromptAgentApiModelOverrideConfig.d.ts +4 -0
- package/dist/api/types/{PromptAgentApiModelOverride.d.ts → PromptAgentApiModelOverrideInput.d.ts} +5 -1
- package/dist/api/types/PromptAgentApiModelOverrideInput.js +3 -0
- package/dist/api/types/PromptAgentApiModelOverrideOutput.d.ts +13 -0
- package/dist/api/types/PromptAgentApiModelOverrideOutput.js +3 -0
- package/dist/api/types/PromptEvaluationCriteria.d.ts +3 -0
- package/dist/api/types/ResponseFilter.d.ts +1 -1
- package/dist/api/types/ResponseFilterMode.d.ts +1 -0
- package/dist/api/types/ResponseFilterMode.js +1 -0
- package/dist/api/types/ScopedAnalysisResult.d.ts +11 -0
- package/dist/api/types/ScopedAnalysisResult.js +3 -0
- package/dist/api/types/SearchHighlightSegment.d.ts +4 -0
- package/dist/api/types/SearchHighlightSegment.js +3 -0
- package/dist/api/types/SecretDependencyResourceType.d.ts +6 -0
- package/dist/api/types/SecretDependencyResourceType.js +9 -0
- package/dist/api/types/SetBookingSlugParams.d.ts +3 -0
- package/dist/api/types/SetBookingSlugParams.js +3 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
- package/dist/api/types/ToDialogueSettingsResponseModel.js +3 -0
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UpdateAgentRuleParams.d.ts +3 -0
- package/dist/api/types/UpdateAgentRuleParams.js +3 -0
- package/dist/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
- package/dist/api/types/UpdateBookingPageSettingsParams.js +3 -0
- package/dist/api/types/UpdateBusinessInfoParams.d.ts +3 -0
- package/dist/api/types/UpdateBusinessInfoParams.js +3 -0
- package/dist/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
- package/dist/api/types/UpdateCustomerFacingConfigParams.js +3 -0
- package/dist/api/types/UpdateHolidayParams.d.ts +3 -0
- package/dist/api/types/UpdateHolidayParams.js +3 -0
- package/dist/api/types/UpdateRentalServiceParams.d.ts +3 -0
- package/dist/api/types/UpdateRentalServiceParams.js +3 -0
- package/dist/api/types/VisitedAgentRef.d.ts +7 -0
- package/dist/api/types/VisitedAgentRef.js +3 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +2 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.js +2 -0
- package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupPermission.js +1 -0
- package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupResponseModelGroupPvcLimit.js +3 -0
- package/dist/api/types/index.d.ts +45 -2
- package/dist/api/types/index.js +45 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/dist/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/dist/serialization/types/AgentBranchSummary.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideInput.js +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.js +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/dist/serialization/types/AgentTopicResponseModel.d.ts +12 -0
- package/dist/serialization/types/AgentTopicResponseModel.js +44 -0
- package/dist/serialization/types/AgentVersionParents.d.ts +1 -0
- package/dist/serialization/types/AgentVersionParents.js +1 -0
- package/dist/serialization/types/AnalysisScope.d.ts +7 -0
- package/dist/serialization/types/AnalysisScope.js +39 -0
- package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/dist/serialization/types/ChatSourceMedium.js +1 -1
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +6 -1
- package/dist/serialization/types/ConvAiStoredSecretDependencies.js +6 -1
- package/dist/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +15 -0
- package/dist/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.js +49 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.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/ConversationTurnMetrics.d.ts +1 -0
- package/dist/serialization/types/ConversationTurnMetrics.js +1 -0
- package/dist/serialization/types/CreateAgentRuleParams.d.ts +9 -0
- package/dist/serialization/types/{PromptAgentApiModelOverride.js → CreateAgentRuleParams.js} +3 -6
- package/dist/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
- package/{serialization/types/PromptAgentApiModelOverride.js → dist/serialization/types/CreateAgentTestFolderResponseModel.js} +4 -6
- package/dist/serialization/types/CreateClientInteractionParams.d.ts +9 -0
- package/dist/serialization/types/CreateClientInteractionParams.js +41 -0
- package/dist/serialization/types/CreateHolidayParams.d.ts +9 -0
- package/dist/serialization/types/CreateHolidayParams.js +41 -0
- package/dist/serialization/types/CreateRentalServiceParams.d.ts +9 -0
- package/dist/serialization/types/CreateRentalServiceParams.js +41 -0
- package/dist/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
- package/dist/serialization/types/DeleteAgentRuleParams.js +41 -0
- package/dist/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
- package/dist/serialization/types/DeleteClientInteractionParams.js +41 -0
- package/dist/serialization/types/DeleteHolidayParams.d.ts +9 -0
- package/dist/serialization/types/DeleteHolidayParams.js +41 -0
- package/dist/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
- package/dist/serialization/types/DeleteRentalServiceParams.js +41 -0
- package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/dist/serialization/types/DependentUnknownAgentIdentifier.js +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +1 -1
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/dist/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
- package/dist/serialization/types/{EvaluationSettings.js → EvaluationSettingsInput.js} +2 -2
- package/dist/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
- package/dist/serialization/types/EvaluationSettingsOutput.js +42 -0
- package/dist/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
- package/dist/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
- package/dist/serialization/types/GetAgentTopicsResponseModel.d.ts +12 -0
- package/dist/serialization/types/GetAgentTopicsResponseModel.js +44 -0
- package/dist/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
- package/dist/serialization/types/GetAnalyticsSummaryParams.js +41 -0
- package/dist/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
- package/dist/serialization/types/GetBookingPageSettingsParams.js +41 -0
- package/dist/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
- package/dist/serialization/types/GetBookingSlugStatusParams.js +41 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetConversationResponseModel.js +2 -0
- package/dist/serialization/types/GetScheduleParams.d.ts +9 -0
- package/dist/serialization/types/GetScheduleParams.js +41 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModel.d.ts +11 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModel.js +43 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependencies.d.ts +10 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependencies.js +46 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +15 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +49 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +15 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +49 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +0 -1
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.js +0 -1
- package/dist/serialization/types/KnowledgeBaseContentSearchResponseModel.d.ts +11 -0
- package/dist/serialization/types/KnowledgeBaseContentSearchResponseModel.js +43 -0
- package/dist/serialization/types/KnowledgeBaseContentSearchResult.d.ts +13 -0
- package/dist/serialization/types/KnowledgeBaseContentSearchResult.js +45 -0
- package/dist/serialization/types/KnowledgeBaseContentSearchResultDocument.d.ts +23 -0
- package/dist/serialization/types/KnowledgeBaseContentSearchResultDocument.js +53 -0
- package/dist/serialization/types/ListAgentRulesParams.d.ts +9 -0
- package/dist/serialization/types/ListAgentRulesParams.js +41 -0
- package/dist/serialization/types/ListClientInteractionsParams.d.ts +9 -0
- package/dist/serialization/types/ListClientInteractionsParams.js +41 -0
- package/dist/serialization/types/ListHolidaysParams.d.ts +9 -0
- package/dist/serialization/types/ListHolidaysParams.js +41 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +3 -0
- package/dist/serialization/types/ModelRatesResponseModel.d.ts +1 -0
- package/dist/serialization/types/ModelRatesResponseModel.js +1 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/dist/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/dist/serialization/types/ResponseFilterMode.d.ts +1 -1
- package/dist/serialization/types/ResponseFilterMode.js +1 -1
- package/dist/serialization/types/ScopedAnalysisResult.d.ts +18 -0
- package/dist/serialization/types/ScopedAnalysisResult.js +52 -0
- package/dist/serialization/types/SearchHighlightSegment.d.ts +10 -0
- package/dist/serialization/types/SearchHighlightSegment.js +42 -0
- package/dist/serialization/types/SecretDependencyResourceType.d.ts +7 -0
- package/dist/serialization/types/SecretDependencyResourceType.js +39 -0
- package/dist/serialization/types/SetBookingSlugParams.d.ts +9 -0
- package/dist/serialization/types/SetBookingSlugParams.js +41 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/dist/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
- package/dist/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
- package/dist/serialization/types/TurnConfig.d.ts +1 -0
- package/dist/serialization/types/TurnConfig.js +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
- package/dist/serialization/types/UpdateAgentRuleParams.js +41 -0
- package/dist/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
- package/dist/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
- package/dist/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
- package/dist/serialization/types/UpdateBusinessInfoParams.js +41 -0
- package/dist/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
- package/dist/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
- package/dist/serialization/types/UpdateHolidayParams.d.ts +9 -0
- package/dist/serialization/types/UpdateHolidayParams.js +41 -0
- package/dist/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
- package/dist/serialization/types/UpdateRentalServiceParams.js +41 -0
- package/dist/serialization/types/VisitedAgentRef.d.ts +10 -0
- package/dist/serialization/types/VisitedAgentRef.js +42 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +1 -1
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +7 -0
- package/dist/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.js +42 -0
- package/dist/serialization/types/index.d.ts +45 -2
- package/dist/serialization/types/index.js +45 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +559 -6
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.js +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js +42 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js +42 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js +41 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +7 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/serialization/types/AgentBranchSummary.js +1 -0
- package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideInput.js +2 -2
- package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideOutput.js +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/serialization/types/AgentTopicResponseModel.d.ts +12 -0
- package/serialization/types/AgentTopicResponseModel.js +44 -0
- package/serialization/types/AgentVersionParents.d.ts +1 -0
- package/serialization/types/AgentVersionParents.js +1 -0
- package/serialization/types/AnalysisScope.d.ts +7 -0
- package/serialization/types/AnalysisScope.js +39 -0
- package/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/serialization/types/ChatSourceMedium.js +1 -1
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ConvAiStoredSecretDependencies.d.ts +6 -1
- package/serialization/types/ConvAiStoredSecretDependencies.js +6 -1
- package/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +15 -0
- package/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.js +49 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.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/ConversationTurnMetrics.d.ts +1 -0
- package/serialization/types/ConversationTurnMetrics.js +1 -0
- package/serialization/types/CreateAgentRuleParams.d.ts +9 -0
- package/serialization/types/CreateAgentRuleParams.js +41 -0
- package/serialization/types/CreateAgentTestFolderResponseModel.d.ts +10 -0
- package/serialization/types/CreateAgentTestFolderResponseModel.js +42 -0
- package/serialization/types/CreateClientInteractionParams.d.ts +9 -0
- package/serialization/types/CreateClientInteractionParams.js +41 -0
- package/serialization/types/CreateHolidayParams.d.ts +9 -0
- package/serialization/types/CreateHolidayParams.js +41 -0
- package/serialization/types/CreateRentalServiceParams.d.ts +9 -0
- package/serialization/types/CreateRentalServiceParams.js +41 -0
- package/serialization/types/DeleteAgentRuleParams.d.ts +9 -0
- package/serialization/types/DeleteAgentRuleParams.js +41 -0
- package/serialization/types/DeleteClientInteractionParams.d.ts +9 -0
- package/serialization/types/DeleteClientInteractionParams.js +41 -0
- package/serialization/types/DeleteHolidayParams.d.ts +9 -0
- package/serialization/types/DeleteHolidayParams.js +41 -0
- package/serialization/types/DeleteRentalServiceParams.d.ts +9 -0
- package/serialization/types/DeleteRentalServiceParams.js +41 -0
- package/serialization/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/serialization/types/DependentUnknownAgentIdentifier.js +1 -0
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +1 -1
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
- package/serialization/types/{EvaluationSettings.js → EvaluationSettingsInput.js} +2 -2
- package/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
- package/serialization/types/EvaluationSettingsOutput.js +42 -0
- package/serialization/types/GetAgentTestFolderResponseModel.d.ts +13 -0
- package/serialization/types/GetAgentTestFolderResponseModel.js +45 -0
- package/serialization/types/GetAgentTopicsResponseModel.d.ts +12 -0
- package/serialization/types/GetAgentTopicsResponseModel.js +44 -0
- package/serialization/types/GetAnalyticsSummaryParams.d.ts +9 -0
- package/serialization/types/GetAnalyticsSummaryParams.js +41 -0
- package/serialization/types/GetBookingPageSettingsParams.d.ts +9 -0
- package/serialization/types/GetBookingPageSettingsParams.js +41 -0
- package/serialization/types/GetBookingSlugStatusParams.d.ts +9 -0
- package/serialization/types/GetBookingSlugStatusParams.js +41 -0
- package/serialization/types/GetConversationResponseModel.d.ts +2 -0
- package/serialization/types/GetConversationResponseModel.js +2 -0
- package/serialization/types/GetScheduleParams.d.ts +9 -0
- package/serialization/types/GetScheduleParams.js +41 -0
- package/serialization/types/GetSecretDependenciesResponseModel.d.ts +11 -0
- package/serialization/types/GetSecretDependenciesResponseModel.js +43 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependencies.d.ts +10 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependencies.js +46 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +15 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +49 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +15 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +49 -0
- package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
- package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +0 -1
- package/serialization/types/GetWorkspaceSecretsResponseModel.js +0 -1
- package/serialization/types/KnowledgeBaseContentSearchResponseModel.d.ts +11 -0
- package/serialization/types/KnowledgeBaseContentSearchResponseModel.js +43 -0
- package/serialization/types/KnowledgeBaseContentSearchResult.d.ts +13 -0
- package/serialization/types/KnowledgeBaseContentSearchResult.js +45 -0
- package/serialization/types/KnowledgeBaseContentSearchResultDocument.d.ts +23 -0
- package/serialization/types/KnowledgeBaseContentSearchResultDocument.js +53 -0
- package/serialization/types/ListAgentRulesParams.d.ts +9 -0
- package/serialization/types/ListAgentRulesParams.js +41 -0
- package/serialization/types/ListClientInteractionsParams.d.ts +9 -0
- package/serialization/types/ListClientInteractionsParams.js +41 -0
- package/serialization/types/ListHolidaysParams.d.ts +9 -0
- package/serialization/types/ListHolidaysParams.js +41 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +3 -0
- package/serialization/types/ModelRatesResponseModel.d.ts +1 -0
- package/serialization/types/ModelRatesResponseModel.js +1 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.js +1 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.js +2 -0
- package/serialization/types/PromptAgentApiModelOverrideInput.d.ts +15 -0
- package/serialization/types/PromptAgentApiModelOverrideInput.js +47 -0
- package/serialization/types/PromptAgentApiModelOverrideOutput.d.ts +15 -0
- package/serialization/types/PromptAgentApiModelOverrideOutput.js +47 -0
- package/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/serialization/types/ResponseFilterMode.d.ts +1 -1
- package/serialization/types/ResponseFilterMode.js +1 -1
- package/serialization/types/ScopedAnalysisResult.d.ts +18 -0
- package/serialization/types/ScopedAnalysisResult.js +52 -0
- package/serialization/types/SearchHighlightSegment.d.ts +10 -0
- package/serialization/types/SearchHighlightSegment.js +42 -0
- package/serialization/types/SecretDependencyResourceType.d.ts +7 -0
- package/serialization/types/SecretDependencyResourceType.js +39 -0
- package/serialization/types/SetBookingSlugParams.d.ts +9 -0
- package/serialization/types/SetBookingSlugParams.js +41 -0
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/serialization/types/ToDialogueSettingsResponseModel.d.ts +10 -0
- package/serialization/types/ToDialogueSettingsResponseModel.js +42 -0
- package/serialization/types/TurnConfig.d.ts +1 -0
- package/serialization/types/TurnConfig.js +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/serialization/types/UpdateAgentRuleParams.d.ts +9 -0
- package/serialization/types/UpdateAgentRuleParams.js +41 -0
- package/serialization/types/UpdateBookingPageSettingsParams.d.ts +9 -0
- package/serialization/types/UpdateBookingPageSettingsParams.js +41 -0
- package/serialization/types/UpdateBusinessInfoParams.d.ts +9 -0
- package/serialization/types/UpdateBusinessInfoParams.js +41 -0
- package/serialization/types/UpdateCustomerFacingConfigParams.d.ts +9 -0
- package/serialization/types/UpdateCustomerFacingConfigParams.js +41 -0
- package/serialization/types/UpdateHolidayParams.d.ts +9 -0
- package/serialization/types/UpdateHolidayParams.js +41 -0
- package/serialization/types/UpdateRentalServiceParams.d.ts +9 -0
- package/serialization/types/UpdateRentalServiceParams.js +41 -0
- package/serialization/types/VisitedAgentRef.d.ts +10 -0
- package/serialization/types/VisitedAgentRef.js +42 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +1 -1
- package/serialization/types/VoiceResponseModelRecordingQuality.js +1 -1
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +7 -0
- package/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.js +42 -0
- package/serialization/types/index.d.ts +45 -2
- package/serialization/types/index.js +45 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
- package/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
- /package/api/{types/EvaluationSettings.js → resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.js} +0 -0
- /package/api/{types/PromptAgentApiModelOverride.js → resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.js} +0 -0
- /package/{dist/api/types/EvaluationSettings.js → api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelOverride.js → api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
package/reference.md
CHANGED
|
@@ -2200,7 +2200,6 @@ Create and auto-convert a podcast project. Currently, the LLM cost is covered by
|
|
|
2200
2200
|
|
|
2201
2201
|
```typescript
|
|
2202
2202
|
await client.studio.createPodcast({
|
|
2203
|
-
safetyIdentifier: "safety-identifier",
|
|
2204
2203
|
modelId: "eleven_multilingual_v2",
|
|
2205
2204
|
mode: {
|
|
2206
2205
|
type: "conversation",
|
|
@@ -2451,7 +2450,7 @@ await client.music.stream();
|
|
|
2451
2450
|
<dl>
|
|
2452
2451
|
<dd>
|
|
2453
2452
|
|
|
2454
|
-
Upload a music file to be later used for inpainting. Only available to enterprise clients with access to the inpainting feature.
|
|
2453
|
+
Upload a music file to be later used for inpainting. Only available to enterprise clients with access to the inpainting feature. Price for uploading is the same as the one for song generation. All uploaded content gets inspected for copyright infringement. If copyrighted content is detected, half of the request cost is still charged.
|
|
2455
2454
|
</dd>
|
|
2456
2455
|
</dl>
|
|
2457
2456
|
</dd>
|
|
@@ -4971,7 +4970,7 @@ await client.conversationalAi.twilio.outboundCall({
|
|
|
4971
4970
|
</dl>
|
|
4972
4971
|
</details>
|
|
4973
4972
|
|
|
4974
|
-
<details><summary><code>client.conversationalAi.twilio.<a href="/src/api/resources/conversationalAi/resources/twilio/client/Client.ts">registerCall</a>({ ...params }) ->
|
|
4973
|
+
<details><summary><code>client.conversationalAi.twilio.<a href="/src/api/resources/conversationalAi/resources/twilio/client/Client.ts">registerCall</a>({ ...params }) -> string</code></summary>
|
|
4975
4974
|
<dl>
|
|
4976
4975
|
<dd>
|
|
4977
4976
|
|
|
@@ -5900,6 +5899,71 @@ await client.conversationalAi.tests.create({
|
|
|
5900
5899
|
</dl>
|
|
5901
5900
|
|
|
5902
5901
|
|
|
5902
|
+
</dd>
|
|
5903
|
+
</dl>
|
|
5904
|
+
</details>
|
|
5905
|
+
|
|
5906
|
+
<details><summary><code>client.conversationalAi.tests.<a href="/src/api/resources/conversationalAi/resources/tests/client/Client.ts">move</a>({ ...params }) -> unknown</code></summary>
|
|
5907
|
+
<dl>
|
|
5908
|
+
<dd>
|
|
5909
|
+
|
|
5910
|
+
#### 📝 Description
|
|
5911
|
+
|
|
5912
|
+
<dl>
|
|
5913
|
+
<dd>
|
|
5914
|
+
|
|
5915
|
+
<dl>
|
|
5916
|
+
<dd>
|
|
5917
|
+
|
|
5918
|
+
Moves multiple tests or folders from one folder to another.
|
|
5919
|
+
</dd>
|
|
5920
|
+
</dl>
|
|
5921
|
+
</dd>
|
|
5922
|
+
</dl>
|
|
5923
|
+
|
|
5924
|
+
#### 🔌 Usage
|
|
5925
|
+
|
|
5926
|
+
<dl>
|
|
5927
|
+
<dd>
|
|
5928
|
+
|
|
5929
|
+
<dl>
|
|
5930
|
+
<dd>
|
|
5931
|
+
|
|
5932
|
+
```typescript
|
|
5933
|
+
await client.conversationalAi.tests.move({
|
|
5934
|
+
entityIds: ["entity_ids"]
|
|
5935
|
+
});
|
|
5936
|
+
|
|
5937
|
+
```
|
|
5938
|
+
</dd>
|
|
5939
|
+
</dl>
|
|
5940
|
+
</dd>
|
|
5941
|
+
</dl>
|
|
5942
|
+
|
|
5943
|
+
#### ⚙️ Parameters
|
|
5944
|
+
|
|
5945
|
+
<dl>
|
|
5946
|
+
<dd>
|
|
5947
|
+
|
|
5948
|
+
<dl>
|
|
5949
|
+
<dd>
|
|
5950
|
+
|
|
5951
|
+
**request:** `ElevenLabs.conversationalAi.BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost`
|
|
5952
|
+
|
|
5953
|
+
</dd>
|
|
5954
|
+
</dl>
|
|
5955
|
+
|
|
5956
|
+
<dl>
|
|
5957
|
+
<dd>
|
|
5958
|
+
|
|
5959
|
+
**requestOptions:** `TestsClient.RequestOptions`
|
|
5960
|
+
|
|
5961
|
+
</dd>
|
|
5962
|
+
</dl>
|
|
5963
|
+
</dd>
|
|
5964
|
+
</dl>
|
|
5965
|
+
|
|
5966
|
+
|
|
5903
5967
|
</dd>
|
|
5904
5968
|
</dl>
|
|
5905
5969
|
</details>
|
|
@@ -6898,6 +6962,73 @@ await client.conversationalAi.knowledgeBase.getOrCreateRagIndexes({
|
|
|
6898
6962
|
</dl>
|
|
6899
6963
|
|
|
6900
6964
|
|
|
6965
|
+
</dd>
|
|
6966
|
+
</dl>
|
|
6967
|
+
</details>
|
|
6968
|
+
|
|
6969
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/client/Client.ts">search</a>({ ...params }) -> ElevenLabs.KnowledgeBaseContentSearchResponseModel</code></summary>
|
|
6970
|
+
<dl>
|
|
6971
|
+
<dd>
|
|
6972
|
+
|
|
6973
|
+
#### 📝 Description
|
|
6974
|
+
|
|
6975
|
+
<dl>
|
|
6976
|
+
<dd>
|
|
6977
|
+
|
|
6978
|
+
<dl>
|
|
6979
|
+
<dd>
|
|
6980
|
+
|
|
6981
|
+
Fuzzy text search over knowledge base document content
|
|
6982
|
+
</dd>
|
|
6983
|
+
</dl>
|
|
6984
|
+
</dd>
|
|
6985
|
+
</dl>
|
|
6986
|
+
|
|
6987
|
+
#### 🔌 Usage
|
|
6988
|
+
|
|
6989
|
+
<dl>
|
|
6990
|
+
<dd>
|
|
6991
|
+
|
|
6992
|
+
<dl>
|
|
6993
|
+
<dd>
|
|
6994
|
+
|
|
6995
|
+
```typescript
|
|
6996
|
+
await client.conversationalAi.knowledgeBase.search({
|
|
6997
|
+
query: "query",
|
|
6998
|
+
pageSize: 1,
|
|
6999
|
+
cursor: "cursor"
|
|
7000
|
+
});
|
|
7001
|
+
|
|
7002
|
+
```
|
|
7003
|
+
</dd>
|
|
7004
|
+
</dl>
|
|
7005
|
+
</dd>
|
|
7006
|
+
</dl>
|
|
7007
|
+
|
|
7008
|
+
#### ⚙️ Parameters
|
|
7009
|
+
|
|
7010
|
+
<dl>
|
|
7011
|
+
<dd>
|
|
7012
|
+
|
|
7013
|
+
<dl>
|
|
7014
|
+
<dd>
|
|
7015
|
+
|
|
7016
|
+
**request:** `ElevenLabs.conversationalAi.KnowledgeBaseSearchRequest`
|
|
7017
|
+
|
|
7018
|
+
</dd>
|
|
7019
|
+
</dl>
|
|
7020
|
+
|
|
7021
|
+
<dl>
|
|
7022
|
+
<dd>
|
|
7023
|
+
|
|
7024
|
+
**requestOptions:** `KnowledgeBaseClient.RequestOptions`
|
|
7025
|
+
|
|
7026
|
+
</dd>
|
|
7027
|
+
</dl>
|
|
7028
|
+
</dd>
|
|
7029
|
+
</dl>
|
|
7030
|
+
|
|
7031
|
+
|
|
6901
7032
|
</dd>
|
|
6902
7033
|
</dl>
|
|
6903
7034
|
</details>
|
|
@@ -7481,6 +7612,7 @@ Get all workspace secrets for the user
|
|
|
7481
7612
|
```typescript
|
|
7482
7613
|
await client.conversationalAi.secrets.list({
|
|
7483
7614
|
pageSize: 1,
|
|
7615
|
+
dependencyLimit: 1,
|
|
7484
7616
|
cursor: "cursor"
|
|
7485
7617
|
});
|
|
7486
7618
|
|
|
@@ -7717,6 +7849,88 @@ await client.conversationalAi.secrets.update("secret_id", {
|
|
|
7717
7849
|
</dl>
|
|
7718
7850
|
|
|
7719
7851
|
|
|
7852
|
+
</dd>
|
|
7853
|
+
</dl>
|
|
7854
|
+
</details>
|
|
7855
|
+
|
|
7856
|
+
<details><summary><code>client.conversationalAi.secrets.<a href="/src/api/resources/conversationalAi/resources/secrets/client/Client.ts">getDependencies</a>(secret_id, resource_type, { ...params }) -> ElevenLabs.GetSecretDependenciesResponseModel</code></summary>
|
|
7857
|
+
<dl>
|
|
7858
|
+
<dd>
|
|
7859
|
+
|
|
7860
|
+
#### 📝 Description
|
|
7861
|
+
|
|
7862
|
+
<dl>
|
|
7863
|
+
<dd>
|
|
7864
|
+
|
|
7865
|
+
<dl>
|
|
7866
|
+
<dd>
|
|
7867
|
+
|
|
7868
|
+
Get paginated list of resources that depend on a specific secret, filtered by resource type.
|
|
7869
|
+
</dd>
|
|
7870
|
+
</dl>
|
|
7871
|
+
</dd>
|
|
7872
|
+
</dl>
|
|
7873
|
+
|
|
7874
|
+
#### 🔌 Usage
|
|
7875
|
+
|
|
7876
|
+
<dl>
|
|
7877
|
+
<dd>
|
|
7878
|
+
|
|
7879
|
+
<dl>
|
|
7880
|
+
<dd>
|
|
7881
|
+
|
|
7882
|
+
```typescript
|
|
7883
|
+
await client.conversationalAi.secrets.getDependencies("secret_id", "tools", {
|
|
7884
|
+
pageSize: 1,
|
|
7885
|
+
cursor: "cursor"
|
|
7886
|
+
});
|
|
7887
|
+
|
|
7888
|
+
```
|
|
7889
|
+
</dd>
|
|
7890
|
+
</dl>
|
|
7891
|
+
</dd>
|
|
7892
|
+
</dl>
|
|
7893
|
+
|
|
7894
|
+
#### ⚙️ Parameters
|
|
7895
|
+
|
|
7896
|
+
<dl>
|
|
7897
|
+
<dd>
|
|
7898
|
+
|
|
7899
|
+
<dl>
|
|
7900
|
+
<dd>
|
|
7901
|
+
|
|
7902
|
+
**secret_id:** `string`
|
|
7903
|
+
|
|
7904
|
+
</dd>
|
|
7905
|
+
</dl>
|
|
7906
|
+
|
|
7907
|
+
<dl>
|
|
7908
|
+
<dd>
|
|
7909
|
+
|
|
7910
|
+
**resource_type:** `ElevenLabs.SecretDependencyResourceType`
|
|
7911
|
+
|
|
7912
|
+
</dd>
|
|
7913
|
+
</dl>
|
|
7914
|
+
|
|
7915
|
+
<dl>
|
|
7916
|
+
<dd>
|
|
7917
|
+
|
|
7918
|
+
**request:** `ElevenLabs.conversationalAi.SecretsGetDependenciesRequest`
|
|
7919
|
+
|
|
7920
|
+
</dd>
|
|
7921
|
+
</dl>
|
|
7922
|
+
|
|
7923
|
+
<dl>
|
|
7924
|
+
<dd>
|
|
7925
|
+
|
|
7926
|
+
**requestOptions:** `SecretsClient.RequestOptions`
|
|
7927
|
+
|
|
7928
|
+
</dd>
|
|
7929
|
+
</dl>
|
|
7930
|
+
</dd>
|
|
7931
|
+
</dl>
|
|
7932
|
+
|
|
7933
|
+
|
|
7720
7934
|
</dd>
|
|
7721
7935
|
</dl>
|
|
7722
7936
|
</details>
|
|
@@ -9174,7 +9388,7 @@ await client.conversationalAi.agents.branches.list("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9174
9388
|
<dl>
|
|
9175
9389
|
<dd>
|
|
9176
9390
|
|
|
9177
|
-
Create a new branch from a given version of
|
|
9391
|
+
Create a new branch from a given version of any branch
|
|
9178
9392
|
</dd>
|
|
9179
9393
|
</dl>
|
|
9180
9394
|
</dd>
|
|
@@ -10394,6 +10608,70 @@ await client.conversationalAi.conversations.files.delete("conversation_id", "fil
|
|
|
10394
10608
|
</dl>
|
|
10395
10609
|
|
|
10396
10610
|
|
|
10611
|
+
</dd>
|
|
10612
|
+
</dl>
|
|
10613
|
+
</details>
|
|
10614
|
+
|
|
10615
|
+
## ConversationalAi Conversations Topics
|
|
10616
|
+
<details><summary><code>client.conversationalAi.conversations.topics.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.ts">get</a>(agent_id) -> ElevenLabs.GetAgentTopicsResponseModel</code></summary>
|
|
10617
|
+
<dl>
|
|
10618
|
+
<dd>
|
|
10619
|
+
|
|
10620
|
+
#### 📝 Description
|
|
10621
|
+
|
|
10622
|
+
<dl>
|
|
10623
|
+
<dd>
|
|
10624
|
+
|
|
10625
|
+
<dl>
|
|
10626
|
+
<dd>
|
|
10627
|
+
|
|
10628
|
+
Returns the latest topic discovery run results for a given agent.
|
|
10629
|
+
</dd>
|
|
10630
|
+
</dl>
|
|
10631
|
+
</dd>
|
|
10632
|
+
</dl>
|
|
10633
|
+
|
|
10634
|
+
#### 🔌 Usage
|
|
10635
|
+
|
|
10636
|
+
<dl>
|
|
10637
|
+
<dd>
|
|
10638
|
+
|
|
10639
|
+
<dl>
|
|
10640
|
+
<dd>
|
|
10641
|
+
|
|
10642
|
+
```typescript
|
|
10643
|
+
await client.conversationalAi.conversations.topics.get("agent_id");
|
|
10644
|
+
|
|
10645
|
+
```
|
|
10646
|
+
</dd>
|
|
10647
|
+
</dl>
|
|
10648
|
+
</dd>
|
|
10649
|
+
</dl>
|
|
10650
|
+
|
|
10651
|
+
#### ⚙️ Parameters
|
|
10652
|
+
|
|
10653
|
+
<dl>
|
|
10654
|
+
<dd>
|
|
10655
|
+
|
|
10656
|
+
<dl>
|
|
10657
|
+
<dd>
|
|
10658
|
+
|
|
10659
|
+
**agent_id:** `string` — ID of the agent
|
|
10660
|
+
|
|
10661
|
+
</dd>
|
|
10662
|
+
</dl>
|
|
10663
|
+
|
|
10664
|
+
<dl>
|
|
10665
|
+
<dd>
|
|
10666
|
+
|
|
10667
|
+
**requestOptions:** `TopicsClient.RequestOptions`
|
|
10668
|
+
|
|
10669
|
+
</dd>
|
|
10670
|
+
</dl>
|
|
10671
|
+
</dd>
|
|
10672
|
+
</dl>
|
|
10673
|
+
|
|
10674
|
+
|
|
10397
10675
|
</dd>
|
|
10398
10676
|
</dl>
|
|
10399
10677
|
</details>
|
|
@@ -11136,7 +11414,7 @@ await client.conversationalAi.knowledgeBase.documents.getAgents("21m00Tcm4TlvDq8
|
|
|
11136
11414
|
</dl>
|
|
11137
11415
|
</details>
|
|
11138
11416
|
|
|
11139
|
-
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">getContent</a>(documentation_id) ->
|
|
11417
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">getContent</a>(documentation_id) -> string</code></summary>
|
|
11140
11418
|
<dl>
|
|
11141
11419
|
<dd>
|
|
11142
11420
|
|
|
@@ -11163,7 +11441,7 @@ Get the entire content of a document from the knowledge base
|
|
|
11163
11441
|
<dd>
|
|
11164
11442
|
|
|
11165
11443
|
```typescript
|
|
11166
|
-
await client.conversationalAi.knowledgeBase.documents.getContent("
|
|
11444
|
+
await client.conversationalAi.knowledgeBase.documents.getContent("documentation_id");
|
|
11167
11445
|
|
|
11168
11446
|
```
|
|
11169
11447
|
</dd>
|
|
@@ -12256,6 +12534,281 @@ await client.conversationalAi.mcpServers.toolConfigs.update("mcp_server_id", "to
|
|
|
12256
12534
|
</dl>
|
|
12257
12535
|
|
|
12258
12536
|
|
|
12537
|
+
</dd>
|
|
12538
|
+
</dl>
|
|
12539
|
+
</details>
|
|
12540
|
+
|
|
12541
|
+
## ConversationalAi Tests Folders
|
|
12542
|
+
<details><summary><code>client.conversationalAi.tests.folders.<a href="/src/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.ts">create</a>({ ...params }) -> ElevenLabs.CreateAgentTestFolderResponseModel</code></summary>
|
|
12543
|
+
<dl>
|
|
12544
|
+
<dd>
|
|
12545
|
+
|
|
12546
|
+
#### 📝 Description
|
|
12547
|
+
|
|
12548
|
+
<dl>
|
|
12549
|
+
<dd>
|
|
12550
|
+
|
|
12551
|
+
<dl>
|
|
12552
|
+
<dd>
|
|
12553
|
+
|
|
12554
|
+
Creates a folder for organizing agent tests.
|
|
12555
|
+
</dd>
|
|
12556
|
+
</dl>
|
|
12557
|
+
</dd>
|
|
12558
|
+
</dl>
|
|
12559
|
+
|
|
12560
|
+
#### 🔌 Usage
|
|
12561
|
+
|
|
12562
|
+
<dl>
|
|
12563
|
+
<dd>
|
|
12564
|
+
|
|
12565
|
+
<dl>
|
|
12566
|
+
<dd>
|
|
12567
|
+
|
|
12568
|
+
```typescript
|
|
12569
|
+
await client.conversationalAi.tests.folders.create({
|
|
12570
|
+
name: "name"
|
|
12571
|
+
});
|
|
12572
|
+
|
|
12573
|
+
```
|
|
12574
|
+
</dd>
|
|
12575
|
+
</dl>
|
|
12576
|
+
</dd>
|
|
12577
|
+
</dl>
|
|
12578
|
+
|
|
12579
|
+
#### ⚙️ Parameters
|
|
12580
|
+
|
|
12581
|
+
<dl>
|
|
12582
|
+
<dd>
|
|
12583
|
+
|
|
12584
|
+
<dl>
|
|
12585
|
+
<dd>
|
|
12586
|
+
|
|
12587
|
+
**request:** `ElevenLabs.conversationalAi.tests.BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost`
|
|
12588
|
+
|
|
12589
|
+
</dd>
|
|
12590
|
+
</dl>
|
|
12591
|
+
|
|
12592
|
+
<dl>
|
|
12593
|
+
<dd>
|
|
12594
|
+
|
|
12595
|
+
**requestOptions:** `FoldersClient.RequestOptions`
|
|
12596
|
+
|
|
12597
|
+
</dd>
|
|
12598
|
+
</dl>
|
|
12599
|
+
</dd>
|
|
12600
|
+
</dl>
|
|
12601
|
+
|
|
12602
|
+
|
|
12603
|
+
</dd>
|
|
12604
|
+
</dl>
|
|
12605
|
+
</details>
|
|
12606
|
+
|
|
12607
|
+
<details><summary><code>client.conversationalAi.tests.folders.<a href="/src/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.ts">get</a>(folder_id) -> ElevenLabs.GetAgentTestFolderResponseModel</code></summary>
|
|
12608
|
+
<dl>
|
|
12609
|
+
<dd>
|
|
12610
|
+
|
|
12611
|
+
#### 📝 Description
|
|
12612
|
+
|
|
12613
|
+
<dl>
|
|
12614
|
+
<dd>
|
|
12615
|
+
|
|
12616
|
+
<dl>
|
|
12617
|
+
<dd>
|
|
12618
|
+
|
|
12619
|
+
Gets an agent test folder by ID, including its folder path.
|
|
12620
|
+
</dd>
|
|
12621
|
+
</dl>
|
|
12622
|
+
</dd>
|
|
12623
|
+
</dl>
|
|
12624
|
+
|
|
12625
|
+
#### 🔌 Usage
|
|
12626
|
+
|
|
12627
|
+
<dl>
|
|
12628
|
+
<dd>
|
|
12629
|
+
|
|
12630
|
+
<dl>
|
|
12631
|
+
<dd>
|
|
12632
|
+
|
|
12633
|
+
```typescript
|
|
12634
|
+
await client.conversationalAi.tests.folders.get("tfld_7301khxdkycse5f88fzjdtrterzm");
|
|
12635
|
+
|
|
12636
|
+
```
|
|
12637
|
+
</dd>
|
|
12638
|
+
</dl>
|
|
12639
|
+
</dd>
|
|
12640
|
+
</dl>
|
|
12641
|
+
|
|
12642
|
+
#### ⚙️ Parameters
|
|
12643
|
+
|
|
12644
|
+
<dl>
|
|
12645
|
+
<dd>
|
|
12646
|
+
|
|
12647
|
+
<dl>
|
|
12648
|
+
<dd>
|
|
12649
|
+
|
|
12650
|
+
**folder_id:** `string` — The folder ID.
|
|
12651
|
+
|
|
12652
|
+
</dd>
|
|
12653
|
+
</dl>
|
|
12654
|
+
|
|
12655
|
+
<dl>
|
|
12656
|
+
<dd>
|
|
12657
|
+
|
|
12658
|
+
**requestOptions:** `FoldersClient.RequestOptions`
|
|
12659
|
+
|
|
12660
|
+
</dd>
|
|
12661
|
+
</dl>
|
|
12662
|
+
</dd>
|
|
12663
|
+
</dl>
|
|
12664
|
+
|
|
12665
|
+
|
|
12666
|
+
</dd>
|
|
12667
|
+
</dl>
|
|
12668
|
+
</details>
|
|
12669
|
+
|
|
12670
|
+
<details><summary><code>client.conversationalAi.tests.folders.<a href="/src/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.ts">delete</a>(folder_id, { ...params }) -> void</code></summary>
|
|
12671
|
+
<dl>
|
|
12672
|
+
<dd>
|
|
12673
|
+
|
|
12674
|
+
#### 📝 Description
|
|
12675
|
+
|
|
12676
|
+
<dl>
|
|
12677
|
+
<dd>
|
|
12678
|
+
|
|
12679
|
+
<dl>
|
|
12680
|
+
<dd>
|
|
12681
|
+
|
|
12682
|
+
Deletes an agent test folder by ID. Use force=true to delete a non-empty folder and all its contents.
|
|
12683
|
+
</dd>
|
|
12684
|
+
</dl>
|
|
12685
|
+
</dd>
|
|
12686
|
+
</dl>
|
|
12687
|
+
|
|
12688
|
+
#### 🔌 Usage
|
|
12689
|
+
|
|
12690
|
+
<dl>
|
|
12691
|
+
<dd>
|
|
12692
|
+
|
|
12693
|
+
<dl>
|
|
12694
|
+
<dd>
|
|
12695
|
+
|
|
12696
|
+
```typescript
|
|
12697
|
+
await client.conversationalAi.tests.folders.delete("tfld_7301khxdkycse5f88fzjdtrterzm", {
|
|
12698
|
+
force: true
|
|
12699
|
+
});
|
|
12700
|
+
|
|
12701
|
+
```
|
|
12702
|
+
</dd>
|
|
12703
|
+
</dl>
|
|
12704
|
+
</dd>
|
|
12705
|
+
</dl>
|
|
12706
|
+
|
|
12707
|
+
#### ⚙️ Parameters
|
|
12708
|
+
|
|
12709
|
+
<dl>
|
|
12710
|
+
<dd>
|
|
12711
|
+
|
|
12712
|
+
<dl>
|
|
12713
|
+
<dd>
|
|
12714
|
+
|
|
12715
|
+
**folder_id:** `string` — The folder ID.
|
|
12716
|
+
|
|
12717
|
+
</dd>
|
|
12718
|
+
</dl>
|
|
12719
|
+
|
|
12720
|
+
<dl>
|
|
12721
|
+
<dd>
|
|
12722
|
+
|
|
12723
|
+
**request:** `ElevenLabs.conversationalAi.tests.FoldersDeleteRequest`
|
|
12724
|
+
|
|
12725
|
+
</dd>
|
|
12726
|
+
</dl>
|
|
12727
|
+
|
|
12728
|
+
<dl>
|
|
12729
|
+
<dd>
|
|
12730
|
+
|
|
12731
|
+
**requestOptions:** `FoldersClient.RequestOptions`
|
|
12732
|
+
|
|
12733
|
+
</dd>
|
|
12734
|
+
</dl>
|
|
12735
|
+
</dd>
|
|
12736
|
+
</dl>
|
|
12737
|
+
|
|
12738
|
+
|
|
12739
|
+
</dd>
|
|
12740
|
+
</dl>
|
|
12741
|
+
</details>
|
|
12742
|
+
|
|
12743
|
+
<details><summary><code>client.conversationalAi.tests.folders.<a href="/src/api/resources/conversationalAi/resources/tests/resources/folders/client/Client.ts">update</a>(folder_id, { ...params }) -> ElevenLabs.GetAgentTestFolderResponseModel</code></summary>
|
|
12744
|
+
<dl>
|
|
12745
|
+
<dd>
|
|
12746
|
+
|
|
12747
|
+
#### 📝 Description
|
|
12748
|
+
|
|
12749
|
+
<dl>
|
|
12750
|
+
<dd>
|
|
12751
|
+
|
|
12752
|
+
<dl>
|
|
12753
|
+
<dd>
|
|
12754
|
+
|
|
12755
|
+
Updates an agent test folder. Currently only supports updating the folder name.
|
|
12756
|
+
</dd>
|
|
12757
|
+
</dl>
|
|
12758
|
+
</dd>
|
|
12759
|
+
</dl>
|
|
12760
|
+
|
|
12761
|
+
#### 🔌 Usage
|
|
12762
|
+
|
|
12763
|
+
<dl>
|
|
12764
|
+
<dd>
|
|
12765
|
+
|
|
12766
|
+
<dl>
|
|
12767
|
+
<dd>
|
|
12768
|
+
|
|
12769
|
+
```typescript
|
|
12770
|
+
await client.conversationalAi.tests.folders.update("tfld_7301khxdkycse5f88fzjdtrterzm", {
|
|
12771
|
+
name: "name"
|
|
12772
|
+
});
|
|
12773
|
+
|
|
12774
|
+
```
|
|
12775
|
+
</dd>
|
|
12776
|
+
</dl>
|
|
12777
|
+
</dd>
|
|
12778
|
+
</dl>
|
|
12779
|
+
|
|
12780
|
+
#### ⚙️ Parameters
|
|
12781
|
+
|
|
12782
|
+
<dl>
|
|
12783
|
+
<dd>
|
|
12784
|
+
|
|
12785
|
+
<dl>
|
|
12786
|
+
<dd>
|
|
12787
|
+
|
|
12788
|
+
**folder_id:** `string` — The folder ID.
|
|
12789
|
+
|
|
12790
|
+
</dd>
|
|
12791
|
+
</dl>
|
|
12792
|
+
|
|
12793
|
+
<dl>
|
|
12794
|
+
<dd>
|
|
12795
|
+
|
|
12796
|
+
**request:** `ElevenLabs.conversationalAi.tests.BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch`
|
|
12797
|
+
|
|
12798
|
+
</dd>
|
|
12799
|
+
</dl>
|
|
12800
|
+
|
|
12801
|
+
<dl>
|
|
12802
|
+
<dd>
|
|
12803
|
+
|
|
12804
|
+
**requestOptions:** `FoldersClient.RequestOptions`
|
|
12805
|
+
|
|
12806
|
+
</dd>
|
|
12807
|
+
</dl>
|
|
12808
|
+
</dd>
|
|
12809
|
+
</dl>
|
|
12810
|
+
|
|
12811
|
+
|
|
12259
12812
|
</dd>
|
|
12260
12813
|
</dl>
|
|
12261
12814
|
</details>
|
|
@@ -5,5 +5,6 @@ export declare const BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranc
|
|
|
5
5
|
export declare namespace BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost {
|
|
6
6
|
interface Raw {
|
|
7
7
|
archive_source_branch?: boolean | null;
|
|
8
|
+
force?: boolean | null;
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -38,4 +38,5 @@ exports.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBran
|
|
|
38
38
|
const core = __importStar(require("../../../../../../../../../core"));
|
|
39
39
|
exports.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost = core.serialization.object({
|
|
40
40
|
archiveSourceBranch: core.serialization.property("archive_source_branch", core.serialization.boolean().optional()),
|
|
41
|
+
force: core.serialization.boolean().optional(),
|
|
41
42
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../index";
|
|
4
|
+
export declare const BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost: core.serialization.Schema<serializers.conversationalAi.BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.Raw, ElevenLabs.conversationalAi.BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost>;
|
|
5
|
+
export declare namespace BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost {
|
|
6
|
+
interface Raw {
|
|
7
|
+
entity_ids: string[];
|
|
8
|
+
move_to?: string | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../core"));
|
|
39
|
+
exports.BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost = core.serialization.object({
|
|
40
|
+
entityIds: core.serialization.property("entity_ids", core.serialization.list(core.serialization.string())),
|
|
41
|
+
moveTo: core.serialization.property("move_to", core.serialization.string().optional()),
|
|
42
|
+
});
|