@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.
package/dist/helpers.esm.js
CHANGED
@@ -4171,7 +4171,8 @@ var require_types_cjs_development = __commonJS({
|
|
4171
4171
|
createdAt: mod.string(),
|
4172
4172
|
updatedAt: mod.string(),
|
4173
4173
|
expiresAt: mod.string().optional(),
|
4174
|
-
autoBoosts: mod.string().array().optional()
|
4174
|
+
autoBoosts: mod.string().array().optional(),
|
4175
|
+
writers: mod.array(LCNProfileValidator).optional()
|
4175
4176
|
});
|
4176
4177
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
4177
4178
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|
@@ -4212,7 +4213,8 @@ var require_types_cjs_development = __commonJS({
|
|
4212
4213
|
write: mod.object({
|
4213
4214
|
credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
|
4214
4215
|
personal: mod.record(mod.boolean()).default({})
|
4215
|
-
}).default({})
|
4216
|
+
}).default({}),
|
4217
|
+
deniedWriters: mod.array(mod.string()).optional()
|
4216
4218
|
});
|
4217
4219
|
var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
|
4218
4220
|
records: mod.object({
|