@learncard/helpers 1.1.14 → 1.1.15
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.
@@ -4176,7 +4176,8 @@ var require_types_cjs_development = __commonJS({
|
|
4176
4176
|
createdAt: mod.string(),
|
4177
4177
|
updatedAt: mod.string(),
|
4178
4178
|
expiresAt: mod.string().optional(),
|
4179
|
-
autoBoosts: mod.string().array().optional()
|
4179
|
+
autoBoosts: mod.string().array().optional(),
|
4180
|
+
writers: mod.array(LCNProfileValidator).optional()
|
4180
4181
|
});
|
4181
4182
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
4182
4183
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|
@@ -4217,7 +4218,8 @@ var require_types_cjs_development = __commonJS({
|
|
4217
4218
|
write: mod.object({
|
4218
4219
|
credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
|
4219
4220
|
personal: mod.record(mod.boolean()).default({})
|
4220
|
-
}).default({})
|
4221
|
+
}).default({}),
|
4222
|
+
deniedWriters: mod.array(mod.string()).optional()
|
4221
4223
|
});
|
4222
4224
|
var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
|
4223
4225
|
records: mod.object({
|