@learncard/learn-cloud-plugin 1.0.2 → 1.0.5

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.
@@ -10803,7 +10803,7 @@ var require_types_cjs_development = __commonJS2({
10803
10803
  var BoostRecipientValidator2 = mod2.object({
10804
10804
  to: LCNProfileValidator2,
10805
10805
  from: mod2.string(),
10806
- received: mod2.string()
10806
+ received: mod2.string().optional()
10807
10807
  });
10808
10808
  var LCNNotificationTypeEnumValidator2 = mod2.enum([
10809
10809
  "CONNECTION_REQUEST",
@@ -14625,7 +14625,7 @@ var BoostValidator = mod.object({
14625
14625
  var BoostRecipientValidator = mod.object({
14626
14626
  to: LCNProfileValidator,
14627
14627
  from: mod.string(),
14628
- received: mod.string()
14628
+ received: mod.string().optional()
14629
14629
  });
14630
14630
  var LCNNotificationTypeEnumValidator = mod.enum([
14631
14631
  "CONNECTION_REQUEST",