@learncard/ceramic-plugin 1.0.22 → 1.0.23

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.
@@ -53712,6 +53712,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
53712
53712
  reasonForAccessing: mod.string().optional(),
53713
53713
  image: mod.string().optional(),
53714
53714
  uri: mod.string(),
53715
+ needsGuardianConsent: mod.boolean().optional(),
53715
53716
  createdAt: mod.string(),
53716
53717
  updatedAt: mod.string(),
53717
53718
  expiresAt: mod.string().optional()