This commit is contained in:
tiago.kayaya
2021-05-19 09:38:20 +01:00
11 changed files with 766 additions and 51 deletions
+8 -8
View File
@@ -1,15 +1,15 @@
export class Attachment {
Id: number;
ParentId: string;
Sources: Sources;
Source?: Sources;
SourceId: string;
Description: string;
SourceName: string;
CreateDate: string;
Stakeholders: string;
Link: string;
ApplicationId?: string;
ApplicationId: number
CreateDate: string
Data: null| string
Description:string
Link: null
SourceId: string
SourceName: string
Stakeholders: string
//Data: any;
}
+23
View File
@@ -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"
}