feat(service): P4.1 support tables (queue/team_member/ticket/ticket_thread_link/state_history/callback) + events

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-01 11:51:19 +05:30
parent 942f40292e
commit 2141cea8dc
3 changed files with 305 additions and 3 deletions
+2
View File
@@ -39,6 +39,8 @@ export const IIOS_EVENTS = {
messagePersisted: 'com.insignia.iios.message.persisted.v1',
inboxItemCreated: 'com.insignia.iios.inbox.item.created.v1',
ticketCreated: 'com.insignia.iios.support.ticket.created.v1',
ticketStateChanged: 'com.insignia.iios.support.ticket.state.changed.v1',
callbackRequested: 'com.insignia.iios.support.callback.requested.v1',
notificationQueued: 'com.insignia.iios.notification.queued.v1',
deliveryAttempted: 'com.insignia.iios.delivery.attempted.v1',
} as const;