@learncard/didkey-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/didkey-plugin.cjs.development.js +2 -1
- package/dist/didkey-plugin.cjs.development.js.map +2 -2
- package/dist/didkey-plugin.cjs.production.min.js +1 -1
- package/dist/didkey-plugin.cjs.production.min.js.map +2 -2
- package/dist/didkey-plugin.esm.js +2 -1
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/package.json +3 -3
|
@@ -4014,7 +4014,8 @@ var require_types_cjs_development = __commonJS({
|
|
|
4014
4014
|
var BoostRecipientValidator = mod.object({
|
|
4015
4015
|
to: LCNProfileValidator,
|
|
4016
4016
|
from: mod.string(),
|
|
4017
|
-
received: mod.string().optional()
|
|
4017
|
+
received: mod.string().optional(),
|
|
4018
|
+
uri: mod.string().optional()
|
|
4018
4019
|
});
|
|
4019
4020
|
var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
|
|
4020
4021
|
records: BoostRecipientValidator.array()
|