@elevenlabs/elevenlabs-js 2.40.0 → 2.41.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 +2 -2
- package/Client.js +4 -4
- package/api/errors/UnprocessableEntityError.d.ts +1 -2
- package/api/resources/audioIsolation/client/Client.js +2 -12
- package/api/resources/audioNative/client/Client.js +4 -24
- package/api/resources/conversationalAi/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +120 -40
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +122 -52
- package/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +120 -40
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
- package/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
- package/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
- package/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
- package/api/resources/dubbing/client/Client.js +4 -24
- package/api/resources/dubbing/resources/audio/client/Client.js +1 -7
- package/api/resources/dubbing/resources/resource/client/Client.js +6 -36
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
- package/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
- package/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
- package/api/resources/environmentVariables/client/Client.js +4 -24
- package/api/resources/forcedAlignment/client/Client.js +1 -6
- package/api/resources/history/client/Client.js +5 -30
- package/api/resources/models/client/Client.js +1 -6
- package/api/resources/music/client/Client.d.ts +7 -0
- package/api/resources/music/client/Client.js +74 -30
- package/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
- package/api/resources/music/client/requests/index.d.ts +1 -0
- package/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
- package/api/resources/pronunciationDictionaries/client/Client.js +6 -36
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
- package/api/resources/samples/client/Client.js +1 -6
- package/api/resources/serviceAccounts/client/Client.js +1 -6
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
- package/api/resources/speechToSpeech/client/Client.js +2 -12
- package/api/resources/speechToText/client/Client.js +3 -8
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
- package/api/resources/studio/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/client/Client.js +7 -42
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
- package/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
- package/api/resources/textToDialogue/client/Client.js +4 -24
- package/api/resources/textToSoundEffects/client/Client.js +1 -6
- package/api/resources/textToSpeech/client/Client.js +4 -24
- package/api/resources/textToVoice/client/Client.js +4 -24
- package/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
- package/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
- package/api/resources/usage/client/Client.js +1 -6
- package/api/resources/user/client/Client.js +1 -6
- package/api/resources/user/resources/subscription/client/Client.js +1 -6
- package/api/resources/voices/client/Client.js +8 -48
- package/api/resources/voices/resources/ivc/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/client/Client.js +3 -18
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
- package/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
- package/api/resources/voices/resources/settings/client/Client.js +2 -12
- package/api/resources/webhooks/client/Client.js +4 -24
- package/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
- package/api/resources/workspace/resources/groups/client/Client.js +2 -12
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
- package/api/resources/workspace/resources/invites/client/Client.js +3 -18
- package/api/resources/workspace/resources/members/client/Client.js +1 -6
- package/api/resources/workspace/resources/resources/client/Client.js +3 -18
- package/api/types/AgentConfig.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/api/types/AgentConfigOverrideConfig.d.ts +2 -0
- package/api/types/AgentConfigOverrideInput.d.ts +2 -0
- package/api/types/AgentConfigOverrideOutput.d.ts +2 -0
- package/api/types/AgentSortBy.d.ts +1 -0
- package/api/types/AgentSortBy.js +1 -0
- package/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
- package/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
- package/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
- package/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
- package/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
- package/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstAdditionOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstAdditionOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstAdditionOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstDivisionOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstDivisionOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstDivisionOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +62 -0
- package/api/types/AstSubtractionOperatorNodeInputRight.d.ts +62 -0
- package/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +61 -0
- package/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +61 -0
- package/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/api/types/AudioAnalysis.d.ts +6 -0
- package/api/types/AudioAnalysis.js +3 -0
- package/api/types/AudioAnalysisResult.d.ts +10 -0
- package/api/types/AudioAnalysisResult.js +3 -0
- package/api/types/AudioAnalysisStatus.d.ts +6 -0
- package/api/types/AudioAnalysisStatus.js +9 -0
- package/api/types/AudioKeyMoment.d.ts +5 -0
- package/api/types/AudioKeyMoment.js +3 -0
- package/api/types/AudioSegment.d.ts +9 -0
- package/api/types/AudioSegment.js +3 -0
- package/api/types/BatchCallDetailedResponse.d.ts +3 -0
- package/api/types/BatchCallResponse.d.ts +3 -0
- package/api/types/CanvasPlacement.d.ts +2 -0
- package/api/types/ConversationConfig.d.ts +2 -0
- package/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
- package/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/api/types/EmbeddingModelEnum.js +0 -1
- package/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/api/types/FileInputConfig.d.ts +6 -0
- package/api/types/FileInputConfig.js +3 -0
- package/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/api/types/FileInputConfigWorkflowOverride.js +3 -0
- package/api/types/GenesysRegion.d.ts +20 -0
- package/api/types/GenesysRegion.js +23 -0
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/api/types/LlmInfoModelInput.d.ts +2 -0
- package/api/types/LlmInfoModelOutput.d.ts +2 -0
- package/api/types/MessageSearchSortBy.d.ts +5 -0
- package/api/types/MessageSearchSortBy.js +8 -0
- package/api/types/MockNoMatchBehavior.d.ts +5 -0
- package/api/types/MockNoMatchBehavior.js +8 -0
- package/api/types/MockingStrategy.d.ts +6 -0
- package/api/types/MockingStrategy.js +9 -0
- package/api/types/OAuthConnectionStatus.d.ts +6 -0
- package/api/types/OAuthConnectionStatus.js +9 -0
- package/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
- package/api/types/OrchestratorToolMockBehaviorConfig.js +3 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/ProcedureCompilerMode.d.ts +5 -0
- package/api/types/ProcedureCompilerMode.js +8 -0
- package/api/types/ProcedureSettings.d.ts +4 -0
- package/api/types/ProcedureSettings.js +3 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/api/types/SimulationTestModel.d.ts +2 -0
- package/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
- package/api/types/SimulationToolMockBehaviorConfig.js +3 -0
- package/api/types/ToolRequestModel.d.ts +2 -0
- package/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/api/types/ToolResponseMockConfigInput.js +3 -0
- package/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/api/types/ToolResponseMockConfigOutput.js +3 -0
- package/api/types/ToolResponseModel.d.ts +2 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/api/types/VideoAnalysisResult.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
- package/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/api/types/WorkspaceGroupPermission.js +1 -0
- package/api/types/WorkspaceResourceType.d.ts +2 -0
- package/api/types/WorkspaceResourceType.js +2 -0
- package/api/types/index.d.ts +47 -15
- package/api/types/index.js +47 -15
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +2 -2
- package/dist/Client.js +4 -4
- package/dist/api/errors/UnprocessableEntityError.d.ts +1 -2
- package/dist/api/resources/audioIsolation/client/Client.js +2 -12
- package/dist/api/resources/audioNative/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +9 -54
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/agents/resources/deployments/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.d.ts +120 -40
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/Client.js +122 -52
- package/dist/api/resources/conversationalAi/resources/agents/resources/drafts/client/requests/BodyCreateAgentDraftV1ConvaiAgentsAgentIdDraftsPost.d.ts +120 -40
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/analytics/resources/liveCount/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +9 -13
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -72
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +5 -30
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +4 -24
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +3 -18
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +6 -36
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/users/client/Client.js +1 -6
- package/dist/api/resources/conversationalAi/resources/whatsapp/client/Client.js +2 -12
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/Client.js +4 -24
- package/dist/api/resources/dubbing/client/Client.js +4 -24
- package/dist/api/resources/dubbing/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +6 -36
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +2 -12
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +3 -18
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +1 -6
- package/dist/api/resources/dubbing/resources/transcripts/client/Client.js +1 -6
- package/dist/api/resources/environmentVariables/client/Client.js +4 -24
- package/dist/api/resources/forcedAlignment/client/Client.js +1 -6
- package/dist/api/resources/history/client/Client.js +5 -30
- package/dist/api/resources/models/client/Client.js +1 -6
- package/dist/api/resources/music/client/Client.d.ts +7 -0
- package/dist/api/resources/music/client/Client.js +74 -30
- package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.d.ts +19 -0
- package/dist/api/resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js +3 -0
- package/dist/api/resources/music/client/requests/index.d.ts +1 -0
- package/dist/api/resources/music/resources/compositionPlan/client/Client.js +1 -6
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +6 -36
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +3 -18
- package/dist/api/resources/samples/client/Client.js +1 -6
- package/dist/api/resources/serviceAccounts/client/Client.js +1 -6
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +4 -24
- package/dist/api/resources/speechToSpeech/client/Client.js +2 -12
- package/dist/api/resources/speechToText/client/Client.js +3 -8
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +2 -12
- package/dist/api/resources/studio/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/client/Client.js +7 -42
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +6 -36
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +3 -18
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +1 -6
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +4 -24
- package/dist/api/resources/textToDialogue/client/Client.js +4 -24
- package/dist/api/resources/textToSoundEffects/client/Client.js +1 -6
- package/dist/api/resources/textToSpeech/client/Client.js +4 -24
- package/dist/api/resources/textToVoice/client/Client.js +4 -24
- package/dist/api/resources/textToVoice/resources/preview/client/Client.js +1 -7
- package/dist/api/resources/tokens/resources/singleUse/client/Client.js +1 -6
- package/dist/api/resources/usage/client/Client.js +1 -6
- package/dist/api/resources/user/client/Client.js +1 -6
- package/dist/api/resources/user/resources/subscription/client/Client.js +1 -6
- package/dist/api/resources/voices/client/Client.js +8 -48
- package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/client/Client.js +3 -18
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +3 -18
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +2 -12
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +1 -6
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +2 -12
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +1 -7
- package/dist/api/resources/voices/resources/settings/client/Client.js +2 -12
- package/dist/api/resources/webhooks/client/Client.js +4 -24
- package/dist/api/resources/workspace/resources/authConnections/client/Client.js +3 -18
- package/dist/api/resources/workspace/resources/groups/client/Client.js +2 -12
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +2 -12
- package/dist/api/resources/workspace/resources/invites/client/Client.js +3 -18
- package/dist/api/resources/workspace/resources/members/client/Client.js +1 -6
- package/dist/api/resources/workspace/resources/resources/client/Client.js +3 -18
- package/dist/api/types/AgentConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -0
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideConfig.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideInput.d.ts +2 -0
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +2 -0
- package/dist/api/types/AgentSortBy.d.ts +1 -0
- package/dist/api/types/AgentSortBy.js +1 -0
- package/dist/api/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +6 -0
- package/dist/api/types/{ApiIntegrationWebhookOverridesInput.d.ts → ApiIntegrationWebhookOverrides.d.ts} +3 -6
- package/dist/api/types/ApiIntegrationWebhookOverrides.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts +13 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/{VideoTranscription.d.ts → AssetTranscription.d.ts} +2 -2
- package/dist/api/types/AssetTranscription.js +3 -0
- package/dist/api/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +1 -1
- package/dist/api/types/AssetTranscriptionWord.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstAdditionOperatorNodeInput.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstAdditionOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstAdditionOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstAdditionOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstAdditionOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/dist/api/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/dist/api/types/AstDivisionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstDivisionOperatorNodeInput.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstDivisionOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstDivisionOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstDivisionOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstDivisionOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstMultiplicationOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInput.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstMultiplicationOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstMultiplicationOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/api/types/AstSubtractionOperatorNodeInput.d.ts +7 -0
- package/dist/api/types/AstSubtractionOperatorNodeInput.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.d.ts +62 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputLeft.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.d.ts +62 -0
- package/dist/api/types/AstSubtractionOperatorNodeInputRight.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutput.d.ts +7 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutput.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.d.ts +61 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputLeft.js +3 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.d.ts +61 -0
- package/dist/api/types/AstSubtractionOperatorNodeOutputRight.js +3 -0
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/api/types/AudioAnalysis.d.ts +6 -0
- package/dist/api/types/AudioAnalysis.js +3 -0
- package/dist/api/types/AudioAnalysisResult.d.ts +10 -0
- package/dist/api/types/AudioAnalysisResult.js +3 -0
- package/dist/api/types/AudioAnalysisStatus.d.ts +6 -0
- package/dist/api/types/AudioAnalysisStatus.js +9 -0
- package/dist/api/types/AudioKeyMoment.d.ts +5 -0
- package/dist/api/types/AudioKeyMoment.js +3 -0
- package/dist/api/types/AudioSegment.d.ts +9 -0
- package/dist/api/types/AudioSegment.js +3 -0
- package/dist/api/types/BatchCallDetailedResponse.d.ts +3 -0
- package/dist/api/types/BatchCallResponse.d.ts +3 -0
- package/dist/api/types/CanvasPlacement.d.ts +2 -0
- package/dist/api/types/ConversationConfig.d.ts +2 -0
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +6 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +4 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +4 -0
- package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/dist/api/types/EmbeddingModelEnum.d.ts +0 -1
- package/dist/api/types/EmbeddingModelEnum.js +0 -1
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/api/types/FileInputConfig.d.ts +6 -0
- package/dist/api/types/FileInputConfig.js +3 -0
- package/dist/api/types/FileInputConfigWorkflowOverride.d.ts +6 -0
- package/dist/api/types/FileInputConfigWorkflowOverride.js +3 -0
- package/dist/api/types/GenesysRegion.d.ts +20 -0
- package/dist/api/types/GenesysRegion.js +23 -0
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/api/types/LlmInfoModelInput.d.ts +2 -0
- package/dist/api/types/LlmInfoModelOutput.d.ts +2 -0
- package/dist/api/types/MessageSearchSortBy.d.ts +5 -0
- package/dist/api/types/MessageSearchSortBy.js +8 -0
- package/dist/api/types/MockNoMatchBehavior.d.ts +5 -0
- package/dist/api/types/MockNoMatchBehavior.js +8 -0
- package/dist/api/types/MockingStrategy.d.ts +6 -0
- package/dist/api/types/MockingStrategy.js +9 -0
- package/dist/api/types/OAuthConnectionStatus.d.ts +6 -0
- package/dist/api/types/OAuthConnectionStatus.js +9 -0
- package/dist/api/types/OrchestratorToolMockBehaviorConfig.d.ts +12 -0
- package/dist/api/types/OrchestratorToolMockBehaviorConfig.js +3 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/ProcedureCompilerMode.d.ts +5 -0
- package/dist/api/types/ProcedureCompilerMode.js +8 -0
- package/dist/api/types/ProcedureSettings.d.ts +4 -0
- package/dist/api/types/ProcedureSettings.js +3 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/api/types/SimulationTestModel.d.ts +2 -0
- package/dist/api/types/SimulationToolMockBehaviorConfig.d.ts +12 -0
- package/dist/api/types/SimulationToolMockBehaviorConfig.js +3 -0
- package/dist/api/types/ToolRequestModel.d.ts +2 -0
- package/dist/api/types/ToolResponseMockConfigInput.d.ts +7 -0
- package/dist/api/types/ToolResponseMockConfigInput.js +3 -0
- package/dist/api/types/ToolResponseMockConfigOutput.d.ts +7 -0
- package/dist/api/types/ToolResponseMockConfigOutput.js +3 -0
- package/dist/api/types/ToolResponseModel.d.ts +2 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/VideoAnalysisResult.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
- package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupPermission.js +1 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +2 -0
- package/dist/api/types/WorkspaceResourceType.js +2 -0
- package/dist/api/types/index.d.ts +47 -15
- package/dist/api/types/index.js +47 -15
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/dist/serialization/types/AgentConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfig.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideConfig.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideInput.js +1 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
- package/dist/serialization/types/AgentConfigOverrideOutput.js +1 -0
- package/dist/serialization/types/AgentSortBy.d.ts +1 -1
- package/dist/serialization/types/AgentSortBy.js +1 -1
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
- package/dist/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
- package/dist/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
- package/dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
- package/{serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → dist/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → dist/serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/dist/serialization/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/AssetTranscription.d.ts +12 -0
- package/{serialization/types/VideoTranscription.js → dist/serialization/types/AssetTranscription.js} +4 -4
- package/dist/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
- package/dist/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
- package/dist/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstAdditionOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstAdditionOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideInputPropertiesValue.js → dist/serialization/types/AstAdditionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstAdditionOperatorNodeOutputRight.js +69 -0
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -0
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInputCondition.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeOutputCondition.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +4 -0
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/dist/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +4 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/{ObjectOverrideOutputPropertiesValue.js → AstDivisionOperatorNodeInput.js} +5 -6
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstDivisionOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/{serialization/types/ObjectOverrideOutputPropertiesValue.js → dist/serialization/types/AstDivisionOperatorNodeOutput.js} +5 -6
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstDivisionOperatorNodeOutputRight.js +69 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +69 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +4 -0
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +4 -0
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -0
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +4 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +67 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputLeft.js +71 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +67 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeInputRight.js +71 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +66 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +69 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +66 -0
- package/dist/serialization/types/AstSubtractionOperatorNodeOutputRight.js +69 -0
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/serialization/types/AsyncConversationMetadata.js +1 -0
- package/dist/serialization/types/AudioAnalysis.d.ts +13 -0
- package/dist/serialization/types/{QueryOverride.js → AudioAnalysis.js} +7 -5
- package/dist/serialization/types/AudioAnalysisResult.d.ts +18 -0
- package/dist/serialization/types/AudioAnalysisResult.js +50 -0
- package/dist/serialization/types/AudioAnalysisStatus.d.ts +7 -0
- package/{serialization/types/LiteralOverrideConstantValue.js → dist/serialization/types/AudioAnalysisStatus.js} +2 -7
- package/dist/serialization/types/AudioKeyMoment.d.ts +11 -0
- package/dist/serialization/types/AudioKeyMoment.js +43 -0
- package/dist/serialization/types/AudioSegment.d.ts +15 -0
- package/dist/serialization/types/AudioSegment.js +47 -0
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
- package/dist/serialization/types/BatchCallDetailedResponse.js +3 -0
- package/dist/serialization/types/BatchCallResponse.d.ts +3 -0
- package/dist/serialization/types/BatchCallResponse.js +3 -0
- package/dist/serialization/types/CanvasPlacement.d.ts +2 -0
- package/dist/serialization/types/CanvasPlacement.js +2 -0
- package/dist/serialization/types/ConversationConfig.d.ts +2 -0
- package/dist/serialization/types/ConversationConfig.js +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/dist/serialization/types/DependentUnknownToolIdentifier.js +3 -1
- package/dist/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -0
- package/dist/serialization/types/FileInputConfig.d.ts +10 -0
- package/dist/serialization/types/FileInputConfig.js +42 -0
- package/dist/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
- package/dist/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
- package/dist/serialization/types/GenesysRegion.d.ts +7 -0
- package/dist/serialization/types/GenesysRegion.js +57 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/dist/serialization/types/LlmInfoModelInput.d.ts +1 -0
- package/dist/serialization/types/LlmInfoModelInput.js +1 -0
- package/dist/serialization/types/LlmInfoModelOutput.d.ts +1 -0
- package/dist/serialization/types/LlmInfoModelOutput.js +1 -0
- package/dist/serialization/types/MessageSearchSortBy.d.ts +7 -0
- package/dist/serialization/types/{LiteralOverrideConstantValue.js → MessageSearchSortBy.js} +2 -7
- package/dist/serialization/types/MockNoMatchBehavior.d.ts +7 -0
- package/dist/serialization/types/MockNoMatchBehavior.js +39 -0
- package/dist/serialization/types/MockingStrategy.d.ts +7 -0
- package/dist/serialization/types/MockingStrategy.js +39 -0
- package/dist/serialization/types/OAuthConnectionStatus.d.ts +7 -0
- package/dist/serialization/types/OAuthConnectionStatus.js +39 -0
- package/dist/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
- package/dist/serialization/types/{ObjectOverrideOutput.js → OrchestratorToolMockBehaviorConfig.js} +7 -8
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +7 -0
- package/dist/serialization/types/ProcedureCompilerMode.js +39 -0
- package/dist/serialization/types/ProcedureSettings.d.ts +10 -0
- package/dist/serialization/types/ProcedureSettings.js +42 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectImageResponseModel.js +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/dist/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +2 -0
- package/dist/serialization/types/SimulationTestModel.js +2 -0
- package/dist/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
- package/dist/serialization/types/{ObjectOverrideInput.js → SimulationToolMockBehaviorConfig.js} +7 -8
- package/dist/serialization/types/ToolRequestModel.d.ts +2 -0
- package/dist/serialization/types/ToolRequestModel.js +2 -0
- package/dist/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
- package/dist/serialization/types/ToolResponseMockConfigInput.js +43 -0
- package/dist/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
- package/dist/serialization/types/ToolResponseMockConfigOutput.js +43 -0
- package/dist/serialization/types/ToolResponseModel.d.ts +2 -0
- package/dist/serialization/types/ToolResponseModel.js +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/dist/serialization/types/VideoAnalysisResult.d.ts +2 -2
- package/dist/serialization/types/VideoAnalysisResult.js +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -0
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +4 -0
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +2 -0
- package/dist/serialization/types/index.d.ts +47 -15
- package/dist/serialization/types/index.js +47 -15
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +376 -295
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/serialization/types/AgentConfig.d.ts +1 -0
- package/serialization/types/AgentConfig.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -0
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +1 -0
- package/serialization/types/AgentConfigOverrideConfig.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideConfig.js +1 -0
- package/serialization/types/AgentConfigOverrideInput.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideInput.js +1 -0
- package/serialization/types/AgentConfigOverrideOutput.d.ts +1 -0
- package/serialization/types/AgentConfigOverrideOutput.js +1 -0
- package/serialization/types/AgentSortBy.d.ts +1 -1
- package/serialization/types/AgentSortBy.js +1 -1
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.d.ts +4 -0
- package/serialization/types/ApiIntegrationOAuth2AuthCodeResponse.js +4 -0
- package/serialization/types/ApiIntegrationWebhookOverrides.d.ts +15 -0
- package/serialization/types/{ApiIntegrationWebhookOverridesInput.js → ApiIntegrationWebhookOverrides.js} +6 -12
- package/serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.d.ts +8 -0
- package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → serialization/types/ApiIntegrationWebhookOverridesRequestHeadersValue.js} +2 -2
- package/{dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts → serialization/types/ApiIntegrationWebhookOverridesSchemaOverridesValue.d.ts} +3 -3
- package/serialization/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/serialization/types/AssetTranscription.d.ts +12 -0
- package/{dist/serialization/types/VideoTranscription.js → serialization/types/AssetTranscription.js} +4 -4
- package/serialization/types/{VideoTranscriptionWord.d.ts → AssetTranscriptionWord.d.ts} +2 -2
- package/serialization/types/{VideoTranscriptionWord.js → AssetTranscriptionWord.js} +2 -2
- package/serialization/types/AstAdditionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstAdditionOperatorNodeInput.js +43 -0
- package/serialization/types/AstAdditionOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstAdditionOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstAdditionOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstAdditionOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstAdditionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstAdditionOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstAdditionOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstAdditionOperatorNodeOutputRight.js +69 -0
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +13 -1
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +4 -0
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeInputCondition.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeInputCondition.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeInputFalseExpression.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeInputTrueExpression.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeOutputCondition.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeOutputFalseExpression.js +4 -0
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.d.ts +13 -1
- package/serialization/types/AstConditionalOperatorNodeOutputTrueExpression.js +4 -0
- package/serialization/types/AstDivisionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeInput.js +43 -0
- package/serialization/types/AstDivisionOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstDivisionOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstDivisionOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstDivisionOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstDivisionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstDivisionOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstDivisionOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstDivisionOperatorNodeOutputRight.js +69 -0
- package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstMultiplicationOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeInput.js +43 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstMultiplicationOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutput.js +43 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstMultiplicationOperatorNodeOutputRight.js +69 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +4 -0
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +4 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +4 -0
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +13 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +4 -0
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +13 -1
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +4 -0
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +13 -1
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +4 -0
- package/serialization/types/AstSubtractionOperatorNodeInput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeInput.js +43 -0
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.d.ts +67 -0
- package/serialization/types/AstSubtractionOperatorNodeInputLeft.js +71 -0
- package/serialization/types/AstSubtractionOperatorNodeInputRight.d.ts +67 -0
- package/serialization/types/AstSubtractionOperatorNodeInputRight.js +71 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.d.ts +10 -0
- package/serialization/types/AstSubtractionOperatorNodeOutput.js +43 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.d.ts +66 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputLeft.js +69 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.d.ts +66 -0
- package/serialization/types/AstSubtractionOperatorNodeOutputRight.js +69 -0
- package/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/serialization/types/AsyncConversationMetadata.js +1 -0
- package/serialization/types/AudioAnalysis.d.ts +13 -0
- package/serialization/types/{QueryOverride.js → AudioAnalysis.js} +7 -5
- package/serialization/types/AudioAnalysisResult.d.ts +18 -0
- package/serialization/types/AudioAnalysisResult.js +50 -0
- package/serialization/types/AudioAnalysisStatus.d.ts +7 -0
- package/serialization/types/AudioAnalysisStatus.js +39 -0
- package/serialization/types/AudioKeyMoment.d.ts +11 -0
- package/serialization/types/AudioKeyMoment.js +43 -0
- package/serialization/types/AudioSegment.d.ts +15 -0
- package/serialization/types/AudioSegment.js +47 -0
- package/serialization/types/BatchCallDetailedResponse.d.ts +3 -0
- package/serialization/types/BatchCallDetailedResponse.js +3 -0
- package/serialization/types/BatchCallResponse.d.ts +3 -0
- package/serialization/types/BatchCallResponse.js +3 -0
- package/serialization/types/CanvasPlacement.d.ts +2 -0
- package/serialization/types/CanvasPlacement.js +2 -0
- package/serialization/types/ConversationConfig.d.ts +2 -0
- package/serialization/types/ConversationConfig.js +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -0
- package/serialization/types/ConversationConfigWorkflowOverride.js +2 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +4 -0
- package/serialization/types/ConversationInitiationClientDataInternal.js +4 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/CreateSimulationTestRequest.js +2 -0
- package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -1
- package/serialization/types/DependentUnknownToolIdentifier.js +3 -1
- package/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/serialization/types/EmbeddingModelEnum.js +1 -1
- package/serialization/types/FeaturesUsageCommonModel.d.ts +1 -0
- package/serialization/types/FeaturesUsageCommonModel.js +1 -0
- package/serialization/types/FileInputConfig.d.ts +10 -0
- package/serialization/types/FileInputConfig.js +42 -0
- package/serialization/types/FileInputConfigWorkflowOverride.d.ts +10 -0
- package/serialization/types/FileInputConfigWorkflowOverride.js +42 -0
- package/serialization/types/GenesysRegion.d.ts +7 -0
- package/serialization/types/GenesysRegion.js +57 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +2 -0
- package/serialization/types/GetSimulationTestResponseModel.js +2 -0
- package/serialization/types/LlmInfoModelInput.d.ts +1 -0
- package/serialization/types/LlmInfoModelInput.js +1 -0
- package/serialization/types/LlmInfoModelOutput.d.ts +1 -0
- package/serialization/types/LlmInfoModelOutput.js +1 -0
- package/serialization/types/MessageSearchSortBy.d.ts +7 -0
- package/serialization/types/MessageSearchSortBy.js +39 -0
- package/serialization/types/MockNoMatchBehavior.d.ts +7 -0
- package/serialization/types/MockNoMatchBehavior.js +39 -0
- package/serialization/types/MockingStrategy.d.ts +7 -0
- package/serialization/types/MockingStrategy.js +39 -0
- package/serialization/types/OAuthConnectionStatus.d.ts +7 -0
- package/serialization/types/OAuthConnectionStatus.js +39 -0
- package/serialization/types/OrchestratorToolMockBehaviorConfig.d.ts +13 -0
- package/serialization/types/OrchestratorToolMockBehaviorConfig.js +45 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/serialization/types/ProcedureCompilerMode.d.ts +7 -0
- package/serialization/types/ProcedureCompilerMode.js +39 -0
- package/serialization/types/ProcedureSettings.d.ts +10 -0
- package/serialization/types/ProcedureSettings.js +42 -0
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -0
- package/serialization/types/ProjectExternalAudioResponseModel.js +2 -0
- package/serialization/types/ProjectImageResponseModel.d.ts +1 -0
- package/serialization/types/ProjectImageResponseModel.js +1 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +1 -0
- package/serialization/types/ProjectVideoResponseModel.js +1 -0
- package/serialization/types/SimulationTestModel.d.ts +2 -0
- package/serialization/types/SimulationTestModel.js +2 -0
- package/serialization/types/SimulationToolMockBehaviorConfig.d.ts +13 -0
- package/{dist/serialization/types/LiteralOverride.js → serialization/types/SimulationToolMockBehaviorConfig.js} +7 -6
- package/serialization/types/ToolRequestModel.d.ts +2 -0
- package/serialization/types/ToolRequestModel.js +2 -0
- package/serialization/types/ToolResponseMockConfigInput.d.ts +11 -0
- package/serialization/types/ToolResponseMockConfigInput.js +43 -0
- package/serialization/types/ToolResponseMockConfigOutput.d.ts +11 -0
- package/serialization/types/ToolResponseMockConfigOutput.js +43 -0
- package/serialization/types/ToolResponseModel.d.ts +2 -0
- package/serialization/types/ToolResponseModel.js +2 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/serialization/types/UpdateSimulationTestRequest.js +2 -0
- package/serialization/types/VideoAnalysisResult.d.ts +2 -2
- package/serialization/types/VideoAnalysisResult.js +2 -2
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +13 -1
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +4 -0
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +13 -1
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +4 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +2 -0
- package/serialization/types/index.d.ts +47 -15
- package/serialization/types/index.js +47 -15
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
- package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
- package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
- package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
- package/api/types/LiteralOverride.d.ts +0 -6
- package/api/types/LiteralOverrideConstantValue.d.ts +0 -1
- package/api/types/ObjectOverrideInput.d.ts +0 -6
- package/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
- package/api/types/ObjectOverrideOutput.d.ts +0 -6
- package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
- package/api/types/QueryOverride.d.ts +0 -5
- package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -2
- package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +0 -13
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -14
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -2
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -13
- package/dist/api/types/LiteralOverride.d.ts +0 -6
- package/dist/api/types/LiteralOverrideConstantValue.d.ts +0 -1
- package/dist/api/types/ObjectOverrideInput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +0 -2
- package/dist/api/types/ObjectOverrideOutput.d.ts +0 -6
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -2
- package/dist/api/types/QueryOverride.d.ts +0 -5
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
- package/dist/serialization/types/LiteralOverride.d.ts +0 -12
- package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
- package/dist/serialization/types/ObjectOverrideInput.d.ts +0 -11
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
- package/dist/serialization/types/ObjectOverrideOutput.d.ts +0 -11
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
- package/dist/serialization/types/QueryOverride.d.ts +0 -11
- package/dist/serialization/types/VideoTranscription.d.ts +0 -12
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +0 -20
- package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +0 -8
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +0 -20
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +0 -57
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +0 -8
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js +0 -40
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +0 -19
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +0 -51
- package/serialization/types/LiteralOverride.d.ts +0 -12
- package/serialization/types/LiteralOverride.js +0 -44
- package/serialization/types/LiteralOverrideConstantValue.d.ts +0 -7
- package/serialization/types/ObjectOverrideInput.d.ts +0 -11
- package/serialization/types/ObjectOverrideInput.js +0 -46
- package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +0 -8
- package/serialization/types/ObjectOverrideOutput.d.ts +0 -11
- package/serialization/types/ObjectOverrideOutput.js +0 -46
- package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +0 -8
- package/serialization/types/QueryOverride.d.ts +0 -11
- package/serialization/types/VideoTranscription.d.ts +0 -12
- /package/api/{types/ApiIntegrationWebhookOverridesInput.js → resources/music/client/requests/BodyVideoToMusicV1MusicVideoToMusicPost.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → ApiIntegrationWebhookOverrides.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → ApiIntegrationWebhookOverridesRequestHeadersValue.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutput.js → ApiIntegrationWebhookOverridesSchemaOverridesValue.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → AssetTranscription.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → AssetTranscriptionWord.js} +0 -0
- /package/api/types/{LiteralOverride.js → AstAdditionOperatorNodeInput.js} +0 -0
- /package/api/types/{LiteralOverrideConstantValue.js → AstAdditionOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{ObjectOverrideInput.js → AstAdditionOperatorNodeInputRight.js} +0 -0
- /package/api/types/{ObjectOverrideInputPropertiesValue.js → AstAdditionOperatorNodeOutput.js} +0 -0
- /package/api/types/{ObjectOverrideOutput.js → AstAdditionOperatorNodeOutputLeft.js} +0 -0
- /package/api/types/{ObjectOverrideOutputPropertiesValue.js → AstAdditionOperatorNodeOutputRight.js} +0 -0
- /package/api/types/{QueryOverride.js → AstDivisionOperatorNodeInput.js} +0 -0
- /package/api/types/{VideoTranscription.js → AstDivisionOperatorNodeInputLeft.js} +0 -0
- /package/api/types/{VideoTranscriptionWord.js → AstDivisionOperatorNodeInputRight.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesInput.js → api/types/AstDivisionOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.js → api/types/AstDivisionOperatorNodeOutputLeft.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js → api/types/AstDivisionOperatorNodeOutputRight.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesOutput.js → api/types/AstMultiplicationOperatorNodeInput.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.js → api/types/AstMultiplicationOperatorNodeInputLeft.js} +0 -0
- /package/{dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js → api/types/AstMultiplicationOperatorNodeInputRight.js} +0 -0
- /package/{dist/api/types/LiteralOverride.js → api/types/AstMultiplicationOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/LiteralOverrideConstantValue.js → api/types/AstMultiplicationOperatorNodeOutputLeft.js} +0 -0
- /package/{dist/api/types/ObjectOverrideInput.js → api/types/AstMultiplicationOperatorNodeOutputRight.js} +0 -0
- /package/{dist/api/types/ObjectOverrideInputPropertiesValue.js → api/types/AstSubtractionOperatorNodeInput.js} +0 -0
- /package/{dist/api/types/ObjectOverrideOutput.js → api/types/AstSubtractionOperatorNodeInputLeft.js} +0 -0
- /package/{dist/api/types/ObjectOverrideOutputPropertiesValue.js → api/types/AstSubtractionOperatorNodeInputRight.js} +0 -0
- /package/{dist/api/types/QueryOverride.js → api/types/AstSubtractionOperatorNodeOutput.js} +0 -0
- /package/{dist/api/types/VideoTranscription.js → api/types/AstSubtractionOperatorNodeOutputLeft.js} +0 -0
- /package/{dist/api/types/VideoTranscriptionWord.js → api/types/AstSubtractionOperatorNodeOutputRight.js} +0 -0
|
@@ -44,9 +44,11 @@ const AstNumberNodeInput_1 = require("./AstNumberNodeInput");
|
|
|
44
44
|
const AstStringNodeInput_1 = require("./AstStringNodeInput");
|
|
45
45
|
exports.AstLessThanOperatorNodeInputLeft = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeInput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeInput),
|
|
48
49
|
boolean_literal: AstBooleanNodeInput_1.AstBooleanNodeInput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeInput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeInput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeInput_1.AstDynamicVariableNodeInput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeInput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeInput),
|
|
@@ -56,10 +58,12 @@ exports.AstLessThanOperatorNodeInputLeft = core.serialization
|
|
|
56
58
|
}),
|
|
57
59
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeInput),
|
|
58
60
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeInput),
|
|
61
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeInput),
|
|
59
62
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeInput),
|
|
60
63
|
number_literal: AstNumberNodeInput_1.AstNumberNodeInput,
|
|
61
64
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeInput),
|
|
62
65
|
string_literal: AstStringNodeInput_1.AstStringNodeInput,
|
|
66
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeInput),
|
|
63
67
|
})
|
|
64
68
|
.transform({
|
|
65
69
|
transform: (value) => value,
|
|
@@ -8,7 +8,10 @@ import { AstNumberNodeInput } from "./AstNumberNodeInput";
|
|
|
8
8
|
import { AstStringNodeInput } from "./AstStringNodeInput";
|
|
9
9
|
export declare const AstLessThanOperatorNodeInputRight: core.serialization.Schema<serializers.AstLessThanOperatorNodeInputRight.Raw, ElevenLabs.AstLessThanOperatorNodeInputRight>;
|
|
10
10
|
export declare namespace AstLessThanOperatorNodeInputRight {
|
|
11
|
-
type Raw = AstLessThanOperatorNodeInputRight.AndOperator | AstLessThanOperatorNodeInputRight.BooleanLiteral | AstLessThanOperatorNodeInputRight.ConditionalOperator | AstLessThanOperatorNodeInputRight.DynamicVariable | AstLessThanOperatorNodeInputRight.EqOperator | AstLessThanOperatorNodeInputRight.GtOperator | AstLessThanOperatorNodeInputRight.GteOperator | AstLessThanOperatorNodeInputRight.Llm | AstLessThanOperatorNodeInputRight.LtOperator | AstLessThanOperatorNodeInputRight.LteOperator | AstLessThanOperatorNodeInputRight.NeqOperator | AstLessThanOperatorNodeInputRight.NumberLiteral | AstLessThanOperatorNodeInputRight.OrOperator | AstLessThanOperatorNodeInputRight.StringLiteral;
|
|
11
|
+
type Raw = AstLessThanOperatorNodeInputRight.AddOperator | AstLessThanOperatorNodeInputRight.AndOperator | AstLessThanOperatorNodeInputRight.BooleanLiteral | AstLessThanOperatorNodeInputRight.ConditionalOperator | AstLessThanOperatorNodeInputRight.DivOperator | AstLessThanOperatorNodeInputRight.DynamicVariable | AstLessThanOperatorNodeInputRight.EqOperator | AstLessThanOperatorNodeInputRight.GtOperator | AstLessThanOperatorNodeInputRight.GteOperator | AstLessThanOperatorNodeInputRight.Llm | AstLessThanOperatorNodeInputRight.LtOperator | AstLessThanOperatorNodeInputRight.LteOperator | AstLessThanOperatorNodeInputRight.MulOperator | AstLessThanOperatorNodeInputRight.NeqOperator | AstLessThanOperatorNodeInputRight.NumberLiteral | AstLessThanOperatorNodeInputRight.OrOperator | AstLessThanOperatorNodeInputRight.StringLiteral | AstLessThanOperatorNodeInputRight.SubOperator;
|
|
12
|
+
interface AddOperator extends serializers.AstAdditionOperatorNodeInput.Raw {
|
|
13
|
+
type: "add_operator";
|
|
14
|
+
}
|
|
12
15
|
interface AndOperator extends serializers.AstAndOperatorNodeInput.Raw {
|
|
13
16
|
type: "and_operator";
|
|
14
17
|
}
|
|
@@ -18,6 +21,9 @@ export declare namespace AstLessThanOperatorNodeInputRight {
|
|
|
18
21
|
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeInput.Raw {
|
|
19
22
|
type: "conditional_operator";
|
|
20
23
|
}
|
|
24
|
+
interface DivOperator extends serializers.AstDivisionOperatorNodeInput.Raw {
|
|
25
|
+
type: "div_operator";
|
|
26
|
+
}
|
|
21
27
|
interface DynamicVariable extends AstDynamicVariableNodeInput.Raw {
|
|
22
28
|
type: "dynamic_variable";
|
|
23
29
|
}
|
|
@@ -40,6 +46,9 @@ export declare namespace AstLessThanOperatorNodeInputRight {
|
|
|
40
46
|
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeInput.Raw {
|
|
41
47
|
type: "lte_operator";
|
|
42
48
|
}
|
|
49
|
+
interface MulOperator extends serializers.AstMultiplicationOperatorNodeInput.Raw {
|
|
50
|
+
type: "mul_operator";
|
|
51
|
+
}
|
|
43
52
|
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeInput.Raw {
|
|
44
53
|
type: "neq_operator";
|
|
45
54
|
}
|
|
@@ -52,4 +61,7 @@ export declare namespace AstLessThanOperatorNodeInputRight {
|
|
|
52
61
|
interface StringLiteral extends AstStringNodeInput.Raw {
|
|
53
62
|
type: "string_literal";
|
|
54
63
|
}
|
|
64
|
+
interface SubOperator extends serializers.AstSubtractionOperatorNodeInput.Raw {
|
|
65
|
+
type: "sub_operator";
|
|
66
|
+
}
|
|
55
67
|
}
|
|
@@ -44,9 +44,11 @@ const AstNumberNodeInput_1 = require("./AstNumberNodeInput");
|
|
|
44
44
|
const AstStringNodeInput_1 = require("./AstStringNodeInput");
|
|
45
45
|
exports.AstLessThanOperatorNodeInputRight = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeInput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeInput),
|
|
48
49
|
boolean_literal: AstBooleanNodeInput_1.AstBooleanNodeInput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeInput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeInput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeInput_1.AstDynamicVariableNodeInput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeInput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeInput),
|
|
@@ -56,10 +58,12 @@ exports.AstLessThanOperatorNodeInputRight = core.serialization
|
|
|
56
58
|
}),
|
|
57
59
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeInput),
|
|
58
60
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeInput),
|
|
61
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeInput),
|
|
59
62
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeInput),
|
|
60
63
|
number_literal: AstNumberNodeInput_1.AstNumberNodeInput,
|
|
61
64
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeInput),
|
|
62
65
|
string_literal: AstStringNodeInput_1.AstStringNodeInput,
|
|
66
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeInput),
|
|
63
67
|
})
|
|
64
68
|
.transform({
|
|
65
69
|
transform: (value) => value,
|
|
@@ -8,7 +8,10 @@ import { AstNumberNodeOutput } from "./AstNumberNodeOutput";
|
|
|
8
8
|
import { AstStringNodeOutput } from "./AstStringNodeOutput";
|
|
9
9
|
export declare const AstLessThanOperatorNodeOutputLeft: core.serialization.Schema<serializers.AstLessThanOperatorNodeOutputLeft.Raw, ElevenLabs.AstLessThanOperatorNodeOutputLeft>;
|
|
10
10
|
export declare namespace AstLessThanOperatorNodeOutputLeft {
|
|
11
|
-
type Raw = AstLessThanOperatorNodeOutputLeft.AndOperator | AstLessThanOperatorNodeOutputLeft.BooleanLiteral | AstLessThanOperatorNodeOutputLeft.ConditionalOperator | AstLessThanOperatorNodeOutputLeft.DynamicVariable | AstLessThanOperatorNodeOutputLeft.EqOperator | AstLessThanOperatorNodeOutputLeft.GtOperator | AstLessThanOperatorNodeOutputLeft.GteOperator | AstLessThanOperatorNodeOutputLeft.Llm | AstLessThanOperatorNodeOutputLeft.LtOperator | AstLessThanOperatorNodeOutputLeft.LteOperator | AstLessThanOperatorNodeOutputLeft.NeqOperator | AstLessThanOperatorNodeOutputLeft.NumberLiteral | AstLessThanOperatorNodeOutputLeft.OrOperator | AstLessThanOperatorNodeOutputLeft.StringLiteral;
|
|
11
|
+
type Raw = AstLessThanOperatorNodeOutputLeft.AddOperator | AstLessThanOperatorNodeOutputLeft.AndOperator | AstLessThanOperatorNodeOutputLeft.BooleanLiteral | AstLessThanOperatorNodeOutputLeft.ConditionalOperator | AstLessThanOperatorNodeOutputLeft.DivOperator | AstLessThanOperatorNodeOutputLeft.DynamicVariable | AstLessThanOperatorNodeOutputLeft.EqOperator | AstLessThanOperatorNodeOutputLeft.GtOperator | AstLessThanOperatorNodeOutputLeft.GteOperator | AstLessThanOperatorNodeOutputLeft.Llm | AstLessThanOperatorNodeOutputLeft.LtOperator | AstLessThanOperatorNodeOutputLeft.LteOperator | AstLessThanOperatorNodeOutputLeft.MulOperator | AstLessThanOperatorNodeOutputLeft.NeqOperator | AstLessThanOperatorNodeOutputLeft.NumberLiteral | AstLessThanOperatorNodeOutputLeft.OrOperator | AstLessThanOperatorNodeOutputLeft.StringLiteral | AstLessThanOperatorNodeOutputLeft.SubOperator;
|
|
12
|
+
interface AddOperator extends serializers.AstAdditionOperatorNodeOutput.Raw {
|
|
13
|
+
type: "add_operator";
|
|
14
|
+
}
|
|
12
15
|
interface AndOperator extends serializers.AstAndOperatorNodeOutput.Raw {
|
|
13
16
|
type: "and_operator";
|
|
14
17
|
}
|
|
@@ -18,6 +21,9 @@ export declare namespace AstLessThanOperatorNodeOutputLeft {
|
|
|
18
21
|
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeOutput.Raw {
|
|
19
22
|
type: "conditional_operator";
|
|
20
23
|
}
|
|
24
|
+
interface DivOperator extends serializers.AstDivisionOperatorNodeOutput.Raw {
|
|
25
|
+
type: "div_operator";
|
|
26
|
+
}
|
|
21
27
|
interface DynamicVariable extends AstDynamicVariableNodeOutput.Raw {
|
|
22
28
|
type: "dynamic_variable";
|
|
23
29
|
}
|
|
@@ -39,6 +45,9 @@ export declare namespace AstLessThanOperatorNodeOutputLeft {
|
|
|
39
45
|
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeOutput.Raw {
|
|
40
46
|
type: "lte_operator";
|
|
41
47
|
}
|
|
48
|
+
interface MulOperator extends serializers.AstMultiplicationOperatorNodeOutput.Raw {
|
|
49
|
+
type: "mul_operator";
|
|
50
|
+
}
|
|
42
51
|
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeOutput.Raw {
|
|
43
52
|
type: "neq_operator";
|
|
44
53
|
}
|
|
@@ -51,4 +60,7 @@ export declare namespace AstLessThanOperatorNodeOutputLeft {
|
|
|
51
60
|
interface StringLiteral extends AstStringNodeOutput.Raw {
|
|
52
61
|
type: "string_literal";
|
|
53
62
|
}
|
|
63
|
+
interface SubOperator extends serializers.AstSubtractionOperatorNodeOutput.Raw {
|
|
64
|
+
type: "sub_operator";
|
|
65
|
+
}
|
|
54
66
|
}
|
|
@@ -44,9 +44,11 @@ const AstNumberNodeOutput_1 = require("./AstNumberNodeOutput");
|
|
|
44
44
|
const AstStringNodeOutput_1 = require("./AstStringNodeOutput");
|
|
45
45
|
exports.AstLessThanOperatorNodeOutputLeft = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeOutput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeOutput),
|
|
48
49
|
boolean_literal: AstBooleanNodeOutput_1.AstBooleanNodeOutput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeOutput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeOutput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeOutput_1.AstDynamicVariableNodeOutput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeOutput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeOutput),
|
|
@@ -54,10 +56,12 @@ exports.AstLessThanOperatorNodeOutputLeft = core.serialization
|
|
|
54
56
|
llm: AstllmNodeOutput_1.AstllmNodeOutput,
|
|
55
57
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeOutput),
|
|
56
58
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeOutput),
|
|
59
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeOutput),
|
|
57
60
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeOutput),
|
|
58
61
|
number_literal: AstNumberNodeOutput_1.AstNumberNodeOutput,
|
|
59
62
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeOutput),
|
|
60
63
|
string_literal: AstStringNodeOutput_1.AstStringNodeOutput,
|
|
64
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeOutput),
|
|
61
65
|
})
|
|
62
66
|
.transform({
|
|
63
67
|
transform: (value) => value,
|
|
@@ -8,7 +8,10 @@ import { AstNumberNodeOutput } from "./AstNumberNodeOutput";
|
|
|
8
8
|
import { AstStringNodeOutput } from "./AstStringNodeOutput";
|
|
9
9
|
export declare const AstLessThanOperatorNodeOutputRight: core.serialization.Schema<serializers.AstLessThanOperatorNodeOutputRight.Raw, ElevenLabs.AstLessThanOperatorNodeOutputRight>;
|
|
10
10
|
export declare namespace AstLessThanOperatorNodeOutputRight {
|
|
11
|
-
type Raw = AstLessThanOperatorNodeOutputRight.AndOperator | AstLessThanOperatorNodeOutputRight.BooleanLiteral | AstLessThanOperatorNodeOutputRight.ConditionalOperator | AstLessThanOperatorNodeOutputRight.DynamicVariable | AstLessThanOperatorNodeOutputRight.EqOperator | AstLessThanOperatorNodeOutputRight.GtOperator | AstLessThanOperatorNodeOutputRight.GteOperator | AstLessThanOperatorNodeOutputRight.Llm | AstLessThanOperatorNodeOutputRight.LtOperator | AstLessThanOperatorNodeOutputRight.LteOperator | AstLessThanOperatorNodeOutputRight.NeqOperator | AstLessThanOperatorNodeOutputRight.NumberLiteral | AstLessThanOperatorNodeOutputRight.OrOperator | AstLessThanOperatorNodeOutputRight.StringLiteral;
|
|
11
|
+
type Raw = AstLessThanOperatorNodeOutputRight.AddOperator | AstLessThanOperatorNodeOutputRight.AndOperator | AstLessThanOperatorNodeOutputRight.BooleanLiteral | AstLessThanOperatorNodeOutputRight.ConditionalOperator | AstLessThanOperatorNodeOutputRight.DivOperator | AstLessThanOperatorNodeOutputRight.DynamicVariable | AstLessThanOperatorNodeOutputRight.EqOperator | AstLessThanOperatorNodeOutputRight.GtOperator | AstLessThanOperatorNodeOutputRight.GteOperator | AstLessThanOperatorNodeOutputRight.Llm | AstLessThanOperatorNodeOutputRight.LtOperator | AstLessThanOperatorNodeOutputRight.LteOperator | AstLessThanOperatorNodeOutputRight.MulOperator | AstLessThanOperatorNodeOutputRight.NeqOperator | AstLessThanOperatorNodeOutputRight.NumberLiteral | AstLessThanOperatorNodeOutputRight.OrOperator | AstLessThanOperatorNodeOutputRight.StringLiteral | AstLessThanOperatorNodeOutputRight.SubOperator;
|
|
12
|
+
interface AddOperator extends serializers.AstAdditionOperatorNodeOutput.Raw {
|
|
13
|
+
type: "add_operator";
|
|
14
|
+
}
|
|
12
15
|
interface AndOperator extends serializers.AstAndOperatorNodeOutput.Raw {
|
|
13
16
|
type: "and_operator";
|
|
14
17
|
}
|
|
@@ -18,6 +21,9 @@ export declare namespace AstLessThanOperatorNodeOutputRight {
|
|
|
18
21
|
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeOutput.Raw {
|
|
19
22
|
type: "conditional_operator";
|
|
20
23
|
}
|
|
24
|
+
interface DivOperator extends serializers.AstDivisionOperatorNodeOutput.Raw {
|
|
25
|
+
type: "div_operator";
|
|
26
|
+
}
|
|
21
27
|
interface DynamicVariable extends AstDynamicVariableNodeOutput.Raw {
|
|
22
28
|
type: "dynamic_variable";
|
|
23
29
|
}
|
|
@@ -39,6 +45,9 @@ export declare namespace AstLessThanOperatorNodeOutputRight {
|
|
|
39
45
|
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeOutput.Raw {
|
|
40
46
|
type: "lte_operator";
|
|
41
47
|
}
|
|
48
|
+
interface MulOperator extends serializers.AstMultiplicationOperatorNodeOutput.Raw {
|
|
49
|
+
type: "mul_operator";
|
|
50
|
+
}
|
|
42
51
|
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeOutput.Raw {
|
|
43
52
|
type: "neq_operator";
|
|
44
53
|
}
|
|
@@ -51,4 +60,7 @@ export declare namespace AstLessThanOperatorNodeOutputRight {
|
|
|
51
60
|
interface StringLiteral extends AstStringNodeOutput.Raw {
|
|
52
61
|
type: "string_literal";
|
|
53
62
|
}
|
|
63
|
+
interface SubOperator extends serializers.AstSubtractionOperatorNodeOutput.Raw {
|
|
64
|
+
type: "sub_operator";
|
|
65
|
+
}
|
|
54
66
|
}
|
|
@@ -44,9 +44,11 @@ const AstNumberNodeOutput_1 = require("./AstNumberNodeOutput");
|
|
|
44
44
|
const AstStringNodeOutput_1 = require("./AstStringNodeOutput");
|
|
45
45
|
exports.AstLessThanOperatorNodeOutputRight = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeOutput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeOutput),
|
|
48
49
|
boolean_literal: AstBooleanNodeOutput_1.AstBooleanNodeOutput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeOutput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeOutput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeOutput_1.AstDynamicVariableNodeOutput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeOutput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeOutput),
|
|
@@ -54,10 +56,12 @@ exports.AstLessThanOperatorNodeOutputRight = core.serialization
|
|
|
54
56
|
llm: AstllmNodeOutput_1.AstllmNodeOutput,
|
|
55
57
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeOutput),
|
|
56
58
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeOutput),
|
|
59
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeOutput),
|
|
57
60
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeOutput),
|
|
58
61
|
number_literal: AstNumberNodeOutput_1.AstNumberNodeOutput,
|
|
59
62
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeOutput),
|
|
60
63
|
string_literal: AstStringNodeOutput_1.AstStringNodeOutput,
|
|
64
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeOutput),
|
|
61
65
|
})
|
|
62
66
|
.transform({
|
|
63
67
|
transform: (value) => value,
|
|
@@ -8,7 +8,10 @@ import { AstNumberNodeInput } from "./AstNumberNodeInput";
|
|
|
8
8
|
import { AstStringNodeInput } from "./AstStringNodeInput";
|
|
9
9
|
export declare const AstLessThanOrEqualsOperatorNodeInputLeft: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeInputLeft.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeInputLeft>;
|
|
10
10
|
export declare namespace AstLessThanOrEqualsOperatorNodeInputLeft {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeInputLeft.AndOperator | AstLessThanOrEqualsOperatorNodeInputLeft.BooleanLiteral | AstLessThanOrEqualsOperatorNodeInputLeft.ConditionalOperator | AstLessThanOrEqualsOperatorNodeInputLeft.DynamicVariable | AstLessThanOrEqualsOperatorNodeInputLeft.EqOperator | AstLessThanOrEqualsOperatorNodeInputLeft.GtOperator | AstLessThanOrEqualsOperatorNodeInputLeft.GteOperator | AstLessThanOrEqualsOperatorNodeInputLeft.Llm | AstLessThanOrEqualsOperatorNodeInputLeft.LtOperator | AstLessThanOrEqualsOperatorNodeInputLeft.LteOperator | AstLessThanOrEqualsOperatorNodeInputLeft.NeqOperator | AstLessThanOrEqualsOperatorNodeInputLeft.NumberLiteral | AstLessThanOrEqualsOperatorNodeInputLeft.OrOperator | AstLessThanOrEqualsOperatorNodeInputLeft.StringLiteral;
|
|
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
|
+
}
|
|
12
15
|
interface AndOperator extends serializers.AstAndOperatorNodeInput.Raw {
|
|
13
16
|
type: "and_operator";
|
|
14
17
|
}
|
|
@@ -18,6 +21,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeInputLeft {
|
|
|
18
21
|
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeInput.Raw {
|
|
19
22
|
type: "conditional_operator";
|
|
20
23
|
}
|
|
24
|
+
interface DivOperator extends serializers.AstDivisionOperatorNodeInput.Raw {
|
|
25
|
+
type: "div_operator";
|
|
26
|
+
}
|
|
21
27
|
interface DynamicVariable extends AstDynamicVariableNodeInput.Raw {
|
|
22
28
|
type: "dynamic_variable";
|
|
23
29
|
}
|
|
@@ -40,6 +46,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeInputLeft {
|
|
|
40
46
|
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeInput.Raw {
|
|
41
47
|
type: "lte_operator";
|
|
42
48
|
}
|
|
49
|
+
interface MulOperator extends serializers.AstMultiplicationOperatorNodeInput.Raw {
|
|
50
|
+
type: "mul_operator";
|
|
51
|
+
}
|
|
43
52
|
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeInput.Raw {
|
|
44
53
|
type: "neq_operator";
|
|
45
54
|
}
|
|
@@ -52,4 +61,7 @@ export declare namespace AstLessThanOrEqualsOperatorNodeInputLeft {
|
|
|
52
61
|
interface StringLiteral extends AstStringNodeInput.Raw {
|
|
53
62
|
type: "string_literal";
|
|
54
63
|
}
|
|
64
|
+
interface SubOperator extends serializers.AstSubtractionOperatorNodeInput.Raw {
|
|
65
|
+
type: "sub_operator";
|
|
66
|
+
}
|
|
55
67
|
}
|
|
@@ -44,9 +44,11 @@ const AstNumberNodeInput_1 = require("./AstNumberNodeInput");
|
|
|
44
44
|
const AstStringNodeInput_1 = require("./AstStringNodeInput");
|
|
45
45
|
exports.AstLessThanOrEqualsOperatorNodeInputLeft = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeInput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeInput),
|
|
48
49
|
boolean_literal: AstBooleanNodeInput_1.AstBooleanNodeInput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeInput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeInput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeInput_1.AstDynamicVariableNodeInput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeInput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeInput),
|
|
@@ -56,10 +58,12 @@ exports.AstLessThanOrEqualsOperatorNodeInputLeft = core.serialization
|
|
|
56
58
|
}),
|
|
57
59
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeInput),
|
|
58
60
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeInput),
|
|
61
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeInput),
|
|
59
62
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeInput),
|
|
60
63
|
number_literal: AstNumberNodeInput_1.AstNumberNodeInput,
|
|
61
64
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeInput),
|
|
62
65
|
string_literal: AstStringNodeInput_1.AstStringNodeInput,
|
|
66
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeInput),
|
|
63
67
|
})
|
|
64
68
|
.transform({
|
|
65
69
|
transform: (value) => value,
|
|
@@ -8,7 +8,10 @@ import { AstNumberNodeInput } from "./AstNumberNodeInput";
|
|
|
8
8
|
import { AstStringNodeInput } from "./AstStringNodeInput";
|
|
9
9
|
export declare const AstLessThanOrEqualsOperatorNodeInputRight: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeInputRight.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeInputRight>;
|
|
10
10
|
export declare namespace AstLessThanOrEqualsOperatorNodeInputRight {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeInputRight.AndOperator | AstLessThanOrEqualsOperatorNodeInputRight.BooleanLiteral | AstLessThanOrEqualsOperatorNodeInputRight.ConditionalOperator | AstLessThanOrEqualsOperatorNodeInputRight.DynamicVariable | AstLessThanOrEqualsOperatorNodeInputRight.EqOperator | AstLessThanOrEqualsOperatorNodeInputRight.GtOperator | AstLessThanOrEqualsOperatorNodeInputRight.GteOperator | AstLessThanOrEqualsOperatorNodeInputRight.Llm | AstLessThanOrEqualsOperatorNodeInputRight.LtOperator | AstLessThanOrEqualsOperatorNodeInputRight.LteOperator | AstLessThanOrEqualsOperatorNodeInputRight.NeqOperator | AstLessThanOrEqualsOperatorNodeInputRight.NumberLiteral | AstLessThanOrEqualsOperatorNodeInputRight.OrOperator | AstLessThanOrEqualsOperatorNodeInputRight.StringLiteral;
|
|
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
|
+
}
|
|
12
15
|
interface AndOperator extends serializers.AstAndOperatorNodeInput.Raw {
|
|
13
16
|
type: "and_operator";
|
|
14
17
|
}
|
|
@@ -18,6 +21,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeInputRight {
|
|
|
18
21
|
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeInput.Raw {
|
|
19
22
|
type: "conditional_operator";
|
|
20
23
|
}
|
|
24
|
+
interface DivOperator extends serializers.AstDivisionOperatorNodeInput.Raw {
|
|
25
|
+
type: "div_operator";
|
|
26
|
+
}
|
|
21
27
|
interface DynamicVariable extends AstDynamicVariableNodeInput.Raw {
|
|
22
28
|
type: "dynamic_variable";
|
|
23
29
|
}
|
|
@@ -40,6 +46,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeInputRight {
|
|
|
40
46
|
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeInput.Raw {
|
|
41
47
|
type: "lte_operator";
|
|
42
48
|
}
|
|
49
|
+
interface MulOperator extends serializers.AstMultiplicationOperatorNodeInput.Raw {
|
|
50
|
+
type: "mul_operator";
|
|
51
|
+
}
|
|
43
52
|
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeInput.Raw {
|
|
44
53
|
type: "neq_operator";
|
|
45
54
|
}
|
|
@@ -52,4 +61,7 @@ export declare namespace AstLessThanOrEqualsOperatorNodeInputRight {
|
|
|
52
61
|
interface StringLiteral extends AstStringNodeInput.Raw {
|
|
53
62
|
type: "string_literal";
|
|
54
63
|
}
|
|
64
|
+
interface SubOperator extends serializers.AstSubtractionOperatorNodeInput.Raw {
|
|
65
|
+
type: "sub_operator";
|
|
66
|
+
}
|
|
55
67
|
}
|
|
@@ -44,9 +44,11 @@ const AstNumberNodeInput_1 = require("./AstNumberNodeInput");
|
|
|
44
44
|
const AstStringNodeInput_1 = require("./AstStringNodeInput");
|
|
45
45
|
exports.AstLessThanOrEqualsOperatorNodeInputRight = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeInput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeInput),
|
|
48
49
|
boolean_literal: AstBooleanNodeInput_1.AstBooleanNodeInput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeInput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeInput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeInput_1.AstDynamicVariableNodeInput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeInput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeInput),
|
|
@@ -56,10 +58,12 @@ exports.AstLessThanOrEqualsOperatorNodeInputRight = core.serialization
|
|
|
56
58
|
}),
|
|
57
59
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeInput),
|
|
58
60
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeInput),
|
|
61
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeInput),
|
|
59
62
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeInput),
|
|
60
63
|
number_literal: AstNumberNodeInput_1.AstNumberNodeInput,
|
|
61
64
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeInput),
|
|
62
65
|
string_literal: AstStringNodeInput_1.AstStringNodeInput,
|
|
66
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeInput),
|
|
63
67
|
})
|
|
64
68
|
.transform({
|
|
65
69
|
transform: (value) => value,
|
|
@@ -8,7 +8,10 @@ import { AstNumberNodeOutput } from "./AstNumberNodeOutput";
|
|
|
8
8
|
import { AstStringNodeOutput } from "./AstStringNodeOutput";
|
|
9
9
|
export declare const AstLessThanOrEqualsOperatorNodeOutputLeft: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeOutputLeft.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeOutputLeft>;
|
|
10
10
|
export declare namespace AstLessThanOrEqualsOperatorNodeOutputLeft {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeOutputLeft.AndOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.BooleanLiteral | AstLessThanOrEqualsOperatorNodeOutputLeft.ConditionalOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.DynamicVariable | AstLessThanOrEqualsOperatorNodeOutputLeft.EqOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.GtOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.GteOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.Llm | AstLessThanOrEqualsOperatorNodeOutputLeft.LtOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.LteOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.NeqOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.NumberLiteral | AstLessThanOrEqualsOperatorNodeOutputLeft.OrOperator | AstLessThanOrEqualsOperatorNodeOutputLeft.StringLiteral;
|
|
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
|
+
}
|
|
12
15
|
interface AndOperator extends serializers.AstAndOperatorNodeOutput.Raw {
|
|
13
16
|
type: "and_operator";
|
|
14
17
|
}
|
|
@@ -18,6 +21,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeOutputLeft {
|
|
|
18
21
|
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeOutput.Raw {
|
|
19
22
|
type: "conditional_operator";
|
|
20
23
|
}
|
|
24
|
+
interface DivOperator extends serializers.AstDivisionOperatorNodeOutput.Raw {
|
|
25
|
+
type: "div_operator";
|
|
26
|
+
}
|
|
21
27
|
interface DynamicVariable extends AstDynamicVariableNodeOutput.Raw {
|
|
22
28
|
type: "dynamic_variable";
|
|
23
29
|
}
|
|
@@ -39,6 +45,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeOutputLeft {
|
|
|
39
45
|
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeOutput.Raw {
|
|
40
46
|
type: "lte_operator";
|
|
41
47
|
}
|
|
48
|
+
interface MulOperator extends serializers.AstMultiplicationOperatorNodeOutput.Raw {
|
|
49
|
+
type: "mul_operator";
|
|
50
|
+
}
|
|
42
51
|
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeOutput.Raw {
|
|
43
52
|
type: "neq_operator";
|
|
44
53
|
}
|
|
@@ -51,4 +60,7 @@ export declare namespace AstLessThanOrEqualsOperatorNodeOutputLeft {
|
|
|
51
60
|
interface StringLiteral extends AstStringNodeOutput.Raw {
|
|
52
61
|
type: "string_literal";
|
|
53
62
|
}
|
|
63
|
+
interface SubOperator extends serializers.AstSubtractionOperatorNodeOutput.Raw {
|
|
64
|
+
type: "sub_operator";
|
|
65
|
+
}
|
|
54
66
|
}
|
|
@@ -44,9 +44,11 @@ const AstNumberNodeOutput_1 = require("./AstNumberNodeOutput");
|
|
|
44
44
|
const AstStringNodeOutput_1 = require("./AstStringNodeOutput");
|
|
45
45
|
exports.AstLessThanOrEqualsOperatorNodeOutputLeft = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeOutput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeOutput),
|
|
48
49
|
boolean_literal: AstBooleanNodeOutput_1.AstBooleanNodeOutput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeOutput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeOutput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeOutput_1.AstDynamicVariableNodeOutput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeOutput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeOutput),
|
|
@@ -54,10 +56,12 @@ exports.AstLessThanOrEqualsOperatorNodeOutputLeft = core.serialization
|
|
|
54
56
|
llm: AstllmNodeOutput_1.AstllmNodeOutput,
|
|
55
57
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeOutput),
|
|
56
58
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeOutput),
|
|
59
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeOutput),
|
|
57
60
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeOutput),
|
|
58
61
|
number_literal: AstNumberNodeOutput_1.AstNumberNodeOutput,
|
|
59
62
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeOutput),
|
|
60
63
|
string_literal: AstStringNodeOutput_1.AstStringNodeOutput,
|
|
64
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeOutput),
|
|
61
65
|
})
|
|
62
66
|
.transform({
|
|
63
67
|
transform: (value) => value,
|
|
@@ -8,7 +8,10 @@ import { AstNumberNodeOutput } from "./AstNumberNodeOutput";
|
|
|
8
8
|
import { AstStringNodeOutput } from "./AstStringNodeOutput";
|
|
9
9
|
export declare const AstLessThanOrEqualsOperatorNodeOutputRight: core.serialization.Schema<serializers.AstLessThanOrEqualsOperatorNodeOutputRight.Raw, ElevenLabs.AstLessThanOrEqualsOperatorNodeOutputRight>;
|
|
10
10
|
export declare namespace AstLessThanOrEqualsOperatorNodeOutputRight {
|
|
11
|
-
type Raw = AstLessThanOrEqualsOperatorNodeOutputRight.AndOperator | AstLessThanOrEqualsOperatorNodeOutputRight.BooleanLiteral | AstLessThanOrEqualsOperatorNodeOutputRight.ConditionalOperator | AstLessThanOrEqualsOperatorNodeOutputRight.DynamicVariable | AstLessThanOrEqualsOperatorNodeOutputRight.EqOperator | AstLessThanOrEqualsOperatorNodeOutputRight.GtOperator | AstLessThanOrEqualsOperatorNodeOutputRight.GteOperator | AstLessThanOrEqualsOperatorNodeOutputRight.Llm | AstLessThanOrEqualsOperatorNodeOutputRight.LtOperator | AstLessThanOrEqualsOperatorNodeOutputRight.LteOperator | AstLessThanOrEqualsOperatorNodeOutputRight.NeqOperator | AstLessThanOrEqualsOperatorNodeOutputRight.NumberLiteral | AstLessThanOrEqualsOperatorNodeOutputRight.OrOperator | AstLessThanOrEqualsOperatorNodeOutputRight.StringLiteral;
|
|
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
|
+
}
|
|
12
15
|
interface AndOperator extends serializers.AstAndOperatorNodeOutput.Raw {
|
|
13
16
|
type: "and_operator";
|
|
14
17
|
}
|
|
@@ -18,6 +21,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeOutputRight {
|
|
|
18
21
|
interface ConditionalOperator extends serializers.AstConditionalOperatorNodeOutput.Raw {
|
|
19
22
|
type: "conditional_operator";
|
|
20
23
|
}
|
|
24
|
+
interface DivOperator extends serializers.AstDivisionOperatorNodeOutput.Raw {
|
|
25
|
+
type: "div_operator";
|
|
26
|
+
}
|
|
21
27
|
interface DynamicVariable extends AstDynamicVariableNodeOutput.Raw {
|
|
22
28
|
type: "dynamic_variable";
|
|
23
29
|
}
|
|
@@ -39,6 +45,9 @@ export declare namespace AstLessThanOrEqualsOperatorNodeOutputRight {
|
|
|
39
45
|
interface LteOperator extends serializers.AstLessThanOrEqualsOperatorNodeOutput.Raw {
|
|
40
46
|
type: "lte_operator";
|
|
41
47
|
}
|
|
48
|
+
interface MulOperator extends serializers.AstMultiplicationOperatorNodeOutput.Raw {
|
|
49
|
+
type: "mul_operator";
|
|
50
|
+
}
|
|
42
51
|
interface NeqOperator extends serializers.AstNotEqualsOperatorNodeOutput.Raw {
|
|
43
52
|
type: "neq_operator";
|
|
44
53
|
}
|
|
@@ -51,4 +60,7 @@ export declare namespace AstLessThanOrEqualsOperatorNodeOutputRight {
|
|
|
51
60
|
interface StringLiteral extends AstStringNodeOutput.Raw {
|
|
52
61
|
type: "string_literal";
|
|
53
62
|
}
|
|
63
|
+
interface SubOperator extends serializers.AstSubtractionOperatorNodeOutput.Raw {
|
|
64
|
+
type: "sub_operator";
|
|
65
|
+
}
|
|
54
66
|
}
|
|
@@ -44,9 +44,11 @@ const AstNumberNodeOutput_1 = require("./AstNumberNodeOutput");
|
|
|
44
44
|
const AstStringNodeOutput_1 = require("./AstStringNodeOutput");
|
|
45
45
|
exports.AstLessThanOrEqualsOperatorNodeOutputRight = core.serialization
|
|
46
46
|
.union("type", {
|
|
47
|
+
add_operator: core.serialization.lazyObject(() => serializers.AstAdditionOperatorNodeOutput),
|
|
47
48
|
and_operator: core.serialization.lazyObject(() => serializers.AstAndOperatorNodeOutput),
|
|
48
49
|
boolean_literal: AstBooleanNodeOutput_1.AstBooleanNodeOutput,
|
|
49
50
|
conditional_operator: core.serialization.lazyObject(() => serializers.AstConditionalOperatorNodeOutput),
|
|
51
|
+
div_operator: core.serialization.lazyObject(() => serializers.AstDivisionOperatorNodeOutput),
|
|
50
52
|
dynamic_variable: AstDynamicVariableNodeOutput_1.AstDynamicVariableNodeOutput,
|
|
51
53
|
eq_operator: core.serialization.lazyObject(() => serializers.AstEqualsOperatorNodeOutput),
|
|
52
54
|
gt_operator: core.serialization.lazyObject(() => serializers.AstGreaterThanOperatorNodeOutput),
|
|
@@ -54,10 +56,12 @@ exports.AstLessThanOrEqualsOperatorNodeOutputRight = core.serialization
|
|
|
54
56
|
llm: AstllmNodeOutput_1.AstllmNodeOutput,
|
|
55
57
|
lt_operator: core.serialization.lazyObject(() => serializers.AstLessThanOperatorNodeOutput),
|
|
56
58
|
lte_operator: core.serialization.lazyObject(() => serializers.AstLessThanOrEqualsOperatorNodeOutput),
|
|
59
|
+
mul_operator: core.serialization.lazyObject(() => serializers.AstMultiplicationOperatorNodeOutput),
|
|
57
60
|
neq_operator: core.serialization.lazyObject(() => serializers.AstNotEqualsOperatorNodeOutput),
|
|
58
61
|
number_literal: AstNumberNodeOutput_1.AstNumberNodeOutput,
|
|
59
62
|
or_operator: core.serialization.lazyObject(() => serializers.AstOrOperatorNodeOutput),
|
|
60
63
|
string_literal: AstStringNodeOutput_1.AstStringNodeOutput,
|
|
64
|
+
sub_operator: core.serialization.lazyObject(() => serializers.AstSubtractionOperatorNodeOutput),
|
|
61
65
|
})
|
|
62
66
|
.transform({
|
|
63
67
|
transform: (value) => value,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import * as serializers from "../index";
|
|
4
|
+
export declare const AstMultiplicationOperatorNodeInput: core.serialization.ObjectSchema<serializers.AstMultiplicationOperatorNodeInput.Raw, ElevenLabs.AstMultiplicationOperatorNodeInput>;
|
|
5
|
+
export declare namespace AstMultiplicationOperatorNodeInput {
|
|
6
|
+
interface Raw {
|
|
7
|
+
left: serializers.AstMultiplicationOperatorNodeInputLeft.Raw;
|
|
8
|
+
right: serializers.AstMultiplicationOperatorNodeInputRight.Raw;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.AstMultiplicationOperatorNodeInput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const serializers = __importStar(require("../index"));
|
|
40
|
+
exports.AstMultiplicationOperatorNodeInput = core.serialization.object({
|
|
41
|
+
left: core.serialization.lazy(() => serializers.AstMultiplicationOperatorNodeInputLeft),
|
|
42
|
+
right: core.serialization.lazy(() => serializers.AstMultiplicationOperatorNodeInputRight),
|
|
43
|
+
});
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
}
|