@learncard/didkey-plugin 1.0.23 → 1.0.25

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.
@@ -3959,6 +3959,7 @@ var require_types_cjs_development = __commonJS({
3959
3959
  shortBio: mod.string().default(""),
3960
3960
  bio: mod.string().default(""),
3961
3961
  did: mod.string(),
3962
+ isPrivate: mod.boolean().optional(),
3962
3963
  email: mod.string().optional(),
3963
3964
  image: mod.string().optional(),
3964
3965
  heroImage: mod.string().optional(),
@@ -4109,6 +4110,7 @@ var require_types_cjs_development = __commonJS({
4109
4110
  image: mod.string().optional(),
4110
4111
  uri: mod.string(),
4111
4112
  needsGuardianConsent: mod.boolean().optional(),
4113
+ redirectUrl: mod.string().optional(),
4112
4114
  createdAt: mod.string(),
4113
4115
  updatedAt: mod.string(),
4114
4116
  expiresAt: mod.string().optional()