Skip to content

Commit

Permalink
chore: add enterprise event (#5056)
Browse files Browse the repository at this point in the history
This just adds a new event type
  • Loading branch information
gastonfournier authored Oct 16, 2023
1 parent 364e315 commit 675ec2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/types/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 675ec2e

Please sign in to comment.