@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.
@@ -4766,7 +4766,8 @@ var require_types_cjs_development = __commonJS({
4766
4766
  status: LCNBoostStatus.optional(),
4767
4767
  autoConnectRecipients: z.boolean().optional(),
4768
4768
  meta: z.record(z.any()).optional(),
4769
- claimPermissions: BoostPermissionsValidator.optional()
4769
+ claimPermissions: BoostPermissionsValidator.optional(),
4770
+ allowAnyoneToCreateChildren: z.boolean().optional()
4770
4771
  });
4771
4772
  var BoostQueryValidator = z.object({
4772
4773
  uri: StringQuery,