analytica-frontend-lib 1.2.58 → 1.2.59

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
@@ -24489,7 +24489,7 @@ var activityHistoryResponseSchema = z6.object({
24489
24489
  finalDate: z6.string().nullable(),
24490
24490
  status: z6.nativeEnum(GenericApiStatus),
24491
24491
  completionPercentage: z6.number().min(0).max(100),
24492
- subjectId: z6.string().uuid().nullable(),
24492
+ subjectId: z6.string().uuid().optional().nullable(),
24493
24493
  schoolId: z6.string().optional(),
24494
24494
  schoolName: z6.string().optional(),
24495
24495
  year: z6.string().optional(),