@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.
@@ -3978,7 +3978,9 @@ var require_types_cjs_development = __commonJS({
3978
3978
  isServiceProfile: mod.boolean().default(false).optional(),
3979
3979
  type: mod.string().optional(),
3980
3980
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
3981
- display: LCNProfileDisplayValidator.optional()
3981
+ display: LCNProfileDisplayValidator.optional(),
3982
+ role: mod.string().default("").optional(),
3983
+ dob: mod.string().default("").optional()
3982
3984
  });
3983
3985
  var LCNProfileQueryValidator = mod.object({
3984
3986
  profileId: StringQuery,
@@ -4174,7 +4176,8 @@ var require_types_cjs_development = __commonJS({
4174
4176
  createdAt: mod.string(),
4175
4177
  updatedAt: mod.string(),
4176
4178
  expiresAt: mod.string().optional(),
4177
- autoBoosts: mod.string().array().optional()
4179
+ autoBoosts: mod.string().array().optional(),
4180
+ writers: mod.array(LCNProfileValidator).optional()
4178
4181
  });
4179
4182
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4180
4183
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
@@ -4215,7 +4218,8 @@ var require_types_cjs_development = __commonJS({
4215
4218
  write: mod.object({
4216
4219
  credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
4217
4220
  personal: mod.record(mod.boolean()).default({})
4218
- }).default({})
4221
+ }).default({}),
4222
+ deniedWriters: mod.array(mod.string()).optional()
4219
4223
  });
4220
4224
  var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
4221
4225
  records: mod.object({