@learncard/learn-card-plugin 1.1.25 → 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.
@@ -3801,6 +3801,7 @@ var LCNProfileValidator = mod.object({
3801
3801
  shortBio: mod.string().default(""),
3802
3802
  bio: mod.string().default(""),
3803
3803
  did: mod.string(),
3804
+ isPrivate: mod.boolean().optional(),
3804
3805
  email: mod.string().optional(),
3805
3806
  image: mod.string().optional(),
3806
3807
  heroImage: mod.string().optional(),
@@ -3951,6 +3952,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
3951
3952
  image: mod.string().optional(),
3952
3953
  uri: mod.string(),
3953
3954
  needsGuardianConsent: mod.boolean().optional(),
3955
+ redirectUrl: mod.string().optional(),
3954
3956
  createdAt: mod.string(),
3955
3957
  updatedAt: mod.string(),
3956
3958
  expiresAt: mod.string().optional()