@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.
@@ -10790,7 +10790,7 @@ var require_types_cjs_development = __commonJS2({
10790
10790
  var BoostRecipientValidator2 = mod2.object({
10791
10791
  to: LCNProfileValidator2,
10792
10792
  from: mod2.string(),
10793
- received: mod2.string()
10793
+ received: mod2.string().optional()
10794
10794
  });
10795
10795
  var LCNNotificationTypeEnumValidator2 = mod2.enum([
10796
10796
  "CONNECTION_REQUEST",
@@ -14612,7 +14612,7 @@ var BoostValidator = mod.object({
14612
14612
  var BoostRecipientValidator = mod.object({
14613
14613
  to: LCNProfileValidator,
14614
14614
  from: mod.string(),
14615
- received: mod.string()
14615
+ received: mod.string().optional()
14616
14616
  });
14617
14617
  var LCNNotificationTypeEnumValidator = mod.enum([
14618
14618
  "CONNECTION_REQUEST",