@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.
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 -78
  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 +258 -256
  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 +43 -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 -75
  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 +255 -253
  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 +27 -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 +41 -63
  66. package/dist/types/model/Application.d.ts +81 -190
  67. package/dist/types/model/Audit.d.ts +47 -75
  68. package/dist/types/model/Basedocumentationslink.d.ts +41 -46
  69. package/dist/types/model/Communication.d.ts +51 -102
  70. package/dist/types/model/Complaint.d.ts +55 -201
  71. package/dist/types/model/Course.d.ts +53 -79
  72. package/dist/types/model/Docspage.d.ts +45 -68
  73. package/dist/types/model/Documentation.d.ts +45 -58
  74. package/dist/types/model/Documentthread.d.ts +62 -211
  75. package/dist/types/model/Event.d.ts +47 -87
  76. package/dist/types/model/Internaldoc.d.ts +45 -58
  77. package/dist/types/model/Interval.d.ts +45 -58
  78. package/dist/types/model/Interview.d.ts +49 -81
  79. package/dist/types/model/InterviewSurveyResponse.d.ts +48 -93
  80. package/dist/types/model/Keywordset.d.ts +45 -75
  81. package/dist/types/model/Note.d.ts +40 -43
  82. package/dist/types/model/Permission.d.ts +51 -87
  83. package/dist/types/model/Program.d.ts +356 -519
  84. package/dist/types/model/Programrequirement.d.ts +68 -171
  85. package/dist/types/model/ResponseTime.d.ts +42 -49
  86. package/dist/types/model/SurveyInput.d.ts +52 -121
  87. package/dist/types/model/Template.d.ts +41 -46
  88. package/dist/types/model/Tenant.d.ts +40 -43
  89. package/dist/types/model/Ticket.d.ts +45 -69
  90. package/dist/types/model/Token.d.ts +40 -43
  91. package/dist/types/model/User.d.ts +199 -1
  92. package/dist/types/model/index.d.ts +27 -28
  93. package/dist/umd/index.js +1 -1
  94. package/package.json +1 -1
@@ -1,519 +1,356 @@
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
- }>;
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 interface IProgram {
30
+ isArchiv?: boolean;
31
+ isLocked?: boolean;
32
+ school: string;
33
+ program_name: string;
34
+ programSubjects?: string[];
35
+ degree?: string;
36
+ semester?: string;
37
+ lang?: string;
38
+ gpa_requirement?: string;
39
+ allowOnlyGraduatedApplicant?: boolean;
40
+ application_start?: string;
41
+ application_deadline?: string;
42
+ uni_assist?: string;
43
+ englishTestHandLater?: boolean;
44
+ toefl?: string;
45
+ toefl_reading?: number;
46
+ toefl_listening?: number;
47
+ toefl_writing?: number;
48
+ toefl_speaking?: number;
49
+ ielts?: string;
50
+ ielts_reading?: number;
51
+ ielts_listening?: number;
52
+ ielts_writing?: number;
53
+ ielts_speaking?: number;
54
+ germanTestHandLater?: boolean;
55
+ goetheZertifikat?: string;
56
+ testdaf?: string;
57
+ dsh?: string;
58
+ gre?: string;
59
+ gre_verbal?: number;
60
+ gre_quantitative?: number;
61
+ gre_analytical_writing?: number;
62
+ gmat?: string;
63
+ ml_required?: string;
64
+ ml_requirements?: string;
65
+ sop_required?: string;
66
+ sop_requirements?: string;
67
+ phs_required?: string;
68
+ phs_requirements?: string;
69
+ rl_required?: string;
70
+ rl_requirements?: string;
71
+ is_rl_specific?: boolean;
72
+ essay_required?: string;
73
+ essay_requirements?: string;
74
+ essay_difficulty?: string;
75
+ portfolio_required?: string;
76
+ portfolio_requirements?: string;
77
+ supplementary_form_required?: string;
78
+ supplementary_form_requirements?: string;
79
+ curriculum_analysis_required?: string;
80
+ curriculum_analysis_requirements?: string;
81
+ scholarship_form_required?: string;
82
+ scholarship_form_requirements?: string;
83
+ module_description_required?: string;
84
+ ects_requirements?: string;
85
+ special_notes?: string;
86
+ comments?: string;
87
+ application_portal_a?: string;
88
+ application_portal_b?: string;
89
+ application_portal_a_instructions?: string;
90
+ application_portal_b_instructions?: string;
91
+ uni_assist_link?: string;
92
+ website?: string;
93
+ fpso?: string;
94
+ updatedAt?: Date;
95
+ whoupdated?: string;
96
+ tuition_fees?: string;
97
+ contact?: string;
98
+ city?: string;
99
+ country?: string;
100
+ isPrivateSchool?: boolean;
101
+ isPartnerSchool?: boolean;
102
+ schoolType?: string;
103
+ isEssayConsultantNeeded?: boolean;
104
+ tags?: string[];
105
+ url?: string;
106
+ isNC?: boolean;
107
+ zipCode?: string;
108
+ vcId?: Schema.Types.ObjectId;
109
+ }
110
+ export declare const programModule: {
111
+ isArchiv: BooleanConstructor;
112
+ school: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ required: boolean;
116
+ };
117
+ program_name: {
118
+ type: StringConstructor;
119
+ required: boolean;
120
+ };
121
+ programSubjects: {
122
+ type: StringConstructor;
123
+ enum: string[];
124
+ }[];
125
+ degree: {
126
+ type: StringConstructor;
127
+ };
128
+ semester: StringConstructor;
129
+ lang: {
130
+ type: StringConstructor;
131
+ };
132
+ gpa_requirement: {
133
+ type: StringConstructor;
134
+ };
135
+ allowOnlyGraduatedApplicant: {
136
+ type: BooleanConstructor;
137
+ default: boolean;
138
+ };
139
+ application_start: StringConstructor;
140
+ application_deadline: {
141
+ type: StringConstructor;
142
+ };
143
+ uni_assist: {
144
+ type: StringConstructor;
145
+ };
146
+ englishTestHandLater: {
147
+ type: BooleanConstructor;
148
+ default: boolean;
149
+ };
150
+ toefl: {
151
+ type: StringConstructor;
152
+ };
153
+ toefl_reading: {
154
+ type: NumberConstructor;
155
+ };
156
+ toefl_listening: {
157
+ type: NumberConstructor;
158
+ };
159
+ toefl_writing: {
160
+ type: NumberConstructor;
161
+ };
162
+ toefl_speaking: {
163
+ type: NumberConstructor;
164
+ };
165
+ ielts: {
166
+ type: StringConstructor;
167
+ };
168
+ ielts_reading: {
169
+ type: NumberConstructor;
170
+ };
171
+ ielts_listening: {
172
+ type: NumberConstructor;
173
+ };
174
+ ielts_writing: {
175
+ type: NumberConstructor;
176
+ };
177
+ ielts_speaking: {
178
+ type: NumberConstructor;
179
+ };
180
+ germanTestHandLater: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ goetheZertifikat: {
185
+ type: StringConstructor;
186
+ };
187
+ testdaf: {
188
+ type: StringConstructor;
189
+ };
190
+ dsh: {
191
+ type: StringConstructor;
192
+ };
193
+ gre: {
194
+ type: StringConstructor;
195
+ };
196
+ gre_verbal: {
197
+ type: NumberConstructor;
198
+ };
199
+ gre_quantitative: {
200
+ type: NumberConstructor;
201
+ };
202
+ gre_analytical_writing: {
203
+ type: NumberConstructor;
204
+ };
205
+ gmat: {
206
+ type: StringConstructor;
207
+ };
208
+ ml_required: {
209
+ type: StringConstructor;
210
+ };
211
+ ml_requirements: {
212
+ type: StringConstructor;
213
+ };
214
+ sop_required: {
215
+ type: StringConstructor;
216
+ };
217
+ sop_requirements: {
218
+ type: StringConstructor;
219
+ };
220
+ phs_required: {
221
+ type: StringConstructor;
222
+ };
223
+ phs_requirements: {
224
+ type: StringConstructor;
225
+ };
226
+ rl_required: {
227
+ type: StringConstructor;
228
+ };
229
+ rl_requirements: {
230
+ type: StringConstructor;
231
+ };
232
+ is_rl_specific: {
233
+ type: BooleanConstructor;
234
+ };
235
+ essay_required: {
236
+ type: StringConstructor;
237
+ };
238
+ essay_requirements: {
239
+ type: StringConstructor;
240
+ };
241
+ essay_difficulty: {
242
+ type: StringConstructor;
243
+ enum: string[];
244
+ };
245
+ portfolio_required: {
246
+ type: StringConstructor;
247
+ };
248
+ portfolio_requirements: {
249
+ type: StringConstructor;
250
+ };
251
+ supplementary_form_required: {
252
+ type: StringConstructor;
253
+ };
254
+ supplementary_form_requirements: {
255
+ type: StringConstructor;
256
+ };
257
+ curriculum_analysis_required: {
258
+ type: StringConstructor;
259
+ };
260
+ curriculum_analysis_requirements: {
261
+ type: StringConstructor;
262
+ };
263
+ scholarship_form_required: {
264
+ type: StringConstructor;
265
+ };
266
+ scholarship_form_requirements: {
267
+ type: StringConstructor;
268
+ };
269
+ module_description_required: {
270
+ type: StringConstructor;
271
+ };
272
+ ects_requirements: {
273
+ type: StringConstructor;
274
+ };
275
+ special_notes: {
276
+ type: StringConstructor;
277
+ };
278
+ comments: {
279
+ type: StringConstructor;
280
+ };
281
+ application_portal_a: {
282
+ type: StringConstructor;
283
+ };
284
+ application_portal_b: {
285
+ type: StringConstructor;
286
+ };
287
+ application_portal_a_instructions: {
288
+ type: StringConstructor;
289
+ };
290
+ application_portal_b_instructions: {
291
+ type: StringConstructor;
292
+ };
293
+ uni_assist_link: {
294
+ type: StringConstructor;
295
+ };
296
+ website: {
297
+ type: StringConstructor;
298
+ };
299
+ fpso: {
300
+ type: StringConstructor;
301
+ };
302
+ updatedAt: DateConstructor;
303
+ whoupdated: {
304
+ type: StringConstructor;
305
+ };
306
+ tuition_fees: {
307
+ type: StringConstructor;
308
+ };
309
+ contact: {
310
+ type: StringConstructor;
311
+ };
312
+ city: {
313
+ type: StringConstructor;
314
+ default: string;
315
+ };
316
+ country: {
317
+ type: StringConstructor;
318
+ };
319
+ isPrivateSchool: {
320
+ type: BooleanConstructor;
321
+ };
322
+ isPartnerSchool: {
323
+ type: BooleanConstructor;
324
+ };
325
+ schoolType: {
326
+ type: StringConstructor;
327
+ enum: import("@taiger-common/core").SchoolType[];
328
+ };
329
+ isEssayConsultantNeeded: {
330
+ type: BooleanConstructor;
331
+ default: boolean;
332
+ };
333
+ tags: {
334
+ type: StringConstructor;
335
+ enum: string[];
336
+ }[];
337
+ url: StringConstructor;
338
+ isNC: {
339
+ type: BooleanConstructor;
340
+ default: boolean;
341
+ };
342
+ zipCode: {
343
+ type: StringConstructor;
344
+ default: string;
345
+ };
346
+ vcId: typeof Schema.Types.ObjectId;
347
+ };
348
+ export declare const programSchema: Schema<IProgram, import("mongoose").Model<IProgram, any, any, any, import("mongoose").Document<unknown, any, IProgram> & IProgram & {
349
+ _id: import("mongoose").Types.ObjectId;
350
+ } & {
351
+ __v: number;
352
+ }, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, IProgram, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<IProgram>> & import("mongoose").FlatRecord<IProgram> & {
353
+ _id: import("mongoose").Types.ObjectId;
354
+ } & {
355
+ __v: number;
356
+ }>;