@learncard/learn-cloud-plugin 2.1.19 → 2.1.20

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.
@@ -11270,7 +11270,9 @@ var require_types_cjs_development = __commonJS2({
11270
11270
  isServiceProfile: mod2.boolean().default(false).optional(),
11271
11271
  type: mod2.string().optional(),
11272
11272
  notificationsWebhook: mod2.string().url().startsWith("http").optional(),
11273
- display: LCNProfileDisplayValidator2.optional()
11273
+ display: LCNProfileDisplayValidator2.optional(),
11274
+ role: mod2.string().default("").optional(),
11275
+ dob: mod2.string().default("").optional()
11274
11276
  });
11275
11277
  var LCNProfileQueryValidator2 = mod2.object({
11276
11278
  profileId: StringQuery2,
@@ -15464,7 +15466,9 @@ var LCNProfileValidator = mod.object({
15464
15466
  isServiceProfile: mod.boolean().default(false).optional(),
15465
15467
  type: mod.string().optional(),
15466
15468
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
15467
- display: LCNProfileDisplayValidator.optional()
15469
+ display: LCNProfileDisplayValidator.optional(),
15470
+ role: mod.string().default("").optional(),
15471
+ dob: mod.string().default("").optional()
15468
15472
  });
15469
15473
  var LCNProfileQueryValidator = mod.object({
15470
15474
  profileId: StringQuery,