@bluealba/pae-core 5.4.0 → 5.5.0-feature-replace-eslint-prettier-b-297
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/src/auth/domain/auth-method.interface.d.ts +2 -2
- package/dist/src/auth/domain/auth-method.interface.d.ts.map +1 -1
- package/dist/src/auth/domain/auth-user.interface.d.ts +3 -3
- package/dist/src/auth/domain/auth-user.interface.d.ts.map +1 -1
- package/dist/src/auth/index.d.ts +2 -2
- package/dist/src/auth/index.d.ts.map +1 -1
- package/dist/src/auth/index.js.map +1 -1
- package/dist/src/authentication/anonymous-user.d.ts +1 -1
- package/dist/src/authentication/anonymous-user.d.ts.map +1 -1
- package/dist/src/authentication/anonymous-user.js.map +1 -1
- package/dist/src/authentication/api/all-profiles-request.d.ts +1 -1
- package/dist/src/authentication/api/all-profiles-request.d.ts.map +1 -1
- package/dist/src/authentication/api/all-profiles-request.js.map +1 -1
- package/dist/src/authentication/api/can-impersonate-request.d.ts +1 -1
- package/dist/src/authentication/api/can-impersonate-request.d.ts.map +1 -1
- package/dist/src/authentication/api/can-impersonate-request.js +1 -1
- package/dist/src/authentication/api/can-impersonate-request.js.map +1 -1
- package/dist/src/authentication/api/create-api-key-request.d.ts +2 -2
- package/dist/src/authentication/api/create-api-key-request.d.ts.map +1 -1
- package/dist/src/authentication/api/create-api-key-request.js.map +1 -1
- package/dist/src/authentication/api/create-impersonation-config-request.d.ts +2 -2
- package/dist/src/authentication/api/create-impersonation-config-request.d.ts.map +1 -1
- package/dist/src/authentication/api/create-impersonation-config-request.js +1 -1
- package/dist/src/authentication/api/create-impersonation-config-request.js.map +1 -1
- package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts +1 -1
- package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts.map +1 -1
- package/dist/src/authentication/api/create-impersonation-restriction-request.js +1 -1
- package/dist/src/authentication/api/create-impersonation-restriction-request.js.map +1 -1
- package/dist/src/authentication/api/create-invitation-request.d.ts +2 -2
- package/dist/src/authentication/api/create-invitation-request.d.ts.map +1 -1
- package/dist/src/authentication/api/create-invitation-request.js.map +1 -1
- package/dist/src/authentication/api/delete-impersonation-config-request.d.ts.map +1 -1
- package/dist/src/authentication/api/delete-impersonation-config-request.js +1 -1
- package/dist/src/authentication/api/delete-impersonation-config-request.js.map +1 -1
- package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts +1 -1
- package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts.map +1 -1
- package/dist/src/authentication/api/delete-impersonation-restriction-request.js +1 -1
- package/dist/src/authentication/api/delete-impersonation-restriction-request.js.map +1 -1
- package/dist/src/authentication/api/get-all-api-keys-request.d.ts +1 -1
- package/dist/src/authentication/api/get-all-api-keys-request.d.ts.map +1 -1
- package/dist/src/authentication/api/get-all-api-keys-request.js.map +1 -1
- package/dist/src/authentication/api/get-all-impersonation-configs-request.d.ts +1 -1
- package/dist/src/authentication/api/get-authentication-config.d.ts +1 -1
- package/dist/src/authentication/api/get-authentication-config.d.ts.map +1 -1
- package/dist/src/authentication/api/get-authentication-config.js.map +1 -1
- package/dist/src/authentication/api/get-invitations-request.d.ts +3 -4
- package/dist/src/authentication/api/get-invitations-request.d.ts.map +1 -1
- package/dist/src/authentication/api/get-invitations-request.js.map +1 -1
- package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts +1 -1
- package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts.map +1 -1
- package/dist/src/authentication/api/get-profiles-by-user-emails-request.js.map +1 -1
- package/dist/src/authentication/api/get-users-request.d.ts +2 -2
- package/dist/src/authentication/api/get-users-request.d.ts.map +1 -1
- package/dist/src/authentication/api/get-users-request.js.map +1 -1
- package/dist/src/authentication/api/resend-invitation-request.js +1 -1
- package/dist/src/authentication/api/search-profiles-request.d.ts +2 -2
- package/dist/src/authentication/api/search-profiles-request.d.ts.map +1 -1
- package/dist/src/authentication/api/search-profiles-request.js.map +1 -1
- package/dist/src/authentication/api/update-impersonation-config-request.d.ts +2 -2
- package/dist/src/authentication/api/update-impersonation-config-request.d.ts.map +1 -1
- package/dist/src/authentication/api/update-impersonation-config-request.js +1 -1
- package/dist/src/authentication/authentication.service.d.ts +7 -10
- package/dist/src/authentication/authentication.service.d.ts.map +1 -1
- package/dist/src/authentication/authentication.service.js +40 -75
- package/dist/src/authentication/authentication.service.js.map +1 -1
- package/dist/src/authentication/domain/request-user.interface.d.ts +1 -1
- package/dist/src/authentication/dto/api-key-response.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/create-api-key-request.d.ts.map +1 -1
- package/dist/src/authentication/dto/create-api-key-response.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/create-impersonation-config-response.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/create-invitation-request.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts +1 -1
- package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/group.dto.d.ts +1 -1
- package/dist/src/authentication/dto/group.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/impersonation-config-response.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/invitation.dto.d.ts +1 -1
- package/dist/src/authentication/dto/invitations-response.dto.d.ts +2 -2
- package/dist/src/authentication/dto/oauth-provider.dto.d.ts +2 -2
- package/dist/src/authentication/dto/oauth-provider.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/oauth-provider.dto.js.map +1 -1
- package/dist/src/authentication/dto/user-identity.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/user.dto.d.ts +2 -2
- package/dist/src/authentication/dto/user.dto.d.ts.map +1 -1
- package/dist/src/authentication/dto/users-response.dto.d.ts +2 -2
- package/dist/src/authentication/entities/api-key.entity.d.ts +1 -1
- package/dist/src/authentication/entities/api-key.entity.js +6 -6
- package/dist/src/authentication/entities/api-key.entity.js.map +1 -1
- package/dist/src/authentication/entities/authentication-config.entity.d.ts +4 -4
- package/dist/src/authentication/entities/authentication-config.entity.d.ts.map +1 -1
- package/dist/src/authentication/entities/authentication-parameters.entity.d.ts.map +1 -1
- package/dist/src/authentication/entities/authentication-parameters.entity.js +4 -4
- package/dist/src/authentication/entities/authentication-parameters.entity.js.map +1 -1
- package/dist/src/authentication/entities/can-impersonate.entity.d.ts +1 -1
- package/dist/src/authentication/entities/can-impersonate.entity.js +2 -4
- package/dist/src/authentication/entities/can-impersonate.entity.js.map +1 -1
- package/dist/src/authentication/entities/impersonation-config.entity.d.ts +1 -1
- package/dist/src/authentication/entities/impersonation-config.entity.js +5 -7
- package/dist/src/authentication/entities/impersonation-config.entity.js.map +1 -1
- package/dist/src/authentication/impersonation.d.ts +1 -1
- package/dist/src/authentication/impersonation.d.ts.map +1 -1
- package/dist/src/authentication/impersonation.js +1 -1
- package/dist/src/authentication/index.d.ts +13 -16
- package/dist/src/authentication/index.d.ts.map +1 -1
- package/dist/src/authentication/index.js +8 -8
- package/dist/src/authentication/index.js.map +1 -1
- package/dist/src/authentication/is-anonymous-user.d.ts +1 -1
- package/dist/src/authentication/is-anonymous-user.d.ts.map +1 -1
- package/dist/src/authentication/is-anonymous-user.js.map +1 -1
- package/dist/src/authentication/password-constraints.d.ts.map +1 -1
- package/dist/src/authentication/password-constraints.js.map +1 -1
- package/dist/src/authentication/utils/index.d.ts +1 -1
- package/dist/src/authentication/utils/index.d.ts.map +1 -1
- package/dist/src/authentication/utils/index.js +2 -2
- package/dist/src/authentication/utils/index.js.map +1 -1
- package/dist/src/authentication/utils/user-comparison.d.ts.map +1 -1
- package/dist/src/authentication/utils/user-comparison.js +1 -3
- package/dist/src/authentication/utils/user-comparison.js.map +1 -1
- package/dist/src/authorization/api/assign-operation-to-role-request.d.ts +1 -1
- package/dist/src/authorization/api/assign-operation-to-role-request.d.ts.map +1 -1
- package/dist/src/authorization/api/assign-operation-to-role-request.js +1 -1
- package/dist/src/authorization/api/assign-operation-to-role-request.js.map +1 -1
- package/dist/src/authorization/api/create-application-request.d.ts +3 -4
- package/dist/src/authorization/api/create-application-request.d.ts.map +1 -1
- package/dist/src/authorization/api/create-application-request.js.map +1 -1
- package/dist/src/authorization/api/create-operation-request.d.ts +3 -4
- package/dist/src/authorization/api/create-operation-request.d.ts.map +1 -1
- package/dist/src/authorization/api/create-operation-request.js.map +1 -1
- package/dist/src/authorization/api/create-role-request.d.ts +3 -4
- package/dist/src/authorization/api/create-role-request.d.ts.map +1 -1
- package/dist/src/authorization/api/create-role-request.js.map +1 -1
- package/dist/src/authorization/api/create-rule-request.d.ts +2 -2
- package/dist/src/authorization/api/create-rule-request.d.ts.map +1 -1
- package/dist/src/authorization/api/create-rule-request.js.map +1 -1
- package/dist/src/authorization/api/delete-application-request.d.ts +2 -3
- package/dist/src/authorization/api/delete-application-request.d.ts.map +1 -1
- package/dist/src/authorization/api/delete-application-request.js.map +1 -1
- package/dist/src/authorization/api/delete-operation-request.d.ts +2 -3
- package/dist/src/authorization/api/delete-operation-request.d.ts.map +1 -1
- package/dist/src/authorization/api/delete-operation-request.js.map +1 -1
- package/dist/src/authorization/api/delete-role-request.d.ts +2 -3
- package/dist/src/authorization/api/delete-role-request.d.ts.map +1 -1
- package/dist/src/authorization/api/delete-role-request.js.map +1 -1
- package/dist/src/authorization/api/delete-rule-request.d.ts +2 -3
- package/dist/src/authorization/api/delete-rule-request.d.ts.map +1 -1
- package/dist/src/authorization/api/delete-rule-request.js.map +1 -1
- package/dist/src/authorization/api/get-admin-ui-data-request.d.ts +1 -1
- package/dist/src/authorization/api/get-admin-ui-data-request.d.ts.map +1 -1
- package/dist/src/authorization/api/get-admin-ui-data-request.js +2 -2
- package/dist/src/authorization/api/get-admin-ui-data-request.js.map +1 -1
- package/dist/src/authorization/api/get-all-applications-request.d.ts +2 -2
- package/dist/src/authorization/api/get-all-applications-request.d.ts.map +1 -1
- package/dist/src/authorization/api/get-all-applications-request.js +1 -1
- package/dist/src/authorization/api/get-all-applications-request.js.map +1 -1
- package/dist/src/authorization/api/get-all-operations-request.d.ts +3 -4
- package/dist/src/authorization/api/get-all-operations-request.d.ts.map +1 -1
- package/dist/src/authorization/api/get-all-operations-request.js.map +1 -1
- package/dist/src/authorization/api/get-all-roles-request.d.ts +3 -4
- package/dist/src/authorization/api/get-all-roles-request.d.ts.map +1 -1
- package/dist/src/authorization/api/get-all-roles-request.js.map +1 -1
- package/dist/src/authorization/api/get-all-rules-request.d.ts +3 -4
- package/dist/src/authorization/api/get-all-rules-request.d.ts.map +1 -1
- package/dist/src/authorization/api/get-all-rules-request.js.map +1 -1
- package/dist/src/authorization/api/get-allowed-applications-request.d.ts +1 -1
- package/dist/src/authorization/api/get-allowed-applications-request.d.ts.map +1 -1
- package/dist/src/authorization/api/get-allowed-applications-request.js.map +1 -1
- package/dist/src/authorization/api/get-allowed-operations-for-app-request.d.ts +2 -2
- package/dist/src/authorization/api/get-allowed-operations-for-app-request.js +1 -1
- package/dist/src/authorization/api/get-allowed-resources-request.d.ts +2 -2
- package/dist/src/authorization/api/get-allowed-resources-request.js +1 -1
- package/dist/src/authorization/api/get-operations-for-role-request.d.ts +2 -2
- package/dist/src/authorization/api/get-operations-for-role-request.d.ts.map +1 -1
- package/dist/src/authorization/api/get-operations-for-role-request.js +1 -1
- package/dist/src/authorization/api/get-operations-for-role-request.js.map +1 -1
- package/dist/src/authorization/api/get-roles-for-operation.d.ts +2 -2
- package/dist/src/authorization/api/get-roles-for-operation.d.ts.map +1 -1
- package/dist/src/authorization/api/get-roles-for-operation.js +1 -1
- package/dist/src/authorization/api/get-roles-for-operation.js.map +1 -1
- package/dist/src/authorization/api/request-factory.d.ts +2 -2
- package/dist/src/authorization/api/request-factory.d.ts.map +1 -1
- package/dist/src/authorization/api/request-factory.js +7 -12
- package/dist/src/authorization/api/request-factory.js.map +1 -1
- package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts +1 -1
- package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts.map +1 -1
- package/dist/src/authorization/api/unassign-operation-from-role-request.js +1 -1
- package/dist/src/authorization/api/unassign-operation-from-role-request.js.map +1 -1
- package/dist/src/authorization/api/update-application-request.d.ts +2 -2
- package/dist/src/authorization/api/update-application-request.d.ts.map +1 -1
- package/dist/src/authorization/api/update-application-request.js +1 -1
- package/dist/src/authorization/api/update-application-request.js.map +1 -1
- package/dist/src/authorization/api/update-operation-request.d.ts +2 -2
- package/dist/src/authorization/api/update-operation-request.d.ts.map +1 -1
- package/dist/src/authorization/api/update-operation-request.js +1 -1
- package/dist/src/authorization/api/update-operation-request.js.map +1 -1
- package/dist/src/authorization/api/update-role-request.d.ts +3 -4
- package/dist/src/authorization/api/update-role-request.d.ts.map +1 -1
- package/dist/src/authorization/api/update-role-request.js +1 -1
- package/dist/src/authorization/api/update-role-request.js.map +1 -1
- package/dist/src/authorization/api/update-rule-request.d.ts +3 -4
- package/dist/src/authorization/api/update-rule-request.d.ts.map +1 -1
- package/dist/src/authorization/api/update-rule-request.js +1 -1
- package/dist/src/authorization/api/update-rule-request.js.map +1 -1
- package/dist/src/authorization/authorization.service.d.ts +3 -4
- package/dist/src/authorization/authorization.service.d.ts.map +1 -1
- package/dist/src/authorization/authorization.service.js +108 -170
- package/dist/src/authorization/authorization.service.js.map +1 -1
- package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts +2 -2
- package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts.map +1 -1
- package/dist/src/authorization/dto/create-application.dto.d.ts +7 -0
- package/dist/src/authorization/dto/create-application.dto.d.ts.map +1 -1
- package/dist/src/authorization/dto/get-admin-ui-response.dto.d.ts +4 -4
- package/dist/src/authorization/dto/get-all-applications.dto.d.ts +1 -2
- package/dist/src/authorization/dto/get-all-applications.dto.d.ts.map +1 -1
- package/dist/src/authorization/dto/index.d.ts +28 -28
- package/dist/src/authorization/dto/index.d.ts.map +1 -1
- package/dist/src/authorization/dto/index.js.map +1 -1
- package/dist/src/authorization/dto/role-response.dto.d.ts +1 -1
- package/dist/src/authorization/dto/rule-response.dto.d.ts +3 -3
- package/dist/src/authorization/dto/sync-assignments.dto.d.ts +1 -1
- package/dist/src/authorization/dto/update-application.dto.d.ts +2 -2
- package/dist/src/authorization/dto/update-operation.dto.d.ts +1 -1
- package/dist/src/authorization/dto/update-operation.dto.d.ts.map +1 -1
- package/dist/src/authorization/dto/update-rule.dto.d.ts +1 -1
- package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts +4 -4
- package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts.map +1 -1
- package/dist/src/authorization/entities/admin-ui-data.entity.d.ts +5 -5
- package/dist/src/authorization/entities/admin-ui-data.entity.d.ts.map +1 -1
- package/dist/src/authorization/entities/admin-ui-data.entity.js +45 -8
- package/dist/src/authorization/entities/admin-ui-data.entity.js.map +1 -1
- package/dist/src/authorization/entities/allowed-resources.entity.d.ts +2 -2
- package/dist/src/authorization/entities/allowed-resources.entity.d.ts.map +1 -1
- package/dist/src/authorization/entities/allowed-resources.entity.js +5 -1
- package/dist/src/authorization/entities/allowed-resources.entity.js.map +1 -1
- package/dist/src/authorization/entities/application.entity.d.ts +2 -2
- package/dist/src/authorization/entities/application.entity.d.ts.map +1 -1
- package/dist/src/authorization/entities/application.entity.js +10 -2
- package/dist/src/authorization/entities/application.entity.js.map +1 -1
- package/dist/src/authorization/entities/operation.entity.d.ts +1 -1
- package/dist/src/authorization/entities/operation.entity.js +8 -10
- package/dist/src/authorization/entities/operation.entity.js.map +1 -1
- package/dist/src/authorization/entities/role.entity.d.ts +2 -2
- package/dist/src/authorization/entities/role.entity.d.ts.map +1 -1
- package/dist/src/authorization/entities/role.entity.js +8 -9
- package/dist/src/authorization/entities/role.entity.js.map +1 -1
- package/dist/src/authorization/entities/rule.entity.d.ts +5 -5
- package/dist/src/authorization/entities/rule.entity.js +14 -2
- package/dist/src/authorization/entities/rule.entity.js.map +1 -1
- package/dist/src/authorization/index.d.ts +4 -4
- package/dist/src/authorization/index.d.ts.map +1 -1
- package/dist/src/authorization/index.js +9 -9
- package/dist/src/authorization/index.js.map +1 -1
- package/dist/src/authorization/isAuthorized/application-with-operations.d.ts +2 -2
- package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts +1 -1
- package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts.map +1 -1
- package/dist/src/authorization/isAuthorized/get-module-requirements.js +12 -13
- package/dist/src/authorization/isAuthorized/get-module-requirements.js.map +1 -1
- package/dist/src/authorization/isAuthorized/get-route-operations.d.ts +1 -1
- package/dist/src/authorization/isAuthorized/get-route-operations.d.ts.map +1 -1
- package/dist/src/authorization/isAuthorized/get-route-operations.js +7 -13
- package/dist/src/authorization/isAuthorized/get-route-operations.js.map +1 -1
- package/dist/src/authorization/isAuthorized/is-authorized.d.ts +1 -1
- package/dist/src/authorization/isAuthorized/is-authorized.d.ts.map +1 -1
- package/dist/src/authorization/isAuthorized/is-authorized.js.map +1 -1
- package/dist/src/authorization/isAuthorized/validate-requirements.d.ts.map +1 -1
- package/dist/src/authorization/isAuthorized/validate-requirements.js +3 -3
- package/dist/src/authorization/isAuthorized/validate-requirements.js.map +1 -1
- package/dist/src/catalog/api/create-module-request.d.ts +2 -2
- package/dist/src/catalog/api/create-module-request.d.ts.map +1 -1
- package/dist/src/catalog/api/create-module-request.js +1 -1
- package/dist/src/catalog/api/create-module-request.js.map +1 -1
- package/dist/src/catalog/api/delete-module-request.d.ts +1 -1
- package/dist/src/catalog/api/delete-module-request.d.ts.map +1 -1
- package/dist/src/catalog/api/delete-module-request.js +1 -1
- package/dist/src/catalog/api/delete-module-request.js.map +1 -1
- package/dist/src/catalog/api/get-all-modules-request.d.ts +1 -1
- package/dist/src/catalog/api/get-all-modules-request.d.ts.map +1 -1
- package/dist/src/catalog/api/get-all-modules-request.js +1 -10
- package/dist/src/catalog/api/get-all-modules-request.js.map +1 -1
- package/dist/src/catalog/api/map-module-to-dto.d.ts +1 -1
- package/dist/src/catalog/api/map-module-to-dto.d.ts.map +1 -1
- package/dist/src/catalog/api/map-module-to-dto.js +25 -13
- package/dist/src/catalog/api/map-module-to-dto.js.map +1 -1
- package/dist/src/catalog/api/update-module-request.d.ts +2 -2
- package/dist/src/catalog/api/update-module-request.d.ts.map +1 -1
- package/dist/src/catalog/api/update-module-request.js +1 -1
- package/dist/src/catalog/api/update-module-request.js.map +1 -1
- package/dist/src/catalog/api/update-module-ui-config-request.d.ts +1 -1
- package/dist/src/catalog/api/update-module-ui-config-request.d.ts.map +1 -1
- package/dist/src/catalog/api/update-module-ui-config-request.js +2 -2
- package/dist/src/catalog/api/update-module-ui-config-request.js.map +1 -1
- package/dist/src/catalog/catalog.service.d.ts +5 -5
- package/dist/src/catalog/catalog.service.d.ts.map +1 -1
- package/dist/src/catalog/catalog.service.js +5 -5
- package/dist/src/catalog/catalog.service.js.map +1 -1
- package/dist/src/catalog/dto/create-or-update-module.d.ts +2 -2
- package/dist/src/catalog/dto/create-or-update-module.d.ts.map +1 -1
- package/dist/src/catalog/dto/index.d.ts +1 -1
- package/dist/src/catalog/dto/index.d.ts.map +1 -1
- package/dist/src/catalog/dto/index.js +1 -1
- package/dist/src/catalog/dto/index.js.map +1 -1
- package/dist/src/catalog/entities/module-metadata/cloud-function.interface.d.ts +1 -1
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts +8 -8
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts.map +1 -1
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js +21 -0
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js.map +1 -1
- package/dist/src/catalog/entities/module-metadata/ui-config.interface.d.ts +5 -5
- package/dist/src/catalog/entities/module-metadata/ui-config.interface.d.ts.map +1 -1
- package/dist/src/catalog/pae-modules.constants.d.ts.map +1 -1
- package/dist/src/catalog/pae-modules.constants.js.map +1 -1
- package/dist/src/catalog/pae-service-utils.d.ts +2 -2
- package/dist/src/catalog/pae-service-utils.d.ts.map +1 -1
- package/dist/src/catalog/pae-service-utils.js +4 -4
- package/dist/src/catalog/pae-service-utils.js.map +1 -1
- package/dist/src/common/api-methods.d.ts +1 -1
- package/dist/src/common/api-methods.d.ts.map +1 -1
- package/dist/src/common/api-methods.js.map +1 -1
- package/dist/src/common/audit.d.ts.map +1 -1
- package/dist/src/common/audit.js +36 -54
- package/dist/src/common/audit.js.map +1 -1
- package/dist/src/common/auditable.interface.d.ts.map +1 -1
- package/dist/src/common/auditable.record.d.ts.map +1 -1
- package/dist/src/common/create-service-invoker.d.ts +1 -1
- package/dist/src/common/create-service-invoker.d.ts.map +1 -1
- package/dist/src/common/create-service-invoker.js +8 -3
- package/dist/src/common/create-service-invoker.js.map +1 -1
- package/dist/src/common/domain/criteria/criteria.d.ts +1 -1
- package/dist/src/common/domain/criteria/criteria.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/criteria.js +4 -2
- package/dist/src/common/domain/criteria/criteria.js.map +1 -1
- package/dist/src/common/domain/criteria/filter-field.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/filter-field.js +1 -0
- package/dist/src/common/domain/criteria/filter-field.js.map +1 -1
- package/dist/src/common/domain/criteria/filter-operator.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/filter-operator.js +1 -0
- package/dist/src/common/domain/criteria/filter-operator.js.map +1 -1
- package/dist/src/common/domain/criteria/filter-relation.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/filter-relation.js +1 -0
- package/dist/src/common/domain/criteria/filter-relation.js.map +1 -1
- package/dist/src/common/domain/criteria/filter-value.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/filter-value.js +1 -0
- package/dist/src/common/domain/criteria/filter-value.js.map +1 -1
- package/dist/src/common/domain/criteria/filter.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/filter.js +4 -0
- package/dist/src/common/domain/criteria/filter.js.map +1 -1
- package/dist/src/common/domain/criteria/filters.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/filters.js +1 -0
- package/dist/src/common/domain/criteria/filters.js.map +1 -1
- package/dist/src/common/domain/criteria/index.d.ts +2 -2
- package/dist/src/common/domain/criteria/index.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/index.js +2 -2
- package/dist/src/common/domain/criteria/index.js.map +1 -1
- package/dist/src/common/domain/criteria/operator.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/operator.js.map +1 -1
- package/dist/src/common/domain/criteria/order-by.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/order-by.js +1 -0
- package/dist/src/common/domain/criteria/order-by.js.map +1 -1
- package/dist/src/common/domain/criteria/order-type.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/order-type.js +1 -0
- package/dist/src/common/domain/criteria/order-type.js.map +1 -1
- package/dist/src/common/domain/criteria/order.d.ts.map +1 -1
- package/dist/src/common/domain/criteria/order.js +2 -0
- package/dist/src/common/domain/criteria/order.js.map +1 -1
- package/dist/src/common/domain/handle-response.d.ts +1 -1
- package/dist/src/common/domain/handle-response.d.ts.map +1 -1
- package/dist/src/common/domain/handle-response.js +10 -22
- package/dist/src/common/domain/handle-response.js.map +1 -1
- package/dist/src/common/domain/pae-service-config.interface.d.ts.map +1 -1
- package/dist/src/common/domain/service-invoker.interface.d.ts +1 -1
- package/dist/src/common/dto/auditable.dto.d.ts.map +1 -1
- package/dist/src/common/gateway-headers.d.ts.map +1 -1
- package/dist/src/common/gateway-headers.js +7 -7
- package/dist/src/common/gateway-headers.js.map +1 -1
- package/dist/src/common/index.d.ts +2 -2
- package/dist/src/common/index.d.ts.map +1 -1
- package/dist/src/common/index.js.map +1 -1
- package/dist/src/common/platform-application-name.js +2 -2
- package/dist/src/common/service-config.d.ts +1 -1
- package/dist/src/common/types.d.ts.map +1 -1
- package/dist/src/common/utils/create-headers.d.ts +3 -1
- package/dist/src/common/utils/create-headers.d.ts.map +1 -1
- package/dist/src/common/utils/create-headers.js +13 -6
- package/dist/src/common/utils/create-headers.js.map +1 -1
- package/dist/src/common/utils/criteriaToSearchParams.d.ts.map +1 -1
- package/dist/src/common/utils/criteriaToSearchParams.js.map +1 -1
- package/dist/src/common/utils/domains.js +1 -1
- package/dist/src/common/utils/domains.js.map +1 -1
- package/dist/src/common/utils/inner-join-both.d.ts.map +1 -1
- package/dist/src/common/utils/inner-join-both.js +1 -1
- package/dist/src/common/utils/inner-join-both.js.map +1 -1
- package/dist/src/common/utils/null-function.d.ts.map +1 -1
- package/dist/src/common/utils/null-function.js +1 -2
- package/dist/src/common/utils/null-function.js.map +1 -1
- package/dist/src/common/utils/to-query-params.d.ts +1 -1
- package/dist/src/common/utils/to-query-params.d.ts.map +1 -1
- package/dist/src/common/utils/to-query-params.js +2 -3
- package/dist/src/common/utils/to-query-params.js.map +1 -1
- package/dist/src/common/utils/version-enricher.d.ts +2 -2
- package/dist/src/common/utils/version-enricher.d.ts.map +1 -1
- package/dist/src/common/utils/version-enricher.js +12 -19
- package/dist/src/common/utils/version-enricher.js.map +1 -1
- package/dist/src/core/create-pae-service-from-catalog.d.ts +5 -5
- package/dist/src/core/create-pae-service-from-catalog.d.ts.map +1 -1
- package/dist/src/core/create-pae-service-from-catalog.js +6 -6
- package/dist/src/core/create-pae-service-from-catalog.js.map +1 -1
- package/dist/src/core/create-pae-service.d.ts +7 -7
- package/dist/src/core/create-pae-service.d.ts.map +1 -1
- package/dist/src/core/create-pae-service.js +52 -37
- package/dist/src/core/create-pae-service.js.map +1 -1
- package/dist/src/index.d.ts +14 -14
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +19 -18
- package/dist/src/index.js.map +1 -1
- package/dist/src/orchestrator/api/create-shared-library-request.d.ts +3 -4
- package/dist/src/orchestrator/api/create-shared-library-request.d.ts.map +1 -1
- package/dist/src/orchestrator/api/create-shared-library-request.js.map +1 -1
- package/dist/src/orchestrator/api/delete-shared-library-request.d.ts +2 -3
- package/dist/src/orchestrator/api/delete-shared-library-request.d.ts.map +1 -1
- package/dist/src/orchestrator/api/delete-shared-library-request.js.map +1 -1
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts +1 -1
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts.map +1 -1
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.js +1 -1
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.js.map +1 -1
- package/dist/src/orchestrator/api/update-shared-library-request.d.ts +2 -2
- package/dist/src/orchestrator/api/update-shared-library-request.d.ts.map +1 -1
- package/dist/src/orchestrator/api/update-shared-library-request.js +1 -1
- package/dist/src/orchestrator/dto/index.d.ts.map +1 -1
- package/dist/src/orchestrator/dto/index.js.map +1 -1
- package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts +1 -1
- package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts.map +1 -1
- package/dist/src/orchestrator/entities/SharedLibrary.entity.js +2 -0
- package/dist/src/orchestrator/entities/SharedLibrary.entity.js.map +1 -1
- package/dist/src/orchestrator/index.d.ts.map +1 -1
- package/dist/src/orchestrator/index.js.map +1 -1
- package/dist/src/orchestrator/orchestrator.service.d.ts +4 -4
- package/dist/src/orchestrator/orchestrator.service.js +8 -17
- package/dist/src/orchestrator/orchestrator.service.js.map +1 -1
- package/dist/src/tenants/index.d.ts +4 -4
- package/dist/src/tenants/index.d.ts.map +1 -1
- package/dist/src/tenants/index.js +1 -1
- package/dist/src/tenants/index.js.map +1 -1
- package/dist/src/ui/ExtensionPointsRegistry.d.ts +1 -1
- package/dist/src/ui/ExtensionPointsRegistry.d.ts.map +1 -1
- package/package.json +4 -2
- package/dist/package.json +0 -36
|
@@ -1,38 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
3
|
exports.createPAEAuthenticationService = void 0;
|
|
13
4
|
const create_service_invoker_1 = require("../common/create-service-invoker");
|
|
5
|
+
const all_profiles_request_1 = require("./api/all-profiles-request");
|
|
14
6
|
const can_impersonate_request_1 = require("./api/can-impersonate-request");
|
|
7
|
+
const create_api_key_request_1 = require("./api/create-api-key-request");
|
|
15
8
|
const create_impersonation_config_request_1 = require("./api/create-impersonation-config-request");
|
|
16
|
-
const delete_impersonation_config_request_1 = require("./api/delete-impersonation-config-request");
|
|
17
|
-
const get_all_impersonation_configs_request_1 = require("./api/get-all-impersonation-configs-request");
|
|
18
|
-
const get_user_restrictions_request_1 = require("./api/get-user-restrictions-request");
|
|
19
9
|
const create_impersonation_restriction_request_1 = require("./api/create-impersonation-restriction-request");
|
|
10
|
+
const create_invitation_request_1 = require("./api/create-invitation-request");
|
|
11
|
+
const delete_api_key_request_1 = require("./api/delete-api-key-request");
|
|
12
|
+
const delete_impersonation_config_request_1 = require("./api/delete-impersonation-config-request");
|
|
20
13
|
const delete_impersonation_restriction_request_1 = require("./api/delete-impersonation-restriction-request");
|
|
21
|
-
const
|
|
14
|
+
const delete_invitation_request_1 = require("./api/delete-invitation-request");
|
|
15
|
+
const delete_user_identity_request_1 = require("./api/delete-user-identity-request");
|
|
16
|
+
const delete_user_request_1 = require("./api/delete-user-request");
|
|
22
17
|
const get_all_api_keys_request_1 = require("./api/get-all-api-keys-request");
|
|
23
|
-
const
|
|
24
|
-
const delete_api_key_request_1 = require("./api/delete-api-key-request");
|
|
18
|
+
const get_all_impersonation_configs_request_1 = require("./api/get-all-impersonation-configs-request");
|
|
25
19
|
const get_authentication_config_1 = require("./api/get-authentication-config");
|
|
26
|
-
const all_profiles_request_1 = require("./api/all-profiles-request");
|
|
27
|
-
const search_profiles_request_1 = require("./api/search-profiles-request");
|
|
28
|
-
const get_users_request_1 = require("./api/get-users-request");
|
|
29
|
-
const get_profiles_by_user_emails_request_1 = require("./api/get-profiles-by-user-emails-request");
|
|
30
|
-
const delete_user_request_1 = require("./api/delete-user-request");
|
|
31
|
-
const delete_user_identity_request_1 = require("./api/delete-user-identity-request");
|
|
32
20
|
const get_invitations_request_1 = require("./api/get-invitations-request");
|
|
33
|
-
const
|
|
34
|
-
const
|
|
21
|
+
const get_profiles_by_user_emails_request_1 = require("./api/get-profiles-by-user-emails-request");
|
|
22
|
+
const get_user_restrictions_request_1 = require("./api/get-user-restrictions-request");
|
|
23
|
+
const get_users_request_1 = require("./api/get-users-request");
|
|
35
24
|
const resend_invitation_request_1 = require("./api/resend-invitation-request");
|
|
25
|
+
const search_profiles_request_1 = require("./api/search-profiles-request");
|
|
26
|
+
const update_impersonation_config_request_1 = require("./api/update-impersonation-config-request");
|
|
36
27
|
const createPAEAuthenticationService = (config) => {
|
|
37
28
|
const serviceInvoker = (0, create_service_invoker_1.createServiceInvoker)(config.authenticationServiceURL, config.serviceInvokerOpts);
|
|
38
29
|
return {
|
|
@@ -48,72 +39,46 @@ const createPAEAuthenticationService = (config) => {
|
|
|
48
39
|
createImpersonationRestriction: (request) => (0, create_impersonation_restriction_request_1.createImpersonationRestrictionRequest)(serviceInvoker, request),
|
|
49
40
|
deleteImpersonationRestriction: (request) => (0, delete_impersonation_restriction_request_1.deleteImpersonationRestrictionRequest)(serviceInvoker, request),
|
|
50
41
|
//--------------API KEYS----------------
|
|
51
|
-
getAllApiKeys() {
|
|
52
|
-
return
|
|
53
|
-
return (0, get_all_api_keys_request_1.getAllApiKeysRequest)(serviceInvoker);
|
|
54
|
-
});
|
|
42
|
+
async getAllApiKeys() {
|
|
43
|
+
return (0, get_all_api_keys_request_1.getAllApiKeysRequest)(serviceInvoker);
|
|
55
44
|
},
|
|
56
|
-
createApiKey(request) {
|
|
57
|
-
return
|
|
58
|
-
return (0, create_api_key_request_1.createApiKeyRequest)(serviceInvoker, request);
|
|
59
|
-
});
|
|
45
|
+
async createApiKey(request) {
|
|
46
|
+
return (0, create_api_key_request_1.createApiKeyRequest)(serviceInvoker, request);
|
|
60
47
|
},
|
|
61
|
-
deleteApiKey(id) {
|
|
62
|
-
return
|
|
63
|
-
return (0, delete_api_key_request_1.deleteApiKeyRequest)(serviceInvoker, id);
|
|
64
|
-
});
|
|
48
|
+
async deleteApiKey(id) {
|
|
49
|
+
return (0, delete_api_key_request_1.deleteApiKeyRequest)(serviceInvoker, id);
|
|
65
50
|
},
|
|
66
51
|
//-----------------USERS--------------------
|
|
67
|
-
searchProfiles(query) {
|
|
68
|
-
return
|
|
69
|
-
return (0, search_profiles_request_1.searchProfiles)(serviceInvoker, { query });
|
|
70
|
-
});
|
|
52
|
+
async searchProfiles(query) {
|
|
53
|
+
return (0, search_profiles_request_1.searchProfiles)(serviceInvoker, { query });
|
|
71
54
|
},
|
|
72
|
-
getUsers(request) {
|
|
73
|
-
return
|
|
74
|
-
return (0, get_users_request_1.getUsersRequest)(serviceInvoker, request);
|
|
75
|
-
});
|
|
55
|
+
async getUsers(request) {
|
|
56
|
+
return (0, get_users_request_1.getUsersRequest)(serviceInvoker, request);
|
|
76
57
|
},
|
|
77
|
-
getAllProfiles() {
|
|
78
|
-
return
|
|
79
|
-
return (0, all_profiles_request_1.getAllProfilesRequest)(serviceInvoker);
|
|
80
|
-
});
|
|
58
|
+
async getAllProfiles() {
|
|
59
|
+
return (0, all_profiles_request_1.getAllProfilesRequest)(serviceInvoker);
|
|
81
60
|
},
|
|
82
|
-
getProfilesByUserEmails(emails) {
|
|
83
|
-
return
|
|
84
|
-
return (0, get_profiles_by_user_emails_request_1.getProfilesByUserEmailsRequest)(serviceInvoker, emails);
|
|
85
|
-
});
|
|
61
|
+
async getProfilesByUserEmails(emails) {
|
|
62
|
+
return (0, get_profiles_by_user_emails_request_1.getProfilesByUserEmailsRequest)(serviceInvoker, emails);
|
|
86
63
|
},
|
|
87
|
-
deleteUser(id) {
|
|
88
|
-
return
|
|
89
|
-
return (0, delete_user_request_1.deleteUserRequest)(serviceInvoker, id);
|
|
90
|
-
});
|
|
64
|
+
async deleteUser(id) {
|
|
65
|
+
return (0, delete_user_request_1.deleteUserRequest)(serviceInvoker, id);
|
|
91
66
|
},
|
|
92
|
-
deleteUserIdentity(id) {
|
|
93
|
-
return
|
|
94
|
-
return (0, delete_user_identity_request_1.deleteUserIdentityRequest)(serviceInvoker, id);
|
|
95
|
-
});
|
|
67
|
+
async deleteUserIdentity(id) {
|
|
68
|
+
return (0, delete_user_identity_request_1.deleteUserIdentityRequest)(serviceInvoker, id);
|
|
96
69
|
},
|
|
97
70
|
//-----------------INVITATIONS--------------------
|
|
98
|
-
getInvitations(request) {
|
|
99
|
-
return
|
|
100
|
-
return (0, get_invitations_request_1.getInvitationsRequest)(serviceInvoker, request);
|
|
101
|
-
});
|
|
71
|
+
async getInvitations(request) {
|
|
72
|
+
return (0, get_invitations_request_1.getInvitationsRequest)(serviceInvoker, request);
|
|
102
73
|
},
|
|
103
|
-
createInvitation(request) {
|
|
104
|
-
return
|
|
105
|
-
return (0, create_invitation_request_1.createInvitationRequest)(serviceInvoker, request);
|
|
106
|
-
});
|
|
74
|
+
async createInvitation(request) {
|
|
75
|
+
return (0, create_invitation_request_1.createInvitationRequest)(serviceInvoker, request);
|
|
107
76
|
},
|
|
108
|
-
resendInvitation(id) {
|
|
109
|
-
return
|
|
110
|
-
return (0, resend_invitation_request_1.resendInvitationRequest)(serviceInvoker, id);
|
|
111
|
-
});
|
|
77
|
+
async resendInvitation(id) {
|
|
78
|
+
return (0, resend_invitation_request_1.resendInvitationRequest)(serviceInvoker, id);
|
|
112
79
|
},
|
|
113
|
-
deleteInvitation(id) {
|
|
114
|
-
return
|
|
115
|
-
return (0, delete_invitation_request_1.deleteInvitationRequest)(serviceInvoker, id);
|
|
116
|
-
});
|
|
80
|
+
async deleteInvitation(id) {
|
|
81
|
+
return (0, delete_invitation_request_1.deleteInvitationRequest)(serviceInvoker, id);
|
|
117
82
|
},
|
|
118
83
|
};
|
|
119
84
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication.service.js","sourceRoot":"","sources":["../../../src/authentication/authentication.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"authentication.service.js","sourceRoot":"","sources":["../../../src/authentication/authentication.service.ts"],"names":[],"mappings":";;;AACA,6EAA+F;AAC/F,qEAAmE;AACnE,2EAAsE;AACtE,yEAAmE;AACnE,mGAA6F;AAC7F,6GAAuG;AACvG,+EAA0E;AAC1E,yEAAmE;AACnE,mGAA6F;AAC7F,6GAAuG;AACvG,+EAA0E;AAC1E,qFAA+E;AAC/E,mEAA8D;AAE9D,6EAAsE;AACtE,uGAAgG;AAChG,+EAA0E;AAC1E,2EAAsE;AACtE,mGAA2F;AAC3F,uFAAiF;AACjF,+DAA0D;AAC1D,+EAA0E;AAC1E,2EAA+D;AAC/D,mGAA6F;AActF,MAAM,8BAA8B,GAAG,CAAC,MAAsC,EAAE,EAAE;IACvF,MAAM,cAAc,GAAG,IAAA,6CAAoB,EAAC,MAAM,CAAC,wBAAwB,EAAE,MAAM,CAAC,kBAAkB,CAAC,CAAC;IAExG,OAAO;QACL,sCAAsC;QACtC,uBAAuB,EAAE,GAAG,EAAE,CAAC,IAAA,mDAAuB,EAAC,cAAc,CAAC;QAEtE,6CAA6C;QAC7C,0BAA0B,EAAE,GAAG,EAAE,CAAC,IAAA,yEAAiC,EAAC,cAAc,CAAC;QAEnF,cAAc,EAAE,CAAC,QAAgB,EAAE,EAAE,CAAC,IAAA,+CAAqB,EAAC,cAAc,EAAE,QAAQ,CAAC;QAErF,yBAAyB,EAAE,CAAC,OAA4C,EAAE,EAAE,CAC1E,IAAA,sEAAgC,EAAC,cAAc,EAAE,OAAO,CAAC;QAE3D,yBAAyB,EAAE,CAAC,OAA4C,EAAE,EAAE,CAC1E,IAAA,sEAAgC,EAAC,cAAc,EAAE,OAAO,CAAC;QAE3D,yBAAyB,EAAE,CAAC,QAAgB,EAAE,EAAE,CAAC,IAAA,sEAAgC,EAAC,cAAc,EAAE,QAAQ,CAAC;QAE3G,mBAAmB,EAAE,CAAC,QAAgB,EAAE,EAAE,CAAC,IAAA,0DAA0B,EAAC,cAAc,EAAE,QAAQ,CAAC;QAE/F,8BAA8B,EAAE,CAAC,OAAoC,EAAE,EAAE,CACvE,IAAA,gFAAqC,EAAC,cAAc,EAAE,OAAO,CAAC;QAEhE,8BAA8B,EAAE,CAAC,OAAoC,EAAE,EAAE,CACvE,IAAA,gFAAqC,EAAC,cAAc,EAAE,OAAO,CAAC;QAEhE,wCAAwC;QAExC,KAAK,CAAC,aAAa;YACjB,OAAO,IAAA,+CAAoB,EAAC,cAAc,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,YAAY,CAAC,OAA4B;YAC7C,OAAO,IAAA,4CAAmB,EAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QACtD,CAAC;QACD,KAAK,CAAC,YAAY,CAAC,EAAU;YAC3B,OAAO,IAAA,4CAAmB,EAAC,cAAc,EAAE,EAAE,CAAC,CAAC;QACjD,CAAC;QAED,4CAA4C;QAC5C,KAAK,CAAC,cAAc,CAAC,KAAa;YAChC,OAAO,IAAA,wCAAc,EAAC,cAAc,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;QACnD,CAAC;QACD,KAAK,CAAC,QAAQ,CAAC,OAAyB;YACtC,OAAO,IAAA,mCAAe,EAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QAClD,CAAC;QACD,KAAK,CAAC,cAAc;YAClB,OAAO,IAAA,4CAAqB,EAAC,cAAc,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,uBAAuB,CAAC,MAAgB;YAC5C,OAAO,IAAA,oEAA8B,EAAC,cAAc,EAAE,MAAM,CAAC,CAAC;QAChE,CAAC;QACD,KAAK,CAAC,UAAU,CAAC,EAAU;YACzB,OAAO,IAAA,uCAAiB,EAAC,cAAc,EAAE,EAAE,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,kBAAkB,CAAC,EAAU;YACjC,OAAO,IAAA,wDAAyB,EAAC,cAAc,EAAE,EAAE,CAAC,CAAC;QACvD,CAAC;QAED,kDAAkD;QAClD,KAAK,CAAC,cAAc,CAAC,OAAyB;YAC5C,OAAO,IAAA,+CAAqB,EAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QACxD,CAAC;QACD,KAAK,CAAC,gBAAgB,CAAC,OAAgC;YACrD,OAAO,IAAA,mDAAuB,EAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QAC1D,CAAC;QACD,KAAK,CAAC,gBAAgB,CAAC,EAAU;YAC/B,OAAO,IAAA,mDAAuB,EAAC,cAAc,EAAE,EAAE,CAAC,CAAC;QACrD,CAAC;QACD,KAAK,CAAC,gBAAgB,CAAC,EAAU;YAC/B,OAAO,IAAA,mDAAuB,EAAC,cAAc,EAAE,EAAE,CAAC,CAAC;QACrD,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AA1EW,QAAA,8BAA8B,kCA0EzC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,
|
|
1
|
+
{"version":3,"file":"api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api-key-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-request.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,
|
|
1
|
+
{"version":3,"file":"create-api-key-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-request.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,GAAG,EAAE,MAAM,CAAC;CACb,
|
|
1
|
+
{"version":3,"file":"create-api-key-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-api-key-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,GAAG,EAAE,MAAM,CAAC;CACb,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oCAAoC,GAAG;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,
|
|
1
|
+
{"version":3,"file":"create-impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oCAAoC,GAAG;IACjD,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-invitation-request.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-invitation-request.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACxB,
|
|
1
|
+
{"version":3,"file":"create-invitation-request.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/create-invitation-request.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ImpersonationConfigsResponseDTO } from
|
|
1
|
+
import { ImpersonationConfigsResponseDTO } from './impersonation-config-response.dto';
|
|
2
2
|
export type GetAllImpersonationConfigsResponseDTO = ImpersonationConfigsResponseDTO[];
|
|
3
3
|
//# sourceMappingURL=get-all-impersonation-configs-response.dto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-all-impersonation-configs-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/get-all-impersonation-configs-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,
|
|
1
|
+
{"version":3,"file":"get-all-impersonation-configs-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/get-all-impersonation-configs-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAEtF,MAAM,MAAM,qCAAqC,GAAG,+BAA+B,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/group.dto.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"group.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/group.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEvD,MAAM,WAAW,QAAS,SAAQ,YAAY;IAC5C;;;;OAIG;IACH,IAAI,EAAE,UAAU,GAAG,UAAU,CAAC;IAE9B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,IAAI,CAAC,QAAQ,EAAE,iBAAiB,GAAG,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;AACvG,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,
|
|
1
|
+
{"version":3,"file":"impersonation-config-response.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/impersonation-config-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TableQueryResponse } from
|
|
2
|
-
import { InvitationDTO } from
|
|
1
|
+
import { TableQueryResponse } from '../../common/table-query-response.interface';
|
|
2
|
+
import { InvitationDTO } from './invitation.dto';
|
|
3
3
|
export type InvitationsResponseDTO = TableQueryResponse<InvitationDTO>;
|
|
4
4
|
//# sourceMappingURL=invitations-response.dto.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AuditableDTO, OmitAudit } from
|
|
1
|
+
import { AuditableDTO, OmitAudit } from '../../common';
|
|
2
2
|
export type BuiltInProviderType = 'okta' | 'entra-id' | 'cognito' | 'github' | 'onelogin';
|
|
3
3
|
export type OAuthProviderType = 'custom' | BuiltInProviderType;
|
|
4
4
|
/**
|
|
@@ -9,7 +9,7 @@ export type OAuthProviderType = 'custom' | BuiltInProviderType;
|
|
|
9
9
|
export declare const IDP_PROVISIONING_METHODS: {
|
|
10
10
|
readonly CLAIM: "claim";
|
|
11
11
|
};
|
|
12
|
-
export type IDPProvisioningMethod = typeof IDP_PROVISIONING_METHODS[keyof typeof IDP_PROVISIONING_METHODS];
|
|
12
|
+
export type IDPProvisioningMethod = (typeof IDP_PROVISIONING_METHODS)[keyof typeof IDP_PROVISIONING_METHODS];
|
|
13
13
|
/**
|
|
14
14
|
* Configuration for CLAIM-based tenant provisioning
|
|
15
15
|
* Used when tenant assignment is determined by a specific claim in the IDP token
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth-provider.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"oauth-provider.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth-provider.dto.js","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":";;;AAKA;;;;GAIG;AACU,QAAA,wBAAwB,GAAG;IACtC,KAAK,EAAE,OAAO;IACd,oFAAoF;CAC5E,CAAC;AAsFX;;;;GAIG;AACU,QAAA,0BAA0B,GAA0E;IAC/G,IAAI,EAAE,CAAC,gCAAwB,CAAC,KAAK,CAAC;IACtC,UAAU,EAAE,EAAE,EAAE,2BAA2B;IAC3C,OAAO,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"oauth-provider.dto.js","sourceRoot":"","sources":["../../../../src/authentication/dto/oauth-provider.dto.ts"],"names":[],"mappings":";;;AAKA;;;;GAIG;AACU,QAAA,wBAAwB,GAAG;IACtC,KAAK,EAAE,OAAO;IACd,oFAAoF;CAC5E,CAAC;AAsFX;;;;GAIG;AACU,QAAA,0BAA0B,GAA0E;IAC/G,IAAI,EAAE,CAAC,gCAAwB,CAAC,KAAK,CAAC;IACtC,UAAU,EAAE,EAAE,EAAE,2BAA2B;IAC3C,OAAO,EAAE,EAAE,EAAE,2BAA2B;IACxC,MAAM,EAAE,EAAE,EAAE,2BAA2B;IACvC,QAAQ,EAAE,EAAE,EAAE,2BAA2B;IACzC,MAAM,EAAE,EAAE,EAAE,2BAA2B;CAC/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-identity.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user-identity.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,
|
|
1
|
+
{"version":3,"file":"user-identity.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user-identity.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { AuditableDTO } from '../../common';
|
|
2
|
+
import { UserIdentityDTO } from './user-identity.dto';
|
|
3
3
|
export interface UserDTO extends AuditableDTO {
|
|
4
4
|
id: number;
|
|
5
5
|
username: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"user.dto.d.ts","sourceRoot":"","sources":["../../../../src/authentication/dto/user.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,MAAM,WAAW,OAAQ,SAAQ,YAAY;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,eAAe,EAAE,CAAC;CAC/B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TableQueryResponse } from
|
|
2
|
-
import { UserDTO } from
|
|
1
|
+
import { TableQueryResponse } from '../../common/table-query-response.interface';
|
|
2
|
+
import { UserDTO } from './user.dto';
|
|
3
3
|
export type UsersResponseDTO = TableQueryResponse<UserDTO>;
|
|
4
4
|
//# sourceMappingURL=users-response.dto.d.ts.map
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ApiKey = void 0;
|
|
4
4
|
class ApiKey {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
id = 0;
|
|
6
|
+
username = '';
|
|
7
|
+
displayName;
|
|
8
|
+
description;
|
|
9
|
+
createdAt = new Date();
|
|
10
|
+
createdBy = '';
|
|
11
11
|
static fromDTO(dto) {
|
|
12
12
|
const apiKey = new ApiKey();
|
|
13
13
|
apiKey.id = dto.id;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-key.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/api-key.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;
|
|
1
|
+
{"version":3,"file":"api-key.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/api-key.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;IACjB,EAAE,GAAW,CAAC,CAAC;IACf,QAAQ,GAAW,EAAE,CAAC;IACtB,WAAW,CAAU;IACrB,WAAW,CAAU;IACrB,SAAS,GAAS,IAAI,IAAI,EAAE,CAAC;IAC7B,SAAS,GAAW,EAAE,CAAC;IAEvB,MAAM,CAAC,OAAO,CAAC,GAAsB;QACnC,MAAM,MAAM,GAAG,IAAI,MAAM,EAAE,CAAC;QAC5B,MAAM,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QACnB,MAAM,CAAC,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC;QAC3B,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;QACrC,MAAM,CAAC,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;QACrC,MAAM,CAAC,SAAS,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QAC3C,MAAM,CAAC,SAAS,GAAG,GAAG,CAAC,SAAS,CAAC;QACjC,OAAO,MAAM,CAAC;IAChB,CAAC;CACF;AAlBD,wBAkBC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ImpersonationMode } from
|
|
2
|
-
import { PasswordConstraints } from
|
|
1
|
+
import { ImpersonationMode } from '../impersonation';
|
|
2
|
+
import { PasswordConstraints } from '../password-constraints';
|
|
3
3
|
/**
|
|
4
4
|
* A set of configuration parameters for the platform authentication.
|
|
5
5
|
* This is the response of an endpoint used by the UI (SPA) to know which features are available
|
|
@@ -47,8 +47,8 @@ export type AuthenticationConfig = {
|
|
|
47
47
|
*/
|
|
48
48
|
impersonationMode: ImpersonationMode;
|
|
49
49
|
/**
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
* Can impersonate users that do not currently exist in the system ?
|
|
51
|
+
*/
|
|
52
52
|
canImpersonateNonExistentUsers: boolean;
|
|
53
53
|
/**
|
|
54
54
|
* Indicates the platform is in multi-tenant mode.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication-config.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-config.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;
|
|
1
|
+
{"version":3,"file":"authentication-config.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-config.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,SAAS,EAAE,YAAY,EAAE,CAAC;IAE1B;;OAEG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACH,mBAAmB,EAAE,mBAAmB,CAAC;IAEzC;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,iBAAiB,EAAE,iBAAiB,CAAC;IAErC;;OAEG;IACH,8BAA8B,EAAE,OAAO,CAAC;IAExC;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication-parameters.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"authentication-parameters.entity.d.ts","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,uBAAuB,GAC/B,iCAAiC,GACjC,0CAA0C,GAC1C,0CAA0C,GAC1C,6CAA6C,GAC7C,qCAAqC,GACrC,mCAAmC,GACnC,mCAAmC,GACnC,0CAA0C,GAC1C,mCAAmC,GACnC,iDAAiD,CAAC;AAEtD,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,uBAAuB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;IACzB,KAAK,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,GAAG,CAAC;CACzB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB;IACnC;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAOH;;OAEG;;;;;CAKkD,CAAC"}
|
|
@@ -33,14 +33,14 @@ exports.AuthenticationParameters = {
|
|
|
33
33
|
*/
|
|
34
34
|
AUTHENTICATION_REGISTER_ENABLED: {
|
|
35
35
|
name: 'authentication:password:register-enabled',
|
|
36
|
-
defaultValue: false
|
|
36
|
+
defaultValue: false,
|
|
37
37
|
},
|
|
38
38
|
/**
|
|
39
39
|
* Can admin's invite other users to sign-up (password) ?
|
|
40
40
|
*/
|
|
41
41
|
AUTHENTICATION_INVITATIONS_ENABLED: {
|
|
42
42
|
name: 'authentication:password:invitations-enabled',
|
|
43
|
-
defaultValue: false
|
|
43
|
+
defaultValue: false,
|
|
44
44
|
},
|
|
45
45
|
// TODO: add more for invitations
|
|
46
46
|
/**
|
|
@@ -70,7 +70,7 @@ exports.AuthenticationParameters = {
|
|
|
70
70
|
*/
|
|
71
71
|
AUTHENTICATION_SESSION_INCLUDE_ORIG_USER: {
|
|
72
72
|
name: 'authentication:session:include-orig-user',
|
|
73
|
-
defaultValue: false
|
|
73
|
+
defaultValue: false,
|
|
74
74
|
},
|
|
75
75
|
/**
|
|
76
76
|
* Impersonation Data Flow Strategy
|
|
@@ -85,7 +85,7 @@ exports.AuthenticationParameters = {
|
|
|
85
85
|
*/
|
|
86
86
|
AUTHENTICATION_IMPERSONATION_NON_EXISTENT_USERS: {
|
|
87
87
|
name: 'authentication:impersonation:non-existent-users',
|
|
88
|
-
defaultValue: false
|
|
88
|
+
defaultValue: false,
|
|
89
89
|
},
|
|
90
90
|
};
|
|
91
91
|
//# sourceMappingURL=authentication-parameters.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication-parameters.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":";;;AAAA,oDAA8D;AAC9D,kEAAuE;
|
|
1
|
+
{"version":3,"file":"authentication-parameters.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/authentication-parameters.entity.ts"],"names":[],"mappings":";;;AAAA,oDAA8D;AAC9D,kEAAuE;AAwBvE;;;;;;;;GAQG;AACU,QAAA,wBAAwB,GAAG;IACtC;;OAEG;IACH,+BAA+B,EAAE;QAC/B,IAAI,EAAE,iCAAiC;QACvC,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,wCAAwC,EAAE;QACxC,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,EAAE,GAAG,EAAE,GAAG,IAAI,EAAE,cAAc;QAC5C,KAAK,EAAE,IAAI,CAAC,KAAK;KAClB;IAED;;OAEG;IACH,+BAA+B,EAAE;QAC/B,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,kCAAkC,EAAE;QAClC,IAAI,EAAE,6CAA6C;QACnD,YAAY,EAAE,KAAK;KACpB;IAED,iCAAiC;IAEjC;;OAEG;IACH,mCAAmC,EAAE;QACnC,IAAI,EAAE,qCAAqC;QAC3C,YAAY,EAAE,mDAA4B;KAC3C;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,uBAAuB;KAC3D;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,EAAE;QAChB,MAAM,EAAE,IAAI,CAAC,SAAS;KACvB;IAED;;OAEG;IACH,wCAAwC,EAAE;QACxC,IAAI,EAAE,0CAA0C;QAChD,YAAY,EAAE,KAAK;KACpB;IAED;;OAEG;IACH,iCAAiC,EAAE;QACjC,IAAI,EAAE,mCAAmC;QACzC,YAAY,EAAE,0CAA0B;QACxC,MAAM,EAAE,IAAI,CAAC,SAAS;KACvB;IAED;;OAEG;IACH,+CAA+C,EAAE;QAC/C,IAAI,EAAE,iDAAiD;QACvD,YAAY,EAAE,KAAK;KACpB;CACoD,CAAC"}
|
|
@@ -2,10 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CanImpersonate = void 0;
|
|
4
4
|
class CanImpersonate {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
this.restrictedTo = [];
|
|
8
|
-
}
|
|
5
|
+
allowed = false;
|
|
6
|
+
restrictedTo = [];
|
|
9
7
|
static fromDTO(dto) {
|
|
10
8
|
const canImpersonate = new CanImpersonate();
|
|
11
9
|
canImpersonate.allowed = dto.allowed;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"can-impersonate.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/can-impersonate.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;
|
|
1
|
+
{"version":3,"file":"can-impersonate.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/can-impersonate.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;IACzB,OAAO,GAAY,KAAK,CAAC;IACzB,YAAY,GAAc,EAAE,CAAC;IAE7B,MAAM,CAAC,OAAO,CAAC,GAA8B;QAC3C,MAAM,cAAc,GAAG,IAAI,cAAc,EAAE,CAAC;QAC5C,cAAc,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;QACrC,cAAc,CAAC,YAAY,GAAG,GAAG,CAAC,YAAY,CAAC;QAC/C,OAAO,cAAc,CAAC;IACxB,CAAC;CACF;AAVD,wCAUC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateImpersonationConfigResponseDTO } from
|
|
1
|
+
import { CreateImpersonationConfigResponseDTO } from '../dto/create-impersonation-config-response.dto';
|
|
2
2
|
export declare class ImpersonationConfig {
|
|
3
3
|
id: number;
|
|
4
4
|
username: string;
|
|
@@ -2,13 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ImpersonationConfig = void 0;
|
|
4
4
|
class ImpersonationConfig {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
this.restrictedTo = [];
|
|
11
|
-
}
|
|
5
|
+
id = 0;
|
|
6
|
+
username = '';
|
|
7
|
+
createdAt = new Date();
|
|
8
|
+
createdBy = '';
|
|
9
|
+
restrictedTo = [];
|
|
12
10
|
static fromDTO(dto) {
|
|
13
11
|
const impersonationConfig = new ImpersonationConfig();
|
|
14
12
|
impersonationConfig.id = dto.id;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impersonation-config.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/impersonation-config.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"impersonation-config.entity.js","sourceRoot":"","sources":["../../../../src/authentication/entities/impersonation-config.entity.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IAC9B,EAAE,GAAW,CAAC,CAAC;IACf,QAAQ,GAAW,EAAE,CAAC;IACtB,SAAS,GAAS,IAAI,IAAI,EAAE,CAAC;IAC7B,SAAS,GAAW,EAAE,CAAC;IACvB,YAAY,GAAc,EAAE,CAAC;IAE7B,MAAM,CAAC,OAAO,CAAC,GAAyC;QACtD,MAAM,mBAAmB,GAAG,IAAI,mBAAmB,EAAE,CAAC;QACtD,mBAAmB,CAAC,EAAE,GAAG,GAAG,CAAC,EAAE,CAAC;QAChC,mBAAmB,CAAC,QAAQ,GAAG,GAAG,CAAC,IAAI,CAAC;QACxC,mBAAmB,CAAC,SAAS,GAAG,GAAG,CAAC,UAAU,CAAC;QAC/C,mBAAmB,CAAC,SAAS,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACzD,OAAO,mBAAmB,CAAC;IAC7B,CAAC;CACF;AAfD,kDAeC"}
|
|
@@ -5,5 +5,5 @@ export declare const IMPERSONATION_MODES: {
|
|
|
5
5
|
export declare const DEFAULT_IMPERSONATION_MODE: ImpersonationMode;
|
|
6
6
|
export declare const IMPERSONATION_USER_NAME_PARAM_KEY = "impersonate";
|
|
7
7
|
export declare const IMPERSONATION_USER_DISPLAY_NAME_PARAM_KEY = "impersonate-display-name";
|
|
8
|
-
export type ImpersonationMode = typeof IMPERSONATION_MODES[keyof typeof IMPERSONATION_MODES];
|
|
8
|
+
export type ImpersonationMode = (typeof IMPERSONATION_MODES)[keyof typeof IMPERSONATION_MODES];
|
|
9
9
|
//# sourceMappingURL=impersonation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impersonation.d.ts","sourceRoot":"","sources":["../../../src/authentication/impersonation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AAEX,eAAO,MAAM,0BAA0B,EAAE,iBAA8C,CAAC;AAExF,eAAO,MAAM,iCAAiC,gBAAgB,CAAC;AAC/D,eAAO,MAAM,yCAAyC,6BAA6B,CAAC;AAEpF,MAAM,MAAM,iBAAiB,GAAG,OAAO,mBAAmB,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"impersonation.d.ts","sourceRoot":"","sources":["../../../src/authentication/impersonation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AAEX,eAAO,MAAM,0BAA0B,EAAE,iBAA8C,CAAC;AAExF,eAAO,MAAM,iCAAiC,gBAAgB,CAAC;AAC/D,eAAO,MAAM,yCAAyC,6BAA6B,CAAC;AAEpF,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.IMPERSONATION_USER_DISPLAY_NAME_PARAM_KEY = exports.IMPERSONATION_USER_NAME_PARAM_KEY = exports.DEFAULT_IMPERSONATION_MODE = exports.IMPERSONATION_MODES = void 0;
|
|
4
4
|
exports.IMPERSONATION_MODES = {
|
|
5
5
|
QUERY_PARAM: 'queryParams',
|
|
6
|
-
COOKIE: 'cookie'
|
|
6
|
+
COOKIE: 'cookie',
|
|
7
7
|
};
|
|
8
8
|
exports.DEFAULT_IMPERSONATION_MODE = exports.IMPERSONATION_MODES.COOKIE;
|
|
9
9
|
exports.IMPERSONATION_USER_NAME_PARAM_KEY = 'impersonate';
|
|
@@ -1,24 +1,21 @@
|
|
|
1
|
+
export * from './anonymous-user';
|
|
1
2
|
export { createPAEAuthenticationService } from './authentication.service';
|
|
2
|
-
export {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
export { type PasswordConstraints } from './password-constraints';
|
|
6
|
-
export { DEFAULT_PASSWORD_CONSTRAINTS } from './password-constraints';
|
|
7
|
-
export { AuthenticationParameters } from './entities/authentication-parameters.entity';
|
|
8
|
-
export { type AuthenticationParamName } from './entities/authentication-parameters.entity';
|
|
9
|
-
export { type PlatformParameterDefinition } from './entities/authentication-parameters.entity';
|
|
10
|
-
export { UserDTO } from './dto/user.dto';
|
|
11
|
-
export { UserIdentityDTO } from './dto/user-identity.dto';
|
|
3
|
+
export { BaseUser } from './domain/base-user.interface';
|
|
4
|
+
export { RequestUser } from './domain/request-user.interface';
|
|
5
|
+
export { CreateInvitationRequest } from './dto/create-invitation-request.dto';
|
|
12
6
|
export * from './dto/group.dto';
|
|
7
|
+
export { ImpersonationConfigsResponseDTO } from './dto/impersonation-config-response.dto';
|
|
13
8
|
export { InvitationDTO } from './dto/invitation.dto';
|
|
14
|
-
export { CreateInvitationRequest } from './dto/create-invitation-request.dto';
|
|
15
|
-
export { default as InvitationTokenPayload } from './types/InvitationTokenPayload';
|
|
16
9
|
export * from './dto/oauth-provider.dto';
|
|
10
|
+
export { UserDTO } from './dto/user.dto';
|
|
11
|
+
export { UserIdentityDTO } from './dto/user-identity.dto';
|
|
12
|
+
export { ApiKey } from './entities/api-key.entity';
|
|
13
|
+
export type { AuthenticationConfig } from './entities/authentication-config.entity';
|
|
14
|
+
export { AuthenticationParameters, type AuthenticationParamName, type PlatformParameterDefinition, } from './entities/authentication-parameters.entity';
|
|
15
|
+
export { CanImpersonate } from './entities/can-impersonate.entity';
|
|
17
16
|
export * from './impersonation';
|
|
18
|
-
export { ImpersonationConfigsResponseDTO } from './dto/impersonation-config-response.dto';
|
|
19
|
-
export * from './anonymous-user';
|
|
20
17
|
export * from './is-anonymous-user';
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
18
|
+
export { DEFAULT_PASSWORD_CONSTRAINTS, type PasswordConstraints } from './password-constraints';
|
|
19
|
+
export { default as InvitationTokenPayload } from './types/InvitationTokenPayload';
|
|
23
20
|
export * from './utils';
|
|
24
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/authentication/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/authentication/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,cAAc,0BAA0B,CAAC;AAEzC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EACL,wBAAwB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,GACjC,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,4BAA4B,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAEnF,cAAc,SAAS,CAAC"}
|