@learncard/learn-card-plugin 1.1.44 → 1.1.45

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.
@@ -4585,7 +4585,8 @@ var BoostValidator = z.object({
4585
4585
  status: LCNBoostStatus.optional(),
4586
4586
  autoConnectRecipients: z.boolean().optional(),
4587
4587
  meta: z.record(z.any()).optional(),
4588
- claimPermissions: BoostPermissionsValidator.optional()
4588
+ claimPermissions: BoostPermissionsValidator.optional(),
4589
+ allowAnyoneToCreateChildren: z.boolean().optional()
4589
4590
  });
4590
4591
  var BoostQueryValidator = z.object({
4591
4592
  uri: StringQuery,