@tinyrack/issuary-server 0.22.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/dist/entities/oauth-client.entity.d.ts +0 -18
  2. package/dist/entities/oauth-client.entity.d.ts.map +1 -1
  3. package/dist/entities/oauth-code.entity.d.ts +0 -18
  4. package/dist/entities/oauth-code.entity.d.ts.map +1 -1
  5. package/dist/entities/oauth-device-code.entity.d.ts +0 -18
  6. package/dist/entities/oauth-device-code.entity.d.ts.map +1 -1
  7. package/dist/entities/revoked-token.entity.d.ts +0 -18
  8. package/dist/entities/revoked-token.entity.d.ts.map +1 -1
  9. package/dist/entities/terms-content.entity.d.ts +0 -9
  10. package/dist/entities/terms-content.entity.d.ts.map +1 -1
  11. package/dist/entities/terms.entity.d.ts +0 -9
  12. package/dist/entities/terms.entity.d.ts.map +1 -1
  13. package/dist/entities/user-consent.entity.d.ts +0 -18
  14. package/dist/entities/user-consent.entity.d.ts.map +1 -1
  15. package/dist/entities/user-terms-consent.entity.d.ts +0 -9
  16. package/dist/entities/user-terms-consent.entity.d.ts.map +1 -1
  17. package/dist/entities/user-totp-recovery-code.entity.d.ts +0 -9
  18. package/dist/entities/user-totp-recovery-code.entity.d.ts.map +1 -1
  19. package/dist/entities/user-totp.entity.d.ts +0 -9
  20. package/dist/entities/user-totp.entity.d.ts.map +1 -1
  21. package/dist/entities/user.entity.d.ts +0 -9
  22. package/dist/entities/user.entity.d.ts.map +1 -1
  23. package/dist/entities/user.entity.js +0 -4
  24. package/dist/entities/user.entity.js.map +1 -1
  25. package/dist/entrypoints/app.d.ts +0 -59
  26. package/dist/entrypoints/app.d.ts.map +1 -1
  27. package/dist/entrypoints/database/postgres/compiled-functions.d.ts +20 -23
  28. package/dist/entrypoints/database/postgres/compiled-functions.d.ts.map +1 -1
  29. package/dist/entrypoints/database/postgres/compiled-functions.js +104 -134
  30. package/dist/entrypoints/database/postgres/compiled-functions.js.map +1 -1
  31. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts +20 -23
  32. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts.map +1 -1
  33. package/dist/entrypoints/database/sqlite/compiled-functions.js +104 -134
  34. package/dist/entrypoints/database/sqlite/compiled-functions.js.map +1 -1
  35. package/dist/lib/config/branding.d.ts +0 -4
  36. package/dist/lib/config/branding.d.ts.map +1 -1
  37. package/dist/lib/config/branding.js +0 -14
  38. package/dist/lib/config/branding.js.map +1 -1
  39. package/dist/lib/config/resolved.d.ts +0 -3
  40. package/dist/lib/config/resolved.d.ts.map +1 -1
  41. package/dist/lib/config/security.d.ts +0 -2
  42. package/dist/lib/config/security.d.ts.map +1 -1
  43. package/dist/lib/config/security.js +0 -5
  44. package/dist/lib/config/security.js.map +1 -1
  45. package/dist/middleware/auth.d.ts +0 -8
  46. package/dist/middleware/auth.d.ts.map +1 -1
  47. package/dist/middleware/auth.js +0 -64
  48. package/dist/middleware/auth.js.map +1 -1
  49. package/dist/middleware/session.d.ts +0 -9
  50. package/dist/middleware/session.d.ts.map +1 -1
  51. package/dist/middleware/session.js +0 -18
  52. package/dist/middleware/session.js.map +1 -1
  53. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.d.ts +6 -0
  54. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.d.ts.map +1 -0
  55. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.js +19 -0
  56. package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.js.map +1 -0
  57. package/dist/migrations/postgres/index.d.ts.map +1 -1
  58. package/dist/migrations/postgres/index.js +2 -0
  59. package/dist/migrations/postgres/index.js.map +1 -1
  60. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.d.ts +6 -0
  61. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.d.ts.map +1 -0
  62. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.js +19 -0
  63. package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.js.map +1 -0
  64. package/dist/migrations/sqlite/index.d.ts.map +1 -1
  65. package/dist/migrations/sqlite/index.js +2 -0
  66. package/dist/migrations/sqlite/index.js.map +1 -1
  67. package/dist/repositories/oauth-code.repository.d.ts +2 -2
  68. package/dist/repositories/oauth-code.repository.d.ts.map +1 -1
  69. package/dist/repositories/oauth-code.repository.js +3 -7
  70. package/dist/repositories/oauth-code.repository.js.map +1 -1
  71. package/dist/repositories/oauth-device-code.repository.d.ts +4 -4
  72. package/dist/repositories/oauth-device-code.repository.d.ts.map +1 -1
  73. package/dist/repositories/oauth-device-code.repository.js +6 -18
  74. package/dist/repositories/oauth-device-code.repository.js.map +1 -1
  75. package/dist/repositories/user-totp-recovery-code.repository.d.ts +1 -7
  76. package/dist/repositories/user-totp-recovery-code.repository.d.ts.map +1 -1
  77. package/dist/repositories/user-totp-recovery-code.repository.js +1 -2
  78. package/dist/repositories/user-totp-recovery-code.repository.js.map +1 -1
  79. package/dist/repositories/user-totp.repository.d.ts +0 -9
  80. package/dist/repositories/user-totp.repository.d.ts.map +1 -1
  81. package/dist/routes/api/auth/index.d.ts +0 -52
  82. package/dist/routes/api/auth/index.d.ts.map +1 -1
  83. package/dist/routes/api/auth/index.js +0 -2
  84. package/dist/routes/api/auth/index.js.map +1 -1
  85. package/dist/routes/api/auth/passkey/verify/post.d.ts +0 -37
  86. package/dist/routes/api/auth/passkey/verify/post.d.ts.map +1 -1
  87. package/dist/routes/api/auth/passkey/verify/post.js +2 -8
  88. package/dist/routes/api/auth/passkey/verify/post.js.map +1 -1
  89. package/dist/routes/api/config/get.d.ts +0 -4
  90. package/dist/routes/api/config/get.d.ts.map +1 -1
  91. package/dist/routes/api/config/get.js +0 -2
  92. package/dist/routes/api/config/get.js.map +1 -1
  93. package/dist/routes/api/config/index.d.ts +0 -4
  94. package/dist/routes/api/config/index.d.ts.map +1 -1
  95. package/dist/routes/api/index.d.ts +0 -56
  96. package/dist/routes/api/index.d.ts.map +1 -1
  97. package/dist/routes/index.d.ts +0 -56
  98. package/dist/routes/index.d.ts.map +1 -1
  99. package/dist/routes/oauth/device/get-post.js +5 -5
  100. package/dist/routes/oauth/device/get-post.js.map +1 -1
  101. package/dist/schemas/error.d.ts +0 -25
  102. package/dist/schemas/error.d.ts.map +1 -1
  103. package/dist/schemas/error.js +0 -1
  104. package/dist/schemas/error.js.map +1 -1
  105. package/dist/schemas/response.d.ts +0 -24
  106. package/dist/schemas/response.d.ts.map +1 -1
  107. package/dist/schemas/response.js +0 -13
  108. package/dist/schemas/response.js.map +1 -1
  109. package/dist/seeders/config.seeder.js +0 -1
  110. package/dist/seeders/config.seeder.js.map +1 -1
  111. package/dist/services/container.d.ts +0 -3
  112. package/dist/services/container.d.ts.map +1 -1
  113. package/dist/services/container.js +0 -15
  114. package/dist/services/container.js.map +1 -1
  115. package/dist/services/oauth-client.service.d.ts +0 -1
  116. package/dist/services/oauth-client.service.d.ts.map +1 -1
  117. package/dist/services/oauth-client.service.js +2 -17
  118. package/dist/services/oauth-client.service.js.map +1 -1
  119. package/dist/services/oauth-connect.service.d.ts.map +1 -1
  120. package/dist/services/oauth-connect.service.js +0 -4
  121. package/dist/services/oauth-connect.service.js.map +1 -1
  122. package/dist/services/oauth-token.service.d.ts.map +1 -1
  123. package/dist/services/oauth-token.service.js +4 -4
  124. package/dist/services/oauth-token.service.js.map +1 -1
  125. package/dist/services/password-auth.service.d.ts.map +1 -1
  126. package/dist/services/password-auth.service.js +3 -12
  127. package/dist/services/password-auth.service.js.map +1 -1
  128. package/dist/services/security.service.d.ts +0 -8
  129. package/dist/services/security.service.d.ts.map +1 -1
  130. package/dist/services/security.service.js +21 -82
  131. package/dist/services/security.service.js.map +1 -1
  132. package/dist/services/totp.service.js +2 -2
  133. package/dist/services/totp.service.js.map +1 -1
  134. package/package.json +2 -1
  135. package/public/assets/2fa-6btYq1AL.js +2 -0
  136. package/public/assets/{2fa-C37MUkye.js.map → 2fa-6btYq1AL.js.map} +1 -1
  137. package/public/assets/2fa-D3ieXkuh.js +2 -0
  138. package/public/assets/{2fa-kiqzGSz2.js.map → 2fa-D3ieXkuh.js.map} +1 -1
  139. package/public/assets/2fa-Dxh4Kxy-.js +2 -0
  140. package/public/assets/{2fa-BgveHSB_.js.map → 2fa-Dxh4Kxy-.js.map} +1 -1
  141. package/public/assets/2fa-UcpXAI9J.js +2 -0
  142. package/public/assets/{2fa-UL_cNRnQ.js.map → 2fa-UcpXAI9J.js.map} +1 -1
  143. package/public/assets/{DialogHandle-Zvz8SgS0.js → DialogHandle-tiMUnjZQ.js} +2 -2
  144. package/public/assets/{DialogHandle-Zvz8SgS0.js.map → DialogHandle-tiMUnjZQ.js.map} +1 -1
  145. package/public/assets/admin-B8RQbf4_.js +2 -0
  146. package/public/assets/admin-B8RQbf4_.js.map +1 -0
  147. package/public/assets/admin-users-Dz1QNdy3.js +2 -0
  148. package/public/assets/{admin-users-CwTJdiih.js.map → admin-users-Dz1QNdy3.js.map} +1 -1
  149. package/public/assets/alert-leqyvHOp.js.map +1 -1
  150. package/public/assets/{auth-choice-row-BlSsUI7d.js → auth-choice-row-DWzfcZQY.js} +2 -2
  151. package/public/assets/{auth-choice-row-BlSsUI7d.js.map → auth-choice-row-DWzfcZQY.js.map} +1 -1
  152. package/public/assets/{auth-field-HwxENJnB.js → auth-field-DsLGh1U-.js} +2 -2
  153. package/public/assets/{auth-field-HwxENJnB.js.map → auth-field-DsLGh1U-.js.map} +1 -1
  154. package/public/assets/auth-layout-DGTylGtX.js +2 -0
  155. package/public/assets/auth-layout-DGTylGtX.js.map +1 -0
  156. package/public/assets/{auth-page-header-CIs08f5Y.js → auth-page-header-COvqWINf.js} +2 -2
  157. package/public/assets/auth-page-header-COvqWINf.js.map +1 -0
  158. package/public/assets/authorization-context-banner-DVx1TsPY.js +2 -0
  159. package/public/assets/authorization-context-banner-DVx1TsPY.js.map +1 -0
  160. package/public/assets/{avatar-CttWiIv3.js → avatar-BCLugfaZ.js} +2 -2
  161. package/public/assets/{avatar-CttWiIv3.js.map → avatar-BCLugfaZ.js.map} +1 -1
  162. package/public/assets/badge-CsOfUji0.js.map +1 -1
  163. package/public/assets/{checkbox-CJrRV8S1.js → checkbox-CFVDS3zJ.js} +2 -2
  164. package/public/assets/{checkbox-CJrRV8S1.js.map → checkbox-CFVDS3zJ.js.map} +1 -1
  165. package/public/assets/config-DTQCUlfZ.js +2 -0
  166. package/public/assets/config-DTQCUlfZ.js.map +1 -0
  167. package/public/assets/{consent-BIhxtXHx.js → consent-CKOohdYI.js} +2 -2
  168. package/public/assets/{consent-BIhxtXHx.js.map → consent-CKOohdYI.js.map} +1 -1
  169. package/public/assets/{consent-DRmENn26.js → consent-ChiWc7Ql.js} +2 -2
  170. package/public/assets/{consent-DRmENn26.js.map → consent-ChiWc7Ql.js.map} +1 -1
  171. package/public/assets/createLucideIcon-BPpAIXR_.js.map +1 -1
  172. package/public/assets/{email-CVRDeJ78.js → email-Crjg1dcr.js} +2 -2
  173. package/public/assets/{email-CVRDeJ78.js.map → email-Crjg1dcr.js.map} +1 -1
  174. package/public/assets/email-UcpXAI9J.js +2 -0
  175. package/public/assets/{email-UL_cNRnQ.js.map → email-UcpXAI9J.js.map} +1 -1
  176. package/public/assets/error-VfMv226c.js +2 -0
  177. package/public/assets/{error-2VPY5w8V.js.map → error-VfMv226c.js.map} +1 -1
  178. package/public/assets/{field-DDt6F9TZ.js → field-89zKYDVL.js} +2 -2
  179. package/public/assets/{field-DDt6F9TZ.js.map → field-89zKYDVL.js.map} +1 -1
  180. package/public/assets/forgot-Dr88fVMq.js +2 -0
  181. package/public/assets/{forgot-DzDcduho.js.map → forgot-Dr88fVMq.js.map} +1 -1
  182. package/public/assets/forgot-UcpXAI9J.js +2 -0
  183. package/public/assets/{forgot-UL_cNRnQ.js.map → forgot-UcpXAI9J.js.map} +1 -1
  184. package/public/assets/{index-DZyHRhbQ.css → index-CDD8owGK.css} +1 -1
  185. package/public/assets/index-CZ0rWM7l.js +11 -0
  186. package/public/assets/index-CZ0rWM7l.js.map +1 -0
  187. package/public/assets/{initial-avatar-CZzHAPm3.js → initial-avatar-ocwNWL38.js} +2 -2
  188. package/public/assets/{initial-avatar-CZzHAPm3.js.map → initial-avatar-ocwNWL38.js.map} +1 -1
  189. package/public/assets/{input-CNRpSR08.js → input-GPigtjgi.js} +2 -2
  190. package/public/assets/{input-CNRpSR08.js.map → input-GPigtjgi.js.map} +1 -1
  191. package/public/assets/{labeled-separator-fnKySKv2.js → labeled-separator-CV7nb0XW.js} +2 -2
  192. package/public/assets/{labeled-separator-fnKySKv2.js.map → labeled-separator-CV7nb0XW.js.map} +1 -1
  193. package/public/assets/link-C-WdTj3F.js.map +1 -1
  194. package/public/assets/login-CQeTLmIu.js +2 -0
  195. package/public/assets/login-CQeTLmIu.js.map +1 -0
  196. package/public/assets/login-UcpXAI9J.js +2 -0
  197. package/public/assets/login-UcpXAI9J.js.map +1 -0
  198. package/public/assets/{logout-CHdmF_16.js → logout-B5T52P8u.js} +2 -2
  199. package/public/assets/{logout-CHdmF_16.js.map → logout-B5T52P8u.js.map} +1 -1
  200. package/public/assets/{modal-sCM_zT82.js → modal-BV3gpI-p.js} +2 -2
  201. package/public/assets/{modal-sCM_zT82.js.map → modal-BV3gpI-p.js.map} +1 -1
  202. package/public/assets/{mutationOptions-CrswitPs.js → mutationOptions-DyYFUbyn.js} +2 -2
  203. package/public/assets/{mutationOptions-CrswitPs.js.map → mutationOptions-DyYFUbyn.js.map} +1 -1
  204. package/public/assets/passkey-Bf7n49Z7.js +2 -0
  205. package/public/assets/{passkey-CEx1VZ5R.js.map → passkey-Bf7n49Z7.js.map} +1 -1
  206. package/public/assets/passkey-CT3G7pCL.js +2 -0
  207. package/public/assets/{passkey-CU8x9J2w.js.map → passkey-CT3G7pCL.js.map} +1 -1
  208. package/public/assets/passkey-J1qnYp9A.js +2 -0
  209. package/public/assets/{passkey-B2Blw47e.js.map → passkey-J1qnYp9A.js.map} +1 -1
  210. package/public/assets/passkey-UcpXAI9J.js +2 -0
  211. package/public/assets/{passkey-UL_cNRnQ.js.map → passkey-UcpXAI9J.js.map} +1 -1
  212. package/public/assets/password-BKI5GTRs.js +2 -0
  213. package/public/assets/password-BKI5GTRs.js.map +1 -0
  214. package/public/assets/password-UcpXAI9J.js +2 -0
  215. package/public/assets/password-UcpXAI9J.js.map +1 -0
  216. package/public/assets/password-reset-sU5KkBKi.js +2 -0
  217. package/public/assets/{password-reset-CIacHnvA.js.map → password-reset-sU5KkBKi.js.map} +1 -1
  218. package/public/assets/{password-strength-C0Zkrrct.js → password-strength-DTWF07Px.js} +2 -2
  219. package/public/assets/{password-strength-C0Zkrrct.js.map → password-strength-DTWF07Px.js.map} +1 -1
  220. package/public/assets/{pin-input-BlD4tPZJ.js → pin-input-BGOLfkwL.js} +2 -2
  221. package/public/assets/{pin-input-BlD4tPZJ.js.map → pin-input-BGOLfkwL.js.map} +1 -1
  222. package/public/assets/{profile-D43Yq-6S.js → profile-DSTMtoUf.js} +2 -2
  223. package/public/assets/{profile-D43Yq-6S.js.map → profile-DSTMtoUf.js.map} +1 -1
  224. package/public/assets/profile-RpDmbWNA.js +2 -0
  225. package/public/assets/profile-RpDmbWNA.js.map +1 -0
  226. package/public/assets/provider-logos-u1YURWQr.js.map +1 -1
  227. package/public/assets/recovery-DbgpqG6f.js +2 -0
  228. package/public/assets/{recovery-CLExnfYX.js.map → recovery-DbgpqG6f.js.map} +1 -1
  229. package/public/assets/register-B2Lixapy.js +2 -0
  230. package/public/assets/{register-CZUyWXRO.js.map → register-B2Lixapy.js.map} +1 -1
  231. package/public/assets/register-UcpXAI9J.js +2 -0
  232. package/public/assets/{register-UL_cNRnQ.js.map → register-UcpXAI9J.js.map} +1 -1
  233. package/public/assets/reset-C-Qjl2Qy.js +2 -0
  234. package/public/assets/reset-C-Qjl2Qy.js.map +1 -0
  235. package/public/assets/reset-UcpXAI9J.js +2 -0
  236. package/public/assets/{reset-UL_cNRnQ.js.map → reset-UcpXAI9J.js.map} +1 -1
  237. package/public/assets/{select-CWdSzsVo.js → select-BKx4bF4A.js} +2 -2
  238. package/public/assets/{select-CWdSzsVo.js.map → select-BKx4bF4A.js.map} +1 -1
  239. package/public/assets/select-UcpXAI9J.js +2 -0
  240. package/public/assets/{select-UL_cNRnQ.js.map → select-UcpXAI9J.js.map} +1 -1
  241. package/public/assets/{separator-BWGym8uM.js → separator-B0Bvh1he.js} +2 -2
  242. package/public/assets/{separator-BWGym8uM.js.map → separator-B0Bvh1he.js.map} +1 -1
  243. package/public/assets/shell-header-bar-CgyNXbPS.js +2 -0
  244. package/public/assets/shell-header-bar-CgyNXbPS.js.map +1 -0
  245. package/public/assets/{terms-D43Yq-6S.js → terms-DSTMtoUf.js} +2 -2
  246. package/public/assets/{terms-D43Yq-6S.js.map → terms-DSTMtoUf.js.map} +1 -1
  247. package/public/assets/{terms-COVFmzyl.js → terms-Vgpg5IZK.js} +2 -2
  248. package/public/assets/{terms-COVFmzyl.js.map → terms-Vgpg5IZK.js.map} +1 -1
  249. package/public/assets/{terms-checkbox-list-Cw0zB-lO.js → terms-checkbox-list-DqbXU4qw.js} +2 -2
  250. package/public/assets/{terms-checkbox-list-Cw0zB-lO.js.map → terms-checkbox-list-DqbXU4qw.js.map} +1 -1
  251. package/public/assets/{totp-BfCm6IWl.js → totp-BNZ904Zm.js} +2 -2
  252. package/public/assets/{totp-BfCm6IWl.js.map → totp-BNZ904Zm.js.map} +1 -1
  253. package/public/assets/totp-Cjns-PoB.js +2 -0
  254. package/public/assets/{totp-BFJEXxk0.js.map → totp-Cjns-PoB.js.map} +1 -1
  255. package/public/assets/totp-g0-s50HZ.js +2 -0
  256. package/public/assets/{totp-MINhsVxT.js.map → totp-g0-s50HZ.js.map} +1 -1
  257. package/public/assets/use-totp-setup-CtTaklH-.js +3 -0
  258. package/public/assets/{use-totp-setup-C7Zk_2IY.js.map → use-totp-setup-CtTaklH-.js.map} +1 -1
  259. package/public/assets/{useAriaLabelledBy-CiOCg6X5.js → useAriaLabelledBy-7uIPXK-0.js} +2 -2
  260. package/public/assets/{useAriaLabelledBy-CiOCg6X5.js.map → useAriaLabelledBy-7uIPXK-0.js.map} +1 -1
  261. package/public/assets/{useMutation-ZLFeJg75.js → useMutation-BWZ0G4Td.js} +2 -2
  262. package/public/assets/{useMutation-ZLFeJg75.js.map → useMutation-BWZ0G4Td.js.map} +1 -1
  263. package/public/assets/useQuery-pOdkMV4B.js +2 -0
  264. package/public/assets/{useQuery-BvMz34BW.js.map → useQuery-pOdkMV4B.js.map} +1 -1
  265. package/public/assets/users-B1hvVo3B.js +2 -0
  266. package/public/assets/users-B1hvVo3B.js.map +1 -0
  267. package/public/index.html +4 -5
  268. package/dist/routes/api/auth/password/reset-required/post.d.ts +0 -18
  269. package/dist/routes/api/auth/password/reset-required/post.d.ts.map +0 -1
  270. package/dist/routes/api/auth/password/reset-required/post.js +0 -39
  271. package/dist/routes/api/auth/password/reset-required/post.js.map +0 -1
  272. package/dist/services/legacy-credential-retirement.service.d.ts +0 -20
  273. package/dist/services/legacy-credential-retirement.service.d.ts.map +0 -1
  274. package/dist/services/legacy-credential-retirement.service.js +0 -90
  275. package/dist/services/legacy-credential-retirement.service.js.map +0 -1
  276. package/public/assets/2fa-BgveHSB_.js +0 -2
  277. package/public/assets/2fa-C37MUkye.js +0 -2
  278. package/public/assets/2fa-UL_cNRnQ.js +0 -2
  279. package/public/assets/2fa-kiqzGSz2.js +0 -2
  280. package/public/assets/admin-DbDuu6AI.js +0 -2
  281. package/public/assets/admin-DbDuu6AI.js.map +0 -1
  282. package/public/assets/admin-users-CwTJdiih.js +0 -2
  283. package/public/assets/auth-layout-CoeqNhTT.js +0 -2
  284. package/public/assets/auth-layout-CoeqNhTT.js.map +0 -1
  285. package/public/assets/auth-page-header-CIs08f5Y.js.map +0 -1
  286. package/public/assets/authorization-context-banner-BbtQmMYH.js +0 -2
  287. package/public/assets/authorization-context-banner-BbtQmMYH.js.map +0 -1
  288. package/public/assets/config-v3-oy_ef.js +0 -2
  289. package/public/assets/config-v3-oy_ef.js.map +0 -1
  290. package/public/assets/email-UL_cNRnQ.js +0 -2
  291. package/public/assets/error-2VPY5w8V.js +0 -2
  292. package/public/assets/forgot-DzDcduho.js +0 -2
  293. package/public/assets/forgot-UL_cNRnQ.js +0 -2
  294. package/public/assets/index-gliHKncz.js +0 -11
  295. package/public/assets/index-gliHKncz.js.map +0 -1
  296. package/public/assets/link-BN90emXr.js +0 -2
  297. package/public/assets/link-BN90emXr.js.map +0 -1
  298. package/public/assets/lock-keyhole-Cz72xkCn.js +0 -2
  299. package/public/assets/lock-keyhole-Cz72xkCn.js.map +0 -1
  300. package/public/assets/login-C6m2qSUt.js +0 -2
  301. package/public/assets/login-C6m2qSUt.js.map +0 -1
  302. package/public/assets/login-UL_cNRnQ.js +0 -2
  303. package/public/assets/login-UL_cNRnQ.js.map +0 -1
  304. package/public/assets/passkey-B2Blw47e.js +0 -2
  305. package/public/assets/passkey-CEx1VZ5R.js +0 -2
  306. package/public/assets/passkey-CU8x9J2w.js +0 -2
  307. package/public/assets/passkey-UL_cNRnQ.js +0 -2
  308. package/public/assets/password-BhU_a0cR.js +0 -2
  309. package/public/assets/password-BhU_a0cR.js.map +0 -1
  310. package/public/assets/password-UL_cNRnQ.js +0 -2
  311. package/public/assets/password-UL_cNRnQ.js.map +0 -1
  312. package/public/assets/password-reset-CIacHnvA.js +0 -2
  313. package/public/assets/profile-D1cEjfs8.js +0 -2
  314. package/public/assets/profile-D1cEjfs8.js.map +0 -1
  315. package/public/assets/recovery-CLExnfYX.js +0 -2
  316. package/public/assets/register-CZUyWXRO.js +0 -2
  317. package/public/assets/register-UL_cNRnQ.js +0 -2
  318. package/public/assets/reset-N3RQTYEB.js +0 -2
  319. package/public/assets/reset-N3RQTYEB.js.map +0 -1
  320. package/public/assets/reset-UL_cNRnQ.js +0 -2
  321. package/public/assets/reset-required-Cv5edDS6.js +0 -2
  322. package/public/assets/reset-required-Cv5edDS6.js.map +0 -1
  323. package/public/assets/reset-required-UL_cNRnQ.js +0 -2
  324. package/public/assets/reset-required-UL_cNRnQ.js.map +0 -1
  325. package/public/assets/select-UL_cNRnQ.js +0 -2
  326. package/public/assets/shell-header-bar-C9AB5lT-.js +0 -2
  327. package/public/assets/shell-header-bar-C9AB5lT-.js.map +0 -1
  328. package/public/assets/totp-BFJEXxk0.js +0 -2
  329. package/public/assets/totp-MINhsVxT.js +0 -2
  330. package/public/assets/use-totp-setup-C7Zk_2IY.js +0 -3
  331. package/public/assets/useQuery-BvMz34BW.js +0 -2
  332. package/public/assets/users-COM7u3A-.js +0 -2
  333. package/public/assets/users-COM7u3A-.js.map +0 -1
@@ -2307,7 +2307,7 @@ export default {
2307
2307
  return getPrimaryKeyHash(val_5);
2308
2308
  };
2309
2309
  },
2310
- 'hydrator-user_7000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, user_oauth_120, user_passkey_121, user_totp_122, user_totp_recovery_code_123) {
2310
+ 'hydrator-user_7000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, user_oauth_119, user_passkey_120, user_totp_121, user_totp_recovery_code_122) {
2311
2311
  // compiled hydrator for entity UserEntity ( normalized)
2312
2312
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2313
2313
  if (data.sub === null) {
@@ -2362,12 +2362,6 @@ export default {
2362
2362
  else if (typeof data.password_hash !== 'undefined') {
2363
2363
  entity.password_hash = data.password_hash;
2364
2364
  }
2365
- if (data.password_reset_required === null) {
2366
- entity.password_reset_required = null;
2367
- }
2368
- else if (typeof data.password_reset_required !== 'undefined') {
2369
- entity.password_reset_required = !!data.password_reset_required;
2370
- }
2371
2365
  if (data.managed_by === null) {
2372
2366
  entity.managed_by = null;
2373
2367
  }
@@ -2396,10 +2390,10 @@ export default {
2396
2390
  }
2397
2391
  const createCollectionItem_oauthAccounts = (value, entity) => {
2398
2392
  if (isPrimaryKey(value, false))
2399
- return factory.createReference(user_oauth_120, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2393
+ return factory.createReference(user_oauth_119, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2400
2394
  if (value && isEntity(value))
2401
2395
  return value;
2402
- return factory.create(user_oauth_120, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2396
+ return factory.create(user_oauth_119, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2403
2397
  };
2404
2398
  if (data.oauthAccounts && !Array.isArray(data.oauthAccounts) && typeof data.oauthAccounts === 'object') {
2405
2399
  data.oauthAccounts = [data.oauthAccounts];
@@ -2423,10 +2417,10 @@ export default {
2423
2417
  }
2424
2418
  const createCollectionItem_passkeys = (value, entity) => {
2425
2419
  if (isPrimaryKey(value, false))
2426
- return factory.createReference(user_passkey_121, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2420
+ return factory.createReference(user_passkey_120, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2427
2421
  if (value && isEntity(value))
2428
2422
  return value;
2429
- return factory.create(user_passkey_121, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2423
+ return factory.create(user_passkey_120, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2430
2424
  };
2431
2425
  if (data.passkeys && !Array.isArray(data.passkeys) && typeof data.passkeys === 'object') {
2432
2426
  data.passkeys = [data.passkeys];
@@ -2450,10 +2444,10 @@ export default {
2450
2444
  }
2451
2445
  const createCollectionItem_totps = (value, entity) => {
2452
2446
  if (isPrimaryKey(value, false))
2453
- return factory.createReference(user_totp_122, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2447
+ return factory.createReference(user_totp_121, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2454
2448
  if (value && isEntity(value))
2455
2449
  return value;
2456
- return factory.create(user_totp_122, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2450
+ return factory.create(user_totp_121, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2457
2451
  };
2458
2452
  if (data.totps && !Array.isArray(data.totps) && typeof data.totps === 'object') {
2459
2453
  data.totps = [data.totps];
@@ -2477,10 +2471,10 @@ export default {
2477
2471
  }
2478
2472
  const createCollectionItem_totpRecoveryCodes = (value, entity) => {
2479
2473
  if (isPrimaryKey(value, false))
2480
- return factory.createReference(user_totp_recovery_code_123, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2474
+ return factory.createReference(user_totp_recovery_code_122, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2481
2475
  if (value && isEntity(value))
2482
2476
  return value;
2483
- return factory.create(user_totp_recovery_code_123, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2477
+ return factory.create(user_totp_recovery_code_122, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2484
2478
  };
2485
2479
  if (data.totpRecoveryCodes && !Array.isArray(data.totpRecoveryCodes) && typeof data.totpRecoveryCodes === 'object') {
2486
2480
  data.totpRecoveryCodes = [data.totpRecoveryCodes];
@@ -2504,7 +2498,7 @@ export default {
2504
2498
  }
2505
2499
  };
2506
2500
  },
2507
- 'hydrator-user_7000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, user_oauth_134, user_passkey_135, user_totp_136, user_totp_recovery_code_137) {
2501
+ 'hydrator-user_7000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, user_oauth_132, user_passkey_133, user_totp_134, user_totp_recovery_code_135) {
2508
2502
  // compiled hydrator for entity UserEntity ( normalized)
2509
2503
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2510
2504
  if (data.sub === null) {
@@ -2559,12 +2553,6 @@ export default {
2559
2553
  else if (typeof data.password_hash !== 'undefined') {
2560
2554
  entity.password_hash = data.password_hash;
2561
2555
  }
2562
- if (data.password_reset_required === null) {
2563
- entity.password_reset_required = null;
2564
- }
2565
- else if (typeof data.password_reset_required !== 'undefined') {
2566
- entity.password_reset_required = !!data.password_reset_required;
2567
- }
2568
2556
  if (data.managed_by === null) {
2569
2557
  entity.managed_by = null;
2570
2558
  }
@@ -2593,10 +2581,10 @@ export default {
2593
2581
  }
2594
2582
  const createCollectionItem_oauthAccounts = (value, entity) => {
2595
2583
  if (isPrimaryKey(value, false))
2596
- return factory.createReference(user_oauth_134, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2584
+ return factory.createReference(user_oauth_132, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2597
2585
  if (value && isEntity(value))
2598
2586
  return value;
2599
- return factory.create(user_oauth_134, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2587
+ return factory.create(user_oauth_132, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2600
2588
  };
2601
2589
  if (data.oauthAccounts && !Array.isArray(data.oauthAccounts) && typeof data.oauthAccounts === 'object') {
2602
2590
  data.oauthAccounts = [data.oauthAccounts];
@@ -2620,10 +2608,10 @@ export default {
2620
2608
  }
2621
2609
  const createCollectionItem_passkeys = (value, entity) => {
2622
2610
  if (isPrimaryKey(value, false))
2623
- return factory.createReference(user_passkey_135, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2611
+ return factory.createReference(user_passkey_133, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2624
2612
  if (value && isEntity(value))
2625
2613
  return value;
2626
- return factory.create(user_passkey_135, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2614
+ return factory.create(user_passkey_133, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2627
2615
  };
2628
2616
  if (data.passkeys && !Array.isArray(data.passkeys) && typeof data.passkeys === 'object') {
2629
2617
  data.passkeys = [data.passkeys];
@@ -2647,10 +2635,10 @@ export default {
2647
2635
  }
2648
2636
  const createCollectionItem_totps = (value, entity) => {
2649
2637
  if (isPrimaryKey(value, false))
2650
- return factory.createReference(user_totp_136, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2638
+ return factory.createReference(user_totp_134, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2651
2639
  if (value && isEntity(value))
2652
2640
  return value;
2653
- return factory.create(user_totp_136, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2641
+ return factory.create(user_totp_134, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2654
2642
  };
2655
2643
  if (data.totps && !Array.isArray(data.totps) && typeof data.totps === 'object') {
2656
2644
  data.totps = [data.totps];
@@ -2674,10 +2662,10 @@ export default {
2674
2662
  }
2675
2663
  const createCollectionItem_totpRecoveryCodes = (value, entity) => {
2676
2664
  if (isPrimaryKey(value, false))
2677
- return factory.createReference(user_totp_recovery_code_137, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2665
+ return factory.createReference(user_totp_recovery_code_135, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
2678
2666
  if (value && isEntity(value))
2679
2667
  return value;
2680
- return factory.create(user_totp_recovery_code_137, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2668
+ return factory.create(user_totp_recovery_code_135, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
2681
2669
  };
2682
2670
  if (data.totpRecoveryCodes && !Array.isArray(data.totpRecoveryCodes) && typeof data.totpRecoveryCodes === 'object') {
2683
2671
  data.totpRecoveryCodes = [data.totpRecoveryCodes];
@@ -2771,17 +2759,6 @@ export default {
2771
2759
  else if (last.password_hash !== current.password_hash) {
2772
2760
  diff.password_hash = current.password_hash;
2773
2761
  }
2774
- if (current.password_reset_required === null && last.password_reset_required === undefined) {
2775
- diff.password_reset_required = current.password_reset_required;
2776
- }
2777
- else if (current.password_reset_required == null && last.password_reset_required == null) {
2778
- }
2779
- else if ((current.password_reset_required != null && last.password_reset_required == null) || (current.password_reset_required == null && last.password_reset_required != null)) {
2780
- diff.password_reset_required = current.password_reset_required;
2781
- }
2782
- else if (!compareBooleans(last.password_reset_required, current.password_reset_required)) {
2783
- diff.password_reset_required = current.password_reset_required;
2784
- }
2785
2762
  if (current.managed_by === null && last.managed_by === undefined) {
2786
2763
  diff.managed_by = current.managed_by;
2787
2764
  }
@@ -2841,9 +2818,6 @@ export default {
2841
2818
  if (typeof entity.password_hash !== 'undefined') {
2842
2819
  ret.password_hash = entity.password_hash;
2843
2820
  }
2844
- if (typeof entity.password_reset_required !== 'undefined') {
2845
- ret.password_reset_required = entity.password_reset_required;
2846
- }
2847
2821
  if (typeof entity.managed_by !== 'undefined') {
2848
2822
  ret.managed_by = entity.managed_by;
2849
2823
  }
@@ -2907,10 +2881,6 @@ export default {
2907
2881
  ret.password_hash = result.password_hash;
2908
2882
  mapped.password_hash = true;
2909
2883
  }
2910
- if (typeof result.password_reset_required !== 'undefined') {
2911
- ret.password_reset_required = result.password_reset_required == null ? result.password_reset_required : !!result.password_reset_required;
2912
- mapped.password_reset_required = true;
2913
- }
2914
2884
  if (typeof result.managed_by !== 'undefined') {
2915
2885
  ret.managed_by = result.managed_by;
2916
2886
  mapped.managed_by = true;
@@ -2981,7 +2951,7 @@ export default {
2981
2951
  return '' + entity.sub;
2982
2952
  };
2983
2953
  },
2984
- 'hydrator-user_consent_13000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_143, user_144, oauth_client_145, oauth_client_146, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
2954
+ 'hydrator-user_consent_13000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_141, user_142, oauth_client_143, oauth_client_144, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
2985
2955
  // compiled hydrator for entity UserConsentEntity ( normalized)
2986
2956
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2987
2957
  if (data.id === null) {
@@ -3029,10 +2999,10 @@ export default {
3029
2999
  }
3030
3000
  else if (typeof data.user !== 'undefined') {
3031
3001
  if (isPrimaryKey(data.user, true)) {
3032
- entity.user = factory.createReference(user_143, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3002
+ entity.user = factory.createReference(user_141, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3033
3003
  }
3034
3004
  else if (data.user && typeof data.user === 'object') {
3035
- entity.user = factory.create(user_144, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3005
+ entity.user = factory.create(user_142, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3036
3006
  }
3037
3007
  }
3038
3008
  if (data.client === null) {
@@ -3040,10 +3010,10 @@ export default {
3040
3010
  }
3041
3011
  else if (typeof data.client !== 'undefined') {
3042
3012
  if (isPrimaryKey(data.client, true)) {
3043
- entity.client = factory.createReference(oauth_client_145, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3013
+ entity.client = factory.createReference(oauth_client_143, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3044
3014
  }
3045
3015
  else if (data.client && typeof data.client === 'object') {
3046
- entity.client = factory.create(oauth_client_146, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3016
+ entity.client = factory.create(oauth_client_144, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3047
3017
  }
3048
3018
  }
3049
3019
  if (data.scopes === null) {
@@ -3089,7 +3059,7 @@ export default {
3089
3059
  }
3090
3060
  };
3091
3061
  },
3092
- 'hydrator-user_consent_13000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_153, user_154, oauth_client_155, oauth_client_156, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
3062
+ 'hydrator-user_consent_13000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_151, user_152, oauth_client_153, oauth_client_154, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
3093
3063
  // compiled hydrator for entity UserConsentEntity ( normalized)
3094
3064
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3095
3065
  if (data.id === null) {
@@ -3137,10 +3107,10 @@ export default {
3137
3107
  }
3138
3108
  else if (typeof data.user !== 'undefined') {
3139
3109
  if (isPrimaryKey(data.user, true)) {
3140
- entity.user = factory.createReference(user_153, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3110
+ entity.user = factory.createReference(user_151, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3141
3111
  }
3142
3112
  else if (data.user && typeof data.user === 'object') {
3143
- entity.user = factory.create(user_154, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3113
+ entity.user = factory.create(user_152, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3144
3114
  }
3145
3115
  }
3146
3116
  if (data.client === null) {
@@ -3148,10 +3118,10 @@ export default {
3148
3118
  }
3149
3119
  else if (typeof data.client !== 'undefined') {
3150
3120
  if (isPrimaryKey(data.client, true)) {
3151
- entity.client = factory.createReference(oauth_client_155, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3121
+ entity.client = factory.createReference(oauth_client_153, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3152
3122
  }
3153
3123
  else if (data.client && typeof data.client === 'object') {
3154
- entity.client = factory.create(oauth_client_156, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3124
+ entity.client = factory.create(oauth_client_154, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3155
3125
  }
3156
3126
  }
3157
3127
  if (data.scopes === null) {
@@ -3481,7 +3451,7 @@ export default {
3481
3451
  return getPrimaryKeyHash(val_6);
3482
3452
  };
3483
3453
  },
3484
- 'hydrator-terms_20000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_169, user_terms_consent_170) {
3454
+ 'hydrator-terms_20000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_167, user_terms_consent_168) {
3485
3455
  // compiled hydrator for entity TermsEntity ( normalized)
3486
3456
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3487
3457
  if (data.id === null) {
@@ -3544,10 +3514,10 @@ export default {
3544
3514
  }
3545
3515
  const createCollectionItem_contents = (value, entity) => {
3546
3516
  if (isPrimaryKey(value, false))
3547
- return factory.createReference(terms_content_169, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3517
+ return factory.createReference(terms_content_167, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3548
3518
  if (value && isEntity(value))
3549
3519
  return value;
3550
- return factory.create(terms_content_169, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3520
+ return factory.create(terms_content_167, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3551
3521
  };
3552
3522
  if (data.contents && !Array.isArray(data.contents) && typeof data.contents === 'object') {
3553
3523
  data.contents = [data.contents];
@@ -3571,10 +3541,10 @@ export default {
3571
3541
  }
3572
3542
  const createCollectionItem_consents = (value, entity) => {
3573
3543
  if (isPrimaryKey(value, false))
3574
- return factory.createReference(user_terms_consent_170, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3544
+ return factory.createReference(user_terms_consent_168, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3575
3545
  if (value && isEntity(value))
3576
3546
  return value;
3577
- return factory.create(user_terms_consent_170, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3547
+ return factory.create(user_terms_consent_168, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3578
3548
  };
3579
3549
  if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
3580
3550
  data.consents = [data.consents];
@@ -3598,7 +3568,7 @@ export default {
3598
3568
  }
3599
3569
  };
3600
3570
  },
3601
- 'hydrator-terms_20000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_178, user_terms_consent_179) {
3571
+ 'hydrator-terms_20000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_176, user_terms_consent_177) {
3602
3572
  // compiled hydrator for entity TermsEntity ( normalized)
3603
3573
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3604
3574
  if (data.id === null) {
@@ -3661,10 +3631,10 @@ export default {
3661
3631
  }
3662
3632
  const createCollectionItem_contents = (value, entity) => {
3663
3633
  if (isPrimaryKey(value, false))
3664
- return factory.createReference(terms_content_178, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3634
+ return factory.createReference(terms_content_176, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3665
3635
  if (value && isEntity(value))
3666
3636
  return value;
3667
- return factory.create(terms_content_178, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3637
+ return factory.create(terms_content_176, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3668
3638
  };
3669
3639
  if (data.contents && !Array.isArray(data.contents) && typeof data.contents === 'object') {
3670
3640
  data.contents = [data.contents];
@@ -3688,10 +3658,10 @@ export default {
3688
3658
  }
3689
3659
  const createCollectionItem_consents = (value, entity) => {
3690
3660
  if (isPrimaryKey(value, false))
3691
- return factory.createReference(user_terms_consent_179, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3661
+ return factory.createReference(user_terms_consent_177, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
3692
3662
  if (value && isEntity(value))
3693
3663
  return value;
3694
- return factory.create(user_terms_consent_179, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3664
+ return factory.create(user_terms_consent_177, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
3695
3665
  };
3696
3666
  if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
3697
3667
  data.consents = [data.consents];
@@ -3930,7 +3900,7 @@ export default {
3930
3900
  return '' + entity.id;
3931
3901
  };
3932
3902
  },
3933
- 'hydrator-terms_content_18000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_185, terms_186) {
3903
+ 'hydrator-terms_content_18000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_183, terms_184) {
3934
3904
  // compiled hydrator for entity TermsContentEntity ( normalized)
3935
3905
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3936
3906
  if (data.id === null) {
@@ -3978,10 +3948,10 @@ export default {
3978
3948
  }
3979
3949
  else if (typeof data.terms !== 'undefined') {
3980
3950
  if (isPrimaryKey(data.terms, true)) {
3981
- entity.terms = factory.createReference(terms_185, data.terms, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3951
+ entity.terms = factory.createReference(terms_183, data.terms, { merge: true, convertCustomTypes, normalizeAccessors, schema });
3982
3952
  }
3983
3953
  else if (data.terms && typeof data.terms === 'object') {
3984
- entity.terms = factory.create(terms_186, data.terms, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3954
+ entity.terms = factory.create(terms_184, data.terms, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
3985
3955
  }
3986
3956
  }
3987
3957
  if (data.lang === null) {
@@ -4010,7 +3980,7 @@ export default {
4010
3980
  }
4011
3981
  };
4012
3982
  },
4013
- 'hydrator-terms_content_18000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_194, terms_195) {
3983
+ 'hydrator-terms_content_18000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_192, terms_193) {
4014
3984
  // compiled hydrator for entity TermsContentEntity ( normalized)
4015
3985
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4016
3986
  if (data.id === null) {
@@ -4058,10 +4028,10 @@ export default {
4058
4028
  }
4059
4029
  else if (typeof data.terms !== 'undefined') {
4060
4030
  if (isPrimaryKey(data.terms, true)) {
4061
- entity.terms = factory.createReference(terms_194, data.terms, { merge: true, convertCustomTypes, normalizeAccessors, schema });
4031
+ entity.terms = factory.createReference(terms_192, data.terms, { merge: true, convertCustomTypes, normalizeAccessors, schema });
4062
4032
  }
4063
4033
  else if (data.terms && typeof data.terms === 'object') {
4064
- entity.terms = factory.create(terms_195, data.terms, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
4034
+ entity.terms = factory.create(terms_193, data.terms, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
4065
4035
  }
4066
4036
  }
4067
4037
  if (data.lang === null) {
@@ -5060,7 +5030,7 @@ export default {
5060
5030
  return '' + entity.id;
5061
5031
  };
5062
5032
  },
5063
- 'hydrator-revoked_tokens_12000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_239, oauth_client_240, user_241, user_242) {
5033
+ 'hydrator-revoked_tokens_12000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_237, oauth_client_238, user_239, user_240) {
5064
5034
  // compiled hydrator for entity RevokedTokenEntity ( normalized)
5065
5035
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5066
5036
  if (data.id === null) {
@@ -5120,10 +5090,10 @@ export default {
5120
5090
  }
5121
5091
  else if (typeof data.client !== 'undefined') {
5122
5092
  if (isPrimaryKey(data.client, true)) {
5123
- entity.client = factory.createReference(oauth_client_239, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5093
+ entity.client = factory.createReference(oauth_client_237, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5124
5094
  }
5125
5095
  else if (data.client && typeof data.client === 'object') {
5126
- entity.client = factory.create(oauth_client_240, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5096
+ entity.client = factory.create(oauth_client_238, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5127
5097
  }
5128
5098
  }
5129
5099
  if (data.user === null) {
@@ -5131,10 +5101,10 @@ export default {
5131
5101
  }
5132
5102
  else if (typeof data.user !== 'undefined') {
5133
5103
  if (isPrimaryKey(data.user, true)) {
5134
- entity.user = factory.createReference(user_241, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5104
+ entity.user = factory.createReference(user_239, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5135
5105
  }
5136
5106
  else if (data.user && typeof data.user === 'object') {
5137
- entity.user = factory.create(user_242, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5107
+ entity.user = factory.create(user_240, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5138
5108
  }
5139
5109
  }
5140
5110
  if (data.expires_at === null) {
@@ -5167,7 +5137,7 @@ export default {
5167
5137
  }
5168
5138
  };
5169
5139
  },
5170
- 'hydrator-revoked_tokens_12000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_250, oauth_client_251, user_252, user_253) {
5140
+ 'hydrator-revoked_tokens_12000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_248, oauth_client_249, user_250, user_251) {
5171
5141
  // compiled hydrator for entity RevokedTokenEntity ( normalized)
5172
5142
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5173
5143
  if (data.id === null) {
@@ -5227,10 +5197,10 @@ export default {
5227
5197
  }
5228
5198
  else if (typeof data.client !== 'undefined') {
5229
5199
  if (isPrimaryKey(data.client, true)) {
5230
- entity.client = factory.createReference(oauth_client_250, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5200
+ entity.client = factory.createReference(oauth_client_248, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5231
5201
  }
5232
5202
  else if (data.client && typeof data.client === 'object') {
5233
- entity.client = factory.create(oauth_client_251, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5203
+ entity.client = factory.create(oauth_client_249, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5234
5204
  }
5235
5205
  }
5236
5206
  if (data.user === null) {
@@ -5238,10 +5208,10 @@ export default {
5238
5208
  }
5239
5209
  else if (typeof data.user !== 'undefined') {
5240
5210
  if (isPrimaryKey(data.user, true)) {
5241
- entity.user = factory.createReference(user_252, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5211
+ entity.user = factory.createReference(user_250, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
5242
5212
  }
5243
5213
  else if (data.user && typeof data.user === 'object') {
5244
- entity.user = factory.create(user_253, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5214
+ entity.user = factory.create(user_251, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
5245
5215
  }
5246
5216
  }
5247
5217
  if (data.expires_at === null) {
@@ -6133,7 +6103,7 @@ export default {
6133
6103
  return getPrimaryKeyHash(val_9);
6134
6104
  };
6135
6105
  },
6136
- 'hydrator-password_reset_15000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_287, user_288) {
6106
+ 'hydrator-password_reset_15000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_285, user_286) {
6137
6107
  // compiled hydrator for entity PasswordResetEntity ( normalized)
6138
6108
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6139
6109
  if (data.id === null) {
@@ -6181,10 +6151,10 @@ export default {
6181
6151
  }
6182
6152
  else if (typeof data.user !== 'undefined') {
6183
6153
  if (isPrimaryKey(data.user, true)) {
6184
- entity.user = Reference.create(factory.createReference(user_287, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
6154
+ entity.user = Reference.create(factory.createReference(user_285, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
6185
6155
  }
6186
6156
  else if (data.user && typeof data.user === 'object') {
6187
- entity.user = Reference.create(factory.create(user_288, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
6157
+ entity.user = Reference.create(factory.create(user_286, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
6188
6158
  }
6189
6159
  }
6190
6160
  if (data.token === null) {
@@ -6229,7 +6199,7 @@ export default {
6229
6199
  }
6230
6200
  };
6231
6201
  },
6232
- 'hydrator-password_reset_15000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_296, user_297) {
6202
+ 'hydrator-password_reset_15000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_294, user_295) {
6233
6203
  // compiled hydrator for entity PasswordResetEntity ( normalized)
6234
6204
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6235
6205
  if (data.id === null) {
@@ -6277,10 +6247,10 @@ export default {
6277
6247
  }
6278
6248
  else if (typeof data.user !== 'undefined') {
6279
6249
  if (isPrimaryKey(data.user, true)) {
6280
- entity.user = Reference.create(factory.createReference(user_296, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
6250
+ entity.user = Reference.create(factory.createReference(user_294, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
6281
6251
  }
6282
6252
  else if (data.user && typeof data.user === 'object') {
6283
- entity.user = Reference.create(factory.create(user_297, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
6253
+ entity.user = Reference.create(factory.create(user_295, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
6284
6254
  }
6285
6255
  }
6286
6256
  if (data.token === null) {
@@ -6601,7 +6571,7 @@ export default {
6601
6571
  return getPrimaryKeyHash(val_10);
6602
6572
  };
6603
6573
  },
6604
- 'hydrator-oauth_device_code_11000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_309, oauth_client_310, convertToJSValue_scope, convertToDatabaseValue_scope, user_313, user_314) {
6574
+ 'hydrator-oauth_device_code_11000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_307, oauth_client_308, convertToJSValue_scope, convertToDatabaseValue_scope, user_311, user_312) {
6605
6575
  // compiled hydrator for entity OAuthDeviceCodeEntity ( normalized)
6606
6576
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6607
6577
  if (data.id === null) {
@@ -6661,10 +6631,10 @@ export default {
6661
6631
  }
6662
6632
  else if (typeof data.client !== 'undefined') {
6663
6633
  if (isPrimaryKey(data.client, true)) {
6664
- entity.client = factory.createReference(oauth_client_309, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6634
+ entity.client = factory.createReference(oauth_client_307, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6665
6635
  }
6666
6636
  else if (data.client && typeof data.client === 'object') {
6667
- entity.client = factory.create(oauth_client_310, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6637
+ entity.client = factory.create(oauth_client_308, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6668
6638
  }
6669
6639
  }
6670
6640
  if (data.scope === null) {
@@ -6699,10 +6669,10 @@ export default {
6699
6669
  }
6700
6670
  else if (typeof data.authorizedUser !== 'undefined') {
6701
6671
  if (isPrimaryKey(data.authorizedUser, true)) {
6702
- entity.authorizedUser = factory.createReference(user_313, data.authorizedUser, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6672
+ entity.authorizedUser = factory.createReference(user_311, data.authorizedUser, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6703
6673
  }
6704
6674
  else if (data.authorizedUser && typeof data.authorizedUser === 'object') {
6705
- entity.authorizedUser = factory.create(user_314, data.authorizedUser, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6675
+ entity.authorizedUser = factory.create(user_312, data.authorizedUser, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6706
6676
  }
6707
6677
  }
6708
6678
  if (data.authorizedAt === null) {
@@ -6769,7 +6739,7 @@ export default {
6769
6739
  }
6770
6740
  };
6771
6741
  },
6772
- 'hydrator-oauth_device_code_11000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_325, oauth_client_326, convertToJSValue_scope, convertToDatabaseValue_scope, user_329, user_330) {
6742
+ 'hydrator-oauth_device_code_11000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_323, oauth_client_324, convertToJSValue_scope, convertToDatabaseValue_scope, user_327, user_328) {
6773
6743
  // compiled hydrator for entity OAuthDeviceCodeEntity ( normalized)
6774
6744
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6775
6745
  if (data.id === null) {
@@ -6829,10 +6799,10 @@ export default {
6829
6799
  }
6830
6800
  else if (typeof data.client !== 'undefined') {
6831
6801
  if (isPrimaryKey(data.client, true)) {
6832
- entity.client = factory.createReference(oauth_client_325, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6802
+ entity.client = factory.createReference(oauth_client_323, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6833
6803
  }
6834
6804
  else if (data.client && typeof data.client === 'object') {
6835
- entity.client = factory.create(oauth_client_326, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6805
+ entity.client = factory.create(oauth_client_324, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6836
6806
  }
6837
6807
  }
6838
6808
  if (data.scope === null) {
@@ -6867,10 +6837,10 @@ export default {
6867
6837
  }
6868
6838
  else if (typeof data.authorizedUser !== 'undefined') {
6869
6839
  if (isPrimaryKey(data.authorizedUser, true)) {
6870
- entity.authorizedUser = factory.createReference(user_329, data.authorizedUser, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6840
+ entity.authorizedUser = factory.createReference(user_327, data.authorizedUser, { merge: true, convertCustomTypes, normalizeAccessors, schema });
6871
6841
  }
6872
6842
  else if (data.authorizedUser && typeof data.authorizedUser === 'object') {
6873
- entity.authorizedUser = factory.create(user_330, data.authorizedUser, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6843
+ entity.authorizedUser = factory.create(user_328, data.authorizedUser, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
6874
6844
  }
6875
6845
  }
6876
6846
  if (data.authorizedAt === null) {
@@ -7362,7 +7332,7 @@ export default {
7362
7332
  return getPrimaryKeyHash(val_11);
7363
7333
  };
7364
7334
  },
7365
- 'hydrator-oauth_code_10000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_342, oauth_client_343, user_344, user_345, convertToJSValue_scope, convertToDatabaseValue_scope) {
7335
+ 'hydrator-oauth_code_10000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_340, oauth_client_341, user_342, user_343, convertToJSValue_scope, convertToDatabaseValue_scope) {
7366
7336
  // compiled hydrator for entity OAuthCodeEntity ( normalized)
7367
7337
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7368
7338
  if (data.id === null) {
@@ -7416,10 +7386,10 @@ export default {
7416
7386
  }
7417
7387
  else if (typeof data.client !== 'undefined') {
7418
7388
  if (isPrimaryKey(data.client, true)) {
7419
- entity.client = factory.createReference(oauth_client_342, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
7389
+ entity.client = factory.createReference(oauth_client_340, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
7420
7390
  }
7421
7391
  else if (data.client && typeof data.client === 'object') {
7422
- entity.client = factory.create(oauth_client_343, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
7392
+ entity.client = factory.create(oauth_client_341, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
7423
7393
  }
7424
7394
  }
7425
7395
  if (data.user === null) {
@@ -7427,10 +7397,10 @@ export default {
7427
7397
  }
7428
7398
  else if (typeof data.user !== 'undefined') {
7429
7399
  if (isPrimaryKey(data.user, true)) {
7430
- entity.user = Reference.create(factory.createReference(user_344, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
7400
+ entity.user = Reference.create(factory.createReference(user_342, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
7431
7401
  }
7432
7402
  else if (data.user && typeof data.user === 'object') {
7433
- entity.user = Reference.create(factory.create(user_345, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
7403
+ entity.user = Reference.create(factory.create(user_343, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
7434
7404
  }
7435
7405
  }
7436
7406
  if (data.redirectUri === null) {
@@ -7506,7 +7476,7 @@ export default {
7506
7476
  }
7507
7477
  };
7508
7478
  },
7509
- 'hydrator-oauth_code_10000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_358, oauth_client_359, user_360, user_361, convertToJSValue_scope, convertToDatabaseValue_scope) {
7479
+ 'hydrator-oauth_code_10000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_356, oauth_client_357, user_358, user_359, convertToJSValue_scope, convertToDatabaseValue_scope) {
7510
7480
  // compiled hydrator for entity OAuthCodeEntity ( normalized)
7511
7481
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7512
7482
  if (data.id === null) {
@@ -7560,10 +7530,10 @@ export default {
7560
7530
  }
7561
7531
  else if (typeof data.client !== 'undefined') {
7562
7532
  if (isPrimaryKey(data.client, true)) {
7563
- entity.client = factory.createReference(oauth_client_358, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
7533
+ entity.client = factory.createReference(oauth_client_356, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
7564
7534
  }
7565
7535
  else if (data.client && typeof data.client === 'object') {
7566
- entity.client = factory.create(oauth_client_359, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
7536
+ entity.client = factory.create(oauth_client_357, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
7567
7537
  }
7568
7538
  }
7569
7539
  if (data.user === null) {
@@ -7571,10 +7541,10 @@ export default {
7571
7541
  }
7572
7542
  else if (typeof data.user !== 'undefined') {
7573
7543
  if (isPrimaryKey(data.user, true)) {
7574
- entity.user = Reference.create(factory.createReference(user_360, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
7544
+ entity.user = Reference.create(factory.createReference(user_358, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
7575
7545
  }
7576
7546
  else if (data.user && typeof data.user === 'object') {
7577
- entity.user = Reference.create(factory.create(user_361, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
7547
+ entity.user = Reference.create(factory.create(user_359, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
7578
7548
  }
7579
7549
  }
7580
7550
  if (data.redirectUri === null) {
@@ -8042,7 +8012,7 @@ export default {
8042
8012
  return getPrimaryKeyHash(val_12);
8043
8013
  };
8044
8014
  },
8045
- 'hydrator-oauth_client_14000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins, oauth_code_388, oauth_device_code_389, user_consent_390, revoked_tokens_391) {
8015
+ 'hydrator-oauth_client_14000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins, oauth_code_386, oauth_device_code_387, user_consent_388, revoked_tokens_389) {
8046
8016
  // compiled hydrator for entity OAuthClientEntity ( normalized)
8047
8017
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8048
8018
  if (data.id === null) {
@@ -8201,10 +8171,10 @@ export default {
8201
8171
  }
8202
8172
  const createCollectionItem_codes = (value, entity) => {
8203
8173
  if (isPrimaryKey(value, false))
8204
- return factory.createReference(oauth_code_388, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8174
+ return factory.createReference(oauth_code_386, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8205
8175
  if (value && isEntity(value))
8206
8176
  return value;
8207
- return factory.create(oauth_code_388, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8177
+ return factory.create(oauth_code_386, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8208
8178
  };
8209
8179
  if (data.codes && !Array.isArray(data.codes) && typeof data.codes === 'object') {
8210
8180
  data.codes = [data.codes];
@@ -8228,10 +8198,10 @@ export default {
8228
8198
  }
8229
8199
  const createCollectionItem_deviceCodes = (value, entity) => {
8230
8200
  if (isPrimaryKey(value, false))
8231
- return factory.createReference(oauth_device_code_389, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8201
+ return factory.createReference(oauth_device_code_387, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8232
8202
  if (value && isEntity(value))
8233
8203
  return value;
8234
- return factory.create(oauth_device_code_389, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8204
+ return factory.create(oauth_device_code_387, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8235
8205
  };
8236
8206
  if (data.deviceCodes && !Array.isArray(data.deviceCodes) && typeof data.deviceCodes === 'object') {
8237
8207
  data.deviceCodes = [data.deviceCodes];
@@ -8255,10 +8225,10 @@ export default {
8255
8225
  }
8256
8226
  const createCollectionItem_consents = (value, entity) => {
8257
8227
  if (isPrimaryKey(value, false))
8258
- return factory.createReference(user_consent_390, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8228
+ return factory.createReference(user_consent_388, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8259
8229
  if (value && isEntity(value))
8260
8230
  return value;
8261
- return factory.create(user_consent_390, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8231
+ return factory.create(user_consent_388, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8262
8232
  };
8263
8233
  if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
8264
8234
  data.consents = [data.consents];
@@ -8282,10 +8252,10 @@ export default {
8282
8252
  }
8283
8253
  const createCollectionItem_revokedTokens = (value, entity) => {
8284
8254
  if (isPrimaryKey(value, false))
8285
- return factory.createReference(revoked_tokens_391, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8255
+ return factory.createReference(revoked_tokens_389, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8286
8256
  if (value && isEntity(value))
8287
8257
  return value;
8288
- return factory.create(revoked_tokens_391, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8258
+ return factory.create(revoked_tokens_389, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8289
8259
  };
8290
8260
  if (data.revokedTokens && !Array.isArray(data.revokedTokens) && typeof data.revokedTokens === 'object') {
8291
8261
  data.revokedTokens = [data.revokedTokens];
@@ -8309,7 +8279,7 @@ export default {
8309
8279
  }
8310
8280
  };
8311
8281
  },
8312
- 'hydrator-oauth_client_14000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins, oauth_code_408, oauth_device_code_409, user_consent_410, revoked_tokens_411) {
8282
+ 'hydrator-oauth_client_14000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins, oauth_code_406, oauth_device_code_407, user_consent_408, revoked_tokens_409) {
8313
8283
  // compiled hydrator for entity OAuthClientEntity ( normalized)
8314
8284
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8315
8285
  if (data.id === null) {
@@ -8468,10 +8438,10 @@ export default {
8468
8438
  }
8469
8439
  const createCollectionItem_codes = (value, entity) => {
8470
8440
  if (isPrimaryKey(value, false))
8471
- return factory.createReference(oauth_code_408, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8441
+ return factory.createReference(oauth_code_406, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8472
8442
  if (value && isEntity(value))
8473
8443
  return value;
8474
- return factory.create(oauth_code_408, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8444
+ return factory.create(oauth_code_406, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8475
8445
  };
8476
8446
  if (data.codes && !Array.isArray(data.codes) && typeof data.codes === 'object') {
8477
8447
  data.codes = [data.codes];
@@ -8495,10 +8465,10 @@ export default {
8495
8465
  }
8496
8466
  const createCollectionItem_deviceCodes = (value, entity) => {
8497
8467
  if (isPrimaryKey(value, false))
8498
- return factory.createReference(oauth_device_code_409, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8468
+ return factory.createReference(oauth_device_code_407, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8499
8469
  if (value && isEntity(value))
8500
8470
  return value;
8501
- return factory.create(oauth_device_code_409, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8471
+ return factory.create(oauth_device_code_407, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8502
8472
  };
8503
8473
  if (data.deviceCodes && !Array.isArray(data.deviceCodes) && typeof data.deviceCodes === 'object') {
8504
8474
  data.deviceCodes = [data.deviceCodes];
@@ -8522,10 +8492,10 @@ export default {
8522
8492
  }
8523
8493
  const createCollectionItem_consents = (value, entity) => {
8524
8494
  if (isPrimaryKey(value, false))
8525
- return factory.createReference(user_consent_410, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8495
+ return factory.createReference(user_consent_408, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8526
8496
  if (value && isEntity(value))
8527
8497
  return value;
8528
- return factory.create(user_consent_410, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8498
+ return factory.create(user_consent_408, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8529
8499
  };
8530
8500
  if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
8531
8501
  data.consents = [data.consents];
@@ -8549,10 +8519,10 @@ export default {
8549
8519
  }
8550
8520
  const createCollectionItem_revokedTokens = (value, entity) => {
8551
8521
  if (isPrimaryKey(value, false))
8552
- return factory.createReference(revoked_tokens_411, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8522
+ return factory.createReference(revoked_tokens_409, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
8553
8523
  if (value && isEntity(value))
8554
8524
  return value;
8555
- return factory.create(revoked_tokens_411, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8525
+ return factory.create(revoked_tokens_409, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
8556
8526
  };
8557
8527
  if (data.revokedTokens && !Array.isArray(data.revokedTokens) && typeof data.revokedTokens === 'object') {
8558
8528
  data.revokedTokens = [data.revokedTokens];
@@ -9522,7 +9492,7 @@ export default {
9522
9492
  return '' + entity.kid;
9523
9493
  };
9524
9494
  },
9525
- 'hydrator-email_verification_8000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_441, user_442) {
9495
+ 'hydrator-email_verification_8000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_439, user_440) {
9526
9496
  // compiled hydrator for entity EmailVerificationEntity ( normalized)
9527
9497
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
9528
9498
  if (data.id === null) {
@@ -9570,10 +9540,10 @@ export default {
9570
9540
  }
9571
9541
  else if (typeof data.user !== 'undefined') {
9572
9542
  if (isPrimaryKey(data.user, true)) {
9573
- entity.user = Reference.create(factory.createReference(user_441, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
9543
+ entity.user = Reference.create(factory.createReference(user_439, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
9574
9544
  }
9575
9545
  else if (data.user && typeof data.user === 'object') {
9576
- entity.user = Reference.create(factory.create(user_442, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
9546
+ entity.user = Reference.create(factory.create(user_440, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
9577
9547
  }
9578
9548
  }
9579
9549
  if (data.token === null) {
@@ -9618,7 +9588,7 @@ export default {
9618
9588
  }
9619
9589
  };
9620
9590
  },
9621
- 'hydrator-email_verification_8000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_450, user_451) {
9591
+ 'hydrator-email_verification_8000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_448, user_449) {
9622
9592
  // compiled hydrator for entity EmailVerificationEntity ( normalized)
9623
9593
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
9624
9594
  if (data.id === null) {
@@ -9666,10 +9636,10 @@ export default {
9666
9636
  }
9667
9637
  else if (typeof data.user !== 'undefined') {
9668
9638
  if (isPrimaryKey(data.user, true)) {
9669
- entity.user = Reference.create(factory.createReference(user_450, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
9639
+ entity.user = Reference.create(factory.createReference(user_448, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
9670
9640
  }
9671
9641
  else if (data.user && typeof data.user === 'object') {
9672
- entity.user = Reference.create(factory.create(user_451, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
9642
+ entity.user = Reference.create(factory.create(user_449, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
9673
9643
  }
9674
9644
  }
9675
9645
  if (data.token === null) {