@learncard/network-plugin 2.4.27 → 2.4.29

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.
@@ -5167,7 +5167,9 @@ var require_helpers_cjs_development = __commonJS({
5167
5167
  isServiceProfile: mod2.boolean().default(false).optional(),
5168
5168
  type: mod2.string().optional(),
5169
5169
  notificationsWebhook: mod2.string().url().startsWith("http").optional(),
5170
- display: LCNProfileDisplayValidator2.optional()
5170
+ display: LCNProfileDisplayValidator2.optional(),
5171
+ role: mod2.string().default("").optional(),
5172
+ dob: mod2.string().default("").optional()
5171
5173
  });
5172
5174
  var LCNProfileQueryValidator2 = mod2.object({
5173
5175
  profileId: StringQuery2,
@@ -9484,7 +9486,9 @@ var LCNProfileValidator = mod.object({
9484
9486
  isServiceProfile: mod.boolean().default(false).optional(),
9485
9487
  type: mod.string().optional(),
9486
9488
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
9487
- display: LCNProfileDisplayValidator.optional()
9489
+ display: LCNProfileDisplayValidator.optional(),
9490
+ role: mod.string().default("").optional(),
9491
+ dob: mod.string().default("").optional()
9488
9492
  });
9489
9493
  var LCNProfileQueryValidator = mod.object({
9490
9494
  profileId: StringQuery,