@learncard/ceramic-plugin 1.0.31 → 1.0.32

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.
@@ -53902,7 +53902,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
53902
53902
  frontDoorBoostUri: mod.string().optional(),
53903
53903
  createdAt: mod.string(),
53904
53904
  updatedAt: mod.string(),
53905
- expiresAt: mod.string().optional()
53905
+ expiresAt: mod.string().optional(),
53906
+ autoBoosts: mod.string().array().optional()
53906
53907
  });
53907
53908
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
53908
53909
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()