Skip to content

Commit

Permalink
chore: add schedule suspended event type (#5820)
Browse files Browse the repository at this point in the history
To facilitate emitting this event in Enterprise
  • Loading branch information
thomasheartman authored Jan 10, 2024
1 parent 51e2d3e commit 920e80c
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 @@ -145,6 +145,8 @@ export const CHANGE_REQUEST_SENT_TO_REVIEW =
export const CHANGE_REQUEST_APPLIED = 'change-request-applied' as const;
export const SCHEDULED_CHANGE_REQUEST_EXECUTED =
'scheduled-change-request-executed' as const; //This will be removed in follow up PR
export const CHANGE_REQUEST_SCHEDULE_SUSPENDED =
'change-request-schedule-suspended' as const;
export const CHANGE_REQUEST_SCHEDULED = 'change-request-scheduled' as const;
export const CHANGE_REQUEST_SCHEDULED_APPLICATION_SUCCESS =
'change-request-scheduled-application-success' as const;
Expand Down Expand Up @@ -292,6 +294,7 @@ export const IEventTypes = [
CHANGE_REQUEST_CANCELLED,
CHANGE_REQUEST_SENT_TO_REVIEW,
SCHEDULED_CHANGE_REQUEST_EXECUTED,
CHANGE_REQUEST_SCHEDULE_SUSPENDED,
CHANGE_REQUEST_APPLIED,
CHANGE_REQUEST_SCHEDULED,
CHANGE_REQUEST_SCHEDULED_APPLICATION_SUCCESS,
Expand Down

0 comments on commit 920e80c

Please sign in to comment.