@aibrains/shared-types 0.1.0 → 0.2.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 (53) hide show
  1. package/dist/schemas/academics/assignment.schema.d.ts +10 -10
  2. package/dist/schemas/academics/course.schema.d.ts +10 -10
  3. package/dist/schemas/academics/grade.schema.d.ts +13 -13
  4. package/dist/schemas/enrollment/enrollment.schema.d.ts +49 -49
  5. package/dist/schemas/identity/academic-year.schema.d.ts +12 -12
  6. package/dist/schemas/identity/auth.schema.d.ts +10 -10
  7. package/dist/schemas/identity/credential.schema.d.ts +12 -12
  8. package/dist/schemas/identity/education-org-descriptors.d.ts +314 -0
  9. package/dist/schemas/identity/education-org-descriptors.d.ts.map +1 -0
  10. package/dist/schemas/identity/education-org-descriptors.js +245 -0
  11. package/dist/schemas/identity/education-org-descriptors.js.map +1 -0
  12. package/dist/schemas/identity/education-org-hierarchy.schema.d.ts +65 -0
  13. package/dist/schemas/identity/education-org-hierarchy.schema.d.ts.map +1 -0
  14. package/dist/schemas/identity/education-org-hierarchy.schema.js +46 -0
  15. package/dist/schemas/identity/education-org-hierarchy.schema.js.map +1 -0
  16. package/dist/schemas/identity/education-organization.schema.d.ts +127 -0
  17. package/dist/schemas/identity/education-organization.schema.d.ts.map +1 -0
  18. package/dist/schemas/identity/education-organization.schema.js +102 -0
  19. package/dist/schemas/identity/education-organization.schema.js.map +1 -0
  20. package/dist/schemas/identity/education-service-center.schema.d.ts +826 -0
  21. package/dist/schemas/identity/education-service-center.schema.d.ts.map +1 -0
  22. package/dist/schemas/identity/education-service-center.schema.js +85 -0
  23. package/dist/schemas/identity/education-service-center.schema.js.map +1 -0
  24. package/dist/schemas/identity/index.d.ts +8 -0
  25. package/dist/schemas/identity/index.d.ts.map +1 -1
  26. package/dist/schemas/identity/index.js +9 -0
  27. package/dist/schemas/identity/index.js.map +1 -1
  28. package/dist/schemas/identity/local-education-agency.schema.d.ts +888 -0
  29. package/dist/schemas/identity/local-education-agency.schema.d.ts.map +1 -0
  30. package/dist/schemas/identity/local-education-agency.schema.js +96 -0
  31. package/dist/schemas/identity/local-education-agency.schema.js.map +1 -0
  32. package/dist/schemas/identity/school.schema.d.ts +404 -0
  33. package/dist/schemas/identity/school.schema.d.ts.map +1 -1
  34. package/dist/schemas/identity/school.schema.js +35 -0
  35. package/dist/schemas/identity/school.schema.js.map +1 -1
  36. package/dist/schemas/identity/staff-assignment.schema.d.ts +240 -0
  37. package/dist/schemas/identity/staff-assignment.schema.d.ts.map +1 -0
  38. package/dist/schemas/identity/staff-assignment.schema.js +72 -0
  39. package/dist/schemas/identity/staff-assignment.schema.js.map +1 -0
  40. package/dist/schemas/identity/staff-employment-history.schema.d.ts +114 -0
  41. package/dist/schemas/identity/staff-employment-history.schema.d.ts.map +1 -0
  42. package/dist/schemas/identity/staff-employment-history.schema.js +31 -0
  43. package/dist/schemas/identity/staff-employment-history.schema.js.map +1 -0
  44. package/dist/schemas/identity/staff.schema.d.ts +482 -10
  45. package/dist/schemas/identity/staff.schema.d.ts.map +1 -1
  46. package/dist/schemas/identity/staff.schema.js +15 -1
  47. package/dist/schemas/identity/staff.schema.js.map +1 -1
  48. package/dist/schemas/identity/state-education-agency.schema.d.ts +511 -0
  49. package/dist/schemas/identity/state-education-agency.schema.d.ts.map +1 -0
  50. package/dist/schemas/identity/state-education-agency.schema.js +68 -0
  51. package/dist/schemas/identity/state-education-agency.schema.js.map +1 -0
  52. package/dist/schemas/identity/user.schema.d.ts +10 -10
  53. package/package.json +9 -5
@@ -0,0 +1,245 @@
1
+ "use strict";
2
+ /**
3
+ * Education Organization Descriptor Constants - Identity Service
4
+ *
5
+ * Ed-Fi descriptor constants for the Education Organization domain.
6
+ * All URIs follow the Ed-Fi pattern: uri://ed-fi.org/{Namespace}#{Value}
7
+ *
8
+ * Ed-Fi Data Standard v5:
9
+ * https://docs.ed-fi.org/reference/data-exchange/data-standard/model-reference/education-organization-domain/
10
+ */
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.stateAbbreviationDescriptorSchema = exports.STATE_ABBREVIATION_DESCRIPTORS = exports.administrativeFundingControlDescriptorSchema = exports.ADMINISTRATIVE_FUNDING_CONTROL_DESCRIPTORS = exports.charterStatusDescriptorSchema = exports.CHARTER_STATUS_DESCRIPTORS = exports.schoolGradeLevelDescriptorSchema = exports.SCHOOL_GRADE_LEVEL_DESCRIPTORS = exports.addressTypeDescriptorSchema = exports.ADDRESS_TYPE_DESCRIPTORS = exports.educationOrganizationIdentificationSystemDescriptorSchema = exports.EDUCATION_ORGANIZATION_IDENTIFICATION_SYSTEM_DESCRIPTORS = exports.institutionTelephoneNumberTypeDescriptorSchema = exports.INSTITUTION_TELEPHONE_NUMBER_TYPE_DESCRIPTORS = exports.operationalStatusDescriptorSchema = exports.OPERATIONAL_STATUS_DESCRIPTORS = exports.leaCategoryDescriptorSchema = exports.LEA_CATEGORY_DESCRIPTORS = exports.schoolTypeDescriptorSchema = exports.SCHOOL_TYPE_DESCRIPTORS = exports.schoolCategoryDescriptorSchema = exports.SCHOOL_CATEGORY_DESCRIPTORS = exports.descriptorEntrySchema = void 0;
13
+ const zod_1 = require("zod");
14
+ // ============================================
15
+ // Descriptor Shape
16
+ // ============================================
17
+ exports.descriptorEntrySchema = zod_1.z.object({
18
+ value: zod_1.z.string(),
19
+ label: zod_1.z.string(),
20
+ uri: zod_1.z.string(),
21
+ });
22
+ // ============================================
23
+ // School Category Descriptors
24
+ // Ed-Fi: SchoolCategoryDescriptor
25
+ // ============================================
26
+ exports.SCHOOL_CATEGORY_DESCRIPTORS = [
27
+ { value: 'AllLevels', label: 'All Levels', uri: 'uri://ed-fi.org/SchoolCategoryDescriptor#All Levels' },
28
+ { value: 'Elementary', label: 'Elementary School', uri: 'uri://ed-fi.org/SchoolCategoryDescriptor#Elementary School' },
29
+ { value: 'HighSchool', label: 'High School', uri: 'uri://ed-fi.org/SchoolCategoryDescriptor#High School' },
30
+ { value: 'MiddleSchool', label: 'Middle School', uri: 'uri://ed-fi.org/SchoolCategoryDescriptor#Middle School' },
31
+ { value: 'SecondarySchool', label: 'Secondary School', uri: 'uri://ed-fi.org/SchoolCategoryDescriptor#Secondary School' },
32
+ { value: 'Ungraded', label: 'Ungraded', uri: 'uri://ed-fi.org/SchoolCategoryDescriptor#Ungraded' },
33
+ ];
34
+ exports.schoolCategoryDescriptorSchema = zod_1.z.enum([
35
+ 'AllLevels',
36
+ 'Elementary',
37
+ 'HighSchool',
38
+ 'MiddleSchool',
39
+ 'SecondarySchool',
40
+ 'Ungraded',
41
+ ]);
42
+ // ============================================
43
+ // School Type Descriptors
44
+ // Ed-Fi: SchoolTypeDescriptor
45
+ // ============================================
46
+ exports.SCHOOL_TYPE_DESCRIPTORS = [
47
+ { value: 'Regular', label: 'Regular', uri: 'uri://ed-fi.org/SchoolTypeDescriptor#Regular' },
48
+ { value: 'SpecialEducation', label: 'Special Education', uri: 'uri://ed-fi.org/SchoolTypeDescriptor#Special Education' },
49
+ { value: 'CareerAndTechnical', label: 'Career and Technical Education', uri: 'uri://ed-fi.org/SchoolTypeDescriptor#Career and Technical Education' },
50
+ { value: 'Alternative', label: 'Alternative', uri: 'uri://ed-fi.org/SchoolTypeDescriptor#Alternative' },
51
+ ];
52
+ exports.schoolTypeDescriptorSchema = zod_1.z.enum([
53
+ 'Regular',
54
+ 'SpecialEducation',
55
+ 'CareerAndTechnical',
56
+ 'Alternative',
57
+ ]);
58
+ // ============================================
59
+ // LEA Category Descriptors
60
+ // Ed-Fi: LocalEducationAgencyCategoryDescriptor
61
+ // ============================================
62
+ exports.LEA_CATEGORY_DESCRIPTORS = [
63
+ { value: 'Independent', label: 'Independent', uri: 'uri://ed-fi.org/LocalEducationAgencyCategoryDescriptor#Independent' },
64
+ { value: 'CharterLEA', label: 'Charter LEA', uri: 'uri://ed-fi.org/LocalEducationAgencyCategoryDescriptor#Charter LEA' },
65
+ { value: 'Intermediate', label: 'Intermediate', uri: 'uri://ed-fi.org/LocalEducationAgencyCategoryDescriptor#Intermediate' },
66
+ { value: 'SupervisoryUnion', label: 'Supervisory Union', uri: 'uri://ed-fi.org/LocalEducationAgencyCategoryDescriptor#Supervisory Union' },
67
+ { value: 'Other', label: 'Other', uri: 'uri://ed-fi.org/LocalEducationAgencyCategoryDescriptor#Other' },
68
+ ];
69
+ exports.leaCategoryDescriptorSchema = zod_1.z.enum([
70
+ 'Independent',
71
+ 'CharterLEA',
72
+ 'Intermediate',
73
+ 'SupervisoryUnion',
74
+ 'Other',
75
+ ]);
76
+ // ============================================
77
+ // Operational Status Descriptors
78
+ // Ed-Fi: OperationalStatusDescriptor
79
+ // ============================================
80
+ exports.OPERATIONAL_STATUS_DESCRIPTORS = [
81
+ { value: 'Active', label: 'Active', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#Active' },
82
+ { value: 'Added', label: 'Added', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#Added' },
83
+ { value: 'ChangedAgency', label: 'Changed Agency', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#Changed Agency' },
84
+ { value: 'Closed', label: 'Closed', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#Closed' },
85
+ { value: 'Inactive', label: 'Inactive', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#Inactive' },
86
+ { value: 'New', label: 'New', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#New' },
87
+ { value: 'Reopened', label: 'Reopened', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#Reopened' },
88
+ { value: 'Future', label: 'Future', uri: 'uri://ed-fi.org/OperationalStatusDescriptor#Future' },
89
+ ];
90
+ exports.operationalStatusDescriptorSchema = zod_1.z.enum([
91
+ 'Active',
92
+ 'Added',
93
+ 'ChangedAgency',
94
+ 'Closed',
95
+ 'Inactive',
96
+ 'New',
97
+ 'Reopened',
98
+ 'Future',
99
+ ]);
100
+ // ============================================
101
+ // Institution Telephone Number Type Descriptors
102
+ // Ed-Fi: InstitutionTelephoneNumberTypeDescriptor
103
+ // ============================================
104
+ exports.INSTITUTION_TELEPHONE_NUMBER_TYPE_DESCRIPTORS = [
105
+ { value: 'Main', label: 'Main', uri: 'uri://ed-fi.org/InstitutionTelephoneNumberTypeDescriptor#Main' },
106
+ { value: 'Administrative', label: 'Administrative', uri: 'uri://ed-fi.org/InstitutionTelephoneNumberTypeDescriptor#Administrative' },
107
+ { value: 'Fax', label: 'Fax', uri: 'uri://ed-fi.org/InstitutionTelephoneNumberTypeDescriptor#Fax' },
108
+ { value: 'Attendance', label: 'Attendance', uri: 'uri://ed-fi.org/InstitutionTelephoneNumberTypeDescriptor#Attendance' },
109
+ ];
110
+ exports.institutionTelephoneNumberTypeDescriptorSchema = zod_1.z.enum([
111
+ 'Main',
112
+ 'Administrative',
113
+ 'Fax',
114
+ 'Attendance',
115
+ ]);
116
+ // ============================================
117
+ // Education Organization Identification System Descriptors
118
+ // Ed-Fi: EducationOrganizationIdentificationSystemDescriptor
119
+ // ============================================
120
+ exports.EDUCATION_ORGANIZATION_IDENTIFICATION_SYSTEM_DESCRIPTORS = [
121
+ { value: 'NCES', label: 'NCES Identification Number', uri: 'uri://ed-fi.org/EducationOrganizationIdentificationSystemDescriptor#NCES Identification Number' },
122
+ { value: 'SEA', label: 'SEA Identification Number', uri: 'uri://ed-fi.org/EducationOrganizationIdentificationSystemDescriptor#SEA' },
123
+ { value: 'DUNS', label: 'DUNS Number', uri: 'uri://ed-fi.org/EducationOrganizationIdentificationSystemDescriptor#DUNS' },
124
+ { value: 'Federal', label: 'Federal Identification Number', uri: 'uri://ed-fi.org/EducationOrganizationIdentificationSystemDescriptor#Federal' },
125
+ { value: 'Other', label: 'Other', uri: 'uri://ed-fi.org/EducationOrganizationIdentificationSystemDescriptor#Other' },
126
+ ];
127
+ exports.educationOrganizationIdentificationSystemDescriptorSchema = zod_1.z.enum([
128
+ 'NCES',
129
+ 'SEA',
130
+ 'DUNS',
131
+ 'Federal',
132
+ 'Other',
133
+ ]);
134
+ // ============================================
135
+ // Address Type Descriptors
136
+ // Ed-Fi: AddressTypeDescriptor
137
+ // ============================================
138
+ exports.ADDRESS_TYPE_DESCRIPTORS = [
139
+ { value: 'Physical', label: 'Physical', uri: 'uri://ed-fi.org/AddressTypeDescriptor#Physical' },
140
+ { value: 'Mailing', label: 'Mailing', uri: 'uri://ed-fi.org/AddressTypeDescriptor#Mailing' },
141
+ { value: 'Shipping', label: 'Shipping', uri: 'uri://ed-fi.org/AddressTypeDescriptor#Shipping' },
142
+ ];
143
+ exports.addressTypeDescriptorSchema = zod_1.z.enum([
144
+ 'Physical',
145
+ 'Mailing',
146
+ 'Shipping',
147
+ ]);
148
+ // ============================================
149
+ // Grade Level Descriptors
150
+ // Ed-Fi: GradeLevelDescriptor
151
+ // ============================================
152
+ exports.SCHOOL_GRADE_LEVEL_DESCRIPTORS = [
153
+ { value: 'InfantToddler', label: 'Infant/Toddler', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Infant/toddler' },
154
+ { value: 'Prenursery', label: 'Prenursery', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Prenursery' },
155
+ { value: 'Nursery', label: 'Nursery', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Nursery' },
156
+ { value: 'Prekindergarten', label: 'Pre-Kindergarten', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Pre-Kindergarten' },
157
+ { value: 'TransitionalKindergarten', label: 'Transitional Kindergarten', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Transitional Kindergarten' },
158
+ { value: 'Kindergarten', label: 'Kindergarten', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Kindergarten' },
159
+ { value: 'FirstGrade', label: 'First grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#First grade' },
160
+ { value: 'SecondGrade', label: 'Second grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Second grade' },
161
+ { value: 'ThirdGrade', label: 'Third grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Third grade' },
162
+ { value: 'FourthGrade', label: 'Fourth grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Fourth grade' },
163
+ { value: 'FifthGrade', label: 'Fifth grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Fifth grade' },
164
+ { value: 'SixthGrade', label: 'Sixth grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Sixth grade' },
165
+ { value: 'SeventhGrade', label: 'Seventh grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Seventh grade' },
166
+ { value: 'EighthGrade', label: 'Eighth grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Eighth grade' },
167
+ { value: 'NinthGrade', label: 'Ninth grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Ninth grade' },
168
+ { value: 'TenthGrade', label: 'Tenth grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Tenth grade' },
169
+ { value: 'EleventhGrade', label: 'Eleventh grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Eleventh grade' },
170
+ { value: 'TwelfthGrade', label: 'Twelfth grade', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Twelfth grade' },
171
+ { value: 'Postsecondary', label: 'Postsecondary', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Postsecondary' },
172
+ { value: 'Ungraded', label: 'Ungraded', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Ungraded' },
173
+ { value: 'Other', label: 'Other', uri: 'uri://ed-fi.org/GradeLevelDescriptor#Other' },
174
+ ];
175
+ /**
176
+ * Ed-Fi grade levels for school grade spans (e.g., which grades a school serves).
177
+ * Distinct from credential.schema's gradeLevelDescriptorSchema which uses simplified values.
178
+ */
179
+ exports.schoolGradeLevelDescriptorSchema = zod_1.z.enum([
180
+ 'InfantToddler',
181
+ 'Prenursery',
182
+ 'Nursery',
183
+ 'Prekindergarten',
184
+ 'TransitionalKindergarten',
185
+ 'Kindergarten',
186
+ 'FirstGrade',
187
+ 'SecondGrade',
188
+ 'ThirdGrade',
189
+ 'FourthGrade',
190
+ 'FifthGrade',
191
+ 'SixthGrade',
192
+ 'SeventhGrade',
193
+ 'EighthGrade',
194
+ 'NinthGrade',
195
+ 'TenthGrade',
196
+ 'EleventhGrade',
197
+ 'TwelfthGrade',
198
+ 'Postsecondary',
199
+ 'Ungraded',
200
+ 'Other',
201
+ ]);
202
+ // ============================================
203
+ // Charter Status Descriptors
204
+ // Ed-Fi: CharterStatusDescriptor
205
+ // ============================================
206
+ exports.CHARTER_STATUS_DESCRIPTORS = [
207
+ { value: 'NotACharter', label: 'Not a Charter School', uri: 'uri://ed-fi.org/CharterStatusDescriptor#Not a Charter School' },
208
+ { value: 'SchoolCharter', label: 'School Charter', uri: 'uri://ed-fi.org/CharterStatusDescriptor#School Charter' },
209
+ { value: 'CollegeUniversityCharter', label: 'College/University Charter', uri: 'uri://ed-fi.org/CharterStatusDescriptor#College/University Charter' },
210
+ { value: 'OpenEnrollment', label: 'Open Enrollment', uri: 'uri://ed-fi.org/CharterStatusDescriptor#Open Enrollment' },
211
+ ];
212
+ exports.charterStatusDescriptorSchema = zod_1.z.enum([
213
+ 'NotACharter',
214
+ 'SchoolCharter',
215
+ 'CollegeUniversityCharter',
216
+ 'OpenEnrollment',
217
+ ]);
218
+ // ============================================
219
+ // Administrative Funding Control Descriptors
220
+ // Ed-Fi: AdministrativeFundingControlDescriptor
221
+ // ============================================
222
+ exports.ADMINISTRATIVE_FUNDING_CONTROL_DESCRIPTORS = [
223
+ { value: 'Public', label: 'Public School', uri: 'uri://ed-fi.org/AdministrativeFundingControlDescriptor#Public School' },
224
+ { value: 'Private', label: 'Private School', uri: 'uri://ed-fi.org/AdministrativeFundingControlDescriptor#Private School' },
225
+ { value: 'Other', label: 'Other', uri: 'uri://ed-fi.org/AdministrativeFundingControlDescriptor#Other' },
226
+ ];
227
+ exports.administrativeFundingControlDescriptorSchema = zod_1.z.enum([
228
+ 'Public',
229
+ 'Private',
230
+ 'Other',
231
+ ]);
232
+ // ============================================
233
+ // State Abbreviation Descriptors
234
+ // Ed-Fi: StateAbbreviationDescriptor
235
+ // ============================================
236
+ exports.STATE_ABBREVIATION_DESCRIPTORS = [
237
+ 'AL', 'AK', 'AZ', 'AR', 'CA', 'CO', 'CT', 'DE', 'FL', 'GA',
238
+ 'HI', 'ID', 'IL', 'IN', 'IA', 'KS', 'KY', 'LA', 'ME', 'MD',
239
+ 'MA', 'MI', 'MN', 'MS', 'MO', 'MT', 'NE', 'NV', 'NH', 'NJ',
240
+ 'NM', 'NY', 'NC', 'ND', 'OH', 'OK', 'OR', 'PA', 'RI', 'SC',
241
+ 'SD', 'TN', 'TX', 'UT', 'VT', 'VA', 'WA', 'WV', 'WI', 'WY',
242
+ 'DC', 'AS', 'GU', 'MP', 'PR', 'VI',
243
+ ];
244
+ exports.stateAbbreviationDescriptorSchema = zod_1.z.enum(exports.STATE_ABBREVIATION_DESCRIPTORS);
245
+ //# sourceMappingURL=education-org-descriptors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education-org-descriptors.js","sourceRoot":"","sources":["../../../src/schemas/identity/education-org-descriptors.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,65 @@
1
+ /**
2
+ * Education Organization Hierarchy Schemas - Identity Service
3
+ *
4
+ * Zod schemas for the hierarchy tree API response.
5
+ * Used by the GET /education-organizations/hierarchy endpoint.
6
+ */
7
+ import { z } from 'zod';
8
+ /**
9
+ * Base hierarchy node fields (non-recursive).
10
+ * Recursive `children` is added via z.lazy().
11
+ */
12
+ declare const hierarchyNodeBaseSchema: z.ZodObject<{
13
+ id: z.ZodString;
14
+ name: z.ZodString;
15
+ type: z.ZodEnum<["stateEducationAgency", "localEducationAgency", "school", "educationServiceCenter", "educationOrganizationNetwork", "organizationDepartment", "communityOrganization", "communityProvider", "postSecondaryInstitution"]>;
16
+ edfiId: z.ZodOptional<z.ZodNumber>;
17
+ status: z.ZodEnum<["Active", "Added", "ChangedAgency", "Closed", "Inactive", "New", "Reopened", "Future"]>;
18
+ schoolCount: z.ZodOptional<z.ZodNumber>;
19
+ studentCount: z.ZodOptional<z.ZodNumber>;
20
+ staffCount: z.ZodOptional<z.ZodNumber>;
21
+ }, "strip", z.ZodTypeAny, {
22
+ type: "stateEducationAgency" | "localEducationAgency" | "school" | "educationServiceCenter" | "educationOrganizationNetwork" | "organizationDepartment" | "communityOrganization" | "communityProvider" | "postSecondaryInstitution";
23
+ status: "Active" | "Added" | "ChangedAgency" | "Closed" | "Inactive" | "New" | "Reopened" | "Future";
24
+ name: string;
25
+ id: string;
26
+ studentCount?: number | undefined;
27
+ staffCount?: number | undefined;
28
+ schoolCount?: number | undefined;
29
+ edfiId?: number | undefined;
30
+ }, {
31
+ type: "stateEducationAgency" | "localEducationAgency" | "school" | "educationServiceCenter" | "educationOrganizationNetwork" | "organizationDepartment" | "communityOrganization" | "communityProvider" | "postSecondaryInstitution";
32
+ status: "Active" | "Added" | "ChangedAgency" | "Closed" | "Inactive" | "New" | "Reopened" | "Future";
33
+ name: string;
34
+ id: string;
35
+ studentCount?: number | undefined;
36
+ staffCount?: number | undefined;
37
+ schoolCount?: number | undefined;
38
+ edfiId?: number | undefined;
39
+ }>;
40
+ export type HierarchyNode = z.infer<typeof hierarchyNodeBaseSchema> & {
41
+ children: HierarchyNode[];
42
+ };
43
+ export declare const hierarchyNodeSchema: z.ZodType<HierarchyNode>;
44
+ /**
45
+ * Full hierarchy tree response.
46
+ * - `sea`: The root SEA node with all children (LEAs → Schools), or null if no SEA exists.
47
+ * - `educationServiceCenters`: ESCs are siblings to LEAs, not nested under them.
48
+ * - `unassigned`: Schools not linked to any LEA.
49
+ */
50
+ export declare const organizationHierarchyResponseSchema: z.ZodObject<{
51
+ sea: z.ZodNullable<z.ZodType<HierarchyNode, z.ZodTypeDef, HierarchyNode>>;
52
+ educationServiceCenters: z.ZodArray<z.ZodType<HierarchyNode, z.ZodTypeDef, HierarchyNode>, "many">;
53
+ unassigned: z.ZodArray<z.ZodType<HierarchyNode, z.ZodTypeDef, HierarchyNode>, "many">;
54
+ }, "strip", z.ZodTypeAny, {
55
+ sea: HierarchyNode | null;
56
+ educationServiceCenters: HierarchyNode[];
57
+ unassigned: HierarchyNode[];
58
+ }, {
59
+ sea: HierarchyNode | null;
60
+ educationServiceCenters: HierarchyNode[];
61
+ unassigned: HierarchyNode[];
62
+ }>;
63
+ export type OrganizationHierarchyResponseDto = z.infer<typeof organizationHierarchyResponseSchema>;
64
+ export {};
65
+ //# sourceMappingURL=education-org-hierarchy.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education-org-hierarchy.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/identity/education-org-hierarchy.schema.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB;;;GAGG;AACH,QAAA,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS3B,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,GAAG;IACpE,QAAQ,EAAE,aAAa,EAAE,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAEvD,CAAC;AAMH;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;EAI9C,CAAC;AAEH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC"}
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ /**
3
+ * Education Organization Hierarchy Schemas - Identity Service
4
+ *
5
+ * Zod schemas for the hierarchy tree API response.
6
+ * Used by the GET /education-organizations/hierarchy endpoint.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.organizationHierarchyResponseSchema = exports.hierarchyNodeSchema = void 0;
10
+ const zod_1 = require("zod");
11
+ const education_organization_schema_1 = require("./education-organization.schema");
12
+ // ============================================
13
+ // Hierarchy Node (Recursive)
14
+ // ============================================
15
+ /**
16
+ * Base hierarchy node fields (non-recursive).
17
+ * Recursive `children` is added via z.lazy().
18
+ */
19
+ const hierarchyNodeBaseSchema = zod_1.z.object({
20
+ id: zod_1.z.string().uuid(),
21
+ name: zod_1.z.string(),
22
+ type: education_organization_schema_1.educationOrgTypeSchema,
23
+ edfiId: zod_1.z.number().int().optional(), // Ed-Fi numeric ID (SEA/LEA/ESC/School ID)
24
+ status: education_organization_schema_1.operationalStatusSchema,
25
+ schoolCount: zod_1.z.number().int().min(0).optional(), // Aggregate: schools under this node
26
+ studentCount: zod_1.z.number().int().min(0).optional(), // Aggregate: students
27
+ staffCount: zod_1.z.number().int().min(0).optional(), // Aggregate: staff
28
+ });
29
+ exports.hierarchyNodeSchema = hierarchyNodeBaseSchema.extend({
30
+ children: zod_1.z.lazy(() => zod_1.z.array(exports.hierarchyNodeSchema)),
31
+ });
32
+ // ============================================
33
+ // Organization Hierarchy Response
34
+ // ============================================
35
+ /**
36
+ * Full hierarchy tree response.
37
+ * - `sea`: The root SEA node with all children (LEAs → Schools), or null if no SEA exists.
38
+ * - `educationServiceCenters`: ESCs are siblings to LEAs, not nested under them.
39
+ * - `unassigned`: Schools not linked to any LEA.
40
+ */
41
+ exports.organizationHierarchyResponseSchema = zod_1.z.object({
42
+ sea: exports.hierarchyNodeSchema.nullable(),
43
+ educationServiceCenters: zod_1.z.array(exports.hierarchyNodeSchema),
44
+ unassigned: zod_1.z.array(exports.hierarchyNodeSchema),
45
+ });
46
+ //# sourceMappingURL=education-org-hierarchy.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education-org-hierarchy.schema.js","sourceRoot":"","sources":["../../../src/schemas/identity/education-org-hierarchy.schema.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,6BAAwB;AACxB,mFAAkG;AAElG,+CAA+C;AAC/C,6BAA6B;AAC7B,+CAA+C;AAE/C;;;GAGG;AACH,MAAM,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,sDAAsB;IAC5B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,EAA4B,2CAA2C;IAC1G,MAAM,EAAE,uDAAuB;IAC/B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAgB,qCAAqC;IACpG,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAe,sBAAsB;IACrF,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAiB,mBAAmB;CACnF,CAAC,CAAC;AAMU,QAAA,mBAAmB,GAA6B,uBAAuB,CAAC,MAAM,CAAC;IAC1F,QAAQ,EAAE,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,OAAC,CAAC,KAAK,CAAC,2BAAmB,CAAC,CAAC;CACrD,CAAC,CAAC;AAEH,+CAA+C;AAC/C,kCAAkC;AAClC,+CAA+C;AAE/C;;;;;GAKG;AACU,QAAA,mCAAmC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1D,GAAG,EAAE,2BAAmB,CAAC,QAAQ,EAAE;IACnC,uBAAuB,EAAE,OAAC,CAAC,KAAK,CAAC,2BAAmB,CAAC;IACrD,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,2BAAmB,CAAC;CACzC,CAAC,CAAC"}
@@ -0,0 +1,127 @@
1
+ /**
2
+ * Education Organization Base Schemas - Identity Service
3
+ *
4
+ * Zod schemas for the EducationOrganization abstract base type and shared
5
+ * sub-types used by all concrete education organization entities (SEA, LEA, School, ESC).
6
+ *
7
+ * Ed-Fi Data Standard v5:
8
+ * https://docs.ed-fi.org/reference/data-exchange/data-standard/model-reference/education-organization-domain/
9
+ */
10
+ import { z } from 'zod';
11
+ /**
12
+ * All Ed-Fi education organization entity types.
13
+ * Includes future types for forward compatibility.
14
+ */
15
+ export declare const educationOrgTypeSchema: z.ZodEnum<["stateEducationAgency", "localEducationAgency", "school", "educationServiceCenter", "educationOrganizationNetwork", "organizationDepartment", "communityOrganization", "communityProvider", "postSecondaryInstitution"]>;
16
+ export type EducationOrgType = z.infer<typeof educationOrgTypeSchema>;
17
+ /**
18
+ * Re-export for convenience (Ed-Fi: OperationalStatusDescriptor)
19
+ */
20
+ export declare const operationalStatusSchema: z.ZodEnum<["Active", "Added", "ChangedAgency", "Closed", "Inactive", "New", "Reopened", "Future"]>;
21
+ export type OperationalStatus = z.infer<typeof operationalStatusSchema>;
22
+ export declare const educationOrgAddressSchema: z.ZodObject<{
23
+ addressTypeDescriptor: z.ZodEnum<["Physical", "Mailing", "Shipping"]>;
24
+ streetNumberName: z.ZodString;
25
+ apartmentRoomSuiteNumber: z.ZodOptional<z.ZodString>;
26
+ city: z.ZodString;
27
+ stateAbbreviationDescriptor: z.ZodEnum<["AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "DC", "AS", "GU", "MP", "PR", "VI"]>;
28
+ postalCode: z.ZodString;
29
+ nameOfCounty: z.ZodOptional<z.ZodString>;
30
+ countyFIPSCode: z.ZodOptional<z.ZodString>;
31
+ latitude: z.ZodOptional<z.ZodString>;
32
+ longitude: z.ZodOptional<z.ZodString>;
33
+ }, "strip", z.ZodTypeAny, {
34
+ city: string;
35
+ addressTypeDescriptor: "Physical" | "Mailing" | "Shipping";
36
+ streetNumberName: string;
37
+ stateAbbreviationDescriptor: "AL" | "AK" | "AZ" | "AR" | "CA" | "CO" | "CT" | "DE" | "FL" | "GA" | "HI" | "ID" | "IL" | "IN" | "IA" | "KS" | "KY" | "LA" | "ME" | "MD" | "MA" | "MI" | "MN" | "MS" | "MO" | "MT" | "NE" | "NV" | "NH" | "NJ" | "NM" | "NY" | "NC" | "ND" | "OH" | "OK" | "OR" | "PA" | "RI" | "SC" | "SD" | "TN" | "TX" | "UT" | "VT" | "VA" | "WA" | "WV" | "WI" | "WY" | "DC" | "AS" | "GU" | "MP" | "PR" | "VI";
38
+ postalCode: string;
39
+ apartmentRoomSuiteNumber?: string | undefined;
40
+ nameOfCounty?: string | undefined;
41
+ countyFIPSCode?: string | undefined;
42
+ latitude?: string | undefined;
43
+ longitude?: string | undefined;
44
+ }, {
45
+ city: string;
46
+ addressTypeDescriptor: "Physical" | "Mailing" | "Shipping";
47
+ streetNumberName: string;
48
+ stateAbbreviationDescriptor: "AL" | "AK" | "AZ" | "AR" | "CA" | "CO" | "CT" | "DE" | "FL" | "GA" | "HI" | "ID" | "IL" | "IN" | "IA" | "KS" | "KY" | "LA" | "ME" | "MD" | "MA" | "MI" | "MN" | "MS" | "MO" | "MT" | "NE" | "NV" | "NH" | "NJ" | "NM" | "NY" | "NC" | "ND" | "OH" | "OK" | "OR" | "PA" | "RI" | "SC" | "SD" | "TN" | "TX" | "UT" | "VT" | "VA" | "WA" | "WV" | "WI" | "WY" | "DC" | "AS" | "GU" | "MP" | "PR" | "VI";
49
+ postalCode: string;
50
+ apartmentRoomSuiteNumber?: string | undefined;
51
+ nameOfCounty?: string | undefined;
52
+ countyFIPSCode?: string | undefined;
53
+ latitude?: string | undefined;
54
+ longitude?: string | undefined;
55
+ }>;
56
+ export type EducationOrgAddress = z.infer<typeof educationOrgAddressSchema>;
57
+ export declare const educationOrgIdentificationCodeSchema: z.ZodObject<{
58
+ identificationCode: z.ZodString;
59
+ educationOrganizationIdentificationSystemDescriptor: z.ZodEnum<["NCES", "SEA", "DUNS", "Federal", "Other"]>;
60
+ }, "strip", z.ZodTypeAny, {
61
+ identificationCode: string;
62
+ educationOrganizationIdentificationSystemDescriptor: "Other" | "NCES" | "SEA" | "DUNS" | "Federal";
63
+ }, {
64
+ identificationCode: string;
65
+ educationOrganizationIdentificationSystemDescriptor: "Other" | "NCES" | "SEA" | "DUNS" | "Federal";
66
+ }>;
67
+ export type EducationOrgIdentificationCode = z.infer<typeof educationOrgIdentificationCodeSchema>;
68
+ export declare const educationOrgIndicatorSchema: z.ZodObject<{
69
+ indicatorDescriptor: z.ZodString;
70
+ designatedBy: z.ZodOptional<z.ZodString>;
71
+ indicatorValue: z.ZodOptional<z.ZodString>;
72
+ indicatorLevelDescriptor: z.ZodOptional<z.ZodString>;
73
+ indicatorGroupDescriptor: z.ZodOptional<z.ZodString>;
74
+ }, "strip", z.ZodTypeAny, {
75
+ indicatorDescriptor: string;
76
+ designatedBy?: string | undefined;
77
+ indicatorValue?: string | undefined;
78
+ indicatorLevelDescriptor?: string | undefined;
79
+ indicatorGroupDescriptor?: string | undefined;
80
+ }, {
81
+ indicatorDescriptor: string;
82
+ designatedBy?: string | undefined;
83
+ indicatorValue?: string | undefined;
84
+ indicatorLevelDescriptor?: string | undefined;
85
+ indicatorGroupDescriptor?: string | undefined;
86
+ }>;
87
+ export type EducationOrgIndicator = z.infer<typeof educationOrgIndicatorSchema>;
88
+ export declare const institutionTelephoneSchema: z.ZodObject<{
89
+ telephoneNumber: z.ZodString;
90
+ institutionTelephoneNumberTypeDescriptor: z.ZodEnum<["Main", "Administrative", "Fax", "Attendance"]>;
91
+ }, "strip", z.ZodTypeAny, {
92
+ telephoneNumber: string;
93
+ institutionTelephoneNumberTypeDescriptor: "Main" | "Administrative" | "Fax" | "Attendance";
94
+ }, {
95
+ telephoneNumber: string;
96
+ institutionTelephoneNumberTypeDescriptor: "Main" | "Administrative" | "Fax" | "Attendance";
97
+ }>;
98
+ export type InstitutionTelephone = z.infer<typeof institutionTelephoneSchema>;
99
+ export declare const educationOrgCategorySchema: z.ZodObject<{
100
+ educationOrganizationCategoryDescriptor: z.ZodString;
101
+ }, "strip", z.ZodTypeAny, {
102
+ educationOrganizationCategoryDescriptor: string;
103
+ }, {
104
+ educationOrganizationCategoryDescriptor: string;
105
+ }>;
106
+ export type EducationOrgCategory = z.infer<typeof educationOrgCategorySchema>;
107
+ export declare const accountabilityRatingSchema: z.ZodObject<{
108
+ schoolYear: z.ZodNumber;
109
+ title: z.ZodString;
110
+ rating: z.ZodString;
111
+ ratingOrganization: z.ZodOptional<z.ZodString>;
112
+ ratingDate: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
113
+ }, "strip", z.ZodTypeAny, {
114
+ schoolYear: number;
115
+ title: string;
116
+ rating: string;
117
+ ratingOrganization?: string | undefined;
118
+ ratingDate?: string | undefined;
119
+ }, {
120
+ schoolYear: number;
121
+ title: string;
122
+ rating: string;
123
+ ratingOrganization?: string | undefined;
124
+ ratingDate?: string | undefined;
125
+ }>;
126
+ export type AccountabilityRating = z.infer<typeof accountabilityRatingSchema>;
127
+ //# sourceMappingURL=education-organization.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education-organization.schema.d.ts","sourceRoot":"","sources":["../../../src/schemas/identity/education-organization.schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAcxB;;;GAGG;AACH,eAAO,MAAM,sBAAsB,qOAUjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAMtE;;GAEG;AACH,eAAO,MAAM,uBAAuB,oGAAoC,CAAC;AACzE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAOxE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWpC,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAO5E,eAAO,MAAM,oCAAoC;;;;;;;;;EAG/C,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAOlG,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;EAMtC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAOhF,eAAO,MAAM,0BAA0B;;;;;;;;;EAGrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAO9E,eAAO,MAAM,0BAA0B;;;;;;EAErC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAO9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;EAMrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+ /**
3
+ * Education Organization Base Schemas - Identity Service
4
+ *
5
+ * Zod schemas for the EducationOrganization abstract base type and shared
6
+ * sub-types used by all concrete education organization entities (SEA, LEA, School, ESC).
7
+ *
8
+ * Ed-Fi Data Standard v5:
9
+ * https://docs.ed-fi.org/reference/data-exchange/data-standard/model-reference/education-organization-domain/
10
+ */
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.accountabilityRatingSchema = exports.educationOrgCategorySchema = exports.institutionTelephoneSchema = exports.educationOrgIndicatorSchema = exports.educationOrgIdentificationCodeSchema = exports.educationOrgAddressSchema = exports.operationalStatusSchema = exports.educationOrgTypeSchema = void 0;
13
+ const zod_1 = require("zod");
14
+ const common_1 = require("../common");
15
+ const education_org_descriptors_1 = require("./education-org-descriptors");
16
+ // ============================================
17
+ // Education Organization Type
18
+ // ============================================
19
+ /**
20
+ * All Ed-Fi education organization entity types.
21
+ * Includes future types for forward compatibility.
22
+ */
23
+ exports.educationOrgTypeSchema = zod_1.z.enum([
24
+ 'stateEducationAgency',
25
+ 'localEducationAgency',
26
+ 'school',
27
+ 'educationServiceCenter',
28
+ 'educationOrganizationNetwork',
29
+ 'organizationDepartment',
30
+ 'communityOrganization',
31
+ 'communityProvider',
32
+ 'postSecondaryInstitution',
33
+ ]);
34
+ // ============================================
35
+ // Operational Status
36
+ // ============================================
37
+ /**
38
+ * Re-export for convenience (Ed-Fi: OperationalStatusDescriptor)
39
+ */
40
+ exports.operationalStatusSchema = education_org_descriptors_1.operationalStatusDescriptorSchema;
41
+ // ============================================
42
+ // Education Organization Address
43
+ // Ed-Fi: EducationOrganizationAddress
44
+ // ============================================
45
+ exports.educationOrgAddressSchema = zod_1.z.object({
46
+ addressTypeDescriptor: education_org_descriptors_1.addressTypeDescriptorSchema, // Ed-Fi: addressTypeDescriptor
47
+ streetNumberName: zod_1.z.string().max(150), // Ed-Fi: streetNumberName
48
+ apartmentRoomSuiteNumber: zod_1.z.string().max(50).optional(), // Ed-Fi: apartmentRoomSuiteNumber
49
+ city: zod_1.z.string().max(30), // Ed-Fi: city
50
+ stateAbbreviationDescriptor: education_org_descriptors_1.stateAbbreviationDescriptorSchema, // Ed-Fi: stateAbbreviationDescriptor
51
+ postalCode: zod_1.z.string().max(17), // Ed-Fi: postalCode
52
+ nameOfCounty: zod_1.z.string().max(30).optional(), // Ed-Fi: nameOfCounty
53
+ countyFIPSCode: zod_1.z.string().max(5).optional(), // Ed-Fi: countyFIPSCode
54
+ latitude: zod_1.z.string().max(20).optional(), // Ed-Fi: latitude
55
+ longitude: zod_1.z.string().max(20).optional(), // Ed-Fi: longitude
56
+ });
57
+ // ============================================
58
+ // Education Organization Identification Code
59
+ // Ed-Fi: EducationOrganizationIdentificationCode
60
+ // ============================================
61
+ exports.educationOrgIdentificationCodeSchema = zod_1.z.object({
62
+ identificationCode: zod_1.z.string().min(1).max(60), // Ed-Fi: identificationCode
63
+ educationOrganizationIdentificationSystemDescriptor: education_org_descriptors_1.educationOrganizationIdentificationSystemDescriptorSchema, // Ed-Fi: descriptor
64
+ });
65
+ // ============================================
66
+ // Education Organization Indicator
67
+ // Ed-Fi: EducationOrganizationIndicator
68
+ // ============================================
69
+ exports.educationOrgIndicatorSchema = zod_1.z.object({
70
+ indicatorDescriptor: zod_1.z.string().max(200), // Ed-Fi: indicatorDescriptor
71
+ designatedBy: zod_1.z.string().max(60).optional(), // Ed-Fi: designatedBy
72
+ indicatorValue: zod_1.z.string().max(60).optional(), // Ed-Fi: indicatorValue
73
+ indicatorLevelDescriptor: zod_1.z.string().max(200).optional(), // Ed-Fi: indicatorLevelDescriptor
74
+ indicatorGroupDescriptor: zod_1.z.string().max(200).optional(), // Ed-Fi: indicatorGroupDescriptor
75
+ });
76
+ // ============================================
77
+ // Institution Telephone
78
+ // Ed-Fi: InstitutionTelephone
79
+ // ============================================
80
+ exports.institutionTelephoneSchema = zod_1.z.object({
81
+ telephoneNumber: zod_1.z.string().min(1).max(24), // Ed-Fi: telephoneNumber
82
+ institutionTelephoneNumberTypeDescriptor: education_org_descriptors_1.institutionTelephoneNumberTypeDescriptorSchema, // Ed-Fi: descriptor
83
+ });
84
+ // ============================================
85
+ // Education Organization Category
86
+ // Ed-Fi: EducationOrganizationCategory (required on all entities)
87
+ // ============================================
88
+ exports.educationOrgCategorySchema = zod_1.z.object({
89
+ educationOrganizationCategoryDescriptor: zod_1.z.string().max(200), // Ed-Fi: descriptor URI
90
+ });
91
+ // ============================================
92
+ // Accountability Rating
93
+ // Ed-Fi: AccountabilityRating
94
+ // ============================================
95
+ exports.accountabilityRatingSchema = zod_1.z.object({
96
+ schoolYear: zod_1.z.number().int().min(1900).max(2100), // Ed-Fi: schoolYear
97
+ title: zod_1.z.string().min(1).max(100), // Ed-Fi: title
98
+ rating: zod_1.z.string().min(1).max(35), // Ed-Fi: rating
99
+ ratingOrganization: zod_1.z.string().max(35).optional(), // Ed-Fi: ratingOrganization
100
+ ratingDate: common_1.dateSchema.optional(), // Ed-Fi: ratingDate
101
+ });
102
+ //# sourceMappingURL=education-organization.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"education-organization.schema.js","sourceRoot":"","sources":["../../../src/schemas/identity/education-organization.schema.ts"],"names":[],"mappings":"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"}