@finos/legend-graph 1.2.0 → 2.0.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 +4 -4
- package/lib/GraphManagerState.d.ts.map +1 -1
- package/lib/GraphManagerState.js +6 -6
- 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/BasicModel.d.ts.map +1 -1
- package/lib/graph/BasicModel.js +1 -0
- package/lib/graph/BasicModel.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/DependencyManager.d.ts.map +1 -1
- package/lib/graph/DependencyManager.js +2 -0
- package/lib/graph/DependencyManager.js.map +1 -1
- package/lib/graph/PureModel.d.ts.map +1 -1
- package/lib/graph/PureModel.js +8 -3
- package/lib/graph/PureModel.js.map +1 -1
- package/lib/graphManager/AbstractPureGraphManager.d.ts +10 -6
- 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 +28 -0
- package/lib/graphManager/GraphBuilderReport.d.ts.map +1 -0
- package/lib/graphManager/GraphBuilderReport.js +24 -0
- package/lib/graphManager/GraphBuilderReport.js.map +1 -0
- package/lib/graphManager/{GraphManagerLogEvent.d.ts → GraphManagerEvent.d.ts} +12 -18
- package/lib/graphManager/GraphManagerEvent.d.ts.map +1 -0
- package/lib/graphManager/GraphManagerEvent.js +45 -0
- package/lib/graphManager/GraphManagerEvent.js.map +1 -0
- package/lib/graphManager/GraphManagerTelemetry.d.ts +28 -0
- package/lib/graphManager/GraphManagerTelemetry.d.ts.map +1 -0
- package/lib/graphManager/GraphManagerTelemetry.js +22 -0
- package/lib/graphManager/GraphManagerTelemetry.js.map +1 -0
- 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 +15 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +16 -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_Core_SystemModels.json +2248 -0
- package/lib/models/protocols/pure/v1/V1_PureGraphManager.d.ts +13 -7
- package/lib/models/protocols/pure/v1/V1_PureGraphManager.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/V1_PureGraphManager.js +209 -192
- 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 +17 -3
- package/lib/models/protocols/pure/v1/engine/V1_Engine.js.map +1 -1
- package/lib/models/protocols/pure/v1/engine/V1_EngineEvent.d.ts +21 -0
- package/lib/models/protocols/pure/v1/engine/V1_EngineEvent.d.ts.map +1 -0
- package/lib/models/protocols/pure/v1/engine/V1_EngineEvent.js +22 -0
- package/lib/models/protocols/pure/v1/engine/V1_EngineEvent.js.map +1 -0
- 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 +5 -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 +4 -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_PureModelContext.d.ts +0 -2
- package/lib/models/protocols/pure/v1/model/context/V1_PureModelContext.d.ts.map +1 -1
- package/lib/models/protocols/pure/v1/model/context/V1_PureModelContext.js +0 -2
- package/lib/models/protocols/pure/v1/model/context/V1_PureModelContext.js.map +1 -1
- 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/model/valueSpecification/raw/V1_HackedUnit.d.ts +1 -1
- package/lib/models/protocols/pure/v1/model/valueSpecification/raw/V1_HackedUnit.js +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 +5 -2
- 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 +12 -4
- 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_SectionBuilderHelper.js +4 -4
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_SectionBuilderHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ServiceBuilderHelper.js +2 -2
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ServiceBuilderHelper.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 +3 -7
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.js.map +1 -1
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationPathResolver.js +2 -2
- package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationPathResolver.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 +68 -0
- package/package.json +15 -11
- package/src/GraphManagerState.ts +14 -7
- package/src/GraphManagerTestUtils.tsx +17 -3
- package/src/MetaModelConst.ts +2 -0
- package/src/graph/BasicModel.ts +2 -0
- package/src/graph/DSLExternalFormat_Extension.ts +37 -0
- package/src/graph/DSLExternalFormat_PureGraphPlugin.ts +35 -0
- package/src/graph/DependencyManager.ts +5 -0
- package/src/graph/PureModel.ts +16 -2
- package/src/graphManager/AbstractPureGraphManager.ts +19 -6
- package/src/graphManager/DSLExternalFormat_GraphManagerHelper.ts +30 -0
- package/src/graphManager/DSLExternalFormat_PureGraphManagerPlugin.ts +86 -0
- package/src/graphManager/GraphBuilderReport.ts +31 -0
- package/src/graphManager/{GraphManagerLogEvent.ts → GraphManagerEvent.ts} +10 -20
- package/src/graphManager/GraphManagerTelemetry.ts +35 -0
- 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_Core_SystemModels.json +2248 -0
- package/src/models/protocols/pure/v1/V1_PureGraphManager.ts +324 -384
- package/src/models/protocols/pure/v1/engine/V1_Engine.ts +34 -2
- package/src/models/protocols/pure/v1/engine/V1_EngineEvent.ts +21 -0
- package/src/models/protocols/pure/v1/engine/V1_EngineHelper.ts +59 -29
- package/src/models/protocols/pure/v1/engine/V1_EngineServerClient.ts +22 -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_PureModelContext.ts +1 -5
- 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/model/valueSpecification/raw/V1_HackedUnit.ts +1 -1
- 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 +9 -2
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.ts +15 -4
- 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_SectionBuilderHelper.ts +4 -4
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ServiceBuilderHelper.ts +2 -2
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.ts +4 -10
- package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationPathResolver.ts +2 -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 +31 -1
- package/CHANGELOG.md +0 -223
- package/lib/graphManager/GraphManagerLogEvent.d.ts.map +0 -1
- package/lib/graphManager/GraphManagerLogEvent.js +0 -52
- package/lib/graphManager/GraphManagerLogEvent.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_EngineHelper.js","sourceRoot":"","sources":["../../../../../../src/models/protocols/pure/v1/engine/V1_EngineHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,uBAAuB,EACvB,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,UAAU,EACV,KAAK,EACL,eAAe,EACf,gBAAgB,GACjB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAsB,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEhE,OAAO,EAAE,mCAAmC,EAAE,MAAM,6EAA6E,CAAC;AAClI,OAAO,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAC;AAGjG,OAAO,EAAE,yBAAyB,EAAE,MAAM,sEAAsE,CAAC;AACjH,OAAO,EACL,aAAa,EACb,8BAA8B,GAC/B,MAAM,8EAA8E,CAAC;AAEtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,gEAAgE,CAAC;AAElG,OAAO,EACL,kCAAkC,EAClC,cAAc,EACd,kBAAkB,EAClB,sBAAsB,EACtB,6BAA6B,GAC9B,MAAM,kFAAkF,CAAC;AAI1F,OAAO,EACL,gBAAgB,EAChB,WAAW,GACZ,MAAM,gDAAgD,CAAC;AAExD,OAAO,EAAE,iBAAiB,EAAE,MAAM,sDAAsD,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAGnF,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,GAC5B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AACpF,OAAO,EAAE,SAAS,EAAE,MAAM,+CAA+C,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,sDAAsD,CAAC;AAExF,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAChC,QAAuB,EACvB,aAAiC,EACrB,EAAE;IACd,MAAM,SAAS,GAAG,IAAI,UAAU,EAAE,CAAC;IACnC,SAAS,CAAC,IAAI,GAAG,oBAAoB,CACnC,QAAQ,CAAC,IAAI,EACb,+BAA+B,CAChC,CAAC;IACF,SAAS,CAAC,EAAE,GAAG,oBAAoB,CACjC,QAAQ,CAAC,EAAE,EACX,6BAA6B,CAC9B,CAAC;IACF,SAAS,CAAC,SAAS,GAAG,oBAAoB,CACxC,QAAQ,CAAC,SAAS,EAClB,oCAAoC,CACrC,CAAC;IACF,SAAS,CAAC,OAAO,GAAG,oBAAoB,CACtC,QAAQ,CAAC,OAAO,EAChB,kCAAkC,CACnC,CAAC;IACF,SAAS,CAAC,UAAU,GAAG,oBAAoB,CACzC,QAAQ,CAAC,UAAU,EACnB,qCAAqC,CACtC,CAAC;IACF,SAAS,CAAC,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC;IACjC,SAAS,CAAC,kBAAkB;QAC1B,aAAa,KAAK,SAAS,IAAI,QAAQ,CAAC,KAAK,KAAK,aAAa,CAAC;IAClE,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,CAC3B,QAAkB,EAClB,KAAgB,EAChB,aAAiC,EAC1B,EAAE;IACT,MAAM,SAAS,GAAG,IAAI,KAAK,EAAE,CAAC;IAC9B,SAAS,CAAC,IAAI,GAAG,oBAAoB,CACnC,QAAQ,CAAC,IAAI,EACb,+BAA+B,CAChC,CAAC;IACF,SAAS,CAAC,EAAE,GAAG,oBAAoB,CACjC,QAAQ,CAAC,EAAE,EACX,6BAA6B,CAC9B,CAAC;IACF,SAAS,CAAC,SAAS,GAAG,oBAAoB,CACxC,QAAQ,CAAC,SAAS,EAClB,oCAAoC,CACrC,CAAC;IACF,SAAS,CAAC,OAAO,GAAG,oBAAoB,CACtC,QAAQ,CAAC,OAAO,EAChB,kCAAkC,CACnC,CAAC;IACF,SAAS,CAAC,UAAU,GAAG,oBAAoB,CACzC,QAAQ,CAAC,UAAU,EACnB,qCAAqC,CACtC,CAAC;IACF,SAAS,CAAC,OAAO,GAAG,mCAAmC,CAAC,MAAM,CAC5D,KAAK,CAAC,UAAU,CACd,oBAAoB,CAClB,QAAQ,CAAC,OAAO,EAChB,kCAAkC,CACnC,CACF,CACF,CAAC;IACF,SAAS,CAAC,OAAO,GAAG,mCAAmC,CAAC,MAAM,CAC5D,KAAK,CAAC,UAAU,CACd,oBAAoB,CAClB,QAAQ,CAAC,OAAO,EAChB,kCAAkC,CACnC,CACF,CACF,CAAC;IACF,SAAS,CAAC,OAAO,GAAG,oBAAoB,CACtC,QAAQ,CAAC,OAAO,EAChB,kCAAkC,CACnC,CAAC;IACF,SAAS,CAAC,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC;IACjC,SAAS,CAAC,kBAAkB;QAC1B,aAAa,KAAK,SAAS,IAAI,QAAQ,CAAC,KAAK,KAAK,aAAa,CAAC;IAElE,0EAA0E;IAC1E,0EAA0E;IAC1E,SAAS,CAAC,YAAY,GAAG,QAAQ,CAAC,YAAY,EAAE,GAAG,CAAC,CAAC,mBAAmB,EAAE,EAAE;QAC1E,MAAM,WAAW,GAAG,IAAI,gBAAgB,EAAE,CAAC;QAC3C,WAAW,CAAC,OAAO,GAAG,uBAAuB,CAC3C,mBAAmB,CAAC,GAAG,CAAC,OAAO,EAC/B,sDAAsD,CACvD,CAAC;QACF,WAAW,CAAC,GAAG,GAAG,uBAAuB,CACvC,mBAAmB,CAAC,GAAG,CAAC,KAAK,EAC7B,oDAAoD,CACrD,CAAC;QACF,WAAW,CAAC,KAAK,GAAG,uBAAuB,CACzC,mBAAmB,CAAC,KAAK,EACzB,gDAAgD,CACjD,CAAC;QACF,OAAO,WAAW,CAAC;IACrB,CAAC,CAAC,CAAC;IACH,SAAS,CAAC,WAAW,GAAG,QAAQ,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,kBAAkB,EAAE,EAAE;QACvE,MAAM,UAAU,GAAG,IAAI,eAAe,EAAE,CAAC;QACzC,UAAU,CAAC,OAAO,GAAG,uBAAuB,CAC1C,kBAAkB,CAAC,OAAO,EAC1B,wDAAwD,CACzD,CAAC;QACF,UAAU,CAAC,UAAU,GAAG,uBAAuB,CAC7C,kBAAkB,CAAC,KAAK,EACxB,sDAAsD,CACvD,CAAC;QACF,OAAO,UAAU,CAAC;IACpB,CAAC,CAAC,CAAC;IAEH,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,SAAgB,EAAY,EAAE;IAC9D,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;IAChC,QAAQ,CAAC,IAAI,GAAG,SAAS,CAAC,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,GAAG,SAAS,CAAC,EAAE,CAAC;IAC3B,QAAQ,CAAC,IAAI,GAAG,SAAS,CAAC,IAAI,CAAC;IAC/B,QAAQ,CAAC,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;IACzC,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC;IACrC,QAAQ,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,CAAC;IAC3C,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC,qBAAqB,IAAI,EAAE,CAAC;IACjE,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC,qBAAqB,IAAI,EAAE,CAAC;IACjE,QAAQ,CAAC,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC;IACrC,QAAQ,CAAC,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC;IACjC,QAAQ,CAAC,YAAY,GAAG,SAAS,CAAC,YAAY,EAAE,GAAG,CAAC,CAAC,YAAY,EAAE,EAAE;QACnE,MAAM,WAAW,GAAG,IAAI,cAAc,EAAE,CAAC;QACzC,WAAW,CAAC,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC;QAClC,WAAW,CAAC,GAAG,CAAC,OAAO,GAAG,YAAY,CAAC,OAAO,CAAC;QAC/C,WAAW,CAAC,GAAG,CAAC,KAAK,GAAG,YAAY,CAAC,GAAG,CAAC;QACzC,WAAW,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC;QACvC,OAAO,WAAW,CAAC;IACrB,CAAC,CAAC,CAAC;IACH,QAAQ,CAAC,WAAW,GAAG,SAAS,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE;QAChE,MAAM,UAAU,GAAG,IAAI,gBAAgB,EAAE,CAAC;QAC1C,UAAU,CAAC,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC;QACzC,UAAU,CAAC,KAAK,GAAG,WAAW,CAAC,UAAU,CAAC;QAC1C,OAAO,UAAU,CAAC;IACpB,CAAC,CAAC,CAAC;IACH,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oCAAoC,GAAG,CAClD,SAAmC,EACN,EAAE;IAC/B,MAAM,QAAQ,GAAG,IAAI,2BAA2B,EAAE,CAAC;IACnD,QAAQ,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,CAAC;IAC3C,QAAQ,CAAC,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC;IACjC,QAAQ,CAAC,0BAA0B,GAAG,SAAS,CAAC,0BAA0B,CAAC;IAC3E,QAAQ,CAAC,kBAAkB,GAAG,SAAS,CAAC,kBAAkB,EAAE,GAAG,CAC7D,CAAC,kBAAkB,EAAE,EAAE;QACrB,MAAM,iBAAiB,GAAG,IAAI,0BAA0B,EAAE,CAAC;QAC3D,iBAAiB,CAAC,OAAO,GAAG,kBAAkB,CAAC,OAAO,CAAC;QACvD,iBAAiB,CAAC,UAAU,GAAG,kBAAkB,CAAC,UAAU,CAAC;QAC7D,OAAO,iBAAiB,CAAC;IAC3B,CAAC,CACF,CAAC;IACF,QAAQ,CAAC,YAAY,GAAG,SAAS,CAAC,YAAY,EAAE,GAAG,CAAC,CAAC,YAAY,EAAE,EAAE;QACnE,MAAM,WAAW,GAAG,IAAI,cAAc,EAAE,CAAC;QACzC,WAAW,CAAC,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC;QAClC,WAAW,CAAC,GAAG,CAAC,OAAO,GAAG,YAAY,CAAC,OAAO,CAAC;QAC/C,WAAW,CAAC,GAAG,CAAC,KAAK,GAAG,YAAY,CAAC,GAAG,CAAC;QACzC,WAAW,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC;QACvC,OAAO,WAAW,CAAC;IACrB,CAAC,CAAC,CAAC;IACH,QAAQ,CAAC,WAAW,GAAG,SAAS,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,WAAW,EAAE,EAAE;QAChE,MAAM,UAAU,GAAG,IAAI,gBAAgB,EAAE,CAAC;QAC1C,UAAU,CAAC,OAAO,GAAG,WAAW,CAAC,OAAO,CAAC;QACzC,UAAU,CAAC,KAAK,GAAG,WAAW,CAAC,UAAU,CAAC;QAC1C,OAAO,UAAU,CAAC;IACpB,CAAC,CAAC,CAAC;IACH,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CACvC,QAA8B,EACX,EAAE;IACrB,MAAM,SAAS,GAAG,IAAI,iBAAiB,EAAE,CAAC;IAC1C,SAAS,CAAC,IAAI,GAAG,oBAAoB,CACnC,QAAQ,CAAC,IAAI,EACb,6CAA6C,CAC9C,CAAC;IACF,SAAS,CAAC,MAAM,GAAG,oBAAoB,CACrC,QAAQ,CAAC,MAAM,EACf,+CAA+C,CAChD,CAAC;IACF,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAC/C,QAAsC,EACX,EAAE;IAC7B,oBAAoB,CAClB,QAAQ,CAAC,SAAS,EAClB,0DAA0D,CAC3D,CAAC;IACF,oBAAoB,CAClB,QAAQ,CAAC,OAAO,EAChB,wDAAwD,CACzD,CAAC;IACF,oBAAoB,CAClB,QAAQ,CAAC,iBAAiB,EAC1B,2DAA2D,CAC5D,CAAC;IACF,OAAO,IAAI,yBAAyB,CAClC,QAAQ,CAAC,SAAS,EAClB,QAAQ,CAAC,OAAO,EAChB,QAAQ,CAAC,iBAAiB,CAC3B,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAAG,CACpD,QAA2C,EACX,EAAE;IAClC,MAAM,SAAS,GAAG,IAAI,8BAA8B,EAAE,CAAC;IACvD,SAAS,CAAC,GAAG,GAAG,oBAAoB,CAClC,QAAQ,CAAC,GAAG,EACZ,yDAAyD,CAC1D,CAAC;IACF,SAAS,CAAC,KAAK,GAAG,oBAAoB,CACpC,QAAQ,CAAC,KAAK,EACd,2DAA2D,CAC5D,CAAC;IACF,SAAS,CAAC,eAAe,GAAG,aAAa,CACvC,oBAAoB,CAClB,QAAQ,CAAC,eAAe,EACxB,qEAAqE,CACtE,CACF,CAAC;IACF,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CACtC,QAA6B,EACX,EAAE;IACpB,MAAM,SAAS,GAAG,IAAI,gBAAgB,EAAE,CAAC;IACzC,SAAS,CAAC,OAAO,GAAG,oBAAoB,CACtC,QAAQ,CAAC,OAAO,EAChB,8CAA8C,CAC/C,CAAC;IACF,SAAS,CAAC,QAAQ,GAAG,oBAAoB,CACvC,QAAQ,CAAC,QAAQ,EACjB,+CAA+C,CAChD,CAAC;IACF,SAAS,CAAC,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC;IACnC,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,0CAA0C,GAAG,CACxD,QAA+C,EACX,EAAE;IACtC,MAAM,SAAS,GAAG,IAAI,kCAAkC,EAAE,CAAC;IAC3D,SAAS,CAAC,GAAG,GAAG,oBAAoB,CAClC,QAAQ,CAAC,GAAG,EACZ,6DAA6D,CAC9D,CAAC;IACF,SAAS,CAAC,KAAK,GAAG,oBAAoB,CACpC,QAAQ,CAAC,KAAK,EACd,+DAA+D,CAChE,CAAC;IACF,SAAS,CAAC,UAAU,GAAG,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE;QAC3D,MAAM,QAAQ,GAAG,IAAI,kBAAkB,EAAE,CAAC;QAC1C,QAAQ,CAAC,IAAI,GAAG,oBAAoB,CAClC,SAAS,CAAC,IAAI,EACd,6CAA6C,CAC9C,CAAC;QACF,QAAQ,CAAC,WAAW,GAAG,oBAAoB,CACzC,SAAS,CAAC,WAAW,EACrB,oDAAoD,CACrD,CAAC;QACF,QAAQ,CAAC,IAAI,GAAG,6BAA6B,CAC3C,oBAAoB,CAClB,SAAS,CAAC,IAAI,EACd,6CAA6C,CAC9C,CACF,CAAC;QACF,IAAI,SAAS,CAAC,KAAK,EAAE;YACnB,MAAM,sBAAsB,GAAG,IAAI,sBAAsB,EAAE,CAAC;YAC5D,sBAAsB,CAAC,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CACtD,6BAA6B,CAC9B,CAAC;YACF,sBAAsB,CAAC,KAAK,GAAG,SAAS,CAAC,KAAK,CAAC,KAAK,CAAC;YACrD,QAAQ,CAAC,KAAK,GAAG,sBAAsB,CAAC;SACzC;QACD,QAAQ,CAAC,YAAY,GAAG,SAAS,CAAC,YAAY,CAAC;QAC/C,QAAQ,CAAC,QAAQ,GAAG,SAAS,CAAC,QAAQ,CAAC;QACvC,OAAO,QAAQ,CAAC;IAClB,CAAC,CAAC,CAAC;IACH,SAAS,CAAC,cAAc,GAAG,oBAAoB,CAC7C,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,IAAI,CAChC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,QAAQ,CAAC,cAAc,CAC3C,EACD,yFAAyF,CAC1F,CAAC;IACF,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,sBAAsB,GAAG,CAC7B,iBAAuC,EACpB,EAAE,CACrB,IAAI,iBAAiB,CACnB,oBAAoB,CAClB,iBAAiB,CAAC,QAAQ,EAC1B,gDAAgD,CACjD,EACD,oBAAoB,CAClB,iBAAiB,CAAC,SAAS,EAC3B,iDAAiD,CAClD,EACD,oBAAoB,CAClB,iBAAiB,CAAC,WAAW,EAC7B,mDAAmD,CACpD,EACD,oBAAoB,CAClB,iBAAiB,CAAC,OAAO,EACzB,+CAA+C,CAChD,EACD,oBAAoB,CAClB,iBAAiB,CAAC,SAAS,EAC3B,iDAAiD,CAClD,CACF,CAAC;AAEJ,MAAM,CAAC,MAAM,wBAAwB,GAAG,CACtC,QAA6B,EACX,EAAE;IACpB,MAAM,SAAS,GAAG,IAAI,gBAAgB,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IACzD,SAAS,CAAC,iBAAiB,GAAG,QAAQ,CAAC,iBAAiB;QACtD,CAAC,CAAC,sBAAsB,CAAC,QAAQ,CAAC,iBAAiB,CAAC;QACpD,CAAC,CAAC,SAAS,CAAC;IACd,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,QAAwB,EAAe,EAAE;IAC3E,MAAM,SAAS,GAAG,IAAI,WAAW,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IACpD,SAAS,CAAC,iBAAiB,GAAG,QAAQ,CAAC,iBAAiB;QACtD,CAAC,CAAC,sBAAsB,CAAC,QAAQ,CAAC,iBAAiB,CAAC;QACpD,CAAC,CAAC,SAAS,CAAC;IACd,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CACpC,QAA2B,EACX,EAAE;IAClB,MAAM,cAAc,GAAG,IAAI,cAAc,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC5D,cAAc,CAAC,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC;IACtC,OAAO,cAAc,CAAC;AACxB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"V1_EngineHelper.js","sourceRoot":"","sources":["../../../../../../src/models/protocols/pure/v1/engine/V1_EngineHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -40,6 +40,8 @@ import type { V1_ServiceStorage } from './service/V1_ServiceStorage';
|
|
|
40
40
|
import type { GenerationMode } from '../../../../../graphManager/action/generation/GenerationConfigurationDescription';
|
|
41
41
|
import type { V1_QuerySearchSpecification } from './query/V1_QuerySearchSpecification';
|
|
42
42
|
import type { EXECUTION_SERIALIZATION_FORMAT } from '../../../../../graphManager/action/execution/ExecutionResult';
|
|
43
|
+
import type { V1_ExternalFormatDescription } from './externalFormat/V1_ExternalFormatDescription';
|
|
44
|
+
import type { V1_ExternalFormatModelGenerationInput } from './externalFormat/V1_ExternalFormatModelGeneration';
|
|
43
45
|
export declare class V1_EngineServerClient extends AbstractServerClient {
|
|
44
46
|
currentUserId?: string | undefined;
|
|
45
47
|
private env?;
|
|
@@ -57,6 +59,9 @@ export declare class V1_EngineServerClient extends AbstractServerClient {
|
|
|
57
59
|
transformJSONToGrammar: (input: PlainObject<V1_JsonToGrammarInput>) => Promise<PlainObject<V1_JsonToGrammarInput>>;
|
|
58
60
|
transformRelationalOperationElementGrammarToJSON: (input: PlainObject<V1_RelationalOperationElementGrammarToJsonInput>) => Promise<PlainObject<V1_RelationalOperationElementJsonToGrammarInput>>;
|
|
59
61
|
transformRelationalOperationElementJSONToGrammar: (input: PlainObject<V1_RelationalOperationElementJsonToGrammarInput>) => Promise<PlainObject<V1_RelationalOperationElementGrammarToJsonInput>>;
|
|
62
|
+
_externalFormats: () => string;
|
|
63
|
+
getAvailableExternalFormatsDescriptions: () => Promise<PlainObject<V1_ExternalFormatDescription>[]>;
|
|
64
|
+
generateModel: (input: PlainObject<V1_ExternalFormatModelGenerationInput>) => Promise<PlainObject<V1_GenerationOutput>[]>;
|
|
60
65
|
getAvailableCodeImportDescriptions: () => Promise<PlainObject<V1_ImportConfigurationDescription>[]>;
|
|
61
66
|
getAvailableSchemaImportDescriptions: () => Promise<PlainObject<V1_ImportConfigurationDescription>[]>;
|
|
62
67
|
transformExternalFormatToProtocol: (input: PlainObject<V1_PureModelContextGenerationInput>, type: string, mode: ImportMode) => Promise<PlainObject<V1_PureModelContextData>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_EngineServerClient.d.ts","sourceRoot":"","sources":["../../../../../../src/models/protocols/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAEL,oBAAoB,EACpB,KAAK,WAAW,EAChB,KAAK,kBAAkB,EACvB,KAAK,SAAS,EACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8EAA8E,CAAC;AAC/G,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACxF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACzF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AAC3F,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AACrF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAChF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAC;AACtG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,4CAA4C,CAAC;AACpG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,oDAAoD,CAAC;AAChH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,sDAAsD,CAAC;AAC5H,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AACjI,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,KAAK,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kFAAkF,CAAC;AACvH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,8DAA8D,CAAC;
|
|
1
|
+
{"version":3,"file":"V1_EngineServerClient.d.ts","sourceRoot":"","sources":["../../../../../../src/models/protocols/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -79,6 +79,10 @@ export class V1_EngineServerClient extends AbstractServerClient {
|
|
|
79
79
|
transformJSONToGrammar = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_TRACER_SPAN.JSON_TO_GRAMMAR), `${this._pure()}/grammar/transformJsonToGrammar`, input, {}, undefined, undefined, { enableCompression: true });
|
|
80
80
|
transformRelationalOperationElementGrammarToJSON = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_TRACER_SPAN.GRAMMAR_TO_JSON), `${this._pure()}/grammar/transformRelationalOperationElementGrammarToJson`, input, {}, undefined, undefined, { enableCompression: true });
|
|
81
81
|
transformRelationalOperationElementJSONToGrammar = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_TRACER_SPAN.JSON_TO_GRAMMAR), `${this._pure()}/grammar/transformRelationalOperationElementJsonToGrammar`, input, {}, undefined, undefined, { enableCompression: true });
|
|
82
|
+
// ------------------------------------------- External Format ---------------------------------------
|
|
83
|
+
_externalFormats = () => `${this._pure()}/external/format`;
|
|
84
|
+
getAvailableExternalFormatsDescriptions = () => this.get(`${this._externalFormats()}/availableFormats`);
|
|
85
|
+
generateModel = (input) => this.postWithTracing(this.getTraceData(CORE_ENGINE_TRACER_SPAN.GENERATE_FILE), `${this._externalFormats()}/generateModel`, input, {}, undefined, undefined, { enableCompression: true });
|
|
82
86
|
// ------------------------------------------- Code Import -------------------------------------------
|
|
83
87
|
getAvailableCodeImportDescriptions = () => this.get(`${this._pure()}/codeImport/availableImports`);
|
|
84
88
|
// ------------------------------------------- Schema Import -------------------------------------------
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_EngineServerClient.js","sourceRoot":"","sources":["../../../../../../src/models/protocols/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC1D,OAAO,EACL,WAAW,EACX,oBAAoB,GAIrB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"V1_EngineServerClient.js","sourceRoot":"","sources":["../../../../../../src/models/protocols/pure/v1/engine/V1_EngineServerClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAC1D,OAAO,EACL,WAAW,EACX,oBAAoB,GAIrB,MAAM,sBAAsB,CAAC;AA8B9B,IAAK,uBAuBJ;AAvBD,WAAK,uBAAuB;IAC1B,8EAAmD,CAAA;IACnD,8EAAmD,CAAA;IAEnD,qGAA0E,CAAA;IAC1E,0DAA+B,CAAA;IAE/B,8CAAmB,CAAA;IACnB,8DAAmC,CAAA;IACnC,4EAAiD,CAAA;IAEjD,8CAAmB,CAAA;IACnB,8EAAmD,CAAA;IAEnD,gEAAqC,CAAA;IACrC,sEAA2C,CAAA;IAC3C,4FAAiE,CAAA;IACjE,kEAAuC,CAAA;IACvC,wGAA6E,CAAA;IAE7E,wDAA6B,CAAA;IAC7B,wDAA6B,CAAA;IAC7B,wDAA6B,CAAA;AAC/B,CAAC,EAvBI,uBAAuB,KAAvB,uBAAuB,QAuB3B;AAED,MAAM,OAAO,qBAAsB,SAAQ,oBAAoB;IAC7D,aAAa,CAAsB;IAC3B,GAAG,CAAsB;IAEjC,sFAAsF;IACtF,8CAA8C;IAC9C,mEAAmE;IACnE,EAAE;IACF,yFAAyF;IACzF,qFAAqF;IACrF,yEAAyE;IACjE,YAAY,CAAsB;IAE1C,YACE,MAEC;QAED,KAAK,CAAC,MAAM,CAAC,CAAC;QAEd,cAAc,CAAC,IAAI,EAAE;YACnB,OAAO,EAAE,UAAU;YACnB,iBAAiB,EAAE,UAAU;YAC7B,UAAU,EAAE,MAAM;YAClB,cAAc,EAAE,MAAM;SACvB,CAAC,CAAC;QAEH,IAAI,CAAC,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;IAC1C,CAAC;IAED,MAAM,GAAG,CAAC,KAAyB,EAAQ,EAAE;QAC3C,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC;IACnB,CAAC,CAAC;IAEF,gBAAgB,GAAG,CAAC,KAAyB,EAAQ,EAAE;QACrD,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;IAC7B,CAAC,CAAC;IAEF,YAAY,GAAG,CACb,QAAgB,EAChB,WAA0C,EAC/B,EAAE,CAAC,CAAC;QACf,QAAQ;QACR,IAAI,EAAE;YACJ,GAAG,EAAE,IAAI,CAAC,GAAG,IAAI,WAAW;YAC5B,MAAM,EAAE,IAAI,CAAC,aAAa,IAAI,WAAW;YACzC,GAAG,WAAW;SACf;KACF,CAAC,CAAC;IAEH,KAAK,GAAG,GAAW,EAAE,CAAC,GAAG,IAAI,CAAC,OAAO,UAAU,CAAC;IAEhD,iGAAiG;IAEjG,OAAO,GAAG,GAAW,EAAE,CAAC,GAAG,IAAI,CAAC,OAAO,YAAY,CAAC;IACpD,gBAAgB,GAAG,GAAoB,EAAE,CACvC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC;IAE5C,kGAAkG;IAElG,sBAAsB,GAAG,CACvB,KAAyC,EACI,EAAE,CAC/C,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,eAAe,CAAC,EAC1D,GAAG,IAAI,CAAC,KAAK,EAAE,iCAAiC,EAChD,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IACJ,sBAAsB,GAAG,CACvB,KAAyC,EACI,EAAE,CAC/C,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,eAAe,CAAC,EAC1D,GAAG,IAAI,CAAC,KAAK,EAAE,iCAAiC,EAChD,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,gDAAgD,GAAG,CACjD,KAAmE,EACI,EAAE,CACzE,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,eAAe,CAAC,EAC1D,GAAG,IAAI,CAAC,KAAK,EAAE,2DAA2D,EAC1E,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,gDAAgD,GAAG,CACjD,KAAmE,EACI,EAAE,CACzE,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,eAAe,CAAC,EAC1D,GAAG,IAAI,CAAC,KAAK,EAAE,2DAA2D,EAC1E,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,sGAAsG;IAEtG,gBAAgB,GAAG,GAAW,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,kBAAkB,CAAC;IAEnE,uCAAuC,GAAG,GAExC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,CAAC;IAE7D,aAAa,GAAG,CACd,KAAyD,EACZ,EAAE,CAC/C,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,aAAa,CAAC,EACxD,GAAG,IAAI,CAAC,gBAAgB,EAAE,gBAAgB,EAC1C,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IACJ,sGAAsG;IAEtG,kCAAkC,GAAG,GAEnC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,8BAA8B,CAAC,CAAC;IAE7D,wGAAwG;IAExG,oCAAoC,GAAG,GAErC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,gCAAgC,CAAC,CAAC;IAC/D,iCAAiC,GAAG,CAClC,KAAsD,EACtD,IAAY,EACZ,IAAgB,EAC+B,EAAE,CACjD,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,2BAA2B,CAAC,EACtE,GAAG,IAAI,CAAC,KAAK,EAAE,IAAI,IAAI,IAAI,IAAI,EAAE,EACjC,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,0GAA0G;IAE1G,sCAAsC,GAAG,GAEvC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,sCAAsC,CAAC,CAAC;IACrE,YAAY,GAAG,CACb,IAAoB,EACpB,IAAY,EACZ,KAAwC,EACK,EAAE,CAC/C,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,aAAa,CAAC,EACxD,GAAG,IAAI,CAAC,KAAK,EAAE,IAAI,IAAI,IAAI,IAAI,EAAE,EACjC,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,4GAA4G;IAE5G,wCAAwC,GAAG,GAEzC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,wCAAwC,CAAC,CAAC;IAEvE,kGAAkG;IAElG,OAAO,GAAG,CACR,KAA2C,EACH,EAAE,CAC1C,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,OAAO,CAAC,EAClD,GAAG,IAAI,CAAC,KAAK,EAAE,sBAAsB,EACrC,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IACJ,gBAAgB,GAAG,CACjB,MAAiC,EACjC,KAA2C,EACM,EAAE,CACnD,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,EACjE,GAAG,IAAI,CAAC,KAAK,EAAE,+BAA+B,EAC9C,EAAE,MAAM,EAAE,KAAK,EAAE,EACjB,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,kGAAkG;IAElG,UAAU,GAAG,GAAW,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,YAAY,CAAC;IACvD,OAAO,GAAG,CACR,KAAmC,EACnC,OAGC,EACoD,EAAE,CACvD,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,OAAO,CAAC,EAClD,GAAG,IAAI,CAAC,UAAU,EAAE,UAAU,EAC9B,KAAK,EACL,EAAE,EACF,SAAS,EACT;QACE,mBAAmB,EAAE,OAAO,EAAE,mBAAmB;KAClD,EACD,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAC3B,EAAE,cAAc,EAAE,OAAO,CAAC,OAAO,EAAE,kBAAkB,CAAC,EAAE,CACzD,CAAC;IAEJ,YAAY,GAAG,CACb,KAAmC,EACK,EAAE,CAC1C,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,uBAAuB,CAAC,EAClE,GAAG,IAAI,CAAC,UAAU,EAAE,eAAe,EACnC,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IACJ,+BAA+B,GAAG,CAChC,KAAmC,EAClB,EAAE,CACnB,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CACf,uBAAuB,CAAC,oCAAoC,CAC7D,EACD,GAAG,IAAI,CAAC,UAAU,EAAE,sDAAsD,EAC1E,KAAK,EACL,EAAE,EACF,EAAE,MAAM,EAAE,WAAW,CAAC,UAAU,EAAE,EAClC,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,oGAAoG;IAEpG,UAAU,GAAG,GAAW,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,EAAE,YAAY,CAAC;IACvD,kBAAkB,GAAG,GAAW,EAAE,CAAC,GAAG,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC;IAEnE,aAAa,GAAG,CACd,KAAmC,EACY,EAAE,CACjD,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,uBAAuB,CAAC,EAClE,GAAG,IAAI,CAAC,kBAAkB,EAAE,oBAAoB,EAChD,KAAK,CACN,CAAC;IAEJ,kGAAkG;IAElG,QAAQ,GAAG,CAAC,gBAAyB,EAAU,EAAE,CAC/C,GAAG,gBAAgB,IAAI,IAAI,CAAC,OAAO,aAAa,CAAC;IACnD,oBAAoB,GAAG,GAErB,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAC;IACjD,eAAe,GAAG,CAChB,cAAgD,EAChD,gBAAwB,EACxB,oBAAwC,EACY,EAAE,CACtD,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,gBAAgB,CAAC,EAC3D,GAAG,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,YAChC,oBAAoB,CAAC,CAAC,CAAC,IAAI,oBAAoB,EAAE,CAAC,CAAC,CAAC,EACtD,EAAE,EACF,cAAc,EACd,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IACJ,qBAAqB,GAAG,CACtB,gBAAwB,EACxB,SAAiB,EACwB,EAAE,CAC3C,IAAI,CAAC,cAAc,CACjB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,mBAAmB,CAAC,EAC9D,GAAG,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,OAAO,SAAS,EAAE,CACrD,CAAC;IACJ,oBAAoB,GAAG,CACrB,gBAAwB,EACxB,YAAoB,EACD,EAAE,CACrB,IAAI,CAAC,cAAc,CACjB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,8BAA8B,CAAC,EACzE,GAAG,IAAI,CAAC,QAAQ,CACd,gBAAgB,CACjB,4BAA4B,YAAY,EAAE,EAC3C,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,EACF,EAAE,cAAc,EAAE,IAAI,EAAE,CACzB,CAAC;IACJ,eAAe,GAAG,CAChB,KAA2C,EACG,EAAE,CAChD,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,iBAAiB,CAAC,EAC5D,GAAG,IAAI,CAAC,QAAQ,EAAE,SAAS,EAC3B,KAAK,EACL,EAAE,EACF,SAAS,EACT,SAAS,EACT,EAAE,iBAAiB,EAAE,IAAI,EAAE,CAC5B,CAAC;IAEJ,gGAAgG;IAEhG,MAAM,GAAG,CAAC,OAAgB,EAAU,EAAE,CACpC,GAAG,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,OAAO,iBAClC,OAAO,CAAC,CAAC,CAAC,IAAI,kBAAkB,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAChD,EAAE,CAAC;IACL,aAAa,GAAG,CACd,mBAA6D,EACtB,EAAE,CACzC,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,mBAAmB,EAAE,SAAS,CAAC,CAAC;IACvE,QAAQ,GAAG,CAAC,OAAe,EAAkC,EAAE,CAC7D,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC;IACjC,WAAW,GAAG,CACZ,KAA4B,EACI,EAAE,CAClC,IAAI,CAAC,eAAe,CAClB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,YAAY,CAAC,EACvD,IAAI,CAAC,MAAM,EAAE,EACb,KAAK,CACN,CAAC;IACJ,WAAW,GAAG,CACZ,OAAe,EACf,KAA4B,EACI,EAAE,CAClC,IAAI,CAAC,cAAc,CACjB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,YAAY,CAAC,EACvD,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,EACpB,KAAK,CACN,CAAC;IACJ,WAAW,GAAG,CAAC,OAAe,EAAkC,EAAE,CAChE,IAAI,CAAC,iBAAiB,CACpB,IAAI,CAAC,YAAY,CAAC,uBAAuB,CAAC,YAAY,CAAC,EACvD,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CACrB,CAAC;CACL"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 { V1_GenerationProperty } from '../generation/V1_GenerationConfigurationDescription';
|
|
18
|
+
export declare class V1_ExternalFormatDescription {
|
|
19
|
+
name: string;
|
|
20
|
+
contentTypes: string[];
|
|
21
|
+
supportsSchemaGeneration: boolean;
|
|
22
|
+
schemaGenerationProperties: V1_GenerationProperty[];
|
|
23
|
+
supportsModelGeneration: boolean;
|
|
24
|
+
modelGenerationProperties: V1_GenerationProperty[];
|
|
25
|
+
constructor(name: string);
|
|
26
|
+
static readonly serialization: SerializationFactory<V1_ExternalFormatDescription>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=V1_ExternalFormatDescription.d.ts.map
|
package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_ExternalFormatDescription.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAoB,MAAM,sBAAsB,CAAC;AAC9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,qBAAa,4BAA4B;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,EAAE,CAAM;IAC5B,wBAAwB,UAAS;IACjC,0BAA0B,EAAE,qBAAqB,EAAE,CAAM;IACzD,uBAAuB,UAAS;IAChC,yBAAyB,EAAE,qBAAqB,EAAE,CAAM;gBAC5C,IAAI,EAAE,MAAM;IAIxB,MAAM,CAAC,QAAQ,CAAC,aAAa,qDAa3B;CACH"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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_GenerationProperty } from '../generation/V1_GenerationConfigurationDescription';
|
|
19
|
+
export class V1_ExternalFormatDescription {
|
|
20
|
+
name;
|
|
21
|
+
contentTypes = [];
|
|
22
|
+
supportsSchemaGeneration = false;
|
|
23
|
+
schemaGenerationProperties = [];
|
|
24
|
+
supportsModelGeneration = false;
|
|
25
|
+
modelGenerationProperties = [];
|
|
26
|
+
constructor(name) {
|
|
27
|
+
this.name = name;
|
|
28
|
+
}
|
|
29
|
+
static serialization = new SerializationFactory(createModelSchema(V1_ExternalFormatDescription, {
|
|
30
|
+
name: primitive(),
|
|
31
|
+
contentTypes: list(primitive()),
|
|
32
|
+
supportsSchemaGeneration: primitive(),
|
|
33
|
+
schemaGenerationProperties: usingModelSchema(V1_GenerationProperty.serialization.schema),
|
|
34
|
+
supportsModelGeneration: primitive(),
|
|
35
|
+
modelGenerationProperties: usingModelSchema(V1_GenerationProperty.serialization.schema),
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=V1_ExternalFormatDescription.js.map
|
package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_ExternalFormatDescription.js","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.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;AAC9E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,MAAM,OAAO,4BAA4B;IACvC,IAAI,CAAS;IACb,YAAY,GAAa,EAAE,CAAC;IAC5B,wBAAwB,GAAG,KAAK,CAAC;IACjC,0BAA0B,GAA4B,EAAE,CAAC;IACzD,uBAAuB,GAAG,KAAK,CAAC;IAChC,yBAAyB,GAA4B,EAAE,CAAC;IACxD,YAAY,IAAY;QACtB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAED,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,4BAA4B,EAAE;QAC9C,IAAI,EAAE,SAAS,EAAE;QACjB,YAAY,EAAE,IAAI,CAAC,SAAS,EAAE,CAAC;QAC/B,wBAAwB,EAAE,SAAS,EAAE;QACrC,0BAA0B,EAAE,gBAAgB,CAC1C,qBAAqB,CAAC,aAAa,CAAC,MAAM,CAC3C;QACD,uBAAuB,EAAE,SAAS,EAAE;QACpC,yBAAyB,EAAE,gBAAgB,CACzC,qBAAqB,CAAC,aAAa,CAAC,MAAM,CAC3C;KACF,CAAC,CACH,CAAC"}
|
package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.d.ts
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 { SerializationFactory } from '@finos/legend-shared';
|
|
17
|
+
import type { V1_PureModelContext } from '../../model/context/V1_PureModelContext';
|
|
18
|
+
export declare class V1_ExternalFormatModelGenerationInput {
|
|
19
|
+
clientVersion?: string | undefined;
|
|
20
|
+
model: V1_PureModelContext;
|
|
21
|
+
config?: Record<PropertyKey, unknown> | undefined;
|
|
22
|
+
constructor(model: V1_PureModelContext, config?: Record<PropertyKey, unknown>);
|
|
23
|
+
static readonly serialization: SerializationFactory<V1_ExternalFormatModelGenerationInput>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=V1_ExternalFormatModelGeneration.d.ts.map
|
package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_ExternalFormatModelGeneration.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAInF,qBAAa,qCAAqC;IAChD,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,KAAK,EAAE,mBAAmB,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,GAAG,SAAS,CAAC;gBAGhD,KAAK,EAAE,mBAAmB,EAC1B,MAAM,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC;IAOvC,MAAM,CAAC,QAAQ,CAAC,aAAa,8DAM3B;CACH"}
|
package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
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 { createModelSchema, optional, primitive, raw } from 'serializr';
|
|
17
|
+
import { SerializationFactory } from '@finos/legend-shared';
|
|
18
|
+
import { PureClientVersion } from '../../../../../../graphManager/GraphManagerUtils';
|
|
19
|
+
import { V1_pureModelContextPropSchema } from '../../transformation/pureProtocol/V1_PureProtocolSerialization';
|
|
20
|
+
export class V1_ExternalFormatModelGenerationInput {
|
|
21
|
+
clientVersion;
|
|
22
|
+
model;
|
|
23
|
+
config;
|
|
24
|
+
constructor(model, config) {
|
|
25
|
+
this.clientVersion = PureClientVersion.VX_X_X;
|
|
26
|
+
this.model = model;
|
|
27
|
+
this.config = config;
|
|
28
|
+
}
|
|
29
|
+
static serialization = new SerializationFactory(createModelSchema(V1_ExternalFormatModelGenerationInput, {
|
|
30
|
+
clientVersion: optional(primitive()),
|
|
31
|
+
model: V1_pureModelContextPropSchema,
|
|
32
|
+
config: raw(),
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=V1_ExternalFormatModelGeneration.js.map
|
package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_ExternalFormatModelGeneration.js","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAE5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AACrF,OAAO,EAAE,6BAA6B,EAAE,MAAM,gEAAgE,CAAC;AAE/G,MAAM,OAAO,qCAAqC;IAChD,aAAa,CAAsB;IACnC,KAAK,CAAsB;IAC3B,MAAM,CAA4C;IAElD,YACE,KAA0B,EAC1B,MAAqC;QAErC,IAAI,CAAC,aAAa,GAAG,iBAAiB,CAAC,MAAM,CAAC;QAC9C,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,qCAAqC,EAAE;QACvD,aAAa,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACpC,KAAK,EAAE,6BAA6B;QACpC,MAAM,EAAE,GAAG,EAAE;KACd,CAAC,CACH,CAAC"}
|
|
@@ -13,8 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { PureClientVersion } from '../../../../../../graphManager/GraphManagerUtils';
|
|
17
16
|
export declare class V1_PureModelContext {
|
|
18
|
-
version: PureClientVersion;
|
|
19
17
|
}
|
|
20
18
|
//# sourceMappingURL=V1_PureModelContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_PureModelContext.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,
|
|
1
|
+
{"version":3,"file":"V1_PureModelContext.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,qBAAa,mBAAmB;CAAG"}
|
|
@@ -13,8 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { PureClientVersion } from '../../../../../../graphManager/GraphManagerUtils';
|
|
17
16
|
export class V1_PureModelContext {
|
|
18
|
-
version = PureClientVersion.V1_0_0;
|
|
19
17
|
}
|
|
20
18
|
//# sourceMappingURL=V1_PureModelContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_PureModelContext.js","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,
|
|
1
|
+
{"version":3,"file":"V1_PureModelContext.js","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,OAAO,mBAAmB;CAAG"}
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import type { GenericClazz } from '@finos/legend-shared';
|
|
17
16
|
import { V1_PureModelContext } from '../../model/context/V1_PureModelContext';
|
|
18
17
|
import type { V1_PackageableElement } from '../../model/packageableElements/V1_PackageableElement';
|
|
19
18
|
import type { V1_PureModelContextPointer } from '../../model/context/V1_PureModelContextPointer';
|
|
@@ -22,6 +21,5 @@ export declare class V1_PureModelContextData extends V1_PureModelContext {
|
|
|
22
21
|
origin?: V1_PureModelContextPointer | undefined;
|
|
23
22
|
serializer?: V1_Protocol | undefined;
|
|
24
23
|
elements: V1_PackageableElement[];
|
|
25
|
-
getElementsOfType<T extends V1_PackageableElement>(clazz: GenericClazz<T>): T[];
|
|
26
24
|
}
|
|
27
25
|
//# sourceMappingURL=V1_PureModelContextData.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_PureModelContextData.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContextData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"V1_PureModelContextData.d.ts","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContextData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAC9E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AACnG,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,gDAAgD,CAAC;AACjG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,qBAAa,uBAAwB,SAAQ,mBAAmB;IAC9D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAChD,UAAU,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IACrC,QAAQ,EAAE,qBAAqB,EAAE,CAAM;CACxC"}
|
|
@@ -18,8 +18,5 @@ export class V1_PureModelContextData extends V1_PureModelContext {
|
|
|
18
18
|
origin;
|
|
19
19
|
serializer;
|
|
20
20
|
elements = [];
|
|
21
|
-
getElementsOfType(clazz) {
|
|
22
|
-
return this.elements.filter((type) => type instanceof clazz);
|
|
23
|
-
}
|
|
24
21
|
}
|
|
25
22
|
//# sourceMappingURL=V1_PureModelContextData.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1_PureModelContextData.js","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContextData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;
|
|
1
|
+
{"version":3,"file":"V1_PureModelContextData.js","sourceRoot":"","sources":["../../../../../../../src/models/protocols/pure/v1/model/context/V1_PureModelContextData.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAK9E,MAAM,OAAO,uBAAwB,SAAQ,mBAAmB;IAC9D,MAAM,CAA0C;IAChD,UAAU,CAA2B;IACrC,QAAQ,GAA4B,EAAE,CAAC;CACxC"}
|
|
@@ -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 } from '@finos/legend-shared';
|
|
17
|
+
import { V1_Connection, type V1_ConnectionVisitor } from '../../connection/V1_Connection';
|
|
18
|
+
import type { V1_UrlStream } from './V1_DSLExternalFormat_UrlStream';
|
|
19
|
+
export declare class V1_ExternalFormatConnection extends V1_Connection implements Hashable {
|
|
20
|
+
externalSource: V1_UrlStream;
|
|
21
|
+
get hashCode(): string;
|
|
22
|
+
accept_ConnectionVisitor<T>(visitor: V1_ConnectionVisitor<T>): T;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=V1_DSLExternalFormat_ExternalFormatConnection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_DSLExternalFormat_ExternalFormatConnection.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,EACL,aAAa,EACb,KAAK,oBAAoB,EAC1B,MAAM,gCAAgC,CAAC;AACxC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAErE,qBAAa,2BACX,SAAQ,aACR,YAAW,QAAQ;IAEnB,cAAc,EAAG,YAAY,CAAC;IAE9B,IAAI,QAAQ,IAAI,MAAM,CAMrB;IAED,wBAAwB,CAAC,CAAC,EAAE,OAAO,EAAE,oBAAoB,CAAC,CAAC,CAAC,GAAG,CAAC;CAGjE"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { hashArray } from '@finos/legend-shared';
|
|
17
|
+
import { DSL_EXTERNAL_FORMAT_HASH_STRUCTURE } from '../../../../../../../DSLExternalFormat_ModelUtils';
|
|
18
|
+
import { V1_Connection, } from '../../connection/V1_Connection';
|
|
19
|
+
export class V1_ExternalFormatConnection extends V1_Connection {
|
|
20
|
+
externalSource;
|
|
21
|
+
get hashCode() {
|
|
22
|
+
return hashArray([
|
|
23
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE.EXTERNAL_FORMAT_CONNECTION,
|
|
24
|
+
this.store ?? '',
|
|
25
|
+
this.externalSource,
|
|
26
|
+
]);
|
|
27
|
+
}
|
|
28
|
+
accept_ConnectionVisitor(visitor) {
|
|
29
|
+
return visitor.visit_Connection(this);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=V1_DSLExternalFormat_ExternalFormatConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_DSLExternalFormat_ExternalFormatConnection.js","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EACL,aAAa,GAEd,MAAM,gCAAgC,CAAC;AAGxC,MAAM,OAAO,2BACX,SAAQ,aAAa;IAGrB,cAAc,CAAgB;IAE9B,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,kCAAkC,CAAC,0BAA0B;YAC7D,IAAI,CAAC,KAAK,IAAI,EAAE;YAChB,IAAI,CAAC,cAAc;SACpB,CAAC,CAAC;IACL,CAAC;IAED,wBAAwB,CAAI,OAAgC;QAC1D,OAAO,OAAO,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;IACxC,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
|
+
export declare class V1_UrlStream implements Hashable {
|
|
18
|
+
url: string;
|
|
19
|
+
get hashCode(): string;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_DSLExternalFormat_UrlStream.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_DSLExternalFormat_UrlStream.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,QAAQ,EAAa,MAAM,sBAAsB,CAAC;AAGhE,qBAAa,YAAa,YAAW,QAAQ;IAC3C,GAAG,SAAM;IAET,IAAI,QAAQ,IAAI,MAAM,CAErB;CACF"}
|
|
@@ -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 { hashArray } from '@finos/legend-shared';
|
|
17
|
+
import { DSL_EXTERNAL_FORMAT_HASH_STRUCTURE } from '../../../../../../../DSLExternalFormat_ModelUtils';
|
|
18
|
+
export class V1_UrlStream {
|
|
19
|
+
url = '';
|
|
20
|
+
get hashCode() {
|
|
21
|
+
return hashArray([DSL_EXTERNAL_FORMAT_HASH_STRUCTURE.URL_STREAM, this.url]);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=V1_DSLExternalFormat_UrlStream.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_DSLExternalFormat_UrlStream.js","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAiB,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AAEvG,MAAM,OAAO,YAAY;IACvB,GAAG,GAAG,EAAE,CAAC;IAET,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC,CAAC,kCAAkC,CAAC,UAAU,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9E,CAAC;CACF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
export declare class V1_Schema implements Hashable {
|
|
18
|
+
id?: string | undefined;
|
|
19
|
+
location?: string | undefined;
|
|
20
|
+
content: string;
|
|
21
|
+
get hashCode(): string;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=V1_DSLExternalFormat_Schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_DSLExternalFormat_Schema.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGhE,qBAAa,SAAU,YAAW,QAAQ;IACxC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,OAAO,EAAG,MAAM,CAAC;IAEjB,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { hashArray } from '@finos/legend-shared';
|
|
17
|
+
import { DSL_EXTERNAL_FORMAT_HASH_STRUCTURE } from '../../../../../../../DSLExternalFormat_ModelUtils';
|
|
18
|
+
export class V1_Schema {
|
|
19
|
+
id;
|
|
20
|
+
location;
|
|
21
|
+
content;
|
|
22
|
+
get hashCode() {
|
|
23
|
+
return hashArray([
|
|
24
|
+
DSL_EXTERNAL_FORMAT_HASH_STRUCTURE.SCHEMA,
|
|
25
|
+
this.id ?? '',
|
|
26
|
+
this.location ?? '',
|
|
27
|
+
this.content,
|
|
28
|
+
]);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=V1_DSLExternalFormat_Schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_DSLExternalFormat_Schema.js","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AAEvG,MAAM,OAAO,SAAS;IACpB,EAAE,CAAsB;IACxB,QAAQ,CAAsB;IAC9B,OAAO,CAAU;IAEjB,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,kCAAkC,CAAC,MAAM;YACzC,IAAI,CAAC,EAAE,IAAI,EAAE;YACb,IAAI,CAAC,QAAQ,IAAI,EAAE;YACnB,IAAI,CAAC,OAAO;SACb,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -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 Hashable } from '@finos/legend-shared';
|
|
17
|
+
import { type V1_PackageableElementVisitor, V1_PackageableElement } from '../../V1_PackageableElement';
|
|
18
|
+
import type { V1_Schema } from './V1_DSLExternalFormat_Schema';
|
|
19
|
+
export declare class V1_SchemaSet extends V1_PackageableElement implements Hashable {
|
|
20
|
+
format: string;
|
|
21
|
+
schemas: V1_Schema[];
|
|
22
|
+
get hashCode(): string;
|
|
23
|
+
accept_PackageableElementVisitor<T>(visitor: V1_PackageableElementVisitor<T>): T;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=V1_DSLExternalFormat_SchemaSet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_DSLExternalFormat_SchemaSet.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,EACL,KAAK,4BAA4B,EACjC,qBAAqB,EACtB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAE/D,qBAAa,YAAa,SAAQ,qBAAsB,YAAW,QAAQ;IACzE,MAAM,SAAM;IACZ,OAAO,EAAE,SAAS,EAAE,CAAM;IAE1B,IAAa,QAAQ,IAAI,MAAM,CAO9B;IAED,gCAAgC,CAAC,CAAC,EAChC,OAAO,EAAE,4BAA4B,CAAC,CAAC,CAAC,GACvC,CAAC;CAGL"}
|