@learncard/helpers 1.1.3 → 1.1.5

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