@learncard/ceramic-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.
@@ -53627,7 +53627,8 @@ var PaginatedBoostsValidator = PaginationResponseValidator.extend({
53627
53627
  var BoostRecipientValidator = mod.object({
53628
53628
  to: LCNProfileValidator,
53629
53629
  from: mod.string(),
53630
- received: mod.string().optional()
53630
+ received: mod.string().optional(),
53631
+ uri: mod.string().optional()
53631
53632
  });
53632
53633
  var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
53633
53634
  records: BoostRecipientValidator.array()