@learncard/network-brain-client 2.2.2 → 2.2.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.
@@ -3977,6 +3977,7 @@ var require_helpers_cjs_development = __commonJS({
3977
3977
  shortBio: mod.string().default(""),
3978
3978
  bio: mod.string().default(""),
3979
3979
  did: mod.string(),
3980
+ isPrivate: mod.boolean().optional(),
3980
3981
  email: mod.string().optional(),
3981
3982
  image: mod.string().optional(),
3982
3983
  heroImage: mod.string().optional(),
@@ -4126,6 +4127,7 @@ var require_helpers_cjs_development = __commonJS({
4126
4127
  reasonForAccessing: mod.string().optional(),
4127
4128
  image: mod.string().optional(),
4128
4129
  uri: mod.string(),
4130
+ needsGuardianConsent: mod.boolean().optional(),
4129
4131
  createdAt: mod.string(),
4130
4132
  updatedAt: mod.string(),
4131
4133
  expiresAt: mod.string().optional()