@learncard/learn-cloud-plugin 2.1.2 → 2.1.3

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.
@@ -11362,6 +11362,7 @@ var require_types_cjs_development = __commonJS2({
11362
11362
  reasonForAccessing: mod2.string().optional(),
11363
11363
  image: mod2.string().optional(),
11364
11364
  uri: mod2.string(),
11365
+ needsGuardianConsent: mod2.boolean().optional(),
11365
11366
  createdAt: mod2.string(),
11366
11367
  updatedAt: mod2.string(),
11367
11368
  expiresAt: mod2.string().optional()
@@ -15440,6 +15441,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
15440
15441
  reasonForAccessing: mod.string().optional(),
15441
15442
  image: mod.string().optional(),
15442
15443
  uri: mod.string(),
15444
+ needsGuardianConsent: mod.boolean().optional(),
15443
15445
  createdAt: mod.string(),
15444
15446
  updatedAt: mod.string(),
15445
15447
  expiresAt: mod.string().optional()