mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve page
This commit is contained in:
@@ -1,50 +1,38 @@
|
||||
import { EventPerson } from "./eventperson.model"
|
||||
|
||||
export class Attachments {
|
||||
Id?: number
|
||||
Source: number
|
||||
SourceId: any
|
||||
SourceName: any
|
||||
ApplicationId: number | string
|
||||
}
|
||||
|
||||
export class DocumentSetUpMeeting {
|
||||
"EventProcess": {
|
||||
"SerialNumber": "sample string 1",
|
||||
"Body": "sample string 2",
|
||||
"Location": "sample string 3",
|
||||
"Subject": "sample string 4",
|
||||
"StartDate": "2021-07-28T13:22:55.031857+01:00",
|
||||
"EndDate": "2021-07-28T13:22:55.031857+01:00",
|
||||
"ReviewUserComment": "sample string 7",
|
||||
"MDName": "sample string 8",
|
||||
"MDEmail": "sample string 9",
|
||||
"IsAllDayEvent": true,
|
||||
"Status": "sample string 11",
|
||||
"EventType": "sample string 12",
|
||||
"IsRecurring": true,
|
||||
"ParticipantsList": [
|
||||
{
|
||||
"Id": 1,
|
||||
"EmailAddress": "sample string 2",
|
||||
"Name": "sample string 3",
|
||||
"IsRequired": true
|
||||
},
|
||||
{
|
||||
"Id": 1,
|
||||
"EmailAddress": "sample string 2",
|
||||
"Name": "sample string 3",
|
||||
"IsRequired": true
|
||||
}
|
||||
],
|
||||
"Message": "sample string 14",
|
||||
EventProcess: {
|
||||
"SerialNumber"?: "sample string 1",
|
||||
"Body": string,
|
||||
"Location": string,
|
||||
"Subject": string,
|
||||
"StartDate"?: "2021-07-28T13:22:55.031857+01:00",
|
||||
"EndDate"?: "2021-07-28T13:22:55.031857+01:00",
|
||||
"ReviewUserComment"?: "sample string 7",
|
||||
"MDName"?: "sample string 8",
|
||||
"MDEmail"?: "sample string 9",
|
||||
"IsAllDayEvent"?: boolean,
|
||||
"Status"?: "sample string 11",
|
||||
"EventType"?: string,
|
||||
"IsRecurring": boolean,
|
||||
"ParticipantsList"?: EventPerson[],
|
||||
"Message": string,
|
||||
"EventRecurrence": {
|
||||
"Type": 0,
|
||||
"Day": 1,
|
||||
"DayOfWeek": 0,
|
||||
"Month": 1,
|
||||
"LastOccurrence": "2021-07-28T13:22:55.031857+01:00"
|
||||
},
|
||||
"Participants": "sample string 15",
|
||||
"CC": "sample string 16"
|
||||
"Day"?: 1,
|
||||
"DayOfWeek"?: 0,
|
||||
"Month"?: 1,
|
||||
"LastOccurrence"?: "2021-07-28T13:22:55.031857+01:00"
|
||||
}
|
||||
}
|
||||
|
||||
"Attachment": {
|
||||
"Id": 1,
|
||||
"ParentId": "sample string 2",
|
||||
"Source": 0,
|
||||
"SourceId": "sample string 3",
|
||||
"SourceName": "sample string 4",
|
||||
"ApplicationId": 1
|
||||
}
|
||||
}
|
||||
Attachments: Attachments[]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export class SearchDocument {
|
||||
|
||||
ApplicationType: number;
|
||||
ApplicationType: number | string;
|
||||
Assunto: string;
|
||||
Data: string;
|
||||
DocTypeDesc: string;
|
||||
|
||||
Reference in New Issue
Block a user