@taiger-common/model 1.0.43 → 1.0.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +23 -23
- package/dist/cjs/constants/index.js +7 -7
- package/dist/cjs/index.js +17 -17
- package/dist/cjs/model/Allcourse.js +10 -10
- package/dist/cjs/model/Application.js +78 -78
- package/dist/cjs/model/Audit.js +22 -22
- package/dist/cjs/model/Basedocumentationslink.js +10 -10
- package/dist/cjs/model/Communication.js +30 -30
- package/dist/cjs/model/Complaint.js +70 -70
- package/dist/cjs/model/Course.js +24 -24
- package/dist/cjs/model/Docspage.js +14 -14
- package/dist/cjs/model/Documentation.js +14 -14
- package/dist/cjs/model/Documentthread.js +50 -50
- package/dist/cjs/model/Event.js +59 -59
- package/dist/cjs/model/Internaldoc.js +14 -14
- package/dist/cjs/model/Interval.js +39 -39
- package/dist/cjs/model/Interview.js +36 -36
- package/dist/cjs/model/InterviewSurveyResponse.js +24 -24
- package/dist/cjs/model/Keywordset.js +48 -48
- package/dist/cjs/model/Note.js +9 -9
- package/dist/cjs/model/Permission.js +56 -56
- package/dist/cjs/model/Program.js +258 -256
- package/dist/cjs/model/Programrequirement.js +122 -122
- package/dist/cjs/model/ResponseTime.js +27 -27
- package/dist/cjs/model/SurveyInput.js +56 -56
- package/dist/cjs/model/Template.js +19 -19
- package/dist/cjs/model/Tenant.js +9 -9
- package/dist/cjs/model/Ticket.js +55 -55
- package/dist/cjs/model/Token.js +20 -20
- package/dist/cjs/model/User.js +604 -604
- package/dist/cjs/model/index.js +43 -44
- package/dist/esm/constants/index.js +4 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/model/Allcourse.js +7 -7
- package/dist/esm/model/Application.js +75 -75
- package/dist/esm/model/Audit.js +19 -19
- package/dist/esm/model/Basedocumentationslink.js +7 -7
- package/dist/esm/model/Communication.js +27 -27
- package/dist/esm/model/Complaint.js +67 -67
- package/dist/esm/model/Course.js +21 -21
- package/dist/esm/model/Docspage.js +11 -11
- package/dist/esm/model/Documentation.js +11 -11
- package/dist/esm/model/Documentthread.js +47 -47
- package/dist/esm/model/Event.js +56 -56
- package/dist/esm/model/Internaldoc.js +11 -11
- package/dist/esm/model/Interval.js +36 -36
- package/dist/esm/model/Interview.js +33 -33
- package/dist/esm/model/InterviewSurveyResponse.js +21 -21
- package/dist/esm/model/Keywordset.js +45 -45
- package/dist/esm/model/Note.js +6 -6
- package/dist/esm/model/Permission.js +53 -53
- package/dist/esm/model/Program.js +255 -253
- package/dist/esm/model/Programrequirement.js +119 -119
- package/dist/esm/model/ResponseTime.js +24 -24
- package/dist/esm/model/SurveyInput.js +53 -53
- package/dist/esm/model/Template.js +16 -16
- package/dist/esm/model/Tenant.js +6 -6
- package/dist/esm/model/Ticket.js +52 -52
- package/dist/esm/model/Token.js +17 -17
- package/dist/esm/model/User.js +599 -599
- package/dist/esm/model/index.js +27 -28
- package/dist/types/constants/index.d.ts +4 -4
- package/dist/types/index.d.ts +1 -1
- package/dist/types/model/Allcourse.d.ts +41 -63
- package/dist/types/model/Application.d.ts +81 -190
- package/dist/types/model/Audit.d.ts +47 -75
- package/dist/types/model/Basedocumentationslink.d.ts +41 -46
- package/dist/types/model/Communication.d.ts +51 -102
- package/dist/types/model/Complaint.d.ts +55 -201
- package/dist/types/model/Course.d.ts +53 -79
- package/dist/types/model/Docspage.d.ts +45 -68
- package/dist/types/model/Documentation.d.ts +45 -58
- package/dist/types/model/Documentthread.d.ts +62 -211
- package/dist/types/model/Event.d.ts +47 -87
- package/dist/types/model/Internaldoc.d.ts +45 -58
- package/dist/types/model/Interval.d.ts +45 -58
- package/dist/types/model/Interview.d.ts +49 -81
- package/dist/types/model/InterviewSurveyResponse.d.ts +48 -93
- package/dist/types/model/Keywordset.d.ts +45 -75
- package/dist/types/model/Note.d.ts +40 -43
- package/dist/types/model/Permission.d.ts +51 -87
- package/dist/types/model/Program.d.ts +356 -519
- package/dist/types/model/Programrequirement.d.ts +68 -171
- package/dist/types/model/ResponseTime.d.ts +42 -49
- package/dist/types/model/SurveyInput.d.ts +52 -121
- package/dist/types/model/Template.d.ts +41 -46
- package/dist/types/model/Tenant.d.ts +40 -43
- package/dist/types/model/Ticket.d.ts +45 -69
- package/dist/types/model/Token.d.ts +40 -43
- package/dist/types/model/User.d.ts +199 -1
- package/dist/types/model/index.d.ts +27 -28
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
package/dist/esm/model/index.js
CHANGED
|
@@ -1,28 +1,27 @@
|
|
|
1
|
-
export * from './Allcourse';
|
|
2
|
-
export * from './Application';
|
|
3
|
-
export * from './Audit';
|
|
4
|
-
export * from './Basedocumentationslink';
|
|
5
|
-
export * from './Communication';
|
|
6
|
-
export * from './Complaint';
|
|
7
|
-
export * from './Course';
|
|
8
|
-
export * from './Docspage';
|
|
9
|
-
export * from './Documentation';
|
|
10
|
-
export * from './Documentthread';
|
|
11
|
-
export * from './Event';
|
|
12
|
-
export * from './Internaldoc';
|
|
13
|
-
export * from './Interval';
|
|
14
|
-
export * from './
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './
|
|
20
|
-
export * from './
|
|
21
|
-
export * from './
|
|
22
|
-
export * from './
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './
|
|
25
|
-
export * from './
|
|
26
|
-
export * from './
|
|
27
|
-
export * from './
|
|
28
|
-
export * from './User';
|
|
1
|
+
export * from './Allcourse';
|
|
2
|
+
export * from './Application';
|
|
3
|
+
export * from './Audit';
|
|
4
|
+
export * from './Basedocumentationslink';
|
|
5
|
+
export * from './Communication';
|
|
6
|
+
export * from './Complaint';
|
|
7
|
+
export * from './Course';
|
|
8
|
+
export * from './Docspage';
|
|
9
|
+
export * from './Documentation';
|
|
10
|
+
export * from './Documentthread';
|
|
11
|
+
export * from './Event';
|
|
12
|
+
export * from './Internaldoc';
|
|
13
|
+
export * from './Interval';
|
|
14
|
+
export * from './Interview';
|
|
15
|
+
export * from './InterviewSurveyResponse';
|
|
16
|
+
export * from './Keywordset';
|
|
17
|
+
export * from './Note';
|
|
18
|
+
export * from './Permission';
|
|
19
|
+
export * from './Program';
|
|
20
|
+
export * from './Programrequirement';
|
|
21
|
+
export * from './ResponseTime';
|
|
22
|
+
export * from './SurveyInput';
|
|
23
|
+
export * from './Template';
|
|
24
|
+
export * from './Tenant';
|
|
25
|
+
export * from './Ticket';
|
|
26
|
+
export * from './Token';
|
|
27
|
+
export * from './User';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const TicketStatus: {
|
|
2
|
-
Open: string;
|
|
3
|
-
Resolved: string;
|
|
4
|
-
};
|
|
1
|
+
export declare const TicketStatus: {
|
|
2
|
+
Open: string;
|
|
3
|
+
Resolved: string;
|
|
4
|
+
};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './model';
|
|
1
|
+
export * from './model';
|
|
@@ -1,63 +1,41 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
-
import { Schema } from 'mongoose';
|
|
27
|
-
export interface IAllCourse {
|
|
28
|
-
updatedBy: Schema.Types.ObjectId;
|
|
29
|
-
all_course_chinese: string;
|
|
30
|
-
all_course_english: string;
|
|
31
|
-
description: string;
|
|
32
|
-
}
|
|
33
|
-
export declare const allCourseSchema: Schema<
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
description?: string | null | undefined;
|
|
43
|
-
}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
|
|
44
|
-
createdAt: NativeDate;
|
|
45
|
-
updatedAt: NativeDate;
|
|
46
|
-
} & {
|
|
47
|
-
all_course_chinese: string;
|
|
48
|
-
all_course_english: string;
|
|
49
|
-
updatedBy?: import("mongoose").Types.ObjectId | null | undefined;
|
|
50
|
-
description?: string | null | undefined;
|
|
51
|
-
}>> & import("mongoose").FlatRecord<{
|
|
52
|
-
createdAt: NativeDate;
|
|
53
|
-
updatedAt: NativeDate;
|
|
54
|
-
} & {
|
|
55
|
-
all_course_chinese: string;
|
|
56
|
-
all_course_english: string;
|
|
57
|
-
updatedBy?: import("mongoose").Types.ObjectId | null | undefined;
|
|
58
|
-
description?: string | null | undefined;
|
|
59
|
-
}> & {
|
|
60
|
-
_id: import("mongoose").Types.ObjectId;
|
|
61
|
-
} & {
|
|
62
|
-
__v: number;
|
|
63
|
-
}>;
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
+
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
+
import { Schema } from 'mongoose';
|
|
27
|
+
export interface IAllCourse {
|
|
28
|
+
updatedBy: Schema.Types.ObjectId;
|
|
29
|
+
all_course_chinese: string;
|
|
30
|
+
all_course_english: string;
|
|
31
|
+
description: string;
|
|
32
|
+
}
|
|
33
|
+
export declare const allCourseSchema: Schema<IAllCourse, import("mongoose").Model<IAllCourse, any, any, any, import("mongoose").Document<unknown, any, IAllCourse> & IAllCourse & {
|
|
34
|
+
_id: import("mongoose").Types.ObjectId;
|
|
35
|
+
} & {
|
|
36
|
+
__v: number;
|
|
37
|
+
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, IAllCourse, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<IAllCourse>> & import("mongoose").FlatRecord<IAllCourse> & {
|
|
38
|
+
_id: import("mongoose").Types.ObjectId;
|
|
39
|
+
} & {
|
|
40
|
+
__v: number;
|
|
41
|
+
}>;
|
|
@@ -1,190 +1,81 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
-
import { Schema } from 'mongoose';
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
isFinalVersion: boolean;
|
|
83
|
-
latest_message_left_by_id: string;
|
|
84
|
-
createdAt?: NativeDate | null | undefined;
|
|
85
|
-
updatedAt?: NativeDate | null | undefined;
|
|
86
|
-
doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
|
|
87
|
-
}, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
|
|
88
|
-
isFinalVersion: boolean;
|
|
89
|
-
latest_message_left_by_id: string;
|
|
90
|
-
createdAt?: NativeDate | null | undefined;
|
|
91
|
-
updatedAt?: NativeDate | null | undefined;
|
|
92
|
-
doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
|
|
93
|
-
}> & {
|
|
94
|
-
isFinalVersion: boolean;
|
|
95
|
-
latest_message_left_by_id: string;
|
|
96
|
-
createdAt?: NativeDate | null | undefined;
|
|
97
|
-
updatedAt?: NativeDate | null | undefined;
|
|
98
|
-
doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
|
|
99
|
-
}>;
|
|
100
|
-
reject_reason: string;
|
|
101
|
-
finalEnrolment: boolean;
|
|
102
|
-
decided: string;
|
|
103
|
-
closed: string;
|
|
104
|
-
admission: string;
|
|
105
|
-
application_year: string;
|
|
106
|
-
isLocked: boolean;
|
|
107
|
-
programId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
108
|
-
studentId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
109
|
-
uni_assist?: {
|
|
110
|
-
status: string;
|
|
111
|
-
vpd_file_path: string;
|
|
112
|
-
vpd_paid_confirmation_file_path: string;
|
|
113
|
-
vpd_paid_confirmation_file_status: string;
|
|
114
|
-
isPaid: boolean;
|
|
115
|
-
updatedAt?: NativeDate | null | undefined;
|
|
116
|
-
} | null | undefined;
|
|
117
|
-
portal_credentials?: {
|
|
118
|
-
application_portal_a?: {
|
|
119
|
-
account?: string | null | undefined;
|
|
120
|
-
password?: string | null | undefined;
|
|
121
|
-
} | null | undefined;
|
|
122
|
-
application_portal_b?: {
|
|
123
|
-
account?: string | null | undefined;
|
|
124
|
-
password?: string | null | undefined;
|
|
125
|
-
} | null | undefined;
|
|
126
|
-
} | null | undefined;
|
|
127
|
-
admission_letter?: {
|
|
128
|
-
status: string;
|
|
129
|
-
admission_file_path: string;
|
|
130
|
-
comments: string;
|
|
131
|
-
updatedAt?: NativeDate | null | undefined;
|
|
132
|
-
} | null | undefined;
|
|
133
|
-
}>> & import("mongoose").FlatRecord<{
|
|
134
|
-
doc_modification_thread: import("mongoose").Types.DocumentArray<{
|
|
135
|
-
isFinalVersion: boolean;
|
|
136
|
-
latest_message_left_by_id: string;
|
|
137
|
-
createdAt?: NativeDate | null | undefined;
|
|
138
|
-
updatedAt?: NativeDate | null | undefined;
|
|
139
|
-
doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
|
|
140
|
-
}, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
|
|
141
|
-
isFinalVersion: boolean;
|
|
142
|
-
latest_message_left_by_id: string;
|
|
143
|
-
createdAt?: NativeDate | null | undefined;
|
|
144
|
-
updatedAt?: NativeDate | null | undefined;
|
|
145
|
-
doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
|
|
146
|
-
}> & {
|
|
147
|
-
isFinalVersion: boolean;
|
|
148
|
-
latest_message_left_by_id: string;
|
|
149
|
-
createdAt?: NativeDate | null | undefined;
|
|
150
|
-
updatedAt?: NativeDate | null | undefined;
|
|
151
|
-
doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
|
|
152
|
-
}>;
|
|
153
|
-
reject_reason: string;
|
|
154
|
-
finalEnrolment: boolean;
|
|
155
|
-
decided: string;
|
|
156
|
-
closed: string;
|
|
157
|
-
admission: string;
|
|
158
|
-
application_year: string;
|
|
159
|
-
isLocked: boolean;
|
|
160
|
-
programId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
161
|
-
studentId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
162
|
-
uni_assist?: {
|
|
163
|
-
status: string;
|
|
164
|
-
vpd_file_path: string;
|
|
165
|
-
vpd_paid_confirmation_file_path: string;
|
|
166
|
-
vpd_paid_confirmation_file_status: string;
|
|
167
|
-
isPaid: boolean;
|
|
168
|
-
updatedAt?: NativeDate | null | undefined;
|
|
169
|
-
} | null | undefined;
|
|
170
|
-
portal_credentials?: {
|
|
171
|
-
application_portal_a?: {
|
|
172
|
-
account?: string | null | undefined;
|
|
173
|
-
password?: string | null | undefined;
|
|
174
|
-
} | null | undefined;
|
|
175
|
-
application_portal_b?: {
|
|
176
|
-
account?: string | null | undefined;
|
|
177
|
-
password?: string | null | undefined;
|
|
178
|
-
} | null | undefined;
|
|
179
|
-
} | null | undefined;
|
|
180
|
-
admission_letter?: {
|
|
181
|
-
status: string;
|
|
182
|
-
admission_file_path: string;
|
|
183
|
-
comments: string;
|
|
184
|
-
updatedAt?: NativeDate | null | undefined;
|
|
185
|
-
} | null | undefined;
|
|
186
|
-
}> & {
|
|
187
|
-
_id: import("mongoose").Types.ObjectId;
|
|
188
|
-
} & {
|
|
189
|
-
__v: number;
|
|
190
|
-
}>;
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
+
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
+
import { Schema } from 'mongoose';
|
|
27
|
+
export interface IApplicationUniAssist {
|
|
28
|
+
status?: string;
|
|
29
|
+
vpd_file_path?: string;
|
|
30
|
+
vpd_paid_confirmation_file_path?: string;
|
|
31
|
+
vpd_paid_confirmation_file_status?: string;
|
|
32
|
+
isPaid?: boolean;
|
|
33
|
+
updatedAt?: Date;
|
|
34
|
+
}
|
|
35
|
+
export interface IApplicationPortalCredentials {
|
|
36
|
+
application_portal_a?: {
|
|
37
|
+
account?: string;
|
|
38
|
+
password?: string;
|
|
39
|
+
};
|
|
40
|
+
application_portal_b?: {
|
|
41
|
+
account?: string;
|
|
42
|
+
password?: string;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export interface IApplicationDocModificationThreadItem {
|
|
46
|
+
isFinalVersion?: boolean;
|
|
47
|
+
latest_message_left_by_id?: string;
|
|
48
|
+
doc_thread_id?: Schema.Types.ObjectId;
|
|
49
|
+
updatedAt?: Date;
|
|
50
|
+
createdAt?: Date;
|
|
51
|
+
}
|
|
52
|
+
export interface IApplicationAdmissionLetter {
|
|
53
|
+
status?: string;
|
|
54
|
+
admission_file_path?: string;
|
|
55
|
+
comments?: string;
|
|
56
|
+
updatedAt?: Date;
|
|
57
|
+
}
|
|
58
|
+
export interface IApplication {
|
|
59
|
+
programId?: Schema.Types.ObjectId;
|
|
60
|
+
studentId?: Schema.Types.ObjectId;
|
|
61
|
+
uni_assist?: IApplicationUniAssist;
|
|
62
|
+
portal_credentials?: IApplicationPortalCredentials;
|
|
63
|
+
doc_modification_thread?: IApplicationDocModificationThreadItem[];
|
|
64
|
+
reject_reason?: string;
|
|
65
|
+
admission_letter?: IApplicationAdmissionLetter;
|
|
66
|
+
finalEnrolment?: boolean;
|
|
67
|
+
decided?: string;
|
|
68
|
+
closed?: string;
|
|
69
|
+
admission?: string;
|
|
70
|
+
application_year?: string;
|
|
71
|
+
isLocked?: boolean;
|
|
72
|
+
}
|
|
73
|
+
export declare const applicationSchema: Schema<IApplication, import("mongoose").Model<IApplication, any, any, any, import("mongoose").Document<unknown, any, IApplication> & IApplication & {
|
|
74
|
+
_id: import("mongoose").Types.ObjectId;
|
|
75
|
+
} & {
|
|
76
|
+
__v: number;
|
|
77
|
+
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, IApplication, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<IApplication>> & import("mongoose").FlatRecord<IApplication> & {
|
|
78
|
+
_id: import("mongoose").Types.ObjectId;
|
|
79
|
+
} & {
|
|
80
|
+
__v: number;
|
|
81
|
+
}>;
|
|
@@ -1,75 +1,47 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
-
import { Schema } from 'mongoose';
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
field?: string | null | undefined;
|
|
49
|
-
performedBy?: import("mongoose").Types.ObjectId | null | undefined;
|
|
50
|
-
targetUserId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
51
|
-
targetDocumentThreadId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
52
|
-
interviewThreadId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
53
|
-
changes?: {
|
|
54
|
-
before?: any;
|
|
55
|
-
after?: any;
|
|
56
|
-
} | null | undefined;
|
|
57
|
-
}>> & import("mongoose").FlatRecord<{
|
|
58
|
-
createdAt: NativeDate;
|
|
59
|
-
updatedAt: NativeDate;
|
|
60
|
-
} & {
|
|
61
|
-
action?: string | null | undefined;
|
|
62
|
-
field?: string | null | undefined;
|
|
63
|
-
performedBy?: import("mongoose").Types.ObjectId | null | undefined;
|
|
64
|
-
targetUserId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
65
|
-
targetDocumentThreadId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
66
|
-
interviewThreadId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
67
|
-
changes?: {
|
|
68
|
-
before?: any;
|
|
69
|
-
after?: any;
|
|
70
|
-
} | null | undefined;
|
|
71
|
-
}> & {
|
|
72
|
-
_id: import("mongoose").Types.ObjectId;
|
|
73
|
-
} & {
|
|
74
|
-
__v: number;
|
|
75
|
-
}>;
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
+
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
+
import { Schema } from 'mongoose';
|
|
27
|
+
export interface IAudit {
|
|
28
|
+
performedBy?: Schema.Types.ObjectId;
|
|
29
|
+
targetUserId?: Schema.Types.ObjectId;
|
|
30
|
+
targetDocumentThreadId?: Schema.Types.ObjectId;
|
|
31
|
+
interviewThreadId?: Schema.Types.ObjectId;
|
|
32
|
+
action?: string;
|
|
33
|
+
field?: string;
|
|
34
|
+
changes?: {
|
|
35
|
+
before?: Schema.Types.Mixed;
|
|
36
|
+
after?: Schema.Types.Mixed;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export declare const auditSchema: Schema<IAudit, import("mongoose").Model<IAudit, any, any, any, import("mongoose").Document<unknown, any, IAudit> & IAudit & {
|
|
40
|
+
_id: import("mongoose").Types.ObjectId;
|
|
41
|
+
} & {
|
|
42
|
+
__v: number;
|
|
43
|
+
}, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, IAudit, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<IAudit>> & import("mongoose").FlatRecord<IAudit> & {
|
|
44
|
+
_id: import("mongoose").Types.ObjectId;
|
|
45
|
+
} & {
|
|
46
|
+
__v: number;
|
|
47
|
+
}>;
|