@learncard/didkey-plugin 1.0.19 → 1.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -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()