@learncard/network-brain-client 2.2.28 → 2.2.30

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.
@@ -4021,7 +4021,9 @@ var require_helpers_cjs_development = __commonJS({
4021
4021
  isServiceProfile: mod.boolean().default(false).optional(),
4022
4022
  type: mod.string().optional(),
4023
4023
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
4024
- display: LCNProfileDisplayValidator.optional()
4024
+ display: LCNProfileDisplayValidator.optional(),
4025
+ role: mod.string().default("").optional(),
4026
+ dob: mod.string().default("").optional()
4025
4027
  });
4026
4028
  var LCNProfileQueryValidator = mod.object({
4027
4029
  profileId: StringQuery,