@learncard/learn-cloud-plugin 2.1.3 → 2.1.5

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(),
@@ -11376,6 +11377,7 @@ var require_types_cjs_development = __commonJS2({
11376
11377
  image: mod2.string().optional(),
11377
11378
  uri: mod2.string(),
11378
11379
  needsGuardianConsent: mod2.boolean().optional(),
11380
+ redirectUrl: mod2.string().optional(),
11379
11381
  createdAt: mod2.string(),
11380
11382
  updatedAt: mod2.string(),
11381
11383
  expiresAt: mod2.string().optional()
@@ -15305,6 +15307,7 @@ var LCNProfileValidator = mod.object({
15305
15307
  shortBio: mod.string().default(""),
15306
15308
  bio: mod.string().default(""),
15307
15309
  did: mod.string(),
15310
+ isPrivate: mod.boolean().optional(),
15308
15311
  email: mod.string().optional(),
15309
15312
  image: mod.string().optional(),
15310
15313
  heroImage: mod.string().optional(),
@@ -15455,6 +15458,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
15455
15458
  image: mod.string().optional(),
15456
15459
  uri: mod.string(),
15457
15460
  needsGuardianConsent: mod.boolean().optional(),
15461
+ redirectUrl: mod.string().optional(),
15458
15462
  createdAt: mod.string(),
15459
15463
  updatedAt: mod.string(),
15460
15464
  expiresAt: mod.string().optional()