@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
@@ -4225,7 +4225,8 @@ var require_types_cjs_development = __commonJS({
|
|
4225
4225
|
createdAt: mod.string(),
|
4226
4226
|
updatedAt: mod.string(),
|
4227
4227
|
expiresAt: mod.string().optional(),
|
4228
|
-
autoBoosts: mod.string().array().optional()
|
4228
|
+
autoBoosts: mod.string().array().optional(),
|
4229
|
+
writers: mod.array(LCNProfileValidator).optional()
|
4229
4230
|
});
|
4230
4231
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
4231
4232
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|
@@ -4266,7 +4267,8 @@ var require_types_cjs_development = __commonJS({
|
|
4266
4267
|
write: mod.object({
|
4267
4268
|
credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
|
4268
4269
|
personal: mod.record(mod.boolean()).default({})
|
4269
|
-
}).default({})
|
4270
|
+
}).default({}),
|
4271
|
+
deniedWriters: mod.array(mod.string()).optional()
|
4270
4272
|
});
|
4271
4273
|
var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
|
4272
4274
|
records: mod.object({
|