@finos/legend-graph 29.0.2 → 29.0.3
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/lib/__lib__/GraphManagerEvent.d.ts +2 -1
- package/lib/__lib__/GraphManagerEvent.d.ts.map +1 -1
- package/lib/__lib__/GraphManagerEvent.js +2 -1
- package/lib/__lib__/GraphManagerEvent.js.map +1 -1
- package/lib/graph/BasicModel.d.ts +7 -1
- package/lib/graph/BasicModel.d.ts.map +1 -1
- package/lib/graph/BasicModel.js +23 -1
- package/lib/graph/BasicModel.js.map +1 -1
- package/lib/graph/Core_HashUtils.d.ts +3 -1
- package/lib/graph/Core_HashUtils.d.ts.map +1 -1
- package/lib/graph/Core_HashUtils.js +3 -1
- package/lib/graph/Core_HashUtils.js.map +1 -1
- package/lib/graph/DependencyManager.d.ts +4 -1
- package/lib/graph/DependencyManager.d.ts.map +1 -1
- package/lib/graph/DependencyManager.js +4 -0
- package/lib/graph/DependencyManager.js.map +1 -1
- package/lib/graph/MetaModelConst.d.ts +2 -1
- package/lib/graph/MetaModelConst.d.ts.map +1 -1
- package/lib/graph/MetaModelConst.js +1 -0
- package/lib/graph/MetaModelConst.js.map +1 -1
- package/lib/graph/PureModel.d.ts +4 -1
- package/lib/graph/PureModel.d.ts.map +1 -1
- package/lib/graph/PureModel.js +16 -1
- package/lib/graph/PureModel.js.map +1 -1
- package/lib/graph/helpers/DomainHelper.d.ts +5 -1
- package/lib/graph/helpers/DomainHelper.d.ts.map +1 -1
- package/lib/graph/helpers/DomainHelper.js +20 -0
- package/lib/graph/helpers/DomainHelper.js.map +1 -1
- package/lib/graph/helpers/PureLanguageHelper.d.ts +5 -2
- package/lib/graph/helpers/PureLanguageHelper.d.ts.map +1 -1
- package/lib/graph/helpers/PureLanguageHelper.js +7 -4
- package/lib/graph/helpers/PureLanguageHelper.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/PackageableElement.d.ts +3 -1
- package/lib/graph/metamodel/pure/packageableElements/PackageableElement.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/PackageableElement.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/domain/PrimitiveType.d.ts +1 -0
- package/lib/graph/metamodel/pure/packageableElements/domain/PrimitiveType.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/domain/PrimitiveType.js +1 -0
- package/lib/graph/metamodel/pure/packageableElements/domain/PrimitiveType.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/{domain → function}/ConcreteFunctionDefinition.d.ts +3 -3
- package/lib/graph/metamodel/pure/packageableElements/function/ConcreteFunctionDefinition.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/{domain → function}/ConcreteFunctionDefinition.js +2 -2
- package/lib/graph/metamodel/pure/packageableElements/function/ConcreteFunctionDefinition.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.d.ts +29 -0
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.js +26 -0
- package/lib/graph/metamodel/pure/packageableElements/function/FunctionActivator.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/function/INTERNAL__UnknownFunctionActivator.d.ts +24 -0
- package/lib/graph/metamodel/pure/packageableElements/function/INTERNAL__UnknownFunctionActivator.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/function/INTERNAL__UnknownFunctionActivator.js +33 -0
- package/lib/graph/metamodel/pure/packageableElements/function/INTERNAL__UnknownFunctionActivator.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/INTERNAL__UnknownMappingInclude.d.ts +24 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/INTERNAL__UnknownMappingInclude.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/INTERNAL__UnknownMappingInclude.js +34 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/INTERNAL__UnknownMappingInclude.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingInclude.d.ts +4 -5
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingInclude.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingInclude.js +3 -15
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingInclude.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingIncludeMapping.d.ts +7 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingIncludeMapping.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingIncludeMapping.js +32 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/MappingIncludeMapping.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/SubstituteStore.d.ts +3 -3
- package/lib/graph/metamodel/pure/packageableElements/mapping/SubstituteStore.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/mapping/SubstituteStore.js.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.d.ts +5 -0
- package/lib/graph/metamodel/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.js +6 -0
- package/lib/graph/metamodel/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.js.map +1 -1
- package/lib/graph-manager/AbstractPureGraphManager.d.ts +19 -13
- package/lib/graph-manager/AbstractPureGraphManager.d.ts.map +1 -1
- package/lib/graph-manager/AbstractPureGraphManager.js.map +1 -1
- package/lib/graph-manager/GraphManagerState.d.ts +1 -1
- package/lib/graph-manager/GraphManagerState.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/CoreObserverHelper.js +1 -1
- package/lib/graph-manager/action/changeDetection/CoreObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/DSL_Data_ObserverHelper.js +1 -1
- package/lib/graph-manager/action/changeDetection/DSL_Data_ObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/DSL_Mapping_ObserverHelper.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/DSL_Mapping_ObserverHelper.js +14 -9
- package/lib/graph-manager/action/changeDetection/DSL_Mapping_ObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.d.ts +3 -1
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.js +7 -0
- package/lib/graph-manager/action/changeDetection/DomainObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/GraphObserverHelper.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/GraphObserverHelper.js +4 -0
- package/lib/graph-manager/action/changeDetection/GraphObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/PackageableElementObserver.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/PackageableElementObserver.js +4 -1
- package/lib/graph-manager/action/changeDetection/PackageableElementObserver.js.map +1 -1
- package/lib/graph-manager/action/changeDetection/STO_Relational_ObserverHelper.d.ts.map +1 -1
- package/lib/graph-manager/action/changeDetection/STO_Relational_ObserverHelper.js +4 -3
- package/lib/graph-manager/action/changeDetection/STO_Relational_ObserverHelper.js.map +1 -1
- package/lib/graph-manager/action/functionActivator/FunctionActivatorConfiguration.d.ts +26 -0
- package/lib/graph-manager/action/functionActivator/FunctionActivatorConfiguration.d.ts.map +1 -0
- package/lib/graph-manager/action/functionActivator/FunctionActivatorConfiguration.js +25 -0
- package/lib/graph-manager/action/functionActivator/FunctionActivatorConfiguration.js.map +1 -0
- package/lib/graph-manager/protocol/pure/extensions/DSL_Mapping_PureProtocolProcessorPlugin_Extension.d.ts +12 -0
- package/lib/graph-manager/protocol/pure/extensions/DSL_Mapping_PureProtocolProcessorPlugin_Extension.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/V1_PureGraphManager.d.ts +18 -11
- package/lib/graph-manager/protocol/pure/v1/V1_PureGraphManager.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/V1_PureGraphManager.js +176 -121
- package/lib/graph-manager/protocol/pure/v1/V1_PureGraphManager.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_Engine.d.ts +5 -0
- package/lib/graph-manager/protocol/pure/v1/engine/V1_Engine.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_Engine.js +31 -2
- package/lib/graph-manager/protocol/pure/v1/engine/V1_Engine.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.d.ts +19 -14
- package/lib/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.js +25 -19
- package/lib/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.js +25 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.d.ts +30 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.js +41 -0
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/{service/V1_TEMPORARY__SnowflakeServiceDeploymentInput.d.ts → functionActivator/V1_FunctionActivatorInput.d.ts} +4 -10
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInput.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/engine/{service/V1_TEMPORARY__SnowflakeServiceDeploymentInput.js → functionActivator/V1_FunctionActivatorInput.js} +7 -13
- package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInput.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.d.ts +24 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.js +33 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_INTERNAL__UnknownMappingInclude.d.ts +22 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_INTERNAL__UnknownMappingInclude.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_INTERNAL__UnknownMappingInclude.js +28 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_INTERNAL__UnknownMappingInclude.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_MappingInclude.d.ts +4 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_MappingInclude.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_MappingInclude.js +3 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_MappingInclude.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.d.ts +5 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.js +6 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_DomainTransformer.d.ts +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_DomainTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.js +33 -14
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.js +8 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.js +13 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.d.ts +4 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.js +48 -5
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_GraphBuilderContext.d.ts +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_GraphBuilderContext.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_GraphBuilderExtensions.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_GraphBuilderExtensions.js +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_GraphBuilderExtensions.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ConnectionBuilderHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ConnectionBuilderHelper.js +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ConnectionBuilderHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_MappingBuilderHelper.d.ts +2 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_MappingBuilderHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_MappingBuilderHelper.js +22 -5
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_MappingBuilderHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.js +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.js +1 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.d.ts +2 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.js +6 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.js +45 -11
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.js.map +1 -1
- package/lib/index.d.ts +8 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -2
- package/lib/index.js.map +1 -1
- package/lib/package.json +2 -2
- package/package.json +5 -5
- package/src/__lib__/GraphManagerEvent.ts +2 -1
- package/src/graph/BasicModel.ts +29 -1
- package/src/graph/Core_HashUtils.ts +3 -1
- package/src/graph/DependencyManager.ts +10 -1
- package/src/graph/MetaModelConst.ts +1 -0
- package/src/graph/PureModel.ts +21 -1
- package/src/graph/helpers/DomainHelper.ts +42 -1
- package/src/graph/helpers/PureLanguageHelper.ts +16 -8
- package/src/graph/metamodel/pure/packageableElements/PackageableElement.ts +5 -1
- package/src/graph/metamodel/pure/packageableElements/domain/PrimitiveType.ts +1 -0
- package/src/graph/metamodel/pure/packageableElements/{domain → function}/ConcreteFunctionDefinition.ts +4 -4
- package/src/graph/metamodel/pure/packageableElements/function/FunctionActivator.ts +33 -0
- package/src/graph/metamodel/pure/packageableElements/function/INTERNAL__UnknownFunctionActivator.ts +49 -0
- package/src/graph/metamodel/pure/packageableElements/mapping/INTERNAL__UnknownMappingInclude.ts +43 -0
- package/src/graph/metamodel/pure/packageableElements/mapping/MappingInclude.ts +5 -17
- package/src/graph/metamodel/pure/packageableElements/mapping/MappingIncludeMapping.ts +34 -0
- package/src/graph/metamodel/pure/packageableElements/mapping/SubstituteStore.ts +3 -3
- package/src/graph/metamodel/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.ts +7 -0
- package/src/graph-manager/AbstractPureGraphManager.ts +61 -46
- package/src/graph-manager/GraphManagerState.ts +1 -1
- package/src/graph-manager/action/changeDetection/CoreObserverHelper.ts +1 -1
- package/src/graph-manager/action/changeDetection/DSL_Data_ObserverHelper.ts +1 -1
- package/src/graph-manager/action/changeDetection/DSL_Mapping_ObserverHelper.ts +14 -9
- package/src/graph-manager/action/changeDetection/DomainObserverHelper.ts +16 -1
- package/src/graph-manager/action/changeDetection/GraphObserverHelper.ts +5 -0
- package/src/graph-manager/action/changeDetection/PackageableElementObserver.ts +9 -1
- package/src/graph-manager/action/changeDetection/STO_Relational_ObserverHelper.ts +4 -3
- package/src/graph-manager/action/functionActivator/FunctionActivatorConfiguration.ts +28 -0
- package/src/graph-manager/protocol/pure/extensions/DSL_Mapping_PureProtocolProcessorPlugin_Extension.ts +35 -0
- package/src/graph-manager/protocol/pure/v1/V1_PureGraphManager.ts +527 -422
- package/src/graph-manager/protocol/pure/v1/engine/V1_Engine.ts +53 -3
- package/src/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.ts +81 -75
- package/src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.ts +28 -0
- package/src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.ts +50 -0
- package/src/graph-manager/protocol/pure/v1/engine/{service/V1_TEMPORARY__SnowflakeServiceDeploymentInput.ts → functionActivator/V1_FunctionActivatorInput.ts} +6 -23
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.ts +4 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.ts +25 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.ts +49 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_INTERNAL__UnknownMappingInclude.ts +33 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/mapping/V1_MappingInclude.ts +8 -3
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.ts +7 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.ts +1 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_DomainTransformer.ts +1 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.ts +45 -13
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/V1_PackageableElementTransformer.ts +13 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFifthPassBuilder.ts +7 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFirstPassBuilder.ts +30 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementFourthPassBuilder.ts +7 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementSecondPassBuilder.ts +79 -10
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ElementThirdPassBuilder.ts +7 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_GraphBuilderContext.ts +1 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_GraphBuilderExtensions.ts +2 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ConnectionBuilderHelper.ts +1 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_MappingBuilderHelper.ts +44 -14
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/V1_PackageableElementSerialization.ts +7 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.ts +1 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.ts +8 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.ts +78 -18
- package/src/index.ts +13 -3
- package/tsconfig.json +12 -2
- package/lib/graph/metamodel/pure/packageableElements/domain/ConcreteFunctionDefinition.d.ts.map +0 -1
- package/lib/graph/metamodel/pure/packageableElements/domain/ConcreteFunctionDefinition.js.map +0 -1
- package/lib/graph-manager/protocol/pure/v1/engine/service/V1_TEMPORARY__SnowflakeServiceDeploymentInput.d.ts.map +0 -1
- package/lib/graph-manager/protocol/pure/v1/engine/service/V1_TEMPORARY__SnowflakeServiceDeploymentInput.js.map +0 -1
|
@@ -44,8 +44,10 @@ import type { V1_MappingModelCoverageAnalysisInput, V1_MappingModelCoverageAnaly
|
|
|
44
44
|
import { ServiceExecutionMode } from '../../../../action/service/ServiceExecutionMode.js';
|
|
45
45
|
import type { V1_CheckEntitlementsResult, V1_EntitlementReportAnalyticsInput, V1_StoreEntitlementAnalysisInput, V1_SurveyDatasetsResult } from './analytics/V1_StoreEntitlementAnalysis.js';
|
|
46
46
|
import type { V1_RunTestsResult } from './test/V1_RunTestsResult.js';
|
|
47
|
-
import type { V1_TEMPORARY__SnowflakeServiceDeploymentInput } from './service/V1_TEMPORARY__SnowflakeServiceDeploymentInput.js';
|
|
48
47
|
import type { ClassifierPathMapping } from '../../../../action/protocol/ClassifierPathMapping.js';
|
|
48
|
+
import type { V1_FunctionActivatorInfo } from './functionActivator/V1_FunctionActivatorInfo.js';
|
|
49
|
+
import type { V1_FunctionActivatorError } from './functionActivator/V1_FunctionActivatorError.js';
|
|
50
|
+
import type { V1_FunctionActivatorInput } from './functionActivator/V1_FunctionActivatorInput.js';
|
|
49
51
|
type GrammarParserBatchInputEntry = {
|
|
50
52
|
value: string;
|
|
51
53
|
returnSourceInformation?: boolean | undefined;
|
|
@@ -59,17 +61,14 @@ export declare class V1_EngineServerClient extends AbstractServerClient {
|
|
|
59
61
|
currentUserId?: string | undefined;
|
|
60
62
|
private env?;
|
|
61
63
|
private queryBaseUrl?;
|
|
62
|
-
private TEMPORARY__snowflakeServiceDeploymentUrl?;
|
|
63
64
|
constructor(config: ServerClientConfig & {
|
|
64
65
|
queryBaseUrl?: string | undefined;
|
|
65
|
-
TEMPORARY__snowflakeServiceDeploymentUrl?: string | undefined;
|
|
66
66
|
});
|
|
67
67
|
setEnv: (value: string | undefined) => void;
|
|
68
68
|
setCurrentUserId: (value: string | undefined) => void;
|
|
69
69
|
getTraceData: (name: string, tracingTags?: PlainObject) => TraceData;
|
|
70
70
|
_pure: () => string;
|
|
71
71
|
_server: () => string;
|
|
72
|
-
_executionManager: () => string;
|
|
73
72
|
getCurrentUserId: () => Promise<string>;
|
|
74
73
|
getClassifierPathMap: () => Promise<ClassifierPathMapping[]>;
|
|
75
74
|
_grammarToJSON: () => string;
|
|
@@ -103,6 +102,7 @@ export declare class V1_EngineServerClient extends AbstractServerClient {
|
|
|
103
102
|
compile: (model: PlainObject<V1_PureModelContext>) => Promise<PlainObject<V1_CompileResult>>;
|
|
104
103
|
lambdaReturnType: (input: PlainObject<V1_LambdaReturnTypeInput>) => Promise<PlainObject<V1_LambdaReturnTypeResult>>;
|
|
105
104
|
_execution: () => string;
|
|
105
|
+
_executionManager: () => string;
|
|
106
106
|
execute: (input: PlainObject<V1_ExecuteInput>, options?: {
|
|
107
107
|
returnResultAsText?: boolean;
|
|
108
108
|
serializationFormat?: EXECUTION_SERIALIZATION_FORMAT | undefined;
|
|
@@ -113,27 +113,32 @@ export declare class V1_EngineServerClient extends AbstractServerClient {
|
|
|
113
113
|
debug: string[];
|
|
114
114
|
}>;
|
|
115
115
|
generateTestDataWithDefaultSeed: (input: PlainObject<V1_ExecuteInput>) => Promise<string>;
|
|
116
|
+
/**
|
|
117
|
+
* TODO: this is an internal API that should me refactored out using extension mechanism
|
|
118
|
+
*/
|
|
119
|
+
INTERNAL__cancelUserExecutions: (userID: string, broadcastToCluster: boolean) => Promise<string>;
|
|
120
|
+
_query: (queryId?: string) => string;
|
|
121
|
+
searchQueries: (searchSpecification: PlainObject<V1_QuerySearchSpecification>) => Promise<PlainObject<V1_LightQuery>[]>;
|
|
122
|
+
getQueries: (queryIds: string[]) => Promise<PlainObject<V1_LightQuery>[]>;
|
|
123
|
+
getQuery: (queryId: string) => Promise<PlainObject<V1_Query>>;
|
|
124
|
+
createQuery: (query: PlainObject<V1_Query>) => Promise<PlainObject<V1_Query>>;
|
|
125
|
+
updateQuery: (queryId: string, query: PlainObject<V1_Query>) => Promise<PlainObject<V1_Query>>;
|
|
126
|
+
deleteQuery: (queryId: string) => Promise<PlainObject<V1_Query>>;
|
|
116
127
|
analyzeMappingModelCoverage: (input: PlainObject<V1_MappingModelCoverageAnalysisInput>) => Promise<PlainObject<V1_MappingModelCoverageAnalysisResult>>;
|
|
117
128
|
surveyDatasets: (input: PlainObject<V1_StoreEntitlementAnalysisInput>) => Promise<PlainObject<V1_SurveyDatasetsResult>>;
|
|
118
129
|
checkDatasetEntitlements: (input: PlainObject<V1_EntitlementReportAnalyticsInput>) => Promise<PlainObject<V1_CheckEntitlementsResult>>;
|
|
119
|
-
_utilities: () => string;
|
|
120
130
|
_databaseUtilities: () => string;
|
|
121
131
|
buildDatabase: (input: PlainObject<V1_ExecuteInput>) => Promise<PlainObject<V1_PureModelContextData>>;
|
|
132
|
+
_functionActivator: () => string;
|
|
133
|
+
getAvailableFunctionActivators(): Promise<PlainObject<V1_FunctionActivatorInfo>[]>;
|
|
134
|
+
validateFunctionActivator(input: PlainObject<V1_FunctionActivatorInput>): Promise<PlainObject<V1_FunctionActivatorError>[]>;
|
|
135
|
+
publishFunctionActivatorToSandbox(input: PlainObject<V1_FunctionActivatorInput>): Promise<PlainObject<V1_FunctionActivatorError>[]>;
|
|
122
136
|
_service: (serviceServerUrl?: string) => string;
|
|
123
137
|
getServerServiceInfo: () => Promise<PlainObject<V1_ServiceConfigurationInfo>>;
|
|
124
138
|
getRegisterServiceUrlFromExecMode: (serviceExecutionMode: ServiceExecutionMode) => string;
|
|
125
139
|
registerService: (graphModelData: PlainObject<V1_PureModelContext>, serviceServerUrl: string, serviceExecutionMode: ServiceExecutionMode, TEMPORARY__useStoreModel: boolean, TEMPORARY__useGenerateLineage: boolean) => Promise<PlainObject<V1_ServiceRegistrationResult>>;
|
|
126
140
|
getServiceVersionInfo: (serviceServerUrl: string, serviceId: string) => Promise<PlainObject<V1_ServiceStorage>>;
|
|
127
141
|
activateGenerationId: (serviceServerUrl: string, generationId: string) => Promise<Response>;
|
|
128
|
-
_query: (queryId?: string) => string;
|
|
129
|
-
searchQueries: (searchSpecification: PlainObject<V1_QuerySearchSpecification>) => Promise<PlainObject<V1_LightQuery>[]>;
|
|
130
|
-
getQueries: (queryIds: string[]) => Promise<PlainObject<V1_LightQuery>[]>;
|
|
131
|
-
getQuery: (queryId: string) => Promise<PlainObject<V1_Query>>;
|
|
132
|
-
createQuery: (query: PlainObject<V1_Query>) => Promise<PlainObject<V1_Query>>;
|
|
133
|
-
updateQuery: (queryId: string, query: PlainObject<V1_Query>) => Promise<PlainObject<V1_Query>>;
|
|
134
|
-
deleteQuery: (queryId: string) => Promise<PlainObject<V1_Query>>;
|
|
135
|
-
TEMPORARY__deploySnowflakeService: (input: PlainObject<V1_TEMPORARY__SnowflakeServiceDeploymentInput>) => Promise<PlainObject>;
|
|
136
|
-
cancelUserExecutions: (userID: string, broadcastToCluster: boolean) => Promise<string>;
|
|
137
142
|
}
|
|
138
143
|
export {};
|
|
139
144
|
//# sourceMappingURL=V1_EngineServerClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_EngineServerClient.d.ts","sourceRoot":"","sources":["../../../../../../src/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,oBAAoB,EACpB,KAAK,WAAW,EAChB,KAAK,kBAAkB,EACvB,KAAK,SAAS,EAEf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,KAAK,EACV,wBAAwB,EACxB,yBAAyB,EAC1B,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,2CAA2C,CAAC;AAC9F,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AACxF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gDAAgD,CAAC;AACnF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,+CAA+C,CAAC;AACvG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AACnH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AACnF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AACnF,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sFAAsF,CAAC;AAC3H,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kEAAkE,CAAC;AACvH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,kDAAkD,CAAC;AACrG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4CAA4C,CAAC;AACzF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,yFAAyF,CAAC;AAChJ,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,KAAK,EACV,oCAAoC,EACpC,qCAAqC,EACtC,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,oDAAoD,CAAC;AAC1F,OAAO,KAAK,EACV,0BAA0B,EAC1B,kCAAkC,EAClC,gCAAgC,EAChC,uBAAuB,EACxB,MAAM,4CAA4C,CAAC;AACpD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"V1_EngineServerClient.d.ts","sourceRoot":"","sources":["../../../../../../src/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -51,13 +51,9 @@ export class V1_EngineServerClient extends AbstractServerClient {
|
|
|
51
51
|
// user, right now we assume to make some call on the query servers, for example, but
|
|
52
52
|
// getting the user from the main engine server, which seems problematic.
|
|
53
53
|
queryBaseUrl;
|
|
54
|
-
// NOTE: this is temporary solution to allow us test out the Snowflake service deployment flow
|
|
55
|
-
TEMPORARY__snowflakeServiceDeploymentUrl;
|
|
56
54
|
constructor(config) {
|
|
57
55
|
super(config);
|
|
58
56
|
this.queryBaseUrl = config.queryBaseUrl;
|
|
59
|
-
this.TEMPORARY__snowflakeServiceDeploymentUrl =
|
|
60
|
-
config.TEMPORARY__snowflakeServiceDeploymentUrl;
|
|
61
57
|
}
|
|
62
58
|
setEnv = (value) => {
|
|
63
59
|
this.env = value;
|
|
@@ -76,7 +72,6 @@ export class V1_EngineServerClient extends AbstractServerClient {
|
|
|
76
72
|
_pure = () => `${this.baseUrl}/pure/v1`;
|
|
77
73
|
// ------------------------------------------- Server -------------------------------------------
|
|
78
74
|
_server = () => `${this.baseUrl}/server/v1`;
|
|
79
|
-
_executionManager = () => `${this._server()}/executionManager`;
|
|
80
75
|
getCurrentUserId = () => this.get(`${this._server()}/currentUser`);
|
|
81
76
|
// ------------------------------------------- Protocol -------------------------------------------
|
|
82
77
|
getClassifierPathMap = () => this.get(`${this._pure()}/protocol/pure/getClassifierPathMap`);
|
|
@@ -134,20 +129,42 @@ export class V1_EngineServerClient extends AbstractServerClient {
|
|
|
134
129
|
lambdaReturnType = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.GET_LAMBDA_RETURN_TYPE), `${this._pure()}/compilation/lambdaReturnType`, input, {}, undefined, undefined, { enableCompression: true });
|
|
135
130
|
// ------------------------------------------- Execute -------------------------------------------
|
|
136
131
|
_execution = () => `${this._pure()}/execution`;
|
|
132
|
+
_executionManager = () => `${this._server()}/executionManager`;
|
|
137
133
|
execute = (input, options) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.EXECUTE), `${this._execution()}/execute`, input, {}, undefined, {
|
|
138
134
|
serializationFormat: options?.serializationFormat,
|
|
139
135
|
}, { enableCompression: true }, { skipProcessing: Boolean(options?.returnResultAsText) });
|
|
140
136
|
generatePlan = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.GENERATE_EXECUTION_PLAN), `${this._execution()}/generatePlan`, input, {}, undefined, undefined, { enableCompression: true });
|
|
141
137
|
debugPlanGeneration = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.GENERATE_EXECUTION_PLAN), `${this._execution()}/generatePlan/debug`, input, {}, undefined, undefined, { enableCompression: true });
|
|
142
138
|
generateTestDataWithDefaultSeed = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.GENERATE_TEST_DATA_WITH_DEFAULT_SEED), `${this._execution()}/testDataGeneration/generateTestData_WithDefaultSeed`, input, {}, { [HttpHeader.ACCEPT]: ContentType.TEXT_PLAIN }, undefined, { enableCompression: true });
|
|
139
|
+
/**
|
|
140
|
+
* TODO: this is an internal API that should me refactored out using extension mechanism
|
|
141
|
+
*/
|
|
142
|
+
INTERNAL__cancelUserExecutions = (userID, broadcastToCluster) => this.deleteWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.CANCEL_USER_EXECUTIONS), `${this._executionManager()}/cancelUserExecution`, {}, {}, {}, { userID, broadcastToCluster }, { enableCompression: true });
|
|
143
|
+
// ------------------------------------------- Query -------------------------------------------
|
|
144
|
+
_query = (queryId) => `${this.queryBaseUrl ?? this.baseUrl}/pure/v1/query${queryId ? `/${encodeURIComponent(queryId)}` : ''}`;
|
|
145
|
+
searchQueries = (searchSpecification) => this.post(`${this._query()}/search`, searchSpecification, undefined);
|
|
146
|
+
getQueries = (queryIds) => this.get(`${this._query()}/batch`, {}, undefined, { queryIds: queryIds });
|
|
147
|
+
getQuery = (queryId) => this.get(this._query(queryId));
|
|
148
|
+
createQuery = (query) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.CREATE_QUERY), this._query(), query);
|
|
149
|
+
updateQuery = (queryId, query) => this.putWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.UPDATE_QUERY), this._query(queryId), query);
|
|
150
|
+
deleteQuery = (queryId) => this.deleteWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.DELETE_QUERY), this._query(queryId));
|
|
143
151
|
// --------------------------------------- Analysis ---------------------------------------
|
|
144
152
|
analyzeMappingModelCoverage = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.MAPPING_MODEL_COVERAGE_ANALYTICS), `${this._pure()}/analytics/mapping/modelCoverage`, input, {}, undefined, undefined, { enableCompression: true });
|
|
145
153
|
surveyDatasets = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.SURVEY_DATASET_ANALYTICS), `${this._pure()}/analytics/store-entitlement/surveyDatasets`, input, {}, undefined, undefined, { enableCompression: true });
|
|
146
154
|
checkDatasetEntitlements = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.STORE_ENTITLEMENT_ANALYTICS), `${this._pure()}/analytics/store-entitlement/checkDatasetEntitlements`, input, {}, undefined, undefined, { enableCompression: true });
|
|
147
|
-
|
|
148
|
-
_utilities = () => `${this._pure()}/utilities`;
|
|
149
|
-
_databaseUtilities = () => `${this._utilities()}/database`;
|
|
155
|
+
_databaseUtilities = () => `${this._pure()}/utilities/database`;
|
|
150
156
|
buildDatabase = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.GENERATE_EXECUTION_PLAN), `${this._databaseUtilities()}/schemaExploration`, input);
|
|
157
|
+
// ------------------------------------------- Function ---------------------------------------
|
|
158
|
+
_functionActivator = () => `${this.baseUrl}/functionActivator`;
|
|
159
|
+
getAvailableFunctionActivators() {
|
|
160
|
+
return this.get(`${this._functionActivator()}/list`);
|
|
161
|
+
}
|
|
162
|
+
validateFunctionActivator(input) {
|
|
163
|
+
return this.post(`${this._functionActivator()}/validate`, input);
|
|
164
|
+
}
|
|
165
|
+
publishFunctionActivatorToSandbox(input) {
|
|
166
|
+
return this.post(`${this._functionActivator()}/publishToSandbox`, input);
|
|
167
|
+
}
|
|
151
168
|
// ------------------------------------------- Service -------------------------------------------
|
|
152
169
|
_service = (serviceServerUrl) => `${serviceServerUrl ?? this.baseUrl}/service/v1`;
|
|
153
170
|
getServerServiceInfo = () => this.get(`${this._server()}/info/services`);
|
|
@@ -170,16 +187,5 @@ export class V1_EngineServerClient extends AbstractServerClient {
|
|
|
170
187
|
: { generateLineage: TEMPORARY__useGenerateLineage }, { enableCompression: true });
|
|
171
188
|
getServiceVersionInfo = (serviceServerUrl, serviceId) => this.getWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.GET_SERVICE_VERSION), `${this._service(serviceServerUrl)}/id/${serviceId}`);
|
|
172
189
|
activateGenerationId = (serviceServerUrl, generationId) => this.putWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.ACTIVATE_SERVICE_GENERATION_ID), `${this._service(serviceServerUrl)}/generation/setActive/id/${generationId}`, {}, {}, {}, {}, {}, { skipProcessing: true });
|
|
173
|
-
// ------------------------------------------- Query -------------------------------------------
|
|
174
|
-
_query = (queryId) => `${this.queryBaseUrl ?? this.baseUrl}/pure/v1/query${queryId ? `/${encodeURIComponent(queryId)}` : ''}`;
|
|
175
|
-
searchQueries = (searchSpecification) => this.post(`${this._query()}/search`, searchSpecification, undefined);
|
|
176
|
-
getQueries = (queryIds) => this.get(`${this._query()}/batch`, {}, undefined, { queryIds: queryIds });
|
|
177
|
-
getQuery = (queryId) => this.get(this._query(queryId));
|
|
178
|
-
createQuery = (query) => this.postWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.CREATE_QUERY), this._query(), query);
|
|
179
|
-
updateQuery = (queryId, query) => this.putWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.UPDATE_QUERY), this._query(queryId), query);
|
|
180
|
-
deleteQuery = (queryId) => this.deleteWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.DELETE_QUERY), this._query(queryId));
|
|
181
|
-
// ------------------------------------------- Snowflake Service -------------------------------------------
|
|
182
|
-
TEMPORARY__deploySnowflakeService = (input) => this.post(`${this.TEMPORARY__snowflakeServiceDeploymentUrl ?? this.baseUrl}`, input, undefined);
|
|
183
|
-
cancelUserExecutions = (userID, broadcastToCluster) => this.deleteWithTracing(this.getTraceData(CORE_ENGINE_ACTIVITY_TRACE.CANCEL_USER_EXECUTIONS), `${this._executionManager()}/cancelUserExecution`, {}, {}, {}, { userID, broadcastToCluster }, { enableCompression: true });
|
|
184
190
|
}
|
|
185
191
|
//# sourceMappingURL=V1_EngineServerClient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_EngineServerClient.js","sourceRoot":"","sources":["../../../../../../src/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"V1_EngineServerClient.js","sourceRoot":"","sources":["../../../../../../src/graph-manager/protocol/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"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"}
|
package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SerializationFactory } from '@finos/legend-shared';
|
|
17
|
+
export declare class V1_FunctionActivatorError {
|
|
18
|
+
message: string;
|
|
19
|
+
static readonly serialization: SerializationFactory<V1_FunctionActivatorError>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_FunctionActivatorError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivatorError.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,qBAAa,yBAAyB;IACpC,OAAO,EAAG,MAAM,CAAC;IAEjB,MAAM,CAAC,QAAQ,CAAC,aAAa,kDAI3B;CACH"}
|
package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { primitive, createModelSchema } from 'serializr';
|
|
17
|
+
import { SerializationFactory } from '@finos/legend-shared';
|
|
18
|
+
class V1_FunctionActivatorError {
|
|
19
|
+
message;
|
|
20
|
+
static serialization = new SerializationFactory(createModelSchema(V1_FunctionActivatorError, {
|
|
21
|
+
message: primitive(),
|
|
22
|
+
}));
|
|
23
|
+
}
|
|
24
|
+
export { V1_FunctionActivatorError };
|
|
25
|
+
//# sourceMappingURL=V1_FunctionActivatorError.js.map
|
package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivatorError.js","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAa,yBAAyB;IACpC,OAAO,CAAU;IAEjB,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,yBAAyB,EAAE;QAC3C,OAAO,EAAE,SAAS,EAAE;KACrB,CAAC,CACH,CAAC;;SAPS,yBAAyB"}
|
package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { SerializationFactory } from '@finos/legend-shared';
|
|
17
|
+
import type { V1_Class } from '../../model/packageableElements/domain/V1_Class.js';
|
|
18
|
+
export declare class V1_FunctionActivatorConfigurationInfo {
|
|
19
|
+
topElement: string;
|
|
20
|
+
packageableElementJSONType: string;
|
|
21
|
+
model: V1_Class[];
|
|
22
|
+
static readonly serialization: SerializationFactory<V1_FunctionActivatorConfigurationInfo>;
|
|
23
|
+
}
|
|
24
|
+
export declare class V1_FunctionActivatorInfo {
|
|
25
|
+
name: string;
|
|
26
|
+
description: string;
|
|
27
|
+
configuration: V1_FunctionActivatorConfigurationInfo;
|
|
28
|
+
static readonly serialization: SerializationFactory<V1_FunctionActivatorInfo>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=V1_FunctionActivatorInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivatorInfo.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAoB,MAAM,sBAAsB,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oDAAoD,CAAC;AAGnF,qBAAa,qCAAqC;IAChD,UAAU,EAAG,MAAM,CAAC;IACpB,0BAA0B,EAAG,MAAM,CAAC;IACpC,KAAK,EAAE,QAAQ,EAAE,CAAM;IAEvB,MAAM,CAAC,QAAQ,CAAC,aAAa,8DAM3B;CACH;AAED,qBAAa,wBAAwB;IACnC,IAAI,EAAG,MAAM,CAAC;IACd,WAAW,EAAG,MAAM,CAAC;IACrB,aAAa,EAAG,qCAAqC,CAAC;IAEtD,MAAM,CAAC,QAAQ,CAAC,aAAa,iDAQ3B;CACH"}
|
package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { list, primitive, createModelSchema } from 'serializr';
|
|
17
|
+
import { SerializationFactory, usingModelSchema } from '@finos/legend-shared';
|
|
18
|
+
import { V1_classModelSchema } from '../../transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper.js';
|
|
19
|
+
class V1_FunctionActivatorConfigurationInfo {
|
|
20
|
+
topElement;
|
|
21
|
+
packageableElementJSONType;
|
|
22
|
+
model = [];
|
|
23
|
+
static serialization = new SerializationFactory(createModelSchema(V1_FunctionActivatorConfigurationInfo, {
|
|
24
|
+
packageableElementJSONType: primitive(),
|
|
25
|
+
topElement: primitive(),
|
|
26
|
+
model: list(usingModelSchema(V1_classModelSchema)),
|
|
27
|
+
}));
|
|
28
|
+
}
|
|
29
|
+
export { V1_FunctionActivatorConfigurationInfo };
|
|
30
|
+
class V1_FunctionActivatorInfo {
|
|
31
|
+
name;
|
|
32
|
+
description;
|
|
33
|
+
configuration;
|
|
34
|
+
static serialization = new SerializationFactory(createModelSchema(V1_FunctionActivatorInfo, {
|
|
35
|
+
description: primitive(),
|
|
36
|
+
name: primitive(),
|
|
37
|
+
configuration: usingModelSchema(V1_FunctionActivatorConfigurationInfo.serialization.schema),
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
export { V1_FunctionActivatorInfo };
|
|
41
|
+
//# sourceMappingURL=V1_FunctionActivatorInfo.js.map
|
package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivatorInfo.js","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInfo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,wFAAwF,CAAC;AAE7H,MAAa,qCAAqC;IAChD,UAAU,CAAU;IACpB,0BAA0B,CAAU;IACpC,KAAK,GAAe,EAAE,CAAC;IAEvB,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,qCAAqC,EAAE;QACvD,0BAA0B,EAAE,SAAS,EAAE;QACvC,UAAU,EAAE,SAAS,EAAE;QACvB,KAAK,EAAE,IAAI,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;KACnD,CAAC,CACH,CAAC;;SAXS,qCAAqC;AAclD,MAAa,wBAAwB;IACnC,IAAI,CAAU;IACd,WAAW,CAAU;IACrB,aAAa,CAAyC;IAEtD,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,wBAAwB,EAAE;QAC1C,WAAW,EAAE,SAAS,EAAE;QACxB,IAAI,EAAE,SAAS,EAAE;QACjB,aAAa,EAAE,gBAAgB,CAC7B,qCAAqC,CAAC,aAAa,CAAC,MAAM,CAC3D;KACF,CAAC,CACH,CAAC;;SAbS,wBAAwB"}
|
|
@@ -14,17 +14,11 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { SerializationFactory } from '@finos/legend-shared';
|
|
17
|
-
import type { V1_RawLambda } from '../../model/rawValueSpecification/V1_RawLambda.js';
|
|
18
17
|
import type { V1_PureModelContext } from '../../model/context/V1_PureModelContext.js';
|
|
19
|
-
export declare class
|
|
18
|
+
export declare class V1_FunctionActivatorInput {
|
|
20
19
|
clientVersion: string | undefined;
|
|
21
|
-
|
|
22
|
-
* Studio does not process value specification, they are left in raw JSON form
|
|
23
|
-
*
|
|
24
|
-
* @discrepancy model
|
|
25
|
-
*/
|
|
26
|
-
query: V1_RawLambda;
|
|
20
|
+
functionActivator: string;
|
|
27
21
|
model: V1_PureModelContext;
|
|
28
|
-
static readonly serialization: SerializationFactory<
|
|
22
|
+
static readonly serialization: SerializationFactory<V1_FunctionActivatorInput>;
|
|
29
23
|
}
|
|
30
|
-
//# sourceMappingURL=
|
|
24
|
+
//# sourceMappingURL=V1_FunctionActivatorInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivatorInput.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInput.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AAGtF,qBAAa,yBAAyB;IACpC,aAAa,EAAG,MAAM,GAAG,SAAS,CAAC;IACnC,iBAAiB,EAAG,MAAM,CAAC;IAC3B,KAAK,EAAG,mBAAmB,CAAC;IAE5B,MAAM,CAAC,QAAQ,CAAC,aAAa,kDAM3B;CACH"}
|
|
@@ -13,24 +13,18 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {
|
|
16
|
+
import { primitive, createModelSchema, optional } from 'serializr';
|
|
17
17
|
import { SerializationFactory } from '@finos/legend-shared';
|
|
18
18
|
import { V1_pureModelContextPropSchema } from '../../transformation/pureProtocol/V1_PureProtocolSerialization.js';
|
|
19
|
-
|
|
20
|
-
class V1_TEMPORARY__SnowflakeServiceDeploymentInput {
|
|
19
|
+
class V1_FunctionActivatorInput {
|
|
21
20
|
clientVersion;
|
|
22
|
-
|
|
23
|
-
* Studio does not process value specification, they are left in raw JSON form
|
|
24
|
-
*
|
|
25
|
-
* @discrepancy model
|
|
26
|
-
*/
|
|
27
|
-
query;
|
|
21
|
+
functionActivator;
|
|
28
22
|
model;
|
|
29
|
-
static serialization = new SerializationFactory(createModelSchema(
|
|
23
|
+
static serialization = new SerializationFactory(createModelSchema(V1_FunctionActivatorInput, {
|
|
30
24
|
clientVersion: optional(primitive()),
|
|
31
25
|
model: V1_pureModelContextPropSchema,
|
|
32
|
-
|
|
26
|
+
functionActivator: primitive(),
|
|
33
27
|
}));
|
|
34
28
|
}
|
|
35
|
-
export {
|
|
36
|
-
//# sourceMappingURL=
|
|
29
|
+
export { V1_FunctionActivatorInput };
|
|
30
|
+
//# sourceMappingURL=V1_FunctionActivatorInput.js.map
|
package/lib/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInput.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivatorInput.js","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/engine/functionActivator/V1_FunctionActivatorInput.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAE,6BAA6B,EAAE,MAAM,mEAAmE,CAAC;AAElH,MAAa,yBAAyB;IACpC,aAAa,CAAsB;IACnC,iBAAiB,CAAU;IAC3B,KAAK,CAAuB;IAE5B,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,yBAAyB,EAAE;QAC3C,aAAa,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACpC,KAAK,EAAE,6BAA6B;QACpC,iBAAiB,EAAE,SAAS,EAAE;KAC/B,CAAC,CACH,CAAC;;SAXS,yBAAyB"}
|
package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.d.ts
CHANGED
|
@@ -32,9 +32,11 @@ import type { V1_SectionIndex } from './section/V1_SectionIndex.js';
|
|
|
32
32
|
import type { V1_DataElement } from './data/V1_DataElement.js';
|
|
33
33
|
import type { V1_ExecutionEnvironmentInstance } from './service/V1_ExecutionEnvironmentInstance.js';
|
|
34
34
|
import type { V1_INTERNAL__UnknownPackageableElement } from './V1_INTERNAL__UnknownPackageableElement.js';
|
|
35
|
+
import type { V1_INTERNAL__UnknownFunctionActivator } from './function/V1_INTERNAL__UnknownFunctionActivator.js';
|
|
35
36
|
export interface V1_PackageableElementVisitor<T> {
|
|
36
37
|
visit_PackageableElement(element: V1_PackageableElement): T;
|
|
37
38
|
visit_INTERNAL__UnknownPackageableElement(element: V1_INTERNAL__UnknownPackageableElement): T;
|
|
39
|
+
visit_INTERNAL__UnknownFunctionActivator(element: V1_INTERNAL__UnknownFunctionActivator): T;
|
|
38
40
|
visit_SectionIndex(element: V1_SectionIndex): T;
|
|
39
41
|
visit_Profile(element: V1_Profile): T;
|
|
40
42
|
visit_Enumeration(element: V1_Enumeration): T;
|
package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_PackageableElement.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,6CAA6C,CAAC;AACjG,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAChF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACzF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,oDAAoD,CAAC;AACzG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,yDAAyD,CAAC;AAC1G,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE/D,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8CAA8C,CAAC;AACpG,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"V1_PackageableElement.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.ts"],"names":[],"mappings":"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"}
|
package/lib/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_PackageableElement.js","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAiBhE,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;
|
|
1
|
+
{"version":3,"file":"V1_PackageableElement.js","sourceRoot":"","sources":["../../../../../../../src/graph-manager/protocol/pure/v1/model/packageableElements/V1_PackageableElement.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAiBhE,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AAoCnF,MAAM,OAAgB,qBAAqB;IACzC,OAAO,CAAU;IACjB,IAAI,CAAU;IAEd;;;;;;OAMG;IACH,IAAI,IAAI;QACN,OAAO,GAAG,IAAI,CAAC,OAAO,GAAG,sBAAsB,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;IAChE,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC,CAAC,mBAAmB,CAAC,mBAAmB,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;IACzE,CAAC;CAKF;AAED,MAAM,OAAO,4BAA4B;IACvC,IAAI,CAAsB;IAC1B,IAAI,CAAU;IAEd,YAAY,IAAwB,EAAE,IAAY;QAChD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,2BAA2B;YAC/C,IAAI,CAAC,IAAI,IAAI,EAAE;YACf,IAAI,CAAC,IAAI;SACV,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import type { Hashable } from '@finos/legend-shared';
|
|
17
|
+
import { V1_PackageableElement } from '../../../model/packageableElements/V1_PackageableElement.js';
|
|
18
|
+
export declare abstract class V1_FunctionActivator extends V1_PackageableElement implements Hashable {
|
|
19
|
+
function: string;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_FunctionActivator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivator.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,6DAA6D,CAAC;AAEpG,8BAAsB,oBACpB,SAAQ,qBACR,YAAW,QAAQ;IAEnB,QAAQ,EAAG,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { V1_PackageableElement } from '../../../model/packageableElements/V1_PackageableElement.js';
|
|
17
|
+
export class V1_FunctionActivator extends V1_PackageableElement {
|
|
18
|
+
function;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=V1_FunctionActivator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionActivator.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_FunctionActivator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,qBAAqB,EAAE,MAAM,6DAA6D,CAAC;AAEpG,MAAM,OAAgB,oBACpB,SAAQ,qBAAqB;IAG7B,QAAQ,CAAU;CACnB"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { type Hashable, type PlainObject } from '@finos/legend-shared';
|
|
17
|
+
import { V1_FunctionActivator } from './V1_FunctionActivator.js';
|
|
18
|
+
import type { V1_PackageableElementVisitor } from '../V1_PackageableElement.js';
|
|
19
|
+
export declare class V1_INTERNAL__UnknownFunctionActivator extends V1_FunctionActivator implements Hashable {
|
|
20
|
+
content: PlainObject;
|
|
21
|
+
get hashCode(): string;
|
|
22
|
+
accept_PackageableElementVisitor<T>(visitor: V1_PackageableElementVisitor<T>): T;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=V1_INTERNAL__UnknownFunctionActivator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_INTERNAL__UnknownFunctionActivator.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/packageableElements/function/V1_INTERNAL__UnknownFunctionActivator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,QAAQ,EAEb,KAAK,WAAW,EACjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAKjE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAC;AAEhF,qBAAa,qCACX,SAAQ,oBACR,YAAW,QAAQ;IAEnB,OAAO,EAAG,WAAW,CAAC;IAEtB,IAAa,QAAQ,IAAI,MAAM,CAO9B;IAED,gCAAgC,CAAC,CAAC,EAChC,OAAO,EAAE,4BAA4B,CAAC,CAAC,CAAC,GACvC,CAAC;CAGL"}
|