@learncard/learn-card-plugin 1.1.25 → 1.1.27

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.
@@ -3777,6 +3777,7 @@ var LCNProfileValidator = mod.object({
3777
3777
  shortBio: mod.string().default(""),
3778
3778
  bio: mod.string().default(""),
3779
3779
  did: mod.string(),
3780
+ isPrivate: mod.boolean().optional(),
3780
3781
  email: mod.string().optional(),
3781
3782
  image: mod.string().optional(),
3782
3783
  heroImage: mod.string().optional(),
@@ -3927,6 +3928,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
3927
3928
  image: mod.string().optional(),
3928
3929
  uri: mod.string(),
3929
3930
  needsGuardianConsent: mod.boolean().optional(),
3931
+ redirectUrl: mod.string().optional(),
3930
3932
  createdAt: mod.string(),
3931
3933
  updatedAt: mod.string(),
3932
3934
  expiresAt: mod.string().optional()