@learncard/didkey-plugin 1.0.22 → 1.0.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -3983,6 +3983,7 @@ var require_types_cjs_development = __commonJS({
3983
3983
  shortBio: mod.string().default(""),
3984
3984
  bio: mod.string().default(""),
3985
3985
  did: mod.string(),
3986
+ isPrivate: mod.boolean().optional(),
3986
3987
  email: mod.string().optional(),
3987
3988
  image: mod.string().optional(),
3988
3989
  heroImage: mod.string().optional(),
@@ -4132,6 +4133,7 @@ var require_types_cjs_development = __commonJS({
4132
4133
  reasonForAccessing: mod.string().optional(),
4133
4134
  image: mod.string().optional(),
4134
4135
  uri: mod.string(),
4136
+ needsGuardianConsent: mod.boolean().optional(),
4135
4137
  createdAt: mod.string(),
4136
4138
  updatedAt: mod.string(),
4137
4139
  expiresAt: mod.string().optional()