@bluealba/pae-core 0.0.3 → 3.4.1-develop-1171
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 +134 -0
- package/README.md +94 -6
- package/dist/package.json +36 -0
- package/dist/src/auth/domain/auth-method.constants.d.ts +7 -0
- package/dist/src/auth/domain/auth-method.constants.d.ts.map +1 -0
- package/dist/src/auth/domain/auth-method.constants.js +10 -0
- package/dist/src/auth/domain/auth-method.constants.js.map +1 -0
- package/dist/src/auth/domain/auth-method.interface.d.ts +6 -0
- package/dist/src/auth/domain/auth-method.interface.d.ts.map +1 -0
- package/dist/src/auth/domain/auth-method.interface.js +3 -0
- package/dist/src/auth/domain/auth-method.interface.js.map +1 -0
- package/dist/src/auth/domain/auth-user.interface.d.ts +29 -0
- package/dist/src/auth/domain/auth-user.interface.d.ts.map +1 -0
- package/dist/src/auth/domain/auth-user.interface.js.map +1 -0
- package/dist/src/auth/index.d.ts +4 -0
- package/dist/src/auth/index.d.ts.map +1 -0
- package/dist/src/{user/repositories → auth}/index.js +1 -1
- package/dist/src/auth/index.js.map +1 -0
- package/dist/src/authentication/anonymous-user.d.ts +3 -0
- package/dist/src/authentication/anonymous-user.d.ts.map +1 -0
- package/dist/src/authentication/anonymous-user.js +12 -0
- package/dist/src/authentication/anonymous-user.js.map +1 -0
- package/dist/src/authentication/api/all-profiles-request.d.ts +3 -0
- package/dist/src/authentication/api/all-profiles-request.d.ts.map +1 -0
- package/dist/src/authentication/api/all-profiles-request.js +6 -0
- package/dist/src/authentication/api/all-profiles-request.js.map +1 -0
- package/dist/src/authentication/api/can-impersonate-request.d.ts +3 -0
- package/dist/src/authentication/api/can-impersonate-request.d.ts.map +1 -0
- package/dist/src/authentication/api/can-impersonate-request.js +7 -0
- package/dist/src/authentication/api/can-impersonate-request.js.map +1 -0
- package/dist/src/authentication/api/create-api-key-request.d.ts +4 -0
- package/dist/src/authentication/api/create-api-key-request.d.ts.map +1 -0
- package/dist/src/authentication/api/create-api-key-request.js +6 -0
- package/dist/src/authentication/api/create-api-key-request.js.map +1 -0
- package/dist/src/authentication/api/create-impersonation-config-request.d.ts +4 -0
- package/dist/src/authentication/api/create-impersonation-config-request.d.ts.map +1 -0
- package/dist/src/authentication/api/create-impersonation-config-request.js +7 -0
- package/dist/src/authentication/api/create-impersonation-config-request.js.map +1 -0
- package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts +3 -0
- package/dist/src/authentication/api/create-impersonation-restriction-request.d.ts.map +1 -0
- package/dist/src/authentication/api/create-impersonation-restriction-request.js +6 -0
- package/dist/src/authentication/api/create-impersonation-restriction-request.js.map +1 -0
- package/dist/src/authentication/api/create-invitation-request.d.ts +4 -0
- package/dist/src/authentication/api/create-invitation-request.d.ts.map +1 -0
- package/dist/src/authentication/api/create-invitation-request.js +6 -0
- package/dist/src/authentication/api/create-invitation-request.js.map +1 -0
- package/dist/src/authentication/api/delete-api-key-request.d.ts +2 -0
- package/dist/src/authentication/api/delete-api-key-request.d.ts.map +1 -0
- package/dist/src/authentication/api/delete-api-key-request.js +6 -0
- package/dist/src/authentication/api/delete-api-key-request.js.map +1 -0
- package/dist/src/authentication/api/delete-impersonation-config-request.d.ts +2 -0
- package/dist/src/authentication/api/delete-impersonation-config-request.d.ts.map +1 -0
- package/dist/src/authentication/api/delete-impersonation-config-request.js +6 -0
- package/dist/src/authentication/api/delete-impersonation-config-request.js.map +1 -0
- package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts +3 -0
- package/dist/src/authentication/api/delete-impersonation-restriction-request.d.ts.map +1 -0
- package/dist/src/authentication/api/delete-impersonation-restriction-request.js +6 -0
- package/dist/src/authentication/api/delete-impersonation-restriction-request.js.map +1 -0
- package/dist/src/authentication/api/delete-invitation-request.d.ts +2 -0
- package/dist/src/authentication/api/delete-invitation-request.d.ts.map +1 -0
- package/dist/src/authentication/api/delete-invitation-request.js +6 -0
- package/dist/src/authentication/api/delete-invitation-request.js.map +1 -0
- package/dist/src/authentication/api/delete-user-identity-request.d.ts +2 -0
- package/dist/src/authentication/api/delete-user-identity-request.d.ts.map +1 -0
- package/dist/src/authentication/api/delete-user-identity-request.js +6 -0
- package/dist/src/authentication/api/delete-user-identity-request.js.map +1 -0
- package/dist/src/authentication/api/delete-user-request.d.ts +2 -0
- package/dist/src/authentication/api/delete-user-request.d.ts.map +1 -0
- package/dist/src/authentication/api/delete-user-request.js +6 -0
- package/dist/src/authentication/api/delete-user-request.js.map +1 -0
- package/dist/src/authentication/api/get-all-api-keys-request.d.ts +3 -0
- package/dist/src/authentication/api/get-all-api-keys-request.d.ts.map +1 -0
- package/dist/src/authentication/api/get-all-api-keys-request.js +7 -0
- package/dist/src/authentication/api/get-all-api-keys-request.js.map +1 -0
- package/dist/src/authentication/api/get-all-impersonation-configs-request.d.ts +3 -0
- package/dist/src/authentication/api/get-all-impersonation-configs-request.d.ts.map +1 -0
- package/dist/src/authentication/api/get-all-impersonation-configs-request.js +6 -0
- package/dist/src/authentication/api/get-all-impersonation-configs-request.js.map +1 -0
- package/dist/src/authentication/api/get-authentication-config.d.ts +3 -0
- package/dist/src/authentication/api/get-authentication-config.d.ts.map +1 -0
- package/dist/src/authentication/api/get-authentication-config.js +6 -0
- package/dist/src/authentication/api/get-authentication-config.js.map +1 -0
- package/dist/src/authentication/api/get-invitations-request.d.ts +5 -0
- package/dist/src/authentication/api/get-invitations-request.d.ts.map +1 -0
- package/dist/src/authentication/api/get-invitations-request.js +7 -0
- package/dist/src/authentication/api/get-invitations-request.js.map +1 -0
- package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts +3 -0
- package/dist/src/authentication/api/get-profiles-by-user-emails-request.d.ts.map +1 -0
- package/dist/src/authentication/api/get-profiles-by-user-emails-request.js +6 -0
- package/dist/src/authentication/api/get-profiles-by-user-emails-request.js.map +1 -0
- package/dist/src/authentication/api/get-user-restrictions-request.d.ts +2 -0
- package/dist/src/authentication/api/get-user-restrictions-request.d.ts.map +1 -0
- package/dist/src/authentication/api/get-user-restrictions-request.js +6 -0
- package/dist/src/authentication/api/get-user-restrictions-request.js.map +1 -0
- package/dist/src/authentication/api/get-users-request.d.ts +4 -0
- package/dist/src/authentication/api/get-users-request.d.ts.map +1 -0
- package/dist/src/authentication/api/get-users-request.js +7 -0
- package/dist/src/authentication/api/get-users-request.js.map +1 -0
- package/dist/src/authentication/api/resend-invitation-request.d.ts +2 -0
- package/dist/src/authentication/api/resend-invitation-request.d.ts.map +1 -0
- package/dist/src/authentication/api/resend-invitation-request.js +6 -0
- package/dist/src/authentication/api/resend-invitation-request.js.map +1 -0
- package/dist/src/authentication/api/search-profiles-request.d.ts +4 -0
- package/dist/src/authentication/api/search-profiles-request.d.ts.map +1 -0
- package/dist/src/authentication/api/search-profiles-request.js +10 -0
- package/dist/src/authentication/api/search-profiles-request.js.map +1 -0
- package/dist/src/authentication/api/update-impersonation-config-request.d.ts +4 -0
- package/dist/src/authentication/api/update-impersonation-config-request.d.ts.map +1 -0
- package/dist/src/authentication/api/update-impersonation-config-request.js +7 -0
- package/dist/src/authentication/api/update-impersonation-config-request.js.map +1 -0
- package/dist/src/authentication/authentication.service.d.ts +41 -0
- package/dist/src/authentication/authentication.service.d.ts.map +1 -0
- package/dist/src/authentication/authentication.service.js +121 -0
- package/dist/src/authentication/authentication.service.js.map +1 -0
- package/dist/src/authentication/domain/base-user.interface.d.ts +13 -0
- package/dist/src/authentication/domain/base-user.interface.d.ts.map +1 -0
- package/dist/src/authentication/domain/base-user.interface.js +3 -0
- package/dist/src/authentication/domain/base-user.interface.js.map +1 -0
- package/dist/src/authentication/domain/request-user.interface.d.ts +17 -0
- package/dist/src/authentication/domain/request-user.interface.d.ts.map +1 -0
- package/dist/src/authentication/domain/request-user.interface.js +3 -0
- package/dist/src/authentication/domain/request-user.interface.js.map +1 -0
- package/dist/src/authentication/dto/api-key-response.dto.d.ts +8 -0
- package/dist/src/authentication/dto/api-key-response.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/api-key-response.dto.js +3 -0
- package/dist/src/authentication/dto/api-key-response.dto.js.map +1 -0
- package/dist/src/authentication/dto/can-impersonate-response.dto.d.ts +5 -0
- package/dist/src/authentication/dto/can-impersonate-response.dto.d.ts.map +1 -0
- package/dist/src/{catalog/catalog-repository.interface.js → authentication/dto/can-impersonate-response.dto.js} +1 -1
- package/dist/src/authentication/dto/can-impersonate-response.dto.js.map +1 -0
- package/dist/src/authentication/dto/create-api-key-request.d.ts +5 -0
- package/dist/src/authentication/dto/create-api-key-request.d.ts.map +1 -0
- package/dist/src/authentication/dto/create-api-key-request.js +3 -0
- package/dist/src/authentication/dto/create-api-key-request.js.map +1 -0
- package/dist/src/authentication/dto/create-api-key-response.dto.d.ts +4 -0
- package/dist/src/authentication/dto/create-api-key-response.dto.d.ts.map +1 -0
- package/dist/src/{authorization/allowed-resources.interface.js → authentication/dto/create-api-key-response.dto.js} +1 -1
- package/dist/src/authentication/dto/create-api-key-response.dto.js.map +1 -0
- package/dist/src/authentication/dto/create-impersonation-config-response.dto.d.ts +7 -0
- package/dist/src/authentication/dto/create-impersonation-config-response.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/create-impersonation-config-response.dto.js +3 -0
- package/dist/src/authentication/dto/create-impersonation-config-response.dto.js.map +1 -0
- package/dist/src/authentication/dto/create-invitation-request.dto.d.ts +5 -0
- package/dist/src/authentication/dto/create-invitation-request.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/create-invitation-request.dto.js +3 -0
- package/dist/src/authentication/dto/create-invitation-request.dto.js.map +1 -0
- package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts +3 -0
- package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.js +3 -0
- package/dist/src/authentication/dto/get-all-impersonation-configs-response.dto.js.map +1 -0
- package/dist/src/authentication/dto/group.dto.d.ts +26 -0
- package/dist/src/authentication/dto/group.dto.d.ts.map +1 -0
- package/dist/src/{user/group.interface.js → authentication/dto/group.dto.js} +1 -1
- package/dist/src/authentication/dto/group.dto.js.map +1 -0
- package/dist/src/authentication/dto/impersonation-config-response.dto.d.ts +7 -0
- package/dist/src/authentication/dto/impersonation-config-response.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/impersonation-config-response.dto.js +3 -0
- package/dist/src/authentication/dto/impersonation-config-response.dto.js.map +1 -0
- package/dist/src/authentication/dto/impersonation-restriction.dto.d.ts +5 -0
- package/dist/src/authentication/dto/impersonation-restriction.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/impersonation-restriction.dto.js +3 -0
- package/dist/src/authentication/dto/impersonation-restriction.dto.js.map +1 -0
- package/dist/src/authentication/dto/invitation.dto.d.ts +9 -0
- package/dist/src/authentication/dto/invitation.dto.d.ts.map +1 -0
- package/dist/src/{pae/config.interface.js → authentication/dto/invitation.dto.js} +1 -1
- package/dist/src/authentication/dto/invitation.dto.js.map +1 -0
- package/dist/src/authentication/dto/invitations-response.dto.d.ts +4 -0
- package/dist/src/authentication/dto/invitations-response.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/invitations-response.dto.js +3 -0
- package/dist/src/authentication/dto/invitations-response.dto.js.map +1 -0
- package/dist/src/authentication/dto/manage-impersonation-config-request.d.ts +5 -0
- package/dist/src/authentication/dto/manage-impersonation-config-request.d.ts.map +1 -0
- package/dist/src/authentication/dto/manage-impersonation-config-request.js +3 -0
- package/dist/src/authentication/dto/manage-impersonation-config-request.js.map +1 -0
- package/dist/src/authentication/dto/oauth-provider.dto.d.ts +174 -0
- package/dist/src/authentication/dto/oauth-provider.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/oauth-provider.dto.js +26 -0
- package/dist/src/authentication/dto/oauth-provider.dto.js.map +1 -0
- package/dist/src/authentication/dto/search-profiles-request.dto.d.ts +4 -0
- package/dist/src/authentication/dto/search-profiles-request.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/search-profiles-request.dto.js +3 -0
- package/dist/src/authentication/dto/search-profiles-request.dto.js.map +1 -0
- package/dist/src/authentication/dto/user-identity.dto.d.ts +13 -0
- package/dist/src/authentication/dto/user-identity.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/user-identity.dto.js +3 -0
- package/dist/src/authentication/dto/user-identity.dto.js.map +1 -0
- package/dist/src/authentication/dto/user.dto.d.ts +13 -0
- package/dist/src/authentication/dto/user.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/user.dto.js +3 -0
- package/dist/src/authentication/dto/user.dto.js.map +1 -0
- package/dist/src/authentication/dto/users-response.dto.d.ts +4 -0
- package/dist/src/authentication/dto/users-response.dto.d.ts.map +1 -0
- package/dist/src/authentication/dto/users-response.dto.js +3 -0
- package/dist/src/authentication/dto/users-response.dto.js.map +1 -0
- package/dist/src/authentication/entities/api-key.entity.d.ts +10 -0
- package/dist/src/authentication/entities/api-key.entity.d.ts.map +1 -0
- package/dist/src/authentication/entities/api-key.entity.js +22 -0
- package/dist/src/authentication/entities/api-key.entity.js.map +1 -0
- package/dist/src/authentication/entities/authentication-config.entity.d.ts +84 -0
- package/dist/src/authentication/entities/authentication-config.entity.d.ts.map +1 -0
- package/dist/src/authentication/entities/authentication-config.entity.js +3 -0
- package/dist/src/authentication/entities/authentication-config.entity.js.map +1 -0
- package/dist/src/authentication/entities/authentication-parameters.entity.d.ts +101 -0
- package/dist/src/authentication/entities/authentication-parameters.entity.d.ts.map +1 -0
- package/dist/src/authentication/entities/authentication-parameters.entity.js +91 -0
- package/dist/src/authentication/entities/authentication-parameters.entity.js.map +1 -0
- package/dist/src/authentication/entities/can-impersonate.entity.d.ts +7 -0
- package/dist/src/authentication/entities/can-impersonate.entity.d.ts.map +1 -0
- package/dist/src/authentication/entities/can-impersonate.entity.js +17 -0
- package/dist/src/authentication/entities/can-impersonate.entity.js.map +1 -0
- package/dist/src/authentication/entities/impersonation-config.entity.d.ts +10 -0
- package/dist/src/authentication/entities/impersonation-config.entity.d.ts.map +1 -0
- package/dist/src/authentication/entities/impersonation-config.entity.js +22 -0
- package/dist/src/authentication/entities/impersonation-config.entity.js.map +1 -0
- package/dist/src/authentication/impersonation.d.ts +9 -0
- package/dist/src/authentication/impersonation.d.ts.map +1 -0
- package/dist/src/authentication/impersonation.js +11 -0
- package/dist/src/authentication/impersonation.js.map +1 -0
- package/dist/src/authentication/index.d.ts +23 -1
- package/dist/src/authentication/index.d.ts.map +1 -1
- package/dist/src/authentication/index.js +17 -1
- package/dist/src/authentication/index.js.map +1 -1
- package/dist/src/authentication/is-anonymous-user.d.ts +18 -0
- package/dist/src/authentication/is-anonymous-user.d.ts.map +1 -0
- package/dist/src/authentication/is-anonymous-user.js +27 -0
- package/dist/src/authentication/is-anonymous-user.js.map +1 -0
- package/dist/src/authentication/password-constraints.d.ts +10 -0
- package/dist/src/authentication/password-constraints.d.ts.map +1 -0
- package/dist/src/authentication/password-constraints.js +12 -0
- package/dist/src/authentication/password-constraints.js.map +1 -0
- package/dist/src/authentication/types/InvitationTokenPayload.d.ts +15 -0
- package/dist/src/authentication/types/InvitationTokenPayload.d.ts.map +1 -0
- package/dist/src/authentication/types/InvitationTokenPayload.js +3 -0
- package/dist/src/authentication/types/InvitationTokenPayload.js.map +1 -0
- package/dist/src/authentication/utils/index.d.ts +2 -0
- package/dist/src/authentication/utils/index.d.ts.map +1 -0
- package/dist/src/authentication/utils/index.js +9 -0
- package/dist/src/authentication/utils/index.js.map +1 -0
- package/dist/src/authentication/utils/user-comparison.d.ts +99 -0
- package/dist/src/authentication/utils/user-comparison.d.ts.map +1 -0
- package/dist/src/authentication/utils/user-comparison.js +133 -0
- package/dist/src/authentication/utils/user-comparison.js.map +1 -0
- package/dist/src/authorization/api/assign-operation-to-role-request.d.ts +3 -0
- package/dist/src/authorization/api/assign-operation-to-role-request.d.ts.map +1 -0
- package/dist/src/authorization/api/assign-operation-to-role-request.js +6 -0
- package/dist/src/authorization/api/assign-operation-to-role-request.js.map +1 -0
- package/dist/src/authorization/api/create-application-request.d.ts +5 -0
- package/dist/src/authorization/api/create-application-request.d.ts.map +1 -0
- package/dist/src/authorization/api/create-application-request.js +7 -0
- package/dist/src/authorization/api/create-application-request.js.map +1 -0
- package/dist/src/authorization/api/create-operation-request.d.ts +5 -0
- package/dist/src/authorization/api/create-operation-request.d.ts.map +1 -0
- package/dist/src/authorization/api/create-operation-request.js +8 -0
- package/dist/src/authorization/api/create-operation-request.js.map +1 -0
- package/dist/src/authorization/api/create-role-request.d.ts +5 -0
- package/dist/src/authorization/api/create-role-request.d.ts.map +1 -0
- package/dist/src/authorization/api/create-role-request.js +8 -0
- package/dist/src/authorization/api/create-role-request.js.map +1 -0
- package/dist/src/authorization/api/create-rule-request.d.ts +4 -0
- package/dist/src/authorization/api/create-rule-request.d.ts.map +1 -0
- package/dist/src/authorization/api/create-rule-request.js +8 -0
- package/dist/src/authorization/api/create-rule-request.js.map +1 -0
- package/dist/src/authorization/api/delete-application-request.d.ts +4 -0
- package/dist/src/authorization/api/delete-application-request.d.ts.map +1 -0
- package/dist/src/authorization/api/delete-application-request.js +6 -0
- package/dist/src/authorization/api/delete-application-request.js.map +1 -0
- package/dist/src/authorization/api/delete-operation-request.d.ts +4 -0
- package/dist/src/authorization/api/delete-operation-request.d.ts.map +1 -0
- package/dist/src/authorization/api/delete-operation-request.js +6 -0
- package/dist/src/authorization/api/delete-operation-request.js.map +1 -0
- package/dist/src/authorization/api/delete-role-request.d.ts +4 -0
- package/dist/src/authorization/api/delete-role-request.d.ts.map +1 -0
- package/dist/src/authorization/api/delete-role-request.js +6 -0
- package/dist/src/authorization/api/delete-role-request.js.map +1 -0
- package/dist/src/authorization/api/delete-rule-request.d.ts +4 -0
- package/dist/src/authorization/api/delete-rule-request.d.ts.map +1 -0
- package/dist/src/authorization/api/delete-rule-request.js +6 -0
- package/dist/src/authorization/api/delete-rule-request.js.map +1 -0
- package/dist/src/authorization/api/get-admin-ui-data-request.d.ts +3 -0
- package/dist/src/authorization/api/get-admin-ui-data-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-admin-ui-data-request.js +7 -0
- package/dist/src/authorization/api/get-admin-ui-data-request.js.map +1 -0
- package/dist/src/authorization/api/get-all-applications-request.d.ts +4 -0
- package/dist/src/authorization/api/get-all-applications-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-all-applications-request.js +7 -0
- package/dist/src/authorization/api/get-all-applications-request.js.map +1 -0
- package/dist/src/authorization/api/get-all-operations-request.d.ts +5 -0
- package/dist/src/authorization/api/get-all-operations-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-all-operations-request.js +7 -0
- package/dist/src/authorization/api/get-all-operations-request.js.map +1 -0
- package/dist/src/authorization/api/get-all-roles-request.d.ts +5 -0
- package/dist/src/authorization/api/get-all-roles-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-all-roles-request.js +7 -0
- package/dist/src/authorization/api/get-all-roles-request.js.map +1 -0
- package/dist/src/authorization/api/get-all-rules-request.d.ts +5 -0
- package/dist/src/authorization/api/get-all-rules-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-all-rules-request.js +7 -0
- package/dist/src/authorization/api/get-all-rules-request.js.map +1 -0
- package/dist/src/authorization/api/get-allowed-applications-request.d.ts +3 -0
- package/dist/src/authorization/api/get-allowed-applications-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-allowed-applications-request.js +7 -0
- package/dist/src/authorization/api/get-allowed-applications-request.js.map +1 -0
- package/dist/src/authorization/api/get-allowed-operations-for-app-request.d.ts +4 -0
- package/dist/src/authorization/api/get-allowed-operations-for-app-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-allowed-operations-for-app-request.js +7 -0
- package/dist/src/authorization/api/get-allowed-operations-for-app-request.js.map +1 -0
- package/dist/src/authorization/api/get-allowed-resources-request.d.ts +4 -0
- package/dist/src/authorization/api/get-allowed-resources-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-allowed-resources-request.js +7 -0
- package/dist/src/authorization/api/get-allowed-resources-request.js.map +1 -0
- package/dist/src/authorization/api/get-operations-for-role-request.d.ts +4 -0
- package/dist/src/authorization/api/get-operations-for-role-request.d.ts.map +1 -0
- package/dist/src/authorization/api/get-operations-for-role-request.js +7 -0
- package/dist/src/authorization/api/get-operations-for-role-request.js.map +1 -0
- package/dist/src/authorization/api/get-roles-for-operation.d.ts +4 -0
- package/dist/src/authorization/api/get-roles-for-operation.d.ts.map +1 -0
- package/dist/src/authorization/api/get-roles-for-operation.js +7 -0
- package/dist/src/authorization/api/get-roles-for-operation.js.map +1 -0
- package/dist/src/authorization/api/request-factory.d.ts +4 -0
- package/dist/src/authorization/api/request-factory.d.ts.map +1 -0
- package/dist/src/authorization/api/request-factory.js +21 -0
- package/dist/src/authorization/api/request-factory.js.map +1 -0
- package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts +3 -0
- package/dist/src/authorization/api/unassign-operation-from-role-request.d.ts.map +1 -0
- package/dist/src/authorization/api/unassign-operation-from-role-request.js +6 -0
- package/dist/src/authorization/api/unassign-operation-from-role-request.js.map +1 -0
- package/dist/src/authorization/api/update-application-request.d.ts +4 -0
- package/dist/src/authorization/api/update-application-request.d.ts.map +1 -0
- package/dist/src/authorization/api/update-application-request.js +8 -0
- package/dist/src/authorization/api/update-application-request.js.map +1 -0
- package/dist/src/authorization/api/update-operation-request.d.ts +4 -0
- package/dist/src/authorization/api/update-operation-request.d.ts.map +1 -0
- package/dist/src/authorization/api/update-operation-request.js +8 -0
- package/dist/src/authorization/api/update-operation-request.js.map +1 -0
- package/dist/src/authorization/api/update-role-request.d.ts +5 -0
- package/dist/src/authorization/api/update-role-request.d.ts.map +1 -0
- package/dist/src/authorization/api/update-role-request.js +8 -0
- package/dist/src/authorization/api/update-role-request.js.map +1 -0
- package/dist/src/authorization/api/update-rule-request.d.ts +5 -0
- package/dist/src/authorization/api/update-rule-request.d.ts.map +1 -0
- package/dist/src/authorization/api/update-rule-request.js +8 -0
- package/dist/src/authorization/api/update-rule-request.js.map +1 -0
- package/dist/src/authorization/authorization.service.d.ts +60 -11
- package/dist/src/authorization/authorization.service.d.ts.map +1 -1
- package/dist/src/authorization/authorization.service.js +208 -20
- package/dist/src/authorization/authorization.service.js.map +1 -1
- package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts +8 -0
- package/dist/src/authorization/dto/allowed-resources-response.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/allowed-resources-response.dto.js +3 -0
- package/dist/src/authorization/dto/allowed-resources-response.dto.js.map +1 -0
- package/dist/src/authorization/dto/application-response.dto.d.ts +12 -0
- package/dist/src/authorization/dto/application-response.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/application-response.dto.js +3 -0
- package/dist/src/authorization/dto/application-response.dto.js.map +1 -0
- package/dist/src/authorization/dto/assign-operation-to-role.dto.d.ts +6 -0
- package/dist/src/authorization/dto/assign-operation-to-role.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/assign-operation-to-role.dto.js +3 -0
- package/dist/src/authorization/dto/assign-operation-to-role.dto.js.map +1 -0
- package/dist/src/authorization/dto/create-application.dto.d.ts +10 -0
- package/dist/src/authorization/dto/create-application.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/create-application.dto.js +3 -0
- package/dist/src/authorization/dto/create-application.dto.js.map +1 -0
- package/dist/src/authorization/dto/create-operation.dto.d.ts +6 -0
- package/dist/src/authorization/dto/create-operation.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/create-operation.dto.js +3 -0
- package/dist/src/authorization/dto/create-operation.dto.js.map +1 -0
- package/dist/src/authorization/dto/create-role.dto.d.ts +6 -0
- package/dist/src/authorization/dto/create-role.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/create-role.dto.js +3 -0
- package/dist/src/authorization/dto/create-role.dto.js.map +1 -0
- package/dist/src/authorization/dto/create-rule.dto.d.ts +9 -0
- package/dist/src/authorization/dto/create-rule.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/create-rule.dto.js +3 -0
- package/dist/src/authorization/dto/create-rule.dto.js.map +1 -0
- package/dist/src/authorization/dto/delete-application.dto.d.ts +4 -0
- package/dist/src/authorization/dto/delete-application.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/delete-application.dto.js +3 -0
- package/dist/src/authorization/dto/delete-application.dto.js.map +1 -0
- package/dist/src/authorization/dto/delete-operation.dto.d.ts +5 -0
- package/dist/src/authorization/dto/delete-operation.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/delete-operation.dto.js +3 -0
- package/dist/src/authorization/dto/delete-operation.dto.js.map +1 -0
- package/dist/src/authorization/dto/delete-role.dto.d.ts +5 -0
- package/dist/src/authorization/dto/delete-role.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/delete-role.dto.js +3 -0
- package/dist/src/authorization/dto/delete-role.dto.js.map +1 -0
- package/dist/src/authorization/dto/delete-rule.dto.d.ts +5 -0
- package/dist/src/authorization/dto/delete-rule.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/delete-rule.dto.js +3 -0
- package/dist/src/authorization/dto/delete-rule.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-admin-ui-response.dto.d.ts +24 -0
- package/dist/src/authorization/dto/get-admin-ui-response.dto.d.ts.map +1 -0
- package/dist/src/{catalog/module-metadata.interface.js → authorization/dto/get-admin-ui-response.dto.js} +1 -1
- package/dist/src/authorization/dto/get-admin-ui-response.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-all-applications.dto.d.ts +3 -0
- package/dist/src/authorization/dto/get-all-applications.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/get-all-applications.dto.js +3 -0
- package/dist/src/authorization/dto/get-all-applications.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-all-operations.dto.d.ts +4 -0
- package/dist/src/authorization/dto/get-all-operations.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/get-all-operations.dto.js +3 -0
- package/dist/src/authorization/dto/get-all-operations.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-all-roles.dto.d.ts +4 -0
- package/dist/src/authorization/dto/get-all-roles.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/get-all-roles.dto.js +3 -0
- package/dist/src/authorization/dto/get-all-roles.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-all-rules.dto.d.ts +4 -0
- package/dist/src/authorization/dto/get-all-rules.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/get-all-rules.dto.js +3 -0
- package/dist/src/authorization/dto/get-all-rules.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-allowed-operations-for-app.dto.d.ts +5 -0
- package/dist/src/authorization/dto/get-allowed-operations-for-app.dto.d.ts.map +1 -0
- package/dist/src/authorization/{authorization-repository.interface.js → dto/get-allowed-operations-for-app.dto.js} +1 -1
- package/dist/src/authorization/dto/get-allowed-operations-for-app.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-allowed-resources.dto.d.ts +4 -0
- package/dist/src/authorization/dto/get-allowed-resources.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/get-allowed-resources.dto.js +3 -0
- package/dist/src/authorization/dto/get-allowed-resources.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-operations-for-role.dto.d.ts +5 -0
- package/dist/src/authorization/dto/get-operations-for-role.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/get-operations-for-role.dto.js +3 -0
- package/dist/src/authorization/dto/get-operations-for-role.dto.js.map +1 -0
- package/dist/src/authorization/dto/get-roles-for-operation.dto.d.ts +5 -0
- package/dist/src/authorization/dto/get-roles-for-operation.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/get-roles-for-operation.dto.js +3 -0
- package/dist/src/authorization/dto/get-roles-for-operation.dto.js.map +1 -0
- package/dist/src/authorization/dto/index.d.ts +29 -0
- package/dist/src/authorization/dto/index.d.ts.map +1 -0
- package/dist/src/authorization/dto/index.js +47 -0
- package/dist/src/authorization/dto/index.js.map +1 -0
- package/dist/src/authorization/dto/operation-response.dto.d.ts +11 -0
- package/dist/src/authorization/dto/operation-response.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/operation-response.dto.js +3 -0
- package/dist/src/authorization/dto/operation-response.dto.js.map +1 -0
- package/dist/src/authorization/dto/role-response.dto.d.ts +8 -0
- package/dist/src/authorization/dto/role-response.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/role-response.dto.js +3 -0
- package/dist/src/authorization/dto/role-response.dto.js.map +1 -0
- package/dist/src/authorization/dto/rule-response.dto.d.ts +12 -0
- package/dist/src/authorization/dto/rule-response.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/rule-response.dto.js +3 -0
- package/dist/src/authorization/dto/rule-response.dto.js.map +1 -0
- package/dist/src/authorization/dto/sync-assignments.dto.d.ts +13 -0
- package/dist/src/authorization/dto/sync-assignments.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/sync-assignments.dto.js +3 -0
- package/dist/src/authorization/dto/sync-assignments.dto.js.map +1 -0
- package/dist/src/authorization/dto/update-application.dto.d.ts +5 -0
- package/dist/src/authorization/dto/update-application.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/update-application.dto.js +3 -0
- package/dist/src/authorization/dto/update-application.dto.js.map +1 -0
- package/dist/src/authorization/dto/update-operation.dto.d.ts +4 -0
- package/dist/src/authorization/dto/update-operation.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/update-operation.dto.js +3 -0
- package/dist/src/authorization/dto/update-operation.dto.js.map +1 -0
- package/dist/src/authorization/dto/update-role.dto.d.ts +6 -0
- package/dist/src/authorization/dto/update-role.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/update-role.dto.js +3 -0
- package/dist/src/authorization/dto/update-role.dto.js.map +1 -0
- package/dist/src/authorization/dto/update-rule.dto.d.ts +6 -0
- package/dist/src/authorization/dto/update-rule.dto.d.ts.map +1 -0
- package/dist/src/authorization/dto/update-rule.dto.js +3 -0
- package/dist/src/authorization/dto/update-rule.dto.js.map +1 -0
- package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts +23 -0
- package/dist/src/authorization/entities/admin-ui/admin-ui.d.ts.map +1 -0
- package/dist/src/authorization/entities/admin-ui/admin-ui.js +3 -0
- package/dist/src/authorization/entities/admin-ui/admin-ui.js.map +1 -0
- package/dist/src/authorization/entities/admin-ui-data.entity.d.ts +37 -0
- package/dist/src/authorization/entities/admin-ui-data.entity.d.ts.map +1 -0
- package/dist/src/authorization/entities/admin-ui-data.entity.js +36 -0
- package/dist/src/authorization/entities/admin-ui-data.entity.js.map +1 -0
- package/dist/src/authorization/entities/allowed-resources.entity.d.ts +8 -0
- package/dist/src/authorization/entities/allowed-resources.entity.d.ts.map +1 -0
- package/dist/src/authorization/entities/allowed-resources.entity.js +16 -0
- package/dist/src/authorization/entities/allowed-resources.entity.js.map +1 -0
- package/dist/src/authorization/entities/application.entity.d.ts +17 -0
- package/dist/src/authorization/entities/application.entity.d.ts.map +1 -0
- package/dist/src/authorization/entities/application.entity.js +24 -0
- package/dist/src/authorization/entities/application.entity.js.map +1 -0
- package/dist/src/authorization/entities/operation.entity.d.ts +13 -0
- package/dist/src/authorization/entities/operation.entity.d.ts.map +1 -0
- package/dist/src/authorization/entities/operation.entity.js +29 -0
- package/dist/src/authorization/entities/operation.entity.js.map +1 -0
- package/dist/src/authorization/entities/role.entity.d.ts +14 -0
- package/dist/src/authorization/entities/role.entity.d.ts.map +1 -0
- package/dist/src/authorization/entities/role.entity.js +28 -0
- package/dist/src/authorization/entities/role.entity.js.map +1 -0
- package/dist/src/authorization/entities/rule.entity.d.ts +19 -0
- package/dist/src/authorization/entities/rule.entity.d.ts.map +1 -0
- package/dist/src/authorization/entities/rule.entity.js +25 -0
- package/dist/src/authorization/entities/rule.entity.js.map +1 -0
- package/dist/src/authorization/index.d.ts +6 -5
- package/dist/src/authorization/index.d.ts.map +1 -1
- package/dist/src/authorization/index.js +11 -8
- package/dist/src/authorization/index.js.map +1 -1
- package/dist/src/authorization/isAuthorized/application-with-operations.d.ts +6 -0
- package/dist/src/authorization/isAuthorized/application-with-operations.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/application-with-operations.js +3 -0
- package/dist/src/authorization/isAuthorized/application-with-operations.js.map +1 -0
- package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts +17 -0
- package/dist/src/authorization/isAuthorized/get-module-requirements.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/get-module-requirements.js +58 -0
- package/dist/src/authorization/isAuthorized/get-module-requirements.js.map +1 -0
- package/dist/src/authorization/isAuthorized/get-route-operations.d.ts +10 -0
- package/dist/src/authorization/isAuthorized/get-route-operations.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/get-route-operations.js +46 -0
- package/dist/src/authorization/isAuthorized/get-route-operations.js.map +1 -0
- package/dist/src/authorization/isAuthorized/http-method.d.ts +2 -0
- package/dist/src/authorization/isAuthorized/http-method.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/http-method.js +3 -0
- package/dist/src/authorization/isAuthorized/http-method.js.map +1 -0
- package/dist/src/authorization/isAuthorized/is-authorized.d.ts +12 -0
- package/dist/src/authorization/isAuthorized/is-authorized.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/is-authorized.js +18 -0
- package/dist/src/authorization/isAuthorized/is-authorized.js.map +1 -0
- package/dist/src/authorization/isAuthorized/module-requirements.d.ts +5 -0
- package/dist/src/authorization/isAuthorized/module-requirements.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/module-requirements.js +3 -0
- package/dist/src/authorization/isAuthorized/module-requirements.js.map +1 -0
- package/dist/src/authorization/isAuthorized/required-application.d.ts +6 -0
- package/dist/src/authorization/isAuthorized/required-application.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/required-application.js +3 -0
- package/dist/src/authorization/isAuthorized/required-application.js.map +1 -0
- package/dist/src/authorization/isAuthorized/validate-requirements.d.ts +4 -0
- package/dist/src/authorization/isAuthorized/validate-requirements.d.ts.map +1 -0
- package/dist/src/authorization/isAuthorized/validate-requirements.js +14 -0
- package/dist/src/authorization/isAuthorized/validate-requirements.js.map +1 -0
- package/dist/src/catalog/api/create-module-request.d.ts +7 -0
- package/dist/src/catalog/api/create-module-request.d.ts.map +1 -0
- package/dist/src/catalog/api/create-module-request.js +13 -0
- package/dist/src/catalog/api/create-module-request.js.map +1 -0
- package/dist/src/catalog/api/delete-module-request.d.ts +6 -0
- package/dist/src/catalog/api/delete-module-request.d.ts.map +1 -0
- package/dist/src/catalog/api/delete-module-request.js +9 -0
- package/dist/src/catalog/api/delete-module-request.js.map +1 -0
- package/dist/src/catalog/api/get-all-modules-request.d.ts +6 -0
- package/dist/src/catalog/api/get-all-modules-request.d.ts.map +1 -0
- package/dist/src/{user/user.service.js → catalog/api/get-all-modules-request.js} +7 -14
- package/dist/src/catalog/api/get-all-modules-request.js.map +1 -0
- package/dist/src/catalog/api/map-module-to-dto.d.ts +30 -0
- package/dist/src/catalog/api/map-module-to-dto.d.ts.map +1 -0
- package/dist/src/catalog/api/map-module-to-dto.js +23 -0
- package/dist/src/catalog/api/map-module-to-dto.js.map +1 -0
- package/dist/src/catalog/api/update-module-request.d.ts +7 -0
- package/dist/src/catalog/api/update-module-request.d.ts.map +1 -0
- package/dist/src/catalog/api/update-module-request.js +13 -0
- package/dist/src/catalog/api/update-module-request.js.map +1 -0
- package/dist/src/catalog/api/update-module-ui-config-request.d.ts +6 -0
- package/dist/src/catalog/api/update-module-ui-config-request.d.ts.map +1 -0
- package/dist/src/catalog/api/update-module-ui-config-request.js +11 -0
- package/dist/src/catalog/api/update-module-ui-config-request.js.map +1 -0
- package/dist/src/catalog/catalog.service.d.ts +15 -9
- package/dist/src/catalog/catalog.service.d.ts.map +1 -1
- package/dist/src/catalog/catalog.service.js +26 -29
- package/dist/src/catalog/catalog.service.js.map +1 -1
- package/dist/src/catalog/dto/create-or-update-module.d.ts +4 -0
- package/dist/src/catalog/dto/create-or-update-module.d.ts.map +1 -0
- package/dist/src/catalog/dto/create-or-update-module.js +3 -0
- package/dist/src/catalog/dto/create-or-update-module.js.map +1 -0
- package/dist/src/catalog/dto/index.d.ts +3 -0
- package/dist/src/catalog/dto/index.d.ts.map +1 -0
- package/dist/src/{authorization/repositories → catalog/dto}/index.js +2 -1
- package/dist/src/catalog/dto/index.js.map +1 -0
- package/dist/src/catalog/dto/update-module-ui-config.dto.d.ts +5 -0
- package/dist/src/catalog/dto/update-module-ui-config.dto.d.ts.map +1 -0
- package/dist/src/catalog/dto/update-module-ui-config.dto.js +3 -0
- package/dist/src/catalog/dto/update-module-ui-config.dto.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/authorization.interface.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/authorization.interface.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/cloud-function.interface.d.ts +5 -0
- package/dist/src/catalog/entities/module-metadata/cloud-function.interface.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/cloud-function.interface.js +3 -0
- package/dist/src/catalog/entities/module-metadata/cloud-function.interface.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/common-paths.interface.d.ts +7 -0
- package/dist/src/catalog/entities/module-metadata/common-paths.interface.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/common-paths.interface.js +3 -0
- package/dist/src/catalog/entities/module-metadata/common-paths.interface.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/compute-is-public.d.ts +18 -0
- package/dist/src/catalog/entities/module-metadata/compute-is-public.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/compute-is-public.js +31 -0
- package/dist/src/catalog/entities/module-metadata/compute-is-public.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts +125 -0
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js +87 -0
- package/dist/src/catalog/entities/module-metadata/module-metadata.entity.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/module-types.constants.d.ts +2 -0
- package/dist/src/catalog/entities/module-metadata/module-types.constants.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/module-types.constants.js +5 -0
- package/dist/src/catalog/entities/module-metadata/module-types.constants.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/service-config.interface.d.ts +24 -0
- package/dist/src/catalog/entities/module-metadata/service-config.interface.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/service-config.interface.js.map +1 -0
- package/dist/src/catalog/{ui-config.interface.d.ts → entities/module-metadata/ui-config.interface.d.ts} +12 -1
- package/dist/src/catalog/entities/module-metadata/ui-config.interface.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/ui-config.interface.js.map +1 -0
- package/dist/src/catalog/entities/module-metadata/ui-types.constants.d.ts.map +1 -0
- package/dist/src/catalog/entities/module-metadata/ui-types.constants.js.map +1 -0
- package/dist/src/catalog/index.d.ts +2 -5
- package/dist/src/catalog/index.d.ts.map +1 -1
- package/dist/src/catalog/index.js +2 -6
- package/dist/src/catalog/index.js.map +1 -1
- package/dist/src/catalog/pae-modules.constants.d.ts +7 -0
- package/dist/src/catalog/pae-modules.constants.d.ts.map +1 -0
- package/dist/src/catalog/pae-modules.constants.js +10 -0
- package/dist/src/catalog/pae-modules.constants.js.map +1 -0
- package/dist/src/catalog/pae-service-utils.d.ts +11 -0
- package/dist/src/catalog/pae-service-utils.d.ts.map +1 -0
- package/dist/src/catalog/pae-service-utils.js +47 -0
- package/dist/src/catalog/pae-service-utils.js.map +1 -0
- package/dist/src/common/api-methods.d.ts +8 -0
- package/dist/src/common/api-methods.d.ts.map +1 -0
- package/dist/src/common/api-methods.js +13 -0
- package/dist/src/common/api-methods.js.map +1 -0
- package/dist/src/common/audit.d.ts +35 -0
- package/dist/src/common/audit.d.ts.map +1 -0
- package/dist/src/common/audit.js +126 -0
- package/dist/src/common/audit.js.map +1 -0
- package/dist/src/common/auditable.interface.d.ts +13 -0
- package/dist/src/common/auditable.interface.d.ts.map +1 -0
- package/dist/src/common/auditable.interface.js +3 -0
- package/dist/src/common/auditable.interface.js.map +1 -0
- package/dist/src/common/auditable.record.d.ts +10 -0
- package/dist/src/common/auditable.record.d.ts.map +1 -0
- package/dist/src/common/auditable.record.js +3 -0
- package/dist/src/common/auditable.record.js.map +1 -0
- package/dist/src/common/create-service-invoker.d.ts +8 -0
- package/dist/src/common/create-service-invoker.d.ts.map +1 -0
- package/dist/src/common/create-service-invoker.js +14 -0
- package/dist/src/common/create-service-invoker.js.map +1 -0
- package/dist/src/common/domain/criteria/criteria.d.ts +17 -0
- package/dist/src/common/domain/criteria/criteria.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/criteria.js +32 -0
- package/dist/src/common/domain/criteria/criteria.js.map +1 -0
- package/dist/src/common/domain/criteria/filter-field.d.ts +5 -0
- package/dist/src/common/domain/criteria/filter-field.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/filter-field.js +10 -0
- package/dist/src/common/domain/criteria/filter-field.js.map +1 -0
- package/dist/src/common/domain/criteria/filter-operator.d.ts +6 -0
- package/dist/src/common/domain/criteria/filter-operator.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/filter-operator.js +10 -0
- package/dist/src/common/domain/criteria/filter-operator.js.map +1 -0
- package/dist/src/common/domain/criteria/filter-primitives.d.ts +6 -0
- package/dist/src/common/domain/criteria/filter-primitives.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/filter-primitives.js +3 -0
- package/dist/src/common/domain/criteria/filter-primitives.js.map +1 -0
- package/dist/src/common/domain/criteria/filter-relation.d.ts +5 -0
- package/dist/src/common/domain/criteria/filter-relation.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/filter-relation.js +10 -0
- package/dist/src/common/domain/criteria/filter-relation.js.map +1 -0
- package/dist/src/common/domain/criteria/filter-value.d.ts +5 -0
- package/dist/src/common/domain/criteria/filter-value.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/filter-value.js +10 -0
- package/dist/src/common/domain/criteria/filter-value.js.map +1 -0
- package/dist/src/common/domain/criteria/filter.d.ts +13 -0
- package/dist/src/common/domain/criteria/filter.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/filter.js +21 -0
- package/dist/src/common/domain/criteria/filter.js.map +1 -0
- package/dist/src/common/domain/criteria/filters.d.ts +6 -0
- package/dist/src/common/domain/criteria/filters.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/filters.js +10 -0
- package/dist/src/common/domain/criteria/filters.js.map +1 -0
- package/dist/src/common/domain/criteria/index.d.ts +14 -0
- package/dist/src/common/domain/criteria/index.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/index.js +30 -0
- package/dist/src/common/domain/criteria/index.js.map +1 -0
- package/dist/src/common/domain/criteria/operator.d.ts +14 -0
- package/dist/src/common/domain/criteria/operator.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/operator.js +21 -0
- package/dist/src/common/domain/criteria/operator.js.map +1 -0
- package/dist/src/common/domain/criteria/order-by.d.ts +5 -0
- package/dist/src/common/domain/criteria/order-by.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/order-by.js +10 -0
- package/dist/src/common/domain/criteria/order-by.js.map +1 -0
- package/dist/src/common/domain/criteria/order-type.d.ts +6 -0
- package/dist/src/common/domain/criteria/order-type.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/order-type.js +10 -0
- package/dist/src/common/domain/criteria/order-type.js.map +1 -0
- package/dist/src/common/domain/criteria/order-types.d.ts +6 -0
- package/dist/src/common/domain/criteria/order-types.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/order-types.js +10 -0
- package/dist/src/common/domain/criteria/order-types.js.map +1 -0
- package/dist/src/common/domain/criteria/order.d.ts +9 -0
- package/dist/src/common/domain/criteria/order.d.ts.map +1 -0
- package/dist/src/common/domain/criteria/order.js +17 -0
- package/dist/src/common/domain/criteria/order.js.map +1 -0
- package/dist/src/common/domain/handle-response.d.ts +3 -0
- package/dist/src/common/domain/handle-response.d.ts.map +1 -0
- package/dist/src/common/domain/handle-response.js +27 -0
- package/dist/src/common/domain/handle-response.js.map +1 -0
- package/dist/src/common/domain/pae-service-config.interface.d.ts +9 -0
- package/dist/src/common/domain/pae-service-config.interface.d.ts.map +1 -0
- package/dist/src/common/domain/pae-service-config.interface.js +3 -0
- package/dist/src/common/domain/pae-service-config.interface.js.map +1 -0
- package/dist/src/common/domain/service-invoker.interface.d.ts +3 -0
- package/dist/src/common/domain/service-invoker.interface.d.ts.map +1 -0
- package/dist/src/common/domain/service-invoker.interface.js +3 -0
- package/dist/src/common/domain/service-invoker.interface.js.map +1 -0
- package/dist/src/common/dto/auditable.dto.d.ts +15 -0
- package/dist/src/common/dto/auditable.dto.d.ts.map +1 -0
- package/dist/src/common/dto/auditable.dto.js +3 -0
- package/dist/src/common/dto/auditable.dto.js.map +1 -0
- package/dist/src/common/gateway-headers.d.ts +8 -0
- package/dist/src/common/gateway-headers.d.ts.map +1 -0
- package/dist/src/common/gateway-headers.js +11 -0
- package/dist/src/common/gateway-headers.js.map +1 -0
- package/dist/src/common/global-application-name.d.ts +2 -0
- package/dist/src/common/global-application-name.d.ts.map +1 -0
- package/dist/src/common/global-application-name.js +5 -0
- package/dist/src/common/global-application-name.js.map +1 -0
- package/dist/src/common/index.d.ts +10 -0
- package/dist/src/common/index.d.ts.map +1 -0
- package/dist/src/{catalog/repositories → common}/index.js +4 -1
- package/dist/src/common/index.js.map +1 -0
- package/dist/src/common/platform-application-name.d.ts +2 -0
- package/dist/src/common/platform-application-name.d.ts.map +1 -0
- package/dist/src/common/platform-application-name.js +5 -0
- package/dist/src/common/platform-application-name.js.map +1 -0
- package/dist/src/common/service-config.d.ts +6 -0
- package/dist/src/common/service-config.d.ts.map +1 -0
- package/dist/src/common/service-config.js +3 -0
- package/dist/src/common/service-config.js.map +1 -0
- package/dist/src/common/table-query-params.interface.d.ts +8 -0
- package/dist/src/common/table-query-params.interface.d.ts.map +1 -0
- package/dist/src/common/table-query-params.interface.js +3 -0
- package/dist/src/common/table-query-params.interface.js.map +1 -0
- package/dist/src/common/table-query-response.interface.d.ts +5 -0
- package/dist/src/common/table-query-response.interface.d.ts.map +1 -0
- package/dist/src/common/table-query-response.interface.js +3 -0
- package/dist/src/common/table-query-response.interface.js.map +1 -0
- package/dist/src/common/types.d.ts +49 -0
- package/dist/src/common/types.d.ts.map +1 -0
- package/dist/src/common/types.js +3 -0
- package/dist/src/common/types.js.map +1 -0
- package/dist/src/common/utils/create-headers.d.ts +118 -0
- package/dist/src/common/utils/create-headers.d.ts.map +1 -0
- package/dist/src/common/utils/create-headers.js +17 -0
- package/dist/src/common/utils/create-headers.js.map +1 -0
- package/dist/src/common/utils/criteriaToSearchParams.d.ts +2 -0
- package/dist/src/common/utils/criteriaToSearchParams.d.ts.map +1 -0
- package/dist/src/common/utils/criteriaToSearchParams.js +15 -0
- package/dist/src/common/utils/criteriaToSearchParams.js.map +1 -0
- package/dist/src/common/utils/domains.d.ts +31 -0
- package/dist/src/common/utils/domains.d.ts.map +1 -0
- package/dist/src/common/utils/domains.js +70 -0
- package/dist/src/common/utils/domains.js.map +1 -0
- package/dist/src/common/utils/from-env.d.ts +2 -0
- package/dist/src/common/utils/from-env.d.ts.map +1 -0
- package/dist/src/{utilities.js → common/utils/from-env.js} +2 -7
- package/dist/src/common/utils/from-env.js.map +1 -0
- package/dist/src/common/utils/inner-join-both.d.ts +2 -0
- package/dist/src/common/utils/inner-join-both.d.ts.map +1 -0
- package/dist/src/common/utils/inner-join-both.js +14 -0
- package/dist/src/common/utils/inner-join-both.js.map +1 -0
- package/dist/src/common/utils/null-function.d.ts +2 -0
- package/dist/src/common/utils/null-function.d.ts.map +1 -0
- package/dist/src/common/utils/null-function.js +6 -0
- package/dist/src/common/utils/null-function.js.map +1 -0
- package/dist/src/common/utils/to-query-params.d.ts +2 -0
- package/dist/src/common/utils/to-query-params.d.ts.map +1 -0
- package/dist/src/common/utils/to-query-params.js +18 -0
- package/dist/src/common/utils/to-query-params.js.map +1 -0
- package/dist/src/common/utils/version-enricher.d.ts +9 -0
- package/dist/src/common/utils/version-enricher.d.ts.map +1 -0
- package/dist/src/common/utils/version-enricher.js +44 -0
- package/dist/src/common/utils/version-enricher.js.map +1 -0
- package/dist/src/core/create-pae-service-from-catalog.d.ts +67 -0
- package/dist/src/core/create-pae-service-from-catalog.d.ts.map +1 -0
- package/dist/src/core/create-pae-service-from-catalog.js +56 -0
- package/dist/src/core/create-pae-service-from-catalog.js.map +1 -0
- package/dist/src/core/create-pae-service.d.ts +145 -0
- package/dist/src/core/create-pae-service.d.ts.map +1 -0
- package/dist/src/core/create-pae-service.js +105 -0
- package/dist/src/core/create-pae-service.js.map +1 -0
- package/dist/src/index.d.ts +25 -3
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +41 -5
- package/dist/src/index.js.map +1 -1
- package/dist/src/orchestrator/api/create-shared-library-request.d.ts +5 -0
- package/dist/src/orchestrator/api/create-shared-library-request.d.ts.map +1 -0
- package/dist/src/orchestrator/api/create-shared-library-request.js +7 -0
- package/dist/src/orchestrator/api/create-shared-library-request.js.map +1 -0
- package/dist/src/orchestrator/api/delete-shared-library-request.d.ts +4 -0
- package/dist/src/orchestrator/api/delete-shared-library-request.d.ts.map +1 -0
- package/dist/src/orchestrator/api/delete-shared-library-request.js +6 -0
- package/dist/src/orchestrator/api/delete-shared-library-request.js.map +1 -0
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts +3 -0
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.d.ts.map +1 -0
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.js +7 -0
- package/dist/src/orchestrator/api/get-all-shared-libraries-request.js.map +1 -0
- package/dist/src/orchestrator/api/update-shared-library-request.d.ts +4 -0
- package/dist/src/orchestrator/api/update-shared-library-request.d.ts.map +1 -0
- package/dist/src/orchestrator/api/update-shared-library-request.js +8 -0
- package/dist/src/orchestrator/api/update-shared-library-request.js.map +1 -0
- package/dist/src/orchestrator/dto/create-shared-library.dto.d.ts +12 -0
- package/dist/src/orchestrator/dto/create-shared-library.dto.d.ts.map +1 -0
- package/dist/src/orchestrator/dto/create-shared-library.dto.js +3 -0
- package/dist/src/orchestrator/dto/create-shared-library.dto.js.map +1 -0
- package/dist/src/orchestrator/dto/delete-shared-library.dto.d.ts +4 -0
- package/dist/src/orchestrator/dto/delete-shared-library.dto.d.ts.map +1 -0
- package/dist/src/orchestrator/dto/delete-shared-library.dto.js +3 -0
- package/dist/src/orchestrator/dto/delete-shared-library.dto.js.map +1 -0
- package/dist/src/orchestrator/dto/index.d.ts +5 -0
- package/dist/src/orchestrator/dto/index.d.ts.map +1 -0
- package/dist/src/orchestrator/dto/index.js +21 -0
- package/dist/src/orchestrator/dto/index.js.map +1 -0
- package/dist/src/orchestrator/dto/shared-library-response.dto.d.ts +5 -0
- package/dist/src/orchestrator/dto/shared-library-response.dto.d.ts.map +1 -0
- package/dist/src/orchestrator/dto/shared-library-response.dto.js +3 -0
- package/dist/src/orchestrator/dto/shared-library-response.dto.js.map +1 -0
- package/dist/src/orchestrator/dto/update-shared-library.dto.d.ts +6 -0
- package/dist/src/orchestrator/dto/update-shared-library.dto.d.ts.map +1 -0
- package/dist/src/orchestrator/dto/update-shared-library.dto.js +3 -0
- package/dist/src/orchestrator/dto/update-shared-library.dto.js.map +1 -0
- package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts +8 -0
- package/dist/src/orchestrator/entities/SharedLibrary.entity.d.ts.map +1 -0
- package/dist/src/orchestrator/entities/SharedLibrary.entity.js +14 -0
- package/dist/src/orchestrator/entities/SharedLibrary.entity.js.map +1 -0
- package/dist/src/orchestrator/index.d.ts +2 -0
- package/dist/src/orchestrator/index.d.ts.map +1 -0
- package/dist/src/{pae → orchestrator}/index.js +1 -1
- package/dist/src/orchestrator/index.js.map +1 -0
- package/dist/src/orchestrator/orchestrator.service.d.ts +11 -0
- package/dist/src/orchestrator/orchestrator.service.d.ts.map +1 -0
- package/dist/src/orchestrator/orchestrator.service.js +36 -0
- package/dist/src/orchestrator/orchestrator.service.js.map +1 -0
- package/dist/src/tenants/index.d.ts +102 -0
- package/dist/src/tenants/index.d.ts.map +1 -0
- package/dist/src/tenants/index.js +52 -0
- package/dist/src/tenants/index.js.map +1 -0
- package/dist/src/ui/ExtensionPointsRegistry.d.ts +43 -0
- package/dist/src/ui/ExtensionPointsRegistry.d.ts.map +1 -0
- package/dist/src/ui/ExtensionPointsRegistry.js +3 -0
- package/dist/src/ui/ExtensionPointsRegistry.js.map +1 -0
- package/dist/tests/application-examples.d.ts +5 -0
- package/dist/tests/application-examples.d.ts.map +1 -0
- package/dist/tests/application-examples.js +22 -0
- package/dist/tests/application-examples.js.map +1 -0
- package/dist/tests/operation-examples.d.ts +5 -0
- package/dist/tests/operation-examples.d.ts.map +1 -0
- package/dist/tests/operation-examples.js +20 -0
- package/dist/tests/operation-examples.js.map +1 -0
- package/package.json +17 -13
- package/dist/src/authentication/auth-user.interface.d.ts +0 -13
- package/dist/src/authentication/auth-user.interface.d.ts.map +0 -1
- package/dist/src/authentication/auth-user.interface.js.map +0 -1
- package/dist/src/authorization/allowed-resources.interface.d.ts +0 -7
- package/dist/src/authorization/allowed-resources.interface.d.ts.map +0 -1
- package/dist/src/authorization/allowed-resources.interface.js.map +0 -1
- package/dist/src/authorization/application.model.d.ts +0 -7
- package/dist/src/authorization/application.model.d.ts.map +0 -1
- package/dist/src/authorization/application.model.js +0 -14
- package/dist/src/authorization/application.model.js.map +0 -1
- package/dist/src/authorization/authorization-repository.interface.d.ts +0 -9
- package/dist/src/authorization/authorization-repository.interface.d.ts.map +0 -1
- package/dist/src/authorization/authorization-repository.interface.js.map +0 -1
- package/dist/src/authorization/constants.d.ts +0 -3
- package/dist/src/authorization/constants.d.ts.map +0 -1
- package/dist/src/authorization/constants.js +0 -6
- package/dist/src/authorization/constants.js.map +0 -1
- package/dist/src/authorization/operation.model.d.ts +0 -10
- package/dist/src/authorization/operation.model.d.ts.map +0 -1
- package/dist/src/authorization/operation.model.js +0 -19
- package/dist/src/authorization/operation.model.js.map +0 -1
- package/dist/src/authorization/repositories/http.repository.d.ts +0 -15
- package/dist/src/authorization/repositories/http.repository.d.ts.map +0 -1
- package/dist/src/authorization/repositories/http.repository.js +0 -157
- package/dist/src/authorization/repositories/http.repository.js.map +0 -1
- package/dist/src/authorization/repositories/index.d.ts +0 -2
- package/dist/src/authorization/repositories/index.d.ts.map +0 -1
- package/dist/src/authorization/repositories/index.js.map +0 -1
- package/dist/src/authorization/rule.model.d.ts +0 -11
- package/dist/src/authorization/rule.model.d.ts.map +0 -1
- package/dist/src/authorization/rule.model.js +0 -18
- package/dist/src/authorization/rule.model.js.map +0 -1
- package/dist/src/authorization/utilities/filter-app-operations.d.ts +0 -3
- package/dist/src/authorization/utilities/filter-app-operations.d.ts.map +0 -1
- package/dist/src/authorization/utilities/filter-app-operations.js +0 -8
- package/dist/src/authorization/utilities/filter-app-operations.js.map +0 -1
- package/dist/src/authorization/utilities/get-operations.utility.d.ts +0 -8
- package/dist/src/authorization/utilities/get-operations.utility.d.ts.map +0 -1
- package/dist/src/authorization/utilities/get-operations.utility.js +0 -33
- package/dist/src/authorization/utilities/get-operations.utility.js.map +0 -1
- package/dist/src/authorization/utilities/get-route-operations.d.ts +0 -4
- package/dist/src/authorization/utilities/get-route-operations.d.ts.map +0 -1
- package/dist/src/authorization/utilities/get-route-operations.js +0 -45
- package/dist/src/authorization/utilities/get-route-operations.js.map +0 -1
- package/dist/src/authorization/utilities/index.d.ts +0 -2
- package/dist/src/authorization/utilities/index.d.ts.map +0 -1
- package/dist/src/authorization/utilities/index.js +0 -6
- package/dist/src/authorization/utilities/index.js.map +0 -1
- package/dist/src/authorization/utilities/is-authorized.utility.d.ts +0 -6
- package/dist/src/authorization/utilities/is-authorized.utility.d.ts.map +0 -1
- package/dist/src/authorization/utilities/is-authorized.utility.js +0 -21
- package/dist/src/authorization/utilities/is-authorized.utility.js.map +0 -1
- package/dist/src/catalog/authorization.interface.d.ts.map +0 -1
- package/dist/src/catalog/authorization.interface.js.map +0 -1
- package/dist/src/catalog/catalog-repository.interface.d.ts +0 -5
- package/dist/src/catalog/catalog-repository.interface.d.ts.map +0 -1
- package/dist/src/catalog/catalog-repository.interface.js.map +0 -1
- package/dist/src/catalog/module-metadata.interface.d.ts +0 -47
- package/dist/src/catalog/module-metadata.interface.d.ts.map +0 -1
- package/dist/src/catalog/module-metadata.interface.js.map +0 -1
- package/dist/src/catalog/repositories/http.repository.d.ts +0 -9
- package/dist/src/catalog/repositories/http.repository.d.ts.map +0 -1
- package/dist/src/catalog/repositories/http.repository.js +0 -40
- package/dist/src/catalog/repositories/http.repository.js.map +0 -1
- package/dist/src/catalog/repositories/index.d.ts +0 -2
- package/dist/src/catalog/repositories/index.d.ts.map +0 -1
- package/dist/src/catalog/repositories/index.js.map +0 -1
- package/dist/src/catalog/service-config.interface.d.ts +0 -17
- package/dist/src/catalog/service-config.interface.d.ts.map +0 -1
- package/dist/src/catalog/service-config.interface.js.map +0 -1
- package/dist/src/catalog/ui-config.interface.d.ts.map +0 -1
- package/dist/src/catalog/ui-config.interface.js.map +0 -1
- package/dist/src/catalog/ui-types.constants.d.ts.map +0 -1
- package/dist/src/catalog/ui-types.constants.js.map +0 -1
- package/dist/src/catalog/versions/enrichAppWithVersionMetadata.d.ts +0 -8
- package/dist/src/catalog/versions/enrichAppWithVersionMetadata.d.ts.map +0 -1
- package/dist/src/catalog/versions/enrichAppWithVersionMetadata.js +0 -50
- package/dist/src/catalog/versions/enrichAppWithVersionMetadata.js.map +0 -1
- package/dist/src/catalog/versions/fetchRuntimeMetadata.d.ts +0 -13
- package/dist/src/catalog/versions/fetchRuntimeMetadata.d.ts.map +0 -1
- package/dist/src/catalog/versions/fetchRuntimeMetadata.js +0 -45
- package/dist/src/catalog/versions/fetchRuntimeMetadata.js.map +0 -1
- package/dist/src/gateway/gateway.service.d.ts +0 -7
- package/dist/src/gateway/gateway.service.d.ts.map +0 -1
- package/dist/src/gateway/gateway.service.js +0 -13
- package/dist/src/gateway/gateway.service.js.map +0 -1
- package/dist/src/gateway/get-from-header.d.ts +0 -3
- package/dist/src/gateway/get-from-header.d.ts.map +0 -1
- package/dist/src/gateway/get-from-header.js +0 -11
- package/dist/src/gateway/get-from-header.js.map +0 -1
- package/dist/src/gateway/headers.d.ts +0 -5
- package/dist/src/gateway/headers.d.ts.map +0 -1
- package/dist/src/gateway/headers.js +0 -8
- package/dist/src/gateway/headers.js.map +0 -1
- package/dist/src/pae/config.interface.d.ts +0 -15
- package/dist/src/pae/config.interface.d.ts.map +0 -1
- package/dist/src/pae/config.interface.js.map +0 -1
- package/dist/src/pae/index.d.ts +0 -2
- package/dist/src/pae/index.d.ts.map +0 -1
- package/dist/src/pae/index.js.map +0 -1
- package/dist/src/pae/pae.d.ts +0 -17
- package/dist/src/pae/pae.d.ts.map +0 -1
- package/dist/src/pae/pae.js +0 -110
- package/dist/src/pae/pae.js.map +0 -1
- package/dist/src/user/group.interface.d.ts +0 -2
- package/dist/src/user/group.interface.d.ts.map +0 -1
- package/dist/src/user/group.interface.js.map +0 -1
- package/dist/src/user/repositories/http.repository.d.ts +0 -8
- package/dist/src/user/repositories/http.repository.d.ts.map +0 -1
- package/dist/src/user/repositories/http.repository.js +0 -39
- package/dist/src/user/repositories/http.repository.js.map +0 -1
- package/dist/src/user/repositories/index.d.ts +0 -2
- package/dist/src/user/repositories/index.d.ts.map +0 -1
- package/dist/src/user/repositories/index.js.map +0 -1
- package/dist/src/user/user-repository.interface.d.ts +0 -5
- package/dist/src/user/user-repository.interface.d.ts.map +0 -1
- package/dist/src/user/user-repository.interface.js +0 -3
- package/dist/src/user/user-repository.interface.js.map +0 -1
- package/dist/src/user/user.service.d.ts +0 -7
- package/dist/src/user/user.service.d.ts.map +0 -1
- package/dist/src/user/user.service.js.map +0 -1
- package/dist/src/utilities.d.ts +0 -3
- package/dist/src/utilities.d.ts.map +0 -1
- package/dist/src/utilities.js.map +0 -1
- /package/dist/src/{authentication → auth/domain}/auth-user.interface.js +0 -0
- /package/dist/src/catalog/{authorization.interface.d.ts → entities/module-metadata/authorization.interface.d.ts} +0 -0
- /package/dist/src/catalog/{authorization.interface.js → entities/module-metadata/authorization.interface.js} +0 -0
- /package/dist/src/catalog/{service-config.interface.js → entities/module-metadata/service-config.interface.js} +0 -0
- /package/dist/src/catalog/{ui-config.interface.js → entities/module-metadata/ui-config.interface.js} +0 -0
- /package/dist/src/catalog/{ui-types.constants.d.ts → entities/module-metadata/ui-types.constants.d.ts} +0 -0
- /package/dist/src/catalog/{ui-types.constants.js → entities/module-metadata/ui-types.constants.js} +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
Required Notice: Copyright Blue Alba LLC 2025 (https://bluealba.com)
|
|
2
|
+
|
|
3
|
+
# PolyForm Noncommercial License 1.0.0
|
|
4
|
+
|
|
5
|
+
<https://polyformproject.org/licenses/noncommercial/1.0.0>
|
|
6
|
+
|
|
7
|
+
## Acceptance
|
|
8
|
+
|
|
9
|
+
In order to get any license under these terms, you
|
|
10
|
+
must agree to them as both strict obligations and
|
|
11
|
+
conditions to all your licenses.
|
|
12
|
+
|
|
13
|
+
## Copyright License
|
|
14
|
+
|
|
15
|
+
The licensor grants you a copyright license for the
|
|
16
|
+
software to do everything you might do with the
|
|
17
|
+
software that would otherwise infringe the licensor's
|
|
18
|
+
copyright in it for any permitted purpose. However,
|
|
19
|
+
you may only distribute the software according to
|
|
20
|
+
[Distribution License](#distribution-license) and make
|
|
21
|
+
changes or new works based on the software according to
|
|
22
|
+
[Changes and New Works License](#changes-and-new-works-license).
|
|
23
|
+
|
|
24
|
+
## Distribution License
|
|
25
|
+
|
|
26
|
+
The licensor grants you an additional copyright license
|
|
27
|
+
to distribute copies of the software. Your license
|
|
28
|
+
to distribute covers distributing the software with
|
|
29
|
+
changes and new works permitted by [Changes and New Works
|
|
30
|
+
License](#changes-and-new-works-license).
|
|
31
|
+
|
|
32
|
+
## Notices
|
|
33
|
+
|
|
34
|
+
You must ensure that anyone who gets a copy of any part of
|
|
35
|
+
the software from you also gets a copy of these terms or
|
|
36
|
+
the URL for them above, as well as copies of any plain-text
|
|
37
|
+
lines beginning with `Required Notice:` that the licensor
|
|
38
|
+
provided with the software. For example:
|
|
39
|
+
|
|
40
|
+
> Required Notice: Copyright Yoyodyne, Inc. (http://example.com)
|
|
41
|
+
|
|
42
|
+
## Changes and New Works License
|
|
43
|
+
|
|
44
|
+
The licensor grants you an additional copyright license to
|
|
45
|
+
make changes and new works based on the software for any
|
|
46
|
+
permitted purpose.
|
|
47
|
+
|
|
48
|
+
## Patent License
|
|
49
|
+
|
|
50
|
+
The licensor grants you a patent license for the software
|
|
51
|
+
that covers patent claims the licensor can license, as well
|
|
52
|
+
as patent claims that the licensor becomes able to license.
|
|
53
|
+
|
|
54
|
+
## Noncommercial Purposes
|
|
55
|
+
|
|
56
|
+
Any noncommercial purpose is a permitted purpose.
|
|
57
|
+
|
|
58
|
+
## Personal Uses
|
|
59
|
+
|
|
60
|
+
Personal use for research, experiment, and testing for
|
|
61
|
+
the benefit of public knowledge, personal study, private
|
|
62
|
+
entertainment, hobby projects, amateur pursuits, or religious
|
|
63
|
+
observance, without any anticipated commercial application,
|
|
64
|
+
is use for a permitted purpose.
|
|
65
|
+
|
|
66
|
+
## Noncommercial Organizations
|
|
67
|
+
|
|
68
|
+
Use by any charitable organization, educational institution,
|
|
69
|
+
public research organization, public safety or health
|
|
70
|
+
organization, environmental protection organization, or
|
|
71
|
+
government institution is use for a permitted purpose
|
|
72
|
+
regardless of the source of funding or obligations resulting
|
|
73
|
+
from the funding.
|
|
74
|
+
|
|
75
|
+
## Fair Use
|
|
76
|
+
|
|
77
|
+
You may have "fair use" rights for the software under the
|
|
78
|
+
law. These terms do not limit them.
|
|
79
|
+
|
|
80
|
+
## No Other Rights
|
|
81
|
+
|
|
82
|
+
These terms do not allow you to sublicense or transfer any of
|
|
83
|
+
your licenses to anyone else, or prevent the licensor from
|
|
84
|
+
granting licenses to anyone else. These terms do not imply
|
|
85
|
+
any other licenses.
|
|
86
|
+
|
|
87
|
+
## Patent Defense
|
|
88
|
+
|
|
89
|
+
If you make any written claim that the software infringes or
|
|
90
|
+
contributes to infringement of any patent, your patent license
|
|
91
|
+
for the software granted under these terms ends immediately. If
|
|
92
|
+
your company makes such a claim, your patent license ends
|
|
93
|
+
immediately for work on behalf of your company.
|
|
94
|
+
|
|
95
|
+
## Violations
|
|
96
|
+
|
|
97
|
+
The first time you are notified in writing that you have
|
|
98
|
+
violated any of these terms, or done anything with the software
|
|
99
|
+
not covered by your licenses, your licenses can nonetheless
|
|
100
|
+
continue if you come into full compliance with these terms,
|
|
101
|
+
and take practical steps to correct past violations, within
|
|
102
|
+
32 days of receiving notice. Otherwise, all your licenses
|
|
103
|
+
end immediately.
|
|
104
|
+
|
|
105
|
+
## No Liability
|
|
106
|
+
|
|
107
|
+
***As far as the law allows, the software comes as is, without
|
|
108
|
+
any warranty or condition, and the licensor will not be liable
|
|
109
|
+
to you for any damages arising out of these terms or the use
|
|
110
|
+
or nature of the software, under any kind of legal claim.***
|
|
111
|
+
|
|
112
|
+
## Definitions
|
|
113
|
+
|
|
114
|
+
The **licensor** is the individual or entity offering these
|
|
115
|
+
terms, and the **software** is the software the licensor makes
|
|
116
|
+
available under these terms, including any portion of the
|
|
117
|
+
software.
|
|
118
|
+
|
|
119
|
+
**You** refers to the individual or entity agreeing to these
|
|
120
|
+
terms.
|
|
121
|
+
|
|
122
|
+
**Your company** is any legal entity, sole proprietorship,
|
|
123
|
+
or other kind of organization that you work for, plus all
|
|
124
|
+
organizations that have control over, are under the control of,
|
|
125
|
+
or are under common control with that organization. **Control**
|
|
126
|
+
means ownership of substantially all the assets of an entity,
|
|
127
|
+
or the power to direct its management and policies by vote,
|
|
128
|
+
contract, or otherwise. Control can be direct or indirect.
|
|
129
|
+
|
|
130
|
+
**Your licenses** are all the licenses granted to you for the
|
|
131
|
+
software under these terms.
|
|
132
|
+
|
|
133
|
+
**Use** means anything you do with the software requiring one
|
|
134
|
+
of your licenses.
|
package/README.md
CHANGED
|
@@ -1,9 +1,97 @@
|
|
|
1
1
|
# PAE CORE Library
|
|
2
2
|
This library is a collection of common utilities and services that are used across all PAE services.
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
|
|
5
|
+
## Services
|
|
6
|
+
|
|
7
|
+
### Authorization Service
|
|
8
|
+
The Authorization Service provides methods for managing user roles and operations.
|
|
9
|
+
|
|
10
|
+
#### Methods
|
|
11
|
+
|
|
12
|
+
##### `createOperation(data: CreateOperationDTO): Promise<Operation>`
|
|
13
|
+
*Creates a new operation.*
|
|
14
|
+
|
|
15
|
+
###### References
|
|
16
|
+
- [CreateOperationDTO](#createoperationdto)
|
|
17
|
+
- [Operation](#operation)
|
|
18
|
+
|
|
19
|
+
##### `getOperations(): Promise<Operation[]>`
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
##### `createRole(data: CreateRoleDTO): Promise<Role>`
|
|
23
|
+
*Creates a new role.*
|
|
24
|
+
|
|
25
|
+
###### References
|
|
26
|
+
- [CreateRoleDTO](#createroledto)
|
|
27
|
+
- [Role](#role)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Application Service
|
|
31
|
+
The Application Service provides methods for managing PAE applications.
|
|
32
|
+
|
|
33
|
+
#### Methods
|
|
34
|
+
|
|
35
|
+
##### `createApplication(data: CreateApplicationDTO): Promise<Application>`
|
|
36
|
+
*Creates a new application.*
|
|
37
|
+
|
|
38
|
+
###### References
|
|
39
|
+
- [CreateApplicationDTO](#createapplicationdto)
|
|
40
|
+
- [Application](#application)
|
|
41
|
+
|
|
42
|
+
##### `getApplications(): Promise<Application[]>`
|
|
43
|
+
*Retrieves all applications.*
|
|
44
|
+
|
|
45
|
+
###### References
|
|
46
|
+
- [Application](#application)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## Domain Models
|
|
50
|
+
|
|
51
|
+
### Application
|
|
52
|
+
The Application domain model represents a PAE application.
|
|
53
|
+
|
|
54
|
+
#### Properties
|
|
55
|
+
- `id` (number): The unique identifier of the application.
|
|
56
|
+
- `name` (string): The name of the application.
|
|
57
|
+
- `description` (string): The description of the application.
|
|
58
|
+
- `isGlobal` (boolean): A flag indicating whether the application is global or not.
|
|
59
|
+
- `createdAt` (Date): The date and time when the application was created.
|
|
60
|
+
- `updatedAt` (Date): The date and time when the application was last updated.
|
|
61
|
+
- `createdBy` (string): The user who created the application.
|
|
62
|
+
- `updatedBy` (string): The user who last updated the application.
|
|
63
|
+
|
|
64
|
+
### Operation
|
|
65
|
+
|
|
66
|
+
The Operation domain model represents an operation that can be performed by a user.
|
|
67
|
+
|
|
68
|
+
#### Properties
|
|
69
|
+
-
|
|
70
|
+
- `id` (number): The unique identifier of the operation.
|
|
71
|
+
- `name` (string): The name of the operation.
|
|
72
|
+
- `description` (string): The description of the operation.
|
|
73
|
+
- `createdAt` (Date): The date and time when the operation was created.
|
|
74
|
+
- `updatedAt` (Date): The date and time when the operation was last updated.
|
|
75
|
+
- `createdBy` (string): The user who created the operation.
|
|
76
|
+
- `updatedBy` (string): The user who last updated the operation.
|
|
77
|
+
|
|
78
|
+
### Role
|
|
79
|
+
|
|
80
|
+
The Role domain model represents a role that can be assigned to a user.
|
|
81
|
+
|
|
82
|
+
#### Properties
|
|
83
|
+
-
|
|
84
|
+
- `id` (number): The unique identifier of the role.
|
|
85
|
+
- `name` (string): The name of the role.
|
|
86
|
+
- `description` (string): The description of the role.
|
|
87
|
+
- `createdAt` (Date): The date and time when the role was created.
|
|
88
|
+
- `updatedAt` (Date): The date and time when the role was last updated.
|
|
89
|
+
- `createdBy` (string): The user who created the role.
|
|
90
|
+
- `updatedBy` (string): The user who last updated the role.
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## Data Transfer Objects
|
|
94
|
+
|
|
95
|
+
### CreateApplicationDTO
|
|
96
|
+
|
|
97
|
+
The CreateApplicationDTO model represents the data required to create a new application.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bluealba/pae-core",
|
|
3
|
+
"description": "Core package for the PAE project",
|
|
4
|
+
"version": "3.4.1-develop-1171",
|
|
5
|
+
"main": "./dist/src/index.js",
|
|
6
|
+
"types": "./dist/src/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"build": "tsc -p tsconfig.build.json",
|
|
12
|
+
"clean": "rm -rf dist",
|
|
13
|
+
"prebuild": "npm run clean",
|
|
14
|
+
"test": "jest",
|
|
15
|
+
"test:watch": "jest --watch"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [],
|
|
18
|
+
"author": "Blue Alba",
|
|
19
|
+
"license": "PolyForm-Noncommercial-1.0.0",
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@types/async-retry": "1.4.9",
|
|
22
|
+
"@types/path-to-regexp": "^1.7.0",
|
|
23
|
+
"@types/ramda": "^0.30.2"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@faker-js/faker": "9.2.0",
|
|
27
|
+
"async-retry": "1.3.3",
|
|
28
|
+
"knex": "^3.1.0",
|
|
29
|
+
"path-to-regexp": "6.3.0",
|
|
30
|
+
"ramda": "^0.30.1"
|
|
31
|
+
},
|
|
32
|
+
"publishConfig": {
|
|
33
|
+
"@bluealba:registry": "https://registry.npmjs.org/",
|
|
34
|
+
"access": "public"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-method.constants.d.ts","sourceRoot":"","sources":["../../../../src/auth/domain/auth-method.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;CAKf,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AUTH_METHODS = void 0;
|
|
4
|
+
exports.AUTH_METHODS = {
|
|
5
|
+
API_KEY: 'api-key',
|
|
6
|
+
IDP: 'idp',
|
|
7
|
+
IMPERSONATION: 'impersonation',
|
|
8
|
+
ANONYMOUS: 'anonymous',
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=auth-method.constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-method.constants.js","sourceRoot":"","sources":["../../../../src/auth/domain/auth-method.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,OAAO,EAAE,SAAS;IAClB,GAAG,EAAE,KAAK;IACV,aAAa,EAAE,eAAe;IAC9B,SAAS,EAAE,WAAW;CACd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-method.interface.d.ts","sourceRoot":"","sources":["../../../../src/auth/domain/auth-method.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-method.interface.js","sourceRoot":"","sources":["../../../../src/auth/domain/auth-method.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ApplicationWithOperations } from "../../authorization/isAuthorized/application-with-operations";
|
|
2
|
+
import { Tenant } from "../../tenants";
|
|
3
|
+
import { BaseUser } from "../../authentication/domain/base-user.interface";
|
|
4
|
+
/**
|
|
5
|
+
* Represents an authenticated user within the system.
|
|
6
|
+
*/
|
|
7
|
+
export interface AuthUser extends BaseUser {
|
|
8
|
+
tenants?: Tenant[];
|
|
9
|
+
authProviderName?: string;
|
|
10
|
+
groups?: string[];
|
|
11
|
+
impersonatedBy?: {
|
|
12
|
+
id: string;
|
|
13
|
+
username: string;
|
|
14
|
+
displayName: string;
|
|
15
|
+
orig?: object;
|
|
16
|
+
};
|
|
17
|
+
orig?: object;
|
|
18
|
+
canImpersonate?: {
|
|
19
|
+
allowed: boolean;
|
|
20
|
+
restrictedTo?: string[];
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Extends AuthUser to include applications and their associated operations.
|
|
25
|
+
*/
|
|
26
|
+
export interface AuthUserWithApplications extends AuthUser {
|
|
27
|
+
applications: ApplicationWithOperations[];
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=auth-user.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-user.interface.d.ts","sourceRoot":"","sources":["../../../../src/auth/domain/auth-user.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,iDAAiD,CAAC;AAE3E;;GAEG;AACH,MAAM,WAAW,QAAS,SAAQ,QAAQ;IACxC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,cAAc,CAAC,EAAE;QACf,EAAE,EAAE,MAAM,CAAC;QACX,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE;QACf,OAAO,EAAE,OAAO,CAAC;QACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;KACzB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,QAAQ;IACxD,YAAY,EAAE,yBAAyB,EAAE,CAAC;CAC3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-user.interface.js","sourceRoot":"","sources":["../../../../src/auth/domain/auth-user.interface.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAChE,cAAc,gCAAgC,CAAC"}
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./domain/auth-method.constants"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAEA,iEAA+C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anonymous-user.d.ts","sourceRoot":"","sources":["../../../src/authentication/anonymous-user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,eAAO,MAAM,cAAc,EAAE,wBAO5B,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ANONYMOUS_USER = void 0;
|
|
4
|
+
exports.ANONYMOUS_USER = {
|
|
5
|
+
id: 'anon',
|
|
6
|
+
displayName: 'Public',
|
|
7
|
+
username: 'anon',
|
|
8
|
+
authProviderName: 'anon',
|
|
9
|
+
groups: [],
|
|
10
|
+
applications: [],
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=anonymous-user.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anonymous-user.js","sourceRoot":"","sources":["../../../src/authentication/anonymous-user.ts"],"names":[],"mappings":";;;AAEa,QAAA,cAAc,GAA6B;IACtD,EAAE,EAAE,MAAM;IACV,WAAW,EAAE,QAAQ;IACrB,QAAQ,EAAE,MAAM;IAChB,gBAAgB,EAAE,MAAM;IACxB,MAAM,EAAE,EAAE;IACV,YAAY,EAAE,EAAE;CACjB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { UserDTO } from "../dto/user.dto";
|
|
2
|
+
export declare const getAllProfilesRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: void, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<UserDTO[]>;
|
|
3
|
+
//# sourceMappingURL=all-profiles-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-profiles-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/all-profiles-request.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAG1C,eAAO,MAAM,qBAAqB,wMASjC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getAllProfilesRequest = void 0;
|
|
4
|
+
const request_factory_1 = require("../../authorization/api/request-factory");
|
|
5
|
+
exports.getAllProfilesRequest = (0, request_factory_1.requestFactory)('GET', '/_/users', () => { }, (data) => data.results);
|
|
6
|
+
//# sourceMappingURL=all-profiles-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"all-profiles-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/all-profiles-request.ts"],"names":[],"mappings":";;;AAAA,6EAAyE;AAI5D,QAAA,qBAAqB,GAAG,IAAA,gCAAc,EAKjD,KAAK,EACL,UAAU,EACV,GAAG,EAAE,GAAE,CAAC,EACR,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CACvB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { CanImpersonate } from "../entities/can-impersonate.entity";
|
|
2
|
+
export declare const canImpersonateRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: string, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<CanImpersonate>;
|
|
3
|
+
//# sourceMappingURL=can-impersonate-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"can-impersonate-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/can-impersonate-request.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAEpE,eAAO,MAAM,qBAAqB,+MASjC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.canImpersonateRequest = void 0;
|
|
4
|
+
const request_factory_1 = require("../../authorization/api/request-factory");
|
|
5
|
+
const can_impersonate_entity_1 = require("../entities/can-impersonate.entity");
|
|
6
|
+
exports.canImpersonateRequest = (0, request_factory_1.requestFactory)("GET", (username) => `/_/impersonation/configs/user/${username}`, () => undefined, (response) => can_impersonate_entity_1.CanImpersonate.fromDTO(response));
|
|
7
|
+
//# sourceMappingURL=can-impersonate-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"can-impersonate-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/can-impersonate-request.ts"],"names":[],"mappings":";;;AAAA,6EAAyE;AAEzE,+EAAoE;AAEvD,QAAA,qBAAqB,GAAG,IAAA,gCAAc,EAKjD,KAAK,EACL,CAAC,QAAQ,EAAE,EAAE,CAAC,iCAAiC,QAAQ,EAAE,EACzD,GAAG,EAAE,CAAC,SAAS,EACf,CAAC,QAAQ,EAAE,EAAE,CAAC,uCAAc,CAAC,OAAO,CAAC,QAAQ,CAAC,CAC/C,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CreateApiKeyRequest } from "../dto/create-api-key-request";
|
|
2
|
+
import { CreateApiKeyResponseDTO } from "../dto/create-api-key-response.dto";
|
|
3
|
+
export declare const createApiKeyRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: CreateApiKeyRequest, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<CreateApiKeyResponseDTO>;
|
|
4
|
+
//# sourceMappingURL=create-api-key-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-api-key-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/create-api-key-request.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAE7E,eAAO,MAAM,mBAAmB,qOAC4D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createApiKeyRequest = void 0;
|
|
4
|
+
const api_methods_1 = require("../../common/api-methods");
|
|
5
|
+
exports.createApiKeyRequest = (0, api_methods_1.post)('/_/api-keys');
|
|
6
|
+
//# sourceMappingURL=create-api-key-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-api-key-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/create-api-key-request.ts"],"names":[],"mappings":";;;AAAA,0DAAgD;AAInC,QAAA,mBAAmB,GAC9B,IAAA,kBAAI,EAAwE,aAAa,CAAC,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ManageImpersonationConfigRequestDTO } from "../dto/manage-impersonation-config-request";
|
|
2
|
+
import { ImpersonationConfig } from "../entities/impersonation-config.entity";
|
|
3
|
+
export declare const createImpersonationConfigRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: ManageImpersonationConfigRequestDTO, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<ImpersonationConfig>;
|
|
4
|
+
//# sourceMappingURL=create-impersonation-config-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-impersonation-config-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/create-impersonation-config-request.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAE9E,eAAO,MAAM,gCAAgC,iPAS5C,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createImpersonationConfigRequest = void 0;
|
|
4
|
+
const request_factory_1 = require("../../authorization/api/request-factory");
|
|
5
|
+
const impersonation_config_entity_1 = require("../entities/impersonation-config.entity");
|
|
6
|
+
exports.createImpersonationConfigRequest = (0, request_factory_1.requestFactory)("POST", ({ username }) => `/_/impersonation/configs`, (data) => data, (response) => impersonation_config_entity_1.ImpersonationConfig.fromDTO(response));
|
|
7
|
+
//# sourceMappingURL=create-impersonation-config-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-impersonation-config-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/create-impersonation-config-request.ts"],"names":[],"mappings":";;;AACA,6EAAyE;AAGzE,yFAA8E;AAEjE,QAAA,gCAAgC,GAAG,IAAA,gCAAc,EAK5D,MAAM,EACN,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,0BAA0B,EAC5C,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,EACd,CAAC,QAAQ,EAAE,EAAE,CAAC,iDAAmB,CAAC,OAAO,CAAC,QAAQ,CAAC,CACpD,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ImpersonationRestrictionDTO } from "../dto/impersonation-restriction.dto";
|
|
2
|
+
export declare const createImpersonationRestrictionRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: ImpersonationRestrictionDTO, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<void>;
|
|
3
|
+
//# sourceMappingURL=create-impersonation-restriction-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-impersonation-restriction-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/create-impersonation-restriction-request.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AAEnF,eAAO,MAAM,qCAAqC,0NAOjD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createImpersonationRestrictionRequest = void 0;
|
|
4
|
+
const request_factory_1 = require("../../authorization/api/request-factory");
|
|
5
|
+
exports.createImpersonationRestrictionRequest = (0, request_factory_1.requestFactory)("POST", ({ username, restrictedUser }) => `/_/impersonation/${username}/restrictions/${restrictedUser}`);
|
|
6
|
+
//# sourceMappingURL=create-impersonation-restriction-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-impersonation-restriction-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/create-impersonation-restriction-request.ts"],"names":[],"mappings":";;;AAAA,6EAAyE;AAG5D,QAAA,qCAAqC,GAAG,IAAA,gCAAc,EAKjE,MAAM,EACN,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,oBAAoB,QAAQ,iBAAiB,cAAc,EAAE,CAChG,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { CreateInvitationRequest } from "../dto/create-invitation-request.dto";
|
|
2
|
+
import { InvitationDTO } from "../dto/invitation.dto";
|
|
3
|
+
export declare const createInvitationRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: CreateInvitationRequest, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<InvitationDTO>;
|
|
4
|
+
//# sourceMappingURL=create-invitation-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-invitation-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/create-invitation-request.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,eAAO,MAAM,uBAAuB,+NAC2C,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createInvitationRequest = void 0;
|
|
4
|
+
const api_methods_1 = require("../../common/api-methods");
|
|
5
|
+
exports.createInvitationRequest = (0, api_methods_1.post)('/_/invitations');
|
|
6
|
+
//# sourceMappingURL=create-invitation-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-invitation-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/create-invitation-request.ts"],"names":[],"mappings":";;;AAAA,0DAAgD;AAInC,QAAA,uBAAuB,GAClC,IAAA,kBAAI,EAAwD,gBAAgB,CAAC,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const deleteApiKeyRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: number, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<void>;
|
|
2
|
+
//# sourceMappingURL=delete-api-key-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-api-key-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/delete-api-key-request.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,qMAA0D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteApiKeyRequest = void 0;
|
|
4
|
+
const api_methods_1 = require("../../common/api-methods");
|
|
5
|
+
exports.deleteApiKeyRequest = (0, api_methods_1.remove)((id) => `/_/api-keys/${id}`);
|
|
6
|
+
//# sourceMappingURL=delete-api-key-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-api-key-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/delete-api-key-request.ts"],"names":[],"mappings":";;;AAAA,0DAAkD;AAErC,QAAA,mBAAmB,GAAG,IAAA,oBAAM,EAAqB,CAAC,EAAE,EAAE,EAAE,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const deleteImpersonationConfigRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: string, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<void>;
|
|
2
|
+
//# sourceMappingURL=delete-impersonation-config-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-impersonation-config-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/delete-impersonation-config-request.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gCAAgC,qMAO5C,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteImpersonationConfigRequest = void 0;
|
|
4
|
+
const request_factory_1 = require("../../authorization/api/request-factory");
|
|
5
|
+
exports.deleteImpersonationConfigRequest = (0, request_factory_1.requestFactory)("DELETE", (username) => `/_/impersonation/configs/user/${username}`);
|
|
6
|
+
//# sourceMappingURL=delete-impersonation-config-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-impersonation-config-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/delete-impersonation-config-request.ts"],"names":[],"mappings":";;;AAAA,6EAAyE;AAE5D,QAAA,gCAAgC,GAAG,IAAA,gCAAc,EAK5D,QAAQ,EACR,CAAC,QAAQ,EAAE,EAAE,CAAC,iCAAiC,QAAQ,EAAE,CAC1D,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ImpersonationRestrictionDTO } from "../dto/impersonation-restriction.dto";
|
|
2
|
+
export declare const deleteImpersonationRestrictionRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: ImpersonationRestrictionDTO, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<void>;
|
|
3
|
+
//# sourceMappingURL=delete-impersonation-restriction-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-impersonation-restriction-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/delete-impersonation-restriction-request.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AAEnF,eAAO,MAAM,qCAAqC,0NAOjD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteImpersonationRestrictionRequest = void 0;
|
|
4
|
+
const request_factory_1 = require("../../authorization/api/request-factory");
|
|
5
|
+
exports.deleteImpersonationRestrictionRequest = (0, request_factory_1.requestFactory)("DELETE", ({ username, restrictedUser }) => `/_/impersonation/${username}/restrictions/${restrictedUser}`);
|
|
6
|
+
//# sourceMappingURL=delete-impersonation-restriction-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-impersonation-restriction-request.js","sourceRoot":"","sources":["../../../../src/authentication/api/delete-impersonation-restriction-request.ts"],"names":[],"mappings":";;;AAAA,6EAAyE;AAG5D,QAAA,qCAAqC,GAAG,IAAA,gCAAc,EAKjE,QAAQ,EACR,CAAC,EAAE,QAAQ,EAAE,cAAc,EAAE,EAAE,EAAE,CAAC,oBAAoB,QAAQ,iBAAiB,cAAc,EAAE,CAChG,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const deleteInvitationRequest: (serviceInvoker: import("../../common/domain/service-invoker.interface").ServiceInvoker, data: number, opts?: import("../../common/create-service-invoker").ServiceInvokerOptions) => Promise<void>;
|
|
2
|
+
//# sourceMappingURL=delete-invitation-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-invitation-request.d.ts","sourceRoot":"","sources":["../../../../src/authentication/api/delete-invitation-request.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,qMAA6D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteInvitationRequest = void 0;
|
|
4
|
+
const api_methods_1 = require("../../common/api-methods");
|
|
5
|
+
exports.deleteInvitationRequest = (0, api_methods_1.remove)((id) => `/_/invitations/${id}`);
|
|
6
|
+
//# sourceMappingURL=delete-invitation-request.js.map
|