@taiger-common/model 1.0.42 → 1.0.43

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.
Files changed (94) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +23 -23
  3. package/dist/cjs/constants/index.js +7 -7
  4. package/dist/cjs/index.js +17 -17
  5. package/dist/cjs/model/Allcourse.js +10 -10
  6. package/dist/cjs/model/Application.js +78 -77
  7. package/dist/cjs/model/Audit.js +22 -22
  8. package/dist/cjs/model/Basedocumentationslink.js +10 -10
  9. package/dist/cjs/model/Communication.js +30 -30
  10. package/dist/cjs/model/Complaint.js +70 -70
  11. package/dist/cjs/model/Course.js +24 -24
  12. package/dist/cjs/model/Docspage.js +14 -14
  13. package/dist/cjs/model/Documentation.js +14 -14
  14. package/dist/cjs/model/Documentthread.js +50 -50
  15. package/dist/cjs/model/Event.js +59 -59
  16. package/dist/cjs/model/Internaldoc.js +14 -14
  17. package/dist/cjs/model/Interval.js +39 -39
  18. package/dist/cjs/model/Interview.js +36 -36
  19. package/dist/cjs/model/InterviewSurveyResponse.js +24 -24
  20. package/dist/cjs/model/Keywordset.js +48 -48
  21. package/dist/cjs/model/Note.js +9 -9
  22. package/dist/cjs/model/Permission.js +56 -56
  23. package/dist/cjs/model/Program.js +256 -260
  24. package/dist/cjs/model/Programrequirement.js +122 -122
  25. package/dist/cjs/model/ResponseTime.js +27 -27
  26. package/dist/cjs/model/SurveyInput.js +56 -56
  27. package/dist/cjs/model/Template.js +19 -19
  28. package/dist/cjs/model/Tenant.js +9 -9
  29. package/dist/cjs/model/Ticket.js +55 -55
  30. package/dist/cjs/model/Token.js +20 -20
  31. package/dist/cjs/model/User.js +604 -604
  32. package/dist/cjs/model/index.js +44 -44
  33. package/dist/esm/constants/index.js +4 -4
  34. package/dist/esm/index.js +1 -1
  35. package/dist/esm/model/Allcourse.js +7 -7
  36. package/dist/esm/model/Application.js +75 -74
  37. package/dist/esm/model/Audit.js +19 -19
  38. package/dist/esm/model/Basedocumentationslink.js +7 -7
  39. package/dist/esm/model/Communication.js +27 -27
  40. package/dist/esm/model/Complaint.js +67 -67
  41. package/dist/esm/model/Course.js +21 -21
  42. package/dist/esm/model/Docspage.js +11 -11
  43. package/dist/esm/model/Documentation.js +11 -11
  44. package/dist/esm/model/Documentthread.js +47 -47
  45. package/dist/esm/model/Event.js +56 -56
  46. package/dist/esm/model/Internaldoc.js +11 -11
  47. package/dist/esm/model/Interval.js +36 -36
  48. package/dist/esm/model/Interview.js +33 -33
  49. package/dist/esm/model/InterviewSurveyResponse.js +21 -21
  50. package/dist/esm/model/Keywordset.js +45 -45
  51. package/dist/esm/model/Note.js +6 -6
  52. package/dist/esm/model/Permission.js +53 -53
  53. package/dist/esm/model/Program.js +253 -257
  54. package/dist/esm/model/Programrequirement.js +119 -119
  55. package/dist/esm/model/ResponseTime.js +24 -24
  56. package/dist/esm/model/SurveyInput.js +53 -53
  57. package/dist/esm/model/Template.js +16 -16
  58. package/dist/esm/model/Tenant.js +6 -6
  59. package/dist/esm/model/Ticket.js +52 -52
  60. package/dist/esm/model/Token.js +17 -17
  61. package/dist/esm/model/User.js +599 -599
  62. package/dist/esm/model/index.js +28 -28
  63. package/dist/types/constants/index.d.ts +4 -4
  64. package/dist/types/index.d.ts +1 -1
  65. package/dist/types/model/Allcourse.d.ts +63 -63
  66. package/dist/types/model/Application.d.ts +190 -187
  67. package/dist/types/model/Audit.d.ts +75 -75
  68. package/dist/types/model/Basedocumentationslink.d.ts +46 -46
  69. package/dist/types/model/Communication.d.ts +102 -102
  70. package/dist/types/model/Complaint.d.ts +201 -201
  71. package/dist/types/model/Course.d.ts +79 -79
  72. package/dist/types/model/Docspage.d.ts +68 -68
  73. package/dist/types/model/Documentation.d.ts +58 -58
  74. package/dist/types/model/Documentthread.d.ts +211 -211
  75. package/dist/types/model/Event.d.ts +87 -87
  76. package/dist/types/model/Internaldoc.d.ts +58 -58
  77. package/dist/types/model/Interval.d.ts +58 -58
  78. package/dist/types/model/Interview.d.ts +81 -81
  79. package/dist/types/model/InterviewSurveyResponse.d.ts +93 -93
  80. package/dist/types/model/Keywordset.d.ts +75 -75
  81. package/dist/types/model/Note.d.ts +43 -43
  82. package/dist/types/model/Permission.d.ts +87 -87
  83. package/dist/types/model/Program.d.ts +519 -526
  84. package/dist/types/model/Programrequirement.d.ts +171 -171
  85. package/dist/types/model/ResponseTime.d.ts +49 -49
  86. package/dist/types/model/SurveyInput.d.ts +121 -121
  87. package/dist/types/model/Template.d.ts +46 -46
  88. package/dist/types/model/Tenant.d.ts +43 -43
  89. package/dist/types/model/Ticket.d.ts +69 -69
  90. package/dist/types/model/Token.d.ts +43 -43
  91. package/dist/types/model/User.d.ts +1 -1
  92. package/dist/types/model/index.d.ts +28 -28
  93. package/dist/umd/index.js +1 -1
  94. package/package.json +1 -1
@@ -1,526 +1,519 @@
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 declare const PROGRAM_SUBJECT_KEYS: string[];
28
- export declare const DIFFICULTY_KEYS: string[];
29
- export declare const programModule: {
30
- isArchiv: BooleanConstructor;
31
- isLocked: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- school: {
36
- type: StringConstructor;
37
- default: string;
38
- required: boolean;
39
- };
40
- program_name: {
41
- type: StringConstructor;
42
- required: boolean;
43
- };
44
- programSubjects: {
45
- type: StringConstructor;
46
- enum: string[];
47
- }[];
48
- degree: {
49
- type: StringConstructor;
50
- };
51
- semester: StringConstructor;
52
- lang: {
53
- type: StringConstructor;
54
- };
55
- gpa_requirement: {
56
- type: StringConstructor;
57
- };
58
- allowOnlyGraduatedApplicant: {
59
- type: BooleanConstructor;
60
- default: boolean;
61
- };
62
- application_start: StringConstructor;
63
- application_deadline: {
64
- type: StringConstructor;
65
- };
66
- uni_assist: {
67
- type: StringConstructor;
68
- };
69
- englishTestHandLater: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- toefl: {
74
- type: StringConstructor;
75
- };
76
- toefl_reading: {
77
- type: NumberConstructor;
78
- };
79
- toefl_listening: {
80
- type: NumberConstructor;
81
- };
82
- toefl_writing: {
83
- type: NumberConstructor;
84
- };
85
- toefl_speaking: {
86
- type: NumberConstructor;
87
- };
88
- ielts: {
89
- type: StringConstructor;
90
- };
91
- ielts_reading: {
92
- type: NumberConstructor;
93
- };
94
- ielts_listening: {
95
- type: NumberConstructor;
96
- };
97
- ielts_writing: {
98
- type: NumberConstructor;
99
- };
100
- ielts_speaking: {
101
- type: NumberConstructor;
102
- };
103
- germanTestHandLater: {
104
- type: BooleanConstructor;
105
- default: boolean;
106
- };
107
- goetheZertifikat: {
108
- type: StringConstructor;
109
- };
110
- testdaf: {
111
- type: StringConstructor;
112
- };
113
- dsh: {
114
- type: StringConstructor;
115
- };
116
- gre: {
117
- type: StringConstructor;
118
- };
119
- gre_verbal: {
120
- type: NumberConstructor;
121
- };
122
- gre_quantitative: {
123
- type: NumberConstructor;
124
- };
125
- gre_analytical_writing: {
126
- type: NumberConstructor;
127
- };
128
- gmat: {
129
- type: StringConstructor;
130
- };
131
- ml_required: {
132
- type: StringConstructor;
133
- };
134
- ml_requirements: {
135
- type: StringConstructor;
136
- };
137
- sop_required: {
138
- type: StringConstructor;
139
- };
140
- sop_requirements: {
141
- type: StringConstructor;
142
- };
143
- phs_required: {
144
- type: StringConstructor;
145
- };
146
- phs_requirements: {
147
- type: StringConstructor;
148
- };
149
- rl_required: {
150
- type: StringConstructor;
151
- };
152
- rl_requirements: {
153
- type: StringConstructor;
154
- };
155
- is_rl_specific: {
156
- type: BooleanConstructor;
157
- };
158
- essay_required: {
159
- type: StringConstructor;
160
- };
161
- essay_requirements: {
162
- type: StringConstructor;
163
- };
164
- essay_difficulty: {
165
- type: StringConstructor;
166
- enum: string[];
167
- };
168
- portfolio_required: {
169
- type: StringConstructor;
170
- };
171
- portfolio_requirements: {
172
- type: StringConstructor;
173
- };
174
- supplementary_form_required: {
175
- type: StringConstructor;
176
- };
177
- supplementary_form_requirements: {
178
- type: StringConstructor;
179
- };
180
- curriculum_analysis_required: {
181
- type: StringConstructor;
182
- };
183
- curriculum_analysis_requirements: {
184
- type: StringConstructor;
185
- };
186
- scholarship_form_required: {
187
- type: StringConstructor;
188
- };
189
- scholarship_form_requirements: {
190
- type: StringConstructor;
191
- };
192
- module_description_required: {
193
- type: StringConstructor;
194
- };
195
- ects_requirements: {
196
- type: StringConstructor;
197
- };
198
- special_notes: {
199
- type: StringConstructor;
200
- };
201
- comments: {
202
- type: StringConstructor;
203
- };
204
- application_portal_a: {
205
- type: StringConstructor;
206
- };
207
- application_portal_b: {
208
- type: StringConstructor;
209
- };
210
- application_portal_a_instructions: {
211
- type: StringConstructor;
212
- };
213
- application_portal_b_instructions: {
214
- type: StringConstructor;
215
- };
216
- uni_assist_link: {
217
- type: StringConstructor;
218
- };
219
- website: {
220
- type: StringConstructor;
221
- };
222
- fpso: {
223
- type: StringConstructor;
224
- };
225
- updatedAt: DateConstructor;
226
- whoupdated: {
227
- type: StringConstructor;
228
- };
229
- tuition_fees: {
230
- type: StringConstructor;
231
- };
232
- contact: {
233
- type: StringConstructor;
234
- };
235
- city: {
236
- type: StringConstructor;
237
- default: string;
238
- };
239
- country: {
240
- type: StringConstructor;
241
- };
242
- isPrivateSchool: {
243
- type: BooleanConstructor;
244
- };
245
- isPartnerSchool: {
246
- type: BooleanConstructor;
247
- };
248
- schoolType: {
249
- type: StringConstructor;
250
- enum: import("@taiger-common/core").SchoolType[];
251
- };
252
- isEssayConsultantNeeded: {
253
- type: BooleanConstructor;
254
- default: boolean;
255
- };
256
- tags: {
257
- type: StringConstructor;
258
- enum: string[];
259
- }[];
260
- url: StringConstructor;
261
- isNC: {
262
- type: BooleanConstructor;
263
- default: boolean;
264
- };
265
- zipCode: {
266
- type: StringConstructor;
267
- default: string;
268
- };
269
- vcId: typeof Schema.Types.ObjectId;
270
- };
271
- export declare const programSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
272
- timestamps: true;
273
- }, {
274
- createdAt: NativeDate;
275
- updatedAt: NativeDate;
276
- } & {
277
- isEssayConsultantNeeded: boolean;
278
- isLocked: boolean;
279
- school: string;
280
- program_name: string;
281
- programSubjects: string[];
282
- allowOnlyGraduatedApplicant: boolean;
283
- englishTestHandLater: boolean;
284
- germanTestHandLater: boolean;
285
- city: string;
286
- tags: string[];
287
- isNC: boolean;
288
- zipCode: string;
289
- updatedAt?: NativeDate | null | undefined;
290
- uni_assist?: string | null | undefined;
291
- application_portal_a?: string | null | undefined;
292
- application_portal_b?: string | null | undefined;
293
- comments?: string | null | undefined;
294
- country?: string | null | undefined;
295
- isArchiv?: boolean | null | undefined;
296
- degree?: string | null | undefined;
297
- semester?: string | null | undefined;
298
- lang?: string | null | undefined;
299
- gpa_requirement?: string | null | undefined;
300
- application_start?: string | null | undefined;
301
- application_deadline?: string | null | undefined;
302
- toefl?: string | null | undefined;
303
- toefl_reading?: number | null | undefined;
304
- toefl_listening?: number | null | undefined;
305
- toefl_writing?: number | null | undefined;
306
- toefl_speaking?: number | null | undefined;
307
- ielts?: string | null | undefined;
308
- ielts_reading?: number | null | undefined;
309
- ielts_listening?: number | null | undefined;
310
- ielts_writing?: number | null | undefined;
311
- ielts_speaking?: number | null | undefined;
312
- goetheZertifikat?: string | null | undefined;
313
- testdaf?: string | null | undefined;
314
- dsh?: string | null | undefined;
315
- gre?: string | null | undefined;
316
- gre_verbal?: number | null | undefined;
317
- gre_quantitative?: number | null | undefined;
318
- gre_analytical_writing?: number | null | undefined;
319
- gmat?: string | null | undefined;
320
- ml_required?: string | null | undefined;
321
- ml_requirements?: string | null | undefined;
322
- sop_required?: string | null | undefined;
323
- sop_requirements?: string | null | undefined;
324
- phs_required?: string | null | undefined;
325
- phs_requirements?: string | null | undefined;
326
- rl_required?: string | null | undefined;
327
- rl_requirements?: string | null | undefined;
328
- is_rl_specific?: boolean | null | undefined;
329
- essay_required?: string | null | undefined;
330
- essay_requirements?: string | null | undefined;
331
- essay_difficulty?: string | null | undefined;
332
- portfolio_required?: string | null | undefined;
333
- portfolio_requirements?: string | null | undefined;
334
- supplementary_form_required?: string | null | undefined;
335
- supplementary_form_requirements?: string | null | undefined;
336
- curriculum_analysis_required?: string | null | undefined;
337
- curriculum_analysis_requirements?: string | null | undefined;
338
- scholarship_form_required?: string | null | undefined;
339
- scholarship_form_requirements?: string | null | undefined;
340
- module_description_required?: string | null | undefined;
341
- ects_requirements?: string | null | undefined;
342
- special_notes?: string | null | undefined;
343
- application_portal_a_instructions?: string | null | undefined;
344
- application_portal_b_instructions?: string | null | undefined;
345
- uni_assist_link?: string | null | undefined;
346
- website?: string | null | undefined;
347
- fpso?: string | null | undefined;
348
- whoupdated?: string | null | undefined;
349
- tuition_fees?: string | null | undefined;
350
- contact?: string | null | undefined;
351
- isPrivateSchool?: boolean | null | undefined;
352
- isPartnerSchool?: boolean | null | undefined;
353
- schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
354
- url?: string | null | undefined;
355
- vcId?: import("mongoose").Types.ObjectId | null | undefined;
356
- }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
357
- createdAt: NativeDate;
358
- updatedAt: NativeDate;
359
- } & {
360
- isEssayConsultantNeeded: boolean;
361
- isLocked: boolean;
362
- school: string;
363
- program_name: string;
364
- programSubjects: string[];
365
- allowOnlyGraduatedApplicant: boolean;
366
- englishTestHandLater: boolean;
367
- germanTestHandLater: boolean;
368
- city: string;
369
- tags: string[];
370
- isNC: boolean;
371
- zipCode: string;
372
- updatedAt?: NativeDate | null | undefined;
373
- uni_assist?: string | null | undefined;
374
- application_portal_a?: string | null | undefined;
375
- application_portal_b?: string | null | undefined;
376
- comments?: string | null | undefined;
377
- country?: string | null | undefined;
378
- isArchiv?: boolean | null | undefined;
379
- degree?: string | null | undefined;
380
- semester?: string | null | undefined;
381
- lang?: string | null | undefined;
382
- gpa_requirement?: string | null | undefined;
383
- application_start?: string | null | undefined;
384
- application_deadline?: string | null | undefined;
385
- toefl?: string | null | undefined;
386
- toefl_reading?: number | null | undefined;
387
- toefl_listening?: number | null | undefined;
388
- toefl_writing?: number | null | undefined;
389
- toefl_speaking?: number | null | undefined;
390
- ielts?: string | null | undefined;
391
- ielts_reading?: number | null | undefined;
392
- ielts_listening?: number | null | undefined;
393
- ielts_writing?: number | null | undefined;
394
- ielts_speaking?: number | null | undefined;
395
- goetheZertifikat?: string | null | undefined;
396
- testdaf?: string | null | undefined;
397
- dsh?: string | null | undefined;
398
- gre?: string | null | undefined;
399
- gre_verbal?: number | null | undefined;
400
- gre_quantitative?: number | null | undefined;
401
- gre_analytical_writing?: number | null | undefined;
402
- gmat?: string | null | undefined;
403
- ml_required?: string | null | undefined;
404
- ml_requirements?: string | null | undefined;
405
- sop_required?: string | null | undefined;
406
- sop_requirements?: string | null | undefined;
407
- phs_required?: string | null | undefined;
408
- phs_requirements?: string | null | undefined;
409
- rl_required?: string | null | undefined;
410
- rl_requirements?: string | null | undefined;
411
- is_rl_specific?: boolean | null | undefined;
412
- essay_required?: string | null | undefined;
413
- essay_requirements?: string | null | undefined;
414
- essay_difficulty?: string | null | undefined;
415
- portfolio_required?: string | null | undefined;
416
- portfolio_requirements?: string | null | undefined;
417
- supplementary_form_required?: string | null | undefined;
418
- supplementary_form_requirements?: string | null | undefined;
419
- curriculum_analysis_required?: string | null | undefined;
420
- curriculum_analysis_requirements?: string | null | undefined;
421
- scholarship_form_required?: string | null | undefined;
422
- scholarship_form_requirements?: string | null | undefined;
423
- module_description_required?: string | null | undefined;
424
- ects_requirements?: string | null | undefined;
425
- special_notes?: string | null | undefined;
426
- application_portal_a_instructions?: string | null | undefined;
427
- application_portal_b_instructions?: string | null | undefined;
428
- uni_assist_link?: string | null | undefined;
429
- website?: string | null | undefined;
430
- fpso?: string | null | undefined;
431
- whoupdated?: string | null | undefined;
432
- tuition_fees?: string | null | undefined;
433
- contact?: string | null | undefined;
434
- isPrivateSchool?: boolean | null | undefined;
435
- isPartnerSchool?: boolean | null | undefined;
436
- schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
437
- url?: string | null | undefined;
438
- vcId?: import("mongoose").Types.ObjectId | null | undefined;
439
- }>> & import("mongoose").FlatRecord<{
440
- createdAt: NativeDate;
441
- updatedAt: NativeDate;
442
- } & {
443
- isEssayConsultantNeeded: boolean;
444
- isLocked: boolean;
445
- school: string;
446
- program_name: string;
447
- programSubjects: string[];
448
- allowOnlyGraduatedApplicant: boolean;
449
- englishTestHandLater: boolean;
450
- germanTestHandLater: boolean;
451
- city: string;
452
- tags: string[];
453
- isNC: boolean;
454
- zipCode: string;
455
- updatedAt?: NativeDate | null | undefined;
456
- uni_assist?: string | null | undefined;
457
- application_portal_a?: string | null | undefined;
458
- application_portal_b?: string | null | undefined;
459
- comments?: string | null | undefined;
460
- country?: string | null | undefined;
461
- isArchiv?: boolean | null | undefined;
462
- degree?: string | null | undefined;
463
- semester?: string | null | undefined;
464
- lang?: string | null | undefined;
465
- gpa_requirement?: string | null | undefined;
466
- application_start?: string | null | undefined;
467
- application_deadline?: string | null | undefined;
468
- toefl?: string | null | undefined;
469
- toefl_reading?: number | null | undefined;
470
- toefl_listening?: number | null | undefined;
471
- toefl_writing?: number | null | undefined;
472
- toefl_speaking?: number | null | undefined;
473
- ielts?: string | null | undefined;
474
- ielts_reading?: number | null | undefined;
475
- ielts_listening?: number | null | undefined;
476
- ielts_writing?: number | null | undefined;
477
- ielts_speaking?: number | null | undefined;
478
- goetheZertifikat?: string | null | undefined;
479
- testdaf?: string | null | undefined;
480
- dsh?: string | null | undefined;
481
- gre?: string | null | undefined;
482
- gre_verbal?: number | null | undefined;
483
- gre_quantitative?: number | null | undefined;
484
- gre_analytical_writing?: number | null | undefined;
485
- gmat?: string | null | undefined;
486
- ml_required?: string | null | undefined;
487
- ml_requirements?: string | null | undefined;
488
- sop_required?: string | null | undefined;
489
- sop_requirements?: string | null | undefined;
490
- phs_required?: string | null | undefined;
491
- phs_requirements?: string | null | undefined;
492
- rl_required?: string | null | undefined;
493
- rl_requirements?: string | null | undefined;
494
- is_rl_specific?: boolean | null | undefined;
495
- essay_required?: string | null | undefined;
496
- essay_requirements?: string | null | undefined;
497
- essay_difficulty?: string | null | undefined;
498
- portfolio_required?: string | null | undefined;
499
- portfolio_requirements?: string | null | undefined;
500
- supplementary_form_required?: string | null | undefined;
501
- supplementary_form_requirements?: string | null | undefined;
502
- curriculum_analysis_required?: string | null | undefined;
503
- curriculum_analysis_requirements?: string | null | undefined;
504
- scholarship_form_required?: string | null | undefined;
505
- scholarship_form_requirements?: string | null | undefined;
506
- module_description_required?: string | null | undefined;
507
- ects_requirements?: string | null | undefined;
508
- special_notes?: string | null | undefined;
509
- application_portal_a_instructions?: string | null | undefined;
510
- application_portal_b_instructions?: string | null | undefined;
511
- uni_assist_link?: string | null | undefined;
512
- website?: string | null | undefined;
513
- fpso?: string | null | undefined;
514
- whoupdated?: string | null | undefined;
515
- tuition_fees?: string | null | undefined;
516
- contact?: string | null | undefined;
517
- isPrivateSchool?: boolean | null | undefined;
518
- isPartnerSchool?: boolean | null | undefined;
519
- schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
520
- url?: string | null | undefined;
521
- vcId?: import("mongoose").Types.ObjectId | null | undefined;
522
- }> & {
523
- _id: import("mongoose").Types.ObjectId;
524
- } & {
525
- __v: number;
526
- }>;
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 declare const PROGRAM_SUBJECT_KEYS: string[];
28
+ export declare const DIFFICULTY_KEYS: string[];
29
+ export declare const programModule: {
30
+ isArchiv: BooleanConstructor;
31
+ school: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ required: boolean;
35
+ };
36
+ program_name: {
37
+ type: StringConstructor;
38
+ required: boolean;
39
+ };
40
+ programSubjects: {
41
+ type: StringConstructor;
42
+ enum: string[];
43
+ }[];
44
+ degree: {
45
+ type: StringConstructor;
46
+ };
47
+ semester: StringConstructor;
48
+ lang: {
49
+ type: StringConstructor;
50
+ };
51
+ gpa_requirement: {
52
+ type: StringConstructor;
53
+ };
54
+ allowOnlyGraduatedApplicant: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ application_start: StringConstructor;
59
+ application_deadline: {
60
+ type: StringConstructor;
61
+ };
62
+ uni_assist: {
63
+ type: StringConstructor;
64
+ };
65
+ englishTestHandLater: {
66
+ type: BooleanConstructor;
67
+ default: boolean;
68
+ };
69
+ toefl: {
70
+ type: StringConstructor;
71
+ };
72
+ toefl_reading: {
73
+ type: NumberConstructor;
74
+ };
75
+ toefl_listening: {
76
+ type: NumberConstructor;
77
+ };
78
+ toefl_writing: {
79
+ type: NumberConstructor;
80
+ };
81
+ toefl_speaking: {
82
+ type: NumberConstructor;
83
+ };
84
+ ielts: {
85
+ type: StringConstructor;
86
+ };
87
+ ielts_reading: {
88
+ type: NumberConstructor;
89
+ };
90
+ ielts_listening: {
91
+ type: NumberConstructor;
92
+ };
93
+ ielts_writing: {
94
+ type: NumberConstructor;
95
+ };
96
+ ielts_speaking: {
97
+ type: NumberConstructor;
98
+ };
99
+ germanTestHandLater: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ goetheZertifikat: {
104
+ type: StringConstructor;
105
+ };
106
+ testdaf: {
107
+ type: StringConstructor;
108
+ };
109
+ dsh: {
110
+ type: StringConstructor;
111
+ };
112
+ gre: {
113
+ type: StringConstructor;
114
+ };
115
+ gre_verbal: {
116
+ type: NumberConstructor;
117
+ };
118
+ gre_quantitative: {
119
+ type: NumberConstructor;
120
+ };
121
+ gre_analytical_writing: {
122
+ type: NumberConstructor;
123
+ };
124
+ gmat: {
125
+ type: StringConstructor;
126
+ };
127
+ ml_required: {
128
+ type: StringConstructor;
129
+ };
130
+ ml_requirements: {
131
+ type: StringConstructor;
132
+ };
133
+ sop_required: {
134
+ type: StringConstructor;
135
+ };
136
+ sop_requirements: {
137
+ type: StringConstructor;
138
+ };
139
+ phs_required: {
140
+ type: StringConstructor;
141
+ };
142
+ phs_requirements: {
143
+ type: StringConstructor;
144
+ };
145
+ rl_required: {
146
+ type: StringConstructor;
147
+ };
148
+ rl_requirements: {
149
+ type: StringConstructor;
150
+ };
151
+ is_rl_specific: {
152
+ type: BooleanConstructor;
153
+ };
154
+ essay_required: {
155
+ type: StringConstructor;
156
+ };
157
+ essay_requirements: {
158
+ type: StringConstructor;
159
+ };
160
+ essay_difficulty: {
161
+ type: StringConstructor;
162
+ enum: string[];
163
+ };
164
+ portfolio_required: {
165
+ type: StringConstructor;
166
+ };
167
+ portfolio_requirements: {
168
+ type: StringConstructor;
169
+ };
170
+ supplementary_form_required: {
171
+ type: StringConstructor;
172
+ };
173
+ supplementary_form_requirements: {
174
+ type: StringConstructor;
175
+ };
176
+ curriculum_analysis_required: {
177
+ type: StringConstructor;
178
+ };
179
+ curriculum_analysis_requirements: {
180
+ type: StringConstructor;
181
+ };
182
+ scholarship_form_required: {
183
+ type: StringConstructor;
184
+ };
185
+ scholarship_form_requirements: {
186
+ type: StringConstructor;
187
+ };
188
+ module_description_required: {
189
+ type: StringConstructor;
190
+ };
191
+ ects_requirements: {
192
+ type: StringConstructor;
193
+ };
194
+ special_notes: {
195
+ type: StringConstructor;
196
+ };
197
+ comments: {
198
+ type: StringConstructor;
199
+ };
200
+ application_portal_a: {
201
+ type: StringConstructor;
202
+ };
203
+ application_portal_b: {
204
+ type: StringConstructor;
205
+ };
206
+ application_portal_a_instructions: {
207
+ type: StringConstructor;
208
+ };
209
+ application_portal_b_instructions: {
210
+ type: StringConstructor;
211
+ };
212
+ uni_assist_link: {
213
+ type: StringConstructor;
214
+ };
215
+ website: {
216
+ type: StringConstructor;
217
+ };
218
+ fpso: {
219
+ type: StringConstructor;
220
+ };
221
+ updatedAt: DateConstructor;
222
+ whoupdated: {
223
+ type: StringConstructor;
224
+ };
225
+ tuition_fees: {
226
+ type: StringConstructor;
227
+ };
228
+ contact: {
229
+ type: StringConstructor;
230
+ };
231
+ city: {
232
+ type: StringConstructor;
233
+ default: string;
234
+ };
235
+ country: {
236
+ type: StringConstructor;
237
+ };
238
+ isPrivateSchool: {
239
+ type: BooleanConstructor;
240
+ };
241
+ isPartnerSchool: {
242
+ type: BooleanConstructor;
243
+ };
244
+ schoolType: {
245
+ type: StringConstructor;
246
+ enum: import("@taiger-common/core").SchoolType[];
247
+ };
248
+ isEssayConsultantNeeded: {
249
+ type: BooleanConstructor;
250
+ default: boolean;
251
+ };
252
+ tags: {
253
+ type: StringConstructor;
254
+ enum: string[];
255
+ }[];
256
+ url: StringConstructor;
257
+ isNC: {
258
+ type: BooleanConstructor;
259
+ default: boolean;
260
+ };
261
+ zipCode: {
262
+ type: StringConstructor;
263
+ default: string;
264
+ };
265
+ vcId: typeof Schema.Types.ObjectId;
266
+ };
267
+ export declare const programSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
268
+ timestamps: true;
269
+ }, {
270
+ createdAt: NativeDate;
271
+ updatedAt: NativeDate;
272
+ } & {
273
+ isEssayConsultantNeeded: boolean;
274
+ school: string;
275
+ program_name: string;
276
+ programSubjects: string[];
277
+ allowOnlyGraduatedApplicant: boolean;
278
+ englishTestHandLater: boolean;
279
+ germanTestHandLater: boolean;
280
+ city: string;
281
+ tags: string[];
282
+ isNC: boolean;
283
+ zipCode: string;
284
+ updatedAt?: NativeDate | null | undefined;
285
+ uni_assist?: string | null | undefined;
286
+ application_portal_a?: string | null | undefined;
287
+ application_portal_b?: string | null | undefined;
288
+ comments?: string | null | undefined;
289
+ country?: string | null | undefined;
290
+ isArchiv?: boolean | null | undefined;
291
+ degree?: string | null | undefined;
292
+ semester?: string | null | undefined;
293
+ lang?: string | null | undefined;
294
+ gpa_requirement?: string | null | undefined;
295
+ application_start?: string | null | undefined;
296
+ application_deadline?: string | null | undefined;
297
+ toefl?: string | null | undefined;
298
+ toefl_reading?: number | null | undefined;
299
+ toefl_listening?: number | null | undefined;
300
+ toefl_writing?: number | null | undefined;
301
+ toefl_speaking?: number | null | undefined;
302
+ ielts?: string | null | undefined;
303
+ ielts_reading?: number | null | undefined;
304
+ ielts_listening?: number | null | undefined;
305
+ ielts_writing?: number | null | undefined;
306
+ ielts_speaking?: number | null | undefined;
307
+ goetheZertifikat?: string | null | undefined;
308
+ testdaf?: string | null | undefined;
309
+ dsh?: string | null | undefined;
310
+ gre?: string | null | undefined;
311
+ gre_verbal?: number | null | undefined;
312
+ gre_quantitative?: number | null | undefined;
313
+ gre_analytical_writing?: number | null | undefined;
314
+ gmat?: string | null | undefined;
315
+ ml_required?: string | null | undefined;
316
+ ml_requirements?: string | null | undefined;
317
+ sop_required?: string | null | undefined;
318
+ sop_requirements?: string | null | undefined;
319
+ phs_required?: string | null | undefined;
320
+ phs_requirements?: string | null | undefined;
321
+ rl_required?: string | null | undefined;
322
+ rl_requirements?: string | null | undefined;
323
+ is_rl_specific?: boolean | null | undefined;
324
+ essay_required?: string | null | undefined;
325
+ essay_requirements?: string | null | undefined;
326
+ essay_difficulty?: string | null | undefined;
327
+ portfolio_required?: string | null | undefined;
328
+ portfolio_requirements?: string | null | undefined;
329
+ supplementary_form_required?: string | null | undefined;
330
+ supplementary_form_requirements?: string | null | undefined;
331
+ curriculum_analysis_required?: string | null | undefined;
332
+ curriculum_analysis_requirements?: string | null | undefined;
333
+ scholarship_form_required?: string | null | undefined;
334
+ scholarship_form_requirements?: string | null | undefined;
335
+ module_description_required?: string | null | undefined;
336
+ ects_requirements?: string | null | undefined;
337
+ special_notes?: string | null | undefined;
338
+ application_portal_a_instructions?: string | null | undefined;
339
+ application_portal_b_instructions?: string | null | undefined;
340
+ uni_assist_link?: string | null | undefined;
341
+ website?: string | null | undefined;
342
+ fpso?: string | null | undefined;
343
+ whoupdated?: string | null | undefined;
344
+ tuition_fees?: string | null | undefined;
345
+ contact?: string | null | undefined;
346
+ isPrivateSchool?: boolean | null | undefined;
347
+ isPartnerSchool?: boolean | null | undefined;
348
+ schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
349
+ url?: string | null | undefined;
350
+ vcId?: import("mongoose").Types.ObjectId | null | undefined;
351
+ }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
352
+ createdAt: NativeDate;
353
+ updatedAt: NativeDate;
354
+ } & {
355
+ isEssayConsultantNeeded: boolean;
356
+ school: string;
357
+ program_name: string;
358
+ programSubjects: string[];
359
+ allowOnlyGraduatedApplicant: boolean;
360
+ englishTestHandLater: boolean;
361
+ germanTestHandLater: boolean;
362
+ city: string;
363
+ tags: string[];
364
+ isNC: boolean;
365
+ zipCode: string;
366
+ updatedAt?: NativeDate | null | undefined;
367
+ uni_assist?: string | null | undefined;
368
+ application_portal_a?: string | null | undefined;
369
+ application_portal_b?: string | null | undefined;
370
+ comments?: string | null | undefined;
371
+ country?: string | null | undefined;
372
+ isArchiv?: boolean | null | undefined;
373
+ degree?: string | null | undefined;
374
+ semester?: string | null | undefined;
375
+ lang?: string | null | undefined;
376
+ gpa_requirement?: string | null | undefined;
377
+ application_start?: string | null | undefined;
378
+ application_deadline?: string | null | undefined;
379
+ toefl?: string | null | undefined;
380
+ toefl_reading?: number | null | undefined;
381
+ toefl_listening?: number | null | undefined;
382
+ toefl_writing?: number | null | undefined;
383
+ toefl_speaking?: number | null | undefined;
384
+ ielts?: string | null | undefined;
385
+ ielts_reading?: number | null | undefined;
386
+ ielts_listening?: number | null | undefined;
387
+ ielts_writing?: number | null | undefined;
388
+ ielts_speaking?: number | null | undefined;
389
+ goetheZertifikat?: string | null | undefined;
390
+ testdaf?: string | null | undefined;
391
+ dsh?: string | null | undefined;
392
+ gre?: string | null | undefined;
393
+ gre_verbal?: number | null | undefined;
394
+ gre_quantitative?: number | null | undefined;
395
+ gre_analytical_writing?: number | null | undefined;
396
+ gmat?: string | null | undefined;
397
+ ml_required?: string | null | undefined;
398
+ ml_requirements?: string | null | undefined;
399
+ sop_required?: string | null | undefined;
400
+ sop_requirements?: string | null | undefined;
401
+ phs_required?: string | null | undefined;
402
+ phs_requirements?: string | null | undefined;
403
+ rl_required?: string | null | undefined;
404
+ rl_requirements?: string | null | undefined;
405
+ is_rl_specific?: boolean | null | undefined;
406
+ essay_required?: string | null | undefined;
407
+ essay_requirements?: string | null | undefined;
408
+ essay_difficulty?: string | null | undefined;
409
+ portfolio_required?: string | null | undefined;
410
+ portfolio_requirements?: string | null | undefined;
411
+ supplementary_form_required?: string | null | undefined;
412
+ supplementary_form_requirements?: string | null | undefined;
413
+ curriculum_analysis_required?: string | null | undefined;
414
+ curriculum_analysis_requirements?: string | null | undefined;
415
+ scholarship_form_required?: string | null | undefined;
416
+ scholarship_form_requirements?: string | null | undefined;
417
+ module_description_required?: string | null | undefined;
418
+ ects_requirements?: string | null | undefined;
419
+ special_notes?: string | null | undefined;
420
+ application_portal_a_instructions?: string | null | undefined;
421
+ application_portal_b_instructions?: string | null | undefined;
422
+ uni_assist_link?: string | null | undefined;
423
+ website?: string | null | undefined;
424
+ fpso?: string | null | undefined;
425
+ whoupdated?: string | null | undefined;
426
+ tuition_fees?: string | null | undefined;
427
+ contact?: string | null | undefined;
428
+ isPrivateSchool?: boolean | null | undefined;
429
+ isPartnerSchool?: boolean | null | undefined;
430
+ schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
431
+ url?: string | null | undefined;
432
+ vcId?: import("mongoose").Types.ObjectId | null | undefined;
433
+ }>> & import("mongoose").FlatRecord<{
434
+ createdAt: NativeDate;
435
+ updatedAt: NativeDate;
436
+ } & {
437
+ isEssayConsultantNeeded: boolean;
438
+ school: string;
439
+ program_name: string;
440
+ programSubjects: string[];
441
+ allowOnlyGraduatedApplicant: boolean;
442
+ englishTestHandLater: boolean;
443
+ germanTestHandLater: boolean;
444
+ city: string;
445
+ tags: string[];
446
+ isNC: boolean;
447
+ zipCode: string;
448
+ updatedAt?: NativeDate | null | undefined;
449
+ uni_assist?: string | null | undefined;
450
+ application_portal_a?: string | null | undefined;
451
+ application_portal_b?: string | null | undefined;
452
+ comments?: string | null | undefined;
453
+ country?: string | null | undefined;
454
+ isArchiv?: boolean | null | undefined;
455
+ degree?: string | null | undefined;
456
+ semester?: string | null | undefined;
457
+ lang?: string | null | undefined;
458
+ gpa_requirement?: string | null | undefined;
459
+ application_start?: string | null | undefined;
460
+ application_deadline?: string | null | undefined;
461
+ toefl?: string | null | undefined;
462
+ toefl_reading?: number | null | undefined;
463
+ toefl_listening?: number | null | undefined;
464
+ toefl_writing?: number | null | undefined;
465
+ toefl_speaking?: number | null | undefined;
466
+ ielts?: string | null | undefined;
467
+ ielts_reading?: number | null | undefined;
468
+ ielts_listening?: number | null | undefined;
469
+ ielts_writing?: number | null | undefined;
470
+ ielts_speaking?: number | null | undefined;
471
+ goetheZertifikat?: string | null | undefined;
472
+ testdaf?: string | null | undefined;
473
+ dsh?: string | null | undefined;
474
+ gre?: string | null | undefined;
475
+ gre_verbal?: number | null | undefined;
476
+ gre_quantitative?: number | null | undefined;
477
+ gre_analytical_writing?: number | null | undefined;
478
+ gmat?: string | null | undefined;
479
+ ml_required?: string | null | undefined;
480
+ ml_requirements?: string | null | undefined;
481
+ sop_required?: string | null | undefined;
482
+ sop_requirements?: string | null | undefined;
483
+ phs_required?: string | null | undefined;
484
+ phs_requirements?: string | null | undefined;
485
+ rl_required?: string | null | undefined;
486
+ rl_requirements?: string | null | undefined;
487
+ is_rl_specific?: boolean | null | undefined;
488
+ essay_required?: string | null | undefined;
489
+ essay_requirements?: string | null | undefined;
490
+ essay_difficulty?: string | null | undefined;
491
+ portfolio_required?: string | null | undefined;
492
+ portfolio_requirements?: string | null | undefined;
493
+ supplementary_form_required?: string | null | undefined;
494
+ supplementary_form_requirements?: string | null | undefined;
495
+ curriculum_analysis_required?: string | null | undefined;
496
+ curriculum_analysis_requirements?: string | null | undefined;
497
+ scholarship_form_required?: string | null | undefined;
498
+ scholarship_form_requirements?: string | null | undefined;
499
+ module_description_required?: string | null | undefined;
500
+ ects_requirements?: string | null | undefined;
501
+ special_notes?: string | null | undefined;
502
+ application_portal_a_instructions?: string | null | undefined;
503
+ application_portal_b_instructions?: string | null | undefined;
504
+ uni_assist_link?: string | null | undefined;
505
+ website?: string | null | undefined;
506
+ fpso?: string | null | undefined;
507
+ whoupdated?: string | null | undefined;
508
+ tuition_fees?: string | null | undefined;
509
+ contact?: string | null | undefined;
510
+ isPrivateSchool?: boolean | null | undefined;
511
+ isPartnerSchool?: boolean | null | undefined;
512
+ schoolType?: import("@taiger-common/core").SchoolType | null | undefined;
513
+ url?: string | null | undefined;
514
+ vcId?: import("mongoose").Types.ObjectId | null | undefined;
515
+ }> & {
516
+ _id: import("mongoose").Types.ObjectId;
517
+ } & {
518
+ __v: number;
519
+ }>;