@aibrains/shared-types 0.1.0

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