@learncard/helpers 1.1.9 → 1.1.10

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.
@@ -4146,7 +4146,8 @@ var require_types_cjs_development = __commonJS({
4146
4146
  frontDoorBoostUri: mod.string().optional(),
4147
4147
  createdAt: mod.string(),
4148
4148
  updatedAt: mod.string(),
4149
- expiresAt: mod.string().optional()
4149
+ expiresAt: mod.string().optional(),
4150
+ autoBoosts: mod.string().array().optional()
4150
4151
  });
4151
4152
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4152
4153
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()