@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.
@@ -10718,7 +10718,8 @@ var require_types_cjs_development = __commonJS2({
10718
10718
  name: mod2.string().optional(),
10719
10719
  type: mod2.string().optional(),
10720
10720
  category: mod2.string().optional(),
10721
- status: LCNBoostStatus2.optional()
10721
+ status: LCNBoostStatus2.optional(),
10722
+ autoConnectRecipients: mod2.boolean().optional()
10722
10723
  });
10723
10724
  var BoostRecipientValidator2 = mod2.object({
10724
10725
  to: LCNProfileValidator2,
@@ -14503,7 +14504,8 @@ var BoostValidator = mod.object({
14503
14504
  name: mod.string().optional(),
14504
14505
  type: mod.string().optional(),
14505
14506
  category: mod.string().optional(),
14506
- status: LCNBoostStatus.optional()
14507
+ status: LCNBoostStatus.optional(),
14508
+ autoConnectRecipients: mod.boolean().optional()
14507
14509
  });
14508
14510
  var BoostRecipientValidator = mod.object({
14509
14511
  to: LCNProfileValidator,