@learncard/didkey-plugin 1.0.36 → 1.0.37
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 +4 -2
- 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 +4 -2
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/package.json +4 -4
@@ -4201,7 +4201,8 @@ var require_types_cjs_development = __commonJS({
|
|
4201
4201
|
createdAt: mod.string(),
|
4202
4202
|
updatedAt: mod.string(),
|
4203
4203
|
expiresAt: mod.string().optional(),
|
4204
|
-
autoBoosts: mod.string().array().optional()
|
4204
|
+
autoBoosts: mod.string().array().optional(),
|
4205
|
+
writers: mod.array(LCNProfileValidator).optional()
|
4205
4206
|
});
|
4206
4207
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
4207
4208
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|
@@ -4242,7 +4243,8 @@ var require_types_cjs_development = __commonJS({
|
|
4242
4243
|
write: mod.object({
|
4243
4244
|
credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
|
4244
4245
|
personal: mod.record(mod.boolean()).default({})
|
4245
|
-
}).default({})
|
4246
|
+
}).default({}),
|
4247
|
+
deniedWriters: mod.array(mod.string()).optional()
|
4246
4248
|
});
|
4247
4249
|
var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
|
4248
4250
|
records: mod.object({
|