@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.
@@ -53623,7 +53623,8 @@ var PaginatedBoostsValidator = PaginationResponseValidator.extend({
53623
53623
  var BoostRecipientValidator = mod.object({
53624
53624
  to: LCNProfileValidator,
53625
53625
  from: mod.string(),
53626
- received: mod.string().optional()
53626
+ received: mod.string().optional(),
53627
+ uri: mod.string().optional()
53627
53628
  });
53628
53629
  var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
53629
53630
  records: BoostRecipientValidator.array()