@learncard/ceramic-plugin 1.0.24 → 1.0.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.
@@ -53718,6 +53718,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
53718
53718
  image: mod.string().optional(),
53719
53719
  uri: mod.string(),
53720
53720
  needsGuardianConsent: mod.boolean().optional(),
53721
+ redirectUrl: mod.string().optional(),
53721
53722
  createdAt: mod.string(),
53722
53723
  updatedAt: mod.string(),
53723
53724
  expiresAt: mod.string().optional()