@learncard/learn-card-plugin 1.1.25 → 1.1.26

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(),