@eeplatform/basic-edu 1.10.29 → 1.10.30

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/index.mjs CHANGED
@@ -3071,9 +3071,9 @@ var schemaEnrollment = Joi5.object({
3071
3071
  }).optional(),
3072
3072
  seniorHighInfo: Joi5.object({
3073
3073
  semester: Joi5.string().optional().allow("", null),
3074
- track: Joi5.string().hex().optional().allow("", null),
3074
+ track: Joi5.string().optional().allow("", null),
3075
3075
  trackName: Joi5.string().optional().allow("", null),
3076
- strand: Joi5.string().hex().optional().allow("", null),
3076
+ strand: Joi5.string().optional().allow("", null),
3077
3077
  strandName: Joi5.string().optional().allow("", null)
3078
3078
  }).optional(),
3079
3079
  alternativeLearningOptions: Joi5.array().items(Joi5.string()).optional(),