@elevenlabs/elevenlabs-js 2.41.1 → 2.42.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/BaseClient.js +2 -2
- 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/FoldersDeleteRequest.d.ts +10 -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/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/AnalysisScope.d.ts +5 -0
- package/api/types/AnalysisScope.js +8 -0
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.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/{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/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/GetWhatsAppAccountResponse.d.ts +1 -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/MultichannelSpeechToTextResponseModel.d.ts +2 -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/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/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/index.d.ts +32 -2
- package/api/types/index.js +32 -2
- package/dist/BaseClient.js +2 -2
- 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/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/AnalysisScope.d.ts +5 -0
- package/dist/api/types/AnalysisScope.js +8 -0
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.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/{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/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/GetWhatsAppAccountResponse.d.ts +1 -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/MultichannelSpeechToTextResponseModel.d.ts +2 -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/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/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/index.d.ts +32 -2
- package/dist/api/types/index.js +32 -2
- 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/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/AnalysisScope.d.ts +7 -0
- package/dist/serialization/types/AnalysisScope.js +39 -0
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -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/{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/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/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -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/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.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/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/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/index.d.ts +32 -2
- package/dist/serialization/types/index.js +32 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +340 -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/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/AnalysisScope.d.ts +7 -0
- package/serialization/types/AnalysisScope.js +39 -0
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +2 -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/{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/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/GetWhatsAppAccountResponse.d.ts +1 -0
- package/serialization/types/GetWhatsAppAccountResponse.js +1 -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/MultichannelSpeechToTextResponseModel.d.ts +1 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.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/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/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/index.d.ts +32 -2
- package/serialization/types/index.js +32 -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/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
- /package/api/{types/PromptAgentApiModelOverride.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
- /package/{dist/api/types/EvaluationSettings.js → api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js} +0 -0
- /package/{dist/api/types/PromptAgentApiModelOverride.js → api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js} +0 -0
package/dist/api/types/index.js
CHANGED
|
@@ -69,6 +69,7 @@ __exportStar(require("./AgentWorkspaceOverridesOutput"), exports);
|
|
|
69
69
|
__exportStar(require("./Alignment"), exports);
|
|
70
70
|
__exportStar(require("./AllowedOutputFormats"), exports);
|
|
71
71
|
__exportStar(require("./AllowlistItem"), exports);
|
|
72
|
+
__exportStar(require("./AnalysisScope"), exports);
|
|
72
73
|
__exportStar(require("./ApiIntegrationOAuth2AuthCodeResponse"), exports);
|
|
73
74
|
__exportStar(require("./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator"), exports);
|
|
74
75
|
__exportStar(require("./ApiIntegrationWebhookOverrides"), exports);
|
|
@@ -333,14 +334,18 @@ __exportStar(require("./ConvertChapterResponseModel"), exports);
|
|
|
333
334
|
__exportStar(require("./ConvertProjectResponseModel"), exports);
|
|
334
335
|
__exportStar(require("./CreateAgentBranchResponseModel"), exports);
|
|
335
336
|
__exportStar(require("./CreateAgentResponseModel"), exports);
|
|
337
|
+
__exportStar(require("./CreateAgentRuleParams"), exports);
|
|
338
|
+
__exportStar(require("./CreateAgentTestFolderResponseModel"), exports);
|
|
336
339
|
__exportStar(require("./CreateAgentTestResponseModel"), exports);
|
|
337
340
|
__exportStar(require("./CreateAssetParams"), exports);
|
|
338
341
|
__exportStar(require("./CreateAudioNativeProjectRequest"), exports);
|
|
339
342
|
__exportStar(require("./CreateAuthConnectionEnvironmentVariableRequest"), exports);
|
|
340
343
|
__exportStar(require("./CreateBasicAuthRequest"), exports);
|
|
341
344
|
__exportStar(require("./CreateClientAppointmentParams"), exports);
|
|
345
|
+
__exportStar(require("./CreateClientInteractionParams"), exports);
|
|
342
346
|
__exportStar(require("./CreateClientParams"), exports);
|
|
343
347
|
__exportStar(require("./CreateCustomHeaderAuthRequest"), exports);
|
|
348
|
+
__exportStar(require("./CreateHolidayParams"), exports);
|
|
344
349
|
__exportStar(require("./CreateMtlsAuthRequest"), exports);
|
|
345
350
|
__exportStar(require("./CreateOAuth2ClientCredsRequest"), exports);
|
|
346
351
|
__exportStar(require("./CreateOAuth2JwtRequest"), exports);
|
|
@@ -352,6 +357,7 @@ __exportStar(require("./CreatePrivateKeyJwtRequestAlgorithm"), exports);
|
|
|
352
357
|
__exportStar(require("./CreateProductParams"), exports);
|
|
353
358
|
__exportStar(require("./CreatePronunciationDictionaryResponseModel"), exports);
|
|
354
359
|
__exportStar(require("./CreateRentalBookingParams"), exports);
|
|
360
|
+
__exportStar(require("./CreateRentalServiceParams"), exports);
|
|
355
361
|
__exportStar(require("./CreateResponseUnitTestRequest"), exports);
|
|
356
362
|
__exportStar(require("./CreateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
357
363
|
__exportStar(require("./CreateSecretEnvironmentVariableRequest"), exports);
|
|
@@ -384,16 +390,20 @@ __exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
|
384
390
|
__exportStar(require("./DataCollectionResultCommonModel"), exports);
|
|
385
391
|
__exportStar(require("./DefaultSharingGroupResponseModel"), exports);
|
|
386
392
|
__exportStar(require("./DefaultSharingGroupResponseModelPermissionLevel"), exports);
|
|
393
|
+
__exportStar(require("./DeleteAgentRuleParams"), exports);
|
|
387
394
|
__exportStar(require("./DeleteAssetParams"), exports);
|
|
388
395
|
__exportStar(require("./DeleteCalendarEventParams"), exports);
|
|
389
396
|
__exportStar(require("./DeleteChapterRequest"), exports);
|
|
390
397
|
__exportStar(require("./DeleteChapterResponseModel"), exports);
|
|
398
|
+
__exportStar(require("./DeleteClientInteractionParams"), exports);
|
|
391
399
|
__exportStar(require("./DeleteClientParams"), exports);
|
|
392
400
|
__exportStar(require("./DeleteDubbingResponseModel"), exports);
|
|
393
401
|
__exportStar(require("./DeleteHistoryItemResponse"), exports);
|
|
402
|
+
__exportStar(require("./DeleteHolidayParams"), exports);
|
|
394
403
|
__exportStar(require("./DeleteProductParams"), exports);
|
|
395
404
|
__exportStar(require("./DeleteProjectRequest"), exports);
|
|
396
405
|
__exportStar(require("./DeleteProjectResponseModel"), exports);
|
|
406
|
+
__exportStar(require("./DeleteRentalServiceParams"), exports);
|
|
397
407
|
__exportStar(require("./DeleteSampleResponse"), exports);
|
|
398
408
|
__exportStar(require("./DeleteServiceParams"), exports);
|
|
399
409
|
__exportStar(require("./DeleteStaffParams"), exports);
|
|
@@ -469,7 +479,8 @@ __exportStar(require("./EnvironmentVariableResponseValues"), exports);
|
|
|
469
479
|
__exportStar(require("./EnvironmentVariableSecretValue"), exports);
|
|
470
480
|
__exportStar(require("./EnvironmentVariableSecretValueRequest"), exports);
|
|
471
481
|
__exportStar(require("./EnvironmentVariablesListResponse"), exports);
|
|
472
|
-
__exportStar(require("./
|
|
482
|
+
__exportStar(require("./EvaluationSettingsInput"), exports);
|
|
483
|
+
__exportStar(require("./EvaluationSettingsOutput"), exports);
|
|
473
484
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
474
485
|
__exportStar(require("./ExactParameterEvaluationStrategy"), exports);
|
|
475
486
|
__exportStar(require("./ExportOptions"), exports);
|
|
@@ -500,7 +511,11 @@ __exportStar(require("./GetAgentLinkResponseModel"), exports);
|
|
|
500
511
|
__exportStar(require("./GetAgentResponseModel"), exports);
|
|
501
512
|
__exportStar(require("./GetAgentResponseModelPhoneNumbersItem"), exports);
|
|
502
513
|
__exportStar(require("./GetAgentsPageResponseModel"), exports);
|
|
514
|
+
__exportStar(require("./GetAgentTestFolderResponseModel"), exports);
|
|
515
|
+
__exportStar(require("./GetAnalyticsSummaryParams"), exports);
|
|
503
516
|
__exportStar(require("./GetAudioNativeProjectSettingsResponseModel"), exports);
|
|
517
|
+
__exportStar(require("./GetBookingPageSettingsParams"), exports);
|
|
518
|
+
__exportStar(require("./GetBookingSlugStatusParams"), exports);
|
|
504
519
|
__exportStar(require("./GetChapterRequest"), exports);
|
|
505
520
|
__exportStar(require("./GetChapterSnapshotsRequest"), exports);
|
|
506
521
|
__exportStar(require("./GetChaptersRequest"), exports);
|
|
@@ -551,6 +566,7 @@ __exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelPermissi
|
|
|
551
566
|
__exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelRulesItem"), exports);
|
|
552
567
|
__exportStar(require("./GetResponseUnitTestResponseModel"), exports);
|
|
553
568
|
__exportStar(require("./GetResponseUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
569
|
+
__exportStar(require("./GetScheduleParams"), exports);
|
|
554
570
|
__exportStar(require("./GetSimulationTestResponseModel"), exports);
|
|
555
571
|
__exportStar(require("./GetSimulationTestResponseModelDynamicVariablesValue"), exports);
|
|
556
572
|
__exportStar(require("./GetSpeechHistoryResponse"), exports);
|
|
@@ -605,11 +621,14 @@ __exportStar(require("./LanguagePresetTranslation"), exports);
|
|
|
605
621
|
__exportStar(require("./LanguageResponse"), exports);
|
|
606
622
|
__exportStar(require("./LibraryVoiceResponse"), exports);
|
|
607
623
|
__exportStar(require("./LibraryVoiceResponseModelCategory"), exports);
|
|
624
|
+
__exportStar(require("./ListAgentRulesParams"), exports);
|
|
608
625
|
__exportStar(require("./ListAssetsParams"), exports);
|
|
609
626
|
__exportStar(require("./ListAuthConnectionsResponse"), exports);
|
|
610
627
|
__exportStar(require("./ListAuthConnectionsResponseAuthConnectionsItem"), exports);
|
|
611
628
|
__exportStar(require("./ListCalendarEventsParams"), exports);
|
|
629
|
+
__exportStar(require("./ListClientInteractionsParams"), exports);
|
|
612
630
|
__exportStar(require("./ListClientsParams"), exports);
|
|
631
|
+
__exportStar(require("./ListHolidaysParams"), exports);
|
|
613
632
|
__exportStar(require("./ListMcpToolsResponseModel"), exports);
|
|
614
633
|
__exportStar(require("./ListProductsParams"), exports);
|
|
615
634
|
__exportStar(require("./ListRentalServicesParams"), exports);
|
|
@@ -778,8 +797,9 @@ __exportStar(require("./PromptAgentApiModelInputToolsItem"), exports);
|
|
|
778
797
|
__exportStar(require("./PromptAgentApiModelOutput"), exports);
|
|
779
798
|
__exportStar(require("./PromptAgentApiModelOutputBackupLlmConfig"), exports);
|
|
780
799
|
__exportStar(require("./PromptAgentApiModelOutputToolsItem"), exports);
|
|
781
|
-
__exportStar(require("./PromptAgentApiModelOverride"), exports);
|
|
782
800
|
__exportStar(require("./PromptAgentApiModelOverrideConfig"), exports);
|
|
801
|
+
__exportStar(require("./PromptAgentApiModelOverrideInput"), exports);
|
|
802
|
+
__exportStar(require("./PromptAgentApiModelOverrideOutput"), exports);
|
|
783
803
|
__exportStar(require("./PromptAgentApiModelWorkflowOverrideInput"), exports);
|
|
784
804
|
__exportStar(require("./PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig"), exports);
|
|
785
805
|
__exportStar(require("./PromptAgentApiModelWorkflowOverrideInputToolsItem"), exports);
|
|
@@ -854,6 +874,7 @@ __exportStar(require("./SayNodeLiteralMessageInput"), exports);
|
|
|
854
874
|
__exportStar(require("./SayNodeLiteralMessageOutput"), exports);
|
|
855
875
|
__exportStar(require("./SayNodePromptMessageInput"), exports);
|
|
856
876
|
__exportStar(require("./SayNodePromptMessageOutput"), exports);
|
|
877
|
+
__exportStar(require("./ScopedAnalysisResult"), exports);
|
|
857
878
|
__exportStar(require("./ScribeAuthErrorPayload"), exports);
|
|
858
879
|
__exportStar(require("./ScribeChunkSizeExceededErrorPayload"), exports);
|
|
859
880
|
__exportStar(require("./ScribeErrorPayload"), exports);
|
|
@@ -885,6 +906,7 @@ __exportStar(require("./SendTextMulti"), exports);
|
|
|
885
906
|
__exportStar(require("./SessionStartedPayload"), exports);
|
|
886
907
|
__exportStar(require("./SessionStartedPayloadConfig"), exports);
|
|
887
908
|
__exportStar(require("./SessionStartedPayloadConfigCommitStrategy"), exports);
|
|
909
|
+
__exportStar(require("./SetBookingSlugParams"), exports);
|
|
888
910
|
__exportStar(require("./SfxSourceContext"), exports);
|
|
889
911
|
__exportStar(require("./ShareOptionResponseModel"), exports);
|
|
890
912
|
__exportStar(require("./ShareOptionResponseModelType"), exports);
|
|
@@ -975,6 +997,7 @@ __exportStar(require("./TextToSpeechStreamWithTimestampsRequest"), exports);
|
|
|
975
997
|
__exportStar(require("./TextToSpeechWithTimestampsRequest"), exports);
|
|
976
998
|
__exportStar(require("./ThresholdGuardrail"), exports);
|
|
977
999
|
__exportStar(require("./TimeRange"), exports);
|
|
1000
|
+
__exportStar(require("./ToDialogueSettingsResponseModel"), exports);
|
|
978
1001
|
__exportStar(require("./TokenResponseModel"), exports);
|
|
979
1002
|
__exportStar(require("./Tool"), exports);
|
|
980
1003
|
__exportStar(require("./ToolAnnotations"), exports);
|
|
@@ -1039,14 +1062,20 @@ __exportStar(require("./UnitTestToolCallEvaluationModelOutput"), exports);
|
|
|
1039
1062
|
__exportStar(require("./UnitTestToolCallParameter"), exports);
|
|
1040
1063
|
__exportStar(require("./UnitTestToolCallParameterEval"), exports);
|
|
1041
1064
|
__exportStar(require("./UnitTestWorkflowNodeTransitionEvaluationNodeId"), exports);
|
|
1065
|
+
__exportStar(require("./UpdateAgentRuleParams"), exports);
|
|
1042
1066
|
__exportStar(require("./UpdateAssetParams"), exports);
|
|
1043
1067
|
__exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
|
|
1068
|
+
__exportStar(require("./UpdateBookingPageSettingsParams"), exports);
|
|
1069
|
+
__exportStar(require("./UpdateBusinessInfoParams"), exports);
|
|
1044
1070
|
__exportStar(require("./UpdateCalendarEventParams"), exports);
|
|
1045
1071
|
__exportStar(require("./UpdateChapterRequest"), exports);
|
|
1046
1072
|
__exportStar(require("./UpdateClientParams"), exports);
|
|
1073
|
+
__exportStar(require("./UpdateCustomerFacingConfigParams"), exports);
|
|
1074
|
+
__exportStar(require("./UpdateHolidayParams"), exports);
|
|
1047
1075
|
__exportStar(require("./UpdateProductParams"), exports);
|
|
1048
1076
|
__exportStar(require("./UpdateProjectRequest"), exports);
|
|
1049
1077
|
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|
|
1078
|
+
__exportStar(require("./UpdateRentalServiceParams"), exports);
|
|
1050
1079
|
__exportStar(require("./UpdateResponseUnitTestRequest"), exports);
|
|
1051
1080
|
__exportStar(require("./UpdateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
1052
1081
|
__exportStar(require("./UpdateServiceParams"), exports);
|
|
@@ -1077,6 +1106,7 @@ __exportStar(require("./VideoAnalysisStatus"), exports);
|
|
|
1077
1106
|
__exportStar(require("./VideoKeyMoment"), exports);
|
|
1078
1107
|
__exportStar(require("./VideoSegment"), exports);
|
|
1079
1108
|
__exportStar(require("./VideoSubject"), exports);
|
|
1109
|
+
__exportStar(require("./VisitedAgentRef"), exports);
|
|
1080
1110
|
__exportStar(require("./Voice"), exports);
|
|
1081
1111
|
__exportStar(require("./VoiceCategory"), exports);
|
|
1082
1112
|
__exportStar(require("./VoiceDesignPreviewResponse"), exports);
|
|
@@ -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
|
+
});
|
package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTestsByIdsRequestModel = void 0;
|
|
3
|
+
exports.ListTestsByIdsRequestModel = exports.BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost = void 0;
|
|
4
|
+
var BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost_1 = require("./BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost");
|
|
5
|
+
Object.defineProperty(exports, "BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost", { enumerable: true, get: function () { return BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost_1.BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost; } });
|
|
4
6
|
var ListTestsByIdsRequestModel_1 = require("./ListTestsByIdsRequestModel");
|
|
5
7
|
Object.defineProperty(exports, "ListTestsByIdsRequestModel", { enumerable: true, get: function () { return ListTestsByIdsRequestModel_1.ListTestsByIdsRequestModel; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,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 BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost: core.serialization.Schema<serializers.conversationalAi.tests.BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.Raw, ElevenLabs.conversationalAi.tests.BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost>;
|
|
5
|
+
export declare namespace BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost {
|
|
6
|
+
interface Raw {
|
|
7
|
+
name: string;
|
|
8
|
+
parent_folder_id?: 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.BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../../core"));
|
|
39
|
+
exports.BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost = core.serialization.object({
|
|
40
|
+
name: core.serialization.string(),
|
|
41
|
+
parentFolderId: core.serialization.property("parent_folder_id", core.serialization.string().optional()),
|
|
42
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
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 BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch: core.serialization.Schema<serializers.conversationalAi.tests.BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.Raw, ElevenLabs.conversationalAi.tests.BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch>;
|
|
5
|
+
export declare namespace BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch {
|
|
6
|
+
interface Raw {
|
|
7
|
+
name: string;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../../core"));
|
|
39
|
+
exports.BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch = core.serialization.object({
|
|
40
|
+
name: core.serialization.string(),
|
|
41
|
+
});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost } from "./BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost";
|
|
2
|
+
export { BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch } from "./BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch = exports.BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost = void 0;
|
|
4
|
+
var BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost_1 = require("./BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost");
|
|
5
|
+
Object.defineProperty(exports, "BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost", { enumerable: true, get: function () { return BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost_1.BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost; } });
|
|
6
|
+
var BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch_1 = require("./BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch");
|
|
7
|
+
Object.defineProperty(exports, "BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch", { enumerable: true, get: function () { return BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch_1.BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch; } });
|
package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
package/dist/serialization/resources/conversationalAi/resources/tests/resources/folders/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -36,6 +36,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.invocations = void 0;
|
|
39
|
+
exports.invocations = exports.folders = void 0;
|
|
40
|
+
exports.folders = __importStar(require("./folders"));
|
|
41
|
+
__exportStar(require("./folders/client/requests"), exports);
|
|
40
42
|
exports.invocations = __importStar(require("./invocations"));
|
|
41
43
|
__exportStar(require("./invocations/client/requests"), exports);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import {
|
|
4
|
+
import { PromptAgentApiModelOverrideInput } from "./PromptAgentApiModelOverrideInput";
|
|
5
5
|
export declare const AgentConfigOverrideInput: core.serialization.ObjectSchema<serializers.AgentConfigOverrideInput.Raw, ElevenLabs.AgentConfigOverrideInput>;
|
|
6
6
|
export declare namespace AgentConfigOverrideInput {
|
|
7
7
|
interface Raw {
|
|
8
8
|
first_message?: string | null;
|
|
9
9
|
language?: string | null;
|
|
10
10
|
max_conversation_duration_message?: string | null;
|
|
11
|
-
prompt?:
|
|
11
|
+
prompt?: PromptAgentApiModelOverrideInput.Raw | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -36,10 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AgentConfigOverrideInput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
39
|
+
const PromptAgentApiModelOverrideInput_1 = require("./PromptAgentApiModelOverrideInput");
|
|
40
40
|
exports.AgentConfigOverrideInput = core.serialization.object({
|
|
41
41
|
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
42
42
|
language: core.serialization.string().optional(),
|
|
43
43
|
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.string().optional()),
|
|
44
|
-
prompt:
|
|
44
|
+
prompt: PromptAgentApiModelOverrideInput_1.PromptAgentApiModelOverrideInput.optional(),
|
|
45
45
|
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import {
|
|
4
|
+
import { PromptAgentApiModelOverrideOutput } from "./PromptAgentApiModelOverrideOutput";
|
|
5
5
|
export declare const AgentConfigOverrideOutput: core.serialization.ObjectSchema<serializers.AgentConfigOverrideOutput.Raw, ElevenLabs.AgentConfigOverrideOutput>;
|
|
6
6
|
export declare namespace AgentConfigOverrideOutput {
|
|
7
7
|
interface Raw {
|
|
8
8
|
first_message?: string | null;
|
|
9
9
|
language?: string | null;
|
|
10
10
|
max_conversation_duration_message?: string | null;
|
|
11
|
-
prompt?:
|
|
11
|
+
prompt?: PromptAgentApiModelOverrideOutput.Raw | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -36,10 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AgentConfigOverrideOutput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const
|
|
39
|
+
const PromptAgentApiModelOverrideOutput_1 = require("./PromptAgentApiModelOverrideOutput");
|
|
40
40
|
exports.AgentConfigOverrideOutput = core.serialization.object({
|
|
41
41
|
firstMessage: core.serialization.property("first_message", core.serialization.string().optional()),
|
|
42
42
|
language: core.serialization.string().optional(),
|
|
43
43
|
maxConversationDurationMessage: core.serialization.property("max_conversation_duration_message", core.serialization.string().optional()),
|
|
44
|
-
prompt:
|
|
44
|
+
prompt: PromptAgentApiModelOverrideOutput_1.PromptAgentApiModelOverrideOutput.optional(),
|
|
45
45
|
});
|
|
@@ -4,9 +4,10 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { AgentCallLimits } from "./AgentCallLimits";
|
|
5
5
|
import { AgentTestingSettings } from "./AgentTestingSettings";
|
|
6
6
|
import { AgentWorkspaceOverridesInput } from "./AgentWorkspaceOverridesInput";
|
|
7
|
+
import { AnalysisScope } from "./AnalysisScope";
|
|
7
8
|
import { AuthSettings } from "./AuthSettings";
|
|
8
9
|
import { ConversationInitiationClientDataConfigInput } from "./ConversationInitiationClientDataConfigInput";
|
|
9
|
-
import {
|
|
10
|
+
import { EvaluationSettingsInput } from "./EvaluationSettingsInput";
|
|
10
11
|
import { GuardrailsV1Input } from "./GuardrailsV1Input";
|
|
11
12
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
12
13
|
import { PrivacyConfigInput } from "./PrivacyConfigInput";
|
|
@@ -14,9 +15,10 @@ import { WidgetConfig } from "./WidgetConfig";
|
|
|
14
15
|
export declare const AgentPlatformSettingsRequestModel: core.serialization.ObjectSchema<serializers.AgentPlatformSettingsRequestModel.Raw, ElevenLabs.AgentPlatformSettingsRequestModel>;
|
|
15
16
|
export declare namespace AgentPlatformSettingsRequestModel {
|
|
16
17
|
interface Raw {
|
|
17
|
-
evaluation?:
|
|
18
|
+
evaluation?: EvaluationSettingsInput.Raw | null;
|
|
18
19
|
widget?: WidgetConfig.Raw | null;
|
|
19
20
|
data_collection?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
21
|
+
data_collection_scopes?: Record<string, AnalysisScope.Raw> | null;
|
|
20
22
|
overrides?: ConversationInitiationClientDataConfigInput.Raw | null;
|
|
21
23
|
workspace_overrides?: AgentWorkspaceOverridesInput.Raw | null;
|
|
22
24
|
testing?: AgentTestingSettings.Raw | null;
|
|
@@ -39,17 +39,19 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
40
40
|
const AgentTestingSettings_1 = require("./AgentTestingSettings");
|
|
41
41
|
const AgentWorkspaceOverridesInput_1 = require("./AgentWorkspaceOverridesInput");
|
|
42
|
+
const AnalysisScope_1 = require("./AnalysisScope");
|
|
42
43
|
const AuthSettings_1 = require("./AuthSettings");
|
|
43
44
|
const ConversationInitiationClientDataConfigInput_1 = require("./ConversationInitiationClientDataConfigInput");
|
|
44
|
-
const
|
|
45
|
+
const EvaluationSettingsInput_1 = require("./EvaluationSettingsInput");
|
|
45
46
|
const GuardrailsV1Input_1 = require("./GuardrailsV1Input");
|
|
46
47
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
47
48
|
const PrivacyConfigInput_1 = require("./PrivacyConfigInput");
|
|
48
49
|
const WidgetConfig_1 = require("./WidgetConfig");
|
|
49
50
|
exports.AgentPlatformSettingsRequestModel = core.serialization.object({
|
|
50
|
-
evaluation:
|
|
51
|
+
evaluation: EvaluationSettingsInput_1.EvaluationSettingsInput.optional(),
|
|
51
52
|
widget: WidgetConfig_1.WidgetConfig.optional(),
|
|
52
53
|
dataCollection: core.serialization.property("data_collection", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
54
|
+
dataCollectionScopes: core.serialization.property("data_collection_scopes", core.serialization.record(core.serialization.string(), AnalysisScope_1.AnalysisScope).optional()),
|
|
53
55
|
overrides: ConversationInitiationClientDataConfigInput_1.ConversationInitiationClientDataConfigInput.optional(),
|
|
54
56
|
workspaceOverrides: core.serialization.property("workspace_overrides", AgentWorkspaceOverridesInput_1.AgentWorkspaceOverridesInput.optional()),
|
|
55
57
|
testing: AgentTestingSettings_1.AgentTestingSettings.optional(),
|
|
@@ -4,9 +4,10 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { AgentCallLimits } from "./AgentCallLimits";
|
|
5
5
|
import { AgentTestingSettings } from "./AgentTestingSettings";
|
|
6
6
|
import { AgentWorkspaceOverridesOutput } from "./AgentWorkspaceOverridesOutput";
|
|
7
|
+
import { AnalysisScope } from "./AnalysisScope";
|
|
7
8
|
import { AuthSettings } from "./AuthSettings";
|
|
8
9
|
import { ConversationInitiationClientDataConfigOutput } from "./ConversationInitiationClientDataConfigOutput";
|
|
9
|
-
import {
|
|
10
|
+
import { EvaluationSettingsOutput } from "./EvaluationSettingsOutput";
|
|
10
11
|
import { GuardrailsV1Output } from "./GuardrailsV1Output";
|
|
11
12
|
import { LiteralJsonSchemaProperty } from "./LiteralJsonSchemaProperty";
|
|
12
13
|
import { PrivacyConfigOutput } from "./PrivacyConfigOutput";
|
|
@@ -15,9 +16,10 @@ import { WidgetConfig } from "./WidgetConfig";
|
|
|
15
16
|
export declare const AgentPlatformSettingsResponseModel: core.serialization.ObjectSchema<serializers.AgentPlatformSettingsResponseModel.Raw, ElevenLabs.AgentPlatformSettingsResponseModel>;
|
|
16
17
|
export declare namespace AgentPlatformSettingsResponseModel {
|
|
17
18
|
interface Raw {
|
|
18
|
-
evaluation?:
|
|
19
|
+
evaluation?: EvaluationSettingsOutput.Raw | null;
|
|
19
20
|
widget?: WidgetConfig.Raw | null;
|
|
20
21
|
data_collection?: Record<string, LiteralJsonSchemaProperty.Raw> | null;
|
|
22
|
+
data_collection_scopes?: Record<string, AnalysisScope.Raw> | null;
|
|
21
23
|
overrides?: ConversationInitiationClientDataConfigOutput.Raw | null;
|
|
22
24
|
workspace_overrides?: AgentWorkspaceOverridesOutput.Raw | null;
|
|
23
25
|
testing?: AgentTestingSettings.Raw | null;
|
|
@@ -39,18 +39,20 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const AgentCallLimits_1 = require("./AgentCallLimits");
|
|
40
40
|
const AgentTestingSettings_1 = require("./AgentTestingSettings");
|
|
41
41
|
const AgentWorkspaceOverridesOutput_1 = require("./AgentWorkspaceOverridesOutput");
|
|
42
|
+
const AnalysisScope_1 = require("./AnalysisScope");
|
|
42
43
|
const AuthSettings_1 = require("./AuthSettings");
|
|
43
44
|
const ConversationInitiationClientDataConfigOutput_1 = require("./ConversationInitiationClientDataConfigOutput");
|
|
44
|
-
const
|
|
45
|
+
const EvaluationSettingsOutput_1 = require("./EvaluationSettingsOutput");
|
|
45
46
|
const GuardrailsV1Output_1 = require("./GuardrailsV1Output");
|
|
46
47
|
const LiteralJsonSchemaProperty_1 = require("./LiteralJsonSchemaProperty");
|
|
47
48
|
const PrivacyConfigOutput_1 = require("./PrivacyConfigOutput");
|
|
48
49
|
const SafetyResponseModel_1 = require("./SafetyResponseModel");
|
|
49
50
|
const WidgetConfig_1 = require("./WidgetConfig");
|
|
50
51
|
exports.AgentPlatformSettingsResponseModel = core.serialization.object({
|
|
51
|
-
evaluation:
|
|
52
|
+
evaluation: EvaluationSettingsOutput_1.EvaluationSettingsOutput.optional(),
|
|
52
53
|
widget: WidgetConfig_1.WidgetConfig.optional(),
|
|
53
54
|
dataCollection: core.serialization.property("data_collection", core.serialization.record(core.serialization.string(), LiteralJsonSchemaProperty_1.LiteralJsonSchemaProperty).optional()),
|
|
55
|
+
dataCollectionScopes: core.serialization.property("data_collection_scopes", core.serialization.record(core.serialization.string(), AnalysisScope_1.AnalysisScope).optional()),
|
|
54
56
|
overrides: ConversationInitiationClientDataConfigOutput_1.ConversationInitiationClientDataConfigOutput.optional(),
|
|
55
57
|
workspaceOverrides: core.serialization.property("workspace_overrides", AgentWorkspaceOverridesOutput_1.AgentWorkspaceOverridesOutput.optional()),
|
|
56
58
|
testing: AgentTestingSettings_1.AgentTestingSettings.optional(),
|
|
@@ -0,0 +1,7 @@
|
|
|
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 AnalysisScope: core.serialization.Schema<serializers.AnalysisScope.Raw, ElevenLabs.AnalysisScope>;
|
|
5
|
+
export declare namespace AnalysisScope {
|
|
6
|
+
type Raw = "conversation" | "agent";
|
|
7
|
+
}
|