@learncard/ceramic-plugin 1.0.35 → 1.0.36

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.
@@ -53724,7 +53724,9 @@ var LCNProfileValidator = mod.object({
53724
53724
  isServiceProfile: mod.boolean().default(false).optional(),
53725
53725
  type: mod.string().optional(),
53726
53726
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
53727
- display: LCNProfileDisplayValidator.optional()
53727
+ display: LCNProfileDisplayValidator.optional(),
53728
+ role: mod.string().default("").optional(),
53729
+ dob: mod.string().default("").optional()
53728
53730
  });
53729
53731
  var LCNProfileQueryValidator = mod.object({
53730
53732
  profileId: StringQuery,