mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Edit event to aprove
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
export class Attachment {
|
||||
Id: number;
|
||||
ParentId: string;
|
||||
Sources: Sources;
|
||||
Source?: Sources;
|
||||
ApplicationId: number
|
||||
CreateDate: string
|
||||
|
||||
@@ -22,4 +22,27 @@ export class Event{
|
||||
Categories: string[];
|
||||
HasAttachments: boolean;
|
||||
// documents?: SearchDocument[]
|
||||
}
|
||||
|
||||
export class EventToApproveEdit {
|
||||
"serialNumber": "9296_86"
|
||||
"Body": "Testando"
|
||||
"Location": "Testland"
|
||||
"Subject": "Teste 0123"
|
||||
"StartDate": "2021-05-12T10:30:00"
|
||||
"EndDate": "2021-05-12T11:30:00"
|
||||
"Private": false
|
||||
"ReviewerComments": ""
|
||||
"MDName": "Paulo Pinto"
|
||||
"MDEmail": "paulo.pinto@gabinetedigital.local"
|
||||
"Agenda": "Oficial" | "Pessoal"
|
||||
"EventType": "Reunião"
|
||||
"IsRecurring": false
|
||||
"IsAllDayEvent": true
|
||||
"ParticipantsList": {
|
||||
"EmailAddress": "gilson.manuel@gabinetedigital.local",
|
||||
"Name": "Gilson Manuel",
|
||||
"IsRequired": true
|
||||
}[]
|
||||
"Message": "Recebeu um novo"
|
||||
}
|
||||
Reference in New Issue
Block a user