@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.
@@ -3950,6 +3950,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
3950
3950
  reasonForAccessing: mod.string().optional(),
3951
3951
  image: mod.string().optional(),
3952
3952
  uri: mod.string(),
3953
+ needsGuardianConsent: mod.boolean().optional(),
3953
3954
  createdAt: mod.string(),
3954
3955
  updatedAt: mod.string(),
3955
3956
  expiresAt: mod.string().optional()