@taiger-common/model 1.0.56 → 1.0.58

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