feat(FN-4783): complete Step 1 — add oauth token expired event types

Fusion-Task-Id: FN-4783
Fusion-Task-Lineage: 7a02897b-e303-4947-86b2-3dd7a343f653
This commit is contained in:
Fusion (runfusion.ai)
2026-05-16 13:10:31 -07:00
committed by gsxdsm
parent fc86c4f429
commit f8c050741c
3 changed files with 9 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ export const DEFAULT_NTFY_EVENTS: readonly NtfyNotificationEvent[] = [
"message:agent-to-user",
"message:agent-to-agent",
"message:room",
"oauth-token-expired",
] as const;
export interface NtfyNotificationConfigInput {