@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.
@@ -11375,6 +11375,7 @@ var require_types_cjs_development = __commonJS2({
11375
11375
  reasonForAccessing: mod2.string().optional(),
11376
11376
  image: mod2.string().optional(),
11377
11377
  uri: mod2.string(),
11378
+ needsGuardianConsent: mod2.boolean().optional(),
11378
11379
  createdAt: mod2.string(),
11379
11380
  updatedAt: mod2.string(),
11380
11381
  expiresAt: mod2.string().optional()
@@ -15453,6 +15454,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
15453
15454
  reasonForAccessing: mod.string().optional(),
15454
15455
  image: mod.string().optional(),
15455
15456
  uri: mod.string(),
15457
+ needsGuardianConsent: mod.boolean().optional(),
15456
15458
  createdAt: mod.string(),
15457
15459
  updatedAt: mod.string(),
15458
15460
  expiresAt: mod.string().optional()