chore: ticket section implement sse

This commit is contained in:
2026-06-19 18:06:11 +05:30
parent a567a52e26
commit fffd8e3e12
25 changed files with 711 additions and 307 deletions

View File

@@ -29,7 +29,14 @@ export const PERMISSIONS = {
UPDATE: 'administration.tenants.update',
DELETE: 'administration.tenants.delete',
},
LOG: {
VIEW: 'log.view',
TICKET: {
ASSIGN: 'ticket.assign',
WORK: 'ticket.work',
REVIEW: 'ticket.review',
READ: 'ticket.read',
CLOSE: 'ticket.close',
},
VIDEO: {
UPLOAD: 'video.upload',
},
} as const;