@bluealba/pae-core 5.4.0 → 5.5.0-feature-replace-eslint-prettier-b-297

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 (444) hide show
  1. package/dist/src/auth/domain/auth-method.interface.d.ts +2 -2
  2. package/dist/src/auth/domain/auth-method.interface.d.ts.map +1 -1
  3. package/dist/src/auth/domain/auth-user.interface.d.ts +3 -3
  4. package/dist/src/auth/domain/auth-user.interface.d.ts.map +1 -1
  5. package/dist/src/auth/index.d.ts +2 -2
  6. package/dist/src/auth/index.d.ts.map +1 -1
  7. package/dist/src/auth/index.js.map +1 -1
  8. package/dist/src/authentication/anonymous-user.d.ts +1 -1
  9. package/dist/src/authentication/anonymous-user.d.ts.map +1 -1
  10. package/dist/src/authentication/anonymous-user.js.map +1 -1
  11. package/dist/src/authentication/api/all-profiles-request.d.ts +1 -1
  12. package/dist/src/authentication/api/all-profiles-request.d.ts.map +1 -1
  13. package/dist/src/authentication/api/all-profiles-request.js.map +1 -1
  14. package/dist/src/authentication/api/can-impersonate-request.d.ts +1 -1
  15. package/dist/src/authentication/api/can-impersonate-request.d.ts.map +1 -1
  16. package/dist/src/authentication/api/can-impersonate-request.js +1 -1
  17. package/dist/src/authentication/api/can-impersonate-request.js.map +1 -1
  18. package/dist/src/authentication/api/create-api-key-request.d.ts +2 -2
  19. package/dist/src/authentication/api/create-api-key-request.d.ts.map +1 -1
  20. package/dist/src/authentication/api/create-api-key-request.js.map +1 -1
  21. package/dist/src/authentication/api/create-impersonation-config-request.d.ts +2 -2
  22. package/dist/src/authentication/api/create-impersonation-config-request.d.ts.map +1 -1
  23. package/dist/src/authentication/api/create-impersonation-config-request.js +1 -1
  24. package/dist/src/authentication/api/create-impersonation-config-request.js.map +1 -1
  25. package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts +1 -1
  26. package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts.map +1 -1
  27. package/dist/src/authentication/api/create-impersonation-restriction-request.js +1 -1
  28. package/dist/src/authentication/api/create-impersonation-restriction-request.js.map +1 -1
  29. package/dist/src/authentication/api/create-invitation-request.d.ts +2 -2
  30. package/dist/src/authentication/api/create-invitation-request.d.ts.map +1 -1
  31. package/dist/src/authentication/api/create-invitation-request.js.map +1 -1
  32. package/dist/src/authentication/api/delete-impersonation-config-request.d.ts.map +1 -1
  33. package/dist/src/authentication/api/delete-impersonation-config-request.js +1 -1
  34. package/dist/src/authentication/api/delete-impersonation-config-request.js.map +1 -1
  35. package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts +1 -1
  36. package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts.map +1 -1
  37. package/dist/src/authentication/api/delete-impersonation-restriction-request.js +1 -1
  38. package/dist/src/authentication/api/delete-impersonation-restriction-request.js.map +1 -1
  39. package/dist/src/authentication/api/get-all-api-keys-request.d.ts +1 -1
  40. package/dist/src/authentication/api/get-all-api-keys-request.d.ts.map +1 -1
  41. package/dist/src/authentication/api/get-all-api-keys-request.js.map +1 -1
  42. package/dist/src/authentication/api/get-all-impersonation-configs-request.d.ts +1 -1
  43. package/dist/src/authentication/api/get-authentication-config.d.ts +1 -1
  44. package/dist/src/authentication/api/get-authentication-config.d.ts.map +1 -1
  45. package/dist/src/authentication/api/get-authentication-config.js.map +1 -1
  46. package/dist/src/authentication/api/get-invitations-request.d.ts +3 -4
  47. package/dist/src/authentication/api/get-invitations-request.d.ts.map +1 -1
  48. package/dist/src/authentication/api/get-invitations-request.js.map +1 -1
  49. package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts +1 -1
  50. package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts.map +1 -1
  51. package/dist/src/authentication/api/get-profiles-by-user-emails-request.js.map +1 -1
  52. package/dist/src/authentication/api/get-users-request.d.ts +2 -2
  53. package/dist/src/authentication/api/get-users-request.d.ts.map +1 -1
  54. package/dist/src/authentication/api/get-users-request.js.map +1 -1
  55. package/dist/src/authentication/api/resend-invitation-request.js +1 -1
  56. package/dist/src/authentication/api/search-profiles-request.d.ts +2 -2
  57. package/dist/src/authentication/api/search-profiles-request.d.ts.map +1 -1
  58. package/dist/src/authentication/api/search-profiles-request.js.map +1 -1
  59. package/dist/src/authentication/api/update-impersonation-config-request.d.ts +2 -2
  60. package/dist/src/authentication/api/update-impersonation-config-request.d.ts.map +1 -1
  61. package/dist/src/authentication/api/update-impersonation-config-request.js +1 -1
  62. package/dist/src/authentication/authentication.service.d.ts +7 -10
  63. package/dist/src/authentication/authentication.service.d.ts.map +1 -1
  64. package/dist/src/authentication/authentication.service.js +40 -75
  65. package/dist/src/authentication/authentication.service.js.map +1 -1
  66. package/dist/src/authentication/domain/request-user.interface.d.ts +1 -1
  67. package/dist/src/authentication/dto/api-key-response.dto.d.ts.map +1 -1
  68. package/dist/src/authentication/dto/create-api-key-request.d.ts.map +1 -1
  69. package/dist/src/authentication/dto/create-api-key-response.dto.d.ts.map +1 -1
  70. package/dist/src/authentication/dto/create-impersonation-config-response.dto.d.ts.map +1 -1
  71. package/dist/src/authentication/dto/create-invitation-request.dto.d.ts.map +1 -1
  72. package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts +1 -1
  73. package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts.map +1 -1
  74. package/dist/src/authentication/dto/group.dto.d.ts +1 -1
  75. package/dist/src/authentication/dto/group.dto.d.ts.map +1 -1
  76. package/dist/src/authentication/dto/impersonation-config-response.dto.d.ts.map +1 -1
  77. package/dist/src/authentication/dto/invitation.dto.d.ts +1 -1
  78. package/dist/src/authentication/dto/invitations-response.dto.d.ts +2 -2
  79. package/dist/src/authentication/dto/oauth-provider.dto.d.ts +2 -2
  80. package/dist/src/authentication/dto/oauth-provider.dto.d.ts.map +1 -1
  81. package/dist/src/authentication/dto/oauth-provider.dto.js.map +1 -1
  82. package/dist/src/authentication/dto/user-identity.dto.d.ts.map +1 -1
  83. package/dist/src/authentication/dto/user.dto.d.ts +2 -2
  84. package/dist/src/authentication/dto/user.dto.d.ts.map +1 -1
  85. package/dist/src/authentication/dto/users-response.dto.d.ts +2 -2
  86. package/dist/src/authentication/entities/api-key.entity.d.ts +1 -1
  87. package/dist/src/authentication/entities/api-key.entity.js +6 -6
  88. package/dist/src/authentication/entities/api-key.entity.js.map +1 -1
  89. package/dist/src/authentication/entities/authentication-config.entity.d.ts +4 -4
  90. package/dist/src/authentication/entities/authentication-config.entity.d.ts.map +1 -1
  91. package/dist/src/authentication/entities/authentication-parameters.entity.d.ts.map +1 -1
  92. package/dist/src/authentication/entities/authentication-parameters.entity.js +4 -4
  93. package/dist/src/authentication/entities/authentication-parameters.entity.js.map +1 -1
  94. package/dist/src/authentication/entities/can-impersonate.entity.d.ts +1 -1
  95. package/dist/src/authentication/entities/can-impersonate.entity.js +2 -4
  96. package/dist/src/authentication/entities/can-impersonate.entity.js.map +1 -1
  97. package/dist/src/authentication/entities/impersonation-config.entity.d.ts +1 -1
  98. package/dist/src/authentication/entities/impersonation-config.entity.js +5 -7
  99. package/dist/src/authentication/entities/impersonation-config.entity.js.map +1 -1
  100. package/dist/src/authentication/impersonation.d.ts +1 -1
  101. package/dist/src/authentication/impersonation.d.ts.map +1 -1
  102. package/dist/src/authentication/impersonation.js +1 -1
  103. package/dist/src/authentication/index.d.ts +13 -16
  104. package/dist/src/authentication/index.d.ts.map +1 -1
  105. package/dist/src/authentication/index.js +8 -8
  106. package/dist/src/authentication/index.js.map +1 -1
  107. package/dist/src/authentication/is-anonymous-user.d.ts +1 -1
  108. package/dist/src/authentication/is-anonymous-user.d.ts.map +1 -1
  109. package/dist/src/authentication/is-anonymous-user.js.map +1 -1
  110. package/dist/src/authentication/password-constraints.d.ts.map +1 -1
  111. package/dist/src/authentication/password-constraints.js.map +1 -1
  112. package/dist/src/authentication/utils/index.d.ts +1 -1
  113. package/dist/src/authentication/utils/index.d.ts.map +1 -1
  114. package/dist/src/authentication/utils/index.js +2 -2
  115. package/dist/src/authentication/utils/index.js.map +1 -1
  116. package/dist/src/authentication/utils/user-comparison.d.ts.map +1 -1
  117. package/dist/src/authentication/utils/user-comparison.js +1 -3
  118. package/dist/src/authentication/utils/user-comparison.js.map +1 -1
  119. package/dist/src/authorization/api/assign-operation-to-role-request.d.ts +1 -1
  120. package/dist/src/authorization/api/assign-operation-to-role-request.d.ts.map +1 -1
  121. package/dist/src/authorization/api/assign-operation-to-role-request.js +1 -1
  122. package/dist/src/authorization/api/assign-operation-to-role-request.js.map +1 -1
  123. package/dist/src/authorization/api/create-application-request.d.ts +3 -4
  124. package/dist/src/authorization/api/create-application-request.d.ts.map +1 -1
  125. package/dist/src/authorization/api/create-application-request.js.map +1 -1
  126. package/dist/src/authorization/api/create-operation-request.d.ts +3 -4
  127. package/dist/src/authorization/api/create-operation-request.d.ts.map +1 -1
  128. package/dist/src/authorization/api/create-operation-request.js.map +1 -1
  129. package/dist/src/authorization/api/create-role-request.d.ts +3 -4
  130. package/dist/src/authorization/api/create-role-request.d.ts.map +1 -1
  131. package/dist/src/authorization/api/create-role-request.js.map +1 -1
  132. package/dist/src/authorization/api/create-rule-request.d.ts +2 -2
  133. package/dist/src/authorization/api/create-rule-request.d.ts.map +1 -1
  134. package/dist/src/authorization/api/create-rule-request.js.map +1 -1
  135. package/dist/src/authorization/api/delete-application-request.d.ts +2 -3
  136. package/dist/src/authorization/api/delete-application-request.d.ts.map +1 -1
  137. package/dist/src/authorization/api/delete-application-request.js.map +1 -1
  138. package/dist/src/authorization/api/delete-operation-request.d.ts +2 -3
  139. package/dist/src/authorization/api/delete-operation-request.d.ts.map +1 -1
  140. package/dist/src/authorization/api/delete-operation-request.js.map +1 -1
  141. package/dist/src/authorization/api/delete-role-request.d.ts +2 -3
  142. package/dist/src/authorization/api/delete-role-request.d.ts.map +1 -1
  143. package/dist/src/authorization/api/delete-role-request.js.map +1 -1
  144. package/dist/src/authorization/api/delete-rule-request.d.ts +2 -3
  145. package/dist/src/authorization/api/delete-rule-request.d.ts.map +1 -1
  146. package/dist/src/authorization/api/delete-rule-request.js.map +1 -1
  147. package/dist/src/authorization/api/get-admin-ui-data-request.d.ts +1 -1
  148. package/dist/src/authorization/api/get-admin-ui-data-request.d.ts.map +1 -1
  149. package/dist/src/authorization/api/get-admin-ui-data-request.js +2 -2
  150. package/dist/src/authorization/api/get-admin-ui-data-request.js.map +1 -1
  151. package/dist/src/authorization/api/get-all-applications-request.d.ts +2 -2
  152. package/dist/src/authorization/api/get-all-applications-request.d.ts.map +1 -1
  153. package/dist/src/authorization/api/get-all-applications-request.js +1 -1
  154. package/dist/src/authorization/api/get-all-applications-request.js.map +1 -1
  155. package/dist/src/authorization/api/get-all-operations-request.d.ts +3 -4
  156. package/dist/src/authorization/api/get-all-operations-request.d.ts.map +1 -1
  157. package/dist/src/authorization/api/get-all-operations-request.js.map +1 -1
  158. package/dist/src/authorization/api/get-all-roles-request.d.ts +3 -4
  159. package/dist/src/authorization/api/get-all-roles-request.d.ts.map +1 -1
  160. package/dist/src/authorization/api/get-all-roles-request.js.map +1 -1
  161. package/dist/src/authorization/api/get-all-rules-request.d.ts +3 -4
  162. package/dist/src/authorization/api/get-all-rules-request.d.ts.map +1 -1
  163. package/dist/src/authorization/api/get-all-rules-request.js.map +1 -1
  164. package/dist/src/authorization/api/get-allowed-applications-request.d.ts +1 -1
  165. package/dist/src/authorization/api/get-allowed-applications-request.d.ts.map +1 -1
  166. package/dist/src/authorization/api/get-allowed-applications-request.js.map +1 -1
  167. package/dist/src/authorization/api/get-allowed-operations-for-app-request.d.ts +2 -2
  168. package/dist/src/authorization/api/get-allowed-operations-for-app-request.js +1 -1
  169. package/dist/src/authorization/api/get-allowed-resources-request.d.ts +2 -2
  170. package/dist/src/authorization/api/get-allowed-resources-request.js +1 -1
  171. package/dist/src/authorization/api/get-operations-for-role-request.d.ts +2 -2
  172. package/dist/src/authorization/api/get-operations-for-role-request.d.ts.map +1 -1
  173. package/dist/src/authorization/api/get-operations-for-role-request.js +1 -1
  174. package/dist/src/authorization/api/get-operations-for-role-request.js.map +1 -1
  175. package/dist/src/authorization/api/get-roles-for-operation.d.ts +2 -2
  176. package/dist/src/authorization/api/get-roles-for-operation.d.ts.map +1 -1
  177. package/dist/src/authorization/api/get-roles-for-operation.js +1 -1
  178. package/dist/src/authorization/api/get-roles-for-operation.js.map +1 -1
  179. package/dist/src/authorization/api/request-factory.d.ts +2 -2
  180. package/dist/src/authorization/api/request-factory.d.ts.map +1 -1
  181. package/dist/src/authorization/api/request-factory.js +7 -12
  182. package/dist/src/authorization/api/request-factory.js.map +1 -1
  183. package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts +1 -1
  184. package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts.map +1 -1
  185. package/dist/src/authorization/api/unassign-operation-from-role-request.js +1 -1
  186. package/dist/src/authorization/api/unassign-operation-from-role-request.js.map +1 -1
  187. package/dist/src/authorization/api/update-application-request.d.ts +2 -2
  188. package/dist/src/authorization/api/update-application-request.d.ts.map +1 -1
  189. package/dist/src/authorization/api/update-application-request.js +1 -1
  190. package/dist/src/authorization/api/update-application-request.js.map +1 -1
  191. package/dist/src/authorization/api/update-operation-request.d.ts +2 -2
  192. package/dist/src/authorization/api/update-operation-request.d.ts.map +1 -1
  193. package/dist/src/authorization/api/update-operation-request.js +1 -1
  194. package/dist/src/authorization/api/update-operation-request.js.map +1 -1
  195. package/dist/src/authorization/api/update-role-request.d.ts +3 -4
  196. package/dist/src/authorization/api/update-role-request.d.ts.map +1 -1
  197. package/dist/src/authorization/api/update-role-request.js +1 -1
  198. package/dist/src/authorization/api/update-role-request.js.map +1 -1
  199. package/dist/src/authorization/api/update-rule-request.d.ts +3 -4
  200. package/dist/src/authorization/api/update-rule-request.d.ts.map +1 -1
  201. package/dist/src/authorization/api/update-rule-request.js +1 -1
  202. package/dist/src/authorization/api/update-rule-request.js.map +1 -1
  203. package/dist/src/authorization/authorization.service.d.ts +3 -4
  204. package/dist/src/authorization/authorization.service.d.ts.map +1 -1
  205. package/dist/src/authorization/authorization.service.js +108 -170
  206. package/dist/src/authorization/authorization.service.js.map +1 -1
  207. package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts +2 -2
  208. package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts.map +1 -1
  209. package/dist/src/authorization/dto/create-application.dto.d.ts +7 -0
  210. package/dist/src/authorization/dto/create-application.dto.d.ts.map +1 -1
  211. package/dist/src/authorization/dto/get-admin-ui-response.dto.d.ts +4 -4
  212. package/dist/src/authorization/dto/get-all-applications.dto.d.ts +1 -2
  213. package/dist/src/authorization/dto/get-all-applications.dto.d.ts.map +1 -1
  214. package/dist/src/authorization/dto/index.d.ts +28 -28
  215. package/dist/src/authorization/dto/index.d.ts.map +1 -1
  216. package/dist/src/authorization/dto/index.js.map +1 -1
  217. package/dist/src/authorization/dto/role-response.dto.d.ts +1 -1
  218. package/dist/src/authorization/dto/rule-response.dto.d.ts +3 -3
  219. package/dist/src/authorization/dto/sync-assignments.dto.d.ts +1 -1
  220. package/dist/src/authorization/dto/update-application.dto.d.ts +2 -2
  221. package/dist/src/authorization/dto/update-operation.dto.d.ts +1 -1
  222. package/dist/src/authorization/dto/update-operation.dto.d.ts.map +1 -1
  223. package/dist/src/authorization/dto/update-rule.dto.d.ts +1 -1
  224. package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts +4 -4
  225. package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts.map +1 -1
  226. package/dist/src/authorization/entities/admin-ui-data.entity.d.ts +5 -5
  227. package/dist/src/authorization/entities/admin-ui-data.entity.d.ts.map +1 -1
  228. package/dist/src/authorization/entities/admin-ui-data.entity.js +45 -8
  229. package/dist/src/authorization/entities/admin-ui-data.entity.js.map +1 -1
  230. package/dist/src/authorization/entities/allowed-resources.entity.d.ts +2 -2
  231. package/dist/src/authorization/entities/allowed-resources.entity.d.ts.map +1 -1
  232. package/dist/src/authorization/entities/allowed-resources.entity.js +5 -1
  233. package/dist/src/authorization/entities/allowed-resources.entity.js.map +1 -1
  234. package/dist/src/authorization/entities/application.entity.d.ts +2 -2
  235. package/dist/src/authorization/entities/application.entity.d.ts.map +1 -1
  236. package/dist/src/authorization/entities/application.entity.js +10 -2
  237. package/dist/src/authorization/entities/application.entity.js.map +1 -1
  238. package/dist/src/authorization/entities/operation.entity.d.ts +1 -1
  239. package/dist/src/authorization/entities/operation.entity.js +8 -10
  240. package/dist/src/authorization/entities/operation.entity.js.map +1 -1
  241. package/dist/src/authorization/entities/role.entity.d.ts +2 -2
  242. package/dist/src/authorization/entities/role.entity.d.ts.map +1 -1
  243. package/dist/src/authorization/entities/role.entity.js +8 -9
  244. package/dist/src/authorization/entities/role.entity.js.map +1 -1
  245. package/dist/src/authorization/entities/rule.entity.d.ts +5 -5
  246. package/dist/src/authorization/entities/rule.entity.js +14 -2
  247. package/dist/src/authorization/entities/rule.entity.js.map +1 -1
  248. package/dist/src/authorization/index.d.ts +4 -4
  249. package/dist/src/authorization/index.d.ts.map +1 -1
  250. package/dist/src/authorization/index.js +9 -9
  251. package/dist/src/authorization/index.js.map +1 -1
  252. package/dist/src/authorization/isAuthorized/application-with-operations.d.ts +2 -2
  253. package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts +1 -1
  254. package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts.map +1 -1
  255. package/dist/src/authorization/isAuthorized/get-module-requirements.js +12 -13
  256. package/dist/src/authorization/isAuthorized/get-module-requirements.js.map +1 -1
  257. package/dist/src/authorization/isAuthorized/get-route-operations.d.ts +1 -1
  258. package/dist/src/authorization/isAuthorized/get-route-operations.d.ts.map +1 -1
  259. package/dist/src/authorization/isAuthorized/get-route-operations.js +7 -13
  260. package/dist/src/authorization/isAuthorized/get-route-operations.js.map +1 -1
  261. package/dist/src/authorization/isAuthorized/is-authorized.d.ts +1 -1
  262. package/dist/src/authorization/isAuthorized/is-authorized.d.ts.map +1 -1
  263. package/dist/src/authorization/isAuthorized/is-authorized.js.map +1 -1
  264. package/dist/src/authorization/isAuthorized/validate-requirements.d.ts.map +1 -1
  265. package/dist/src/authorization/isAuthorized/validate-requirements.js +3 -3
  266. package/dist/src/authorization/isAuthorized/validate-requirements.js.map +1 -1
  267. package/dist/src/catalog/api/create-module-request.d.ts +2 -2
  268. package/dist/src/catalog/api/create-module-request.d.ts.map +1 -1
  269. package/dist/src/catalog/api/create-module-request.js +1 -1
  270. package/dist/src/catalog/api/create-module-request.js.map +1 -1
  271. package/dist/src/catalog/api/delete-module-request.d.ts +1 -1
  272. package/dist/src/catalog/api/delete-module-request.d.ts.map +1 -1
  273. package/dist/src/catalog/api/delete-module-request.js +1 -1
  274. package/dist/src/catalog/api/delete-module-request.js.map +1 -1
  275. package/dist/src/catalog/api/get-all-modules-request.d.ts +1 -1
  276. package/dist/src/catalog/api/get-all-modules-request.d.ts.map +1 -1
  277. package/dist/src/catalog/api/get-all-modules-request.js +1 -10
  278. package/dist/src/catalog/api/get-all-modules-request.js.map +1 -1
  279. package/dist/src/catalog/api/map-module-to-dto.d.ts +1 -1
  280. package/dist/src/catalog/api/map-module-to-dto.d.ts.map +1 -1
  281. package/dist/src/catalog/api/map-module-to-dto.js +25 -13
  282. package/dist/src/catalog/api/map-module-to-dto.js.map +1 -1
  283. package/dist/src/catalog/api/update-module-request.d.ts +2 -2
  284. package/dist/src/catalog/api/update-module-request.d.ts.map +1 -1
  285. package/dist/src/catalog/api/update-module-request.js +1 -1
  286. package/dist/src/catalog/api/update-module-request.js.map +1 -1
  287. package/dist/src/catalog/api/update-module-ui-config-request.d.ts +1 -1
  288. package/dist/src/catalog/api/update-module-ui-config-request.d.ts.map +1 -1
  289. package/dist/src/catalog/api/update-module-ui-config-request.js +2 -2
  290. package/dist/src/catalog/api/update-module-ui-config-request.js.map +1 -1
  291. package/dist/src/catalog/catalog.service.d.ts +5 -5
  292. package/dist/src/catalog/catalog.service.d.ts.map +1 -1
  293. package/dist/src/catalog/catalog.service.js +5 -5
  294. package/dist/src/catalog/catalog.service.js.map +1 -1
  295. package/dist/src/catalog/dto/create-or-update-module.d.ts +2 -2
  296. package/dist/src/catalog/dto/create-or-update-module.d.ts.map +1 -1
  297. package/dist/src/catalog/dto/index.d.ts +1 -1
  298. package/dist/src/catalog/dto/index.d.ts.map +1 -1
  299. package/dist/src/catalog/dto/index.js +1 -1
  300. package/dist/src/catalog/dto/index.js.map +1 -1
  301. package/dist/src/catalog/entities/module-metadata/cloud-function.interface.d.ts +1 -1
  302. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts +8 -8
  303. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts.map +1 -1
  304. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js +21 -0
  305. package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js.map +1 -1
  306. package/dist/src/catalog/entities/module-metadata/ui-config.interface.d.ts +5 -5
  307. package/dist/src/catalog/entities/module-metadata/ui-config.interface.d.ts.map +1 -1
  308. package/dist/src/catalog/pae-modules.constants.d.ts.map +1 -1
  309. package/dist/src/catalog/pae-modules.constants.js.map +1 -1
  310. package/dist/src/catalog/pae-service-utils.d.ts +2 -2
  311. package/dist/src/catalog/pae-service-utils.d.ts.map +1 -1
  312. package/dist/src/catalog/pae-service-utils.js +4 -4
  313. package/dist/src/catalog/pae-service-utils.js.map +1 -1
  314. package/dist/src/common/api-methods.d.ts +1 -1
  315. package/dist/src/common/api-methods.d.ts.map +1 -1
  316. package/dist/src/common/api-methods.js.map +1 -1
  317. package/dist/src/common/audit.d.ts.map +1 -1
  318. package/dist/src/common/audit.js +36 -54
  319. package/dist/src/common/audit.js.map +1 -1
  320. package/dist/src/common/auditable.interface.d.ts.map +1 -1
  321. package/dist/src/common/auditable.record.d.ts.map +1 -1
  322. package/dist/src/common/create-service-invoker.d.ts +1 -1
  323. package/dist/src/common/create-service-invoker.d.ts.map +1 -1
  324. package/dist/src/common/create-service-invoker.js +8 -3
  325. package/dist/src/common/create-service-invoker.js.map +1 -1
  326. package/dist/src/common/domain/criteria/criteria.d.ts +1 -1
  327. package/dist/src/common/domain/criteria/criteria.d.ts.map +1 -1
  328. package/dist/src/common/domain/criteria/criteria.js +4 -2
  329. package/dist/src/common/domain/criteria/criteria.js.map +1 -1
  330. package/dist/src/common/domain/criteria/filter-field.d.ts.map +1 -1
  331. package/dist/src/common/domain/criteria/filter-field.js +1 -0
  332. package/dist/src/common/domain/criteria/filter-field.js.map +1 -1
  333. package/dist/src/common/domain/criteria/filter-operator.d.ts.map +1 -1
  334. package/dist/src/common/domain/criteria/filter-operator.js +1 -0
  335. package/dist/src/common/domain/criteria/filter-operator.js.map +1 -1
  336. package/dist/src/common/domain/criteria/filter-relation.d.ts.map +1 -1
  337. package/dist/src/common/domain/criteria/filter-relation.js +1 -0
  338. package/dist/src/common/domain/criteria/filter-relation.js.map +1 -1
  339. package/dist/src/common/domain/criteria/filter-value.d.ts.map +1 -1
  340. package/dist/src/common/domain/criteria/filter-value.js +1 -0
  341. package/dist/src/common/domain/criteria/filter-value.js.map +1 -1
  342. package/dist/src/common/domain/criteria/filter.d.ts.map +1 -1
  343. package/dist/src/common/domain/criteria/filter.js +4 -0
  344. package/dist/src/common/domain/criteria/filter.js.map +1 -1
  345. package/dist/src/common/domain/criteria/filters.d.ts.map +1 -1
  346. package/dist/src/common/domain/criteria/filters.js +1 -0
  347. package/dist/src/common/domain/criteria/filters.js.map +1 -1
  348. package/dist/src/common/domain/criteria/index.d.ts +2 -2
  349. package/dist/src/common/domain/criteria/index.d.ts.map +1 -1
  350. package/dist/src/common/domain/criteria/index.js +2 -2
  351. package/dist/src/common/domain/criteria/index.js.map +1 -1
  352. package/dist/src/common/domain/criteria/operator.d.ts.map +1 -1
  353. package/dist/src/common/domain/criteria/operator.js.map +1 -1
  354. package/dist/src/common/domain/criteria/order-by.d.ts.map +1 -1
  355. package/dist/src/common/domain/criteria/order-by.js +1 -0
  356. package/dist/src/common/domain/criteria/order-by.js.map +1 -1
  357. package/dist/src/common/domain/criteria/order-type.d.ts.map +1 -1
  358. package/dist/src/common/domain/criteria/order-type.js +1 -0
  359. package/dist/src/common/domain/criteria/order-type.js.map +1 -1
  360. package/dist/src/common/domain/criteria/order.d.ts.map +1 -1
  361. package/dist/src/common/domain/criteria/order.js +2 -0
  362. package/dist/src/common/domain/criteria/order.js.map +1 -1
  363. package/dist/src/common/domain/handle-response.d.ts +1 -1
  364. package/dist/src/common/domain/handle-response.d.ts.map +1 -1
  365. package/dist/src/common/domain/handle-response.js +10 -22
  366. package/dist/src/common/domain/handle-response.js.map +1 -1
  367. package/dist/src/common/domain/pae-service-config.interface.d.ts.map +1 -1
  368. package/dist/src/common/domain/service-invoker.interface.d.ts +1 -1
  369. package/dist/src/common/dto/auditable.dto.d.ts.map +1 -1
  370. package/dist/src/common/gateway-headers.d.ts.map +1 -1
  371. package/dist/src/common/gateway-headers.js +7 -7
  372. package/dist/src/common/gateway-headers.js.map +1 -1
  373. package/dist/src/common/index.d.ts +2 -2
  374. package/dist/src/common/index.d.ts.map +1 -1
  375. package/dist/src/common/index.js.map +1 -1
  376. package/dist/src/common/platform-application-name.js +2 -2
  377. package/dist/src/common/service-config.d.ts +1 -1
  378. package/dist/src/common/types.d.ts.map +1 -1
  379. package/dist/src/common/utils/create-headers.d.ts +3 -1
  380. package/dist/src/common/utils/create-headers.d.ts.map +1 -1
  381. package/dist/src/common/utils/create-headers.js +13 -6
  382. package/dist/src/common/utils/create-headers.js.map +1 -1
  383. package/dist/src/common/utils/criteriaToSearchParams.d.ts.map +1 -1
  384. package/dist/src/common/utils/criteriaToSearchParams.js.map +1 -1
  385. package/dist/src/common/utils/domains.js +1 -1
  386. package/dist/src/common/utils/domains.js.map +1 -1
  387. package/dist/src/common/utils/inner-join-both.d.ts.map +1 -1
  388. package/dist/src/common/utils/inner-join-both.js +1 -1
  389. package/dist/src/common/utils/inner-join-both.js.map +1 -1
  390. package/dist/src/common/utils/null-function.d.ts.map +1 -1
  391. package/dist/src/common/utils/null-function.js +1 -2
  392. package/dist/src/common/utils/null-function.js.map +1 -1
  393. package/dist/src/common/utils/to-query-params.d.ts +1 -1
  394. package/dist/src/common/utils/to-query-params.d.ts.map +1 -1
  395. package/dist/src/common/utils/to-query-params.js +2 -3
  396. package/dist/src/common/utils/to-query-params.js.map +1 -1
  397. package/dist/src/common/utils/version-enricher.d.ts +2 -2
  398. package/dist/src/common/utils/version-enricher.d.ts.map +1 -1
  399. package/dist/src/common/utils/version-enricher.js +12 -19
  400. package/dist/src/common/utils/version-enricher.js.map +1 -1
  401. package/dist/src/core/create-pae-service-from-catalog.d.ts +5 -5
  402. package/dist/src/core/create-pae-service-from-catalog.d.ts.map +1 -1
  403. package/dist/src/core/create-pae-service-from-catalog.js +6 -6
  404. package/dist/src/core/create-pae-service-from-catalog.js.map +1 -1
  405. package/dist/src/core/create-pae-service.d.ts +7 -7
  406. package/dist/src/core/create-pae-service.d.ts.map +1 -1
  407. package/dist/src/core/create-pae-service.js +52 -37
  408. package/dist/src/core/create-pae-service.js.map +1 -1
  409. package/dist/src/index.d.ts +14 -14
  410. package/dist/src/index.d.ts.map +1 -1
  411. package/dist/src/index.js +19 -18
  412. package/dist/src/index.js.map +1 -1
  413. package/dist/src/orchestrator/api/create-shared-library-request.d.ts +3 -4
  414. package/dist/src/orchestrator/api/create-shared-library-request.d.ts.map +1 -1
  415. package/dist/src/orchestrator/api/create-shared-library-request.js.map +1 -1
  416. package/dist/src/orchestrator/api/delete-shared-library-request.d.ts +2 -3
  417. package/dist/src/orchestrator/api/delete-shared-library-request.d.ts.map +1 -1
  418. package/dist/src/orchestrator/api/delete-shared-library-request.js.map +1 -1
  419. package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts +1 -1
  420. package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts.map +1 -1
  421. package/dist/src/orchestrator/api/get-all-shared-libraries-request.js +1 -1
  422. package/dist/src/orchestrator/api/get-all-shared-libraries-request.js.map +1 -1
  423. package/dist/src/orchestrator/api/update-shared-library-request.d.ts +2 -2
  424. package/dist/src/orchestrator/api/update-shared-library-request.d.ts.map +1 -1
  425. package/dist/src/orchestrator/api/update-shared-library-request.js +1 -1
  426. package/dist/src/orchestrator/dto/index.d.ts.map +1 -1
  427. package/dist/src/orchestrator/dto/index.js.map +1 -1
  428. package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts +1 -1
  429. package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts.map +1 -1
  430. package/dist/src/orchestrator/entities/SharedLibrary.entity.js +2 -0
  431. package/dist/src/orchestrator/entities/SharedLibrary.entity.js.map +1 -1
  432. package/dist/src/orchestrator/index.d.ts.map +1 -1
  433. package/dist/src/orchestrator/index.js.map +1 -1
  434. package/dist/src/orchestrator/orchestrator.service.d.ts +4 -4
  435. package/dist/src/orchestrator/orchestrator.service.js +8 -17
  436. package/dist/src/orchestrator/orchestrator.service.js.map +1 -1
  437. package/dist/src/tenants/index.d.ts +4 -4
  438. package/dist/src/tenants/index.d.ts.map +1 -1
  439. package/dist/src/tenants/index.js +1 -1
  440. package/dist/src/tenants/index.js.map +1 -1
  441. package/dist/src/ui/ExtensionPointsRegistry.d.ts +1 -1
  442. package/dist/src/ui/ExtensionPointsRegistry.d.ts.map +1 -1
  443. package/package.json +4 -2
  444. package/dist/package.json +0 -36
@@ -1,38 +1,29 @@
1
1
  "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
2
  Object.defineProperty(exports, "__esModule", { value: true });
12
3
  exports.createPAEAuthenticationService = void 0;
13
4
  const create_service_invoker_1 = require("../common/create-service-invoker");
5
+ const all_profiles_request_1 = require("./api/all-profiles-request");
14
6
  const can_impersonate_request_1 = require("./api/can-impersonate-request");
7
+ const create_api_key_request_1 = require("./api/create-api-key-request");
15
8
  const create_impersonation_config_request_1 = require("./api/create-impersonation-config-request");
16
- const delete_impersonation_config_request_1 = require("./api/delete-impersonation-config-request");
17
- const get_all_impersonation_configs_request_1 = require("./api/get-all-impersonation-configs-request");
18
- const get_user_restrictions_request_1 = require("./api/get-user-restrictions-request");
19
9
  const create_impersonation_restriction_request_1 = require("./api/create-impersonation-restriction-request");
10
+ const create_invitation_request_1 = require("./api/create-invitation-request");
11
+ const delete_api_key_request_1 = require("./api/delete-api-key-request");
12
+ const delete_impersonation_config_request_1 = require("./api/delete-impersonation-config-request");
20
13
  const delete_impersonation_restriction_request_1 = require("./api/delete-impersonation-restriction-request");
21
- const update_impersonation_config_request_1 = require("./api/update-impersonation-config-request");
14
+ const delete_invitation_request_1 = require("./api/delete-invitation-request");
15
+ const delete_user_identity_request_1 = require("./api/delete-user-identity-request");
16
+ const delete_user_request_1 = require("./api/delete-user-request");
22
17
  const get_all_api_keys_request_1 = require("./api/get-all-api-keys-request");
23
- const create_api_key_request_1 = require("./api/create-api-key-request");
24
- const delete_api_key_request_1 = require("./api/delete-api-key-request");
18
+ const get_all_impersonation_configs_request_1 = require("./api/get-all-impersonation-configs-request");
25
19
  const get_authentication_config_1 = require("./api/get-authentication-config");
26
- const all_profiles_request_1 = require("./api/all-profiles-request");
27
- const search_profiles_request_1 = require("./api/search-profiles-request");
28
- const get_users_request_1 = require("./api/get-users-request");
29
- const get_profiles_by_user_emails_request_1 = require("./api/get-profiles-by-user-emails-request");
30
- const delete_user_request_1 = require("./api/delete-user-request");
31
- const delete_user_identity_request_1 = require("./api/delete-user-identity-request");
32
20
  const get_invitations_request_1 = require("./api/get-invitations-request");
33
- const create_invitation_request_1 = require("./api/create-invitation-request");
34
- const delete_invitation_request_1 = require("./api/delete-invitation-request");
21
+ const get_profiles_by_user_emails_request_1 = require("./api/get-profiles-by-user-emails-request");
22
+ const get_user_restrictions_request_1 = require("./api/get-user-restrictions-request");
23
+ const get_users_request_1 = require("./api/get-users-request");
35
24
  const resend_invitation_request_1 = require("./api/resend-invitation-request");
25
+ const search_profiles_request_1 = require("./api/search-profiles-request");
26
+ const update_impersonation_config_request_1 = require("./api/update-impersonation-config-request");
36
27
  const createPAEAuthenticationService = (config) => {
37
28
  const serviceInvoker = (0, create_service_invoker_1.createServiceInvoker)(config.authenticationServiceURL, config.serviceInvokerOpts);
38
29
  return {
@@ -48,72 +39,46 @@ const createPAEAuthenticationService = (config) => {
48
39
  createImpersonationRestriction: (request) => (0, create_impersonation_restriction_request_1.createImpersonationRestrictionRequest)(serviceInvoker, request),
49
40
  deleteImpersonationRestriction: (request) => (0, delete_impersonation_restriction_request_1.deleteImpersonationRestrictionRequest)(serviceInvoker, request),
50
41
  //--------------API KEYS----------------
51
- getAllApiKeys() {
52
- return __awaiter(this, void 0, void 0, function* () {
53
- return (0, get_all_api_keys_request_1.getAllApiKeysRequest)(serviceInvoker);
54
- });
42
+ async getAllApiKeys() {
43
+ return (0, get_all_api_keys_request_1.getAllApiKeysRequest)(serviceInvoker);
55
44
  },
56
- createApiKey(request) {
57
- return __awaiter(this, void 0, void 0, function* () {
58
- return (0, create_api_key_request_1.createApiKeyRequest)(serviceInvoker, request);
59
- });
45
+ async createApiKey(request) {
46
+ return (0, create_api_key_request_1.createApiKeyRequest)(serviceInvoker, request);
60
47
  },
61
- deleteApiKey(id) {
62
- return __awaiter(this, void 0, void 0, function* () {
63
- return (0, delete_api_key_request_1.deleteApiKeyRequest)(serviceInvoker, id);
64
- });
48
+ async deleteApiKey(id) {
49
+ return (0, delete_api_key_request_1.deleteApiKeyRequest)(serviceInvoker, id);
65
50
  },
66
51
  //-----------------USERS--------------------
67
- searchProfiles(query) {
68
- return __awaiter(this, void 0, void 0, function* () {
69
- return (0, search_profiles_request_1.searchProfiles)(serviceInvoker, { query });
70
- });
52
+ async searchProfiles(query) {
53
+ return (0, search_profiles_request_1.searchProfiles)(serviceInvoker, { query });
71
54
  },
72
- getUsers(request) {
73
- return __awaiter(this, void 0, void 0, function* () {
74
- return (0, get_users_request_1.getUsersRequest)(serviceInvoker, request);
75
- });
55
+ async getUsers(request) {
56
+ return (0, get_users_request_1.getUsersRequest)(serviceInvoker, request);
76
57
  },
77
- getAllProfiles() {
78
- return __awaiter(this, void 0, void 0, function* () {
79
- return (0, all_profiles_request_1.getAllProfilesRequest)(serviceInvoker);
80
- });
58
+ async getAllProfiles() {
59
+ return (0, all_profiles_request_1.getAllProfilesRequest)(serviceInvoker);
81
60
  },
82
- getProfilesByUserEmails(emails) {
83
- return __awaiter(this, void 0, void 0, function* () {
84
- return (0, get_profiles_by_user_emails_request_1.getProfilesByUserEmailsRequest)(serviceInvoker, emails);
85
- });
61
+ async getProfilesByUserEmails(emails) {
62
+ return (0, get_profiles_by_user_emails_request_1.getProfilesByUserEmailsRequest)(serviceInvoker, emails);
86
63
  },
87
- deleteUser(id) {
88
- return __awaiter(this, void 0, void 0, function* () {
89
- return (0, delete_user_request_1.deleteUserRequest)(serviceInvoker, id);
90
- });
64
+ async deleteUser(id) {
65
+ return (0, delete_user_request_1.deleteUserRequest)(serviceInvoker, id);
91
66
  },
92
- deleteUserIdentity(id) {
93
- return __awaiter(this, void 0, void 0, function* () {
94
- return (0, delete_user_identity_request_1.deleteUserIdentityRequest)(serviceInvoker, id);
95
- });
67
+ async deleteUserIdentity(id) {
68
+ return (0, delete_user_identity_request_1.deleteUserIdentityRequest)(serviceInvoker, id);
96
69
  },
97
70
  //-----------------INVITATIONS--------------------
98
- getInvitations(request) {
99
- return __awaiter(this, void 0, void 0, function* () {
100
- return (0, get_invitations_request_1.getInvitationsRequest)(serviceInvoker, request);
101
- });
71
+ async getInvitations(request) {
72
+ return (0, get_invitations_request_1.getInvitationsRequest)(serviceInvoker, request);
102
73
  },
103
- createInvitation(request) {
104
- return __awaiter(this, void 0, void 0, function* () {
105
- return (0, create_invitation_request_1.createInvitationRequest)(serviceInvoker, request);
106
- });
74
+ async createInvitation(request) {
75
+ return (0, create_invitation_request_1.createInvitationRequest)(serviceInvoker, request);
107
76
  },
108
- resendInvitation(id) {
109
- return __awaiter(this, void 0, void 0, function* () {
110
- return (0, resend_invitation_request_1.resendInvitationRequest)(serviceInvoker, id);
111
- });
77
+ async resendInvitation(id) {
78
+ return (0, resend_invitation_request_1.resendInvitationRequest)(serviceInvoker, id);
112
79
  },
113
- deleteInvitation(id) {
114
- return __awaiter(this, void 0, void 0, function* () {
115
- return (0, delete_invitation_request_1.deleteInvitationRequest)(serviceInvoker, id);
116
- });
80
+ async deleteInvitation(id) {
81
+ return (0, delete_invitation_request_1.deleteInvitationRequest)(serviceInvoker, id);
117
82
  },
118
83
  };
119
84
  };
@@ -1 +1 @@
1
- {"version":3,"file":"authentication.service.js","sourceRoot":"","sources":["../../../src/authentication/authentication.service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"authentication.service.js","sourceRoot":"","sources":["../../../src/authentication/authentication.service.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { BaseUser } from "./base-user.interface";
1
+ import { BaseUser } from './base-user.interface';
2
2
  /**
3
3
  * Represents a user in a microservice request context.
4
4
  * Contains authentication information and authorized operations for API requests.
@@ -1 +1 @@
1
- {"version":3,"file":"api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAA"}
1
+ {"version":3,"file":"api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-key-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-request.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAA"}
1
+ {"version":3,"file":"create-api-key-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-request.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,GAAG,EAAE,MAAM,CAAC;CACb,CAAA"}
1
+ {"version":3,"file":"create-api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oCAAoC,GAAG;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,CAAA"}
1
+ {"version":3,"file":"create-impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oCAAoC,GAAG;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-invitation-request.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-invitation-request.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACxB,CAAA"}
1
+ {"version":3,"file":"create-invitation-request.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-invitation-request.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { ImpersonationConfigsResponseDTO } from "./impersonation-config-response.dto";
1
+ import { ImpersonationConfigsResponseDTO } from './impersonation-config-response.dto';
2
2
  export type GetAllImpersonationConfigsResponseDTO = ImpersonationConfigsResponseDTO[];
3
3
  //# sourceMappingURL=get-all-impersonation-configs-response.dto.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-all-impersonation-configs-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/get-all-impersonation-configs-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAA;AAErF,MAAM,MAAM,qCAAqC,GAAG,+BAA+B,EAAE,CAAC"}
1
+ {"version":3,"file":"get-all-impersonation-configs-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/get-all-impersonation-configs-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAEtF,MAAM,MAAM,qCAAqC,GAAG,+BAA+B,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AuditableDTO, OmitAudit } from "../../common";
1
+ import { AuditableDTO, OmitAudit } from '../../common';
2
2
  export interface GroupDTO extends AuditableDTO {
3
3
  /**
4
4
  * A Platform Group is one that can be managed by the platform. It doesn't exist in any provider
@@ -1 +1 @@
1
- {"version":3,"file":"group.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/group.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAE,SAAS,EAAC,MAAM,cAAc,CAAC;AAErD,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC5C;;;;OAIG;IACH,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;IAE9B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,IAAI,CAAC,QAAQ,EAAE,iBAAiB,GAAG,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC,CAAA;AACtG,MAAM,MAAM,cAAc,GAAG,cAAc,CAAA"}
1
+ {"version":3,"file":"group.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/group.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEvD,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC5C;;;;OAIG;IACH,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;IAE9B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,IAAI,CAAC,QAAQ,EAAE,iBAAiB,GAAG,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;AACvG,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,CAAA"}
1
+ {"version":3,"file":"impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AuditableDTO } from "../../common";
1
+ import { AuditableDTO } from '../../common';
2
2
  export type InvitationStatus = 'pending' | 'accepted' | 'expired';
3
3
  export interface InvitationDTO extends AuditableDTO {
4
4
  id: number;
@@ -1,4 +1,4 @@
1
- import { TableQueryResponse } from "../../common/table-query-response.interface";
2
- import { InvitationDTO } from "./invitation.dto";
1
+ import { TableQueryResponse } from '../../common/table-query-response.interface';
2
+ import { InvitationDTO } from './invitation.dto';
3
3
  export type InvitationsResponseDTO = TableQueryResponse<InvitationDTO>;
4
4
  //# sourceMappingURL=invitations-response.dto.d.ts.map
@@ -1,4 +1,4 @@
1
- import { AuditableDTO, OmitAudit } from "../../common";
1
+ import { AuditableDTO, OmitAudit } from '../../common';
2
2
  export type BuiltInProviderType = 'okta' | 'entra-id' | 'cognito' | 'github' | 'onelogin';
3
3
  export type OAuthProviderType = 'custom' | BuiltInProviderType;
4
4
  /**
@@ -9,7 +9,7 @@ export type OAuthProviderType = 'custom' | BuiltInProviderType;
9
9
  export declare const IDP_PROVISIONING_METHODS: {
10
10
  readonly CLAIM: "claim";
11
11
  };
12
- export type IDPProvisioningMethod = typeof IDP_PROVISIONING_METHODS[keyof typeof IDP_PROVISIONING_METHODS];
12
+ export type IDPProvisioningMethod = (typeof IDP_PROVISIONING_METHODS)[keyof typeof IDP_PROVISIONING_METHODS];
13
13
  /**
14
14
  * Configuration for CLAIM-based tenant provisioning
15
15
  * Used when tenant assignment is determined by a specific claim in the IDP token
@@ -1 +1 @@
1
- {"version":3,"file":"oauth-provider.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"oauth-provider.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"oauth-provider.dto.js","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":";;;AAKA;;;;GAIG;AACU,QAAA,wBAAwB,GAAG;IACtC,KAAK,EAAE,OAAO;IACd,oFAAoF;CAC5E,CAAC;AAsFX;;;;GAIG;AACU,QAAA,0BAA0B,GAA0E;IAC/G,IAAI,EAAE,CAAC,gCAAwB,CAAC,KAAK,CAAC;IACtC,UAAU,EAAE,EAAE,EAAE,2BAA2B;IAC3C,OAAO,EAAE,EAAE,EAAK,2BAA2B;IAC3C,MAAM,EAAE,EAAE,EAAM,2BAA2B;IAC3C,QAAQ,EAAE,EAAE,EAAI,2BAA2B;IAC3C,MAAM,EAAE,EAAE,EAAM,2BAA2B;CACnC,CAAC"}
1
+ {"version":3,"file":"oauth-provider.dto.js","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":";;;AAKA;;;;GAIG;AACU,QAAA,wBAAwB,GAAG;IACtC,KAAK,EAAE,OAAO;IACd,oFAAoF;CAC5E,CAAC;AAsFX;;;;GAIG;AACU,QAAA,0BAA0B,GAA0E;IAC/G,IAAI,EAAE,CAAC,gCAAwB,CAAC,KAAK,CAAC;IACtC,UAAU,EAAE,EAAE,EAAE,2BAA2B;IAC3C,OAAO,EAAE,EAAE,EAAE,2BAA2B;IACxC,MAAM,EAAE,EAAE,EAAE,2BAA2B;IACvC,QAAQ,EAAE,EAAE,EAAE,2BAA2B;IACzC,MAAM,EAAE,EAAE,EAAE,2BAA2B;CAC/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"user-identity.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user-identity.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAA;CACF"}
1
+ {"version":3,"file":"user-identity.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user-identity.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH"}
@@ -1,5 +1,5 @@
1
- import { UserIdentityDTO } from "./user-identity.dto";
2
- import { AuditableDTO } from "../../common";
1
+ import { AuditableDTO } from '../../common';
2
+ import { UserIdentityDTO } from './user-identity.dto';
3
3
  export interface UserDTO extends AuditableDTO {
4
4
  id: number;
5
5
  username: string;
@@ -1 +1 @@
1
- {"version":3,"file":"user.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,OAAQ,SAAQ,YAAY;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,eAAe,EAAE,CAAC;CAC/B"}
1
+ {"version":3,"file":"user.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,MAAM,WAAW,OAAQ,SAAQ,YAAY;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,eAAe,EAAE,CAAC;CAC/B"}
@@ -1,4 +1,4 @@
1
- import { TableQueryResponse } from "../../common/table-query-response.interface";
2
- import { UserDTO } from "./user.dto";
1
+ import { TableQueryResponse } from '../../common/table-query-response.interface';
2
+ import { UserDTO } from './user.dto';
3
3
  export type UsersResponseDTO = TableQueryResponse<UserDTO>;
4
4
  //# sourceMappingURL=users-response.dto.d.ts.map
@@ -1,4 +1,4 @@
1
- import { ApiKeyResponseDTO } from "../dto/api-key-response.dto";
1
+ import { ApiKeyResponseDTO } from '../dto/api-key-response.dto';
2
2
  export declare class ApiKey {
3
3
  id: number;
4
4
  username: string;
@@ -2,12 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ApiKey = void 0;
4
4
  class ApiKey {
5
- constructor() {
6
- this.id = 0;
7
- this.username = '';
8
- this.createdAt = new Date();
9
- this.createdBy = '';
10
- }
5
+ id = 0;
6
+ username = '';
7
+ displayName;
8
+ description;
9
+ createdAt = new Date();
10
+ createdBy = '';
11
11
  static fromDTO(dto) {
12
12
  const apiKey = new ApiKey();
13
13
  apiKey.id = dto.id;
@@ -1 +1 @@
1
- {"version":3,"file":"api-key.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/api-key.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;IAAnB;QACE,OAAE,GAAW,CAAC,CAAC;QACf,aAAQ,GAAW,EAAE,CAAC;QAGtB,cAAS,GAAS,IAAI,IAAI,EAAE,CAAC;QAC7B,cAAS,GAAW,EAAE,CAAC;IAYzB,CAAC;IAVC,MAAM,CAAC,OAAO,CAAC,GAAsB;QACnC,MAAM,MAAM,GAAG,IAAI,MAAM,EAAE,CAAC;QAC5B,MAAM,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QACnB,MAAM,CAAC,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC;QAC3B,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;QACrC,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;QACrC,MAAM,CAAC,SAAS,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QAC3C,MAAM,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QACjC,OAAO,MAAM,CAAC;IAChB,CAAC;CACF;AAlBD,wBAkBC"}
1
+ {"version":3,"file":"api-key.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/api-key.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;IACjB,EAAE,GAAW,CAAC,CAAC;IACf,QAAQ,GAAW,EAAE,CAAC;IACtB,WAAW,CAAU;IACrB,WAAW,CAAU;IACrB,SAAS,GAAS,IAAI,IAAI,EAAE,CAAC;IAC7B,SAAS,GAAW,EAAE,CAAC;IAEvB,MAAM,CAAC,OAAO,CAAC,GAAsB;QACnC,MAAM,MAAM,GAAG,IAAI,MAAM,EAAE,CAAC;QAC5B,MAAM,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QACnB,MAAM,CAAC,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC;QAC3B,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;QACrC,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;QACrC,MAAM,CAAC,SAAS,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QAC3C,MAAM,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QACjC,OAAO,MAAM,CAAC;IAChB,CAAC;CACF;AAlBD,wBAkBC"}
@@ -1,5 +1,5 @@
1
- import { ImpersonationMode } from "../impersonation";
2
- import { PasswordConstraints } from "../password-constraints";
1
+ import { ImpersonationMode } from '../impersonation';
2
+ import { PasswordConstraints } from '../password-constraints';
3
3
  /**
4
4
  * A set of configuration parameters for the platform authentication.
5
5
  * This is the response of an endpoint used by the UI (SPA) to know which features are available
@@ -47,8 +47,8 @@ export type AuthenticationConfig = {
47
47
  */
48
48
  impersonationMode: ImpersonationMode;
49
49
  /**
50
- * Can impersonate users that do not currently exist in the system ?
51
- */
50
+ * Can impersonate users that do not currently exist in the system ?
51
+ */
52
52
  canImpersonateNonExistentUsers: boolean;
53
53
  /**
54
54
  * Indicates the platform is in multi-tenant mode.
@@ -1 +1 @@
1
- {"version":3,"file":"authentication-config.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-config.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IAEjC;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;IAE1B;;OAEG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,mBAAmB,EAAE,mBAAmB,CAAC;IAGzC;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,iBAAiB,EAAE,iBAAiB,CAAC;IAGrC;;MAEE;IACF,8BAA8B,EAAE,OAAO,CAAC;IAExC;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;CAEpC,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,CAAA"}
1
+ {"version":3,"file":"authentication-config.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-config.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;IAE1B;;OAEG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,mBAAmB,EAAE,mBAAmB,CAAC;IAEzC;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,iBAAiB,EAAE,iBAAiB,CAAC;IAErC;;OAEG;IACH,8BAA8B,EAAE,OAAO,CAAC;IAExC;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"authentication-parameters.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,uBAAuB,GACjC,iCAAiC,GACjC,0CAA0C,GAC1C,0CAA0C,GAC1C,6CAA6C,GAC7C,qCAAqC,GACrC,mCAAmC,GACnC,mCAAmC,GACnC,0CAA0C,GAC1C,mCAAmC,GACnC,iDAAiD,CAAC;AAEpD,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;IACzB,KAAK,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;CACzB,CAAA;AAGD;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB;IAEnC;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IASH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAOH;;OAEG;;;;;CAMkD,CAAA"}
1
+ {"version":3,"file":"authentication-parameters.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,uBAAuB,GAC/B,iCAAiC,GACjC,0CAA0C,GAC1C,0CAA0C,GAC1C,6CAA6C,GAC7C,qCAAqC,GACrC,mCAAmC,GACnC,mCAAmC,GACnC,0CAA0C,GAC1C,mCAAmC,GACnC,iDAAiD,CAAC;AAEtD,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;IACzB,KAAK,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;CACzB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB;IACnC;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAOH;;OAEG;;;;;CAKkD,CAAC"}
@@ -33,14 +33,14 @@ exports.AuthenticationParameters = {
33
33
  */
34
34
  AUTHENTICATION_REGISTER_ENABLED: {
35
35
  name: 'authentication:password:register-enabled',
36
- defaultValue: false
36
+ defaultValue: false,
37
37
  },
38
38
  /**
39
39
  * Can admin's invite other users to sign-up (password) ?
40
40
  */
41
41
  AUTHENTICATION_INVITATIONS_ENABLED: {
42
42
  name: 'authentication:password:invitations-enabled',
43
- defaultValue: false
43
+ defaultValue: false,
44
44
  },
45
45
  // TODO: add more for invitations
46
46
  /**
@@ -70,7 +70,7 @@ exports.AuthenticationParameters = {
70
70
  */
71
71
  AUTHENTICATION_SESSION_INCLUDE_ORIG_USER: {
72
72
  name: 'authentication:session:include-orig-user',
73
- defaultValue: false
73
+ defaultValue: false,
74
74
  },
75
75
  /**
76
76
  * Impersonation Data Flow Strategy
@@ -85,7 +85,7 @@ exports.AuthenticationParameters = {
85
85
  */
86
86
  AUTHENTICATION_IMPERSONATION_NON_EXISTENT_USERS: {
87
87
  name: 'authentication:impersonation:non-existent-users',
88
- defaultValue: false
88
+ defaultValue: false,
89
89
  },
90
90
  };
91
91
  //# sourceMappingURL=authentication-parameters.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"authentication-parameters.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":";;;AAAA,oDAA8D;AAC9D,kEAAuE;AAyBvE;;;;;;;;GAQG;AACU,QAAA,wBAAwB,GAAG;IAEtC;;OAEG;IACH,+BAA+B,EAAE;QAC/B,IAAI,EAAE,iCAAiC;QACvC,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,wCAAwC,EAAE;QACxC,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,cAAc;QAC5C,KAAK,EAAE,IAAI,CAAC,KAAK;KAClB;IAED;;OAEG;IACH,+BAA+B,EAAE;QAC/B,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,kCAAkC,EAAE;QAClC,IAAI,EAAE,6CAA6C;QACnD,YAAY,EAAE,KAAK;KACpB;IAED,iCAAiC;IAGjC;;OAEG;IACH,mCAAmC,EAAE;QACnC,IAAI,EAAE,qCAAqC;QAC3C,YAAY,EAAE,mDAA4B;KAC3C;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,uBAAuB;KAC3D;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,EAAE;QAChB,MAAM,EAAE,IAAI,CAAC,SAAS;KACvB;IAGD;;OAEG;IACH,wCAAwC,EAAE;QACxC,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,0CAA0B;QACxC,MAAM,EAAE,IAAI,CAAC,SAAS;KACvB;IAED;;OAEG;IACH,+CAA+C,EAAE;QAC/C,IAAI,EAAE,iDAAiD;QACvD,YAAY,EAAE,KAAK;KACpB;CAEoD,CAAA"}
1
+ {"version":3,"file":"authentication-parameters.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":";;;AAAA,oDAA8D;AAC9D,kEAAuE;AAwBvE;;;;;;;;GAQG;AACU,QAAA,wBAAwB,GAAG;IACtC;;OAEG;IACH,+BAA+B,EAAE;QAC/B,IAAI,EAAE,iCAAiC;QACvC,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,wCAAwC,EAAE;QACxC,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,cAAc;QAC5C,KAAK,EAAE,IAAI,CAAC,KAAK;KAClB;IAED;;OAEG;IACH,+BAA+B,EAAE;QAC/B,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,kCAAkC,EAAE;QAClC,IAAI,EAAE,6CAA6C;QACnD,YAAY,EAAE,KAAK;KACpB;IAED,iCAAiC;IAEjC;;OAEG;IACH,mCAAmC,EAAE;QACnC,IAAI,EAAE,qCAAqC;QAC3C,YAAY,EAAE,mDAA4B;KAC3C;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,uBAAuB;KAC3D;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,EAAE;QAChB,MAAM,EAAE,IAAI,CAAC,SAAS;KACvB;IAED;;OAEG;IACH,wCAAwC,EAAE;QACxC,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,0CAA0B;QACxC,MAAM,EAAE,IAAI,CAAC,SAAS;KACvB;IAED;;OAEG;IACH,+CAA+C,EAAE;QAC/C,IAAI,EAAE,iDAAiD;QACvD,YAAY,EAAE,KAAK;KACpB;CACoD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { CanImpersonateResponseDTO } from "../dto/can-impersonate-response.dto";
1
+ import { CanImpersonateResponseDTO } from '../dto/can-impersonate-response.dto';
2
2
  export declare class CanImpersonate {
3
3
  allowed: boolean;
4
4
  restrictedTo?: string[];
@@ -2,10 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CanImpersonate = void 0;
4
4
  class CanImpersonate {
5
- constructor() {
6
- this.allowed = false;
7
- this.restrictedTo = [];
8
- }
5
+ allowed = false;
6
+ restrictedTo = [];
9
7
  static fromDTO(dto) {
10
8
  const canImpersonate = new CanImpersonate();
11
9
  canImpersonate.allowed = dto.allowed;
@@ -1 +1 @@
1
- {"version":3,"file":"can-impersonate.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/can-impersonate.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;IAA3B;QACE,YAAO,GAAY,KAAK,CAAC;QACzB,iBAAY,GAAc,EAAE,CAAC;IAQ/B,CAAC;IANC,MAAM,CAAC,OAAO,CAAC,GAA8B;QAC3C,MAAM,cAAc,GAAG,IAAI,cAAc,EAAE,CAAC;QAC5C,cAAc,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QACrC,cAAc,CAAC,YAAY,GAAG,GAAG,CAAC,YAAY,CAAC;QAC/C,OAAO,cAAc,CAAC;IACxB,CAAC;CACF;AAVD,wCAUC"}
1
+ {"version":3,"file":"can-impersonate.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/can-impersonate.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;IACzB,OAAO,GAAY,KAAK,CAAC;IACzB,YAAY,GAAc,EAAE,CAAC;IAE7B,MAAM,CAAC,OAAO,CAAC,GAA8B;QAC3C,MAAM,cAAc,GAAG,IAAI,cAAc,EAAE,CAAC;QAC5C,cAAc,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QACrC,cAAc,CAAC,YAAY,GAAG,GAAG,CAAC,YAAY,CAAC;QAC/C,OAAO,cAAc,CAAC;IACxB,CAAC;CACF;AAVD,wCAUC"}
@@ -1,4 +1,4 @@
1
- import { CreateImpersonationConfigResponseDTO } from "../dto/create-impersonation-config-response.dto";
1
+ import { CreateImpersonationConfigResponseDTO } from '../dto/create-impersonation-config-response.dto';
2
2
  export declare class ImpersonationConfig {
3
3
  id: number;
4
4
  username: string;
@@ -2,13 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ImpersonationConfig = void 0;
4
4
  class ImpersonationConfig {
5
- constructor() {
6
- this.id = 0;
7
- this.username = '';
8
- this.createdAt = new Date();
9
- this.createdBy = '';
10
- this.restrictedTo = [];
11
- }
5
+ id = 0;
6
+ username = '';
7
+ createdAt = new Date();
8
+ createdBy = '';
9
+ restrictedTo = [];
12
10
  static fromDTO(dto) {
13
11
  const impersonationConfig = new ImpersonationConfig();
14
12
  impersonationConfig.id = dto.id;
@@ -1 +1 @@
1
- {"version":3,"file":"impersonation-config.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/impersonation-config.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IAAhC;QACE,OAAE,GAAW,CAAC,CAAC;QACf,aAAQ,GAAW,EAAE,CAAC;QACtB,cAAS,GAAS,IAAI,IAAI,EAAE,CAAC;QAC7B,cAAS,GAAW,EAAE,CAAC;QACvB,iBAAY,GAAc,EAAE,CAAC;IAU/B,CAAC;IARC,MAAM,CAAC,OAAO,CAAC,GAAyC;QACtD,MAAM,mBAAmB,GAAG,IAAI,mBAAmB,EAAE,CAAC;QACtD,mBAAmB,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QAChC,mBAAmB,CAAC,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC;QACxC,mBAAmB,CAAC,SAAS,GAAG,GAAG,CAAC,UAAU,CAAC;QAC/C,mBAAmB,CAAC,SAAS,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACzD,OAAO,mBAAmB,CAAC;IAC7B,CAAC;CACF;AAfD,kDAeC"}
1
+ {"version":3,"file":"impersonation-config.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/impersonation-config.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IAC9B,EAAE,GAAW,CAAC,CAAC;IACf,QAAQ,GAAW,EAAE,CAAC;IACtB,SAAS,GAAS,IAAI,IAAI,EAAE,CAAC;IAC7B,SAAS,GAAW,EAAE,CAAC;IACvB,YAAY,GAAc,EAAE,CAAC;IAE7B,MAAM,CAAC,OAAO,CAAC,GAAyC;QACtD,MAAM,mBAAmB,GAAG,IAAI,mBAAmB,EAAE,CAAC;QACtD,mBAAmB,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QAChC,mBAAmB,CAAC,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC;QACxC,mBAAmB,CAAC,SAAS,GAAG,GAAG,CAAC,UAAU,CAAC;QAC/C,mBAAmB,CAAC,SAAS,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACzD,OAAO,mBAAmB,CAAC;IAC7B,CAAC;CACF;AAfD,kDAeC"}
@@ -5,5 +5,5 @@ export declare const IMPERSONATION_MODES: {
5
5
  export declare const DEFAULT_IMPERSONATION_MODE: ImpersonationMode;
6
6
  export declare const IMPERSONATION_USER_NAME_PARAM_KEY = "impersonate";
7
7
  export declare const IMPERSONATION_USER_DISPLAY_NAME_PARAM_KEY = "impersonate-display-name";
8
- export type ImpersonationMode = typeof IMPERSONATION_MODES[keyof typeof IMPERSONATION_MODES];
8
+ export type ImpersonationMode = (typeof IMPERSONATION_MODES)[keyof typeof IMPERSONATION_MODES];
9
9
  //# sourceMappingURL=impersonation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"impersonation.d.ts","sourceRoot":"","sources":["../../../src/authentication/impersonation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AAEX,eAAO,MAAM,0BAA0B,EAAE,iBAA8C,CAAC;AAExF,eAAO,MAAM,iCAAiC,gBAAgB,CAAC;AAC/D,eAAO,MAAM,yCAAyC,6BAA6B,CAAC;AAEpF,MAAM,MAAM,iBAAiB,GAAG,OAAO,mBAAmB,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"impersonation.d.ts","sourceRoot":"","sources":["../../../src/authentication/impersonation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AAEX,eAAO,MAAM,0BAA0B,EAAE,iBAA8C,CAAC;AAExF,eAAO,MAAM,iCAAiC,gBAAgB,CAAC;AAC/D,eAAO,MAAM,yCAAyC,6BAA6B,CAAC;AAEpF,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IMPERSONATION_USER_DISPLAY_NAME_PARAM_KEY = exports.IMPERSONATION_USER_NAME_PARAM_KEY = exports.DEFAULT_IMPERSONATION_MODE = exports.IMPERSONATION_MODES = void 0;
4
4
  exports.IMPERSONATION_MODES = {
5
5
  QUERY_PARAM: 'queryParams',
6
- COOKIE: 'cookie'
6
+ COOKIE: 'cookie',
7
7
  };
8
8
  exports.DEFAULT_IMPERSONATION_MODE = exports.IMPERSONATION_MODES.COOKIE;
9
9
  exports.IMPERSONATION_USER_NAME_PARAM_KEY = 'impersonate';
@@ -1,24 +1,21 @@
1
+ export * from './anonymous-user';
1
2
  export { createPAEAuthenticationService } from './authentication.service';
2
- export { CanImpersonate } from './entities/can-impersonate.entity';
3
- export { ApiKey } from './entities/api-key.entity';
4
- export { type AuthenticationConfig } from './entities/authentication-config.entity';
5
- export { type PasswordConstraints } from './password-constraints';
6
- export { DEFAULT_PASSWORD_CONSTRAINTS } from './password-constraints';
7
- export { AuthenticationParameters } from './entities/authentication-parameters.entity';
8
- export { type AuthenticationParamName } from './entities/authentication-parameters.entity';
9
- export { type PlatformParameterDefinition } from './entities/authentication-parameters.entity';
10
- export { UserDTO } from './dto/user.dto';
11
- export { UserIdentityDTO } from './dto/user-identity.dto';
3
+ export { BaseUser } from './domain/base-user.interface';
4
+ export { RequestUser } from './domain/request-user.interface';
5
+ export { CreateInvitationRequest } from './dto/create-invitation-request.dto';
12
6
  export * from './dto/group.dto';
7
+ export { ImpersonationConfigsResponseDTO } from './dto/impersonation-config-response.dto';
13
8
  export { InvitationDTO } from './dto/invitation.dto';
14
- export { CreateInvitationRequest } from './dto/create-invitation-request.dto';
15
- export { default as InvitationTokenPayload } from './types/InvitationTokenPayload';
16
9
  export * from './dto/oauth-provider.dto';
10
+ export { UserDTO } from './dto/user.dto';
11
+ export { UserIdentityDTO } from './dto/user-identity.dto';
12
+ export { ApiKey } from './entities/api-key.entity';
13
+ export type { AuthenticationConfig } from './entities/authentication-config.entity';
14
+ export { AuthenticationParameters, type AuthenticationParamName, type PlatformParameterDefinition, } from './entities/authentication-parameters.entity';
15
+ export { CanImpersonate } from './entities/can-impersonate.entity';
17
16
  export * from './impersonation';
18
- export { ImpersonationConfigsResponseDTO } from './dto/impersonation-config-response.dto';
19
- export * from './anonymous-user';
20
17
  export * from './is-anonymous-user';
21
- export { BaseUser } from './domain/base-user.interface';
22
- export { RequestUser } from './domain/request-user.interface';
18
+ export { DEFAULT_PASSWORD_CONSTRAINTS, type PasswordConstraints } from './password-constraints';
19
+ export { default as InvitationTokenPayload } from './types/InvitationTokenPayload';
23
20
  export * from './utils';
24
21
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/authentication/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAE1E,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAEnD,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,yCAAyC,CAAA;AACnF,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,wBAAwB,CAAC;AAEtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;AACvF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,6CAA6C,CAAC;AAE/F,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,cAAc,iBAAiB,CAAA;AAE/B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAE9E,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,gCAAgC,CAAA;AAElF,cAAc,0BAA0B,CAAA;AAExC,cAAc,iBAAiB,CAAA;AAC/B,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAA;AAEzF,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AAEpC,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/authentication/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,cAAc,0BAA0B,CAAC;AAEzC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EACL,wBAAwB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,GACjC,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,4BAA4B,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAEnF,cAAc,SAAS,CAAC"}