@learncard/network-plugin 1.5.6 → 1.5.7

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.
@@ -4570,7 +4570,8 @@ var BoostValidator = mod.object({
4570
4570
  name: mod.string().optional(),
4571
4571
  type: mod.string().optional(),
4572
4572
  category: mod.string().optional(),
4573
- status: LCNBoostStatus.optional()
4573
+ status: LCNBoostStatus.optional(),
4574
+ autoConnectRecipients: mod.boolean().optional()
4574
4575
  });
4575
4576
  var BoostRecipientValidator = mod.object({
4576
4577
  to: LCNProfileValidator,