@learncard/didkey-plugin 1.0.19 → 1.0.20

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.
@@ -4014,7 +4014,8 @@ var require_types_cjs_development = __commonJS({
4014
4014
  var BoostRecipientValidator = mod.object({
4015
4015
  to: LCNProfileValidator,
4016
4016
  from: mod.string(),
4017
- received: mod.string().optional()
4017
+ received: mod.string().optional(),
4018
+ uri: mod.string().optional()
4018
4019
  });
4019
4020
  var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
4020
4021
  records: BoostRecipientValidator.array()