@authup/server-core 1.0.0-beta.45 → 1.0.0-beta.47
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/LICENSE +661 -201
- package/README.md +3 -1
- package/dist/adapters/database/data-source/index.d.ts +0 -1
- package/dist/adapters/database/data-source/index.d.ts.map +1 -1
- package/dist/adapters/database/data-source/index.mjs +1 -2
- package/dist/adapters/database/domains/client/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/client/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/client/subscriber.mjs +21 -39
- package/dist/adapters/database/domains/client/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/client-permission/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/client-permission/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/client-permission/subscriber.mjs +24 -49
- package/dist/adapters/database/domains/client-permission/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/client-role/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/client-role/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/client-role/subscriber.mjs +24 -49
- package/dist/adapters/database/domains/client-role/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/client-scope/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/client-scope/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/client-scope/subscriber.mjs +21 -36
- package/dist/adapters/database/domains/client-scope/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/identity-provider/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider/subscriber.mjs +21 -39
- package/dist/adapters/database/domains/identity-provider/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-account/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/identity-provider-account/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-account/subscriber.mjs +21 -36
- package/dist/adapters/database/domains/identity-provider-account/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-attribute/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/identity-provider-attribute/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-attribute/subscriber.mjs +21 -36
- package/dist/adapters/database/domains/identity-provider-attribute/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-role-mapping/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/identity-provider-role-mapping/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-role-mapping/subscriber.mjs +21 -45
- package/dist/adapters/database/domains/identity-provider-role-mapping/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/permission/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/permission/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/permission/subscriber.mjs +28 -47
- package/dist/adapters/database/domains/permission/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/policy/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/policy/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/policy/subscriber.mjs +21 -36
- package/dist/adapters/database/domains/policy/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/policy-attribute/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/policy-attribute/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/policy-attribute/subscriber.mjs +24 -45
- package/dist/adapters/database/domains/policy-attribute/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/realm/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/realm/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/realm/subscriber.mjs +21 -36
- package/dist/adapters/database/domains/realm/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/robot/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/robot/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/robot/subscriber.mjs +21 -39
- package/dist/adapters/database/domains/robot/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/robot-permission/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/robot-permission/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/robot-permission/subscriber.mjs +24 -49
- package/dist/adapters/database/domains/robot-permission/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/robot-role/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/robot-role/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/robot-role/subscriber.mjs +24 -49
- package/dist/adapters/database/domains/robot-role/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/role/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/role/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/role/subscriber.mjs +21 -41
- package/dist/adapters/database/domains/role/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/role-attribute/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/role-attribute/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/role-attribute/subscriber.mjs +24 -45
- package/dist/adapters/database/domains/role-attribute/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/role-permission/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/role-permission/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/role-permission/subscriber.mjs +24 -49
- package/dist/adapters/database/domains/role-permission/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/scope/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/scope/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/scope/subscriber.mjs +17 -43
- package/dist/adapters/database/domains/scope/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/user/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/user/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/user/subscriber.mjs +21 -39
- package/dist/adapters/database/domains/user/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/user-attribute/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/user-attribute/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/user-attribute/subscriber.mjs +24 -43
- package/dist/adapters/database/domains/user-attribute/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/user-permission/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/user-permission/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/user-permission/subscriber.mjs +24 -49
- package/dist/adapters/database/domains/user-permission/subscriber.mjs.map +1 -1
- package/dist/adapters/database/domains/user-role/subscriber.d.ts +3 -6
- package/dist/adapters/database/domains/user-role/subscriber.d.ts.map +1 -1
- package/dist/adapters/database/domains/user-role/subscriber.mjs +24 -49
- package/dist/adapters/database/domains/user-role/subscriber.mjs.map +1 -1
- package/dist/adapters/database/index.d.ts +1 -0
- package/dist/adapters/database/index.d.ts.map +1 -1
- package/dist/adapters/database/index.mjs +3 -2
- package/dist/adapters/database/subscriber/index.d.ts +3 -0
- package/dist/adapters/database/subscriber/index.d.ts.map +1 -0
- package/dist/adapters/database/subscriber/index.mjs +5 -0
- package/dist/adapters/database/subscriber/module.d.ts +19 -0
- package/dist/adapters/database/subscriber/module.d.ts.map +1 -0
- package/dist/adapters/database/subscriber/module.mjs +70 -0
- package/dist/adapters/database/subscriber/module.mjs.map +1 -0
- package/dist/adapters/database/subscriber/types.d.ts +15 -0
- package/dist/adapters/database/subscriber/types.d.ts.map +1 -0
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs +1 -1
- package/dist/adapters/http/controllers/workflows/activate/module.d.ts +8 -1
- package/dist/adapters/http/controllers/workflows/activate/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/activate/module.mjs +20 -1
- package/dist/adapters/http/controllers/workflows/activate/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/workflows/authorize/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/authorize/module.mjs +16 -37
- package/dist/adapters/http/controllers/workflows/authorize/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/workflows/authorize/types.d.ts +2 -0
- package/dist/adapters/http/controllers/workflows/authorize/types.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/password-forgot/module.d.ts +8 -1
- package/dist/adapters/http/controllers/workflows/password-forgot/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/password-forgot/module.mjs +23 -2
- package/dist/adapters/http/controllers/workflows/password-forgot/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/workflows/password-reset/module.d.ts +8 -1
- package/dist/adapters/http/controllers/workflows/password-reset/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/password-reset/module.mjs +21 -1
- package/dist/adapters/http/controllers/workflows/password-reset/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/workflows/register/module.d.ts +8 -1
- package/dist/adapters/http/controllers/workflows/register/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/register/module.mjs +23 -2
- package/dist/adapters/http/controllers/workflows/register/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/workflows/status/module.d.ts +11 -4
- package/dist/adapters/http/controllers/workflows/status/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/status/module.mjs +17 -5
- package/dist/adapters/http/controllers/workflows/status/module.mjs.map +1 -1
- package/dist/adapters/http/index.mjs +4 -1
- package/dist/adapters/http/middleware/built-in/cors.d.ts.map +1 -1
- package/dist/adapters/http/middleware/built-in/cors.mjs.map +1 -1
- package/dist/adapters/http/middleware/built-in/error.d.ts +6 -1
- package/dist/adapters/http/middleware/built-in/error.d.ts.map +1 -1
- package/dist/adapters/http/middleware/built-in/error.mjs +2 -3
- package/dist/adapters/http/middleware/built-in/error.mjs.map +1 -1
- package/dist/adapters/http/middleware/built-in/index.d.ts +1 -0
- package/dist/adapters/http/middleware/built-in/index.d.ts.map +1 -1
- package/dist/adapters/http/middleware/built-in/index.mjs +2 -1
- package/dist/adapters/http/middleware/built-in/logger.d.ts +2 -0
- package/dist/adapters/http/middleware/built-in/logger.d.ts.map +1 -1
- package/dist/adapters/http/middleware/built-in/logger.mjs +1 -2
- package/dist/adapters/http/middleware/built-in/logger.mjs.map +1 -1
- package/dist/adapters/http/middleware/built-in/ui-http-client.d.ts +15 -0
- package/dist/adapters/http/middleware/built-in/ui-http-client.d.ts.map +1 -0
- package/dist/adapters/http/middleware/built-in/ui-http-client.mjs +25 -0
- package/dist/adapters/http/middleware/built-in/ui-http-client.mjs.map +1 -0
- package/dist/adapters/http/middleware/index.mjs +2 -1
- package/dist/adapters/http/request/helpers/index.d.ts +2 -0
- package/dist/adapters/http/request/helpers/index.d.ts.map +1 -1
- package/dist/adapters/http/request/helpers/index.mjs +3 -1
- package/dist/adapters/http/request/helpers/locale.d.ts +14 -0
- package/dist/adapters/http/request/helpers/locale.d.ts.map +1 -0
- package/dist/adapters/http/request/helpers/locale.mjs +32 -0
- package/dist/adapters/http/request/helpers/locale.mjs.map +1 -0
- package/dist/adapters/http/request/helpers/locations.mjs +1 -1
- package/dist/adapters/http/request/helpers/redirect.d.ts +14 -0
- package/dist/adapters/http/request/helpers/redirect.d.ts.map +1 -0
- package/dist/adapters/http/request/helpers/redirect.mjs +36 -0
- package/dist/adapters/http/request/helpers/redirect.mjs.map +1 -0
- package/dist/adapters/http/request/index.mjs +3 -1
- package/dist/adapters/http/ui/base-path.d.ts +9 -0
- package/dist/adapters/http/ui/base-path.d.ts.map +1 -0
- package/dist/adapters/http/ui/base-path.mjs +18 -0
- package/dist/adapters/http/ui/base-path.mjs.map +1 -0
- package/dist/adapters/http/ui/index.d.ts +5 -0
- package/dist/adapters/http/ui/index.d.ts.map +1 -0
- package/dist/adapters/http/ui/index.mjs +7 -0
- package/dist/adapters/http/ui/render.d.ts +4 -0
- package/dist/adapters/http/ui/render.d.ts.map +1 -0
- package/dist/adapters/http/ui/render.mjs +60 -0
- package/dist/adapters/http/ui/render.mjs.map +1 -0
- package/dist/adapters/http/ui/serve.d.ts +16 -0
- package/dist/adapters/http/ui/serve.d.ts.map +1 -0
- package/dist/adapters/http/ui/serve.mjs +32 -0
- package/dist/adapters/http/ui/serve.mjs.map +1 -0
- package/dist/adapters/http/ui/types.d.ts +8 -0
- package/dist/adapters/http/ui/types.d.ts.map +1 -0
- package/dist/adapters/http/ui/types.mjs +4 -0
- package/dist/app/index.d.ts +0 -2
- package/dist/app/index.d.ts.map +1 -1
- package/dist/app/index.mjs +3 -3
- package/dist/app/modules/config/constants.d.ts +1 -0
- package/dist/app/modules/config/constants.d.ts.map +1 -1
- package/dist/app/modules/config/constants.mjs +1 -0
- package/dist/app/modules/config/constants.mjs.map +1 -1
- package/dist/app/modules/config/index.d.ts +1 -0
- package/dist/app/modules/config/index.d.ts.map +1 -1
- package/dist/app/modules/config/index.mjs +2 -1
- package/dist/app/modules/config/normalize.d.ts.map +1 -1
- package/dist/app/modules/config/normalize.mjs +9 -2
- package/dist/app/modules/config/normalize.mjs.map +1 -1
- package/dist/app/modules/config/origins.d.ts +10 -0
- package/dist/app/modules/config/origins.d.ts.map +1 -0
- package/dist/app/modules/config/origins.mjs +21 -0
- package/dist/app/modules/config/origins.mjs.map +1 -0
- package/dist/app/modules/config/parse.d.ts.map +1 -1
- package/dist/app/modules/config/parse.mjs +1 -0
- package/dist/app/modules/config/parse.mjs.map +1 -1
- package/dist/app/modules/config/read/env.d.ts.map +1 -1
- package/dist/app/modules/config/read/env.mjs +2 -0
- package/dist/app/modules/config/read/env.mjs.map +1 -1
- package/dist/app/modules/config/types.d.ts +14 -0
- package/dist/app/modules/config/types.d.ts.map +1 -1
- package/dist/app/modules/database/constants.d.ts +2 -0
- package/dist/app/modules/database/constants.d.ts.map +1 -1
- package/dist/app/modules/database/constants.mjs +4 -1
- package/dist/app/modules/database/constants.mjs.map +1 -1
- package/dist/app/modules/database/module.d.ts +5 -1
- package/dist/app/modules/database/module.d.ts.map +1 -1
- package/dist/app/modules/database/module.mjs +26 -15
- package/dist/app/modules/database/module.mjs.map +1 -1
- package/dist/app/modules/http/constants.d.ts +11 -0
- package/dist/app/modules/http/constants.d.ts.map +1 -1
- package/dist/app/modules/http/constants.mjs +12 -1
- package/dist/app/modules/http/constants.mjs.map +1 -1
- package/dist/app/modules/http/modules/controller.d.ts +5 -1
- package/dist/app/modules/http/modules/controller.d.ts.map +1 -1
- package/dist/app/modules/http/modules/controller.mjs +75 -10
- package/dist/app/modules/http/modules/controller.mjs.map +1 -1
- package/dist/app/modules/http/modules/middleware.d.ts +2 -1
- package/dist/app/modules/http/modules/middleware.d.ts.map +1 -1
- package/dist/app/modules/http/modules/middleware.mjs +19 -4
- package/dist/app/modules/http/modules/middleware.mjs.map +1 -1
- package/dist/app/modules/identity/module.mjs +4 -4
- package/dist/app/modules/identity/module.mjs.map +1 -1
- package/dist/app/modules/identity/repositories/provider/account/module.d.ts +3 -1
- package/dist/app/modules/identity/repositories/provider/account/module.d.ts.map +1 -1
- package/dist/app/modules/identity/repositories/provider/account/module.mjs +6 -3
- package/dist/app/modules/identity/repositories/provider/account/module.mjs.map +1 -1
- package/dist/app/modules/identity/repositories/provider/mapper/attribute.d.ts +3 -0
- package/dist/app/modules/identity/repositories/provider/mapper/attribute.d.ts.map +1 -1
- package/dist/app/modules/identity/repositories/provider/mapper/attribute.mjs +5 -2
- package/dist/app/modules/identity/repositories/provider/mapper/attribute.mjs.map +1 -1
- package/dist/app/modules/identity/repositories/provider/mapper/permission.d.ts +3 -0
- package/dist/app/modules/identity/repositories/provider/mapper/permission.d.ts.map +1 -1
- package/dist/app/modules/identity/repositories/provider/mapper/permission.mjs +5 -2
- package/dist/app/modules/identity/repositories/provider/mapper/permission.mjs.map +1 -1
- package/dist/app/modules/identity/repositories/provider/mapper/role.d.ts +3 -0
- package/dist/app/modules/identity/repositories/provider/mapper/role.d.ts.map +1 -1
- package/dist/app/modules/identity/repositories/provider/mapper/role.mjs +5 -2
- package/dist/app/modules/identity/repositories/provider/mapper/role.mjs.map +1 -1
- package/dist/app/modules/index.mjs +3 -2
- package/dist/app/modules/logger/module.d.ts.map +1 -1
- package/dist/app/modules/logger/module.mjs +1 -5
- package/dist/app/modules/logger/module.mjs.map +1 -1
- package/dist/app/modules/mail/constants.d.ts +2 -1
- package/dist/app/modules/mail/constants.d.ts.map +1 -1
- package/dist/app/modules/mail/constants.mjs +2 -1
- package/dist/app/modules/mail/constants.mjs.map +1 -1
- package/dist/app/modules/mail/index.mjs +2 -2
- package/dist/app/modules/mail/module.d.ts.map +1 -1
- package/dist/app/modules/mail/module.mjs +4 -1
- package/dist/app/modules/mail/module.mjs.map +1 -1
- package/dist/app/modules/oauth2/module.d.ts.map +1 -1
- package/dist/app/modules/oauth2/module.mjs +3 -1
- package/dist/app/modules/oauth2/module.mjs.map +1 -1
- package/dist/app/modules/oauth2/repositories/key/repository.d.ts +3 -0
- package/dist/app/modules/oauth2/repositories/key/repository.d.ts.map +1 -1
- package/dist/app/modules/oauth2/repositories/key/repository.mjs +5 -2
- package/dist/app/modules/oauth2/repositories/key/repository.mjs.map +1 -1
- package/dist/app/modules/provisioning/module.d.ts.map +1 -1
- package/dist/app/modules/provisioning/module.mjs +12 -0
- package/dist/app/modules/provisioning/module.mjs.map +1 -1
- package/dist/app/modules/provisioning/sources/default/module.d.ts.map +1 -1
- package/dist/app/modules/provisioning/sources/default/module.mjs +2 -1
- package/dist/app/modules/provisioning/sources/default/module.mjs.map +1 -1
- package/dist/core/entities/client/index.d.ts +1 -0
- package/dist/core/entities/client/index.d.ts.map +1 -1
- package/dist/core/entities/client/index.mjs +2 -1
- package/dist/core/entities/client/service.d.ts.map +1 -1
- package/dist/core/entities/client/service.mjs +3 -2
- package/dist/core/entities/client/service.mjs.map +1 -1
- package/dist/core/entities/client/types.d.ts +11 -1
- package/dist/core/entities/client/types.d.ts.map +1 -1
- package/dist/core/entities/client/web-client.d.ts +34 -0
- package/dist/core/entities/client/web-client.d.ts.map +1 -0
- package/dist/core/entities/client/web-client.mjs +62 -0
- package/dist/core/entities/client/web-client.mjs.map +1 -0
- package/dist/core/entities/index.mjs +2 -1
- package/dist/core/entities/realm/service.d.ts +6 -1
- package/dist/core/entities/realm/service.d.ts.map +1 -1
- package/dist/core/entities/realm/service.mjs +9 -0
- package/dist/core/entities/realm/service.mjs.map +1 -1
- package/dist/core/identity/index.d.ts +1 -0
- package/dist/core/identity/index.d.ts.map +1 -1
- package/dist/core/identity/index.mjs +2 -1
- package/dist/core/identity/password-recovery/constants.d.ts +6 -0
- package/dist/core/identity/password-recovery/constants.d.ts.map +1 -0
- package/dist/core/identity/password-recovery/constants.mjs +12 -0
- package/dist/core/identity/password-recovery/constants.mjs.map +1 -0
- package/dist/core/identity/password-recovery/index.d.ts +1 -0
- package/dist/core/identity/password-recovery/index.d.ts.map +1 -1
- package/dist/core/identity/password-recovery/index.mjs +2 -1
- package/dist/core/identity/password-recovery/service.d.ts +4 -2
- package/dist/core/identity/password-recovery/service.d.ts.map +1 -1
- package/dist/core/identity/password-recovery/service.mjs +17 -6
- package/dist/core/identity/password-recovery/service.mjs.map +1 -1
- package/dist/core/identity/password-recovery/types.d.ts +5 -2
- package/dist/core/identity/password-recovery/types.d.ts.map +1 -1
- package/dist/core/identity/registration/service.d.ts +4 -2
- package/dist/core/identity/registration/service.d.ts.map +1 -1
- package/dist/core/identity/registration/service.mjs +15 -6
- package/dist/core/identity/registration/service.mjs.map +1 -1
- package/dist/core/identity/registration/types.d.ts +5 -2
- package/dist/core/identity/registration/types.d.ts.map +1 -1
- package/dist/core/identity/role/module.d.ts.map +1 -1
- package/dist/core/identity/role/module.mjs +1 -1
- package/dist/core/identity/role/module.mjs.map +1 -1
- package/dist/core/identity/types.d.ts +10 -0
- package/dist/core/identity/types.d.ts.map +1 -0
- package/dist/core/identity/types.mjs +4 -0
- package/dist/core/index.mjs +8 -1
- package/dist/core/mail/format/blocks.d.ts +12 -0
- package/dist/core/mail/format/blocks.d.ts.map +1 -0
- package/dist/core/mail/format/blocks.mjs +47 -0
- package/dist/core/mail/format/blocks.mjs.map +1 -0
- package/dist/core/mail/format/html.d.ts +9 -0
- package/dist/core/mail/format/html.d.ts.map +1 -0
- package/dist/core/mail/format/html.mjs +41 -0
- package/dist/core/mail/format/html.mjs.map +1 -0
- package/dist/core/mail/format/index.d.ts +5 -0
- package/dist/core/mail/format/index.d.ts.map +1 -0
- package/dist/core/mail/format/index.mjs +7 -0
- package/dist/core/mail/format/text.d.ts +3 -0
- package/dist/core/mail/format/text.d.ts.map +1 -0
- package/dist/core/mail/format/text.mjs +20 -0
- package/dist/core/mail/format/text.mjs.map +1 -0
- package/dist/core/mail/format/types.d.ts +30 -0
- package/dist/core/mail/format/types.d.ts.map +1 -0
- package/dist/core/mail/format/types.mjs +4 -0
- package/dist/core/mail/index.d.ts +3 -0
- package/dist/core/mail/index.d.ts.map +1 -1
- package/dist/core/mail/index.mjs +6 -1
- package/dist/core/mail/renderer.d.ts +10 -0
- package/dist/core/mail/renderer.d.ts.map +1 -0
- package/dist/core/mail/renderer.mjs +49 -0
- package/dist/core/mail/renderer.mjs.map +1 -0
- package/dist/core/mail/template/define.d.ts +7 -0
- package/dist/core/mail/template/define.d.ts.map +1 -0
- package/dist/core/mail/template/define.mjs +14 -0
- package/dist/core/mail/template/define.mjs.map +1 -0
- package/dist/core/mail/template/index.d.ts +4 -0
- package/dist/core/mail/template/index.d.ts.map +1 -0
- package/dist/core/mail/template/index.mjs +7 -0
- package/dist/core/mail/template/registry.d.ts +6 -0
- package/dist/core/mail/template/registry.d.ts.map +1 -0
- package/dist/core/mail/template/registry.mjs +15 -0
- package/dist/core/mail/template/registry.mjs.map +1 -0
- package/dist/core/mail/template/templates/password-reset.d.ts +3 -0
- package/dist/core/mail/template/templates/password-reset.d.ts.map +1 -0
- package/dist/core/mail/template/templates/password-reset.mjs +36 -0
- package/dist/core/mail/template/templates/password-reset.mjs.map +1 -0
- package/dist/core/mail/template/templates/registration-activation.d.ts +3 -0
- package/dist/core/mail/template/templates/registration-activation.d.ts.map +1 -0
- package/dist/core/mail/template/templates/registration-activation.mjs +34 -0
- package/dist/core/mail/template/templates/registration-activation.mjs.map +1 -0
- package/dist/core/mail/template/types.d.ts +39 -0
- package/dist/core/mail/template/types.d.ts.map +1 -0
- package/dist/core/mail/template/types.mjs +13 -0
- package/dist/core/mail/template/types.mjs.map +1 -0
- package/dist/core/mail/types.d.ts +21 -0
- package/dist/core/mail/types.d.ts.map +1 -1
- package/dist/index.mjs +7 -4
- package/dist/swagger.json +98 -3
- package/dist/ui/client/.vite/ssr-manifest.json +49086 -875
- package/dist/ui/client/assets/asap-latin-400-normal-Dc37g3Il.woff +0 -0
- package/dist/ui/client/assets/asap-latin-400-normal-DnZ1MOsG.woff2 +0 -0
- package/dist/ui/client/assets/asap-latin-700-normal-Dqcopq14.woff +0 -0
- package/dist/ui/client/assets/asap-latin-700-normal-l2Y8pi-F.woff2 +0 -0
- package/dist/ui/client/assets/asap-latin-ext-400-normal-C-fcRdtE.woff +0 -0
- package/dist/ui/client/assets/asap-latin-ext-400-normal-DwYtpHbV.woff2 +0 -0
- package/dist/ui/client/assets/asap-latin-ext-700-normal-D00OESsZ.woff +0 -0
- package/dist/ui/client/assets/asap-latin-ext-700-normal-y8bo5aW5.woff2 +0 -0
- package/dist/ui/client/assets/asap-vietnamese-400-normal-DGyJlJLT.woff2 +0 -0
- package/dist/ui/client/assets/asap-vietnamese-400-normal-lfLaoF2x.woff +0 -0
- package/dist/ui/client/assets/asap-vietnamese-700-normal-B-e19ug5.woff +0 -0
- package/dist/ui/client/assets/asap-vietnamese-700-normal-D-SxY94i.woff2 +0 -0
- package/dist/ui/client/assets/index-BeXJgvKE.css +2 -0
- package/dist/ui/client/assets/index-CgLTRwpP.js +95 -0
- package/dist/ui/client/assets/nunito-cyrillic-300-normal-BPQV259B.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-300-normal-g5qSsvc0.woff +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-400-normal-D1j0u8EH.woff +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-400-normal-xAOo5cBP.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-600-normal-BUjmtIuu.woff +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-600-normal-DJGQ2h05.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-700-normal-DP36NgGt.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-700-normal-DfHRUDv-.woff +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-300-normal-BDHtqmCR.woff +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-300-normal-ChMQLIrm.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-400-normal-CuPM9foi.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-400-normal-xaE7D4Sw.woff +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-600-normal-CWPPjBOD.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-600-normal-vnfu4DTE.woff +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-700-normal-BuR0mlCG.woff2 +0 -0
- package/dist/ui/client/assets/nunito-cyrillic-ext-700-normal-DfoqN4Gs.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-300-normal-C3ZIKvzv.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-300-normal-COoPE5VN.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-400-normal-DKg4f3fz.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-400-normal-r8SDr6Up.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-600-normal-Br8yIETf.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-600-normal-Cd0eNu1l.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-700-normal-Dort48En.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-700-normal-OcDqTBcA.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-300-normal-D1SyVuPt.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-300-normal-DfqbmdMl.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-400-normal-CjMJVfGn.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-400-normal-i-8OOpdj.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-600-normal-BKUpuB78.woff +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-600-normal-Dd9Zuxh1.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-700-normal-BWeMsAzO.woff2 +0 -0
- package/dist/ui/client/assets/nunito-latin-ext-700-normal-D4woHhbd.woff +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-300-normal-DATld5Vw.woff +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-300-normal-mLneKULB.woff2 +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-400-normal-BHkVbP3T.woff2 +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-400-normal-DtOtW02z.woff +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-600-normal-BY8O6Cug.woff2 +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-600-normal-DO1RqFw5.woff +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-700-normal-C9SQsXvj.woff +0 -0
- package/dist/ui/client/assets/nunito-vietnamese-700-normal-Ch8EUCfz.woff2 +0 -0
- package/dist/ui/client/index.html +2 -2
- package/dist/ui/server/server.js +20388 -18163
- package/package.json +20 -17
- package/dist/adapters/database/data-source/singleton.d.ts +0 -5
- package/dist/adapters/database/data-source/singleton.d.ts.map +0 -1
- package/dist/adapters/database/data-source/singleton.mjs +0 -19
- package/dist/adapters/database/data-source/singleton.mjs.map +0 -1
- package/dist/adapters/database/event-publisher/index.d.ts +0 -2
- package/dist/adapters/database/event-publisher/index.d.ts.map +0 -1
- package/dist/adapters/database/event-publisher/index.mjs +0 -5
- package/dist/adapters/database/event-publisher/module.d.ts +0 -6
- package/dist/adapters/database/event-publisher/module.d.ts.map +0 -1
- package/dist/adapters/database/event-publisher/module.mjs +0 -25
- package/dist/adapters/database/event-publisher/module.mjs.map +0 -1
- package/dist/app/module.d.ts +0 -2
- package/dist/app/module.d.ts.map +0 -1
- package/dist/app/module.mjs +0 -5
- package/dist/app/types.d.ts +0 -2
- package/dist/app/types.d.ts.map +0 -1
- package/dist/ui/client/assets/index-CjKS9a0I.css +0 -1
- package/dist/ui/client/assets/index-bGxpD1zZ.js +0 -95
- /package/dist/{app → adapters/database/subscriber}/types.mjs +0 -0
package/README.md
CHANGED
|
@@ -20,4 +20,6 @@ To read the docs, visit [https://authup.org/](https://authup.org/)
|
|
|
20
20
|
|
|
21
21
|
Made with 💚
|
|
22
22
|
|
|
23
|
-
Published under [
|
|
23
|
+
Published under the [AGPL-3.0 License](./LICENSE).
|
|
24
|
+
A commercial license is available for organizations that cannot meet the AGPL's conditions —
|
|
25
|
+
see [LICENSING.md](../../LICENSING.md) or contact **contact@tada5hi.net**.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/adapters/database/data-source/index.ts"],"names":[],"mappings":"AAOA,cAAc,oBAAoB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/adapters/database/data-source/index.ts"],"names":[],"mappings":"AAOA,cAAc,oBAAoB,CAAC"}
|
|
@@ -3,5 +3,4 @@ import "node:url";
|
|
|
3
3
|
import.meta.url;
|
|
4
4
|
import { DataSourceOptionsBuilder } from "./options/module.mjs";
|
|
5
5
|
import "./options/index.mjs";
|
|
6
|
-
|
|
7
|
-
export { DataSourceOptionsBuilder, setDataSourceSync, unsetDataSourceSync, useDataSourceSync };
|
|
6
|
+
export { DataSourceOptionsBuilder };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import type { Client } from '@authup/core-kit';
|
|
2
|
-
import
|
|
3
|
-
export declare class ClientSubscriber
|
|
4
|
-
|
|
5
|
-
afterInsert(event: InsertEvent<Client>): Promise<any>;
|
|
6
|
-
afterUpdate(event: UpdateEvent<Client>): Promise<any>;
|
|
7
|
-
afterRemove(event: RemoveEvent<Client>): Promise<any>;
|
|
2
|
+
import { EntitySubscriber } from '../../subscriber/index.ts';
|
|
3
|
+
export declare class ClientSubscriber extends EntitySubscriber<Client> {
|
|
4
|
+
constructor();
|
|
8
5
|
}
|
|
9
6
|
//# sourceMappingURL=subscriber.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI/C,OAAO,EAAE,gBAAgB,EAA2B,MAAM,2BAA2B,CAAC;AAItF,qBACa,gBAAiB,SAAQ,gBAAgB,CAAC,MAAM,CAAC;;CAgB7D"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "node:path";
|
|
2
2
|
import "node:url";
|
|
3
3
|
import.meta.url;
|
|
4
|
-
import {
|
|
5
|
-
import "../../
|
|
4
|
+
import { EntitySubscriber, buildEntityDestinations } from "../../subscriber/module.mjs";
|
|
5
|
+
import "../../subscriber/index.mjs";
|
|
6
6
|
import { CachePrefix } from "../constants.mjs";
|
|
7
7
|
import { ClientEntity } from "./entity.mjs";
|
|
8
8
|
import { EventSubscriber } from "typeorm";
|
|
9
|
-
import {
|
|
9
|
+
import { EntityType } from "@authup/core-kit";
|
|
10
10
|
import { buildRedisKeyPath } from "@authup/server-kit";
|
|
11
11
|
//#region src/adapters/database/domains/client/subscriber.ts
|
|
12
12
|
function _ts_decorate(decorators, target, key, desc) {
|
|
@@ -15,45 +15,27 @@ function _ts_decorate(decorators, target, key, desc) {
|
|
|
15
15
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
16
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
content: {
|
|
21
|
-
type: EntityType.CLIENT,
|
|
22
|
-
event,
|
|
23
|
-
data
|
|
24
|
-
},
|
|
25
|
-
destinations: [{
|
|
26
|
-
channel: (id) => buildEntityChannelName(EntityType.CLIENT, id),
|
|
27
|
-
namespace: buildEntityNamespaceName(data.realm_id)
|
|
28
|
-
}, { channel: (id) => buildEntityChannelName(EntityType.CLIENT, id) }]
|
|
29
|
-
});
|
|
18
|
+
function _ts_metadata(k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
30
20
|
}
|
|
31
|
-
var ClientSubscriber = class {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
prefix: CachePrefix.CLIENT,
|
|
43
|
-
key: event.entity.id
|
|
44
|
-
})]);
|
|
45
|
-
await publishEvent(EntityDefaultEventName.UPDATED, event.entity);
|
|
46
|
-
}
|
|
47
|
-
async afterRemove(event) {
|
|
48
|
-
if (!event.entity) return;
|
|
49
|
-
if (event.connection.queryResultCache) await event.connection.queryResultCache.remove([buildRedisKeyPath({
|
|
50
|
-
prefix: CachePrefix.CLIENT,
|
|
51
|
-
key: event.entity.id
|
|
52
|
-
})]);
|
|
53
|
-
await publishEvent(EntityDefaultEventName.DELETED, event.entity);
|
|
21
|
+
var ClientSubscriber = class extends EntitySubscriber {
|
|
22
|
+
constructor() {
|
|
23
|
+
super({
|
|
24
|
+
type: EntityType.CLIENT,
|
|
25
|
+
target: ClientEntity,
|
|
26
|
+
destinations: buildEntityDestinations(EntityType.CLIENT, (data) => [data.realm_id]),
|
|
27
|
+
cache: { keys: (data) => [buildRedisKeyPath({
|
|
28
|
+
prefix: CachePrefix.CLIENT,
|
|
29
|
+
key: data.id
|
|
30
|
+
})] }
|
|
31
|
+
});
|
|
54
32
|
}
|
|
55
33
|
};
|
|
56
|
-
ClientSubscriber = _ts_decorate([
|
|
34
|
+
ClientSubscriber = _ts_decorate([
|
|
35
|
+
EventSubscriber(),
|
|
36
|
+
_ts_metadata("design:type", Function),
|
|
37
|
+
_ts_metadata("design:paramtypes", [])
|
|
38
|
+
], ClientSubscriber);
|
|
57
39
|
//#endregion
|
|
58
40
|
export { ClientSubscriber };
|
|
59
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.mjs","names":["
|
|
1
|
+
{"version":3,"file":"subscriber.mjs","names":["EntityType","buildRedisKeyPath","EventSubscriber","EntitySubscriber","buildEntityDestinations","ClientEntity","CachePrefix","ClientSubscriber","type","CLIENT","target","destinations","data","realm_id","cache","keys","prefix","key","id"],"sources":["../../../../../src/adapters/database/domains/client/subscriber.ts"],"sourcesContent":["/*\n * Copyright (c) 2022-2026.\n * Author Peter Placzek (tada5hi)\n * For the full copyright and license information,\n * view the LICENSE file that was distributed with this source code.\n */\n\nimport type { Client } from '@authup/core-kit';\nimport { EntityType } from '@authup/core-kit';\nimport { buildRedisKeyPath } from '@authup/server-kit';\nimport { EventSubscriber } from 'typeorm';\nimport { EntitySubscriber, buildEntityDestinations } from '../../subscriber/index.ts';\nimport { ClientEntity } from './entity.ts';\nimport { CachePrefix } from '../constants.ts';\n\n@EventSubscriber()\nexport class ClientSubscriber extends EntitySubscriber<Client> {\n constructor() {\n super({\n type: EntityType.CLIENT,\n target: ClientEntity,\n destinations: buildEntityDestinations(EntityType.CLIENT, (data) => [data.realm_id]),\n cache: {\n keys: (data) => [\n buildRedisKeyPath({\n prefix: CachePrefix.CLIENT,\n key: data.id,\n }),\n ],\n },\n });\n }\n}\n"],"mappings":";;;;;;;;;;;AAKC,SAAA,aAAA,YAAA,QAAA,KAAA,MAAA;;;;;;;;;AAWD,IAAaO,mBAAb,cAAsCJ,iBAAAA;CAClC,cAAc;EACV,MAAM;GACFK,MAAMR,WAAWS;GACjBC,QAAQL;GACRM,cAAcP,wBAAwBJ,WAAWS,SAASG,SAAS,CAACA,KAAKC,QAAAA,CAAS;GAClFC,OAAO,EACHC,OAAOH,SAAS,CACZX,kBAAkB;IACde,QAAQV,YAAYG;IACpBQ,KAAKL,KAAKM;GACd,CAAA,CAAA,EAER;EACJ,CAAA;CACJ;AACJ"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import type { ClientPermission } from '@authup/core-kit';
|
|
2
|
-
import
|
|
3
|
-
export declare class ClientPermissionSubscriber
|
|
4
|
-
|
|
5
|
-
afterInsert(event: InsertEvent<ClientPermission>): Promise<any>;
|
|
6
|
-
afterUpdate(event: UpdateEvent<ClientPermission>): Promise<any>;
|
|
7
|
-
afterRemove(event: RemoveEvent<ClientPermission>): Promise<any>;
|
|
2
|
+
import { EntitySubscriber } from '../../subscriber/index.ts';
|
|
3
|
+
export declare class ClientPermissionSubscriber extends EntitySubscriber<ClientPermission> {
|
|
4
|
+
constructor();
|
|
8
5
|
}
|
|
9
6
|
//# sourceMappingURL=subscriber.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client-permission/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client-permission/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAIzD,OAAO,EAAE,gBAAgB,EAA2B,MAAM,2BAA2B,CAAC;AAItF,qBACa,0BAA2B,SAAQ,gBAAgB,CAAC,gBAAgB,CAAC;;CAoBjF"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "node:path";
|
|
2
2
|
import "node:url";
|
|
3
3
|
import.meta.url;
|
|
4
|
-
import {
|
|
5
|
-
import "../../
|
|
4
|
+
import { EntitySubscriber, buildEntityDestinations } from "../../subscriber/module.mjs";
|
|
5
|
+
import "../../subscriber/index.mjs";
|
|
6
6
|
import { CachePrefix } from "../constants.mjs";
|
|
7
7
|
import { ClientPermissionEntity } from "./entity.mjs";
|
|
8
8
|
import { EventSubscriber } from "typeorm";
|
|
9
|
-
import {
|
|
9
|
+
import { EntityType } from "@authup/core-kit";
|
|
10
10
|
import { buildRedisKeyPath } from "@authup/server-kit";
|
|
11
11
|
//#region src/adapters/database/domains/client-permission/subscriber.ts
|
|
12
12
|
function _ts_decorate(decorators, target, key, desc) {
|
|
@@ -15,55 +15,30 @@ function _ts_decorate(decorators, target, key, desc) {
|
|
|
15
15
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
16
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (data.client_realm_id) destinations.push({
|
|
21
|
-
channel: (id) => buildEntityChannelName(EntityType.CLIENT_PERMISSION, id),
|
|
22
|
-
namespace: buildEntityNamespaceName(data.client_realm_id)
|
|
23
|
-
});
|
|
24
|
-
if (data.permission_realm_id) destinations.push({
|
|
25
|
-
channel: (id) => buildEntityChannelName(EntityType.CLIENT_PERMISSION, id),
|
|
26
|
-
namespace: buildEntityNamespaceName(data.permission_realm_id)
|
|
27
|
-
});
|
|
28
|
-
await publishDomainEvent({
|
|
29
|
-
content: {
|
|
30
|
-
type: EntityType.CLIENT_PERMISSION,
|
|
31
|
-
event,
|
|
32
|
-
data
|
|
33
|
-
},
|
|
34
|
-
destinations
|
|
35
|
-
});
|
|
18
|
+
function _ts_metadata(k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
36
20
|
}
|
|
37
|
-
var ClientPermissionSubscriber = class {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
if (event.connection.queryResultCache) await event.connection.queryResultCache.remove([buildRedisKeyPath({
|
|
52
|
-
prefix: CachePrefix.CLIENT_OWNED_PERMISSIONS,
|
|
53
|
-
key: event.entity.client_id
|
|
54
|
-
})]);
|
|
55
|
-
await publishEvent(EntityDefaultEventName.UPDATED, event.entity);
|
|
56
|
-
}
|
|
57
|
-
async afterRemove(event) {
|
|
58
|
-
if (!event.entity) return;
|
|
59
|
-
if (event.connection.queryResultCache) await event.connection.queryResultCache.remove([buildRedisKeyPath({
|
|
60
|
-
prefix: CachePrefix.CLIENT_OWNED_PERMISSIONS,
|
|
61
|
-
key: event.entity.client_id
|
|
62
|
-
})]);
|
|
63
|
-
await publishEvent(EntityDefaultEventName.DELETED, event.entity);
|
|
21
|
+
var ClientPermissionSubscriber = class extends EntitySubscriber {
|
|
22
|
+
constructor() {
|
|
23
|
+
super({
|
|
24
|
+
type: EntityType.CLIENT_PERMISSION,
|
|
25
|
+
target: ClientPermissionEntity,
|
|
26
|
+
destinations: buildEntityDestinations(EntityType.CLIENT_PERMISSION, (data) => [data.client_realm_id, data.permission_realm_id]),
|
|
27
|
+
cache: {
|
|
28
|
+
onInsert: true,
|
|
29
|
+
keys: (data) => [buildRedisKeyPath({
|
|
30
|
+
prefix: CachePrefix.CLIENT_OWNED_PERMISSIONS,
|
|
31
|
+
key: data.client_id
|
|
32
|
+
})]
|
|
33
|
+
}
|
|
34
|
+
});
|
|
64
35
|
}
|
|
65
36
|
};
|
|
66
|
-
ClientPermissionSubscriber = _ts_decorate([
|
|
37
|
+
ClientPermissionSubscriber = _ts_decorate([
|
|
38
|
+
EventSubscriber(),
|
|
39
|
+
_ts_metadata("design:type", Function),
|
|
40
|
+
_ts_metadata("design:paramtypes", [])
|
|
41
|
+
], ClientPermissionSubscriber);
|
|
67
42
|
//#endregion
|
|
68
43
|
export { ClientPermissionSubscriber };
|
|
69
44
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.mjs","names":["
|
|
1
|
+
{"version":3,"file":"subscriber.mjs","names":["EntityType","buildRedisKeyPath","EventSubscriber","EntitySubscriber","buildEntityDestinations","ClientPermissionEntity","CachePrefix","ClientPermissionSubscriber","type","CLIENT_PERMISSION","target","destinations","data","client_realm_id","permission_realm_id","cache","onInsert","keys","prefix","CLIENT_OWNED_PERMISSIONS","key","client_id"],"sources":["../../../../../src/adapters/database/domains/client-permission/subscriber.ts"],"sourcesContent":["/*\n * Copyright (c) 2022-2026.\n * Author Peter Placzek (tada5hi)\n * For the full copyright and license information,\n * view the LICENSE file that was distributed with this source code.\n */\n\nimport type { ClientPermission } from '@authup/core-kit';\nimport { EntityType } from '@authup/core-kit';\nimport { buildRedisKeyPath } from '@authup/server-kit';\nimport { EventSubscriber } from 'typeorm';\nimport { EntitySubscriber, buildEntityDestinations } from '../../subscriber/index.ts';\nimport { ClientPermissionEntity } from './entity.ts';\nimport { CachePrefix } from '../constants.ts';\n\n@EventSubscriber()\nexport class ClientPermissionSubscriber extends EntitySubscriber<ClientPermission> {\n constructor() {\n super({\n type: EntityType.CLIENT_PERMISSION,\n target: ClientPermissionEntity,\n destinations: buildEntityDestinations(EntityType.CLIENT_PERMISSION, (data) => [\n data.client_realm_id,\n data.permission_realm_id,\n ]),\n cache: {\n onInsert: true,\n keys: (data) => [\n buildRedisKeyPath({\n prefix: CachePrefix.CLIENT_OWNED_PERMISSIONS,\n key: data.client_id,\n }),\n ],\n },\n });\n }\n}\n"],"mappings":";;;;;;;;;;;AAKC,SAAA,aAAA,YAAA,QAAA,KAAA,MAAA;;;;;;;;;AAWD,IAAaO,6BAAb,cAAgDJ,iBAAAA;CAC5C,cAAc;EACV,MAAM;GACFK,MAAMR,WAAWS;GACjBC,QAAQL;GACRM,cAAcP,wBAAwBJ,WAAWS,oBAAoBG,SAAS,CAC1EA,KAAKC,iBACLD,KAAKE,mBAAAA,CACR;GACDC,OAAO;IACHC,UAAU;IACVC,OAAOL,SAAS,CACZX,kBAAkB;KACdiB,QAAQZ,YAAYa;KACpBC,KAAKR,KAAKS;IACd,CAAA,CAAA;GAER;EACJ,CAAA;CACJ;AACJ"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import type { ClientRole } from '@authup/core-kit';
|
|
2
|
-
import
|
|
3
|
-
export declare class ClientRoleSubscriber
|
|
4
|
-
|
|
5
|
-
afterInsert(event: InsertEvent<ClientRole>): Promise<any>;
|
|
6
|
-
afterUpdate(event: UpdateEvent<ClientRole>): Promise<any>;
|
|
7
|
-
afterRemove(event: RemoveEvent<ClientRole>): Promise<any>;
|
|
2
|
+
import { EntitySubscriber } from '../../subscriber/index.ts';
|
|
3
|
+
export declare class ClientRoleSubscriber extends EntitySubscriber<ClientRole> {
|
|
4
|
+
constructor();
|
|
8
5
|
}
|
|
9
6
|
//# sourceMappingURL=subscriber.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client-role/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client-role/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAInD,OAAO,EAAE,gBAAgB,EAA2B,MAAM,2BAA2B,CAAC;AAItF,qBACa,oBAAqB,SAAQ,gBAAgB,CAAC,UAAU,CAAC;;CAoBrE"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "node:path";
|
|
2
2
|
import "node:url";
|
|
3
3
|
import.meta.url;
|
|
4
|
-
import {
|
|
5
|
-
import "../../
|
|
4
|
+
import { EntitySubscriber, buildEntityDestinations } from "../../subscriber/module.mjs";
|
|
5
|
+
import "../../subscriber/index.mjs";
|
|
6
6
|
import { CachePrefix } from "../constants.mjs";
|
|
7
7
|
import { ClientRoleEntity } from "./entity.mjs";
|
|
8
8
|
import { EventSubscriber } from "typeorm";
|
|
9
|
-
import {
|
|
9
|
+
import { EntityType } from "@authup/core-kit";
|
|
10
10
|
import { buildRedisKeyPath } from "@authup/server-kit";
|
|
11
11
|
//#region src/adapters/database/domains/client-role/subscriber.ts
|
|
12
12
|
function _ts_decorate(decorators, target, key, desc) {
|
|
@@ -15,55 +15,30 @@ function _ts_decorate(decorators, target, key, desc) {
|
|
|
15
15
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
16
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (data.client_realm_id) destinations.push({
|
|
21
|
-
channel: (id) => buildEntityChannelName(EntityType.CLIENT_ROLE, id),
|
|
22
|
-
namespace: buildEntityNamespaceName(data.client_realm_id)
|
|
23
|
-
});
|
|
24
|
-
if (data.role_realm_id) destinations.push({
|
|
25
|
-
channel: (id) => buildEntityChannelName(EntityType.CLIENT_ROLE, id),
|
|
26
|
-
namespace: buildEntityNamespaceName(data.role_realm_id)
|
|
27
|
-
});
|
|
28
|
-
await publishDomainEvent({
|
|
29
|
-
content: {
|
|
30
|
-
type: EntityType.CLIENT_ROLE,
|
|
31
|
-
event,
|
|
32
|
-
data
|
|
33
|
-
},
|
|
34
|
-
destinations
|
|
35
|
-
});
|
|
18
|
+
function _ts_metadata(k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
36
20
|
}
|
|
37
|
-
var ClientRoleSubscriber = class {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
if (event.connection.queryResultCache) await event.connection.queryResultCache.remove([buildRedisKeyPath({
|
|
52
|
-
prefix: CachePrefix.CLIENT_OWNED_ROLES,
|
|
53
|
-
key: event.entity.client_id
|
|
54
|
-
})]);
|
|
55
|
-
await publishEvent(EntityDefaultEventName.UPDATED, event.entity);
|
|
56
|
-
}
|
|
57
|
-
async afterRemove(event) {
|
|
58
|
-
if (!event.entity) return;
|
|
59
|
-
if (event.connection.queryResultCache) await event.connection.queryResultCache.remove([buildRedisKeyPath({
|
|
60
|
-
prefix: CachePrefix.CLIENT_OWNED_ROLES,
|
|
61
|
-
key: event.entity.client_id
|
|
62
|
-
})]);
|
|
63
|
-
await publishEvent(EntityDefaultEventName.DELETED, event.entity);
|
|
21
|
+
var ClientRoleSubscriber = class extends EntitySubscriber {
|
|
22
|
+
constructor() {
|
|
23
|
+
super({
|
|
24
|
+
type: EntityType.CLIENT_ROLE,
|
|
25
|
+
target: ClientRoleEntity,
|
|
26
|
+
destinations: buildEntityDestinations(EntityType.CLIENT_ROLE, (data) => [data.client_realm_id, data.role_realm_id]),
|
|
27
|
+
cache: {
|
|
28
|
+
onInsert: true,
|
|
29
|
+
keys: (data) => [buildRedisKeyPath({
|
|
30
|
+
prefix: CachePrefix.CLIENT_OWNED_ROLES,
|
|
31
|
+
key: data.client_id
|
|
32
|
+
})]
|
|
33
|
+
}
|
|
34
|
+
});
|
|
64
35
|
}
|
|
65
36
|
};
|
|
66
|
-
ClientRoleSubscriber = _ts_decorate([
|
|
37
|
+
ClientRoleSubscriber = _ts_decorate([
|
|
38
|
+
EventSubscriber(),
|
|
39
|
+
_ts_metadata("design:type", Function),
|
|
40
|
+
_ts_metadata("design:paramtypes", [])
|
|
41
|
+
], ClientRoleSubscriber);
|
|
67
42
|
//#endregion
|
|
68
43
|
export { ClientRoleSubscriber };
|
|
69
44
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.mjs","names":["
|
|
1
|
+
{"version":3,"file":"subscriber.mjs","names":["EntityType","buildRedisKeyPath","EventSubscriber","EntitySubscriber","buildEntityDestinations","ClientRoleEntity","CachePrefix","ClientRoleSubscriber","type","CLIENT_ROLE","target","destinations","data","client_realm_id","role_realm_id","cache","onInsert","keys","prefix","CLIENT_OWNED_ROLES","key","client_id"],"sources":["../../../../../src/adapters/database/domains/client-role/subscriber.ts"],"sourcesContent":["/*\n * Copyright (c) 2022-2026.\n * Author Peter Placzek (tada5hi)\n * For the full copyright and license information,\n * view the LICENSE file that was distributed with this source code.\n */\n\nimport type { ClientRole } from '@authup/core-kit';\nimport { EntityType } from '@authup/core-kit';\nimport { buildRedisKeyPath } from '@authup/server-kit';\nimport { EventSubscriber } from 'typeorm';\nimport { EntitySubscriber, buildEntityDestinations } from '../../subscriber/index.ts';\nimport { ClientRoleEntity } from './entity.ts';\nimport { CachePrefix } from '../constants.ts';\n\n@EventSubscriber()\nexport class ClientRoleSubscriber extends EntitySubscriber<ClientRole> {\n constructor() {\n super({\n type: EntityType.CLIENT_ROLE,\n target: ClientRoleEntity,\n destinations: buildEntityDestinations(EntityType.CLIENT_ROLE, (data) => [\n data.client_realm_id,\n data.role_realm_id,\n ]),\n cache: {\n onInsert: true,\n keys: (data) => [\n buildRedisKeyPath({\n prefix: CachePrefix.CLIENT_OWNED_ROLES,\n key: data.client_id,\n }),\n ],\n },\n });\n }\n}\n"],"mappings":";;;;;;;;;;;AAKC,SAAA,aAAA,YAAA,QAAA,KAAA,MAAA;;;;;;;;;AAWD,IAAaO,uBAAb,cAA0CJ,iBAAAA;CACtC,cAAc;EACV,MAAM;GACFK,MAAMR,WAAWS;GACjBC,QAAQL;GACRM,cAAcP,wBAAwBJ,WAAWS,cAAcG,SAAS,CACpEA,KAAKC,iBACLD,KAAKE,aAAAA,CACR;GACDC,OAAO;IACHC,UAAU;IACVC,OAAOL,SAAS,CACZX,kBAAkB;KACdiB,QAAQZ,YAAYa;KACpBC,KAAKR,KAAKS;IACd,CAAA,CAAA;GAER;EACJ,CAAA;CACJ;AACJ"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import type { ClientScope } from '@authup/core-kit';
|
|
2
|
-
import
|
|
3
|
-
export declare class ClientScopeSubscriber
|
|
4
|
-
|
|
5
|
-
afterInsert(event: InsertEvent<ClientScope>): Promise<any>;
|
|
6
|
-
afterUpdate(event: UpdateEvent<ClientScope>): Promise<any>;
|
|
7
|
-
afterRemove(event: RemoveEvent<ClientScope>): Promise<any>;
|
|
2
|
+
import { EntitySubscriber } from '../../subscriber/index.ts';
|
|
3
|
+
export declare class ClientScopeSubscriber extends EntitySubscriber<ClientScope> {
|
|
4
|
+
constructor();
|
|
8
5
|
}
|
|
9
6
|
//# sourceMappingURL=subscriber.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client-scope/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/client-scope/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAIpD,OAAO,EAAE,gBAAgB,EAA2B,MAAM,2BAA2B,CAAC;AAItF,qBACa,qBAAsB,SAAQ,gBAAgB,CAAC,WAAW,CAAC;;CAgBvE"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "node:path";
|
|
2
2
|
import "node:url";
|
|
3
3
|
import.meta.url;
|
|
4
|
-
import {
|
|
5
|
-
import "../../
|
|
4
|
+
import { EntitySubscriber, buildEntityDestinations } from "../../subscriber/module.mjs";
|
|
5
|
+
import "../../subscriber/index.mjs";
|
|
6
6
|
import { CachePrefix } from "../constants.mjs";
|
|
7
7
|
import { ClientScopeEntity } from "./entity.mjs";
|
|
8
8
|
import { EventSubscriber } from "typeorm";
|
|
9
|
-
import {
|
|
9
|
+
import { EntityType } from "@authup/core-kit";
|
|
10
10
|
import { buildRedisKeyPath } from "@authup/server-kit";
|
|
11
11
|
//#region src/adapters/database/domains/client-scope/subscriber.ts
|
|
12
12
|
function _ts_decorate(decorators, target, key, desc) {
|
|
@@ -15,42 +15,27 @@ function _ts_decorate(decorators, target, key, desc) {
|
|
|
15
15
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
16
16
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
content: {
|
|
21
|
-
type: EntityType.CLIENT_SCOPE,
|
|
22
|
-
event,
|
|
23
|
-
data
|
|
24
|
-
},
|
|
25
|
-
destinations: [{ channel: (id) => buildEntityChannelName(EntityType.CLIENT_SCOPE, id) }]
|
|
26
|
-
});
|
|
18
|
+
function _ts_metadata(k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
27
20
|
}
|
|
28
|
-
var ClientScopeSubscriber = class {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
prefix: CachePrefix.CLIENT_SCOPE,
|
|
40
|
-
key: event.entity.id
|
|
41
|
-
})]);
|
|
42
|
-
await publishEvent(EntityDefaultEventName.UPDATED, event.entity);
|
|
43
|
-
}
|
|
44
|
-
async afterRemove(event) {
|
|
45
|
-
if (!event.entity) return;
|
|
46
|
-
if (event.connection.queryResultCache) await event.connection.queryResultCache.remove([buildRedisKeyPath({
|
|
47
|
-
prefix: CachePrefix.CLIENT_SCOPE,
|
|
48
|
-
key: event.entity.id
|
|
49
|
-
})]);
|
|
50
|
-
await publishEvent(EntityDefaultEventName.DELETED, event.entity);
|
|
21
|
+
var ClientScopeSubscriber = class extends EntitySubscriber {
|
|
22
|
+
constructor() {
|
|
23
|
+
super({
|
|
24
|
+
type: EntityType.CLIENT_SCOPE,
|
|
25
|
+
target: ClientScopeEntity,
|
|
26
|
+
destinations: buildEntityDestinations(EntityType.CLIENT_SCOPE),
|
|
27
|
+
cache: { keys: (data) => [buildRedisKeyPath({
|
|
28
|
+
prefix: CachePrefix.CLIENT_SCOPE,
|
|
29
|
+
key: data.id
|
|
30
|
+
})] }
|
|
31
|
+
});
|
|
51
32
|
}
|
|
52
33
|
};
|
|
53
|
-
ClientScopeSubscriber = _ts_decorate([
|
|
34
|
+
ClientScopeSubscriber = _ts_decorate([
|
|
35
|
+
EventSubscriber(),
|
|
36
|
+
_ts_metadata("design:type", Function),
|
|
37
|
+
_ts_metadata("design:paramtypes", [])
|
|
38
|
+
], ClientScopeSubscriber);
|
|
54
39
|
//#endregion
|
|
55
40
|
export { ClientScopeSubscriber };
|
|
56
41
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.mjs","names":["
|
|
1
|
+
{"version":3,"file":"subscriber.mjs","names":["EntityType","buildRedisKeyPath","EventSubscriber","EntitySubscriber","buildEntityDestinations","ClientScopeEntity","CachePrefix","ClientScopeSubscriber","type","CLIENT_SCOPE","target","destinations","cache","keys","data","prefix","key","id"],"sources":["../../../../../src/adapters/database/domains/client-scope/subscriber.ts"],"sourcesContent":["/*\n * Copyright (c) 2022-2026.\n * Author Peter Placzek (tada5hi)\n * For the full copyright and license information,\n * view the LICENSE file that was distributed with this source code.\n */\n\nimport type { ClientScope } from '@authup/core-kit';\nimport { EntityType } from '@authup/core-kit';\nimport { buildRedisKeyPath } from '@authup/server-kit';\nimport { EventSubscriber } from 'typeorm';\nimport { EntitySubscriber, buildEntityDestinations } from '../../subscriber/index.ts';\nimport { ClientScopeEntity } from './entity.ts';\nimport { CachePrefix } from '../constants.ts';\n\n@EventSubscriber()\nexport class ClientScopeSubscriber extends EntitySubscriber<ClientScope> {\n constructor() {\n super({\n type: EntityType.CLIENT_SCOPE,\n target: ClientScopeEntity,\n destinations: buildEntityDestinations(EntityType.CLIENT_SCOPE),\n cache: {\n keys: (data) => [\n buildRedisKeyPath({\n prefix: CachePrefix.CLIENT_SCOPE,\n key: data.id,\n }),\n ],\n },\n });\n }\n}\n"],"mappings":";;;;;;;;;;;AAKC,SAAA,aAAA,YAAA,QAAA,KAAA,MAAA;;;;;;;;;AAWD,IAAaO,wBAAb,cAA2CJ,iBAAAA;CACvC,cAAc;EACV,MAAM;GACFK,MAAMR,WAAWS;GACjBC,QAAQL;GACRM,cAAcP,wBAAwBJ,WAAWS,YAAY;GAC7DG,OAAO,EACHC,OAAOC,SAAS,CACZb,kBAAkB;IACdc,QAAQT,YAAYG;IACpBO,KAAKF,KAAKG;GACd,CAAA,CAAA,EAER;EACJ,CAAA;CACJ;AACJ"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import type { IdentityProvider } from '@authup/core-kit';
|
|
2
|
-
import
|
|
3
|
-
export declare class IdentityProviderSubscriber
|
|
4
|
-
|
|
5
|
-
afterInsert(event: InsertEvent<IdentityProvider>): Promise<any>;
|
|
6
|
-
afterUpdate(event: UpdateEvent<IdentityProvider>): Promise<any>;
|
|
7
|
-
afterRemove(event: RemoveEvent<IdentityProvider>): Promise<any>;
|
|
2
|
+
import { EntitySubscriber } from '../../subscriber/index.ts';
|
|
3
|
+
export declare class IdentityProviderSubscriber extends EntitySubscriber<IdentityProvider> {
|
|
4
|
+
constructor();
|
|
8
5
|
}
|
|
9
6
|
//# sourceMappingURL=subscriber.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/identity-provider/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"subscriber.d.ts","sourceRoot":"","sources":["../../../../../src/adapters/database/domains/identity-provider/subscriber.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAIzD,OAAO,EAAE,gBAAgB,EAA2B,MAAM,2BAA2B,CAAC;AAItF,qBACa,0BAA2B,SAAQ,gBAAgB,CAAC,gBAAgB,CAAC;;CAgBjF"}
|