@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.
@@ -5123,6 +5123,7 @@ var require_helpers_cjs_development = __commonJS({
5123
5123
  shortBio: mod2.string().default(""),
5124
5124
  bio: mod2.string().default(""),
5125
5125
  did: mod2.string(),
5126
+ isPrivate: mod2.boolean().optional(),
5126
5127
  email: mod2.string().optional(),
5127
5128
  image: mod2.string().optional(),
5128
5129
  heroImage: mod2.string().optional(),
@@ -9325,6 +9326,7 @@ var LCNProfileValidator = mod.object({
9325
9326
  shortBio: mod.string().default(""),
9326
9327
  bio: mod.string().default(""),
9327
9328
  did: mod.string(),
9329
+ isPrivate: mod.boolean().optional(),
9328
9330
  email: mod.string().optional(),
9329
9331
  image: mod.string().optional(),
9330
9332
  heroImage: mod.string().optional(),