@tinyrack/issuary-server 0.30.0 → 0.32.1

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 (478) hide show
  1. package/dist/entities/auth-budget.entity.d.ts +20 -0
  2. package/dist/entities/auth-budget.entity.d.ts.map +1 -0
  3. package/dist/entities/auth-budget.entity.js +11 -0
  4. package/dist/entities/auth-budget.entity.js.map +1 -0
  5. package/dist/entities/browser-session.entity.d.ts +32 -0
  6. package/dist/entities/browser-session.entity.d.ts.map +1 -0
  7. package/dist/entities/browser-session.entity.js +12 -0
  8. package/dist/entities/browser-session.entity.js.map +1 -0
  9. package/dist/entities/email-verification.entity.d.ts +18 -0
  10. package/dist/entities/email-verification.entity.d.ts.map +1 -1
  11. package/dist/entities/email-verification.entity.js +2 -0
  12. package/dist/entities/email-verification.entity.js.map +1 -1
  13. package/dist/entities/oauth-client.entity.d.ts +120 -0
  14. package/dist/entities/oauth-client.entity.d.ts.map +1 -1
  15. package/dist/entities/oauth-code.entity.d.ts +120 -0
  16. package/dist/entities/oauth-code.entity.d.ts.map +1 -1
  17. package/dist/entities/oauth-code.entity.js +3 -0
  18. package/dist/entities/oauth-code.entity.js.map +1 -1
  19. package/dist/entities/oauth-device-code.entity.d.ts +120 -0
  20. package/dist/entities/oauth-device-code.entity.d.ts.map +1 -1
  21. package/dist/entities/oauth-device-code.entity.js +3 -0
  22. package/dist/entities/oauth-device-code.entity.js.map +1 -1
  23. package/dist/entities/oauth-grant.entity.d.ts +52 -0
  24. package/dist/entities/oauth-grant.entity.d.ts.map +1 -0
  25. package/dist/entities/oauth-grant.entity.js +19 -0
  26. package/dist/entities/oauth-grant.entity.js.map +1 -0
  27. package/dist/entities/password-reset.entity.d.ts +18 -0
  28. package/dist/entities/password-reset.entity.d.ts.map +1 -1
  29. package/dist/entities/password-reset.entity.js +2 -0
  30. package/dist/entities/password-reset.entity.js.map +1 -1
  31. package/dist/entities/pending-oauth-registration.entity.d.ts +9 -0
  32. package/dist/entities/pending-oauth-registration.entity.d.ts.map +1 -1
  33. package/dist/entities/pending-oauth-registration.entity.js +1 -0
  34. package/dist/entities/pending-oauth-registration.entity.js.map +1 -1
  35. package/dist/entities/revoked-token.entity.d.ts +120 -0
  36. package/dist/entities/revoked-token.entity.d.ts.map +1 -1
  37. package/dist/entities/terms-content.entity.d.ts +36 -0
  38. package/dist/entities/terms-content.entity.d.ts.map +1 -1
  39. package/dist/entities/terms.entity.d.ts +36 -0
  40. package/dist/entities/terms.entity.d.ts.map +1 -1
  41. package/dist/entities/user-consent.entity.d.ts +120 -0
  42. package/dist/entities/user-consent.entity.d.ts.map +1 -1
  43. package/dist/entities/user-terms-consent.entity.d.ts +36 -0
  44. package/dist/entities/user-terms-consent.entity.d.ts.map +1 -1
  45. package/dist/entities/user-totp-recovery-code.entity.d.ts +36 -0
  46. package/dist/entities/user-totp-recovery-code.entity.d.ts.map +1 -1
  47. package/dist/entities/user-totp.entity.d.ts +36 -0
  48. package/dist/entities/user-totp.entity.d.ts.map +1 -1
  49. package/dist/entities/user-totp.entity.js +1 -0
  50. package/dist/entities/user-totp.entity.js.map +1 -1
  51. package/dist/entities/user.entity.d.ts +36 -0
  52. package/dist/entities/user.entity.d.ts.map +1 -1
  53. package/dist/entities/user.entity.js +3 -0
  54. package/dist/entities/user.entity.js.map +1 -1
  55. package/dist/entrypoints/app.d.ts +438 -424
  56. package/dist/entrypoints/app.d.ts.map +1 -1
  57. package/dist/entrypoints/app.js +78 -6
  58. package/dist/entrypoints/app.js.map +1 -1
  59. package/dist/entrypoints/database/postgres/compiled-functions.d.ts +326 -200
  60. package/dist/entrypoints/database/postgres/compiled-functions.js +1849 -518
  61. package/dist/entrypoints/database/postgres/compiled-functions.js.map +1 -1
  62. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts +326 -200
  63. package/dist/entrypoints/database/sqlite/compiled-functions.js +1849 -518
  64. package/dist/entrypoints/database/sqlite/compiled-functions.js.map +1 -1
  65. package/dist/entrypoints/database/sqlite/sqlite.d.ts.map +1 -1
  66. package/dist/entrypoints/database/sqlite/sqlite.js +1 -0
  67. package/dist/entrypoints/database/sqlite/sqlite.js.map +1 -1
  68. package/dist/entrypoints/scheduler/database.d.ts +3 -1
  69. package/dist/entrypoints/scheduler/database.d.ts.map +1 -1
  70. package/dist/entrypoints/scheduler/database.js +13 -2
  71. package/dist/entrypoints/scheduler/database.js.map +1 -1
  72. package/dist/entrypoints/scheduler/distributed-runner.d.ts +4 -0
  73. package/dist/entrypoints/scheduler/distributed-runner.d.ts.map +1 -1
  74. package/dist/entrypoints/scheduler/distributed-runner.js +26 -1
  75. package/dist/entrypoints/scheduler/distributed-runner.js.map +1 -1
  76. package/dist/lib/config/client.js +1 -1
  77. package/dist/lib/config/client.js.map +1 -1
  78. package/dist/lib/config/email.d.ts +1 -0
  79. package/dist/lib/config/email.d.ts.map +1 -1
  80. package/dist/lib/config/email.js.map +1 -1
  81. package/dist/lib/database/entities.d.ts.map +1 -1
  82. package/dist/lib/database/entities.js +6 -0
  83. package/dist/lib/database/entities.js.map +1 -1
  84. package/dist/lib/openapi.d.ts +2 -0
  85. package/dist/lib/openapi.d.ts.map +1 -1
  86. package/dist/lib/openapi.js +36 -1
  87. package/dist/lib/openapi.js.map +1 -1
  88. package/dist/lib/request-ip.d.ts +4 -0
  89. package/dist/lib/request-ip.d.ts.map +1 -0
  90. package/dist/lib/request-ip.js +39 -0
  91. package/dist/lib/request-ip.js.map +1 -0
  92. package/dist/middleware/auth-budget.d.ts +3 -0
  93. package/dist/middleware/auth-budget.d.ts.map +1 -0
  94. package/dist/middleware/auth-budget.js +80 -0
  95. package/dist/middleware/auth-budget.js.map +1 -0
  96. package/dist/middleware/session.d.ts +23 -5
  97. package/dist/middleware/session.d.ts.map +1 -1
  98. package/dist/middleware/session.js +152 -12
  99. package/dist/middleware/session.js.map +1 -1
  100. package/dist/middleware/strict-input.d.ts +4 -0
  101. package/dist/middleware/strict-input.d.ts.map +1 -0
  102. package/dist/middleware/strict-input.js +144 -0
  103. package/dist/middleware/strict-input.js.map +1 -0
  104. package/dist/migrations/postgres/Migration20260910120000_api_security.d.ts +6 -0
  105. package/dist/migrations/postgres/Migration20260910120000_api_security.d.ts.map +1 -0
  106. package/dist/migrations/postgres/Migration20260910120000_api_security.js +20 -0
  107. package/dist/migrations/postgres/Migration20260910120000_api_security.js.map +1 -0
  108. package/dist/migrations/postgres/Migration20260910160000_security_followup.d.ts +6 -0
  109. package/dist/migrations/postgres/Migration20260910160000_security_followup.d.ts.map +1 -0
  110. package/dist/migrations/postgres/Migration20260910160000_security_followup.js +23 -0
  111. package/dist/migrations/postgres/Migration20260910160000_security_followup.js.map +1 -0
  112. package/dist/migrations/postgres/Migration20260910200000_authentication_epoch.d.ts +6 -0
  113. package/dist/migrations/postgres/Migration20260910200000_authentication_epoch.d.ts.map +1 -0
  114. package/dist/migrations/postgres/Migration20260910200000_authentication_epoch.js +28 -0
  115. package/dist/migrations/postgres/Migration20260910200000_authentication_epoch.js.map +1 -0
  116. package/dist/migrations/postgres/Migration20260910220000_flow_revocation.d.ts +6 -0
  117. package/dist/migrations/postgres/Migration20260910220000_flow_revocation.d.ts.map +1 -0
  118. package/dist/migrations/postgres/Migration20260910220000_flow_revocation.js +19 -0
  119. package/dist/migrations/postgres/Migration20260910220000_flow_revocation.js.map +1 -0
  120. package/dist/migrations/postgres/index.d.ts.map +1 -1
  121. package/dist/migrations/postgres/index.js +8 -0
  122. package/dist/migrations/postgres/index.js.map +1 -1
  123. package/dist/migrations/sqlite/Migration20260910120000_api_security.d.ts +6 -0
  124. package/dist/migrations/sqlite/Migration20260910120000_api_security.d.ts.map +1 -0
  125. package/dist/migrations/sqlite/Migration20260910120000_api_security.js +20 -0
  126. package/dist/migrations/sqlite/Migration20260910120000_api_security.js.map +1 -0
  127. package/dist/migrations/sqlite/Migration20260910160000_security_followup.d.ts +6 -0
  128. package/dist/migrations/sqlite/Migration20260910160000_security_followup.d.ts.map +1 -0
  129. package/dist/migrations/sqlite/Migration20260910160000_security_followup.js +23 -0
  130. package/dist/migrations/sqlite/Migration20260910160000_security_followup.js.map +1 -0
  131. package/dist/migrations/sqlite/Migration20260910200000_authentication_epoch.d.ts +8 -0
  132. package/dist/migrations/sqlite/Migration20260910200000_authentication_epoch.d.ts.map +1 -0
  133. package/dist/migrations/sqlite/Migration20260910200000_authentication_epoch.js +72 -0
  134. package/dist/migrations/sqlite/Migration20260910200000_authentication_epoch.js.map +1 -0
  135. package/dist/migrations/sqlite/Migration20260910220000_flow_revocation.d.ts +6 -0
  136. package/dist/migrations/sqlite/Migration20260910220000_flow_revocation.d.ts.map +1 -0
  137. package/dist/migrations/sqlite/Migration20260910220000_flow_revocation.js +19 -0
  138. package/dist/migrations/sqlite/Migration20260910220000_flow_revocation.js.map +1 -0
  139. package/dist/migrations/sqlite/index.d.ts.map +1 -1
  140. package/dist/migrations/sqlite/index.js +8 -0
  141. package/dist/migrations/sqlite/index.js.map +1 -1
  142. package/dist/repositories/email-verification.repository.d.ts +1 -0
  143. package/dist/repositories/email-verification.repository.d.ts.map +1 -1
  144. package/dist/repositories/email-verification.repository.js +8 -17
  145. package/dist/repositories/email-verification.repository.js.map +1 -1
  146. package/dist/repositories/oauth-code.repository.d.ts +2 -0
  147. package/dist/repositories/oauth-code.repository.d.ts.map +1 -1
  148. package/dist/repositories/oauth-code.repository.js +8 -0
  149. package/dist/repositories/oauth-code.repository.js.map +1 -1
  150. package/dist/repositories/oauth-device-code.repository.d.ts +3 -0
  151. package/dist/repositories/oauth-device-code.repository.d.ts.map +1 -1
  152. package/dist/repositories/oauth-device-code.repository.js +64 -29
  153. package/dist/repositories/oauth-device-code.repository.js.map +1 -1
  154. package/dist/repositories/password-reset.repository.d.ts +1 -0
  155. package/dist/repositories/password-reset.repository.d.ts.map +1 -1
  156. package/dist/repositories/password-reset.repository.js +6 -19
  157. package/dist/repositories/password-reset.repository.js.map +1 -1
  158. package/dist/repositories/pending-oauth-registration.repository.d.ts +2 -0
  159. package/dist/repositories/pending-oauth-registration.repository.d.ts.map +1 -1
  160. package/dist/repositories/pending-oauth-registration.repository.js +16 -2
  161. package/dist/repositories/pending-oauth-registration.repository.js.map +1 -1
  162. package/dist/repositories/terms.repository.d.ts.map +1 -1
  163. package/dist/repositories/terms.repository.js +1 -0
  164. package/dist/repositories/terms.repository.js.map +1 -1
  165. package/dist/repositories/user-consent.repository.d.ts.map +1 -1
  166. package/dist/repositories/user-consent.repository.js +9 -3
  167. package/dist/repositories/user-consent.repository.js.map +1 -1
  168. package/dist/repositories/user-terms-consent.repository.d.ts.map +1 -1
  169. package/dist/repositories/user-terms-consent.repository.js +2 -0
  170. package/dist/repositories/user-terms-consent.repository.js.map +1 -1
  171. package/dist/repositories/user-totp-recovery-code.repository.d.ts +24 -0
  172. package/dist/repositories/user-totp-recovery-code.repository.d.ts.map +1 -1
  173. package/dist/repositories/user-totp.repository.d.ts +36 -0
  174. package/dist/repositories/user-totp.repository.d.ts.map +1 -1
  175. package/dist/routes/.well-known/openid-configuration/get.d.ts.map +1 -1
  176. package/dist/routes/.well-known/openid-configuration/get.js +5 -1
  177. package/dist/routes/.well-known/openid-configuration/get.js.map +1 -1
  178. package/dist/routes/api/admin/console/index.d.ts.map +1 -1
  179. package/dist/routes/api/admin/console/index.js +29 -14
  180. package/dist/routes/api/admin/console/index.js.map +1 -1
  181. package/dist/routes/api/admin/me/get.js +2 -3
  182. package/dist/routes/api/admin/me/get.js.map +1 -1
  183. package/dist/routes/api/admin/users/index.d.ts.map +1 -1
  184. package/dist/routes/api/admin/users/index.js +59 -52
  185. package/dist/routes/api/admin/users/index.js.map +1 -1
  186. package/dist/routes/api/auth/accounts/select.post.d.ts +6 -6
  187. package/dist/routes/api/auth/email/resend/post.d.ts.map +1 -1
  188. package/dist/routes/api/auth/email/resend/post.js +3 -24
  189. package/dist/routes/api/auth/email/resend/post.js.map +1 -1
  190. package/dist/routes/api/auth/email/verify/post.d.ts.map +1 -1
  191. package/dist/routes/api/auth/email/verify/post.js +29 -12
  192. package/dist/routes/api/auth/email/verify/post.js.map +1 -1
  193. package/dist/routes/api/auth/login/post.d.ts.map +1 -1
  194. package/dist/routes/api/auth/login/post.js +4 -3
  195. package/dist/routes/api/auth/login/post.js.map +1 -1
  196. package/dist/routes/api/auth/passkey/verify/post.d.ts.map +1 -1
  197. package/dist/routes/api/auth/passkey/verify/post.js +25 -11
  198. package/dist/routes/api/auth/passkey/verify/post.js.map +1 -1
  199. package/dist/routes/api/auth/password/forgot/post.d.ts.map +1 -1
  200. package/dist/routes/api/auth/password/forgot/post.js +2 -19
  201. package/dist/routes/api/auth/password/forgot/post.js.map +1 -1
  202. package/dist/routes/api/auth/register/post.d.ts.map +1 -1
  203. package/dist/routes/api/auth/register/post.js +4 -3
  204. package/dist/routes/api/auth/register/post.js.map +1 -1
  205. package/dist/routes/api/auth/totp/recovery/verify/post.d.ts.map +1 -1
  206. package/dist/routes/api/auth/totp/recovery/verify/post.js +7 -5
  207. package/dist/routes/api/auth/totp/recovery/verify/post.js.map +1 -1
  208. package/dist/routes/api/auth/totp/verify/post.d.ts.map +1 -1
  209. package/dist/routes/api/auth/totp/verify/post.js +7 -5
  210. package/dist/routes/api/auth/totp/verify/post.js.map +1 -1
  211. package/dist/routes/api/consent/get.d.ts +3 -0
  212. package/dist/routes/api/consent/get.d.ts.map +1 -1
  213. package/dist/routes/api/consent/get.js +26 -4
  214. package/dist/routes/api/consent/get.js.map +1 -1
  215. package/dist/routes/api/consent/index.d.ts +3 -0
  216. package/dist/routes/api/consent/index.d.ts.map +1 -1
  217. package/dist/routes/api/consent/post.d.ts.map +1 -1
  218. package/dist/routes/api/consent/post.js +142 -114
  219. package/dist/routes/api/consent/post.js.map +1 -1
  220. package/dist/routes/api/docs/get.d.ts.map +1 -1
  221. package/dist/routes/api/docs/get.js +8 -1
  222. package/dist/routes/api/docs/get.js.map +1 -1
  223. package/dist/routes/api/index.d.ts +382 -379
  224. package/dist/routes/api/index.d.ts.map +1 -1
  225. package/dist/routes/api/oauth/_provider/authorize/get.d.ts.map +1 -1
  226. package/dist/routes/api/oauth/_provider/authorize/get.js +5 -1
  227. package/dist/routes/api/oauth/_provider/authorize/get.js.map +1 -1
  228. package/dist/routes/api/oauth/_provider/callback/get.d.ts.map +1 -1
  229. package/dist/routes/api/oauth/_provider/callback/get.js +30 -6
  230. package/dist/routes/api/oauth/_provider/callback/get.js.map +1 -1
  231. package/dist/routes/api/oauth/_provider/callback/post.d.ts +9 -9
  232. package/dist/routes/api/oauth/_provider/callback/post.d.ts.map +1 -1
  233. package/dist/routes/api/oauth/_provider/callback/post.js +31 -31
  234. package/dist/routes/api/oauth/_provider/callback/post.js.map +1 -1
  235. package/dist/routes/api/oauth/_provider/delete.d.ts.map +1 -1
  236. package/dist/routes/api/oauth/_provider/delete.js +14 -11
  237. package/dist/routes/api/oauth/_provider/delete.js.map +1 -1
  238. package/dist/routes/api/terms/consent/post.d.ts.map +1 -1
  239. package/dist/routes/api/terms/consent/post.js +59 -43
  240. package/dist/routes/api/terms/consent/post.js.map +1 -1
  241. package/dist/routes/api/user/delete.d.ts.map +1 -1
  242. package/dist/routes/api/user/delete.js +8 -8
  243. package/dist/routes/api/user/delete.js.map +1 -1
  244. package/dist/routes/api/user/passkeys/_id/delete.d.ts.map +1 -1
  245. package/dist/routes/api/user/passkeys/_id/delete.js +17 -29
  246. package/dist/routes/api/user/passkeys/_id/delete.js.map +1 -1
  247. package/dist/routes/api/user/passkeys/_id/patch.d.ts.map +1 -1
  248. package/dist/routes/api/user/passkeys/_id/patch.js +16 -13
  249. package/dist/routes/api/user/passkeys/_id/patch.js.map +1 -1
  250. package/dist/routes/api/user/passkeys/register/verify/post.d.ts.map +1 -1
  251. package/dist/routes/api/user/passkeys/register/verify/post.js +27 -19
  252. package/dist/routes/api/user/passkeys/register/verify/post.js.map +1 -1
  253. package/dist/routes/api/user/password/delete.d.ts.map +1 -1
  254. package/dist/routes/api/user/password/delete.js +13 -10
  255. package/dist/routes/api/user/password/delete.js.map +1 -1
  256. package/dist/routes/api/user/password/post.d.ts.map +1 -1
  257. package/dist/routes/api/user/password/post.js +13 -10
  258. package/dist/routes/api/user/password/post.js.map +1 -1
  259. package/dist/routes/api/user/password/put.d.ts.map +1 -1
  260. package/dist/routes/api/user/password/put.js +13 -10
  261. package/dist/routes/api/user/password/put.js.map +1 -1
  262. package/dist/routes/api/user/totp/confirm/post.d.ts.map +1 -1
  263. package/dist/routes/api/user/totp/confirm/post.js +33 -18
  264. package/dist/routes/api/user/totp/confirm/post.js.map +1 -1
  265. package/dist/routes/api/user/totp/delete.d.ts.map +1 -1
  266. package/dist/routes/api/user/totp/delete.js +13 -18
  267. package/dist/routes/api/user/totp/delete.js.map +1 -1
  268. package/dist/routes/api/user/totp/recovery/regenerate/post.d.ts.map +1 -1
  269. package/dist/routes/api/user/totp/recovery/regenerate/post.js +13 -10
  270. package/dist/routes/api/user/totp/recovery/regenerate/post.js.map +1 -1
  271. package/dist/routes/api/user/totp/setup/post.d.ts.map +1 -1
  272. package/dist/routes/api/user/totp/setup/post.js +13 -8
  273. package/dist/routes/api/user/totp/setup/post.js.map +1 -1
  274. package/dist/routes/api/user/totp/verify/post.d.ts.map +1 -1
  275. package/dist/routes/api/user/totp/verify/post.js +23 -12
  276. package/dist/routes/api/user/totp/verify/post.js.map +1 -1
  277. package/dist/routes/index.d.ts +243 -230
  278. package/dist/routes/index.d.ts.map +1 -1
  279. package/dist/routes/oauth/authorize/get.d.ts.map +1 -1
  280. package/dist/routes/oauth/authorize/get.js +12 -4
  281. package/dist/routes/oauth/authorize/get.js.map +1 -1
  282. package/dist/routes/oauth/device/get-post.d.ts +10 -0
  283. package/dist/routes/oauth/device/get-post.d.ts.map +1 -1
  284. package/dist/routes/oauth/device/get-post.js +32 -3
  285. package/dist/routes/oauth/device/get-post.js.map +1 -1
  286. package/dist/routes/oauth/device-authorization/post.d.ts.map +1 -1
  287. package/dist/routes/oauth/device-authorization/post.js +13 -7
  288. package/dist/routes/oauth/device-authorization/post.js.map +1 -1
  289. package/dist/routes/oauth/end-session/get.d.ts +9 -9
  290. package/dist/routes/oauth/end-session/get.d.ts.map +1 -1
  291. package/dist/routes/oauth/end-session/get.js +2 -3
  292. package/dist/routes/oauth/end-session/get.js.map +1 -1
  293. package/dist/routes/oauth/index.d.ts +19 -9
  294. package/dist/routes/oauth/index.d.ts.map +1 -1
  295. package/dist/routes/oauth/revoke/post.d.ts.map +1 -1
  296. package/dist/routes/oauth/revoke/post.js +10 -2
  297. package/dist/routes/oauth/revoke/post.js.map +1 -1
  298. package/dist/routes/oauth/token/post.d.ts.map +1 -1
  299. package/dist/routes/oauth/token/post.js +69 -57
  300. package/dist/routes/oauth/token/post.js.map +1 -1
  301. package/dist/schemas/error.d.ts +75 -0
  302. package/dist/schemas/error.d.ts.map +1 -1
  303. package/dist/schemas/error.js +3 -0
  304. package/dist/schemas/error.js.map +1 -1
  305. package/dist/schemas/field.d.ts.map +1 -1
  306. package/dist/schemas/field.js +3 -0
  307. package/dist/schemas/field.js.map +1 -1
  308. package/dist/seeders/config.seeder.d.ts +1 -1
  309. package/dist/seeders/config.seeder.d.ts.map +1 -1
  310. package/dist/seeders/config.seeder.js +100 -36
  311. package/dist/seeders/config.seeder.js.map +1 -1
  312. package/dist/services/admin-console.service.d.ts.map +1 -1
  313. package/dist/services/admin-console.service.js +137 -100
  314. package/dist/services/admin-console.service.js.map +1 -1
  315. package/dist/services/auth-budget.service.d.ts +6 -0
  316. package/dist/services/auth-budget.service.d.ts.map +1 -0
  317. package/dist/services/auth-budget.service.js +30 -0
  318. package/dist/services/auth-budget.service.js.map +1 -0
  319. package/dist/services/authentication-epoch.d.ts +5 -0
  320. package/dist/services/authentication-epoch.d.ts.map +1 -0
  321. package/dist/services/authentication-epoch.js +22 -0
  322. package/dist/services/authentication-epoch.js.map +1 -0
  323. package/dist/services/authorization-browser.service.d.ts +18 -0
  324. package/dist/services/authorization-browser.service.d.ts.map +1 -0
  325. package/dist/services/authorization-browser.service.js +28 -0
  326. package/dist/services/authorization-browser.service.js.map +1 -0
  327. package/dist/services/browser-security.service.d.ts +14 -0
  328. package/dist/services/browser-security.service.d.ts.map +1 -0
  329. package/dist/services/browser-security.service.js +85 -0
  330. package/dist/services/browser-security.service.js.map +1 -0
  331. package/dist/services/browser-session.service.d.ts +25 -0
  332. package/dist/services/browser-session.service.d.ts.map +1 -0
  333. package/dist/services/browser-session.service.js +102 -0
  334. package/dist/services/browser-session.service.js.map +1 -0
  335. package/dist/services/cleanup.service.d.ts +1 -0
  336. package/dist/services/cleanup.service.d.ts.map +1 -1
  337. package/dist/services/cleanup.service.js +31 -0
  338. package/dist/services/cleanup.service.js.map +1 -1
  339. package/dist/services/client-security.d.ts +641 -0
  340. package/dist/services/client-security.d.ts.map +1 -0
  341. package/dist/services/client-security.js +10 -0
  342. package/dist/services/client-security.js.map +1 -0
  343. package/dist/services/container.d.ts +2 -0
  344. package/dist/services/container.d.ts.map +1 -1
  345. package/dist/services/container.js +7 -3
  346. package/dist/services/container.js.map +1 -1
  347. package/dist/services/email.service.d.ts +2 -14
  348. package/dist/services/email.service.d.ts.map +1 -1
  349. package/dist/services/email.service.js +35 -29
  350. package/dist/services/email.service.js.map +1 -1
  351. package/dist/services/jwt.service.d.ts +1 -0
  352. package/dist/services/jwt.service.d.ts.map +1 -1
  353. package/dist/services/jwt.service.js +13 -1
  354. package/dist/services/jwt.service.js.map +1 -1
  355. package/dist/services/mail-queue.service.d.ts +24 -0
  356. package/dist/services/mail-queue.service.d.ts.map +1 -0
  357. package/dist/services/mail-queue.service.js +223 -0
  358. package/dist/services/mail-queue.service.js.map +1 -0
  359. package/dist/services/mikro.service.d.ts.map +1 -1
  360. package/dist/services/mikro.service.js +2 -0
  361. package/dist/services/mikro.service.js.map +1 -1
  362. package/dist/services/oauth-authorize.service.d.ts +6 -1
  363. package/dist/services/oauth-authorize.service.d.ts.map +1 -1
  364. package/dist/services/oauth-authorize.service.js +136 -77
  365. package/dist/services/oauth-authorize.service.js.map +1 -1
  366. package/dist/services/oauth-browser-security.service.d.ts +7 -0
  367. package/dist/services/oauth-browser-security.service.d.ts.map +1 -0
  368. package/dist/services/oauth-browser-security.service.js +67 -0
  369. package/dist/services/oauth-browser-security.service.js.map +1 -0
  370. package/dist/services/oauth-client.service.d.ts +24 -1
  371. package/dist/services/oauth-client.service.d.ts.map +1 -1
  372. package/dist/services/oauth-client.service.js +52 -13
  373. package/dist/services/oauth-client.service.js.map +1 -1
  374. package/dist/services/oauth-connect.service.d.ts +37 -3
  375. package/dist/services/oauth-connect.service.d.ts.map +1 -1
  376. package/dist/services/oauth-connect.service.js +236 -212
  377. package/dist/services/oauth-connect.service.js.map +1 -1
  378. package/dist/services/oauth-token.service.d.ts +6 -4
  379. package/dist/services/oauth-token.service.d.ts.map +1 -1
  380. package/dist/services/oauth-token.service.js +295 -209
  381. package/dist/services/oauth-token.service.js.map +1 -1
  382. package/dist/services/passkey.service.d.ts +26 -7
  383. package/dist/services/passkey.service.d.ts.map +1 -1
  384. package/dist/services/passkey.service.js +71 -42
  385. package/dist/services/passkey.service.js.map +1 -1
  386. package/dist/services/password-auth.service.d.ts +5 -1
  387. package/dist/services/password-auth.service.d.ts.map +1 -1
  388. package/dist/services/password-auth.service.js +79 -52
  389. package/dist/services/password-auth.service.js.map +1 -1
  390. package/dist/services/password-reset.service.d.ts.map +1 -1
  391. package/dist/services/password-reset.service.js +34 -15
  392. package/dist/services/password-reset.service.js.map +1 -1
  393. package/dist/services/security.service.d.ts +3 -1
  394. package/dist/services/security.service.d.ts.map +1 -1
  395. package/dist/services/security.service.js +11 -2
  396. package/dist/services/security.service.js.map +1 -1
  397. package/dist/services/terms-policy.service.d.ts +7 -0
  398. package/dist/services/terms-policy.service.d.ts.map +1 -0
  399. package/dist/services/terms-policy.service.js +26 -0
  400. package/dist/services/terms-policy.service.js.map +1 -0
  401. package/dist/services/terms.service.d.ts.map +1 -1
  402. package/dist/services/terms.service.js +3 -2
  403. package/dist/services/terms.service.js.map +1 -1
  404. package/dist/services/totp.service.d.ts +4 -5
  405. package/dist/services/totp.service.d.ts.map +1 -1
  406. package/dist/services/totp.service.js +116 -86
  407. package/dist/services/totp.service.js.map +1 -1
  408. package/dist/services/user-consent.service.d.ts +12 -0
  409. package/dist/services/user-consent.service.d.ts.map +1 -1
  410. package/dist/services/user-consent.service.js +19 -1
  411. package/dist/services/user-consent.service.js.map +1 -1
  412. package/dist/services/user-security.service.d.ts +15 -0
  413. package/dist/services/user-security.service.d.ts.map +1 -0
  414. package/dist/services/user-security.service.js +57 -0
  415. package/dist/services/user-security.service.js.map +1 -0
  416. package/dist/services/user.service.d.ts +6 -4
  417. package/dist/services/user.service.d.ts.map +1 -1
  418. package/dist/services/user.service.js +143 -121
  419. package/dist/services/user.service.js.map +1 -1
  420. package/frontend/client/assets/{auth-layout-B4h13HhN.js → auth-layout-sea6nww4.js} +1 -1
  421. package/frontend/client/assets/{auth-page-header-BVY4zRzF.js → auth-page-header-CV85AJLW.js} +1 -1
  422. package/frontend/client/assets/document-navigation-FZbb5ldf.js +1 -0
  423. package/frontend/client/assets/i18n-vfKY-byx.js +1 -0
  424. package/frontend/client/assets/language-selector-Jso2cQNI.js +1 -0
  425. package/frontend/client/assets/manifest-90703545.js +1 -0
  426. package/frontend/client/assets/oauth-search-DebNssaC.js +1 -0
  427. package/frontend/client/assets/{passkey-CWcdr7Vy.js → passkey-CJhT-7yO.js} +1 -1
  428. package/frontend/client/assets/{promise-EbDcmV0j.js → promise-BP9iSIs-.js} +1 -1
  429. package/frontend/client/assets/{root-C2SlHCkE.js → root-BkavuloG.js} +1 -1
  430. package/frontend/client/assets/{route-3gQ9Nsqa.js → route-B0udr9eT.js} +1 -1
  431. package/frontend/client/assets/route-B3Uv9aTa.js +1 -0
  432. package/frontend/client/assets/{route-DSD60oyb.js → route-B6hIfgxz.js} +1 -1
  433. package/frontend/client/assets/{route-DO38I3ML.js → route-BEWds2g-.js} +1 -1
  434. package/frontend/client/assets/route-Bm9LsorH.js +1 -0
  435. package/frontend/client/assets/route-Btv5Y69z.js +1 -0
  436. package/frontend/client/assets/route-BvyDzziE.js +1 -0
  437. package/frontend/client/assets/route-C6kG9u7j.js +1 -0
  438. package/frontend/client/assets/route-C7C3Z0vI.js +1 -0
  439. package/frontend/client/assets/{route-DQpLeFuG.js → route-CVyefM3x.js} +1 -1
  440. package/frontend/client/assets/{route-CkpB3-_U.js → route-CXth2Wqz.js} +1 -1
  441. package/frontend/client/assets/{route-9FLiqn21.js → route-Clxc1C2d.js} +1 -1
  442. package/frontend/client/assets/route-D0IqOurp.js +1 -0
  443. package/frontend/client/assets/route-DHmYUnJR.js +1 -0
  444. package/frontend/client/assets/route-DTjZQ_Fl.js +1 -0
  445. package/frontend/client/assets/route-D_dTeu1b.js +1 -0
  446. package/frontend/client/assets/{route-CrswLAAa.js → route-Dj8gVemC.js} +1 -1
  447. package/frontend/client/assets/{route-BUM2hTU8.js → route-DnhPlHOi.js} +1 -1
  448. package/frontend/client/assets/route-FY92YQhF.js +1 -0
  449. package/frontend/client/assets/{route-DH6kQz8L.js → route-PcLpZHbT.js} +1 -1
  450. package/frontend/client/assets/{route-bKG0wKRh.js → route-qpE7i22X.js} +1 -1
  451. package/frontend/client/assets/{route-3IIrVTOK.js → route-wK89gmoS.js} +1 -1
  452. package/frontend/client/assets/security-error-message-CMsTsiWf.js +1 -0
  453. package/frontend/client/assets/{shell-header-bar-Bg85QIAq.js → shell-header-bar-DRx10tE5.js} +1 -1
  454. package/frontend/client/assets/{terms-DV0oDTRf.js → terms-Bu9Itxxs.js} +1 -1
  455. package/frontend/client/assets/{use-totp-setup-D7XZ6Nos.js → use-totp-setup-CoOXWOcT.js} +1 -1
  456. package/frontend/server/assets/{hydration-Cvbp7-6s.js → hydration-DWMjpNav.js} +1 -1
  457. package/frontend/server/assets/{root-loader.server-DaTcVcNU.js → root-loader.server-B4OqoLGG.js} +3 -3
  458. package/frontend/server/assets/{route-runtime.server-CEa264cW.js → route-runtime.server-03_pjVDT.js} +1 -1
  459. package/frontend/server/assets/{session-QqvIIQ6R.js → session-sJkmzJie.js} +51 -57
  460. package/frontend/server/index.js +337 -403
  461. package/package.json +1 -1
  462. package/frontend/client/assets/authorization-context-banner-az4f8FCY.js +0 -1
  463. package/frontend/client/assets/document-navigation-Cnp3Alf0.js +0 -1
  464. package/frontend/client/assets/i18n-CMepi_uj.js +0 -1
  465. package/frontend/client/assets/language-selector-Chn-k7Pw.js +0 -1
  466. package/frontend/client/assets/manifest-8c4a603f.js +0 -1
  467. package/frontend/client/assets/oauth-search-DybZ6VWp.js +0 -1
  468. package/frontend/client/assets/route-BFU8OK2a.js +0 -1
  469. package/frontend/client/assets/route-BKI6LDOW.js +0 -1
  470. package/frontend/client/assets/route-CusK9Y2K.js +0 -1
  471. package/frontend/client/assets/route-DEVG2czp.js +0 -1
  472. package/frontend/client/assets/route-DjCJn53Y.js +0 -1
  473. package/frontend/client/assets/route-E-_SSP-x.js +0 -1
  474. package/frontend/client/assets/route-J9z_OG4L.js +0 -1
  475. package/frontend/client/assets/route-LjqDZz5f.js +0 -1
  476. package/frontend/client/assets/route-N586tYcn.js +0 -1
  477. package/frontend/client/assets/route-nHjY3_n0.js +0 -1
  478. package/frontend/client/assets/route-sHm4cfOd.js +0 -1
@@ -1,8 +1,8 @@
1
1
  declare const _default: {
2
2
  __version: string;
3
- 'hydrator-user_totp_recovery_code_6000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_3: any, user_4: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
4
- 'hydrator-user_totp_recovery_code_6000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_11: any, user_12: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
5
- 'comparator-user_totp_recovery_code_6000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
3
+ 'hydrator-user_totp_recovery_code_8000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_3: any, user_4: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
4
+ 'hydrator-user_totp_recovery_code_8000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_11: any, user_12: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
5
+ 'comparator-user_totp_recovery_code_8000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
6
6
  id: any;
7
7
  created_at: any;
8
8
  updated_at: any;
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  used: any;
12
12
  used_at: any;
13
13
  };
14
- 'snapshotGenerator-user_totp_recovery_code_6000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
14
+ 'snapshotGenerator-user_totp_recovery_code_8000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
15
15
  id: any;
16
16
  created_at: any;
17
17
  updated_at: any;
@@ -20,7 +20,7 @@ declare const _default: {
20
20
  used: any;
21
21
  used_at: any;
22
22
  };
23
- 'resultMapper-user_totp_recovery_code_6000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
23
+ 'resultMapper-user_totp_recovery_code_8000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
24
24
  id: any;
25
25
  created_at: any;
26
26
  updated_at: any;
@@ -29,48 +29,51 @@ declare const _default: {
29
29
  used: any;
30
30
  used_at: any;
31
31
  };
32
- 'hydrator-user_totp_recovery_code_6000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
33
- 'hydrator-user_totp_recovery_code_6000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
34
- 'pkGetter-user_totp_recovery_code_6000': (isEntityOrRef: any) => (entity: any) => any;
35
- 'pkGetterConverted-user_totp_recovery_code_6000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
36
- 'pkSerializer-user_totp_recovery_code_6000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
37
- 'hydrator-user_totp_5000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_21: any, user_22: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
38
- 'hydrator-user_totp_5000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_29: any, user_30: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
39
- 'comparator-user_totp_5000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
32
+ 'hydrator-user_totp_recovery_code_8000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
33
+ 'hydrator-user_totp_recovery_code_8000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
34
+ 'pkGetter-user_totp_recovery_code_8000': (isEntityOrRef: any) => (entity: any) => any;
35
+ 'pkGetterConverted-user_totp_recovery_code_8000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
36
+ 'pkSerializer-user_totp_recovery_code_8000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
37
+ 'hydrator-user_totp_7000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_21: any, user_22: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
38
+ 'hydrator-user_totp_7000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_30: any, user_31: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
39
+ 'comparator-user_totp_7000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
40
40
  id: any;
41
41
  created_at: any;
42
42
  updated_at: any;
43
43
  user: any;
44
44
  secret: any;
45
45
  verified: any;
46
+ last_used_step: any;
46
47
  recovery_confirmed: any;
47
48
  };
48
- 'snapshotGenerator-user_totp_5000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
49
+ 'snapshotGenerator-user_totp_7000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
49
50
  id: any;
50
51
  created_at: any;
51
52
  updated_at: any;
52
53
  user: any;
53
54
  secret: any;
54
55
  verified: any;
56
+ last_used_step: any;
55
57
  recovery_confirmed: any;
56
58
  };
57
- 'resultMapper-user_totp_5000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
59
+ 'resultMapper-user_totp_7000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
58
60
  id: any;
59
61
  created_at: any;
60
62
  updated_at: any;
61
63
  user: any;
62
64
  secret: any;
63
65
  verified: any;
66
+ last_used_step: any;
64
67
  recovery_confirmed: any;
65
68
  };
66
- 'hydrator-user_totp_5000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
67
- 'hydrator-user_totp_5000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
68
- 'pkGetter-user_totp_5000': (isEntityOrRef: any) => (entity: any) => any;
69
- 'pkGetterConverted-user_totp_5000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
70
- 'pkSerializer-user_totp_5000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
71
- 'hydrator-user_terms_consent_19000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_39: any, user_40: any, terms_41: any, terms_42: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
72
- 'hydrator-user_terms_consent_19000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_50: any, user_51: any, terms_52: any, terms_53: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
73
- 'comparator-user_terms_consent_19000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
69
+ 'hydrator-user_totp_7000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
70
+ 'hydrator-user_totp_7000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
71
+ 'pkGetter-user_totp_7000': (isEntityOrRef: any) => (entity: any) => any;
72
+ 'pkGetterConverted-user_totp_7000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
73
+ 'pkSerializer-user_totp_7000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
74
+ 'hydrator-user_terms_consent_22000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_41: any, user_42: any, terms_43: any, terms_44: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
75
+ 'hydrator-user_terms_consent_22000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_52: any, user_53: any, terms_54: any, terms_55: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
76
+ 'comparator-user_terms_consent_22000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
74
77
  id: any;
75
78
  created_at: any;
76
79
  updated_at: any;
@@ -81,7 +84,7 @@ declare const _default: {
81
84
  consentType: any;
82
85
  agreedAt: any;
83
86
  };
84
- 'snapshotGenerator-user_terms_consent_19000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
87
+ 'snapshotGenerator-user_terms_consent_22000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
85
88
  id: any;
86
89
  created_at: any;
87
90
  updated_at: any;
@@ -92,7 +95,7 @@ declare const _default: {
92
95
  consentType: any;
93
96
  agreedAt: any;
94
97
  };
95
- 'resultMapper-user_terms_consent_19000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
98
+ 'resultMapper-user_terms_consent_22000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
96
99
  id: any;
97
100
  created_at: any;
98
101
  updated_at: any;
@@ -103,14 +106,14 @@ declare const _default: {
103
106
  consentType: any;
104
107
  agreedAt: any;
105
108
  };
106
- 'hydrator-user_terms_consent_19000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
107
- 'hydrator-user_terms_consent_19000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
108
- 'pkGetter-user_terms_consent_19000': (isEntityOrRef: any) => (entity: any) => any;
109
- 'pkGetterConverted-user_terms_consent_19000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
110
- 'pkSerializer-user_terms_consent_19000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
111
- 'hydrator-user_passkey_4000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_63: any, user_64: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
112
- 'hydrator-user_passkey_4000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_76: any, user_77: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
113
- 'comparator-user_passkey_4000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
109
+ 'hydrator-user_terms_consent_22000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
110
+ 'hydrator-user_terms_consent_22000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
111
+ 'pkGetter-user_terms_consent_22000': (isEntityOrRef: any) => (entity: any) => any;
112
+ 'pkGetterConverted-user_terms_consent_22000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
113
+ 'pkSerializer-user_terms_consent_22000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
114
+ 'hydrator-user_passkey_6000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_65: any, user_66: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
115
+ 'hydrator-user_passkey_6000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_78: any, user_79: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
116
+ 'comparator-user_passkey_6000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
114
117
  id: any;
115
118
  created_at: any;
116
119
  updated_at: any;
@@ -124,7 +127,7 @@ declare const _default: {
124
127
  name: any;
125
128
  aaguid: any;
126
129
  };
127
- 'snapshotGenerator-user_passkey_4000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_transports: any) => (entity: any) => {
130
+ 'snapshotGenerator-user_passkey_6000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_transports: any) => (entity: any) => {
128
131
  id: any;
129
132
  created_at: any;
130
133
  updated_at: any;
@@ -138,7 +141,7 @@ declare const _default: {
138
141
  name: any;
139
142
  aaguid: any;
140
143
  };
141
- 'resultMapper-user_passkey_4000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
144
+ 'resultMapper-user_passkey_6000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
142
145
  id: any;
143
146
  created_at: any;
144
147
  updated_at: any;
@@ -152,14 +155,14 @@ declare const _default: {
152
155
  name: any;
153
156
  aaguid: any;
154
157
  };
155
- 'hydrator-user_passkey_4000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
156
- 'hydrator-user_passkey_4000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
157
- 'pkGetter-user_passkey_4000': (isEntityOrRef: any) => (entity: any) => any;
158
- 'pkGetterConverted-user_passkey_4000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
159
- 'pkSerializer-user_passkey_4000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
160
- 'hydrator-user_oauth_3000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_91: any, user_92: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
161
- 'hydrator-user_oauth_3000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_101: any, user_102: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
162
- 'comparator-user_oauth_3000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any, compareValues_4: any) => (last: any, current: any, options: any) => {
158
+ 'hydrator-user_passkey_6000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
159
+ 'hydrator-user_passkey_6000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
160
+ 'pkGetter-user_passkey_6000': (isEntityOrRef: any) => (entity: any) => any;
161
+ 'pkGetterConverted-user_passkey_6000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
162
+ 'pkSerializer-user_passkey_6000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
163
+ 'hydrator-user_oauth_5000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_93: any, user_94: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
164
+ 'hydrator-user_oauth_5000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_103: any, user_104: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
165
+ 'comparator-user_oauth_5000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any, compareValues_4: any) => (last: any, current: any, options: any) => {
163
166
  id: any;
164
167
  created_at: any;
165
168
  updated_at: any;
@@ -170,7 +173,7 @@ declare const _default: {
170
173
  refresh_token: any;
171
174
  expires_at: any;
172
175
  };
173
- 'snapshotGenerator-user_oauth_3000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
176
+ 'snapshotGenerator-user_oauth_5000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
174
177
  id: any;
175
178
  created_at: any;
176
179
  updated_at: any;
@@ -181,7 +184,7 @@ declare const _default: {
181
184
  refresh_token: any;
182
185
  expires_at: any;
183
186
  };
184
- 'resultMapper-user_oauth_3000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
187
+ 'resultMapper-user_oauth_5000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
185
188
  id: any;
186
189
  created_at: any;
187
190
  updated_at: any;
@@ -192,14 +195,14 @@ declare const _default: {
192
195
  refresh_token: any;
193
196
  expires_at: any;
194
197
  };
195
- 'hydrator-user_oauth_3000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
196
- 'hydrator-user_oauth_3000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
197
- 'pkGetter-user_oauth_3000': (isEntityOrRef: any) => (entity: any) => any;
198
- 'pkGetterConverted-user_oauth_3000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
199
- 'pkSerializer-user_oauth_3000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
200
- 'hydrator-user_7000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, user_oauth_119: any, user_passkey_120: any, user_totp_121: any, user_totp_recovery_code_122: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
201
- 'hydrator-user_7000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, user_oauth_132: any, user_passkey_133: any, user_totp_134: any, user_totp_recovery_code_135: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
202
- 'comparator-user_7000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
198
+ 'hydrator-user_oauth_5000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
199
+ 'hydrator-user_oauth_5000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
200
+ 'pkGetter-user_oauth_5000': (isEntityOrRef: any) => (entity: any) => any;
201
+ 'pkGetterConverted-user_oauth_5000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
202
+ 'pkSerializer-user_oauth_5000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
203
+ 'hydrator-user_9000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, user_oauth_124: any, user_passkey_125: any, user_totp_126: any, user_totp_recovery_code_127: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
204
+ 'hydrator-user_9000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, user_oauth_140: any, user_passkey_141: any, user_totp_142: any, user_totp_recovery_code_143: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
205
+ 'comparator-user_9000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
203
206
  sub: any;
204
207
  created_at: any;
205
208
  updated_at: any;
@@ -208,9 +211,12 @@ declare const _default: {
208
211
  password_hash: any;
209
212
  managed_by: any;
210
213
  role: any;
214
+ security_revision: any;
215
+ token_epoch: any;
216
+ sessions_invalidated_at: any;
211
217
  deleted_at: any;
212
218
  };
213
- 'snapshotGenerator-user_7000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
219
+ 'snapshotGenerator-user_9000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
214
220
  sub: any;
215
221
  created_at: any;
216
222
  updated_at: any;
@@ -219,9 +225,12 @@ declare const _default: {
219
225
  password_hash: any;
220
226
  managed_by: any;
221
227
  role: any;
228
+ security_revision: any;
229
+ token_epoch: any;
230
+ sessions_invalidated_at: any;
222
231
  deleted_at: any;
223
232
  };
224
- 'resultMapper-user_7000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
233
+ 'resultMapper-user_9000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
225
234
  sub: any;
226
235
  created_at: any;
227
236
  updated_at: any;
@@ -230,16 +239,19 @@ declare const _default: {
230
239
  password_hash: any;
231
240
  managed_by: any;
232
241
  role: any;
242
+ security_revision: any;
243
+ token_epoch: any;
244
+ sessions_invalidated_at: any;
233
245
  deleted_at: any;
234
246
  };
235
- 'hydrator-user_7000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
236
- 'hydrator-user_7000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
237
- 'pkGetter-user_7000': (isEntityOrRef: any) => (entity: any) => any;
238
- 'pkGetterConverted-user_7000': (isEntityOrRef: any) => (entity: any) => any;
239
- 'pkSerializer-user_7000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
240
- 'hydrator-user_consent_13000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_141: any, user_142: any, oauth_client_143: any, oauth_client_144: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
241
- 'hydrator-user_consent_13000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_151: any, user_152: any, oauth_client_153: any, oauth_client_154: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
242
- 'comparator-user_consent_13000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
247
+ 'hydrator-user_9000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
248
+ 'hydrator-user_9000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
249
+ 'pkGetter-user_9000': (isEntityOrRef: any) => (entity: any) => any;
250
+ 'pkGetterConverted-user_9000': (isEntityOrRef: any) => (entity: any) => any;
251
+ 'pkSerializer-user_9000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
252
+ 'hydrator-user_consent_15000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_149: any, user_150: any, oauth_client_151: any, oauth_client_152: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
253
+ 'hydrator-user_consent_15000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_159: any, user_160: any, oauth_client_161: any, oauth_client_162: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
254
+ 'comparator-user_consent_15000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
243
255
  id: any;
244
256
  created_at: any;
245
257
  updated_at: any;
@@ -249,7 +261,7 @@ declare const _default: {
249
261
  granted_at: any;
250
262
  revoked_at: any;
251
263
  };
252
- 'snapshotGenerator-user_consent_13000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scopes: any) => (entity: any) => {
264
+ 'snapshotGenerator-user_consent_15000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scopes: any) => (entity: any) => {
253
265
  id: any;
254
266
  created_at: any;
255
267
  updated_at: any;
@@ -259,7 +271,7 @@ declare const _default: {
259
271
  granted_at: any;
260
272
  revoked_at: any;
261
273
  };
262
- 'resultMapper-user_consent_13000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
274
+ 'resultMapper-user_consent_15000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
263
275
  id: any;
264
276
  created_at: any;
265
277
  updated_at: any;
@@ -269,14 +281,14 @@ declare const _default: {
269
281
  granted_at: any;
270
282
  revoked_at: any;
271
283
  };
272
- 'hydrator-user_consent_13000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
273
- 'hydrator-user_consent_13000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
274
- 'pkGetter-user_consent_13000': (isEntityOrRef: any) => (entity: any) => any;
275
- 'pkGetterConverted-user_consent_13000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
276
- 'pkSerializer-user_consent_13000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
277
- 'hydrator-terms_20000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_168: any, user_terms_consent_169: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
278
- 'hydrator-terms_20000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_178: any, user_terms_consent_179: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
279
- 'comparator-terms_20000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
284
+ 'hydrator-user_consent_15000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
285
+ 'hydrator-user_consent_15000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
286
+ 'pkGetter-user_consent_15000': (isEntityOrRef: any) => (entity: any) => any;
287
+ 'pkGetterConverted-user_consent_15000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
288
+ 'pkSerializer-user_consent_15000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
289
+ 'hydrator-terms_23000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_176: any, user_terms_consent_177: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
290
+ 'hydrator-terms_23000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_186: any, user_terms_consent_187: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
291
+ 'comparator-terms_23000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
280
292
  id: any;
281
293
  created_at: any;
282
294
  updated_at: any;
@@ -286,7 +298,7 @@ declare const _default: {
286
298
  archivedAt: any;
287
299
  managed_by: any;
288
300
  };
289
- 'snapshotGenerator-terms_20000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
301
+ 'snapshotGenerator-terms_23000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
290
302
  id: any;
291
303
  created_at: any;
292
304
  updated_at: any;
@@ -296,7 +308,7 @@ declare const _default: {
296
308
  archivedAt: any;
297
309
  managed_by: any;
298
310
  };
299
- 'resultMapper-terms_20000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
311
+ 'resultMapper-terms_23000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
300
312
  id: any;
301
313
  created_at: any;
302
314
  updated_at: any;
@@ -306,14 +318,14 @@ declare const _default: {
306
318
  archivedAt: any;
307
319
  managed_by: any;
308
320
  };
309
- 'hydrator-terms_20000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
310
- 'hydrator-terms_20000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
311
- 'pkGetter-terms_20000': (isEntityOrRef: any) => (entity: any) => any;
312
- 'pkGetterConverted-terms_20000': (isEntityOrRef: any) => (entity: any) => any;
313
- 'pkSerializer-terms_20000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
314
- 'hydrator-terms_content_18000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_185: any, terms_186: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
315
- 'hydrator-terms_content_18000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_194: any, terms_195: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
316
- 'comparator-terms_content_18000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
321
+ 'hydrator-terms_23000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
322
+ 'hydrator-terms_23000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
323
+ 'pkGetter-terms_23000': (isEntityOrRef: any) => (entity: any) => any;
324
+ 'pkGetterConverted-terms_23000': (isEntityOrRef: any) => (entity: any) => any;
325
+ 'pkSerializer-terms_23000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
326
+ 'hydrator-terms_content_21000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_193: any, terms_194: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
327
+ 'hydrator-terms_content_21000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_202: any, terms_203: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
328
+ 'comparator-terms_content_21000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
317
329
  id: any;
318
330
  created_at: any;
319
331
  updated_at: any;
@@ -323,7 +335,7 @@ declare const _default: {
323
335
  type: any;
324
336
  content: any;
325
337
  };
326
- 'snapshotGenerator-terms_content_18000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
338
+ 'snapshotGenerator-terms_content_21000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
327
339
  id: any;
328
340
  created_at: any;
329
341
  updated_at: any;
@@ -333,7 +345,7 @@ declare const _default: {
333
345
  type: any;
334
346
  content: any;
335
347
  };
336
- 'resultMapper-terms_content_18000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
348
+ 'resultMapper-terms_content_21000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
337
349
  id: any;
338
350
  created_at: any;
339
351
  updated_at: any;
@@ -343,14 +355,14 @@ declare const _default: {
343
355
  type: any;
344
356
  content: any;
345
357
  };
346
- 'hydrator-terms_content_18000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
347
- 'hydrator-terms_content_18000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
348
- 'pkGetter-terms_content_18000': (isEntityOrRef: any) => (entity: any) => any;
349
- 'pkGetterConverted-terms_content_18000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
350
- 'pkSerializer-terms_content_18000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
351
- 'hydrator-scheduled_jobs_17000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
352
- 'hydrator-scheduled_jobs_17000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
353
- 'comparator-scheduled_jobs_17000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
358
+ 'hydrator-terms_content_21000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
359
+ 'hydrator-terms_content_21000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
360
+ 'pkGetter-terms_content_21000': (isEntityOrRef: any) => (entity: any) => any;
361
+ 'pkGetterConverted-terms_content_21000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
362
+ 'pkSerializer-terms_content_21000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
363
+ 'hydrator-scheduled_jobs_20000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
364
+ 'hydrator-scheduled_jobs_20000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
365
+ 'comparator-scheduled_jobs_20000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
354
366
  id: any;
355
367
  created_at: any;
356
368
  updated_at: any;
@@ -367,7 +379,7 @@ declare const _default: {
367
379
  runCount: any;
368
380
  failureCount: any;
369
381
  };
370
- 'snapshotGenerator-scheduled_jobs_17000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
382
+ 'snapshotGenerator-scheduled_jobs_20000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
371
383
  id: any;
372
384
  created_at: any;
373
385
  updated_at: any;
@@ -384,7 +396,7 @@ declare const _default: {
384
396
  runCount: any;
385
397
  failureCount: any;
386
398
  };
387
- 'resultMapper-scheduled_jobs_17000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
399
+ 'resultMapper-scheduled_jobs_20000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
388
400
  id: any;
389
401
  created_at: any;
390
402
  updated_at: any;
@@ -401,14 +413,14 @@ declare const _default: {
401
413
  runCount: any;
402
414
  failureCount: any;
403
415
  };
404
- 'hydrator-scheduled_jobs_17000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
405
- 'hydrator-scheduled_jobs_17000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
406
- 'pkGetter-scheduled_jobs_17000': (isEntityOrRef: any) => (entity: any) => any;
407
- 'pkGetterConverted-scheduled_jobs_17000': (isEntityOrRef: any) => (entity: any) => any;
408
- 'pkSerializer-scheduled_jobs_17000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
409
- 'hydrator-revoked_tokens_12000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_239: any, oauth_client_240: any, user_241: any, user_242: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
410
- 'hydrator-revoked_tokens_12000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_250: any, oauth_client_251: any, user_252: any, user_253: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
411
- 'comparator-revoked_tokens_12000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
416
+ 'hydrator-scheduled_jobs_20000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
417
+ 'hydrator-scheduled_jobs_20000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
418
+ 'pkGetter-scheduled_jobs_20000': (isEntityOrRef: any) => (entity: any) => any;
419
+ 'pkGetterConverted-scheduled_jobs_20000': (isEntityOrRef: any) => (entity: any) => any;
420
+ 'pkSerializer-scheduled_jobs_20000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
421
+ 'hydrator-revoked_tokens_14000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_247: any, oauth_client_248: any, user_249: any, user_250: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
422
+ 'hydrator-revoked_tokens_14000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_258: any, oauth_client_259: any, user_260: any, user_261: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
423
+ 'comparator-revoked_tokens_14000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
412
424
  id: any;
413
425
  created_at: any;
414
426
  updated_at: any;
@@ -419,7 +431,7 @@ declare const _default: {
419
431
  expires_at: any;
420
432
  revoked_at: any;
421
433
  };
422
- 'snapshotGenerator-revoked_tokens_12000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
434
+ 'snapshotGenerator-revoked_tokens_14000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
423
435
  id: any;
424
436
  created_at: any;
425
437
  updated_at: any;
@@ -430,7 +442,7 @@ declare const _default: {
430
442
  expires_at: any;
431
443
  revoked_at: any;
432
444
  };
433
- 'resultMapper-revoked_tokens_12000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
445
+ 'resultMapper-revoked_tokens_14000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
434
446
  id: any;
435
447
  created_at: any;
436
448
  updated_at: any;
@@ -441,17 +453,18 @@ declare const _default: {
441
453
  expires_at: any;
442
454
  revoked_at: any;
443
455
  };
444
- 'hydrator-revoked_tokens_12000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
445
- 'hydrator-revoked_tokens_12000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
446
- 'pkGetter-revoked_tokens_12000': (isEntityOrRef: any) => (entity: any) => any;
447
- 'pkGetterConverted-revoked_tokens_12000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
448
- 'pkSerializer-revoked_tokens_12000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
449
- 'hydrator-pending_oauth_registration_16000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
450
- 'hydrator-pending_oauth_registration_16000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
451
- 'comparator-pending_oauth_registration_16000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
456
+ 'hydrator-revoked_tokens_14000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
457
+ 'hydrator-revoked_tokens_14000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
458
+ 'pkGetter-revoked_tokens_14000': (isEntityOrRef: any) => (entity: any) => any;
459
+ 'pkGetterConverted-revoked_tokens_14000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
460
+ 'pkSerializer-revoked_tokens_14000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
461
+ 'hydrator-pending_oauth_registration_19000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
462
+ 'hydrator-pending_oauth_registration_19000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
463
+ 'comparator-pending_oauth_registration_19000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
452
464
  id: any;
453
465
  created_at: any;
454
466
  updated_at: any;
467
+ consumed_at: any;
455
468
  token: any;
456
469
  providerId: any;
457
470
  accessToken: any;
@@ -462,10 +475,11 @@ declare const _default: {
462
475
  returnUrl: any;
463
476
  expiresAt: any;
464
477
  };
465
- 'snapshotGenerator-pending_oauth_registration_16000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, convertToDatabaseValue_userInfo: any) => (entity: any) => {
478
+ 'snapshotGenerator-pending_oauth_registration_19000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, convertToDatabaseValue_userInfo: any) => (entity: any) => {
466
479
  id: any;
467
480
  created_at: any;
468
481
  updated_at: any;
482
+ consumed_at: any;
469
483
  token: any;
470
484
  providerId: any;
471
485
  accessToken: any;
@@ -476,10 +490,11 @@ declare const _default: {
476
490
  returnUrl: any;
477
491
  expiresAt: any;
478
492
  };
479
- 'resultMapper-pending_oauth_registration_16000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
493
+ 'resultMapper-pending_oauth_registration_19000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
480
494
  id: any;
481
495
  created_at: any;
482
496
  updated_at: any;
497
+ consumed_at: any;
483
498
  token: any;
484
499
  providerId: any;
485
500
  accessToken: any;
@@ -490,54 +505,97 @@ declare const _default: {
490
505
  returnUrl: any;
491
506
  expiresAt: any;
492
507
  };
493
- 'hydrator-pending_oauth_registration_16000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
494
- 'hydrator-pending_oauth_registration_16000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
495
- 'pkGetter-pending_oauth_registration_16000': (isEntityOrRef: any) => (entity: any) => any;
496
- 'pkGetterConverted-pending_oauth_registration_16000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
497
- 'pkSerializer-pending_oauth_registration_16000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
498
- 'hydrator-password_reset_15000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_287: any, user_288: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
499
- 'hydrator-password_reset_15000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_296: any, user_297: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
500
- 'comparator-password_reset_15000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
508
+ 'hydrator-pending_oauth_registration_19000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
509
+ 'hydrator-pending_oauth_registration_19000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
510
+ 'pkGetter-pending_oauth_registration_19000': (isEntityOrRef: any) => (entity: any) => any;
511
+ 'pkGetterConverted-pending_oauth_registration_19000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
512
+ 'pkSerializer-pending_oauth_registration_19000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
513
+ 'hydrator-password_reset_18000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_299: any, user_300: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
514
+ 'hydrator-password_reset_18000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_310: any, user_311: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
515
+ 'comparator-password_reset_18000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
501
516
  id: any;
502
517
  created_at: any;
503
518
  updated_at: any;
519
+ user_epoch: any;
520
+ revoked_at: any;
504
521
  user: any;
505
522
  token: any;
506
523
  expiresAt: any;
507
524
  used: any;
508
525
  usedAt: any;
509
526
  };
510
- 'snapshotGenerator-password_reset_15000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
527
+ 'snapshotGenerator-password_reset_18000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
511
528
  id: any;
512
529
  created_at: any;
513
530
  updated_at: any;
531
+ user_epoch: any;
532
+ revoked_at: any;
514
533
  user: any;
515
534
  token: any;
516
535
  expiresAt: any;
517
536
  used: any;
518
537
  usedAt: any;
519
538
  };
520
- 'resultMapper-password_reset_15000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
539
+ 'resultMapper-password_reset_18000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
521
540
  id: any;
522
541
  created_at: any;
523
542
  updated_at: any;
543
+ user_epoch: any;
544
+ revoked_at: any;
524
545
  user: any;
525
546
  token: any;
526
547
  expiresAt: any;
527
548
  used: any;
528
549
  usedAt: any;
529
550
  };
530
- 'hydrator-password_reset_15000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
531
- 'hydrator-password_reset_15000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
532
- 'pkGetter-password_reset_15000': (isEntityOrRef: any) => (entity: any) => any;
533
- 'pkGetterConverted-password_reset_15000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
534
- 'pkSerializer-password_reset_15000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
535
- 'hydrator-oauth_device_code_11000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_309: any, oauth_client_310: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any, user_313: any, user_314: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
536
- 'hydrator-oauth_device_code_11000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_325: any, oauth_client_326: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any, user_329: any, user_330: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
537
- 'comparator-oauth_device_code_11000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
551
+ 'hydrator-password_reset_18000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
552
+ 'hydrator-password_reset_18000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
553
+ 'pkGetter-password_reset_18000': (isEntityOrRef: any) => (entity: any) => any;
554
+ 'pkGetterConverted-password_reset_18000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
555
+ 'pkSerializer-password_reset_18000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
556
+ 'hydrator-oauth_grant_17000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
557
+ 'hydrator-oauth_grant_17000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
558
+ 'comparator-oauth_grant_17000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
559
+ id: any;
560
+ user_sub: any;
561
+ client_id: any;
562
+ current_refresh_jti: any;
563
+ revoked_at: any;
564
+ expires_at: any;
565
+ revision: any;
566
+ };
567
+ 'snapshotGenerator-oauth_grant_17000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
568
+ id: any;
569
+ user_sub: any;
570
+ client_id: any;
571
+ current_refresh_jti: any;
572
+ revoked_at: any;
573
+ expires_at: any;
574
+ revision: any;
575
+ };
576
+ 'resultMapper-oauth_grant_17000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
577
+ id: any;
578
+ user_sub: any;
579
+ client_id: any;
580
+ current_refresh_jti: any;
581
+ revoked_at: any;
582
+ expires_at: any;
583
+ revision: any;
584
+ };
585
+ 'hydrator-oauth_grant_17000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
586
+ 'hydrator-oauth_grant_17000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
587
+ 'pkGetter-oauth_grant_17000': (isEntityOrRef: any) => (entity: any) => any;
588
+ 'pkGetterConverted-oauth_grant_17000': (isEntityOrRef: any) => (entity: any) => any;
589
+ 'pkSerializer-oauth_grant_17000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
590
+ 'hydrator-oauth_device_code_13000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_342: any, oauth_client_343: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any, user_346: any, user_347: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
591
+ 'hydrator-oauth_device_code_13000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_361: any, oauth_client_362: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any, user_365: any, user_366: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
592
+ 'comparator-oauth_device_code_13000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
538
593
  id: any;
539
594
  created_at: any;
540
595
  updated_at: any;
596
+ client_epoch: any;
597
+ user_epoch: any;
598
+ grant_id: any;
541
599
  deviceCodeHash: any;
542
600
  userCodeHash: any;
543
601
  client: any;
@@ -550,10 +608,13 @@ declare const _default: {
550
608
  pollIntervalSeconds: any;
551
609
  consumedAt: any;
552
610
  };
553
- 'snapshotGenerator-oauth_device_code_11000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scope: any) => (entity: any) => {
611
+ 'snapshotGenerator-oauth_device_code_13000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scope: any) => (entity: any) => {
554
612
  id: any;
555
613
  created_at: any;
556
614
  updated_at: any;
615
+ client_epoch: any;
616
+ user_epoch: any;
617
+ grant_id: any;
557
618
  deviceCodeHash: any;
558
619
  userCodeHash: any;
559
620
  client: any;
@@ -566,10 +627,13 @@ declare const _default: {
566
627
  pollIntervalSeconds: any;
567
628
  consumedAt: any;
568
629
  };
569
- 'resultMapper-oauth_device_code_11000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
630
+ 'resultMapper-oauth_device_code_13000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
570
631
  id: any;
571
632
  created_at: any;
572
633
  updated_at: any;
634
+ client_epoch: any;
635
+ user_epoch: any;
636
+ grant_id: any;
573
637
  deviceCodeHash: any;
574
638
  userCodeHash: any;
575
639
  client: any;
@@ -582,17 +646,20 @@ declare const _default: {
582
646
  pollIntervalSeconds: any;
583
647
  consumedAt: any;
584
648
  };
585
- 'hydrator-oauth_device_code_11000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
586
- 'hydrator-oauth_device_code_11000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
587
- 'pkGetter-oauth_device_code_11000': (isEntityOrRef: any) => (entity: any) => any;
588
- 'pkGetterConverted-oauth_device_code_11000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
589
- 'pkSerializer-oauth_device_code_11000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
590
- 'hydrator-oauth_code_10000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_342: any, oauth_client_343: any, user_344: any, user_345: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
591
- 'hydrator-oauth_code_10000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_358: any, oauth_client_359: any, user_360: any, user_361: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
592
- 'comparator-oauth_code_10000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
649
+ 'hydrator-oauth_device_code_13000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
650
+ 'hydrator-oauth_device_code_13000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
651
+ 'pkGetter-oauth_device_code_13000': (isEntityOrRef: any) => (entity: any) => any;
652
+ 'pkGetterConverted-oauth_device_code_13000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
653
+ 'pkSerializer-oauth_device_code_13000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
654
+ 'hydrator-oauth_code_12000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_381: any, oauth_client_382: any, user_383: any, user_384: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
655
+ 'hydrator-oauth_code_12000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_400: any, oauth_client_401: any, user_402: any, user_403: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
656
+ 'comparator-oauth_code_12000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
593
657
  id: any;
594
658
  created_at: any;
595
659
  updated_at: any;
660
+ client_epoch: any;
661
+ user_epoch: any;
662
+ grant_id: any;
596
663
  codeHash: any;
597
664
  client: any;
598
665
  user: any;
@@ -605,10 +672,13 @@ declare const _default: {
605
672
  consumedAt: any;
606
673
  authTime: any;
607
674
  };
608
- 'snapshotGenerator-oauth_code_10000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scope: any) => (entity: any) => {
675
+ 'snapshotGenerator-oauth_code_12000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scope: any) => (entity: any) => {
609
676
  id: any;
610
677
  created_at: any;
611
678
  updated_at: any;
679
+ client_epoch: any;
680
+ user_epoch: any;
681
+ grant_id: any;
612
682
  codeHash: any;
613
683
  client: any;
614
684
  user: any;
@@ -621,10 +691,13 @@ declare const _default: {
621
691
  consumedAt: any;
622
692
  authTime: any;
623
693
  };
624
- 'resultMapper-oauth_code_10000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
694
+ 'resultMapper-oauth_code_12000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
625
695
  id: any;
626
696
  created_at: any;
627
697
  updated_at: any;
698
+ client_epoch: any;
699
+ user_epoch: any;
700
+ grant_id: any;
628
701
  codeHash: any;
629
702
  client: any;
630
703
  user: any;
@@ -637,14 +710,14 @@ declare const _default: {
637
710
  consumedAt: any;
638
711
  authTime: any;
639
712
  };
640
- 'hydrator-oauth_code_10000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
641
- 'hydrator-oauth_code_10000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
642
- 'pkGetter-oauth_code_10000': (isEntityOrRef: any) => (entity: any) => any;
643
- 'pkGetterConverted-oauth_code_10000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
644
- 'pkSerializer-oauth_code_10000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
645
- 'hydrator-oauth_client_14000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, convertToJSValue_postLogoutRedirectUris: any, convertToDatabaseValue_postLogoutRedirectUris: any, convertToJSValue_webOrigins: any, convertToDatabaseValue_webOrigins: any, oauth_code_390: any, oauth_device_code_391: any, user_consent_392: any, revoked_tokens_393: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
646
- 'hydrator-oauth_client_14000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, convertToJSValue_postLogoutRedirectUris: any, convertToDatabaseValue_postLogoutRedirectUris: any, convertToJSValue_webOrigins: any, convertToDatabaseValue_webOrigins: any, oauth_code_412: any, oauth_device_code_413: any, user_consent_414: any, revoked_tokens_415: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
647
- 'comparator-oauth_client_14000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
713
+ 'hydrator-oauth_code_12000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
714
+ 'hydrator-oauth_code_12000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
715
+ 'pkGetter-oauth_code_12000': (isEntityOrRef: any) => (entity: any) => any;
716
+ 'pkGetterConverted-oauth_code_12000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
717
+ 'pkSerializer-oauth_code_12000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
718
+ 'hydrator-oauth_client_16000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, convertToJSValue_postLogoutRedirectUris: any, convertToDatabaseValue_postLogoutRedirectUris: any, convertToJSValue_webOrigins: any, convertToDatabaseValue_webOrigins: any, oauth_code_432: any, oauth_device_code_433: any, user_consent_434: any, revoked_tokens_435: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
719
+ 'hydrator-oauth_client_16000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, convertToJSValue_postLogoutRedirectUris: any, convertToDatabaseValue_postLogoutRedirectUris: any, convertToJSValue_webOrigins: any, convertToDatabaseValue_webOrigins: any, oauth_code_454: any, oauth_device_code_455: any, user_consent_456: any, revoked_tokens_457: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
720
+ 'comparator-oauth_client_16000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
648
721
  id: any;
649
722
  created_at: any;
650
723
  updated_at: any;
@@ -664,7 +737,7 @@ declare const _default: {
664
737
  managed_by: any;
665
738
  logoUri: any;
666
739
  };
667
- 'snapshotGenerator-oauth_client_14000': (clone: any, cloneEmbeddable: any, processDateProperty: any, convertToDatabaseValue_grantTypes: any, convertToDatabaseValue_responseTypes: any, convertToDatabaseValue_scopes: any, convertToDatabaseValue_redirectUris: any, convertToDatabaseValue_postLogoutRedirectUris: any, convertToDatabaseValue_webOrigins: any) => (entity: any) => {
740
+ 'snapshotGenerator-oauth_client_16000': (clone: any, cloneEmbeddable: any, processDateProperty: any, convertToDatabaseValue_grantTypes: any, convertToDatabaseValue_responseTypes: any, convertToDatabaseValue_scopes: any, convertToDatabaseValue_redirectUris: any, convertToDatabaseValue_postLogoutRedirectUris: any, convertToDatabaseValue_webOrigins: any) => (entity: any) => {
668
741
  id: any;
669
742
  created_at: any;
670
743
  updated_at: any;
@@ -684,7 +757,7 @@ declare const _default: {
684
757
  managed_by: any;
685
758
  logoUri: any;
686
759
  };
687
- 'resultMapper-oauth_client_14000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
760
+ 'resultMapper-oauth_client_16000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
688
761
  id: any;
689
762
  created_at: any;
690
763
  updated_at: any;
@@ -704,14 +777,14 @@ declare const _default: {
704
777
  managed_by: any;
705
778
  logoUri: any;
706
779
  };
707
- 'hydrator-oauth_client_14000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
708
- 'hydrator-oauth_client_14000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
709
- 'pkGetter-oauth_client_14000': (isEntityOrRef: any) => (entity: any) => any;
710
- 'pkGetterConverted-oauth_client_14000': (isEntityOrRef: any) => (entity: any) => any;
711
- 'pkSerializer-oauth_client_14000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
712
- 'hydrator-jwt_key_9000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
713
- 'hydrator-jwt_key_9000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
714
- 'comparator-jwt_key_9000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
780
+ 'hydrator-oauth_client_16000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
781
+ 'hydrator-oauth_client_16000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
782
+ 'pkGetter-oauth_client_16000': (isEntityOrRef: any) => (entity: any) => any;
783
+ 'pkGetterConverted-oauth_client_16000': (isEntityOrRef: any) => (entity: any) => any;
784
+ 'pkSerializer-oauth_client_16000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
785
+ 'hydrator-jwt_key_11000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
786
+ 'hydrator-jwt_key_11000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
787
+ 'comparator-jwt_key_11000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
715
788
  kid: any;
716
789
  created_at: any;
717
790
  updated_at: any;
@@ -724,7 +797,7 @@ declare const _default: {
724
797
  retired_at: any;
725
798
  expires_at: any;
726
799
  };
727
- 'snapshotGenerator-jwt_key_9000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
800
+ 'snapshotGenerator-jwt_key_11000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
728
801
  kid: any;
729
802
  created_at: any;
730
803
  updated_at: any;
@@ -737,7 +810,7 @@ declare const _default: {
737
810
  retired_at: any;
738
811
  expires_at: any;
739
812
  };
740
- 'resultMapper-jwt_key_9000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
813
+ 'resultMapper-jwt_key_11000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
741
814
  kid: any;
742
815
  created_at: any;
743
816
  updated_at: any;
@@ -750,76 +823,107 @@ declare const _default: {
750
823
  retired_at: any;
751
824
  expires_at: any;
752
825
  };
753
- 'hydrator-jwt_key_9000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
754
- 'hydrator-jwt_key_9000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
755
- 'pkGetter-jwt_key_9000': (isEntityOrRef: any) => (entity: any) => any;
756
- 'pkGetterConverted-jwt_key_9000': (isEntityOrRef: any) => (entity: any) => any;
757
- 'pkSerializer-jwt_key_9000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
758
- 'hydrator-email_verification_8000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_445: any, user_446: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
759
- 'hydrator-email_verification_8000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_454: any, user_455: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
760
- 'comparator-email_verification_8000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
826
+ 'hydrator-jwt_key_11000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
827
+ 'hydrator-jwt_key_11000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
828
+ 'pkGetter-jwt_key_11000': (isEntityOrRef: any) => (entity: any) => any;
829
+ 'pkGetterConverted-jwt_key_11000': (isEntityOrRef: any) => (entity: any) => any;
830
+ 'pkSerializer-jwt_key_11000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
831
+ 'hydrator-email_verification_10000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_489: any, user_490: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
832
+ 'hydrator-email_verification_10000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_500: any, user_501: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
833
+ 'comparator-email_verification_10000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
761
834
  id: any;
762
835
  created_at: any;
763
836
  updated_at: any;
837
+ user_epoch: any;
838
+ revoked_at: any;
764
839
  user: any;
765
840
  token: any;
766
841
  expiresAt: any;
767
842
  verified: any;
768
843
  verifiedAt: any;
769
844
  };
770
- 'snapshotGenerator-email_verification_8000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
845
+ 'snapshotGenerator-email_verification_10000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
771
846
  id: any;
772
847
  created_at: any;
773
848
  updated_at: any;
849
+ user_epoch: any;
850
+ revoked_at: any;
774
851
  user: any;
775
852
  token: any;
776
853
  expiresAt: any;
777
854
  verified: any;
778
855
  verifiedAt: any;
779
856
  };
780
- 'resultMapper-email_verification_8000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
857
+ 'resultMapper-email_verification_10000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
781
858
  id: any;
782
859
  created_at: any;
783
860
  updated_at: any;
861
+ user_epoch: any;
862
+ revoked_at: any;
784
863
  user: any;
785
864
  token: any;
786
865
  expiresAt: any;
787
866
  verified: any;
788
867
  verifiedAt: any;
789
868
  };
790
- 'hydrator-email_verification_8000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
791
- 'hydrator-email_verification_8000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
792
- 'pkGetter-email_verification_8000': (isEntityOrRef: any) => (entity: any) => any;
793
- 'pkGetterConverted-email_verification_8000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
794
- 'pkSerializer-email_verification_8000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
795
- 'hydrator-bootstrap_state_2000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
796
- 'hydrator-bootstrap_state_2000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
797
- 'comparator-bootstrap_state_2000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
869
+ 'hydrator-email_verification_10000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
870
+ 'hydrator-email_verification_10000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
871
+ 'pkGetter-email_verification_10000': (isEntityOrRef: any) => (entity: any) => any;
872
+ 'pkGetterConverted-email_verification_10000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
873
+ 'pkSerializer-email_verification_10000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
874
+ 'hydrator-browser_session_4000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_data: any, convertToDatabaseValue_data: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
875
+ 'hydrator-browser_session_4000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_data: any, convertToDatabaseValue_data: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
876
+ 'comparator-browser_session_4000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
877
+ id: any;
878
+ data: any;
879
+ revision: any;
880
+ expires_at: any;
881
+ };
882
+ 'snapshotGenerator-browser_session_4000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_data: any, processDateProperty: any) => (entity: any) => {
883
+ id: any;
884
+ data: any;
885
+ revision: any;
886
+ expires_at: any;
887
+ };
888
+ 'resultMapper-browser_session_4000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
889
+ id: any;
890
+ data: any;
891
+ revision: any;
892
+ expires_at: any;
893
+ };
894
+ 'hydrator-browser_session_4000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
895
+ 'hydrator-browser_session_4000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
896
+ 'pkGetter-browser_session_4000': (isEntityOrRef: any) => (entity: any) => any;
897
+ 'pkGetterConverted-browser_session_4000': (isEntityOrRef: any) => (entity: any) => any;
898
+ 'pkSerializer-browser_session_4000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
899
+ 'hydrator-bootstrap_state_3000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
900
+ 'hydrator-bootstrap_state_3000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
901
+ 'comparator-bootstrap_state_3000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
798
902
  id: any;
799
903
  created_at: any;
800
904
  updated_at: any;
801
905
  value: any;
802
906
  };
803
- 'snapshotGenerator-bootstrap_state_2000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
907
+ 'snapshotGenerator-bootstrap_state_3000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
804
908
  id: any;
805
909
  created_at: any;
806
910
  updated_at: any;
807
911
  value: any;
808
912
  };
809
- 'resultMapper-bootstrap_state_2000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
913
+ 'resultMapper-bootstrap_state_3000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
810
914
  id: any;
811
915
  created_at: any;
812
916
  updated_at: any;
813
917
  value: any;
814
918
  };
815
- 'hydrator-bootstrap_state_2000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
816
- 'hydrator-bootstrap_state_2000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
817
- 'pkGetter-bootstrap_state_2000': (isEntityOrRef: any) => (entity: any) => any;
818
- 'pkGetterConverted-bootstrap_state_2000': (isEntityOrRef: any) => (entity: any) => any;
819
- 'pkSerializer-bootstrap_state_2000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
820
- 'hydrator-background_jobs_1000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
821
- 'hydrator-background_jobs_1000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
822
- 'comparator-background_jobs_1000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
919
+ 'hydrator-bootstrap_state_3000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
920
+ 'hydrator-bootstrap_state_3000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
921
+ 'pkGetter-bootstrap_state_3000': (isEntityOrRef: any) => (entity: any) => any;
922
+ 'pkGetterConverted-bootstrap_state_3000': (isEntityOrRef: any) => (entity: any) => any;
923
+ 'pkSerializer-bootstrap_state_3000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
924
+ 'hydrator-background_jobs_2000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
925
+ 'hydrator-background_jobs_2000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
926
+ 'comparator-background_jobs_2000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
823
927
  id: any;
824
928
  created_at: any;
825
929
  updated_at: any;
@@ -834,7 +938,7 @@ declare const _default: {
834
938
  lastError: any;
835
939
  completedAt: any;
836
940
  };
837
- 'snapshotGenerator-background_jobs_1000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
941
+ 'snapshotGenerator-background_jobs_2000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
838
942
  id: any;
839
943
  created_at: any;
840
944
  updated_at: any;
@@ -849,7 +953,7 @@ declare const _default: {
849
953
  lastError: any;
850
954
  completedAt: any;
851
955
  };
852
- 'resultMapper-background_jobs_1000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
956
+ 'resultMapper-background_jobs_2000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
853
957
  id: any;
854
958
  created_at: any;
855
959
  updated_at: any;
@@ -864,11 +968,33 @@ declare const _default: {
864
968
  lastError: any;
865
969
  completedAt: any;
866
970
  };
867
- 'hydrator-background_jobs_1000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
868
- 'hydrator-background_jobs_1000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
869
- 'pkGetter-background_jobs_1000': (isEntityOrRef: any) => (entity: any) => any;
870
- 'pkGetterConverted-background_jobs_1000': (isEntityOrRef: any) => (entity: any) => any;
871
- 'pkSerializer-background_jobs_1000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
971
+ 'hydrator-background_jobs_2000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
972
+ 'hydrator-background_jobs_2000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
973
+ 'pkGetter-background_jobs_2000': (isEntityOrRef: any) => (entity: any) => any;
974
+ 'pkGetterConverted-background_jobs_2000': (isEntityOrRef: any) => (entity: any) => any;
975
+ 'pkSerializer-background_jobs_2000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
976
+ 'hydrator-auth_budget_0-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
977
+ 'hydrator-auth_budget_0-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
978
+ 'comparator-auth_budget_0': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
979
+ id: any;
980
+ attempts: any;
981
+ expires_at: any;
982
+ };
983
+ 'snapshotGenerator-auth_budget_0': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
984
+ id: any;
985
+ attempts: any;
986
+ expires_at: any;
987
+ };
988
+ 'resultMapper-auth_budget_0': (PolymorphicRef: any, parseDate: any) => (result: any) => {
989
+ id: any;
990
+ attempts: any;
991
+ expires_at: any;
992
+ };
993
+ 'hydrator-auth_budget_0-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
994
+ 'hydrator-auth_budget_0-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
995
+ 'pkGetter-auth_budget_0': (isEntityOrRef: any) => (entity: any) => any;
996
+ 'pkGetterConverted-auth_budget_0': (isEntityOrRef: any) => (entity: any) => any;
997
+ 'pkSerializer-auth_budget_0': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
872
998
  };
873
999
  export default _default;
874
1000
  //# sourceMappingURL=compiled-functions.d.ts.map