Clean and update event

This commit is contained in:
2025-09-27 22:20:12 +07:00
parent 6d91c75ec2
commit d432549d26
13 changed files with 255 additions and 239 deletions

View File

@@ -11,7 +11,7 @@ public class AgentSummaryUpdateEvent
{
[Id(0)] public Guid BotId { get; set; }
[Id(1)] public AgentSummaryEventType EventType { get; set; }
[Id(1)] public NotificationEventType EventType { get; set; }
[Id(2)] public DateTime Timestamp { get; set; } = DateTime.UtcNow;