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.
@@ -5573,7 +5573,7 @@ var activityHistoryResponseSchema = z2.object({
5573
5573
  finalDate: z2.string().nullable(),
5574
5574
  status: z2.nativeEnum(GenericApiStatus),
5575
5575
  completionPercentage: z2.number().min(0).max(100),
5576
- subjectId: z2.string().uuid().nullable(),
5576
+ subjectId: z2.string().uuid().optional().nullable(),
5577
5577
  schoolId: z2.string().optional(),
5578
5578
  schoolName: z2.string().optional(),
5579
5579
  year: z2.string().optional(),