@learncard/learn-card-plugin 1.1.34 → 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.
@@ -3981,7 +3981,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
3981
3981
  frontDoorBoostUri: mod.string().optional(),
3982
3982
  createdAt: mod.string(),
3983
3983
  updatedAt: mod.string(),
3984
- expiresAt: mod.string().optional()
3984
+ expiresAt: mod.string().optional(),
3985
+ autoBoosts: mod.string().array().optional()
3985
3986
  });
3986
3987
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
3987
3988
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()