@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.
@@ -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(),
@@ -4079,6 +4080,7 @@ var require_types_cjs_development = __commonJS({
4079
4080
  image: mod.string().optional(),
4080
4081
  uri: mod.string(),
4081
4082
  needsGuardianConsent: mod.boolean().optional(),
4083
+ redirectUrl: mod.string().optional(),
4082
4084
  createdAt: mod.string(),
4083
4085
  updatedAt: mod.string(),
4084
4086
  expiresAt: mod.string().optional()