UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

2 lines 560 B
import{richTextJSONSchema as e}from"./shared/rich-text.mjs";import t from"zod";const n={createSingle:{body:t.object({target:t.string().trim(),comment:e.optional(),assigneeIds:t.array(t.number()).optional(),autoAccept:t.boolean().optional(),scheduledAt:t.string().trim().nullable().optional(),scheduledTimezone:t.string().trim().nullable().optional()}),query:{string:void 0,formatted:void 0},params:t.object({collectionKey:t.string().trim(),id:t.string().trim()}),response:void 0}};export{n as controllerSchemas}; //# sourceMappingURL=publish-operations.mjs.map