@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.
@@ -3837,7 +3837,8 @@ var PaginatedBoostsValidator = PaginationResponseValidator.extend({
3837
3837
  var BoostRecipientValidator = mod.object({
3838
3838
  to: LCNProfileValidator,
3839
3839
  from: mod.string(),
3840
- received: mod.string().optional()
3840
+ received: mod.string().optional(),
3841
+ uri: mod.string().optional()
3841
3842
  });
3842
3843
  var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
3843
3844
  records: BoostRecipientValidator.array()