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