@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.
@@ -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(),
@@ -4083,6 +4084,7 @@ var require_types_cjs_development = __commonJS({
4083
4084
  reasonForAccessing: mod.string().optional(),
4084
4085
  image: mod.string().optional(),
4085
4086
  uri: mod.string(),
4087
+ needsGuardianConsent: mod.boolean().optional(),
4086
4088
  createdAt: mod.string(),
4087
4089
  updatedAt: mod.string(),
4088
4090
  expiresAt: mod.string().optional()