@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.
- package/dist/ceramic-plugin.cjs.development.js +2 -1
- package/dist/ceramic-plugin.cjs.development.js.map +2 -2
- package/dist/ceramic-plugin.cjs.production.min.js +1 -1
- package/dist/ceramic-plugin.cjs.production.min.js.map +2 -2
- package/dist/ceramic-plugin.esm.js +2 -1
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -54510,7 +54510,8 @@ var BoostValidator = z.object({
|
|
|
54510
54510
|
status: LCNBoostStatus.optional(),
|
|
54511
54511
|
autoConnectRecipients: z.boolean().optional(),
|
|
54512
54512
|
meta: z.record(z.any()).optional(),
|
|
54513
|
-
claimPermissions: BoostPermissionsValidator.optional()
|
|
54513
|
+
claimPermissions: BoostPermissionsValidator.optional(),
|
|
54514
|
+
allowAnyoneToCreateChildren: z.boolean().optional()
|
|
54514
54515
|
});
|
|
54515
54516
|
var BoostQueryValidator = z.object({
|
|
54516
54517
|
uri: StringQuery,
|