@taiger-common/model 1.0.48 → 1.0.50

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.
@@ -1,4 +1,30 @@
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" />
1
26
  import { Schema } from 'mongoose';
27
+ import { IDocumentthread } from './Documentthread';
2
28
  export declare enum DocumentStatusType {
3
29
  Uploaded = "uploaded",
4
30
  Missing = "missing",
@@ -129,14 +155,14 @@ export interface IUserProfileItem {
129
155
  }
130
156
  export interface IUserGeneraldocsThread {
131
157
  isFinalVersion?: boolean;
132
- latest_message_left_by_id?: string;
133
- doc_thread_id?: Schema.Types.ObjectId;
158
+ latest_message_left_by_id?: IUser | Schema.Types.ObjectId | string;
159
+ doc_thread_id?: IDocumentthread | Schema.Types.ObjectId | string;
134
160
  updatedAt?: Date;
135
161
  createdAt?: Date;
136
162
  }
137
163
  export interface IStudent extends IUser {
138
- agents?: Schema.Types.ObjectId[];
139
- editors?: Schema.Types.ObjectId[];
164
+ agents?: IAgent[] | Schema.Types.ObjectId[] | string[];
165
+ editors?: IEditor[] | Schema.Types.ObjectId[] | string[];
140
166
  needEditor?: boolean;
141
167
  applying_program_count?: number;
142
168
  attributes?: IUserAttribute[];
@@ -205,3 +231,1917 @@ export interface IExternal extends IUser {
205
231
  can_add_articles?: boolean;
206
232
  };
207
233
  }
234
+ export declare const ManagerType: {
235
+ Agent: string;
236
+ Editor: string;
237
+ AgentAndEditor: string;
238
+ None: string;
239
+ };
240
+ export declare const options: {
241
+ discriminatorKey: string;
242
+ timestamps: boolean;
243
+ };
244
+ export declare const attributeSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, {
245
+ name: string;
246
+ value: number;
247
+ }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
248
+ name: string;
249
+ value: number;
250
+ }>> & import("mongoose").FlatRecord<{
251
+ name: string;
252
+ value: number;
253
+ }> & {
254
+ _id: import("mongoose").Types.ObjectId;
255
+ } & {
256
+ __v: number;
257
+ }>;
258
+ export declare const userSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
259
+ discriminatorKey: string;
260
+ timestamps: boolean;
261
+ }, {
262
+ role: string;
263
+ archiv: boolean;
264
+ birthday: string;
265
+ isAccountActivated: boolean;
266
+ firstname?: string | null | undefined;
267
+ firstname_chinese?: string | null | undefined;
268
+ lastname?: string | null | undefined;
269
+ lastname_chinese?: string | null | undefined;
270
+ email?: string | null | undefined;
271
+ pictureUrl?: string | null | undefined;
272
+ password?: string | null | undefined;
273
+ linkedIn?: string | null | undefined;
274
+ lineId?: string | null | undefined;
275
+ notification?: {
276
+ isRead_survey_not_complete: boolean;
277
+ isRead_uni_assist_task_assigned: boolean;
278
+ isRead_new_agent_assigned: boolean;
279
+ isRead_new_editor_assigned: boolean;
280
+ isRead_new_cvmlrl_tasks_created: boolean;
281
+ isRead_new_cvmlrl_messsage: boolean;
282
+ isRead_base_documents_missing: boolean;
283
+ isRead_base_documents_rejected: boolean;
284
+ isRead_new_programs_assigned: boolean;
285
+ } | null | undefined;
286
+ taigerai?: {
287
+ input?: {
288
+ name: string;
289
+ path: string;
290
+ status: DocumentStatusType;
291
+ file_category: string;
292
+ updatedAt?: NativeDate | null | undefined;
293
+ } | null | undefined;
294
+ output?: {
295
+ name: string;
296
+ path: string;
297
+ status: DocumentStatusType;
298
+ file_category: string;
299
+ updatedAt?: NativeDate | null | undefined;
300
+ } | null | undefined;
301
+ feedback?: {
302
+ message: string;
303
+ updatedAt?: NativeDate | null | undefined;
304
+ } | null | undefined;
305
+ } | null | undefined;
306
+ application_preference?: {
307
+ expected_application_date: string;
308
+ expected_application_semester: string;
309
+ target_program_language: string;
310
+ target_application_field: string;
311
+ targetApplicationSubjects: string[];
312
+ target_degree: string;
313
+ considered_privat_universities: string;
314
+ special_wished: string;
315
+ application_outside_germany: string;
316
+ updatedAt?: NativeDate | null | undefined;
317
+ } | null | undefined;
318
+ academic_background?: {
319
+ university?: {
320
+ high_school_isGraduated: string;
321
+ attended_high_school: string;
322
+ high_school_graduated_year: string;
323
+ attended_university: string;
324
+ attended_university_program: string;
325
+ isGraduated: string;
326
+ expected_grad_date: string;
327
+ Has_Exchange_Experience: string;
328
+ isSecondGraduated: string;
329
+ expectedSecondDegreeGradDate: string;
330
+ attendedSecondDegreeUniversity: string;
331
+ attendedSecondDegreeProgram: string;
332
+ Has_Internship_Experience: string;
333
+ Has_Working_Experience: string;
334
+ updatedAt?: NativeDate | null | undefined;
335
+ Highest_GPA_Uni?: number | null | undefined;
336
+ Passing_GPA_Uni?: number | null | undefined;
337
+ My_GPA_Uni?: number | null | undefined;
338
+ highestSecondDegreeGPA?: number | null | undefined;
339
+ passingSecondDegreeGPA?: number | null | undefined;
340
+ mySecondDegreeGPA?: number | null | undefined;
341
+ } | null | undefined;
342
+ language?: {
343
+ english_isPassed: string;
344
+ english_certificate: string;
345
+ english_score: string;
346
+ english_score_reading: string;
347
+ english_score_listening: string;
348
+ english_score_writing: string;
349
+ english_score_speaking: string;
350
+ english_test_date: string;
351
+ german_isPassed: string;
352
+ german_certificate: string;
353
+ german_score: string;
354
+ german_test_date: string;
355
+ gre_isPassed: string;
356
+ gre_certificate: string;
357
+ gre_score: string;
358
+ gre_test_date: string;
359
+ gmat_isPassed: string;
360
+ gmat_certificate: string;
361
+ gmat_score: string;
362
+ gmat_test_date: string;
363
+ updatedAt?: NativeDate | null | undefined;
364
+ } | null | undefined;
365
+ } | null | undefined;
366
+ lastLoginAt?: NativeDate | null | undefined;
367
+ } | ({
368
+ createdAt: NativeDate;
369
+ updatedAt: NativeDate;
370
+ } & {
371
+ role: string;
372
+ archiv: boolean;
373
+ birthday: string;
374
+ isAccountActivated: boolean;
375
+ firstname?: string | null | undefined;
376
+ firstname_chinese?: string | null | undefined;
377
+ lastname?: string | null | undefined;
378
+ lastname_chinese?: string | null | undefined;
379
+ email?: string | null | undefined;
380
+ pictureUrl?: string | null | undefined;
381
+ password?: string | null | undefined;
382
+ linkedIn?: string | null | undefined;
383
+ lineId?: string | null | undefined;
384
+ notification?: {
385
+ isRead_survey_not_complete: boolean;
386
+ isRead_uni_assist_task_assigned: boolean;
387
+ isRead_new_agent_assigned: boolean;
388
+ isRead_new_editor_assigned: boolean;
389
+ isRead_new_cvmlrl_tasks_created: boolean;
390
+ isRead_new_cvmlrl_messsage: boolean;
391
+ isRead_base_documents_missing: boolean;
392
+ isRead_base_documents_rejected: boolean;
393
+ isRead_new_programs_assigned: boolean;
394
+ } | null | undefined;
395
+ taigerai?: {
396
+ input?: {
397
+ name: string;
398
+ path: string;
399
+ status: DocumentStatusType;
400
+ file_category: string;
401
+ updatedAt?: NativeDate | null | undefined;
402
+ } | null | undefined;
403
+ output?: {
404
+ name: string;
405
+ path: string;
406
+ status: DocumentStatusType;
407
+ file_category: string;
408
+ updatedAt?: NativeDate | null | undefined;
409
+ } | null | undefined;
410
+ feedback?: {
411
+ message: string;
412
+ updatedAt?: NativeDate | null | undefined;
413
+ } | null | undefined;
414
+ } | null | undefined;
415
+ application_preference?: {
416
+ expected_application_date: string;
417
+ expected_application_semester: string;
418
+ target_program_language: string;
419
+ target_application_field: string;
420
+ targetApplicationSubjects: string[];
421
+ target_degree: string;
422
+ considered_privat_universities: string;
423
+ special_wished: string;
424
+ application_outside_germany: string;
425
+ updatedAt?: NativeDate | null | undefined;
426
+ } | null | undefined;
427
+ academic_background?: {
428
+ university?: {
429
+ high_school_isGraduated: string;
430
+ attended_high_school: string;
431
+ high_school_graduated_year: string;
432
+ attended_university: string;
433
+ attended_university_program: string;
434
+ isGraduated: string;
435
+ expected_grad_date: string;
436
+ Has_Exchange_Experience: string;
437
+ isSecondGraduated: string;
438
+ expectedSecondDegreeGradDate: string;
439
+ attendedSecondDegreeUniversity: string;
440
+ attendedSecondDegreeProgram: string;
441
+ Has_Internship_Experience: string;
442
+ Has_Working_Experience: string;
443
+ updatedAt?: NativeDate | null | undefined;
444
+ Highest_GPA_Uni?: number | null | undefined;
445
+ Passing_GPA_Uni?: number | null | undefined;
446
+ My_GPA_Uni?: number | null | undefined;
447
+ highestSecondDegreeGPA?: number | null | undefined;
448
+ passingSecondDegreeGPA?: number | null | undefined;
449
+ mySecondDegreeGPA?: number | null | undefined;
450
+ } | null | undefined;
451
+ language?: {
452
+ english_isPassed: string;
453
+ english_certificate: string;
454
+ english_score: string;
455
+ english_score_reading: string;
456
+ english_score_listening: string;
457
+ english_score_writing: string;
458
+ english_score_speaking: string;
459
+ english_test_date: string;
460
+ german_isPassed: string;
461
+ german_certificate: string;
462
+ german_score: string;
463
+ german_test_date: string;
464
+ gre_isPassed: string;
465
+ gre_certificate: string;
466
+ gre_score: string;
467
+ gre_test_date: string;
468
+ gmat_isPassed: string;
469
+ gmat_certificate: string;
470
+ gmat_score: string;
471
+ gmat_test_date: string;
472
+ updatedAt?: NativeDate | null | undefined;
473
+ } | null | undefined;
474
+ } | null | undefined;
475
+ lastLoginAt?: NativeDate | null | undefined;
476
+ }), import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
477
+ role: string;
478
+ archiv: boolean;
479
+ birthday: string;
480
+ isAccountActivated: boolean;
481
+ firstname?: string | null | undefined;
482
+ firstname_chinese?: string | null | undefined;
483
+ lastname?: string | null | undefined;
484
+ lastname_chinese?: string | null | undefined;
485
+ email?: string | null | undefined;
486
+ pictureUrl?: string | null | undefined;
487
+ password?: string | null | undefined;
488
+ linkedIn?: string | null | undefined;
489
+ lineId?: string | null | undefined;
490
+ notification?: {
491
+ isRead_survey_not_complete: boolean;
492
+ isRead_uni_assist_task_assigned: boolean;
493
+ isRead_new_agent_assigned: boolean;
494
+ isRead_new_editor_assigned: boolean;
495
+ isRead_new_cvmlrl_tasks_created: boolean;
496
+ isRead_new_cvmlrl_messsage: boolean;
497
+ isRead_base_documents_missing: boolean;
498
+ isRead_base_documents_rejected: boolean;
499
+ isRead_new_programs_assigned: boolean;
500
+ } | null | undefined;
501
+ taigerai?: {
502
+ input?: {
503
+ name: string;
504
+ path: string;
505
+ status: DocumentStatusType;
506
+ file_category: string;
507
+ updatedAt?: NativeDate | null | undefined;
508
+ } | null | undefined;
509
+ output?: {
510
+ name: string;
511
+ path: string;
512
+ status: DocumentStatusType;
513
+ file_category: string;
514
+ updatedAt?: NativeDate | null | undefined;
515
+ } | null | undefined;
516
+ feedback?: {
517
+ message: string;
518
+ updatedAt?: NativeDate | null | undefined;
519
+ } | null | undefined;
520
+ } | null | undefined;
521
+ application_preference?: {
522
+ expected_application_date: string;
523
+ expected_application_semester: string;
524
+ target_program_language: string;
525
+ target_application_field: string;
526
+ targetApplicationSubjects: string[];
527
+ target_degree: string;
528
+ considered_privat_universities: string;
529
+ special_wished: string;
530
+ application_outside_germany: string;
531
+ updatedAt?: NativeDate | null | undefined;
532
+ } | null | undefined;
533
+ academic_background?: {
534
+ university?: {
535
+ high_school_isGraduated: string;
536
+ attended_high_school: string;
537
+ high_school_graduated_year: string;
538
+ attended_university: string;
539
+ attended_university_program: string;
540
+ isGraduated: string;
541
+ expected_grad_date: string;
542
+ Has_Exchange_Experience: string;
543
+ isSecondGraduated: string;
544
+ expectedSecondDegreeGradDate: string;
545
+ attendedSecondDegreeUniversity: string;
546
+ attendedSecondDegreeProgram: string;
547
+ Has_Internship_Experience: string;
548
+ Has_Working_Experience: string;
549
+ updatedAt?: NativeDate | null | undefined;
550
+ Highest_GPA_Uni?: number | null | undefined;
551
+ Passing_GPA_Uni?: number | null | undefined;
552
+ My_GPA_Uni?: number | null | undefined;
553
+ highestSecondDegreeGPA?: number | null | undefined;
554
+ passingSecondDegreeGPA?: number | null | undefined;
555
+ mySecondDegreeGPA?: number | null | undefined;
556
+ } | null | undefined;
557
+ language?: {
558
+ english_isPassed: string;
559
+ english_certificate: string;
560
+ english_score: string;
561
+ english_score_reading: string;
562
+ english_score_listening: string;
563
+ english_score_writing: string;
564
+ english_score_speaking: string;
565
+ english_test_date: string;
566
+ german_isPassed: string;
567
+ german_certificate: string;
568
+ german_score: string;
569
+ german_test_date: string;
570
+ gre_isPassed: string;
571
+ gre_certificate: string;
572
+ gre_score: string;
573
+ gre_test_date: string;
574
+ gmat_isPassed: string;
575
+ gmat_certificate: string;
576
+ gmat_score: string;
577
+ gmat_test_date: string;
578
+ updatedAt?: NativeDate | null | undefined;
579
+ } | null | undefined;
580
+ } | null | undefined;
581
+ lastLoginAt?: NativeDate | null | undefined;
582
+ } | ({
583
+ createdAt: NativeDate;
584
+ updatedAt: NativeDate;
585
+ } & {
586
+ role: string;
587
+ archiv: boolean;
588
+ birthday: string;
589
+ isAccountActivated: boolean;
590
+ firstname?: string | null | undefined;
591
+ firstname_chinese?: string | null | undefined;
592
+ lastname?: string | null | undefined;
593
+ lastname_chinese?: string | null | undefined;
594
+ email?: string | null | undefined;
595
+ pictureUrl?: string | null | undefined;
596
+ password?: string | null | undefined;
597
+ linkedIn?: string | null | undefined;
598
+ lineId?: string | null | undefined;
599
+ notification?: {
600
+ isRead_survey_not_complete: boolean;
601
+ isRead_uni_assist_task_assigned: boolean;
602
+ isRead_new_agent_assigned: boolean;
603
+ isRead_new_editor_assigned: boolean;
604
+ isRead_new_cvmlrl_tasks_created: boolean;
605
+ isRead_new_cvmlrl_messsage: boolean;
606
+ isRead_base_documents_missing: boolean;
607
+ isRead_base_documents_rejected: boolean;
608
+ isRead_new_programs_assigned: boolean;
609
+ } | null | undefined;
610
+ taigerai?: {
611
+ input?: {
612
+ name: string;
613
+ path: string;
614
+ status: DocumentStatusType;
615
+ file_category: string;
616
+ updatedAt?: NativeDate | null | undefined;
617
+ } | null | undefined;
618
+ output?: {
619
+ name: string;
620
+ path: string;
621
+ status: DocumentStatusType;
622
+ file_category: string;
623
+ updatedAt?: NativeDate | null | undefined;
624
+ } | null | undefined;
625
+ feedback?: {
626
+ message: string;
627
+ updatedAt?: NativeDate | null | undefined;
628
+ } | null | undefined;
629
+ } | null | undefined;
630
+ application_preference?: {
631
+ expected_application_date: string;
632
+ expected_application_semester: string;
633
+ target_program_language: string;
634
+ target_application_field: string;
635
+ targetApplicationSubjects: string[];
636
+ target_degree: string;
637
+ considered_privat_universities: string;
638
+ special_wished: string;
639
+ application_outside_germany: string;
640
+ updatedAt?: NativeDate | null | undefined;
641
+ } | null | undefined;
642
+ academic_background?: {
643
+ university?: {
644
+ high_school_isGraduated: string;
645
+ attended_high_school: string;
646
+ high_school_graduated_year: string;
647
+ attended_university: string;
648
+ attended_university_program: string;
649
+ isGraduated: string;
650
+ expected_grad_date: string;
651
+ Has_Exchange_Experience: string;
652
+ isSecondGraduated: string;
653
+ expectedSecondDegreeGradDate: string;
654
+ attendedSecondDegreeUniversity: string;
655
+ attendedSecondDegreeProgram: string;
656
+ Has_Internship_Experience: string;
657
+ Has_Working_Experience: string;
658
+ updatedAt?: NativeDate | null | undefined;
659
+ Highest_GPA_Uni?: number | null | undefined;
660
+ Passing_GPA_Uni?: number | null | undefined;
661
+ My_GPA_Uni?: number | null | undefined;
662
+ highestSecondDegreeGPA?: number | null | undefined;
663
+ passingSecondDegreeGPA?: number | null | undefined;
664
+ mySecondDegreeGPA?: number | null | undefined;
665
+ } | null | undefined;
666
+ language?: {
667
+ english_isPassed: string;
668
+ english_certificate: string;
669
+ english_score: string;
670
+ english_score_reading: string;
671
+ english_score_listening: string;
672
+ english_score_writing: string;
673
+ english_score_speaking: string;
674
+ english_test_date: string;
675
+ german_isPassed: string;
676
+ german_certificate: string;
677
+ german_score: string;
678
+ german_test_date: string;
679
+ gre_isPassed: string;
680
+ gre_certificate: string;
681
+ gre_score: string;
682
+ gre_test_date: string;
683
+ gmat_isPassed: string;
684
+ gmat_certificate: string;
685
+ gmat_score: string;
686
+ gmat_test_date: string;
687
+ updatedAt?: NativeDate | null | undefined;
688
+ } | null | undefined;
689
+ } | null | undefined;
690
+ lastLoginAt?: NativeDate | null | undefined;
691
+ })>> & ((import("mongoose").FlatRecord<{
692
+ role: string;
693
+ archiv: boolean;
694
+ birthday: string;
695
+ isAccountActivated: boolean;
696
+ firstname?: string | null | undefined;
697
+ firstname_chinese?: string | null | undefined;
698
+ lastname?: string | null | undefined;
699
+ lastname_chinese?: string | null | undefined;
700
+ email?: string | null | undefined;
701
+ pictureUrl?: string | null | undefined;
702
+ password?: string | null | undefined;
703
+ linkedIn?: string | null | undefined;
704
+ lineId?: string | null | undefined;
705
+ notification?: {
706
+ isRead_survey_not_complete: boolean;
707
+ isRead_uni_assist_task_assigned: boolean;
708
+ isRead_new_agent_assigned: boolean;
709
+ isRead_new_editor_assigned: boolean;
710
+ isRead_new_cvmlrl_tasks_created: boolean;
711
+ isRead_new_cvmlrl_messsage: boolean;
712
+ isRead_base_documents_missing: boolean;
713
+ isRead_base_documents_rejected: boolean;
714
+ isRead_new_programs_assigned: boolean;
715
+ } | null | undefined;
716
+ taigerai?: {
717
+ input?: {
718
+ name: string;
719
+ path: string;
720
+ status: DocumentStatusType;
721
+ file_category: string;
722
+ updatedAt?: NativeDate | null | undefined;
723
+ } | null | undefined;
724
+ output?: {
725
+ name: string;
726
+ path: string;
727
+ status: DocumentStatusType;
728
+ file_category: string;
729
+ updatedAt?: NativeDate | null | undefined;
730
+ } | null | undefined;
731
+ feedback?: {
732
+ message: string;
733
+ updatedAt?: NativeDate | null | undefined;
734
+ } | null | undefined;
735
+ } | null | undefined;
736
+ application_preference?: {
737
+ expected_application_date: string;
738
+ expected_application_semester: string;
739
+ target_program_language: string;
740
+ target_application_field: string;
741
+ targetApplicationSubjects: string[];
742
+ target_degree: string;
743
+ considered_privat_universities: string;
744
+ special_wished: string;
745
+ application_outside_germany: string;
746
+ updatedAt?: NativeDate | null | undefined;
747
+ } | null | undefined;
748
+ academic_background?: {
749
+ university?: {
750
+ high_school_isGraduated: string;
751
+ attended_high_school: string;
752
+ high_school_graduated_year: string;
753
+ attended_university: string;
754
+ attended_university_program: string;
755
+ isGraduated: string;
756
+ expected_grad_date: string;
757
+ Has_Exchange_Experience: string;
758
+ isSecondGraduated: string;
759
+ expectedSecondDegreeGradDate: string;
760
+ attendedSecondDegreeUniversity: string;
761
+ attendedSecondDegreeProgram: string;
762
+ Has_Internship_Experience: string;
763
+ Has_Working_Experience: string;
764
+ updatedAt?: NativeDate | null | undefined;
765
+ Highest_GPA_Uni?: number | null | undefined;
766
+ Passing_GPA_Uni?: number | null | undefined;
767
+ My_GPA_Uni?: number | null | undefined;
768
+ highestSecondDegreeGPA?: number | null | undefined;
769
+ passingSecondDegreeGPA?: number | null | undefined;
770
+ mySecondDegreeGPA?: number | null | undefined;
771
+ } | null | undefined;
772
+ language?: {
773
+ english_isPassed: string;
774
+ english_certificate: string;
775
+ english_score: string;
776
+ english_score_reading: string;
777
+ english_score_listening: string;
778
+ english_score_writing: string;
779
+ english_score_speaking: string;
780
+ english_test_date: string;
781
+ german_isPassed: string;
782
+ german_certificate: string;
783
+ german_score: string;
784
+ german_test_date: string;
785
+ gre_isPassed: string;
786
+ gre_certificate: string;
787
+ gre_score: string;
788
+ gre_test_date: string;
789
+ gmat_isPassed: string;
790
+ gmat_certificate: string;
791
+ gmat_score: string;
792
+ gmat_test_date: string;
793
+ updatedAt?: NativeDate | null | undefined;
794
+ } | null | undefined;
795
+ } | null | undefined;
796
+ lastLoginAt?: NativeDate | null | undefined;
797
+ }> & {
798
+ _id: import("mongoose").Types.ObjectId;
799
+ } & {
800
+ __v: number;
801
+ }) | (import("mongoose").FlatRecord<{
802
+ createdAt: NativeDate;
803
+ updatedAt: NativeDate;
804
+ } & {
805
+ role: string;
806
+ archiv: boolean;
807
+ birthday: string;
808
+ isAccountActivated: boolean;
809
+ firstname?: string | null | undefined;
810
+ firstname_chinese?: string | null | undefined;
811
+ lastname?: string | null | undefined;
812
+ lastname_chinese?: string | null | undefined;
813
+ email?: string | null | undefined;
814
+ pictureUrl?: string | null | undefined;
815
+ password?: string | null | undefined;
816
+ linkedIn?: string | null | undefined;
817
+ lineId?: string | null | undefined;
818
+ notification?: {
819
+ isRead_survey_not_complete: boolean;
820
+ isRead_uni_assist_task_assigned: boolean;
821
+ isRead_new_agent_assigned: boolean;
822
+ isRead_new_editor_assigned: boolean;
823
+ isRead_new_cvmlrl_tasks_created: boolean;
824
+ isRead_new_cvmlrl_messsage: boolean;
825
+ isRead_base_documents_missing: boolean;
826
+ isRead_base_documents_rejected: boolean;
827
+ isRead_new_programs_assigned: boolean;
828
+ } | null | undefined;
829
+ taigerai?: {
830
+ input?: {
831
+ name: string;
832
+ path: string;
833
+ status: DocumentStatusType;
834
+ file_category: string;
835
+ updatedAt?: NativeDate | null | undefined;
836
+ } | null | undefined;
837
+ output?: {
838
+ name: string;
839
+ path: string;
840
+ status: DocumentStatusType;
841
+ file_category: string;
842
+ updatedAt?: NativeDate | null | undefined;
843
+ } | null | undefined;
844
+ feedback?: {
845
+ message: string;
846
+ updatedAt?: NativeDate | null | undefined;
847
+ } | null | undefined;
848
+ } | null | undefined;
849
+ application_preference?: {
850
+ expected_application_date: string;
851
+ expected_application_semester: string;
852
+ target_program_language: string;
853
+ target_application_field: string;
854
+ targetApplicationSubjects: string[];
855
+ target_degree: string;
856
+ considered_privat_universities: string;
857
+ special_wished: string;
858
+ application_outside_germany: string;
859
+ updatedAt?: NativeDate | null | undefined;
860
+ } | null | undefined;
861
+ academic_background?: {
862
+ university?: {
863
+ high_school_isGraduated: string;
864
+ attended_high_school: string;
865
+ high_school_graduated_year: string;
866
+ attended_university: string;
867
+ attended_university_program: string;
868
+ isGraduated: string;
869
+ expected_grad_date: string;
870
+ Has_Exchange_Experience: string;
871
+ isSecondGraduated: string;
872
+ expectedSecondDegreeGradDate: string;
873
+ attendedSecondDegreeUniversity: string;
874
+ attendedSecondDegreeProgram: string;
875
+ Has_Internship_Experience: string;
876
+ Has_Working_Experience: string;
877
+ updatedAt?: NativeDate | null | undefined;
878
+ Highest_GPA_Uni?: number | null | undefined;
879
+ Passing_GPA_Uni?: number | null | undefined;
880
+ My_GPA_Uni?: number | null | undefined;
881
+ highestSecondDegreeGPA?: number | null | undefined;
882
+ passingSecondDegreeGPA?: number | null | undefined;
883
+ mySecondDegreeGPA?: number | null | undefined;
884
+ } | null | undefined;
885
+ language?: {
886
+ english_isPassed: string;
887
+ english_certificate: string;
888
+ english_score: string;
889
+ english_score_reading: string;
890
+ english_score_listening: string;
891
+ english_score_writing: string;
892
+ english_score_speaking: string;
893
+ english_test_date: string;
894
+ german_isPassed: string;
895
+ german_certificate: string;
896
+ german_score: string;
897
+ german_test_date: string;
898
+ gre_isPassed: string;
899
+ gre_certificate: string;
900
+ gre_score: string;
901
+ gre_test_date: string;
902
+ gmat_isPassed: string;
903
+ gmat_certificate: string;
904
+ gmat_score: string;
905
+ gmat_test_date: string;
906
+ updatedAt?: NativeDate | null | undefined;
907
+ } | null | undefined;
908
+ } | null | undefined;
909
+ lastLoginAt?: NativeDate | null | undefined;
910
+ }> & {
911
+ _id: import("mongoose").Types.ObjectId;
912
+ } & {
913
+ __v: number;
914
+ }))>;
915
+ export declare const studentSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
916
+ discriminatorKey: string;
917
+ timestamps: boolean;
918
+ }, {
919
+ agents: import("mongoose").Types.ObjectId[];
920
+ editors: import("mongoose").Types.ObjectId[];
921
+ needEditor: boolean;
922
+ applying_program_count: number;
923
+ attributes: import("mongoose").Types.DocumentArray<{
924
+ type?: {
925
+ name: string;
926
+ value: number;
927
+ } | null | undefined;
928
+ required?: unknown;
929
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
930
+ type?: {
931
+ name: string;
932
+ value: number;
933
+ } | null | undefined;
934
+ required?: unknown;
935
+ }> & {
936
+ type?: {
937
+ name: string;
938
+ value: number;
939
+ } | null | undefined;
940
+ required?: unknown;
941
+ }>;
942
+ profile: import("mongoose").Types.DocumentArray<{
943
+ name: string;
944
+ path: string;
945
+ required: boolean;
946
+ status: DocumentStatusType;
947
+ feedback: string;
948
+ updatedAt?: NativeDate | null | undefined;
949
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
950
+ name: string;
951
+ path: string;
952
+ required: boolean;
953
+ status: DocumentStatusType;
954
+ feedback: string;
955
+ updatedAt?: NativeDate | null | undefined;
956
+ }> & {
957
+ name: string;
958
+ path: string;
959
+ required: boolean;
960
+ status: DocumentStatusType;
961
+ feedback: string;
962
+ updatedAt?: NativeDate | null | undefined;
963
+ }>;
964
+ generaldocs_threads: import("mongoose").Types.DocumentArray<{
965
+ isFinalVersion: boolean;
966
+ latest_message_left_by_id: string;
967
+ updatedAt?: NativeDate | null | undefined;
968
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
969
+ createdAt?: NativeDate | null | undefined;
970
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
971
+ isFinalVersion: boolean;
972
+ latest_message_left_by_id: string;
973
+ updatedAt?: NativeDate | null | undefined;
974
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
975
+ createdAt?: NativeDate | null | undefined;
976
+ }> & {
977
+ isFinalVersion: boolean;
978
+ latest_message_left_by_id: string;
979
+ updatedAt?: NativeDate | null | undefined;
980
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
981
+ createdAt?: NativeDate | null | undefined;
982
+ }>;
983
+ } | ({
984
+ createdAt: NativeDate;
985
+ updatedAt: NativeDate;
986
+ } & {
987
+ agents: import("mongoose").Types.ObjectId[];
988
+ editors: import("mongoose").Types.ObjectId[];
989
+ needEditor: boolean;
990
+ applying_program_count: number;
991
+ attributes: import("mongoose").Types.DocumentArray<{
992
+ type?: {
993
+ name: string;
994
+ value: number;
995
+ } | null | undefined;
996
+ required?: unknown;
997
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
998
+ type?: {
999
+ name: string;
1000
+ value: number;
1001
+ } | null | undefined;
1002
+ required?: unknown;
1003
+ }> & {
1004
+ type?: {
1005
+ name: string;
1006
+ value: number;
1007
+ } | null | undefined;
1008
+ required?: unknown;
1009
+ }>;
1010
+ profile: import("mongoose").Types.DocumentArray<{
1011
+ name: string;
1012
+ path: string;
1013
+ required: boolean;
1014
+ status: DocumentStatusType;
1015
+ feedback: string;
1016
+ updatedAt?: NativeDate | null | undefined;
1017
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1018
+ name: string;
1019
+ path: string;
1020
+ required: boolean;
1021
+ status: DocumentStatusType;
1022
+ feedback: string;
1023
+ updatedAt?: NativeDate | null | undefined;
1024
+ }> & {
1025
+ name: string;
1026
+ path: string;
1027
+ required: boolean;
1028
+ status: DocumentStatusType;
1029
+ feedback: string;
1030
+ updatedAt?: NativeDate | null | undefined;
1031
+ }>;
1032
+ generaldocs_threads: import("mongoose").Types.DocumentArray<{
1033
+ isFinalVersion: boolean;
1034
+ latest_message_left_by_id: string;
1035
+ updatedAt?: NativeDate | null | undefined;
1036
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1037
+ createdAt?: NativeDate | null | undefined;
1038
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1039
+ isFinalVersion: boolean;
1040
+ latest_message_left_by_id: string;
1041
+ updatedAt?: NativeDate | null | undefined;
1042
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1043
+ createdAt?: NativeDate | null | undefined;
1044
+ }> & {
1045
+ isFinalVersion: boolean;
1046
+ latest_message_left_by_id: string;
1047
+ updatedAt?: NativeDate | null | undefined;
1048
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1049
+ createdAt?: NativeDate | null | undefined;
1050
+ }>;
1051
+ }), import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
1052
+ agents: import("mongoose").Types.ObjectId[];
1053
+ editors: import("mongoose").Types.ObjectId[];
1054
+ needEditor: boolean;
1055
+ applying_program_count: number;
1056
+ attributes: import("mongoose").Types.DocumentArray<{
1057
+ type?: {
1058
+ name: string;
1059
+ value: number;
1060
+ } | null | undefined;
1061
+ required?: unknown;
1062
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1063
+ type?: {
1064
+ name: string;
1065
+ value: number;
1066
+ } | null | undefined;
1067
+ required?: unknown;
1068
+ }> & {
1069
+ type?: {
1070
+ name: string;
1071
+ value: number;
1072
+ } | null | undefined;
1073
+ required?: unknown;
1074
+ }>;
1075
+ profile: import("mongoose").Types.DocumentArray<{
1076
+ name: string;
1077
+ path: string;
1078
+ required: boolean;
1079
+ status: DocumentStatusType;
1080
+ feedback: string;
1081
+ updatedAt?: NativeDate | null | undefined;
1082
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1083
+ name: string;
1084
+ path: string;
1085
+ required: boolean;
1086
+ status: DocumentStatusType;
1087
+ feedback: string;
1088
+ updatedAt?: NativeDate | null | undefined;
1089
+ }> & {
1090
+ name: string;
1091
+ path: string;
1092
+ required: boolean;
1093
+ status: DocumentStatusType;
1094
+ feedback: string;
1095
+ updatedAt?: NativeDate | null | undefined;
1096
+ }>;
1097
+ generaldocs_threads: import("mongoose").Types.DocumentArray<{
1098
+ isFinalVersion: boolean;
1099
+ latest_message_left_by_id: string;
1100
+ updatedAt?: NativeDate | null | undefined;
1101
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1102
+ createdAt?: NativeDate | null | undefined;
1103
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1104
+ isFinalVersion: boolean;
1105
+ latest_message_left_by_id: string;
1106
+ updatedAt?: NativeDate | null | undefined;
1107
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1108
+ createdAt?: NativeDate | null | undefined;
1109
+ }> & {
1110
+ isFinalVersion: boolean;
1111
+ latest_message_left_by_id: string;
1112
+ updatedAt?: NativeDate | null | undefined;
1113
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1114
+ createdAt?: NativeDate | null | undefined;
1115
+ }>;
1116
+ } | ({
1117
+ createdAt: NativeDate;
1118
+ updatedAt: NativeDate;
1119
+ } & {
1120
+ agents: import("mongoose").Types.ObjectId[];
1121
+ editors: import("mongoose").Types.ObjectId[];
1122
+ needEditor: boolean;
1123
+ applying_program_count: number;
1124
+ attributes: import("mongoose").Types.DocumentArray<{
1125
+ type?: {
1126
+ name: string;
1127
+ value: number;
1128
+ } | null | undefined;
1129
+ required?: unknown;
1130
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1131
+ type?: {
1132
+ name: string;
1133
+ value: number;
1134
+ } | null | undefined;
1135
+ required?: unknown;
1136
+ }> & {
1137
+ type?: {
1138
+ name: string;
1139
+ value: number;
1140
+ } | null | undefined;
1141
+ required?: unknown;
1142
+ }>;
1143
+ profile: import("mongoose").Types.DocumentArray<{
1144
+ name: string;
1145
+ path: string;
1146
+ required: boolean;
1147
+ status: DocumentStatusType;
1148
+ feedback: string;
1149
+ updatedAt?: NativeDate | null | undefined;
1150
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1151
+ name: string;
1152
+ path: string;
1153
+ required: boolean;
1154
+ status: DocumentStatusType;
1155
+ feedback: string;
1156
+ updatedAt?: NativeDate | null | undefined;
1157
+ }> & {
1158
+ name: string;
1159
+ path: string;
1160
+ required: boolean;
1161
+ status: DocumentStatusType;
1162
+ feedback: string;
1163
+ updatedAt?: NativeDate | null | undefined;
1164
+ }>;
1165
+ generaldocs_threads: import("mongoose").Types.DocumentArray<{
1166
+ isFinalVersion: boolean;
1167
+ latest_message_left_by_id: string;
1168
+ updatedAt?: NativeDate | null | undefined;
1169
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1170
+ createdAt?: NativeDate | null | undefined;
1171
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1172
+ isFinalVersion: boolean;
1173
+ latest_message_left_by_id: string;
1174
+ updatedAt?: NativeDate | null | undefined;
1175
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1176
+ createdAt?: NativeDate | null | undefined;
1177
+ }> & {
1178
+ isFinalVersion: boolean;
1179
+ latest_message_left_by_id: string;
1180
+ updatedAt?: NativeDate | null | undefined;
1181
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1182
+ createdAt?: NativeDate | null | undefined;
1183
+ }>;
1184
+ })>> & ((import("mongoose").FlatRecord<{
1185
+ agents: import("mongoose").Types.ObjectId[];
1186
+ editors: import("mongoose").Types.ObjectId[];
1187
+ needEditor: boolean;
1188
+ applying_program_count: number;
1189
+ attributes: import("mongoose").Types.DocumentArray<{
1190
+ type?: {
1191
+ name: string;
1192
+ value: number;
1193
+ } | null | undefined;
1194
+ required?: unknown;
1195
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1196
+ type?: {
1197
+ name: string;
1198
+ value: number;
1199
+ } | null | undefined;
1200
+ required?: unknown;
1201
+ }> & {
1202
+ type?: {
1203
+ name: string;
1204
+ value: number;
1205
+ } | null | undefined;
1206
+ required?: unknown;
1207
+ }>;
1208
+ profile: import("mongoose").Types.DocumentArray<{
1209
+ name: string;
1210
+ path: string;
1211
+ required: boolean;
1212
+ status: DocumentStatusType;
1213
+ feedback: string;
1214
+ updatedAt?: NativeDate | null | undefined;
1215
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1216
+ name: string;
1217
+ path: string;
1218
+ required: boolean;
1219
+ status: DocumentStatusType;
1220
+ feedback: string;
1221
+ updatedAt?: NativeDate | null | undefined;
1222
+ }> & {
1223
+ name: string;
1224
+ path: string;
1225
+ required: boolean;
1226
+ status: DocumentStatusType;
1227
+ feedback: string;
1228
+ updatedAt?: NativeDate | null | undefined;
1229
+ }>;
1230
+ generaldocs_threads: import("mongoose").Types.DocumentArray<{
1231
+ isFinalVersion: boolean;
1232
+ latest_message_left_by_id: string;
1233
+ updatedAt?: NativeDate | null | undefined;
1234
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1235
+ createdAt?: NativeDate | null | undefined;
1236
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1237
+ isFinalVersion: boolean;
1238
+ latest_message_left_by_id: string;
1239
+ updatedAt?: NativeDate | null | undefined;
1240
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1241
+ createdAt?: NativeDate | null | undefined;
1242
+ }> & {
1243
+ isFinalVersion: boolean;
1244
+ latest_message_left_by_id: string;
1245
+ updatedAt?: NativeDate | null | undefined;
1246
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1247
+ createdAt?: NativeDate | null | undefined;
1248
+ }>;
1249
+ }> & {
1250
+ _id: import("mongoose").Types.ObjectId;
1251
+ } & {
1252
+ __v: number;
1253
+ }) | (import("mongoose").FlatRecord<{
1254
+ createdAt: NativeDate;
1255
+ updatedAt: NativeDate;
1256
+ } & {
1257
+ agents: import("mongoose").Types.ObjectId[];
1258
+ editors: import("mongoose").Types.ObjectId[];
1259
+ needEditor: boolean;
1260
+ applying_program_count: number;
1261
+ attributes: import("mongoose").Types.DocumentArray<{
1262
+ type?: {
1263
+ name: string;
1264
+ value: number;
1265
+ } | null | undefined;
1266
+ required?: unknown;
1267
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1268
+ type?: {
1269
+ name: string;
1270
+ value: number;
1271
+ } | null | undefined;
1272
+ required?: unknown;
1273
+ }> & {
1274
+ type?: {
1275
+ name: string;
1276
+ value: number;
1277
+ } | null | undefined;
1278
+ required?: unknown;
1279
+ }>;
1280
+ profile: import("mongoose").Types.DocumentArray<{
1281
+ name: string;
1282
+ path: string;
1283
+ required: boolean;
1284
+ status: DocumentStatusType;
1285
+ feedback: string;
1286
+ updatedAt?: NativeDate | null | undefined;
1287
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1288
+ name: string;
1289
+ path: string;
1290
+ required: boolean;
1291
+ status: DocumentStatusType;
1292
+ feedback: string;
1293
+ updatedAt?: NativeDate | null | undefined;
1294
+ }> & {
1295
+ name: string;
1296
+ path: string;
1297
+ required: boolean;
1298
+ status: DocumentStatusType;
1299
+ feedback: string;
1300
+ updatedAt?: NativeDate | null | undefined;
1301
+ }>;
1302
+ generaldocs_threads: import("mongoose").Types.DocumentArray<{
1303
+ isFinalVersion: boolean;
1304
+ latest_message_left_by_id: string;
1305
+ updatedAt?: NativeDate | null | undefined;
1306
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1307
+ createdAt?: NativeDate | null | undefined;
1308
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1309
+ isFinalVersion: boolean;
1310
+ latest_message_left_by_id: string;
1311
+ updatedAt?: NativeDate | null | undefined;
1312
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1313
+ createdAt?: NativeDate | null | undefined;
1314
+ }> & {
1315
+ isFinalVersion: boolean;
1316
+ latest_message_left_by_id: string;
1317
+ updatedAt?: NativeDate | null | undefined;
1318
+ doc_thread_id?: import("mongoose").Types.ObjectId | null | undefined;
1319
+ createdAt?: NativeDate | null | undefined;
1320
+ }>;
1321
+ }> & {
1322
+ _id: import("mongoose").Types.ObjectId;
1323
+ } & {
1324
+ __v: number;
1325
+ }))>;
1326
+ export declare const externalSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
1327
+ discriminatorKey: string;
1328
+ timestamps: boolean;
1329
+ }, {
1330
+ attribute?: {
1331
+ can_update_program_list: boolean;
1332
+ can_update_course_analysis: boolean;
1333
+ can_add_articles: boolean;
1334
+ } | null | undefined;
1335
+ } | ({
1336
+ createdAt: NativeDate;
1337
+ updatedAt: NativeDate;
1338
+ } & {
1339
+ attribute?: {
1340
+ can_update_program_list: boolean;
1341
+ can_update_course_analysis: boolean;
1342
+ can_add_articles: boolean;
1343
+ } | null | undefined;
1344
+ }), import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
1345
+ attribute?: {
1346
+ can_update_program_list: boolean;
1347
+ can_update_course_analysis: boolean;
1348
+ can_add_articles: boolean;
1349
+ } | null | undefined;
1350
+ } | ({
1351
+ createdAt: NativeDate;
1352
+ updatedAt: NativeDate;
1353
+ } & {
1354
+ attribute?: {
1355
+ can_update_program_list: boolean;
1356
+ can_update_course_analysis: boolean;
1357
+ can_add_articles: boolean;
1358
+ } | null | undefined;
1359
+ })>> & ((import("mongoose").FlatRecord<{
1360
+ attribute?: {
1361
+ can_update_program_list: boolean;
1362
+ can_update_course_analysis: boolean;
1363
+ can_add_articles: boolean;
1364
+ } | null | undefined;
1365
+ }> & {
1366
+ _id: import("mongoose").Types.ObjectId;
1367
+ } & {
1368
+ __v: number;
1369
+ }) | (import("mongoose").FlatRecord<{
1370
+ createdAt: NativeDate;
1371
+ updatedAt: NativeDate;
1372
+ } & {
1373
+ attribute?: {
1374
+ can_update_program_list: boolean;
1375
+ can_update_course_analysis: boolean;
1376
+ can_add_articles: boolean;
1377
+ } | null | undefined;
1378
+ }> & {
1379
+ _id: import("mongoose").Types.ObjectId;
1380
+ } & {
1381
+ __v: number;
1382
+ }))>;
1383
+ export declare const managerSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
1384
+ discriminatorKey: string;
1385
+ timestamps: boolean;
1386
+ }, {
1387
+ agents: import("mongoose").Types.ObjectId[];
1388
+ editors: import("mongoose").Types.ObjectId[];
1389
+ manager_type: string;
1390
+ attribute?: {
1391
+ can_write_ml: boolean;
1392
+ can_write_rl: boolean;
1393
+ can_write_cv: boolean;
1394
+ can_write_essay: boolean;
1395
+ can_do_interview: boolean;
1396
+ } | null | undefined;
1397
+ manager_notification?: {
1398
+ isRead_new_programs_assigned: boolean;
1399
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1400
+ student_id: string;
1401
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1402
+ student_id: string;
1403
+ }> & {
1404
+ student_id: string;
1405
+ }>;
1406
+ } | null | undefined;
1407
+ } | ({
1408
+ createdAt: NativeDate;
1409
+ updatedAt: NativeDate;
1410
+ } & {
1411
+ agents: import("mongoose").Types.ObjectId[];
1412
+ editors: import("mongoose").Types.ObjectId[];
1413
+ manager_type: string;
1414
+ attribute?: {
1415
+ can_write_ml: boolean;
1416
+ can_write_rl: boolean;
1417
+ can_write_cv: boolean;
1418
+ can_write_essay: boolean;
1419
+ can_do_interview: boolean;
1420
+ } | null | undefined;
1421
+ manager_notification?: {
1422
+ isRead_new_programs_assigned: boolean;
1423
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1424
+ student_id: string;
1425
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1426
+ student_id: string;
1427
+ }> & {
1428
+ student_id: string;
1429
+ }>;
1430
+ } | null | undefined;
1431
+ }), import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
1432
+ agents: import("mongoose").Types.ObjectId[];
1433
+ editors: import("mongoose").Types.ObjectId[];
1434
+ manager_type: string;
1435
+ attribute?: {
1436
+ can_write_ml: boolean;
1437
+ can_write_rl: boolean;
1438
+ can_write_cv: boolean;
1439
+ can_write_essay: boolean;
1440
+ can_do_interview: boolean;
1441
+ } | null | undefined;
1442
+ manager_notification?: {
1443
+ isRead_new_programs_assigned: boolean;
1444
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1445
+ student_id: string;
1446
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1447
+ student_id: string;
1448
+ }> & {
1449
+ student_id: string;
1450
+ }>;
1451
+ } | null | undefined;
1452
+ } | ({
1453
+ createdAt: NativeDate;
1454
+ updatedAt: NativeDate;
1455
+ } & {
1456
+ agents: import("mongoose").Types.ObjectId[];
1457
+ editors: import("mongoose").Types.ObjectId[];
1458
+ manager_type: string;
1459
+ attribute?: {
1460
+ can_write_ml: boolean;
1461
+ can_write_rl: boolean;
1462
+ can_write_cv: boolean;
1463
+ can_write_essay: boolean;
1464
+ can_do_interview: boolean;
1465
+ } | null | undefined;
1466
+ manager_notification?: {
1467
+ isRead_new_programs_assigned: boolean;
1468
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1469
+ student_id: string;
1470
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1471
+ student_id: string;
1472
+ }> & {
1473
+ student_id: string;
1474
+ }>;
1475
+ } | null | undefined;
1476
+ })>> & ((import("mongoose").FlatRecord<{
1477
+ agents: import("mongoose").Types.ObjectId[];
1478
+ editors: import("mongoose").Types.ObjectId[];
1479
+ manager_type: string;
1480
+ attribute?: {
1481
+ can_write_ml: boolean;
1482
+ can_write_rl: boolean;
1483
+ can_write_cv: boolean;
1484
+ can_write_essay: boolean;
1485
+ can_do_interview: boolean;
1486
+ } | null | undefined;
1487
+ manager_notification?: {
1488
+ isRead_new_programs_assigned: boolean;
1489
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1490
+ student_id: string;
1491
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1492
+ student_id: string;
1493
+ }> & {
1494
+ student_id: string;
1495
+ }>;
1496
+ } | null | undefined;
1497
+ }> & {
1498
+ _id: import("mongoose").Types.ObjectId;
1499
+ } & {
1500
+ __v: number;
1501
+ }) | (import("mongoose").FlatRecord<{
1502
+ createdAt: NativeDate;
1503
+ updatedAt: NativeDate;
1504
+ } & {
1505
+ agents: import("mongoose").Types.ObjectId[];
1506
+ editors: import("mongoose").Types.ObjectId[];
1507
+ manager_type: string;
1508
+ attribute?: {
1509
+ can_write_ml: boolean;
1510
+ can_write_rl: boolean;
1511
+ can_write_cv: boolean;
1512
+ can_write_essay: boolean;
1513
+ can_do_interview: boolean;
1514
+ } | null | undefined;
1515
+ manager_notification?: {
1516
+ isRead_new_programs_assigned: boolean;
1517
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1518
+ student_id: string;
1519
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1520
+ student_id: string;
1521
+ }> & {
1522
+ student_id: string;
1523
+ }>;
1524
+ } | null | undefined;
1525
+ }> & {
1526
+ _id: import("mongoose").Types.ObjectId;
1527
+ } & {
1528
+ __v: number;
1529
+ }))>;
1530
+ export declare const agentSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
1531
+ discriminatorKey: string;
1532
+ timestamps: boolean;
1533
+ }, {
1534
+ timezone: string;
1535
+ selfIntroduction: string;
1536
+ officehours?: {
1537
+ Monday?: {
1538
+ active: boolean;
1539
+ time_slots: any[];
1540
+ } | null | undefined;
1541
+ Tuesday?: {
1542
+ active: boolean;
1543
+ time_slots: any[];
1544
+ } | null | undefined;
1545
+ Wednesday?: {
1546
+ active: boolean;
1547
+ time_slots: any[];
1548
+ } | null | undefined;
1549
+ Thursday?: {
1550
+ active: boolean;
1551
+ time_slots: any[];
1552
+ } | null | undefined;
1553
+ Friday?: {
1554
+ active: boolean;
1555
+ time_slots: any[];
1556
+ } | null | undefined;
1557
+ Saturday?: {
1558
+ active: boolean;
1559
+ time_slots: any[];
1560
+ } | null | undefined;
1561
+ Sunday?: {
1562
+ active: boolean;
1563
+ time_slots: any[];
1564
+ } | null | undefined;
1565
+ } | null | undefined;
1566
+ agent_notification?: {
1567
+ isRead_new_programs_assigned: boolean;
1568
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1569
+ student_id: string;
1570
+ student_firstname: string;
1571
+ student_lastname: string;
1572
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1573
+ student_id: string;
1574
+ student_firstname: string;
1575
+ student_lastname: string;
1576
+ }> & {
1577
+ student_id: string;
1578
+ student_firstname: string;
1579
+ student_lastname: string;
1580
+ }>;
1581
+ isRead_new_survey_updated: boolean;
1582
+ isRead_applications_status_changed: boolean;
1583
+ } | null | undefined;
1584
+ } | ({
1585
+ createdAt: NativeDate;
1586
+ updatedAt: NativeDate;
1587
+ } & {
1588
+ timezone: string;
1589
+ selfIntroduction: string;
1590
+ officehours?: {
1591
+ Monday?: {
1592
+ active: boolean;
1593
+ time_slots: any[];
1594
+ } | null | undefined;
1595
+ Tuesday?: {
1596
+ active: boolean;
1597
+ time_slots: any[];
1598
+ } | null | undefined;
1599
+ Wednesday?: {
1600
+ active: boolean;
1601
+ time_slots: any[];
1602
+ } | null | undefined;
1603
+ Thursday?: {
1604
+ active: boolean;
1605
+ time_slots: any[];
1606
+ } | null | undefined;
1607
+ Friday?: {
1608
+ active: boolean;
1609
+ time_slots: any[];
1610
+ } | null | undefined;
1611
+ Saturday?: {
1612
+ active: boolean;
1613
+ time_slots: any[];
1614
+ } | null | undefined;
1615
+ Sunday?: {
1616
+ active: boolean;
1617
+ time_slots: any[];
1618
+ } | null | undefined;
1619
+ } | null | undefined;
1620
+ agent_notification?: {
1621
+ isRead_new_programs_assigned: boolean;
1622
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1623
+ student_id: string;
1624
+ student_firstname: string;
1625
+ student_lastname: string;
1626
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1627
+ student_id: string;
1628
+ student_firstname: string;
1629
+ student_lastname: string;
1630
+ }> & {
1631
+ student_id: string;
1632
+ student_firstname: string;
1633
+ student_lastname: string;
1634
+ }>;
1635
+ isRead_new_survey_updated: boolean;
1636
+ isRead_applications_status_changed: boolean;
1637
+ } | null | undefined;
1638
+ }), import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
1639
+ timezone: string;
1640
+ selfIntroduction: string;
1641
+ officehours?: {
1642
+ Monday?: {
1643
+ active: boolean;
1644
+ time_slots: any[];
1645
+ } | null | undefined;
1646
+ Tuesday?: {
1647
+ active: boolean;
1648
+ time_slots: any[];
1649
+ } | null | undefined;
1650
+ Wednesday?: {
1651
+ active: boolean;
1652
+ time_slots: any[];
1653
+ } | null | undefined;
1654
+ Thursday?: {
1655
+ active: boolean;
1656
+ time_slots: any[];
1657
+ } | null | undefined;
1658
+ Friday?: {
1659
+ active: boolean;
1660
+ time_slots: any[];
1661
+ } | null | undefined;
1662
+ Saturday?: {
1663
+ active: boolean;
1664
+ time_slots: any[];
1665
+ } | null | undefined;
1666
+ Sunday?: {
1667
+ active: boolean;
1668
+ time_slots: any[];
1669
+ } | null | undefined;
1670
+ } | null | undefined;
1671
+ agent_notification?: {
1672
+ isRead_new_programs_assigned: boolean;
1673
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1674
+ student_id: string;
1675
+ student_firstname: string;
1676
+ student_lastname: string;
1677
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1678
+ student_id: string;
1679
+ student_firstname: string;
1680
+ student_lastname: string;
1681
+ }> & {
1682
+ student_id: string;
1683
+ student_firstname: string;
1684
+ student_lastname: string;
1685
+ }>;
1686
+ isRead_new_survey_updated: boolean;
1687
+ isRead_applications_status_changed: boolean;
1688
+ } | null | undefined;
1689
+ } | ({
1690
+ createdAt: NativeDate;
1691
+ updatedAt: NativeDate;
1692
+ } & {
1693
+ timezone: string;
1694
+ selfIntroduction: string;
1695
+ officehours?: {
1696
+ Monday?: {
1697
+ active: boolean;
1698
+ time_slots: any[];
1699
+ } | null | undefined;
1700
+ Tuesday?: {
1701
+ active: boolean;
1702
+ time_slots: any[];
1703
+ } | null | undefined;
1704
+ Wednesday?: {
1705
+ active: boolean;
1706
+ time_slots: any[];
1707
+ } | null | undefined;
1708
+ Thursday?: {
1709
+ active: boolean;
1710
+ time_slots: any[];
1711
+ } | null | undefined;
1712
+ Friday?: {
1713
+ active: boolean;
1714
+ time_slots: any[];
1715
+ } | null | undefined;
1716
+ Saturday?: {
1717
+ active: boolean;
1718
+ time_slots: any[];
1719
+ } | null | undefined;
1720
+ Sunday?: {
1721
+ active: boolean;
1722
+ time_slots: any[];
1723
+ } | null | undefined;
1724
+ } | null | undefined;
1725
+ agent_notification?: {
1726
+ isRead_new_programs_assigned: boolean;
1727
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1728
+ student_id: string;
1729
+ student_firstname: string;
1730
+ student_lastname: string;
1731
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1732
+ student_id: string;
1733
+ student_firstname: string;
1734
+ student_lastname: string;
1735
+ }> & {
1736
+ student_id: string;
1737
+ student_firstname: string;
1738
+ student_lastname: string;
1739
+ }>;
1740
+ isRead_new_survey_updated: boolean;
1741
+ isRead_applications_status_changed: boolean;
1742
+ } | null | undefined;
1743
+ })>> & ((import("mongoose").FlatRecord<{
1744
+ timezone: string;
1745
+ selfIntroduction: string;
1746
+ officehours?: {
1747
+ Monday?: {
1748
+ active: boolean;
1749
+ time_slots: any[];
1750
+ } | null | undefined;
1751
+ Tuesday?: {
1752
+ active: boolean;
1753
+ time_slots: any[];
1754
+ } | null | undefined;
1755
+ Wednesday?: {
1756
+ active: boolean;
1757
+ time_slots: any[];
1758
+ } | null | undefined;
1759
+ Thursday?: {
1760
+ active: boolean;
1761
+ time_slots: any[];
1762
+ } | null | undefined;
1763
+ Friday?: {
1764
+ active: boolean;
1765
+ time_slots: any[];
1766
+ } | null | undefined;
1767
+ Saturday?: {
1768
+ active: boolean;
1769
+ time_slots: any[];
1770
+ } | null | undefined;
1771
+ Sunday?: {
1772
+ active: boolean;
1773
+ time_slots: any[];
1774
+ } | null | undefined;
1775
+ } | null | undefined;
1776
+ agent_notification?: {
1777
+ isRead_new_programs_assigned: boolean;
1778
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1779
+ student_id: string;
1780
+ student_firstname: string;
1781
+ student_lastname: string;
1782
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1783
+ student_id: string;
1784
+ student_firstname: string;
1785
+ student_lastname: string;
1786
+ }> & {
1787
+ student_id: string;
1788
+ student_firstname: string;
1789
+ student_lastname: string;
1790
+ }>;
1791
+ isRead_new_survey_updated: boolean;
1792
+ isRead_applications_status_changed: boolean;
1793
+ } | null | undefined;
1794
+ }> & {
1795
+ _id: import("mongoose").Types.ObjectId;
1796
+ } & {
1797
+ __v: number;
1798
+ }) | (import("mongoose").FlatRecord<{
1799
+ createdAt: NativeDate;
1800
+ updatedAt: NativeDate;
1801
+ } & {
1802
+ timezone: string;
1803
+ selfIntroduction: string;
1804
+ officehours?: {
1805
+ Monday?: {
1806
+ active: boolean;
1807
+ time_slots: any[];
1808
+ } | null | undefined;
1809
+ Tuesday?: {
1810
+ active: boolean;
1811
+ time_slots: any[];
1812
+ } | null | undefined;
1813
+ Wednesday?: {
1814
+ active: boolean;
1815
+ time_slots: any[];
1816
+ } | null | undefined;
1817
+ Thursday?: {
1818
+ active: boolean;
1819
+ time_slots: any[];
1820
+ } | null | undefined;
1821
+ Friday?: {
1822
+ active: boolean;
1823
+ time_slots: any[];
1824
+ } | null | undefined;
1825
+ Saturday?: {
1826
+ active: boolean;
1827
+ time_slots: any[];
1828
+ } | null | undefined;
1829
+ Sunday?: {
1830
+ active: boolean;
1831
+ time_slots: any[];
1832
+ } | null | undefined;
1833
+ } | null | undefined;
1834
+ agent_notification?: {
1835
+ isRead_new_programs_assigned: boolean;
1836
+ isRead_new_base_docs_uploaded: import("mongoose").Types.DocumentArray<{
1837
+ student_id: string;
1838
+ student_firstname: string;
1839
+ student_lastname: string;
1840
+ }, import("mongoose").Types.Subdocument<import("mongoose").Types.ObjectId, any, {
1841
+ student_id: string;
1842
+ student_firstname: string;
1843
+ student_lastname: string;
1844
+ }> & {
1845
+ student_id: string;
1846
+ student_firstname: string;
1847
+ student_lastname: string;
1848
+ }>;
1849
+ isRead_new_survey_updated: boolean;
1850
+ isRead_applications_status_changed: boolean;
1851
+ } | null | undefined;
1852
+ }> & {
1853
+ _id: import("mongoose").Types.ObjectId;
1854
+ } & {
1855
+ __v: number;
1856
+ }))>;
1857
+ export declare const editorSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
1858
+ discriminatorKey: string;
1859
+ timestamps: boolean;
1860
+ }, {
1861
+ timezone: string;
1862
+ officehours?: {
1863
+ Monday?: {
1864
+ active: boolean;
1865
+ time_slots: any[];
1866
+ } | null | undefined;
1867
+ Tuesday?: {
1868
+ active: boolean;
1869
+ time_slots: any[];
1870
+ } | null | undefined;
1871
+ Wednesday?: {
1872
+ active: boolean;
1873
+ time_slots: any[];
1874
+ } | null | undefined;
1875
+ Thursday?: {
1876
+ active: boolean;
1877
+ time_slots: any[];
1878
+ } | null | undefined;
1879
+ Friday?: {
1880
+ active: boolean;
1881
+ time_slots: any[];
1882
+ } | null | undefined;
1883
+ Saturday?: {
1884
+ active: boolean;
1885
+ time_slots: any[];
1886
+ } | null | undefined;
1887
+ Sunday?: {
1888
+ active: boolean;
1889
+ time_slots: any[];
1890
+ } | null | undefined;
1891
+ } | null | undefined;
1892
+ editor_notification?: {
1893
+ isRead_survey_not_complete: boolean;
1894
+ isRead_base_documents_missing: boolean;
1895
+ isRead_base_documents_rejected: boolean;
1896
+ isRead_new_programs_assigned: boolean;
1897
+ } | null | undefined;
1898
+ attribute?: {
1899
+ can_write_ml: boolean;
1900
+ can_write_rl: boolean;
1901
+ can_write_cv: boolean;
1902
+ can_write_essay: boolean;
1903
+ can_do_interview: boolean;
1904
+ } | null | undefined;
1905
+ } | ({
1906
+ createdAt: NativeDate;
1907
+ updatedAt: NativeDate;
1908
+ } & {
1909
+ timezone: string;
1910
+ officehours?: {
1911
+ Monday?: {
1912
+ active: boolean;
1913
+ time_slots: any[];
1914
+ } | null | undefined;
1915
+ Tuesday?: {
1916
+ active: boolean;
1917
+ time_slots: any[];
1918
+ } | null | undefined;
1919
+ Wednesday?: {
1920
+ active: boolean;
1921
+ time_slots: any[];
1922
+ } | null | undefined;
1923
+ Thursday?: {
1924
+ active: boolean;
1925
+ time_slots: any[];
1926
+ } | null | undefined;
1927
+ Friday?: {
1928
+ active: boolean;
1929
+ time_slots: any[];
1930
+ } | null | undefined;
1931
+ Saturday?: {
1932
+ active: boolean;
1933
+ time_slots: any[];
1934
+ } | null | undefined;
1935
+ Sunday?: {
1936
+ active: boolean;
1937
+ time_slots: any[];
1938
+ } | null | undefined;
1939
+ } | null | undefined;
1940
+ editor_notification?: {
1941
+ isRead_survey_not_complete: boolean;
1942
+ isRead_base_documents_missing: boolean;
1943
+ isRead_base_documents_rejected: boolean;
1944
+ isRead_new_programs_assigned: boolean;
1945
+ } | null | undefined;
1946
+ attribute?: {
1947
+ can_write_ml: boolean;
1948
+ can_write_rl: boolean;
1949
+ can_write_cv: boolean;
1950
+ can_write_essay: boolean;
1951
+ can_do_interview: boolean;
1952
+ } | null | undefined;
1953
+ }), import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
1954
+ timezone: string;
1955
+ officehours?: {
1956
+ Monday?: {
1957
+ active: boolean;
1958
+ time_slots: any[];
1959
+ } | null | undefined;
1960
+ Tuesday?: {
1961
+ active: boolean;
1962
+ time_slots: any[];
1963
+ } | null | undefined;
1964
+ Wednesday?: {
1965
+ active: boolean;
1966
+ time_slots: any[];
1967
+ } | null | undefined;
1968
+ Thursday?: {
1969
+ active: boolean;
1970
+ time_slots: any[];
1971
+ } | null | undefined;
1972
+ Friday?: {
1973
+ active: boolean;
1974
+ time_slots: any[];
1975
+ } | null | undefined;
1976
+ Saturday?: {
1977
+ active: boolean;
1978
+ time_slots: any[];
1979
+ } | null | undefined;
1980
+ Sunday?: {
1981
+ active: boolean;
1982
+ time_slots: any[];
1983
+ } | null | undefined;
1984
+ } | null | undefined;
1985
+ editor_notification?: {
1986
+ isRead_survey_not_complete: boolean;
1987
+ isRead_base_documents_missing: boolean;
1988
+ isRead_base_documents_rejected: boolean;
1989
+ isRead_new_programs_assigned: boolean;
1990
+ } | null | undefined;
1991
+ attribute?: {
1992
+ can_write_ml: boolean;
1993
+ can_write_rl: boolean;
1994
+ can_write_cv: boolean;
1995
+ can_write_essay: boolean;
1996
+ can_do_interview: boolean;
1997
+ } | null | undefined;
1998
+ } | ({
1999
+ createdAt: NativeDate;
2000
+ updatedAt: NativeDate;
2001
+ } & {
2002
+ timezone: string;
2003
+ officehours?: {
2004
+ Monday?: {
2005
+ active: boolean;
2006
+ time_slots: any[];
2007
+ } | null | undefined;
2008
+ Tuesday?: {
2009
+ active: boolean;
2010
+ time_slots: any[];
2011
+ } | null | undefined;
2012
+ Wednesday?: {
2013
+ active: boolean;
2014
+ time_slots: any[];
2015
+ } | null | undefined;
2016
+ Thursday?: {
2017
+ active: boolean;
2018
+ time_slots: any[];
2019
+ } | null | undefined;
2020
+ Friday?: {
2021
+ active: boolean;
2022
+ time_slots: any[];
2023
+ } | null | undefined;
2024
+ Saturday?: {
2025
+ active: boolean;
2026
+ time_slots: any[];
2027
+ } | null | undefined;
2028
+ Sunday?: {
2029
+ active: boolean;
2030
+ time_slots: any[];
2031
+ } | null | undefined;
2032
+ } | null | undefined;
2033
+ editor_notification?: {
2034
+ isRead_survey_not_complete: boolean;
2035
+ isRead_base_documents_missing: boolean;
2036
+ isRead_base_documents_rejected: boolean;
2037
+ isRead_new_programs_assigned: boolean;
2038
+ } | null | undefined;
2039
+ attribute?: {
2040
+ can_write_ml: boolean;
2041
+ can_write_rl: boolean;
2042
+ can_write_cv: boolean;
2043
+ can_write_essay: boolean;
2044
+ can_do_interview: boolean;
2045
+ } | null | undefined;
2046
+ })>> & ((import("mongoose").FlatRecord<{
2047
+ timezone: string;
2048
+ officehours?: {
2049
+ Monday?: {
2050
+ active: boolean;
2051
+ time_slots: any[];
2052
+ } | null | undefined;
2053
+ Tuesday?: {
2054
+ active: boolean;
2055
+ time_slots: any[];
2056
+ } | null | undefined;
2057
+ Wednesday?: {
2058
+ active: boolean;
2059
+ time_slots: any[];
2060
+ } | null | undefined;
2061
+ Thursday?: {
2062
+ active: boolean;
2063
+ time_slots: any[];
2064
+ } | null | undefined;
2065
+ Friday?: {
2066
+ active: boolean;
2067
+ time_slots: any[];
2068
+ } | null | undefined;
2069
+ Saturday?: {
2070
+ active: boolean;
2071
+ time_slots: any[];
2072
+ } | null | undefined;
2073
+ Sunday?: {
2074
+ active: boolean;
2075
+ time_slots: any[];
2076
+ } | null | undefined;
2077
+ } | null | undefined;
2078
+ editor_notification?: {
2079
+ isRead_survey_not_complete: boolean;
2080
+ isRead_base_documents_missing: boolean;
2081
+ isRead_base_documents_rejected: boolean;
2082
+ isRead_new_programs_assigned: boolean;
2083
+ } | null | undefined;
2084
+ attribute?: {
2085
+ can_write_ml: boolean;
2086
+ can_write_rl: boolean;
2087
+ can_write_cv: boolean;
2088
+ can_write_essay: boolean;
2089
+ can_do_interview: boolean;
2090
+ } | null | undefined;
2091
+ }> & {
2092
+ _id: import("mongoose").Types.ObjectId;
2093
+ } & {
2094
+ __v: number;
2095
+ }) | (import("mongoose").FlatRecord<{
2096
+ createdAt: NativeDate;
2097
+ updatedAt: NativeDate;
2098
+ } & {
2099
+ timezone: string;
2100
+ officehours?: {
2101
+ Monday?: {
2102
+ active: boolean;
2103
+ time_slots: any[];
2104
+ } | null | undefined;
2105
+ Tuesday?: {
2106
+ active: boolean;
2107
+ time_slots: any[];
2108
+ } | null | undefined;
2109
+ Wednesday?: {
2110
+ active: boolean;
2111
+ time_slots: any[];
2112
+ } | null | undefined;
2113
+ Thursday?: {
2114
+ active: boolean;
2115
+ time_slots: any[];
2116
+ } | null | undefined;
2117
+ Friday?: {
2118
+ active: boolean;
2119
+ time_slots: any[];
2120
+ } | null | undefined;
2121
+ Saturday?: {
2122
+ active: boolean;
2123
+ time_slots: any[];
2124
+ } | null | undefined;
2125
+ Sunday?: {
2126
+ active: boolean;
2127
+ time_slots: any[];
2128
+ } | null | undefined;
2129
+ } | null | undefined;
2130
+ editor_notification?: {
2131
+ isRead_survey_not_complete: boolean;
2132
+ isRead_base_documents_missing: boolean;
2133
+ isRead_base_documents_rejected: boolean;
2134
+ isRead_new_programs_assigned: boolean;
2135
+ } | null | undefined;
2136
+ attribute?: {
2137
+ can_write_ml: boolean;
2138
+ can_write_rl: boolean;
2139
+ can_write_cv: boolean;
2140
+ can_write_essay: boolean;
2141
+ can_do_interview: boolean;
2142
+ } | null | undefined;
2143
+ }> & {
2144
+ _id: import("mongoose").Types.ObjectId;
2145
+ } & {
2146
+ __v: number;
2147
+ }))>;