@learncard/network-plugin 2.4.28 → 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.
@@ -5192,7 +5192,9 @@ var require_helpers_cjs_development = __commonJS({
5192
5192
  isServiceProfile: mod2.boolean().default(false).optional(),
5193
5193
  type: mod2.string().optional(),
5194
5194
  notificationsWebhook: mod2.string().url().startsWith("http").optional(),
5195
- display: LCNProfileDisplayValidator2.optional()
5195
+ display: LCNProfileDisplayValidator2.optional(),
5196
+ role: mod2.string().default("").optional(),
5197
+ dob: mod2.string().default("").optional()
5196
5198
  });
5197
5199
  var LCNProfileQueryValidator2 = mod2.object({
5198
5200
  profileId: StringQuery2,
@@ -9509,7 +9511,9 @@ var LCNProfileValidator = mod.object({
9509
9511
  isServiceProfile: mod.boolean().default(false).optional(),
9510
9512
  type: mod.string().optional(),
9511
9513
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
9512
- display: LCNProfileDisplayValidator.optional()
9514
+ display: LCNProfileDisplayValidator.optional(),
9515
+ role: mod.string().default("").optional(),
9516
+ dob: mod.string().default("").optional()
9513
9517
  });
9514
9518
  var LCNProfileQueryValidator = mod.object({
9515
9519
  profileId: StringQuery,