@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.
- package/dist/lcn-plugin.cjs.development.js +2 -1
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +2 -1
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -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,
|