@revisium/core 2.10.0 → 2.11.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ee/billing/usage/usage.service.js +8 -9
- package/dist/ee/billing/usage/usage.service.js.map +1 -1
- package/dist/ee/billing/usage-reporter.service.js +9 -1
- package/dist/ee/billing/usage-reporter.service.js.map +1 -1
- package/dist/package.json +2 -2
- package/dist/src/configure-http-app.d.ts +7 -0
- package/dist/src/configure-http-app.js +78 -0
- package/dist/src/configure-http-app.js.map +1 -0
- package/dist/src/core/shared/shared.module.js +1 -2
- package/dist/src/core/shared/shared.module.js.map +1 -1
- package/dist/src/features/auth/auth.module.js +2 -0
- package/dist/src/features/auth/auth.module.js.map +1 -1
- package/dist/src/features/auth/commands/auth-api.service.d.ts +3 -1
- package/dist/src/features/auth/commands/auth-api.service.js +8 -4
- package/dist/src/features/auth/commands/auth-api.service.js.map +1 -1
- package/dist/src/features/auth/commands/handlers/check-project-permission.handler.js +2 -2
- package/dist/src/features/auth/commands/handlers/check-project-permission.handler.js.map +1 -1
- package/dist/src/features/organization/commands/handlers/add-user-to-organization.handler.d.ts +3 -1
- package/dist/src/features/organization/commands/handlers/add-user-to-organization.handler.js +5 -2
- package/dist/src/features/organization/commands/handlers/add-user-to-organization.handler.js.map +1 -1
- package/dist/src/features/organization/commands/handlers/remove-user-from-organization.handler.d.ts +3 -1
- package/dist/src/features/organization/commands/handlers/remove-user-from-organization.handler.js +6 -2
- package/dist/src/features/organization/commands/handlers/remove-user-from-organization.handler.js.map +1 -1
- package/dist/src/features/project/commands/handlers/add-user-to-project.handler.d.ts +3 -1
- package/dist/src/features/project/commands/handlers/add-user-to-project.handler.js +6 -2
- package/dist/src/features/project/commands/handlers/add-user-to-project.handler.js.map +1 -1
- package/dist/src/features/project/commands/handlers/delete-project.handler.d.ts +3 -1
- package/dist/src/features/project/commands/handlers/delete-project.handler.js +6 -2
- package/dist/src/features/project/commands/handlers/delete-project.handler.js.map +1 -1
- package/dist/src/features/project/commands/handlers/remove-user-from-project.handler.d.ts +3 -1
- package/dist/src/features/project/commands/handlers/remove-user-from-project.handler.js +6 -2
- package/dist/src/features/project/commands/handlers/remove-user-from-project.handler.js.map +1 -1
- package/dist/src/features/project/commands/handlers/update-user-project-role.handler.d.ts +3 -1
- package/dist/src/features/project/commands/handlers/update-user-project-role.handler.js +6 -2
- package/dist/src/features/project/commands/handlers/update-user-project-role.handler.js.map +1 -1
- package/dist/src/features/project/project-api.service.d.ts +5 -2
- package/dist/src/features/project/project-api.service.js +15 -2
- package/dist/src/features/project/project-api.service.js.map +1 -1
- package/dist/src/features/project/queries/handlers/find-project-identity.handler.d.ts +12 -0
- package/dist/src/features/project/queries/handlers/find-project-identity.handler.js +113 -0
- package/dist/src/features/project/queries/handlers/find-project-identity.handler.js.map +1 -0
- package/dist/src/features/project/queries/handlers/index.d.ts +2 -1
- package/dist/src/features/project/queries/handlers/index.js +2 -0
- package/dist/src/features/project/queries/handlers/index.js.map +1 -1
- package/dist/src/features/project/queries/impl/find-project-identity.query.d.ts +21 -0
- package/dist/src/features/project/queries/impl/find-project-identity.query.js +10 -0
- package/dist/src/features/project/queries/impl/find-project-identity.query.js.map +1 -0
- package/dist/src/features/project/queries/impl/index.d.ts +1 -0
- package/dist/src/features/project/queries/impl/index.js +1 -0
- package/dist/src/features/project/queries/impl/index.js.map +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +3 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/infrastructure/cache/constants/project-cache.constants.d.ts +7 -0
- package/dist/src/infrastructure/cache/constants/project-cache.constants.js +11 -0
- package/dist/src/infrastructure/cache/constants/project-cache.constants.js.map +1 -0
- package/dist/src/infrastructure/cache/revisium-cache.module.js +3 -0
- package/dist/src/infrastructure/cache/revisium-cache.module.js.map +1 -1
- package/dist/src/infrastructure/cache/services/auth-cache.service.d.ts +7 -1
- package/dist/src/infrastructure/cache/services/auth-cache.service.js +9 -7
- package/dist/src/infrastructure/cache/services/auth-cache.service.js.map +1 -1
- package/dist/src/infrastructure/cache/services/project-cache.service.d.ts +15 -0
- package/dist/src/infrastructure/cache/services/project-cache.service.js +40 -0
- package/dist/src/infrastructure/cache/services/project-cache.service.js.map +1 -0
- package/dist/src/infrastructure/health/notification.check.d.ts +16 -5
- package/dist/src/infrastructure/health/notification.check.js +66 -11
- package/dist/src/infrastructure/health/notification.check.js.map +1 -1
- package/dist/src/main.js +4 -52
- package/dist/src/main.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.