@learncard/learn-cloud-plugin 2.1.14 → 2.1.16

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.
@@ -11443,7 +11443,8 @@ var require_types_cjs_development = __commonJS2({
11443
11443
  frontDoorBoostUri: mod2.string().optional(),
11444
11444
  createdAt: mod2.string(),
11445
11445
  updatedAt: mod2.string(),
11446
- expiresAt: mod2.string().optional()
11446
+ expiresAt: mod2.string().optional(),
11447
+ autoBoosts: mod2.string().array().optional()
11447
11448
  });
11448
11449
  var PaginatedConsentFlowContractsValidator2 = PaginationResponseValidator2.extend({
11449
11450
  records: ConsentFlowContractDetailsValidator2.omit({ owner: true }).array()
@@ -15601,7 +15602,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
15601
15602
  frontDoorBoostUri: mod.string().optional(),
15602
15603
  createdAt: mod.string(),
15603
15604
  updatedAt: mod.string(),
15604
- expiresAt: mod.string().optional()
15605
+ expiresAt: mod.string().optional(),
15606
+ autoBoosts: mod.string().array().optional()
15605
15607
  });
15606
15608
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
15607
15609
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()