@aibrains/shared-types 0.14.0 → 0.15.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.
- package/dist/schemas/academics/assignment.schema.d.ts +10 -10
- package/dist/schemas/academics/attendance.schema.d.ts +16 -16
- package/dist/schemas/academics/classwork.schema.d.ts +4 -4
- package/dist/schemas/academics/grade.schema.d.ts +2 -2
- package/dist/schemas/academics/index.d.ts +1 -0
- package/dist/schemas/academics/index.d.ts.map +1 -1
- package/dist/schemas/academics/index.js +1 -0
- package/dist/schemas/academics/index.js.map +1 -1
- package/dist/schemas/academics/section-attendance.schema.d.ts +447 -0
- package/dist/schemas/academics/section-attendance.schema.d.ts.map +1 -0
- package/dist/schemas/academics/section-attendance.schema.js +126 -0
- package/dist/schemas/academics/section-attendance.schema.js.map +1 -0
- package/dist/schemas/academics/student.schema.d.ts +15 -15
- package/dist/schemas/common.d.ts +4 -2
- package/dist/schemas/common.d.ts.map +1 -1
- package/dist/schemas/common.js +7 -2
- package/dist/schemas/common.js.map +1 -1
- package/dist/schemas/enrollment/enrollment.schema.d.ts +55 -55
- package/dist/schemas/finance/fee-structure.schema.d.ts +4 -4
- package/dist/schemas/finance/invoice.schema.d.ts +5 -5
- package/dist/schemas/finance/payment.schema.d.ts +16 -0
- package/dist/schemas/finance/payment.schema.d.ts.map +1 -1
- package/dist/schemas/finance/payment.schema.js +2 -0
- package/dist/schemas/finance/payment.schema.js.map +1 -1
- package/dist/schemas/identity/bell-schedule.schema.d.ts +5 -5
- package/dist/schemas/identity/calendar-date.schema.d.ts +12 -12
- package/dist/schemas/identity/credential.schema.d.ts +4 -4
- package/dist/schemas/identity/education-org-network.schema.d.ts +7 -7
- package/dist/schemas/identity/education-organization.schema.d.ts +1 -1
- package/dist/schemas/identity/education-service-center.schema.d.ts +4 -4
- package/dist/schemas/identity/leave.schema.d.ts +8 -8
- package/dist/schemas/identity/local-education-agency.schema.d.ts +4 -4
- package/dist/schemas/identity/school.schema.d.ts +4 -4
- package/dist/schemas/identity/staff-assignment.schema.d.ts +3 -3
- package/dist/schemas/identity/staff.schema.d.ts +18 -18
- package/dist/schemas/identity/state-education-agency.schema.d.ts +3 -3
- package/dist/validators/date-range.d.ts +6 -6
- package/package.json +1 -1
|
@@ -81,7 +81,7 @@ export declare const createStateEducationAgencySchema: z.ZodObject<{
|
|
|
81
81
|
title: z.ZodString;
|
|
82
82
|
rating: z.ZodString;
|
|
83
83
|
ratingOrganization: z.ZodOptional<z.ZodString>;
|
|
84
|
-
ratingDate: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
84
|
+
ratingDate: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
schoolYear: number;
|
|
87
87
|
title: string;
|
|
@@ -241,7 +241,7 @@ export declare const updateStateEducationAgencySchema: z.ZodObject<Omit<{
|
|
|
241
241
|
title: z.ZodString;
|
|
242
242
|
rating: z.ZodString;
|
|
243
243
|
ratingOrganization: z.ZodOptional<z.ZodString>;
|
|
244
|
-
ratingDate: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
244
|
+
ratingDate: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
245
245
|
}, "strip", z.ZodTypeAny, {
|
|
246
246
|
schoolYear: number;
|
|
247
247
|
title: string;
|
|
@@ -401,7 +401,7 @@ export declare const seaResponseSchema: z.ZodObject<{
|
|
|
401
401
|
title: z.ZodString;
|
|
402
402
|
rating: z.ZodString;
|
|
403
403
|
ratingOrganization: z.ZodOptional<z.ZodString>;
|
|
404
|
-
ratingDate: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
404
|
+
ratingDate: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
405
405
|
}, "strip", z.ZodTypeAny, {
|
|
406
406
|
schoolYear: number;
|
|
407
407
|
title: string;
|
|
@@ -10,8 +10,8 @@ export { dateSchema } from '../schemas/common';
|
|
|
10
10
|
*/
|
|
11
11
|
export declare const datetimeSchema: z.ZodString;
|
|
12
12
|
export declare const dateRangeSchema: z.ZodEffects<z.ZodObject<{
|
|
13
|
-
startDate: z.ZodEffects<z.ZodString, string, string>;
|
|
14
|
-
endDate: z.ZodEffects<z.ZodString, string, string>;
|
|
13
|
+
startDate: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
14
|
+
endDate: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
startDate: string;
|
|
17
17
|
endDate: string;
|
|
@@ -30,8 +30,8 @@ export type DateRange = z.infer<typeof dateRangeSchema>;
|
|
|
30
30
|
* Academic year must be between 120 and 365 days
|
|
31
31
|
*/
|
|
32
32
|
export declare const academicYearDateRangeSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
33
|
-
startDate: z.ZodEffects<z.ZodString, string, string>;
|
|
34
|
-
endDate: z.ZodEffects<z.ZodString, string, string>;
|
|
33
|
+
startDate: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
34
|
+
endDate: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
36
|
startDate: string;
|
|
37
37
|
endDate: string;
|
|
@@ -56,8 +56,8 @@ export type AcademicYearDateRange = z.infer<typeof academicYearDateRangeSchema>;
|
|
|
56
56
|
* Grading period must be between 7 and 180 days
|
|
57
57
|
*/
|
|
58
58
|
export declare const gradingPeriodDateRangeSchema: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
59
|
-
startDate: z.ZodEffects<z.ZodString, string, string>;
|
|
60
|
-
endDate: z.ZodEffects<z.ZodString, string, string>;
|
|
59
|
+
startDate: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
60
|
+
endDate: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
62
|
startDate: string;
|
|
63
63
|
endDate: string;
|
package/package.json
CHANGED