@learncard/helpers 1.1.17 → 1.1.18
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/helpers.esm.js
CHANGED
@@ -4761,7 +4761,8 @@ var require_types_cjs_development = __commonJS({
|
|
4761
4761
|
status: LCNBoostStatus.optional(),
|
4762
4762
|
autoConnectRecipients: z.boolean().optional(),
|
4763
4763
|
meta: z.record(z.any()).optional(),
|
4764
|
-
claimPermissions: BoostPermissionsValidator.optional()
|
4764
|
+
claimPermissions: BoostPermissionsValidator.optional(),
|
4765
|
+
allowAnyoneToCreateChildren: z.boolean().optional()
|
4765
4766
|
});
|
4766
4767
|
var BoostQueryValidator = z.object({
|
4767
4768
|
uri: StringQuery,
|