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