@learncard/network-brain-client 2.2.30 → 2.2.31

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.
@@ -4219,7 +4219,8 @@ var require_helpers_cjs_development = __commonJS({
4219
4219
  createdAt: mod.string(),
4220
4220
  updatedAt: mod.string(),
4221
4221
  expiresAt: mod.string().optional(),
4222
- autoBoosts: mod.string().array().optional()
4222
+ autoBoosts: mod.string().array().optional(),
4223
+ writers: mod.array(LCNProfileValidator).optional()
4223
4224
  });
4224
4225
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4225
4226
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
@@ -4260,7 +4261,8 @@ var require_helpers_cjs_development = __commonJS({
4260
4261
  write: mod.object({
4261
4262
  credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
4262
4263
  personal: mod.record(mod.boolean()).default({})
4263
- }).default({})
4264
+ }).default({}),
4265
+ deniedWriters: mod.array(mod.string()).optional()
4264
4266
  });
4265
4267
  var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
4266
4268
  records: mod.object({