@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.
@@ -4176,7 +4176,8 @@ var require_types_cjs_development = __commonJS({
4176
4176
  frontDoorBoostUri: mod.string().optional(),
4177
4177
  createdAt: mod.string(),
4178
4178
  updatedAt: mod.string(),
4179
- expiresAt: mod.string().optional()
4179
+ expiresAt: mod.string().optional(),
4180
+ autoBoosts: mod.string().array().optional()
4180
4181
  });
4181
4182
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4182
4183
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()