@taiger-common/model 1.0.57 → 1.0.58
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/index.js +0 -2
- package/dist/cjs/model/Documentthread.js +4 -2
- package/dist/cjs/model/Program.js +83 -331
- package/dist/cjs/model/User.js +139 -78
- package/dist/cjs/model/index.js +1 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/model/Documentthread.js +4 -2
- package/dist/esm/model/Program.js +78 -326
- package/dist/esm/model/User.js +124 -62
- package/dist/esm/model/index.js +1 -1
- package/dist/types/index.d.ts +0 -2
- package/dist/types/model/Allcourse.d.ts +27 -6
- package/dist/types/model/Audit.d.ts +43 -18
- package/dist/types/model/Basedocumentationslink.d.ts +16 -11
- package/dist/types/model/Communication.d.ts +71 -22
- package/dist/types/model/Complaint.d.ts +170 -25
- package/dist/types/model/Course.d.ts +49 -23
- package/dist/types/model/Docspage.d.ts +37 -14
- package/dist/types/model/Documentation.d.ts +28 -15
- package/dist/types/model/Documentthread.d.ts +178 -35
- package/dist/types/model/Event.d.ts +54 -15
- package/dist/types/model/Internaldoc.d.ts +28 -15
- package/dist/types/model/Interval.d.ts +26 -13
- package/dist/types/model/Interview.d.ts +50 -23
- package/dist/types/model/InterviewSurveyResponse.d.ts +62 -20
- package/dist/types/model/Keywordset.d.ts +44 -14
- package/dist/types/model/Note.d.ts +13 -11
- package/dist/types/model/Permission.d.ts +56 -21
- package/dist/types/model/Program.d.ts +232 -387
- package/dist/types/model/Programrequirement.d.ts +140 -37
- package/dist/types/model/ResponseTime.d.ts +17 -12
- package/dist/types/model/SurveyInput.d.ts +90 -23
- package/dist/types/model/Template.d.ts +13 -8
- package/dist/types/model/Tenant.d.ts +13 -10
- package/dist/types/model/Ticket.d.ts +38 -16
- package/dist/types/model/Token.d.ts +12 -10
- package/dist/types/model/User.d.ts +1 -2148
- package/dist/types/model/index.d.ts +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/api/account.js +0 -35
- package/dist/cjs/api/applications.js +0 -46
- package/dist/cjs/api/audit.js +0 -8
- package/dist/cjs/api/auth.js +0 -19
- package/dist/cjs/api/common.js +0 -32
- package/dist/cjs/api/communications.js +0 -15
- package/dist/cjs/api/courses.js +0 -23
- package/dist/cjs/api/crm.js +0 -87
- package/dist/cjs/api/documentThreads.js +0 -44
- package/dist/cjs/api/documentations.js +0 -33
- package/dist/cjs/api/events.js +0 -22
- package/dist/cjs/api/index.js +0 -41
- package/dist/cjs/api/interviews.js +0 -35
- package/dist/cjs/api/meetings.js +0 -20
- package/dist/cjs/api/notes.js +0 -8
- package/dist/cjs/api/permissions.js +0 -9
- package/dist/cjs/api/portals.js +0 -24
- package/dist/cjs/api/programRequirements.js +0 -26
- package/dist/cjs/api/programs.js +0 -93
- package/dist/cjs/api/search.js +0 -24
- package/dist/cjs/api/serialized.js +0 -50
- package/dist/cjs/api/students.js +0 -29
- package/dist/cjs/api/teams.js +0 -48
- package/dist/cjs/api/tickets.js +0 -21
- package/dist/cjs/api/users.js +0 -42
- package/dist/cjs/api/widgets.js +0 -21
- package/dist/cjs/constants/users.js +0 -12
- package/dist/cjs/model/Application.js +0 -78
- package/dist/cjs/schema/index.js +0 -22
- package/dist/cjs/schema/models.js +0 -523
- package/dist/cjs/schema/serialized.js +0 -202
- package/dist/esm/api/account.js +0 -32
- package/dist/esm/api/applications.js +0 -43
- package/dist/esm/api/audit.js +0 -5
- package/dist/esm/api/auth.js +0 -16
- package/dist/esm/api/common.js +0 -27
- package/dist/esm/api/communications.js +0 -12
- package/dist/esm/api/courses.js +0 -20
- package/dist/esm/api/crm.js +0 -84
- package/dist/esm/api/documentThreads.js +0 -41
- package/dist/esm/api/documentations.js +0 -30
- package/dist/esm/api/events.js +0 -19
- package/dist/esm/api/index.js +0 -25
- package/dist/esm/api/interviews.js +0 -32
- package/dist/esm/api/meetings.js +0 -17
- package/dist/esm/api/notes.js +0 -5
- package/dist/esm/api/permissions.js +0 -6
- package/dist/esm/api/portals.js +0 -21
- package/dist/esm/api/programRequirements.js +0 -23
- package/dist/esm/api/programs.js +0 -90
- package/dist/esm/api/search.js +0 -21
- package/dist/esm/api/serialized.js +0 -13
- package/dist/esm/api/students.js +0 -26
- package/dist/esm/api/teams.js +0 -45
- package/dist/esm/api/tickets.js +0 -18
- package/dist/esm/api/users.js +0 -39
- package/dist/esm/api/widgets.js +0 -18
- package/dist/esm/constants/users.js +0 -9
- package/dist/esm/model/Application.js +0 -75
- package/dist/esm/schema/index.js +0 -6
- package/dist/esm/schema/models.js +0 -520
- package/dist/esm/schema/serialized.js +0 -199
- package/dist/types/api/account.d.ts +0 -503
- package/dist/types/api/applications.d.ts +0 -3417
- package/dist/types/api/audit.d.ts +0 -89
- package/dist/types/api/auth.d.ts +0 -3411
- package/dist/types/api/common.d.ts +0 -90
- package/dist/types/api/communications.d.ts +0 -617
- package/dist/types/api/courses.d.ts +0 -849
- package/dist/types/api/crm.d.ts +0 -1113
- package/dist/types/api/documentThreads.d.ts +0 -38257
- package/dist/types/api/documentations.d.ts +0 -933
- package/dist/types/api/events.d.ts +0 -7209
- package/dist/types/api/index.d.ts +0 -25
- package/dist/types/api/interviews.d.ts +0 -802
- package/dist/types/api/meetings.d.ts +0 -49
- package/dist/types/api/notes.d.ts +0 -85
- package/dist/types/api/permissions.d.ts +0 -195
- package/dist/types/api/portals.d.ts +0 -770
- package/dist/types/api/programRequirements.d.ts +0 -2685
- package/dist/types/api/programs.d.ts +0 -3046
- package/dist/types/api/search.d.ts +0 -292
- package/dist/types/api/serialized.d.ts +0 -7
- package/dist/types/api/students.d.ts +0 -307
- package/dist/types/api/teams.d.ts +0 -3671
- package/dist/types/api/tickets.d.ts +0 -960
- package/dist/types/api/users.d.ts +0 -6960
- package/dist/types/api/widgets.d.ts +0 -234
- package/dist/types/constants/users.d.ts +0 -9
- package/dist/types/model/Application.d.ts +0 -85
- package/dist/types/schema/index.d.ts +0 -6
- package/dist/types/schema/models.d.ts +0 -2038
- package/dist/types/schema/serialized.d.ts +0 -8823
|
@@ -24,366 +24,8 @@
|
|
|
24
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
25
25
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
26
|
import { Schema } from 'mongoose';
|
|
27
|
-
export declare const PROGRAM_SUBJECTS: {
|
|
28
|
-
LING: {
|
|
29
|
-
label: string;
|
|
30
|
-
category: string;
|
|
31
|
-
};
|
|
32
|
-
MUS: {
|
|
33
|
-
label: string;
|
|
34
|
-
category: string;
|
|
35
|
-
};
|
|
36
|
-
THEO: {
|
|
37
|
-
label: string;
|
|
38
|
-
category: string;
|
|
39
|
-
};
|
|
40
|
-
ARCH: {
|
|
41
|
-
label: string;
|
|
42
|
-
category: string;
|
|
43
|
-
};
|
|
44
|
-
'ARCH-BE': {
|
|
45
|
-
label: string;
|
|
46
|
-
category: string;
|
|
47
|
-
};
|
|
48
|
-
'ART-DES': {
|
|
49
|
-
label: string;
|
|
50
|
-
category: string;
|
|
51
|
-
};
|
|
52
|
-
CLAH: {
|
|
53
|
-
label: string;
|
|
54
|
-
category: string;
|
|
55
|
-
};
|
|
56
|
-
ELL: {
|
|
57
|
-
label: string;
|
|
58
|
-
category: string;
|
|
59
|
-
};
|
|
60
|
-
HIST: {
|
|
61
|
-
label: string;
|
|
62
|
-
category: string;
|
|
63
|
-
};
|
|
64
|
-
ARTH: {
|
|
65
|
-
label: string;
|
|
66
|
-
category: string;
|
|
67
|
-
};
|
|
68
|
-
'MOD-LANG': {
|
|
69
|
-
label: string;
|
|
70
|
-
category: string;
|
|
71
|
-
};
|
|
72
|
-
'PERF-ART': {
|
|
73
|
-
label: string;
|
|
74
|
-
category: string;
|
|
75
|
-
};
|
|
76
|
-
PHIL: {
|
|
77
|
-
label: string;
|
|
78
|
-
category: string;
|
|
79
|
-
};
|
|
80
|
-
'CHEM-ENG': {
|
|
81
|
-
label: string;
|
|
82
|
-
category: string;
|
|
83
|
-
};
|
|
84
|
-
'CIV-STR-ENG': {
|
|
85
|
-
label: string;
|
|
86
|
-
category: string;
|
|
87
|
-
};
|
|
88
|
-
CSIS: {
|
|
89
|
-
label: string;
|
|
90
|
-
category: string;
|
|
91
|
-
};
|
|
92
|
-
'DS-AI': {
|
|
93
|
-
label: string;
|
|
94
|
-
category: string;
|
|
95
|
-
};
|
|
96
|
-
'ELEC-ENG': {
|
|
97
|
-
label: string;
|
|
98
|
-
category: string;
|
|
99
|
-
};
|
|
100
|
-
'PETRO-ENG': {
|
|
101
|
-
label: string;
|
|
102
|
-
category: string;
|
|
103
|
-
};
|
|
104
|
-
'MECH-ENG': {
|
|
105
|
-
label: string;
|
|
106
|
-
category: string;
|
|
107
|
-
};
|
|
108
|
-
'MIN-MIN-ENG': {
|
|
109
|
-
label: string;
|
|
110
|
-
category: string;
|
|
111
|
-
};
|
|
112
|
-
'AG-FOR': {
|
|
113
|
-
label: string;
|
|
114
|
-
category: string;
|
|
115
|
-
};
|
|
116
|
-
'ANA-PHYS': {
|
|
117
|
-
label: string;
|
|
118
|
-
category: string;
|
|
119
|
-
};
|
|
120
|
-
'BIO-SCI': {
|
|
121
|
-
label: string;
|
|
122
|
-
category: string;
|
|
123
|
-
};
|
|
124
|
-
DENT: {
|
|
125
|
-
label: string;
|
|
126
|
-
category: string;
|
|
127
|
-
};
|
|
128
|
-
MED: {
|
|
129
|
-
label: string;
|
|
130
|
-
category: string;
|
|
131
|
-
};
|
|
132
|
-
NURS: {
|
|
133
|
-
label: string;
|
|
134
|
-
category: string;
|
|
135
|
-
};
|
|
136
|
-
PHARM: {
|
|
137
|
-
label: string;
|
|
138
|
-
category: string;
|
|
139
|
-
};
|
|
140
|
-
PSYCH: {
|
|
141
|
-
label: string;
|
|
142
|
-
category: string;
|
|
143
|
-
};
|
|
144
|
-
'VET-SCI': {
|
|
145
|
-
label: string;
|
|
146
|
-
category: string;
|
|
147
|
-
};
|
|
148
|
-
CHEM: {
|
|
149
|
-
label: string;
|
|
150
|
-
category: string;
|
|
151
|
-
};
|
|
152
|
-
'EAR-MAR-SCI': {
|
|
153
|
-
label: string;
|
|
154
|
-
category: string;
|
|
155
|
-
};
|
|
156
|
-
'ENV-SCI': {
|
|
157
|
-
label: string;
|
|
158
|
-
category: string;
|
|
159
|
-
};
|
|
160
|
-
GEO: {
|
|
161
|
-
label: string;
|
|
162
|
-
category: string;
|
|
163
|
-
};
|
|
164
|
-
GEOL: {
|
|
165
|
-
label: string;
|
|
166
|
-
category: string;
|
|
167
|
-
};
|
|
168
|
-
GEOPH: {
|
|
169
|
-
label: string;
|
|
170
|
-
category: string;
|
|
171
|
-
};
|
|
172
|
-
'MAT-SCI': {
|
|
173
|
-
label: string;
|
|
174
|
-
category: string;
|
|
175
|
-
};
|
|
176
|
-
MATH: {
|
|
177
|
-
label: string;
|
|
178
|
-
category: string;
|
|
179
|
-
};
|
|
180
|
-
'PHYS-ASTRO': {
|
|
181
|
-
label: string;
|
|
182
|
-
category: string;
|
|
183
|
-
};
|
|
184
|
-
'ACC-FIN': {
|
|
185
|
-
label: string;
|
|
186
|
-
category: string;
|
|
187
|
-
};
|
|
188
|
-
ANTH: {
|
|
189
|
-
label: string;
|
|
190
|
-
category: string;
|
|
191
|
-
};
|
|
192
|
-
'BUS-MGMT': {
|
|
193
|
-
label: string;
|
|
194
|
-
category: string;
|
|
195
|
-
};
|
|
196
|
-
'COMM-MEDIA': {
|
|
197
|
-
label: string;
|
|
198
|
-
category: string;
|
|
199
|
-
};
|
|
200
|
-
'DEV-STUD': {
|
|
201
|
-
label: string;
|
|
202
|
-
category: string;
|
|
203
|
-
};
|
|
204
|
-
ECON: {
|
|
205
|
-
label: string;
|
|
206
|
-
category: string;
|
|
207
|
-
};
|
|
208
|
-
'EDU-TRAIN': {
|
|
209
|
-
label: string;
|
|
210
|
-
category: string;
|
|
211
|
-
};
|
|
212
|
-
'HOSP-MGMT': {
|
|
213
|
-
label: string;
|
|
214
|
-
category: string;
|
|
215
|
-
};
|
|
216
|
-
LAW: {
|
|
217
|
-
label: string;
|
|
218
|
-
category: string;
|
|
219
|
-
};
|
|
220
|
-
'LIB-INFO': {
|
|
221
|
-
label: string;
|
|
222
|
-
category: string;
|
|
223
|
-
};
|
|
224
|
-
MKT: {
|
|
225
|
-
label: string;
|
|
226
|
-
category: string;
|
|
227
|
-
};
|
|
228
|
-
POL: {
|
|
229
|
-
label: string;
|
|
230
|
-
category: string;
|
|
231
|
-
};
|
|
232
|
-
'SOC-POL': {
|
|
233
|
-
label: string;
|
|
234
|
-
category: string;
|
|
235
|
-
};
|
|
236
|
-
SOC: {
|
|
237
|
-
label: string;
|
|
238
|
-
category: string;
|
|
239
|
-
};
|
|
240
|
-
SPORT: {
|
|
241
|
-
label: string;
|
|
242
|
-
category: string;
|
|
243
|
-
};
|
|
244
|
-
'STAT-OR': {
|
|
245
|
-
label: string;
|
|
246
|
-
category: string;
|
|
247
|
-
};
|
|
248
|
-
};
|
|
249
|
-
export declare enum SemesterType {
|
|
250
|
-
SummerSemester = "SS",
|
|
251
|
-
WinterSemester = "WS",
|
|
252
|
-
Rolling = "Rolling"
|
|
253
|
-
}
|
|
254
|
-
export declare const DIFFICULTY: {
|
|
255
|
-
EASY: string;
|
|
256
|
-
HARD: string;
|
|
257
|
-
};
|
|
258
|
-
export declare const SCHOOL_TAGS: {
|
|
259
|
-
U15: {
|
|
260
|
-
label: string;
|
|
261
|
-
category: string;
|
|
262
|
-
};
|
|
263
|
-
TU9: {
|
|
264
|
-
label: string;
|
|
265
|
-
category: string;
|
|
266
|
-
};
|
|
267
|
-
EUROTECH: {
|
|
268
|
-
label: string;
|
|
269
|
-
category: string;
|
|
270
|
-
};
|
|
271
|
-
GERMAN_ELITE: {
|
|
272
|
-
label: string;
|
|
273
|
-
category: string;
|
|
274
|
-
};
|
|
275
|
-
TIME: {
|
|
276
|
-
label: string;
|
|
277
|
-
category: string;
|
|
278
|
-
};
|
|
279
|
-
TOP50: {
|
|
280
|
-
label: string;
|
|
281
|
-
category: string;
|
|
282
|
-
};
|
|
283
|
-
TOP100: {
|
|
284
|
-
label: string;
|
|
285
|
-
category: string;
|
|
286
|
-
};
|
|
287
|
-
TOP150: {
|
|
288
|
-
label: string;
|
|
289
|
-
category: string;
|
|
290
|
-
};
|
|
291
|
-
TOP250: {
|
|
292
|
-
label: string;
|
|
293
|
-
category: string;
|
|
294
|
-
};
|
|
295
|
-
TOP500: {
|
|
296
|
-
label: string;
|
|
297
|
-
category: string;
|
|
298
|
-
};
|
|
299
|
-
};
|
|
300
|
-
export declare enum SchoolType {
|
|
301
|
-
University = "University",
|
|
302
|
-
University_of_Applied_Sciences = "University_of_Applied_Sciences"
|
|
303
|
-
}
|
|
304
|
-
export declare const SCHOOL_TYPES: SchoolType[];
|
|
305
27
|
export declare const PROGRAM_SUBJECT_KEYS: string[];
|
|
306
28
|
export declare const DIFFICULTY_KEYS: string[];
|
|
307
|
-
export interface IProgram {
|
|
308
|
-
isArchiv?: boolean;
|
|
309
|
-
isLocked?: boolean;
|
|
310
|
-
school: string;
|
|
311
|
-
program_name: string;
|
|
312
|
-
programSubjects?: string[];
|
|
313
|
-
degree?: string;
|
|
314
|
-
semester?: string;
|
|
315
|
-
lang?: string;
|
|
316
|
-
gpa_requirement?: string;
|
|
317
|
-
allowOnlyGraduatedApplicant?: boolean;
|
|
318
|
-
application_start?: string;
|
|
319
|
-
application_deadline?: string;
|
|
320
|
-
uni_assist?: string;
|
|
321
|
-
englishTestHandLater?: boolean;
|
|
322
|
-
toefl?: string;
|
|
323
|
-
toefl_reading?: number;
|
|
324
|
-
toefl_listening?: number;
|
|
325
|
-
toefl_writing?: number;
|
|
326
|
-
toefl_speaking?: number;
|
|
327
|
-
ielts?: string;
|
|
328
|
-
ielts_reading?: number;
|
|
329
|
-
ielts_listening?: number;
|
|
330
|
-
ielts_writing?: number;
|
|
331
|
-
ielts_speaking?: number;
|
|
332
|
-
germanTestHandLater?: boolean;
|
|
333
|
-
goetheZertifikat?: string;
|
|
334
|
-
testdaf?: string;
|
|
335
|
-
dsh?: string;
|
|
336
|
-
gre?: string;
|
|
337
|
-
gre_verbal?: number;
|
|
338
|
-
gre_quantitative?: number;
|
|
339
|
-
gre_analytical_writing?: number;
|
|
340
|
-
gmat?: string;
|
|
341
|
-
ml_required?: string;
|
|
342
|
-
ml_requirements?: string;
|
|
343
|
-
sop_required?: string;
|
|
344
|
-
sop_requirements?: string;
|
|
345
|
-
phs_required?: string;
|
|
346
|
-
phs_requirements?: string;
|
|
347
|
-
rl_required?: string;
|
|
348
|
-
rl_requirements?: string;
|
|
349
|
-
is_rl_specific?: boolean;
|
|
350
|
-
essay_required?: string;
|
|
351
|
-
essay_requirements?: string;
|
|
352
|
-
essay_difficulty?: string;
|
|
353
|
-
portfolio_required?: string;
|
|
354
|
-
portfolio_requirements?: string;
|
|
355
|
-
supplementary_form_required?: string;
|
|
356
|
-
supplementary_form_requirements?: string;
|
|
357
|
-
curriculum_analysis_required?: string;
|
|
358
|
-
curriculum_analysis_requirements?: string;
|
|
359
|
-
scholarship_form_required?: string;
|
|
360
|
-
scholarship_form_requirements?: string;
|
|
361
|
-
module_description_required?: string;
|
|
362
|
-
ects_requirements?: string;
|
|
363
|
-
special_notes?: string;
|
|
364
|
-
comments?: string;
|
|
365
|
-
application_portal_a?: string;
|
|
366
|
-
application_portal_b?: string;
|
|
367
|
-
application_portal_a_instructions?: string;
|
|
368
|
-
application_portal_b_instructions?: string;
|
|
369
|
-
uni_assist_link?: string;
|
|
370
|
-
website?: string;
|
|
371
|
-
fpso?: string;
|
|
372
|
-
updatedAt?: Date;
|
|
373
|
-
whoupdated?: string;
|
|
374
|
-
tuition_fees?: string;
|
|
375
|
-
contact?: string;
|
|
376
|
-
city?: string;
|
|
377
|
-
country?: string;
|
|
378
|
-
isPrivateSchool?: boolean;
|
|
379
|
-
isPartnerSchool?: boolean;
|
|
380
|
-
schoolType?: string;
|
|
381
|
-
tags?: string[];
|
|
382
|
-
url?: string;
|
|
383
|
-
isNC?: boolean;
|
|
384
|
-
zipCode?: string;
|
|
385
|
-
vcId?: Schema.Types.ObjectId;
|
|
386
|
-
}
|
|
387
29
|
export declare const programModule: {
|
|
388
30
|
isArchiv: BooleanConstructor;
|
|
389
31
|
school: {
|
|
@@ -488,18 +130,6 @@ export declare const programModule: {
|
|
|
488
130
|
ml_requirements: {
|
|
489
131
|
type: StringConstructor;
|
|
490
132
|
};
|
|
491
|
-
sop_required: {
|
|
492
|
-
type: StringConstructor;
|
|
493
|
-
};
|
|
494
|
-
sop_requirements: {
|
|
495
|
-
type: StringConstructor;
|
|
496
|
-
};
|
|
497
|
-
phs_required: {
|
|
498
|
-
type: StringConstructor;
|
|
499
|
-
};
|
|
500
|
-
phs_requirements: {
|
|
501
|
-
type: StringConstructor;
|
|
502
|
-
};
|
|
503
133
|
rl_required: {
|
|
504
134
|
type: StringConstructor;
|
|
505
135
|
};
|
|
@@ -586,10 +216,6 @@ export declare const programModule: {
|
|
|
586
216
|
contact: {
|
|
587
217
|
type: StringConstructor;
|
|
588
218
|
};
|
|
589
|
-
city: {
|
|
590
|
-
type: StringConstructor;
|
|
591
|
-
default: string;
|
|
592
|
-
};
|
|
593
219
|
country: {
|
|
594
220
|
type: StringConstructor;
|
|
595
221
|
};
|
|
@@ -601,28 +227,247 @@ export declare const programModule: {
|
|
|
601
227
|
};
|
|
602
228
|
schoolType: {
|
|
603
229
|
type: StringConstructor;
|
|
604
|
-
enum: SchoolType[];
|
|
230
|
+
enum: import("@taiger-common/core").SchoolType[];
|
|
231
|
+
};
|
|
232
|
+
isEssayConsultantNeeded: {
|
|
233
|
+
type: BooleanConstructor;
|
|
234
|
+
default: boolean;
|
|
605
235
|
};
|
|
606
236
|
tags: {
|
|
607
237
|
type: StringConstructor;
|
|
608
238
|
enum: string[];
|
|
609
239
|
}[];
|
|
610
240
|
url: StringConstructor;
|
|
611
|
-
isNC: {
|
|
612
|
-
type: BooleanConstructor;
|
|
613
|
-
default: boolean;
|
|
614
|
-
};
|
|
615
|
-
zipCode: {
|
|
616
|
-
type: StringConstructor;
|
|
617
|
-
default: string;
|
|
618
|
-
};
|
|
619
241
|
vcId: typeof Schema.Types.ObjectId;
|
|
620
242
|
};
|
|
621
|
-
export declare const programSchema: Schema<
|
|
622
|
-
|
|
243
|
+
export declare const programSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
244
|
+
timestamps: true;
|
|
245
|
+
}, {
|
|
246
|
+
createdAt: NativeDate;
|
|
247
|
+
updatedAt: NativeDate;
|
|
623
248
|
} & {
|
|
624
|
-
|
|
625
|
-
|
|
249
|
+
isEssayConsultantNeeded: boolean;
|
|
250
|
+
school: string;
|
|
251
|
+
program_name: string;
|
|
252
|
+
programSubjects: string[];
|
|
253
|
+
allowOnlyGraduatedApplicant: boolean;
|
|
254
|
+
englishTestHandLater: boolean;
|
|
255
|
+
germanTestHandLater: boolean;
|
|
256
|
+
tags: string[];
|
|
257
|
+
updatedAt?: NativeDate | null | undefined;
|
|
258
|
+
country?: string | null | undefined;
|
|
259
|
+
isArchiv?: boolean | null | undefined;
|
|
260
|
+
degree?: string | null | undefined;
|
|
261
|
+
semester?: string | null | undefined;
|
|
262
|
+
lang?: string | null | undefined;
|
|
263
|
+
gpa_requirement?: string | null | undefined;
|
|
264
|
+
application_start?: string | null | undefined;
|
|
265
|
+
application_deadline?: string | null | undefined;
|
|
266
|
+
uni_assist?: string | null | undefined;
|
|
267
|
+
toefl?: string | null | undefined;
|
|
268
|
+
toefl_reading?: number | null | undefined;
|
|
269
|
+
toefl_listening?: number | null | undefined;
|
|
270
|
+
toefl_writing?: number | null | undefined;
|
|
271
|
+
toefl_speaking?: number | null | undefined;
|
|
272
|
+
ielts?: string | null | undefined;
|
|
273
|
+
ielts_reading?: number | null | undefined;
|
|
274
|
+
ielts_listening?: number | null | undefined;
|
|
275
|
+
ielts_writing?: number | null | undefined;
|
|
276
|
+
ielts_speaking?: number | null | undefined;
|
|
277
|
+
goetheZertifikat?: string | null | undefined;
|
|
278
|
+
testdaf?: string | null | undefined;
|
|
279
|
+
dsh?: string | null | undefined;
|
|
280
|
+
gre?: string | null | undefined;
|
|
281
|
+
gre_verbal?: number | null | undefined;
|
|
282
|
+
gre_quantitative?: number | null | undefined;
|
|
283
|
+
gre_analytical_writing?: number | null | undefined;
|
|
284
|
+
gmat?: string | null | undefined;
|
|
285
|
+
ml_required?: string | null | undefined;
|
|
286
|
+
ml_requirements?: string | null | undefined;
|
|
287
|
+
rl_required?: string | null | undefined;
|
|
288
|
+
rl_requirements?: string | null | undefined;
|
|
289
|
+
is_rl_specific?: boolean | null | undefined;
|
|
290
|
+
essay_required?: string | null | undefined;
|
|
291
|
+
essay_requirements?: string | null | undefined;
|
|
292
|
+
essay_difficulty?: string | null | undefined;
|
|
293
|
+
portfolio_required?: string | null | undefined;
|
|
294
|
+
portfolio_requirements?: string | null | undefined;
|
|
295
|
+
supplementary_form_required?: string | null | undefined;
|
|
296
|
+
supplementary_form_requirements?: string | null | undefined;
|
|
297
|
+
curriculum_analysis_required?: string | null | undefined;
|
|
298
|
+
curriculum_analysis_requirements?: string | null | undefined;
|
|
299
|
+
scholarship_form_required?: string | null | undefined;
|
|
300
|
+
scholarship_form_requirements?: string | null | undefined;
|
|
301
|
+
module_description_required?: string | null | undefined;
|
|
302
|
+
ects_requirements?: string | null | undefined;
|
|
303
|
+
special_notes?: string | null | undefined;
|
|
304
|
+
comments?: string | null | undefined;
|
|
305
|
+
application_portal_a?: string | null | undefined;
|
|
306
|
+
application_portal_b?: string | null | undefined;
|
|
307
|
+
application_portal_a_instructions?: string | null | undefined;
|
|
308
|
+
application_portal_b_instructions?: string | null | undefined;
|
|
309
|
+
uni_assist_link?: string | null | undefined;
|
|
310
|
+
website?: string | null | undefined;
|
|
311
|
+
fpso?: string | null | undefined;
|
|
312
|
+
whoupdated?: string | null | undefined;
|
|
313
|
+
tuition_fees?: string | null | undefined;
|
|
314
|
+
contact?: string | null | undefined;
|
|
315
|
+
isPrivateSchool?: boolean | null | undefined;
|
|
316
|
+
isPartnerSchool?: boolean | null | undefined;
|
|
317
|
+
schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
|
|
318
|
+
url?: string | null | undefined;
|
|
319
|
+
vcId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
320
|
+
}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
|
|
321
|
+
createdAt: NativeDate;
|
|
322
|
+
updatedAt: NativeDate;
|
|
323
|
+
} & {
|
|
324
|
+
isEssayConsultantNeeded: boolean;
|
|
325
|
+
school: string;
|
|
326
|
+
program_name: string;
|
|
327
|
+
programSubjects: string[];
|
|
328
|
+
allowOnlyGraduatedApplicant: boolean;
|
|
329
|
+
englishTestHandLater: boolean;
|
|
330
|
+
germanTestHandLater: boolean;
|
|
331
|
+
tags: string[];
|
|
332
|
+
updatedAt?: NativeDate | null | undefined;
|
|
333
|
+
country?: string | null | undefined;
|
|
334
|
+
isArchiv?: boolean | null | undefined;
|
|
335
|
+
degree?: string | null | undefined;
|
|
336
|
+
semester?: string | null | undefined;
|
|
337
|
+
lang?: string | null | undefined;
|
|
338
|
+
gpa_requirement?: string | null | undefined;
|
|
339
|
+
application_start?: string | null | undefined;
|
|
340
|
+
application_deadline?: string | null | undefined;
|
|
341
|
+
uni_assist?: string | null | undefined;
|
|
342
|
+
toefl?: string | null | undefined;
|
|
343
|
+
toefl_reading?: number | null | undefined;
|
|
344
|
+
toefl_listening?: number | null | undefined;
|
|
345
|
+
toefl_writing?: number | null | undefined;
|
|
346
|
+
toefl_speaking?: number | null | undefined;
|
|
347
|
+
ielts?: string | null | undefined;
|
|
348
|
+
ielts_reading?: number | null | undefined;
|
|
349
|
+
ielts_listening?: number | null | undefined;
|
|
350
|
+
ielts_writing?: number | null | undefined;
|
|
351
|
+
ielts_speaking?: number | null | undefined;
|
|
352
|
+
goetheZertifikat?: string | null | undefined;
|
|
353
|
+
testdaf?: string | null | undefined;
|
|
354
|
+
dsh?: string | null | undefined;
|
|
355
|
+
gre?: string | null | undefined;
|
|
356
|
+
gre_verbal?: number | null | undefined;
|
|
357
|
+
gre_quantitative?: number | null | undefined;
|
|
358
|
+
gre_analytical_writing?: number | null | undefined;
|
|
359
|
+
gmat?: string | null | undefined;
|
|
360
|
+
ml_required?: string | null | undefined;
|
|
361
|
+
ml_requirements?: string | null | undefined;
|
|
362
|
+
rl_required?: string | null | undefined;
|
|
363
|
+
rl_requirements?: string | null | undefined;
|
|
364
|
+
is_rl_specific?: boolean | null | undefined;
|
|
365
|
+
essay_required?: string | null | undefined;
|
|
366
|
+
essay_requirements?: string | null | undefined;
|
|
367
|
+
essay_difficulty?: string | null | undefined;
|
|
368
|
+
portfolio_required?: string | null | undefined;
|
|
369
|
+
portfolio_requirements?: string | null | undefined;
|
|
370
|
+
supplementary_form_required?: string | null | undefined;
|
|
371
|
+
supplementary_form_requirements?: string | null | undefined;
|
|
372
|
+
curriculum_analysis_required?: string | null | undefined;
|
|
373
|
+
curriculum_analysis_requirements?: string | null | undefined;
|
|
374
|
+
scholarship_form_required?: string | null | undefined;
|
|
375
|
+
scholarship_form_requirements?: string | null | undefined;
|
|
376
|
+
module_description_required?: string | null | undefined;
|
|
377
|
+
ects_requirements?: string | null | undefined;
|
|
378
|
+
special_notes?: string | null | undefined;
|
|
379
|
+
comments?: string | null | undefined;
|
|
380
|
+
application_portal_a?: string | null | undefined;
|
|
381
|
+
application_portal_b?: string | null | undefined;
|
|
382
|
+
application_portal_a_instructions?: string | null | undefined;
|
|
383
|
+
application_portal_b_instructions?: string | null | undefined;
|
|
384
|
+
uni_assist_link?: string | null | undefined;
|
|
385
|
+
website?: string | null | undefined;
|
|
386
|
+
fpso?: string | null | undefined;
|
|
387
|
+
whoupdated?: string | null | undefined;
|
|
388
|
+
tuition_fees?: string | null | undefined;
|
|
389
|
+
contact?: string | null | undefined;
|
|
390
|
+
isPrivateSchool?: boolean | null | undefined;
|
|
391
|
+
isPartnerSchool?: boolean | null | undefined;
|
|
392
|
+
schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
|
|
393
|
+
url?: string | null | undefined;
|
|
394
|
+
vcId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
395
|
+
}>> & import("mongoose").FlatRecord<{
|
|
396
|
+
createdAt: NativeDate;
|
|
397
|
+
updatedAt: NativeDate;
|
|
398
|
+
} & {
|
|
399
|
+
isEssayConsultantNeeded: boolean;
|
|
400
|
+
school: string;
|
|
401
|
+
program_name: string;
|
|
402
|
+
programSubjects: string[];
|
|
403
|
+
allowOnlyGraduatedApplicant: boolean;
|
|
404
|
+
englishTestHandLater: boolean;
|
|
405
|
+
germanTestHandLater: boolean;
|
|
406
|
+
tags: string[];
|
|
407
|
+
updatedAt?: NativeDate | null | undefined;
|
|
408
|
+
country?: string | null | undefined;
|
|
409
|
+
isArchiv?: boolean | null | undefined;
|
|
410
|
+
degree?: string | null | undefined;
|
|
411
|
+
semester?: string | null | undefined;
|
|
412
|
+
lang?: string | null | undefined;
|
|
413
|
+
gpa_requirement?: string | null | undefined;
|
|
414
|
+
application_start?: string | null | undefined;
|
|
415
|
+
application_deadline?: string | null | undefined;
|
|
416
|
+
uni_assist?: string | null | undefined;
|
|
417
|
+
toefl?: string | null | undefined;
|
|
418
|
+
toefl_reading?: number | null | undefined;
|
|
419
|
+
toefl_listening?: number | null | undefined;
|
|
420
|
+
toefl_writing?: number | null | undefined;
|
|
421
|
+
toefl_speaking?: number | null | undefined;
|
|
422
|
+
ielts?: string | null | undefined;
|
|
423
|
+
ielts_reading?: number | null | undefined;
|
|
424
|
+
ielts_listening?: number | null | undefined;
|
|
425
|
+
ielts_writing?: number | null | undefined;
|
|
426
|
+
ielts_speaking?: number | null | undefined;
|
|
427
|
+
goetheZertifikat?: string | null | undefined;
|
|
428
|
+
testdaf?: string | null | undefined;
|
|
429
|
+
dsh?: string | null | undefined;
|
|
430
|
+
gre?: string | null | undefined;
|
|
431
|
+
gre_verbal?: number | null | undefined;
|
|
432
|
+
gre_quantitative?: number | null | undefined;
|
|
433
|
+
gre_analytical_writing?: number | null | undefined;
|
|
434
|
+
gmat?: string | null | undefined;
|
|
435
|
+
ml_required?: string | null | undefined;
|
|
436
|
+
ml_requirements?: string | null | undefined;
|
|
437
|
+
rl_required?: string | null | undefined;
|
|
438
|
+
rl_requirements?: string | null | undefined;
|
|
439
|
+
is_rl_specific?: boolean | null | undefined;
|
|
440
|
+
essay_required?: string | null | undefined;
|
|
441
|
+
essay_requirements?: string | null | undefined;
|
|
442
|
+
essay_difficulty?: string | null | undefined;
|
|
443
|
+
portfolio_required?: string | null | undefined;
|
|
444
|
+
portfolio_requirements?: string | null | undefined;
|
|
445
|
+
supplementary_form_required?: string | null | undefined;
|
|
446
|
+
supplementary_form_requirements?: string | null | undefined;
|
|
447
|
+
curriculum_analysis_required?: string | null | undefined;
|
|
448
|
+
curriculum_analysis_requirements?: string | null | undefined;
|
|
449
|
+
scholarship_form_required?: string | null | undefined;
|
|
450
|
+
scholarship_form_requirements?: string | null | undefined;
|
|
451
|
+
module_description_required?: string | null | undefined;
|
|
452
|
+
ects_requirements?: string | null | undefined;
|
|
453
|
+
special_notes?: string | null | undefined;
|
|
454
|
+
comments?: string | null | undefined;
|
|
455
|
+
application_portal_a?: string | null | undefined;
|
|
456
|
+
application_portal_b?: string | null | undefined;
|
|
457
|
+
application_portal_a_instructions?: string | null | undefined;
|
|
458
|
+
application_portal_b_instructions?: string | null | undefined;
|
|
459
|
+
uni_assist_link?: string | null | undefined;
|
|
460
|
+
website?: string | null | undefined;
|
|
461
|
+
fpso?: string | null | undefined;
|
|
462
|
+
whoupdated?: string | null | undefined;
|
|
463
|
+
tuition_fees?: string | null | undefined;
|
|
464
|
+
contact?: string | null | undefined;
|
|
465
|
+
isPrivateSchool?: boolean | null | undefined;
|
|
466
|
+
isPartnerSchool?: boolean | null | undefined;
|
|
467
|
+
schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
|
|
468
|
+
url?: string | null | undefined;
|
|
469
|
+
vcId?: import("mongoose").Types.ObjectId | null | undefined;
|
|
470
|
+
}> & {
|
|
626
471
|
_id: import("mongoose").Types.ObjectId;
|
|
627
472
|
} & {
|
|
628
473
|
__v: number;
|