@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,778 @@
1
+ /**
2
+ * Course Schemas - Academics Service
3
+ *
4
+ * Zod schemas for course catalog management DTOs.
5
+ * Aligned with Ed-Fi CourseOffering and Course data models.
6
+ *
7
+ * Ed-Fi References:
8
+ * - Course: Represents a course catalog entry
9
+ * - CourseOffering: A specific offering of a course during an academic session
10
+ * - CourseCode: Unique identifier for the course
11
+ */
12
+ import { z } from 'zod';
13
+ /**
14
+ * Course subject area - aligned with Ed-Fi AcademicSubjectDescriptor.
15
+ * Named `courseSubjectAreaSchema` to avoid collision with
16
+ * `courseSubjectAreaSchema` in classroom.schema.ts (which uses different values).
17
+ * This is the Ed-Fi canonical set.
18
+ * @see https://api.ed-fi.org/v7.1/docs/swagger/index.html
19
+ */
20
+ export declare const courseSubjectAreaSchema: z.ZodEnum<["mathematics", "english_language_arts", "science", "social_studies", "world_languages", "arts", "physical_education", "technology", "business", "vocational", "other"]>;
21
+ export type CourseSubjectArea = z.infer<typeof courseSubjectAreaSchema>;
22
+ /**
23
+ * Course type classification - aligned with Ed-Fi CourseLevelCharacteristicDescriptor
24
+ */
25
+ export declare const courseTypeSchema: z.ZodEnum<["required", "elective", "enrichment", "remedial", "honors", "ap", "ib", "dual_enrollment", "vocational"]>;
26
+ export type CourseType = z.infer<typeof courseTypeSchema>;
27
+ /**
28
+ * Credit type - aligned with Ed-Fi CourseLevelCharacteristicDescriptor
29
+ */
30
+ export declare const creditTypeSchema: z.ZodEnum<["academic", "elective", "honors", "ap", "ib", "dual_enrollment"]>;
31
+ export type CreditType = z.infer<typeof creditTypeSchema>;
32
+ /**
33
+ * Course duration type - aligned with Ed-Fi AcademicTermDescriptor
34
+ */
35
+ export declare const courseDurationSchema: z.ZodEnum<["semester", "year", "quarter", "trimester"]>;
36
+ export type CourseDuration = z.infer<typeof courseDurationSchema>;
37
+ export declare const courseStandardSchema: z.ZodObject<{
38
+ standardId: z.ZodString;
39
+ standardCode: z.ZodString;
40
+ standardName: z.ZodString;
41
+ framework: z.ZodString;
42
+ }, "strip", z.ZodTypeAny, {
43
+ standardId: string;
44
+ standardCode: string;
45
+ standardName: string;
46
+ framework: string;
47
+ }, {
48
+ standardId: string;
49
+ standardCode: string;
50
+ standardName: string;
51
+ framework: string;
52
+ }>;
53
+ export type CourseStandardDto = z.infer<typeof courseStandardSchema>;
54
+ export declare const courseMaterialSchema: z.ZodObject<{
55
+ materialId: z.ZodOptional<z.ZodString>;
56
+ type: z.ZodEnum<["textbook", "workbook", "digital", "other"]>;
57
+ title: z.ZodString;
58
+ author: z.ZodOptional<z.ZodString>;
59
+ publisher: z.ZodOptional<z.ZodString>;
60
+ isbn: z.ZodOptional<z.ZodString>;
61
+ edition: z.ZodOptional<z.ZodString>;
62
+ isRequired: z.ZodDefault<z.ZodBoolean>;
63
+ }, "strip", z.ZodTypeAny, {
64
+ type: "other" | "textbook" | "workbook" | "digital";
65
+ title: string;
66
+ isRequired: boolean;
67
+ materialId?: string | undefined;
68
+ author?: string | undefined;
69
+ publisher?: string | undefined;
70
+ isbn?: string | undefined;
71
+ edition?: string | undefined;
72
+ }, {
73
+ type: "other" | "textbook" | "workbook" | "digital";
74
+ title: string;
75
+ materialId?: string | undefined;
76
+ author?: string | undefined;
77
+ publisher?: string | undefined;
78
+ isbn?: string | undefined;
79
+ edition?: string | undefined;
80
+ isRequired?: boolean | undefined;
81
+ }>;
82
+ export type CourseMaterialDto = z.infer<typeof courseMaterialSchema>;
83
+ export declare const createCourseSchema: z.ZodObject<{
84
+ courseCode: z.ZodString;
85
+ courseName: z.ZodString;
86
+ schoolId: z.ZodString;
87
+ departmentId: z.ZodOptional<z.ZodString>;
88
+ departmentName: z.ZodOptional<z.ZodString>;
89
+ description: z.ZodOptional<z.ZodString>;
90
+ objectives: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
91
+ gradeLevels: z.ZodArray<z.ZodString, "many">;
92
+ credits: z.ZodNumber;
93
+ creditType: z.ZodOptional<z.ZodEnum<["academic", "elective", "honors", "ap", "ib", "dual_enrollment"]>>;
94
+ subjectArea: z.ZodEnum<["mathematics", "english_language_arts", "science", "social_studies", "world_languages", "arts", "physical_education", "technology", "business", "vocational", "other"]>;
95
+ courseType: z.ZodEnum<["required", "elective", "enrichment", "remedial", "honors", "ap", "ib", "dual_enrollment", "vocational"]>;
96
+ prerequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
97
+ corequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
98
+ typicalDuration: z.ZodEnum<["semester", "year", "quarter", "trimester"]>;
99
+ periodsPerWeek: z.ZodOptional<z.ZodNumber>;
100
+ academicYearId: z.ZodOptional<z.ZodString>;
101
+ standards: z.ZodOptional<z.ZodArray<z.ZodObject<{
102
+ standardId: z.ZodString;
103
+ standardCode: z.ZodString;
104
+ standardName: z.ZodString;
105
+ framework: z.ZodString;
106
+ }, "strip", z.ZodTypeAny, {
107
+ standardId: string;
108
+ standardCode: string;
109
+ standardName: string;
110
+ framework: string;
111
+ }, {
112
+ standardId: string;
113
+ standardCode: string;
114
+ standardName: string;
115
+ framework: string;
116
+ }>, "many">>;
117
+ textbooks: z.ZodOptional<z.ZodArray<z.ZodObject<{
118
+ materialId: z.ZodOptional<z.ZodString>;
119
+ type: z.ZodEnum<["textbook", "workbook", "digital", "other"]>;
120
+ title: z.ZodString;
121
+ author: z.ZodOptional<z.ZodString>;
122
+ publisher: z.ZodOptional<z.ZodString>;
123
+ isbn: z.ZodOptional<z.ZodString>;
124
+ edition: z.ZodOptional<z.ZodString>;
125
+ isRequired: z.ZodDefault<z.ZodBoolean>;
126
+ }, "strip", z.ZodTypeAny, {
127
+ type: "other" | "textbook" | "workbook" | "digital";
128
+ title: string;
129
+ isRequired: boolean;
130
+ materialId?: string | undefined;
131
+ author?: string | undefined;
132
+ publisher?: string | undefined;
133
+ isbn?: string | undefined;
134
+ edition?: string | undefined;
135
+ }, {
136
+ type: "other" | "textbook" | "workbook" | "digital";
137
+ title: string;
138
+ materialId?: string | undefined;
139
+ author?: string | undefined;
140
+ publisher?: string | undefined;
141
+ isbn?: string | undefined;
142
+ edition?: string | undefined;
143
+ isRequired?: boolean | undefined;
144
+ }>, "many">>;
145
+ }, "strip", z.ZodTypeAny, {
146
+ schoolId: string;
147
+ gradeLevels: string[];
148
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
149
+ courseCode: string;
150
+ credits: number;
151
+ courseName: string;
152
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
153
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
154
+ description?: string | undefined;
155
+ departmentId?: string | undefined;
156
+ academicYearId?: string | undefined;
157
+ departmentName?: string | undefined;
158
+ objectives?: string[] | undefined;
159
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
160
+ prerequisites?: string[] | undefined;
161
+ corequisites?: string[] | undefined;
162
+ periodsPerWeek?: number | undefined;
163
+ standards?: {
164
+ standardId: string;
165
+ standardCode: string;
166
+ standardName: string;
167
+ framework: string;
168
+ }[] | undefined;
169
+ textbooks?: {
170
+ type: "other" | "textbook" | "workbook" | "digital";
171
+ title: string;
172
+ isRequired: boolean;
173
+ materialId?: string | undefined;
174
+ author?: string | undefined;
175
+ publisher?: string | undefined;
176
+ isbn?: string | undefined;
177
+ edition?: string | undefined;
178
+ }[] | undefined;
179
+ }, {
180
+ schoolId: string;
181
+ gradeLevels: string[];
182
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
183
+ courseCode: string;
184
+ credits: number;
185
+ courseName: string;
186
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
187
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
188
+ description?: string | undefined;
189
+ departmentId?: string | undefined;
190
+ academicYearId?: string | undefined;
191
+ departmentName?: string | undefined;
192
+ objectives?: string[] | undefined;
193
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
194
+ prerequisites?: string[] | undefined;
195
+ corequisites?: string[] | undefined;
196
+ periodsPerWeek?: number | undefined;
197
+ standards?: {
198
+ standardId: string;
199
+ standardCode: string;
200
+ standardName: string;
201
+ framework: string;
202
+ }[] | undefined;
203
+ textbooks?: {
204
+ type: "other" | "textbook" | "workbook" | "digital";
205
+ title: string;
206
+ materialId?: string | undefined;
207
+ author?: string | undefined;
208
+ publisher?: string | undefined;
209
+ isbn?: string | undefined;
210
+ edition?: string | undefined;
211
+ isRequired?: boolean | undefined;
212
+ }[] | undefined;
213
+ }>;
214
+ export type CreateCourseDto = z.infer<typeof createCourseSchema>;
215
+ export declare const updateCourseSchema: z.ZodObject<Omit<{
216
+ courseCode: z.ZodOptional<z.ZodString>;
217
+ courseName: z.ZodOptional<z.ZodString>;
218
+ schoolId: z.ZodOptional<z.ZodString>;
219
+ departmentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
220
+ departmentName: z.ZodOptional<z.ZodOptional<z.ZodString>>;
221
+ description: z.ZodOptional<z.ZodOptional<z.ZodString>>;
222
+ objectives: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
223
+ gradeLevels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
224
+ credits: z.ZodOptional<z.ZodNumber>;
225
+ creditType: z.ZodOptional<z.ZodOptional<z.ZodEnum<["academic", "elective", "honors", "ap", "ib", "dual_enrollment"]>>>;
226
+ subjectArea: z.ZodOptional<z.ZodEnum<["mathematics", "english_language_arts", "science", "social_studies", "world_languages", "arts", "physical_education", "technology", "business", "vocational", "other"]>>;
227
+ courseType: z.ZodOptional<z.ZodEnum<["required", "elective", "enrichment", "remedial", "honors", "ap", "ib", "dual_enrollment", "vocational"]>>;
228
+ prerequisites: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
229
+ corequisites: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
230
+ typicalDuration: z.ZodOptional<z.ZodEnum<["semester", "year", "quarter", "trimester"]>>;
231
+ periodsPerWeek: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
232
+ academicYearId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
233
+ standards: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
234
+ standardId: z.ZodString;
235
+ standardCode: z.ZodString;
236
+ standardName: z.ZodString;
237
+ framework: z.ZodString;
238
+ }, "strip", z.ZodTypeAny, {
239
+ standardId: string;
240
+ standardCode: string;
241
+ standardName: string;
242
+ framework: string;
243
+ }, {
244
+ standardId: string;
245
+ standardCode: string;
246
+ standardName: string;
247
+ framework: string;
248
+ }>, "many">>>;
249
+ textbooks: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
250
+ materialId: z.ZodOptional<z.ZodString>;
251
+ type: z.ZodEnum<["textbook", "workbook", "digital", "other"]>;
252
+ title: z.ZodString;
253
+ author: z.ZodOptional<z.ZodString>;
254
+ publisher: z.ZodOptional<z.ZodString>;
255
+ isbn: z.ZodOptional<z.ZodString>;
256
+ edition: z.ZodOptional<z.ZodString>;
257
+ isRequired: z.ZodDefault<z.ZodBoolean>;
258
+ }, "strip", z.ZodTypeAny, {
259
+ type: "other" | "textbook" | "workbook" | "digital";
260
+ title: string;
261
+ isRequired: boolean;
262
+ materialId?: string | undefined;
263
+ author?: string | undefined;
264
+ publisher?: string | undefined;
265
+ isbn?: string | undefined;
266
+ edition?: string | undefined;
267
+ }, {
268
+ type: "other" | "textbook" | "workbook" | "digital";
269
+ title: string;
270
+ materialId?: string | undefined;
271
+ author?: string | undefined;
272
+ publisher?: string | undefined;
273
+ isbn?: string | undefined;
274
+ edition?: string | undefined;
275
+ isRequired?: boolean | undefined;
276
+ }>, "many">>>;
277
+ }, "schoolId" | "courseCode">, "strip", z.ZodTypeAny, {
278
+ description?: string | undefined;
279
+ departmentId?: string | undefined;
280
+ gradeLevels?: string[] | undefined;
281
+ academicYearId?: string | undefined;
282
+ subjectArea?: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business" | undefined;
283
+ credits?: number | undefined;
284
+ courseName?: string | undefined;
285
+ departmentName?: string | undefined;
286
+ objectives?: string[] | undefined;
287
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
288
+ courseType?: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment" | undefined;
289
+ prerequisites?: string[] | undefined;
290
+ corequisites?: string[] | undefined;
291
+ typicalDuration?: "semester" | "quarter" | "trimester" | "year" | undefined;
292
+ periodsPerWeek?: number | undefined;
293
+ standards?: {
294
+ standardId: string;
295
+ standardCode: string;
296
+ standardName: string;
297
+ framework: string;
298
+ }[] | undefined;
299
+ textbooks?: {
300
+ type: "other" | "textbook" | "workbook" | "digital";
301
+ title: string;
302
+ isRequired: boolean;
303
+ materialId?: string | undefined;
304
+ author?: string | undefined;
305
+ publisher?: string | undefined;
306
+ isbn?: string | undefined;
307
+ edition?: string | undefined;
308
+ }[] | undefined;
309
+ }, {
310
+ description?: string | undefined;
311
+ departmentId?: string | undefined;
312
+ gradeLevels?: string[] | undefined;
313
+ academicYearId?: string | undefined;
314
+ subjectArea?: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business" | undefined;
315
+ credits?: number | undefined;
316
+ courseName?: string | undefined;
317
+ departmentName?: string | undefined;
318
+ objectives?: string[] | undefined;
319
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
320
+ courseType?: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment" | undefined;
321
+ prerequisites?: string[] | undefined;
322
+ corequisites?: string[] | undefined;
323
+ typicalDuration?: "semester" | "quarter" | "trimester" | "year" | undefined;
324
+ periodsPerWeek?: number | undefined;
325
+ standards?: {
326
+ standardId: string;
327
+ standardCode: string;
328
+ standardName: string;
329
+ framework: string;
330
+ }[] | undefined;
331
+ textbooks?: {
332
+ type: "other" | "textbook" | "workbook" | "digital";
333
+ title: string;
334
+ materialId?: string | undefined;
335
+ author?: string | undefined;
336
+ publisher?: string | undefined;
337
+ isbn?: string | undefined;
338
+ edition?: string | undefined;
339
+ isRequired?: boolean | undefined;
340
+ }[] | undefined;
341
+ }>;
342
+ export type UpdateCourseDto = z.infer<typeof updateCourseSchema>;
343
+ export declare const courseResponseSchema: z.ZodObject<{
344
+ courseId: z.ZodString;
345
+ schoolId: z.ZodString;
346
+ tenantId: z.ZodString;
347
+ courseCode: z.ZodString;
348
+ courseName: z.ZodString;
349
+ departmentId: z.ZodOptional<z.ZodString>;
350
+ departmentName: z.ZodOptional<z.ZodString>;
351
+ description: z.ZodOptional<z.ZodString>;
352
+ objectives: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
353
+ gradeLevels: z.ZodArray<z.ZodString, "many">;
354
+ credits: z.ZodNumber;
355
+ creditType: z.ZodOptional<z.ZodEnum<["academic", "elective", "honors", "ap", "ib", "dual_enrollment"]>>;
356
+ subjectArea: z.ZodEnum<["mathematics", "english_language_arts", "science", "social_studies", "world_languages", "arts", "physical_education", "technology", "business", "vocational", "other"]>;
357
+ courseType: z.ZodEnum<["required", "elective", "enrichment", "remedial", "honors", "ap", "ib", "dual_enrollment", "vocational"]>;
358
+ prerequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
359
+ corequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
360
+ typicalDuration: z.ZodEnum<["semester", "year", "quarter", "trimester"]>;
361
+ periodsPerWeek: z.ZodOptional<z.ZodNumber>;
362
+ isActive: z.ZodBoolean;
363
+ academicYearId: z.ZodOptional<z.ZodString>;
364
+ standards: z.ZodOptional<z.ZodArray<z.ZodObject<{
365
+ standardId: z.ZodString;
366
+ standardCode: z.ZodString;
367
+ standardName: z.ZodString;
368
+ framework: z.ZodString;
369
+ }, "strip", z.ZodTypeAny, {
370
+ standardId: string;
371
+ standardCode: string;
372
+ standardName: string;
373
+ framework: string;
374
+ }, {
375
+ standardId: string;
376
+ standardCode: string;
377
+ standardName: string;
378
+ framework: string;
379
+ }>, "many">>;
380
+ textbooks: z.ZodOptional<z.ZodArray<z.ZodObject<{
381
+ materialId: z.ZodOptional<z.ZodString>;
382
+ type: z.ZodEnum<["textbook", "workbook", "digital", "other"]>;
383
+ title: z.ZodString;
384
+ author: z.ZodOptional<z.ZodString>;
385
+ publisher: z.ZodOptional<z.ZodString>;
386
+ isbn: z.ZodOptional<z.ZodString>;
387
+ edition: z.ZodOptional<z.ZodString>;
388
+ isRequired: z.ZodDefault<z.ZodBoolean>;
389
+ }, "strip", z.ZodTypeAny, {
390
+ type: "other" | "textbook" | "workbook" | "digital";
391
+ title: string;
392
+ isRequired: boolean;
393
+ materialId?: string | undefined;
394
+ author?: string | undefined;
395
+ publisher?: string | undefined;
396
+ isbn?: string | undefined;
397
+ edition?: string | undefined;
398
+ }, {
399
+ type: "other" | "textbook" | "workbook" | "digital";
400
+ title: string;
401
+ materialId?: string | undefined;
402
+ author?: string | undefined;
403
+ publisher?: string | undefined;
404
+ isbn?: string | undefined;
405
+ edition?: string | undefined;
406
+ isRequired?: boolean | undefined;
407
+ }>, "many">>;
408
+ createdAt: z.ZodString;
409
+ updatedAt: z.ZodString;
410
+ createdBy: z.ZodOptional<z.ZodString>;
411
+ updatedBy: z.ZodOptional<z.ZodString>;
412
+ }, "strip", z.ZodTypeAny, {
413
+ tenantId: string;
414
+ createdAt: string;
415
+ updatedAt: string;
416
+ schoolId: string;
417
+ isActive: boolean;
418
+ gradeLevels: string[];
419
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
420
+ courseCode: string;
421
+ credits: number;
422
+ courseName: string;
423
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
424
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
425
+ courseId: string;
426
+ createdBy?: string | undefined;
427
+ updatedBy?: string | undefined;
428
+ description?: string | undefined;
429
+ departmentId?: string | undefined;
430
+ academicYearId?: string | undefined;
431
+ departmentName?: string | undefined;
432
+ objectives?: string[] | undefined;
433
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
434
+ prerequisites?: string[] | undefined;
435
+ corequisites?: string[] | undefined;
436
+ periodsPerWeek?: number | undefined;
437
+ standards?: {
438
+ standardId: string;
439
+ standardCode: string;
440
+ standardName: string;
441
+ framework: string;
442
+ }[] | undefined;
443
+ textbooks?: {
444
+ type: "other" | "textbook" | "workbook" | "digital";
445
+ title: string;
446
+ isRequired: boolean;
447
+ materialId?: string | undefined;
448
+ author?: string | undefined;
449
+ publisher?: string | undefined;
450
+ isbn?: string | undefined;
451
+ edition?: string | undefined;
452
+ }[] | undefined;
453
+ }, {
454
+ tenantId: string;
455
+ createdAt: string;
456
+ updatedAt: string;
457
+ schoolId: string;
458
+ isActive: boolean;
459
+ gradeLevels: string[];
460
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
461
+ courseCode: string;
462
+ credits: number;
463
+ courseName: string;
464
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
465
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
466
+ courseId: string;
467
+ createdBy?: string | undefined;
468
+ updatedBy?: string | undefined;
469
+ description?: string | undefined;
470
+ departmentId?: string | undefined;
471
+ academicYearId?: string | undefined;
472
+ departmentName?: string | undefined;
473
+ objectives?: string[] | undefined;
474
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
475
+ prerequisites?: string[] | undefined;
476
+ corequisites?: string[] | undefined;
477
+ periodsPerWeek?: number | undefined;
478
+ standards?: {
479
+ standardId: string;
480
+ standardCode: string;
481
+ standardName: string;
482
+ framework: string;
483
+ }[] | undefined;
484
+ textbooks?: {
485
+ type: "other" | "textbook" | "workbook" | "digital";
486
+ title: string;
487
+ materialId?: string | undefined;
488
+ author?: string | undefined;
489
+ publisher?: string | undefined;
490
+ isbn?: string | undefined;
491
+ edition?: string | undefined;
492
+ isRequired?: boolean | undefined;
493
+ }[] | undefined;
494
+ }>;
495
+ export type CourseResponseDto = z.infer<typeof courseResponseSchema>;
496
+ export declare const courseListResponseSchema: z.ZodObject<{
497
+ items: z.ZodArray<z.ZodObject<{
498
+ courseId: z.ZodString;
499
+ schoolId: z.ZodString;
500
+ tenantId: z.ZodString;
501
+ courseCode: z.ZodString;
502
+ courseName: z.ZodString;
503
+ departmentId: z.ZodOptional<z.ZodString>;
504
+ departmentName: z.ZodOptional<z.ZodString>;
505
+ description: z.ZodOptional<z.ZodString>;
506
+ objectives: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
507
+ gradeLevels: z.ZodArray<z.ZodString, "many">;
508
+ credits: z.ZodNumber;
509
+ creditType: z.ZodOptional<z.ZodEnum<["academic", "elective", "honors", "ap", "ib", "dual_enrollment"]>>;
510
+ subjectArea: z.ZodEnum<["mathematics", "english_language_arts", "science", "social_studies", "world_languages", "arts", "physical_education", "technology", "business", "vocational", "other"]>;
511
+ courseType: z.ZodEnum<["required", "elective", "enrichment", "remedial", "honors", "ap", "ib", "dual_enrollment", "vocational"]>;
512
+ prerequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
513
+ corequisites: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
514
+ typicalDuration: z.ZodEnum<["semester", "year", "quarter", "trimester"]>;
515
+ periodsPerWeek: z.ZodOptional<z.ZodNumber>;
516
+ isActive: z.ZodBoolean;
517
+ academicYearId: z.ZodOptional<z.ZodString>;
518
+ standards: z.ZodOptional<z.ZodArray<z.ZodObject<{
519
+ standardId: z.ZodString;
520
+ standardCode: z.ZodString;
521
+ standardName: z.ZodString;
522
+ framework: z.ZodString;
523
+ }, "strip", z.ZodTypeAny, {
524
+ standardId: string;
525
+ standardCode: string;
526
+ standardName: string;
527
+ framework: string;
528
+ }, {
529
+ standardId: string;
530
+ standardCode: string;
531
+ standardName: string;
532
+ framework: string;
533
+ }>, "many">>;
534
+ textbooks: z.ZodOptional<z.ZodArray<z.ZodObject<{
535
+ materialId: z.ZodOptional<z.ZodString>;
536
+ type: z.ZodEnum<["textbook", "workbook", "digital", "other"]>;
537
+ title: z.ZodString;
538
+ author: z.ZodOptional<z.ZodString>;
539
+ publisher: z.ZodOptional<z.ZodString>;
540
+ isbn: z.ZodOptional<z.ZodString>;
541
+ edition: z.ZodOptional<z.ZodString>;
542
+ isRequired: z.ZodDefault<z.ZodBoolean>;
543
+ }, "strip", z.ZodTypeAny, {
544
+ type: "other" | "textbook" | "workbook" | "digital";
545
+ title: string;
546
+ isRequired: boolean;
547
+ materialId?: string | undefined;
548
+ author?: string | undefined;
549
+ publisher?: string | undefined;
550
+ isbn?: string | undefined;
551
+ edition?: string | undefined;
552
+ }, {
553
+ type: "other" | "textbook" | "workbook" | "digital";
554
+ title: string;
555
+ materialId?: string | undefined;
556
+ author?: string | undefined;
557
+ publisher?: string | undefined;
558
+ isbn?: string | undefined;
559
+ edition?: string | undefined;
560
+ isRequired?: boolean | undefined;
561
+ }>, "many">>;
562
+ createdAt: z.ZodString;
563
+ updatedAt: z.ZodString;
564
+ createdBy: z.ZodOptional<z.ZodString>;
565
+ updatedBy: z.ZodOptional<z.ZodString>;
566
+ }, "strip", z.ZodTypeAny, {
567
+ tenantId: string;
568
+ createdAt: string;
569
+ updatedAt: string;
570
+ schoolId: string;
571
+ isActive: boolean;
572
+ gradeLevels: string[];
573
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
574
+ courseCode: string;
575
+ credits: number;
576
+ courseName: string;
577
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
578
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
579
+ courseId: string;
580
+ createdBy?: string | undefined;
581
+ updatedBy?: string | undefined;
582
+ description?: string | undefined;
583
+ departmentId?: string | undefined;
584
+ academicYearId?: string | undefined;
585
+ departmentName?: string | undefined;
586
+ objectives?: string[] | undefined;
587
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
588
+ prerequisites?: string[] | undefined;
589
+ corequisites?: string[] | undefined;
590
+ periodsPerWeek?: number | undefined;
591
+ standards?: {
592
+ standardId: string;
593
+ standardCode: string;
594
+ standardName: string;
595
+ framework: string;
596
+ }[] | undefined;
597
+ textbooks?: {
598
+ type: "other" | "textbook" | "workbook" | "digital";
599
+ title: string;
600
+ isRequired: boolean;
601
+ materialId?: string | undefined;
602
+ author?: string | undefined;
603
+ publisher?: string | undefined;
604
+ isbn?: string | undefined;
605
+ edition?: string | undefined;
606
+ }[] | undefined;
607
+ }, {
608
+ tenantId: string;
609
+ createdAt: string;
610
+ updatedAt: string;
611
+ schoolId: string;
612
+ isActive: boolean;
613
+ gradeLevels: string[];
614
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
615
+ courseCode: string;
616
+ credits: number;
617
+ courseName: string;
618
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
619
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
620
+ courseId: string;
621
+ createdBy?: string | undefined;
622
+ updatedBy?: string | undefined;
623
+ description?: string | undefined;
624
+ departmentId?: string | undefined;
625
+ academicYearId?: string | undefined;
626
+ departmentName?: string | undefined;
627
+ objectives?: string[] | undefined;
628
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
629
+ prerequisites?: string[] | undefined;
630
+ corequisites?: string[] | undefined;
631
+ periodsPerWeek?: number | undefined;
632
+ standards?: {
633
+ standardId: string;
634
+ standardCode: string;
635
+ standardName: string;
636
+ framework: string;
637
+ }[] | undefined;
638
+ textbooks?: {
639
+ type: "other" | "textbook" | "workbook" | "digital";
640
+ title: string;
641
+ materialId?: string | undefined;
642
+ author?: string | undefined;
643
+ publisher?: string | undefined;
644
+ isbn?: string | undefined;
645
+ edition?: string | undefined;
646
+ isRequired?: boolean | undefined;
647
+ }[] | undefined;
648
+ }>, "many">;
649
+ lastEvaluatedKey: z.ZodOptional<z.ZodString>;
650
+ hasMore: z.ZodBoolean;
651
+ total: z.ZodOptional<z.ZodNumber>;
652
+ }, "strip", z.ZodTypeAny, {
653
+ items: {
654
+ tenantId: string;
655
+ createdAt: string;
656
+ updatedAt: string;
657
+ schoolId: string;
658
+ isActive: boolean;
659
+ gradeLevels: string[];
660
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
661
+ courseCode: string;
662
+ credits: number;
663
+ courseName: string;
664
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
665
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
666
+ courseId: string;
667
+ createdBy?: string | undefined;
668
+ updatedBy?: string | undefined;
669
+ description?: string | undefined;
670
+ departmentId?: string | undefined;
671
+ academicYearId?: string | undefined;
672
+ departmentName?: string | undefined;
673
+ objectives?: string[] | undefined;
674
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
675
+ prerequisites?: string[] | undefined;
676
+ corequisites?: string[] | undefined;
677
+ periodsPerWeek?: number | undefined;
678
+ standards?: {
679
+ standardId: string;
680
+ standardCode: string;
681
+ standardName: string;
682
+ framework: string;
683
+ }[] | undefined;
684
+ textbooks?: {
685
+ type: "other" | "textbook" | "workbook" | "digital";
686
+ title: string;
687
+ isRequired: boolean;
688
+ materialId?: string | undefined;
689
+ author?: string | undefined;
690
+ publisher?: string | undefined;
691
+ isbn?: string | undefined;
692
+ edition?: string | undefined;
693
+ }[] | undefined;
694
+ }[];
695
+ hasMore: boolean;
696
+ lastEvaluatedKey?: string | undefined;
697
+ total?: number | undefined;
698
+ }, {
699
+ items: {
700
+ tenantId: string;
701
+ createdAt: string;
702
+ updatedAt: string;
703
+ schoolId: string;
704
+ isActive: boolean;
705
+ gradeLevels: string[];
706
+ subjectArea: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business";
707
+ courseCode: string;
708
+ credits: number;
709
+ courseName: string;
710
+ courseType: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment";
711
+ typicalDuration: "semester" | "quarter" | "trimester" | "year";
712
+ courseId: string;
713
+ createdBy?: string | undefined;
714
+ updatedBy?: string | undefined;
715
+ description?: string | undefined;
716
+ departmentId?: string | undefined;
717
+ academicYearId?: string | undefined;
718
+ departmentName?: string | undefined;
719
+ objectives?: string[] | undefined;
720
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
721
+ prerequisites?: string[] | undefined;
722
+ corequisites?: string[] | undefined;
723
+ periodsPerWeek?: number | undefined;
724
+ standards?: {
725
+ standardId: string;
726
+ standardCode: string;
727
+ standardName: string;
728
+ framework: string;
729
+ }[] | undefined;
730
+ textbooks?: {
731
+ type: "other" | "textbook" | "workbook" | "digital";
732
+ title: string;
733
+ materialId?: string | undefined;
734
+ author?: string | undefined;
735
+ publisher?: string | undefined;
736
+ isbn?: string | undefined;
737
+ edition?: string | undefined;
738
+ isRequired?: boolean | undefined;
739
+ }[] | undefined;
740
+ }[];
741
+ hasMore: boolean;
742
+ lastEvaluatedKey?: string | undefined;
743
+ total?: number | undefined;
744
+ }>;
745
+ export type CourseListResponseDto = z.infer<typeof courseListResponseSchema>;
746
+ export declare const courseFilterSchema: z.ZodObject<{
747
+ schoolId: z.ZodOptional<z.ZodString>;
748
+ departmentId: z.ZodOptional<z.ZodString>;
749
+ subjectArea: z.ZodOptional<z.ZodEnum<["mathematics", "english_language_arts", "science", "social_studies", "world_languages", "arts", "physical_education", "technology", "business", "vocational", "other"]>>;
750
+ courseType: z.ZodOptional<z.ZodEnum<["required", "elective", "enrichment", "remedial", "honors", "ap", "ib", "dual_enrollment", "vocational"]>>;
751
+ creditType: z.ZodOptional<z.ZodEnum<["academic", "elective", "honors", "ap", "ib", "dual_enrollment"]>>;
752
+ gradeLevel: z.ZodOptional<z.ZodString>;
753
+ isActive: z.ZodOptional<z.ZodBoolean>;
754
+ academicYearId: z.ZodOptional<z.ZodString>;
755
+ searchTerm: z.ZodOptional<z.ZodString>;
756
+ }, "strip", z.ZodTypeAny, {
757
+ schoolId?: string | undefined;
758
+ isActive?: boolean | undefined;
759
+ departmentId?: string | undefined;
760
+ academicYearId?: string | undefined;
761
+ gradeLevel?: string | undefined;
762
+ searchTerm?: string | undefined;
763
+ subjectArea?: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business" | undefined;
764
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
765
+ courseType?: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment" | undefined;
766
+ }, {
767
+ schoolId?: string | undefined;
768
+ isActive?: boolean | undefined;
769
+ departmentId?: string | undefined;
770
+ academicYearId?: string | undefined;
771
+ gradeLevel?: string | undefined;
772
+ searchTerm?: string | undefined;
773
+ subjectArea?: "vocational" | "other" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "physical_education" | "technology" | "world_languages" | "arts" | "business" | undefined;
774
+ creditType?: "elective" | "honors" | "ap" | "ib" | "dual_enrollment" | "academic" | undefined;
775
+ courseType?: "vocational" | "elective" | "required" | "enrichment" | "remedial" | "honors" | "ap" | "ib" | "dual_enrollment" | undefined;
776
+ }>;
777
+ export type CourseFilterDto = z.infer<typeof courseFilterSchema>;
778
+ //# sourceMappingURL=course.schema.d.ts.map