@aibrains/shared-types 0.1.1 → 0.3.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 (61) hide show
  1. package/dist/mappers/edfi/education-org.mapper.d.ts +156 -0
  2. package/dist/mappers/edfi/education-org.mapper.d.ts.map +1 -0
  3. package/dist/mappers/edfi/education-org.mapper.js +355 -0
  4. package/dist/mappers/edfi/education-org.mapper.js.map +1 -0
  5. package/dist/mappers/edfi/index.d.ts +1 -0
  6. package/dist/mappers/edfi/index.d.ts.map +1 -1
  7. package/dist/mappers/edfi/index.js +1 -0
  8. package/dist/mappers/edfi/index.js.map +1 -1
  9. package/dist/schemas/academics/assignment.schema.d.ts +10 -10
  10. package/dist/schemas/academics/course.schema.d.ts +10 -10
  11. package/dist/schemas/academics/grade.schema.d.ts +13 -13
  12. package/dist/schemas/enrollment/enrollment.schema.d.ts +49 -49
  13. package/dist/schemas/identity/academic-year.schema.d.ts +12 -12
  14. package/dist/schemas/identity/auth.schema.d.ts +10 -10
  15. package/dist/schemas/identity/credential.schema.d.ts +12 -12
  16. package/dist/schemas/identity/education-org-descriptors.d.ts +314 -0
  17. package/dist/schemas/identity/education-org-descriptors.d.ts.map +1 -0
  18. package/dist/schemas/identity/education-org-descriptors.js +245 -0
  19. package/dist/schemas/identity/education-org-descriptors.js.map +1 -0
  20. package/dist/schemas/identity/education-org-hierarchy.schema.d.ts +65 -0
  21. package/dist/schemas/identity/education-org-hierarchy.schema.d.ts.map +1 -0
  22. package/dist/schemas/identity/education-org-hierarchy.schema.js +46 -0
  23. package/dist/schemas/identity/education-org-hierarchy.schema.js.map +1 -0
  24. package/dist/schemas/identity/education-organization.schema.d.ts +127 -0
  25. package/dist/schemas/identity/education-organization.schema.d.ts.map +1 -0
  26. package/dist/schemas/identity/education-organization.schema.js +102 -0
  27. package/dist/schemas/identity/education-organization.schema.js.map +1 -0
  28. package/dist/schemas/identity/education-service-center.schema.d.ts +826 -0
  29. package/dist/schemas/identity/education-service-center.schema.d.ts.map +1 -0
  30. package/dist/schemas/identity/education-service-center.schema.js +85 -0
  31. package/dist/schemas/identity/education-service-center.schema.js.map +1 -0
  32. package/dist/schemas/identity/index.d.ts +8 -0
  33. package/dist/schemas/identity/index.d.ts.map +1 -1
  34. package/dist/schemas/identity/index.js +9 -0
  35. package/dist/schemas/identity/index.js.map +1 -1
  36. package/dist/schemas/identity/local-education-agency.schema.d.ts +888 -0
  37. package/dist/schemas/identity/local-education-agency.schema.d.ts.map +1 -0
  38. package/dist/schemas/identity/local-education-agency.schema.js +96 -0
  39. package/dist/schemas/identity/local-education-agency.schema.js.map +1 -0
  40. package/dist/schemas/identity/school.schema.d.ts +404 -0
  41. package/dist/schemas/identity/school.schema.d.ts.map +1 -1
  42. package/dist/schemas/identity/school.schema.js +35 -0
  43. package/dist/schemas/identity/school.schema.js.map +1 -1
  44. package/dist/schemas/identity/staff-assignment.schema.d.ts +240 -0
  45. package/dist/schemas/identity/staff-assignment.schema.d.ts.map +1 -0
  46. package/dist/schemas/identity/staff-assignment.schema.js +72 -0
  47. package/dist/schemas/identity/staff-assignment.schema.js.map +1 -0
  48. package/dist/schemas/identity/staff-employment-history.schema.d.ts +114 -0
  49. package/dist/schemas/identity/staff-employment-history.schema.d.ts.map +1 -0
  50. package/dist/schemas/identity/staff-employment-history.schema.js +31 -0
  51. package/dist/schemas/identity/staff-employment-history.schema.js.map +1 -0
  52. package/dist/schemas/identity/staff.schema.d.ts +482 -10
  53. package/dist/schemas/identity/staff.schema.d.ts.map +1 -1
  54. package/dist/schemas/identity/staff.schema.js +15 -1
  55. package/dist/schemas/identity/staff.schema.js.map +1 -1
  56. package/dist/schemas/identity/state-education-agency.schema.d.ts +511 -0
  57. package/dist/schemas/identity/state-education-agency.schema.d.ts.map +1 -0
  58. package/dist/schemas/identity/state-education-agency.schema.js +68 -0
  59. package/dist/schemas/identity/state-education-agency.schema.js.map +1 -0
  60. package/dist/schemas/identity/user.schema.d.ts +10 -10
  61. package/package.json +1 -1
@@ -380,14 +380,14 @@ export declare const createHolidaySchema: z.ZodObject<{
380
380
  }, "strip", z.ZodTypeAny, {
381
381
  date: string;
382
382
  name: string;
383
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
383
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
384
384
  endDate?: string | undefined;
385
385
  affectsStudents?: boolean | undefined;
386
386
  affectsStaff?: boolean | undefined;
387
387
  }, {
388
388
  date: string;
389
389
  name: string;
390
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
390
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
391
391
  endDate?: string | undefined;
392
392
  affectsStudents?: boolean | undefined;
393
393
  affectsStaff?: boolean | undefined;
@@ -404,14 +404,14 @@ export declare const bulkCreateHolidaysSchema: z.ZodObject<{
404
404
  }, "strip", z.ZodTypeAny, {
405
405
  date: string;
406
406
  name: string;
407
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
407
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
408
408
  endDate?: string | undefined;
409
409
  affectsStudents?: boolean | undefined;
410
410
  affectsStaff?: boolean | undefined;
411
411
  }, {
412
412
  date: string;
413
413
  name: string;
414
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
414
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
415
415
  endDate?: string | undefined;
416
416
  affectsStudents?: boolean | undefined;
417
417
  affectsStaff?: boolean | undefined;
@@ -420,7 +420,7 @@ export declare const bulkCreateHolidaysSchema: z.ZodObject<{
420
420
  holidays: {
421
421
  date: string;
422
422
  name: string;
423
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
423
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
424
424
  endDate?: string | undefined;
425
425
  affectsStudents?: boolean | undefined;
426
426
  affectsStaff?: boolean | undefined;
@@ -429,7 +429,7 @@ export declare const bulkCreateHolidaysSchema: z.ZodObject<{
429
429
  holidays: {
430
430
  date: string;
431
431
  name: string;
432
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
432
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
433
433
  endDate?: string | undefined;
434
434
  affectsStudents?: boolean | undefined;
435
435
  affectsStaff?: boolean | undefined;
@@ -453,7 +453,7 @@ export declare const holidayResponseSchema: z.ZodObject<{
453
453
  name: string;
454
454
  schoolId: string;
455
455
  yearId: string;
456
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
456
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
457
457
  affectsStudents: boolean;
458
458
  affectsStaff: boolean;
459
459
  holidayId: string;
@@ -464,7 +464,7 @@ export declare const holidayResponseSchema: z.ZodObject<{
464
464
  name: string;
465
465
  schoolId: string;
466
466
  yearId: string;
467
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
467
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
468
468
  affectsStudents: boolean;
469
469
  affectsStaff: boolean;
470
470
  holidayId: string;
@@ -489,7 +489,7 @@ export declare const holidayListResponseSchema: z.ZodObject<{
489
489
  name: string;
490
490
  schoolId: string;
491
491
  yearId: string;
492
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
492
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
493
493
  affectsStudents: boolean;
494
494
  affectsStaff: boolean;
495
495
  holidayId: string;
@@ -500,7 +500,7 @@ export declare const holidayListResponseSchema: z.ZodObject<{
500
500
  name: string;
501
501
  schoolId: string;
502
502
  yearId: string;
503
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
503
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
504
504
  affectsStudents: boolean;
505
505
  affectsStaff: boolean;
506
506
  holidayId: string;
@@ -516,7 +516,7 @@ export declare const holidayListResponseSchema: z.ZodObject<{
516
516
  name: string;
517
517
  schoolId: string;
518
518
  yearId: string;
519
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
519
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
520
520
  affectsStudents: boolean;
521
521
  affectsStaff: boolean;
522
522
  holidayId: string;
@@ -532,7 +532,7 @@ export declare const holidayListResponseSchema: z.ZodObject<{
532
532
  name: string;
533
533
  schoolId: string;
534
534
  yearId: string;
535
- holidayType: "state" | "federal" | "school" | "break" | "professional_development";
535
+ holidayType: "state" | "school" | "federal" | "break" | "professional_development";
536
536
  affectsStudents: boolean;
537
537
  affectsStaff: boolean;
538
538
  holidayId: string;
@@ -119,8 +119,8 @@ export declare const authUserSchema: z.ZodObject<{
119
119
  userId: string;
120
120
  email: string;
121
121
  firstName: string;
122
- lastName: string;
123
122
  globalRole: string;
123
+ lastName: string;
124
124
  roles: {
125
125
  schoolId: string;
126
126
  role: string;
@@ -146,8 +146,8 @@ export declare const authUserSchema: z.ZodObject<{
146
146
  userId: string;
147
147
  email: string;
148
148
  firstName: string;
149
- lastName: string;
150
149
  globalRole: string;
150
+ lastName: string;
151
151
  roles: {
152
152
  schoolId: string;
153
153
  role: string;
@@ -227,8 +227,8 @@ export declare const loginResponseSchema: z.ZodObject<{
227
227
  userId: string;
228
228
  email: string;
229
229
  firstName: string;
230
- lastName: string;
231
230
  globalRole: string;
231
+ lastName: string;
232
232
  roles: {
233
233
  schoolId: string;
234
234
  role: string;
@@ -254,8 +254,8 @@ export declare const loginResponseSchema: z.ZodObject<{
254
254
  userId: string;
255
255
  email: string;
256
256
  firstName: string;
257
- lastName: string;
258
257
  globalRole: string;
258
+ lastName: string;
259
259
  roles: {
260
260
  schoolId: string;
261
261
  role: string;
@@ -287,8 +287,8 @@ export declare const loginResponseSchema: z.ZodObject<{
287
287
  userId: string;
288
288
  email: string;
289
289
  firstName: string;
290
- lastName: string;
291
290
  globalRole: string;
291
+ lastName: string;
292
292
  roles: {
293
293
  schoolId: string;
294
294
  role: string;
@@ -319,8 +319,8 @@ export declare const loginResponseSchema: z.ZodObject<{
319
319
  userId: string;
320
320
  email: string;
321
321
  firstName: string;
322
- lastName: string;
323
322
  globalRole: string;
323
+ lastName: string;
324
324
  roles: {
325
325
  schoolId: string;
326
326
  role: string;
@@ -474,8 +474,8 @@ export declare const currentUserResponseSchema: z.ZodObject<{
474
474
  userId: string;
475
475
  email: string;
476
476
  firstName: string;
477
- lastName: string;
478
477
  globalRole: string;
478
+ lastName: string;
479
479
  roles: {
480
480
  schoolId: string;
481
481
  role: string;
@@ -501,8 +501,8 @@ export declare const currentUserResponseSchema: z.ZodObject<{
501
501
  userId: string;
502
502
  email: string;
503
503
  firstName: string;
504
- lastName: string;
505
504
  globalRole: string;
505
+ lastName: string;
506
506
  roles: {
507
507
  schoolId: string;
508
508
  role: string;
@@ -569,8 +569,8 @@ export declare const currentUserResponseSchema: z.ZodObject<{
569
569
  userId: string;
570
570
  email: string;
571
571
  firstName: string;
572
- lastName: string;
573
572
  globalRole: string;
573
+ lastName: string;
574
574
  roles: {
575
575
  schoolId: string;
576
576
  role: string;
@@ -609,8 +609,8 @@ export declare const currentUserResponseSchema: z.ZodObject<{
609
609
  userId: string;
610
610
  email: string;
611
611
  firstName: string;
612
- lastName: string;
613
612
  globalRole: string;
613
+ lastName: string;
614
614
  roles: {
615
615
  schoolId: string;
616
616
  role: string;
@@ -54,11 +54,11 @@ export declare const createCredentialSchema: z.ZodObject<{
54
54
  verificationStatus: "pending" | "expired" | "revoked" | "verified" | "rejected";
55
55
  isRenewable: boolean;
56
56
  renewalReminderDays: number;
57
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
57
58
  description?: string | undefined;
58
59
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
59
60
  expirationDate?: string | undefined;
60
61
  issuingState?: string | undefined;
61
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
62
62
  subjects?: string[] | undefined;
63
63
  documentUrl?: string | undefined;
64
64
  documentFileName?: string | undefined;
@@ -71,11 +71,11 @@ export declare const createCredentialSchema: z.ZodObject<{
71
71
  credentialTypeDescriptor: "other" | "certification" | "license" | "endorsement" | "degree" | "registration" | "permit" | "clearance" | "training";
72
72
  issuanceDate: string;
73
73
  issuingOrganization: string;
74
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
74
75
  description?: string | undefined;
75
76
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
76
77
  expirationDate?: string | undefined;
77
78
  issuingState?: string | undefined;
78
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
79
79
  subjects?: string[] | undefined;
80
80
  documentUrl?: string | undefined;
81
81
  documentFileName?: string | undefined;
@@ -111,6 +111,7 @@ export declare const updateCredentialSchema: z.ZodObject<z.objectUtil.extendShap
111
111
  verificationStatus: z.ZodOptional<z.ZodEnum<["pending", "verified", "rejected", "expired", "revoked"]>>;
112
112
  }>, "strip", z.ZodTypeAny, {
113
113
  name?: string | undefined;
114
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
114
115
  description?: string | undefined;
115
116
  credentialTypeDescriptor?: "other" | "certification" | "license" | "endorsement" | "degree" | "registration" | "permit" | "clearance" | "training" | undefined;
116
117
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
@@ -118,7 +119,6 @@ export declare const updateCredentialSchema: z.ZodObject<z.objectUtil.extendShap
118
119
  expirationDate?: string | undefined;
119
120
  issuingState?: string | undefined;
120
121
  issuingOrganization?: string | undefined;
121
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
122
122
  subjects?: string[] | undefined;
123
123
  documentUrl?: string | undefined;
124
124
  documentFileName?: string | undefined;
@@ -130,6 +130,7 @@ export declare const updateCredentialSchema: z.ZodObject<z.objectUtil.extendShap
130
130
  renewalReminderDays?: number | undefined;
131
131
  }, {
132
132
  name?: string | undefined;
133
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
133
134
  description?: string | undefined;
134
135
  credentialTypeDescriptor?: "other" | "certification" | "license" | "endorsement" | "degree" | "registration" | "permit" | "clearance" | "training" | undefined;
135
136
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
@@ -137,7 +138,6 @@ export declare const updateCredentialSchema: z.ZodObject<z.objectUtil.extendShap
137
138
  expirationDate?: string | undefined;
138
139
  issuingState?: string | undefined;
139
140
  issuingOrganization?: string | undefined;
140
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
141
141
  subjects?: string[] | undefined;
142
142
  documentUrl?: string | undefined;
143
143
  documentFileName?: string | undefined;
@@ -194,11 +194,11 @@ export declare const credentialResponseSchema: z.ZodObject<{
194
194
  credentialId: string;
195
195
  isExpired: boolean;
196
196
  isExpiringSoon: boolean;
197
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
197
198
  description?: string | undefined;
198
199
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
199
200
  expirationDate?: string | undefined;
200
201
  issuingState?: string | undefined;
201
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
202
202
  subjects?: string[] | undefined;
203
203
  documentUrl?: string | undefined;
204
204
  documentFileName?: string | undefined;
@@ -223,11 +223,11 @@ export declare const credentialResponseSchema: z.ZodObject<{
223
223
  credentialId: string;
224
224
  isExpired: boolean;
225
225
  isExpiringSoon: boolean;
226
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
226
227
  description?: string | undefined;
227
228
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
228
229
  expirationDate?: string | undefined;
229
230
  issuingState?: string | undefined;
230
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
231
231
  subjects?: string[] | undefined;
232
232
  documentUrl?: string | undefined;
233
233
  documentFileName?: string | undefined;
@@ -284,11 +284,11 @@ export declare const credentialListResponseSchema: z.ZodObject<{
284
284
  credentialId: string;
285
285
  isExpired: boolean;
286
286
  isExpiringSoon: boolean;
287
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
287
288
  description?: string | undefined;
288
289
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
289
290
  expirationDate?: string | undefined;
290
291
  issuingState?: string | undefined;
291
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
292
292
  subjects?: string[] | undefined;
293
293
  documentUrl?: string | undefined;
294
294
  documentFileName?: string | undefined;
@@ -313,11 +313,11 @@ export declare const credentialListResponseSchema: z.ZodObject<{
313
313
  credentialId: string;
314
314
  isExpired: boolean;
315
315
  isExpiringSoon: boolean;
316
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
316
317
  description?: string | undefined;
317
318
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
318
319
  expirationDate?: string | undefined;
319
320
  issuingState?: string | undefined;
320
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
321
321
  subjects?: string[] | undefined;
322
322
  documentUrl?: string | undefined;
323
323
  documentFileName?: string | undefined;
@@ -347,11 +347,11 @@ export declare const credentialListResponseSchema: z.ZodObject<{
347
347
  credentialId: string;
348
348
  isExpired: boolean;
349
349
  isExpiringSoon: boolean;
350
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
350
351
  description?: string | undefined;
351
352
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
352
353
  expirationDate?: string | undefined;
353
354
  issuingState?: string | undefined;
354
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
355
355
  subjects?: string[] | undefined;
356
356
  documentUrl?: string | undefined;
357
357
  documentFileName?: string | undefined;
@@ -381,11 +381,11 @@ export declare const credentialListResponseSchema: z.ZodObject<{
381
381
  credentialId: string;
382
382
  isExpired: boolean;
383
383
  isExpiringSoon: boolean;
384
+ gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
384
385
  description?: string | undefined;
385
386
  credentialFieldDescriptor?: "special_education" | "other" | "elementary_education" | "secondary_education" | "early_childhood" | "mathematics" | "science" | "english_language_arts" | "social_studies" | "foreign_language" | "physical_education" | "music" | "art" | "technology" | "counseling" | "administration" | "library_media" | undefined;
386
387
  expirationDate?: string | undefined;
387
388
  issuingState?: string | undefined;
388
- gradeLevels?: ("pre_k" | "kindergarten" | "first" | "second" | "third" | "fourth" | "fifth" | "sixth" | "seventh" | "eighth" | "ninth" | "tenth" | "eleventh" | "twelfth" | "adult_education" | "ungraded")[] | undefined;
389
389
  subjects?: string[] | undefined;
390
390
  documentUrl?: string | undefined;
391
391
  documentFileName?: string | undefined;
@@ -453,19 +453,19 @@ export declare const credentialExpirationAlertSchema: z.ZodObject<{
453
453
  schoolId: string;
454
454
  schoolName: string;
455
455
  staffId: string;
456
+ staffName: string;
456
457
  expirationDate: string;
457
458
  credentialId: string;
458
459
  daysUntilExpiration: number;
459
- staffName: string;
460
460
  credentialName: string;
461
461
  }, {
462
462
  schoolId: string;
463
463
  schoolName: string;
464
464
  staffId: string;
465
+ staffName: string;
465
466
  expirationDate: string;
466
467
  credentialId: string;
467
468
  daysUntilExpiration: number;
468
- staffName: string;
469
469
  credentialName: string;
470
470
  }>;
471
471
  export type CredentialExpirationAlertDto = z.infer<typeof credentialExpirationAlertSchema>;