@learncard/network-plugin 1.5.6 → 1.5.8

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.
@@ -4546,7 +4546,8 @@ var BoostValidator = mod.object({
4546
4546
  name: mod.string().optional(),
4547
4547
  type: mod.string().optional(),
4548
4548
  category: mod.string().optional(),
4549
- status: LCNBoostStatus.optional()
4549
+ status: LCNBoostStatus.optional(),
4550
+ autoConnectRecipients: mod.boolean().optional()
4550
4551
  });
4551
4552
  var BoostRecipientValidator = mod.object({
4552
4553
  to: LCNProfileValidator,