@learncard/helpers 1.1.2 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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()