@learncard/learn-cloud-plugin 2.1.2 → 2.1.4

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.
@@ -11213,6 +11213,7 @@ var require_types_cjs_development = __commonJS2({
11213
11213
  shortBio: mod2.string().default(""),
11214
11214
  bio: mod2.string().default(""),
11215
11215
  did: mod2.string(),
11216
+ isPrivate: mod2.boolean().optional(),
11216
11217
  email: mod2.string().optional(),
11217
11218
  image: mod2.string().optional(),
11218
11219
  heroImage: mod2.string().optional(),
@@ -11362,6 +11363,7 @@ var require_types_cjs_development = __commonJS2({
11362
11363
  reasonForAccessing: mod2.string().optional(),
11363
11364
  image: mod2.string().optional(),
11364
11365
  uri: mod2.string(),
11366
+ needsGuardianConsent: mod2.boolean().optional(),
11365
11367
  createdAt: mod2.string(),
11366
11368
  updatedAt: mod2.string(),
11367
11369
  expiresAt: mod2.string().optional()
@@ -15291,6 +15293,7 @@ var LCNProfileValidator = mod.object({
15291
15293
  shortBio: mod.string().default(""),
15292
15294
  bio: mod.string().default(""),
15293
15295
  did: mod.string(),
15296
+ isPrivate: mod.boolean().optional(),
15294
15297
  email: mod.string().optional(),
15295
15298
  image: mod.string().optional(),
15296
15299
  heroImage: mod.string().optional(),
@@ -15440,6 +15443,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
15440
15443
  reasonForAccessing: mod.string().optional(),
15441
15444
  image: mod.string().optional(),
15442
15445
  uri: mod.string(),
15446
+ needsGuardianConsent: mod.boolean().optional(),
15443
15447
  createdAt: mod.string(),
15444
15448
  updatedAt: mod.string(),
15445
15449
  expiresAt: mod.string().optional()