@learncard/didkey-plugin 1.0.35 → 1.0.37

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.
@@ -4003,7 +4003,9 @@ var require_types_cjs_development = __commonJS({
4003
4003
  isServiceProfile: mod.boolean().default(false).optional(),
4004
4004
  type: mod.string().optional(),
4005
4005
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
4006
- display: LCNProfileDisplayValidator.optional()
4006
+ display: LCNProfileDisplayValidator.optional(),
4007
+ role: mod.string().default("").optional(),
4008
+ dob: mod.string().default("").optional()
4007
4009
  });
4008
4010
  var LCNProfileQueryValidator = mod.object({
4009
4011
  profileId: StringQuery,
@@ -4199,7 +4201,8 @@ var require_types_cjs_development = __commonJS({
4199
4201
  createdAt: mod.string(),
4200
4202
  updatedAt: mod.string(),
4201
4203
  expiresAt: mod.string().optional(),
4202
- autoBoosts: mod.string().array().optional()
4204
+ autoBoosts: mod.string().array().optional(),
4205
+ writers: mod.array(LCNProfileValidator).optional()
4203
4206
  });
4204
4207
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4205
4208
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
@@ -4240,7 +4243,8 @@ var require_types_cjs_development = __commonJS({
4240
4243
  write: mod.object({
4241
4244
  credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
4242
4245
  personal: mod.record(mod.boolean()).default({})
4243
- }).default({})
4246
+ }).default({}),
4247
+ deniedWriters: mod.array(mod.string()).optional()
4244
4248
  });
4245
4249
  var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
4246
4250
  records: mod.object({