@learncard/helpers 1.1.3 → 1.1.4

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.
@@ -3934,6 +3934,7 @@ var require_types_cjs_development = __commonJS({
3934
3934
  shortBio: mod.string().default(""),
3935
3935
  bio: mod.string().default(""),
3936
3936
  did: mod.string(),
3937
+ isPrivate: mod.boolean().optional(),
3937
3938
  email: mod.string().optional(),
3938
3939
  image: mod.string().optional(),
3939
3940
  heroImage: mod.string().optional(),