@learncard/learn-card-plugin 1.1.21 → 1.1.22

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.
@@ -3861,7 +3861,8 @@ var PaginatedBoostsValidator = PaginationResponseValidator.extend({
3861
3861
  var BoostRecipientValidator = mod.object({
3862
3862
  to: LCNProfileValidator,
3863
3863
  from: mod.string(),
3864
- received: mod.string().optional()
3864
+ received: mod.string().optional(),
3865
+ uri: mod.string().optional()
3865
3866
  });
3866
3867
  var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
3867
3868
  records: BoostRecipientValidator.array()