@learncard/learn-card-plugin 1.1.38 → 1.1.39

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.
@@ -3823,7 +3823,9 @@ var LCNProfileValidator = mod.object({
3823
3823
  isServiceProfile: mod.boolean().default(false).optional(),
3824
3824
  type: mod.string().optional(),
3825
3825
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
3826
- display: LCNProfileDisplayValidator.optional()
3826
+ display: LCNProfileDisplayValidator.optional(),
3827
+ role: mod.string().default("").optional(),
3828
+ dob: mod.string().default("").optional()
3827
3829
  });
3828
3830
  var LCNProfileQueryValidator = mod.object({
3829
3831
  profileId: StringQuery,