@learncard/network-brain-client 2.2.18 → 2.2.20

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.
@@ -4194,7 +4194,8 @@ var require_helpers_cjs_development = __commonJS({
4194
4194
  frontDoorBoostUri: mod.string().optional(),
4195
4195
  createdAt: mod.string(),
4196
4196
  updatedAt: mod.string(),
4197
- expiresAt: mod.string().optional()
4197
+ expiresAt: mod.string().optional(),
4198
+ autoBoosts: mod.string().array().optional()
4198
4199
  });
4199
4200
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4200
4201
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()