@learncard/ceramic-plugin 1.0.40 → 1.0.41

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.
@@ -54506,7 +54506,8 @@ var BoostValidator = z.object({
54506
54506
  status: LCNBoostStatus.optional(),
54507
54507
  autoConnectRecipients: z.boolean().optional(),
54508
54508
  meta: z.record(z.any()).optional(),
54509
- claimPermissions: BoostPermissionsValidator.optional()
54509
+ claimPermissions: BoostPermissionsValidator.optional(),
54510
+ allowAnyoneToCreateChildren: z.boolean().optional()
54510
54511
  });
54511
54512
  var BoostQueryValidator = z.object({
54512
54513
  uri: StringQuery,