@taiger-common/model 1.0.52 → 1.0.54
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.
- package/dist/cjs/api/account.js +33 -0
- package/dist/cjs/api/applications.js +44 -0
- package/dist/cjs/api/audit.js +6 -0
- package/dist/cjs/api/auth.js +17 -0
- package/dist/cjs/api/common.js +28 -1
- package/dist/cjs/api/communications.js +13 -0
- package/dist/cjs/api/courses.js +21 -0
- package/dist/cjs/api/crm.js +85 -0
- package/dist/cjs/api/documentThreads.js +42 -0
- package/dist/cjs/api/documentations.js +31 -0
- package/dist/cjs/api/events.js +20 -0
- package/dist/cjs/api/interviews.js +33 -0
- package/dist/cjs/api/meetings.js +18 -0
- package/dist/cjs/api/notes.js +6 -0
- package/dist/cjs/api/permissions.js +7 -0
- package/dist/cjs/api/portals.js +22 -0
- package/dist/cjs/api/programRequirements.js +24 -0
- package/dist/cjs/api/programs.js +91 -0
- package/dist/cjs/api/search.js +22 -0
- package/dist/cjs/api/serialized.js +44 -0
- package/dist/cjs/api/students.js +27 -0
- package/dist/cjs/api/teams.js +46 -0
- package/dist/cjs/api/tickets.js +19 -0
- package/dist/cjs/api/users.js +40 -0
- package/dist/cjs/api/widgets.js +19 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/model/Documentthread.js +1 -4
- package/dist/cjs/model/Program.js +0 -4
- package/dist/cjs/schema/index.js +22 -0
- package/dist/cjs/schema/models.js +518 -0
- package/dist/cjs/schema/serialized.js +202 -0
- package/dist/esm/api/account.js +32 -1
- package/dist/esm/api/applications.js +43 -1
- package/dist/esm/api/audit.js +5 -1
- package/dist/esm/api/auth.js +16 -1
- package/dist/esm/api/common.js +24 -1
- package/dist/esm/api/communications.js +12 -1
- package/dist/esm/api/courses.js +20 -1
- package/dist/esm/api/crm.js +84 -1
- package/dist/esm/api/documentThreads.js +41 -1
- package/dist/esm/api/documentations.js +30 -1
- package/dist/esm/api/events.js +19 -1
- package/dist/esm/api/interviews.js +32 -1
- package/dist/esm/api/meetings.js +17 -1
- package/dist/esm/api/notes.js +5 -1
- package/dist/esm/api/permissions.js +6 -1
- package/dist/esm/api/portals.js +21 -1
- package/dist/esm/api/programRequirements.js +23 -1
- package/dist/esm/api/programs.js +90 -1
- package/dist/esm/api/search.js +21 -1
- package/dist/esm/api/serialized.js +9 -1
- package/dist/esm/api/students.js +26 -1
- package/dist/esm/api/teams.js +45 -1
- package/dist/esm/api/tickets.js +18 -1
- package/dist/esm/api/users.js +39 -1
- package/dist/esm/api/widgets.js +18 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/model/Documentthread.js +1 -4
- package/dist/esm/model/Program.js +0 -4
- package/dist/esm/schema/index.js +6 -0
- package/dist/esm/schema/models.js +515 -0
- package/dist/esm/schema/serialized.js +199 -0
- package/dist/types/api/account.d.ts +485 -30
- package/dist/types/api/applications.d.ts +3392 -39
- package/dist/types/api/audit.d.ts +88 -3
- package/dist/types/api/auth.d.ts +3402 -14
- package/dist/types/api/common.d.ts +68 -8
- package/dist/types/api/communications.d.ts +609 -10
- package/dist/types/api/courses.d.ts +781 -15
- package/dist/types/api/crm.d.ts +1091 -85
- package/dist/types/api/documentThreads.d.ts +38228 -39
- package/dist/types/api/documentations.d.ts +913 -24
- package/dist/types/api/events.d.ts +7191 -17
- package/dist/types/api/interviews.d.ts +785 -30
- package/dist/types/api/meetings.d.ts +45 -27
- package/dist/types/api/notes.d.ts +83 -4
- package/dist/types/api/permissions.d.ts +193 -4
- package/dist/types/api/portals.d.ts +764 -17
- package/dist/types/api/programRequirements.d.ts +2675 -19
- package/dist/types/api/programs.d.ts +3019 -96
- package/dist/types/api/search.d.ts +286 -20
- package/dist/types/api/serialized.d.ts +3 -152
- package/dist/types/api/students.d.ts +289 -24
- package/dist/types/api/teams.d.ts +3652 -47
- package/dist/types/api/tickets.d.ts +948 -14
- package/dist/types/api/users.d.ts +6948 -39
- package/dist/types/api/widgets.d.ts +221 -16
- package/dist/types/index.d.ts +1 -0
- package/dist/types/model/Documentthread.d.ts +1 -2
- package/dist/types/model/Program.d.ts +0 -5
- package/dist/types/schema/index.d.ts +6 -0
- package/dist/types/schema/models.d.ts +2028 -0
- package/dist/types/schema/serialized.d.ts +8813 -0
- package/dist/umd/index.js +1 -1
- package/package.json +4 -2
|
@@ -1,42 +1,307 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const GetStudentsResponseSchema: z.ZodObject<{
|
|
3
|
+
success: z.ZodBoolean;
|
|
4
|
+
message: z.ZodOptional<z.ZodString>;
|
|
5
|
+
} & {
|
|
6
|
+
data: z.ZodOptional<z.ZodArray<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>, "many">>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
success: boolean;
|
|
9
|
+
message?: string | undefined;
|
|
10
|
+
data?: import("..").IStudentResponseDef[] | undefined;
|
|
11
|
+
}, {
|
|
12
|
+
success: boolean;
|
|
13
|
+
message?: string | undefined;
|
|
14
|
+
data?: import("..").IStudentResponseDef[] | undefined;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const GetActiveStudentsResponseSchema: z.ZodObject<{
|
|
17
|
+
success: z.ZodBoolean;
|
|
18
|
+
message: z.ZodOptional<z.ZodString>;
|
|
19
|
+
} & {
|
|
20
|
+
data: z.ZodOptional<z.ZodArray<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>, "many">>;
|
|
21
|
+
}, "strip", z.ZodTypeAny, {
|
|
22
|
+
success: boolean;
|
|
23
|
+
message?: string | undefined;
|
|
24
|
+
data?: import("..").IStudentResponseDef[] | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
success: boolean;
|
|
27
|
+
message?: string | undefined;
|
|
28
|
+
data?: import("..").IStudentResponseDef[] | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
export declare const GetStudentResponseSchema: z.ZodObject<{
|
|
31
|
+
success: z.ZodBoolean;
|
|
32
|
+
message: z.ZodOptional<z.ZodString>;
|
|
33
|
+
} & {
|
|
34
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
35
|
+
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
success: boolean;
|
|
37
|
+
message?: string | undefined;
|
|
38
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
39
|
+
}, {
|
|
40
|
+
success: boolean;
|
|
41
|
+
message?: string | undefined;
|
|
42
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
43
|
+
}>;
|
|
44
|
+
export declare const GetStudentDocLinksResponseSchema: z.ZodObject<{
|
|
45
|
+
success: z.ZodBoolean;
|
|
46
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
47
|
+
basedocumentationlinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
48
|
+
key: z.ZodOptional<z.ZodString>;
|
|
49
|
+
category: z.ZodOptional<z.ZodString>;
|
|
50
|
+
link: z.ZodOptional<z.ZodString>;
|
|
51
|
+
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
52
|
+
} & {
|
|
53
|
+
_id: z.ZodString;
|
|
54
|
+
}, "strip", z.ZodTypeAny, {
|
|
55
|
+
_id: string;
|
|
56
|
+
updatedAt?: Date | undefined;
|
|
57
|
+
link?: string | undefined;
|
|
58
|
+
key?: string | undefined;
|
|
59
|
+
category?: string | undefined;
|
|
60
|
+
}, {
|
|
61
|
+
_id: string;
|
|
62
|
+
updatedAt?: Date | undefined;
|
|
63
|
+
link?: string | undefined;
|
|
64
|
+
key?: string | undefined;
|
|
65
|
+
category?: string | undefined;
|
|
66
|
+
}>, "many">>;
|
|
67
|
+
}, "strip", z.ZodTypeAny, {
|
|
68
|
+
success: boolean;
|
|
69
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
70
|
+
basedocumentationlinks?: {
|
|
71
|
+
_id: string;
|
|
72
|
+
updatedAt?: Date | undefined;
|
|
73
|
+
link?: string | undefined;
|
|
74
|
+
key?: string | undefined;
|
|
75
|
+
category?: string | undefined;
|
|
76
|
+
}[] | undefined;
|
|
77
|
+
}, {
|
|
78
|
+
success: boolean;
|
|
79
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
80
|
+
basedocumentationlinks?: {
|
|
81
|
+
_id: string;
|
|
82
|
+
updatedAt?: Date | undefined;
|
|
83
|
+
link?: string | undefined;
|
|
84
|
+
key?: string | undefined;
|
|
85
|
+
category?: string | undefined;
|
|
86
|
+
}[] | undefined;
|
|
87
|
+
}>;
|
|
88
|
+
export declare const GetStudentsAndDocLinksResponseSchema: z.ZodObject<{
|
|
89
|
+
success: z.ZodBoolean;
|
|
90
|
+
message: z.ZodOptional<z.ZodString>;
|
|
91
|
+
} & {
|
|
92
|
+
data: z.ZodOptional<z.ZodArray<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>, "many">>;
|
|
93
|
+
}, "strip", z.ZodTypeAny, {
|
|
94
|
+
success: boolean;
|
|
95
|
+
message?: string | undefined;
|
|
96
|
+
data?: import("..").IStudentResponseDef[] | undefined;
|
|
97
|
+
}, {
|
|
98
|
+
success: boolean;
|
|
99
|
+
message?: string | undefined;
|
|
100
|
+
data?: import("..").IStudentResponseDef[] | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
export declare const UpdateArchivStudentsResponseSchema: z.ZodObject<{
|
|
103
|
+
success: z.ZodBoolean;
|
|
104
|
+
message: z.ZodOptional<z.ZodString>;
|
|
105
|
+
} & {
|
|
106
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
107
|
+
}, "strip", z.ZodTypeAny, {
|
|
108
|
+
success: boolean;
|
|
109
|
+
message?: string | undefined;
|
|
110
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
111
|
+
}, {
|
|
112
|
+
success: boolean;
|
|
113
|
+
message?: string | undefined;
|
|
114
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
115
|
+
}>;
|
|
116
|
+
export declare const UpdateStudentAgentsResponseSchema: z.ZodObject<{
|
|
117
|
+
success: z.ZodBoolean;
|
|
118
|
+
message: z.ZodOptional<z.ZodString>;
|
|
119
|
+
} & {
|
|
120
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
121
|
+
}, "strip", z.ZodTypeAny, {
|
|
122
|
+
success: boolean;
|
|
123
|
+
message?: string | undefined;
|
|
124
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
125
|
+
}, {
|
|
126
|
+
success: boolean;
|
|
127
|
+
message?: string | undefined;
|
|
128
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
129
|
+
}>;
|
|
130
|
+
export declare const UpdateStudentEditorsResponseSchema: z.ZodObject<{
|
|
131
|
+
success: z.ZodBoolean;
|
|
132
|
+
message: z.ZodOptional<z.ZodString>;
|
|
133
|
+
} & {
|
|
134
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
135
|
+
}, "strip", z.ZodTypeAny, {
|
|
136
|
+
success: boolean;
|
|
137
|
+
message?: string | undefined;
|
|
138
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
139
|
+
}, {
|
|
140
|
+
success: boolean;
|
|
141
|
+
message?: string | undefined;
|
|
142
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
143
|
+
}>;
|
|
144
|
+
export declare const UpdateStudentAttributesResponseSchema: z.ZodObject<{
|
|
145
|
+
success: z.ZodBoolean;
|
|
146
|
+
message: z.ZodOptional<z.ZodString>;
|
|
147
|
+
} & {
|
|
148
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
149
|
+
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
success: boolean;
|
|
151
|
+
message?: string | undefined;
|
|
152
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
153
|
+
}, {
|
|
154
|
+
success: boolean;
|
|
155
|
+
message?: string | undefined;
|
|
156
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
157
|
+
}>;
|
|
158
|
+
export declare const UpdateDocumentationHelperLinkResponseSchema: z.ZodObject<{
|
|
159
|
+
success: z.ZodBoolean;
|
|
160
|
+
message: z.ZodOptional<z.ZodString>;
|
|
161
|
+
}, "strip", z.ZodTypeAny, {
|
|
162
|
+
success: boolean;
|
|
163
|
+
message?: string | undefined;
|
|
164
|
+
}, {
|
|
165
|
+
success: boolean;
|
|
166
|
+
message?: string | undefined;
|
|
167
|
+
}>;
|
|
168
|
+
export declare const UploadStudentFileResponseSchema: z.ZodObject<{
|
|
169
|
+
success: z.ZodBoolean;
|
|
170
|
+
message: z.ZodOptional<z.ZodString>;
|
|
171
|
+
} & {
|
|
172
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
173
|
+
}, "strip", z.ZodTypeAny, {
|
|
174
|
+
success: boolean;
|
|
175
|
+
message?: string | undefined;
|
|
176
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
177
|
+
}, {
|
|
178
|
+
success: boolean;
|
|
179
|
+
message?: string | undefined;
|
|
180
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
181
|
+
}>;
|
|
182
|
+
export declare const DeleteStudentFileResponseSchema: z.ZodObject<{
|
|
183
|
+
success: z.ZodBoolean;
|
|
184
|
+
message: z.ZodOptional<z.ZodString>;
|
|
185
|
+
}, "strip", z.ZodTypeAny, {
|
|
186
|
+
success: boolean;
|
|
187
|
+
message?: string | undefined;
|
|
188
|
+
}, {
|
|
189
|
+
success: boolean;
|
|
190
|
+
message?: string | undefined;
|
|
191
|
+
}>;
|
|
192
|
+
export declare const UploadVPDFileResponseSchema: z.ZodObject<{
|
|
193
|
+
success: z.ZodBoolean;
|
|
194
|
+
message: z.ZodOptional<z.ZodString>;
|
|
195
|
+
} & {
|
|
196
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
197
|
+
}, "strip", z.ZodTypeAny, {
|
|
198
|
+
success: boolean;
|
|
199
|
+
message?: string | undefined;
|
|
200
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
201
|
+
}, {
|
|
202
|
+
success: boolean;
|
|
203
|
+
message?: string | undefined;
|
|
204
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
205
|
+
}>;
|
|
206
|
+
export declare const DeleteVPDFileResponseSchema: z.ZodObject<{
|
|
207
|
+
success: z.ZodBoolean;
|
|
208
|
+
message: z.ZodOptional<z.ZodString>;
|
|
209
|
+
}, "strip", z.ZodTypeAny, {
|
|
210
|
+
success: boolean;
|
|
211
|
+
message?: string | undefined;
|
|
212
|
+
}, {
|
|
213
|
+
success: boolean;
|
|
214
|
+
message?: string | undefined;
|
|
215
|
+
}>;
|
|
216
|
+
export declare const SetAsNotNeededResponseSchema: z.ZodObject<{
|
|
217
|
+
success: z.ZodBoolean;
|
|
218
|
+
message: z.ZodOptional<z.ZodString>;
|
|
219
|
+
} & {
|
|
220
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
221
|
+
}, "strip", z.ZodTypeAny, {
|
|
222
|
+
success: boolean;
|
|
223
|
+
message?: string | undefined;
|
|
224
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
225
|
+
}, {
|
|
226
|
+
success: boolean;
|
|
227
|
+
message?: string | undefined;
|
|
228
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
229
|
+
}>;
|
|
230
|
+
export declare const SetUniAssistPaidResponseSchema: z.ZodObject<{
|
|
231
|
+
success: z.ZodBoolean;
|
|
232
|
+
message: z.ZodOptional<z.ZodString>;
|
|
233
|
+
} & {
|
|
234
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
235
|
+
}, "strip", z.ZodTypeAny, {
|
|
236
|
+
success: boolean;
|
|
237
|
+
message?: string | undefined;
|
|
238
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
239
|
+
}, {
|
|
240
|
+
success: boolean;
|
|
241
|
+
message?: string | undefined;
|
|
242
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
243
|
+
}>;
|
|
244
|
+
export declare const UpdateProfileDocStatusResponseSchema: z.ZodObject<{
|
|
245
|
+
success: z.ZodBoolean;
|
|
246
|
+
message: z.ZodOptional<z.ZodString>;
|
|
247
|
+
} & {
|
|
248
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
249
|
+
}, "strip", z.ZodTypeAny, {
|
|
250
|
+
success: boolean;
|
|
251
|
+
message?: string | undefined;
|
|
252
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
253
|
+
}, {
|
|
254
|
+
success: boolean;
|
|
255
|
+
message?: string | undefined;
|
|
256
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
257
|
+
}>;
|
|
258
|
+
export declare const GetStudentUniAssistResponseSchema: z.ZodObject<{
|
|
259
|
+
success: z.ZodBoolean;
|
|
260
|
+
message: z.ZodOptional<z.ZodString>;
|
|
261
|
+
} & {
|
|
262
|
+
data: z.ZodOptional<z.ZodType<import("..").IStudentResponseDef, z.ZodTypeDef, import("..").IStudentResponseDef>>;
|
|
263
|
+
}, "strip", z.ZodTypeAny, {
|
|
264
|
+
success: boolean;
|
|
265
|
+
message?: string | undefined;
|
|
266
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
267
|
+
}, {
|
|
268
|
+
success: boolean;
|
|
269
|
+
message?: string | undefined;
|
|
270
|
+
data?: import("..").IStudentResponseDef | undefined;
|
|
271
|
+
}>;
|
|
3
272
|
/** GET /api/students, GET /api/students/v3 */
|
|
4
|
-
export type GetStudentsResponse =
|
|
273
|
+
export type GetStudentsResponse = z.infer<typeof GetStudentsResponseSchema>;
|
|
5
274
|
/** GET /api/students/active */
|
|
6
|
-
export type GetActiveStudentsResponse =
|
|
275
|
+
export type GetActiveStudentsResponse = z.infer<typeof GetActiveStudentsResponseSchema>;
|
|
7
276
|
/** GET /api/students/:studentId */
|
|
8
|
-
export type GetStudentResponse =
|
|
277
|
+
export type GetStudentResponse = z.infer<typeof GetStudentResponseSchema>;
|
|
9
278
|
/** GET /api/students/doc-links/:studentId */
|
|
10
|
-
export
|
|
11
|
-
success: boolean;
|
|
12
|
-
data?: IStudentResponse;
|
|
13
|
-
basedocumentationlinks?: IBasedocumentationslinkWithId[];
|
|
14
|
-
}
|
|
279
|
+
export type GetStudentDocLinksResponse = z.infer<typeof GetStudentDocLinksResponseSchema>;
|
|
15
280
|
/** GET /api/students/doc-links */
|
|
16
|
-
export type GetStudentsAndDocLinksResponse =
|
|
281
|
+
export type GetStudentsAndDocLinksResponse = z.infer<typeof GetStudentsAndDocLinksResponseSchema>;
|
|
17
282
|
/** POST /api/students/archiv/:studentId */
|
|
18
|
-
export type UpdateArchivStudentsResponse =
|
|
283
|
+
export type UpdateArchivStudentsResponse = z.infer<typeof UpdateArchivStudentsResponseSchema>;
|
|
19
284
|
/** POST /api/students/:studentId/agents */
|
|
20
|
-
export type UpdateStudentAgentsResponse =
|
|
285
|
+
export type UpdateStudentAgentsResponse = z.infer<typeof UpdateStudentAgentsResponseSchema>;
|
|
21
286
|
/** POST /api/students/:studentId/editors */
|
|
22
|
-
export type UpdateStudentEditorsResponse =
|
|
287
|
+
export type UpdateStudentEditorsResponse = z.infer<typeof UpdateStudentEditorsResponseSchema>;
|
|
23
288
|
/** POST /api/students/:studentId/attributes */
|
|
24
|
-
export type UpdateStudentAttributesResponse =
|
|
289
|
+
export type UpdateStudentAttributesResponse = z.infer<typeof UpdateStudentAttributesResponseSchema>;
|
|
25
290
|
/** POST /api/students/doc-links */
|
|
26
|
-
export type UpdateDocumentationHelperLinkResponse =
|
|
291
|
+
export type UpdateDocumentationHelperLinkResponse = z.infer<typeof UpdateDocumentationHelperLinkResponseSchema>;
|
|
27
292
|
/** POST /api/students/:studentId/files/:category */
|
|
28
|
-
export type UploadStudentFileResponse =
|
|
293
|
+
export type UploadStudentFileResponse = z.infer<typeof UploadStudentFileResponseSchema>;
|
|
29
294
|
/** DELETE /api/students/:studentId/files/:category */
|
|
30
|
-
export type DeleteStudentFileResponse =
|
|
295
|
+
export type DeleteStudentFileResponse = z.infer<typeof DeleteStudentFileResponseSchema>;
|
|
31
296
|
/** POST /api/students/:studentId/vpd/:applicationId/:fileType */
|
|
32
|
-
export type UploadVPDFileResponse =
|
|
297
|
+
export type UploadVPDFileResponse = z.infer<typeof UploadVPDFileResponseSchema>;
|
|
33
298
|
/** DELETE /api/students/:studentId/vpd/:applicationId/:fileType */
|
|
34
|
-
export type DeleteVPDFileResponse =
|
|
299
|
+
export type DeleteVPDFileResponse = z.infer<typeof DeleteVPDFileResponseSchema>;
|
|
35
300
|
/** PUT /api/students/:studentId/vpd/:applicationId/VPD */
|
|
36
|
-
export type SetAsNotNeededResponse =
|
|
301
|
+
export type SetAsNotNeededResponse = z.infer<typeof SetAsNotNeededResponseSchema>;
|
|
37
302
|
/** POST /api/students/:studentId/vpd/:applicationId/payments */
|
|
38
|
-
export type SetUniAssistPaidResponse =
|
|
303
|
+
export type SetUniAssistPaidResponse = z.infer<typeof SetUniAssistPaidResponseSchema>;
|
|
39
304
|
/** POST /api/students/:studentId/:category/status */
|
|
40
|
-
export type UpdateProfileDocStatusResponse =
|
|
305
|
+
export type UpdateProfileDocStatusResponse = z.infer<typeof UpdateProfileDocStatusResponseSchema>;
|
|
41
306
|
/** GET /api/uniassist/:studentId */
|
|
42
|
-
export type GetStudentUniAssistResponse =
|
|
307
|
+
export type GetStudentUniAssistResponse = z.infer<typeof GetStudentUniAssistResponseSchema>;
|