feat(service): P6.1 route tables (route_binding, route_decision, moderation_flag) + enums + events

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-01 14:24:53 +05:30
parent b879c9eba2
commit dfd87cdde7
4 changed files with 167 additions and 0 deletions
+2
View File
@@ -41,6 +41,8 @@ export const IIOS_EVENTS = {
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',
routeDecisionPreviewed: 'com.insignia.iios.route.decision.previewed.v1',
routeApproved: 'com.insignia.iios.route.approved.v1',
notificationQueued: 'com.insignia.iios.notification.queued.v1',
deliveryAttempted: 'com.insignia.iios.delivery.attempted.v1',
} as const;