feat(notification): emit notification.created event and add slack notify queue constants

This commit is contained in:
Philipinho
2026-08-08 01:50:10 +01:00
parent 139cc82326
commit 9555537f27
3 changed files with 10 additions and 0 deletions
@@ -15,6 +15,7 @@ export enum EventName {
WORKSPACE_CREATED = 'workspace.created',
WORKSPACE_UPDATED = 'workspace.updated',
WORKSPACE_DELETED = 'workspace.deleted',
NOTIFICATION_CREATED = 'notification.created',
BASE_CREATED = 'base.created',
BASE_UPDATED = 'base.updated',