mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
chore: add schedule suspended event type (#5820)
To facilitate emitting this event in Enterprise
This commit is contained in:
parent
51e2d3ed46
commit
920e80c17e
@ -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;
|
||||
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user