@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.
@@ -11226,6 +11226,7 @@ var require_types_cjs_development = __commonJS2({
11226
11226
  shortBio: mod2.string().default(""),
11227
11227
  bio: mod2.string().default(""),
11228
11228
  did: mod2.string(),
11229
+ isPrivate: mod2.boolean().optional(),
11229
11230
  email: mod2.string().optional(),
11230
11231
  image: mod2.string().optional(),
11231
11232
  heroImage: mod2.string().optional(),
@@ -11375,6 +11376,7 @@ var require_types_cjs_development = __commonJS2({
11375
11376
  reasonForAccessing: mod2.string().optional(),
11376
11377
  image: mod2.string().optional(),
11377
11378
  uri: mod2.string(),
11379
+ needsGuardianConsent: mod2.boolean().optional(),
11378
11380
  createdAt: mod2.string(),
11379
11381
  updatedAt: mod2.string(),
11380
11382
  expiresAt: mod2.string().optional()
@@ -15304,6 +15306,7 @@ var LCNProfileValidator = mod.object({
15304
15306
  shortBio: mod.string().default(""),
15305
15307
  bio: mod.string().default(""),
15306
15308
  did: mod.string(),
15309
+ isPrivate: mod.boolean().optional(),
15307
15310
  email: mod.string().optional(),
15308
15311
  image: mod.string().optional(),
15309
15312
  heroImage: mod.string().optional(),
@@ -15453,6 +15456,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
15453
15456
  reasonForAccessing: mod.string().optional(),
15454
15457
  image: mod.string().optional(),
15455
15458
  uri: mod.string(),
15459
+ needsGuardianConsent: mod.boolean().optional(),
15456
15460
  createdAt: mod.string(),
15457
15461
  updatedAt: mod.string(),
15458
15462
  expiresAt: mod.string().optional()