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