@taiger-common/model 1.0.53 → 1.0.55

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 (89) hide show
  1. package/dist/cjs/api/account.js +33 -0
  2. package/dist/cjs/api/applications.js +44 -0
  3. package/dist/cjs/api/audit.js +6 -0
  4. package/dist/cjs/api/auth.js +17 -0
  5. package/dist/cjs/api/common.js +28 -1
  6. package/dist/cjs/api/communications.js +13 -0
  7. package/dist/cjs/api/courses.js +21 -0
  8. package/dist/cjs/api/crm.js +85 -0
  9. package/dist/cjs/api/documentThreads.js +42 -0
  10. package/dist/cjs/api/documentations.js +31 -0
  11. package/dist/cjs/api/events.js +20 -0
  12. package/dist/cjs/api/interviews.js +33 -0
  13. package/dist/cjs/api/meetings.js +18 -0
  14. package/dist/cjs/api/notes.js +6 -0
  15. package/dist/cjs/api/permissions.js +7 -0
  16. package/dist/cjs/api/portals.js +22 -0
  17. package/dist/cjs/api/programRequirements.js +24 -0
  18. package/dist/cjs/api/programs.js +91 -0
  19. package/dist/cjs/api/search.js +22 -0
  20. package/dist/cjs/api/serialized.js +44 -0
  21. package/dist/cjs/api/students.js +27 -0
  22. package/dist/cjs/api/teams.js +46 -0
  23. package/dist/cjs/api/tickets.js +19 -0
  24. package/dist/cjs/api/users.js +40 -0
  25. package/dist/cjs/api/widgets.js +19 -0
  26. package/dist/cjs/index.js +1 -0
  27. package/dist/cjs/schema/index.js +22 -0
  28. package/dist/cjs/schema/models.js +518 -0
  29. package/dist/cjs/schema/serialized.js +202 -0
  30. package/dist/esm/api/account.js +32 -1
  31. package/dist/esm/api/applications.js +43 -1
  32. package/dist/esm/api/audit.js +5 -1
  33. package/dist/esm/api/auth.js +16 -1
  34. package/dist/esm/api/common.js +24 -1
  35. package/dist/esm/api/communications.js +12 -1
  36. package/dist/esm/api/courses.js +20 -1
  37. package/dist/esm/api/crm.js +84 -1
  38. package/dist/esm/api/documentThreads.js +41 -1
  39. package/dist/esm/api/documentations.js +30 -1
  40. package/dist/esm/api/events.js +19 -1
  41. package/dist/esm/api/interviews.js +32 -1
  42. package/dist/esm/api/meetings.js +17 -1
  43. package/dist/esm/api/notes.js +5 -1
  44. package/dist/esm/api/permissions.js +6 -1
  45. package/dist/esm/api/portals.js +21 -1
  46. package/dist/esm/api/programRequirements.js +23 -1
  47. package/dist/esm/api/programs.js +90 -1
  48. package/dist/esm/api/search.js +21 -1
  49. package/dist/esm/api/serialized.js +9 -1
  50. package/dist/esm/api/students.js +26 -1
  51. package/dist/esm/api/teams.js +45 -1
  52. package/dist/esm/api/tickets.js +18 -1
  53. package/dist/esm/api/users.js +39 -1
  54. package/dist/esm/api/widgets.js +18 -1
  55. package/dist/esm/index.js +1 -0
  56. package/dist/esm/schema/index.js +6 -0
  57. package/dist/esm/schema/models.js +515 -0
  58. package/dist/esm/schema/serialized.js +199 -0
  59. package/dist/types/api/account.d.ts +485 -30
  60. package/dist/types/api/applications.d.ts +3392 -39
  61. package/dist/types/api/audit.d.ts +88 -3
  62. package/dist/types/api/auth.d.ts +3402 -14
  63. package/dist/types/api/common.d.ts +68 -8
  64. package/dist/types/api/communications.d.ts +609 -10
  65. package/dist/types/api/courses.d.ts +781 -15
  66. package/dist/types/api/crm.d.ts +1091 -85
  67. package/dist/types/api/documentThreads.d.ts +38228 -39
  68. package/dist/types/api/documentations.d.ts +913 -24
  69. package/dist/types/api/events.d.ts +7191 -17
  70. package/dist/types/api/interviews.d.ts +785 -30
  71. package/dist/types/api/meetings.d.ts +45 -16
  72. package/dist/types/api/notes.d.ts +83 -4
  73. package/dist/types/api/permissions.d.ts +193 -4
  74. package/dist/types/api/portals.d.ts +764 -17
  75. package/dist/types/api/programRequirements.d.ts +2675 -19
  76. package/dist/types/api/programs.d.ts +3019 -96
  77. package/dist/types/api/search.d.ts +286 -20
  78. package/dist/types/api/serialized.d.ts +3 -152
  79. package/dist/types/api/students.d.ts +289 -24
  80. package/dist/types/api/teams.d.ts +3652 -45
  81. package/dist/types/api/tickets.d.ts +948 -14
  82. package/dist/types/api/users.d.ts +6948 -39
  83. package/dist/types/api/widgets.d.ts +221 -16
  84. package/dist/types/index.d.ts +1 -0
  85. package/dist/types/schema/index.d.ts +6 -0
  86. package/dist/types/schema/models.d.ts +2028 -0
  87. package/dist/types/schema/serialized.d.ts +8813 -0
  88. package/dist/umd/index.js +1 -1
  89. package/package.json +4 -2
@@ -1,64 +1,3417 @@
1
- import type { ApiResponse, SuccessResponse } from './common';
2
- import type { IApplicationWithId, IApplicationPopulated, IStudentResponse, IUserWithId, IProgramWithId } from './serialized';
1
+ import { z } from 'zod';
2
+ export declare const ProgramCountItemSchema: z.ZodObject<{
3
+ program_id: z.ZodOptional<z.ZodString>;
4
+ count: z.ZodOptional<z.ZodNumber>;
5
+ }, "strip", z.ZodTypeAny, {
6
+ program_id?: string | undefined;
7
+ count?: number | undefined;
8
+ }, {
9
+ program_id?: string | undefined;
10
+ count?: number | undefined;
11
+ }>;
12
+ export declare const GetApplicationsResponseSchema: z.ZodObject<{
13
+ success: z.ZodBoolean;
14
+ message: z.ZodOptional<z.ZodString>;
15
+ } & {
16
+ data: z.ZodOptional<z.ZodArray<z.ZodType<import("..").IApplicationPopulatedDef, z.ZodTypeDef, import("..").IApplicationPopulatedDef>, "many">>;
17
+ }, "strip", z.ZodTypeAny, {
18
+ success: boolean;
19
+ message?: string | undefined;
20
+ data?: import("..").IApplicationPopulatedDef[] | undefined;
21
+ }, {
22
+ success: boolean;
23
+ message?: string | undefined;
24
+ data?: import("..").IApplicationPopulatedDef[] | undefined;
25
+ }>;
26
+ export declare const GetMyStudentsApplicationsResponseSchema: z.ZodObject<{
27
+ success: z.ZodBoolean;
28
+ data: z.ZodOptional<z.ZodObject<{
29
+ applications: z.ZodArray<z.ZodType<import("..").IApplicationPopulatedDef, z.ZodTypeDef, import("..").IApplicationPopulatedDef>, "many">;
30
+ user: z.ZodObject<{
31
+ generaldocs_threads: z.ZodOptional<z.ZodArray<z.ZodObject<{
32
+ isFinalVersion: z.ZodOptional<z.ZodBoolean>;
33
+ latest_message_left_by_id: z.ZodOptional<z.ZodString>;
34
+ doc_thread_id: z.ZodOptional<z.ZodString>;
35
+ updatedAt: z.ZodOptional<z.ZodDate>;
36
+ createdAt: z.ZodOptional<z.ZodDate>;
37
+ }, "strip", z.ZodTypeAny, {
38
+ updatedAt?: Date | undefined;
39
+ isFinalVersion?: boolean | undefined;
40
+ latest_message_left_by_id?: string | undefined;
41
+ doc_thread_id?: string | undefined;
42
+ createdAt?: Date | undefined;
43
+ }, {
44
+ updatedAt?: Date | undefined;
45
+ isFinalVersion?: boolean | undefined;
46
+ latest_message_left_by_id?: string | undefined;
47
+ doc_thread_id?: string | undefined;
48
+ createdAt?: Date | undefined;
49
+ }>, "many">>;
50
+ _id: z.ZodString;
51
+ role: z.ZodOptional<z.ZodString>;
52
+ firstname: z.ZodOptional<z.ZodString>;
53
+ firstname_chinese: z.ZodOptional<z.ZodString>;
54
+ lastname: z.ZodOptional<z.ZodString>;
55
+ lastname_chinese: z.ZodOptional<z.ZodString>;
56
+ email: z.ZodOptional<z.ZodString>;
57
+ pictureUrl: z.ZodOptional<z.ZodString>;
58
+ archiv: z.ZodOptional<z.ZodBoolean>;
59
+ birthday: z.ZodOptional<z.ZodString>;
60
+ linkedIn: z.ZodOptional<z.ZodString>;
61
+ lineId: z.ZodOptional<z.ZodString>;
62
+ timezone: z.ZodOptional<z.ZodString>;
63
+ isAccountActivated: z.ZodOptional<z.ZodBoolean>;
64
+ notification: z.ZodOptional<z.ZodObject<{
65
+ isRead_survey_not_complete: z.ZodOptional<z.ZodBoolean>;
66
+ isRead_uni_assist_task_assigned: z.ZodOptional<z.ZodBoolean>;
67
+ isRead_new_agent_assigned: z.ZodOptional<z.ZodBoolean>;
68
+ isRead_new_editor_assigned: z.ZodOptional<z.ZodBoolean>;
69
+ isRead_new_cvmlrl_tasks_created: z.ZodOptional<z.ZodBoolean>;
70
+ isRead_new_cvmlrl_messsage: z.ZodOptional<z.ZodBoolean>;
71
+ isRead_base_documents_missing: z.ZodOptional<z.ZodBoolean>;
72
+ isRead_base_documents_rejected: z.ZodOptional<z.ZodBoolean>;
73
+ isRead_new_programs_assigned: z.ZodOptional<z.ZodBoolean>;
74
+ }, "strip", z.ZodTypeAny, {
75
+ isRead_survey_not_complete?: boolean | undefined;
76
+ isRead_uni_assist_task_assigned?: boolean | undefined;
77
+ isRead_new_agent_assigned?: boolean | undefined;
78
+ isRead_new_editor_assigned?: boolean | undefined;
79
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
80
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
81
+ isRead_base_documents_missing?: boolean | undefined;
82
+ isRead_base_documents_rejected?: boolean | undefined;
83
+ isRead_new_programs_assigned?: boolean | undefined;
84
+ }, {
85
+ isRead_survey_not_complete?: boolean | undefined;
86
+ isRead_uni_assist_task_assigned?: boolean | undefined;
87
+ isRead_new_agent_assigned?: boolean | undefined;
88
+ isRead_new_editor_assigned?: boolean | undefined;
89
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
90
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
91
+ isRead_base_documents_missing?: boolean | undefined;
92
+ isRead_base_documents_rejected?: boolean | undefined;
93
+ isRead_new_programs_assigned?: boolean | undefined;
94
+ }>>;
95
+ taigerai: z.ZodOptional<z.ZodObject<{
96
+ input: z.ZodOptional<z.ZodObject<{
97
+ name: z.ZodOptional<z.ZodString>;
98
+ status: z.ZodOptional<z.ZodString>;
99
+ file_category: z.ZodOptional<z.ZodString>;
100
+ path: z.ZodOptional<z.ZodString>;
101
+ updatedAt: z.ZodOptional<z.ZodDate>;
102
+ }, "strip", z.ZodTypeAny, {
103
+ updatedAt?: Date | undefined;
104
+ name?: string | undefined;
105
+ path?: string | undefined;
106
+ status?: string | undefined;
107
+ file_category?: string | undefined;
108
+ }, {
109
+ updatedAt?: Date | undefined;
110
+ name?: string | undefined;
111
+ path?: string | undefined;
112
+ status?: string | undefined;
113
+ file_category?: string | undefined;
114
+ }>>;
115
+ output: z.ZodOptional<z.ZodObject<{
116
+ name: z.ZodOptional<z.ZodString>;
117
+ status: z.ZodOptional<z.ZodString>;
118
+ file_category: z.ZodOptional<z.ZodString>;
119
+ path: z.ZodOptional<z.ZodString>;
120
+ updatedAt: z.ZodOptional<z.ZodDate>;
121
+ }, "strip", z.ZodTypeAny, {
122
+ updatedAt?: Date | undefined;
123
+ name?: string | undefined;
124
+ path?: string | undefined;
125
+ status?: string | undefined;
126
+ file_category?: string | undefined;
127
+ }, {
128
+ updatedAt?: Date | undefined;
129
+ name?: string | undefined;
130
+ path?: string | undefined;
131
+ status?: string | undefined;
132
+ file_category?: string | undefined;
133
+ }>>;
134
+ feedback: z.ZodOptional<z.ZodObject<{
135
+ message: z.ZodOptional<z.ZodString>;
136
+ updatedAt: z.ZodOptional<z.ZodDate>;
137
+ }, "strip", z.ZodTypeAny, {
138
+ updatedAt?: Date | undefined;
139
+ message?: string | undefined;
140
+ }, {
141
+ updatedAt?: Date | undefined;
142
+ message?: string | undefined;
143
+ }>>;
144
+ }, "strip", z.ZodTypeAny, {
145
+ input?: {
146
+ updatedAt?: Date | undefined;
147
+ name?: string | undefined;
148
+ path?: string | undefined;
149
+ status?: string | undefined;
150
+ file_category?: string | undefined;
151
+ } | undefined;
152
+ output?: {
153
+ updatedAt?: Date | undefined;
154
+ name?: string | undefined;
155
+ path?: string | undefined;
156
+ status?: string | undefined;
157
+ file_category?: string | undefined;
158
+ } | undefined;
159
+ feedback?: {
160
+ updatedAt?: Date | undefined;
161
+ message?: string | undefined;
162
+ } | undefined;
163
+ }, {
164
+ input?: {
165
+ updatedAt?: Date | undefined;
166
+ name?: string | undefined;
167
+ path?: string | undefined;
168
+ status?: string | undefined;
169
+ file_category?: string | undefined;
170
+ } | undefined;
171
+ output?: {
172
+ updatedAt?: Date | undefined;
173
+ name?: string | undefined;
174
+ path?: string | undefined;
175
+ status?: string | undefined;
176
+ file_category?: string | undefined;
177
+ } | undefined;
178
+ feedback?: {
179
+ updatedAt?: Date | undefined;
180
+ message?: string | undefined;
181
+ } | undefined;
182
+ }>>;
183
+ application_preference: z.ZodOptional<z.ZodObject<{
184
+ expected_application_date: z.ZodOptional<z.ZodString>;
185
+ expected_application_semester: z.ZodOptional<z.ZodString>;
186
+ target_program_language: z.ZodOptional<z.ZodString>;
187
+ target_application_field: z.ZodOptional<z.ZodString>;
188
+ targetApplicationSubjects: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
189
+ target_degree: z.ZodOptional<z.ZodString>;
190
+ considered_privat_universities: z.ZodOptional<z.ZodString>;
191
+ special_wished: z.ZodOptional<z.ZodString>;
192
+ application_outside_germany: z.ZodOptional<z.ZodString>;
193
+ updatedAt: z.ZodOptional<z.ZodDate>;
194
+ }, "strip", z.ZodTypeAny, {
195
+ updatedAt?: Date | undefined;
196
+ expected_application_date?: string | undefined;
197
+ expected_application_semester?: string | undefined;
198
+ target_program_language?: string | undefined;
199
+ target_application_field?: string | undefined;
200
+ targetApplicationSubjects?: string[] | undefined;
201
+ target_degree?: string | undefined;
202
+ considered_privat_universities?: string | undefined;
203
+ special_wished?: string | undefined;
204
+ application_outside_germany?: string | undefined;
205
+ }, {
206
+ updatedAt?: Date | undefined;
207
+ expected_application_date?: string | undefined;
208
+ expected_application_semester?: string | undefined;
209
+ target_program_language?: string | undefined;
210
+ target_application_field?: string | undefined;
211
+ targetApplicationSubjects?: string[] | undefined;
212
+ target_degree?: string | undefined;
213
+ considered_privat_universities?: string | undefined;
214
+ special_wished?: string | undefined;
215
+ application_outside_germany?: string | undefined;
216
+ }>>;
217
+ academic_background: z.ZodOptional<z.ZodObject<{
218
+ university: z.ZodOptional<z.ZodObject<{
219
+ high_school_isGraduated: z.ZodOptional<z.ZodString>;
220
+ attended_high_school: z.ZodOptional<z.ZodString>;
221
+ high_school_graduated_year: z.ZodOptional<z.ZodString>;
222
+ attended_university: z.ZodOptional<z.ZodString>;
223
+ attended_university_program: z.ZodOptional<z.ZodString>;
224
+ isGraduated: z.ZodOptional<z.ZodString>;
225
+ expected_grad_date: z.ZodOptional<z.ZodString>;
226
+ Highest_GPA_Uni: z.ZodOptional<z.ZodNumber>;
227
+ Passing_GPA_Uni: z.ZodOptional<z.ZodNumber>;
228
+ My_GPA_Uni: z.ZodOptional<z.ZodNumber>;
229
+ Has_Exchange_Experience: z.ZodOptional<z.ZodString>;
230
+ isSecondGraduated: z.ZodOptional<z.ZodString>;
231
+ expectedSecondDegreeGradDate: z.ZodOptional<z.ZodString>;
232
+ attendedSecondDegreeUniversity: z.ZodOptional<z.ZodString>;
233
+ attendedSecondDegreeProgram: z.ZodOptional<z.ZodString>;
234
+ highestSecondDegreeGPA: z.ZodOptional<z.ZodNumber>;
235
+ passingSecondDegreeGPA: z.ZodOptional<z.ZodNumber>;
236
+ mySecondDegreeGPA: z.ZodOptional<z.ZodNumber>;
237
+ Has_Internship_Experience: z.ZodOptional<z.ZodString>;
238
+ Has_Working_Experience: z.ZodOptional<z.ZodString>;
239
+ updatedAt: z.ZodOptional<z.ZodDate>;
240
+ }, "strip", z.ZodTypeAny, {
241
+ updatedAt?: Date | undefined;
242
+ high_school_isGraduated?: string | undefined;
243
+ attended_high_school?: string | undefined;
244
+ high_school_graduated_year?: string | undefined;
245
+ attended_university?: string | undefined;
246
+ attended_university_program?: string | undefined;
247
+ isGraduated?: string | undefined;
248
+ expected_grad_date?: string | undefined;
249
+ Highest_GPA_Uni?: number | undefined;
250
+ Passing_GPA_Uni?: number | undefined;
251
+ My_GPA_Uni?: number | undefined;
252
+ Has_Exchange_Experience?: string | undefined;
253
+ isSecondGraduated?: string | undefined;
254
+ expectedSecondDegreeGradDate?: string | undefined;
255
+ attendedSecondDegreeUniversity?: string | undefined;
256
+ attendedSecondDegreeProgram?: string | undefined;
257
+ highestSecondDegreeGPA?: number | undefined;
258
+ passingSecondDegreeGPA?: number | undefined;
259
+ mySecondDegreeGPA?: number | undefined;
260
+ Has_Internship_Experience?: string | undefined;
261
+ Has_Working_Experience?: string | undefined;
262
+ }, {
263
+ updatedAt?: Date | undefined;
264
+ high_school_isGraduated?: string | undefined;
265
+ attended_high_school?: string | undefined;
266
+ high_school_graduated_year?: string | undefined;
267
+ attended_university?: string | undefined;
268
+ attended_university_program?: string | undefined;
269
+ isGraduated?: string | undefined;
270
+ expected_grad_date?: string | undefined;
271
+ Highest_GPA_Uni?: number | undefined;
272
+ Passing_GPA_Uni?: number | undefined;
273
+ My_GPA_Uni?: number | undefined;
274
+ Has_Exchange_Experience?: string | undefined;
275
+ isSecondGraduated?: string | undefined;
276
+ expectedSecondDegreeGradDate?: string | undefined;
277
+ attendedSecondDegreeUniversity?: string | undefined;
278
+ attendedSecondDegreeProgram?: string | undefined;
279
+ highestSecondDegreeGPA?: number | undefined;
280
+ passingSecondDegreeGPA?: number | undefined;
281
+ mySecondDegreeGPA?: number | undefined;
282
+ Has_Internship_Experience?: string | undefined;
283
+ Has_Working_Experience?: string | undefined;
284
+ }>>;
285
+ language: z.ZodOptional<z.ZodObject<{
286
+ english_isPassed: z.ZodOptional<z.ZodString>;
287
+ english_certificate: z.ZodOptional<z.ZodString>;
288
+ english_score: z.ZodOptional<z.ZodString>;
289
+ english_score_reading: z.ZodOptional<z.ZodString>;
290
+ english_score_listening: z.ZodOptional<z.ZodString>;
291
+ english_score_writing: z.ZodOptional<z.ZodString>;
292
+ english_score_speaking: z.ZodOptional<z.ZodString>;
293
+ english_test_date: z.ZodOptional<z.ZodString>;
294
+ german_isPassed: z.ZodOptional<z.ZodString>;
295
+ german_certificate: z.ZodOptional<z.ZodString>;
296
+ german_score: z.ZodOptional<z.ZodString>;
297
+ german_test_date: z.ZodOptional<z.ZodString>;
298
+ gre_isPassed: z.ZodOptional<z.ZodString>;
299
+ gre_certificate: z.ZodOptional<z.ZodString>;
300
+ gre_score: z.ZodOptional<z.ZodString>;
301
+ gre_test_date: z.ZodOptional<z.ZodString>;
302
+ gmat_isPassed: z.ZodOptional<z.ZodString>;
303
+ gmat_certificate: z.ZodOptional<z.ZodString>;
304
+ gmat_score: z.ZodOptional<z.ZodString>;
305
+ gmat_test_date: z.ZodOptional<z.ZodString>;
306
+ updatedAt: z.ZodOptional<z.ZodDate>;
307
+ }, "strip", z.ZodTypeAny, {
308
+ updatedAt?: Date | undefined;
309
+ english_isPassed?: string | undefined;
310
+ english_certificate?: string | undefined;
311
+ english_score?: string | undefined;
312
+ english_score_reading?: string | undefined;
313
+ english_score_listening?: string | undefined;
314
+ english_score_writing?: string | undefined;
315
+ english_score_speaking?: string | undefined;
316
+ english_test_date?: string | undefined;
317
+ german_isPassed?: string | undefined;
318
+ german_certificate?: string | undefined;
319
+ german_score?: string | undefined;
320
+ german_test_date?: string | undefined;
321
+ gre_isPassed?: string | undefined;
322
+ gre_certificate?: string | undefined;
323
+ gre_score?: string | undefined;
324
+ gre_test_date?: string | undefined;
325
+ gmat_isPassed?: string | undefined;
326
+ gmat_certificate?: string | undefined;
327
+ gmat_score?: string | undefined;
328
+ gmat_test_date?: string | undefined;
329
+ }, {
330
+ updatedAt?: Date | undefined;
331
+ english_isPassed?: string | undefined;
332
+ english_certificate?: string | undefined;
333
+ english_score?: string | undefined;
334
+ english_score_reading?: string | undefined;
335
+ english_score_listening?: string | undefined;
336
+ english_score_writing?: string | undefined;
337
+ english_score_speaking?: string | undefined;
338
+ english_test_date?: string | undefined;
339
+ german_isPassed?: string | undefined;
340
+ german_certificate?: string | undefined;
341
+ german_score?: string | undefined;
342
+ german_test_date?: string | undefined;
343
+ gre_isPassed?: string | undefined;
344
+ gre_certificate?: string | undefined;
345
+ gre_score?: string | undefined;
346
+ gre_test_date?: string | undefined;
347
+ gmat_isPassed?: string | undefined;
348
+ gmat_certificate?: string | undefined;
349
+ gmat_score?: string | undefined;
350
+ gmat_test_date?: string | undefined;
351
+ }>>;
352
+ }, "strip", z.ZodTypeAny, {
353
+ university?: {
354
+ updatedAt?: Date | undefined;
355
+ high_school_isGraduated?: string | undefined;
356
+ attended_high_school?: string | undefined;
357
+ high_school_graduated_year?: string | undefined;
358
+ attended_university?: string | undefined;
359
+ attended_university_program?: string | undefined;
360
+ isGraduated?: string | undefined;
361
+ expected_grad_date?: string | undefined;
362
+ Highest_GPA_Uni?: number | undefined;
363
+ Passing_GPA_Uni?: number | undefined;
364
+ My_GPA_Uni?: number | undefined;
365
+ Has_Exchange_Experience?: string | undefined;
366
+ isSecondGraduated?: string | undefined;
367
+ expectedSecondDegreeGradDate?: string | undefined;
368
+ attendedSecondDegreeUniversity?: string | undefined;
369
+ attendedSecondDegreeProgram?: string | undefined;
370
+ highestSecondDegreeGPA?: number | undefined;
371
+ passingSecondDegreeGPA?: number | undefined;
372
+ mySecondDegreeGPA?: number | undefined;
373
+ Has_Internship_Experience?: string | undefined;
374
+ Has_Working_Experience?: string | undefined;
375
+ } | undefined;
376
+ language?: {
377
+ updatedAt?: Date | undefined;
378
+ english_isPassed?: string | undefined;
379
+ english_certificate?: string | undefined;
380
+ english_score?: string | undefined;
381
+ english_score_reading?: string | undefined;
382
+ english_score_listening?: string | undefined;
383
+ english_score_writing?: string | undefined;
384
+ english_score_speaking?: string | undefined;
385
+ english_test_date?: string | undefined;
386
+ german_isPassed?: string | undefined;
387
+ german_certificate?: string | undefined;
388
+ german_score?: string | undefined;
389
+ german_test_date?: string | undefined;
390
+ gre_isPassed?: string | undefined;
391
+ gre_certificate?: string | undefined;
392
+ gre_score?: string | undefined;
393
+ gre_test_date?: string | undefined;
394
+ gmat_isPassed?: string | undefined;
395
+ gmat_certificate?: string | undefined;
396
+ gmat_score?: string | undefined;
397
+ gmat_test_date?: string | undefined;
398
+ } | undefined;
399
+ }, {
400
+ university?: {
401
+ updatedAt?: Date | undefined;
402
+ high_school_isGraduated?: string | undefined;
403
+ attended_high_school?: string | undefined;
404
+ high_school_graduated_year?: string | undefined;
405
+ attended_university?: string | undefined;
406
+ attended_university_program?: string | undefined;
407
+ isGraduated?: string | undefined;
408
+ expected_grad_date?: string | undefined;
409
+ Highest_GPA_Uni?: number | undefined;
410
+ Passing_GPA_Uni?: number | undefined;
411
+ My_GPA_Uni?: number | undefined;
412
+ Has_Exchange_Experience?: string | undefined;
413
+ isSecondGraduated?: string | undefined;
414
+ expectedSecondDegreeGradDate?: string | undefined;
415
+ attendedSecondDegreeUniversity?: string | undefined;
416
+ attendedSecondDegreeProgram?: string | undefined;
417
+ highestSecondDegreeGPA?: number | undefined;
418
+ passingSecondDegreeGPA?: number | undefined;
419
+ mySecondDegreeGPA?: number | undefined;
420
+ Has_Internship_Experience?: string | undefined;
421
+ Has_Working_Experience?: string | undefined;
422
+ } | undefined;
423
+ language?: {
424
+ updatedAt?: Date | undefined;
425
+ english_isPassed?: string | undefined;
426
+ english_certificate?: string | undefined;
427
+ english_score?: string | undefined;
428
+ english_score_reading?: string | undefined;
429
+ english_score_listening?: string | undefined;
430
+ english_score_writing?: string | undefined;
431
+ english_score_speaking?: string | undefined;
432
+ english_test_date?: string | undefined;
433
+ german_isPassed?: string | undefined;
434
+ german_certificate?: string | undefined;
435
+ german_score?: string | undefined;
436
+ german_test_date?: string | undefined;
437
+ gre_isPassed?: string | undefined;
438
+ gre_certificate?: string | undefined;
439
+ gre_score?: string | undefined;
440
+ gre_test_date?: string | undefined;
441
+ gmat_isPassed?: string | undefined;
442
+ gmat_certificate?: string | undefined;
443
+ gmat_score?: string | undefined;
444
+ gmat_test_date?: string | undefined;
445
+ } | undefined;
446
+ }>>;
447
+ lastLoginAt: z.ZodOptional<z.ZodDate>;
448
+ needEditor: z.ZodOptional<z.ZodBoolean>;
449
+ applying_program_count: z.ZodOptional<z.ZodNumber>;
450
+ attributes: z.ZodOptional<z.ZodArray<z.ZodObject<{
451
+ value: z.ZodNumber;
452
+ name: z.ZodString;
453
+ }, "strip", z.ZodTypeAny, {
454
+ name: string;
455
+ value: number;
456
+ }, {
457
+ name: string;
458
+ value: number;
459
+ }>, "many">>;
460
+ profile: z.ZodOptional<z.ZodArray<z.ZodObject<{
461
+ name: z.ZodString;
462
+ status: z.ZodOptional<z.ZodString>;
463
+ required: z.ZodBoolean;
464
+ path: z.ZodOptional<z.ZodString>;
465
+ feedback: z.ZodOptional<z.ZodString>;
466
+ updatedAt: z.ZodOptional<z.ZodDate>;
467
+ }, "strip", z.ZodTypeAny, {
468
+ name: string;
469
+ required: boolean;
470
+ updatedAt?: Date | undefined;
471
+ path?: string | undefined;
472
+ status?: string | undefined;
473
+ feedback?: string | undefined;
474
+ }, {
475
+ name: string;
476
+ required: boolean;
477
+ updatedAt?: Date | undefined;
478
+ path?: string | undefined;
479
+ status?: string | undefined;
480
+ feedback?: string | undefined;
481
+ }>, "many">>;
482
+ courses: z.ZodOptional<z.ZodObject<{
483
+ student_id: z.ZodOptional<z.ZodString>;
484
+ name: z.ZodOptional<z.ZodString>;
485
+ table_data_string: z.ZodOptional<z.ZodString>;
486
+ table_data_string_locked: z.ZodOptional<z.ZodBoolean>;
487
+ table_data_string_taiger_guided: z.ZodOptional<z.ZodString>;
488
+ updatedAt: z.ZodOptional<z.ZodDate>;
489
+ analysis: z.ZodOptional<z.ZodObject<{
490
+ path: z.ZodOptional<z.ZodString>;
491
+ analyzed_course: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
492
+ isAnalysed: z.ZodOptional<z.ZodBoolean>;
493
+ isAnalysedV2: z.ZodOptional<z.ZodBoolean>;
494
+ pathV2: z.ZodOptional<z.ZodString>;
495
+ updatedAtV2: z.ZodOptional<z.ZodDate>;
496
+ updatedAt: z.ZodOptional<z.ZodDate>;
497
+ }, "strip", z.ZodTypeAny, {
498
+ updatedAt?: Date | undefined;
499
+ path?: string | undefined;
500
+ analyzed_course?: string[] | undefined;
501
+ isAnalysed?: boolean | undefined;
502
+ isAnalysedV2?: boolean | undefined;
503
+ pathV2?: string | undefined;
504
+ updatedAtV2?: Date | undefined;
505
+ }, {
506
+ updatedAt?: Date | undefined;
507
+ path?: string | undefined;
508
+ analyzed_course?: string[] | undefined;
509
+ isAnalysed?: boolean | undefined;
510
+ isAnalysedV2?: boolean | undefined;
511
+ pathV2?: string | undefined;
512
+ updatedAtV2?: Date | undefined;
513
+ }>>;
514
+ }, "strip", z.ZodTypeAny, {
515
+ updatedAt?: Date | undefined;
516
+ name?: string | undefined;
517
+ student_id?: string | undefined;
518
+ table_data_string?: string | undefined;
519
+ table_data_string_locked?: boolean | undefined;
520
+ table_data_string_taiger_guided?: string | undefined;
521
+ analysis?: {
522
+ updatedAt?: Date | undefined;
523
+ path?: string | undefined;
524
+ analyzed_course?: string[] | undefined;
525
+ isAnalysed?: boolean | undefined;
526
+ isAnalysedV2?: boolean | undefined;
527
+ pathV2?: string | undefined;
528
+ updatedAtV2?: Date | undefined;
529
+ } | undefined;
530
+ }, {
531
+ updatedAt?: Date | undefined;
532
+ name?: string | undefined;
533
+ student_id?: string | undefined;
534
+ table_data_string?: string | undefined;
535
+ table_data_string_locked?: boolean | undefined;
536
+ table_data_string_taiger_guided?: string | undefined;
537
+ analysis?: {
538
+ updatedAt?: Date | undefined;
539
+ path?: string | undefined;
540
+ analyzed_course?: string[] | undefined;
541
+ isAnalysed?: boolean | undefined;
542
+ isAnalysedV2?: boolean | undefined;
543
+ pathV2?: string | undefined;
544
+ updatedAtV2?: Date | undefined;
545
+ } | undefined;
546
+ }>>;
547
+ }, "strip", z.ZodTypeAny, {
548
+ _id: string;
549
+ needEditor?: boolean | undefined;
550
+ applying_program_count?: number | undefined;
551
+ attributes?: {
552
+ name: string;
553
+ value: number;
554
+ }[] | undefined;
555
+ profile?: {
556
+ name: string;
557
+ required: boolean;
558
+ updatedAt?: Date | undefined;
559
+ path?: string | undefined;
560
+ status?: string | undefined;
561
+ feedback?: string | undefined;
562
+ }[] | undefined;
563
+ generaldocs_threads?: {
564
+ updatedAt?: Date | undefined;
565
+ isFinalVersion?: boolean | undefined;
566
+ latest_message_left_by_id?: string | undefined;
567
+ doc_thread_id?: string | undefined;
568
+ createdAt?: Date | undefined;
569
+ }[] | undefined;
570
+ role?: string | undefined;
571
+ firstname?: string | undefined;
572
+ firstname_chinese?: string | undefined;
573
+ lastname?: string | undefined;
574
+ lastname_chinese?: string | undefined;
575
+ email?: string | undefined;
576
+ pictureUrl?: string | undefined;
577
+ archiv?: boolean | undefined;
578
+ birthday?: string | undefined;
579
+ linkedIn?: string | undefined;
580
+ lineId?: string | undefined;
581
+ timezone?: string | undefined;
582
+ isAccountActivated?: boolean | undefined;
583
+ notification?: {
584
+ isRead_survey_not_complete?: boolean | undefined;
585
+ isRead_uni_assist_task_assigned?: boolean | undefined;
586
+ isRead_new_agent_assigned?: boolean | undefined;
587
+ isRead_new_editor_assigned?: boolean | undefined;
588
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
589
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
590
+ isRead_base_documents_missing?: boolean | undefined;
591
+ isRead_base_documents_rejected?: boolean | undefined;
592
+ isRead_new_programs_assigned?: boolean | undefined;
593
+ } | undefined;
594
+ taigerai?: {
595
+ input?: {
596
+ updatedAt?: Date | undefined;
597
+ name?: string | undefined;
598
+ path?: string | undefined;
599
+ status?: string | undefined;
600
+ file_category?: string | undefined;
601
+ } | undefined;
602
+ output?: {
603
+ updatedAt?: Date | undefined;
604
+ name?: string | undefined;
605
+ path?: string | undefined;
606
+ status?: string | undefined;
607
+ file_category?: string | undefined;
608
+ } | undefined;
609
+ feedback?: {
610
+ updatedAt?: Date | undefined;
611
+ message?: string | undefined;
612
+ } | undefined;
613
+ } | undefined;
614
+ application_preference?: {
615
+ updatedAt?: Date | undefined;
616
+ expected_application_date?: string | undefined;
617
+ expected_application_semester?: string | undefined;
618
+ target_program_language?: string | undefined;
619
+ target_application_field?: string | undefined;
620
+ targetApplicationSubjects?: string[] | undefined;
621
+ target_degree?: string | undefined;
622
+ considered_privat_universities?: string | undefined;
623
+ special_wished?: string | undefined;
624
+ application_outside_germany?: string | undefined;
625
+ } | undefined;
626
+ academic_background?: {
627
+ university?: {
628
+ updatedAt?: Date | undefined;
629
+ high_school_isGraduated?: string | undefined;
630
+ attended_high_school?: string | undefined;
631
+ high_school_graduated_year?: string | undefined;
632
+ attended_university?: string | undefined;
633
+ attended_university_program?: string | undefined;
634
+ isGraduated?: string | undefined;
635
+ expected_grad_date?: string | undefined;
636
+ Highest_GPA_Uni?: number | undefined;
637
+ Passing_GPA_Uni?: number | undefined;
638
+ My_GPA_Uni?: number | undefined;
639
+ Has_Exchange_Experience?: string | undefined;
640
+ isSecondGraduated?: string | undefined;
641
+ expectedSecondDegreeGradDate?: string | undefined;
642
+ attendedSecondDegreeUniversity?: string | undefined;
643
+ attendedSecondDegreeProgram?: string | undefined;
644
+ highestSecondDegreeGPA?: number | undefined;
645
+ passingSecondDegreeGPA?: number | undefined;
646
+ mySecondDegreeGPA?: number | undefined;
647
+ Has_Internship_Experience?: string | undefined;
648
+ Has_Working_Experience?: string | undefined;
649
+ } | undefined;
650
+ language?: {
651
+ updatedAt?: Date | undefined;
652
+ english_isPassed?: string | undefined;
653
+ english_certificate?: string | undefined;
654
+ english_score?: string | undefined;
655
+ english_score_reading?: string | undefined;
656
+ english_score_listening?: string | undefined;
657
+ english_score_writing?: string | undefined;
658
+ english_score_speaking?: string | undefined;
659
+ english_test_date?: string | undefined;
660
+ german_isPassed?: string | undefined;
661
+ german_certificate?: string | undefined;
662
+ german_score?: string | undefined;
663
+ german_test_date?: string | undefined;
664
+ gre_isPassed?: string | undefined;
665
+ gre_certificate?: string | undefined;
666
+ gre_score?: string | undefined;
667
+ gre_test_date?: string | undefined;
668
+ gmat_isPassed?: string | undefined;
669
+ gmat_certificate?: string | undefined;
670
+ gmat_score?: string | undefined;
671
+ gmat_test_date?: string | undefined;
672
+ } | undefined;
673
+ } | undefined;
674
+ lastLoginAt?: Date | undefined;
675
+ courses?: {
676
+ updatedAt?: Date | undefined;
677
+ name?: string | undefined;
678
+ student_id?: string | undefined;
679
+ table_data_string?: string | undefined;
680
+ table_data_string_locked?: boolean | undefined;
681
+ table_data_string_taiger_guided?: string | undefined;
682
+ analysis?: {
683
+ updatedAt?: Date | undefined;
684
+ path?: string | undefined;
685
+ analyzed_course?: string[] | undefined;
686
+ isAnalysed?: boolean | undefined;
687
+ isAnalysedV2?: boolean | undefined;
688
+ pathV2?: string | undefined;
689
+ updatedAtV2?: Date | undefined;
690
+ } | undefined;
691
+ } | undefined;
692
+ }, {
693
+ _id: string;
694
+ needEditor?: boolean | undefined;
695
+ applying_program_count?: number | undefined;
696
+ attributes?: {
697
+ name: string;
698
+ value: number;
699
+ }[] | undefined;
700
+ profile?: {
701
+ name: string;
702
+ required: boolean;
703
+ updatedAt?: Date | undefined;
704
+ path?: string | undefined;
705
+ status?: string | undefined;
706
+ feedback?: string | undefined;
707
+ }[] | undefined;
708
+ generaldocs_threads?: {
709
+ updatedAt?: Date | undefined;
710
+ isFinalVersion?: boolean | undefined;
711
+ latest_message_left_by_id?: string | undefined;
712
+ doc_thread_id?: string | undefined;
713
+ createdAt?: Date | undefined;
714
+ }[] | undefined;
715
+ role?: string | undefined;
716
+ firstname?: string | undefined;
717
+ firstname_chinese?: string | undefined;
718
+ lastname?: string | undefined;
719
+ lastname_chinese?: string | undefined;
720
+ email?: string | undefined;
721
+ pictureUrl?: string | undefined;
722
+ archiv?: boolean | undefined;
723
+ birthday?: string | undefined;
724
+ linkedIn?: string | undefined;
725
+ lineId?: string | undefined;
726
+ timezone?: string | undefined;
727
+ isAccountActivated?: boolean | undefined;
728
+ notification?: {
729
+ isRead_survey_not_complete?: boolean | undefined;
730
+ isRead_uni_assist_task_assigned?: boolean | undefined;
731
+ isRead_new_agent_assigned?: boolean | undefined;
732
+ isRead_new_editor_assigned?: boolean | undefined;
733
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
734
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
735
+ isRead_base_documents_missing?: boolean | undefined;
736
+ isRead_base_documents_rejected?: boolean | undefined;
737
+ isRead_new_programs_assigned?: boolean | undefined;
738
+ } | undefined;
739
+ taigerai?: {
740
+ input?: {
741
+ updatedAt?: Date | undefined;
742
+ name?: string | undefined;
743
+ path?: string | undefined;
744
+ status?: string | undefined;
745
+ file_category?: string | undefined;
746
+ } | undefined;
747
+ output?: {
748
+ updatedAt?: Date | undefined;
749
+ name?: string | undefined;
750
+ path?: string | undefined;
751
+ status?: string | undefined;
752
+ file_category?: string | undefined;
753
+ } | undefined;
754
+ feedback?: {
755
+ updatedAt?: Date | undefined;
756
+ message?: string | undefined;
757
+ } | undefined;
758
+ } | undefined;
759
+ application_preference?: {
760
+ updatedAt?: Date | undefined;
761
+ expected_application_date?: string | undefined;
762
+ expected_application_semester?: string | undefined;
763
+ target_program_language?: string | undefined;
764
+ target_application_field?: string | undefined;
765
+ targetApplicationSubjects?: string[] | undefined;
766
+ target_degree?: string | undefined;
767
+ considered_privat_universities?: string | undefined;
768
+ special_wished?: string | undefined;
769
+ application_outside_germany?: string | undefined;
770
+ } | undefined;
771
+ academic_background?: {
772
+ university?: {
773
+ updatedAt?: Date | undefined;
774
+ high_school_isGraduated?: string | undefined;
775
+ attended_high_school?: string | undefined;
776
+ high_school_graduated_year?: string | undefined;
777
+ attended_university?: string | undefined;
778
+ attended_university_program?: string | undefined;
779
+ isGraduated?: string | undefined;
780
+ expected_grad_date?: string | undefined;
781
+ Highest_GPA_Uni?: number | undefined;
782
+ Passing_GPA_Uni?: number | undefined;
783
+ My_GPA_Uni?: number | undefined;
784
+ Has_Exchange_Experience?: string | undefined;
785
+ isSecondGraduated?: string | undefined;
786
+ expectedSecondDegreeGradDate?: string | undefined;
787
+ attendedSecondDegreeUniversity?: string | undefined;
788
+ attendedSecondDegreeProgram?: string | undefined;
789
+ highestSecondDegreeGPA?: number | undefined;
790
+ passingSecondDegreeGPA?: number | undefined;
791
+ mySecondDegreeGPA?: number | undefined;
792
+ Has_Internship_Experience?: string | undefined;
793
+ Has_Working_Experience?: string | undefined;
794
+ } | undefined;
795
+ language?: {
796
+ updatedAt?: Date | undefined;
797
+ english_isPassed?: string | undefined;
798
+ english_certificate?: string | undefined;
799
+ english_score?: string | undefined;
800
+ english_score_reading?: string | undefined;
801
+ english_score_listening?: string | undefined;
802
+ english_score_writing?: string | undefined;
803
+ english_score_speaking?: string | undefined;
804
+ english_test_date?: string | undefined;
805
+ german_isPassed?: string | undefined;
806
+ german_certificate?: string | undefined;
807
+ german_score?: string | undefined;
808
+ german_test_date?: string | undefined;
809
+ gre_isPassed?: string | undefined;
810
+ gre_certificate?: string | undefined;
811
+ gre_score?: string | undefined;
812
+ gre_test_date?: string | undefined;
813
+ gmat_isPassed?: string | undefined;
814
+ gmat_certificate?: string | undefined;
815
+ gmat_score?: string | undefined;
816
+ gmat_test_date?: string | undefined;
817
+ } | undefined;
818
+ } | undefined;
819
+ lastLoginAt?: Date | undefined;
820
+ courses?: {
821
+ updatedAt?: Date | undefined;
822
+ name?: string | undefined;
823
+ student_id?: string | undefined;
824
+ table_data_string?: string | undefined;
825
+ table_data_string_locked?: boolean | undefined;
826
+ table_data_string_taiger_guided?: string | undefined;
827
+ analysis?: {
828
+ updatedAt?: Date | undefined;
829
+ path?: string | undefined;
830
+ analyzed_course?: string[] | undefined;
831
+ isAnalysed?: boolean | undefined;
832
+ isAnalysedV2?: boolean | undefined;
833
+ pathV2?: string | undefined;
834
+ updatedAtV2?: Date | undefined;
835
+ } | undefined;
836
+ } | undefined;
837
+ }>;
838
+ }, "strip", z.ZodTypeAny, {
839
+ user: {
840
+ _id: string;
841
+ needEditor?: boolean | undefined;
842
+ applying_program_count?: number | undefined;
843
+ attributes?: {
844
+ name: string;
845
+ value: number;
846
+ }[] | undefined;
847
+ profile?: {
848
+ name: string;
849
+ required: boolean;
850
+ updatedAt?: Date | undefined;
851
+ path?: string | undefined;
852
+ status?: string | undefined;
853
+ feedback?: string | undefined;
854
+ }[] | undefined;
855
+ generaldocs_threads?: {
856
+ updatedAt?: Date | undefined;
857
+ isFinalVersion?: boolean | undefined;
858
+ latest_message_left_by_id?: string | undefined;
859
+ doc_thread_id?: string | undefined;
860
+ createdAt?: Date | undefined;
861
+ }[] | undefined;
862
+ role?: string | undefined;
863
+ firstname?: string | undefined;
864
+ firstname_chinese?: string | undefined;
865
+ lastname?: string | undefined;
866
+ lastname_chinese?: string | undefined;
867
+ email?: string | undefined;
868
+ pictureUrl?: string | undefined;
869
+ archiv?: boolean | undefined;
870
+ birthday?: string | undefined;
871
+ linkedIn?: string | undefined;
872
+ lineId?: string | undefined;
873
+ timezone?: string | undefined;
874
+ isAccountActivated?: boolean | undefined;
875
+ notification?: {
876
+ isRead_survey_not_complete?: boolean | undefined;
877
+ isRead_uni_assist_task_assigned?: boolean | undefined;
878
+ isRead_new_agent_assigned?: boolean | undefined;
879
+ isRead_new_editor_assigned?: boolean | undefined;
880
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
881
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
882
+ isRead_base_documents_missing?: boolean | undefined;
883
+ isRead_base_documents_rejected?: boolean | undefined;
884
+ isRead_new_programs_assigned?: boolean | undefined;
885
+ } | undefined;
886
+ taigerai?: {
887
+ input?: {
888
+ updatedAt?: Date | undefined;
889
+ name?: string | undefined;
890
+ path?: string | undefined;
891
+ status?: string | undefined;
892
+ file_category?: string | undefined;
893
+ } | undefined;
894
+ output?: {
895
+ updatedAt?: Date | undefined;
896
+ name?: string | undefined;
897
+ path?: string | undefined;
898
+ status?: string | undefined;
899
+ file_category?: string | undefined;
900
+ } | undefined;
901
+ feedback?: {
902
+ updatedAt?: Date | undefined;
903
+ message?: string | undefined;
904
+ } | undefined;
905
+ } | undefined;
906
+ application_preference?: {
907
+ updatedAt?: Date | undefined;
908
+ expected_application_date?: string | undefined;
909
+ expected_application_semester?: string | undefined;
910
+ target_program_language?: string | undefined;
911
+ target_application_field?: string | undefined;
912
+ targetApplicationSubjects?: string[] | undefined;
913
+ target_degree?: string | undefined;
914
+ considered_privat_universities?: string | undefined;
915
+ special_wished?: string | undefined;
916
+ application_outside_germany?: string | undefined;
917
+ } | undefined;
918
+ academic_background?: {
919
+ university?: {
920
+ updatedAt?: Date | undefined;
921
+ high_school_isGraduated?: string | undefined;
922
+ attended_high_school?: string | undefined;
923
+ high_school_graduated_year?: string | undefined;
924
+ attended_university?: string | undefined;
925
+ attended_university_program?: string | undefined;
926
+ isGraduated?: string | undefined;
927
+ expected_grad_date?: string | undefined;
928
+ Highest_GPA_Uni?: number | undefined;
929
+ Passing_GPA_Uni?: number | undefined;
930
+ My_GPA_Uni?: number | undefined;
931
+ Has_Exchange_Experience?: string | undefined;
932
+ isSecondGraduated?: string | undefined;
933
+ expectedSecondDegreeGradDate?: string | undefined;
934
+ attendedSecondDegreeUniversity?: string | undefined;
935
+ attendedSecondDegreeProgram?: string | undefined;
936
+ highestSecondDegreeGPA?: number | undefined;
937
+ passingSecondDegreeGPA?: number | undefined;
938
+ mySecondDegreeGPA?: number | undefined;
939
+ Has_Internship_Experience?: string | undefined;
940
+ Has_Working_Experience?: string | undefined;
941
+ } | undefined;
942
+ language?: {
943
+ updatedAt?: Date | undefined;
944
+ english_isPassed?: string | undefined;
945
+ english_certificate?: string | undefined;
946
+ english_score?: string | undefined;
947
+ english_score_reading?: string | undefined;
948
+ english_score_listening?: string | undefined;
949
+ english_score_writing?: string | undefined;
950
+ english_score_speaking?: string | undefined;
951
+ english_test_date?: string | undefined;
952
+ german_isPassed?: string | undefined;
953
+ german_certificate?: string | undefined;
954
+ german_score?: string | undefined;
955
+ german_test_date?: string | undefined;
956
+ gre_isPassed?: string | undefined;
957
+ gre_certificate?: string | undefined;
958
+ gre_score?: string | undefined;
959
+ gre_test_date?: string | undefined;
960
+ gmat_isPassed?: string | undefined;
961
+ gmat_certificate?: string | undefined;
962
+ gmat_score?: string | undefined;
963
+ gmat_test_date?: string | undefined;
964
+ } | undefined;
965
+ } | undefined;
966
+ lastLoginAt?: Date | undefined;
967
+ courses?: {
968
+ updatedAt?: Date | undefined;
969
+ name?: string | undefined;
970
+ student_id?: string | undefined;
971
+ table_data_string?: string | undefined;
972
+ table_data_string_locked?: boolean | undefined;
973
+ table_data_string_taiger_guided?: string | undefined;
974
+ analysis?: {
975
+ updatedAt?: Date | undefined;
976
+ path?: string | undefined;
977
+ analyzed_course?: string[] | undefined;
978
+ isAnalysed?: boolean | undefined;
979
+ isAnalysedV2?: boolean | undefined;
980
+ pathV2?: string | undefined;
981
+ updatedAtV2?: Date | undefined;
982
+ } | undefined;
983
+ } | undefined;
984
+ };
985
+ applications: import("..").IApplicationPopulatedDef[];
986
+ }, {
987
+ user: {
988
+ _id: string;
989
+ needEditor?: boolean | undefined;
990
+ applying_program_count?: number | undefined;
991
+ attributes?: {
992
+ name: string;
993
+ value: number;
994
+ }[] | undefined;
995
+ profile?: {
996
+ name: string;
997
+ required: boolean;
998
+ updatedAt?: Date | undefined;
999
+ path?: string | undefined;
1000
+ status?: string | undefined;
1001
+ feedback?: string | undefined;
1002
+ }[] | undefined;
1003
+ generaldocs_threads?: {
1004
+ updatedAt?: Date | undefined;
1005
+ isFinalVersion?: boolean | undefined;
1006
+ latest_message_left_by_id?: string | undefined;
1007
+ doc_thread_id?: string | undefined;
1008
+ createdAt?: Date | undefined;
1009
+ }[] | undefined;
1010
+ role?: string | undefined;
1011
+ firstname?: string | undefined;
1012
+ firstname_chinese?: string | undefined;
1013
+ lastname?: string | undefined;
1014
+ lastname_chinese?: string | undefined;
1015
+ email?: string | undefined;
1016
+ pictureUrl?: string | undefined;
1017
+ archiv?: boolean | undefined;
1018
+ birthday?: string | undefined;
1019
+ linkedIn?: string | undefined;
1020
+ lineId?: string | undefined;
1021
+ timezone?: string | undefined;
1022
+ isAccountActivated?: boolean | undefined;
1023
+ notification?: {
1024
+ isRead_survey_not_complete?: boolean | undefined;
1025
+ isRead_uni_assist_task_assigned?: boolean | undefined;
1026
+ isRead_new_agent_assigned?: boolean | undefined;
1027
+ isRead_new_editor_assigned?: boolean | undefined;
1028
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
1029
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
1030
+ isRead_base_documents_missing?: boolean | undefined;
1031
+ isRead_base_documents_rejected?: boolean | undefined;
1032
+ isRead_new_programs_assigned?: boolean | undefined;
1033
+ } | undefined;
1034
+ taigerai?: {
1035
+ input?: {
1036
+ updatedAt?: Date | undefined;
1037
+ name?: string | undefined;
1038
+ path?: string | undefined;
1039
+ status?: string | undefined;
1040
+ file_category?: string | undefined;
1041
+ } | undefined;
1042
+ output?: {
1043
+ updatedAt?: Date | undefined;
1044
+ name?: string | undefined;
1045
+ path?: string | undefined;
1046
+ status?: string | undefined;
1047
+ file_category?: string | undefined;
1048
+ } | undefined;
1049
+ feedback?: {
1050
+ updatedAt?: Date | undefined;
1051
+ message?: string | undefined;
1052
+ } | undefined;
1053
+ } | undefined;
1054
+ application_preference?: {
1055
+ updatedAt?: Date | undefined;
1056
+ expected_application_date?: string | undefined;
1057
+ expected_application_semester?: string | undefined;
1058
+ target_program_language?: string | undefined;
1059
+ target_application_field?: string | undefined;
1060
+ targetApplicationSubjects?: string[] | undefined;
1061
+ target_degree?: string | undefined;
1062
+ considered_privat_universities?: string | undefined;
1063
+ special_wished?: string | undefined;
1064
+ application_outside_germany?: string | undefined;
1065
+ } | undefined;
1066
+ academic_background?: {
1067
+ university?: {
1068
+ updatedAt?: Date | undefined;
1069
+ high_school_isGraduated?: string | undefined;
1070
+ attended_high_school?: string | undefined;
1071
+ high_school_graduated_year?: string | undefined;
1072
+ attended_university?: string | undefined;
1073
+ attended_university_program?: string | undefined;
1074
+ isGraduated?: string | undefined;
1075
+ expected_grad_date?: string | undefined;
1076
+ Highest_GPA_Uni?: number | undefined;
1077
+ Passing_GPA_Uni?: number | undefined;
1078
+ My_GPA_Uni?: number | undefined;
1079
+ Has_Exchange_Experience?: string | undefined;
1080
+ isSecondGraduated?: string | undefined;
1081
+ expectedSecondDegreeGradDate?: string | undefined;
1082
+ attendedSecondDegreeUniversity?: string | undefined;
1083
+ attendedSecondDegreeProgram?: string | undefined;
1084
+ highestSecondDegreeGPA?: number | undefined;
1085
+ passingSecondDegreeGPA?: number | undefined;
1086
+ mySecondDegreeGPA?: number | undefined;
1087
+ Has_Internship_Experience?: string | undefined;
1088
+ Has_Working_Experience?: string | undefined;
1089
+ } | undefined;
1090
+ language?: {
1091
+ updatedAt?: Date | undefined;
1092
+ english_isPassed?: string | undefined;
1093
+ english_certificate?: string | undefined;
1094
+ english_score?: string | undefined;
1095
+ english_score_reading?: string | undefined;
1096
+ english_score_listening?: string | undefined;
1097
+ english_score_writing?: string | undefined;
1098
+ english_score_speaking?: string | undefined;
1099
+ english_test_date?: string | undefined;
1100
+ german_isPassed?: string | undefined;
1101
+ german_certificate?: string | undefined;
1102
+ german_score?: string | undefined;
1103
+ german_test_date?: string | undefined;
1104
+ gre_isPassed?: string | undefined;
1105
+ gre_certificate?: string | undefined;
1106
+ gre_score?: string | undefined;
1107
+ gre_test_date?: string | undefined;
1108
+ gmat_isPassed?: string | undefined;
1109
+ gmat_certificate?: string | undefined;
1110
+ gmat_score?: string | undefined;
1111
+ gmat_test_date?: string | undefined;
1112
+ } | undefined;
1113
+ } | undefined;
1114
+ lastLoginAt?: Date | undefined;
1115
+ courses?: {
1116
+ updatedAt?: Date | undefined;
1117
+ name?: string | undefined;
1118
+ student_id?: string | undefined;
1119
+ table_data_string?: string | undefined;
1120
+ table_data_string_locked?: boolean | undefined;
1121
+ table_data_string_taiger_guided?: string | undefined;
1122
+ analysis?: {
1123
+ updatedAt?: Date | undefined;
1124
+ path?: string | undefined;
1125
+ analyzed_course?: string[] | undefined;
1126
+ isAnalysed?: boolean | undefined;
1127
+ isAnalysedV2?: boolean | undefined;
1128
+ pathV2?: string | undefined;
1129
+ updatedAtV2?: Date | undefined;
1130
+ } | undefined;
1131
+ } | undefined;
1132
+ };
1133
+ applications: import("..").IApplicationPopulatedDef[];
1134
+ }>>;
1135
+ }, "strip", z.ZodTypeAny, {
1136
+ success: boolean;
1137
+ data?: {
1138
+ user: {
1139
+ _id: string;
1140
+ needEditor?: boolean | undefined;
1141
+ applying_program_count?: number | undefined;
1142
+ attributes?: {
1143
+ name: string;
1144
+ value: number;
1145
+ }[] | undefined;
1146
+ profile?: {
1147
+ name: string;
1148
+ required: boolean;
1149
+ updatedAt?: Date | undefined;
1150
+ path?: string | undefined;
1151
+ status?: string | undefined;
1152
+ feedback?: string | undefined;
1153
+ }[] | undefined;
1154
+ generaldocs_threads?: {
1155
+ updatedAt?: Date | undefined;
1156
+ isFinalVersion?: boolean | undefined;
1157
+ latest_message_left_by_id?: string | undefined;
1158
+ doc_thread_id?: string | undefined;
1159
+ createdAt?: Date | undefined;
1160
+ }[] | undefined;
1161
+ role?: string | undefined;
1162
+ firstname?: string | undefined;
1163
+ firstname_chinese?: string | undefined;
1164
+ lastname?: string | undefined;
1165
+ lastname_chinese?: string | undefined;
1166
+ email?: string | undefined;
1167
+ pictureUrl?: string | undefined;
1168
+ archiv?: boolean | undefined;
1169
+ birthday?: string | undefined;
1170
+ linkedIn?: string | undefined;
1171
+ lineId?: string | undefined;
1172
+ timezone?: string | undefined;
1173
+ isAccountActivated?: boolean | undefined;
1174
+ notification?: {
1175
+ isRead_survey_not_complete?: boolean | undefined;
1176
+ isRead_uni_assist_task_assigned?: boolean | undefined;
1177
+ isRead_new_agent_assigned?: boolean | undefined;
1178
+ isRead_new_editor_assigned?: boolean | undefined;
1179
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
1180
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
1181
+ isRead_base_documents_missing?: boolean | undefined;
1182
+ isRead_base_documents_rejected?: boolean | undefined;
1183
+ isRead_new_programs_assigned?: boolean | undefined;
1184
+ } | undefined;
1185
+ taigerai?: {
1186
+ input?: {
1187
+ updatedAt?: Date | undefined;
1188
+ name?: string | undefined;
1189
+ path?: string | undefined;
1190
+ status?: string | undefined;
1191
+ file_category?: string | undefined;
1192
+ } | undefined;
1193
+ output?: {
1194
+ updatedAt?: Date | undefined;
1195
+ name?: string | undefined;
1196
+ path?: string | undefined;
1197
+ status?: string | undefined;
1198
+ file_category?: string | undefined;
1199
+ } | undefined;
1200
+ feedback?: {
1201
+ updatedAt?: Date | undefined;
1202
+ message?: string | undefined;
1203
+ } | undefined;
1204
+ } | undefined;
1205
+ application_preference?: {
1206
+ updatedAt?: Date | undefined;
1207
+ expected_application_date?: string | undefined;
1208
+ expected_application_semester?: string | undefined;
1209
+ target_program_language?: string | undefined;
1210
+ target_application_field?: string | undefined;
1211
+ targetApplicationSubjects?: string[] | undefined;
1212
+ target_degree?: string | undefined;
1213
+ considered_privat_universities?: string | undefined;
1214
+ special_wished?: string | undefined;
1215
+ application_outside_germany?: string | undefined;
1216
+ } | undefined;
1217
+ academic_background?: {
1218
+ university?: {
1219
+ updatedAt?: Date | undefined;
1220
+ high_school_isGraduated?: string | undefined;
1221
+ attended_high_school?: string | undefined;
1222
+ high_school_graduated_year?: string | undefined;
1223
+ attended_university?: string | undefined;
1224
+ attended_university_program?: string | undefined;
1225
+ isGraduated?: string | undefined;
1226
+ expected_grad_date?: string | undefined;
1227
+ Highest_GPA_Uni?: number | undefined;
1228
+ Passing_GPA_Uni?: number | undefined;
1229
+ My_GPA_Uni?: number | undefined;
1230
+ Has_Exchange_Experience?: string | undefined;
1231
+ isSecondGraduated?: string | undefined;
1232
+ expectedSecondDegreeGradDate?: string | undefined;
1233
+ attendedSecondDegreeUniversity?: string | undefined;
1234
+ attendedSecondDegreeProgram?: string | undefined;
1235
+ highestSecondDegreeGPA?: number | undefined;
1236
+ passingSecondDegreeGPA?: number | undefined;
1237
+ mySecondDegreeGPA?: number | undefined;
1238
+ Has_Internship_Experience?: string | undefined;
1239
+ Has_Working_Experience?: string | undefined;
1240
+ } | undefined;
1241
+ language?: {
1242
+ updatedAt?: Date | undefined;
1243
+ english_isPassed?: string | undefined;
1244
+ english_certificate?: string | undefined;
1245
+ english_score?: string | undefined;
1246
+ english_score_reading?: string | undefined;
1247
+ english_score_listening?: string | undefined;
1248
+ english_score_writing?: string | undefined;
1249
+ english_score_speaking?: string | undefined;
1250
+ english_test_date?: string | undefined;
1251
+ german_isPassed?: string | undefined;
1252
+ german_certificate?: string | undefined;
1253
+ german_score?: string | undefined;
1254
+ german_test_date?: string | undefined;
1255
+ gre_isPassed?: string | undefined;
1256
+ gre_certificate?: string | undefined;
1257
+ gre_score?: string | undefined;
1258
+ gre_test_date?: string | undefined;
1259
+ gmat_isPassed?: string | undefined;
1260
+ gmat_certificate?: string | undefined;
1261
+ gmat_score?: string | undefined;
1262
+ gmat_test_date?: string | undefined;
1263
+ } | undefined;
1264
+ } | undefined;
1265
+ lastLoginAt?: Date | undefined;
1266
+ courses?: {
1267
+ updatedAt?: Date | undefined;
1268
+ name?: string | undefined;
1269
+ student_id?: string | undefined;
1270
+ table_data_string?: string | undefined;
1271
+ table_data_string_locked?: boolean | undefined;
1272
+ table_data_string_taiger_guided?: string | undefined;
1273
+ analysis?: {
1274
+ updatedAt?: Date | undefined;
1275
+ path?: string | undefined;
1276
+ analyzed_course?: string[] | undefined;
1277
+ isAnalysed?: boolean | undefined;
1278
+ isAnalysedV2?: boolean | undefined;
1279
+ pathV2?: string | undefined;
1280
+ updatedAtV2?: Date | undefined;
1281
+ } | undefined;
1282
+ } | undefined;
1283
+ };
1284
+ applications: import("..").IApplicationPopulatedDef[];
1285
+ } | undefined;
1286
+ }, {
1287
+ success: boolean;
1288
+ data?: {
1289
+ user: {
1290
+ _id: string;
1291
+ needEditor?: boolean | undefined;
1292
+ applying_program_count?: number | undefined;
1293
+ attributes?: {
1294
+ name: string;
1295
+ value: number;
1296
+ }[] | undefined;
1297
+ profile?: {
1298
+ name: string;
1299
+ required: boolean;
1300
+ updatedAt?: Date | undefined;
1301
+ path?: string | undefined;
1302
+ status?: string | undefined;
1303
+ feedback?: string | undefined;
1304
+ }[] | undefined;
1305
+ generaldocs_threads?: {
1306
+ updatedAt?: Date | undefined;
1307
+ isFinalVersion?: boolean | undefined;
1308
+ latest_message_left_by_id?: string | undefined;
1309
+ doc_thread_id?: string | undefined;
1310
+ createdAt?: Date | undefined;
1311
+ }[] | undefined;
1312
+ role?: string | undefined;
1313
+ firstname?: string | undefined;
1314
+ firstname_chinese?: string | undefined;
1315
+ lastname?: string | undefined;
1316
+ lastname_chinese?: string | undefined;
1317
+ email?: string | undefined;
1318
+ pictureUrl?: string | undefined;
1319
+ archiv?: boolean | undefined;
1320
+ birthday?: string | undefined;
1321
+ linkedIn?: string | undefined;
1322
+ lineId?: string | undefined;
1323
+ timezone?: string | undefined;
1324
+ isAccountActivated?: boolean | undefined;
1325
+ notification?: {
1326
+ isRead_survey_not_complete?: boolean | undefined;
1327
+ isRead_uni_assist_task_assigned?: boolean | undefined;
1328
+ isRead_new_agent_assigned?: boolean | undefined;
1329
+ isRead_new_editor_assigned?: boolean | undefined;
1330
+ isRead_new_cvmlrl_tasks_created?: boolean | undefined;
1331
+ isRead_new_cvmlrl_messsage?: boolean | undefined;
1332
+ isRead_base_documents_missing?: boolean | undefined;
1333
+ isRead_base_documents_rejected?: boolean | undefined;
1334
+ isRead_new_programs_assigned?: boolean | undefined;
1335
+ } | undefined;
1336
+ taigerai?: {
1337
+ input?: {
1338
+ updatedAt?: Date | undefined;
1339
+ name?: string | undefined;
1340
+ path?: string | undefined;
1341
+ status?: string | undefined;
1342
+ file_category?: string | undefined;
1343
+ } | undefined;
1344
+ output?: {
1345
+ updatedAt?: Date | undefined;
1346
+ name?: string | undefined;
1347
+ path?: string | undefined;
1348
+ status?: string | undefined;
1349
+ file_category?: string | undefined;
1350
+ } | undefined;
1351
+ feedback?: {
1352
+ updatedAt?: Date | undefined;
1353
+ message?: string | undefined;
1354
+ } | undefined;
1355
+ } | undefined;
1356
+ application_preference?: {
1357
+ updatedAt?: Date | undefined;
1358
+ expected_application_date?: string | undefined;
1359
+ expected_application_semester?: string | undefined;
1360
+ target_program_language?: string | undefined;
1361
+ target_application_field?: string | undefined;
1362
+ targetApplicationSubjects?: string[] | undefined;
1363
+ target_degree?: string | undefined;
1364
+ considered_privat_universities?: string | undefined;
1365
+ special_wished?: string | undefined;
1366
+ application_outside_germany?: string | undefined;
1367
+ } | undefined;
1368
+ academic_background?: {
1369
+ university?: {
1370
+ updatedAt?: Date | undefined;
1371
+ high_school_isGraduated?: string | undefined;
1372
+ attended_high_school?: string | undefined;
1373
+ high_school_graduated_year?: string | undefined;
1374
+ attended_university?: string | undefined;
1375
+ attended_university_program?: string | undefined;
1376
+ isGraduated?: string | undefined;
1377
+ expected_grad_date?: string | undefined;
1378
+ Highest_GPA_Uni?: number | undefined;
1379
+ Passing_GPA_Uni?: number | undefined;
1380
+ My_GPA_Uni?: number | undefined;
1381
+ Has_Exchange_Experience?: string | undefined;
1382
+ isSecondGraduated?: string | undefined;
1383
+ expectedSecondDegreeGradDate?: string | undefined;
1384
+ attendedSecondDegreeUniversity?: string | undefined;
1385
+ attendedSecondDegreeProgram?: string | undefined;
1386
+ highestSecondDegreeGPA?: number | undefined;
1387
+ passingSecondDegreeGPA?: number | undefined;
1388
+ mySecondDegreeGPA?: number | undefined;
1389
+ Has_Internship_Experience?: string | undefined;
1390
+ Has_Working_Experience?: string | undefined;
1391
+ } | undefined;
1392
+ language?: {
1393
+ updatedAt?: Date | undefined;
1394
+ english_isPassed?: string | undefined;
1395
+ english_certificate?: string | undefined;
1396
+ english_score?: string | undefined;
1397
+ english_score_reading?: string | undefined;
1398
+ english_score_listening?: string | undefined;
1399
+ english_score_writing?: string | undefined;
1400
+ english_score_speaking?: string | undefined;
1401
+ english_test_date?: string | undefined;
1402
+ german_isPassed?: string | undefined;
1403
+ german_certificate?: string | undefined;
1404
+ german_score?: string | undefined;
1405
+ german_test_date?: string | undefined;
1406
+ gre_isPassed?: string | undefined;
1407
+ gre_certificate?: string | undefined;
1408
+ gre_score?: string | undefined;
1409
+ gre_test_date?: string | undefined;
1410
+ gmat_isPassed?: string | undefined;
1411
+ gmat_certificate?: string | undefined;
1412
+ gmat_score?: string | undefined;
1413
+ gmat_test_date?: string | undefined;
1414
+ } | undefined;
1415
+ } | undefined;
1416
+ lastLoginAt?: Date | undefined;
1417
+ courses?: {
1418
+ updatedAt?: Date | undefined;
1419
+ name?: string | undefined;
1420
+ student_id?: string | undefined;
1421
+ table_data_string?: string | undefined;
1422
+ table_data_string_locked?: boolean | undefined;
1423
+ table_data_string_taiger_guided?: string | undefined;
1424
+ analysis?: {
1425
+ updatedAt?: Date | undefined;
1426
+ path?: string | undefined;
1427
+ analyzed_course?: string[] | undefined;
1428
+ isAnalysed?: boolean | undefined;
1429
+ isAnalysedV2?: boolean | undefined;
1430
+ pathV2?: string | undefined;
1431
+ updatedAtV2?: Date | undefined;
1432
+ } | undefined;
1433
+ } | undefined;
1434
+ };
1435
+ applications: import("..").IApplicationPopulatedDef[];
1436
+ } | undefined;
1437
+ }>;
1438
+ export declare const GetActiveStudentsApplicationsResponseSchema: z.ZodObject<{
1439
+ success: z.ZodBoolean;
1440
+ message: z.ZodOptional<z.ZodString>;
1441
+ } & {
1442
+ data: z.ZodOptional<z.ZodArray<z.ZodType<import("..").IApplicationPopulatedDef, z.ZodTypeDef, import("..").IApplicationPopulatedDef>, "many">>;
1443
+ }, "strip", z.ZodTypeAny, {
1444
+ success: boolean;
1445
+ message?: string | undefined;
1446
+ data?: import("..").IApplicationPopulatedDef[] | undefined;
1447
+ }, {
1448
+ success: boolean;
1449
+ message?: string | undefined;
1450
+ data?: import("..").IApplicationPopulatedDef[] | undefined;
1451
+ }>;
1452
+ export declare const GetStudentApplicationsResponseSchema: z.ZodObject<{
1453
+ success: z.ZodBoolean;
1454
+ message: z.ZodOptional<z.ZodString>;
1455
+ } & {
1456
+ data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
1457
+ }, "strip", z.ZodTypeAny, {
1458
+ success: boolean;
1459
+ message?: string | undefined;
1460
+ data?: import("..").IStudentResponseDef | undefined;
1461
+ }, {
1462
+ success: boolean;
1463
+ message?: string | undefined;
1464
+ data?: import("..").IStudentResponseDef | undefined;
1465
+ }>;
1466
+ export declare const CreateApplicationResponseSchema: z.ZodObject<{
1467
+ success: z.ZodBoolean;
1468
+ message: z.ZodOptional<z.ZodString>;
1469
+ } & {
1470
+ data: z.ZodOptional<z.ZodArray<z.ZodObject<{
1471
+ _id: z.ZodString;
1472
+ programId: z.ZodOptional<z.ZodString>;
1473
+ studentId: z.ZodOptional<z.ZodString>;
1474
+ uni_assist: z.ZodOptional<z.ZodObject<{
1475
+ status: z.ZodOptional<z.ZodString>;
1476
+ vpd_file_path: z.ZodOptional<z.ZodString>;
1477
+ vpd_paid_confirmation_file_path: z.ZodOptional<z.ZodString>;
1478
+ vpd_paid_confirmation_file_status: z.ZodOptional<z.ZodString>;
1479
+ isPaid: z.ZodOptional<z.ZodBoolean>;
1480
+ updatedAt: z.ZodOptional<z.ZodDate>;
1481
+ }, "strip", z.ZodTypeAny, {
1482
+ updatedAt?: Date | undefined;
1483
+ status?: string | undefined;
1484
+ vpd_file_path?: string | undefined;
1485
+ vpd_paid_confirmation_file_path?: string | undefined;
1486
+ vpd_paid_confirmation_file_status?: string | undefined;
1487
+ isPaid?: boolean | undefined;
1488
+ }, {
1489
+ updatedAt?: Date | undefined;
1490
+ status?: string | undefined;
1491
+ vpd_file_path?: string | undefined;
1492
+ vpd_paid_confirmation_file_path?: string | undefined;
1493
+ vpd_paid_confirmation_file_status?: string | undefined;
1494
+ isPaid?: boolean | undefined;
1495
+ }>>;
1496
+ portal_credentials: z.ZodOptional<z.ZodObject<{
1497
+ application_portal_a: z.ZodOptional<z.ZodObject<{
1498
+ account: z.ZodOptional<z.ZodString>;
1499
+ password: z.ZodOptional<z.ZodString>;
1500
+ }, "strip", z.ZodTypeAny, {
1501
+ password?: string | undefined;
1502
+ account?: string | undefined;
1503
+ }, {
1504
+ password?: string | undefined;
1505
+ account?: string | undefined;
1506
+ }>>;
1507
+ application_portal_b: z.ZodOptional<z.ZodObject<{
1508
+ account: z.ZodOptional<z.ZodString>;
1509
+ password: z.ZodOptional<z.ZodString>;
1510
+ }, "strip", z.ZodTypeAny, {
1511
+ password?: string | undefined;
1512
+ account?: string | undefined;
1513
+ }, {
1514
+ password?: string | undefined;
1515
+ account?: string | undefined;
1516
+ }>>;
1517
+ }, "strip", z.ZodTypeAny, {
1518
+ application_portal_a?: {
1519
+ password?: string | undefined;
1520
+ account?: string | undefined;
1521
+ } | undefined;
1522
+ application_portal_b?: {
1523
+ password?: string | undefined;
1524
+ account?: string | undefined;
1525
+ } | undefined;
1526
+ }, {
1527
+ application_portal_a?: {
1528
+ password?: string | undefined;
1529
+ account?: string | undefined;
1530
+ } | undefined;
1531
+ application_portal_b?: {
1532
+ password?: string | undefined;
1533
+ account?: string | undefined;
1534
+ } | undefined;
1535
+ }>>;
1536
+ doc_modification_thread: z.ZodOptional<z.ZodArray<z.ZodObject<{
1537
+ isFinalVersion: z.ZodOptional<z.ZodBoolean>;
1538
+ latest_message_left_by_id: z.ZodOptional<z.ZodString>;
1539
+ doc_thread_id: z.ZodOptional<z.ZodString>;
1540
+ updatedAt: z.ZodOptional<z.ZodDate>;
1541
+ createdAt: z.ZodOptional<z.ZodDate>;
1542
+ }, "strip", z.ZodTypeAny, {
1543
+ updatedAt?: Date | undefined;
1544
+ isFinalVersion?: boolean | undefined;
1545
+ latest_message_left_by_id?: string | undefined;
1546
+ doc_thread_id?: string | undefined;
1547
+ createdAt?: Date | undefined;
1548
+ }, {
1549
+ updatedAt?: Date | undefined;
1550
+ isFinalVersion?: boolean | undefined;
1551
+ latest_message_left_by_id?: string | undefined;
1552
+ doc_thread_id?: string | undefined;
1553
+ createdAt?: Date | undefined;
1554
+ }>, "many">>;
1555
+ reject_reason: z.ZodOptional<z.ZodString>;
1556
+ admission_letter: z.ZodOptional<z.ZodObject<{
1557
+ status: z.ZodOptional<z.ZodString>;
1558
+ admission_file_path: z.ZodOptional<z.ZodString>;
1559
+ comments: z.ZodOptional<z.ZodString>;
1560
+ updatedAt: z.ZodOptional<z.ZodDate>;
1561
+ }, "strip", z.ZodTypeAny, {
1562
+ comments?: string | undefined;
1563
+ updatedAt?: Date | undefined;
1564
+ status?: string | undefined;
1565
+ admission_file_path?: string | undefined;
1566
+ }, {
1567
+ comments?: string | undefined;
1568
+ updatedAt?: Date | undefined;
1569
+ status?: string | undefined;
1570
+ admission_file_path?: string | undefined;
1571
+ }>>;
1572
+ finalEnrolment: z.ZodOptional<z.ZodBoolean>;
1573
+ decided: z.ZodOptional<z.ZodString>;
1574
+ closed: z.ZodOptional<z.ZodString>;
1575
+ admission: z.ZodOptional<z.ZodString>;
1576
+ application_year: z.ZodOptional<z.ZodString>;
1577
+ isLocked: z.ZodOptional<z.ZodBoolean>;
1578
+ credential_a_filled: z.ZodOptional<z.ZodBoolean>;
1579
+ credential_b_filled: z.ZodOptional<z.ZodBoolean>;
1580
+ }, "strip", z.ZodTypeAny, {
1581
+ _id: string;
1582
+ isLocked?: boolean | undefined;
1583
+ uni_assist?: {
1584
+ updatedAt?: Date | undefined;
1585
+ status?: string | undefined;
1586
+ vpd_file_path?: string | undefined;
1587
+ vpd_paid_confirmation_file_path?: string | undefined;
1588
+ vpd_paid_confirmation_file_status?: string | undefined;
1589
+ isPaid?: boolean | undefined;
1590
+ } | undefined;
1591
+ programId?: string | undefined;
1592
+ studentId?: string | undefined;
1593
+ portal_credentials?: {
1594
+ application_portal_a?: {
1595
+ password?: string | undefined;
1596
+ account?: string | undefined;
1597
+ } | undefined;
1598
+ application_portal_b?: {
1599
+ password?: string | undefined;
1600
+ account?: string | undefined;
1601
+ } | undefined;
1602
+ } | undefined;
1603
+ doc_modification_thread?: {
1604
+ updatedAt?: Date | undefined;
1605
+ isFinalVersion?: boolean | undefined;
1606
+ latest_message_left_by_id?: string | undefined;
1607
+ doc_thread_id?: string | undefined;
1608
+ createdAt?: Date | undefined;
1609
+ }[] | undefined;
1610
+ reject_reason?: string | undefined;
1611
+ admission_letter?: {
1612
+ comments?: string | undefined;
1613
+ updatedAt?: Date | undefined;
1614
+ status?: string | undefined;
1615
+ admission_file_path?: string | undefined;
1616
+ } | undefined;
1617
+ finalEnrolment?: boolean | undefined;
1618
+ decided?: string | undefined;
1619
+ closed?: string | undefined;
1620
+ admission?: string | undefined;
1621
+ application_year?: string | undefined;
1622
+ credential_a_filled?: boolean | undefined;
1623
+ credential_b_filled?: boolean | undefined;
1624
+ }, {
1625
+ _id: string;
1626
+ isLocked?: boolean | undefined;
1627
+ uni_assist?: {
1628
+ updatedAt?: Date | undefined;
1629
+ status?: string | undefined;
1630
+ vpd_file_path?: string | undefined;
1631
+ vpd_paid_confirmation_file_path?: string | undefined;
1632
+ vpd_paid_confirmation_file_status?: string | undefined;
1633
+ isPaid?: boolean | undefined;
1634
+ } | undefined;
1635
+ programId?: string | undefined;
1636
+ studentId?: string | undefined;
1637
+ portal_credentials?: {
1638
+ application_portal_a?: {
1639
+ password?: string | undefined;
1640
+ account?: string | undefined;
1641
+ } | undefined;
1642
+ application_portal_b?: {
1643
+ password?: string | undefined;
1644
+ account?: string | undefined;
1645
+ } | undefined;
1646
+ } | undefined;
1647
+ doc_modification_thread?: {
1648
+ updatedAt?: Date | undefined;
1649
+ isFinalVersion?: boolean | undefined;
1650
+ latest_message_left_by_id?: string | undefined;
1651
+ doc_thread_id?: string | undefined;
1652
+ createdAt?: Date | undefined;
1653
+ }[] | undefined;
1654
+ reject_reason?: string | undefined;
1655
+ admission_letter?: {
1656
+ comments?: string | undefined;
1657
+ updatedAt?: Date | undefined;
1658
+ status?: string | undefined;
1659
+ admission_file_path?: string | undefined;
1660
+ } | undefined;
1661
+ finalEnrolment?: boolean | undefined;
1662
+ decided?: string | undefined;
1663
+ closed?: string | undefined;
1664
+ admission?: string | undefined;
1665
+ application_year?: string | undefined;
1666
+ credential_a_filled?: boolean | undefined;
1667
+ credential_b_filled?: boolean | undefined;
1668
+ }>, "many">>;
1669
+ }, "strip", z.ZodTypeAny, {
1670
+ success: boolean;
1671
+ message?: string | undefined;
1672
+ data?: {
1673
+ _id: string;
1674
+ isLocked?: boolean | undefined;
1675
+ uni_assist?: {
1676
+ updatedAt?: Date | undefined;
1677
+ status?: string | undefined;
1678
+ vpd_file_path?: string | undefined;
1679
+ vpd_paid_confirmation_file_path?: string | undefined;
1680
+ vpd_paid_confirmation_file_status?: string | undefined;
1681
+ isPaid?: boolean | undefined;
1682
+ } | undefined;
1683
+ programId?: string | undefined;
1684
+ studentId?: string | undefined;
1685
+ portal_credentials?: {
1686
+ application_portal_a?: {
1687
+ password?: string | undefined;
1688
+ account?: string | undefined;
1689
+ } | undefined;
1690
+ application_portal_b?: {
1691
+ password?: string | undefined;
1692
+ account?: string | undefined;
1693
+ } | undefined;
1694
+ } | undefined;
1695
+ doc_modification_thread?: {
1696
+ updatedAt?: Date | undefined;
1697
+ isFinalVersion?: boolean | undefined;
1698
+ latest_message_left_by_id?: string | undefined;
1699
+ doc_thread_id?: string | undefined;
1700
+ createdAt?: Date | undefined;
1701
+ }[] | undefined;
1702
+ reject_reason?: string | undefined;
1703
+ admission_letter?: {
1704
+ comments?: string | undefined;
1705
+ updatedAt?: Date | undefined;
1706
+ status?: string | undefined;
1707
+ admission_file_path?: string | undefined;
1708
+ } | undefined;
1709
+ finalEnrolment?: boolean | undefined;
1710
+ decided?: string | undefined;
1711
+ closed?: string | undefined;
1712
+ admission?: string | undefined;
1713
+ application_year?: string | undefined;
1714
+ credential_a_filled?: boolean | undefined;
1715
+ credential_b_filled?: boolean | undefined;
1716
+ }[] | undefined;
1717
+ }, {
1718
+ success: boolean;
1719
+ message?: string | undefined;
1720
+ data?: {
1721
+ _id: string;
1722
+ isLocked?: boolean | undefined;
1723
+ uni_assist?: {
1724
+ updatedAt?: Date | undefined;
1725
+ status?: string | undefined;
1726
+ vpd_file_path?: string | undefined;
1727
+ vpd_paid_confirmation_file_path?: string | undefined;
1728
+ vpd_paid_confirmation_file_status?: string | undefined;
1729
+ isPaid?: boolean | undefined;
1730
+ } | undefined;
1731
+ programId?: string | undefined;
1732
+ studentId?: string | undefined;
1733
+ portal_credentials?: {
1734
+ application_portal_a?: {
1735
+ password?: string | undefined;
1736
+ account?: string | undefined;
1737
+ } | undefined;
1738
+ application_portal_b?: {
1739
+ password?: string | undefined;
1740
+ account?: string | undefined;
1741
+ } | undefined;
1742
+ } | undefined;
1743
+ doc_modification_thread?: {
1744
+ updatedAt?: Date | undefined;
1745
+ isFinalVersion?: boolean | undefined;
1746
+ latest_message_left_by_id?: string | undefined;
1747
+ doc_thread_id?: string | undefined;
1748
+ createdAt?: Date | undefined;
1749
+ }[] | undefined;
1750
+ reject_reason?: string | undefined;
1751
+ admission_letter?: {
1752
+ comments?: string | undefined;
1753
+ updatedAt?: Date | undefined;
1754
+ status?: string | undefined;
1755
+ admission_file_path?: string | undefined;
1756
+ } | undefined;
1757
+ finalEnrolment?: boolean | undefined;
1758
+ decided?: string | undefined;
1759
+ closed?: string | undefined;
1760
+ admission?: string | undefined;
1761
+ application_year?: string | undefined;
1762
+ credential_a_filled?: boolean | undefined;
1763
+ credential_b_filled?: boolean | undefined;
1764
+ }[] | undefined;
1765
+ }>;
1766
+ export declare const UpdateStudentApplicationsResponseSchema: z.ZodObject<{
1767
+ success: z.ZodBoolean;
1768
+ message: z.ZodOptional<z.ZodString>;
1769
+ } & {
1770
+ data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
1771
+ }, "strip", z.ZodTypeAny, {
1772
+ success: boolean;
1773
+ message?: string | undefined;
1774
+ data?: import("..").IStudentResponseDef | undefined;
1775
+ }, {
1776
+ success: boolean;
1777
+ message?: string | undefined;
1778
+ data?: import("..").IStudentResponseDef | undefined;
1779
+ }>;
1780
+ export declare const UpdateApplicationResponseSchema: z.ZodObject<{
1781
+ success: z.ZodBoolean;
1782
+ message: z.ZodOptional<z.ZodString>;
1783
+ } & {
1784
+ data: z.ZodOptional<z.ZodObject<{
1785
+ _id: z.ZodString;
1786
+ programId: z.ZodOptional<z.ZodString>;
1787
+ studentId: z.ZodOptional<z.ZodString>;
1788
+ uni_assist: z.ZodOptional<z.ZodObject<{
1789
+ status: z.ZodOptional<z.ZodString>;
1790
+ vpd_file_path: z.ZodOptional<z.ZodString>;
1791
+ vpd_paid_confirmation_file_path: z.ZodOptional<z.ZodString>;
1792
+ vpd_paid_confirmation_file_status: z.ZodOptional<z.ZodString>;
1793
+ isPaid: z.ZodOptional<z.ZodBoolean>;
1794
+ updatedAt: z.ZodOptional<z.ZodDate>;
1795
+ }, "strip", z.ZodTypeAny, {
1796
+ updatedAt?: Date | undefined;
1797
+ status?: string | undefined;
1798
+ vpd_file_path?: string | undefined;
1799
+ vpd_paid_confirmation_file_path?: string | undefined;
1800
+ vpd_paid_confirmation_file_status?: string | undefined;
1801
+ isPaid?: boolean | undefined;
1802
+ }, {
1803
+ updatedAt?: Date | undefined;
1804
+ status?: string | undefined;
1805
+ vpd_file_path?: string | undefined;
1806
+ vpd_paid_confirmation_file_path?: string | undefined;
1807
+ vpd_paid_confirmation_file_status?: string | undefined;
1808
+ isPaid?: boolean | undefined;
1809
+ }>>;
1810
+ portal_credentials: z.ZodOptional<z.ZodObject<{
1811
+ application_portal_a: z.ZodOptional<z.ZodObject<{
1812
+ account: z.ZodOptional<z.ZodString>;
1813
+ password: z.ZodOptional<z.ZodString>;
1814
+ }, "strip", z.ZodTypeAny, {
1815
+ password?: string | undefined;
1816
+ account?: string | undefined;
1817
+ }, {
1818
+ password?: string | undefined;
1819
+ account?: string | undefined;
1820
+ }>>;
1821
+ application_portal_b: z.ZodOptional<z.ZodObject<{
1822
+ account: z.ZodOptional<z.ZodString>;
1823
+ password: z.ZodOptional<z.ZodString>;
1824
+ }, "strip", z.ZodTypeAny, {
1825
+ password?: string | undefined;
1826
+ account?: string | undefined;
1827
+ }, {
1828
+ password?: string | undefined;
1829
+ account?: string | undefined;
1830
+ }>>;
1831
+ }, "strip", z.ZodTypeAny, {
1832
+ application_portal_a?: {
1833
+ password?: string | undefined;
1834
+ account?: string | undefined;
1835
+ } | undefined;
1836
+ application_portal_b?: {
1837
+ password?: string | undefined;
1838
+ account?: string | undefined;
1839
+ } | undefined;
1840
+ }, {
1841
+ application_portal_a?: {
1842
+ password?: string | undefined;
1843
+ account?: string | undefined;
1844
+ } | undefined;
1845
+ application_portal_b?: {
1846
+ password?: string | undefined;
1847
+ account?: string | undefined;
1848
+ } | undefined;
1849
+ }>>;
1850
+ doc_modification_thread: z.ZodOptional<z.ZodArray<z.ZodObject<{
1851
+ isFinalVersion: z.ZodOptional<z.ZodBoolean>;
1852
+ latest_message_left_by_id: z.ZodOptional<z.ZodString>;
1853
+ doc_thread_id: z.ZodOptional<z.ZodString>;
1854
+ updatedAt: z.ZodOptional<z.ZodDate>;
1855
+ createdAt: z.ZodOptional<z.ZodDate>;
1856
+ }, "strip", z.ZodTypeAny, {
1857
+ updatedAt?: Date | undefined;
1858
+ isFinalVersion?: boolean | undefined;
1859
+ latest_message_left_by_id?: string | undefined;
1860
+ doc_thread_id?: string | undefined;
1861
+ createdAt?: Date | undefined;
1862
+ }, {
1863
+ updatedAt?: Date | undefined;
1864
+ isFinalVersion?: boolean | undefined;
1865
+ latest_message_left_by_id?: string | undefined;
1866
+ doc_thread_id?: string | undefined;
1867
+ createdAt?: Date | undefined;
1868
+ }>, "many">>;
1869
+ reject_reason: z.ZodOptional<z.ZodString>;
1870
+ admission_letter: z.ZodOptional<z.ZodObject<{
1871
+ status: z.ZodOptional<z.ZodString>;
1872
+ admission_file_path: z.ZodOptional<z.ZodString>;
1873
+ comments: z.ZodOptional<z.ZodString>;
1874
+ updatedAt: z.ZodOptional<z.ZodDate>;
1875
+ }, "strip", z.ZodTypeAny, {
1876
+ comments?: string | undefined;
1877
+ updatedAt?: Date | undefined;
1878
+ status?: string | undefined;
1879
+ admission_file_path?: string | undefined;
1880
+ }, {
1881
+ comments?: string | undefined;
1882
+ updatedAt?: Date | undefined;
1883
+ status?: string | undefined;
1884
+ admission_file_path?: string | undefined;
1885
+ }>>;
1886
+ finalEnrolment: z.ZodOptional<z.ZodBoolean>;
1887
+ decided: z.ZodOptional<z.ZodString>;
1888
+ closed: z.ZodOptional<z.ZodString>;
1889
+ admission: z.ZodOptional<z.ZodString>;
1890
+ application_year: z.ZodOptional<z.ZodString>;
1891
+ isLocked: z.ZodOptional<z.ZodBoolean>;
1892
+ credential_a_filled: z.ZodOptional<z.ZodBoolean>;
1893
+ credential_b_filled: z.ZodOptional<z.ZodBoolean>;
1894
+ }, "strip", z.ZodTypeAny, {
1895
+ _id: string;
1896
+ isLocked?: boolean | undefined;
1897
+ uni_assist?: {
1898
+ updatedAt?: Date | undefined;
1899
+ status?: string | undefined;
1900
+ vpd_file_path?: string | undefined;
1901
+ vpd_paid_confirmation_file_path?: string | undefined;
1902
+ vpd_paid_confirmation_file_status?: string | undefined;
1903
+ isPaid?: boolean | undefined;
1904
+ } | undefined;
1905
+ programId?: string | undefined;
1906
+ studentId?: string | undefined;
1907
+ portal_credentials?: {
1908
+ application_portal_a?: {
1909
+ password?: string | undefined;
1910
+ account?: string | undefined;
1911
+ } | undefined;
1912
+ application_portal_b?: {
1913
+ password?: string | undefined;
1914
+ account?: string | undefined;
1915
+ } | undefined;
1916
+ } | undefined;
1917
+ doc_modification_thread?: {
1918
+ updatedAt?: Date | undefined;
1919
+ isFinalVersion?: boolean | undefined;
1920
+ latest_message_left_by_id?: string | undefined;
1921
+ doc_thread_id?: string | undefined;
1922
+ createdAt?: Date | undefined;
1923
+ }[] | undefined;
1924
+ reject_reason?: string | undefined;
1925
+ admission_letter?: {
1926
+ comments?: string | undefined;
1927
+ updatedAt?: Date | undefined;
1928
+ status?: string | undefined;
1929
+ admission_file_path?: string | undefined;
1930
+ } | undefined;
1931
+ finalEnrolment?: boolean | undefined;
1932
+ decided?: string | undefined;
1933
+ closed?: string | undefined;
1934
+ admission?: string | undefined;
1935
+ application_year?: string | undefined;
1936
+ credential_a_filled?: boolean | undefined;
1937
+ credential_b_filled?: boolean | undefined;
1938
+ }, {
1939
+ _id: string;
1940
+ isLocked?: boolean | undefined;
1941
+ uni_assist?: {
1942
+ updatedAt?: Date | undefined;
1943
+ status?: string | undefined;
1944
+ vpd_file_path?: string | undefined;
1945
+ vpd_paid_confirmation_file_path?: string | undefined;
1946
+ vpd_paid_confirmation_file_status?: string | undefined;
1947
+ isPaid?: boolean | undefined;
1948
+ } | undefined;
1949
+ programId?: string | undefined;
1950
+ studentId?: string | undefined;
1951
+ portal_credentials?: {
1952
+ application_portal_a?: {
1953
+ password?: string | undefined;
1954
+ account?: string | undefined;
1955
+ } | undefined;
1956
+ application_portal_b?: {
1957
+ password?: string | undefined;
1958
+ account?: string | undefined;
1959
+ } | undefined;
1960
+ } | undefined;
1961
+ doc_modification_thread?: {
1962
+ updatedAt?: Date | undefined;
1963
+ isFinalVersion?: boolean | undefined;
1964
+ latest_message_left_by_id?: string | undefined;
1965
+ doc_thread_id?: string | undefined;
1966
+ createdAt?: Date | undefined;
1967
+ }[] | undefined;
1968
+ reject_reason?: string | undefined;
1969
+ admission_letter?: {
1970
+ comments?: string | undefined;
1971
+ updatedAt?: Date | undefined;
1972
+ status?: string | undefined;
1973
+ admission_file_path?: string | undefined;
1974
+ } | undefined;
1975
+ finalEnrolment?: boolean | undefined;
1976
+ decided?: string | undefined;
1977
+ closed?: string | undefined;
1978
+ admission?: string | undefined;
1979
+ application_year?: string | undefined;
1980
+ credential_a_filled?: boolean | undefined;
1981
+ credential_b_filled?: boolean | undefined;
1982
+ }>>;
1983
+ }, "strip", z.ZodTypeAny, {
1984
+ success: boolean;
1985
+ message?: string | undefined;
1986
+ data?: {
1987
+ _id: string;
1988
+ isLocked?: boolean | undefined;
1989
+ uni_assist?: {
1990
+ updatedAt?: Date | undefined;
1991
+ status?: string | undefined;
1992
+ vpd_file_path?: string | undefined;
1993
+ vpd_paid_confirmation_file_path?: string | undefined;
1994
+ vpd_paid_confirmation_file_status?: string | undefined;
1995
+ isPaid?: boolean | undefined;
1996
+ } | undefined;
1997
+ programId?: string | undefined;
1998
+ studentId?: string | undefined;
1999
+ portal_credentials?: {
2000
+ application_portal_a?: {
2001
+ password?: string | undefined;
2002
+ account?: string | undefined;
2003
+ } | undefined;
2004
+ application_portal_b?: {
2005
+ password?: string | undefined;
2006
+ account?: string | undefined;
2007
+ } | undefined;
2008
+ } | undefined;
2009
+ doc_modification_thread?: {
2010
+ updatedAt?: Date | undefined;
2011
+ isFinalVersion?: boolean | undefined;
2012
+ latest_message_left_by_id?: string | undefined;
2013
+ doc_thread_id?: string | undefined;
2014
+ createdAt?: Date | undefined;
2015
+ }[] | undefined;
2016
+ reject_reason?: string | undefined;
2017
+ admission_letter?: {
2018
+ comments?: string | undefined;
2019
+ updatedAt?: Date | undefined;
2020
+ status?: string | undefined;
2021
+ admission_file_path?: string | undefined;
2022
+ } | undefined;
2023
+ finalEnrolment?: boolean | undefined;
2024
+ decided?: string | undefined;
2025
+ closed?: string | undefined;
2026
+ admission?: string | undefined;
2027
+ application_year?: string | undefined;
2028
+ credential_a_filled?: boolean | undefined;
2029
+ credential_b_filled?: boolean | undefined;
2030
+ } | undefined;
2031
+ }, {
2032
+ success: boolean;
2033
+ message?: string | undefined;
2034
+ data?: {
2035
+ _id: string;
2036
+ isLocked?: boolean | undefined;
2037
+ uni_assist?: {
2038
+ updatedAt?: Date | undefined;
2039
+ status?: string | undefined;
2040
+ vpd_file_path?: string | undefined;
2041
+ vpd_paid_confirmation_file_path?: string | undefined;
2042
+ vpd_paid_confirmation_file_status?: string | undefined;
2043
+ isPaid?: boolean | undefined;
2044
+ } | undefined;
2045
+ programId?: string | undefined;
2046
+ studentId?: string | undefined;
2047
+ portal_credentials?: {
2048
+ application_portal_a?: {
2049
+ password?: string | undefined;
2050
+ account?: string | undefined;
2051
+ } | undefined;
2052
+ application_portal_b?: {
2053
+ password?: string | undefined;
2054
+ account?: string | undefined;
2055
+ } | undefined;
2056
+ } | undefined;
2057
+ doc_modification_thread?: {
2058
+ updatedAt?: Date | undefined;
2059
+ isFinalVersion?: boolean | undefined;
2060
+ latest_message_left_by_id?: string | undefined;
2061
+ doc_thread_id?: string | undefined;
2062
+ createdAt?: Date | undefined;
2063
+ }[] | undefined;
2064
+ reject_reason?: string | undefined;
2065
+ admission_letter?: {
2066
+ comments?: string | undefined;
2067
+ updatedAt?: Date | undefined;
2068
+ status?: string | undefined;
2069
+ admission_file_path?: string | undefined;
2070
+ } | undefined;
2071
+ finalEnrolment?: boolean | undefined;
2072
+ decided?: string | undefined;
2073
+ closed?: string | undefined;
2074
+ admission?: string | undefined;
2075
+ application_year?: string | undefined;
2076
+ credential_a_filled?: boolean | undefined;
2077
+ credential_b_filled?: boolean | undefined;
2078
+ } | undefined;
2079
+ }>;
2080
+ export declare const DeleteApplicationResponseSchema: z.ZodObject<{
2081
+ success: z.ZodBoolean;
2082
+ message: z.ZodOptional<z.ZodString>;
2083
+ }, "strip", z.ZodTypeAny, {
2084
+ success: boolean;
2085
+ message?: string | undefined;
2086
+ }, {
2087
+ success: boolean;
2088
+ message?: string | undefined;
2089
+ }>;
2090
+ export declare const RefreshApplicationResponseSchema: z.ZodObject<{
2091
+ success: z.ZodBoolean;
2092
+ message: z.ZodOptional<z.ZodString>;
2093
+ } & {
2094
+ data: z.ZodOptional<z.ZodObject<{
2095
+ _id: z.ZodString;
2096
+ programId: z.ZodOptional<z.ZodString>;
2097
+ studentId: z.ZodOptional<z.ZodString>;
2098
+ uni_assist: z.ZodOptional<z.ZodObject<{
2099
+ status: z.ZodOptional<z.ZodString>;
2100
+ vpd_file_path: z.ZodOptional<z.ZodString>;
2101
+ vpd_paid_confirmation_file_path: z.ZodOptional<z.ZodString>;
2102
+ vpd_paid_confirmation_file_status: z.ZodOptional<z.ZodString>;
2103
+ isPaid: z.ZodOptional<z.ZodBoolean>;
2104
+ updatedAt: z.ZodOptional<z.ZodDate>;
2105
+ }, "strip", z.ZodTypeAny, {
2106
+ updatedAt?: Date | undefined;
2107
+ status?: string | undefined;
2108
+ vpd_file_path?: string | undefined;
2109
+ vpd_paid_confirmation_file_path?: string | undefined;
2110
+ vpd_paid_confirmation_file_status?: string | undefined;
2111
+ isPaid?: boolean | undefined;
2112
+ }, {
2113
+ updatedAt?: Date | undefined;
2114
+ status?: string | undefined;
2115
+ vpd_file_path?: string | undefined;
2116
+ vpd_paid_confirmation_file_path?: string | undefined;
2117
+ vpd_paid_confirmation_file_status?: string | undefined;
2118
+ isPaid?: boolean | undefined;
2119
+ }>>;
2120
+ portal_credentials: z.ZodOptional<z.ZodObject<{
2121
+ application_portal_a: z.ZodOptional<z.ZodObject<{
2122
+ account: z.ZodOptional<z.ZodString>;
2123
+ password: z.ZodOptional<z.ZodString>;
2124
+ }, "strip", z.ZodTypeAny, {
2125
+ password?: string | undefined;
2126
+ account?: string | undefined;
2127
+ }, {
2128
+ password?: string | undefined;
2129
+ account?: string | undefined;
2130
+ }>>;
2131
+ application_portal_b: z.ZodOptional<z.ZodObject<{
2132
+ account: z.ZodOptional<z.ZodString>;
2133
+ password: z.ZodOptional<z.ZodString>;
2134
+ }, "strip", z.ZodTypeAny, {
2135
+ password?: string | undefined;
2136
+ account?: string | undefined;
2137
+ }, {
2138
+ password?: string | undefined;
2139
+ account?: string | undefined;
2140
+ }>>;
2141
+ }, "strip", z.ZodTypeAny, {
2142
+ application_portal_a?: {
2143
+ password?: string | undefined;
2144
+ account?: string | undefined;
2145
+ } | undefined;
2146
+ application_portal_b?: {
2147
+ password?: string | undefined;
2148
+ account?: string | undefined;
2149
+ } | undefined;
2150
+ }, {
2151
+ application_portal_a?: {
2152
+ password?: string | undefined;
2153
+ account?: string | undefined;
2154
+ } | undefined;
2155
+ application_portal_b?: {
2156
+ password?: string | undefined;
2157
+ account?: string | undefined;
2158
+ } | undefined;
2159
+ }>>;
2160
+ doc_modification_thread: z.ZodOptional<z.ZodArray<z.ZodObject<{
2161
+ isFinalVersion: z.ZodOptional<z.ZodBoolean>;
2162
+ latest_message_left_by_id: z.ZodOptional<z.ZodString>;
2163
+ doc_thread_id: z.ZodOptional<z.ZodString>;
2164
+ updatedAt: z.ZodOptional<z.ZodDate>;
2165
+ createdAt: z.ZodOptional<z.ZodDate>;
2166
+ }, "strip", z.ZodTypeAny, {
2167
+ updatedAt?: Date | undefined;
2168
+ isFinalVersion?: boolean | undefined;
2169
+ latest_message_left_by_id?: string | undefined;
2170
+ doc_thread_id?: string | undefined;
2171
+ createdAt?: Date | undefined;
2172
+ }, {
2173
+ updatedAt?: Date | undefined;
2174
+ isFinalVersion?: boolean | undefined;
2175
+ latest_message_left_by_id?: string | undefined;
2176
+ doc_thread_id?: string | undefined;
2177
+ createdAt?: Date | undefined;
2178
+ }>, "many">>;
2179
+ reject_reason: z.ZodOptional<z.ZodString>;
2180
+ admission_letter: z.ZodOptional<z.ZodObject<{
2181
+ status: z.ZodOptional<z.ZodString>;
2182
+ admission_file_path: z.ZodOptional<z.ZodString>;
2183
+ comments: z.ZodOptional<z.ZodString>;
2184
+ updatedAt: z.ZodOptional<z.ZodDate>;
2185
+ }, "strip", z.ZodTypeAny, {
2186
+ comments?: string | undefined;
2187
+ updatedAt?: Date | undefined;
2188
+ status?: string | undefined;
2189
+ admission_file_path?: string | undefined;
2190
+ }, {
2191
+ comments?: string | undefined;
2192
+ updatedAt?: Date | undefined;
2193
+ status?: string | undefined;
2194
+ admission_file_path?: string | undefined;
2195
+ }>>;
2196
+ finalEnrolment: z.ZodOptional<z.ZodBoolean>;
2197
+ decided: z.ZodOptional<z.ZodString>;
2198
+ closed: z.ZodOptional<z.ZodString>;
2199
+ admission: z.ZodOptional<z.ZodString>;
2200
+ application_year: z.ZodOptional<z.ZodString>;
2201
+ isLocked: z.ZodOptional<z.ZodBoolean>;
2202
+ credential_a_filled: z.ZodOptional<z.ZodBoolean>;
2203
+ credential_b_filled: z.ZodOptional<z.ZodBoolean>;
2204
+ }, "strip", z.ZodTypeAny, {
2205
+ _id: string;
2206
+ isLocked?: boolean | undefined;
2207
+ uni_assist?: {
2208
+ updatedAt?: Date | undefined;
2209
+ status?: string | undefined;
2210
+ vpd_file_path?: string | undefined;
2211
+ vpd_paid_confirmation_file_path?: string | undefined;
2212
+ vpd_paid_confirmation_file_status?: string | undefined;
2213
+ isPaid?: boolean | undefined;
2214
+ } | undefined;
2215
+ programId?: string | undefined;
2216
+ studentId?: string | undefined;
2217
+ portal_credentials?: {
2218
+ application_portal_a?: {
2219
+ password?: string | undefined;
2220
+ account?: string | undefined;
2221
+ } | undefined;
2222
+ application_portal_b?: {
2223
+ password?: string | undefined;
2224
+ account?: string | undefined;
2225
+ } | undefined;
2226
+ } | undefined;
2227
+ doc_modification_thread?: {
2228
+ updatedAt?: Date | undefined;
2229
+ isFinalVersion?: boolean | undefined;
2230
+ latest_message_left_by_id?: string | undefined;
2231
+ doc_thread_id?: string | undefined;
2232
+ createdAt?: Date | undefined;
2233
+ }[] | undefined;
2234
+ reject_reason?: string | undefined;
2235
+ admission_letter?: {
2236
+ comments?: string | undefined;
2237
+ updatedAt?: Date | undefined;
2238
+ status?: string | undefined;
2239
+ admission_file_path?: string | undefined;
2240
+ } | undefined;
2241
+ finalEnrolment?: boolean | undefined;
2242
+ decided?: string | undefined;
2243
+ closed?: string | undefined;
2244
+ admission?: string | undefined;
2245
+ application_year?: string | undefined;
2246
+ credential_a_filled?: boolean | undefined;
2247
+ credential_b_filled?: boolean | undefined;
2248
+ }, {
2249
+ _id: string;
2250
+ isLocked?: boolean | undefined;
2251
+ uni_assist?: {
2252
+ updatedAt?: Date | undefined;
2253
+ status?: string | undefined;
2254
+ vpd_file_path?: string | undefined;
2255
+ vpd_paid_confirmation_file_path?: string | undefined;
2256
+ vpd_paid_confirmation_file_status?: string | undefined;
2257
+ isPaid?: boolean | undefined;
2258
+ } | undefined;
2259
+ programId?: string | undefined;
2260
+ studentId?: string | undefined;
2261
+ portal_credentials?: {
2262
+ application_portal_a?: {
2263
+ password?: string | undefined;
2264
+ account?: string | undefined;
2265
+ } | undefined;
2266
+ application_portal_b?: {
2267
+ password?: string | undefined;
2268
+ account?: string | undefined;
2269
+ } | undefined;
2270
+ } | undefined;
2271
+ doc_modification_thread?: {
2272
+ updatedAt?: Date | undefined;
2273
+ isFinalVersion?: boolean | undefined;
2274
+ latest_message_left_by_id?: string | undefined;
2275
+ doc_thread_id?: string | undefined;
2276
+ createdAt?: Date | undefined;
2277
+ }[] | undefined;
2278
+ reject_reason?: string | undefined;
2279
+ admission_letter?: {
2280
+ comments?: string | undefined;
2281
+ updatedAt?: Date | undefined;
2282
+ status?: string | undefined;
2283
+ admission_file_path?: string | undefined;
2284
+ } | undefined;
2285
+ finalEnrolment?: boolean | undefined;
2286
+ decided?: string | undefined;
2287
+ closed?: string | undefined;
2288
+ admission?: string | undefined;
2289
+ application_year?: string | undefined;
2290
+ credential_a_filled?: boolean | undefined;
2291
+ credential_b_filled?: boolean | undefined;
2292
+ }>>;
2293
+ }, "strip", z.ZodTypeAny, {
2294
+ success: boolean;
2295
+ message?: string | undefined;
2296
+ data?: {
2297
+ _id: string;
2298
+ isLocked?: boolean | undefined;
2299
+ uni_assist?: {
2300
+ updatedAt?: Date | undefined;
2301
+ status?: string | undefined;
2302
+ vpd_file_path?: string | undefined;
2303
+ vpd_paid_confirmation_file_path?: string | undefined;
2304
+ vpd_paid_confirmation_file_status?: string | undefined;
2305
+ isPaid?: boolean | undefined;
2306
+ } | undefined;
2307
+ programId?: string | undefined;
2308
+ studentId?: string | undefined;
2309
+ portal_credentials?: {
2310
+ application_portal_a?: {
2311
+ password?: string | undefined;
2312
+ account?: string | undefined;
2313
+ } | undefined;
2314
+ application_portal_b?: {
2315
+ password?: string | undefined;
2316
+ account?: string | undefined;
2317
+ } | undefined;
2318
+ } | undefined;
2319
+ doc_modification_thread?: {
2320
+ updatedAt?: Date | undefined;
2321
+ isFinalVersion?: boolean | undefined;
2322
+ latest_message_left_by_id?: string | undefined;
2323
+ doc_thread_id?: string | undefined;
2324
+ createdAt?: Date | undefined;
2325
+ }[] | undefined;
2326
+ reject_reason?: string | undefined;
2327
+ admission_letter?: {
2328
+ comments?: string | undefined;
2329
+ updatedAt?: Date | undefined;
2330
+ status?: string | undefined;
2331
+ admission_file_path?: string | undefined;
2332
+ } | undefined;
2333
+ finalEnrolment?: boolean | undefined;
2334
+ decided?: string | undefined;
2335
+ closed?: string | undefined;
2336
+ admission?: string | undefined;
2337
+ application_year?: string | undefined;
2338
+ credential_a_filled?: boolean | undefined;
2339
+ credential_b_filled?: boolean | undefined;
2340
+ } | undefined;
2341
+ }, {
2342
+ success: boolean;
2343
+ message?: string | undefined;
2344
+ data?: {
2345
+ _id: string;
2346
+ isLocked?: boolean | undefined;
2347
+ uni_assist?: {
2348
+ updatedAt?: Date | undefined;
2349
+ status?: string | undefined;
2350
+ vpd_file_path?: string | undefined;
2351
+ vpd_paid_confirmation_file_path?: string | undefined;
2352
+ vpd_paid_confirmation_file_status?: string | undefined;
2353
+ isPaid?: boolean | undefined;
2354
+ } | undefined;
2355
+ programId?: string | undefined;
2356
+ studentId?: string | undefined;
2357
+ portal_credentials?: {
2358
+ application_portal_a?: {
2359
+ password?: string | undefined;
2360
+ account?: string | undefined;
2361
+ } | undefined;
2362
+ application_portal_b?: {
2363
+ password?: string | undefined;
2364
+ account?: string | undefined;
2365
+ } | undefined;
2366
+ } | undefined;
2367
+ doc_modification_thread?: {
2368
+ updatedAt?: Date | undefined;
2369
+ isFinalVersion?: boolean | undefined;
2370
+ latest_message_left_by_id?: string | undefined;
2371
+ doc_thread_id?: string | undefined;
2372
+ createdAt?: Date | undefined;
2373
+ }[] | undefined;
2374
+ reject_reason?: string | undefined;
2375
+ admission_letter?: {
2376
+ comments?: string | undefined;
2377
+ updatedAt?: Date | undefined;
2378
+ status?: string | undefined;
2379
+ admission_file_path?: string | undefined;
2380
+ } | undefined;
2381
+ finalEnrolment?: boolean | undefined;
2382
+ decided?: string | undefined;
2383
+ closed?: string | undefined;
2384
+ admission?: string | undefined;
2385
+ application_year?: string | undefined;
2386
+ credential_a_filled?: boolean | undefined;
2387
+ credential_b_filled?: boolean | undefined;
2388
+ } | undefined;
2389
+ }>;
2390
+ export declare const AdmissionsOverviewDataSchema: z.ZodObject<{
2391
+ admission: z.ZodOptional<z.ZodNumber>;
2392
+ rejection: z.ZodOptional<z.ZodNumber>;
2393
+ pending: z.ZodOptional<z.ZodNumber>;
2394
+ notYetSubmitted: z.ZodOptional<z.ZodNumber>;
2395
+ }, "strip", z.ZodTypeAny, {
2396
+ admission?: number | undefined;
2397
+ rejection?: number | undefined;
2398
+ pending?: number | undefined;
2399
+ notYetSubmitted?: number | undefined;
2400
+ }, {
2401
+ admission?: number | undefined;
2402
+ rejection?: number | undefined;
2403
+ pending?: number | undefined;
2404
+ notYetSubmitted?: number | undefined;
2405
+ }>;
2406
+ export declare const GetAdmissionsResponseSchema: z.ZodObject<{
2407
+ success: z.ZodBoolean;
2408
+ data: z.ZodOptional<z.ZodArray<z.ZodType<import("..").IApplicationPopulatedDef, z.ZodTypeDef, import("..").IApplicationPopulatedDef>, "many">>;
2409
+ result: z.ZodOptional<z.ZodArray<z.ZodObject<{
2410
+ program_id: z.ZodOptional<z.ZodString>;
2411
+ count: z.ZodOptional<z.ZodNumber>;
2412
+ }, "strip", z.ZodTypeAny, {
2413
+ program_id?: string | undefined;
2414
+ count?: number | undefined;
2415
+ }, {
2416
+ program_id?: string | undefined;
2417
+ count?: number | undefined;
2418
+ }>, "many">>;
2419
+ }, "strip", z.ZodTypeAny, {
2420
+ success: boolean;
2421
+ data?: import("..").IApplicationPopulatedDef[] | undefined;
2422
+ result?: {
2423
+ program_id?: string | undefined;
2424
+ count?: number | undefined;
2425
+ }[] | undefined;
2426
+ }, {
2427
+ success: boolean;
2428
+ data?: import("..").IApplicationPopulatedDef[] | undefined;
2429
+ result?: {
2430
+ program_id?: string | undefined;
2431
+ count?: number | undefined;
2432
+ }[] | undefined;
2433
+ }>;
2434
+ export declare const GetAdmissionsOverviewResponseSchema: z.ZodObject<{
2435
+ success: z.ZodBoolean;
2436
+ message: z.ZodOptional<z.ZodString>;
2437
+ } & {
2438
+ data: z.ZodOptional<z.ZodObject<{
2439
+ admission: z.ZodOptional<z.ZodNumber>;
2440
+ rejection: z.ZodOptional<z.ZodNumber>;
2441
+ pending: z.ZodOptional<z.ZodNumber>;
2442
+ notYetSubmitted: z.ZodOptional<z.ZodNumber>;
2443
+ }, "strip", z.ZodTypeAny, {
2444
+ admission?: number | undefined;
2445
+ rejection?: number | undefined;
2446
+ pending?: number | undefined;
2447
+ notYetSubmitted?: number | undefined;
2448
+ }, {
2449
+ admission?: number | undefined;
2450
+ rejection?: number | undefined;
2451
+ pending?: number | undefined;
2452
+ notYetSubmitted?: number | undefined;
2453
+ }>>;
2454
+ }, "strip", z.ZodTypeAny, {
2455
+ success: boolean;
2456
+ message?: string | undefined;
2457
+ data?: {
2458
+ admission?: number | undefined;
2459
+ rejection?: number | undefined;
2460
+ pending?: number | undefined;
2461
+ notYetSubmitted?: number | undefined;
2462
+ } | undefined;
2463
+ }, {
2464
+ success: boolean;
2465
+ message?: string | undefined;
2466
+ data?: {
2467
+ admission?: number | undefined;
2468
+ rejection?: number | undefined;
2469
+ pending?: number | undefined;
2470
+ notYetSubmitted?: number | undefined;
2471
+ } | undefined;
2472
+ }>;
2473
+ export declare const GetApplicationConflictsResponseSchema: z.ZodObject<{
2474
+ success: z.ZodBoolean;
2475
+ message: z.ZodOptional<z.ZodString>;
2476
+ } & {
2477
+ data: z.ZodOptional<z.ZodUnknown>;
2478
+ }, "strip", z.ZodTypeAny, {
2479
+ success: boolean;
2480
+ message?: string | undefined;
2481
+ data?: unknown;
2482
+ }, {
2483
+ success: boolean;
2484
+ message?: string | undefined;
2485
+ data?: unknown;
2486
+ }>;
2487
+ export declare const GetApplicationTaskDeltasResponseSchema: z.ZodObject<{
2488
+ success: z.ZodBoolean;
2489
+ message: z.ZodOptional<z.ZodString>;
2490
+ } & {
2491
+ data: z.ZodOptional<z.ZodArray<z.ZodObject<{
2492
+ program: z.ZodObject<{
2493
+ isArchiv: z.ZodOptional<z.ZodBoolean>;
2494
+ isLocked: z.ZodOptional<z.ZodBoolean>;
2495
+ school: z.ZodString;
2496
+ program_name: z.ZodString;
2497
+ programSubjects: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2498
+ degree: z.ZodOptional<z.ZodString>;
2499
+ semester: z.ZodOptional<z.ZodString>;
2500
+ lang: z.ZodOptional<z.ZodString>;
2501
+ gpa_requirement: z.ZodOptional<z.ZodString>;
2502
+ allowOnlyGraduatedApplicant: z.ZodOptional<z.ZodBoolean>;
2503
+ application_start: z.ZodOptional<z.ZodString>;
2504
+ application_deadline: z.ZodOptional<z.ZodString>;
2505
+ uni_assist: z.ZodOptional<z.ZodString>;
2506
+ englishTestHandLater: z.ZodOptional<z.ZodBoolean>;
2507
+ toefl: z.ZodOptional<z.ZodString>;
2508
+ toefl_reading: z.ZodOptional<z.ZodNumber>;
2509
+ toefl_listening: z.ZodOptional<z.ZodNumber>;
2510
+ toefl_writing: z.ZodOptional<z.ZodNumber>;
2511
+ toefl_speaking: z.ZodOptional<z.ZodNumber>;
2512
+ ielts: z.ZodOptional<z.ZodString>;
2513
+ ielts_reading: z.ZodOptional<z.ZodNumber>;
2514
+ ielts_listening: z.ZodOptional<z.ZodNumber>;
2515
+ ielts_writing: z.ZodOptional<z.ZodNumber>;
2516
+ ielts_speaking: z.ZodOptional<z.ZodNumber>;
2517
+ germanTestHandLater: z.ZodOptional<z.ZodBoolean>;
2518
+ goetheZertifikat: z.ZodOptional<z.ZodString>;
2519
+ testdaf: z.ZodOptional<z.ZodString>;
2520
+ dsh: z.ZodOptional<z.ZodString>;
2521
+ gre: z.ZodOptional<z.ZodString>;
2522
+ gre_verbal: z.ZodOptional<z.ZodNumber>;
2523
+ gre_quantitative: z.ZodOptional<z.ZodNumber>;
2524
+ gre_analytical_writing: z.ZodOptional<z.ZodNumber>;
2525
+ gmat: z.ZodOptional<z.ZodString>;
2526
+ ml_required: z.ZodOptional<z.ZodString>;
2527
+ ml_requirements: z.ZodOptional<z.ZodString>;
2528
+ sop_required: z.ZodOptional<z.ZodString>;
2529
+ sop_requirements: z.ZodOptional<z.ZodString>;
2530
+ phs_required: z.ZodOptional<z.ZodString>;
2531
+ phs_requirements: z.ZodOptional<z.ZodString>;
2532
+ rl_required: z.ZodOptional<z.ZodString>;
2533
+ rl_requirements: z.ZodOptional<z.ZodString>;
2534
+ is_rl_specific: z.ZodOptional<z.ZodBoolean>;
2535
+ essay_required: z.ZodOptional<z.ZodString>;
2536
+ essay_requirements: z.ZodOptional<z.ZodString>;
2537
+ essay_difficulty: z.ZodOptional<z.ZodString>;
2538
+ portfolio_required: z.ZodOptional<z.ZodString>;
2539
+ portfolio_requirements: z.ZodOptional<z.ZodString>;
2540
+ supplementary_form_required: z.ZodOptional<z.ZodString>;
2541
+ supplementary_form_requirements: z.ZodOptional<z.ZodString>;
2542
+ curriculum_analysis_required: z.ZodOptional<z.ZodString>;
2543
+ curriculum_analysis_requirements: z.ZodOptional<z.ZodString>;
2544
+ scholarship_form_required: z.ZodOptional<z.ZodString>;
2545
+ scholarship_form_requirements: z.ZodOptional<z.ZodString>;
2546
+ module_description_required: z.ZodOptional<z.ZodString>;
2547
+ ects_requirements: z.ZodOptional<z.ZodString>;
2548
+ special_notes: z.ZodOptional<z.ZodString>;
2549
+ comments: z.ZodOptional<z.ZodString>;
2550
+ application_portal_a: z.ZodOptional<z.ZodString>;
2551
+ application_portal_b: z.ZodOptional<z.ZodString>;
2552
+ application_portal_a_instructions: z.ZodOptional<z.ZodString>;
2553
+ application_portal_b_instructions: z.ZodOptional<z.ZodString>;
2554
+ uni_assist_link: z.ZodOptional<z.ZodString>;
2555
+ website: z.ZodOptional<z.ZodString>;
2556
+ fpso: z.ZodOptional<z.ZodString>;
2557
+ updatedAt: z.ZodOptional<z.ZodDate>;
2558
+ whoupdated: z.ZodOptional<z.ZodString>;
2559
+ tuition_fees: z.ZodOptional<z.ZodString>;
2560
+ contact: z.ZodOptional<z.ZodString>;
2561
+ city: z.ZodOptional<z.ZodString>;
2562
+ country: z.ZodOptional<z.ZodString>;
2563
+ isPrivateSchool: z.ZodOptional<z.ZodBoolean>;
2564
+ isPartnerSchool: z.ZodOptional<z.ZodBoolean>;
2565
+ schoolType: z.ZodOptional<z.ZodString>;
2566
+ tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2567
+ url: z.ZodOptional<z.ZodString>;
2568
+ isNC: z.ZodOptional<z.ZodBoolean>;
2569
+ zipCode: z.ZodOptional<z.ZodString>;
2570
+ } & {
2571
+ _id: z.ZodString;
2572
+ vcId: z.ZodOptional<z.ZodString>;
2573
+ }, "strip", z.ZodTypeAny, {
2574
+ school: string;
2575
+ program_name: string;
2576
+ _id: string;
2577
+ isArchiv?: boolean | undefined;
2578
+ isLocked?: boolean | undefined;
2579
+ programSubjects?: string[] | undefined;
2580
+ degree?: string | undefined;
2581
+ semester?: string | undefined;
2582
+ lang?: string | undefined;
2583
+ gpa_requirement?: string | undefined;
2584
+ allowOnlyGraduatedApplicant?: boolean | undefined;
2585
+ application_start?: string | undefined;
2586
+ application_deadline?: string | undefined;
2587
+ uni_assist?: string | undefined;
2588
+ englishTestHandLater?: boolean | undefined;
2589
+ toefl?: string | undefined;
2590
+ toefl_reading?: number | undefined;
2591
+ toefl_listening?: number | undefined;
2592
+ toefl_writing?: number | undefined;
2593
+ toefl_speaking?: number | undefined;
2594
+ ielts?: string | undefined;
2595
+ ielts_reading?: number | undefined;
2596
+ ielts_listening?: number | undefined;
2597
+ ielts_writing?: number | undefined;
2598
+ ielts_speaking?: number | undefined;
2599
+ germanTestHandLater?: boolean | undefined;
2600
+ goetheZertifikat?: string | undefined;
2601
+ testdaf?: string | undefined;
2602
+ dsh?: string | undefined;
2603
+ gre?: string | undefined;
2604
+ gre_verbal?: number | undefined;
2605
+ gre_quantitative?: number | undefined;
2606
+ gre_analytical_writing?: number | undefined;
2607
+ gmat?: string | undefined;
2608
+ ml_required?: string | undefined;
2609
+ ml_requirements?: string | undefined;
2610
+ sop_required?: string | undefined;
2611
+ sop_requirements?: string | undefined;
2612
+ phs_required?: string | undefined;
2613
+ phs_requirements?: string | undefined;
2614
+ rl_required?: string | undefined;
2615
+ rl_requirements?: string | undefined;
2616
+ is_rl_specific?: boolean | undefined;
2617
+ essay_required?: string | undefined;
2618
+ essay_requirements?: string | undefined;
2619
+ essay_difficulty?: string | undefined;
2620
+ portfolio_required?: string | undefined;
2621
+ portfolio_requirements?: string | undefined;
2622
+ supplementary_form_required?: string | undefined;
2623
+ supplementary_form_requirements?: string | undefined;
2624
+ curriculum_analysis_required?: string | undefined;
2625
+ curriculum_analysis_requirements?: string | undefined;
2626
+ scholarship_form_required?: string | undefined;
2627
+ scholarship_form_requirements?: string | undefined;
2628
+ module_description_required?: string | undefined;
2629
+ ects_requirements?: string | undefined;
2630
+ special_notes?: string | undefined;
2631
+ comments?: string | undefined;
2632
+ application_portal_a?: string | undefined;
2633
+ application_portal_b?: string | undefined;
2634
+ application_portal_a_instructions?: string | undefined;
2635
+ application_portal_b_instructions?: string | undefined;
2636
+ uni_assist_link?: string | undefined;
2637
+ website?: string | undefined;
2638
+ fpso?: string | undefined;
2639
+ updatedAt?: Date | undefined;
2640
+ whoupdated?: string | undefined;
2641
+ tuition_fees?: string | undefined;
2642
+ contact?: string | undefined;
2643
+ city?: string | undefined;
2644
+ country?: string | undefined;
2645
+ isPrivateSchool?: boolean | undefined;
2646
+ isPartnerSchool?: boolean | undefined;
2647
+ schoolType?: string | undefined;
2648
+ tags?: string[] | undefined;
2649
+ url?: string | undefined;
2650
+ isNC?: boolean | undefined;
2651
+ zipCode?: string | undefined;
2652
+ vcId?: string | undefined;
2653
+ }, {
2654
+ school: string;
2655
+ program_name: string;
2656
+ _id: string;
2657
+ isArchiv?: boolean | undefined;
2658
+ isLocked?: boolean | undefined;
2659
+ programSubjects?: string[] | undefined;
2660
+ degree?: string | undefined;
2661
+ semester?: string | undefined;
2662
+ lang?: string | undefined;
2663
+ gpa_requirement?: string | undefined;
2664
+ allowOnlyGraduatedApplicant?: boolean | undefined;
2665
+ application_start?: string | undefined;
2666
+ application_deadline?: string | undefined;
2667
+ uni_assist?: string | undefined;
2668
+ englishTestHandLater?: boolean | undefined;
2669
+ toefl?: string | undefined;
2670
+ toefl_reading?: number | undefined;
2671
+ toefl_listening?: number | undefined;
2672
+ toefl_writing?: number | undefined;
2673
+ toefl_speaking?: number | undefined;
2674
+ ielts?: string | undefined;
2675
+ ielts_reading?: number | undefined;
2676
+ ielts_listening?: number | undefined;
2677
+ ielts_writing?: number | undefined;
2678
+ ielts_speaking?: number | undefined;
2679
+ germanTestHandLater?: boolean | undefined;
2680
+ goetheZertifikat?: string | undefined;
2681
+ testdaf?: string | undefined;
2682
+ dsh?: string | undefined;
2683
+ gre?: string | undefined;
2684
+ gre_verbal?: number | undefined;
2685
+ gre_quantitative?: number | undefined;
2686
+ gre_analytical_writing?: number | undefined;
2687
+ gmat?: string | undefined;
2688
+ ml_required?: string | undefined;
2689
+ ml_requirements?: string | undefined;
2690
+ sop_required?: string | undefined;
2691
+ sop_requirements?: string | undefined;
2692
+ phs_required?: string | undefined;
2693
+ phs_requirements?: string | undefined;
2694
+ rl_required?: string | undefined;
2695
+ rl_requirements?: string | undefined;
2696
+ is_rl_specific?: boolean | undefined;
2697
+ essay_required?: string | undefined;
2698
+ essay_requirements?: string | undefined;
2699
+ essay_difficulty?: string | undefined;
2700
+ portfolio_required?: string | undefined;
2701
+ portfolio_requirements?: string | undefined;
2702
+ supplementary_form_required?: string | undefined;
2703
+ supplementary_form_requirements?: string | undefined;
2704
+ curriculum_analysis_required?: string | undefined;
2705
+ curriculum_analysis_requirements?: string | undefined;
2706
+ scholarship_form_required?: string | undefined;
2707
+ scholarship_form_requirements?: string | undefined;
2708
+ module_description_required?: string | undefined;
2709
+ ects_requirements?: string | undefined;
2710
+ special_notes?: string | undefined;
2711
+ comments?: string | undefined;
2712
+ application_portal_a?: string | undefined;
2713
+ application_portal_b?: string | undefined;
2714
+ application_portal_a_instructions?: string | undefined;
2715
+ application_portal_b_instructions?: string | undefined;
2716
+ uni_assist_link?: string | undefined;
2717
+ website?: string | undefined;
2718
+ fpso?: string | undefined;
2719
+ updatedAt?: Date | undefined;
2720
+ whoupdated?: string | undefined;
2721
+ tuition_fees?: string | undefined;
2722
+ contact?: string | undefined;
2723
+ city?: string | undefined;
2724
+ country?: string | undefined;
2725
+ isPrivateSchool?: boolean | undefined;
2726
+ isPartnerSchool?: boolean | undefined;
2727
+ schoolType?: string | undefined;
2728
+ tags?: string[] | undefined;
2729
+ url?: string | undefined;
2730
+ isNC?: boolean | undefined;
2731
+ zipCode?: string | undefined;
2732
+ vcId?: string | undefined;
2733
+ }>;
2734
+ students: z.ZodArray<z.ZodUnknown, "many">;
2735
+ }, "strip", z.ZodTypeAny, {
2736
+ students: unknown[];
2737
+ program: {
2738
+ school: string;
2739
+ program_name: string;
2740
+ _id: string;
2741
+ isArchiv?: boolean | undefined;
2742
+ isLocked?: boolean | undefined;
2743
+ programSubjects?: string[] | undefined;
2744
+ degree?: string | undefined;
2745
+ semester?: string | undefined;
2746
+ lang?: string | undefined;
2747
+ gpa_requirement?: string | undefined;
2748
+ allowOnlyGraduatedApplicant?: boolean | undefined;
2749
+ application_start?: string | undefined;
2750
+ application_deadline?: string | undefined;
2751
+ uni_assist?: string | undefined;
2752
+ englishTestHandLater?: boolean | undefined;
2753
+ toefl?: string | undefined;
2754
+ toefl_reading?: number | undefined;
2755
+ toefl_listening?: number | undefined;
2756
+ toefl_writing?: number | undefined;
2757
+ toefl_speaking?: number | undefined;
2758
+ ielts?: string | undefined;
2759
+ ielts_reading?: number | undefined;
2760
+ ielts_listening?: number | undefined;
2761
+ ielts_writing?: number | undefined;
2762
+ ielts_speaking?: number | undefined;
2763
+ germanTestHandLater?: boolean | undefined;
2764
+ goetheZertifikat?: string | undefined;
2765
+ testdaf?: string | undefined;
2766
+ dsh?: string | undefined;
2767
+ gre?: string | undefined;
2768
+ gre_verbal?: number | undefined;
2769
+ gre_quantitative?: number | undefined;
2770
+ gre_analytical_writing?: number | undefined;
2771
+ gmat?: string | undefined;
2772
+ ml_required?: string | undefined;
2773
+ ml_requirements?: string | undefined;
2774
+ sop_required?: string | undefined;
2775
+ sop_requirements?: string | undefined;
2776
+ phs_required?: string | undefined;
2777
+ phs_requirements?: string | undefined;
2778
+ rl_required?: string | undefined;
2779
+ rl_requirements?: string | undefined;
2780
+ is_rl_specific?: boolean | undefined;
2781
+ essay_required?: string | undefined;
2782
+ essay_requirements?: string | undefined;
2783
+ essay_difficulty?: string | undefined;
2784
+ portfolio_required?: string | undefined;
2785
+ portfolio_requirements?: string | undefined;
2786
+ supplementary_form_required?: string | undefined;
2787
+ supplementary_form_requirements?: string | undefined;
2788
+ curriculum_analysis_required?: string | undefined;
2789
+ curriculum_analysis_requirements?: string | undefined;
2790
+ scholarship_form_required?: string | undefined;
2791
+ scholarship_form_requirements?: string | undefined;
2792
+ module_description_required?: string | undefined;
2793
+ ects_requirements?: string | undefined;
2794
+ special_notes?: string | undefined;
2795
+ comments?: string | undefined;
2796
+ application_portal_a?: string | undefined;
2797
+ application_portal_b?: string | undefined;
2798
+ application_portal_a_instructions?: string | undefined;
2799
+ application_portal_b_instructions?: string | undefined;
2800
+ uni_assist_link?: string | undefined;
2801
+ website?: string | undefined;
2802
+ fpso?: string | undefined;
2803
+ updatedAt?: Date | undefined;
2804
+ whoupdated?: string | undefined;
2805
+ tuition_fees?: string | undefined;
2806
+ contact?: string | undefined;
2807
+ city?: string | undefined;
2808
+ country?: string | undefined;
2809
+ isPrivateSchool?: boolean | undefined;
2810
+ isPartnerSchool?: boolean | undefined;
2811
+ schoolType?: string | undefined;
2812
+ tags?: string[] | undefined;
2813
+ url?: string | undefined;
2814
+ isNC?: boolean | undefined;
2815
+ zipCode?: string | undefined;
2816
+ vcId?: string | undefined;
2817
+ };
2818
+ }, {
2819
+ students: unknown[];
2820
+ program: {
2821
+ school: string;
2822
+ program_name: string;
2823
+ _id: string;
2824
+ isArchiv?: boolean | undefined;
2825
+ isLocked?: boolean | undefined;
2826
+ programSubjects?: string[] | undefined;
2827
+ degree?: string | undefined;
2828
+ semester?: string | undefined;
2829
+ lang?: string | undefined;
2830
+ gpa_requirement?: string | undefined;
2831
+ allowOnlyGraduatedApplicant?: boolean | undefined;
2832
+ application_start?: string | undefined;
2833
+ application_deadline?: string | undefined;
2834
+ uni_assist?: string | undefined;
2835
+ englishTestHandLater?: boolean | undefined;
2836
+ toefl?: string | undefined;
2837
+ toefl_reading?: number | undefined;
2838
+ toefl_listening?: number | undefined;
2839
+ toefl_writing?: number | undefined;
2840
+ toefl_speaking?: number | undefined;
2841
+ ielts?: string | undefined;
2842
+ ielts_reading?: number | undefined;
2843
+ ielts_listening?: number | undefined;
2844
+ ielts_writing?: number | undefined;
2845
+ ielts_speaking?: number | undefined;
2846
+ germanTestHandLater?: boolean | undefined;
2847
+ goetheZertifikat?: string | undefined;
2848
+ testdaf?: string | undefined;
2849
+ dsh?: string | undefined;
2850
+ gre?: string | undefined;
2851
+ gre_verbal?: number | undefined;
2852
+ gre_quantitative?: number | undefined;
2853
+ gre_analytical_writing?: number | undefined;
2854
+ gmat?: string | undefined;
2855
+ ml_required?: string | undefined;
2856
+ ml_requirements?: string | undefined;
2857
+ sop_required?: string | undefined;
2858
+ sop_requirements?: string | undefined;
2859
+ phs_required?: string | undefined;
2860
+ phs_requirements?: string | undefined;
2861
+ rl_required?: string | undefined;
2862
+ rl_requirements?: string | undefined;
2863
+ is_rl_specific?: boolean | undefined;
2864
+ essay_required?: string | undefined;
2865
+ essay_requirements?: string | undefined;
2866
+ essay_difficulty?: string | undefined;
2867
+ portfolio_required?: string | undefined;
2868
+ portfolio_requirements?: string | undefined;
2869
+ supplementary_form_required?: string | undefined;
2870
+ supplementary_form_requirements?: string | undefined;
2871
+ curriculum_analysis_required?: string | undefined;
2872
+ curriculum_analysis_requirements?: string | undefined;
2873
+ scholarship_form_required?: string | undefined;
2874
+ scholarship_form_requirements?: string | undefined;
2875
+ module_description_required?: string | undefined;
2876
+ ects_requirements?: string | undefined;
2877
+ special_notes?: string | undefined;
2878
+ comments?: string | undefined;
2879
+ application_portal_a?: string | undefined;
2880
+ application_portal_b?: string | undefined;
2881
+ application_portal_a_instructions?: string | undefined;
2882
+ application_portal_b_instructions?: string | undefined;
2883
+ uni_assist_link?: string | undefined;
2884
+ website?: string | undefined;
2885
+ fpso?: string | undefined;
2886
+ updatedAt?: Date | undefined;
2887
+ whoupdated?: string | undefined;
2888
+ tuition_fees?: string | undefined;
2889
+ contact?: string | undefined;
2890
+ city?: string | undefined;
2891
+ country?: string | undefined;
2892
+ isPrivateSchool?: boolean | undefined;
2893
+ isPartnerSchool?: boolean | undefined;
2894
+ schoolType?: string | undefined;
2895
+ tags?: string[] | undefined;
2896
+ url?: string | undefined;
2897
+ isNC?: boolean | undefined;
2898
+ zipCode?: string | undefined;
2899
+ vcId?: string | undefined;
2900
+ };
2901
+ }>, "many">>;
2902
+ }, "strip", z.ZodTypeAny, {
2903
+ success: boolean;
2904
+ message?: string | undefined;
2905
+ data?: {
2906
+ students: unknown[];
2907
+ program: {
2908
+ school: string;
2909
+ program_name: string;
2910
+ _id: string;
2911
+ isArchiv?: boolean | undefined;
2912
+ isLocked?: boolean | undefined;
2913
+ programSubjects?: string[] | undefined;
2914
+ degree?: string | undefined;
2915
+ semester?: string | undefined;
2916
+ lang?: string | undefined;
2917
+ gpa_requirement?: string | undefined;
2918
+ allowOnlyGraduatedApplicant?: boolean | undefined;
2919
+ application_start?: string | undefined;
2920
+ application_deadline?: string | undefined;
2921
+ uni_assist?: string | undefined;
2922
+ englishTestHandLater?: boolean | undefined;
2923
+ toefl?: string | undefined;
2924
+ toefl_reading?: number | undefined;
2925
+ toefl_listening?: number | undefined;
2926
+ toefl_writing?: number | undefined;
2927
+ toefl_speaking?: number | undefined;
2928
+ ielts?: string | undefined;
2929
+ ielts_reading?: number | undefined;
2930
+ ielts_listening?: number | undefined;
2931
+ ielts_writing?: number | undefined;
2932
+ ielts_speaking?: number | undefined;
2933
+ germanTestHandLater?: boolean | undefined;
2934
+ goetheZertifikat?: string | undefined;
2935
+ testdaf?: string | undefined;
2936
+ dsh?: string | undefined;
2937
+ gre?: string | undefined;
2938
+ gre_verbal?: number | undefined;
2939
+ gre_quantitative?: number | undefined;
2940
+ gre_analytical_writing?: number | undefined;
2941
+ gmat?: string | undefined;
2942
+ ml_required?: string | undefined;
2943
+ ml_requirements?: string | undefined;
2944
+ sop_required?: string | undefined;
2945
+ sop_requirements?: string | undefined;
2946
+ phs_required?: string | undefined;
2947
+ phs_requirements?: string | undefined;
2948
+ rl_required?: string | undefined;
2949
+ rl_requirements?: string | undefined;
2950
+ is_rl_specific?: boolean | undefined;
2951
+ essay_required?: string | undefined;
2952
+ essay_requirements?: string | undefined;
2953
+ essay_difficulty?: string | undefined;
2954
+ portfolio_required?: string | undefined;
2955
+ portfolio_requirements?: string | undefined;
2956
+ supplementary_form_required?: string | undefined;
2957
+ supplementary_form_requirements?: string | undefined;
2958
+ curriculum_analysis_required?: string | undefined;
2959
+ curriculum_analysis_requirements?: string | undefined;
2960
+ scholarship_form_required?: string | undefined;
2961
+ scholarship_form_requirements?: string | undefined;
2962
+ module_description_required?: string | undefined;
2963
+ ects_requirements?: string | undefined;
2964
+ special_notes?: string | undefined;
2965
+ comments?: string | undefined;
2966
+ application_portal_a?: string | undefined;
2967
+ application_portal_b?: string | undefined;
2968
+ application_portal_a_instructions?: string | undefined;
2969
+ application_portal_b_instructions?: string | undefined;
2970
+ uni_assist_link?: string | undefined;
2971
+ website?: string | undefined;
2972
+ fpso?: string | undefined;
2973
+ updatedAt?: Date | undefined;
2974
+ whoupdated?: string | undefined;
2975
+ tuition_fees?: string | undefined;
2976
+ contact?: string | undefined;
2977
+ city?: string | undefined;
2978
+ country?: string | undefined;
2979
+ isPrivateSchool?: boolean | undefined;
2980
+ isPartnerSchool?: boolean | undefined;
2981
+ schoolType?: string | undefined;
2982
+ tags?: string[] | undefined;
2983
+ url?: string | undefined;
2984
+ isNC?: boolean | undefined;
2985
+ zipCode?: string | undefined;
2986
+ vcId?: string | undefined;
2987
+ };
2988
+ }[] | undefined;
2989
+ }, {
2990
+ success: boolean;
2991
+ message?: string | undefined;
2992
+ data?: {
2993
+ students: unknown[];
2994
+ program: {
2995
+ school: string;
2996
+ program_name: string;
2997
+ _id: string;
2998
+ isArchiv?: boolean | undefined;
2999
+ isLocked?: boolean | undefined;
3000
+ programSubjects?: string[] | undefined;
3001
+ degree?: string | undefined;
3002
+ semester?: string | undefined;
3003
+ lang?: string | undefined;
3004
+ gpa_requirement?: string | undefined;
3005
+ allowOnlyGraduatedApplicant?: boolean | undefined;
3006
+ application_start?: string | undefined;
3007
+ application_deadline?: string | undefined;
3008
+ uni_assist?: string | undefined;
3009
+ englishTestHandLater?: boolean | undefined;
3010
+ toefl?: string | undefined;
3011
+ toefl_reading?: number | undefined;
3012
+ toefl_listening?: number | undefined;
3013
+ toefl_writing?: number | undefined;
3014
+ toefl_speaking?: number | undefined;
3015
+ ielts?: string | undefined;
3016
+ ielts_reading?: number | undefined;
3017
+ ielts_listening?: number | undefined;
3018
+ ielts_writing?: number | undefined;
3019
+ ielts_speaking?: number | undefined;
3020
+ germanTestHandLater?: boolean | undefined;
3021
+ goetheZertifikat?: string | undefined;
3022
+ testdaf?: string | undefined;
3023
+ dsh?: string | undefined;
3024
+ gre?: string | undefined;
3025
+ gre_verbal?: number | undefined;
3026
+ gre_quantitative?: number | undefined;
3027
+ gre_analytical_writing?: number | undefined;
3028
+ gmat?: string | undefined;
3029
+ ml_required?: string | undefined;
3030
+ ml_requirements?: string | undefined;
3031
+ sop_required?: string | undefined;
3032
+ sop_requirements?: string | undefined;
3033
+ phs_required?: string | undefined;
3034
+ phs_requirements?: string | undefined;
3035
+ rl_required?: string | undefined;
3036
+ rl_requirements?: string | undefined;
3037
+ is_rl_specific?: boolean | undefined;
3038
+ essay_required?: string | undefined;
3039
+ essay_requirements?: string | undefined;
3040
+ essay_difficulty?: string | undefined;
3041
+ portfolio_required?: string | undefined;
3042
+ portfolio_requirements?: string | undefined;
3043
+ supplementary_form_required?: string | undefined;
3044
+ supplementary_form_requirements?: string | undefined;
3045
+ curriculum_analysis_required?: string | undefined;
3046
+ curriculum_analysis_requirements?: string | undefined;
3047
+ scholarship_form_required?: string | undefined;
3048
+ scholarship_form_requirements?: string | undefined;
3049
+ module_description_required?: string | undefined;
3050
+ ects_requirements?: string | undefined;
3051
+ special_notes?: string | undefined;
3052
+ comments?: string | undefined;
3053
+ application_portal_a?: string | undefined;
3054
+ application_portal_b?: string | undefined;
3055
+ application_portal_a_instructions?: string | undefined;
3056
+ application_portal_b_instructions?: string | undefined;
3057
+ uni_assist_link?: string | undefined;
3058
+ website?: string | undefined;
3059
+ fpso?: string | undefined;
3060
+ updatedAt?: Date | undefined;
3061
+ whoupdated?: string | undefined;
3062
+ tuition_fees?: string | undefined;
3063
+ contact?: string | undefined;
3064
+ city?: string | undefined;
3065
+ country?: string | undefined;
3066
+ isPrivateSchool?: boolean | undefined;
3067
+ isPartnerSchool?: boolean | undefined;
3068
+ schoolType?: string | undefined;
3069
+ tags?: string[] | undefined;
3070
+ url?: string | undefined;
3071
+ isNC?: boolean | undefined;
3072
+ zipCode?: string | undefined;
3073
+ vcId?: string | undefined;
3074
+ };
3075
+ }[] | undefined;
3076
+ }>;
3077
+ export declare const UpdateStudentApplicationResultResponseSchema: z.ZodObject<{
3078
+ success: z.ZodBoolean;
3079
+ message: z.ZodOptional<z.ZodString>;
3080
+ } & {
3081
+ data: z.ZodOptional<z.ZodObject<{
3082
+ _id: z.ZodString;
3083
+ programId: z.ZodOptional<z.ZodString>;
3084
+ studentId: z.ZodOptional<z.ZodString>;
3085
+ uni_assist: z.ZodOptional<z.ZodObject<{
3086
+ status: z.ZodOptional<z.ZodString>;
3087
+ vpd_file_path: z.ZodOptional<z.ZodString>;
3088
+ vpd_paid_confirmation_file_path: z.ZodOptional<z.ZodString>;
3089
+ vpd_paid_confirmation_file_status: z.ZodOptional<z.ZodString>;
3090
+ isPaid: z.ZodOptional<z.ZodBoolean>;
3091
+ updatedAt: z.ZodOptional<z.ZodDate>;
3092
+ }, "strip", z.ZodTypeAny, {
3093
+ updatedAt?: Date | undefined;
3094
+ status?: string | undefined;
3095
+ vpd_file_path?: string | undefined;
3096
+ vpd_paid_confirmation_file_path?: string | undefined;
3097
+ vpd_paid_confirmation_file_status?: string | undefined;
3098
+ isPaid?: boolean | undefined;
3099
+ }, {
3100
+ updatedAt?: Date | undefined;
3101
+ status?: string | undefined;
3102
+ vpd_file_path?: string | undefined;
3103
+ vpd_paid_confirmation_file_path?: string | undefined;
3104
+ vpd_paid_confirmation_file_status?: string | undefined;
3105
+ isPaid?: boolean | undefined;
3106
+ }>>;
3107
+ portal_credentials: z.ZodOptional<z.ZodObject<{
3108
+ application_portal_a: z.ZodOptional<z.ZodObject<{
3109
+ account: z.ZodOptional<z.ZodString>;
3110
+ password: z.ZodOptional<z.ZodString>;
3111
+ }, "strip", z.ZodTypeAny, {
3112
+ password?: string | undefined;
3113
+ account?: string | undefined;
3114
+ }, {
3115
+ password?: string | undefined;
3116
+ account?: string | undefined;
3117
+ }>>;
3118
+ application_portal_b: z.ZodOptional<z.ZodObject<{
3119
+ account: z.ZodOptional<z.ZodString>;
3120
+ password: z.ZodOptional<z.ZodString>;
3121
+ }, "strip", z.ZodTypeAny, {
3122
+ password?: string | undefined;
3123
+ account?: string | undefined;
3124
+ }, {
3125
+ password?: string | undefined;
3126
+ account?: string | undefined;
3127
+ }>>;
3128
+ }, "strip", z.ZodTypeAny, {
3129
+ application_portal_a?: {
3130
+ password?: string | undefined;
3131
+ account?: string | undefined;
3132
+ } | undefined;
3133
+ application_portal_b?: {
3134
+ password?: string | undefined;
3135
+ account?: string | undefined;
3136
+ } | undefined;
3137
+ }, {
3138
+ application_portal_a?: {
3139
+ password?: string | undefined;
3140
+ account?: string | undefined;
3141
+ } | undefined;
3142
+ application_portal_b?: {
3143
+ password?: string | undefined;
3144
+ account?: string | undefined;
3145
+ } | undefined;
3146
+ }>>;
3147
+ doc_modification_thread: z.ZodOptional<z.ZodArray<z.ZodObject<{
3148
+ isFinalVersion: z.ZodOptional<z.ZodBoolean>;
3149
+ latest_message_left_by_id: z.ZodOptional<z.ZodString>;
3150
+ doc_thread_id: z.ZodOptional<z.ZodString>;
3151
+ updatedAt: z.ZodOptional<z.ZodDate>;
3152
+ createdAt: z.ZodOptional<z.ZodDate>;
3153
+ }, "strip", z.ZodTypeAny, {
3154
+ updatedAt?: Date | undefined;
3155
+ isFinalVersion?: boolean | undefined;
3156
+ latest_message_left_by_id?: string | undefined;
3157
+ doc_thread_id?: string | undefined;
3158
+ createdAt?: Date | undefined;
3159
+ }, {
3160
+ updatedAt?: Date | undefined;
3161
+ isFinalVersion?: boolean | undefined;
3162
+ latest_message_left_by_id?: string | undefined;
3163
+ doc_thread_id?: string | undefined;
3164
+ createdAt?: Date | undefined;
3165
+ }>, "many">>;
3166
+ reject_reason: z.ZodOptional<z.ZodString>;
3167
+ admission_letter: z.ZodOptional<z.ZodObject<{
3168
+ status: z.ZodOptional<z.ZodString>;
3169
+ admission_file_path: z.ZodOptional<z.ZodString>;
3170
+ comments: z.ZodOptional<z.ZodString>;
3171
+ updatedAt: z.ZodOptional<z.ZodDate>;
3172
+ }, "strip", z.ZodTypeAny, {
3173
+ comments?: string | undefined;
3174
+ updatedAt?: Date | undefined;
3175
+ status?: string | undefined;
3176
+ admission_file_path?: string | undefined;
3177
+ }, {
3178
+ comments?: string | undefined;
3179
+ updatedAt?: Date | undefined;
3180
+ status?: string | undefined;
3181
+ admission_file_path?: string | undefined;
3182
+ }>>;
3183
+ finalEnrolment: z.ZodOptional<z.ZodBoolean>;
3184
+ decided: z.ZodOptional<z.ZodString>;
3185
+ closed: z.ZodOptional<z.ZodString>;
3186
+ admission: z.ZodOptional<z.ZodString>;
3187
+ application_year: z.ZodOptional<z.ZodString>;
3188
+ isLocked: z.ZodOptional<z.ZodBoolean>;
3189
+ credential_a_filled: z.ZodOptional<z.ZodBoolean>;
3190
+ credential_b_filled: z.ZodOptional<z.ZodBoolean>;
3191
+ }, "strip", z.ZodTypeAny, {
3192
+ _id: string;
3193
+ isLocked?: boolean | undefined;
3194
+ uni_assist?: {
3195
+ updatedAt?: Date | undefined;
3196
+ status?: string | undefined;
3197
+ vpd_file_path?: string | undefined;
3198
+ vpd_paid_confirmation_file_path?: string | undefined;
3199
+ vpd_paid_confirmation_file_status?: string | undefined;
3200
+ isPaid?: boolean | undefined;
3201
+ } | undefined;
3202
+ programId?: string | undefined;
3203
+ studentId?: string | undefined;
3204
+ portal_credentials?: {
3205
+ application_portal_a?: {
3206
+ password?: string | undefined;
3207
+ account?: string | undefined;
3208
+ } | undefined;
3209
+ application_portal_b?: {
3210
+ password?: string | undefined;
3211
+ account?: string | undefined;
3212
+ } | undefined;
3213
+ } | undefined;
3214
+ doc_modification_thread?: {
3215
+ updatedAt?: Date | undefined;
3216
+ isFinalVersion?: boolean | undefined;
3217
+ latest_message_left_by_id?: string | undefined;
3218
+ doc_thread_id?: string | undefined;
3219
+ createdAt?: Date | undefined;
3220
+ }[] | undefined;
3221
+ reject_reason?: string | undefined;
3222
+ admission_letter?: {
3223
+ comments?: string | undefined;
3224
+ updatedAt?: Date | undefined;
3225
+ status?: string | undefined;
3226
+ admission_file_path?: string | undefined;
3227
+ } | undefined;
3228
+ finalEnrolment?: boolean | undefined;
3229
+ decided?: string | undefined;
3230
+ closed?: string | undefined;
3231
+ admission?: string | undefined;
3232
+ application_year?: string | undefined;
3233
+ credential_a_filled?: boolean | undefined;
3234
+ credential_b_filled?: boolean | undefined;
3235
+ }, {
3236
+ _id: string;
3237
+ isLocked?: boolean | undefined;
3238
+ uni_assist?: {
3239
+ updatedAt?: Date | undefined;
3240
+ status?: string | undefined;
3241
+ vpd_file_path?: string | undefined;
3242
+ vpd_paid_confirmation_file_path?: string | undefined;
3243
+ vpd_paid_confirmation_file_status?: string | undefined;
3244
+ isPaid?: boolean | undefined;
3245
+ } | undefined;
3246
+ programId?: string | undefined;
3247
+ studentId?: string | undefined;
3248
+ portal_credentials?: {
3249
+ application_portal_a?: {
3250
+ password?: string | undefined;
3251
+ account?: string | undefined;
3252
+ } | undefined;
3253
+ application_portal_b?: {
3254
+ password?: string | undefined;
3255
+ account?: string | undefined;
3256
+ } | undefined;
3257
+ } | undefined;
3258
+ doc_modification_thread?: {
3259
+ updatedAt?: Date | undefined;
3260
+ isFinalVersion?: boolean | undefined;
3261
+ latest_message_left_by_id?: string | undefined;
3262
+ doc_thread_id?: string | undefined;
3263
+ createdAt?: Date | undefined;
3264
+ }[] | undefined;
3265
+ reject_reason?: string | undefined;
3266
+ admission_letter?: {
3267
+ comments?: string | undefined;
3268
+ updatedAt?: Date | undefined;
3269
+ status?: string | undefined;
3270
+ admission_file_path?: string | undefined;
3271
+ } | undefined;
3272
+ finalEnrolment?: boolean | undefined;
3273
+ decided?: string | undefined;
3274
+ closed?: string | undefined;
3275
+ admission?: string | undefined;
3276
+ application_year?: string | undefined;
3277
+ credential_a_filled?: boolean | undefined;
3278
+ credential_b_filled?: boolean | undefined;
3279
+ }>>;
3280
+ }, "strip", z.ZodTypeAny, {
3281
+ success: boolean;
3282
+ message?: string | undefined;
3283
+ data?: {
3284
+ _id: string;
3285
+ isLocked?: boolean | undefined;
3286
+ uni_assist?: {
3287
+ updatedAt?: Date | undefined;
3288
+ status?: string | undefined;
3289
+ vpd_file_path?: string | undefined;
3290
+ vpd_paid_confirmation_file_path?: string | undefined;
3291
+ vpd_paid_confirmation_file_status?: string | undefined;
3292
+ isPaid?: boolean | undefined;
3293
+ } | undefined;
3294
+ programId?: string | undefined;
3295
+ studentId?: string | undefined;
3296
+ portal_credentials?: {
3297
+ application_portal_a?: {
3298
+ password?: string | undefined;
3299
+ account?: string | undefined;
3300
+ } | undefined;
3301
+ application_portal_b?: {
3302
+ password?: string | undefined;
3303
+ account?: string | undefined;
3304
+ } | undefined;
3305
+ } | undefined;
3306
+ doc_modification_thread?: {
3307
+ updatedAt?: Date | undefined;
3308
+ isFinalVersion?: boolean | undefined;
3309
+ latest_message_left_by_id?: string | undefined;
3310
+ doc_thread_id?: string | undefined;
3311
+ createdAt?: Date | undefined;
3312
+ }[] | undefined;
3313
+ reject_reason?: string | undefined;
3314
+ admission_letter?: {
3315
+ comments?: string | undefined;
3316
+ updatedAt?: Date | undefined;
3317
+ status?: string | undefined;
3318
+ admission_file_path?: string | undefined;
3319
+ } | undefined;
3320
+ finalEnrolment?: boolean | undefined;
3321
+ decided?: string | undefined;
3322
+ closed?: string | undefined;
3323
+ admission?: string | undefined;
3324
+ application_year?: string | undefined;
3325
+ credential_a_filled?: boolean | undefined;
3326
+ credential_b_filled?: boolean | undefined;
3327
+ } | undefined;
3328
+ }, {
3329
+ success: boolean;
3330
+ message?: string | undefined;
3331
+ data?: {
3332
+ _id: string;
3333
+ isLocked?: boolean | undefined;
3334
+ uni_assist?: {
3335
+ updatedAt?: Date | undefined;
3336
+ status?: string | undefined;
3337
+ vpd_file_path?: string | undefined;
3338
+ vpd_paid_confirmation_file_path?: string | undefined;
3339
+ vpd_paid_confirmation_file_status?: string | undefined;
3340
+ isPaid?: boolean | undefined;
3341
+ } | undefined;
3342
+ programId?: string | undefined;
3343
+ studentId?: string | undefined;
3344
+ portal_credentials?: {
3345
+ application_portal_a?: {
3346
+ password?: string | undefined;
3347
+ account?: string | undefined;
3348
+ } | undefined;
3349
+ application_portal_b?: {
3350
+ password?: string | undefined;
3351
+ account?: string | undefined;
3352
+ } | undefined;
3353
+ } | undefined;
3354
+ doc_modification_thread?: {
3355
+ updatedAt?: Date | undefined;
3356
+ isFinalVersion?: boolean | undefined;
3357
+ latest_message_left_by_id?: string | undefined;
3358
+ doc_thread_id?: string | undefined;
3359
+ createdAt?: Date | undefined;
3360
+ }[] | undefined;
3361
+ reject_reason?: string | undefined;
3362
+ admission_letter?: {
3363
+ comments?: string | undefined;
3364
+ updatedAt?: Date | undefined;
3365
+ status?: string | undefined;
3366
+ admission_file_path?: string | undefined;
3367
+ } | undefined;
3368
+ finalEnrolment?: boolean | undefined;
3369
+ decided?: string | undefined;
3370
+ closed?: string | undefined;
3371
+ admission?: string | undefined;
3372
+ application_year?: string | undefined;
3373
+ credential_a_filled?: boolean | undefined;
3374
+ credential_b_filled?: boolean | undefined;
3375
+ } | undefined;
3376
+ }>;
3
3377
  /** Per-program count used in admissions response */
4
- export interface ProgramCountItem {
5
- program_id?: string;
6
- count?: number;
7
- }
3378
+ export type ProgramCountItem = z.infer<typeof ProgramCountItemSchema>;
8
3379
  /** GET /api/applications */
9
- export type GetApplicationsResponse = ApiResponse<IApplicationPopulated[]>;
3380
+ export type GetApplicationsResponse = z.infer<typeof GetApplicationsResponseSchema>;
10
3381
  /**
11
3382
  * GET /api/applications/taiger-user/:userId
12
3383
  * Non-standard: data is an object, not an array
13
3384
  */
14
- export interface GetMyStudentsApplicationsResponse {
15
- success: boolean;
16
- data?: {
17
- applications: IApplicationPopulated[];
18
- user: IUserWithId;
19
- };
20
- }
3385
+ export type GetMyStudentsApplicationsResponse = z.infer<typeof GetMyStudentsApplicationsResponseSchema>;
21
3386
  /** GET /api/applications/all/active/applications */
22
- export type GetActiveStudentsApplicationsResponse = ApiResponse<IApplicationPopulated[]>;
3387
+ export type GetActiveStudentsApplicationsResponse = z.infer<typeof GetActiveStudentsApplicationsResponseSchema>;
23
3388
  /** GET /api/applications/student/:studentId */
24
- export type GetStudentApplicationsResponse = ApiResponse<IStudentResponse>;
3389
+ export type GetStudentApplicationsResponse = z.infer<typeof GetStudentApplicationsResponseSchema>;
25
3390
  /** POST /api/applications/student/:studentId */
26
- export type CreateApplicationResponse = ApiResponse<IApplicationWithId[]>;
3391
+ export type CreateApplicationResponse = z.infer<typeof CreateApplicationResponseSchema>;
27
3392
  /** PUT /api/applications/student/:studentId */
28
- export type UpdateStudentApplicationsResponse = ApiResponse<IStudentResponse>;
3393
+ export type UpdateStudentApplicationsResponse = z.infer<typeof UpdateStudentApplicationsResponseSchema>;
29
3394
  /** PUT /api/applications/student/:studentId/:application_id */
30
- export type UpdateApplicationResponse = ApiResponse<IApplicationWithId>;
3395
+ export type UpdateApplicationResponse = z.infer<typeof UpdateApplicationResponseSchema>;
31
3396
  /** DELETE /api/applications/application/:applicationId */
32
- export type DeleteApplicationResponse = SuccessResponse;
3397
+ export type DeleteApplicationResponse = z.infer<typeof DeleteApplicationResponseSchema>;
33
3398
  /** POST /api/applications/:applicationId/refresh */
34
- export type RefreshApplicationResponse = ApiResponse<IApplicationWithId>;
3399
+ export type RefreshApplicationResponse = z.infer<typeof RefreshApplicationResponseSchema>;
35
3400
  /** Admission result summary from GET /api/admissions/overview */
36
- export interface AdmissionsOverviewData {
37
- admission?: number;
38
- rejection?: number;
39
- pending?: number;
40
- notYetSubmitted?: number;
41
- }
3401
+ export type AdmissionsOverviewData = z.infer<typeof AdmissionsOverviewDataSchema>;
42
3402
  /**
43
3403
  * GET /api/admissions
44
3404
  * Non-standard: also returns `result` (per-program counts) alongside `data`
45
3405
  */
46
- export interface GetAdmissionsResponse {
47
- success: boolean;
48
- data?: IApplicationPopulated[];
49
- result?: ProgramCountItem[];
50
- }
3406
+ export type GetAdmissionsResponse = z.infer<typeof GetAdmissionsResponseSchema>;
51
3407
  /** GET /api/admissions/overview */
52
- export type GetAdmissionsOverviewResponse = ApiResponse<AdmissionsOverviewData>;
3408
+ export type GetAdmissionsOverviewResponse = z.infer<typeof GetAdmissionsOverviewResponseSchema>;
53
3409
  /** GET /api/student-applications/conflicts */
54
- export type GetApplicationConflictsResponse = ApiResponse<unknown>;
3410
+ export type GetApplicationConflictsResponse = z.infer<typeof GetApplicationConflictsResponseSchema>;
55
3411
  /**
56
3412
  * GET /api/student-applications/deltas
57
3413
  * Returns per-program student delta arrays
58
3414
  */
59
- export type GetApplicationTaskDeltasResponse = ApiResponse<Array<{
60
- program: IProgramWithId;
61
- students: unknown[];
62
- }>>;
3415
+ export type GetApplicationTaskDeltasResponse = z.infer<typeof GetApplicationTaskDeltasResponseSchema>;
63
3416
  /** POST /api/account/applications/result/:studentId/:applicationId/:programId/:result */
64
- export type UpdateStudentApplicationResultResponse = ApiResponse<IApplicationWithId>;
3417
+ export type UpdateStudentApplicationResultResponse = z.infer<typeof UpdateStudentApplicationResultResponseSchema>;