@elevenlabs/elevenlabs-js 2.41.0 → 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/Client.d.ts +0 -10
- package/Client.js +0 -39
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +16 -120
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -120
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +16 -120
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -8
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/api/resources/conversationalAi/resources/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/resources/forcedAlignment/client/Client.js +0 -3
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/api/resources/speechToText/client/Client.js +3 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -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/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/api/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/api/types/AstDivisionOperatorNodeInput.d.ts +2 -2
- package/api/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
- package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/{dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts → api/types/AstNodeInput.d.ts} +2 -5
- package/{dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts → api/types/AstNodeOutput.d.ts} +2 -5
- package/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
- package/api/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/api/types/ChatSourceMedium.d.ts +1 -0
- package/api/types/ChatSourceMedium.js +1 -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/CreateAgentTestFolderResponseModel.d.ts +4 -0
- package/api/types/CreateClientInteractionParams.d.ts +3 -0
- package/api/types/CreateHolidayParams.d.ts +3 -0
- package/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/api/types/CreateRentalServiceParams.d.ts +3 -0
- package/api/types/DeleteAgentRuleParams.d.ts +3 -0
- package/api/types/DeleteClientInteractionParams.d.ts +3 -0
- package/api/types/DeleteHolidayParams.d.ts +3 -0
- package/api/types/DeleteRentalServiceParams.d.ts +3 -0
- package/api/types/DtmfInputConfig.d.ts +9 -0
- package/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
- package/api/types/EvaluationSettingsOutput.d.ts +9 -0
- package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
- package/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
- package/api/types/GetBookingPageSettingsParams.d.ts +3 -0
- package/api/types/GetBookingSlugStatusParams.d.ts +3 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/api/types/GetScheduleParams.d.ts +3 -0
- package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/api/types/ListAgentRulesParams.d.ts +3 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/ListClientInteractionsParams.d.ts +3 -0
- package/api/types/ListHolidaysParams.d.ts +3 -0
- package/api/types/LlmInfoModelInput.d.ts +0 -2
- package/api/types/LlmInfoModelOutput.d.ts +0 -2
- package/api/types/MtlsAuthResponse.d.ts +10 -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/PromptAgentApiModelOverrideOutput.d.ts +13 -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/SetBookingSlugParams.d.ts +3 -0
- package/api/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/Subscription.d.ts +1 -1
- package/api/types/SubscriptionResponse.d.ts +1 -1
- package/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
- package/api/types/UpdateAgentRuleParams.d.ts +3 -0
- package/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
- package/api/types/UpdateBusinessInfoParams.d.ts +3 -0
- package/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
- package/api/types/UpdateHolidayParams.d.ts +3 -0
- package/api/types/UpdateRentalServiceParams.d.ts +3 -0
- package/api/types/VisitedAgentRef.d.ts +7 -0
- package/api/types/Voice.d.ts +6 -0
- package/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
- package/api/types/VoiceResponseModelLabellingStatus.js +8 -0
- package/api/types/VoiceResponseModelRecordingQuality.d.ts +8 -0
- package/api/types/VoiceResponseModelRecordingQuality.js +11 -0
- package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/api/types/index.d.ts +41 -54
- package/api/types/index.js +41 -54
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +0 -10
- package/dist/Client.js +0 -39
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +16 -120
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +16 -120
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +16 -120
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +13 -8
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/Client.js +115 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/analysis/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/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/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/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.d.ts +10 -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/index.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/folders/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/index.js +3 -1
- package/dist/api/resources/forcedAlignment/client/Client.js +0 -3
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +0 -2
- package/dist/api/resources/speechToText/client/Client.js +3 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +4 -1
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -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/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/dist/api/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/{api/types/AstEqualsOperatorNodeInputLeft.d.ts → dist/api/types/AstNodeInput.d.ts} +2 -5
- package/{api/types/AstEqualsOperatorNodeOutputLeft.d.ts → dist/api/types/AstNodeOutput.d.ts} +2 -5
- package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
- package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/dist/api/types/AvatarContextRequestModel.d.ts +6 -0
- package/dist/api/types/AvatarContextResponseModel.d.ts +10 -0
- package/dist/api/types/ChatSourceMedium.d.ts +1 -0
- package/dist/api/types/ChatSourceMedium.js +1 -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/CreateAgentTestFolderResponseModel.d.ts +4 -0
- package/dist/api/types/CreateClientInteractionParams.d.ts +3 -0
- package/dist/api/types/CreateHolidayParams.d.ts +3 -0
- package/dist/api/types/CreateMtlsAuthRequest.d.ts +11 -0
- package/dist/api/types/CreateRentalServiceParams.d.ts +3 -0
- package/dist/api/types/DeleteAgentRuleParams.d.ts +3 -0
- package/dist/api/types/DeleteClientInteractionParams.d.ts +3 -0
- package/dist/api/types/DeleteHolidayParams.d.ts +3 -0
- package/dist/api/types/DeleteRentalServiceParams.d.ts +3 -0
- package/dist/api/types/DtmfInputConfig.d.ts +9 -0
- package/dist/api/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +1 -1
- package/dist/api/types/EvaluationSettingsOutput.d.ts +9 -0
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/api/types/GetAgentTestFolderResponseModel.d.ts +9 -0
- package/dist/api/types/GetAnalyticsSummaryParams.d.ts +6 -0
- package/dist/api/types/GetBookingPageSettingsParams.d.ts +3 -0
- package/dist/api/types/GetBookingSlugStatusParams.d.ts +3 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetLibraryVoicesResponse.d.ts +2 -0
- package/dist/api/types/GetScheduleParams.d.ts +3 -0
- package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/api/types/ListAgentRulesParams.d.ts +3 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/ListClientInteractionsParams.d.ts +3 -0
- package/dist/api/types/ListHolidaysParams.d.ts +3 -0
- package/dist/api/types/LlmInfoModelInput.d.ts +0 -2
- package/dist/api/types/LlmInfoModelOutput.d.ts +0 -2
- package/dist/api/types/MtlsAuthResponse.d.ts +10 -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/PromptAgentApiModelOverrideOutput.d.ts +13 -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/SetBookingSlugParams.d.ts +3 -0
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +2 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/Subscription.d.ts +1 -1
- package/dist/api/types/SubscriptionResponse.d.ts +1 -1
- package/dist/api/types/ToDialogueSettingsResponseModel.d.ts +5 -0
- package/dist/api/types/UpdateAgentRuleParams.d.ts +3 -0
- package/dist/api/types/UpdateBookingPageSettingsParams.d.ts +3 -0
- package/dist/api/types/UpdateBusinessInfoParams.d.ts +3 -0
- package/dist/api/types/UpdateCustomerFacingConfigParams.d.ts +3 -0
- package/dist/api/types/UpdateHolidayParams.d.ts +3 -0
- package/dist/api/types/UpdateRentalServiceParams.d.ts +3 -0
- package/dist/api/types/VisitedAgentRef.d.ts +7 -0
- package/dist/api/types/Voice.d.ts +6 -0
- package/dist/api/types/VoiceResponseModelLabellingStatus.d.ts +5 -0
- package/dist/api/types/VoiceResponseModelLabellingStatus.js +8 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +8 -0
- package/dist/api/types/VoiceResponseModelRecordingQuality.js +11 -0
- package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/dist/api/types/index.d.ts +41 -54
- package/dist/api/types/index.js +41 -54
- 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/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideInput.js +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.js +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/dist/serialization/types/AnalysisScope.d.ts +7 -0
- package/dist/serialization/types/AnalysisScope.js +39 -0
- package/dist/serialization/types/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/dist/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
- package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstDivisionOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +2 -2
- package/{serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → dist/serialization/types/AstNodeInput.d.ts} +3 -3
- package/{serialization/types/AstEqualsOperatorNodeInputLeft.js → dist/serialization/types/AstNodeInput.js} +2 -2
- package/{serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → dist/serialization/types/AstNodeOutput.d.ts} +3 -3
- package/{serialization/types/AstEqualsOperatorNodeOutputLeft.js → dist/serialization/types/AstNodeOutput.js} +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +2 -2
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +2 -2
- package/dist/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/dist/serialization/types/AvatarContextRequestModel.js +44 -0
- package/dist/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/dist/serialization/types/AvatarContextResponseModel.js +44 -0
- package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/dist/serialization/types/ChatSourceMedium.js +1 -1
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/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/CreateMtlsAuthRequest.d.ts +14 -0
- package/dist/serialization/types/CreateMtlsAuthRequest.js +46 -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/DtmfInputConfig.d.ts +10 -0
- package/dist/serialization/types/DtmfInputConfig.js +42 -0
- package/dist/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
- package/{serialization/types/EvaluationSettings.js → dist/serialization/types/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/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -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/GetLibraryVoicesResponse.d.ts +1 -0
- package/dist/serialization/types/GetLibraryVoicesResponse.js +1 -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/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -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/LlmInfoModelInput.d.ts +0 -1
- package/dist/serialization/types/LlmInfoModelInput.js +0 -1
- package/dist/serialization/types/LlmInfoModelOutput.d.ts +0 -1
- package/dist/serialization/types/LlmInfoModelOutput.js +0 -1
- package/dist/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/dist/serialization/types/MtlsAuthResponse.js +45 -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/SpeechHistoryItemResponse.d.ts +2 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.js +2 -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/Voice.d.ts +5 -0
- package/dist/serialization/types/Voice.js +5 -0
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
- package/dist/serialization/types/index.d.ts +41 -54
- package/dist/serialization/types/index.js +41 -54
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +420 -120
- 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/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -0
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +2 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +2 -0
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +2 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +2 -0
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateRequestBody.js +2 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideInput.js +2 -2
- package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideOutput.js +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/serialization/types/AnalysisScope.d.ts +7 -0
- package/serialization/types/AnalysisScope.js +39 -0
- package/serialization/types/AstAdditionOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstAdditionOperatorNodeInput.js +2 -2
- package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstAdditionOperatorNodeOutput.js +2 -2
- package/serialization/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/serialization/types/AstConditionalOperatorNodeInput.d.ts +3 -3
- package/serialization/types/AstConditionalOperatorNodeInput.js +3 -3
- package/serialization/types/AstConditionalOperatorNodeOutput.d.ts +3 -3
- package/serialization/types/AstConditionalOperatorNodeOutput.js +3 -3
- package/serialization/types/AstDivisionOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstDivisionOperatorNodeInput.js +2 -2
- package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstDivisionOperatorNodeOutput.js +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.js +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.js +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.js +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.js +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeInput.js +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstMultiplicationOperatorNodeOutput.js +2 -2
- package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts → serialization/types/AstNodeInput.d.ts} +3 -3
- package/{dist/serialization/types/AstEqualsOperatorNodeInputLeft.js → serialization/types/AstNodeInput.js} +2 -2
- package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts → serialization/types/AstNodeOutput.d.ts} +3 -3
- package/{dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js → serialization/types/AstNodeOutput.js} +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.js +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.js +2 -2
- package/serialization/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstSubtractionOperatorNodeInput.js +2 -2
- package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstSubtractionOperatorNodeOutput.js +2 -2
- package/serialization/types/AvatarContextRequestModel.d.ts +12 -0
- package/serialization/types/AvatarContextRequestModel.js +44 -0
- package/serialization/types/AvatarContextResponseModel.d.ts +12 -0
- package/serialization/types/AvatarContextResponseModel.js +44 -0
- package/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/serialization/types/ChatSourceMedium.js +1 -1
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/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/CreateMtlsAuthRequest.d.ts +14 -0
- package/serialization/types/CreateMtlsAuthRequest.js +46 -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/DtmfInputConfig.d.ts +10 -0
- package/serialization/types/DtmfInputConfig.js +42 -0
- package/serialization/types/{EvaluationSettings.d.ts → EvaluationSettingsInput.d.ts} +2 -2
- package/{dist/serialization/types/EvaluationSettings.js → serialization/types/EvaluationSettingsInput.js} +2 -2
- package/serialization/types/EvaluationSettingsOutput.d.ts +10 -0
- package/serialization/types/EvaluationSettingsOutput.js +42 -0
- package/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/serialization/types/FeaturesUsageCommonModel.js +1 -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/GetLibraryVoicesResponse.d.ts +1 -0
- package/serialization/types/GetLibraryVoicesResponse.js +1 -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/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -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/LlmInfoModelInput.d.ts +0 -1
- package/serialization/types/LlmInfoModelInput.js +0 -1
- package/serialization/types/LlmInfoModelOutput.d.ts +0 -1
- package/serialization/types/LlmInfoModelOutput.js +0 -1
- package/serialization/types/MtlsAuthResponse.d.ts +13 -0
- package/serialization/types/MtlsAuthResponse.js +45 -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/SpeechHistoryItemResponse.d.ts +2 -0
- package/serialization/types/SpeechHistoryItemResponse.js +2 -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/Voice.d.ts +5 -0
- package/serialization/types/Voice.js +5 -0
- package/serialization/types/VoiceResponseModelLabellingStatus.d.ts +7 -0
- package/serialization/types/VoiceResponseModelLabellingStatus.js +39 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +7 -0
- package/serialization/types/VoiceResponseModelRecordingQuality.js +39 -0
- package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -3
- package/serialization/types/WorkflowExpressionConditionModelInput.js +2 -2
- package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -3
- package/serialization/types/WorkflowExpressionConditionModelOutput.js +2 -2
- package/serialization/types/index.d.ts +41 -54
- package/serialization/types/index.js +41 -54
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstAdditionOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -59
- package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -62
- package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -62
- package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -62
- package/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -61
- package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -61
- package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -61
- package/api/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstDivisionOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -59
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -62
- package/api/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -62
- package/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -61
- package/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -61
- package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -62
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -61
- package/dist/api/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstAdditionOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -59
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -62
- package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -62
- package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -62
- package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -61
- package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -61
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -61
- package/dist/api/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstDivisionOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -59
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.js +0 -3
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -58
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -62
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -62
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -61
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.js +0 -3
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -61
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.js +0 -3
- package/dist/api/types/EvaluationSettings.js +0 -3
- package/dist/api/types/PromptAgentApiModelOverride.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -62
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.js +0 -3
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -61
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.js +0 -3
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -67
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -71
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -69
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -71
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -71
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -67
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -71
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -66
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -69
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -66
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -69
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -66
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -69
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -67
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -71
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -69
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -67
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.js +0 -71
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -67
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.js +0 -71
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -66
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +0 -69
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -66
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.js +0 -69
- package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -67
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -71
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -66
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -69
- package/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstAdditionOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstAdditionOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstAdditionOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +0 -67
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +0 -71
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +0 -69
- package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputCondition.js +0 -71
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +0 -71
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +0 -67
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +0 -71
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +0 -66
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +0 -69
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +0 -66
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +0 -69
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +0 -66
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +0 -69
- package/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstDivisionOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstDivisionOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstDivisionOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +0 -69
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +0 -67
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +0 -71
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +0 -66
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +0 -69
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +0 -67
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.js +0 -71
- package/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +0 -67
- package/serialization/types/AstSubtractionOperatorNodeInputRight.js +0 -71
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +0 -66
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +0 -69
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +0 -66
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.js +0 -69
- package/serialization/types/PromptAgentApiModelOverride.d.ts +0 -12
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +0 -67
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +0 -71
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +0 -66
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +0 -69
- /package/api/{types/AstAdditionOperatorNodeInputLeft.js → resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
- /package/api/{types/AstAdditionOperatorNodeInputRight.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
- /package/api/{types/AstAdditionOperatorNodeOutputLeft.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js} +0 -0
- /package/api/{types/AstAdditionOperatorNodeOutputRight.js → resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js} +0 -0
- /package/api/types/{AstAndOperatorNodeInputChildrenItem.js → AstNodeInput.js} +0 -0
- /package/api/types/{AstAndOperatorNodeOutputChildrenItem.js → AstNodeOutput.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputCondition.js → AvatarContextRequestModel.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → AvatarContextResponseModel.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → CreateAgentRuleParams.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputCondition.js → CreateAgentTestFolderResponseModel.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → CreateClientInteractionParams.js} +0 -0
- /package/api/types/{AstConditionalOperatorNodeOutputTrueExpression.js → CreateHolidayParams.js} +0 -0
- /package/api/types/{AstDivisionOperatorNodeInputLeft.js → CreateMtlsAuthRequest.js} +0 -0
- /package/api/types/{AstDivisionOperatorNodeInputRight.js → CreateRentalServiceParams.js} +0 -0
- /package/api/types/{AstDivisionOperatorNodeOutputLeft.js → DeleteAgentRuleParams.js} +0 -0
- /package/api/types/{AstDivisionOperatorNodeOutputRight.js → DeleteClientInteractionParams.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeInputLeft.js → DeleteHolidayParams.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeInputRight.js → DeleteRentalServiceParams.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeOutputLeft.js → DtmfInputConfig.js} +0 -0
- /package/api/types/{AstEqualsOperatorNodeOutputRight.js → EvaluationSettingsInput.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeInputLeft.js → EvaluationSettingsOutput.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeInputRight.js → GetAgentTestFolderResponseModel.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeOutputLeft.js → GetAnalyticsSummaryParams.js} +0 -0
- /package/api/types/{AstGreaterThanOperatorNodeOutputRight.js → GetBookingPageSettingsParams.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputLeft.js → GetBookingSlugStatusParams.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeInputRight.js → GetScheduleParams.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputLeft.js → ListAgentRulesParams.js} +0 -0
- /package/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputRight.js → ListClientInteractionsParams.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeInputLeft.js → ListHolidaysParams.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeInputRight.js → MtlsAuthResponse.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeOutputLeft.js → PromptAgentApiModelOverrideInput.js} +0 -0
- /package/api/types/{AstLessThanOperatorNodeOutputRight.js → PromptAgentApiModelOverrideOutput.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeInputLeft.js → ScopedAnalysisResult.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeInputRight.js → SetBookingSlugParams.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeOutputLeft.js → ToDialogueSettingsResponseModel.js} +0 -0
- /package/api/types/{AstLessThanOrEqualsOperatorNodeOutputRight.js → UpdateAgentRuleParams.js} +0 -0
- /package/api/types/{AstMultiplicationOperatorNodeInputLeft.js → UpdateBookingPageSettingsParams.js} +0 -0
- /package/api/types/{AstMultiplicationOperatorNodeInputRight.js → UpdateBusinessInfoParams.js} +0 -0
- /package/api/types/{AstMultiplicationOperatorNodeOutputLeft.js → UpdateCustomerFacingConfigParams.js} +0 -0
- /package/api/types/{AstMultiplicationOperatorNodeOutputRight.js → UpdateHolidayParams.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNodeInputLeft.js → UpdateRentalServiceParams.js} +0 -0
- /package/api/types/{AstNotEqualsOperatorNodeInputRight.js → VisitedAgentRef.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeOutputLeft.js → dist/api/resources/conversationalAi/resources/tests/client/requests/BodyBulkMoveTestsToFolderV1ConvaiAgentTestingBulkMovePost.js} +0 -0
- /package/{api/types/AstNotEqualsOperatorNodeOutputRight.js → dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyCreateAgentTestFolderV1ConvaiAgentTestingFoldersPost.js} +0 -0
- /package/{api/types/AstOrOperatorNodeInputChildrenItem.js → dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/BodyUpdateAgentTestFolderV1ConvaiAgentTestingFoldersFolderIdPatch.js} +0 -0
- /package/{api/types/AstOrOperatorNodeOutputChildrenItem.js → dist/api/resources/conversationalAi/resources/tests/resources/folders/client/requests/FoldersDeleteRequest.js} +0 -0
- /package/{api/types/AstSubtractionOperatorNodeInputLeft.js → dist/api/types/AstNodeInput.js} +0 -0
- /package/{api/types/AstSubtractionOperatorNodeInputRight.js → dist/api/types/AstNodeOutput.js} +0 -0
- /package/{api/types/AstSubtractionOperatorNodeOutputLeft.js → dist/api/types/AvatarContextRequestModel.js} +0 -0
- /package/{api/types/AstSubtractionOperatorNodeOutputRight.js → dist/api/types/AvatarContextResponseModel.js} +0 -0
- /package/{api/types/EvaluationSettings.js → dist/api/types/CreateAgentRuleParams.js} +0 -0
- /package/{api/types/PromptAgentApiModelOverride.js → dist/api/types/CreateAgentTestFolderResponseModel.js} +0 -0
- /package/{api/types/WorkflowExpressionConditionModelInputExpression.js → dist/api/types/CreateClientInteractionParams.js} +0 -0
- /package/{api/types/WorkflowExpressionConditionModelOutputExpression.js → dist/api/types/CreateHolidayParams.js} +0 -0
- /package/dist/api/types/{AstAdditionOperatorNodeInputLeft.js → CreateMtlsAuthRequest.js} +0 -0
- /package/dist/api/types/{AstAdditionOperatorNodeInputRight.js → CreateRentalServiceParams.js} +0 -0
- /package/dist/api/types/{AstAdditionOperatorNodeOutputLeft.js → DeleteAgentRuleParams.js} +0 -0
- /package/dist/api/types/{AstAdditionOperatorNodeOutputRight.js → DeleteClientInteractionParams.js} +0 -0
- /package/dist/api/types/{AstAndOperatorNodeInputChildrenItem.js → DeleteHolidayParams.js} +0 -0
- /package/dist/api/types/{AstAndOperatorNodeOutputChildrenItem.js → DeleteRentalServiceParams.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputCondition.js → DtmfInputConfig.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputFalseExpression.js → EvaluationSettingsInput.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeInputTrueExpression.js → EvaluationSettingsOutput.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeOutputCondition.js → GetAgentTestFolderResponseModel.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeOutputFalseExpression.js → GetAnalyticsSummaryParams.js} +0 -0
- /package/dist/api/types/{AstConditionalOperatorNodeOutputTrueExpression.js → GetBookingPageSettingsParams.js} +0 -0
- /package/dist/api/types/{AstDivisionOperatorNodeInputLeft.js → GetBookingSlugStatusParams.js} +0 -0
- /package/dist/api/types/{AstDivisionOperatorNodeInputRight.js → GetScheduleParams.js} +0 -0
- /package/dist/api/types/{AstDivisionOperatorNodeOutputLeft.js → ListAgentRulesParams.js} +0 -0
- /package/dist/api/types/{AstDivisionOperatorNodeOutputRight.js → ListClientInteractionsParams.js} +0 -0
- /package/dist/api/types/{AstEqualsOperatorNodeInputLeft.js → ListHolidaysParams.js} +0 -0
- /package/dist/api/types/{AstEqualsOperatorNodeInputRight.js → MtlsAuthResponse.js} +0 -0
- /package/dist/api/types/{AstEqualsOperatorNodeOutputLeft.js → PromptAgentApiModelOverrideInput.js} +0 -0
- /package/dist/api/types/{AstEqualsOperatorNodeOutputRight.js → PromptAgentApiModelOverrideOutput.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOperatorNodeInputLeft.js → ScopedAnalysisResult.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOperatorNodeInputRight.js → SetBookingSlugParams.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOperatorNodeOutputLeft.js → ToDialogueSettingsResponseModel.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOperatorNodeOutputRight.js → UpdateAgentRuleParams.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeInputLeft.js → UpdateBookingPageSettingsParams.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeInputRight.js → UpdateBusinessInfoParams.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputLeft.js → UpdateCustomerFacingConfigParams.js} +0 -0
- /package/dist/api/types/{AstGreaterThanOrEqualsOperatorNodeOutputRight.js → UpdateHolidayParams.js} +0 -0
- /package/dist/api/types/{AstLessThanOperatorNodeInputLeft.js → UpdateRentalServiceParams.js} +0 -0
- /package/dist/api/types/{AstLessThanOperatorNodeInputRight.js → VisitedAgentRef.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";
|
|
@@ -72,93 +73,45 @@ export * from "./AsrQuality";
|
|
|
72
73
|
export * from "./AssetTranscription";
|
|
73
74
|
export * from "./AssetTranscriptionWord";
|
|
74
75
|
export * from "./AstAdditionOperatorNodeInput";
|
|
75
|
-
export * from "./AstAdditionOperatorNodeInputLeft";
|
|
76
|
-
export * from "./AstAdditionOperatorNodeInputRight";
|
|
77
76
|
export * from "./AstAdditionOperatorNodeOutput";
|
|
78
|
-
export * from "./AstAdditionOperatorNodeOutputLeft";
|
|
79
|
-
export * from "./AstAdditionOperatorNodeOutputRight";
|
|
80
77
|
export * from "./AstAndOperatorNodeInput";
|
|
81
|
-
export * from "./AstAndOperatorNodeInputChildrenItem";
|
|
82
78
|
export * from "./AstAndOperatorNodeOutput";
|
|
83
|
-
export * from "./AstAndOperatorNodeOutputChildrenItem";
|
|
84
79
|
export * from "./AstBooleanNodeInput";
|
|
85
80
|
export * from "./AstBooleanNodeOutput";
|
|
86
81
|
export * from "./AstConditionalOperatorNodeInput";
|
|
87
|
-
export * from "./AstConditionalOperatorNodeInputCondition";
|
|
88
|
-
export * from "./AstConditionalOperatorNodeInputFalseExpression";
|
|
89
|
-
export * from "./AstConditionalOperatorNodeInputTrueExpression";
|
|
90
82
|
export * from "./AstConditionalOperatorNodeOutput";
|
|
91
|
-
export * from "./AstConditionalOperatorNodeOutputCondition";
|
|
92
|
-
export * from "./AstConditionalOperatorNodeOutputFalseExpression";
|
|
93
|
-
export * from "./AstConditionalOperatorNodeOutputTrueExpression";
|
|
94
83
|
export * from "./AstDivisionOperatorNodeInput";
|
|
95
|
-
export * from "./AstDivisionOperatorNodeInputLeft";
|
|
96
|
-
export * from "./AstDivisionOperatorNodeInputRight";
|
|
97
84
|
export * from "./AstDivisionOperatorNodeOutput";
|
|
98
|
-
export * from "./AstDivisionOperatorNodeOutputLeft";
|
|
99
|
-
export * from "./AstDivisionOperatorNodeOutputRight";
|
|
100
85
|
export * from "./AstDynamicVariableNodeInput";
|
|
101
86
|
export * from "./AstDynamicVariableNodeOutput";
|
|
102
87
|
export * from "./AstEqualsOperatorNodeInput";
|
|
103
|
-
export * from "./AstEqualsOperatorNodeInputLeft";
|
|
104
|
-
export * from "./AstEqualsOperatorNodeInputRight";
|
|
105
88
|
export * from "./AstEqualsOperatorNodeOutput";
|
|
106
|
-
export * from "./AstEqualsOperatorNodeOutputLeft";
|
|
107
|
-
export * from "./AstEqualsOperatorNodeOutputRight";
|
|
108
89
|
export * from "./AstGreaterThanOperatorNodeInput";
|
|
109
|
-
export * from "./AstGreaterThanOperatorNodeInputLeft";
|
|
110
|
-
export * from "./AstGreaterThanOperatorNodeInputRight";
|
|
111
90
|
export * from "./AstGreaterThanOperatorNodeOutput";
|
|
112
|
-
export * from "./AstGreaterThanOperatorNodeOutputLeft";
|
|
113
|
-
export * from "./AstGreaterThanOperatorNodeOutputRight";
|
|
114
91
|
export * from "./AstGreaterThanOrEqualsOperatorNodeInput";
|
|
115
|
-
export * from "./AstGreaterThanOrEqualsOperatorNodeInputLeft";
|
|
116
|
-
export * from "./AstGreaterThanOrEqualsOperatorNodeInputRight";
|
|
117
92
|
export * from "./AstGreaterThanOrEqualsOperatorNodeOutput";
|
|
118
|
-
export * from "./AstGreaterThanOrEqualsOperatorNodeOutputLeft";
|
|
119
|
-
export * from "./AstGreaterThanOrEqualsOperatorNodeOutputRight";
|
|
120
93
|
export * from "./AstLessThanOperatorNodeInput";
|
|
121
|
-
export * from "./AstLessThanOperatorNodeInputLeft";
|
|
122
|
-
export * from "./AstLessThanOperatorNodeInputRight";
|
|
123
94
|
export * from "./AstLessThanOperatorNodeOutput";
|
|
124
|
-
export * from "./AstLessThanOperatorNodeOutputLeft";
|
|
125
|
-
export * from "./AstLessThanOperatorNodeOutputRight";
|
|
126
95
|
export * from "./AstLessThanOrEqualsOperatorNodeInput";
|
|
127
|
-
export * from "./AstLessThanOrEqualsOperatorNodeInputLeft";
|
|
128
|
-
export * from "./AstLessThanOrEqualsOperatorNodeInputRight";
|
|
129
96
|
export * from "./AstLessThanOrEqualsOperatorNodeOutput";
|
|
130
|
-
export * from "./AstLessThanOrEqualsOperatorNodeOutputLeft";
|
|
131
|
-
export * from "./AstLessThanOrEqualsOperatorNodeOutputRight";
|
|
132
97
|
export * from "./AstllmNodeInput";
|
|
133
98
|
export * from "./AstllmNodeInputPrompt";
|
|
134
99
|
export * from "./AstllmNodeInputValueSchema";
|
|
135
100
|
export * from "./AstllmNodeOutput";
|
|
136
101
|
export * from "./AstMultiplicationOperatorNodeInput";
|
|
137
|
-
export * from "./AstMultiplicationOperatorNodeInputLeft";
|
|
138
|
-
export * from "./AstMultiplicationOperatorNodeInputRight";
|
|
139
102
|
export * from "./AstMultiplicationOperatorNodeOutput";
|
|
140
|
-
export * from "./
|
|
141
|
-
export * from "./
|
|
103
|
+
export * from "./AstNodeInput";
|
|
104
|
+
export * from "./AstNodeOutput";
|
|
142
105
|
export * from "./AstNotEqualsOperatorNodeInput";
|
|
143
|
-
export * from "./AstNotEqualsOperatorNodeInputLeft";
|
|
144
|
-
export * from "./AstNotEqualsOperatorNodeInputRight";
|
|
145
106
|
export * from "./AstNotEqualsOperatorNodeOutput";
|
|
146
|
-
export * from "./AstNotEqualsOperatorNodeOutputLeft";
|
|
147
|
-
export * from "./AstNotEqualsOperatorNodeOutputRight";
|
|
148
107
|
export * from "./AstNumberNodeInput";
|
|
149
108
|
export * from "./AstNumberNodeOutput";
|
|
150
109
|
export * from "./AstOrOperatorNodeInput";
|
|
151
|
-
export * from "./AstOrOperatorNodeInputChildrenItem";
|
|
152
110
|
export * from "./AstOrOperatorNodeOutput";
|
|
153
|
-
export * from "./AstOrOperatorNodeOutputChildrenItem";
|
|
154
111
|
export * from "./AstStringNodeInput";
|
|
155
112
|
export * from "./AstStringNodeOutput";
|
|
156
113
|
export * from "./AstSubtractionOperatorNodeInput";
|
|
157
|
-
export * from "./AstSubtractionOperatorNodeInputLeft";
|
|
158
|
-
export * from "./AstSubtractionOperatorNodeInputRight";
|
|
159
114
|
export * from "./AstSubtractionOperatorNodeOutput";
|
|
160
|
-
export * from "./AstSubtractionOperatorNodeOutputLeft";
|
|
161
|
-
export * from "./AstSubtractionOperatorNodeOutputRight";
|
|
162
115
|
export * from "./AsyncConversationMetadata";
|
|
163
116
|
export * from "./AsyncConversationMetadataDeliveryStatus";
|
|
164
117
|
export * from "./AttachedTestModel";
|
|
@@ -183,6 +136,8 @@ export * from "./AuthConnectionLocator";
|
|
|
183
136
|
export * from "./AuthorizationMethod";
|
|
184
137
|
export * from "./AuthSettings";
|
|
185
138
|
export * from "./AutoSyncInfo";
|
|
139
|
+
export * from "./AvatarContextRequestModel";
|
|
140
|
+
export * from "./AvatarContextResponseModel";
|
|
186
141
|
export * from "./BackupLlmDefault";
|
|
187
142
|
export * from "./BackupLlmDisabled";
|
|
188
143
|
export * from "./BackupLlmOverride";
|
|
@@ -363,14 +318,19 @@ export * from "./ConvertChapterResponseModel";
|
|
|
363
318
|
export * from "./ConvertProjectResponseModel";
|
|
364
319
|
export * from "./CreateAgentBranchResponseModel";
|
|
365
320
|
export * from "./CreateAgentResponseModel";
|
|
321
|
+
export * from "./CreateAgentRuleParams";
|
|
322
|
+
export * from "./CreateAgentTestFolderResponseModel";
|
|
366
323
|
export * from "./CreateAgentTestResponseModel";
|
|
367
324
|
export * from "./CreateAssetParams";
|
|
368
325
|
export * from "./CreateAudioNativeProjectRequest";
|
|
369
326
|
export * from "./CreateAuthConnectionEnvironmentVariableRequest";
|
|
370
327
|
export * from "./CreateBasicAuthRequest";
|
|
371
328
|
export * from "./CreateClientAppointmentParams";
|
|
329
|
+
export * from "./CreateClientInteractionParams";
|
|
372
330
|
export * from "./CreateClientParams";
|
|
373
331
|
export * from "./CreateCustomHeaderAuthRequest";
|
|
332
|
+
export * from "./CreateHolidayParams";
|
|
333
|
+
export * from "./CreateMtlsAuthRequest";
|
|
374
334
|
export * from "./CreateOAuth2ClientCredsRequest";
|
|
375
335
|
export * from "./CreateOAuth2JwtRequest";
|
|
376
336
|
export * from "./CreateOAuth2JwtRequestAlgorithm";
|
|
@@ -381,6 +341,7 @@ export * from "./CreatePrivateKeyJwtRequestAlgorithm";
|
|
|
381
341
|
export * from "./CreateProductParams";
|
|
382
342
|
export * from "./CreatePronunciationDictionaryResponseModel";
|
|
383
343
|
export * from "./CreateRentalBookingParams";
|
|
344
|
+
export * from "./CreateRentalServiceParams";
|
|
384
345
|
export * from "./CreateResponseUnitTestRequest";
|
|
385
346
|
export * from "./CreateResponseUnitTestRequestDynamicVariablesValue";
|
|
386
347
|
export * from "./CreateSecretEnvironmentVariableRequest";
|
|
@@ -413,16 +374,20 @@ export * from "./DashboardDataCollectionChartModel";
|
|
|
413
374
|
export * from "./DataCollectionResultCommonModel";
|
|
414
375
|
export * from "./DefaultSharingGroupResponseModel";
|
|
415
376
|
export * from "./DefaultSharingGroupResponseModelPermissionLevel";
|
|
377
|
+
export * from "./DeleteAgentRuleParams";
|
|
416
378
|
export * from "./DeleteAssetParams";
|
|
417
379
|
export * from "./DeleteCalendarEventParams";
|
|
418
380
|
export * from "./DeleteChapterRequest";
|
|
419
381
|
export * from "./DeleteChapterResponseModel";
|
|
382
|
+
export * from "./DeleteClientInteractionParams";
|
|
420
383
|
export * from "./DeleteClientParams";
|
|
421
384
|
export * from "./DeleteDubbingResponseModel";
|
|
422
385
|
export * from "./DeleteHistoryItemResponse";
|
|
386
|
+
export * from "./DeleteHolidayParams";
|
|
423
387
|
export * from "./DeleteProductParams";
|
|
424
388
|
export * from "./DeleteProjectRequest";
|
|
425
389
|
export * from "./DeleteProjectResponseModel";
|
|
390
|
+
export * from "./DeleteRentalServiceParams";
|
|
426
391
|
export * from "./DeleteSampleResponse";
|
|
427
392
|
export * from "./DeleteServiceParams";
|
|
428
393
|
export * from "./DeleteStaffParams";
|
|
@@ -456,6 +421,7 @@ export * from "./DiscountResponseModel";
|
|
|
456
421
|
export * from "./DocumentUsageModeEnum";
|
|
457
422
|
export * from "./DocxExportOptions";
|
|
458
423
|
export * from "./DoDubbingResponse";
|
|
424
|
+
export * from "./DtmfInputConfig";
|
|
459
425
|
export * from "./DubbedSegment";
|
|
460
426
|
export * from "./DubbingMediaMetadata";
|
|
461
427
|
export * from "./DubbingMediaReference";
|
|
@@ -497,7 +463,8 @@ export * from "./EnvironmentVariableResponseValues";
|
|
|
497
463
|
export * from "./EnvironmentVariableSecretValue";
|
|
498
464
|
export * from "./EnvironmentVariableSecretValueRequest";
|
|
499
465
|
export * from "./EnvironmentVariablesListResponse";
|
|
500
|
-
export * from "./
|
|
466
|
+
export * from "./EvaluationSettingsInput";
|
|
467
|
+
export * from "./EvaluationSettingsOutput";
|
|
501
468
|
export * from "./EvaluationSuccessResult";
|
|
502
469
|
export * from "./ExactParameterEvaluationStrategy";
|
|
503
470
|
export * from "./ExportOptions";
|
|
@@ -528,7 +495,11 @@ export * from "./GetAgentLinkResponseModel";
|
|
|
528
495
|
export * from "./GetAgentResponseModel";
|
|
529
496
|
export * from "./GetAgentResponseModelPhoneNumbersItem";
|
|
530
497
|
export * from "./GetAgentsPageResponseModel";
|
|
498
|
+
export * from "./GetAgentTestFolderResponseModel";
|
|
499
|
+
export * from "./GetAnalyticsSummaryParams";
|
|
531
500
|
export * from "./GetAudioNativeProjectSettingsResponseModel";
|
|
501
|
+
export * from "./GetBookingPageSettingsParams";
|
|
502
|
+
export * from "./GetBookingSlugStatusParams";
|
|
532
503
|
export * from "./GetChapterRequest";
|
|
533
504
|
export * from "./GetChapterSnapshotsRequest";
|
|
534
505
|
export * from "./GetChaptersRequest";
|
|
@@ -579,6 +550,7 @@ export * from "./GetPronunciationDictionaryWithRulesResponseModelPermissionOnRes
|
|
|
579
550
|
export * from "./GetPronunciationDictionaryWithRulesResponseModelRulesItem";
|
|
580
551
|
export * from "./GetResponseUnitTestResponseModel";
|
|
581
552
|
export * from "./GetResponseUnitTestResponseModelDynamicVariablesValue";
|
|
553
|
+
export * from "./GetScheduleParams";
|
|
582
554
|
export * from "./GetSimulationTestResponseModel";
|
|
583
555
|
export * from "./GetSimulationTestResponseModelDynamicVariablesValue";
|
|
584
556
|
export * from "./GetSpeechHistoryResponse";
|
|
@@ -633,11 +605,14 @@ export * from "./LanguagePresetTranslation";
|
|
|
633
605
|
export * from "./LanguageResponse";
|
|
634
606
|
export * from "./LibraryVoiceResponse";
|
|
635
607
|
export * from "./LibraryVoiceResponseModelCategory";
|
|
608
|
+
export * from "./ListAgentRulesParams";
|
|
636
609
|
export * from "./ListAssetsParams";
|
|
637
610
|
export * from "./ListAuthConnectionsResponse";
|
|
638
611
|
export * from "./ListAuthConnectionsResponseAuthConnectionsItem";
|
|
639
612
|
export * from "./ListCalendarEventsParams";
|
|
613
|
+
export * from "./ListClientInteractionsParams";
|
|
640
614
|
export * from "./ListClientsParams";
|
|
615
|
+
export * from "./ListHolidaysParams";
|
|
641
616
|
export * from "./ListMcpToolsResponseModel";
|
|
642
617
|
export * from "./ListProductsParams";
|
|
643
618
|
export * from "./ListRentalServicesParams";
|
|
@@ -706,6 +681,7 @@ export * from "./ModelSettingsResponseModel";
|
|
|
706
681
|
export * from "./ModerationConfig";
|
|
707
682
|
export * from "./ModerationGuardrailInput";
|
|
708
683
|
export * from "./ModerationGuardrailOutput";
|
|
684
|
+
export * from "./MtlsAuthResponse";
|
|
709
685
|
export * from "./MultichannelSpeechToTextResponseModel";
|
|
710
686
|
export * from "./MultipartMusicResponse";
|
|
711
687
|
export * from "./MultiSourceConfigJson";
|
|
@@ -805,8 +781,9 @@ export * from "./PromptAgentApiModelInputToolsItem";
|
|
|
805
781
|
export * from "./PromptAgentApiModelOutput";
|
|
806
782
|
export * from "./PromptAgentApiModelOutputBackupLlmConfig";
|
|
807
783
|
export * from "./PromptAgentApiModelOutputToolsItem";
|
|
808
|
-
export * from "./PromptAgentApiModelOverride";
|
|
809
784
|
export * from "./PromptAgentApiModelOverrideConfig";
|
|
785
|
+
export * from "./PromptAgentApiModelOverrideInput";
|
|
786
|
+
export * from "./PromptAgentApiModelOverrideOutput";
|
|
810
787
|
export * from "./PromptAgentApiModelWorkflowOverrideInput";
|
|
811
788
|
export * from "./PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig";
|
|
812
789
|
export * from "./PromptAgentApiModelWorkflowOverrideInputToolsItem";
|
|
@@ -881,6 +858,7 @@ export * from "./SayNodeLiteralMessageInput";
|
|
|
881
858
|
export * from "./SayNodeLiteralMessageOutput";
|
|
882
859
|
export * from "./SayNodePromptMessageInput";
|
|
883
860
|
export * from "./SayNodePromptMessageOutput";
|
|
861
|
+
export * from "./ScopedAnalysisResult";
|
|
884
862
|
export * from "./ScribeAuthErrorPayload";
|
|
885
863
|
export * from "./ScribeChunkSizeExceededErrorPayload";
|
|
886
864
|
export * from "./ScribeErrorPayload";
|
|
@@ -912,6 +890,7 @@ export * from "./SendTextMulti";
|
|
|
912
890
|
export * from "./SessionStartedPayload";
|
|
913
891
|
export * from "./SessionStartedPayloadConfig";
|
|
914
892
|
export * from "./SessionStartedPayloadConfigCommitStrategy";
|
|
893
|
+
export * from "./SetBookingSlugParams";
|
|
915
894
|
export * from "./SfxSourceContext";
|
|
916
895
|
export * from "./ShareOptionResponseModel";
|
|
917
896
|
export * from "./ShareOptionResponseModelType";
|
|
@@ -1002,6 +981,7 @@ export * from "./TextToSpeechStreamWithTimestampsRequest";
|
|
|
1002
981
|
export * from "./TextToSpeechWithTimestampsRequest";
|
|
1003
982
|
export * from "./ThresholdGuardrail";
|
|
1004
983
|
export * from "./TimeRange";
|
|
984
|
+
export * from "./ToDialogueSettingsResponseModel";
|
|
1005
985
|
export * from "./TokenResponseModel";
|
|
1006
986
|
export * from "./Tool";
|
|
1007
987
|
export * from "./ToolAnnotations";
|
|
@@ -1066,14 +1046,20 @@ export * from "./UnitTestToolCallEvaluationModelOutput";
|
|
|
1066
1046
|
export * from "./UnitTestToolCallParameter";
|
|
1067
1047
|
export * from "./UnitTestToolCallParameterEval";
|
|
1068
1048
|
export * from "./UnitTestWorkflowNodeTransitionEvaluationNodeId";
|
|
1049
|
+
export * from "./UpdateAgentRuleParams";
|
|
1069
1050
|
export * from "./UpdateAssetParams";
|
|
1070
1051
|
export * from "./UpdateAudioNativeProjectRequest";
|
|
1052
|
+
export * from "./UpdateBookingPageSettingsParams";
|
|
1053
|
+
export * from "./UpdateBusinessInfoParams";
|
|
1071
1054
|
export * from "./UpdateCalendarEventParams";
|
|
1072
1055
|
export * from "./UpdateChapterRequest";
|
|
1073
1056
|
export * from "./UpdateClientParams";
|
|
1057
|
+
export * from "./UpdateCustomerFacingConfigParams";
|
|
1058
|
+
export * from "./UpdateHolidayParams";
|
|
1074
1059
|
export * from "./UpdateProductParams";
|
|
1075
1060
|
export * from "./UpdateProjectRequest";
|
|
1076
1061
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
1062
|
+
export * from "./UpdateRentalServiceParams";
|
|
1077
1063
|
export * from "./UpdateResponseUnitTestRequest";
|
|
1078
1064
|
export * from "./UpdateResponseUnitTestRequestDynamicVariablesValue";
|
|
1079
1065
|
export * from "./UpdateServiceParams";
|
|
@@ -1104,6 +1090,7 @@ export * from "./VideoAnalysisStatus";
|
|
|
1104
1090
|
export * from "./VideoKeyMoment";
|
|
1105
1091
|
export * from "./VideoSegment";
|
|
1106
1092
|
export * from "./VideoSubject";
|
|
1093
|
+
export * from "./VisitedAgentRef";
|
|
1107
1094
|
export * from "./Voice";
|
|
1108
1095
|
export * from "./VoiceCategory";
|
|
1109
1096
|
export * from "./VoiceDesignPreviewResponse";
|
|
@@ -1113,6 +1100,8 @@ export * from "./VoiceMailDetectionResultSuccessModel";
|
|
|
1113
1100
|
export * from "./VoicemailDetectionToolConfig";
|
|
1114
1101
|
export * from "./VoicePreviewResponseModel";
|
|
1115
1102
|
export * from "./VoiceResponseModelCategory";
|
|
1103
|
+
export * from "./VoiceResponseModelLabellingStatus";
|
|
1104
|
+
export * from "./VoiceResponseModelRecordingQuality";
|
|
1116
1105
|
export * from "./VoiceResponseModelSafetyControl";
|
|
1117
1106
|
export * from "./VoiceSample";
|
|
1118
1107
|
export * from "./VoiceSamplePreviewResponseModel";
|
|
@@ -1187,9 +1176,7 @@ export * from "./WorkflowEdgeModelOutputForwardCondition";
|
|
|
1187
1176
|
export * from "./WorkflowEndNodeModelInput";
|
|
1188
1177
|
export * from "./WorkflowEndNodeModelOutput";
|
|
1189
1178
|
export * from "./WorkflowExpressionConditionModelInput";
|
|
1190
|
-
export * from "./WorkflowExpressionConditionModelInputExpression";
|
|
1191
1179
|
export * from "./WorkflowExpressionConditionModelOutput";
|
|
1192
|
-
export * from "./WorkflowExpressionConditionModelOutputExpression";
|
|
1193
1180
|
export * from "./WorkflowFeaturesUsageCommonModel";
|
|
1194
1181
|
export * from "./WorkflowLlmConditionModelInput";
|
|
1195
1182
|
export * from "./WorkflowLlmConditionModelOutput";
|
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);
|
|
@@ -88,93 +89,45 @@ __exportStar(require("./AsrQuality"), exports);
|
|
|
88
89
|
__exportStar(require("./AssetTranscription"), exports);
|
|
89
90
|
__exportStar(require("./AssetTranscriptionWord"), exports);
|
|
90
91
|
__exportStar(require("./AstAdditionOperatorNodeInput"), exports);
|
|
91
|
-
__exportStar(require("./AstAdditionOperatorNodeInputLeft"), exports);
|
|
92
|
-
__exportStar(require("./AstAdditionOperatorNodeInputRight"), exports);
|
|
93
92
|
__exportStar(require("./AstAdditionOperatorNodeOutput"), exports);
|
|
94
|
-
__exportStar(require("./AstAdditionOperatorNodeOutputLeft"), exports);
|
|
95
|
-
__exportStar(require("./AstAdditionOperatorNodeOutputRight"), exports);
|
|
96
93
|
__exportStar(require("./AstAndOperatorNodeInput"), exports);
|
|
97
|
-
__exportStar(require("./AstAndOperatorNodeInputChildrenItem"), exports);
|
|
98
94
|
__exportStar(require("./AstAndOperatorNodeOutput"), exports);
|
|
99
|
-
__exportStar(require("./AstAndOperatorNodeOutputChildrenItem"), exports);
|
|
100
95
|
__exportStar(require("./AstBooleanNodeInput"), exports);
|
|
101
96
|
__exportStar(require("./AstBooleanNodeOutput"), exports);
|
|
102
97
|
__exportStar(require("./AstConditionalOperatorNodeInput"), exports);
|
|
103
|
-
__exportStar(require("./AstConditionalOperatorNodeInputCondition"), exports);
|
|
104
|
-
__exportStar(require("./AstConditionalOperatorNodeInputFalseExpression"), exports);
|
|
105
|
-
__exportStar(require("./AstConditionalOperatorNodeInputTrueExpression"), exports);
|
|
106
98
|
__exportStar(require("./AstConditionalOperatorNodeOutput"), exports);
|
|
107
|
-
__exportStar(require("./AstConditionalOperatorNodeOutputCondition"), exports);
|
|
108
|
-
__exportStar(require("./AstConditionalOperatorNodeOutputFalseExpression"), exports);
|
|
109
|
-
__exportStar(require("./AstConditionalOperatorNodeOutputTrueExpression"), exports);
|
|
110
99
|
__exportStar(require("./AstDivisionOperatorNodeInput"), exports);
|
|
111
|
-
__exportStar(require("./AstDivisionOperatorNodeInputLeft"), exports);
|
|
112
|
-
__exportStar(require("./AstDivisionOperatorNodeInputRight"), exports);
|
|
113
100
|
__exportStar(require("./AstDivisionOperatorNodeOutput"), exports);
|
|
114
|
-
__exportStar(require("./AstDivisionOperatorNodeOutputLeft"), exports);
|
|
115
|
-
__exportStar(require("./AstDivisionOperatorNodeOutputRight"), exports);
|
|
116
101
|
__exportStar(require("./AstDynamicVariableNodeInput"), exports);
|
|
117
102
|
__exportStar(require("./AstDynamicVariableNodeOutput"), exports);
|
|
118
103
|
__exportStar(require("./AstEqualsOperatorNodeInput"), exports);
|
|
119
|
-
__exportStar(require("./AstEqualsOperatorNodeInputLeft"), exports);
|
|
120
|
-
__exportStar(require("./AstEqualsOperatorNodeInputRight"), exports);
|
|
121
104
|
__exportStar(require("./AstEqualsOperatorNodeOutput"), exports);
|
|
122
|
-
__exportStar(require("./AstEqualsOperatorNodeOutputLeft"), exports);
|
|
123
|
-
__exportStar(require("./AstEqualsOperatorNodeOutputRight"), exports);
|
|
124
105
|
__exportStar(require("./AstGreaterThanOperatorNodeInput"), exports);
|
|
125
|
-
__exportStar(require("./AstGreaterThanOperatorNodeInputLeft"), exports);
|
|
126
|
-
__exportStar(require("./AstGreaterThanOperatorNodeInputRight"), exports);
|
|
127
106
|
__exportStar(require("./AstGreaterThanOperatorNodeOutput"), exports);
|
|
128
|
-
__exportStar(require("./AstGreaterThanOperatorNodeOutputLeft"), exports);
|
|
129
|
-
__exportStar(require("./AstGreaterThanOperatorNodeOutputRight"), exports);
|
|
130
107
|
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeInput"), exports);
|
|
131
|
-
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeInputLeft"), exports);
|
|
132
|
-
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeInputRight"), exports);
|
|
133
108
|
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeOutput"), exports);
|
|
134
|
-
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeOutputLeft"), exports);
|
|
135
|
-
__exportStar(require("./AstGreaterThanOrEqualsOperatorNodeOutputRight"), exports);
|
|
136
109
|
__exportStar(require("./AstLessThanOperatorNodeInput"), exports);
|
|
137
|
-
__exportStar(require("./AstLessThanOperatorNodeInputLeft"), exports);
|
|
138
|
-
__exportStar(require("./AstLessThanOperatorNodeInputRight"), exports);
|
|
139
110
|
__exportStar(require("./AstLessThanOperatorNodeOutput"), exports);
|
|
140
|
-
__exportStar(require("./AstLessThanOperatorNodeOutputLeft"), exports);
|
|
141
|
-
__exportStar(require("./AstLessThanOperatorNodeOutputRight"), exports);
|
|
142
111
|
__exportStar(require("./AstLessThanOrEqualsOperatorNodeInput"), exports);
|
|
143
|
-
__exportStar(require("./AstLessThanOrEqualsOperatorNodeInputLeft"), exports);
|
|
144
|
-
__exportStar(require("./AstLessThanOrEqualsOperatorNodeInputRight"), exports);
|
|
145
112
|
__exportStar(require("./AstLessThanOrEqualsOperatorNodeOutput"), exports);
|
|
146
|
-
__exportStar(require("./AstLessThanOrEqualsOperatorNodeOutputLeft"), exports);
|
|
147
|
-
__exportStar(require("./AstLessThanOrEqualsOperatorNodeOutputRight"), exports);
|
|
148
113
|
__exportStar(require("./AstllmNodeInput"), exports);
|
|
149
114
|
__exportStar(require("./AstllmNodeInputPrompt"), exports);
|
|
150
115
|
__exportStar(require("./AstllmNodeInputValueSchema"), exports);
|
|
151
116
|
__exportStar(require("./AstllmNodeOutput"), exports);
|
|
152
117
|
__exportStar(require("./AstMultiplicationOperatorNodeInput"), exports);
|
|
153
|
-
__exportStar(require("./AstMultiplicationOperatorNodeInputLeft"), exports);
|
|
154
|
-
__exportStar(require("./AstMultiplicationOperatorNodeInputRight"), exports);
|
|
155
118
|
__exportStar(require("./AstMultiplicationOperatorNodeOutput"), exports);
|
|
156
|
-
__exportStar(require("./
|
|
157
|
-
__exportStar(require("./
|
|
119
|
+
__exportStar(require("./AstNodeInput"), exports);
|
|
120
|
+
__exportStar(require("./AstNodeOutput"), exports);
|
|
158
121
|
__exportStar(require("./AstNotEqualsOperatorNodeInput"), exports);
|
|
159
|
-
__exportStar(require("./AstNotEqualsOperatorNodeInputLeft"), exports);
|
|
160
|
-
__exportStar(require("./AstNotEqualsOperatorNodeInputRight"), exports);
|
|
161
122
|
__exportStar(require("./AstNotEqualsOperatorNodeOutput"), exports);
|
|
162
|
-
__exportStar(require("./AstNotEqualsOperatorNodeOutputLeft"), exports);
|
|
163
|
-
__exportStar(require("./AstNotEqualsOperatorNodeOutputRight"), exports);
|
|
164
123
|
__exportStar(require("./AstNumberNodeInput"), exports);
|
|
165
124
|
__exportStar(require("./AstNumberNodeOutput"), exports);
|
|
166
125
|
__exportStar(require("./AstOrOperatorNodeInput"), exports);
|
|
167
|
-
__exportStar(require("./AstOrOperatorNodeInputChildrenItem"), exports);
|
|
168
126
|
__exportStar(require("./AstOrOperatorNodeOutput"), exports);
|
|
169
|
-
__exportStar(require("./AstOrOperatorNodeOutputChildrenItem"), exports);
|
|
170
127
|
__exportStar(require("./AstStringNodeInput"), exports);
|
|
171
128
|
__exportStar(require("./AstStringNodeOutput"), exports);
|
|
172
129
|
__exportStar(require("./AstSubtractionOperatorNodeInput"), exports);
|
|
173
|
-
__exportStar(require("./AstSubtractionOperatorNodeInputLeft"), exports);
|
|
174
|
-
__exportStar(require("./AstSubtractionOperatorNodeInputRight"), exports);
|
|
175
130
|
__exportStar(require("./AstSubtractionOperatorNodeOutput"), exports);
|
|
176
|
-
__exportStar(require("./AstSubtractionOperatorNodeOutputLeft"), exports);
|
|
177
|
-
__exportStar(require("./AstSubtractionOperatorNodeOutputRight"), exports);
|
|
178
131
|
__exportStar(require("./AsyncConversationMetadata"), exports);
|
|
179
132
|
__exportStar(require("./AsyncConversationMetadataDeliveryStatus"), exports);
|
|
180
133
|
__exportStar(require("./AttachedTestModel"), exports);
|
|
@@ -199,6 +152,8 @@ __exportStar(require("./AuthConnectionLocator"), exports);
|
|
|
199
152
|
__exportStar(require("./AuthorizationMethod"), exports);
|
|
200
153
|
__exportStar(require("./AuthSettings"), exports);
|
|
201
154
|
__exportStar(require("./AutoSyncInfo"), exports);
|
|
155
|
+
__exportStar(require("./AvatarContextRequestModel"), exports);
|
|
156
|
+
__exportStar(require("./AvatarContextResponseModel"), exports);
|
|
202
157
|
__exportStar(require("./BackupLlmDefault"), exports);
|
|
203
158
|
__exportStar(require("./BackupLlmDisabled"), exports);
|
|
204
159
|
__exportStar(require("./BackupLlmOverride"), exports);
|
|
@@ -379,14 +334,19 @@ __exportStar(require("./ConvertChapterResponseModel"), exports);
|
|
|
379
334
|
__exportStar(require("./ConvertProjectResponseModel"), exports);
|
|
380
335
|
__exportStar(require("./CreateAgentBranchResponseModel"), exports);
|
|
381
336
|
__exportStar(require("./CreateAgentResponseModel"), exports);
|
|
337
|
+
__exportStar(require("./CreateAgentRuleParams"), exports);
|
|
338
|
+
__exportStar(require("./CreateAgentTestFolderResponseModel"), exports);
|
|
382
339
|
__exportStar(require("./CreateAgentTestResponseModel"), exports);
|
|
383
340
|
__exportStar(require("./CreateAssetParams"), exports);
|
|
384
341
|
__exportStar(require("./CreateAudioNativeProjectRequest"), exports);
|
|
385
342
|
__exportStar(require("./CreateAuthConnectionEnvironmentVariableRequest"), exports);
|
|
386
343
|
__exportStar(require("./CreateBasicAuthRequest"), exports);
|
|
387
344
|
__exportStar(require("./CreateClientAppointmentParams"), exports);
|
|
345
|
+
__exportStar(require("./CreateClientInteractionParams"), exports);
|
|
388
346
|
__exportStar(require("./CreateClientParams"), exports);
|
|
389
347
|
__exportStar(require("./CreateCustomHeaderAuthRequest"), exports);
|
|
348
|
+
__exportStar(require("./CreateHolidayParams"), exports);
|
|
349
|
+
__exportStar(require("./CreateMtlsAuthRequest"), exports);
|
|
390
350
|
__exportStar(require("./CreateOAuth2ClientCredsRequest"), exports);
|
|
391
351
|
__exportStar(require("./CreateOAuth2JwtRequest"), exports);
|
|
392
352
|
__exportStar(require("./CreateOAuth2JwtRequestAlgorithm"), exports);
|
|
@@ -397,6 +357,7 @@ __exportStar(require("./CreatePrivateKeyJwtRequestAlgorithm"), exports);
|
|
|
397
357
|
__exportStar(require("./CreateProductParams"), exports);
|
|
398
358
|
__exportStar(require("./CreatePronunciationDictionaryResponseModel"), exports);
|
|
399
359
|
__exportStar(require("./CreateRentalBookingParams"), exports);
|
|
360
|
+
__exportStar(require("./CreateRentalServiceParams"), exports);
|
|
400
361
|
__exportStar(require("./CreateResponseUnitTestRequest"), exports);
|
|
401
362
|
__exportStar(require("./CreateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
402
363
|
__exportStar(require("./CreateSecretEnvironmentVariableRequest"), exports);
|
|
@@ -429,16 +390,20 @@ __exportStar(require("./DashboardDataCollectionChartModel"), exports);
|
|
|
429
390
|
__exportStar(require("./DataCollectionResultCommonModel"), exports);
|
|
430
391
|
__exportStar(require("./DefaultSharingGroupResponseModel"), exports);
|
|
431
392
|
__exportStar(require("./DefaultSharingGroupResponseModelPermissionLevel"), exports);
|
|
393
|
+
__exportStar(require("./DeleteAgentRuleParams"), exports);
|
|
432
394
|
__exportStar(require("./DeleteAssetParams"), exports);
|
|
433
395
|
__exportStar(require("./DeleteCalendarEventParams"), exports);
|
|
434
396
|
__exportStar(require("./DeleteChapterRequest"), exports);
|
|
435
397
|
__exportStar(require("./DeleteChapterResponseModel"), exports);
|
|
398
|
+
__exportStar(require("./DeleteClientInteractionParams"), exports);
|
|
436
399
|
__exportStar(require("./DeleteClientParams"), exports);
|
|
437
400
|
__exportStar(require("./DeleteDubbingResponseModel"), exports);
|
|
438
401
|
__exportStar(require("./DeleteHistoryItemResponse"), exports);
|
|
402
|
+
__exportStar(require("./DeleteHolidayParams"), exports);
|
|
439
403
|
__exportStar(require("./DeleteProductParams"), exports);
|
|
440
404
|
__exportStar(require("./DeleteProjectRequest"), exports);
|
|
441
405
|
__exportStar(require("./DeleteProjectResponseModel"), exports);
|
|
406
|
+
__exportStar(require("./DeleteRentalServiceParams"), exports);
|
|
442
407
|
__exportStar(require("./DeleteSampleResponse"), exports);
|
|
443
408
|
__exportStar(require("./DeleteServiceParams"), exports);
|
|
444
409
|
__exportStar(require("./DeleteStaffParams"), exports);
|
|
@@ -472,6 +437,7 @@ __exportStar(require("./DiscountResponseModel"), exports);
|
|
|
472
437
|
__exportStar(require("./DocumentUsageModeEnum"), exports);
|
|
473
438
|
__exportStar(require("./DocxExportOptions"), exports);
|
|
474
439
|
__exportStar(require("./DoDubbingResponse"), exports);
|
|
440
|
+
__exportStar(require("./DtmfInputConfig"), exports);
|
|
475
441
|
__exportStar(require("./DubbedSegment"), exports);
|
|
476
442
|
__exportStar(require("./DubbingMediaMetadata"), exports);
|
|
477
443
|
__exportStar(require("./DubbingMediaReference"), exports);
|
|
@@ -513,7 +479,8 @@ __exportStar(require("./EnvironmentVariableResponseValues"), exports);
|
|
|
513
479
|
__exportStar(require("./EnvironmentVariableSecretValue"), exports);
|
|
514
480
|
__exportStar(require("./EnvironmentVariableSecretValueRequest"), exports);
|
|
515
481
|
__exportStar(require("./EnvironmentVariablesListResponse"), exports);
|
|
516
|
-
__exportStar(require("./
|
|
482
|
+
__exportStar(require("./EvaluationSettingsInput"), exports);
|
|
483
|
+
__exportStar(require("./EvaluationSettingsOutput"), exports);
|
|
517
484
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
518
485
|
__exportStar(require("./ExactParameterEvaluationStrategy"), exports);
|
|
519
486
|
__exportStar(require("./ExportOptions"), exports);
|
|
@@ -544,7 +511,11 @@ __exportStar(require("./GetAgentLinkResponseModel"), exports);
|
|
|
544
511
|
__exportStar(require("./GetAgentResponseModel"), exports);
|
|
545
512
|
__exportStar(require("./GetAgentResponseModelPhoneNumbersItem"), exports);
|
|
546
513
|
__exportStar(require("./GetAgentsPageResponseModel"), exports);
|
|
514
|
+
__exportStar(require("./GetAgentTestFolderResponseModel"), exports);
|
|
515
|
+
__exportStar(require("./GetAnalyticsSummaryParams"), exports);
|
|
547
516
|
__exportStar(require("./GetAudioNativeProjectSettingsResponseModel"), exports);
|
|
517
|
+
__exportStar(require("./GetBookingPageSettingsParams"), exports);
|
|
518
|
+
__exportStar(require("./GetBookingSlugStatusParams"), exports);
|
|
548
519
|
__exportStar(require("./GetChapterRequest"), exports);
|
|
549
520
|
__exportStar(require("./GetChapterSnapshotsRequest"), exports);
|
|
550
521
|
__exportStar(require("./GetChaptersRequest"), exports);
|
|
@@ -595,6 +566,7 @@ __exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelPermissi
|
|
|
595
566
|
__exportStar(require("./GetPronunciationDictionaryWithRulesResponseModelRulesItem"), exports);
|
|
596
567
|
__exportStar(require("./GetResponseUnitTestResponseModel"), exports);
|
|
597
568
|
__exportStar(require("./GetResponseUnitTestResponseModelDynamicVariablesValue"), exports);
|
|
569
|
+
__exportStar(require("./GetScheduleParams"), exports);
|
|
598
570
|
__exportStar(require("./GetSimulationTestResponseModel"), exports);
|
|
599
571
|
__exportStar(require("./GetSimulationTestResponseModelDynamicVariablesValue"), exports);
|
|
600
572
|
__exportStar(require("./GetSpeechHistoryResponse"), exports);
|
|
@@ -649,11 +621,14 @@ __exportStar(require("./LanguagePresetTranslation"), exports);
|
|
|
649
621
|
__exportStar(require("./LanguageResponse"), exports);
|
|
650
622
|
__exportStar(require("./LibraryVoiceResponse"), exports);
|
|
651
623
|
__exportStar(require("./LibraryVoiceResponseModelCategory"), exports);
|
|
624
|
+
__exportStar(require("./ListAgentRulesParams"), exports);
|
|
652
625
|
__exportStar(require("./ListAssetsParams"), exports);
|
|
653
626
|
__exportStar(require("./ListAuthConnectionsResponse"), exports);
|
|
654
627
|
__exportStar(require("./ListAuthConnectionsResponseAuthConnectionsItem"), exports);
|
|
655
628
|
__exportStar(require("./ListCalendarEventsParams"), exports);
|
|
629
|
+
__exportStar(require("./ListClientInteractionsParams"), exports);
|
|
656
630
|
__exportStar(require("./ListClientsParams"), exports);
|
|
631
|
+
__exportStar(require("./ListHolidaysParams"), exports);
|
|
657
632
|
__exportStar(require("./ListMcpToolsResponseModel"), exports);
|
|
658
633
|
__exportStar(require("./ListProductsParams"), exports);
|
|
659
634
|
__exportStar(require("./ListRentalServicesParams"), exports);
|
|
@@ -722,6 +697,7 @@ __exportStar(require("./ModelSettingsResponseModel"), exports);
|
|
|
722
697
|
__exportStar(require("./ModerationConfig"), exports);
|
|
723
698
|
__exportStar(require("./ModerationGuardrailInput"), exports);
|
|
724
699
|
__exportStar(require("./ModerationGuardrailOutput"), exports);
|
|
700
|
+
__exportStar(require("./MtlsAuthResponse"), exports);
|
|
725
701
|
__exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
|
|
726
702
|
__exportStar(require("./MultipartMusicResponse"), exports);
|
|
727
703
|
__exportStar(require("./MultiSourceConfigJson"), exports);
|
|
@@ -821,8 +797,9 @@ __exportStar(require("./PromptAgentApiModelInputToolsItem"), exports);
|
|
|
821
797
|
__exportStar(require("./PromptAgentApiModelOutput"), exports);
|
|
822
798
|
__exportStar(require("./PromptAgentApiModelOutputBackupLlmConfig"), exports);
|
|
823
799
|
__exportStar(require("./PromptAgentApiModelOutputToolsItem"), exports);
|
|
824
|
-
__exportStar(require("./PromptAgentApiModelOverride"), exports);
|
|
825
800
|
__exportStar(require("./PromptAgentApiModelOverrideConfig"), exports);
|
|
801
|
+
__exportStar(require("./PromptAgentApiModelOverrideInput"), exports);
|
|
802
|
+
__exportStar(require("./PromptAgentApiModelOverrideOutput"), exports);
|
|
826
803
|
__exportStar(require("./PromptAgentApiModelWorkflowOverrideInput"), exports);
|
|
827
804
|
__exportStar(require("./PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig"), exports);
|
|
828
805
|
__exportStar(require("./PromptAgentApiModelWorkflowOverrideInputToolsItem"), exports);
|
|
@@ -897,6 +874,7 @@ __exportStar(require("./SayNodeLiteralMessageInput"), exports);
|
|
|
897
874
|
__exportStar(require("./SayNodeLiteralMessageOutput"), exports);
|
|
898
875
|
__exportStar(require("./SayNodePromptMessageInput"), exports);
|
|
899
876
|
__exportStar(require("./SayNodePromptMessageOutput"), exports);
|
|
877
|
+
__exportStar(require("./ScopedAnalysisResult"), exports);
|
|
900
878
|
__exportStar(require("./ScribeAuthErrorPayload"), exports);
|
|
901
879
|
__exportStar(require("./ScribeChunkSizeExceededErrorPayload"), exports);
|
|
902
880
|
__exportStar(require("./ScribeErrorPayload"), exports);
|
|
@@ -928,6 +906,7 @@ __exportStar(require("./SendTextMulti"), exports);
|
|
|
928
906
|
__exportStar(require("./SessionStartedPayload"), exports);
|
|
929
907
|
__exportStar(require("./SessionStartedPayloadConfig"), exports);
|
|
930
908
|
__exportStar(require("./SessionStartedPayloadConfigCommitStrategy"), exports);
|
|
909
|
+
__exportStar(require("./SetBookingSlugParams"), exports);
|
|
931
910
|
__exportStar(require("./SfxSourceContext"), exports);
|
|
932
911
|
__exportStar(require("./ShareOptionResponseModel"), exports);
|
|
933
912
|
__exportStar(require("./ShareOptionResponseModelType"), exports);
|
|
@@ -1018,6 +997,7 @@ __exportStar(require("./TextToSpeechStreamWithTimestampsRequest"), exports);
|
|
|
1018
997
|
__exportStar(require("./TextToSpeechWithTimestampsRequest"), exports);
|
|
1019
998
|
__exportStar(require("./ThresholdGuardrail"), exports);
|
|
1020
999
|
__exportStar(require("./TimeRange"), exports);
|
|
1000
|
+
__exportStar(require("./ToDialogueSettingsResponseModel"), exports);
|
|
1021
1001
|
__exportStar(require("./TokenResponseModel"), exports);
|
|
1022
1002
|
__exportStar(require("./Tool"), exports);
|
|
1023
1003
|
__exportStar(require("./ToolAnnotations"), exports);
|
|
@@ -1082,14 +1062,20 @@ __exportStar(require("./UnitTestToolCallEvaluationModelOutput"), exports);
|
|
|
1082
1062
|
__exportStar(require("./UnitTestToolCallParameter"), exports);
|
|
1083
1063
|
__exportStar(require("./UnitTestToolCallParameterEval"), exports);
|
|
1084
1064
|
__exportStar(require("./UnitTestWorkflowNodeTransitionEvaluationNodeId"), exports);
|
|
1065
|
+
__exportStar(require("./UpdateAgentRuleParams"), exports);
|
|
1085
1066
|
__exportStar(require("./UpdateAssetParams"), exports);
|
|
1086
1067
|
__exportStar(require("./UpdateAudioNativeProjectRequest"), exports);
|
|
1068
|
+
__exportStar(require("./UpdateBookingPageSettingsParams"), exports);
|
|
1069
|
+
__exportStar(require("./UpdateBusinessInfoParams"), exports);
|
|
1087
1070
|
__exportStar(require("./UpdateCalendarEventParams"), exports);
|
|
1088
1071
|
__exportStar(require("./UpdateChapterRequest"), exports);
|
|
1089
1072
|
__exportStar(require("./UpdateClientParams"), exports);
|
|
1073
|
+
__exportStar(require("./UpdateCustomerFacingConfigParams"), exports);
|
|
1074
|
+
__exportStar(require("./UpdateHolidayParams"), exports);
|
|
1090
1075
|
__exportStar(require("./UpdateProductParams"), exports);
|
|
1091
1076
|
__exportStar(require("./UpdateProjectRequest"), exports);
|
|
1092
1077
|
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|
|
1078
|
+
__exportStar(require("./UpdateRentalServiceParams"), exports);
|
|
1093
1079
|
__exportStar(require("./UpdateResponseUnitTestRequest"), exports);
|
|
1094
1080
|
__exportStar(require("./UpdateResponseUnitTestRequestDynamicVariablesValue"), exports);
|
|
1095
1081
|
__exportStar(require("./UpdateServiceParams"), exports);
|
|
@@ -1120,6 +1106,7 @@ __exportStar(require("./VideoAnalysisStatus"), exports);
|
|
|
1120
1106
|
__exportStar(require("./VideoKeyMoment"), exports);
|
|
1121
1107
|
__exportStar(require("./VideoSegment"), exports);
|
|
1122
1108
|
__exportStar(require("./VideoSubject"), exports);
|
|
1109
|
+
__exportStar(require("./VisitedAgentRef"), exports);
|
|
1123
1110
|
__exportStar(require("./Voice"), exports);
|
|
1124
1111
|
__exportStar(require("./VoiceCategory"), exports);
|
|
1125
1112
|
__exportStar(require("./VoiceDesignPreviewResponse"), exports);
|
|
@@ -1129,6 +1116,8 @@ __exportStar(require("./VoiceMailDetectionResultSuccessModel"), exports);
|
|
|
1129
1116
|
__exportStar(require("./VoicemailDetectionToolConfig"), exports);
|
|
1130
1117
|
__exportStar(require("./VoicePreviewResponseModel"), exports);
|
|
1131
1118
|
__exportStar(require("./VoiceResponseModelCategory"), exports);
|
|
1119
|
+
__exportStar(require("./VoiceResponseModelLabellingStatus"), exports);
|
|
1120
|
+
__exportStar(require("./VoiceResponseModelRecordingQuality"), exports);
|
|
1132
1121
|
__exportStar(require("./VoiceResponseModelSafetyControl"), exports);
|
|
1133
1122
|
__exportStar(require("./VoiceSample"), exports);
|
|
1134
1123
|
__exportStar(require("./VoiceSamplePreviewResponseModel"), exports);
|
|
@@ -1203,9 +1192,7 @@ __exportStar(require("./WorkflowEdgeModelOutputForwardCondition"), exports);
|
|
|
1203
1192
|
__exportStar(require("./WorkflowEndNodeModelInput"), exports);
|
|
1204
1193
|
__exportStar(require("./WorkflowEndNodeModelOutput"), exports);
|
|
1205
1194
|
__exportStar(require("./WorkflowExpressionConditionModelInput"), exports);
|
|
1206
|
-
__exportStar(require("./WorkflowExpressionConditionModelInputExpression"), exports);
|
|
1207
1195
|
__exportStar(require("./WorkflowExpressionConditionModelOutput"), exports);
|
|
1208
|
-
__exportStar(require("./WorkflowExpressionConditionModelOutputExpression"), exports);
|
|
1209
1196
|
__exportStar(require("./WorkflowFeaturesUsageCommonModel"), exports);
|
|
1210
1197
|
__exportStar(require("./WorkflowLlmConditionModelInput"), exports);
|
|
1211
1198
|
__exportStar(require("./WorkflowLlmConditionModelOutput"), 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
|
+
}
|