@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
|
@@ -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()
|