@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.
@@ -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(),
@@ -11363,6 +11364,7 @@ var require_types_cjs_development = __commonJS2({
11363
11364
  image: mod2.string().optional(),
11364
11365
  uri: mod2.string(),
11365
11366
  needsGuardianConsent: mod2.boolean().optional(),
11367
+ redirectUrl: mod2.string().optional(),
11366
11368
  createdAt: mod2.string(),
11367
11369
  updatedAt: mod2.string(),
11368
11370
  expiresAt: mod2.string().optional()
@@ -15292,6 +15294,7 @@ var LCNProfileValidator = mod.object({
15292
15294
  shortBio: mod.string().default(""),
15293
15295
  bio: mod.string().default(""),
15294
15296
  did: mod.string(),
15297
+ isPrivate: mod.boolean().optional(),
15295
15298
  email: mod.string().optional(),
15296
15299
  image: mod.string().optional(),
15297
15300
  heroImage: mod.string().optional(),
@@ -15442,6 +15445,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
15442
15445
  image: mod.string().optional(),
15443
15446
  uri: mod.string(),
15444
15447
  needsGuardianConsent: mod.boolean().optional(),
15448
+ redirectUrl: mod.string().optional(),
15445
15449
  createdAt: mod.string(),
15446
15450
  updatedAt: mod.string(),
15447
15451
  expiresAt: mod.string().optional()