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