@learncard/learn-card-plugin 1.1.26 → 1.1.27

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