@finos/legend-graph 1.2.1 → 1.3.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/lib/GraphManagerState.d.ts +2 -2
- package/lib/GraphManagerState.d.ts.map +1 -1
- package/lib/GraphManagerState.js +2 -2
- package/lib/GraphManagerState.js.map +1 -1
- package/lib/GraphManagerTestUtils.d.ts +5 -2
- package/lib/GraphManagerTestUtils.d.ts.map +1 -1
- package/lib/GraphManagerTestUtils.js +10 -3
- package/lib/GraphManagerTestUtils.js.map +1 -1
- package/lib/MetaModelConst.d.ts +3 -1
- package/lib/MetaModelConst.d.ts.map +1 -1
- package/lib/MetaModelConst.js +2 -0
- package/lib/MetaModelConst.js.map +1 -1
- package/lib/graph/DSLExternalFormat_Extension.d.ts +22 -0
- package/lib/graph/DSLExternalFormat_Extension.d.ts.map +1 -0
- package/lib/graph/DSLExternalFormat_Extension.js +31 -0
- package/lib/graph/DSLExternalFormat_Extension.js.map +1 -0
- package/lib/graph/DSLExternalFormat_PureGraphPlugin.d.ts +23 -0
- package/lib/graph/DSLExternalFormat_PureGraphPlugin.d.ts.map +1 -0
- package/lib/graph/DSLExternalFormat_PureGraphPlugin.js +28 -0
- package/lib/graph/DSLExternalFormat_PureGraphPlugin.js.map +1 -0
- package/lib/graph/PureModel.d.ts.map +1 -1
- package/lib/graph/PureModel.js +6 -3
- package/lib/graph/PureModel.js.map +1 -1
- package/lib/graphManager/AbstractPureGraphManager.d.ts +4 -0
- package/lib/graphManager/AbstractPureGraphManager.d.ts.map +1 -1
- package/lib/graphManager/AbstractPureGraphManager.js.map +1 -1
- package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.d.ts +21 -0
- package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.d.ts.map +1 -0
- package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.js +21 -0
- package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.js.map +1 -0
- package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.d.ts +25 -0
- package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.d.ts.map +1 -0
- package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.js +67 -0
- package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.js.map +1 -0
- package/lib/graphManager/GraphBuilderReport.d.ts +18 -0
- package/lib/graphManager/GraphBuilderReport.d.ts.map +1 -0
- package/lib/graphManager/GraphBuilderReport.js +18 -0
- package/lib/graphManager/GraphBuilderReport.js.map +1 -0
- package/lib/graphManager/GraphManagerLogEvent.d.ts +1 -0
- package/lib/graphManager/GraphManagerLogEvent.d.ts.map +1 -1
- package/lib/graphManager/GraphManagerLogEvent.js +1 -0
- package/lib/graphManager/GraphManagerLogEvent.js.map +1 -1
- package/lib/graphManager/action/EngineError.d.ts +3 -0
- package/lib/graphManager/action/EngineError.d.ts.map +1 -1
- package/lib/graphManager/action/EngineError.js +3 -0
- package/lib/graphManager/action/EngineError.js.map +1 -1
- package/lib/graphManager/action/externalFormat/ExternalFormatDescription.d.ts +26 -0
- package/lib/graphManager/action/externalFormat/ExternalFormatDescription.d.ts.map +1 -0
- package/lib/graphManager/action/externalFormat/ExternalFormatDescription.js +27 -0
- package/lib/graphManager/action/externalFormat/ExternalFormatDescription.js.map +1 -0
- package/lib/index.d.ts +12 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +13 -1
- package/lib/index.js.map +1 -1
- package/lib/models/DSLExternalFormat_ModelUtils.d.ts +24 -0
- package/lib/models/DSLExternalFormat_ModelUtils.d.ts.map +1 -0
- package/lib/models/DSLExternalFormat_ModelUtils.js +25 -0
- package/lib/models/DSLExternalFormat_ModelUtils.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/PackageableElement.js +1 -1
- package/lib/models/metamodels/pure/packageableElements/PackageableElement.js.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/domain/Package.d.ts.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/domain/Package.js +4 -2
- package/lib/models/metamodels/pure/packageableElements/domain/Package.js.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.d.ts +29 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.js +45 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.d.ts +23 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.js +35 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.d.ts +28 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.js +53 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.d.ts +29 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.js +55 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.d.ts +25 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.js +38 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.d.ts +35 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.js +65 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.d.ts +31 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.js +61 -0
- package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.d.ts +33 -0
- package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.d.ts.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.js +46 -0
- package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.js.map +1 -0
- package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.d.ts +2 -1
- package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.d.ts.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.js +1 -1
- package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.js.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.d.ts +3 -0
- package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.d.ts.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.js +1 -0
- package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.js.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.d.ts +9 -3
- package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.d.ts.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.js +32 -8
- package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.js.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.d.ts +3 -0
- package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.d.ts.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.js +7 -0
- package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.js.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.d.ts +4 -0
- package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.d.ts.map +1 -1
- package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.js +11 -0
- package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.js.map +1 -1
- package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.d.ts +34 -0
- package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.d.ts.map +1 -0
- package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.js +253 -0
- package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.js.map +1 -0
- package/lib/models/protocols/pure/v1/V1_PureGraphManager.d.ts +4 -0
- package/lib/models/protocols/pure/v1/V1_PureGraphManager.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/V1_PureGraphManager.js +23 -4
- package/lib/models/protocols/pure/v1/V1_PureGraphManager.js.map +1 -1
- package/lib/models/protocols/pure/v1/engine/V1_Engine.d.ts +4 -0
- package/lib/models/protocols/pure/v1/engine/V1_Engine.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/engine/V1_Engine.js +15 -1
- package/lib/models/protocols/pure/v1/engine/V1_Engine.js.map +1 -1
- package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.d.ts +6 -2
- package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.js +31 -16
- package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.d.ts +10 -0
- package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.js +10 -0
- package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.js.map +1 -1
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.d.ts +28 -0
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.js +38 -0
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.js.map +1 -0
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.d.ts +25 -0
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.js +35 -0
- package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.d.ts +0 -2
- package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.js +0 -3
- package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.js.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.d.ts +24 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.js +32 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.d.ts +21 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.js +24 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.d.ts +23 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.js +31 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.d.ts +25 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.js +34 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.d.ts +21 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.js +24 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.d.ts +28 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.js +38 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.d.ts +22 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.js +29 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.d.ts +2 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.js.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.d.ts +25 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.js +34 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.js.map +1 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.d.ts +2 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.js +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.js.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.d.ts +4 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.js +8 -2
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.js.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.d.ts +2 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.js +2 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.js.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.d.ts +3 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.js +5 -0
- package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js +4 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.js +5 -2
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.d.ts +2 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.js +34 -2
- package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.d.ts +22 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.js +19 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.js.map +1 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.d.ts +2 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.js +8 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.d.ts +2 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.js +3 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.js +8 -0
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.js +5 -2
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.js +5 -3
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.js +4 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.d.ts +25 -0
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.js +62 -0
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.js.map +1 -0
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.js +10 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.js +23 -2
- package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.js.map +1 -1
- package/lib/package.json +12 -8
- package/package.json +15 -11
- package/src/GraphManagerState.ts +10 -3
- package/src/GraphManagerTestUtils.tsx +17 -3
- package/src/MetaModelConst.ts +2 -0
- package/src/graph/DSLExternalFormat_Extension.ts +37 -0
- package/src/graph/DSLExternalFormat_PureGraphPlugin.ts +35 -0
- package/src/graph/PureModel.ts +8 -2
- package/src/graphManager/AbstractPureGraphManager.ts +13 -0
- package/src/graphManager/DSLExternalFormat_GraphManagerHelper.ts +30 -0
- package/src/graphManager/DSLExternalFormat_PureGraphManagerPlugin.ts +86 -0
- package/src/graphManager/GraphBuilderReport.ts +17 -0
- package/src/graphManager/GraphManagerLogEvent.ts +1 -1
- package/src/graphManager/action/EngineError.ts +3 -0
- package/src/graphManager/action/externalFormat/ExternalFormatDescription.ts +30 -0
- package/src/index.ts +16 -2
- package/src/models/DSLExternalFormat_ModelUtils.ts +24 -0
- package/src/models/metamodels/pure/packageableElements/PackageableElement.ts +1 -1
- package/src/models/metamodels/pure/packageableElements/domain/Package.ts +3 -2
- package/src/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.ts +57 -0
- package/src/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.ts +39 -0
- package/src/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.ts +59 -0
- package/src/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.ts +74 -0
- package/src/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.ts +44 -0
- package/src/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.ts +80 -0
- package/src/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.ts +98 -0
- package/src/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.ts +81 -0
- package/src/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.ts +1 -1
- package/src/models/metamodels/pure/packageableElements/mapping/SetImplementation.ts +5 -0
- package/src/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.ts +40 -9
- package/src/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.ts +9 -0
- package/src/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.ts +14 -0
- package/src/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.ts +417 -0
- package/src/models/protocols/pure/v1/V1_PureGraphManager.ts +46 -3
- package/src/models/protocols/pure/v1/engine/V1_Engine.ts +32 -0
- package/src/models/protocols/pure/v1/engine/V1_EngineHelper.ts +59 -29
- package/src/models/protocols/pure/v1/engine/V1_EngineServerClient.ts +28 -0
- package/src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.ts +46 -0
- package/src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.ts +44 -0
- package/src/models/protocols/pure/v1/model/context/V1_PureModelContextData.ts +0 -9
- package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.ts +42 -0
- package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.ts +26 -0
- package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.ts +33 -0
- package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.ts +43 -0
- package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.ts +26 -0
- package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.ts +45 -0
- package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.ts +31 -0
- package/src/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.ts +4 -0
- package/src/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.ts +46 -0
- package/src/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.ts +1 -1
- package/src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.ts +8 -2
- package/src/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.ts +3 -0
- package/src/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.ts +9 -0
- package/src/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.ts +4 -1
- package/src/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.ts +4 -0
- package/src/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.ts +53 -1
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.ts +40 -0
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.ts +32 -0
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.ts +7 -0
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.ts +11 -0
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.ts +4 -0
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.ts +18 -5
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.ts +1 -2
- package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.ts +4 -1
- package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.ts +90 -0
- package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.ts +13 -0
- package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.ts +30 -1
- package/tsconfig.json +28 -0
- package/CHANGELOG.md +0 -229
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSLExternalFormat_GraphManagerHelper.d.ts","sourceRoot":"","sources":["../../src/graphManager/DSLExternalFormat_GraphManagerHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,oGAAoG,CAAC;AAC/H,OAAO,EAAE,OAAO,EAAE,MAAM,8FAA8F,CAAC;AAEvH,eAAO,MAAM,YAAY,SAAU,MAAM,SAAS,SAAS,KAAG,SAK3D,CAAC;AAEJ,eAAO,MAAM,UAAU,SAAU,MAAM,SAAS,SAAS,KAAG,OACkB,CAAC"}
|
|
@@ -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 { guaranteeType } from '@finos/legend-shared';
|
|
17
|
+
import { SchemaSet } from '../models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet';
|
|
18
|
+
import { Binding } from '../models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding';
|
|
19
|
+
export const getSchemaSet = (path, graph) => graph.getExtensionElement(path, SchemaSet, `Can't find schema set element '${path}'`);
|
|
20
|
+
export const getBinding = (path, graph) => guaranteeType(graph.getStore(path), Binding, `Can't find binding '${path}'`);
|
|
21
|
+
//# sourceMappingURL=DSLExternalFormat_GraphManagerHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSLExternalFormat_GraphManagerHelper.js","sourceRoot":"","sources":["../../src/graphManager/DSLExternalFormat_GraphManagerHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,OAAO,EAAE,SAAS,EAAE,MAAM,oGAAoG,CAAC;AAC/H,OAAO,EAAE,OAAO,EAAE,MAAM,8FAA8F,CAAC;AAEvH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,IAAY,EAAE,KAAgB,EAAa,EAAE,CACxE,KAAK,CAAC,mBAAmB,CACvB,IAAI,EACJ,SAAS,EACT,kCAAkC,IAAI,GAAG,CAC1C,CAAC;AAEJ,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,IAAY,EAAE,KAAgB,EAAW,EAAE,CACpE,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,uBAAuB,IAAI,GAAG,CAAC,CAAC"}
|
|
@@ -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 type { DSLMapping_PureGraphManagerPlugin_Extension, PureGrammarConnectionLabeler } from './DSLMapping_PureGraphManagerPlugin_Extension';
|
|
17
|
+
import { type PureGrammarElementLabeler, PureGraphManagerPlugin } from './PureGraphManagerPlugin';
|
|
18
|
+
export declare class DSLExternalFormat_PureGraphManagerPlugin extends PureGraphManagerPlugin implements DSLMapping_PureGraphManagerPlugin_Extension {
|
|
19
|
+
constructor();
|
|
20
|
+
getExtraPureGrammarParserNames(): string[];
|
|
21
|
+
getExtraPureGrammarKeywords(): string[];
|
|
22
|
+
getExtraPureGrammarElementLabelers(): PureGrammarElementLabeler[];
|
|
23
|
+
getExtraPureGrammarConnectionLabelers(): PureGrammarConnectionLabeler[];
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=DSLExternalFormat_PureGraphManagerPlugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSLExternalFormat_PureGraphManagerPlugin.d.ts","sourceRoot":"","sources":["../../src/graphManager/DSLExternalFormat_PureGraphManagerPlugin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,OAAO,KAAK,EACV,2CAA2C,EAC3C,4BAA4B,EAC7B,MAAM,+CAA+C,CAAC;AACvD,OAAO,EACL,KAAK,yBAAyB,EAC9B,sBAAsB,EACvB,MAAM,0BAA0B,CAAC;AASlC,qBAAa,wCACX,SAAQ,sBACR,YAAW,2CAA2C;;IAS7C,8BAA8B,IAAI,MAAM,EAAE;IAO1C,2BAA2B,IAAI,MAAM,EAAE;IAQvC,kCAAkC,IAAI,yBAAyB,EAAE;IAa1E,qCAAqC,IAAI,4BAA4B,EAAE;CAUxE"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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 packageJson from '../../package.json';
|
|
17
|
+
import { ExternalFormatConnection } from '../models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection';
|
|
18
|
+
import { SchemaSet } from '../models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet';
|
|
19
|
+
import { Binding } from '../models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding';
|
|
20
|
+
import { PureGraphManagerPlugin, } from './PureGraphManagerPlugin';
|
|
21
|
+
const PURE_GRAMMAR_BINDING_PARSER_NAME = 'ExternalFormat';
|
|
22
|
+
const PURE_GRAMMAR_BINDING_ELEMENT_TYPE_LABEL = 'Binding';
|
|
23
|
+
const PURE_GRAMMAR_SCHEMA_SET_PARSER_NAME = 'ExternalFormat';
|
|
24
|
+
const PURE_GRAMMAR_SCHEMA_SET_ELEMENT_TYPE_LABEL = 'SchemaSet';
|
|
25
|
+
const PURE_GRAMMAR_EXTERNAL_FORMAT_CONNECTION_TYPE_LABEL = 'ExternalFormatConnection';
|
|
26
|
+
export class DSLExternalFormat_PureGraphManagerPlugin extends PureGraphManagerPlugin {
|
|
27
|
+
constructor() {
|
|
28
|
+
super(packageJson.extensions.dsl_external_format_pureGraphManagerPlugin, packageJson.version);
|
|
29
|
+
}
|
|
30
|
+
getExtraPureGrammarParserNames() {
|
|
31
|
+
return [
|
|
32
|
+
PURE_GRAMMAR_BINDING_PARSER_NAME,
|
|
33
|
+
PURE_GRAMMAR_SCHEMA_SET_PARSER_NAME,
|
|
34
|
+
];
|
|
35
|
+
}
|
|
36
|
+
getExtraPureGrammarKeywords() {
|
|
37
|
+
return [
|
|
38
|
+
PURE_GRAMMAR_BINDING_ELEMENT_TYPE_LABEL,
|
|
39
|
+
PURE_GRAMMAR_SCHEMA_SET_ELEMENT_TYPE_LABEL,
|
|
40
|
+
PURE_GRAMMAR_EXTERNAL_FORMAT_CONNECTION_TYPE_LABEL,
|
|
41
|
+
];
|
|
42
|
+
}
|
|
43
|
+
getExtraPureGrammarElementLabelers() {
|
|
44
|
+
return [
|
|
45
|
+
(element) => {
|
|
46
|
+
if (element instanceof Binding) {
|
|
47
|
+
return PURE_GRAMMAR_BINDING_ELEMENT_TYPE_LABEL;
|
|
48
|
+
}
|
|
49
|
+
else if (element instanceof SchemaSet) {
|
|
50
|
+
return PURE_GRAMMAR_SCHEMA_SET_ELEMENT_TYPE_LABEL;
|
|
51
|
+
}
|
|
52
|
+
return undefined;
|
|
53
|
+
},
|
|
54
|
+
];
|
|
55
|
+
}
|
|
56
|
+
getExtraPureGrammarConnectionLabelers() {
|
|
57
|
+
return [
|
|
58
|
+
(connection) => {
|
|
59
|
+
if (connection instanceof ExternalFormatConnection) {
|
|
60
|
+
return PURE_GRAMMAR_EXTERNAL_FORMAT_CONNECTION_TYPE_LABEL;
|
|
61
|
+
}
|
|
62
|
+
return undefined;
|
|
63
|
+
},
|
|
64
|
+
];
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=DSLExternalFormat_PureGraphManagerPlugin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSLExternalFormat_PureGraphManagerPlugin.js","sourceRoot":"","sources":["../../src/graphManager/DSLExternalFormat_PureGraphManagerPlugin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,WAAW,MAAM,oBAAoB,CAAC;AAC7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,oHAAoH,CAAC;AAC9J,OAAO,EAAE,SAAS,EAAE,MAAM,oGAAoG,CAAC;AAC/H,OAAO,EAAE,OAAO,EAAE,MAAM,8FAA8F,CAAC;AAKvH,OAAO,EAEL,sBAAsB,GACvB,MAAM,0BAA0B,CAAC;AAElC,MAAM,gCAAgC,GAAG,gBAAgB,CAAC;AAC1D,MAAM,uCAAuC,GAAG,SAAS,CAAC;AAC1D,MAAM,mCAAmC,GAAG,gBAAgB,CAAC;AAC7D,MAAM,0CAA0C,GAAG,WAAW,CAAC;AAC/D,MAAM,kDAAkD,GACtD,0BAA0B,CAAC;AAE7B,MAAM,OAAO,wCACX,SAAQ,sBAAsB;IAG9B;QACE,KAAK,CACH,WAAW,CAAC,UAAU,CAAC,0CAA0C,EACjE,WAAW,CAAC,OAAO,CACpB,CAAC;IACJ,CAAC;IAEQ,8BAA8B;QACrC,OAAO;YACL,gCAAgC;YAChC,mCAAmC;SACpC,CAAC;IACJ,CAAC;IAEQ,2BAA2B;QAClC,OAAO;YACL,uCAAuC;YACvC,0CAA0C;YAC1C,kDAAkD;SACnD,CAAC;IACJ,CAAC;IAEQ,kCAAkC;QACzC,OAAO;YACL,CAAC,OAAO,EAAsB,EAAE;gBAC9B,IAAI,OAAO,YAAY,OAAO,EAAE;oBAC9B,OAAO,uCAAuC,CAAC;iBAChD;qBAAM,IAAI,OAAO,YAAY,SAAS,EAAE;oBACvC,OAAO,0CAA0C,CAAC;iBACnD;gBACD,OAAO,SAAS,CAAC;YACnB,CAAC;SACF,CAAC;IACJ,CAAC;IAED,qCAAqC;QACnC,OAAO;YACL,CAAC,UAAU,EAAsB,EAAE;gBACjC,IAAI,UAAU,YAAY,wBAAwB,EAAE;oBAClD,OAAO,kDAAkD,CAAC;iBAC3D;gBACD,OAAO,SAAS,CAAC;YACnB,CAAC;SACF,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
export declare class GraphBuilderReport {
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=GraphBuilderReport.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GraphBuilderReport.d.ts","sourceRoot":"","sources":["../../src/graphManager/GraphBuilderReport.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,qBAAa,kBAAkB;CAAG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
export class GraphBuilderReport {
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=GraphBuilderReport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GraphBuilderReport.js","sourceRoot":"","sources":["../../src/graphManager/GraphBuilderReport.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,OAAO,kBAAkB;CAAG"}
|
|
@@ -17,6 +17,7 @@ export declare enum GRAPH_MANAGER_LOG_EVENT {
|
|
|
17
17
|
GRAPH_BUILDER_FAILURE = "GRAPH_BUILD_FAILURE",
|
|
18
18
|
GRAPH_BUILDER_SYSTEM_BUILT = "GRAPH_BUILDER_SYSTEM_BUILT",
|
|
19
19
|
GRAPH_BUILDER_DEPENDENCIES_PREPROCESSED = "GRAPH_BUILDER_DEPENDENCIES_PREPROCESSED",
|
|
20
|
+
GRAPH_BUILDER_DEPENDENCIES_ENTITIES_FETCHED = "GRAPH_BUILDER_DEPENDENCIES_ENTITIES_FETCHED",
|
|
20
21
|
GRAPH_BUILDER_DEPENDENCIES_PROCESSED = "GRAPH_BUILDER_DEPENDENCIES_PROCESSED",
|
|
21
22
|
GRAPH_BUILDER_DEPENDENCIES_BUILT = "GRAPH_BUILDER_DEPENDENCIES_BUILT",
|
|
22
23
|
GRAPH_BUILDER_GENERATIONS_BUILT = "GRAPH_BUILDER_GENERATIONS_BUILT",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphManagerLogEvent.d.ts","sourceRoot":"","sources":["../../src/graphManager/GraphManagerLogEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,uBAAuB;IACjC,qBAAqB,wBAAwB;IAE7C,0BAA0B,+BAA+B;IACzD,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,gCAAgC,qCAAqC;IACrE,+BAA+B,oCAAoC;IACnE,+BAA+B,oCAAoC;IACnE,uBAAuB,4BAA4B;IACnD,8CAA8C,mDAAmD;IACjG,mCAAmC,wCAAwC;IAC3E,iCAAiC,sCAAsC;IACvE,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;IACnE,4BAA4B,iCAAiC;IAC7D,kCAAkC,uCAAuC;
|
|
1
|
+
{"version":3,"file":"GraphManagerLogEvent.d.ts","sourceRoot":"","sources":["../../src/graphManager/GraphManagerLogEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,uBAAuB;IACjC,qBAAqB,wBAAwB;IAE7C,0BAA0B,+BAA+B;IACzD,uCAAuC,4CAA4C;IACnF,2CAA2C,gDAAgD;IAC3F,oCAAoC,yCAAyC;IAC7E,gCAAgC,qCAAqC;IACrE,+BAA+B,oCAAoC;IACnE,+BAA+B,oCAAoC;IACnE,uBAAuB,4BAA4B;IACnD,8CAA8C,mDAAmD;IACjG,mCAAmC,wCAAwC;IAC3E,iCAAiC,sCAAsC;IACvE,0BAA0B,+BAA+B;IACzD,4BAA4B,iCAAiC;IAC7D,+BAA+B,oCAAoC;IACnE,4BAA4B,iCAAiC;IAC7D,kCAAkC,uCAAuC;IAEzE,oCAAoC,yCAAyC;IAC7E,mCAAmC,wCAAwC;IAC3E,4BAA4B,iCAAiC;IAE7D,iBAAiB,sBAAsB;IACvC,sBAAsB,2BAA2B;IACjD,yBAAyB,kBAAkB;IAC3C,kCAAkC,uCAAuC;IACzE,kCAAkC,uCAAuC;IACzE,wCAAwC,6CAA6C;IACrF,+BAA+B,oCAAoC;IACnE,yBAAyB,8BAA8B;IACvD,wBAAwB,6BAA6B;IAErD,qBAAqB,0BAA0B;IAE/C,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,eAAe,oBAAoB;CACpC"}
|
|
@@ -18,6 +18,7 @@ export var GRAPH_MANAGER_LOG_EVENT;
|
|
|
18
18
|
GRAPH_MANAGER_LOG_EVENT["GRAPH_BUILDER_FAILURE"] = "GRAPH_BUILD_FAILURE";
|
|
19
19
|
GRAPH_MANAGER_LOG_EVENT["GRAPH_BUILDER_SYSTEM_BUILT"] = "GRAPH_BUILDER_SYSTEM_BUILT";
|
|
20
20
|
GRAPH_MANAGER_LOG_EVENT["GRAPH_BUILDER_DEPENDENCIES_PREPROCESSED"] = "GRAPH_BUILDER_DEPENDENCIES_PREPROCESSED";
|
|
21
|
+
GRAPH_MANAGER_LOG_EVENT["GRAPH_BUILDER_DEPENDENCIES_ENTITIES_FETCHED"] = "GRAPH_BUILDER_DEPENDENCIES_ENTITIES_FETCHED";
|
|
21
22
|
GRAPH_MANAGER_LOG_EVENT["GRAPH_BUILDER_DEPENDENCIES_PROCESSED"] = "GRAPH_BUILDER_DEPENDENCIES_PROCESSED";
|
|
22
23
|
GRAPH_MANAGER_LOG_EVENT["GRAPH_BUILDER_DEPENDENCIES_BUILT"] = "GRAPH_BUILDER_DEPENDENCIES_BUILT";
|
|
23
24
|
GRAPH_MANAGER_LOG_EVENT["GRAPH_BUILDER_GENERATIONS_BUILT"] = "GRAPH_BUILDER_GENERATIONS_BUILT";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphManagerLogEvent.js","sourceRoot":"","sources":["../../src/graphManager/GraphManagerLogEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,uBAuCX;AAvCD,WAAY,uBAAuB;IACjC,wEAA6C,CAAA;IAE7C,oFAAyD,CAAA;IACzD,8GAAmF,CAAA;IACnF,wGAA6E,CAAA;IAC7E,gGAAqE,CAAA;IACrE,8FAAmE,CAAA;IACnE,8FAAmE,CAAA;IACnE,8EAAmD,CAAA;IACnD,4HAAiG,CAAA;IACjG,sGAA2E,CAAA;IAC3E,kGAAuE,CAAA;IACvE,oFAAyD,CAAA;IACzD,wFAA6D,CAAA;IAC7D,8FAAmE,CAAA;IACnE,wFAA6D,CAAA;IAC7D,oGAAyE,CAAA;
|
|
1
|
+
{"version":3,"file":"GraphManagerLogEvent.js","sourceRoot":"","sources":["../../src/graphManager/GraphManagerLogEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,uBAuCX;AAvCD,WAAY,uBAAuB;IACjC,wEAA6C,CAAA;IAE7C,oFAAyD,CAAA;IACzD,8GAAmF,CAAA;IACnF,sHAA2F,CAAA;IAC3F,wGAA6E,CAAA;IAC7E,gGAAqE,CAAA;IACrE,8FAAmE,CAAA;IACnE,8FAAmE,CAAA;IACnE,8EAAmD,CAAA;IACnD,4HAAiG,CAAA;IACjG,sGAA2E,CAAA;IAC3E,kGAAuE,CAAA;IACvE,oFAAyD,CAAA;IACzD,wFAA6D,CAAA;IAC7D,8FAAmE,CAAA;IACnE,wFAA6D,CAAA;IAC7D,oGAAyE,CAAA;IACzE,gEAAgE;IAChE,wGAA6E,CAAA;IAC7E,sGAA2E,CAAA;IAC3E,wFAA6D,CAAA;IAE7D,kEAAuC,CAAA;IACvC,4EAAiD,CAAA;IACjD,sEAA2C,CAAA;IAC3C,oGAAyE,CAAA;IACzE,oGAAyE,CAAA;IACzE,gHAAqF,CAAA;IACrF,8FAAmE,CAAA;IACnE,kFAAuD,CAAA;IACvD,gFAAqD,CAAA;IAErD,0EAA+C,CAAA;IAE/C,kEAAuC,CAAA;IACvC,sEAA2C,CAAA;IAC3C,8DAAmC,CAAA;AACrC,CAAC,EAvCW,uBAAuB,KAAvB,uBAAuB,QAuClC"}
|
|
@@ -24,4 +24,7 @@ export declare class ParserError extends EngineError {
|
|
|
24
24
|
}
|
|
25
25
|
export declare class CompilationError extends EngineError {
|
|
26
26
|
}
|
|
27
|
+
export declare class ExternalFormatError extends CompilationError {
|
|
28
|
+
schemaSourceInformation?: SourceInformation | undefined;
|
|
29
|
+
}
|
|
27
30
|
//# sourceMappingURL=EngineError.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EngineError.d.ts","sourceRoot":"","sources":["../../../src/graphManager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAErE,qBAAa,WAAY,SAAQ,gBAAgB;IAC/C,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;gBAEtC,OAAO,EAAE,MAAM,GAAG,SAAS;IAUvC,oBAAoB,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,SAAS,GAAG,IAAI;CAG7E;AAED,qBAAa,WAAY,SAAQ,WAAW;CAAG;AAE/C,qBAAa,gBAAiB,SAAQ,WAAW;CAAG"}
|
|
1
|
+
{"version":3,"file":"EngineError.d.ts","sourceRoot":"","sources":["../../../src/graphManager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAErE,qBAAa,WAAY,SAAQ,gBAAgB;IAC/C,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;gBAEtC,OAAO,EAAE,MAAM,GAAG,SAAS;IAUvC,oBAAoB,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,SAAS,GAAG,IAAI;CAG7E;AAED,qBAAa,WAAY,SAAQ,WAAW;CAAG;AAE/C,qBAAa,gBAAiB,SAAQ,WAAW;CAAG;AACpD,qBAAa,mBAAoB,SAAQ,gBAAgB;IACvD,uBAAuB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EngineError.js","sourceRoot":"","sources":["../../../src/graphManager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAG1D,MAAM,OAAO,WAAY,SAAQ,gBAAgB;IAC/C,iBAAiB,CAAiC;IAElD,YAAY,OAA2B;QACrC,KAAK,CAAC,OAAO,CAAC,CAAC;QAEf,cAAc,CAAC,IAAI,EAAE;YACnB,OAAO,EAAE,UAAU;YACnB,iBAAiB,EAAE,UAAU;YAC7B,oBAAoB,EAAE,MAAM;SAC7B,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB,CAAC,iBAAgD;QACnE,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC7C,CAAC;CACF;AAED,MAAM,OAAO,WAAY,SAAQ,WAAW;CAAG;AAE/C,MAAM,OAAO,gBAAiB,SAAQ,WAAW;CAAG"}
|
|
1
|
+
{"version":3,"file":"EngineError.js","sourceRoot":"","sources":["../../../src/graphManager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAG1D,MAAM,OAAO,WAAY,SAAQ,gBAAgB;IAC/C,iBAAiB,CAAiC;IAElD,YAAY,OAA2B;QACrC,KAAK,CAAC,OAAO,CAAC,CAAC;QAEf,cAAc,CAAC,IAAI,EAAE;YACnB,OAAO,EAAE,UAAU;YACnB,iBAAiB,EAAE,UAAU;YAC7B,oBAAoB,EAAE,MAAM;SAC7B,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB,CAAC,iBAAgD;QACnE,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC7C,CAAC;CACF;AAED,MAAM,OAAO,WAAY,SAAQ,WAAW;CAAG;AAE/C,MAAM,OAAO,gBAAiB,SAAQ,WAAW;CAAG;AACpD,MAAM,OAAO,mBAAoB,SAAQ,gBAAgB;IACvD,uBAAuB,CAAiC;CACzD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { GenerationProperty } from '../generation/GenerationConfigurationDescription';
|
|
17
|
+
export declare class ExternalFormatDescription {
|
|
18
|
+
name: string;
|
|
19
|
+
contentTypes: string[];
|
|
20
|
+
supportsSchemaGeneration: boolean;
|
|
21
|
+
schemaGenerationProperties: GenerationProperty[];
|
|
22
|
+
supportsModelGeneration: boolean;
|
|
23
|
+
modelGenerationProperties: GenerationProperty[];
|
|
24
|
+
constructor(name: string);
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=ExternalFormatDescription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalFormatDescription.d.ts","sourceRoot":"","sources":["../../../../src/graphManager/action/externalFormat/ExternalFormatDescription.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kDAAkD,CAAC;AAE3F,qBAAa,yBAAyB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,EAAE,CAAM;IAC5B,wBAAwB,UAAS;IACjC,0BAA0B,EAAE,kBAAkB,EAAE,CAAM;IACtD,uBAAuB,UAAS;IAChC,yBAAyB,EAAE,kBAAkB,EAAE,CAAM;gBAEzC,IAAI,EAAE,MAAM;CAGzB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
export class ExternalFormatDescription {
|
|
17
|
+
name;
|
|
18
|
+
contentTypes = [];
|
|
19
|
+
supportsSchemaGeneration = false;
|
|
20
|
+
schemaGenerationProperties = [];
|
|
21
|
+
supportsModelGeneration = false;
|
|
22
|
+
modelGenerationProperties = [];
|
|
23
|
+
constructor(name) {
|
|
24
|
+
this.name = name;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=ExternalFormatDescription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalFormatDescription.js","sourceRoot":"","sources":["../../../../src/graphManager/action/externalFormat/ExternalFormatDescription.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,MAAM,OAAO,yBAAyB;IACpC,IAAI,CAAS;IACb,YAAY,GAAa,EAAE,CAAC;IAC5B,wBAAwB,GAAG,KAAK,CAAC;IACjC,0BAA0B,GAAyB,EAAE,CAAC;IACtD,uBAAuB,GAAG,KAAK,CAAC;IAChC,yBAAyB,GAAyB,EAAE,CAAC;IAErD,YAAY,IAAY;QACtB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;CACF"}
|
package/lib/index.d.ts
CHANGED
|
@@ -42,6 +42,13 @@ export { PropertyReference, PropertyExplicitReference, } from './models/metamode
|
|
|
42
42
|
export { ConcreteFunctionDefinition } from './models/metamodels/pure/packageableElements/domain/ConcreteFunctionDefinition';
|
|
43
43
|
export { StereotypeReference, StereotypeExplicitReference, } from './models/metamodels/pure/packageableElements/domain/StereotypeReference';
|
|
44
44
|
export { TagReference, TagExplicitReference, } from './models/metamodels/pure/packageableElements/domain/TagReference';
|
|
45
|
+
export { Binding } from './models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding';
|
|
46
|
+
export { ModelUnit } from './models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit';
|
|
47
|
+
export { SchemaSet } from './models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet';
|
|
48
|
+
export { Schema as ExternalFormatSchema } from './models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema';
|
|
49
|
+
export { ExternalFormatConnection } from './models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection';
|
|
50
|
+
export { UrlStream } from './models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream';
|
|
51
|
+
export { DSLExternalFormat_GraphPreset } from './graph/DSLExternalFormat_Extension';
|
|
45
52
|
export * from './models/protocols/pure/v1/model/packageableElements/V1_PackageableElement';
|
|
46
53
|
export { V1_StereotypePtr } from './models/protocols/pure/v1/model/packageableElements/domain/V1_StereotypePtr';
|
|
47
54
|
export { V1_TaggedValue } from './models/protocols/pure/v1/model/packageableElements/domain/V1_TaggedValue';
|
|
@@ -64,6 +71,8 @@ export { V1_Lambda } from './models/protocols/pure/v1/model/valueSpecification/r
|
|
|
64
71
|
export { V1_Variable } from './models/protocols/pure/v1/model/valueSpecification/V1_Variable';
|
|
65
72
|
export { V1_ValueSpecification } from './models/protocols/pure/v1/model/valueSpecification/V1_ValueSpecification';
|
|
66
73
|
export { V1_Multiplicity } from './models/protocols/pure/v1/model/packageableElements/domain/V1_Multiplicity';
|
|
74
|
+
export { V1_ExternalFormatDescription } from './models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription';
|
|
75
|
+
export { V1_ExternalFormatModelGenerationInput } from './models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration';
|
|
67
76
|
export * from './models/metamodels/pure/executionPlan/ExecutionPlan';
|
|
68
77
|
export { ExecutionNode } from './models/metamodels/pure/executionPlan/nodes/ExecutionNode';
|
|
69
78
|
export { SQLExecutionNode } from './models/metamodels/pure/executionPlan/nodes/SQLExecutionNode';
|
|
@@ -97,6 +106,7 @@ export { GRAPH_MANAGER_LOG_EVENT } from './graphManager/GraphManagerLogEvent';
|
|
|
97
106
|
export * from './graphManager/DSLMapping_PureGraphManagerPlugin_Extension';
|
|
98
107
|
export * from './graphManager/DSLGenerationSpecification_PureGraphManagerPlugin_Extension';
|
|
99
108
|
export { ExecutionResult, TdsExecutionResult, RawExecutionResult, EXECUTION_SERIALIZATION_FORMAT, } from './graphManager/action/execution/ExecutionResult';
|
|
109
|
+
export { ExternalFormatDescription } from './graphManager/action/externalFormat/ExternalFormatDescription';
|
|
100
110
|
export * from './graphManager/action/execution/ExecutionResultHelper';
|
|
101
111
|
export * from './graphManager/PureGraphManagerPlugin';
|
|
102
112
|
export * from './graphManager/action/query/Query';
|
|
@@ -125,13 +135,14 @@ export { V1_initPackageableElement, V1_transformElementReference, } from './mode
|
|
|
125
135
|
export { V1_RawValueSpecificationTransformer, V1_transformRawLambda, } from './models/protocols/pure/v1/transformation/pureGraph/from/V1_RawValueSpecificationTransformer';
|
|
126
136
|
export { V1_rawLambdaModelSchema, V1_deserializeRawValueSpecification, V1_serializeRawValueSpecification, } from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_RawValueSpecificationSerializationHelper';
|
|
127
137
|
export { V1_transformPropertyReference } from './models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer';
|
|
128
|
-
export { V1_EngineServerClient } from './models/protocols/pure/v1/engine/V1_EngineServerClient';
|
|
138
|
+
export { V1_EngineServerClient, V1_ENGINE_LOG_EVENT, } from './models/protocols/pure/v1/engine/V1_EngineServerClient';
|
|
129
139
|
export { V1_Engine } from './models/protocols/pure/v1/engine/V1_Engine';
|
|
130
140
|
export { V1_deserializePureModelContextData as V1_jsonToPureModelContextData } from './models/protocols/pure/v1/transformation/pureProtocol/V1_PureProtocolSerialization';
|
|
131
141
|
export { V1_propertyPointerModelSchema, V1_stereotypePtrSchema, V1_taggedValueSchema, } from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper';
|
|
132
142
|
export { V1_serializeValueSpecification } from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer';
|
|
133
143
|
export { V1_ValueSpecificationBuilder } from './models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper';
|
|
134
144
|
export * from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_CoreSerializationHelper';
|
|
145
|
+
export * from './models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper';
|
|
135
146
|
export * from './DSLMapping_Exports';
|
|
136
147
|
export * from './DSLService_Exports';
|
|
137
148
|
export * from './DSLGenerationSpecification_Exports';
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,cAAc,oCAAoC,CAAC;AACnD,cAAc,iEAAiE,CAAC;AAChF,cAAc,0EAA0E,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,mEAAmE,CAAC;AAEjG,OAAO,EAAE,YAAY,EAAE,MAAM,kEAAkE,CAAC;AAChG,OAAO,EAAE,IAAI,EAAE,MAAM,0DAA0D,CAAC;AAChF,OAAO,EAAE,QAAQ,EAAE,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,MAAM,mEAAmE,CAAC;AAClG,OAAO,EACL,oBAAoB,EACpB,4BAA4B,GAC7B,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EACL,KAAK,EACL,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,2DAA2D,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,6DAA6D,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,gEAAgE,CAAC;AAC5F,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EAAE,IAAI,EAAE,MAAM,0DAA0D,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EAAE,GAAG,EAAE,MAAM,yDAAyD,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAE,MAAM,6DAA6D,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,gEAAgE,CAAC;AAC5F,OAAO,EACL,OAAO,EACP,IAAI,GACL,MAAM,6DAA6D,CAAC;AACrE,OAAO,EACL,kBAAkB,EAClB,0BAA0B,GAC3B,MAAM,wEAAwE,CAAC;AAChF,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,sEAAsE,CAAC;AAC7G,OAAO,EAAE,eAAe,EAAE,MAAM,qEAAqE,CAAC;AACtG,OAAO,EAAE,QAAQ,EAAE,MAAM,8DAA8D,CAAC;AACxF,OAAO,EACL,iBAAiB,EACjB,yBAAyB,GAC1B,MAAM,uEAAuE,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,gFAAgF,CAAC;AAC5H,OAAO,EACL,mBAAmB,EACnB,2BAA2B,GAC5B,MAAM,yEAAyE,CAAC;AACjF,OAAO,EACL,YAAY,EACZ,oBAAoB,GACrB,MAAM,kEAAkE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/lib/index.js
CHANGED
|
@@ -44,6 +44,14 @@ export { PropertyReference, PropertyExplicitReference, } from './models/metamode
|
|
|
44
44
|
export { ConcreteFunctionDefinition } from './models/metamodels/pure/packageableElements/domain/ConcreteFunctionDefinition';
|
|
45
45
|
export { StereotypeReference, StereotypeExplicitReference, } from './models/metamodels/pure/packageableElements/domain/StereotypeReference';
|
|
46
46
|
export { TagReference, TagExplicitReference, } from './models/metamodels/pure/packageableElements/domain/TagReference';
|
|
47
|
+
// metamodel external formats
|
|
48
|
+
export { Binding } from './models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding';
|
|
49
|
+
export { ModelUnit } from './models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit';
|
|
50
|
+
export { SchemaSet } from './models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet';
|
|
51
|
+
export { Schema as ExternalFormatSchema } from './models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema';
|
|
52
|
+
export { ExternalFormatConnection } from './models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection';
|
|
53
|
+
export { UrlStream } from './models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream';
|
|
54
|
+
export { DSLExternalFormat_GraphPreset } from './graph/DSLExternalFormat_Extension';
|
|
47
55
|
// V1 protocols
|
|
48
56
|
export * from './models/protocols/pure/v1/model/packageableElements/V1_PackageableElement';
|
|
49
57
|
export { V1_StereotypePtr } from './models/protocols/pure/v1/model/packageableElements/domain/V1_StereotypePtr';
|
|
@@ -70,6 +78,8 @@ export { V1_Lambda } from './models/protocols/pure/v1/model/valueSpecification/r
|
|
|
70
78
|
export { V1_Variable } from './models/protocols/pure/v1/model/valueSpecification/V1_Variable';
|
|
71
79
|
export { V1_ValueSpecification } from './models/protocols/pure/v1/model/valueSpecification/V1_ValueSpecification';
|
|
72
80
|
export { V1_Multiplicity } from './models/protocols/pure/v1/model/packageableElements/domain/V1_Multiplicity';
|
|
81
|
+
export { V1_ExternalFormatDescription } from './models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription';
|
|
82
|
+
export { V1_ExternalFormatModelGenerationInput } from './models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration';
|
|
73
83
|
// --------------------------------------------- EXECUTION PLAN --------------------------------------------------
|
|
74
84
|
export * from './models/metamodels/pure/executionPlan/ExecutionPlan';
|
|
75
85
|
export { ExecutionNode } from './models/metamodels/pure/executionPlan/nodes/ExecutionNode';
|
|
@@ -107,6 +117,7 @@ export { GRAPH_MANAGER_LOG_EVENT } from './graphManager/GraphManagerLogEvent';
|
|
|
107
117
|
export * from './graphManager/DSLMapping_PureGraphManagerPlugin_Extension';
|
|
108
118
|
export * from './graphManager/DSLGenerationSpecification_PureGraphManagerPlugin_Extension';
|
|
109
119
|
export { ExecutionResult, TdsExecutionResult, RawExecutionResult, EXECUTION_SERIALIZATION_FORMAT, } from './graphManager/action/execution/ExecutionResult';
|
|
120
|
+
export { ExternalFormatDescription } from './graphManager/action/externalFormat/ExternalFormatDescription';
|
|
110
121
|
export * from './graphManager/action/execution/ExecutionResultHelper';
|
|
111
122
|
export * from './graphManager/PureGraphManagerPlugin';
|
|
112
123
|
export * from './graphManager/action/query/Query';
|
|
@@ -136,13 +147,14 @@ export { V1_initPackageableElement, V1_transformElementReference, } from './mode
|
|
|
136
147
|
export { V1_RawValueSpecificationTransformer, V1_transformRawLambda, } from './models/protocols/pure/v1/transformation/pureGraph/from/V1_RawValueSpecificationTransformer';
|
|
137
148
|
export { V1_rawLambdaModelSchema, V1_deserializeRawValueSpecification, V1_serializeRawValueSpecification, } from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_RawValueSpecificationSerializationHelper';
|
|
138
149
|
export { V1_transformPropertyReference } from './models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer';
|
|
139
|
-
export { V1_EngineServerClient } from './models/protocols/pure/v1/engine/V1_EngineServerClient';
|
|
150
|
+
export { V1_EngineServerClient, V1_ENGINE_LOG_EVENT, } from './models/protocols/pure/v1/engine/V1_EngineServerClient';
|
|
140
151
|
export { V1_Engine } from './models/protocols/pure/v1/engine/V1_Engine';
|
|
141
152
|
export { V1_deserializePureModelContextData as V1_jsonToPureModelContextData } from './models/protocols/pure/v1/transformation/pureProtocol/V1_PureProtocolSerialization';
|
|
142
153
|
export { V1_propertyPointerModelSchema, V1_stereotypePtrSchema, V1_taggedValueSchema, } from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DomainSerializationHelper';
|
|
143
154
|
export { V1_serializeValueSpecification } from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer';
|
|
144
155
|
export { V1_ValueSpecificationBuilder } from './models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper';
|
|
145
156
|
export * from './models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_CoreSerializationHelper';
|
|
157
|
+
export * from './models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper';
|
|
146
158
|
// --------------------------------------------- TO BE MODULARIZED --------------------------------------------------
|
|
147
159
|
export * from './DSLMapping_Exports';
|
|
148
160
|
export * from './DSLService_Exports';
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,uHAAuH;AAEvH,aAAa;AACb,cAAc,oCAAoC,CAAC;AACnD,cAAc,iEAAiE,CAAC;AAChF,cAAc,0EAA0E,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,mEAAmE,CAAC;AAEjG,OAAO,EAAE,YAAY,EAAE,MAAM,kEAAkE,CAAC;AAChG,OAAO,EAAE,IAAI,EAAE,MAAM,0DAA0D,CAAC;AAChF,OAAO,EAAE,QAAQ,EAAE,MAAM,8DAA8D,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,MAAM,mEAAmE,CAAC;AAClG,OAAO,EACL,oBAAoB,EACpB,4BAA4B,GAC7B,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EACL,KAAK,EACL,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,2DAA2D,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,6DAA6D,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,gEAAgE,CAAC;AAC5F,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EAAE,IAAI,EAAE,MAAM,0DAA0D,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,MAAM,iEAAiE,CAAC;AAC9F,OAAO,EAAE,GAAG,EAAE,MAAM,yDAAyD,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAE,MAAM,6DAA6D,CAAC;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,gEAAgE,CAAC;AAC5F,OAAO,EACL,OAAO,EACP,IAAI,GACL,MAAM,6DAA6D,CAAC;AACrE,OAAO,EACL,kBAAkB,EAClB,0BAA0B,GAC3B,MAAM,wEAAwE,CAAC;AAChF,OAAO,EAAyB,MAAM,sEAAsE,CAAC;AAC7G,OAAO,EAAE,eAAe,EAAE,MAAM,qEAAqE,CAAC;AACtG,OAAO,EAAE,QAAQ,EAAE,MAAM,8DAA8D,CAAC;AACxF,OAAO,EACL,iBAAiB,EACjB,yBAAyB,GAC1B,MAAM,uEAAuE,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,gFAAgF,CAAC;AAC5H,OAAO,EACL,mBAAmB,EACnB,2BAA2B,GAC5B,MAAM,yEAAyE,CAAC;AACjF,OAAO,EACL,YAAY,EACZ,oBAAoB,GACrB,MAAM,kEAAkE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -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
|
+
export declare enum DSL_EXTERNAL_FORMAT_HASH_STRUCTURE {
|
|
17
|
+
BINDING = "BINDING",
|
|
18
|
+
SCHEMA_SET = "SCHEMA_SET",
|
|
19
|
+
SCHEMA = "SCHEMA",
|
|
20
|
+
MODEL_UNIT = "MODEL_UNIT",
|
|
21
|
+
URL_STREAM = "URL_STREAM",
|
|
22
|
+
EXTERNAL_FORMAT_CONNECTION = "EXTERNAL_FORMAT_CONNECTION"
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=DSLExternalFormat_ModelUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSLExternalFormat_ModelUtils.d.ts","sourceRoot":"","sources":["../../src/models/DSLExternalFormat_ModelUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,kCAAkC;IAC5C,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,0BAA0B,+BAA+B;CAC1D"}
|
|
@@ -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
|
+
export var DSL_EXTERNAL_FORMAT_HASH_STRUCTURE;
|
|
17
|
+
(function (DSL_EXTERNAL_FORMAT_HASH_STRUCTURE) {
|
|
18
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE["BINDING"] = "BINDING";
|
|
19
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE["SCHEMA_SET"] = "SCHEMA_SET";
|
|
20
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE["SCHEMA"] = "SCHEMA";
|
|
21
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE["MODEL_UNIT"] = "MODEL_UNIT";
|
|
22
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE["URL_STREAM"] = "URL_STREAM";
|
|
23
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE["EXTERNAL_FORMAT_CONNECTION"] = "EXTERNAL_FORMAT_CONNECTION";
|
|
24
|
+
})(DSL_EXTERNAL_FORMAT_HASH_STRUCTURE || (DSL_EXTERNAL_FORMAT_HASH_STRUCTURE = {}));
|
|
25
|
+
//# sourceMappingURL=DSLExternalFormat_ModelUtils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSLExternalFormat_ModelUtils.js","sourceRoot":"","sources":["../../src/models/DSLExternalFormat_ModelUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,kCAOX;AAPD,WAAY,kCAAkC;IAC5C,yDAAmB,CAAA;IACnB,+DAAyB,CAAA;IACzB,uDAAiB,CAAA;IACjB,+DAAyB,CAAA;IACzB,+DAAyB,CAAA;IACzB,+FAAyD,CAAA;AAC3D,CAAC,EAPW,kCAAkC,KAAlC,kCAAkC,QAO7C"}
|
|
@@ -35,7 +35,7 @@ export class PackageableElement {
|
|
|
35
35
|
isDeleted: computed,
|
|
36
36
|
path: computed,
|
|
37
37
|
_elementHashCode: computed,
|
|
38
|
-
// We need to enable `keepAlive` to facillitate
|
|
38
|
+
// We need to enable `keepAlive` to facillitate precomputation of element hash code
|
|
39
39
|
hashCode: computed({ keepAlive: true }),
|
|
40
40
|
setName: action,
|
|
41
41
|
setPackage: action,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PackageableElement.js","sourceRoot":"","sources":["../../../../../src/models/metamodels/pure/packageableElements/PackageableElement.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AACpE,OAAO,EAEL,SAAS,EACT,UAAU,EACV,iBAAiB,EACjB,IAAI,GACL,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,mBAAmB,EACnB,sBAAsB,GACvB,MAAM,4BAA4B,CAAC;AA0CpC,MAAM,OAAgB,kBAAkB;IACtC,IAAI,GAAG,IAAI,EAAE,CAAC;IACJ,UAAU,GAAG,KAAK,CAAC;IACnB,WAAW,GAAG,KAAK,CAAC;IACpB,YAAY,GAAG,KAAK,CAAC;IAC/B,IAAI,CAAS;IACb,OAAO,CAAuB;IAC9B,uBAAuB,CAAkC;IAEzD,YAAY,IAAY;QACtB,cAAc,CAGZ,IAAI,EAAE;YACN,UAAU,EAAE,UAAU;YACtB,WAAW,EAAE,UAAU;YACvB,YAAY,EAAE,UAAU;YACxB,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE,UAAU;YACnB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,QAAQ;YACd,gBAAgB,EAAE,QAAQ;YAC1B,
|
|
1
|
+
{"version":3,"file":"PackageableElement.js","sourceRoot":"","sources":["../../../../../src/models/metamodels/pure/packageableElements/PackageableElement.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Package.d.ts","sourceRoot":"","sources":["../../../../../../src/models/metamodels/pure/packageableElements/domain/Package.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,EACL,KAAK,QAAQ,
|
|
1
|
+
{"version":3,"file":"Package.d.ts","sourceRoot":"","sources":["../../../../../../src/models/metamodels/pure/packageableElements/domain/Package.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,EACL,KAAK,QAAQ,EAId,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,KAAK,yBAAyB,EAC9B,kBAAkB,EACnB,MAAM,uBAAuB,CAAC;AAE/B,eAAO,MAAM,uBAAuB,UAAgB,CAAC;AAErD,qBAAa,OAAQ,SAAQ,kBAAmB,YAAW,QAAQ;IACjE,QAAQ,EAAE,kBAAkB,EAAE,CAAM;gBAExB,IAAI,EAAE,MAAM;IAWxB,MAAM,CAAC,uBAAuB,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,OAAO;IAUtE,QAAQ,CAAC,KAAK,EAAE,kBAAkB,GAAG,IAAI;IAMzC,UAAU,CAAC,OAAO,EAAE,kBAAkB,GAAG,IAAI;IAK7C,IAAI,QAAQ,IAAI,MAAM,CAQrB;IAED,aAAa,CAAC,kBAAkB,EAAE,kBAAkB,GAAG,IAAI;IAM3D;;;OAGG;IACH,MAAM,CAAC,kBAAkB,CACvB,MAAM,EAAE,OAAO,EACf,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,OAAO,GACd,OAAO;IA4BV,IAAa,QAAQ,IAAI,MAAM,CAM9B;IAED,gCAAgC,CAAC,CAAC,EAChC,OAAO,EAAE,yBAAyB,CAAC,CAAC,CAAC,GACpC,CAAC;CAGL"}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { observable, action, makeObservable, override } from 'mobx';
|
|
17
17
|
import { CORE_HASH_STRUCTURE, ELEMENT_PATH_DELIMITER, } from '../../../../../MetaModelConst';
|
|
18
|
-
import { hashArray, assertTrue,
|
|
18
|
+
import { hashArray, assertTrue, AssertionError, } from '@finos/legend-shared';
|
|
19
19
|
import { PackageableElement, } from '../PackageableElement';
|
|
20
20
|
export const RESERVERD_PACKAGE_NAMES = ['$implicit'];
|
|
21
21
|
export class Package extends PackageableElement {
|
|
@@ -36,7 +36,9 @@ export class Package extends PackageableElement {
|
|
|
36
36
|
return newPackage;
|
|
37
37
|
}
|
|
38
38
|
addChild(value) {
|
|
39
|
-
addUniqueEntry
|
|
39
|
+
// NOTE: here we directly push the element to the children array without any checks rather than use `addUniqueEntry` to improve performance.
|
|
40
|
+
// Duplication checks should be handled separately
|
|
41
|
+
this.children.push(value);
|
|
40
42
|
}
|
|
41
43
|
addElement(element) {
|
|
42
44
|
this.addChild(element);
|