@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
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import * as serializers from "../index";
|
|
4
|
-
import { AstBooleanNodeInput } from "./AstBooleanNodeInput";
|
|
5
|
-
import { AstDynamicVariableNodeInput } from "./AstDynamicVariableNodeInput";
|
|
6
|
-
import { AstllmNodeInput } from "./AstllmNodeInput";
|
|
7
|
-
import { AstNumberNodeInput } from "./AstNumberNodeInput";
|
|
8
|
-
import { AstStringNodeInput } from "./AstStringNodeInput";
|
|
9
|
-
export declare const AstLessThanOrEqualsOperatorNodeInputLeft: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeInputLeft.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeInputLeft>;
|
|
10
|
-
export declare namespace AstLessThanOrEqualsOperatorNodeInputLeft {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeInputLeft.AddOperator | AstLessThanOrEqualsOperatorNodeInputLeft.AndOperator | AstLessThanOrEqualsOperatorNodeInputLeft.BooleanLiteral | AstLessThanOrEqualsOperatorNodeInputLeft.ConditionalOperator | AstLessThanOrEqualsOperatorNodeInputLeft.DivOperator | AstLessThanOrEqualsOperatorNodeInputLeft.DynamicVariable | AstLessThanOrEqualsOperatorNodeInputLeft.EqOperator | AstLessThanOrEqualsOperatorNodeInputLeft.GtOperator | AstLessThanOrEqualsOperatorNodeInputLeft.GteOperator | AstLessThanOrEqualsOperatorNodeInputLeft.Llm | AstLessThanOrEqualsOperatorNodeInputLeft.LtOperator | AstLessThanOrEqualsOperatorNodeInputLeft.LteOperator | AstLessThanOrEqualsOperatorNodeInputLeft.MulOperator | AstLessThanOrEqualsOperatorNodeInputLeft.NeqOperator | AstLessThanOrEqualsOperatorNodeInputLeft.NumberLiteral | AstLessThanOrEqualsOperatorNodeInputLeft.OrOperator | AstLessThanOrEqualsOperatorNodeInputLeft.StringLiteral | AstLessThanOrEqualsOperatorNodeInputLeft.SubOperator;
|
|
12
|
-
interface AddOperator extends serializers.AstAdditionOperatorNodeInput.Raw {
|
|
13
|
-
type: "add_operator";
|
|
14
|
-
}
|
|
15
|
-
interface AndOperator extends serializers.AstAndOperatorNodeInput.Raw {
|
|
16
|
-
type: "and_operator";
|
|
17
|
-
}
|
|
18
|
-
interface BooleanLiteral extends AstBooleanNodeInput.Raw {
|
|
19
|
-
type: "boolean_literal";
|
|
20
|
-
}
|
|
21
|
-
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeInput.Raw {
|
|
22
|
-
type: "conditional_operator";
|
|
23
|
-
}
|
|
24
|
-
interface DivOperator extends serializers.AstDivisionOperatorNodeInput.Raw {
|
|
25
|
-
type: "div_operator";
|
|
26
|
-
}
|
|
27
|
-
interface DynamicVariable extends AstDynamicVariableNodeInput.Raw {
|
|
28
|
-
type: "dynamic_variable";
|
|
29
|
-
}
|
|
30
|
-
interface EqOperator extends serializers.AstEqualsOperatorNodeInput.Raw {
|
|
31
|
-
type: "eq_operator";
|
|
32
|
-
}
|
|
33
|
-
interface GtOperator extends serializers.AstGreaterThanOperatorNodeInput.Raw {
|
|
34
|
-
type: "gt_operator";
|
|
35
|
-
}
|
|
36
|
-
interface GteOperator extends serializers.AstGreaterThanOrEqualsOperatorNodeInput.Raw {
|
|
37
|
-
type: "gte_operator";
|
|
38
|
-
}
|
|
39
|
-
interface Llm {
|
|
40
|
-
type: "llm";
|
|
41
|
-
value: AstllmNodeInput.Raw;
|
|
42
|
-
}
|
|
43
|
-
interface LtOperator extends serializers.AstLessThanOperatorNodeInput.Raw {
|
|
44
|
-
type: "lt_operator";
|
|
45
|
-
}
|
|
46
|
-
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeInput.Raw {
|
|
47
|
-
type: "lte_operator";
|
|
48
|
-
}
|
|
49
|
-
interface MulOperator extends serializers.AstMultiplicationOperatorNodeInput.Raw {
|
|
50
|
-
type: "mul_operator";
|
|
51
|
-
}
|
|
52
|
-
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeInput.Raw {
|
|
53
|
-
type: "neq_operator";
|
|
54
|
-
}
|
|
55
|
-
interface NumberLiteral extends AstNumberNodeInput.Raw {
|
|
56
|
-
type: "number_literal";
|
|
57
|
-
}
|
|
58
|
-
interface OrOperator extends serializers.AstOrOperatorNodeInput.Raw {
|
|
59
|
-
type: "or_operator";
|
|
60
|
-
}
|
|
61
|
-
interface StringLiteral extends AstStringNodeInput.Raw {
|
|
62
|
-
type: "string_literal";
|
|
63
|
-
}
|
|
64
|
-
interface SubOperator extends serializers.AstSubtractionOperatorNodeInput.Raw {
|
|
65
|
-
type: "sub_operator";
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.AstLessThanOrEqualsOperatorNodeInputLeft = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
const serializers = __importStar(require("../index"));
|
|
40
|
-
const AstBooleanNodeInput_1 = require("./AstBooleanNodeInput");
|
|
41
|
-
const AstDynamicVariableNodeInput_1 = require("./AstDynamicVariableNodeInput");
|
|
42
|
-
const AstllmNodeInput_1 = require("./AstllmNodeInput");
|
|
43
|
-
const AstNumberNodeInput_1 = require("./AstNumberNodeInput");
|
|
44
|
-
const AstStringNodeInput_1 = require("./AstStringNodeInput");
|
|
45
|
-
exports.AstLessThanOrEqualsOperatorNodeInputLeft = core.serialization
|
|
46
|
-
.union("type", {
|
|
47
|
-
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeInput),
|
|
48
|
-
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeInput),
|
|
49
|
-
boolean_literal: AstBooleanNodeInput_1.AstBooleanNodeInput,
|
|
50
|
-
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeInput),
|
|
51
|
-
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeInput),
|
|
52
|
-
dynamic_variable: AstDynamicVariableNodeInput_1.AstDynamicVariableNodeInput,
|
|
53
|
-
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeInput),
|
|
54
|
-
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeInput),
|
|
55
|
-
gte_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOrEqualsOperatorNodeInput),
|
|
56
|
-
llm: core.serialization.object({
|
|
57
|
-
value: AstllmNodeInput_1.AstllmNodeInput,
|
|
58
|
-
}),
|
|
59
|
-
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeInput),
|
|
60
|
-
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeInput),
|
|
61
|
-
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeInput),
|
|
62
|
-
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeInput),
|
|
63
|
-
number_literal: AstNumberNodeInput_1.AstNumberNodeInput,
|
|
64
|
-
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeInput),
|
|
65
|
-
string_literal: AstStringNodeInput_1.AstStringNodeInput,
|
|
66
|
-
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeInput),
|
|
67
|
-
})
|
|
68
|
-
.transform({
|
|
69
|
-
transform: (value) => value,
|
|
70
|
-
untransform: (value) => value,
|
|
71
|
-
});
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import * as serializers from "../index";
|
|
4
|
-
import { AstBooleanNodeInput } from "./AstBooleanNodeInput";
|
|
5
|
-
import { AstDynamicVariableNodeInput } from "./AstDynamicVariableNodeInput";
|
|
6
|
-
import { AstllmNodeInput } from "./AstllmNodeInput";
|
|
7
|
-
import { AstNumberNodeInput } from "./AstNumberNodeInput";
|
|
8
|
-
import { AstStringNodeInput } from "./AstStringNodeInput";
|
|
9
|
-
export declare const AstLessThanOrEqualsOperatorNodeInputRight: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeInputRight.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeInputRight>;
|
|
10
|
-
export declare namespace AstLessThanOrEqualsOperatorNodeInputRight {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeInputRight.AddOperator | AstLessThanOrEqualsOperatorNodeInputRight.AndOperator | AstLessThanOrEqualsOperatorNodeInputRight.BooleanLiteral | AstLessThanOrEqualsOperatorNodeInputRight.ConditionalOperator | AstLessThanOrEqualsOperatorNodeInputRight.DivOperator | AstLessThanOrEqualsOperatorNodeInputRight.DynamicVariable | AstLessThanOrEqualsOperatorNodeInputRight.EqOperator | AstLessThanOrEqualsOperatorNodeInputRight.GtOperator | AstLessThanOrEqualsOperatorNodeInputRight.GteOperator | AstLessThanOrEqualsOperatorNodeInputRight.Llm | AstLessThanOrEqualsOperatorNodeInputRight.LtOperator | AstLessThanOrEqualsOperatorNodeInputRight.LteOperator | AstLessThanOrEqualsOperatorNodeInputRight.MulOperator | AstLessThanOrEqualsOperatorNodeInputRight.NeqOperator | AstLessThanOrEqualsOperatorNodeInputRight.NumberLiteral | AstLessThanOrEqualsOperatorNodeInputRight.OrOperator | AstLessThanOrEqualsOperatorNodeInputRight.StringLiteral | AstLessThanOrEqualsOperatorNodeInputRight.SubOperator;
|
|
12
|
-
interface AddOperator extends serializers.AstAdditionOperatorNodeInput.Raw {
|
|
13
|
-
type: "add_operator";
|
|
14
|
-
}
|
|
15
|
-
interface AndOperator extends serializers.AstAndOperatorNodeInput.Raw {
|
|
16
|
-
type: "and_operator";
|
|
17
|
-
}
|
|
18
|
-
interface BooleanLiteral extends AstBooleanNodeInput.Raw {
|
|
19
|
-
type: "boolean_literal";
|
|
20
|
-
}
|
|
21
|
-
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeInput.Raw {
|
|
22
|
-
type: "conditional_operator";
|
|
23
|
-
}
|
|
24
|
-
interface DivOperator extends serializers.AstDivisionOperatorNodeInput.Raw {
|
|
25
|
-
type: "div_operator";
|
|
26
|
-
}
|
|
27
|
-
interface DynamicVariable extends AstDynamicVariableNodeInput.Raw {
|
|
28
|
-
type: "dynamic_variable";
|
|
29
|
-
}
|
|
30
|
-
interface EqOperator extends serializers.AstEqualsOperatorNodeInput.Raw {
|
|
31
|
-
type: "eq_operator";
|
|
32
|
-
}
|
|
33
|
-
interface GtOperator extends serializers.AstGreaterThanOperatorNodeInput.Raw {
|
|
34
|
-
type: "gt_operator";
|
|
35
|
-
}
|
|
36
|
-
interface GteOperator extends serializers.AstGreaterThanOrEqualsOperatorNodeInput.Raw {
|
|
37
|
-
type: "gte_operator";
|
|
38
|
-
}
|
|
39
|
-
interface Llm {
|
|
40
|
-
type: "llm";
|
|
41
|
-
value: AstllmNodeInput.Raw;
|
|
42
|
-
}
|
|
43
|
-
interface LtOperator extends serializers.AstLessThanOperatorNodeInput.Raw {
|
|
44
|
-
type: "lt_operator";
|
|
45
|
-
}
|
|
46
|
-
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeInput.Raw {
|
|
47
|
-
type: "lte_operator";
|
|
48
|
-
}
|
|
49
|
-
interface MulOperator extends serializers.AstMultiplicationOperatorNodeInput.Raw {
|
|
50
|
-
type: "mul_operator";
|
|
51
|
-
}
|
|
52
|
-
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeInput.Raw {
|
|
53
|
-
type: "neq_operator";
|
|
54
|
-
}
|
|
55
|
-
interface NumberLiteral extends AstNumberNodeInput.Raw {
|
|
56
|
-
type: "number_literal";
|
|
57
|
-
}
|
|
58
|
-
interface OrOperator extends serializers.AstOrOperatorNodeInput.Raw {
|
|
59
|
-
type: "or_operator";
|
|
60
|
-
}
|
|
61
|
-
interface StringLiteral extends AstStringNodeInput.Raw {
|
|
62
|
-
type: "string_literal";
|
|
63
|
-
}
|
|
64
|
-
interface SubOperator extends serializers.AstSubtractionOperatorNodeInput.Raw {
|
|
65
|
-
type: "sub_operator";
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.AstLessThanOrEqualsOperatorNodeInputRight = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
const serializers = __importStar(require("../index"));
|
|
40
|
-
const AstBooleanNodeInput_1 = require("./AstBooleanNodeInput");
|
|
41
|
-
const AstDynamicVariableNodeInput_1 = require("./AstDynamicVariableNodeInput");
|
|
42
|
-
const AstllmNodeInput_1 = require("./AstllmNodeInput");
|
|
43
|
-
const AstNumberNodeInput_1 = require("./AstNumberNodeInput");
|
|
44
|
-
const AstStringNodeInput_1 = require("./AstStringNodeInput");
|
|
45
|
-
exports.AstLessThanOrEqualsOperatorNodeInputRight = core.serialization
|
|
46
|
-
.union("type", {
|
|
47
|
-
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeInput),
|
|
48
|
-
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeInput),
|
|
49
|
-
boolean_literal: AstBooleanNodeInput_1.AstBooleanNodeInput,
|
|
50
|
-
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeInput),
|
|
51
|
-
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeInput),
|
|
52
|
-
dynamic_variable: AstDynamicVariableNodeInput_1.AstDynamicVariableNodeInput,
|
|
53
|
-
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeInput),
|
|
54
|
-
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeInput),
|
|
55
|
-
gte_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOrEqualsOperatorNodeInput),
|
|
56
|
-
llm: core.serialization.object({
|
|
57
|
-
value: AstllmNodeInput_1.AstllmNodeInput,
|
|
58
|
-
}),
|
|
59
|
-
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeInput),
|
|
60
|
-
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeInput),
|
|
61
|
-
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeInput),
|
|
62
|
-
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeInput),
|
|
63
|
-
number_literal: AstNumberNodeInput_1.AstNumberNodeInput,
|
|
64
|
-
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeInput),
|
|
65
|
-
string_literal: AstStringNodeInput_1.AstStringNodeInput,
|
|
66
|
-
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeInput),
|
|
67
|
-
})
|
|
68
|
-
.transform({
|
|
69
|
-
transform: (value) => value,
|
|
70
|
-
untransform: (value) => value,
|
|
71
|
-
});
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import * as serializers from "../index";
|
|
4
|
-
import { AstBooleanNodeOutput } from "./AstBooleanNodeOutput";
|
|
5
|
-
import { AstDynamicVariableNodeOutput } from "./AstDynamicVariableNodeOutput";
|
|
6
|
-
import { AstllmNodeOutput } from "./AstllmNodeOutput";
|
|
7
|
-
import { AstNumberNodeOutput } from "./AstNumberNodeOutput";
|
|
8
|
-
import { AstStringNodeOutput } from "./AstStringNodeOutput";
|
|
9
|
-
export declare const AstLessThanOrEqualsOperatorNodeOutputLeft: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeOutputLeft.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeOutputLeft>;
|
|
10
|
-
export declare namespace AstLessThanOrEqualsOperatorNodeOutputLeft {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeOutputLeft.AddOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.AndOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.BooleanLiteral | AstLessThanOrEqualsOperatorNodeOutputLeft.ConditionalOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.DivOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.DynamicVariable | AstLessThanOrEqualsOperatorNodeOutputLeft.EqOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.GtOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.GteOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.Llm | AstLessThanOrEqualsOperatorNodeOutputLeft.LtOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.LteOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.MulOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.NeqOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.NumberLiteral | AstLessThanOrEqualsOperatorNodeOutputLeft.OrOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.StringLiteral | AstLessThanOrEqualsOperatorNodeOutputLeft.SubOperator;
|
|
12
|
-
interface AddOperator extends serializers.AstAdditionOperatorNodeOutput.Raw {
|
|
13
|
-
type: "add_operator";
|
|
14
|
-
}
|
|
15
|
-
interface AndOperator extends serializers.AstAndOperatorNodeOutput.Raw {
|
|
16
|
-
type: "and_operator";
|
|
17
|
-
}
|
|
18
|
-
interface BooleanLiteral extends AstBooleanNodeOutput.Raw {
|
|
19
|
-
type: "boolean_literal";
|
|
20
|
-
}
|
|
21
|
-
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeOutput.Raw {
|
|
22
|
-
type: "conditional_operator";
|
|
23
|
-
}
|
|
24
|
-
interface DivOperator extends serializers.AstDivisionOperatorNodeOutput.Raw {
|
|
25
|
-
type: "div_operator";
|
|
26
|
-
}
|
|
27
|
-
interface DynamicVariable extends AstDynamicVariableNodeOutput.Raw {
|
|
28
|
-
type: "dynamic_variable";
|
|
29
|
-
}
|
|
30
|
-
interface EqOperator extends serializers.AstEqualsOperatorNodeOutput.Raw {
|
|
31
|
-
type: "eq_operator";
|
|
32
|
-
}
|
|
33
|
-
interface GtOperator extends serializers.AstGreaterThanOperatorNodeOutput.Raw {
|
|
34
|
-
type: "gt_operator";
|
|
35
|
-
}
|
|
36
|
-
interface GteOperator extends serializers.AstGreaterThanOrEqualsOperatorNodeOutput.Raw {
|
|
37
|
-
type: "gte_operator";
|
|
38
|
-
}
|
|
39
|
-
interface Llm extends AstllmNodeOutput.Raw {
|
|
40
|
-
type: "llm";
|
|
41
|
-
}
|
|
42
|
-
interface LtOperator extends serializers.AstLessThanOperatorNodeOutput.Raw {
|
|
43
|
-
type: "lt_operator";
|
|
44
|
-
}
|
|
45
|
-
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeOutput.Raw {
|
|
46
|
-
type: "lte_operator";
|
|
47
|
-
}
|
|
48
|
-
interface MulOperator extends serializers.AstMultiplicationOperatorNodeOutput.Raw {
|
|
49
|
-
type: "mul_operator";
|
|
50
|
-
}
|
|
51
|
-
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeOutput.Raw {
|
|
52
|
-
type: "neq_operator";
|
|
53
|
-
}
|
|
54
|
-
interface NumberLiteral extends AstNumberNodeOutput.Raw {
|
|
55
|
-
type: "number_literal";
|
|
56
|
-
}
|
|
57
|
-
interface OrOperator extends serializers.AstOrOperatorNodeOutput.Raw {
|
|
58
|
-
type: "or_operator";
|
|
59
|
-
}
|
|
60
|
-
interface StringLiteral extends AstStringNodeOutput.Raw {
|
|
61
|
-
type: "string_literal";
|
|
62
|
-
}
|
|
63
|
-
interface SubOperator extends serializers.AstSubtractionOperatorNodeOutput.Raw {
|
|
64
|
-
type: "sub_operator";
|
|
65
|
-
}
|
|
66
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.AstLessThanOrEqualsOperatorNodeOutputLeft = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
const serializers = __importStar(require("../index"));
|
|
40
|
-
const AstBooleanNodeOutput_1 = require("./AstBooleanNodeOutput");
|
|
41
|
-
const AstDynamicVariableNodeOutput_1 = require("./AstDynamicVariableNodeOutput");
|
|
42
|
-
const AstllmNodeOutput_1 = require("./AstllmNodeOutput");
|
|
43
|
-
const AstNumberNodeOutput_1 = require("./AstNumberNodeOutput");
|
|
44
|
-
const AstStringNodeOutput_1 = require("./AstStringNodeOutput");
|
|
45
|
-
exports.AstLessThanOrEqualsOperatorNodeOutputLeft = core.serialization
|
|
46
|
-
.union("type", {
|
|
47
|
-
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeOutput),
|
|
48
|
-
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeOutput),
|
|
49
|
-
boolean_literal: AstBooleanNodeOutput_1.AstBooleanNodeOutput,
|
|
50
|
-
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeOutput),
|
|
51
|
-
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeOutput),
|
|
52
|
-
dynamic_variable: AstDynamicVariableNodeOutput_1.AstDynamicVariableNodeOutput,
|
|
53
|
-
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeOutput),
|
|
54
|
-
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeOutput),
|
|
55
|
-
gte_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOrEqualsOperatorNodeOutput),
|
|
56
|
-
llm: AstllmNodeOutput_1.AstllmNodeOutput,
|
|
57
|
-
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeOutput),
|
|
58
|
-
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeOutput),
|
|
59
|
-
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeOutput),
|
|
60
|
-
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeOutput),
|
|
61
|
-
number_literal: AstNumberNodeOutput_1.AstNumberNodeOutput,
|
|
62
|
-
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeOutput),
|
|
63
|
-
string_literal: AstStringNodeOutput_1.AstStringNodeOutput,
|
|
64
|
-
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeOutput),
|
|
65
|
-
})
|
|
66
|
-
.transform({
|
|
67
|
-
transform: (value) => value,
|
|
68
|
-
untransform: (value) => value,
|
|
69
|
-
});
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import * as serializers from "../index";
|
|
4
|
-
import { AstBooleanNodeOutput } from "./AstBooleanNodeOutput";
|
|
5
|
-
import { AstDynamicVariableNodeOutput } from "./AstDynamicVariableNodeOutput";
|
|
6
|
-
import { AstllmNodeOutput } from "./AstllmNodeOutput";
|
|
7
|
-
import { AstNumberNodeOutput } from "./AstNumberNodeOutput";
|
|
8
|
-
import { AstStringNodeOutput } from "./AstStringNodeOutput";
|
|
9
|
-
export declare const AstLessThanOrEqualsOperatorNodeOutputRight: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeOutputRight.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeOutputRight>;
|
|
10
|
-
export declare namespace AstLessThanOrEqualsOperatorNodeOutputRight {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeOutputRight.AddOperator | AstLessThanOrEqualsOperatorNodeOutputRight.AndOperator | AstLessThanOrEqualsOperatorNodeOutputRight.BooleanLiteral | AstLessThanOrEqualsOperatorNodeOutputRight.ConditionalOperator | AstLessThanOrEqualsOperatorNodeOutputRight.DivOperator | AstLessThanOrEqualsOperatorNodeOutputRight.DynamicVariable | AstLessThanOrEqualsOperatorNodeOutputRight.EqOperator | AstLessThanOrEqualsOperatorNodeOutputRight.GtOperator | AstLessThanOrEqualsOperatorNodeOutputRight.GteOperator | AstLessThanOrEqualsOperatorNodeOutputRight.Llm | AstLessThanOrEqualsOperatorNodeOutputRight.LtOperator | AstLessThanOrEqualsOperatorNodeOutputRight.LteOperator | AstLessThanOrEqualsOperatorNodeOutputRight.MulOperator | AstLessThanOrEqualsOperatorNodeOutputRight.NeqOperator | AstLessThanOrEqualsOperatorNodeOutputRight.NumberLiteral | AstLessThanOrEqualsOperatorNodeOutputRight.OrOperator | AstLessThanOrEqualsOperatorNodeOutputRight.StringLiteral | AstLessThanOrEqualsOperatorNodeOutputRight.SubOperator;
|
|
12
|
-
interface AddOperator extends serializers.AstAdditionOperatorNodeOutput.Raw {
|
|
13
|
-
type: "add_operator";
|
|
14
|
-
}
|
|
15
|
-
interface AndOperator extends serializers.AstAndOperatorNodeOutput.Raw {
|
|
16
|
-
type: "and_operator";
|
|
17
|
-
}
|
|
18
|
-
interface BooleanLiteral extends AstBooleanNodeOutput.Raw {
|
|
19
|
-
type: "boolean_literal";
|
|
20
|
-
}
|
|
21
|
-
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeOutput.Raw {
|
|
22
|
-
type: "conditional_operator";
|
|
23
|
-
}
|
|
24
|
-
interface DivOperator extends serializers.AstDivisionOperatorNodeOutput.Raw {
|
|
25
|
-
type: "div_operator";
|
|
26
|
-
}
|
|
27
|
-
interface DynamicVariable extends AstDynamicVariableNodeOutput.Raw {
|
|
28
|
-
type: "dynamic_variable";
|
|
29
|
-
}
|
|
30
|
-
interface EqOperator extends serializers.AstEqualsOperatorNodeOutput.Raw {
|
|
31
|
-
type: "eq_operator";
|
|
32
|
-
}
|
|
33
|
-
interface GtOperator extends serializers.AstGreaterThanOperatorNodeOutput.Raw {
|
|
34
|
-
type: "gt_operator";
|
|
35
|
-
}
|
|
36
|
-
interface GteOperator extends serializers.AstGreaterThanOrEqualsOperatorNodeOutput.Raw {
|
|
37
|
-
type: "gte_operator";
|
|
38
|
-
}
|
|
39
|
-
interface Llm extends AstllmNodeOutput.Raw {
|
|
40
|
-
type: "llm";
|
|
41
|
-
}
|
|
42
|
-
interface LtOperator extends serializers.AstLessThanOperatorNodeOutput.Raw {
|
|
43
|
-
type: "lt_operator";
|
|
44
|
-
}
|
|
45
|
-
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeOutput.Raw {
|
|
46
|
-
type: "lte_operator";
|
|
47
|
-
}
|
|
48
|
-
interface MulOperator extends serializers.AstMultiplicationOperatorNodeOutput.Raw {
|
|
49
|
-
type: "mul_operator";
|
|
50
|
-
}
|
|
51
|
-
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeOutput.Raw {
|
|
52
|
-
type: "neq_operator";
|
|
53
|
-
}
|
|
54
|
-
interface NumberLiteral extends AstNumberNodeOutput.Raw {
|
|
55
|
-
type: "number_literal";
|
|
56
|
-
}
|
|
57
|
-
interface OrOperator extends serializers.AstOrOperatorNodeOutput.Raw {
|
|
58
|
-
type: "or_operator";
|
|
59
|
-
}
|
|
60
|
-
interface StringLiteral extends AstStringNodeOutput.Raw {
|
|
61
|
-
type: "string_literal";
|
|
62
|
-
}
|
|
63
|
-
interface SubOperator extends serializers.AstSubtractionOperatorNodeOutput.Raw {
|
|
64
|
-
type: "sub_operator";
|
|
65
|
-
}
|
|
66
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
-
if (k2 === undefined) k2 = k;
|
|
5
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
-
}
|
|
9
|
-
Object.defineProperty(o, k2, desc);
|
|
10
|
-
}) : (function(o, m, k, k2) {
|
|
11
|
-
if (k2 === undefined) k2 = k;
|
|
12
|
-
o[k2] = m[k];
|
|
13
|
-
}));
|
|
14
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
-
}) : function(o, v) {
|
|
17
|
-
o["default"] = v;
|
|
18
|
-
});
|
|
19
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
-
var ownKeys = function(o) {
|
|
21
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
-
var ar = [];
|
|
23
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
-
return ar;
|
|
25
|
-
};
|
|
26
|
-
return ownKeys(o);
|
|
27
|
-
};
|
|
28
|
-
return function (mod) {
|
|
29
|
-
if (mod && mod.__esModule) return mod;
|
|
30
|
-
var result = {};
|
|
31
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
-
__setModuleDefault(result, mod);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
})();
|
|
36
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.AstLessThanOrEqualsOperatorNodeOutputRight = void 0;
|
|
38
|
-
const core = __importStar(require("../../core"));
|
|
39
|
-
const serializers = __importStar(require("../index"));
|
|
40
|
-
const AstBooleanNodeOutput_1 = require("./AstBooleanNodeOutput");
|
|
41
|
-
const AstDynamicVariableNodeOutput_1 = require("./AstDynamicVariableNodeOutput");
|
|
42
|
-
const AstllmNodeOutput_1 = require("./AstllmNodeOutput");
|
|
43
|
-
const AstNumberNodeOutput_1 = require("./AstNumberNodeOutput");
|
|
44
|
-
const AstStringNodeOutput_1 = require("./AstStringNodeOutput");
|
|
45
|
-
exports.AstLessThanOrEqualsOperatorNodeOutputRight = core.serialization
|
|
46
|
-
.union("type", {
|
|
47
|
-
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeOutput),
|
|
48
|
-
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeOutput),
|
|
49
|
-
boolean_literal: AstBooleanNodeOutput_1.AstBooleanNodeOutput,
|
|
50
|
-
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeOutput),
|
|
51
|
-
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeOutput),
|
|
52
|
-
dynamic_variable: AstDynamicVariableNodeOutput_1.AstDynamicVariableNodeOutput,
|
|
53
|
-
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeOutput),
|
|
54
|
-
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeOutput),
|
|
55
|
-
gte_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOrEqualsOperatorNodeOutput),
|
|
56
|
-
llm: AstllmNodeOutput_1.AstllmNodeOutput,
|
|
57
|
-
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeOutput),
|
|
58
|
-
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeOutput),
|
|
59
|
-
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeOutput),
|
|
60
|
-
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeOutput),
|
|
61
|
-
number_literal: AstNumberNodeOutput_1.AstNumberNodeOutput,
|
|
62
|
-
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeOutput),
|
|
63
|
-
string_literal: AstStringNodeOutput_1.AstStringNodeOutput,
|
|
64
|
-
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeOutput),
|
|
65
|
-
})
|
|
66
|
-
.transform({
|
|
67
|
-
transform: (value) => value,
|
|
68
|
-
untransform: (value) => value,
|
|
69
|
-
});
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import type * as ElevenLabs from "../../api/index";
|
|
2
|
-
import * as core from "../../core";
|
|
3
|
-
import * as serializers from "../index";
|
|
4
|
-
import { AstBooleanNodeInput } from "./AstBooleanNodeInput";
|
|
5
|
-
import { AstDynamicVariableNodeInput } from "./AstDynamicVariableNodeInput";
|
|
6
|
-
import { AstllmNodeInput } from "./AstllmNodeInput";
|
|
7
|
-
import { AstNumberNodeInput } from "./AstNumberNodeInput";
|
|
8
|
-
import { AstStringNodeInput } from "./AstStringNodeInput";
|
|
9
|
-
export declare const AstMultiplicationOperatorNodeInputLeft: core.serialization.Schema<serializers.AstMultiplicationOperatorNodeInputLeft.Raw, ElevenLabs.AstMultiplicationOperatorNodeInputLeft>;
|
|
10
|
-
export declare namespace AstMultiplicationOperatorNodeInputLeft {
|
|
11
|
-
type Raw = AstMultiplicationOperatorNodeInputLeft.AddOperator | AstMultiplicationOperatorNodeInputLeft.AndOperator | AstMultiplicationOperatorNodeInputLeft.BooleanLiteral | AstMultiplicationOperatorNodeInputLeft.ConditionalOperator | AstMultiplicationOperatorNodeInputLeft.DivOperator | AstMultiplicationOperatorNodeInputLeft.DynamicVariable | AstMultiplicationOperatorNodeInputLeft.EqOperator | AstMultiplicationOperatorNodeInputLeft.GtOperator | AstMultiplicationOperatorNodeInputLeft.GteOperator | AstMultiplicationOperatorNodeInputLeft.Llm | AstMultiplicationOperatorNodeInputLeft.LtOperator | AstMultiplicationOperatorNodeInputLeft.LteOperator | AstMultiplicationOperatorNodeInputLeft.MulOperator | AstMultiplicationOperatorNodeInputLeft.NeqOperator | AstMultiplicationOperatorNodeInputLeft.NumberLiteral | AstMultiplicationOperatorNodeInputLeft.OrOperator | AstMultiplicationOperatorNodeInputLeft.StringLiteral | AstMultiplicationOperatorNodeInputLeft.SubOperator;
|
|
12
|
-
interface AddOperator extends serializers.AstAdditionOperatorNodeInput.Raw {
|
|
13
|
-
type: "add_operator";
|
|
14
|
-
}
|
|
15
|
-
interface AndOperator extends serializers.AstAndOperatorNodeInput.Raw {
|
|
16
|
-
type: "and_operator";
|
|
17
|
-
}
|
|
18
|
-
interface BooleanLiteral extends AstBooleanNodeInput.Raw {
|
|
19
|
-
type: "boolean_literal";
|
|
20
|
-
}
|
|
21
|
-
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeInput.Raw {
|
|
22
|
-
type: "conditional_operator";
|
|
23
|
-
}
|
|
24
|
-
interface DivOperator extends serializers.AstDivisionOperatorNodeInput.Raw {
|
|
25
|
-
type: "div_operator";
|
|
26
|
-
}
|
|
27
|
-
interface DynamicVariable extends AstDynamicVariableNodeInput.Raw {
|
|
28
|
-
type: "dynamic_variable";
|
|
29
|
-
}
|
|
30
|
-
interface EqOperator extends serializers.AstEqualsOperatorNodeInput.Raw {
|
|
31
|
-
type: "eq_operator";
|
|
32
|
-
}
|
|
33
|
-
interface GtOperator extends serializers.AstGreaterThanOperatorNodeInput.Raw {
|
|
34
|
-
type: "gt_operator";
|
|
35
|
-
}
|
|
36
|
-
interface GteOperator extends serializers.AstGreaterThanOrEqualsOperatorNodeInput.Raw {
|
|
37
|
-
type: "gte_operator";
|
|
38
|
-
}
|
|
39
|
-
interface Llm {
|
|
40
|
-
type: "llm";
|
|
41
|
-
value: AstllmNodeInput.Raw;
|
|
42
|
-
}
|
|
43
|
-
interface LtOperator extends serializers.AstLessThanOperatorNodeInput.Raw {
|
|
44
|
-
type: "lt_operator";
|
|
45
|
-
}
|
|
46
|
-
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeInput.Raw {
|
|
47
|
-
type: "lte_operator";
|
|
48
|
-
}
|
|
49
|
-
interface MulOperator extends serializers.AstMultiplicationOperatorNodeInput.Raw {
|
|
50
|
-
type: "mul_operator";
|
|
51
|
-
}
|
|
52
|
-
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeInput.Raw {
|
|
53
|
-
type: "neq_operator";
|
|
54
|
-
}
|
|
55
|
-
interface NumberLiteral extends AstNumberNodeInput.Raw {
|
|
56
|
-
type: "number_literal";
|
|
57
|
-
}
|
|
58
|
-
interface OrOperator extends serializers.AstOrOperatorNodeInput.Raw {
|
|
59
|
-
type: "or_operator";
|
|
60
|
-
}
|
|
61
|
-
interface StringLiteral extends AstStringNodeInput.Raw {
|
|
62
|
-
type: "string_literal";
|
|
63
|
-
}
|
|
64
|
-
interface SubOperator extends serializers.AstSubtractionOperatorNodeInput.Raw {
|
|
65
|
-
type: "sub_operator";
|
|
66
|
-
}
|
|
67
|
-
}
|