@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.
- package/dist/ceramic-plugin.cjs.development.js +2 -1
- package/dist/ceramic-plugin.cjs.development.js.map +2 -2
- package/dist/ceramic-plugin.cjs.production.min.js +1 -1
- package/dist/ceramic-plugin.cjs.production.min.js.map +2 -2
- package/dist/ceramic-plugin.esm.js +2 -1
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +3 -3
|
@@ -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()
|