@learncard/learn-cloud-plugin 2.1.15 → 2.1.17

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.
@@ -11430,7 +11430,8 @@ var require_types_cjs_development = __commonJS2({
11430
11430
  frontDoorBoostUri: mod2.string().optional(),
11431
11431
  createdAt: mod2.string(),
11432
11432
  updatedAt: mod2.string(),
11433
- expiresAt: mod2.string().optional()
11433
+ expiresAt: mod2.string().optional(),
11434
+ autoBoosts: mod2.string().array().optional()
11434
11435
  });
11435
11436
  var PaginatedConsentFlowContractsValidator2 = PaginationResponseValidator2.extend({
11436
11437
  records: ConsentFlowContractDetailsValidator2.omit({ owner: true }).array()
@@ -15588,7 +15589,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
15588
15589
  frontDoorBoostUri: mod.string().optional(),
15589
15590
  createdAt: mod.string(),
15590
15591
  updatedAt: mod.string(),
15591
- expiresAt: mod.string().optional()
15592
+ expiresAt: mod.string().optional(),
15593
+ autoBoosts: mod.string().array().optional()
15592
15594
  });
15593
15595
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
15594
15596
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()