@bluealba/pae-core 0.0.3 → 3.4.1-develop-1171

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 (972) hide show
  1. package/LICENSE +134 -0
  2. package/README.md +94 -6
  3. package/dist/package.json +36 -0
  4. package/dist/src/auth/domain/auth-method.constants.d.ts +7 -0
  5. package/dist/src/auth/domain/auth-method.constants.d.ts.map +1 -0
  6. package/dist/src/auth/domain/auth-method.constants.js +10 -0
  7. package/dist/src/auth/domain/auth-method.constants.js.map +1 -0
  8. package/dist/src/auth/domain/auth-method.interface.d.ts +6 -0
  9. package/dist/src/auth/domain/auth-method.interface.d.ts.map +1 -0
  10. package/dist/src/auth/domain/auth-method.interface.js +3 -0
  11. package/dist/src/auth/domain/auth-method.interface.js.map +1 -0
  12. package/dist/src/auth/domain/auth-user.interface.d.ts +29 -0
  13. package/dist/src/auth/domain/auth-user.interface.d.ts.map +1 -0
  14. package/dist/src/auth/domain/auth-user.interface.js.map +1 -0
  15. package/dist/src/auth/index.d.ts +4 -0
  16. package/dist/src/auth/index.d.ts.map +1 -0
  17. package/dist/src/{user/repositories → auth}/index.js +1 -1
  18. package/dist/src/auth/index.js.map +1 -0
  19. package/dist/src/authentication/anonymous-user.d.ts +3 -0
  20. package/dist/src/authentication/anonymous-user.d.ts.map +1 -0
  21. package/dist/src/authentication/anonymous-user.js +12 -0
  22. package/dist/src/authentication/anonymous-user.js.map +1 -0
  23. package/dist/src/authentication/api/all-profiles-request.d.ts +3 -0
  24. package/dist/src/authentication/api/all-profiles-request.d.ts.map +1 -0
  25. package/dist/src/authentication/api/all-profiles-request.js +6 -0
  26. package/dist/src/authentication/api/all-profiles-request.js.map +1 -0
  27. package/dist/src/authentication/api/can-impersonate-request.d.ts +3 -0
  28. package/dist/src/authentication/api/can-impersonate-request.d.ts.map +1 -0
  29. package/dist/src/authentication/api/can-impersonate-request.js +7 -0
  30. package/dist/src/authentication/api/can-impersonate-request.js.map +1 -0
  31. package/dist/src/authentication/api/create-api-key-request.d.ts +4 -0
  32. package/dist/src/authentication/api/create-api-key-request.d.ts.map +1 -0
  33. package/dist/src/authentication/api/create-api-key-request.js +6 -0
  34. package/dist/src/authentication/api/create-api-key-request.js.map +1 -0
  35. package/dist/src/authentication/api/create-impersonation-config-request.d.ts +4 -0
  36. package/dist/src/authentication/api/create-impersonation-config-request.d.ts.map +1 -0
  37. package/dist/src/authentication/api/create-impersonation-config-request.js +7 -0
  38. package/dist/src/authentication/api/create-impersonation-config-request.js.map +1 -0
  39. package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts +3 -0
  40. package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts.map +1 -0
  41. package/dist/src/authentication/api/create-impersonation-restriction-request.js +6 -0
  42. package/dist/src/authentication/api/create-impersonation-restriction-request.js.map +1 -0
  43. package/dist/src/authentication/api/create-invitation-request.d.ts +4 -0
  44. package/dist/src/authentication/api/create-invitation-request.d.ts.map +1 -0
  45. package/dist/src/authentication/api/create-invitation-request.js +6 -0
  46. package/dist/src/authentication/api/create-invitation-request.js.map +1 -0
  47. package/dist/src/authentication/api/delete-api-key-request.d.ts +2 -0
  48. package/dist/src/authentication/api/delete-api-key-request.d.ts.map +1 -0
  49. package/dist/src/authentication/api/delete-api-key-request.js +6 -0
  50. package/dist/src/authentication/api/delete-api-key-request.js.map +1 -0
  51. package/dist/src/authentication/api/delete-impersonation-config-request.d.ts +2 -0
  52. package/dist/src/authentication/api/delete-impersonation-config-request.d.ts.map +1 -0
  53. package/dist/src/authentication/api/delete-impersonation-config-request.js +6 -0
  54. package/dist/src/authentication/api/delete-impersonation-config-request.js.map +1 -0
  55. package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts +3 -0
  56. package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts.map +1 -0
  57. package/dist/src/authentication/api/delete-impersonation-restriction-request.js +6 -0
  58. package/dist/src/authentication/api/delete-impersonation-restriction-request.js.map +1 -0
  59. package/dist/src/authentication/api/delete-invitation-request.d.ts +2 -0
  60. package/dist/src/authentication/api/delete-invitation-request.d.ts.map +1 -0
  61. package/dist/src/authentication/api/delete-invitation-request.js +6 -0
  62. package/dist/src/authentication/api/delete-invitation-request.js.map +1 -0
  63. package/dist/src/authentication/api/delete-user-identity-request.d.ts +2 -0
  64. package/dist/src/authentication/api/delete-user-identity-request.d.ts.map +1 -0
  65. package/dist/src/authentication/api/delete-user-identity-request.js +6 -0
  66. package/dist/src/authentication/api/delete-user-identity-request.js.map +1 -0
  67. package/dist/src/authentication/api/delete-user-request.d.ts +2 -0
  68. package/dist/src/authentication/api/delete-user-request.d.ts.map +1 -0
  69. package/dist/src/authentication/api/delete-user-request.js +6 -0
  70. package/dist/src/authentication/api/delete-user-request.js.map +1 -0
  71. package/dist/src/authentication/api/get-all-api-keys-request.d.ts +3 -0
  72. package/dist/src/authentication/api/get-all-api-keys-request.d.ts.map +1 -0
  73. package/dist/src/authentication/api/get-all-api-keys-request.js +7 -0
  74. package/dist/src/authentication/api/get-all-api-keys-request.js.map +1 -0
  75. package/dist/src/authentication/api/get-all-impersonation-configs-request.d.ts +3 -0
  76. package/dist/src/authentication/api/get-all-impersonation-configs-request.d.ts.map +1 -0
  77. package/dist/src/authentication/api/get-all-impersonation-configs-request.js +6 -0
  78. package/dist/src/authentication/api/get-all-impersonation-configs-request.js.map +1 -0
  79. package/dist/src/authentication/api/get-authentication-config.d.ts +3 -0
  80. package/dist/src/authentication/api/get-authentication-config.d.ts.map +1 -0
  81. package/dist/src/authentication/api/get-authentication-config.js +6 -0
  82. package/dist/src/authentication/api/get-authentication-config.js.map +1 -0
  83. package/dist/src/authentication/api/get-invitations-request.d.ts +5 -0
  84. package/dist/src/authentication/api/get-invitations-request.d.ts.map +1 -0
  85. package/dist/src/authentication/api/get-invitations-request.js +7 -0
  86. package/dist/src/authentication/api/get-invitations-request.js.map +1 -0
  87. package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts +3 -0
  88. package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts.map +1 -0
  89. package/dist/src/authentication/api/get-profiles-by-user-emails-request.js +6 -0
  90. package/dist/src/authentication/api/get-profiles-by-user-emails-request.js.map +1 -0
  91. package/dist/src/authentication/api/get-user-restrictions-request.d.ts +2 -0
  92. package/dist/src/authentication/api/get-user-restrictions-request.d.ts.map +1 -0
  93. package/dist/src/authentication/api/get-user-restrictions-request.js +6 -0
  94. package/dist/src/authentication/api/get-user-restrictions-request.js.map +1 -0
  95. package/dist/src/authentication/api/get-users-request.d.ts +4 -0
  96. package/dist/src/authentication/api/get-users-request.d.ts.map +1 -0
  97. package/dist/src/authentication/api/get-users-request.js +7 -0
  98. package/dist/src/authentication/api/get-users-request.js.map +1 -0
  99. package/dist/src/authentication/api/resend-invitation-request.d.ts +2 -0
  100. package/dist/src/authentication/api/resend-invitation-request.d.ts.map +1 -0
  101. package/dist/src/authentication/api/resend-invitation-request.js +6 -0
  102. package/dist/src/authentication/api/resend-invitation-request.js.map +1 -0
  103. package/dist/src/authentication/api/search-profiles-request.d.ts +4 -0
  104. package/dist/src/authentication/api/search-profiles-request.d.ts.map +1 -0
  105. package/dist/src/authentication/api/search-profiles-request.js +10 -0
  106. package/dist/src/authentication/api/search-profiles-request.js.map +1 -0
  107. package/dist/src/authentication/api/update-impersonation-config-request.d.ts +4 -0
  108. package/dist/src/authentication/api/update-impersonation-config-request.d.ts.map +1 -0
  109. package/dist/src/authentication/api/update-impersonation-config-request.js +7 -0
  110. package/dist/src/authentication/api/update-impersonation-config-request.js.map +1 -0
  111. package/dist/src/authentication/authentication.service.d.ts +41 -0
  112. package/dist/src/authentication/authentication.service.d.ts.map +1 -0
  113. package/dist/src/authentication/authentication.service.js +121 -0
  114. package/dist/src/authentication/authentication.service.js.map +1 -0
  115. package/dist/src/authentication/domain/base-user.interface.d.ts +13 -0
  116. package/dist/src/authentication/domain/base-user.interface.d.ts.map +1 -0
  117. package/dist/src/authentication/domain/base-user.interface.js +3 -0
  118. package/dist/src/authentication/domain/base-user.interface.js.map +1 -0
  119. package/dist/src/authentication/domain/request-user.interface.d.ts +17 -0
  120. package/dist/src/authentication/domain/request-user.interface.d.ts.map +1 -0
  121. package/dist/src/authentication/domain/request-user.interface.js +3 -0
  122. package/dist/src/authentication/domain/request-user.interface.js.map +1 -0
  123. package/dist/src/authentication/dto/api-key-response.dto.d.ts +8 -0
  124. package/dist/src/authentication/dto/api-key-response.dto.d.ts.map +1 -0
  125. package/dist/src/authentication/dto/api-key-response.dto.js +3 -0
  126. package/dist/src/authentication/dto/api-key-response.dto.js.map +1 -0
  127. package/dist/src/authentication/dto/can-impersonate-response.dto.d.ts +5 -0
  128. package/dist/src/authentication/dto/can-impersonate-response.dto.d.ts.map +1 -0
  129. package/dist/src/{catalog/catalog-repository.interface.js → authentication/dto/can-impersonate-response.dto.js} +1 -1
  130. package/dist/src/authentication/dto/can-impersonate-response.dto.js.map +1 -0
  131. package/dist/src/authentication/dto/create-api-key-request.d.ts +5 -0
  132. package/dist/src/authentication/dto/create-api-key-request.d.ts.map +1 -0
  133. package/dist/src/authentication/dto/create-api-key-request.js +3 -0
  134. package/dist/src/authentication/dto/create-api-key-request.js.map +1 -0
  135. package/dist/src/authentication/dto/create-api-key-response.dto.d.ts +4 -0
  136. package/dist/src/authentication/dto/create-api-key-response.dto.d.ts.map +1 -0
  137. package/dist/src/{authorization/allowed-resources.interface.js → authentication/dto/create-api-key-response.dto.js} +1 -1
  138. package/dist/src/authentication/dto/create-api-key-response.dto.js.map +1 -0
  139. package/dist/src/authentication/dto/create-impersonation-config-response.dto.d.ts +7 -0
  140. package/dist/src/authentication/dto/create-impersonation-config-response.dto.d.ts.map +1 -0
  141. package/dist/src/authentication/dto/create-impersonation-config-response.dto.js +3 -0
  142. package/dist/src/authentication/dto/create-impersonation-config-response.dto.js.map +1 -0
  143. package/dist/src/authentication/dto/create-invitation-request.dto.d.ts +5 -0
  144. package/dist/src/authentication/dto/create-invitation-request.dto.d.ts.map +1 -0
  145. package/dist/src/authentication/dto/create-invitation-request.dto.js +3 -0
  146. package/dist/src/authentication/dto/create-invitation-request.dto.js.map +1 -0
  147. package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts +3 -0
  148. package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts.map +1 -0
  149. package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.js +3 -0
  150. package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.js.map +1 -0
  151. package/dist/src/authentication/dto/group.dto.d.ts +26 -0
  152. package/dist/src/authentication/dto/group.dto.d.ts.map +1 -0
  153. package/dist/src/{user/group.interface.js → authentication/dto/group.dto.js} +1 -1
  154. package/dist/src/authentication/dto/group.dto.js.map +1 -0
  155. package/dist/src/authentication/dto/impersonation-config-response.dto.d.ts +7 -0
  156. package/dist/src/authentication/dto/impersonation-config-response.dto.d.ts.map +1 -0
  157. package/dist/src/authentication/dto/impersonation-config-response.dto.js +3 -0
  158. package/dist/src/authentication/dto/impersonation-config-response.dto.js.map +1 -0
  159. package/dist/src/authentication/dto/impersonation-restriction.dto.d.ts +5 -0
  160. package/dist/src/authentication/dto/impersonation-restriction.dto.d.ts.map +1 -0
  161. package/dist/src/authentication/dto/impersonation-restriction.dto.js +3 -0
  162. package/dist/src/authentication/dto/impersonation-restriction.dto.js.map +1 -0
  163. package/dist/src/authentication/dto/invitation.dto.d.ts +9 -0
  164. package/dist/src/authentication/dto/invitation.dto.d.ts.map +1 -0
  165. package/dist/src/{pae/config.interface.js → authentication/dto/invitation.dto.js} +1 -1
  166. package/dist/src/authentication/dto/invitation.dto.js.map +1 -0
  167. package/dist/src/authentication/dto/invitations-response.dto.d.ts +4 -0
  168. package/dist/src/authentication/dto/invitations-response.dto.d.ts.map +1 -0
  169. package/dist/src/authentication/dto/invitations-response.dto.js +3 -0
  170. package/dist/src/authentication/dto/invitations-response.dto.js.map +1 -0
  171. package/dist/src/authentication/dto/manage-impersonation-config-request.d.ts +5 -0
  172. package/dist/src/authentication/dto/manage-impersonation-config-request.d.ts.map +1 -0
  173. package/dist/src/authentication/dto/manage-impersonation-config-request.js +3 -0
  174. package/dist/src/authentication/dto/manage-impersonation-config-request.js.map +1 -0
  175. package/dist/src/authentication/dto/oauth-provider.dto.d.ts +174 -0
  176. package/dist/src/authentication/dto/oauth-provider.dto.d.ts.map +1 -0
  177. package/dist/src/authentication/dto/oauth-provider.dto.js +26 -0
  178. package/dist/src/authentication/dto/oauth-provider.dto.js.map +1 -0
  179. package/dist/src/authentication/dto/search-profiles-request.dto.d.ts +4 -0
  180. package/dist/src/authentication/dto/search-profiles-request.dto.d.ts.map +1 -0
  181. package/dist/src/authentication/dto/search-profiles-request.dto.js +3 -0
  182. package/dist/src/authentication/dto/search-profiles-request.dto.js.map +1 -0
  183. package/dist/src/authentication/dto/user-identity.dto.d.ts +13 -0
  184. package/dist/src/authentication/dto/user-identity.dto.d.ts.map +1 -0
  185. package/dist/src/authentication/dto/user-identity.dto.js +3 -0
  186. package/dist/src/authentication/dto/user-identity.dto.js.map +1 -0
  187. package/dist/src/authentication/dto/user.dto.d.ts +13 -0
  188. package/dist/src/authentication/dto/user.dto.d.ts.map +1 -0
  189. package/dist/src/authentication/dto/user.dto.js +3 -0
  190. package/dist/src/authentication/dto/user.dto.js.map +1 -0
  191. package/dist/src/authentication/dto/users-response.dto.d.ts +4 -0
  192. package/dist/src/authentication/dto/users-response.dto.d.ts.map +1 -0
  193. package/dist/src/authentication/dto/users-response.dto.js +3 -0
  194. package/dist/src/authentication/dto/users-response.dto.js.map +1 -0
  195. package/dist/src/authentication/entities/api-key.entity.d.ts +10 -0
  196. package/dist/src/authentication/entities/api-key.entity.d.ts.map +1 -0
  197. package/dist/src/authentication/entities/api-key.entity.js +22 -0
  198. package/dist/src/authentication/entities/api-key.entity.js.map +1 -0
  199. package/dist/src/authentication/entities/authentication-config.entity.d.ts +84 -0
  200. package/dist/src/authentication/entities/authentication-config.entity.d.ts.map +1 -0
  201. package/dist/src/authentication/entities/authentication-config.entity.js +3 -0
  202. package/dist/src/authentication/entities/authentication-config.entity.js.map +1 -0
  203. package/dist/src/authentication/entities/authentication-parameters.entity.d.ts +101 -0
  204. package/dist/src/authentication/entities/authentication-parameters.entity.d.ts.map +1 -0
  205. package/dist/src/authentication/entities/authentication-parameters.entity.js +91 -0
  206. package/dist/src/authentication/entities/authentication-parameters.entity.js.map +1 -0
  207. package/dist/src/authentication/entities/can-impersonate.entity.d.ts +7 -0
  208. package/dist/src/authentication/entities/can-impersonate.entity.d.ts.map +1 -0
  209. package/dist/src/authentication/entities/can-impersonate.entity.js +17 -0
  210. package/dist/src/authentication/entities/can-impersonate.entity.js.map +1 -0
  211. package/dist/src/authentication/entities/impersonation-config.entity.d.ts +10 -0
  212. package/dist/src/authentication/entities/impersonation-config.entity.d.ts.map +1 -0
  213. package/dist/src/authentication/entities/impersonation-config.entity.js +22 -0
  214. package/dist/src/authentication/entities/impersonation-config.entity.js.map +1 -0
  215. package/dist/src/authentication/impersonation.d.ts +9 -0
  216. package/dist/src/authentication/impersonation.d.ts.map +1 -0
  217. package/dist/src/authentication/impersonation.js +11 -0
  218. package/dist/src/authentication/impersonation.js.map +1 -0
  219. package/dist/src/authentication/index.d.ts +23 -1
  220. package/dist/src/authentication/index.d.ts.map +1 -1
  221. package/dist/src/authentication/index.js +17 -1
  222. package/dist/src/authentication/index.js.map +1 -1
  223. package/dist/src/authentication/is-anonymous-user.d.ts +18 -0
  224. package/dist/src/authentication/is-anonymous-user.d.ts.map +1 -0
  225. package/dist/src/authentication/is-anonymous-user.js +27 -0
  226. package/dist/src/authentication/is-anonymous-user.js.map +1 -0
  227. package/dist/src/authentication/password-constraints.d.ts +10 -0
  228. package/dist/src/authentication/password-constraints.d.ts.map +1 -0
  229. package/dist/src/authentication/password-constraints.js +12 -0
  230. package/dist/src/authentication/password-constraints.js.map +1 -0
  231. package/dist/src/authentication/types/InvitationTokenPayload.d.ts +15 -0
  232. package/dist/src/authentication/types/InvitationTokenPayload.d.ts.map +1 -0
  233. package/dist/src/authentication/types/InvitationTokenPayload.js +3 -0
  234. package/dist/src/authentication/types/InvitationTokenPayload.js.map +1 -0
  235. package/dist/src/authentication/utils/index.d.ts +2 -0
  236. package/dist/src/authentication/utils/index.d.ts.map +1 -0
  237. package/dist/src/authentication/utils/index.js +9 -0
  238. package/dist/src/authentication/utils/index.js.map +1 -0
  239. package/dist/src/authentication/utils/user-comparison.d.ts +99 -0
  240. package/dist/src/authentication/utils/user-comparison.d.ts.map +1 -0
  241. package/dist/src/authentication/utils/user-comparison.js +133 -0
  242. package/dist/src/authentication/utils/user-comparison.js.map +1 -0
  243. package/dist/src/authorization/api/assign-operation-to-role-request.d.ts +3 -0
  244. package/dist/src/authorization/api/assign-operation-to-role-request.d.ts.map +1 -0
  245. package/dist/src/authorization/api/assign-operation-to-role-request.js +6 -0
  246. package/dist/src/authorization/api/assign-operation-to-role-request.js.map +1 -0
  247. package/dist/src/authorization/api/create-application-request.d.ts +5 -0
  248. package/dist/src/authorization/api/create-application-request.d.ts.map +1 -0
  249. package/dist/src/authorization/api/create-application-request.js +7 -0
  250. package/dist/src/authorization/api/create-application-request.js.map +1 -0
  251. package/dist/src/authorization/api/create-operation-request.d.ts +5 -0
  252. package/dist/src/authorization/api/create-operation-request.d.ts.map +1 -0
  253. package/dist/src/authorization/api/create-operation-request.js +8 -0
  254. package/dist/src/authorization/api/create-operation-request.js.map +1 -0
  255. package/dist/src/authorization/api/create-role-request.d.ts +5 -0
  256. package/dist/src/authorization/api/create-role-request.d.ts.map +1 -0
  257. package/dist/src/authorization/api/create-role-request.js +8 -0
  258. package/dist/src/authorization/api/create-role-request.js.map +1 -0
  259. package/dist/src/authorization/api/create-rule-request.d.ts +4 -0
  260. package/dist/src/authorization/api/create-rule-request.d.ts.map +1 -0
  261. package/dist/src/authorization/api/create-rule-request.js +8 -0
  262. package/dist/src/authorization/api/create-rule-request.js.map +1 -0
  263. package/dist/src/authorization/api/delete-application-request.d.ts +4 -0
  264. package/dist/src/authorization/api/delete-application-request.d.ts.map +1 -0
  265. package/dist/src/authorization/api/delete-application-request.js +6 -0
  266. package/dist/src/authorization/api/delete-application-request.js.map +1 -0
  267. package/dist/src/authorization/api/delete-operation-request.d.ts +4 -0
  268. package/dist/src/authorization/api/delete-operation-request.d.ts.map +1 -0
  269. package/dist/src/authorization/api/delete-operation-request.js +6 -0
  270. package/dist/src/authorization/api/delete-operation-request.js.map +1 -0
  271. package/dist/src/authorization/api/delete-role-request.d.ts +4 -0
  272. package/dist/src/authorization/api/delete-role-request.d.ts.map +1 -0
  273. package/dist/src/authorization/api/delete-role-request.js +6 -0
  274. package/dist/src/authorization/api/delete-role-request.js.map +1 -0
  275. package/dist/src/authorization/api/delete-rule-request.d.ts +4 -0
  276. package/dist/src/authorization/api/delete-rule-request.d.ts.map +1 -0
  277. package/dist/src/authorization/api/delete-rule-request.js +6 -0
  278. package/dist/src/authorization/api/delete-rule-request.js.map +1 -0
  279. package/dist/src/authorization/api/get-admin-ui-data-request.d.ts +3 -0
  280. package/dist/src/authorization/api/get-admin-ui-data-request.d.ts.map +1 -0
  281. package/dist/src/authorization/api/get-admin-ui-data-request.js +7 -0
  282. package/dist/src/authorization/api/get-admin-ui-data-request.js.map +1 -0
  283. package/dist/src/authorization/api/get-all-applications-request.d.ts +4 -0
  284. package/dist/src/authorization/api/get-all-applications-request.d.ts.map +1 -0
  285. package/dist/src/authorization/api/get-all-applications-request.js +7 -0
  286. package/dist/src/authorization/api/get-all-applications-request.js.map +1 -0
  287. package/dist/src/authorization/api/get-all-operations-request.d.ts +5 -0
  288. package/dist/src/authorization/api/get-all-operations-request.d.ts.map +1 -0
  289. package/dist/src/authorization/api/get-all-operations-request.js +7 -0
  290. package/dist/src/authorization/api/get-all-operations-request.js.map +1 -0
  291. package/dist/src/authorization/api/get-all-roles-request.d.ts +5 -0
  292. package/dist/src/authorization/api/get-all-roles-request.d.ts.map +1 -0
  293. package/dist/src/authorization/api/get-all-roles-request.js +7 -0
  294. package/dist/src/authorization/api/get-all-roles-request.js.map +1 -0
  295. package/dist/src/authorization/api/get-all-rules-request.d.ts +5 -0
  296. package/dist/src/authorization/api/get-all-rules-request.d.ts.map +1 -0
  297. package/dist/src/authorization/api/get-all-rules-request.js +7 -0
  298. package/dist/src/authorization/api/get-all-rules-request.js.map +1 -0
  299. package/dist/src/authorization/api/get-allowed-applications-request.d.ts +3 -0
  300. package/dist/src/authorization/api/get-allowed-applications-request.d.ts.map +1 -0
  301. package/dist/src/authorization/api/get-allowed-applications-request.js +7 -0
  302. package/dist/src/authorization/api/get-allowed-applications-request.js.map +1 -0
  303. package/dist/src/authorization/api/get-allowed-operations-for-app-request.d.ts +4 -0
  304. package/dist/src/authorization/api/get-allowed-operations-for-app-request.d.ts.map +1 -0
  305. package/dist/src/authorization/api/get-allowed-operations-for-app-request.js +7 -0
  306. package/dist/src/authorization/api/get-allowed-operations-for-app-request.js.map +1 -0
  307. package/dist/src/authorization/api/get-allowed-resources-request.d.ts +4 -0
  308. package/dist/src/authorization/api/get-allowed-resources-request.d.ts.map +1 -0
  309. package/dist/src/authorization/api/get-allowed-resources-request.js +7 -0
  310. package/dist/src/authorization/api/get-allowed-resources-request.js.map +1 -0
  311. package/dist/src/authorization/api/get-operations-for-role-request.d.ts +4 -0
  312. package/dist/src/authorization/api/get-operations-for-role-request.d.ts.map +1 -0
  313. package/dist/src/authorization/api/get-operations-for-role-request.js +7 -0
  314. package/dist/src/authorization/api/get-operations-for-role-request.js.map +1 -0
  315. package/dist/src/authorization/api/get-roles-for-operation.d.ts +4 -0
  316. package/dist/src/authorization/api/get-roles-for-operation.d.ts.map +1 -0
  317. package/dist/src/authorization/api/get-roles-for-operation.js +7 -0
  318. package/dist/src/authorization/api/get-roles-for-operation.js.map +1 -0
  319. package/dist/src/authorization/api/request-factory.d.ts +4 -0
  320. package/dist/src/authorization/api/request-factory.d.ts.map +1 -0
  321. package/dist/src/authorization/api/request-factory.js +21 -0
  322. package/dist/src/authorization/api/request-factory.js.map +1 -0
  323. package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts +3 -0
  324. package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts.map +1 -0
  325. package/dist/src/authorization/api/unassign-operation-from-role-request.js +6 -0
  326. package/dist/src/authorization/api/unassign-operation-from-role-request.js.map +1 -0
  327. package/dist/src/authorization/api/update-application-request.d.ts +4 -0
  328. package/dist/src/authorization/api/update-application-request.d.ts.map +1 -0
  329. package/dist/src/authorization/api/update-application-request.js +8 -0
  330. package/dist/src/authorization/api/update-application-request.js.map +1 -0
  331. package/dist/src/authorization/api/update-operation-request.d.ts +4 -0
  332. package/dist/src/authorization/api/update-operation-request.d.ts.map +1 -0
  333. package/dist/src/authorization/api/update-operation-request.js +8 -0
  334. package/dist/src/authorization/api/update-operation-request.js.map +1 -0
  335. package/dist/src/authorization/api/update-role-request.d.ts +5 -0
  336. package/dist/src/authorization/api/update-role-request.d.ts.map +1 -0
  337. package/dist/src/authorization/api/update-role-request.js +8 -0
  338. package/dist/src/authorization/api/update-role-request.js.map +1 -0
  339. package/dist/src/authorization/api/update-rule-request.d.ts +5 -0
  340. package/dist/src/authorization/api/update-rule-request.d.ts.map +1 -0
  341. package/dist/src/authorization/api/update-rule-request.js +8 -0
  342. package/dist/src/authorization/api/update-rule-request.js.map +1 -0
  343. package/dist/src/authorization/authorization.service.d.ts +60 -11
  344. package/dist/src/authorization/authorization.service.d.ts.map +1 -1
  345. package/dist/src/authorization/authorization.service.js +208 -20
  346. package/dist/src/authorization/authorization.service.js.map +1 -1
  347. package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts +8 -0
  348. package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts.map +1 -0
  349. package/dist/src/authorization/dto/allowed-resources-response.dto.js +3 -0
  350. package/dist/src/authorization/dto/allowed-resources-response.dto.js.map +1 -0
  351. package/dist/src/authorization/dto/application-response.dto.d.ts +12 -0
  352. package/dist/src/authorization/dto/application-response.dto.d.ts.map +1 -0
  353. package/dist/src/authorization/dto/application-response.dto.js +3 -0
  354. package/dist/src/authorization/dto/application-response.dto.js.map +1 -0
  355. package/dist/src/authorization/dto/assign-operation-to-role.dto.d.ts +6 -0
  356. package/dist/src/authorization/dto/assign-operation-to-role.dto.d.ts.map +1 -0
  357. package/dist/src/authorization/dto/assign-operation-to-role.dto.js +3 -0
  358. package/dist/src/authorization/dto/assign-operation-to-role.dto.js.map +1 -0
  359. package/dist/src/authorization/dto/create-application.dto.d.ts +10 -0
  360. package/dist/src/authorization/dto/create-application.dto.d.ts.map +1 -0
  361. package/dist/src/authorization/dto/create-application.dto.js +3 -0
  362. package/dist/src/authorization/dto/create-application.dto.js.map +1 -0
  363. package/dist/src/authorization/dto/create-operation.dto.d.ts +6 -0
  364. package/dist/src/authorization/dto/create-operation.dto.d.ts.map +1 -0
  365. package/dist/src/authorization/dto/create-operation.dto.js +3 -0
  366. package/dist/src/authorization/dto/create-operation.dto.js.map +1 -0
  367. package/dist/src/authorization/dto/create-role.dto.d.ts +6 -0
  368. package/dist/src/authorization/dto/create-role.dto.d.ts.map +1 -0
  369. package/dist/src/authorization/dto/create-role.dto.js +3 -0
  370. package/dist/src/authorization/dto/create-role.dto.js.map +1 -0
  371. package/dist/src/authorization/dto/create-rule.dto.d.ts +9 -0
  372. package/dist/src/authorization/dto/create-rule.dto.d.ts.map +1 -0
  373. package/dist/src/authorization/dto/create-rule.dto.js +3 -0
  374. package/dist/src/authorization/dto/create-rule.dto.js.map +1 -0
  375. package/dist/src/authorization/dto/delete-application.dto.d.ts +4 -0
  376. package/dist/src/authorization/dto/delete-application.dto.d.ts.map +1 -0
  377. package/dist/src/authorization/dto/delete-application.dto.js +3 -0
  378. package/dist/src/authorization/dto/delete-application.dto.js.map +1 -0
  379. package/dist/src/authorization/dto/delete-operation.dto.d.ts +5 -0
  380. package/dist/src/authorization/dto/delete-operation.dto.d.ts.map +1 -0
  381. package/dist/src/authorization/dto/delete-operation.dto.js +3 -0
  382. package/dist/src/authorization/dto/delete-operation.dto.js.map +1 -0
  383. package/dist/src/authorization/dto/delete-role.dto.d.ts +5 -0
  384. package/dist/src/authorization/dto/delete-role.dto.d.ts.map +1 -0
  385. package/dist/src/authorization/dto/delete-role.dto.js +3 -0
  386. package/dist/src/authorization/dto/delete-role.dto.js.map +1 -0
  387. package/dist/src/authorization/dto/delete-rule.dto.d.ts +5 -0
  388. package/dist/src/authorization/dto/delete-rule.dto.d.ts.map +1 -0
  389. package/dist/src/authorization/dto/delete-rule.dto.js +3 -0
  390. package/dist/src/authorization/dto/delete-rule.dto.js.map +1 -0
  391. package/dist/src/authorization/dto/get-admin-ui-response.dto.d.ts +24 -0
  392. package/dist/src/authorization/dto/get-admin-ui-response.dto.d.ts.map +1 -0
  393. package/dist/src/{catalog/module-metadata.interface.js → authorization/dto/get-admin-ui-response.dto.js} +1 -1
  394. package/dist/src/authorization/dto/get-admin-ui-response.dto.js.map +1 -0
  395. package/dist/src/authorization/dto/get-all-applications.dto.d.ts +3 -0
  396. package/dist/src/authorization/dto/get-all-applications.dto.d.ts.map +1 -0
  397. package/dist/src/authorization/dto/get-all-applications.dto.js +3 -0
  398. package/dist/src/authorization/dto/get-all-applications.dto.js.map +1 -0
  399. package/dist/src/authorization/dto/get-all-operations.dto.d.ts +4 -0
  400. package/dist/src/authorization/dto/get-all-operations.dto.d.ts.map +1 -0
  401. package/dist/src/authorization/dto/get-all-operations.dto.js +3 -0
  402. package/dist/src/authorization/dto/get-all-operations.dto.js.map +1 -0
  403. package/dist/src/authorization/dto/get-all-roles.dto.d.ts +4 -0
  404. package/dist/src/authorization/dto/get-all-roles.dto.d.ts.map +1 -0
  405. package/dist/src/authorization/dto/get-all-roles.dto.js +3 -0
  406. package/dist/src/authorization/dto/get-all-roles.dto.js.map +1 -0
  407. package/dist/src/authorization/dto/get-all-rules.dto.d.ts +4 -0
  408. package/dist/src/authorization/dto/get-all-rules.dto.d.ts.map +1 -0
  409. package/dist/src/authorization/dto/get-all-rules.dto.js +3 -0
  410. package/dist/src/authorization/dto/get-all-rules.dto.js.map +1 -0
  411. package/dist/src/authorization/dto/get-allowed-operations-for-app.dto.d.ts +5 -0
  412. package/dist/src/authorization/dto/get-allowed-operations-for-app.dto.d.ts.map +1 -0
  413. package/dist/src/authorization/{authorization-repository.interface.js → dto/get-allowed-operations-for-app.dto.js} +1 -1
  414. package/dist/src/authorization/dto/get-allowed-operations-for-app.dto.js.map +1 -0
  415. package/dist/src/authorization/dto/get-allowed-resources.dto.d.ts +4 -0
  416. package/dist/src/authorization/dto/get-allowed-resources.dto.d.ts.map +1 -0
  417. package/dist/src/authorization/dto/get-allowed-resources.dto.js +3 -0
  418. package/dist/src/authorization/dto/get-allowed-resources.dto.js.map +1 -0
  419. package/dist/src/authorization/dto/get-operations-for-role.dto.d.ts +5 -0
  420. package/dist/src/authorization/dto/get-operations-for-role.dto.d.ts.map +1 -0
  421. package/dist/src/authorization/dto/get-operations-for-role.dto.js +3 -0
  422. package/dist/src/authorization/dto/get-operations-for-role.dto.js.map +1 -0
  423. package/dist/src/authorization/dto/get-roles-for-operation.dto.d.ts +5 -0
  424. package/dist/src/authorization/dto/get-roles-for-operation.dto.d.ts.map +1 -0
  425. package/dist/src/authorization/dto/get-roles-for-operation.dto.js +3 -0
  426. package/dist/src/authorization/dto/get-roles-for-operation.dto.js.map +1 -0
  427. package/dist/src/authorization/dto/index.d.ts +29 -0
  428. package/dist/src/authorization/dto/index.d.ts.map +1 -0
  429. package/dist/src/authorization/dto/index.js +47 -0
  430. package/dist/src/authorization/dto/index.js.map +1 -0
  431. package/dist/src/authorization/dto/operation-response.dto.d.ts +11 -0
  432. package/dist/src/authorization/dto/operation-response.dto.d.ts.map +1 -0
  433. package/dist/src/authorization/dto/operation-response.dto.js +3 -0
  434. package/dist/src/authorization/dto/operation-response.dto.js.map +1 -0
  435. package/dist/src/authorization/dto/role-response.dto.d.ts +8 -0
  436. package/dist/src/authorization/dto/role-response.dto.d.ts.map +1 -0
  437. package/dist/src/authorization/dto/role-response.dto.js +3 -0
  438. package/dist/src/authorization/dto/role-response.dto.js.map +1 -0
  439. package/dist/src/authorization/dto/rule-response.dto.d.ts +12 -0
  440. package/dist/src/authorization/dto/rule-response.dto.d.ts.map +1 -0
  441. package/dist/src/authorization/dto/rule-response.dto.js +3 -0
  442. package/dist/src/authorization/dto/rule-response.dto.js.map +1 -0
  443. package/dist/src/authorization/dto/sync-assignments.dto.d.ts +13 -0
  444. package/dist/src/authorization/dto/sync-assignments.dto.d.ts.map +1 -0
  445. package/dist/src/authorization/dto/sync-assignments.dto.js +3 -0
  446. package/dist/src/authorization/dto/sync-assignments.dto.js.map +1 -0
  447. package/dist/src/authorization/dto/update-application.dto.d.ts +5 -0
  448. package/dist/src/authorization/dto/update-application.dto.d.ts.map +1 -0
  449. package/dist/src/authorization/dto/update-application.dto.js +3 -0
  450. package/dist/src/authorization/dto/update-application.dto.js.map +1 -0
  451. package/dist/src/authorization/dto/update-operation.dto.d.ts +4 -0
  452. package/dist/src/authorization/dto/update-operation.dto.d.ts.map +1 -0
  453. package/dist/src/authorization/dto/update-operation.dto.js +3 -0
  454. package/dist/src/authorization/dto/update-operation.dto.js.map +1 -0
  455. package/dist/src/authorization/dto/update-role.dto.d.ts +6 -0
  456. package/dist/src/authorization/dto/update-role.dto.d.ts.map +1 -0
  457. package/dist/src/authorization/dto/update-role.dto.js +3 -0
  458. package/dist/src/authorization/dto/update-role.dto.js.map +1 -0
  459. package/dist/src/authorization/dto/update-rule.dto.d.ts +6 -0
  460. package/dist/src/authorization/dto/update-rule.dto.d.ts.map +1 -0
  461. package/dist/src/authorization/dto/update-rule.dto.js +3 -0
  462. package/dist/src/authorization/dto/update-rule.dto.js.map +1 -0
  463. package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts +23 -0
  464. package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts.map +1 -0
  465. package/dist/src/authorization/entities/admin-ui/admin-ui.js +3 -0
  466. package/dist/src/authorization/entities/admin-ui/admin-ui.js.map +1 -0
  467. package/dist/src/authorization/entities/admin-ui-data.entity.d.ts +37 -0
  468. package/dist/src/authorization/entities/admin-ui-data.entity.d.ts.map +1 -0
  469. package/dist/src/authorization/entities/admin-ui-data.entity.js +36 -0
  470. package/dist/src/authorization/entities/admin-ui-data.entity.js.map +1 -0
  471. package/dist/src/authorization/entities/allowed-resources.entity.d.ts +8 -0
  472. package/dist/src/authorization/entities/allowed-resources.entity.d.ts.map +1 -0
  473. package/dist/src/authorization/entities/allowed-resources.entity.js +16 -0
  474. package/dist/src/authorization/entities/allowed-resources.entity.js.map +1 -0
  475. package/dist/src/authorization/entities/application.entity.d.ts +17 -0
  476. package/dist/src/authorization/entities/application.entity.d.ts.map +1 -0
  477. package/dist/src/authorization/entities/application.entity.js +24 -0
  478. package/dist/src/authorization/entities/application.entity.js.map +1 -0
  479. package/dist/src/authorization/entities/operation.entity.d.ts +13 -0
  480. package/dist/src/authorization/entities/operation.entity.d.ts.map +1 -0
  481. package/dist/src/authorization/entities/operation.entity.js +29 -0
  482. package/dist/src/authorization/entities/operation.entity.js.map +1 -0
  483. package/dist/src/authorization/entities/role.entity.d.ts +14 -0
  484. package/dist/src/authorization/entities/role.entity.d.ts.map +1 -0
  485. package/dist/src/authorization/entities/role.entity.js +28 -0
  486. package/dist/src/authorization/entities/role.entity.js.map +1 -0
  487. package/dist/src/authorization/entities/rule.entity.d.ts +19 -0
  488. package/dist/src/authorization/entities/rule.entity.d.ts.map +1 -0
  489. package/dist/src/authorization/entities/rule.entity.js +25 -0
  490. package/dist/src/authorization/entities/rule.entity.js.map +1 -0
  491. package/dist/src/authorization/index.d.ts +6 -5
  492. package/dist/src/authorization/index.d.ts.map +1 -1
  493. package/dist/src/authorization/index.js +11 -8
  494. package/dist/src/authorization/index.js.map +1 -1
  495. package/dist/src/authorization/isAuthorized/application-with-operations.d.ts +6 -0
  496. package/dist/src/authorization/isAuthorized/application-with-operations.d.ts.map +1 -0
  497. package/dist/src/authorization/isAuthorized/application-with-operations.js +3 -0
  498. package/dist/src/authorization/isAuthorized/application-with-operations.js.map +1 -0
  499. package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts +17 -0
  500. package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts.map +1 -0
  501. package/dist/src/authorization/isAuthorized/get-module-requirements.js +58 -0
  502. package/dist/src/authorization/isAuthorized/get-module-requirements.js.map +1 -0
  503. package/dist/src/authorization/isAuthorized/get-route-operations.d.ts +10 -0
  504. package/dist/src/authorization/isAuthorized/get-route-operations.d.ts.map +1 -0
  505. package/dist/src/authorization/isAuthorized/get-route-operations.js +46 -0
  506. package/dist/src/authorization/isAuthorized/get-route-operations.js.map +1 -0
  507. package/dist/src/authorization/isAuthorized/http-method.d.ts +2 -0
  508. package/dist/src/authorization/isAuthorized/http-method.d.ts.map +1 -0
  509. package/dist/src/authorization/isAuthorized/http-method.js +3 -0
  510. package/dist/src/authorization/isAuthorized/http-method.js.map +1 -0
  511. package/dist/src/authorization/isAuthorized/is-authorized.d.ts +12 -0
  512. package/dist/src/authorization/isAuthorized/is-authorized.d.ts.map +1 -0
  513. package/dist/src/authorization/isAuthorized/is-authorized.js +18 -0
  514. package/dist/src/authorization/isAuthorized/is-authorized.js.map +1 -0
  515. package/dist/src/authorization/isAuthorized/module-requirements.d.ts +5 -0
  516. package/dist/src/authorization/isAuthorized/module-requirements.d.ts.map +1 -0
  517. package/dist/src/authorization/isAuthorized/module-requirements.js +3 -0
  518. package/dist/src/authorization/isAuthorized/module-requirements.js.map +1 -0
  519. package/dist/src/authorization/isAuthorized/required-application.d.ts +6 -0
  520. package/dist/src/authorization/isAuthorized/required-application.d.ts.map +1 -0
  521. package/dist/src/authorization/isAuthorized/required-application.js +3 -0
  522. package/dist/src/authorization/isAuthorized/required-application.js.map +1 -0
  523. package/dist/src/authorization/isAuthorized/validate-requirements.d.ts +4 -0
  524. package/dist/src/authorization/isAuthorized/validate-requirements.d.ts.map +1 -0
  525. package/dist/src/authorization/isAuthorized/validate-requirements.js +14 -0
  526. package/dist/src/authorization/isAuthorized/validate-requirements.js.map +1 -0
  527. package/dist/src/catalog/api/create-module-request.d.ts +7 -0
  528. package/dist/src/catalog/api/create-module-request.d.ts.map +1 -0
  529. package/dist/src/catalog/api/create-module-request.js +13 -0
  530. package/dist/src/catalog/api/create-module-request.js.map +1 -0
  531. package/dist/src/catalog/api/delete-module-request.d.ts +6 -0
  532. package/dist/src/catalog/api/delete-module-request.d.ts.map +1 -0
  533. package/dist/src/catalog/api/delete-module-request.js +9 -0
  534. package/dist/src/catalog/api/delete-module-request.js.map +1 -0
  535. package/dist/src/catalog/api/get-all-modules-request.d.ts +6 -0
  536. package/dist/src/catalog/api/get-all-modules-request.d.ts.map +1 -0
  537. package/dist/src/{user/user.service.js → catalog/api/get-all-modules-request.js} +7 -14
  538. package/dist/src/catalog/api/get-all-modules-request.js.map +1 -0
  539. package/dist/src/catalog/api/map-module-to-dto.d.ts +30 -0
  540. package/dist/src/catalog/api/map-module-to-dto.d.ts.map +1 -0
  541. package/dist/src/catalog/api/map-module-to-dto.js +23 -0
  542. package/dist/src/catalog/api/map-module-to-dto.js.map +1 -0
  543. package/dist/src/catalog/api/update-module-request.d.ts +7 -0
  544. package/dist/src/catalog/api/update-module-request.d.ts.map +1 -0
  545. package/dist/src/catalog/api/update-module-request.js +13 -0
  546. package/dist/src/catalog/api/update-module-request.js.map +1 -0
  547. package/dist/src/catalog/api/update-module-ui-config-request.d.ts +6 -0
  548. package/dist/src/catalog/api/update-module-ui-config-request.d.ts.map +1 -0
  549. package/dist/src/catalog/api/update-module-ui-config-request.js +11 -0
  550. package/dist/src/catalog/api/update-module-ui-config-request.js.map +1 -0
  551. package/dist/src/catalog/catalog.service.d.ts +15 -9
  552. package/dist/src/catalog/catalog.service.d.ts.map +1 -1
  553. package/dist/src/catalog/catalog.service.js +26 -29
  554. package/dist/src/catalog/catalog.service.js.map +1 -1
  555. package/dist/src/catalog/dto/create-or-update-module.d.ts +4 -0
  556. package/dist/src/catalog/dto/create-or-update-module.d.ts.map +1 -0
  557. package/dist/src/catalog/dto/create-or-update-module.js +3 -0
  558. package/dist/src/catalog/dto/create-or-update-module.js.map +1 -0
  559. package/dist/src/catalog/dto/index.d.ts +3 -0
  560. package/dist/src/catalog/dto/index.d.ts.map +1 -0
  561. package/dist/src/{authorization/repositories → catalog/dto}/index.js +2 -1
  562. package/dist/src/catalog/dto/index.js.map +1 -0
  563. package/dist/src/catalog/dto/update-module-ui-config.dto.d.ts +5 -0
  564. package/dist/src/catalog/dto/update-module-ui-config.dto.d.ts.map +1 -0
  565. package/dist/src/catalog/dto/update-module-ui-config.dto.js +3 -0
  566. package/dist/src/catalog/dto/update-module-ui-config.dto.js.map +1 -0
  567. package/dist/src/catalog/entities/module-metadata/authorization.interface.d.ts.map +1 -0
  568. package/dist/src/catalog/entities/module-metadata/authorization.interface.js.map +1 -0
  569. package/dist/src/catalog/entities/module-metadata/cloud-function.interface.d.ts +5 -0
  570. package/dist/src/catalog/entities/module-metadata/cloud-function.interface.d.ts.map +1 -0
  571. package/dist/src/catalog/entities/module-metadata/cloud-function.interface.js +3 -0
  572. package/dist/src/catalog/entities/module-metadata/cloud-function.interface.js.map +1 -0
  573. package/dist/src/catalog/entities/module-metadata/common-paths.interface.d.ts +7 -0
  574. package/dist/src/catalog/entities/module-metadata/common-paths.interface.d.ts.map +1 -0
  575. package/dist/src/catalog/entities/module-metadata/common-paths.interface.js +3 -0
  576. package/dist/src/catalog/entities/module-metadata/common-paths.interface.js.map +1 -0
  577. package/dist/src/catalog/entities/module-metadata/compute-is-public.d.ts +18 -0
  578. package/dist/src/catalog/entities/module-metadata/compute-is-public.d.ts.map +1 -0
  579. package/dist/src/catalog/entities/module-metadata/compute-is-public.js +31 -0
  580. package/dist/src/catalog/entities/module-metadata/compute-is-public.js.map +1 -0
  581. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts +125 -0
  582. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts.map +1 -0
  583. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js +87 -0
  584. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js.map +1 -0
  585. package/dist/src/catalog/entities/module-metadata/module-types.constants.d.ts +2 -0
  586. package/dist/src/catalog/entities/module-metadata/module-types.constants.d.ts.map +1 -0
  587. package/dist/src/catalog/entities/module-metadata/module-types.constants.js +5 -0
  588. package/dist/src/catalog/entities/module-metadata/module-types.constants.js.map +1 -0
  589. package/dist/src/catalog/entities/module-metadata/service-config.interface.d.ts +24 -0
  590. package/dist/src/catalog/entities/module-metadata/service-config.interface.d.ts.map +1 -0
  591. package/dist/src/catalog/entities/module-metadata/service-config.interface.js.map +1 -0
  592. package/dist/src/catalog/{ui-config.interface.d.ts → entities/module-metadata/ui-config.interface.d.ts} +12 -1
  593. package/dist/src/catalog/entities/module-metadata/ui-config.interface.d.ts.map +1 -0
  594. package/dist/src/catalog/entities/module-metadata/ui-config.interface.js.map +1 -0
  595. package/dist/src/catalog/entities/module-metadata/ui-types.constants.d.ts.map +1 -0
  596. package/dist/src/catalog/entities/module-metadata/ui-types.constants.js.map +1 -0
  597. package/dist/src/catalog/index.d.ts +2 -5
  598. package/dist/src/catalog/index.d.ts.map +1 -1
  599. package/dist/src/catalog/index.js +2 -6
  600. package/dist/src/catalog/index.js.map +1 -1
  601. package/dist/src/catalog/pae-modules.constants.d.ts +7 -0
  602. package/dist/src/catalog/pae-modules.constants.d.ts.map +1 -0
  603. package/dist/src/catalog/pae-modules.constants.js +10 -0
  604. package/dist/src/catalog/pae-modules.constants.js.map +1 -0
  605. package/dist/src/catalog/pae-service-utils.d.ts +11 -0
  606. package/dist/src/catalog/pae-service-utils.d.ts.map +1 -0
  607. package/dist/src/catalog/pae-service-utils.js +47 -0
  608. package/dist/src/catalog/pae-service-utils.js.map +1 -0
  609. package/dist/src/common/api-methods.d.ts +8 -0
  610. package/dist/src/common/api-methods.d.ts.map +1 -0
  611. package/dist/src/common/api-methods.js +13 -0
  612. package/dist/src/common/api-methods.js.map +1 -0
  613. package/dist/src/common/audit.d.ts +35 -0
  614. package/dist/src/common/audit.d.ts.map +1 -0
  615. package/dist/src/common/audit.js +126 -0
  616. package/dist/src/common/audit.js.map +1 -0
  617. package/dist/src/common/auditable.interface.d.ts +13 -0
  618. package/dist/src/common/auditable.interface.d.ts.map +1 -0
  619. package/dist/src/common/auditable.interface.js +3 -0
  620. package/dist/src/common/auditable.interface.js.map +1 -0
  621. package/dist/src/common/auditable.record.d.ts +10 -0
  622. package/dist/src/common/auditable.record.d.ts.map +1 -0
  623. package/dist/src/common/auditable.record.js +3 -0
  624. package/dist/src/common/auditable.record.js.map +1 -0
  625. package/dist/src/common/create-service-invoker.d.ts +8 -0
  626. package/dist/src/common/create-service-invoker.d.ts.map +1 -0
  627. package/dist/src/common/create-service-invoker.js +14 -0
  628. package/dist/src/common/create-service-invoker.js.map +1 -0
  629. package/dist/src/common/domain/criteria/criteria.d.ts +17 -0
  630. package/dist/src/common/domain/criteria/criteria.d.ts.map +1 -0
  631. package/dist/src/common/domain/criteria/criteria.js +32 -0
  632. package/dist/src/common/domain/criteria/criteria.js.map +1 -0
  633. package/dist/src/common/domain/criteria/filter-field.d.ts +5 -0
  634. package/dist/src/common/domain/criteria/filter-field.d.ts.map +1 -0
  635. package/dist/src/common/domain/criteria/filter-field.js +10 -0
  636. package/dist/src/common/domain/criteria/filter-field.js.map +1 -0
  637. package/dist/src/common/domain/criteria/filter-operator.d.ts +6 -0
  638. package/dist/src/common/domain/criteria/filter-operator.d.ts.map +1 -0
  639. package/dist/src/common/domain/criteria/filter-operator.js +10 -0
  640. package/dist/src/common/domain/criteria/filter-operator.js.map +1 -0
  641. package/dist/src/common/domain/criteria/filter-primitives.d.ts +6 -0
  642. package/dist/src/common/domain/criteria/filter-primitives.d.ts.map +1 -0
  643. package/dist/src/common/domain/criteria/filter-primitives.js +3 -0
  644. package/dist/src/common/domain/criteria/filter-primitives.js.map +1 -0
  645. package/dist/src/common/domain/criteria/filter-relation.d.ts +5 -0
  646. package/dist/src/common/domain/criteria/filter-relation.d.ts.map +1 -0
  647. package/dist/src/common/domain/criteria/filter-relation.js +10 -0
  648. package/dist/src/common/domain/criteria/filter-relation.js.map +1 -0
  649. package/dist/src/common/domain/criteria/filter-value.d.ts +5 -0
  650. package/dist/src/common/domain/criteria/filter-value.d.ts.map +1 -0
  651. package/dist/src/common/domain/criteria/filter-value.js +10 -0
  652. package/dist/src/common/domain/criteria/filter-value.js.map +1 -0
  653. package/dist/src/common/domain/criteria/filter.d.ts +13 -0
  654. package/dist/src/common/domain/criteria/filter.d.ts.map +1 -0
  655. package/dist/src/common/domain/criteria/filter.js +21 -0
  656. package/dist/src/common/domain/criteria/filter.js.map +1 -0
  657. package/dist/src/common/domain/criteria/filters.d.ts +6 -0
  658. package/dist/src/common/domain/criteria/filters.d.ts.map +1 -0
  659. package/dist/src/common/domain/criteria/filters.js +10 -0
  660. package/dist/src/common/domain/criteria/filters.js.map +1 -0
  661. package/dist/src/common/domain/criteria/index.d.ts +14 -0
  662. package/dist/src/common/domain/criteria/index.d.ts.map +1 -0
  663. package/dist/src/common/domain/criteria/index.js +30 -0
  664. package/dist/src/common/domain/criteria/index.js.map +1 -0
  665. package/dist/src/common/domain/criteria/operator.d.ts +14 -0
  666. package/dist/src/common/domain/criteria/operator.d.ts.map +1 -0
  667. package/dist/src/common/domain/criteria/operator.js +21 -0
  668. package/dist/src/common/domain/criteria/operator.js.map +1 -0
  669. package/dist/src/common/domain/criteria/order-by.d.ts +5 -0
  670. package/dist/src/common/domain/criteria/order-by.d.ts.map +1 -0
  671. package/dist/src/common/domain/criteria/order-by.js +10 -0
  672. package/dist/src/common/domain/criteria/order-by.js.map +1 -0
  673. package/dist/src/common/domain/criteria/order-type.d.ts +6 -0
  674. package/dist/src/common/domain/criteria/order-type.d.ts.map +1 -0
  675. package/dist/src/common/domain/criteria/order-type.js +10 -0
  676. package/dist/src/common/domain/criteria/order-type.js.map +1 -0
  677. package/dist/src/common/domain/criteria/order-types.d.ts +6 -0
  678. package/dist/src/common/domain/criteria/order-types.d.ts.map +1 -0
  679. package/dist/src/common/domain/criteria/order-types.js +10 -0
  680. package/dist/src/common/domain/criteria/order-types.js.map +1 -0
  681. package/dist/src/common/domain/criteria/order.d.ts +9 -0
  682. package/dist/src/common/domain/criteria/order.d.ts.map +1 -0
  683. package/dist/src/common/domain/criteria/order.js +17 -0
  684. package/dist/src/common/domain/criteria/order.js.map +1 -0
  685. package/dist/src/common/domain/handle-response.d.ts +3 -0
  686. package/dist/src/common/domain/handle-response.d.ts.map +1 -0
  687. package/dist/src/common/domain/handle-response.js +27 -0
  688. package/dist/src/common/domain/handle-response.js.map +1 -0
  689. package/dist/src/common/domain/pae-service-config.interface.d.ts +9 -0
  690. package/dist/src/common/domain/pae-service-config.interface.d.ts.map +1 -0
  691. package/dist/src/common/domain/pae-service-config.interface.js +3 -0
  692. package/dist/src/common/domain/pae-service-config.interface.js.map +1 -0
  693. package/dist/src/common/domain/service-invoker.interface.d.ts +3 -0
  694. package/dist/src/common/domain/service-invoker.interface.d.ts.map +1 -0
  695. package/dist/src/common/domain/service-invoker.interface.js +3 -0
  696. package/dist/src/common/domain/service-invoker.interface.js.map +1 -0
  697. package/dist/src/common/dto/auditable.dto.d.ts +15 -0
  698. package/dist/src/common/dto/auditable.dto.d.ts.map +1 -0
  699. package/dist/src/common/dto/auditable.dto.js +3 -0
  700. package/dist/src/common/dto/auditable.dto.js.map +1 -0
  701. package/dist/src/common/gateway-headers.d.ts +8 -0
  702. package/dist/src/common/gateway-headers.d.ts.map +1 -0
  703. package/dist/src/common/gateway-headers.js +11 -0
  704. package/dist/src/common/gateway-headers.js.map +1 -0
  705. package/dist/src/common/global-application-name.d.ts +2 -0
  706. package/dist/src/common/global-application-name.d.ts.map +1 -0
  707. package/dist/src/common/global-application-name.js +5 -0
  708. package/dist/src/common/global-application-name.js.map +1 -0
  709. package/dist/src/common/index.d.ts +10 -0
  710. package/dist/src/common/index.d.ts.map +1 -0
  711. package/dist/src/{catalog/repositories → common}/index.js +4 -1
  712. package/dist/src/common/index.js.map +1 -0
  713. package/dist/src/common/platform-application-name.d.ts +2 -0
  714. package/dist/src/common/platform-application-name.d.ts.map +1 -0
  715. package/dist/src/common/platform-application-name.js +5 -0
  716. package/dist/src/common/platform-application-name.js.map +1 -0
  717. package/dist/src/common/service-config.d.ts +6 -0
  718. package/dist/src/common/service-config.d.ts.map +1 -0
  719. package/dist/src/common/service-config.js +3 -0
  720. package/dist/src/common/service-config.js.map +1 -0
  721. package/dist/src/common/table-query-params.interface.d.ts +8 -0
  722. package/dist/src/common/table-query-params.interface.d.ts.map +1 -0
  723. package/dist/src/common/table-query-params.interface.js +3 -0
  724. package/dist/src/common/table-query-params.interface.js.map +1 -0
  725. package/dist/src/common/table-query-response.interface.d.ts +5 -0
  726. package/dist/src/common/table-query-response.interface.d.ts.map +1 -0
  727. package/dist/src/common/table-query-response.interface.js +3 -0
  728. package/dist/src/common/table-query-response.interface.js.map +1 -0
  729. package/dist/src/common/types.d.ts +49 -0
  730. package/dist/src/common/types.d.ts.map +1 -0
  731. package/dist/src/common/types.js +3 -0
  732. package/dist/src/common/types.js.map +1 -0
  733. package/dist/src/common/utils/create-headers.d.ts +118 -0
  734. package/dist/src/common/utils/create-headers.d.ts.map +1 -0
  735. package/dist/src/common/utils/create-headers.js +17 -0
  736. package/dist/src/common/utils/create-headers.js.map +1 -0
  737. package/dist/src/common/utils/criteriaToSearchParams.d.ts +2 -0
  738. package/dist/src/common/utils/criteriaToSearchParams.d.ts.map +1 -0
  739. package/dist/src/common/utils/criteriaToSearchParams.js +15 -0
  740. package/dist/src/common/utils/criteriaToSearchParams.js.map +1 -0
  741. package/dist/src/common/utils/domains.d.ts +31 -0
  742. package/dist/src/common/utils/domains.d.ts.map +1 -0
  743. package/dist/src/common/utils/domains.js +70 -0
  744. package/dist/src/common/utils/domains.js.map +1 -0
  745. package/dist/src/common/utils/from-env.d.ts +2 -0
  746. package/dist/src/common/utils/from-env.d.ts.map +1 -0
  747. package/dist/src/{utilities.js → common/utils/from-env.js} +2 -7
  748. package/dist/src/common/utils/from-env.js.map +1 -0
  749. package/dist/src/common/utils/inner-join-both.d.ts +2 -0
  750. package/dist/src/common/utils/inner-join-both.d.ts.map +1 -0
  751. package/dist/src/common/utils/inner-join-both.js +14 -0
  752. package/dist/src/common/utils/inner-join-both.js.map +1 -0
  753. package/dist/src/common/utils/null-function.d.ts +2 -0
  754. package/dist/src/common/utils/null-function.d.ts.map +1 -0
  755. package/dist/src/common/utils/null-function.js +6 -0
  756. package/dist/src/common/utils/null-function.js.map +1 -0
  757. package/dist/src/common/utils/to-query-params.d.ts +2 -0
  758. package/dist/src/common/utils/to-query-params.d.ts.map +1 -0
  759. package/dist/src/common/utils/to-query-params.js +18 -0
  760. package/dist/src/common/utils/to-query-params.js.map +1 -0
  761. package/dist/src/common/utils/version-enricher.d.ts +9 -0
  762. package/dist/src/common/utils/version-enricher.d.ts.map +1 -0
  763. package/dist/src/common/utils/version-enricher.js +44 -0
  764. package/dist/src/common/utils/version-enricher.js.map +1 -0
  765. package/dist/src/core/create-pae-service-from-catalog.d.ts +67 -0
  766. package/dist/src/core/create-pae-service-from-catalog.d.ts.map +1 -0
  767. package/dist/src/core/create-pae-service-from-catalog.js +56 -0
  768. package/dist/src/core/create-pae-service-from-catalog.js.map +1 -0
  769. package/dist/src/core/create-pae-service.d.ts +145 -0
  770. package/dist/src/core/create-pae-service.d.ts.map +1 -0
  771. package/dist/src/core/create-pae-service.js +105 -0
  772. package/dist/src/core/create-pae-service.js.map +1 -0
  773. package/dist/src/index.d.ts +25 -3
  774. package/dist/src/index.d.ts.map +1 -1
  775. package/dist/src/index.js +41 -5
  776. package/dist/src/index.js.map +1 -1
  777. package/dist/src/orchestrator/api/create-shared-library-request.d.ts +5 -0
  778. package/dist/src/orchestrator/api/create-shared-library-request.d.ts.map +1 -0
  779. package/dist/src/orchestrator/api/create-shared-library-request.js +7 -0
  780. package/dist/src/orchestrator/api/create-shared-library-request.js.map +1 -0
  781. package/dist/src/orchestrator/api/delete-shared-library-request.d.ts +4 -0
  782. package/dist/src/orchestrator/api/delete-shared-library-request.d.ts.map +1 -0
  783. package/dist/src/orchestrator/api/delete-shared-library-request.js +6 -0
  784. package/dist/src/orchestrator/api/delete-shared-library-request.js.map +1 -0
  785. package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts +3 -0
  786. package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts.map +1 -0
  787. package/dist/src/orchestrator/api/get-all-shared-libraries-request.js +7 -0
  788. package/dist/src/orchestrator/api/get-all-shared-libraries-request.js.map +1 -0
  789. package/dist/src/orchestrator/api/update-shared-library-request.d.ts +4 -0
  790. package/dist/src/orchestrator/api/update-shared-library-request.d.ts.map +1 -0
  791. package/dist/src/orchestrator/api/update-shared-library-request.js +8 -0
  792. package/dist/src/orchestrator/api/update-shared-library-request.js.map +1 -0
  793. package/dist/src/orchestrator/dto/create-shared-library.dto.d.ts +12 -0
  794. package/dist/src/orchestrator/dto/create-shared-library.dto.d.ts.map +1 -0
  795. package/dist/src/orchestrator/dto/create-shared-library.dto.js +3 -0
  796. package/dist/src/orchestrator/dto/create-shared-library.dto.js.map +1 -0
  797. package/dist/src/orchestrator/dto/delete-shared-library.dto.d.ts +4 -0
  798. package/dist/src/orchestrator/dto/delete-shared-library.dto.d.ts.map +1 -0
  799. package/dist/src/orchestrator/dto/delete-shared-library.dto.js +3 -0
  800. package/dist/src/orchestrator/dto/delete-shared-library.dto.js.map +1 -0
  801. package/dist/src/orchestrator/dto/index.d.ts +5 -0
  802. package/dist/src/orchestrator/dto/index.d.ts.map +1 -0
  803. package/dist/src/orchestrator/dto/index.js +21 -0
  804. package/dist/src/orchestrator/dto/index.js.map +1 -0
  805. package/dist/src/orchestrator/dto/shared-library-response.dto.d.ts +5 -0
  806. package/dist/src/orchestrator/dto/shared-library-response.dto.d.ts.map +1 -0
  807. package/dist/src/orchestrator/dto/shared-library-response.dto.js +3 -0
  808. package/dist/src/orchestrator/dto/shared-library-response.dto.js.map +1 -0
  809. package/dist/src/orchestrator/dto/update-shared-library.dto.d.ts +6 -0
  810. package/dist/src/orchestrator/dto/update-shared-library.dto.d.ts.map +1 -0
  811. package/dist/src/orchestrator/dto/update-shared-library.dto.js +3 -0
  812. package/dist/src/orchestrator/dto/update-shared-library.dto.js.map +1 -0
  813. package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts +8 -0
  814. package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts.map +1 -0
  815. package/dist/src/orchestrator/entities/SharedLibrary.entity.js +14 -0
  816. package/dist/src/orchestrator/entities/SharedLibrary.entity.js.map +1 -0
  817. package/dist/src/orchestrator/index.d.ts +2 -0
  818. package/dist/src/orchestrator/index.d.ts.map +1 -0
  819. package/dist/src/{pae → orchestrator}/index.js +1 -1
  820. package/dist/src/orchestrator/index.js.map +1 -0
  821. package/dist/src/orchestrator/orchestrator.service.d.ts +11 -0
  822. package/dist/src/orchestrator/orchestrator.service.d.ts.map +1 -0
  823. package/dist/src/orchestrator/orchestrator.service.js +36 -0
  824. package/dist/src/orchestrator/orchestrator.service.js.map +1 -0
  825. package/dist/src/tenants/index.d.ts +102 -0
  826. package/dist/src/tenants/index.d.ts.map +1 -0
  827. package/dist/src/tenants/index.js +52 -0
  828. package/dist/src/tenants/index.js.map +1 -0
  829. package/dist/src/ui/ExtensionPointsRegistry.d.ts +43 -0
  830. package/dist/src/ui/ExtensionPointsRegistry.d.ts.map +1 -0
  831. package/dist/src/ui/ExtensionPointsRegistry.js +3 -0
  832. package/dist/src/ui/ExtensionPointsRegistry.js.map +1 -0
  833. package/dist/tests/application-examples.d.ts +5 -0
  834. package/dist/tests/application-examples.d.ts.map +1 -0
  835. package/dist/tests/application-examples.js +22 -0
  836. package/dist/tests/application-examples.js.map +1 -0
  837. package/dist/tests/operation-examples.d.ts +5 -0
  838. package/dist/tests/operation-examples.d.ts.map +1 -0
  839. package/dist/tests/operation-examples.js +20 -0
  840. package/dist/tests/operation-examples.js.map +1 -0
  841. package/package.json +17 -13
  842. package/dist/src/authentication/auth-user.interface.d.ts +0 -13
  843. package/dist/src/authentication/auth-user.interface.d.ts.map +0 -1
  844. package/dist/src/authentication/auth-user.interface.js.map +0 -1
  845. package/dist/src/authorization/allowed-resources.interface.d.ts +0 -7
  846. package/dist/src/authorization/allowed-resources.interface.d.ts.map +0 -1
  847. package/dist/src/authorization/allowed-resources.interface.js.map +0 -1
  848. package/dist/src/authorization/application.model.d.ts +0 -7
  849. package/dist/src/authorization/application.model.d.ts.map +0 -1
  850. package/dist/src/authorization/application.model.js +0 -14
  851. package/dist/src/authorization/application.model.js.map +0 -1
  852. package/dist/src/authorization/authorization-repository.interface.d.ts +0 -9
  853. package/dist/src/authorization/authorization-repository.interface.d.ts.map +0 -1
  854. package/dist/src/authorization/authorization-repository.interface.js.map +0 -1
  855. package/dist/src/authorization/constants.d.ts +0 -3
  856. package/dist/src/authorization/constants.d.ts.map +0 -1
  857. package/dist/src/authorization/constants.js +0 -6
  858. package/dist/src/authorization/constants.js.map +0 -1
  859. package/dist/src/authorization/operation.model.d.ts +0 -10
  860. package/dist/src/authorization/operation.model.d.ts.map +0 -1
  861. package/dist/src/authorization/operation.model.js +0 -19
  862. package/dist/src/authorization/operation.model.js.map +0 -1
  863. package/dist/src/authorization/repositories/http.repository.d.ts +0 -15
  864. package/dist/src/authorization/repositories/http.repository.d.ts.map +0 -1
  865. package/dist/src/authorization/repositories/http.repository.js +0 -157
  866. package/dist/src/authorization/repositories/http.repository.js.map +0 -1
  867. package/dist/src/authorization/repositories/index.d.ts +0 -2
  868. package/dist/src/authorization/repositories/index.d.ts.map +0 -1
  869. package/dist/src/authorization/repositories/index.js.map +0 -1
  870. package/dist/src/authorization/rule.model.d.ts +0 -11
  871. package/dist/src/authorization/rule.model.d.ts.map +0 -1
  872. package/dist/src/authorization/rule.model.js +0 -18
  873. package/dist/src/authorization/rule.model.js.map +0 -1
  874. package/dist/src/authorization/utilities/filter-app-operations.d.ts +0 -3
  875. package/dist/src/authorization/utilities/filter-app-operations.d.ts.map +0 -1
  876. package/dist/src/authorization/utilities/filter-app-operations.js +0 -8
  877. package/dist/src/authorization/utilities/filter-app-operations.js.map +0 -1
  878. package/dist/src/authorization/utilities/get-operations.utility.d.ts +0 -8
  879. package/dist/src/authorization/utilities/get-operations.utility.d.ts.map +0 -1
  880. package/dist/src/authorization/utilities/get-operations.utility.js +0 -33
  881. package/dist/src/authorization/utilities/get-operations.utility.js.map +0 -1
  882. package/dist/src/authorization/utilities/get-route-operations.d.ts +0 -4
  883. package/dist/src/authorization/utilities/get-route-operations.d.ts.map +0 -1
  884. package/dist/src/authorization/utilities/get-route-operations.js +0 -45
  885. package/dist/src/authorization/utilities/get-route-operations.js.map +0 -1
  886. package/dist/src/authorization/utilities/index.d.ts +0 -2
  887. package/dist/src/authorization/utilities/index.d.ts.map +0 -1
  888. package/dist/src/authorization/utilities/index.js +0 -6
  889. package/dist/src/authorization/utilities/index.js.map +0 -1
  890. package/dist/src/authorization/utilities/is-authorized.utility.d.ts +0 -6
  891. package/dist/src/authorization/utilities/is-authorized.utility.d.ts.map +0 -1
  892. package/dist/src/authorization/utilities/is-authorized.utility.js +0 -21
  893. package/dist/src/authorization/utilities/is-authorized.utility.js.map +0 -1
  894. package/dist/src/catalog/authorization.interface.d.ts.map +0 -1
  895. package/dist/src/catalog/authorization.interface.js.map +0 -1
  896. package/dist/src/catalog/catalog-repository.interface.d.ts +0 -5
  897. package/dist/src/catalog/catalog-repository.interface.d.ts.map +0 -1
  898. package/dist/src/catalog/catalog-repository.interface.js.map +0 -1
  899. package/dist/src/catalog/module-metadata.interface.d.ts +0 -47
  900. package/dist/src/catalog/module-metadata.interface.d.ts.map +0 -1
  901. package/dist/src/catalog/module-metadata.interface.js.map +0 -1
  902. package/dist/src/catalog/repositories/http.repository.d.ts +0 -9
  903. package/dist/src/catalog/repositories/http.repository.d.ts.map +0 -1
  904. package/dist/src/catalog/repositories/http.repository.js +0 -40
  905. package/dist/src/catalog/repositories/http.repository.js.map +0 -1
  906. package/dist/src/catalog/repositories/index.d.ts +0 -2
  907. package/dist/src/catalog/repositories/index.d.ts.map +0 -1
  908. package/dist/src/catalog/repositories/index.js.map +0 -1
  909. package/dist/src/catalog/service-config.interface.d.ts +0 -17
  910. package/dist/src/catalog/service-config.interface.d.ts.map +0 -1
  911. package/dist/src/catalog/service-config.interface.js.map +0 -1
  912. package/dist/src/catalog/ui-config.interface.d.ts.map +0 -1
  913. package/dist/src/catalog/ui-config.interface.js.map +0 -1
  914. package/dist/src/catalog/ui-types.constants.d.ts.map +0 -1
  915. package/dist/src/catalog/ui-types.constants.js.map +0 -1
  916. package/dist/src/catalog/versions/enrichAppWithVersionMetadata.d.ts +0 -8
  917. package/dist/src/catalog/versions/enrichAppWithVersionMetadata.d.ts.map +0 -1
  918. package/dist/src/catalog/versions/enrichAppWithVersionMetadata.js +0 -50
  919. package/dist/src/catalog/versions/enrichAppWithVersionMetadata.js.map +0 -1
  920. package/dist/src/catalog/versions/fetchRuntimeMetadata.d.ts +0 -13
  921. package/dist/src/catalog/versions/fetchRuntimeMetadata.d.ts.map +0 -1
  922. package/dist/src/catalog/versions/fetchRuntimeMetadata.js +0 -45
  923. package/dist/src/catalog/versions/fetchRuntimeMetadata.js.map +0 -1
  924. package/dist/src/gateway/gateway.service.d.ts +0 -7
  925. package/dist/src/gateway/gateway.service.d.ts.map +0 -1
  926. package/dist/src/gateway/gateway.service.js +0 -13
  927. package/dist/src/gateway/gateway.service.js.map +0 -1
  928. package/dist/src/gateway/get-from-header.d.ts +0 -3
  929. package/dist/src/gateway/get-from-header.d.ts.map +0 -1
  930. package/dist/src/gateway/get-from-header.js +0 -11
  931. package/dist/src/gateway/get-from-header.js.map +0 -1
  932. package/dist/src/gateway/headers.d.ts +0 -5
  933. package/dist/src/gateway/headers.d.ts.map +0 -1
  934. package/dist/src/gateway/headers.js +0 -8
  935. package/dist/src/gateway/headers.js.map +0 -1
  936. package/dist/src/pae/config.interface.d.ts +0 -15
  937. package/dist/src/pae/config.interface.d.ts.map +0 -1
  938. package/dist/src/pae/config.interface.js.map +0 -1
  939. package/dist/src/pae/index.d.ts +0 -2
  940. package/dist/src/pae/index.d.ts.map +0 -1
  941. package/dist/src/pae/index.js.map +0 -1
  942. package/dist/src/pae/pae.d.ts +0 -17
  943. package/dist/src/pae/pae.d.ts.map +0 -1
  944. package/dist/src/pae/pae.js +0 -110
  945. package/dist/src/pae/pae.js.map +0 -1
  946. package/dist/src/user/group.interface.d.ts +0 -2
  947. package/dist/src/user/group.interface.d.ts.map +0 -1
  948. package/dist/src/user/group.interface.js.map +0 -1
  949. package/dist/src/user/repositories/http.repository.d.ts +0 -8
  950. package/dist/src/user/repositories/http.repository.d.ts.map +0 -1
  951. package/dist/src/user/repositories/http.repository.js +0 -39
  952. package/dist/src/user/repositories/http.repository.js.map +0 -1
  953. package/dist/src/user/repositories/index.d.ts +0 -2
  954. package/dist/src/user/repositories/index.d.ts.map +0 -1
  955. package/dist/src/user/repositories/index.js.map +0 -1
  956. package/dist/src/user/user-repository.interface.d.ts +0 -5
  957. package/dist/src/user/user-repository.interface.d.ts.map +0 -1
  958. package/dist/src/user/user-repository.interface.js +0 -3
  959. package/dist/src/user/user-repository.interface.js.map +0 -1
  960. package/dist/src/user/user.service.d.ts +0 -7
  961. package/dist/src/user/user.service.d.ts.map +0 -1
  962. package/dist/src/user/user.service.js.map +0 -1
  963. package/dist/src/utilities.d.ts +0 -3
  964. package/dist/src/utilities.d.ts.map +0 -1
  965. package/dist/src/utilities.js.map +0 -1
  966. /package/dist/src/{authentication → auth/domain}/auth-user.interface.js +0 -0
  967. /package/dist/src/catalog/{authorization.interface.d.ts → entities/module-metadata/authorization.interface.d.ts} +0 -0
  968. /package/dist/src/catalog/{authorization.interface.js → entities/module-metadata/authorization.interface.js} +0 -0
  969. /package/dist/src/catalog/{service-config.interface.js → entities/module-metadata/service-config.interface.js} +0 -0
  970. /package/dist/src/catalog/{ui-config.interface.js → entities/module-metadata/ui-config.interface.js} +0 -0
  971. /package/dist/src/catalog/{ui-types.constants.d.ts → entities/module-metadata/ui-types.constants.d.ts} +0 -0
  972. /package/dist/src/catalog/{ui-types.constants.js → entities/module-metadata/ui-types.constants.js} +0 -0
@@ -0,0 +1,4 @@
1
+ import { ModuleMetadata } from "../entities/module-metadata/module-metadata.entity";
2
+ import { OmitAudit } from "../../common";
3
+ export type CreateOrUpdateModule = OmitAudit<ModuleMetadata>;
4
+ //# sourceMappingURL=create-or-update-module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-module.d.ts","sourceRoot":"","sources":["../../../../src/catalog/dto/create-or-update-module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,oDAAoD,CAAC;AAClF,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAEvC,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,cAAc,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=create-or-update-module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-or-update-module.js","sourceRoot":"","sources":["../../../../src/catalog/dto/create-or-update-module.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from "./update-module-ui-config.dto";
2
+ export * from './create-or-update-module';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/catalog/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,2BAA2B,CAAA"}
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./http.repository"), exports);
17
+ __exportStar(require("./update-module-ui-config.dto"), exports);
18
+ __exportStar(require("./create-or-update-module"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/catalog/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA6C;AAC7C,4DAAyC"}
@@ -0,0 +1,5 @@
1
+ export interface UpdateModuleUIConfigDTO {
2
+ moduleName: string;
3
+ customProps: Record<string, any>;
4
+ }
5
+ //# sourceMappingURL=update-module-ui-config.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-module-ui-config.dto.d.ts","sourceRoot":"","sources":["../../../../src/catalog/dto/update-module-ui-config.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAClC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=update-module-ui-config.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-module-ui-config.dto.js","sourceRoot":"","sources":["../../../../src/catalog/dto/update-module-ui-config.dto.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authorization.interface.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/authorization.interface.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAEhH,MAAM,WAAW,kBAAkB;IACjC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,EAAE,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IACpC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,MAAM,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAC/B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authorization.interface.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/authorization.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export interface CloudFunctionConfig {
2
+ provider: "aws";
3
+ requiresSignature: boolean;
4
+ }
5
+ //# sourceMappingURL=cloud-function.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloud-function.interface.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/cloud-function.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,KAAK,CAAC;IAChB,iBAAiB,EAAE,OAAO,CAAC;CAC5B"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=cloud-function.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloud-function.interface.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/cloud-function.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export interface CommonPathsMetadata {
2
+ apiDocs?: string;
3
+ version?: string;
4
+ health?: string;
5
+ changelog?: string;
6
+ }
7
+ //# sourceMappingURL=common-paths.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-paths.interface.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/common-paths.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=common-paths.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-paths.interface.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/common-paths.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import { ModuleMetadata } from './module-metadata.entity';
2
+ /**
3
+ * Computes whether a module should be considered public (accessible without authentication).
4
+ *
5
+ * A module is public if any of these conditions are met:
6
+ * 1. The `isPublic` flag is explicitly set to true
7
+ * 2. The module is a shell UI (entry point for the application)
8
+ * 3. The module is a platform customization (loads before authentication)
9
+ *
10
+ * @param module - The module metadata or partial module data
11
+ * @param explicitIsPublic - The explicit isPublic value from database (optional)
12
+ * @returns true if the module should be accessible without authentication, false otherwise
13
+ */
14
+ export declare function computeIsPublic(module: Pick<ModuleMetadata, 'ui'> | {
15
+ shell?: boolean;
16
+ isPlatformCustomization?: boolean;
17
+ }, explicitIsPublic?: boolean): boolean;
18
+ //# sourceMappingURL=compute-is-public.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-is-public.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/compute-is-public.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D;;;;;;;;;;;GAWG;AACH,wBAAgB,eAAe,CAC7B,MAAM,EAAE,IAAI,CAAC,cAAc,EAAE,IAAI,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC;IAAC,uBAAuB,CAAC,EAAE,OAAO,CAAA;CAAE,EAC3F,gBAAgB,CAAC,EAAE,OAAO,GACzB,OAAO,CAiBT"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.computeIsPublic = computeIsPublic;
4
+ /**
5
+ * Computes whether a module should be considered public (accessible without authentication).
6
+ *
7
+ * A module is public if any of these conditions are met:
8
+ * 1. The `isPublic` flag is explicitly set to true
9
+ * 2. The module is a shell UI (entry point for the application)
10
+ * 3. The module is a platform customization (loads before authentication)
11
+ *
12
+ * @param module - The module metadata or partial module data
13
+ * @param explicitIsPublic - The explicit isPublic value from database (optional)
14
+ * @returns true if the module should be accessible without authentication, false otherwise
15
+ */
16
+ function computeIsPublic(module, explicitIsPublic) {
17
+ // If explicitly set to true, it's public
18
+ if (explicitIsPublic === true) {
19
+ return true;
20
+ }
21
+ // Check if module has ui config (for ModuleMetadata structure)
22
+ if ('ui' in module && module.ui) {
23
+ return module.ui.shell === true || module.ui.isPlatformCustomization === true;
24
+ }
25
+ // Check direct properties (for database row structure)
26
+ if ('shell' in module || 'isPlatformCustomization' in module) {
27
+ return module.shell === true || module.isPlatformCustomization === true;
28
+ }
29
+ return false;
30
+ }
31
+ //# sourceMappingURL=compute-is-public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-is-public.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/compute-is-public.ts"],"names":[],"mappings":";;AAcA,0CAoBC;AAhCD;;;;;;;;;;;GAWG;AACH,SAAgB,eAAe,CAC7B,MAA2F,EAC3F,gBAA0B;IAE1B,yCAAyC;IACzC,IAAI,gBAAgB,KAAK,IAAI,EAAE,CAAC;QAC9B,OAAO,IAAI,CAAC;IACd,CAAC;IAED,+DAA+D;IAC/D,IAAI,IAAI,IAAI,MAAM,IAAI,MAAM,CAAC,EAAE,EAAE,CAAC;QAChC,OAAO,MAAM,CAAC,EAAE,CAAC,KAAK,KAAK,IAAI,IAAI,MAAM,CAAC,EAAE,CAAC,uBAAuB,KAAK,IAAI,CAAC;IAChF,CAAC;IAED,uDAAuD;IACvD,IAAI,OAAO,IAAI,MAAM,IAAI,yBAAyB,IAAI,MAAM,EAAE,CAAC;QAC7D,OAAO,MAAM,CAAC,KAAK,KAAK,IAAI,IAAI,MAAM,CAAC,uBAAuB,KAAK,IAAI,CAAC;IAC1E,CAAC;IAED,OAAO,KAAK,CAAC;AACf,CAAC"}
@@ -0,0 +1,125 @@
1
+ import { AuthorizationMetadata } from "./authorization.interface";
2
+ import { MODULE_TYPES } from "./module-types.constants";
3
+ import { CloudFunctionConfig } from "./cloud-function.interface";
4
+ import { ServiceConfig } from "./service-config.interface";
5
+ import { UIConfig } from "./ui-config.interface";
6
+ import { CommonPathsMetadata } from "./common-paths.interface";
7
+ export declare const DEFAULT_API_DOCS_PATH = "api-docs-json";
8
+ export declare class ModuleMetadata {
9
+ /**
10
+ * Unique name of module
11
+ */
12
+ name: string;
13
+ /**
14
+ * Display name of module
15
+ */
16
+ displayName: string;
17
+ /**
18
+ * Type of the module
19
+ */
20
+ type: typeof MODULE_TYPES[number];
21
+ /**
22
+ * The base url of the module
23
+ */
24
+ baseUrl: string;
25
+ /**
26
+ * The service configuration
27
+ */
28
+ service: ServiceConfig;
29
+ /**
30
+ * The modules that this module depends on
31
+ *
32
+ */
33
+ dependsOn: string[];
34
+ createdBy: string;
35
+ createdAt: Date;
36
+ updatedBy: string;
37
+ updatedAt: Date;
38
+ /**
39
+ * The base paths for accessing module documentation, version, status, and changelog endpoints.
40
+ */
41
+ commonPaths?: CommonPathsMetadata | undefined;
42
+ /**
43
+ * The UI configuration
44
+ */
45
+ ui?: UIConfig | undefined;
46
+ /**
47
+ * Configuration parameters for service that are actually cloud functions
48
+ */
49
+ cloudFunction?: CloudFunctionConfig | undefined;
50
+ /**
51
+ * The authorization configuration
52
+ */
53
+ authorization?: AuthorizationMetadata | undefined;
54
+ /**
55
+ * The application that this module belongs to
56
+ */
57
+ application?: string | undefined;
58
+ /**
59
+ * Version of the module
60
+ */
61
+ version?: string | undefined;
62
+ /**
63
+ * Whether the module is public (accessible without authentication)
64
+ */
65
+ isPublic?: boolean | undefined;
66
+ /**
67
+ * Database identifier
68
+ * */
69
+ id?: number;
70
+ constructor(
71
+ /**
72
+ * Unique name of module
73
+ */
74
+ name: string,
75
+ /**
76
+ * Display name of module
77
+ */
78
+ displayName: string,
79
+ /**
80
+ * Type of the module
81
+ */
82
+ type: typeof MODULE_TYPES[number],
83
+ /**
84
+ * The base url of the module
85
+ */
86
+ baseUrl: string,
87
+ /**
88
+ * The service configuration
89
+ */
90
+ service: ServiceConfig,
91
+ /**
92
+ * The modules that this module depends on
93
+ *
94
+ */
95
+ dependsOn: string[], createdBy: string, createdAt: Date, updatedBy: string, updatedAt: Date,
96
+ /**
97
+ * The base paths for accessing module documentation, version, status, and changelog endpoints.
98
+ */
99
+ commonPaths?: CommonPathsMetadata | undefined,
100
+ /**
101
+ * The UI configuration
102
+ */
103
+ ui?: UIConfig | undefined,
104
+ /**
105
+ * Configuration parameters for service that are actually cloud functions
106
+ */
107
+ cloudFunction?: CloudFunctionConfig | undefined,
108
+ /**
109
+ * The authorization configuration
110
+ */
111
+ authorization?: AuthorizationMetadata | undefined,
112
+ /**
113
+ * The application that this module belongs to
114
+ */
115
+ application?: string | undefined,
116
+ /**
117
+ * Version of the module
118
+ */
119
+ version?: string | undefined,
120
+ /**
121
+ * Whether the module is public (accessible without authentication)
122
+ */
123
+ isPublic?: boolean | undefined);
124
+ }
125
+ //# sourceMappingURL=module-metadata.entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-metadata.entity.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-metadata.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,eAAO,MAAM,qBAAqB,kBAAkB,CAAA;AAUpD,qBAAa,cAAc;IAOvB;;OAEG;IACI,IAAI,EAAE,MAAM;IAEnB;;OAEG;IACI,WAAW,EAAE,MAAM;IAE1B;;OAEG;IACI,IAAI,EAAE,OAAO,YAAY,CAAC,MAAM,CAAC;IAExC;;OAEG;IACI,OAAO,EAAE,MAAM;IAEtB;;OAEG;IACI,OAAO,EAAE,aAAa;IAG7B;;;OAGG;IACI,SAAS,EAAE,MAAM,EAAE;IAEnB,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,IAAI;IACf,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,IAAI;IAEtB;;OAEG;IACI,WAAW,CAAC,EAAE,mBAAmB;IAExC;;OAEG;IACI,EAAE,CAAC,EAAE,QAAQ;IAEpB;;OAEG;IACI,aAAa,CAAC,EAAE,mBAAmB;IAE1C;;OAEG;IACI,aAAa,CAAC,EAAE,qBAAqB;IAE5C;;OAEG;IACI,WAAW,CAAC,EAAE,MAAM;IAE3B;;OAEG;IACI,OAAO,CAAC,EAAE,MAAM;IAEvB;;OAEG;IACI,QAAQ,CAAC,EAAE,OAAO;IA5E3B;;SAEK;IACE,EAAE,CAAC,EAAE,MAAM,CAAC;;IAGjB;;OAEG;IACI,IAAI,EAAE,MAAM;IAEnB;;OAEG;IACI,WAAW,EAAE,MAAM;IAE1B;;OAEG;IACI,IAAI,EAAE,OAAO,YAAY,CAAC,MAAM,CAAC;IAExC;;OAEG;IACI,OAAO,EAAE,MAAM;IAEtB;;OAEG;IACI,OAAO,EAAE,aAAa;IAG7B;;;OAGG;IACI,SAAS,EAAE,MAAM,EAAE,EAEnB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,IAAI,EACf,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,IAAI;IAEtB;;OAEG;IACI,WAAW,CAAC,EAAE,mBAAmB,YAAA;IAExC;;OAEG;IACI,EAAE,CAAC,EAAE,QAAQ,YAAA;IAEpB;;OAEG;IACI,aAAa,CAAC,EAAE,mBAAmB,YAAA;IAE1C;;OAEG;IACI,aAAa,CAAC,EAAE,qBAAqB,YAAA;IAE5C;;OAEG;IACI,WAAW,CAAC,EAAE,MAAM,YAAA;IAE3B;;OAEG;IACI,OAAO,CAAC,EAAE,MAAM,YAAA;IAEvB;;OAEG;IACI,QAAQ,CAAC,EAAE,OAAO,YAAA;CAI5B"}
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ModuleMetadata = exports.DEFAULT_API_DOCS_PATH = void 0;
4
+ exports.DEFAULT_API_DOCS_PATH = 'api-docs-json';
5
+ // NOTE: if you add new fields here which have "default values for example ui.shell = default
6
+ // then you also must update `setModuleDefaults`
7
+ // This is due to the fact that the bootstrap synchronization compares API returned objects (containing default values)
8
+ // against the json objects which might not have them.
9
+ // In that case the comparisson will say that they are different although they have the same semantics
10
+ // because of no-value means default value
11
+ // This is an architectural-concern. Returning materialized default values renders us into this complexity !
12
+ class ModuleMetadata {
13
+ constructor(
14
+ /**
15
+ * Unique name of module
16
+ */
17
+ name,
18
+ /**
19
+ * Display name of module
20
+ */
21
+ displayName,
22
+ /**
23
+ * Type of the module
24
+ */
25
+ type,
26
+ /**
27
+ * The base url of the module
28
+ */
29
+ baseUrl,
30
+ /**
31
+ * The service configuration
32
+ */
33
+ service,
34
+ /**
35
+ * The modules that this module depends on
36
+ *
37
+ */
38
+ dependsOn, createdBy, createdAt, updatedBy, updatedAt,
39
+ /**
40
+ * The base paths for accessing module documentation, version, status, and changelog endpoints.
41
+ */
42
+ commonPaths,
43
+ /**
44
+ * The UI configuration
45
+ */
46
+ ui,
47
+ /**
48
+ * Configuration parameters for service that are actually cloud functions
49
+ */
50
+ cloudFunction,
51
+ /**
52
+ * The authorization configuration
53
+ */
54
+ authorization,
55
+ /**
56
+ * The application that this module belongs to
57
+ */
58
+ application,
59
+ /**
60
+ * Version of the module
61
+ */
62
+ version,
63
+ /**
64
+ * Whether the module is public (accessible without authentication)
65
+ */
66
+ isPublic) {
67
+ this.name = name;
68
+ this.displayName = displayName;
69
+ this.type = type;
70
+ this.baseUrl = baseUrl;
71
+ this.service = service;
72
+ this.dependsOn = dependsOn;
73
+ this.createdBy = createdBy;
74
+ this.createdAt = createdAt;
75
+ this.updatedBy = updatedBy;
76
+ this.updatedAt = updatedAt;
77
+ this.commonPaths = commonPaths;
78
+ this.ui = ui;
79
+ this.cloudFunction = cloudFunction;
80
+ this.authorization = authorization;
81
+ this.application = application;
82
+ this.version = version;
83
+ this.isPublic = isPublic;
84
+ }
85
+ }
86
+ exports.ModuleMetadata = ModuleMetadata;
87
+ //# sourceMappingURL=module-metadata.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-metadata.entity.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-metadata.entity.ts"],"names":[],"mappings":";;;AAOa,QAAA,qBAAqB,GAAG,eAAe,CAAA;AAEpD,6FAA6F;AAC7F,gDAAgD;AAChD,uHAAuH;AACvH,sDAAsD;AACtD,sGAAsG;AACtG,0CAA0C;AAC1C,4GAA4G;AAE5G,MAAa,cAAc;IAMzB;IACE;;OAEG;IACI,IAAY;IAEnB;;OAEG;IACI,WAAmB;IAE1B;;OAEG;IACI,IAAiC;IAExC;;OAEG;IACI,OAAe;IAEtB;;OAEG;IACI,OAAsB;IAG7B;;;OAGG;IACI,SAAmB,EAEnB,SAAiB,EACjB,SAAe,EACf,SAAiB,EACjB,SAAe;IAEtB;;OAEG;IACI,WAAiC;IAExC;;OAEG;IACI,EAAa;IAEpB;;OAEG;IACI,aAAmC;IAE1C;;OAEG;IACI,aAAqC;IAE5C;;OAEG;IACI,WAAoB;IAE3B;;OAEG;IACI,OAAgB;IAEvB;;OAEG;IACI,QAAkB;QAnElB,SAAI,GAAJ,IAAI,CAAQ;QAKZ,gBAAW,GAAX,WAAW,CAAQ;QAKnB,SAAI,GAAJ,IAAI,CAA6B;QAKjC,YAAO,GAAP,OAAO,CAAQ;QAKf,YAAO,GAAP,OAAO,CAAe;QAOtB,cAAS,GAAT,SAAS,CAAU;QAEnB,cAAS,GAAT,SAAS,CAAQ;QACjB,cAAS,GAAT,SAAS,CAAM;QACf,cAAS,GAAT,SAAS,CAAQ;QACjB,cAAS,GAAT,SAAS,CAAM;QAKf,gBAAW,GAAX,WAAW,CAAsB;QAKjC,OAAE,GAAF,EAAE,CAAW;QAKb,kBAAa,GAAb,aAAa,CAAsB;QAKnC,kBAAa,GAAb,aAAa,CAAwB;QAKrC,gBAAW,GAAX,WAAW,CAAS;QAKpB,YAAO,GAAP,OAAO,CAAS;QAKhB,aAAQ,GAAR,QAAQ,CAAU;IAEvB,CAAC;CAEN;AAjFD,wCAiFC"}
@@ -0,0 +1,2 @@
1
+ export declare const MODULE_TYPES: readonly ["app", "utility", "service", "cloud-function"];
2
+ //# sourceMappingURL=module-types.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-types.constants.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,0DAA2D,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MODULE_TYPES = void 0;
4
+ exports.MODULE_TYPES = ['app', 'utility', 'service', 'cloud-function'];
5
+ //# sourceMappingURL=module-types.constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-types.constants.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,CAAU,CAAC"}
@@ -0,0 +1,24 @@
1
+ export interface ServiceConfig {
2
+ /**
3
+ * The host of the service
4
+ * */
5
+ host: string;
6
+ /**
7
+ * The port of the service
8
+ * */
9
+ port: number;
10
+ /**
11
+ * The protocol of the service.
12
+ * Default is "http".
13
+ * In case that your service uses SSL then it must be "https".
14
+ */
15
+ protocol?: string;
16
+ /**
17
+ * Indicates whether to include the module's base URL path when forwarding requests.
18
+ * When true, the base URL path will be included in the forwarded request.
19
+ * When false (default), the base URL path will be stripped from the forwarded request.
20
+ * Default is false.
21
+ */
22
+ includeBaseURL?: boolean;
23
+ }
24
+ //# sourceMappingURL=service-config.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-config.interface.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/service-config.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IACb;;SAEK;IACL,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;OAKG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-config.interface.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/service-config.interface.ts"],"names":[],"mappings":""}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * Customizable properties of a module.
3
+ */
4
+ export type ModuleProps = Record<string, any>;
1
5
  export interface UIConfig {
2
6
  /**
3
7
  * The route that the app will be mounted on
@@ -15,7 +19,7 @@ export interface UIConfig {
15
19
  /**
16
20
  * Custom props to pass to the app
17
21
  * */
18
- customProps: Record<string, any>;
22
+ customProps: ModuleProps;
19
23
  /**
20
24
  * Tells whether this app is the product's shell.
21
25
  * There should only be one shell defined at a time.
@@ -23,5 +27,12 @@ export interface UIConfig {
23
27
  * a DB query result)
24
28
  */
25
29
  shell?: boolean;
30
+ /**
31
+ * Tells whether this app is the Platform Customization UI to force it to load before the shell
32
+ * There should only be one platform customization UI defined at a time.
33
+ * If you declare more than one then PAE will take the first one (order depends on the catalog storage such
34
+ * a DB query result)
35
+ */
36
+ isPlatformCustomization?: boolean;
26
37
  }
27
38
  //# sourceMappingURL=ui-config.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-config.interface.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-config.interface.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;AAE7C,MAAM,WAAW,QAAQ;IACvB;;SAEK;IACL,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;SAEK;IACL,UAAU,EAAE,MAAM,CAAC;IAEnB;;SAEK;IACL,WAAW,EAAE,WAAW,CAAC;IAEzB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEd;;;;;KAKC;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-config.interface.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-config.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-types.constants.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,UAAqB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui-types.constants.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC"}
@@ -1,6 +1,3 @@
1
- export { CatalogService } from './catalog.service';
2
- export { CatalogRepository } from './catalog-repository.interface';
3
- export * from './module-metadata.interface';
4
- export * from './ui-types.constants';
5
- export * from './repositories';
1
+ export * from './dto';
2
+ export * from './entities/module-metadata/compute-is-public';
6
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/catalog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/catalog/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,8CAA8C,CAAC"}
@@ -14,10 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.CatalogService = void 0;
18
- var catalog_service_1 = require("./catalog.service");
19
- Object.defineProperty(exports, "CatalogService", { enumerable: true, get: function () { return catalog_service_1.CatalogService; } });
20
- __exportStar(require("./module-metadata.interface"), exports);
21
- __exportStar(require("./ui-types.constants"), exports);
22
- __exportStar(require("./repositories"), exports);
17
+ __exportStar(require("./dto"), exports);
18
+ __exportStar(require("./entities/module-metadata/compute-is-public"), exports);
23
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/catalog/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qDAAmD;AAA1C,iHAAA,cAAc,OAAA;AAEvB,8DAA4C;AAC5C,uDAAqC;AACrC,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/catalog/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,+EAA6D"}
@@ -0,0 +1,7 @@
1
+ export declare const PAE_MODULES_NAMES: {
2
+ ADMIN_UI: string;
3
+ SHELL_UI: string;
4
+ SCHEDULER_SERVICE: string;
5
+ GATEWAY_SERVICE: string;
6
+ };
7
+ //# sourceMappingURL=pae-modules.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pae-modules.constants.d.ts","sourceRoot":"","sources":["../../../src/catalog/pae-modules.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;CAK7B,CAAA"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PAE_MODULES_NAMES = void 0;
4
+ exports.PAE_MODULES_NAMES = {
5
+ ADMIN_UI: '@bluealba/pae-admin-ui',
6
+ SHELL_UI: '@bluealba/pae-shell-ui',
7
+ SCHEDULER_SERVICE: '@bluealba/pae-scheduler-service',
8
+ GATEWAY_SERVICE: '@bluealba/pae-nestjs-gateway-service'
9
+ };
10
+ //# sourceMappingURL=pae-modules.constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pae-modules.constants.js","sourceRoot":"","sources":["../../../src/catalog/pae-modules.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,QAAQ,EAAE,wBAAwB;IAClC,QAAQ,EAAE,wBAAwB;IAClC,iBAAiB,EAAE,iCAAiC;IACpD,eAAe,EAAE,sCAAsC;CACxD,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { ModuleMetadata } from "./entities/module-metadata/module-metadata.entity";
2
+ import { PAE_MODULES_NAMES } from "./pae-modules.constants";
3
+ export declare const DEFAULT_MODULE_PROTOCOL = "http";
4
+ export declare const DEFAULT_MODULE_PORT = 80;
5
+ export type PAEModuleName = keyof typeof PAE_MODULES_NAMES;
6
+ export declare const getPAEModule: (catalog: ModuleMetadata[], moduleName: PAEModuleName) => ModuleMetadata;
7
+ export type ConnectionMode = 'gateway' | 'direct';
8
+ export declare const getPAEModuleBaseUrl: (catalog: ModuleMetadata[], moduleName: keyof typeof PAE_MODULES_NAMES, connectionMode?: ConnectionMode) => string;
9
+ export declare const buildModuleUrl: (module: ModuleMetadata) => string;
10
+ export declare const getPAEModuleURL: (catalog: ModuleMetadata[], moduleName: PAEModuleName) => string;
11
+ //# sourceMappingURL=pae-service-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pae-service-utils.d.ts","sourceRoot":"","sources":["../../../src/catalog/pae-service-utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mDAAmD,CAAC;AACnF,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,eAAO,MAAM,uBAAuB,SAAS,CAAA;AAE7C,eAAO,MAAM,mBAAmB,KAAK,CAAA;AAErC,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAE3D,eAAO,MAAM,YAAY,GAAI,SAAS,cAAc,EAAE,EAAE,YAAY,aAAa,mBAQhF,CAAA;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,QAAQ,CAAC;AAElD,eAAO,MAAM,mBAAmB,GAC9B,SAAS,cAAc,EAAE,EACzB,YAAY,MAAM,OAAO,iBAAiB,EAC1C,iBAAgB,cAA0B,WAoB3C,CAAA;AAED,eAAO,MAAM,cAAc,GAAI,QAAQ,cAAc,WAC2E,CAAA;AAEhI,eAAO,MAAM,eAAe,GAAI,SAAS,cAAc,EAAE,EAAE,YAAY,aAAa,WAMnF,CAAA"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getPAEModuleURL = exports.buildModuleUrl = exports.getPAEModuleBaseUrl = exports.getPAEModule = exports.DEFAULT_MODULE_PORT = exports.DEFAULT_MODULE_PROTOCOL = void 0;
4
+ const from_env_1 = require("../common/utils/from-env");
5
+ const pae_modules_constants_1 = require("./pae-modules.constants");
6
+ exports.DEFAULT_MODULE_PROTOCOL = 'http';
7
+ exports.DEFAULT_MODULE_PORT = 80;
8
+ const getPAEModule = (catalog, moduleName) => {
9
+ const module = catalog.find(m => m.name === pae_modules_constants_1.PAE_MODULES_NAMES[moduleName]);
10
+ if (!module) {
11
+ throw new Error(`Module ${moduleName} not found in catalog`);
12
+ }
13
+ return module;
14
+ };
15
+ exports.getPAEModule = getPAEModule;
16
+ const getPAEModuleBaseUrl = (catalog, moduleName, connectionMode = 'gateway') => {
17
+ const module = (0, exports.getPAEModule)(catalog, moduleName);
18
+ if (connectionMode === 'gateway') {
19
+ const isServerSide = typeof window === 'undefined';
20
+ if (isServerSide) {
21
+ try {
22
+ const gatewayURL = (0, from_env_1.fromEnv)('GATEWAY_URL');
23
+ return `${gatewayURL}${module.baseUrl}`;
24
+ }
25
+ catch (error) {
26
+ console.warn(`GATEWAY_URL environment variable is not set for server-side connection, using module base URL instead`);
27
+ return module.baseUrl;
28
+ }
29
+ }
30
+ return module.baseUrl;
31
+ }
32
+ // Direct connection: construct absolute URL
33
+ const protocol = module.service.protocol || 'http';
34
+ return `${protocol}://${module.service.host}:${module.service.port}`;
35
+ };
36
+ exports.getPAEModuleBaseUrl = getPAEModuleBaseUrl;
37
+ const buildModuleUrl = (module) => { var _a, _b; return `${(_a = module.service.protocol) !== null && _a !== void 0 ? _a : exports.DEFAULT_MODULE_PROTOCOL}://${module.service.host}:${(_b = module.service.port) !== null && _b !== void 0 ? _b : exports.DEFAULT_MODULE_PORT}`; };
38
+ exports.buildModuleUrl = buildModuleUrl;
39
+ const getPAEModuleURL = (catalog, moduleName) => {
40
+ const module = catalog.find(m => m.name === pae_modules_constants_1.PAE_MODULES_NAMES[moduleName]);
41
+ if (!module) {
42
+ throw new Error(`Module [${moduleName}] not found in catalog`);
43
+ }
44
+ return (0, exports.buildModuleUrl)(module);
45
+ };
46
+ exports.getPAEModuleURL = getPAEModuleURL;
47
+ //# sourceMappingURL=pae-service-utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pae-service-utils.js","sourceRoot":"","sources":["../../../src/catalog/pae-service-utils.ts"],"names":[],"mappings":";;;AAAA,uDAAmD;AAEnD,mEAA4D;AAE/C,QAAA,uBAAuB,GAAG,MAAM,CAAA;AAEhC,QAAA,mBAAmB,GAAG,EAAE,CAAA;AAI9B,MAAM,YAAY,GAAG,CAAC,OAAyB,EAAE,UAAyB,EAAE,EAAE;IACnF,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,yCAAiB,CAAC,UAAU,CAAC,CAAC,CAAC;IAE3E,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,MAAM,IAAI,KAAK,CAAC,UAAU,UAAU,uBAAuB,CAAC,CAAC;IAC/D,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC,CAAA;AARY,QAAA,YAAY,gBAQxB;AAIM,MAAM,mBAAmB,GAAG,CACjC,OAAyB,EACzB,UAA0C,EAC1C,iBAAiC,SAAS,EAC1C,EAAE;IACF,MAAM,MAAM,GAAG,IAAA,oBAAY,EAAC,OAAO,EAAE,UAAU,CAAC,CAAC;IACjD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;QACjC,MAAM,YAAY,GAAG,OAAO,MAAM,KAAK,WAAW,CAAC;QACnD,IAAI,YAAY,EAAE,CAAC;YACjB,IAAI,CAAC;gBACH,MAAM,UAAU,GAAG,IAAA,kBAAO,EAAC,aAAa,CAAC,CAAC;gBAC1C,OAAO,GAAG,UAAU,GAAG,MAAM,CAAC,OAAO,EAAE,CAAC;YAC1C,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACf,OAAO,CAAC,IAAI,CAAC,uGAAuG,CAAC,CAAC;gBACtH,OAAO,MAAM,CAAC,OAAO,CAAC;YACxB,CAAC;QACH,CAAC;QACD,OAAO,MAAM,CAAC,OAAO,CAAC;IACxB,CAAC;IAED,4CAA4C;IAC5C,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC,QAAQ,IAAI,MAAM,CAAC;IACnD,OAAO,GAAG,QAAQ,MAAM,MAAM,CAAC,OAAO,CAAC,IAAI,IAAI,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;AACvE,CAAC,CAAA;AAvBY,QAAA,mBAAmB,uBAuB/B;AAEM,MAAM,cAAc,GAAG,CAAC,MAAsB,EAAE,EAAE,eACvD,OAAA,GAAG,MAAA,MAAM,CAAC,OAAO,CAAC,QAAQ,mCAAI,+BAAuB,MAAM,MAAM,CAAC,OAAO,CAAC,IAAI,IAAI,MAAA,MAAM,CAAC,OAAO,CAAC,IAAI,mCAAI,2BAAmB,EAAE,CAAA,EAAA,CAAA;AADnH,QAAA,cAAc,kBACqG;AAEzH,MAAM,eAAe,GAAG,CAAC,OAAyB,EAAE,UAAyB,EAAE,EAAE;IACtF,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,yCAAiB,CAAC,UAAU,CAAC,CAAC,CAAC;IAC3E,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,MAAM,IAAI,KAAK,CAAC,WAAW,UAAU,wBAAwB,CAAC,CAAC;IACjE,CAAC;IACD,OAAO,IAAA,sBAAc,EAAC,MAAM,CAAC,CAAA;AAC/B,CAAC,CAAA;AANY,QAAA,eAAe,mBAM3B"}