1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

chore: add enterprise event (#5056)

This just adds a new event type
This commit is contained in:
Gastón Fournier 2023-10-16 15:37:11 +02:00 committed by GitHub
parent 364e315a3c
commit 675ec2e836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,8 @@ export const PROJECT_ACCESS_USER_ROLES_UPDATED =
export const PROJECT_ACCESS_GROUP_ROLES_UPDATED =
'project-access-group-roles-updated';
export const PROJECT_ACCESS_UPDATED = 'project-access-updated' as const;
export const PROJECT_ACCESS_USER_ROLES_DELETED =
'project-access-user-roles-deleted';
@ -188,6 +190,7 @@ export const IEventTypes = [
PROJECT_ACCESS_GROUP_ROLES_UPDATED,
PROJECT_ACCESS_USER_ROLES_DELETED,
PROJECT_ACCESS_GROUP_ROLES_DELETED,
PROJECT_ACCESS_UPDATED,
PROJECT_CREATED,
PROJECT_UPDATED,
PROJECT_DELETED,