@tinyrack/issuary-server 0.22.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities/oauth-client.entity.d.ts +0 -18
- package/dist/entities/oauth-client.entity.d.ts.map +1 -1
- package/dist/entities/oauth-code.entity.d.ts +0 -18
- package/dist/entities/oauth-code.entity.d.ts.map +1 -1
- package/dist/entities/oauth-device-code.entity.d.ts +0 -18
- package/dist/entities/oauth-device-code.entity.d.ts.map +1 -1
- package/dist/entities/revoked-token.entity.d.ts +0 -18
- package/dist/entities/revoked-token.entity.d.ts.map +1 -1
- package/dist/entities/terms-content.entity.d.ts +0 -9
- package/dist/entities/terms-content.entity.d.ts.map +1 -1
- package/dist/entities/terms.entity.d.ts +0 -9
- package/dist/entities/terms.entity.d.ts.map +1 -1
- package/dist/entities/user-consent.entity.d.ts +0 -18
- package/dist/entities/user-consent.entity.d.ts.map +1 -1
- package/dist/entities/user-terms-consent.entity.d.ts +0 -9
- package/dist/entities/user-terms-consent.entity.d.ts.map +1 -1
- package/dist/entities/user-totp-recovery-code.entity.d.ts +0 -9
- package/dist/entities/user-totp-recovery-code.entity.d.ts.map +1 -1
- package/dist/entities/user-totp.entity.d.ts +0 -9
- package/dist/entities/user-totp.entity.d.ts.map +1 -1
- package/dist/entities/user.entity.d.ts +0 -9
- package/dist/entities/user.entity.d.ts.map +1 -1
- package/dist/entities/user.entity.js +0 -4
- package/dist/entities/user.entity.js.map +1 -1
- package/dist/entrypoints/app.d.ts +0 -53
- package/dist/entrypoints/app.d.ts.map +1 -1
- package/dist/entrypoints/database/postgres/compiled-functions.d.ts +20 -23
- package/dist/entrypoints/database/postgres/compiled-functions.d.ts.map +1 -1
- package/dist/entrypoints/database/postgres/compiled-functions.js +104 -134
- package/dist/entrypoints/database/postgres/compiled-functions.js.map +1 -1
- package/dist/entrypoints/database/sqlite/compiled-functions.d.ts +20 -23
- package/dist/entrypoints/database/sqlite/compiled-functions.d.ts.map +1 -1
- package/dist/entrypoints/database/sqlite/compiled-functions.js +104 -134
- package/dist/entrypoints/database/sqlite/compiled-functions.js.map +1 -1
- package/dist/lib/config/resolved.d.ts +0 -1
- package/dist/lib/config/resolved.d.ts.map +1 -1
- package/dist/lib/config/security.d.ts +0 -2
- package/dist/lib/config/security.d.ts.map +1 -1
- package/dist/lib/config/security.js +0 -5
- package/dist/lib/config/security.js.map +1 -1
- package/dist/middleware/auth.d.ts +0 -8
- package/dist/middleware/auth.d.ts.map +1 -1
- package/dist/middleware/auth.js +0 -64
- package/dist/middleware/auth.js.map +1 -1
- package/dist/middleware/session.d.ts +0 -9
- package/dist/middleware/session.d.ts.map +1 -1
- package/dist/middleware/session.js +0 -18
- package/dist/middleware/session.js.map +1 -1
- package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.d.ts +6 -0
- package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.d.ts.map +1 -0
- package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.js +19 -0
- package/dist/migrations/postgres/Migration20260825140000_drop_password_reset_required.js.map +1 -0
- package/dist/migrations/postgres/index.d.ts.map +1 -1
- package/dist/migrations/postgres/index.js +2 -0
- package/dist/migrations/postgres/index.js.map +1 -1
- package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.d.ts +6 -0
- package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.d.ts.map +1 -0
- package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.js +19 -0
- package/dist/migrations/sqlite/Migration20260825140000_drop_password_reset_required.js.map +1 -0
- package/dist/migrations/sqlite/index.d.ts.map +1 -1
- package/dist/migrations/sqlite/index.js +2 -0
- package/dist/migrations/sqlite/index.js.map +1 -1
- package/dist/repositories/oauth-code.repository.d.ts +2 -2
- package/dist/repositories/oauth-code.repository.d.ts.map +1 -1
- package/dist/repositories/oauth-code.repository.js +3 -7
- package/dist/repositories/oauth-code.repository.js.map +1 -1
- package/dist/repositories/oauth-device-code.repository.d.ts +4 -4
- package/dist/repositories/oauth-device-code.repository.d.ts.map +1 -1
- package/dist/repositories/oauth-device-code.repository.js +6 -18
- package/dist/repositories/oauth-device-code.repository.js.map +1 -1
- package/dist/repositories/user-totp-recovery-code.repository.d.ts +1 -7
- package/dist/repositories/user-totp-recovery-code.repository.d.ts.map +1 -1
- package/dist/repositories/user-totp-recovery-code.repository.js +1 -2
- package/dist/repositories/user-totp-recovery-code.repository.js.map +1 -1
- package/dist/repositories/user-totp.repository.d.ts +0 -9
- package/dist/repositories/user-totp.repository.d.ts.map +1 -1
- package/dist/routes/api/auth/index.d.ts +0 -52
- package/dist/routes/api/auth/index.d.ts.map +1 -1
- package/dist/routes/api/auth/index.js +0 -2
- package/dist/routes/api/auth/index.js.map +1 -1
- package/dist/routes/api/auth/passkey/verify/post.d.ts +0 -37
- package/dist/routes/api/auth/passkey/verify/post.d.ts.map +1 -1
- package/dist/routes/api/auth/passkey/verify/post.js +2 -8
- package/dist/routes/api/auth/passkey/verify/post.js.map +1 -1
- package/dist/routes/api/index.d.ts +0 -52
- package/dist/routes/api/index.d.ts.map +1 -1
- package/dist/routes/index.d.ts +0 -52
- package/dist/routes/index.d.ts.map +1 -1
- package/dist/routes/oauth/device/get-post.js +5 -5
- package/dist/routes/oauth/device/get-post.js.map +1 -1
- package/dist/schemas/error.d.ts +0 -25
- package/dist/schemas/error.d.ts.map +1 -1
- package/dist/schemas/error.js +0 -1
- package/dist/schemas/error.js.map +1 -1
- package/dist/schemas/response.d.ts +0 -22
- package/dist/schemas/response.d.ts.map +1 -1
- package/dist/schemas/response.js +0 -8
- package/dist/schemas/response.js.map +1 -1
- package/dist/seeders/config.seeder.js +0 -1
- package/dist/seeders/config.seeder.js.map +1 -1
- package/dist/services/container.d.ts +0 -1
- package/dist/services/container.d.ts.map +1 -1
- package/dist/services/container.js +0 -15
- package/dist/services/container.js.map +1 -1
- package/dist/services/oauth-client.service.d.ts +0 -1
- package/dist/services/oauth-client.service.d.ts.map +1 -1
- package/dist/services/oauth-client.service.js +2 -17
- package/dist/services/oauth-client.service.js.map +1 -1
- package/dist/services/oauth-connect.service.d.ts.map +1 -1
- package/dist/services/oauth-connect.service.js +0 -4
- package/dist/services/oauth-connect.service.js.map +1 -1
- package/dist/services/oauth-token.service.d.ts.map +1 -1
- package/dist/services/oauth-token.service.js +4 -4
- package/dist/services/oauth-token.service.js.map +1 -1
- package/dist/services/password-auth.service.d.ts.map +1 -1
- package/dist/services/password-auth.service.js +3 -12
- package/dist/services/password-auth.service.js.map +1 -1
- package/dist/services/security.service.d.ts +0 -8
- package/dist/services/security.service.d.ts.map +1 -1
- package/dist/services/security.service.js +21 -82
- package/dist/services/security.service.js.map +1 -1
- package/dist/services/totp.service.js +2 -2
- package/dist/services/totp.service.js.map +1 -1
- package/package.json +1 -1
- package/public/assets/2fa-B5vLgDXQ.js +2 -0
- package/public/assets/{2fa-BgveHSB_.js.map → 2fa-B5vLgDXQ.js.map} +1 -1
- package/public/assets/2fa-BqsM_D-X.js +2 -0
- package/public/assets/{2fa-kiqzGSz2.js.map → 2fa-BqsM_D-X.js.map} +1 -1
- package/public/assets/2fa-C5vUVgr_.js +2 -0
- package/public/assets/{2fa-UL_cNRnQ.js.map → 2fa-C5vUVgr_.js.map} +1 -1
- package/public/assets/2fa-CCOTIHDZ.js +2 -0
- package/public/assets/{2fa-C37MUkye.js.map → 2fa-CCOTIHDZ.js.map} +1 -1
- package/public/assets/{DialogHandle-Zvz8SgS0.js → DialogHandle-BmtK2pRn.js} +2 -2
- package/public/assets/{DialogHandle-Zvz8SgS0.js.map → DialogHandle-BmtK2pRn.js.map} +1 -1
- package/public/assets/admin-BPijkLw-.js +2 -0
- package/public/assets/{admin-DbDuu6AI.js.map → admin-BPijkLw-.js.map} +1 -1
- package/public/assets/admin-users-DvPbw1Vq.js +2 -0
- package/public/assets/{admin-users-CwTJdiih.js.map → admin-users-DvPbw1Vq.js.map} +1 -1
- package/public/assets/{auth-choice-row-BlSsUI7d.js → auth-choice-row-BCGjuedo.js} +2 -2
- package/public/assets/{auth-choice-row-BlSsUI7d.js.map → auth-choice-row-BCGjuedo.js.map} +1 -1
- package/public/assets/{auth-field-HwxENJnB.js → auth-field-DD8kvl--.js} +2 -2
- package/public/assets/{auth-field-HwxENJnB.js.map → auth-field-DD8kvl--.js.map} +1 -1
- package/public/assets/{auth-layout-CoeqNhTT.js → auth-layout-VtpryDof.js} +2 -2
- package/public/assets/{auth-layout-CoeqNhTT.js.map → auth-layout-VtpryDof.js.map} +1 -1
- package/public/assets/{auth-page-header-CIs08f5Y.js → auth-page-header-CIn2E4zI.js} +2 -2
- package/public/assets/{auth-page-header-CIs08f5Y.js.map → auth-page-header-CIn2E4zI.js.map} +1 -1
- package/public/assets/{authorization-context-banner-BbtQmMYH.js → authorization-context-banner-SOuBHWIb.js} +2 -2
- package/public/assets/{authorization-context-banner-BbtQmMYH.js.map → authorization-context-banner-SOuBHWIb.js.map} +1 -1
- package/public/assets/{avatar-CttWiIv3.js → avatar-BEQjf2x6.js} +2 -2
- package/public/assets/{avatar-CttWiIv3.js.map → avatar-BEQjf2x6.js.map} +1 -1
- package/public/assets/{checkbox-CJrRV8S1.js → checkbox-gdHnSFQ-.js} +2 -2
- package/public/assets/{checkbox-CJrRV8S1.js.map → checkbox-gdHnSFQ-.js.map} +1 -1
- package/public/assets/config-DTQCUlfZ.js +2 -0
- package/public/assets/config-DTQCUlfZ.js.map +1 -0
- package/public/assets/{consent-BIhxtXHx.js → consent-BqqFDdsr.js} +2 -2
- package/public/assets/{consent-BIhxtXHx.js.map → consent-BqqFDdsr.js.map} +1 -1
- package/public/assets/{consent-DRmENn26.js → consent-CfRbz2R7.js} +2 -2
- package/public/assets/{consent-DRmENn26.js.map → consent-CfRbz2R7.js.map} +1 -1
- package/public/assets/email-C5vUVgr_.js +2 -0
- package/public/assets/{email-UL_cNRnQ.js.map → email-C5vUVgr_.js.map} +1 -1
- package/public/assets/{email-CVRDeJ78.js → email-CKKakxPJ.js} +2 -2
- package/public/assets/{email-CVRDeJ78.js.map → email-CKKakxPJ.js.map} +1 -1
- package/public/assets/error-BMXxpgfR.js +2 -0
- package/public/assets/{error-2VPY5w8V.js.map → error-BMXxpgfR.js.map} +1 -1
- package/public/assets/{field-DDt6F9TZ.js → field-Cn4H1CUj.js} +2 -2
- package/public/assets/{field-DDt6F9TZ.js.map → field-Cn4H1CUj.js.map} +1 -1
- package/public/assets/forgot-C5vUVgr_.js +2 -0
- package/public/assets/{forgot-UL_cNRnQ.js.map → forgot-C5vUVgr_.js.map} +1 -1
- package/public/assets/forgot-rO9sByfV.js +2 -0
- package/public/assets/{forgot-DzDcduho.js.map → forgot-rO9sByfV.js.map} +1 -1
- package/public/assets/index-CS23Ozt6.js +11 -0
- package/public/assets/index-CS23Ozt6.js.map +1 -0
- package/public/assets/{initial-avatar-CZzHAPm3.js → initial-avatar-CtuDUz_W.js} +2 -2
- package/public/assets/{initial-avatar-CZzHAPm3.js.map → initial-avatar-CtuDUz_W.js.map} +1 -1
- package/public/assets/{input-CNRpSR08.js → input-CzQki7k6.js} +2 -2
- package/public/assets/{input-CNRpSR08.js.map → input-CzQki7k6.js.map} +1 -1
- package/public/assets/{labeled-separator-fnKySKv2.js → labeled-separator-CV7nb0XW.js} +2 -2
- package/public/assets/{labeled-separator-fnKySKv2.js.map → labeled-separator-CV7nb0XW.js.map} +1 -1
- package/public/assets/login-C5vUVgr_.js +2 -0
- package/public/assets/login-C5vUVgr_.js.map +1 -0
- package/public/assets/login-nukebli4.js +2 -0
- package/public/assets/login-nukebli4.js.map +1 -0
- package/public/assets/{logout-CHdmF_16.js → logout-B5T52P8u.js} +2 -2
- package/public/assets/{logout-CHdmF_16.js.map → logout-B5T52P8u.js.map} +1 -1
- package/public/assets/{modal-sCM_zT82.js → modal-BDQFucjz.js} +2 -2
- package/public/assets/{modal-sCM_zT82.js.map → modal-BDQFucjz.js.map} +1 -1
- package/public/assets/{mutationOptions-CrswitPs.js → mutationOptions-DyYFUbyn.js} +2 -2
- package/public/assets/{mutationOptions-CrswitPs.js.map → mutationOptions-DyYFUbyn.js.map} +1 -1
- package/public/assets/passkey-BE9JvJOP.js +2 -0
- package/public/assets/{passkey-CU8x9J2w.js.map → passkey-BE9JvJOP.js.map} +1 -1
- package/public/assets/passkey-C5vUVgr_.js +2 -0
- package/public/assets/{passkey-UL_cNRnQ.js.map → passkey-C5vUVgr_.js.map} +1 -1
- package/public/assets/passkey-CynCz1Dt.js +2 -0
- package/public/assets/{passkey-CEx1VZ5R.js.map → passkey-CynCz1Dt.js.map} +1 -1
- package/public/assets/passkey-J1qnYp9A.js +2 -0
- package/public/assets/{passkey-B2Blw47e.js.map → passkey-J1qnYp9A.js.map} +1 -1
- package/public/assets/password-C5vUVgr_.js +2 -0
- package/public/assets/password-C5vUVgr_.js.map +1 -0
- package/public/assets/password-RkUttbhD.js +2 -0
- package/public/assets/password-RkUttbhD.js.map +1 -0
- package/public/assets/password-reset-sU5KkBKi.js +2 -0
- package/public/assets/{password-reset-CIacHnvA.js.map → password-reset-sU5KkBKi.js.map} +1 -1
- package/public/assets/{password-strength-C0Zkrrct.js → password-strength-BeSOu_Ga.js} +2 -2
- package/public/assets/{password-strength-C0Zkrrct.js.map → password-strength-BeSOu_Ga.js.map} +1 -1
- package/public/assets/{pin-input-BlD4tPZJ.js → pin-input-Cc-VkrQ3.js} +2 -2
- package/public/assets/{pin-input-BlD4tPZJ.js.map → pin-input-Cc-VkrQ3.js.map} +1 -1
- package/public/assets/{profile-D43Yq-6S.js → profile-B5NaJfeS.js} +2 -2
- package/public/assets/{profile-D43Yq-6S.js.map → profile-B5NaJfeS.js.map} +1 -1
- package/public/assets/{profile-D1cEjfs8.js → profile-BcjsVYOx.js} +2 -2
- package/public/assets/{profile-D1cEjfs8.js.map → profile-BcjsVYOx.js.map} +1 -1
- package/public/assets/recovery-PnUATiUi.js +2 -0
- package/public/assets/{recovery-CLExnfYX.js.map → recovery-PnUATiUi.js.map} +1 -1
- package/public/assets/register-C5vUVgr_.js +2 -0
- package/public/assets/{register-UL_cNRnQ.js.map → register-C5vUVgr_.js.map} +1 -1
- package/public/assets/register-DQXhru0_.js +2 -0
- package/public/assets/{register-CZUyWXRO.js.map → register-DQXhru0_.js.map} +1 -1
- package/public/assets/reset-C5vUVgr_.js +2 -0
- package/public/assets/{reset-UL_cNRnQ.js.map → reset-C5vUVgr_.js.map} +1 -1
- package/public/assets/reset-CQgIa3yf.js +2 -0
- package/public/assets/reset-CQgIa3yf.js.map +1 -0
- package/public/assets/select-C5vUVgr_.js +2 -0
- package/public/assets/{select-UL_cNRnQ.js.map → select-C5vUVgr_.js.map} +1 -1
- package/public/assets/{select-CWdSzsVo.js → select-DqZynXSt.js} +2 -2
- package/public/assets/{select-CWdSzsVo.js.map → select-DqZynXSt.js.map} +1 -1
- package/public/assets/{separator-BWGym8uM.js → separator-B0Bvh1he.js} +2 -2
- package/public/assets/{separator-BWGym8uM.js.map → separator-B0Bvh1he.js.map} +1 -1
- package/public/assets/shell-header-bar-CjG5qvPg.js +2 -0
- package/public/assets/{shell-header-bar-C9AB5lT-.js.map → shell-header-bar-CjG5qvPg.js.map} +1 -1
- package/public/assets/{terms-D43Yq-6S.js → terms-B5NaJfeS.js} +2 -2
- package/public/assets/{terms-D43Yq-6S.js.map → terms-B5NaJfeS.js.map} +1 -1
- package/public/assets/{terms-COVFmzyl.js → terms-BHDAgn-H.js} +2 -2
- package/public/assets/{terms-COVFmzyl.js.map → terms-BHDAgn-H.js.map} +1 -1
- package/public/assets/{terms-checkbox-list-Cw0zB-lO.js → terms-checkbox-list-6jteUTIZ.js} +2 -2
- package/public/assets/{terms-checkbox-list-Cw0zB-lO.js.map → terms-checkbox-list-6jteUTIZ.js.map} +1 -1
- package/public/assets/{totp-BfCm6IWl.js → totp-BNZ904Zm.js} +2 -2
- package/public/assets/{totp-BfCm6IWl.js.map → totp-BNZ904Zm.js.map} +1 -1
- package/public/assets/totp-CJtfVNEq.js +2 -0
- package/public/assets/{totp-BFJEXxk0.js.map → totp-CJtfVNEq.js.map} +1 -1
- package/public/assets/totp-ECvOUcFx.js +2 -0
- package/public/assets/{totp-MINhsVxT.js.map → totp-ECvOUcFx.js.map} +1 -1
- package/public/assets/use-totp-setup-BbS3XcZA.js +3 -0
- package/public/assets/{use-totp-setup-C7Zk_2IY.js.map → use-totp-setup-BbS3XcZA.js.map} +1 -1
- package/public/assets/{useAriaLabelledBy-CiOCg6X5.js → useAriaLabelledBy-ByuMi3Ry.js} +2 -2
- package/public/assets/{useAriaLabelledBy-CiOCg6X5.js.map → useAriaLabelledBy-ByuMi3Ry.js.map} +1 -1
- package/public/assets/{useMutation-ZLFeJg75.js → useMutation-BWZ0G4Td.js} +2 -2
- package/public/assets/{useMutation-ZLFeJg75.js.map → useMutation-BWZ0G4Td.js.map} +1 -1
- package/public/assets/useQuery-Ckxjmvtl.js +2 -0
- package/public/assets/{useQuery-BvMz34BW.js.map → useQuery-Ckxjmvtl.js.map} +1 -1
- package/public/assets/{users-COM7u3A-.js → users-CmFxrCQT.js} +2 -2
- package/public/assets/{users-COM7u3A-.js.map → users-CmFxrCQT.js.map} +1 -1
- package/public/index.html +3 -4
- package/dist/routes/api/auth/password/reset-required/post.d.ts +0 -18
- package/dist/routes/api/auth/password/reset-required/post.d.ts.map +0 -1
- package/dist/routes/api/auth/password/reset-required/post.js +0 -39
- package/dist/routes/api/auth/password/reset-required/post.js.map +0 -1
- package/dist/services/legacy-credential-retirement.service.d.ts +0 -20
- package/dist/services/legacy-credential-retirement.service.d.ts.map +0 -1
- package/dist/services/legacy-credential-retirement.service.js +0 -90
- package/dist/services/legacy-credential-retirement.service.js.map +0 -1
- package/public/assets/2fa-BgveHSB_.js +0 -2
- package/public/assets/2fa-C37MUkye.js +0 -2
- package/public/assets/2fa-UL_cNRnQ.js +0 -2
- package/public/assets/2fa-kiqzGSz2.js +0 -2
- package/public/assets/admin-DbDuu6AI.js +0 -2
- package/public/assets/admin-users-CwTJdiih.js +0 -2
- package/public/assets/config-v3-oy_ef.js +0 -2
- package/public/assets/config-v3-oy_ef.js.map +0 -1
- package/public/assets/email-UL_cNRnQ.js +0 -2
- package/public/assets/error-2VPY5w8V.js +0 -2
- package/public/assets/forgot-DzDcduho.js +0 -2
- package/public/assets/forgot-UL_cNRnQ.js +0 -2
- package/public/assets/index-gliHKncz.js +0 -11
- package/public/assets/index-gliHKncz.js.map +0 -1
- package/public/assets/link-BN90emXr.js +0 -2
- package/public/assets/link-BN90emXr.js.map +0 -1
- package/public/assets/lock-keyhole-Cz72xkCn.js +0 -2
- package/public/assets/lock-keyhole-Cz72xkCn.js.map +0 -1
- package/public/assets/login-C6m2qSUt.js +0 -2
- package/public/assets/login-C6m2qSUt.js.map +0 -1
- package/public/assets/login-UL_cNRnQ.js +0 -2
- package/public/assets/login-UL_cNRnQ.js.map +0 -1
- package/public/assets/passkey-B2Blw47e.js +0 -2
- package/public/assets/passkey-CEx1VZ5R.js +0 -2
- package/public/assets/passkey-CU8x9J2w.js +0 -2
- package/public/assets/passkey-UL_cNRnQ.js +0 -2
- package/public/assets/password-BhU_a0cR.js +0 -2
- package/public/assets/password-BhU_a0cR.js.map +0 -1
- package/public/assets/password-UL_cNRnQ.js +0 -2
- package/public/assets/password-UL_cNRnQ.js.map +0 -1
- package/public/assets/password-reset-CIacHnvA.js +0 -2
- package/public/assets/recovery-CLExnfYX.js +0 -2
- package/public/assets/register-CZUyWXRO.js +0 -2
- package/public/assets/register-UL_cNRnQ.js +0 -2
- package/public/assets/reset-N3RQTYEB.js +0 -2
- package/public/assets/reset-N3RQTYEB.js.map +0 -1
- package/public/assets/reset-UL_cNRnQ.js +0 -2
- package/public/assets/reset-required-Cv5edDS6.js +0 -2
- package/public/assets/reset-required-Cv5edDS6.js.map +0 -1
- package/public/assets/reset-required-UL_cNRnQ.js +0 -2
- package/public/assets/reset-required-UL_cNRnQ.js.map +0 -1
- package/public/assets/select-UL_cNRnQ.js +0 -2
- package/public/assets/shell-header-bar-C9AB5lT-.js +0 -2
- package/public/assets/totp-BFJEXxk0.js +0 -2
- package/public/assets/totp-MINhsVxT.js +0 -2
- package/public/assets/use-totp-setup-C7Zk_2IY.js +0 -3
- package/public/assets/useQuery-BvMz34BW.js +0 -2
|
@@ -2307,7 +2307,7 @@ export default {
|
|
|
2307
2307
|
return getPrimaryKeyHash(val_5);
|
|
2308
2308
|
};
|
|
2309
2309
|
},
|
|
2310
|
-
'hydrator-user_7000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError,
|
|
2310
|
+
'hydrator-user_7000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, user_oauth_119, user_passkey_120, user_totp_121, user_totp_recovery_code_122) {
|
|
2311
2311
|
// compiled hydrator for entity UserEntity ( normalized)
|
|
2312
2312
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
2313
2313
|
if (data.sub === null) {
|
|
@@ -2362,12 +2362,6 @@ export default {
|
|
|
2362
2362
|
else if (typeof data.password_hash !== 'undefined') {
|
|
2363
2363
|
entity.password_hash = data.password_hash;
|
|
2364
2364
|
}
|
|
2365
|
-
if (data.password_reset_required === null) {
|
|
2366
|
-
entity.password_reset_required = null;
|
|
2367
|
-
}
|
|
2368
|
-
else if (typeof data.password_reset_required !== 'undefined') {
|
|
2369
|
-
entity.password_reset_required = !!data.password_reset_required;
|
|
2370
|
-
}
|
|
2371
2365
|
if (data.managed_by === null) {
|
|
2372
2366
|
entity.managed_by = null;
|
|
2373
2367
|
}
|
|
@@ -2396,10 +2390,10 @@ export default {
|
|
|
2396
2390
|
}
|
|
2397
2391
|
const createCollectionItem_oauthAccounts = (value, entity) => {
|
|
2398
2392
|
if (isPrimaryKey(value, false))
|
|
2399
|
-
return factory.createReference(
|
|
2393
|
+
return factory.createReference(user_oauth_119, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2400
2394
|
if (value && isEntity(value))
|
|
2401
2395
|
return value;
|
|
2402
|
-
return factory.create(
|
|
2396
|
+
return factory.create(user_oauth_119, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2403
2397
|
};
|
|
2404
2398
|
if (data.oauthAccounts && !Array.isArray(data.oauthAccounts) && typeof data.oauthAccounts === 'object') {
|
|
2405
2399
|
data.oauthAccounts = [data.oauthAccounts];
|
|
@@ -2423,10 +2417,10 @@ export default {
|
|
|
2423
2417
|
}
|
|
2424
2418
|
const createCollectionItem_passkeys = (value, entity) => {
|
|
2425
2419
|
if (isPrimaryKey(value, false))
|
|
2426
|
-
return factory.createReference(
|
|
2420
|
+
return factory.createReference(user_passkey_120, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2427
2421
|
if (value && isEntity(value))
|
|
2428
2422
|
return value;
|
|
2429
|
-
return factory.create(
|
|
2423
|
+
return factory.create(user_passkey_120, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2430
2424
|
};
|
|
2431
2425
|
if (data.passkeys && !Array.isArray(data.passkeys) && typeof data.passkeys === 'object') {
|
|
2432
2426
|
data.passkeys = [data.passkeys];
|
|
@@ -2450,10 +2444,10 @@ export default {
|
|
|
2450
2444
|
}
|
|
2451
2445
|
const createCollectionItem_totps = (value, entity) => {
|
|
2452
2446
|
if (isPrimaryKey(value, false))
|
|
2453
|
-
return factory.createReference(
|
|
2447
|
+
return factory.createReference(user_totp_121, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2454
2448
|
if (value && isEntity(value))
|
|
2455
2449
|
return value;
|
|
2456
|
-
return factory.create(
|
|
2450
|
+
return factory.create(user_totp_121, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2457
2451
|
};
|
|
2458
2452
|
if (data.totps && !Array.isArray(data.totps) && typeof data.totps === 'object') {
|
|
2459
2453
|
data.totps = [data.totps];
|
|
@@ -2477,10 +2471,10 @@ export default {
|
|
|
2477
2471
|
}
|
|
2478
2472
|
const createCollectionItem_totpRecoveryCodes = (value, entity) => {
|
|
2479
2473
|
if (isPrimaryKey(value, false))
|
|
2480
|
-
return factory.createReference(
|
|
2474
|
+
return factory.createReference(user_totp_recovery_code_122, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2481
2475
|
if (value && isEntity(value))
|
|
2482
2476
|
return value;
|
|
2483
|
-
return factory.create(
|
|
2477
|
+
return factory.create(user_totp_recovery_code_122, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2484
2478
|
};
|
|
2485
2479
|
if (data.totpRecoveryCodes && !Array.isArray(data.totpRecoveryCodes) && typeof data.totpRecoveryCodes === 'object') {
|
|
2486
2480
|
data.totpRecoveryCodes = [data.totpRecoveryCodes];
|
|
@@ -2504,7 +2498,7 @@ export default {
|
|
|
2504
2498
|
}
|
|
2505
2499
|
};
|
|
2506
2500
|
},
|
|
2507
|
-
'hydrator-user_7000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError,
|
|
2501
|
+
'hydrator-user_7000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, user_oauth_132, user_passkey_133, user_totp_134, user_totp_recovery_code_135) {
|
|
2508
2502
|
// compiled hydrator for entity UserEntity ( normalized)
|
|
2509
2503
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
2510
2504
|
if (data.sub === null) {
|
|
@@ -2559,12 +2553,6 @@ export default {
|
|
|
2559
2553
|
else if (typeof data.password_hash !== 'undefined') {
|
|
2560
2554
|
entity.password_hash = data.password_hash;
|
|
2561
2555
|
}
|
|
2562
|
-
if (data.password_reset_required === null) {
|
|
2563
|
-
entity.password_reset_required = null;
|
|
2564
|
-
}
|
|
2565
|
-
else if (typeof data.password_reset_required !== 'undefined') {
|
|
2566
|
-
entity.password_reset_required = !!data.password_reset_required;
|
|
2567
|
-
}
|
|
2568
2556
|
if (data.managed_by === null) {
|
|
2569
2557
|
entity.managed_by = null;
|
|
2570
2558
|
}
|
|
@@ -2593,10 +2581,10 @@ export default {
|
|
|
2593
2581
|
}
|
|
2594
2582
|
const createCollectionItem_oauthAccounts = (value, entity) => {
|
|
2595
2583
|
if (isPrimaryKey(value, false))
|
|
2596
|
-
return factory.createReference(
|
|
2584
|
+
return factory.createReference(user_oauth_132, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2597
2585
|
if (value && isEntity(value))
|
|
2598
2586
|
return value;
|
|
2599
|
-
return factory.create(
|
|
2587
|
+
return factory.create(user_oauth_132, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2600
2588
|
};
|
|
2601
2589
|
if (data.oauthAccounts && !Array.isArray(data.oauthAccounts) && typeof data.oauthAccounts === 'object') {
|
|
2602
2590
|
data.oauthAccounts = [data.oauthAccounts];
|
|
@@ -2620,10 +2608,10 @@ export default {
|
|
|
2620
2608
|
}
|
|
2621
2609
|
const createCollectionItem_passkeys = (value, entity) => {
|
|
2622
2610
|
if (isPrimaryKey(value, false))
|
|
2623
|
-
return factory.createReference(
|
|
2611
|
+
return factory.createReference(user_passkey_133, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2624
2612
|
if (value && isEntity(value))
|
|
2625
2613
|
return value;
|
|
2626
|
-
return factory.create(
|
|
2614
|
+
return factory.create(user_passkey_133, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2627
2615
|
};
|
|
2628
2616
|
if (data.passkeys && !Array.isArray(data.passkeys) && typeof data.passkeys === 'object') {
|
|
2629
2617
|
data.passkeys = [data.passkeys];
|
|
@@ -2647,10 +2635,10 @@ export default {
|
|
|
2647
2635
|
}
|
|
2648
2636
|
const createCollectionItem_totps = (value, entity) => {
|
|
2649
2637
|
if (isPrimaryKey(value, false))
|
|
2650
|
-
return factory.createReference(
|
|
2638
|
+
return factory.createReference(user_totp_134, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2651
2639
|
if (value && isEntity(value))
|
|
2652
2640
|
return value;
|
|
2653
|
-
return factory.create(
|
|
2641
|
+
return factory.create(user_totp_134, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2654
2642
|
};
|
|
2655
2643
|
if (data.totps && !Array.isArray(data.totps) && typeof data.totps === 'object') {
|
|
2656
2644
|
data.totps = [data.totps];
|
|
@@ -2674,10 +2662,10 @@ export default {
|
|
|
2674
2662
|
}
|
|
2675
2663
|
const createCollectionItem_totpRecoveryCodes = (value, entity) => {
|
|
2676
2664
|
if (isPrimaryKey(value, false))
|
|
2677
|
-
return factory.createReference(
|
|
2665
|
+
return factory.createReference(user_totp_recovery_code_135, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2678
2666
|
if (value && isEntity(value))
|
|
2679
2667
|
return value;
|
|
2680
|
-
return factory.create(
|
|
2668
|
+
return factory.create(user_totp_recovery_code_135, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
2681
2669
|
};
|
|
2682
2670
|
if (data.totpRecoveryCodes && !Array.isArray(data.totpRecoveryCodes) && typeof data.totpRecoveryCodes === 'object') {
|
|
2683
2671
|
data.totpRecoveryCodes = [data.totpRecoveryCodes];
|
|
@@ -2771,17 +2759,6 @@ export default {
|
|
|
2771
2759
|
else if (last.password_hash !== current.password_hash) {
|
|
2772
2760
|
diff.password_hash = current.password_hash;
|
|
2773
2761
|
}
|
|
2774
|
-
if (current.password_reset_required === null && last.password_reset_required === undefined) {
|
|
2775
|
-
diff.password_reset_required = current.password_reset_required;
|
|
2776
|
-
}
|
|
2777
|
-
else if (current.password_reset_required == null && last.password_reset_required == null) {
|
|
2778
|
-
}
|
|
2779
|
-
else if ((current.password_reset_required != null && last.password_reset_required == null) || (current.password_reset_required == null && last.password_reset_required != null)) {
|
|
2780
|
-
diff.password_reset_required = current.password_reset_required;
|
|
2781
|
-
}
|
|
2782
|
-
else if (!compareBooleans(last.password_reset_required, current.password_reset_required)) {
|
|
2783
|
-
diff.password_reset_required = current.password_reset_required;
|
|
2784
|
-
}
|
|
2785
2762
|
if (current.managed_by === null && last.managed_by === undefined) {
|
|
2786
2763
|
diff.managed_by = current.managed_by;
|
|
2787
2764
|
}
|
|
@@ -2841,9 +2818,6 @@ export default {
|
|
|
2841
2818
|
if (typeof entity.password_hash !== 'undefined') {
|
|
2842
2819
|
ret.password_hash = entity.password_hash;
|
|
2843
2820
|
}
|
|
2844
|
-
if (typeof entity.password_reset_required !== 'undefined') {
|
|
2845
|
-
ret.password_reset_required = entity.password_reset_required;
|
|
2846
|
-
}
|
|
2847
2821
|
if (typeof entity.managed_by !== 'undefined') {
|
|
2848
2822
|
ret.managed_by = entity.managed_by;
|
|
2849
2823
|
}
|
|
@@ -2907,10 +2881,6 @@ export default {
|
|
|
2907
2881
|
ret.password_hash = result.password_hash;
|
|
2908
2882
|
mapped.password_hash = true;
|
|
2909
2883
|
}
|
|
2910
|
-
if (typeof result.password_reset_required !== 'undefined') {
|
|
2911
|
-
ret.password_reset_required = result.password_reset_required == null ? result.password_reset_required : !!result.password_reset_required;
|
|
2912
|
-
mapped.password_reset_required = true;
|
|
2913
|
-
}
|
|
2914
2884
|
if (typeof result.managed_by !== 'undefined') {
|
|
2915
2885
|
ret.managed_by = result.managed_by;
|
|
2916
2886
|
mapped.managed_by = true;
|
|
@@ -2981,7 +2951,7 @@ export default {
|
|
|
2981
2951
|
return '' + entity.sub;
|
|
2982
2952
|
};
|
|
2983
2953
|
},
|
|
2984
|
-
'hydrator-user_consent_13000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
2954
|
+
'hydrator-user_consent_13000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_141, user_142, oauth_client_143, oauth_client_144, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
|
|
2985
2955
|
// compiled hydrator for entity UserConsentEntity ( normalized)
|
|
2986
2956
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
2987
2957
|
if (data.id === null) {
|
|
@@ -3029,10 +2999,10 @@ export default {
|
|
|
3029
2999
|
}
|
|
3030
3000
|
else if (typeof data.user !== 'undefined') {
|
|
3031
3001
|
if (isPrimaryKey(data.user, true)) {
|
|
3032
|
-
entity.user = factory.createReference(
|
|
3002
|
+
entity.user = factory.createReference(user_141, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
3033
3003
|
}
|
|
3034
3004
|
else if (data.user && typeof data.user === 'object') {
|
|
3035
|
-
entity.user = factory.create(
|
|
3005
|
+
entity.user = factory.create(user_142, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
3036
3006
|
}
|
|
3037
3007
|
}
|
|
3038
3008
|
if (data.client === null) {
|
|
@@ -3040,10 +3010,10 @@ export default {
|
|
|
3040
3010
|
}
|
|
3041
3011
|
else if (typeof data.client !== 'undefined') {
|
|
3042
3012
|
if (isPrimaryKey(data.client, true)) {
|
|
3043
|
-
entity.client = factory.createReference(
|
|
3013
|
+
entity.client = factory.createReference(oauth_client_143, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
3044
3014
|
}
|
|
3045
3015
|
else if (data.client && typeof data.client === 'object') {
|
|
3046
|
-
entity.client = factory.create(
|
|
3016
|
+
entity.client = factory.create(oauth_client_144, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
3047
3017
|
}
|
|
3048
3018
|
}
|
|
3049
3019
|
if (data.scopes === null) {
|
|
@@ -3089,7 +3059,7 @@ export default {
|
|
|
3089
3059
|
}
|
|
3090
3060
|
};
|
|
3091
3061
|
},
|
|
3092
|
-
'hydrator-user_consent_13000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
3062
|
+
'hydrator-user_consent_13000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_151, user_152, oauth_client_153, oauth_client_154, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
|
|
3093
3063
|
// compiled hydrator for entity UserConsentEntity ( normalized)
|
|
3094
3064
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
3095
3065
|
if (data.id === null) {
|
|
@@ -3137,10 +3107,10 @@ export default {
|
|
|
3137
3107
|
}
|
|
3138
3108
|
else if (typeof data.user !== 'undefined') {
|
|
3139
3109
|
if (isPrimaryKey(data.user, true)) {
|
|
3140
|
-
entity.user = factory.createReference(
|
|
3110
|
+
entity.user = factory.createReference(user_151, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
3141
3111
|
}
|
|
3142
3112
|
else if (data.user && typeof data.user === 'object') {
|
|
3143
|
-
entity.user = factory.create(
|
|
3113
|
+
entity.user = factory.create(user_152, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
3144
3114
|
}
|
|
3145
3115
|
}
|
|
3146
3116
|
if (data.client === null) {
|
|
@@ -3148,10 +3118,10 @@ export default {
|
|
|
3148
3118
|
}
|
|
3149
3119
|
else if (typeof data.client !== 'undefined') {
|
|
3150
3120
|
if (isPrimaryKey(data.client, true)) {
|
|
3151
|
-
entity.client = factory.createReference(
|
|
3121
|
+
entity.client = factory.createReference(oauth_client_153, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
3152
3122
|
}
|
|
3153
3123
|
else if (data.client && typeof data.client === 'object') {
|
|
3154
|
-
entity.client = factory.create(
|
|
3124
|
+
entity.client = factory.create(oauth_client_154, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
3155
3125
|
}
|
|
3156
3126
|
}
|
|
3157
3127
|
if (data.scopes === null) {
|
|
@@ -3481,7 +3451,7 @@ export default {
|
|
|
3481
3451
|
return getPrimaryKeyHash(val_6);
|
|
3482
3452
|
};
|
|
3483
3453
|
},
|
|
3484
|
-
'hydrator-terms_20000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError,
|
|
3454
|
+
'hydrator-terms_20000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_167, user_terms_consent_168) {
|
|
3485
3455
|
// compiled hydrator for entity TermsEntity ( normalized)
|
|
3486
3456
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
3487
3457
|
if (data.id === null) {
|
|
@@ -3544,10 +3514,10 @@ export default {
|
|
|
3544
3514
|
}
|
|
3545
3515
|
const createCollectionItem_contents = (value, entity) => {
|
|
3546
3516
|
if (isPrimaryKey(value, false))
|
|
3547
|
-
return factory.createReference(
|
|
3517
|
+
return factory.createReference(terms_content_167, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3548
3518
|
if (value && isEntity(value))
|
|
3549
3519
|
return value;
|
|
3550
|
-
return factory.create(
|
|
3520
|
+
return factory.create(terms_content_167, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3551
3521
|
};
|
|
3552
3522
|
if (data.contents && !Array.isArray(data.contents) && typeof data.contents === 'object') {
|
|
3553
3523
|
data.contents = [data.contents];
|
|
@@ -3571,10 +3541,10 @@ export default {
|
|
|
3571
3541
|
}
|
|
3572
3542
|
const createCollectionItem_consents = (value, entity) => {
|
|
3573
3543
|
if (isPrimaryKey(value, false))
|
|
3574
|
-
return factory.createReference(
|
|
3544
|
+
return factory.createReference(user_terms_consent_168, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3575
3545
|
if (value && isEntity(value))
|
|
3576
3546
|
return value;
|
|
3577
|
-
return factory.create(
|
|
3547
|
+
return factory.create(user_terms_consent_168, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3578
3548
|
};
|
|
3579
3549
|
if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
|
|
3580
3550
|
data.consents = [data.consents];
|
|
@@ -3598,7 +3568,7 @@ export default {
|
|
|
3598
3568
|
}
|
|
3599
3569
|
};
|
|
3600
3570
|
},
|
|
3601
|
-
'hydrator-terms_20000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError,
|
|
3571
|
+
'hydrator-terms_20000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_176, user_terms_consent_177) {
|
|
3602
3572
|
// compiled hydrator for entity TermsEntity ( normalized)
|
|
3603
3573
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
3604
3574
|
if (data.id === null) {
|
|
@@ -3661,10 +3631,10 @@ export default {
|
|
|
3661
3631
|
}
|
|
3662
3632
|
const createCollectionItem_contents = (value, entity) => {
|
|
3663
3633
|
if (isPrimaryKey(value, false))
|
|
3664
|
-
return factory.createReference(
|
|
3634
|
+
return factory.createReference(terms_content_176, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3665
3635
|
if (value && isEntity(value))
|
|
3666
3636
|
return value;
|
|
3667
|
-
return factory.create(
|
|
3637
|
+
return factory.create(terms_content_176, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3668
3638
|
};
|
|
3669
3639
|
if (data.contents && !Array.isArray(data.contents) && typeof data.contents === 'object') {
|
|
3670
3640
|
data.contents = [data.contents];
|
|
@@ -3688,10 +3658,10 @@ export default {
|
|
|
3688
3658
|
}
|
|
3689
3659
|
const createCollectionItem_consents = (value, entity) => {
|
|
3690
3660
|
if (isPrimaryKey(value, false))
|
|
3691
|
-
return factory.createReference(
|
|
3661
|
+
return factory.createReference(user_terms_consent_177, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3692
3662
|
if (value && isEntity(value))
|
|
3693
3663
|
return value;
|
|
3694
|
-
return factory.create(
|
|
3664
|
+
return factory.create(user_terms_consent_177, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
3695
3665
|
};
|
|
3696
3666
|
if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
|
|
3697
3667
|
data.consents = [data.consents];
|
|
@@ -3930,7 +3900,7 @@ export default {
|
|
|
3930
3900
|
return '' + entity.id;
|
|
3931
3901
|
};
|
|
3932
3902
|
},
|
|
3933
|
-
'hydrator-terms_content_18000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
3903
|
+
'hydrator-terms_content_18000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_183, terms_184) {
|
|
3934
3904
|
// compiled hydrator for entity TermsContentEntity ( normalized)
|
|
3935
3905
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
3936
3906
|
if (data.id === null) {
|
|
@@ -3978,10 +3948,10 @@ export default {
|
|
|
3978
3948
|
}
|
|
3979
3949
|
else if (typeof data.terms !== 'undefined') {
|
|
3980
3950
|
if (isPrimaryKey(data.terms, true)) {
|
|
3981
|
-
entity.terms = factory.createReference(
|
|
3951
|
+
entity.terms = factory.createReference(terms_183, data.terms, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
3982
3952
|
}
|
|
3983
3953
|
else if (data.terms && typeof data.terms === 'object') {
|
|
3984
|
-
entity.terms = factory.create(
|
|
3954
|
+
entity.terms = factory.create(terms_184, data.terms, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
3985
3955
|
}
|
|
3986
3956
|
}
|
|
3987
3957
|
if (data.lang === null) {
|
|
@@ -4010,7 +3980,7 @@ export default {
|
|
|
4010
3980
|
}
|
|
4011
3981
|
};
|
|
4012
3982
|
},
|
|
4013
|
-
'hydrator-terms_content_18000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
3983
|
+
'hydrator-terms_content_18000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_192, terms_193) {
|
|
4014
3984
|
// compiled hydrator for entity TermsContentEntity ( normalized)
|
|
4015
3985
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
4016
3986
|
if (data.id === null) {
|
|
@@ -4058,10 +4028,10 @@ export default {
|
|
|
4058
4028
|
}
|
|
4059
4029
|
else if (typeof data.terms !== 'undefined') {
|
|
4060
4030
|
if (isPrimaryKey(data.terms, true)) {
|
|
4061
|
-
entity.terms = factory.createReference(
|
|
4031
|
+
entity.terms = factory.createReference(terms_192, data.terms, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
4062
4032
|
}
|
|
4063
4033
|
else if (data.terms && typeof data.terms === 'object') {
|
|
4064
|
-
entity.terms = factory.create(
|
|
4034
|
+
entity.terms = factory.create(terms_193, data.terms, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
4065
4035
|
}
|
|
4066
4036
|
}
|
|
4067
4037
|
if (data.lang === null) {
|
|
@@ -5060,7 +5030,7 @@ export default {
|
|
|
5060
5030
|
return '' + entity.id;
|
|
5061
5031
|
};
|
|
5062
5032
|
},
|
|
5063
|
-
'hydrator-revoked_tokens_12000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
5033
|
+
'hydrator-revoked_tokens_12000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_237, oauth_client_238, user_239, user_240) {
|
|
5064
5034
|
// compiled hydrator for entity RevokedTokenEntity ( normalized)
|
|
5065
5035
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
5066
5036
|
if (data.id === null) {
|
|
@@ -5120,10 +5090,10 @@ export default {
|
|
|
5120
5090
|
}
|
|
5121
5091
|
else if (typeof data.client !== 'undefined') {
|
|
5122
5092
|
if (isPrimaryKey(data.client, true)) {
|
|
5123
|
-
entity.client = factory.createReference(
|
|
5093
|
+
entity.client = factory.createReference(oauth_client_237, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
5124
5094
|
}
|
|
5125
5095
|
else if (data.client && typeof data.client === 'object') {
|
|
5126
|
-
entity.client = factory.create(
|
|
5096
|
+
entity.client = factory.create(oauth_client_238, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
5127
5097
|
}
|
|
5128
5098
|
}
|
|
5129
5099
|
if (data.user === null) {
|
|
@@ -5131,10 +5101,10 @@ export default {
|
|
|
5131
5101
|
}
|
|
5132
5102
|
else if (typeof data.user !== 'undefined') {
|
|
5133
5103
|
if (isPrimaryKey(data.user, true)) {
|
|
5134
|
-
entity.user = factory.createReference(
|
|
5104
|
+
entity.user = factory.createReference(user_239, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
5135
5105
|
}
|
|
5136
5106
|
else if (data.user && typeof data.user === 'object') {
|
|
5137
|
-
entity.user = factory.create(
|
|
5107
|
+
entity.user = factory.create(user_240, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
5138
5108
|
}
|
|
5139
5109
|
}
|
|
5140
5110
|
if (data.expires_at === null) {
|
|
@@ -5167,7 +5137,7 @@ export default {
|
|
|
5167
5137
|
}
|
|
5168
5138
|
};
|
|
5169
5139
|
},
|
|
5170
|
-
'hydrator-revoked_tokens_12000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
5140
|
+
'hydrator-revoked_tokens_12000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_248, oauth_client_249, user_250, user_251) {
|
|
5171
5141
|
// compiled hydrator for entity RevokedTokenEntity ( normalized)
|
|
5172
5142
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
5173
5143
|
if (data.id === null) {
|
|
@@ -5227,10 +5197,10 @@ export default {
|
|
|
5227
5197
|
}
|
|
5228
5198
|
else if (typeof data.client !== 'undefined') {
|
|
5229
5199
|
if (isPrimaryKey(data.client, true)) {
|
|
5230
|
-
entity.client = factory.createReference(
|
|
5200
|
+
entity.client = factory.createReference(oauth_client_248, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
5231
5201
|
}
|
|
5232
5202
|
else if (data.client && typeof data.client === 'object') {
|
|
5233
|
-
entity.client = factory.create(
|
|
5203
|
+
entity.client = factory.create(oauth_client_249, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
5234
5204
|
}
|
|
5235
5205
|
}
|
|
5236
5206
|
if (data.user === null) {
|
|
@@ -5238,10 +5208,10 @@ export default {
|
|
|
5238
5208
|
}
|
|
5239
5209
|
else if (typeof data.user !== 'undefined') {
|
|
5240
5210
|
if (isPrimaryKey(data.user, true)) {
|
|
5241
|
-
entity.user = factory.createReference(
|
|
5211
|
+
entity.user = factory.createReference(user_250, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
5242
5212
|
}
|
|
5243
5213
|
else if (data.user && typeof data.user === 'object') {
|
|
5244
|
-
entity.user = factory.create(
|
|
5214
|
+
entity.user = factory.create(user_251, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
5245
5215
|
}
|
|
5246
5216
|
}
|
|
5247
5217
|
if (data.expires_at === null) {
|
|
@@ -6133,7 +6103,7 @@ export default {
|
|
|
6133
6103
|
return getPrimaryKeyHash(val_9);
|
|
6134
6104
|
};
|
|
6135
6105
|
},
|
|
6136
|
-
'hydrator-password_reset_15000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
6106
|
+
'hydrator-password_reset_15000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_285, user_286) {
|
|
6137
6107
|
// compiled hydrator for entity PasswordResetEntity ( normalized)
|
|
6138
6108
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
6139
6109
|
if (data.id === null) {
|
|
@@ -6181,10 +6151,10 @@ export default {
|
|
|
6181
6151
|
}
|
|
6182
6152
|
else if (typeof data.user !== 'undefined') {
|
|
6183
6153
|
if (isPrimaryKey(data.user, true)) {
|
|
6184
|
-
entity.user = Reference.create(factory.createReference(
|
|
6154
|
+
entity.user = Reference.create(factory.createReference(user_285, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
|
|
6185
6155
|
}
|
|
6186
6156
|
else if (data.user && typeof data.user === 'object') {
|
|
6187
|
-
entity.user = Reference.create(factory.create(
|
|
6157
|
+
entity.user = Reference.create(factory.create(user_286, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
|
|
6188
6158
|
}
|
|
6189
6159
|
}
|
|
6190
6160
|
if (data.token === null) {
|
|
@@ -6229,7 +6199,7 @@ export default {
|
|
|
6229
6199
|
}
|
|
6230
6200
|
};
|
|
6231
6201
|
},
|
|
6232
|
-
'hydrator-password_reset_15000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
6202
|
+
'hydrator-password_reset_15000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_294, user_295) {
|
|
6233
6203
|
// compiled hydrator for entity PasswordResetEntity ( normalized)
|
|
6234
6204
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
6235
6205
|
if (data.id === null) {
|
|
@@ -6277,10 +6247,10 @@ export default {
|
|
|
6277
6247
|
}
|
|
6278
6248
|
else if (typeof data.user !== 'undefined') {
|
|
6279
6249
|
if (isPrimaryKey(data.user, true)) {
|
|
6280
|
-
entity.user = Reference.create(factory.createReference(
|
|
6250
|
+
entity.user = Reference.create(factory.createReference(user_294, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
|
|
6281
6251
|
}
|
|
6282
6252
|
else if (data.user && typeof data.user === 'object') {
|
|
6283
|
-
entity.user = Reference.create(factory.create(
|
|
6253
|
+
entity.user = Reference.create(factory.create(user_295, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
|
|
6284
6254
|
}
|
|
6285
6255
|
}
|
|
6286
6256
|
if (data.token === null) {
|
|
@@ -6601,7 +6571,7 @@ export default {
|
|
|
6601
6571
|
return getPrimaryKeyHash(val_10);
|
|
6602
6572
|
};
|
|
6603
6573
|
},
|
|
6604
|
-
'hydrator-oauth_device_code_11000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
6574
|
+
'hydrator-oauth_device_code_11000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_307, oauth_client_308, convertToJSValue_scope, convertToDatabaseValue_scope, user_311, user_312) {
|
|
6605
6575
|
// compiled hydrator for entity OAuthDeviceCodeEntity ( normalized)
|
|
6606
6576
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
6607
6577
|
if (data.id === null) {
|
|
@@ -6661,10 +6631,10 @@ export default {
|
|
|
6661
6631
|
}
|
|
6662
6632
|
else if (typeof data.client !== 'undefined') {
|
|
6663
6633
|
if (isPrimaryKey(data.client, true)) {
|
|
6664
|
-
entity.client = factory.createReference(
|
|
6634
|
+
entity.client = factory.createReference(oauth_client_307, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
6665
6635
|
}
|
|
6666
6636
|
else if (data.client && typeof data.client === 'object') {
|
|
6667
|
-
entity.client = factory.create(
|
|
6637
|
+
entity.client = factory.create(oauth_client_308, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
6668
6638
|
}
|
|
6669
6639
|
}
|
|
6670
6640
|
if (data.scope === null) {
|
|
@@ -6699,10 +6669,10 @@ export default {
|
|
|
6699
6669
|
}
|
|
6700
6670
|
else if (typeof data.authorizedUser !== 'undefined') {
|
|
6701
6671
|
if (isPrimaryKey(data.authorizedUser, true)) {
|
|
6702
|
-
entity.authorizedUser = factory.createReference(
|
|
6672
|
+
entity.authorizedUser = factory.createReference(user_311, data.authorizedUser, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
6703
6673
|
}
|
|
6704
6674
|
else if (data.authorizedUser && typeof data.authorizedUser === 'object') {
|
|
6705
|
-
entity.authorizedUser = factory.create(
|
|
6675
|
+
entity.authorizedUser = factory.create(user_312, data.authorizedUser, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
6706
6676
|
}
|
|
6707
6677
|
}
|
|
6708
6678
|
if (data.authorizedAt === null) {
|
|
@@ -6769,7 +6739,7 @@ export default {
|
|
|
6769
6739
|
}
|
|
6770
6740
|
};
|
|
6771
6741
|
},
|
|
6772
|
-
'hydrator-oauth_device_code_11000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
6742
|
+
'hydrator-oauth_device_code_11000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_323, oauth_client_324, convertToJSValue_scope, convertToDatabaseValue_scope, user_327, user_328) {
|
|
6773
6743
|
// compiled hydrator for entity OAuthDeviceCodeEntity ( normalized)
|
|
6774
6744
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
6775
6745
|
if (data.id === null) {
|
|
@@ -6829,10 +6799,10 @@ export default {
|
|
|
6829
6799
|
}
|
|
6830
6800
|
else if (typeof data.client !== 'undefined') {
|
|
6831
6801
|
if (isPrimaryKey(data.client, true)) {
|
|
6832
|
-
entity.client = factory.createReference(
|
|
6802
|
+
entity.client = factory.createReference(oauth_client_323, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
6833
6803
|
}
|
|
6834
6804
|
else if (data.client && typeof data.client === 'object') {
|
|
6835
|
-
entity.client = factory.create(
|
|
6805
|
+
entity.client = factory.create(oauth_client_324, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
6836
6806
|
}
|
|
6837
6807
|
}
|
|
6838
6808
|
if (data.scope === null) {
|
|
@@ -6867,10 +6837,10 @@ export default {
|
|
|
6867
6837
|
}
|
|
6868
6838
|
else if (typeof data.authorizedUser !== 'undefined') {
|
|
6869
6839
|
if (isPrimaryKey(data.authorizedUser, true)) {
|
|
6870
|
-
entity.authorizedUser = factory.createReference(
|
|
6840
|
+
entity.authorizedUser = factory.createReference(user_327, data.authorizedUser, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
6871
6841
|
}
|
|
6872
6842
|
else if (data.authorizedUser && typeof data.authorizedUser === 'object') {
|
|
6873
|
-
entity.authorizedUser = factory.create(
|
|
6843
|
+
entity.authorizedUser = factory.create(user_328, data.authorizedUser, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
6874
6844
|
}
|
|
6875
6845
|
}
|
|
6876
6846
|
if (data.authorizedAt === null) {
|
|
@@ -7362,7 +7332,7 @@ export default {
|
|
|
7362
7332
|
return getPrimaryKeyHash(val_11);
|
|
7363
7333
|
};
|
|
7364
7334
|
},
|
|
7365
|
-
'hydrator-oauth_code_10000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
7335
|
+
'hydrator-oauth_code_10000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_340, oauth_client_341, user_342, user_343, convertToJSValue_scope, convertToDatabaseValue_scope) {
|
|
7366
7336
|
// compiled hydrator for entity OAuthCodeEntity ( normalized)
|
|
7367
7337
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
7368
7338
|
if (data.id === null) {
|
|
@@ -7416,10 +7386,10 @@ export default {
|
|
|
7416
7386
|
}
|
|
7417
7387
|
else if (typeof data.client !== 'undefined') {
|
|
7418
7388
|
if (isPrimaryKey(data.client, true)) {
|
|
7419
|
-
entity.client = factory.createReference(
|
|
7389
|
+
entity.client = factory.createReference(oauth_client_340, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
7420
7390
|
}
|
|
7421
7391
|
else if (data.client && typeof data.client === 'object') {
|
|
7422
|
-
entity.client = factory.create(
|
|
7392
|
+
entity.client = factory.create(oauth_client_341, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
7423
7393
|
}
|
|
7424
7394
|
}
|
|
7425
7395
|
if (data.user === null) {
|
|
@@ -7427,10 +7397,10 @@ export default {
|
|
|
7427
7397
|
}
|
|
7428
7398
|
else if (typeof data.user !== 'undefined') {
|
|
7429
7399
|
if (isPrimaryKey(data.user, true)) {
|
|
7430
|
-
entity.user = Reference.create(factory.createReference(
|
|
7400
|
+
entity.user = Reference.create(factory.createReference(user_342, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
|
|
7431
7401
|
}
|
|
7432
7402
|
else if (data.user && typeof data.user === 'object') {
|
|
7433
|
-
entity.user = Reference.create(factory.create(
|
|
7403
|
+
entity.user = Reference.create(factory.create(user_343, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
|
|
7434
7404
|
}
|
|
7435
7405
|
}
|
|
7436
7406
|
if (data.redirectUri === null) {
|
|
@@ -7506,7 +7476,7 @@ export default {
|
|
|
7506
7476
|
}
|
|
7507
7477
|
};
|
|
7508
7478
|
},
|
|
7509
|
-
'hydrator-oauth_code_10000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
7479
|
+
'hydrator-oauth_code_10000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_356, oauth_client_357, user_358, user_359, convertToJSValue_scope, convertToDatabaseValue_scope) {
|
|
7510
7480
|
// compiled hydrator for entity OAuthCodeEntity ( normalized)
|
|
7511
7481
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
7512
7482
|
if (data.id === null) {
|
|
@@ -7560,10 +7530,10 @@ export default {
|
|
|
7560
7530
|
}
|
|
7561
7531
|
else if (typeof data.client !== 'undefined') {
|
|
7562
7532
|
if (isPrimaryKey(data.client, true)) {
|
|
7563
|
-
entity.client = factory.createReference(
|
|
7533
|
+
entity.client = factory.createReference(oauth_client_356, data.client, { merge: true, convertCustomTypes, normalizeAccessors, schema });
|
|
7564
7534
|
}
|
|
7565
7535
|
else if (data.client && typeof data.client === 'object') {
|
|
7566
|
-
entity.client = factory.create(
|
|
7536
|
+
entity.client = factory.create(oauth_client_357, data.client, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema });
|
|
7567
7537
|
}
|
|
7568
7538
|
}
|
|
7569
7539
|
if (data.user === null) {
|
|
@@ -7571,10 +7541,10 @@ export default {
|
|
|
7571
7541
|
}
|
|
7572
7542
|
else if (typeof data.user !== 'undefined') {
|
|
7573
7543
|
if (isPrimaryKey(data.user, true)) {
|
|
7574
|
-
entity.user = Reference.create(factory.createReference(
|
|
7544
|
+
entity.user = Reference.create(factory.createReference(user_358, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
|
|
7575
7545
|
}
|
|
7576
7546
|
else if (data.user && typeof data.user === 'object') {
|
|
7577
|
-
entity.user = Reference.create(factory.create(
|
|
7547
|
+
entity.user = Reference.create(factory.create(user_359, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
|
|
7578
7548
|
}
|
|
7579
7549
|
}
|
|
7580
7550
|
if (data.redirectUri === null) {
|
|
@@ -8042,7 +8012,7 @@ export default {
|
|
|
8042
8012
|
return getPrimaryKeyHash(val_12);
|
|
8043
8013
|
};
|
|
8044
8014
|
},
|
|
8045
|
-
'hydrator-oauth_client_14000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins,
|
|
8015
|
+
'hydrator-oauth_client_14000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins, oauth_code_386, oauth_device_code_387, user_consent_388, revoked_tokens_389) {
|
|
8046
8016
|
// compiled hydrator for entity OAuthClientEntity ( normalized)
|
|
8047
8017
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
8048
8018
|
if (data.id === null) {
|
|
@@ -8201,10 +8171,10 @@ export default {
|
|
|
8201
8171
|
}
|
|
8202
8172
|
const createCollectionItem_codes = (value, entity) => {
|
|
8203
8173
|
if (isPrimaryKey(value, false))
|
|
8204
|
-
return factory.createReference(
|
|
8174
|
+
return factory.createReference(oauth_code_386, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8205
8175
|
if (value && isEntity(value))
|
|
8206
8176
|
return value;
|
|
8207
|
-
return factory.create(
|
|
8177
|
+
return factory.create(oauth_code_386, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8208
8178
|
};
|
|
8209
8179
|
if (data.codes && !Array.isArray(data.codes) && typeof data.codes === 'object') {
|
|
8210
8180
|
data.codes = [data.codes];
|
|
@@ -8228,10 +8198,10 @@ export default {
|
|
|
8228
8198
|
}
|
|
8229
8199
|
const createCollectionItem_deviceCodes = (value, entity) => {
|
|
8230
8200
|
if (isPrimaryKey(value, false))
|
|
8231
|
-
return factory.createReference(
|
|
8201
|
+
return factory.createReference(oauth_device_code_387, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8232
8202
|
if (value && isEntity(value))
|
|
8233
8203
|
return value;
|
|
8234
|
-
return factory.create(
|
|
8204
|
+
return factory.create(oauth_device_code_387, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8235
8205
|
};
|
|
8236
8206
|
if (data.deviceCodes && !Array.isArray(data.deviceCodes) && typeof data.deviceCodes === 'object') {
|
|
8237
8207
|
data.deviceCodes = [data.deviceCodes];
|
|
@@ -8255,10 +8225,10 @@ export default {
|
|
|
8255
8225
|
}
|
|
8256
8226
|
const createCollectionItem_consents = (value, entity) => {
|
|
8257
8227
|
if (isPrimaryKey(value, false))
|
|
8258
|
-
return factory.createReference(
|
|
8228
|
+
return factory.createReference(user_consent_388, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8259
8229
|
if (value && isEntity(value))
|
|
8260
8230
|
return value;
|
|
8261
|
-
return factory.create(
|
|
8231
|
+
return factory.create(user_consent_388, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8262
8232
|
};
|
|
8263
8233
|
if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
|
|
8264
8234
|
data.consents = [data.consents];
|
|
@@ -8282,10 +8252,10 @@ export default {
|
|
|
8282
8252
|
}
|
|
8283
8253
|
const createCollectionItem_revokedTokens = (value, entity) => {
|
|
8284
8254
|
if (isPrimaryKey(value, false))
|
|
8285
|
-
return factory.createReference(
|
|
8255
|
+
return factory.createReference(revoked_tokens_389, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8286
8256
|
if (value && isEntity(value))
|
|
8287
8257
|
return value;
|
|
8288
|
-
return factory.create(
|
|
8258
|
+
return factory.create(revoked_tokens_389, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8289
8259
|
};
|
|
8290
8260
|
if (data.revokedTokens && !Array.isArray(data.revokedTokens) && typeof data.revokedTokens === 'object') {
|
|
8291
8261
|
data.revokedTokens = [data.revokedTokens];
|
|
@@ -8309,7 +8279,7 @@ export default {
|
|
|
8309
8279
|
}
|
|
8310
8280
|
};
|
|
8311
8281
|
},
|
|
8312
|
-
'hydrator-oauth_client_14000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins,
|
|
8282
|
+
'hydrator-oauth_client_14000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, convertToJSValue_postLogoutRedirectUris, convertToDatabaseValue_postLogoutRedirectUris, convertToJSValue_webOrigins, convertToDatabaseValue_webOrigins, oauth_code_406, oauth_device_code_407, user_consent_408, revoked_tokens_409) {
|
|
8313
8283
|
// compiled hydrator for entity OAuthClientEntity ( normalized)
|
|
8314
8284
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
8315
8285
|
if (data.id === null) {
|
|
@@ -8468,10 +8438,10 @@ export default {
|
|
|
8468
8438
|
}
|
|
8469
8439
|
const createCollectionItem_codes = (value, entity) => {
|
|
8470
8440
|
if (isPrimaryKey(value, false))
|
|
8471
|
-
return factory.createReference(
|
|
8441
|
+
return factory.createReference(oauth_code_406, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8472
8442
|
if (value && isEntity(value))
|
|
8473
8443
|
return value;
|
|
8474
|
-
return factory.create(
|
|
8444
|
+
return factory.create(oauth_code_406, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8475
8445
|
};
|
|
8476
8446
|
if (data.codes && !Array.isArray(data.codes) && typeof data.codes === 'object') {
|
|
8477
8447
|
data.codes = [data.codes];
|
|
@@ -8495,10 +8465,10 @@ export default {
|
|
|
8495
8465
|
}
|
|
8496
8466
|
const createCollectionItem_deviceCodes = (value, entity) => {
|
|
8497
8467
|
if (isPrimaryKey(value, false))
|
|
8498
|
-
return factory.createReference(
|
|
8468
|
+
return factory.createReference(oauth_device_code_407, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8499
8469
|
if (value && isEntity(value))
|
|
8500
8470
|
return value;
|
|
8501
|
-
return factory.create(
|
|
8471
|
+
return factory.create(oauth_device_code_407, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8502
8472
|
};
|
|
8503
8473
|
if (data.deviceCodes && !Array.isArray(data.deviceCodes) && typeof data.deviceCodes === 'object') {
|
|
8504
8474
|
data.deviceCodes = [data.deviceCodes];
|
|
@@ -8522,10 +8492,10 @@ export default {
|
|
|
8522
8492
|
}
|
|
8523
8493
|
const createCollectionItem_consents = (value, entity) => {
|
|
8524
8494
|
if (isPrimaryKey(value, false))
|
|
8525
|
-
return factory.createReference(
|
|
8495
|
+
return factory.createReference(user_consent_408, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8526
8496
|
if (value && isEntity(value))
|
|
8527
8497
|
return value;
|
|
8528
|
-
return factory.create(
|
|
8498
|
+
return factory.create(user_consent_408, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8529
8499
|
};
|
|
8530
8500
|
if (data.consents && !Array.isArray(data.consents) && typeof data.consents === 'object') {
|
|
8531
8501
|
data.consents = [data.consents];
|
|
@@ -8549,10 +8519,10 @@ export default {
|
|
|
8549
8519
|
}
|
|
8550
8520
|
const createCollectionItem_revokedTokens = (value, entity) => {
|
|
8551
8521
|
if (isPrimaryKey(value, false))
|
|
8552
|
-
return factory.createReference(
|
|
8522
|
+
return factory.createReference(revoked_tokens_409, value, { convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8553
8523
|
if (value && isEntity(value))
|
|
8554
8524
|
return value;
|
|
8555
|
-
return factory.create(
|
|
8525
|
+
return factory.create(revoked_tokens_409, value, { newEntity, convertCustomTypes, schema, normalizeAccessors, merge: true });
|
|
8556
8526
|
};
|
|
8557
8527
|
if (data.revokedTokens && !Array.isArray(data.revokedTokens) && typeof data.revokedTokens === 'object') {
|
|
8558
8528
|
data.revokedTokens = [data.revokedTokens];
|
|
@@ -9522,7 +9492,7 @@ export default {
|
|
|
9522
9492
|
return '' + entity.kid;
|
|
9523
9493
|
};
|
|
9524
9494
|
},
|
|
9525
|
-
'hydrator-email_verification_8000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
9495
|
+
'hydrator-email_verification_8000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_439, user_440) {
|
|
9526
9496
|
// compiled hydrator for entity EmailVerificationEntity ( normalized)
|
|
9527
9497
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
9528
9498
|
if (data.id === null) {
|
|
@@ -9570,10 +9540,10 @@ export default {
|
|
|
9570
9540
|
}
|
|
9571
9541
|
else if (typeof data.user !== 'undefined') {
|
|
9572
9542
|
if (isPrimaryKey(data.user, true)) {
|
|
9573
|
-
entity.user = Reference.create(factory.createReference(
|
|
9543
|
+
entity.user = Reference.create(factory.createReference(user_439, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
|
|
9574
9544
|
}
|
|
9575
9545
|
else if (data.user && typeof data.user === 'object') {
|
|
9576
|
-
entity.user = Reference.create(factory.create(
|
|
9546
|
+
entity.user = Reference.create(factory.create(user_440, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
|
|
9577
9547
|
}
|
|
9578
9548
|
}
|
|
9579
9549
|
if (data.token === null) {
|
|
@@ -9618,7 +9588,7 @@ export default {
|
|
|
9618
9588
|
}
|
|
9619
9589
|
};
|
|
9620
9590
|
},
|
|
9621
|
-
'hydrator-email_verification_8000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id,
|
|
9591
|
+
'hydrator-email_verification_8000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_448, user_449) {
|
|
9622
9592
|
// compiled hydrator for entity EmailVerificationEntity ( normalized)
|
|
9623
9593
|
return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
|
|
9624
9594
|
if (data.id === null) {
|
|
@@ -9666,10 +9636,10 @@ export default {
|
|
|
9666
9636
|
}
|
|
9667
9637
|
else if (typeof data.user !== 'undefined') {
|
|
9668
9638
|
if (isPrimaryKey(data.user, true)) {
|
|
9669
|
-
entity.user = Reference.create(factory.createReference(
|
|
9639
|
+
entity.user = Reference.create(factory.createReference(user_448, data.user, { merge: true, convertCustomTypes, normalizeAccessors, schema }));
|
|
9670
9640
|
}
|
|
9671
9641
|
else if (data.user && typeof data.user === 'object') {
|
|
9672
|
-
entity.user = Reference.create(factory.create(
|
|
9642
|
+
entity.user = Reference.create(factory.create(user_449, data.user, { initialized: true, merge: true, newEntity, convertCustomTypes, normalizeAccessors, schema }));
|
|
9673
9643
|
}
|
|
9674
9644
|
}
|
|
9675
9645
|
if (data.token === null) {
|