@learncard/network-plugin 2.4.2 → 2.4.3

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.
@@ -5148,6 +5148,7 @@ var require_helpers_cjs_development = __commonJS({
5148
5148
  shortBio: mod2.string().default(""),
5149
5149
  bio: mod2.string().default(""),
5150
5150
  did: mod2.string(),
5151
+ isPrivate: mod2.boolean().optional(),
5151
5152
  email: mod2.string().optional(),
5152
5153
  image: mod2.string().optional(),
5153
5154
  heroImage: mod2.string().optional(),
@@ -9350,6 +9351,7 @@ var LCNProfileValidator = mod.object({
9350
9351
  shortBio: mod.string().default(""),
9351
9352
  bio: mod.string().default(""),
9352
9353
  did: mod.string(),
9354
+ isPrivate: mod.boolean().optional(),
9353
9355
  email: mod.string().optional(),
9354
9356
  image: mod.string().optional(),
9355
9357
  heroImage: mod.string().optional(),