@learncard/network-plugin 2.4.1 → 2.4.2

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.
@@ -5272,6 +5272,7 @@ var require_helpers_cjs_development = __commonJS({
5272
5272
  reasonForAccessing: mod2.string().optional(),
5273
5273
  image: mod2.string().optional(),
5274
5274
  uri: mod2.string(),
5275
+ needsGuardianConsent: mod2.boolean().optional(),
5275
5276
  createdAt: mod2.string(),
5276
5277
  updatedAt: mod2.string(),
5277
5278
  expiresAt: mod2.string().optional()
@@ -9473,6 +9474,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
9473
9474
  reasonForAccessing: mod.string().optional(),
9474
9475
  image: mod.string().optional(),
9475
9476
  uri: mod.string(),
9477
+ needsGuardianConsent: mod.boolean().optional(),
9476
9478
  createdAt: mod.string(),
9477
9479
  updatedAt: mod.string(),
9478
9480
  expiresAt: mod.string().optional()