mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
parent
aeb9c85f11
commit
317e0e7ecd
@ -186,6 +186,10 @@ export const INCOMING_WEBHOOK_TOKEN_UPDATED =
|
||||
export const INCOMING_WEBHOOK_TOKEN_DELETED =
|
||||
'incoming-webhook-token-deleted' as const;
|
||||
|
||||
export const ACTIONS_CREATED = 'actions-created' as const;
|
||||
export const ACTIONS_UPDATED = 'actions-updated' as const;
|
||||
export const ACTIONS_DELETED = 'actions-deleted' as const;
|
||||
|
||||
export const IEventTypes = [
|
||||
APPLICATION_CREATED,
|
||||
FEATURE_CREATED,
|
||||
@ -326,6 +330,9 @@ export const IEventTypes = [
|
||||
INCOMING_WEBHOOK_TOKEN_CREATED,
|
||||
INCOMING_WEBHOOK_TOKEN_UPDATED,
|
||||
INCOMING_WEBHOOK_TOKEN_DELETED,
|
||||
ACTIONS_CREATED,
|
||||
ACTIONS_UPDATED,
|
||||
ACTIONS_DELETED,
|
||||
] as const;
|
||||
export type IEventType = (typeof IEventTypes)[number];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user