@learncard/network-plugin 2.4.38 → 2.4.39
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 +4 -2
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +2 -2
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +4 -2
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -6810,7 +6810,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
6810
6810
|
status: LCNBoostStatus2.optional(),
|
|
6811
6811
|
autoConnectRecipients: z2.boolean().optional(),
|
|
6812
6812
|
meta: z2.record(z2.any()).optional(),
|
|
6813
|
-
claimPermissions: BoostPermissionsValidator2.optional()
|
|
6813
|
+
claimPermissions: BoostPermissionsValidator2.optional(),
|
|
6814
|
+
allowAnyoneToCreateChildren: z2.boolean().optional()
|
|
6814
6815
|
});
|
|
6815
6816
|
var BoostQueryValidator2 = z2.object({
|
|
6816
6817
|
uri: StringQuery2,
|
|
@@ -11799,7 +11800,8 @@ var BoostValidator = z.object({
|
|
|
11799
11800
|
status: LCNBoostStatus.optional(),
|
|
11800
11801
|
autoConnectRecipients: z.boolean().optional(),
|
|
11801
11802
|
meta: z.record(z.any()).optional(),
|
|
11802
|
-
claimPermissions: BoostPermissionsValidator.optional()
|
|
11803
|
+
claimPermissions: BoostPermissionsValidator.optional(),
|
|
11804
|
+
allowAnyoneToCreateChildren: z.boolean().optional()
|
|
11803
11805
|
});
|
|
11804
11806
|
var BoostQueryValidator = z.object({
|
|
11805
11807
|
uri: StringQuery,
|