@learncard/learn-card-plugin 1.1.33 → 1.1.35

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.
@@ -4005,7 +4005,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
4005
4005
  frontDoorBoostUri: mod.string().optional(),
4006
4006
  createdAt: mod.string(),
4007
4007
  updatedAt: mod.string(),
4008
- expiresAt: mod.string().optional()
4008
+ expiresAt: mod.string().optional(),
4009
+ autoBoosts: mod.string().array().optional()
4009
4010
  });
4010
4011
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4011
4012
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()