analytica-frontend-lib 1.2.56 → 1.2.57

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
@@ -24400,7 +24400,7 @@ var activityHistoryResponseSchema = z6.object({
24400
24400
  finalDate: z6.string().nullable(),
24401
24401
  status: z6.nativeEnum(GenericApiStatus),
24402
24402
  completionPercentage: z6.number().min(0).max(100),
24403
- subjectId: z6.string().uuid(),
24403
+ subjectId: z6.string().uuid().nullable(),
24404
24404
  schoolId: z6.string().optional(),
24405
24405
  schoolName: z6.string().optional(),
24406
24406
  year: z6.string().optional(),