chore: necessary updates given the changes in the alert controller
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user