@learncard/learn-cloud-plugin 2.1.4 → 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.
@@ -11364,6 +11364,7 @@ var require_types_cjs_development = __commonJS2({
11364
11364
  image: mod2.string().optional(),
11365
11365
  uri: mod2.string(),
11366
11366
  needsGuardianConsent: mod2.boolean().optional(),
11367
+ redirectUrl: mod2.string().optional(),
11367
11368
  createdAt: mod2.string(),
11368
11369
  updatedAt: mod2.string(),
11369
11370
  expiresAt: mod2.string().optional()
@@ -15444,6 +15445,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
15444
15445
  image: mod.string().optional(),
15445
15446
  uri: mod.string(),
15446
15447
  needsGuardianConsent: mod.boolean().optional(),
15448
+ redirectUrl: mod.string().optional(),
15447
15449
  createdAt: mod.string(),
15448
15450
  updatedAt: mod.string(),
15449
15451
  expiresAt: mod.string().optional()