BE: write_notification schema fix - added interrupt

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-01-27 08:27:31 +11:00
parent 31530fb46e
commit 19b40de1de

View File

@@ -43,7 +43,7 @@ ALLOWED_NMAP_MODES = Literal[
"-sS", "-sT", "-sU", "-sV", "-O"
]
NOTIFICATION_LEVELS = Literal["info", "warning", "error", "alert"]
NOTIFICATION_LEVELS = Literal["info", "warning", "error", "alert", "interrupt"]
ALLOWED_TABLES = Literal["Devices", "Events", "Sessions", "Settings", "CurrentScan", "Online_History", "Plugins_Objects"]