@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.
@@ -4038,7 +4038,8 @@ var require_types_cjs_development = __commonJS({
4038
4038
  var BoostRecipientValidator = mod.object({
4039
4039
  to: LCNProfileValidator,
4040
4040
  from: mod.string(),
4041
- received: mod.string().optional()
4041
+ received: mod.string().optional(),
4042
+ uri: mod.string().optional()
4042
4043
  });
4043
4044
  var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
4044
4045
  records: BoostRecipientValidator.array()