@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
|
@@ -53,6 +53,7 @@ export * from "./AgentWorkspaceOverridesOutput";
|
|
|
53
53
|
export * from "./Alignment";
|
|
54
54
|
export * from "./AllowedOutputFormats";
|
|
55
55
|
export * from "./AllowlistItem";
|
|
56
|
+
export * from "./AnalysisScope";
|
|
56
57
|
export * from "./ApiIntegrationOAuth2AuthCodeResponse";
|
|
57
58
|
export * from "./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator";
|
|
58
59
|
export * from "./ApiIntegrationWebhookOverrides";
|
|
@@ -317,14 +318,18 @@ export * from "./ConvertChapterResponseModel";
|
|
|
317
318
|
export * from "./ConvertProjectResponseModel";
|
|
318
319
|
export * from "./CreateAgentBranchResponseModel";
|
|
319
320
|
export * from "./CreateAgentResponseModel";
|
|
321
|
+
export * from "./CreateAgentRuleParams";
|
|
322
|
+
export * from "./CreateAgentTestFolderResponseModel";
|
|
320
323
|
export * from "./CreateAgentTestResponseModel";
|
|
321
324
|
export * from "./CreateAssetParams";
|
|
322
325
|
export * from "./CreateAudioNativeProjectRequest";
|
|
323
326
|
export * from "./CreateAuthConnectionEnvironmentVariableRequest";
|
|
324
327
|
export * from "./CreateBasicAuthRequest";
|
|
325
328
|
export * from "./CreateClientAppointmentParams";
|
|
329
|
+
export * from "./CreateClientInteractionParams";
|
|
326
330
|
export * from "./CreateClientParams";
|
|
327
331
|
export * from "./CreateCustomHeaderAuthRequest";
|
|
332
|
+
export * from "./CreateHolidayParams";
|
|
328
333
|
export * from "./CreateMtlsAuthRequest";
|
|
329
334
|
export * from "./CreateOAuth2ClientCredsRequest";
|
|
330
335
|
export * from "./CreateOAuth2JwtRequest";
|
|
@@ -336,6 +341,7 @@ export * from "./CreatePrivateKeyJwtRequestAlgorithm";
|
|
|
336
341
|
export * from "./CreateProductParams";
|
|
337
342
|
export * from "./CreatePronunciationDictionaryResponseModel";
|
|
338
343
|
export * from "./CreateRentalBookingParams";
|
|
344
|
+
export * from "./CreateRentalServiceParams";
|
|
339
345
|
export * from "./CreateResponseUnitTestRequest";
|
|
340
346
|
export * from "./CreateResponseUnitTestRequestDynamicVariablesValue";
|
|
341
347
|
export * from "./CreateSecretEnvironmentVariableRequest";
|
|
@@ -368,16 +374,20 @@ export * from "./DashboardDataCollectionChartModel";
|
|
|
368
374
|
export * from "./DataCollectionResultCommonModel";
|
|
369
375
|
export * from "./DefaultSharingGroupResponseModel";
|
|
370
376
|
export * from "./DefaultSharingGroupResponseModelPermissionLevel";
|
|
377
|
+
export * from "./DeleteAgentRuleParams";
|
|
371
378
|
export * from "./DeleteAssetParams";
|
|
372
379
|
export * from "./DeleteCalendarEventParams";
|
|
373
380
|
export * from "./DeleteChapterRequest";
|
|
374
381
|
export * from "./DeleteChapterResponseModel";
|
|
382
|
+
export * from "./DeleteClientInteractionParams";
|
|
375
383
|
export * from "./DeleteClientParams";
|
|
376
384
|
export * from "./DeleteDubbingResponseModel";
|
|
377
385
|
export * from "./DeleteHistoryItemResponse";
|
|
386
|
+
export * from "./DeleteHolidayParams";
|
|
378
387
|
export * from "./DeleteProductParams";
|
|
379
388
|
export * from "./DeleteProjectRequest";
|
|
380
389
|
export * from "./DeleteProjectResponseModel";
|
|
390
|
+
export * from "./DeleteRentalServiceParams";
|
|
381
391
|
export * from "./DeleteSampleResponse";
|
|
382
392
|
export * from "./DeleteServiceParams";
|
|
383
393
|
export * from "./DeleteStaffParams";
|
|
@@ -453,7 +463,8 @@ export * from "./EnvironmentVariableResponseValues";
|
|
|
453
463
|
export * from "./EnvironmentVariableSecretValue";
|
|
454
464
|
export * from "./EnvironmentVariableSecretValueRequest";
|
|
455
465
|
export * from "./EnvironmentVariablesListResponse";
|
|
456
|
-
export * from "./
|
|
466
|
+
export * from "./EvaluationSettingsInput";
|
|
467
|
+
export * from "./EvaluationSettingsOutput";
|
|
457
468
|
export * from "./EvaluationSuccessResult";
|
|
458
469
|
export * from "./ExactParameterEvaluationStrategy";
|
|
459
470
|
export * from "./ExportOptions";
|
|
@@ -484,7 +495,11 @@ export * from "./GetAgentLinkResponseModel";
|
|
|
484
495
|
export * from "./GetAgentResponseModel";
|
|
485
496
|
export * from "./GetAgentResponseModelPhoneNumbersItem";
|
|
486
497
|
export * from "./GetAgentsPageResponseModel";
|
|
498
|
+
export * from "./GetAgentTestFolderResponseModel";
|
|
499
|
+
export * from "./GetAnalyticsSummaryParams";
|
|
487
500
|
export * from "./GetAudioNativeProjectSettingsResponseModel";
|
|
501
|
+
export * from "./GetBookingPageSettingsParams";
|
|
502
|
+
export * from "./GetBookingSlugStatusParams";
|
|
488
503
|
export * from "./GetChapterRequest";
|
|
489
504
|
export * from "./GetChapterSnapshotsRequest";
|
|
490
505
|
export * from "./GetChaptersRequest";
|
|
@@ -535,6 +550,7 @@ export * from "./GetPronunciationDictionaryWithRulesResponseModelPermissionOnRes
|
|
|
535
550
|
export * from "./GetPronunciationDictionaryWithRulesResponseModelRulesItem";
|
|
536
551
|
export * from "./GetResponseUnitTestResponseModel";
|
|
537
552
|
export * from "./GetResponseUnitTestResponseModelDynamicVariablesValue";
|
|
553
|
+
export * from "./GetScheduleParams";
|
|
538
554
|
export * from "./GetSimulationTestResponseModel";
|
|
539
555
|
export * from "./GetSimulationTestResponseModelDynamicVariablesValue";
|
|
540
556
|
export * from "./GetSpeechHistoryResponse";
|
|
@@ -589,11 +605,14 @@ export * from "./LanguagePresetTranslation";
|
|
|
589
605
|
export * from "./LanguageResponse";
|
|
590
606
|
export * from "./LibraryVoiceResponse";
|
|
591
607
|
export * from "./LibraryVoiceResponseModelCategory";
|
|
608
|
+
export * from "./ListAgentRulesParams";
|
|
592
609
|
export * from "./ListAssetsParams";
|
|
593
610
|
export * from "./ListAuthConnectionsResponse";
|
|
594
611
|
export * from "./ListAuthConnectionsResponseAuthConnectionsItem";
|
|
595
612
|
export * from "./ListCalendarEventsParams";
|
|
613
|
+
export * from "./ListClientInteractionsParams";
|
|
596
614
|
export * from "./ListClientsParams";
|
|
615
|
+
export * from "./ListHolidaysParams";
|
|
597
616
|
export * from "./ListMcpToolsResponseModel";
|
|
598
617
|
export * from "./ListProductsParams";
|
|
599
618
|
export * from "./ListRentalServicesParams";
|
|
@@ -762,8 +781,9 @@ export * from "./PromptAgentApiModelInputToolsItem";
|
|
|
762
781
|
export * from "./PromptAgentApiModelOutput";
|
|
763
782
|
export * from "./PromptAgentApiModelOutputBackupLlmConfig";
|
|
764
783
|
export * from "./PromptAgentApiModelOutputToolsItem";
|
|
765
|
-
export * from "./PromptAgentApiModelOverride";
|
|
766
784
|
export * from "./PromptAgentApiModelOverrideConfig";
|
|
785
|
+
export * from "./PromptAgentApiModelOverrideInput";
|
|
786
|
+
export * from "./PromptAgentApiModelOverrideOutput";
|
|
767
787
|
export * from "./PromptAgentApiModelWorkflowOverrideInput";
|
|
768
788
|
export * from "./PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig";
|
|
769
789
|
export * from "./PromptAgentApiModelWorkflowOverrideInputToolsItem";
|
|
@@ -838,6 +858,7 @@ export * from "./SayNodeLiteralMessageInput";
|
|
|
838
858
|
export * from "./SayNodeLiteralMessageOutput";
|
|
839
859
|
export * from "./SayNodePromptMessageInput";
|
|
840
860
|
export * from "./SayNodePromptMessageOutput";
|
|
861
|
+
export * from "./ScopedAnalysisResult";
|
|
841
862
|
export * from "./ScribeAuthErrorPayload";
|
|
842
863
|
export * from "./ScribeChunkSizeExceededErrorPayload";
|
|
843
864
|
export * from "./ScribeErrorPayload";
|
|
@@ -869,6 +890,7 @@ export * from "./SendTextMulti";
|
|
|
869
890
|
export * from "./SessionStartedPayload";
|
|
870
891
|
export * from "./SessionStartedPayloadConfig";
|
|
871
892
|
export * from "./SessionStartedPayloadConfigCommitStrategy";
|
|
893
|
+
export * from "./SetBookingSlugParams";
|
|
872
894
|
export * from "./SfxSourceContext";
|
|
873
895
|
export * from "./ShareOptionResponseModel";
|
|
874
896
|
export * from "./ShareOptionResponseModelType";
|
|
@@ -959,6 +981,7 @@ export * from "./TextToSpeechStreamWithTimestampsRequest";
|
|
|
959
981
|
export * from "./TextToSpeechWithTimestampsRequest";
|
|
960
982
|
export * from "./ThresholdGuardrail";
|
|
961
983
|
export * from "./TimeRange";
|
|
984
|
+
export * from "./ToDialogueSettingsResponseModel";
|
|
962
985
|
export * from "./TokenResponseModel";
|
|
963
986
|
export * from "./Tool";
|
|
964
987
|
export * from "./ToolAnnotations";
|
|
@@ -1023,14 +1046,20 @@ export * from "./UnitTestToolCallEvaluationModelOutput";
|
|
|
1023
1046
|
export * from "./UnitTestToolCallParameter";
|
|
1024
1047
|
export * from "./UnitTestToolCallParameterEval";
|
|
1025
1048
|
export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
|
|
1049
|
+
export * from "./UpdateAgentRuleParams";
|
|
1026
1050
|
export * from "./UpdateAssetParams";
|
|
1027
1051
|
export * from "./UpdateAudioNativeProjectRequest";
|
|
1052
|
+
export * from "./UpdateBookingPageSettingsParams";
|
|
1053
|
+
export * from "./UpdateBusinessInfoParams";
|
|
1028
1054
|
export * from "./UpdateCalendarEventParams";
|
|
1029
1055
|
export * from "./UpdateChapterRequest";
|
|
1030
1056
|
export * from "./UpdateClientParams";
|
|
1057
|
+
export * from "./UpdateCustomerFacingConfigParams";
|
|
1058
|
+
export * from "./UpdateHolidayParams";
|
|
1031
1059
|
export * from "./UpdateProductParams";
|
|
1032
1060
|
export * from "./UpdateProjectRequest";
|
|
1033
1061
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
1062
|
+
export * from "./UpdateRentalServiceParams";
|
|
1034
1063
|
export * from "./UpdateResponseUnitTestRequest";
|
|
1035
1064
|
export * from "./UpdateResponseUnitTestRequestDynamicVariablesValue";
|
|
1036
1065
|
export * from "./UpdateServiceParams";
|
|
@@ -1061,6 +1090,7 @@ export * from "./VideoAnalysisStatus";
|
|
|
1061
1090
|
export * from "./VideoKeyMoment";
|
|
1062
1091
|
export * from "./VideoSegment";
|
|
1063
1092
|
export * from "./VideoSubject";
|
|
1093
|
+
export * from "./VisitedAgentRef";
|
|
1064
1094
|
export * from "./Voice";
|
|
1065
1095
|
export * from "./VoiceCategory";
|
|
1066
1096
|
export * from "./VoiceDesignPreviewResponse";
|
|
@@ -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);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.
|
|
1
|
+
export declare const SDK_VERSION = "2.42.0";
|
package/dist/version.js
CHANGED