@learncard/learn-cloud-plugin 1.1.25 → 1.1.27

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.
@@ -10730,7 +10730,8 @@ var require_types_cjs_development = __commonJS2({
10730
10730
  name: mod2.string().optional(),
10731
10731
  type: mod2.string().optional(),
10732
10732
  category: mod2.string().optional(),
10733
- status: LCNBoostStatus2.optional()
10733
+ status: LCNBoostStatus2.optional(),
10734
+ autoConnectRecipients: mod2.boolean().optional()
10734
10735
  });
10735
10736
  var BoostRecipientValidator2 = mod2.object({
10736
10737
  to: LCNProfileValidator2,
@@ -14515,7 +14516,8 @@ var BoostValidator = mod.object({
14515
14516
  name: mod.string().optional(),
14516
14517
  type: mod.string().optional(),
14517
14518
  category: mod.string().optional(),
14518
- status: LCNBoostStatus.optional()
14519
+ status: LCNBoostStatus.optional(),
14520
+ autoConnectRecipients: mod.boolean().optional()
14519
14521
  });
14520
14522
  var BoostRecipientValidator = mod.object({
14521
14523
  to: LCNProfileValidator,