chore: necessary updates given the changes in the alert controller

This commit is contained in:
voltsrage
2026-06-25 00:40:47 +08:00
parent 666d683d67
commit 7bb9124230
32 changed files with 353 additions and 40 deletions
@@ -170,7 +170,8 @@ public sealed class SyncUploaderService : BackgroundService
p.AlertType,
p.Severity,
p.Details,
p.GeneratedAt);
p.GeneratedAt,
p.ExplanationJson);
}
private static SyncedAlertAcknowledgment MapAck(BufferedSyncItem item)
@@ -215,7 +216,8 @@ public sealed class SyncUploaderService : BackgroundService
string AlertType,
string Severity,
string Details,
DateTimeOffset GeneratedAt);
DateTimeOffset GeneratedAt,
string? ExplanationJson = null);
private sealed record BufferedAckPayload(
Guid ClientRef,