@learncard/helpers 1.1.13 → 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.
@@ -3973,7 +3973,9 @@ var require_types_cjs_development = __commonJS({
3973
3973
  isServiceProfile: mod.boolean().default(false).optional(),
3974
3974
  type: mod.string().optional(),
3975
3975
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
3976
- display: LCNProfileDisplayValidator.optional()
3976
+ display: LCNProfileDisplayValidator.optional(),
3977
+ role: mod.string().default("").optional(),
3978
+ dob: mod.string().default("").optional()
3977
3979
  });
3978
3980
  var LCNProfileQueryValidator = mod.object({
3979
3981
  profileId: StringQuery,
@@ -4169,7 +4171,8 @@ var require_types_cjs_development = __commonJS({
4169
4171
  createdAt: mod.string(),
4170
4172
  updatedAt: mod.string(),
4171
4173
  expiresAt: mod.string().optional(),
4172
- autoBoosts: mod.string().array().optional()
4174
+ autoBoosts: mod.string().array().optional(),
4175
+ writers: mod.array(LCNProfileValidator).optional()
4173
4176
  });
4174
4177
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4175
4178
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
@@ -4210,7 +4213,8 @@ var require_types_cjs_development = __commonJS({
4210
4213
  write: mod.object({
4211
4214
  credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
4212
4215
  personal: mod.record(mod.boolean()).default({})
4213
- }).default({})
4216
+ }).default({}),
4217
+ deniedWriters: mod.array(mod.string()).optional()
4214
4218
  });
4215
4219
  var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
4216
4220
  records: mod.object({