@finos/legend-graph 1.1.2 → 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.
Files changed (363) hide show
  1. package/lib/GraphManagerState.d.ts +2 -2
  2. package/lib/GraphManagerState.d.ts.map +1 -1
  3. package/lib/GraphManagerState.js +2 -2
  4. package/lib/GraphManagerState.js.map +1 -1
  5. package/lib/GraphManagerStateProvider.js +1 -1
  6. package/lib/GraphManagerStateProvider.js.map +1 -1
  7. package/lib/GraphManagerTestUtils.d.ts +5 -2
  8. package/lib/GraphManagerTestUtils.d.ts.map +1 -1
  9. package/lib/GraphManagerTestUtils.js +11 -4
  10. package/lib/GraphManagerTestUtils.js.map +1 -1
  11. package/lib/MetaModelConst.d.ts +5 -3
  12. package/lib/MetaModelConst.d.ts.map +1 -1
  13. package/lib/MetaModelConst.js +4 -2
  14. package/lib/MetaModelConst.js.map +1 -1
  15. package/lib/graph/BasicModel.d.ts +1 -1
  16. package/lib/graph/BasicModel.d.ts.map +1 -1
  17. package/lib/graph/BasicModel.js +2 -2
  18. package/lib/graph/BasicModel.js.map +1 -1
  19. package/lib/graph/DSLExternalFormat_Extension.d.ts +22 -0
  20. package/lib/graph/DSLExternalFormat_Extension.d.ts.map +1 -0
  21. package/lib/graph/DSLExternalFormat_Extension.js +31 -0
  22. package/lib/graph/DSLExternalFormat_Extension.js.map +1 -0
  23. package/lib/graph/DSLExternalFormat_PureGraphPlugin.d.ts +23 -0
  24. package/lib/graph/DSLExternalFormat_PureGraphPlugin.d.ts.map +1 -0
  25. package/lib/graph/DSLExternalFormat_PureGraphPlugin.js +28 -0
  26. package/lib/graph/DSLExternalFormat_PureGraphPlugin.js.map +1 -0
  27. package/lib/graph/DependencyManager.d.ts +2 -0
  28. package/lib/graph/DependencyManager.d.ts.map +1 -1
  29. package/lib/graph/DependencyManager.js +4 -0
  30. package/lib/graph/DependencyManager.js.map +1 -1
  31. package/lib/graph/PureModel.d.ts.map +1 -1
  32. package/lib/graph/PureModel.js +6 -3
  33. package/lib/graph/PureModel.js.map +1 -1
  34. package/lib/graphManager/AbstractPureGraphManager.d.ts +8 -4
  35. package/lib/graphManager/AbstractPureGraphManager.d.ts.map +1 -1
  36. package/lib/graphManager/AbstractPureGraphManager.js.map +1 -1
  37. package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.d.ts +21 -0
  38. package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.d.ts.map +1 -0
  39. package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.js +21 -0
  40. package/lib/graphManager/DSLExternalFormat_GraphManagerHelper.js.map +1 -0
  41. package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.d.ts +25 -0
  42. package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.d.ts.map +1 -0
  43. package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.js +67 -0
  44. package/lib/graphManager/DSLExternalFormat_PureGraphManagerPlugin.js.map +1 -0
  45. package/lib/graphManager/GraphBuilderReport.d.ts +18 -0
  46. package/lib/graphManager/GraphBuilderReport.d.ts.map +1 -0
  47. package/lib/graphManager/GraphBuilderReport.js +18 -0
  48. package/lib/graphManager/GraphBuilderReport.js.map +1 -0
  49. package/lib/graphManager/GraphManagerLogEvent.d.ts +1 -0
  50. package/lib/graphManager/GraphManagerLogEvent.d.ts.map +1 -1
  51. package/lib/graphManager/GraphManagerLogEvent.js +1 -0
  52. package/lib/graphManager/GraphManagerLogEvent.js.map +1 -1
  53. package/lib/graphManager/action/EngineError.d.ts +3 -0
  54. package/lib/graphManager/action/EngineError.d.ts.map +1 -1
  55. package/lib/graphManager/action/EngineError.js +3 -0
  56. package/lib/graphManager/action/EngineError.js.map +1 -1
  57. package/lib/graphManager/action/{TEMP__AbstractEngineConfig.d.ts → TEMPORARY__AbstractEngineConfig.d.ts} +2 -2
  58. package/lib/graphManager/action/TEMPORARY__AbstractEngineConfig.d.ts.map +1 -0
  59. package/lib/graphManager/action/{TEMP__AbstractEngineConfig.js → TEMPORARY__AbstractEngineConfig.js} +2 -2
  60. package/lib/graphManager/action/TEMPORARY__AbstractEngineConfig.js.map +1 -0
  61. package/lib/graphManager/action/externalFormat/ExternalFormatDescription.d.ts +26 -0
  62. package/lib/graphManager/action/externalFormat/ExternalFormatDescription.d.ts.map +1 -0
  63. package/lib/graphManager/action/externalFormat/ExternalFormatDescription.js +27 -0
  64. package/lib/graphManager/action/externalFormat/ExternalFormatDescription.js.map +1 -0
  65. package/lib/helpers/MappingHelper.d.ts.map +1 -1
  66. package/lib/helpers/MappingHelper.js +1 -4
  67. package/lib/helpers/MappingHelper.js.map +1 -1
  68. package/lib/helpers/PureLanguageHelper.d.ts +21 -0
  69. package/lib/helpers/PureLanguageHelper.d.ts.map +1 -0
  70. package/lib/helpers/PureLanguageHelper.js +73 -0
  71. package/lib/helpers/PureLanguageHelper.js.map +1 -0
  72. package/lib/index.d.ts +13 -1
  73. package/lib/index.d.ts.map +1 -1
  74. package/lib/index.js +14 -1
  75. package/lib/index.js.map +1 -1
  76. package/lib/models/DSLExternalFormat_ModelUtils.d.ts +24 -0
  77. package/lib/models/DSLExternalFormat_ModelUtils.d.ts.map +1 -0
  78. package/lib/models/DSLExternalFormat_ModelUtils.js +25 -0
  79. package/lib/models/DSLExternalFormat_ModelUtils.js.map +1 -0
  80. package/lib/models/metamodels/pure/packageableElements/PackageableElement.js +1 -1
  81. package/lib/models/metamodels/pure/packageableElements/PackageableElement.js.map +1 -1
  82. package/lib/models/metamodels/pure/packageableElements/domain/Package.d.ts.map +1 -1
  83. package/lib/models/metamodels/pure/packageableElements/domain/Package.js +4 -2
  84. package/lib/models/metamodels/pure/packageableElements/domain/Package.js.map +1 -1
  85. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.d.ts +29 -0
  86. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.d.ts.map +1 -0
  87. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.js +45 -0
  88. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.js.map +1 -0
  89. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.d.ts +23 -0
  90. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.d.ts.map +1 -0
  91. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.js +35 -0
  92. package/lib/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.js.map +1 -0
  93. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.d.ts +28 -0
  94. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.d.ts.map +1 -0
  95. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.js +53 -0
  96. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.js.map +1 -0
  97. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.d.ts +29 -0
  98. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.d.ts.map +1 -0
  99. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.js +55 -0
  100. package/lib/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.js.map +1 -0
  101. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.d.ts +25 -0
  102. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.d.ts.map +1 -0
  103. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.js +38 -0
  104. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.js.map +1 -0
  105. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.d.ts +35 -0
  106. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.d.ts.map +1 -0
  107. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.js +65 -0
  108. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.js.map +1 -0
  109. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.d.ts +31 -0
  110. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.d.ts.map +1 -0
  111. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.js +61 -0
  112. package/lib/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.js.map +1 -0
  113. package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.d.ts +33 -0
  114. package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.d.ts.map +1 -0
  115. package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.js +46 -0
  116. package/lib/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.js.map +1 -0
  117. package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.d.ts +2 -1
  118. package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.d.ts.map +1 -1
  119. package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.js +1 -1
  120. package/lib/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.js.map +1 -1
  121. package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.d.ts +3 -0
  122. package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.d.ts.map +1 -1
  123. package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.js +1 -0
  124. package/lib/models/metamodels/pure/packageableElements/mapping/SetImplementation.js.map +1 -1
  125. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/AuthenticationStrategy.d.ts +4 -10
  126. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/AuthenticationStrategy.d.ts.map +1 -1
  127. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/AuthenticationStrategy.js +11 -32
  128. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/AuthenticationStrategy.js.map +1 -1
  129. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.d.ts +21 -3
  130. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.d.ts.map +1 -1
  131. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.js +73 -8
  132. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.js.map +1 -1
  133. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.d.ts +1 -0
  134. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.d.ts.map +1 -1
  135. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.js +1 -0
  136. package/lib/models/metamodels/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.js.map +1 -1
  137. package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.d.ts +3 -0
  138. package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.d.ts.map +1 -1
  139. package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.js +7 -0
  140. package/lib/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.js.map +1 -1
  141. package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.d.ts +4 -0
  142. package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.d.ts.map +1 -1
  143. package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.js +11 -0
  144. package/lib/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.js.map +1 -1
  145. package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.d.ts +34 -0
  146. package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.d.ts.map +1 -0
  147. package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.js +253 -0
  148. package/lib/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.js.map +1 -0
  149. package/lib/models/protocols/pure/v1/V1_Core_SystemModels.json +2248 -0
  150. package/lib/models/protocols/pure/v1/V1_PureGraphManager.d.ts +8 -4
  151. package/lib/models/protocols/pure/v1/V1_PureGraphManager.d.ts.map +1 -1
  152. package/lib/models/protocols/pure/v1/V1_PureGraphManager.js +25 -6
  153. package/lib/models/protocols/pure/v1/V1_PureGraphManager.js.map +1 -1
  154. package/lib/models/protocols/pure/v1/engine/V1_Engine.d.ts +6 -2
  155. package/lib/models/protocols/pure/v1/engine/V1_Engine.d.ts.map +1 -1
  156. package/lib/models/protocols/pure/v1/engine/V1_Engine.js +17 -3
  157. package/lib/models/protocols/pure/v1/engine/V1_Engine.js.map +1 -1
  158. package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.d.ts +6 -2
  159. package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.d.ts.map +1 -1
  160. package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.js +31 -16
  161. package/lib/models/protocols/pure/v1/engine/V1_EngineHelper.js.map +1 -1
  162. package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.d.ts +10 -0
  163. package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.d.ts.map +1 -1
  164. package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.js +10 -0
  165. package/lib/models/protocols/pure/v1/engine/V1_EngineServerClient.js.map +1 -1
  166. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.d.ts +28 -0
  167. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.d.ts.map +1 -0
  168. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.js +38 -0
  169. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.js.map +1 -0
  170. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.d.ts +25 -0
  171. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.d.ts.map +1 -0
  172. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.js +35 -0
  173. package/lib/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.js.map +1 -0
  174. package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.d.ts +0 -2
  175. package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.d.ts.map +1 -1
  176. package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.js +0 -3
  177. package/lib/models/protocols/pure/v1/model/context/V1_PureModelContextData.js.map +1 -1
  178. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.d.ts +24 -0
  179. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.d.ts.map +1 -0
  180. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.js +32 -0
  181. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.js.map +1 -0
  182. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.d.ts +21 -0
  183. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.d.ts.map +1 -0
  184. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.js +24 -0
  185. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.js.map +1 -0
  186. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.d.ts +23 -0
  187. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.d.ts.map +1 -0
  188. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.js +31 -0
  189. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.js.map +1 -0
  190. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.d.ts +25 -0
  191. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.d.ts.map +1 -0
  192. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.js +34 -0
  193. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.js.map +1 -0
  194. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.d.ts +21 -0
  195. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.d.ts.map +1 -0
  196. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.js +24 -0
  197. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.js.map +1 -0
  198. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.d.ts +28 -0
  199. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.d.ts.map +1 -0
  200. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.js +38 -0
  201. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.js.map +1 -0
  202. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.d.ts +22 -0
  203. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.d.ts.map +1 -0
  204. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.js +29 -0
  205. package/lib/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.js.map +1 -0
  206. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.d.ts +2 -0
  207. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.d.ts.map +1 -1
  208. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.js.map +1 -1
  209. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.d.ts +25 -0
  210. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.d.ts.map +1 -0
  211. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.js +34 -0
  212. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.js.map +1 -0
  213. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.d.ts +2 -1
  214. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.d.ts.map +1 -1
  215. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.js +1 -1
  216. package/lib/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.js.map +1 -1
  217. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.d.ts +4 -8
  218. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.d.ts.map +1 -1
  219. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.js +9 -18
  220. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.js.map +1 -1
  221. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.d.ts +13 -2
  222. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.d.ts.map +1 -1
  223. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.js +24 -2
  224. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.js.map +1 -1
  225. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.d.ts +1 -0
  226. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.d.ts.map +1 -1
  227. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.js +1 -0
  228. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.js.map +1 -1
  229. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.d.ts +2 -0
  230. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.d.ts.map +1 -1
  231. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.js +2 -0
  232. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.js.map +1 -1
  233. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.d.ts +3 -0
  234. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.d.ts.map +1 -1
  235. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.js +5 -0
  236. package/lib/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.js.map +1 -1
  237. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.d.ts.map +1 -1
  238. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js +24 -14
  239. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.js.map +1 -1
  240. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.d.ts.map +1 -1
  241. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.js +5 -2
  242. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.js.map +1 -1
  243. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.d.ts +2 -0
  244. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.d.ts.map +1 -1
  245. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.js +34 -2
  246. package/lib/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.js.map +1 -1
  247. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.d.ts +22 -0
  248. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.d.ts.map +1 -0
  249. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.js +19 -0
  250. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.js.map +1 -0
  251. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.d.ts +2 -0
  252. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.d.ts.map +1 -1
  253. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.js +8 -0
  254. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.js.map +1 -1
  255. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.d.ts +2 -0
  256. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.d.ts.map +1 -1
  257. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.js +3 -0
  258. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.js.map +1 -1
  259. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.d.ts.map +1 -1
  260. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.js +8 -0
  261. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.js.map +1 -1
  262. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.d.ts.map +1 -1
  263. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.js +5 -2
  264. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.js.map +1 -1
  265. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.d.ts.map +1 -1
  266. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.js +21 -15
  267. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.js.map +1 -1
  268. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.d.ts.map +1 -1
  269. package/lib/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.js.map +1 -1
  270. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.d.ts.map +1 -1
  271. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.js +28 -20
  272. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.js.map +1 -1
  273. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.d.ts +25 -0
  274. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.d.ts.map +1 -0
  275. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.js +62 -0
  276. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.js.map +1 -0
  277. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.d.ts.map +1 -1
  278. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.js +10 -1
  279. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.js.map +1 -1
  280. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.d.ts.map +1 -1
  281. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.js +23 -2
  282. package/lib/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.js.map +1 -1
  283. package/lib/package.json +68 -0
  284. package/package.json +17 -12
  285. package/src/GraphManagerState.ts +10 -3
  286. package/src/GraphManagerTestUtils.tsx +17 -3
  287. package/src/MetaModelConst.ts +4 -2
  288. package/src/graph/BasicModel.ts +2 -2
  289. package/src/graph/DSLExternalFormat_Extension.ts +37 -0
  290. package/src/graph/DSLExternalFormat_PureGraphPlugin.ts +35 -0
  291. package/src/graph/DependencyManager.ts +5 -0
  292. package/src/graph/PureModel.ts +8 -2
  293. package/src/graphManager/AbstractPureGraphManager.ts +17 -4
  294. package/src/graphManager/DSLExternalFormat_GraphManagerHelper.ts +30 -0
  295. package/src/graphManager/DSLExternalFormat_PureGraphManagerPlugin.ts +86 -0
  296. package/src/graphManager/GraphBuilderReport.ts +17 -0
  297. package/src/graphManager/GraphManagerLogEvent.ts +1 -1
  298. package/src/graphManager/action/EngineError.ts +3 -0
  299. package/src/graphManager/action/{TEMP__AbstractEngineConfig.ts → TEMPORARY__AbstractEngineConfig.ts} +1 -1
  300. package/src/graphManager/action/externalFormat/ExternalFormatDescription.ts +30 -0
  301. package/src/helpers/MappingHelper.ts +1 -3
  302. package/src/helpers/PureLanguageHelper.ts +86 -0
  303. package/src/index.ts +17 -2
  304. package/src/models/DSLExternalFormat_ModelUtils.ts +24 -0
  305. package/src/models/metamodels/pure/packageableElements/PackageableElement.ts +1 -1
  306. package/src/models/metamodels/pure/packageableElements/domain/Package.ts +3 -2
  307. package/src/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_ExternalFormatConnection.ts +57 -0
  308. package/src/models/metamodels/pure/packageableElements/externalFormat/connection/DSLExternalFormat_UrlStream.ts +39 -0
  309. package/src/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_Schema.ts +59 -0
  310. package/src/models/metamodels/pure/packageableElements/externalFormat/schemaSet/DSLExternalFormat_SchemaSet.ts +74 -0
  311. package/src/models/metamodels/pure/packageableElements/externalFormat/store/BindingTransformer.ts +44 -0
  312. package/src/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_Binding.ts +80 -0
  313. package/src/models/metamodels/pure/packageableElements/externalFormat/store/DSLExternalFormat_ModelUnit.ts +98 -0
  314. package/src/models/metamodels/pure/packageableElements/mapping/MergeOperationSetImplementation.ts +81 -0
  315. package/src/models/metamodels/pure/packageableElements/mapping/OperationSetImplementation.ts +1 -1
  316. package/src/models/metamodels/pure/packageableElements/mapping/SetImplementation.ts +5 -0
  317. package/src/models/metamodels/pure/packageableElements/store/relational/connection/AuthenticationStrategy.ts +16 -44
  318. package/src/models/metamodels/pure/packageableElements/store/relational/connection/DatasourceSpecification.ts +97 -9
  319. package/src/models/metamodels/pure/packageableElements/store/relational/connection/RelationalDatabaseConnection.ts +1 -0
  320. package/src/models/metamodels/pure/packageableElements/store/relational/mapping/RelationalPropertyMapping.ts +9 -0
  321. package/src/models/metamodels/pure/packageableElements/store/relational/model/RelationalDataType.ts +14 -0
  322. package/src/models/protocols/pure/DSLExternalFormat_PureProtocolProcessorPlugin.ts +417 -0
  323. package/src/models/protocols/pure/v1/V1_Core_SystemModels.json +2248 -0
  324. package/src/models/protocols/pure/v1/V1_PureGraphManager.ts +51 -8
  325. package/src/models/protocols/pure/v1/engine/V1_Engine.ts +34 -2
  326. package/src/models/protocols/pure/v1/engine/V1_EngineHelper.ts +59 -29
  327. package/src/models/protocols/pure/v1/engine/V1_EngineServerClient.ts +28 -0
  328. package/src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatDescription.ts +46 -0
  329. package/src/models/protocols/pure/v1/engine/externalFormat/V1_ExternalFormatModelGeneration.ts +44 -0
  330. package/src/models/protocols/pure/v1/model/context/V1_PureModelContextData.ts +0 -9
  331. package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_ExternalFormatConnection.ts +42 -0
  332. package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/connection/V1_DSLExternalFormat_UrlStream.ts +26 -0
  333. package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_Schema.ts +33 -0
  334. package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.ts +43 -0
  335. package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.ts +26 -0
  336. package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.ts +45 -0
  337. package/src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.ts +31 -0
  338. package/src/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.ts +4 -0
  339. package/src/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.ts +46 -0
  340. package/src/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.ts +1 -1
  341. package/src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.ts +12 -25
  342. package/src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.ts +29 -2
  343. package/src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_RelationalDatabaseConnection.ts +1 -0
  344. package/src/models/protocols/pure/v1/model/packageableElements/store/relational/mapping/V1_RelationalPropertyMapping.ts +3 -0
  345. package/src/models/protocols/pure/v1/model/packageableElements/store/relational/model/V1_RelationalDataType.ts +9 -0
  346. package/src/models/protocols/pure/v1/transformation/pureGraph/from/V1_ConnectionTransformer.ts +25 -12
  347. package/src/models/protocols/pure/v1/transformation/pureGraph/from/V1_DatabaseTransformer.ts +4 -0
  348. package/src/models/protocols/pure/v1/transformation/pureGraph/from/V1_MappingTransformer.ts +53 -1
  349. package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_DSLExternalFormat_GraphBuilderHelper.ts +40 -0
  350. package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingFirstPassBuilder.ts +32 -0
  351. package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelClassMappingSecondPassBuilder.ts +7 -0
  352. package/src/models/protocols/pure/v1/transformation/pureGraph/to/V1_ProtocolToMetaModelPropertyMappingBuilder.ts +11 -0
  353. package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_DatabaseBuilderHelper.ts +4 -0
  354. package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_RelationalConnectionBuilderHelper.ts +49 -24
  355. package/src/models/protocols/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.ts +1 -2
  356. package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ConnectionSerializationHelper.ts +33 -39
  357. package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSLExternalFormat_ProtocolHelper.ts +90 -0
  358. package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DatabaseSerializationHelper.ts +13 -0
  359. package/src/models/protocols/pure/v1/transformation/pureProtocol/serializationHelpers/V1_MappingSerializationHelper.ts +30 -1
  360. package/tsconfig.json +31 -1
  361. package/CHANGELOG.md +0 -209
  362. package/lib/graphManager/action/TEMP__AbstractEngineConfig.d.ts.map +0 -1
  363. package/lib/graphManager/action/TEMP__AbstractEngineConfig.js.map +0 -1
@@ -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"}
@@ -0,0 +1,34 @@
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_PackageableElement, } from '../../V1_PackageableElement';
19
+ export class V1_SchemaSet extends V1_PackageableElement {
20
+ format = '';
21
+ schemas = [];
22
+ get hashCode() {
23
+ return hashArray([
24
+ DSL_EXTERNAL_FORMAT_HASH_STRUCTURE.SCHEMA_SET,
25
+ this.path,
26
+ this.format,
27
+ hashArray(this.schemas),
28
+ ]);
29
+ }
30
+ accept_PackageableElementVisitor(visitor) {
31
+ return visitor.visit_PackageableElement(this);
32
+ }
33
+ }
34
+ //# sourceMappingURL=V1_DSLExternalFormat_SchemaSet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_DSLExternalFormat_SchemaSet.js","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/schemaSet/V1_DSLExternalFormat_SchemaSet.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAEL,qBAAqB,GACtB,MAAM,6BAA6B,CAAC;AAGrC,MAAM,OAAO,YAAa,SAAQ,qBAAqB;IACrD,MAAM,GAAG,EAAE,CAAC;IACZ,OAAO,GAAgB,EAAE,CAAC;IAE1B,IAAa,QAAQ;QACnB,OAAO,SAAS,CAAC;YACf,kCAAkC,CAAC,UAAU;YAC7C,IAAI,CAAC,IAAI;YACT,IAAI,CAAC,MAAM;YACX,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC;SACxB,CAAC,CAAC;IACL,CAAC;IAED,gCAAgC,CAC9B,OAAwC;QAExC,OAAO,OAAO,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAC;IAChD,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_BindingTransformer implements Hashable {
18
+ binding: string;
19
+ get hashCode(): string;
20
+ }
21
+ //# sourceMappingURL=V1_BindingTransformer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_BindingTransformer.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGhE,qBAAa,qBAAsB,YAAW,QAAQ;IACpD,OAAO,EAAG,MAAM,CAAC;IAEjB,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 { CORE_HASH_STRUCTURE } from '../../../../../../../../MetaModelConst';
18
+ export class V1_BindingTransformer {
19
+ binding;
20
+ get hashCode() {
21
+ return hashArray([CORE_HASH_STRUCTURE.BINDING_TRANSFORMER, this.binding]);
22
+ }
23
+ }
24
+ //# sourceMappingURL=V1_BindingTransformer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_BindingTransformer.js","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_BindingTransformer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAE7E,MAAM,OAAO,qBAAqB;IAChC,OAAO,CAAU;IAEjB,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC,CAAC,mBAAmB,CAAC,mBAAmB,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;IAC5E,CAAC;CACF"}
@@ -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 { type Hashable } from '@finos/legend-shared';
17
+ import { V1_Store } from '../../store/V1_Store';
18
+ import type { V1_PackageableElementVisitor } from '../../V1_PackageableElement';
19
+ import type { V1_ModelUnit } from './V1_DSLExternalFormat_ModelUnit';
20
+ export declare class V1_Binding extends V1_Store implements Hashable {
21
+ schemaSet?: string | undefined;
22
+ schemaId?: string | undefined;
23
+ contentType: string;
24
+ modelUnit: V1_ModelUnit;
25
+ get hashCode(): string;
26
+ accept_PackageableElementVisitor<T>(visitor: V1_PackageableElementVisitor<T>): T;
27
+ }
28
+ //# sourceMappingURL=V1_DSLExternalFormat_Binding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_DSLExternalFormat_Binding.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAErE,qBAAa,UAAW,SAAQ,QAAS,YAAW,QAAQ;IAC1D,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,WAAW,EAAG,MAAM,CAAC;IACrB,SAAS,EAAG,YAAY,CAAC;IAEzB,IAAa,QAAQ,IAAI,MAAM,CAS9B;IAED,gCAAgC,CAAC,CAAC,EAChC,OAAO,EAAE,4BAA4B,CAAC,CAAC,CAAC,GACvC,CAAC;CAGL"}
@@ -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 { hashArray } from '@finos/legend-shared';
17
+ import { DSL_EXTERNAL_FORMAT_HASH_STRUCTURE } from '../../../../../../../DSLExternalFormat_ModelUtils';
18
+ import { V1_Store } from '../../store/V1_Store';
19
+ export class V1_Binding extends V1_Store {
20
+ schemaSet;
21
+ schemaId;
22
+ contentType;
23
+ modelUnit;
24
+ get hashCode() {
25
+ return hashArray([
26
+ DSL_EXTERNAL_FORMAT_HASH_STRUCTURE.BINDING,
27
+ this.path,
28
+ this.schemaSet ?? '',
29
+ this.schemaId ?? '',
30
+ this.contentType,
31
+ this.modelUnit,
32
+ ]);
33
+ }
34
+ accept_PackageableElementVisitor(visitor) {
35
+ return visitor.visit_PackageableElement(this);
36
+ }
37
+ }
38
+ //# sourceMappingURL=V1_DSLExternalFormat_Binding.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_DSLExternalFormat_Binding.js","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_Binding.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AACvG,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAIhD,MAAM,OAAO,UAAW,SAAQ,QAAQ;IACtC,SAAS,CAAsB;IAC/B,QAAQ,CAAsB;IAC9B,WAAW,CAAU;IACrB,SAAS,CAAgB;IAEzB,IAAa,QAAQ;QACnB,OAAO,SAAS,CAAC;YACf,kCAAkC,CAAC,OAAO;YAC1C,IAAI,CAAC,IAAI;YACT,IAAI,CAAC,SAAS,IAAI,EAAE;YACpB,IAAI,CAAC,QAAQ,IAAI,EAAE;YACnB,IAAI,CAAC,WAAW;YAChB,IAAI,CAAC,SAAS;SACf,CAAC,CAAC;IACL,CAAC;IAED,gCAAgC,CAC9B,OAAwC;QAExC,OAAO,OAAO,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAC;IAChD,CAAC;CACF"}
@@ -0,0 +1,22 @@
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_ModelUnit implements Hashable {
18
+ packageableElementIncludes: string[];
19
+ packageableElementExcludes: string[];
20
+ get hashCode(): string;
21
+ }
22
+ //# sourceMappingURL=V1_DSLExternalFormat_ModelUnit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_DSLExternalFormat_ModelUnit.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGhE,qBAAa,YAAa,YAAW,QAAQ;IAC3C,0BAA0B,EAAE,MAAM,EAAE,CAAM;IAC1C,0BAA0B,EAAE,MAAM,EAAE,CAAM;IAE1C,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF"}
@@ -0,0 +1,29 @@
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_ModelUnit {
19
+ packageableElementIncludes = [];
20
+ packageableElementExcludes = [];
21
+ get hashCode() {
22
+ return hashArray([
23
+ DSL_EXTERNAL_FORMAT_HASH_STRUCTURE.MODEL_UNIT,
24
+ hashArray(this.packageableElementIncludes),
25
+ hashArray(this.packageableElementExcludes),
26
+ ]);
27
+ }
28
+ }
29
+ //# sourceMappingURL=V1_DSLExternalFormat_ModelUnit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_DSLExternalFormat_ModelUnit.js","sourceRoot":"","sources":["../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/externalFormat/store/V1_DSLExternalFormat_ModelUnit.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AAEvG,MAAM,OAAO,YAAY;IACvB,0BAA0B,GAAa,EAAE,CAAC;IAC1C,0BAA0B,GAAa,EAAE,CAAC;IAE1C,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,kCAAkC,CAAC,UAAU;YAC7C,SAAS,CAAC,IAAI,CAAC,0BAA0B,CAAC;YAC1C,SAAS,CAAC,IAAI,CAAC,0BAA0B,CAAC;SAC3C,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -21,8 +21,10 @@ import type { V1_MappingClass } from './V1_MappingClass';
21
21
  import type { V1_OperationClassMapping } from './V1_OperationClassMapping';
22
22
  import type { V1_PureInstanceClassMapping } from '../../../model/packageableElements/store/modelToModel/mapping/V1_PureInstanceClassMapping';
23
23
  import type { V1_RootFlatDataClassMapping } from '../../../model/packageableElements/store/flatData/mapping/V1_RootFlatDataClassMapping';
24
+ import type { V1_MergeOperationClassMapping } from './V1_MergeOperationClassMapping';
24
25
  export interface V1_ClassMappingVisitor<T> {
25
26
  visit_ClassMapping(classMapping: V1_ClassMapping): T;
27
+ visit_MergeOperationClassMapping(classMapping: V1_MergeOperationClassMapping): T;
26
28
  visit_OperationClassMapping(classMapping: V1_OperationClassMapping): T;
27
29
  visit_PureInstanceClassMapping(classMapping: V1_PureInstanceClassMapping): T;
28
30
  visit_RootFlatDataClassMapping(classMapping: V1_RootFlatDataClassMapping): T;
@@ -1 +1 @@
1
- {"version":3,"file":"V1_ClassMapping.d.ts","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8GAA8G,CAAC;AACpK,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,2FAA2F,CAAC;AAC/I,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,uFAAuF,CAAC;AACvI,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,2FAA2F,CAAC;AAC7I,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,uFAAuF,CAAC;AAEzI,MAAM,WAAW,sBAAsB,CAAC,CAAC;IACvC,kBAAkB,CAAC,YAAY,EAAE,eAAe,GAAG,CAAC,CAAC;IACrD,2BAA2B,CAAC,YAAY,EAAE,wBAAwB,GAAG,CAAC,CAAC;IACvE,8BAA8B,CAAC,YAAY,EAAE,2BAA2B,GAAG,CAAC,CAAC;IAC7E,8BAA8B,CAAC,YAAY,EAAE,2BAA2B,GAAG,CAAC,CAAC;IAC7E,4BAA4B,CAAC,YAAY,EAAE,yBAAyB,GAAG,CAAC,CAAC;IACzE,gCAAgC,CAC9B,YAAY,EAAE,6BAA6B,GAC1C,CAAC,CAAC;IACL,kCAAkC,CAChC,YAAY,EAAE,+BAA+B,GAC5C,CAAC,CAAC;CACN;AAED,8BAAsB,eAAgB,YAAW,QAAQ;IACvD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAGxB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,EAAG,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAC3C,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3C,IAAI,QAAQ,IAAI,MAAM,CAOrB;IAED,QAAQ,CAAC,0BAA0B,CAAC,CAAC,EAAE,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC;CAC9E"}
1
+ {"version":3,"file":"V1_ClassMapping.d.ts","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,8GAA8G,CAAC;AACpK,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,2FAA2F,CAAC;AAC/I,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,uFAAuF,CAAC;AACvI,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,2FAA2F,CAAC;AAC7I,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,uFAAuF,CAAC;AACzI,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAErF,MAAM,WAAW,sBAAsB,CAAC,CAAC;IACvC,kBAAkB,CAAC,YAAY,EAAE,eAAe,GAAG,CAAC,CAAC;IACrD,gCAAgC,CAC9B,YAAY,EAAE,6BAA6B,GAC1C,CAAC,CAAC;IACL,2BAA2B,CAAC,YAAY,EAAE,wBAAwB,GAAG,CAAC,CAAC;IACvE,8BAA8B,CAAC,YAAY,EAAE,2BAA2B,GAAG,CAAC,CAAC;IAC7E,8BAA8B,CAAC,YAAY,EAAE,2BAA2B,GAAG,CAAC,CAAC;IAC7E,4BAA4B,CAAC,YAAY,EAAE,yBAAyB,GAAG,CAAC,CAAC;IACzE,gCAAgC,CAC9B,YAAY,EAAE,6BAA6B,GAC1C,CAAC,CAAC;IACL,kCAAkC,CAChC,YAAY,EAAE,+BAA+B,GAC5C,CAAC,CAAC;CACN;AAED,8BAAsB,eAAgB,YAAW,QAAQ;IACvD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAGxB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,EAAG,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAC3C,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3C,IAAI,QAAQ,IAAI,MAAM,CAOrB;IAED,QAAQ,CAAC,0BAA0B,CAAC,CAAC,EAAE,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC;CAC9E"}
@@ -1 +1 @@
1
- {"version":3,"file":"V1_ClassMapping.js","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAuB1E,MAAM,OAAgB,eAAe;IACnC,EAAE,CAAsB;IACxB,mGAAmG;IACnG,gGAAgG;IAChG,KAAK,CAAsB;IAC3B,IAAI,CAAW;IACf,YAAY,CAA+B;IAC3C,qBAAqB,CAAsB;IAE3C,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,kBAAkB;YACtC,IAAI,CAAC,EAAE,IAAI,EAAE;YACb,IAAI,CAAC,KAAK,IAAI,EAAE;YAChB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;SACrB,CAAC,CAAC;IACL,CAAC;CAGF"}
1
+ {"version":3,"file":"V1_ClassMapping.js","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_ClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AA2B1E,MAAM,OAAgB,eAAe;IACnC,EAAE,CAAsB;IACxB,mGAAmG;IACnG,gGAAgG;IAChG,KAAK,CAAsB;IAC3B,IAAI,CAAW;IACf,YAAY,CAA+B;IAC3C,qBAAqB,CAAsB;IAE3C,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,kBAAkB;YACtC,IAAI,CAAC,EAAE,IAAI,EAAE;YACb,IAAI,CAAC,KAAK,IAAI,EAAE;YAChB,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;SACrB,CAAC,CAAC;IACL,CAAC;CAGF"}
@@ -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_RawLambda } from '../../rawValueSpecification/V1_RawLambda';
18
+ import type { V1_ClassMappingVisitor } from './V1_ClassMapping';
19
+ import { V1_OperationClassMapping } from './V1_OperationClassMapping';
20
+ export declare class V1_MergeOperationClassMapping extends V1_OperationClassMapping implements Hashable {
21
+ validationFunction: V1_RawLambda;
22
+ get hashCode(): string;
23
+ accept_ClassMappingVisitor<T>(visitor: V1_ClassMappingVisitor<T>): T;
24
+ }
25
+ //# sourceMappingURL=V1_MergeOperationClassMapping.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_MergeOperationClassMapping.d.ts","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGhE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,qBAAa,6BACX,SAAQ,wBACR,YAAW,QAAQ;IAEnB,kBAAkB,EAAG,YAAY,CAAC;IAElC,IAAa,QAAQ,IAAI,MAAM,CAU9B;IACQ,0BAA0B,CAAC,CAAC,EACnC,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC,GACjC,CAAC;CAGL"}
@@ -0,0 +1,34 @@
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 { CORE_HASH_STRUCTURE } from '../../../../../../../MetaModelConst';
18
+ import { hashLambda } from '../../../../../../../MetaModelUtils';
19
+ import { V1_OperationClassMapping } from './V1_OperationClassMapping';
20
+ export class V1_MergeOperationClassMapping extends V1_OperationClassMapping {
21
+ validationFunction; // @MARKER GENERATED MODEL DISCREPANCY --- Studio does not process lambda
22
+ get hashCode() {
23
+ return hashArray([
24
+ CORE_HASH_STRUCTURE.OPERATION_SET_IMPLEMENTATION,
25
+ this.operation,
26
+ hashArray(this.parameters),
27
+ hashLambda(this.validationFunction.parameters, this.validationFunction.body),
28
+ ]);
29
+ }
30
+ accept_ClassMappingVisitor(visitor) {
31
+ return visitor.visit_MergeOperationClassMapping(this);
32
+ }
33
+ }
34
+ //# sourceMappingURL=V1_MergeOperationClassMapping.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_MergeOperationClassMapping.js","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_MergeOperationClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAGjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAEtE,MAAM,OAAO,6BACX,SAAQ,wBAAwB;IAGhC,kBAAkB,CAAgB,CAAC,yEAAyE;IAE5G,IAAa,QAAQ;QACnB,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,4BAA4B;YAChD,IAAI,CAAC,SAAS;YACd,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC;YAC1B,UAAU,CACR,IAAI,CAAC,kBAAkB,CAAC,UAAU,EAClC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAC7B;SACF,CAAC,CAAC;IACL,CAAC;IACQ,0BAA0B,CACjC,OAAkC;QAElC,OAAO,OAAO,CAAC,gCAAgC,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC;CACF"}
@@ -18,7 +18,8 @@ import { type V1_ClassMappingVisitor, V1_ClassMapping } from './V1_ClassMapping'
18
18
  export declare enum V1_MappingOperationType {
19
19
  STORE_UNION = "STORE_UNION",
20
20
  ROUTER_UNION = "ROUTER_UNION",
21
- INHERITANCE = "INHERITANCE"
21
+ INHERITANCE = "INHERITANCE",
22
+ MERGE = "MERGE"
22
23
  }
23
24
  export declare class V1_OperationClassMapping extends V1_ClassMapping implements Hashable {
24
25
  parameters: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"V1_OperationClassMapping.d.ts","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,EACL,KAAK,sBAAsB,EAC3B,eAAe,EAChB,MAAM,mBAAmB,CAAC;AAE3B,oBAAY,uBAAuB;IACjC,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;CAE5B;AAED,qBAAa,wBACX,SAAQ,eACR,YAAW,QAAQ;IAEnB,UAAU,EAAE,MAAM,EAAE,CAAM;IAC1B,SAAS,EAAG,uBAAuB,CAAC;IAEpC,IAAa,QAAQ,IAAI,MAAM,CAM9B;IAED,0BAA0B,CAAC,CAAC,EAAE,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC;CAGrE"}
1
+ {"version":3,"file":"V1_OperationClassMapping.d.ts","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,EACL,KAAK,sBAAsB,EAC3B,eAAe,EAChB,MAAM,mBAAmB,CAAC;AAE3B,oBAAY,uBAAuB;IACjC,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,KAAK,UAAU;CAChB;AAED,qBAAa,wBACX,SAAQ,eACR,YAAW,QAAQ;IAEnB,UAAU,EAAE,MAAM,EAAE,CAAM;IAC1B,SAAS,EAAG,uBAAuB,CAAC;IAEpC,IAAa,QAAQ,IAAI,MAAM,CAM9B;IAED,0BAA0B,CAAC,CAAC,EAAE,OAAO,EAAE,sBAAsB,CAAC,CAAC,CAAC,GAAG,CAAC;CAGrE"}
@@ -21,7 +21,7 @@ export var V1_MappingOperationType;
21
21
  V1_MappingOperationType["STORE_UNION"] = "STORE_UNION";
22
22
  V1_MappingOperationType["ROUTER_UNION"] = "ROUTER_UNION";
23
23
  V1_MappingOperationType["INHERITANCE"] = "INHERITANCE";
24
- // MERGE = 'MERGE',
24
+ V1_MappingOperationType["MERGE"] = "MERGE";
25
25
  })(V1_MappingOperationType || (V1_MappingOperationType = {}));
26
26
  export class V1_OperationClassMapping extends V1_ClassMapping {
27
27
  parameters = [];
@@ -1 +1 @@
1
- {"version":3,"file":"V1_OperationClassMapping.js","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAEL,eAAe,GAChB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,sDAA2B,CAAA;IAC3B,wDAA6B,CAAA;IAC7B,sDAA2B,CAAA;IAC3B,mBAAmB;AACrB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAED,MAAM,OAAO,wBACX,SAAQ,eAAe;IAGvB,UAAU,GAAa,EAAE,CAAC;IAC1B,SAAS,CAA2B;IAEpC,IAAa,QAAQ;QACnB,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,4BAA4B;YAChD,IAAI,CAAC,SAAS;YACd,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC;SAC3B,CAAC,CAAC;IACL,CAAC;IAED,0BAA0B,CAAI,OAAkC;QAC9D,OAAO,OAAO,CAAC,2BAA2B,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC;CACF"}
1
+ {"version":3,"file":"V1_OperationClassMapping.js","sourceRoot":"","sources":["../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/mapping/V1_OperationClassMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAiB,MAAM,sBAAsB,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAEL,eAAe,GAChB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,sDAA2B,CAAA;IAC3B,wDAA6B,CAAA;IAC7B,sDAA2B,CAAA;IAC3B,0CAAe,CAAA;AACjB,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAED,MAAM,OAAO,wBACX,SAAQ,eAAe;IAGvB,UAAU,GAAa,EAAE,CAAC;IAC1B,SAAS,CAA2B;IAEpC,IAAa,QAAQ;QACnB,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,4BAA4B;YAChD,IAAI,CAAC,SAAS;YACd,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC;SAC3B,CAAC,CAAC;IACL,CAAC;IAED,0BAA0B,CAAI,OAAkC;QAC9D,OAAO,OAAO,CAAC,2BAA2B,CAAC,IAAI,CAAC,CAAC;IACnD,CAAC;CACF"}
@@ -25,25 +25,21 @@ export declare class V1_DelegatedKerberosAuthenticationStrategy extends V1_Authe
25
25
  export declare class V1_DefaultH2AuthenticationStrategy extends V1_AuthenticationStrategy implements Hashable {
26
26
  get hashCode(): string;
27
27
  }
28
- export declare class V1_TestDatabaseAuthenticationStrategy extends V1_DefaultH2AuthenticationStrategy implements Hashable {
29
- get hashCode(): string;
30
- }
31
28
  export declare class V1_OAuthAuthenticationStrategy extends V1_AuthenticationStrategy implements Hashable {
32
29
  oauthKey: string;
33
30
  scopeName: string;
34
31
  get hashCode(): string;
35
32
  }
33
+ export declare class V1_ApiTokenAuthenticationStrategy extends V1_AuthenticationStrategy implements Hashable {
34
+ apiToken: string;
35
+ get hashCode(): string;
36
+ }
36
37
  export declare class V1_SnowflakePublicAuthenticationStrategy extends V1_AuthenticationStrategy implements Hashable {
37
38
  privateKeyVaultReference: string;
38
39
  passPhraseVaultReference: string;
39
40
  publicUserName: string;
40
41
  get hashCode(): string;
41
42
  }
42
- export declare class V1_UserPasswordAuthenticationStrategy extends V1_AuthenticationStrategy implements Hashable {
43
- userName: string;
44
- passwordVaultReference: string;
45
- get hashCode(): string;
46
- }
47
43
  export declare class V1_GCPApplicationDefaultCredentialsAuthenticationStrategy extends V1_AuthenticationStrategy implements Hashable {
48
44
  get hashCode(): string;
49
45
  }
@@ -1 +1 @@
1
- {"version":3,"file":"V1_AuthenticationStrategy.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,KAAK,QAAQ,EAAa,MAAM,sBAAsB,CAAC;AAEhE,8BAAsB,yBAA0B,YAAW,QAAQ;IACjE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA+B;IAElE,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC;CACjC;AAED,qBAAa,0CACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,IAAI,QAAQ,IAAI,MAAM,CAKrB;CACF;AAED,qBAAa,kCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,IAAI,QAAQ,IAAI,MAAM,CAErB;CACF;AAED,qBAAa,qCACX,SAAQ,kCACR,YAAW,QAAQ;IAEnB,IAAa,QAAQ,IAAI,MAAM,CAI9B;CACF;AAED,qBAAa,8BACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,MAAM,CAAC;IAEnB,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF;AAED,qBAAa,wCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,wBAAwB,EAAG,MAAM,CAAC;IAClC,wBAAwB,EAAG,MAAM,CAAC;IAClC,cAAc,EAAG,MAAM,CAAC;IAExB,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF;AAED,qBAAa,qCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,QAAQ,EAAG,MAAM,CAAC;IAClB,sBAAsB,EAAG,MAAM,CAAC;IAEhC,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF;AAED,qBAAa,yDACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,IAAI,QAAQ,IAAI,MAAM,CAIrB;CACF;AAED,qBAAa,yCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,sBAAsB,EAAG,MAAM,CAAC;IAChC,sBAAsB,EAAG,MAAM,CAAC;IAEhC,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF"}
1
+ {"version":3,"file":"V1_AuthenticationStrategy.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,KAAK,QAAQ,EAAa,MAAM,sBAAsB,CAAC;AAEhE,8BAAsB,yBAA0B,YAAW,QAAQ;IACjE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAA+B;IAElE,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC;CACjC;AAED,qBAAa,0CACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,IAAI,QAAQ,IAAI,MAAM,CAKrB;CACF;AAED,qBAAa,kCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,IAAI,QAAQ,IAAI,MAAM,CAErB;CACF;AAED,qBAAa,8BACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,MAAM,CAAC;IAEnB,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF;AAED,qBAAa,iCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,QAAQ,EAAG,MAAM,CAAC;IAElB,IAAI,QAAQ,IAAI,MAAM,CAKrB;CACF;AAED,qBAAa,wCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,wBAAwB,EAAG,MAAM,CAAC;IAClC,wBAAwB,EAAG,MAAM,CAAC;IAClC,cAAc,EAAG,MAAM,CAAC;IAExB,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF;AAED,qBAAa,yDACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,IAAI,QAAQ,IAAI,MAAM,CAIrB;CACF;AAED,qBAAa,yCACX,SAAQ,yBACR,YAAW,QAAQ;IAEnB,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,sBAAsB,EAAG,MAAM,CAAC;IAChC,sBAAsB,EAAG,MAAM,CAAC;IAEhC,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF"}
@@ -32,13 +32,6 @@ export class V1_DefaultH2AuthenticationStrategy extends V1_AuthenticationStrateg
32
32
  return hashArray([CORE_HASH_STRUCTURE.DEFAULT_H2_AUTHENTICATION_STRATEGY]);
33
33
  }
34
34
  }
35
- export class V1_TestDatabaseAuthenticationStrategy extends V1_DefaultH2AuthenticationStrategy {
36
- get hashCode() {
37
- return hashArray([
38
- CORE_HASH_STRUCTURE.TEST_DATABASE_AUTHENTICATION_STRATEGY,
39
- ]);
40
- }
41
- }
42
35
  export class V1_OAuthAuthenticationStrategy extends V1_AuthenticationStrategy {
43
36
  oauthKey;
44
37
  scopeName;
@@ -50,6 +43,15 @@ export class V1_OAuthAuthenticationStrategy extends V1_AuthenticationStrategy {
50
43
  ]);
51
44
  }
52
45
  }
46
+ export class V1_ApiTokenAuthenticationStrategy extends V1_AuthenticationStrategy {
47
+ apiToken;
48
+ get hashCode() {
49
+ return hashArray([
50
+ CORE_HASH_STRUCTURE.API_TOKEN_AUTHENTICATION_STRATEGY,
51
+ this.apiToken,
52
+ ]);
53
+ }
54
+ }
53
55
  export class V1_SnowflakePublicAuthenticationStrategy extends V1_AuthenticationStrategy {
54
56
  privateKeyVaultReference;
55
57
  passPhraseVaultReference;
@@ -63,17 +65,6 @@ export class V1_SnowflakePublicAuthenticationStrategy extends V1_AuthenticationS
63
65
  ]);
64
66
  }
65
67
  }
66
- export class V1_UserPasswordAuthenticationStrategy extends V1_AuthenticationStrategy {
67
- userName;
68
- passwordVaultReference;
69
- get hashCode() {
70
- return hashArray([
71
- CORE_HASH_STRUCTURE.USER_PASSWORD_AUTHENTICATION_STRATEGY,
72
- this.userName,
73
- this.passwordVaultReference,
74
- ]);
75
- }
76
- }
77
68
  export class V1_GCPApplicationDefaultCredentialsAuthenticationStrategy extends V1_AuthenticationStrategy {
78
69
  get hashCode() {
79
70
  return hashArray([
@@ -1 +1 @@
1
- {"version":3,"file":"V1_AuthenticationStrategy.js","sourceRoot":"","sources":["../../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAiB,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEhE,MAAM,OAAgB,yBAAyB;IAC5B,kBAAkB,CAA+B;CAGnE;AAED,MAAM,OAAO,0CACX,SAAQ,yBAAyB;IAGjC,eAAe,CAAsB;IACrC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,4CAA4C;YAChE,IAAI,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE;SACvC,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,kCACX,SAAQ,yBAAyB;IAGjC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC,CAAC,mBAAmB,CAAC,kCAAkC,CAAC,CAAC,CAAC;IAC7E,CAAC;CACF;AAED,MAAM,OAAO,qCACX,SAAQ,kCAAkC;IAG1C,IAAa,QAAQ;QACnB,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,qCAAqC;SAC1D,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,8BACX,SAAQ,yBAAyB;IAGjC,QAAQ,CAAU;IAClB,SAAS,CAAU;IAEnB,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,6BAA6B;YACjD,IAAI,CAAC,QAAQ;YACb,IAAI,CAAC,SAAS;SACf,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,wCACX,SAAQ,yBAAyB;IAGjC,wBAAwB,CAAU;IAClC,wBAAwB,CAAU;IAClC,cAAc,CAAU;IAExB,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,wCAAwC;YAC5D,IAAI,CAAC,wBAAwB;YAC7B,IAAI,CAAC,wBAAwB;YAC7B,IAAI,CAAC,cAAc;SACpB,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,qCACX,SAAQ,yBAAyB;IAGjC,QAAQ,CAAU;IAClB,sBAAsB,CAAU;IAEhC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,qCAAqC;YACzD,IAAI,CAAC,QAAQ;YACb,IAAI,CAAC,sBAAsB;SAC5B,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,yDACX,SAAQ,yBAAyB;IAGjC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,2DAA2D;SAChF,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,yCACX,SAAQ,yBAAyB;IAGjC,kBAAkB,CAAsB;IACxC,sBAAsB,CAAU;IAChC,sBAAsB,CAAU;IAEhC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,yCAAyC;YAC7D,IAAI,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE;YACzC,IAAI,CAAC,sBAAsB;YAC3B,IAAI,CAAC,sBAAsB;SAC5B,CAAC,CAAC;IACL,CAAC;CACF"}
1
+ {"version":3,"file":"V1_AuthenticationStrategy.js","sourceRoot":"","sources":["../../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_AuthenticationStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAiB,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEhE,MAAM,OAAgB,yBAAyB;IAC5B,kBAAkB,CAA+B;CAGnE;AAED,MAAM,OAAO,0CACX,SAAQ,yBAAyB;IAGjC,eAAe,CAAsB;IACrC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,4CAA4C;YAChE,IAAI,CAAC,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE;SACvC,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,kCACX,SAAQ,yBAAyB;IAGjC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC,CAAC,mBAAmB,CAAC,kCAAkC,CAAC,CAAC,CAAC;IAC7E,CAAC;CACF;AAED,MAAM,OAAO,8BACX,SAAQ,yBAAyB;IAGjC,QAAQ,CAAU;IAClB,SAAS,CAAU;IAEnB,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,6BAA6B;YACjD,IAAI,CAAC,QAAQ;YACb,IAAI,CAAC,SAAS;SACf,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,iCACX,SAAQ,yBAAyB;IAGjC,QAAQ,CAAU;IAElB,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,iCAAiC;YACrD,IAAI,CAAC,QAAQ;SACd,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,wCACX,SAAQ,yBAAyB;IAGjC,wBAAwB,CAAU;IAClC,wBAAwB,CAAU;IAClC,cAAc,CAAU;IAExB,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,wCAAwC;YAC5D,IAAI,CAAC,wBAAwB;YAC7B,IAAI,CAAC,wBAAwB;YAC7B,IAAI,CAAC,cAAc;SACpB,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,yDACX,SAAQ,yBAAyB;IAGjC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,2DAA2D;SAChF,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,yCACX,SAAQ,yBAAyB;IAGjC,kBAAkB,CAAsB;IACxC,sBAAsB,CAAU;IAChC,sBAAsB,CAAU;IAEhC,IAAI,QAAQ;QACV,OAAO,SAAS,CAAC;YACf,mBAAmB,CAAC,yCAAyC;YAC7D,IAAI,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE;YACzC,IAAI,CAAC,sBAAsB;YAC3B,IAAI,CAAC,sBAAsB;SAC5B,CAAC,CAAC;IACL,CAAC;CACF"}
@@ -20,7 +20,8 @@ export declare enum V1_DatasourceSpecificationType {
20
20
  SNOWFLAKE = "snowflake",
21
21
  BIGQUERY = "bigQuery",
22
22
  H2_LOCAL = "h2Local",
23
- REDSHIFT = "redshift"
23
+ REDSHIFT = "redshift",
24
+ DATABRICKS = "databricks"
24
25
  }
25
26
  export declare abstract class V1_DatasourceSpecification implements Hashable {
26
27
  private readonly _$nominalTypeBrand;
@@ -38,6 +39,13 @@ export declare class V1_EmbeddedH2DatasourceSpecification extends V1_DatasourceS
38
39
  autoServerMode: boolean;
39
40
  get hashCode(): string;
40
41
  }
42
+ export declare class V1_DatabricksDatasourceSpecification extends V1_DatasourceSpecification implements Hashable {
43
+ hostname: string;
44
+ port: string;
45
+ protocol: string;
46
+ httpPath: string;
47
+ get hashCode(): string;
48
+ }
41
49
  export declare class V1_SnowflakeDatasourceSpecification extends V1_DatasourceSpecification implements Hashable {
42
50
  accountName: string;
43
51
  region: string;
@@ -54,9 +62,12 @@ export declare class V1_SnowflakeDatasourceSpecification extends V1_DatasourceSp
54
62
  get hashCode(): string;
55
63
  }
56
64
  export declare class V1_RedshiftDatasourceSpecification extends V1_DatasourceSpecification implements Hashable {
65
+ clusterID: string;
57
66
  databaseName: string;
58
- endpoint: string;
67
+ host: string;
59
68
  port: number;
69
+ region: string;
70
+ endpointURL: string;
60
71
  get hashCode(): string;
61
72
  }
62
73
  export declare class V1_BigQueryDatasourceSpecification extends V1_DatasourceSpecification implements Hashable {
@@ -1 +1 @@
1
- {"version":3,"file":"V1_DatasourceSpecification.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,QAAQ,EAAa,MAAM,sBAAsB,CAAC;AAGhE,oBAAY,8BAA8B;IACxC,MAAM,WAAW;IACjB,WAAW,eAAe;IAC1B,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,QAAQ,YAAY;IACpB,QAAQ,aAAa;CACtB;AAED,8BAAsB,0BAA2B,YAAW,QAAQ;IAClE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAgC;IAEnE,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC;CACjC;AAED,qBAAa,gCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,IAAI,EAAG,MAAM,CAAC;IACd,IAAI,EAAG,MAAM,CAAC;IACd,YAAY,EAAG,MAAM,CAAC;IAEtB,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF;AAED,qBAAa,oCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,YAAY,EAAG,MAAM,CAAC;IACtB,SAAS,EAAG,MAAM,CAAC;IACnB,cAAc,EAAG,OAAO,CAAC;IAEzB,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF;AAED,qBAAa,mCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,WAAW,EAAG,MAAM,CAAC;IACrB,MAAM,EAAG,MAAM,CAAC;IAChB,aAAa,EAAG,MAAM,CAAC;IACvB,YAAY,EAAG,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B,IAAI,QAAQ,IAAI,MAAM,CAgBrB;CACF;AAED,qBAAa,kCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,YAAY,EAAG,MAAM,CAAC;IACtB,QAAQ,EAAG,MAAM,CAAC;IAClB,IAAI,EAAG,MAAM,CAAC;IAEd,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF;AAED,qBAAa,kCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,SAAS,EAAG,MAAM,CAAC;IACnB,cAAc,EAAG,MAAM,CAAC;IAExB,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF;AAED,qBAAa,iCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,iBAAiB,EAAE,MAAM,EAAE,CAAM;IAEjC,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF"}
1
+ {"version":3,"file":"V1_DatasourceSpecification.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/models/protocols/pure/v1/model/packageableElements/store/relational/connection/V1_DatasourceSpecification.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,QAAQ,EAAa,MAAM,sBAAsB,CAAC;AAGhE,oBAAY,8BAA8B;IACxC,MAAM,WAAW;IACjB,WAAW,eAAe;IAC1B,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,QAAQ,YAAY;IACpB,QAAQ,aAAa;IACrB,UAAU,eAAe;CAC1B;AAED,8BAAsB,0BAA2B,YAAW,QAAQ;IAClE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAgC;IAEnE,QAAQ,KAAK,QAAQ,IAAI,MAAM,CAAC;CACjC;AAED,qBAAa,gCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,IAAI,EAAG,MAAM,CAAC;IACd,IAAI,EAAG,MAAM,CAAC;IACd,YAAY,EAAG,MAAM,CAAC;IAEtB,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF;AAED,qBAAa,oCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,YAAY,EAAG,MAAM,CAAC;IACtB,SAAS,EAAG,MAAM,CAAC;IACnB,cAAc,EAAG,OAAO,CAAC;IAEzB,IAAI,QAAQ,IAAI,MAAM,CAOrB;CACF;AAED,qBAAa,oCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,QAAQ,EAAG,MAAM,CAAC;IAClB,IAAI,EAAG,MAAM,CAAC;IACd,QAAQ,EAAG,MAAM,CAAC;IAClB,QAAQ,EAAG,MAAM,CAAC;IAElB,IAAI,QAAQ,IAAI,MAAM,CAQrB;CACF;AAED,qBAAa,mCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,WAAW,EAAG,MAAM,CAAC;IACrB,MAAM,EAAG,MAAM,CAAC;IAChB,aAAa,EAAG,MAAM,CAAC;IACvB,YAAY,EAAG,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B,IAAI,QAAQ,IAAI,MAAM,CAgBrB;CACF;AAED,qBAAa,kCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,SAAS,EAAG,MAAM,CAAC;IACnB,YAAY,EAAG,MAAM,CAAC;IACtB,IAAI,EAAG,MAAM,CAAC;IACd,IAAI,EAAG,MAAM,CAAC;IACd,MAAM,EAAG,MAAM,CAAC;IAChB,WAAW,EAAG,MAAM,CAAC;IAErB,IAAI,QAAQ,IAAI,MAAM,CAUrB;CACF;AAED,qBAAa,kCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,SAAS,EAAG,MAAM,CAAC;IACnB,cAAc,EAAG,MAAM,CAAC;IAExB,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF;AAED,qBAAa,iCACX,SAAQ,0BACR,YAAW,QAAQ;IAEnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,iBAAiB,EAAE,MAAM,EAAE,CAAM;IAEjC,IAAI,QAAQ,IAAI,MAAM,CAMrB;CACF"}