@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.
@@ -4799,7 +4799,8 @@ var require_types_cjs_development = __commonJS({
4799
4799
  status: LCNBoostStatus.optional(),
4800
4800
  autoConnectRecipients: z.boolean().optional(),
4801
4801
  meta: z.record(z.any()).optional(),
4802
- claimPermissions: BoostPermissionsValidator.optional()
4802
+ claimPermissions: BoostPermissionsValidator.optional(),
4803
+ allowAnyoneToCreateChildren: z.boolean().optional()
4803
4804
  });
4804
4805
  var BoostQueryValidator = z.object({
4805
4806
  uri: StringQuery,