@learncard/network-plugin 2.4.3 → 2.4.4

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.
@@ -5274,6 +5274,7 @@ var require_helpers_cjs_development = __commonJS({
5274
5274
  image: mod2.string().optional(),
5275
5275
  uri: mod2.string(),
5276
5276
  needsGuardianConsent: mod2.boolean().optional(),
5277
+ redirectUrl: mod2.string().optional(),
5277
5278
  createdAt: mod2.string(),
5278
5279
  updatedAt: mod2.string(),
5279
5280
  expiresAt: mod2.string().optional()
@@ -9477,6 +9478,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
9477
9478
  image: mod.string().optional(),
9478
9479
  uri: mod.string(),
9479
9480
  needsGuardianConsent: mod.boolean().optional(),
9481
+ redirectUrl: mod.string().optional(),
9480
9482
  createdAt: mod.string(),
9481
9483
  updatedAt: mod.string(),
9482
9484
  expiresAt: mod.string().optional()