Merge branch 'feature/agenda-api-peter' into feature/agenda-new-api-eudes

This commit is contained in:
Eudes Inácio
2024-06-18 12:28:53 +01:00
10 changed files with 183 additions and 135 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 = 1,
Acknowledgment,
Optional
}