@learncard/learn-card-plugin 1.1.24 → 1.1.25

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.
@@ -3926,6 +3926,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
3926
3926
  reasonForAccessing: mod.string().optional(),
3927
3927
  image: mod.string().optional(),
3928
3928
  uri: mod.string(),
3929
+ needsGuardianConsent: mod.boolean().optional(),
3929
3930
  createdAt: mod.string(),
3930
3931
  updatedAt: mod.string(),
3931
3932
  expiresAt: mod.string().optional()