@learncard/didkey-plugin 1.0.22 → 1.0.24

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.
@@ -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()