@taiger-common/model 1.0.57 → 1.0.58

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