@learncard/helpers 1.1.2 → 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.
@@ -3929,6 +3929,7 @@ var require_types_cjs_development = __commonJS({
3929
3929
  shortBio: mod.string().default(""),
3930
3930
  bio: mod.string().default(""),
3931
3931
  did: mod.string(),
3932
+ isPrivate: mod.boolean().optional(),
3932
3933
  email: mod.string().optional(),
3933
3934
  image: mod.string().optional(),
3934
3935
  heroImage: mod.string().optional(),
@@ -4078,6 +4079,7 @@ var require_types_cjs_development = __commonJS({
4078
4079
  reasonForAccessing: mod.string().optional(),
4079
4080
  image: mod.string().optional(),
4080
4081
  uri: mod.string(),
4082
+ needsGuardianConsent: mod.boolean().optional(),
4081
4083
  createdAt: mod.string(),
4082
4084
  updatedAt: mod.string(),
4083
4085
  expiresAt: mod.string().optional()