@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
|
@@ -4038,7 +4038,8 @@ var require_types_cjs_development = __commonJS({
|
|
|
4038
4038
|
var BoostRecipientValidator = mod.object({
|
|
4039
4039
|
to: LCNProfileValidator,
|
|
4040
4040
|
from: mod.string(),
|
|
4041
|
-
received: mod.string().optional()
|
|
4041
|
+
received: mod.string().optional(),
|
|
4042
|
+
uri: mod.string().optional()
|
|
4042
4043
|
});
|
|
4043
4044
|
var PaginatedBoostRecipientsValidator = PaginationResponseValidator.extend({
|
|
4044
4045
|
records: BoostRecipientValidator.array()
|