@learncard/didkey-plugin 1.0.30 → 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.
@@ -4200,7 +4200,8 @@ var require_types_cjs_development = __commonJS({
4200
4200
  frontDoorBoostUri: mod.string().optional(),
4201
4201
  createdAt: mod.string(),
4202
4202
  updatedAt: mod.string(),
4203
- expiresAt: mod.string().optional()
4203
+ expiresAt: mod.string().optional(),
4204
+ autoBoosts: mod.string().array().optional()
4204
4205
  });
4205
4206
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4206
4207
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()