@learncard/didkey-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.
@@ -4823,7 +4823,8 @@ var require_types_cjs_development = __commonJS({
4823
4823
  status: LCNBoostStatus.optional(),
4824
4824
  autoConnectRecipients: z.boolean().optional(),
4825
4825
  meta: z.record(z.any()).optional(),
4826
- claimPermissions: BoostPermissionsValidator.optional()
4826
+ claimPermissions: BoostPermissionsValidator.optional(),
4827
+ allowAnyoneToCreateChildren: z.boolean().optional()
4827
4828
  });
4828
4829
  var BoostQueryValidator = z.object({
4829
4830
  uri: StringQuery,