monit notification

This commit is contained in:
Peter Maquiran
2024-06-18 12:03:38 +01:00
parent 869d403f4e
commit 6a6f58ec0d
9 changed files with 182 additions and 134 deletions
@@ -6,7 +6,7 @@ export enum EEventFilterStatus {
Declined,
Communicated,
ToCommunicate,
AllToCommunicate,
AllToCommunicate, // approvado e to communicate
PendingEvents,
}
@@ -41,11 +41,10 @@ export enum EEventType
Travel,
Conference,
}
export enum EAttendeeType {
Required,
Acknowledgment,
Optional
}