@learncard/network-brain-client 2.2.29 → 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.
@@ -4021,7 +4021,9 @@ var require_helpers_cjs_development = __commonJS({
4021
4021
  isServiceProfile: mod.boolean().default(false).optional(),
4022
4022
  type: mod.string().optional(),
4023
4023
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
4024
- display: LCNProfileDisplayValidator.optional()
4024
+ display: LCNProfileDisplayValidator.optional(),
4025
+ role: mod.string().default("").optional(),
4026
+ dob: mod.string().default("").optional()
4025
4027
  });
4026
4028
  var LCNProfileQueryValidator = mod.object({
4027
4029
  profileId: StringQuery,
@@ -4217,7 +4219,8 @@ var require_helpers_cjs_development = __commonJS({
4217
4219
  createdAt: mod.string(),
4218
4220
  updatedAt: mod.string(),
4219
4221
  expiresAt: mod.string().optional(),
4220
- autoBoosts: mod.string().array().optional()
4222
+ autoBoosts: mod.string().array().optional(),
4223
+ writers: mod.array(LCNProfileValidator).optional()
4221
4224
  });
4222
4225
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4223
4226
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
@@ -4258,7 +4261,8 @@ var require_helpers_cjs_development = __commonJS({
4258
4261
  write: mod.object({
4259
4262
  credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
4260
4263
  personal: mod.record(mod.boolean()).default({})
4261
- }).default({})
4264
+ }).default({}),
4265
+ deniedWriters: mod.array(mod.string()).optional()
4262
4266
  });
4263
4267
  var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
4264
4268
  records: mod.object({