@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.
@@ -3799,7 +3799,9 @@ var LCNProfileValidator = mod.object({
3799
3799
  isServiceProfile: mod.boolean().default(false).optional(),
3800
3800
  type: mod.string().optional(),
3801
3801
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
3802
- display: LCNProfileDisplayValidator.optional()
3802
+ display: LCNProfileDisplayValidator.optional(),
3803
+ role: mod.string().default("").optional(),
3804
+ dob: mod.string().default("").optional()
3803
3805
  });
3804
3806
  var LCNProfileQueryValidator = mod.object({
3805
3807
  profileId: StringQuery,