emdash 0.37.0 → 0.38.0
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/{activation-K0kGBWuJ.mjs → activation-DyNTe_Tl.mjs} +3 -3
- package/dist/{activation-K0kGBWuJ.mjs.map → activation-DyNTe_Tl.mjs.map} +1 -1
- package/dist/{adapters-BDQwg236.d.mts → adapters-DCEgOBXi.d.mts} +1 -1
- package/dist/{adapters-BDQwg236.d.mts.map → adapters-DCEgOBXi.d.mts.map} +1 -1
- package/dist/{allowed-origins-BGglilcs.mjs → allowed-origins-GFUVavRj.mjs} +2 -2
- package/dist/{allowed-origins-BGglilcs.mjs.map → allowed-origins-GFUVavRj.mjs.map} +1 -1
- package/dist/api/route-utils.d.mts +3 -3
- package/dist/api/route-utils.mjs +23 -22
- package/dist/api/route-utils.mjs.map +1 -1
- package/dist/api/schemas/index.d.mts +2 -2
- package/dist/api/schemas/index.mjs +5 -5
- package/dist/{api-Dz6rgoa3.mjs → api-BvxJmnFY.mjs} +141 -87
- package/dist/api-BvxJmnFY.mjs.map +1 -0
- package/dist/{api-tokens-BSsQACNe.mjs → api-tokens-xpGqMHrC.mjs} +2 -2
- package/dist/{api-tokens-BSsQACNe.mjs.map → api-tokens-xpGqMHrC.mjs.map} +1 -1
- package/dist/{apply-B4SIOxR1.mjs → apply-DLmM3R7f.mjs} +25 -21
- package/dist/apply-DLmM3R7f.mjs.map +1 -0
- package/dist/{config-it29yDLA.mjs → artifact-fetch-P2JXVwOq.mjs} +8 -199
- package/dist/artifact-fetch-P2JXVwOq.mjs.map +1 -0
- package/dist/astro/index.d.mts +12 -12
- package/dist/astro/index.d.mts.map +1 -1
- package/dist/astro/index.mjs +37 -11
- package/dist/astro/index.mjs.map +1 -1
- package/dist/astro/middleware/auth.d.mts +10 -10
- package/dist/astro/middleware/auth.mjs +6 -6
- package/dist/astro/middleware/media-usage-write-fence.mjs +3 -3
- package/dist/astro/middleware/redirect.mjs +7 -5
- package/dist/astro/middleware/redirect.mjs.map +1 -1
- package/dist/astro/middleware/request-context.mjs +3 -3
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.d.mts +10 -10
- package/dist/astro/middleware.d.mts.map +1 -1
- package/dist/astro/middleware.mjs +154 -125
- package/dist/astro/middleware.mjs.map +1 -1
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +6 -6
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +6 -6
- package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +3 -3
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +4 -4
- package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +4 -4
- package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +9 -9
- package/dist/astro/routes/api/admin/byline-fields/index.mjs +9 -9
- package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +9 -9
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +16 -16
- package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +16 -16
- package/dist/astro/routes/api/admin/bylines/index.mjs +16 -16
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +11 -11
- package/dist/astro/routes/api/admin/comments/_id_.mjs +3 -3
- package/dist/astro/routes/api/admin/comments/bulk.mjs +8 -8
- package/dist/astro/routes/api/admin/comments/counts.mjs +3 -3
- package/dist/astro/routes/api/admin/comments/index.mjs +8 -8
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +4 -4
- package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +3 -3
- package/dist/astro/routes/api/admin/media-usage/activation.mjs +13 -13
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +15 -15
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +15 -15
- package/dist/astro/routes/api/admin/media-usage/progress.mjs +13 -13
- package/dist/astro/routes/api/admin/media-usage/repair.mjs +16 -16
- package/dist/astro/routes/api/admin/media-usage/work/index.mjs +15 -15
- package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +15 -15
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +3 -3
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +56 -53
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +56 -53
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +54 -51
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +4 -4
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +54 -51
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +55 -52
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +55 -52
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/index.mjs +54 -51
- package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +2 -2
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +54 -51
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +55 -52
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +54 -51
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +55 -52
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +56 -53
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +5 -4
- package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs +56 -53
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +55 -52
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/updates.mjs +54 -51
- package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +54 -51
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +2 -2
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +54 -51
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/users/_id_/disable.mjs +1 -1
- package/dist/astro/routes/api/admin/users/_id_/enable.mjs +1 -1
- package/dist/astro/routes/api/admin/users/_id_/index.mjs +6 -6
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +3 -3
- package/dist/astro/routes/api/admin/users/index.mjs +6 -6
- package/dist/astro/routes/api/auth/dev-bypass.mjs +3 -3
- package/dist/astro/routes/api/auth/invite/accept.mjs +1 -1
- package/dist/astro/routes/api/auth/invite/complete.mjs +11 -11
- package/dist/astro/routes/api/auth/invite/index.mjs +8 -8
- package/dist/astro/routes/api/auth/invite/register-options.mjs +10 -10
- package/dist/astro/routes/api/auth/logout.mjs +2 -2
- package/dist/astro/routes/api/auth/magic-link/send.mjs +10 -10
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +2 -2
- package/dist/astro/routes/api/auth/me.mjs +7 -7
- package/dist/astro/routes/api/auth/mode.mjs +2 -2
- package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +4 -4
- package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
- package/dist/astro/routes/api/auth/passkey/_id_.mjs +6 -6
- package/dist/astro/routes/api/auth/passkey/index.mjs +1 -1
- package/dist/astro/routes/api/auth/passkey/options.mjs +12 -12
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +10 -10
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +11 -11
- package/dist/astro/routes/api/auth/passkey/verify.mjs +11 -11
- package/dist/astro/routes/api/auth/signup/complete.mjs +11 -11
- package/dist/astro/routes/api/auth/signup/request.mjs +10 -10
- package/dist/astro/routes/api/auth/signup/verify.mjs +1 -1
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
- package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +11 -11
- package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +13 -8
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/lock.d.mts +10 -0
- package/dist/astro/routes/api/content/_collection_/_id_/lock.d.mts.map +1 -0
- package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +66 -0
- package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs.map +1 -0
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +11 -11
- package/dist/astro/routes/api/content/_collection_/_id_/publish.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +14 -9
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +19 -17
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +19 -17
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +15 -8
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +15 -14
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +13 -8
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +23 -11
- package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/authors.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/index.mjs +14 -9
- package/dist/astro/routes/api/content/_collection_/index.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/trash.mjs +7 -7
- package/dist/astro/routes/api/dashboard.mjs +6 -6
- package/dist/astro/routes/api/dev/emails.mjs +2 -2
- package/dist/astro/routes/api/import/probe.d.mts +3 -3
- package/dist/astro/routes/api/import/probe.mjs +16 -16
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +3 -3
- package/dist/astro/routes/api/import/wordpress/execute.d.mts +11 -11
- package/dist/astro/routes/api/import/wordpress/execute.mjs +14 -13
- package/dist/astro/routes/api/import/wordpress/execute.mjs.map +1 -1
- package/dist/astro/routes/api/import/wordpress/media.d.mts +10 -10
- package/dist/astro/routes/api/import/wordpress/media.mjs +11 -11
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +10 -10
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +11 -11
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +13 -13
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +16 -16
- package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +11 -11
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +27 -26
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs.map +1 -1
- package/dist/astro/routes/api/manifest.mjs +4 -4
- package/dist/astro/routes/api/mcp.mjs +71 -55
- package/dist/astro/routes/api/mcp.mjs.map +1 -1
- package/dist/astro/routes/api/media/_id_/confirm.mjs +10 -10
- package/dist/astro/routes/api/media/_id_/replace.mjs +8 -8
- package/dist/astro/routes/api/media/_id_/upload.mjs +5 -5
- package/dist/astro/routes/api/media/_id_/usage.mjs +18 -18
- package/dist/astro/routes/api/media/_id_.mjs +17 -17
- package/dist/astro/routes/api/media/file/_...key_.mjs +1 -1
- package/dist/astro/routes/api/media/folders/_id_.mjs +8 -8
- package/dist/astro/routes/api/media/folders/index.mjs +8 -8
- package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +2 -2
- package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +2 -2
- package/dist/astro/routes/api/media/providers/index.mjs +2 -2
- package/dist/astro/routes/api/media/upload-url.mjs +9 -9
- package/dist/astro/routes/api/media.mjs +21 -21
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +9 -9
- package/dist/astro/routes/api/menus/_name_/items.mjs +9 -9
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +9 -9
- package/dist/astro/routes/api/menus/_name_/translations.mjs +9 -9
- package/dist/astro/routes/api/menus/_name_.mjs +9 -9
- package/dist/astro/routes/api/menus/index.mjs +9 -9
- package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
- package/dist/astro/routes/api/oauth/device/authorize.mjs +5 -5
- package/dist/astro/routes/api/oauth/device/code.mjs +8 -8
- package/dist/astro/routes/api/oauth/device/token.mjs +7 -7
- package/dist/astro/routes/api/oauth/register.mjs +2 -2
- package/dist/astro/routes/api/oauth/token/refresh.mjs +5 -5
- package/dist/astro/routes/api/oauth/token/revoke.mjs +5 -5
- package/dist/astro/routes/api/oauth/token.mjs +5 -5
- package/dist/astro/routes/api/openapi.json.mjs +84 -18
- package/dist/astro/routes/api/openapi.json.mjs.map +1 -1
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +4 -4
- package/dist/astro/routes/api/redirects/404s/index.mjs +12 -11
- package/dist/astro/routes/api/redirects/404s/index.mjs.map +1 -1
- package/dist/astro/routes/api/redirects/404s/summary.mjs +12 -11
- package/dist/astro/routes/api/redirects/404s/summary.mjs.map +1 -1
- package/dist/astro/routes/api/redirects/_id_.mjs +13 -12
- package/dist/astro/routes/api/redirects/_id_.mjs.map +1 -1
- package/dist/astro/routes/api/redirects/index.mjs +13 -12
- package/dist/astro/routes/api/redirects/index.mjs.map +1 -1
- package/dist/astro/routes/api/relations/_id_/index.mjs +19 -17
- package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/relations/_id_/translations.mjs +14 -12
- package/dist/astro/routes/api/relations/_id_/translations.mjs.map +1 -1
- package/dist/astro/routes/api/relations/index.mjs +19 -17
- package/dist/astro/routes/api/relations/index.mjs.map +1 -1
- package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +2 -2
- package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +3 -3
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +54 -51
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +54 -51
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +54 -51
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +54 -51
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/index.mjs +54 -51
- package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/reorder.mjs +54 -51
- package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/index.mjs +13 -11
- package/dist/astro/routes/api/schema/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +54 -51
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
- package/dist/astro/routes/api/schema/orphans/index.mjs +54 -51
- package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
- package/dist/astro/routes/api/search/enable.mjs +12 -11
- package/dist/astro/routes/api/search/enable.mjs.map +1 -1
- package/dist/astro/routes/api/search/index.mjs +11 -10
- package/dist/astro/routes/api/search/index.mjs.map +1 -1
- package/dist/astro/routes/api/search/rebuild.mjs +12 -11
- package/dist/astro/routes/api/search/rebuild.mjs.map +1 -1
- package/dist/astro/routes/api/search/stats.mjs +7 -6
- package/dist/astro/routes/api/search/stats.mjs.map +1 -1
- package/dist/astro/routes/api/search/suggest.mjs +11 -10
- package/dist/astro/routes/api/search/suggest.mjs.map +1 -1
- package/dist/astro/routes/api/sections/_slug_.mjs +11 -10
- package/dist/astro/routes/api/sections/_slug_.mjs.map +1 -1
- package/dist/astro/routes/api/sections/index.mjs +11 -10
- package/dist/astro/routes/api/sections/index.mjs.map +1 -1
- package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -6
- package/dist/astro/routes/api/settings/backups/archives/_name_.mjs.map +1 -1
- package/dist/astro/routes/api/settings/backups/archives/index.mjs +6 -5
- package/dist/astro/routes/api/settings/backups/archives/index.mjs.map +1 -1
- package/dist/astro/routes/api/settings/backups/export.mjs +7 -6
- package/dist/astro/routes/api/settings/backups/export.mjs.map +1 -1
- package/dist/astro/routes/api/settings/backups/index.mjs +8 -7
- package/dist/astro/routes/api/settings/backups/index.mjs.map +1 -1
- package/dist/astro/routes/api/settings/email.mjs +4 -4
- package/dist/astro/routes/api/settings.mjs +14 -14
- package/dist/astro/routes/api/setup/admin-verify.mjs +12 -12
- package/dist/astro/routes/api/setup/admin.mjs +11 -11
- package/dist/astro/routes/api/setup/dev-bypass.mjs +33 -31
- package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
- package/dist/astro/routes/api/setup/dev-reset.mjs +2 -2
- package/dist/astro/routes/api/setup/index.mjs +33 -31
- package/dist/astro/routes/api/setup/index.mjs.map +1 -1
- package/dist/astro/routes/api/setup/status.mjs +3 -3
- package/dist/astro/routes/api/snapshot.mjs +8 -7
- package/dist/astro/routes/api/snapshot.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +16 -15
- package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +16 -15
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +16 -15
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +16 -15
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +15 -14
- package/dist/astro/routes/api/taxonomies/_name_/translations.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_.mjs +16 -15
- package/dist/astro/routes/api/taxonomies/_name_.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/index.mjs +16 -15
- package/dist/astro/routes/api/taxonomies/index.mjs.map +1 -1
- package/dist/astro/routes/api/themes/preview.mjs +5 -5
- package/dist/astro/routes/api/typegen.mjs +4 -4
- package/dist/astro/routes/api/well-known/auth.mjs +2 -2
- package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
- package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
- package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +8 -8
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +12 -12
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +12 -12
- package/dist/astro/routes/api/widget-areas/_name_.mjs +7 -7
- package/dist/astro/routes/api/widget-areas/index.mjs +12 -12
- package/dist/astro/routes/api/widget-components.mjs +2 -2
- package/dist/astro/routes/robots.txt.mjs +6 -6
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +11 -10
- package/dist/astro/routes/sitemap-_collection_.xml.mjs.map +1 -1
- package/dist/astro/routes/sitemap.xml.mjs +7 -7
- package/dist/astro/types.d.mts +32 -17
- package/dist/astro/types.d.mts.map +1 -1
- package/dist/auth/providers/github.d.mts +1 -1
- package/dist/auth/providers/google.d.mts +1 -1
- package/dist/{authorize-Bkf_UHhD.mjs → authorize-C2QHlWSS.mjs} +2 -2
- package/dist/{authorize-Bkf_UHhD.mjs.map → authorize-C2QHlWSS.mjs.map} +1 -1
- package/dist/{backup-rwVAl9NI.mjs → backup-oS8ft5Cm.mjs} +5 -5
- package/dist/{backup-rwVAl9NI.mjs.map → backup-oS8ft5Cm.mjs.map} +1 -1
- package/dist/{bundle-C8S2Zl6U.mjs → bundle-CL0JjIPx.mjs} +4 -4
- package/dist/{bundle-C8S2Zl6U.mjs.map → bundle-CL0JjIPx.mjs.map} +1 -1
- package/dist/{byline-DuhF7NWl.mjs → byline-Vdi85CsZ.mjs} +6 -6
- package/dist/{byline-DuhF7NWl.mjs.map → byline-Vdi85CsZ.mjs.map} +1 -1
- package/dist/{byline-fields-BovY4KYM.mjs → byline-fields-DPVRFMz2.mjs} +2 -2
- package/dist/{byline-fields-BovY4KYM.mjs.map → byline-fields-DPVRFMz2.mjs.map} +1 -1
- package/dist/{byline-registry-Bpu9-MVs.mjs → byline-registry-BxDGIO0I.mjs} +2 -2
- package/dist/{byline-registry-Bpu9-MVs.mjs.map → byline-registry-BxDGIO0I.mjs.map} +1 -1
- package/dist/{bylines-CJ5nd6Lw.mjs → bylines-BX8QhcTk.mjs} +7 -7
- package/dist/{bylines-CJ5nd6Lw.mjs.map → bylines-BX8QhcTk.mjs.map} +1 -1
- package/dist/{bylines-RwBAeOF1.mjs → bylines-w-E1IEQd.mjs} +3 -3
- package/dist/{bylines-RwBAeOF1.mjs.map → bylines-w-E1IEQd.mjs.map} +1 -1
- package/dist/{cache-BF5Kvn59.mjs → cache--7HKu5Xm.mjs} +4 -4
- package/dist/{cache-BF5Kvn59.mjs.map → cache--7HKu5Xm.mjs.map} +1 -1
- package/dist/{capture-triggers-CNW1q3HK.mjs → capture-triggers-CeAsC76Z.mjs} +2 -2
- package/dist/{capture-triggers-CNW1q3HK.mjs.map → capture-triggers-CeAsC76Z.mjs.map} +1 -1
- package/dist/{challenge-store-DQN_Yrck.mjs → challenge-store-BIOak-tp.mjs} +1 -1
- package/dist/{challenge-store-DQN_Yrck.mjs.map → challenge-store-BIOak-tp.mjs.map} +1 -1
- package/dist/{chrome-tags-D8fiZG94.mjs → chrome-tags-DzDQBCjX.mjs} +1 -1
- package/dist/{chrome-tags-D8fiZG94.mjs.map → chrome-tags-DzDQBCjX.mjs.map} +1 -1
- package/dist/{chunks-C4szrD8o.mjs → chunks-VG_tyqnP.mjs} +2 -2
- package/dist/{chunks-C4szrD8o.mjs.map → chunks-VG_tyqnP.mjs.map} +1 -1
- package/dist/cli/index.mjs +66 -38
- package/dist/cli/index.mjs.map +1 -1
- package/dist/client/cf-access.d.mts +1 -1
- package/dist/client/index.d.mts +17 -7
- package/dist/client/index.d.mts.map +1 -1
- package/dist/client/index.mjs +17 -12
- package/dist/client/index.mjs.map +1 -1
- package/dist/{collection-deletion-Bj07NHbj.mjs → collection-deletion-BCwaWTDw.mjs} +4 -4
- package/dist/{collection-deletion-Bj07NHbj.mjs.map → collection-deletion-BCwaWTDw.mjs.map} +1 -1
- package/dist/collection-slugs-cache-7lTmNzeA.mjs +85 -0
- package/dist/collection-slugs-cache-7lTmNzeA.mjs.map +1 -0
- package/dist/{comment-reaction-BhrvSHml.mjs → comment-reaction-CDyvPQRj.mjs} +2 -2
- package/dist/{comment-reaction-BhrvSHml.mjs.map → comment-reaction-CDyvPQRj.mjs.map} +1 -1
- package/dist/{comments-Ct4ensnf.mjs → comments-VzmVLyaC.mjs} +1 -1
- package/dist/{comments-Ct4ensnf.mjs.map → comments-VzmVLyaC.mjs.map} +1 -1
- package/dist/{components-DJbo1z0S.mjs → components-CL6Wkdk-.mjs} +1 -1
- package/dist/{components-DJbo1z0S.mjs.map → components-CL6Wkdk-.mjs.map} +1 -1
- package/dist/config--eWjQJE5.mjs +217 -0
- package/dist/config--eWjQJE5.mjs.map +1 -0
- package/dist/{index-BJNMCWmu.d.mts → config-CGAhyOjP.d.mts} +138 -47
- package/dist/config-CGAhyOjP.d.mts.map +1 -0
- package/dist/{config-B9eZ340f.d.mts → config-ChFzshGd.d.mts} +1 -1
- package/dist/{config-B9eZ340f.d.mts.map → config-ChFzshGd.d.mts.map} +1 -1
- package/dist/{content-DjvM0T92.mjs → content-CNfMWuhY.mjs} +121 -5
- package/dist/content-CNfMWuhY.mjs.map +1 -0
- package/dist/{content-list-query-Btqd4uV2.d.mts → content-list-query-B8d4UQp9.d.mts} +1 -1
- package/dist/{content-list-query-Btqd4uV2.d.mts.map → content-list-query-B8d4UQp9.d.mts.map} +1 -1
- package/dist/{content-refresh-Bwp-8yGy.mjs → content-refresh-GTMyi2Xy.mjs} +8 -8
- package/dist/{content-refresh-Bwp-8yGy.mjs.map → content-refresh-GTMyi2Xy.mjs.map} +1 -1
- package/dist/{content-repair-Czdp7jz5.mjs → content-repair-CIMt5C0U.mjs} +4 -4
- package/dist/{content-repair-Czdp7jz5.mjs.map → content-repair-CIMt5C0U.mjs.map} +1 -1
- package/dist/{context-CX6gxOLW.mjs → context-C9PB8vGd.mjs} +265 -25
- package/dist/context-C9PB8vGd.mjs.map +1 -0
- package/dist/{cron-C6o7VppJ.mjs → cron-DHAy9oyq.mjs} +1 -1
- package/dist/{cron-C6o7VppJ.mjs.map → cron-DHAy9oyq.mjs.map} +1 -1
- package/dist/{dashboard-C2kTeeRI.mjs → dashboard-BNSvAN8A.mjs} +4 -4
- package/dist/{dashboard-C2kTeeRI.mjs.map → dashboard-BNSvAN8A.mjs.map} +1 -1
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.mjs +2 -2
- package/dist/db/libsql-migrations.d.mts +1 -1
- package/dist/db/libsql-migrations.mjs +5 -5
- package/dist/db/libsql.d.mts +1 -1
- package/dist/db/postgres-migrations.d.mts +1 -1
- package/dist/db/postgres-migrations.mjs +5 -5
- package/dist/db/postgres.d.mts +1 -1
- package/dist/db/sqlite-migrations.d.mts +1 -1
- package/dist/db/sqlite-migrations.mjs +5 -5
- package/dist/db/sqlite.d.mts +1 -1
- package/dist/db/sqlite.mjs +1 -1
- package/dist/{default-Clra32mw.mjs → default-ByZ0JqZo.mjs} +1 -1
- package/dist/{default-Clra32mw.mjs.map → default-ByZ0JqZo.mjs.map} +1 -1
- package/dist/{deferred-tasks-CvDETTJO.d.mts → deferred-tasks-Cu4NSJpa.d.mts} +1 -1
- package/dist/{deferred-tasks-CvDETTJO.d.mts.map → deferred-tasks-Cu4NSJpa.d.mts.map} +1 -1
- package/dist/{dev-typegen-DzOPfsNj.mjs → dev-typegen-DHT7lcMU.mjs} +1 -1
- package/dist/{dev-typegen-DzOPfsNj.mjs.map → dev-typegen-DHT7lcMU.mjs.map} +1 -1
- package/dist/{device-flow-D2oCWvLJ.mjs → device-flow-Cf6bhCCT.mjs} +4 -4
- package/dist/{device-flow-D2oCWvLJ.mjs.map → device-flow-Cf6bhCCT.mjs.map} +1 -1
- package/dist/{dialect-helpers-BSbfaO3F.mjs → dialect-helpers-BcQvkHgn.mjs} +83 -2
- package/dist/dialect-helpers-BcQvkHgn.mjs.map +1 -0
- package/dist/{direct-executor-Bfa5_ToE.mjs → direct-executor-yAyUGSqB.mjs} +3 -3
- package/dist/{direct-executor-Bfa5_ToE.mjs.map → direct-executor-yAyUGSqB.mjs.map} +1 -1
- package/dist/{dist-89xCrGqi.mjs → dist-BAsh8dbf.mjs} +1 -1
- package/dist/{dist-89xCrGqi.mjs.map → dist-BAsh8dbf.mjs.map} +1 -1
- package/dist/{email-console-Dzb6uGYa.mjs → email-console-DNup1Fku.mjs} +1 -1
- package/dist/{email-console-Dzb6uGYa.mjs.map → email-console-DNup1Fku.mjs.map} +1 -1
- package/dist/{enrich-BX0IDp4z.mjs → enrich-t2Xvjdqa.mjs} +3 -3
- package/dist/{enrich-BX0IDp4z.mjs.map → enrich-t2Xvjdqa.mjs.map} +1 -1
- package/dist/entry-lock-BEr8gDkG.mjs +163 -0
- package/dist/entry-lock-BEr8gDkG.mjs.map +1 -0
- package/dist/{relations-DnRK4YIT.d.mts → entry-lock-CGAtrwAR.d.mts} +92 -37
- package/dist/entry-lock-CGAtrwAR.d.mts.map +1 -0
- package/dist/{redirects-BLNOWQTn.mjs → entry-lock-DIYHAaSw.mjs} +57 -14
- package/dist/entry-lock-DIYHAaSw.mjs.map +1 -0
- package/dist/entry-locks-BEcX7ET0.mjs +167 -0
- package/dist/entry-locks-BEcX7ET0.mjs.map +1 -0
- package/dist/{error-DFrQjppn.mjs → error-BDcFyoRt.mjs} +2 -2
- package/dist/{error-DFrQjppn.mjs.map → error-BDcFyoRt.mjs.map} +1 -1
- package/dist/{errors-DsVoDUjJ.mjs → errors-DvMdNrgf.mjs} +8 -1
- package/dist/errors-DvMdNrgf.mjs.map +1 -0
- package/dist/{escape-HmHTC1Is.mjs → escape-B3asJC6W.mjs} +1 -1
- package/dist/{escape-HmHTC1Is.mjs.map → escape-B3asJC6W.mjs.map} +1 -1
- package/dist/{field-defs-cache-BM4SIRqH.mjs → field-defs-cache-Cf5FHK0M.mjs} +5 -5
- package/dist/{field-defs-cache-BM4SIRqH.mjs.map → field-defs-cache-Cf5FHK0M.mjs.map} +1 -1
- package/dist/{fts-manager-Do1BlW2r.mjs → fts-manager-iddym8cd.mjs} +4 -4
- package/dist/{fts-manager-Do1BlW2r.mjs.map → fts-manager-iddym8cd.mjs.map} +1 -1
- package/dist/{hash-3JJPlHF2.mjs → hash-BRweX6jz.mjs} +1 -1
- package/dist/{hash-3JJPlHF2.mjs.map → hash-BRweX6jz.mjs.map} +1 -1
- package/dist/{hook-result-DCh2WUpe.d.mts → hook-result-BrshYHLx.d.mts} +1 -1
- package/dist/{hook-result-DCh2WUpe.d.mts.map → hook-result-BrshYHLx.d.mts.map} +1 -1
- package/dist/{hreflang-B6hbAuuO.d.mts → hreflang-CQpu5bMy.d.mts} +2 -2
- package/dist/{hreflang-B6hbAuuO.d.mts.map → hreflang-CQpu5bMy.d.mts.map} +1 -1
- package/dist/{hreflang-DQbPZliA.mjs → hreflang-DshnweTC.mjs} +9 -8
- package/dist/{hreflang-DQbPZliA.mjs.map → hreflang-DshnweTC.mjs.map} +1 -1
- package/dist/{identity-DksvEazf.mjs → identity-CjGKDq8J.mjs} +3 -3
- package/dist/{identity-DksvEazf.mjs.map → identity-CjGKDq8J.mjs.map} +1 -1
- package/dist/{import-CJpaBBBT.mjs → import-D96g2otw.mjs} +5 -5
- package/dist/{import-CJpaBBBT.mjs.map → import-D96g2otw.mjs.map} +1 -1
- package/dist/{index-Du8K7bWa.d.mts → index-1ECYpfiF.d.mts} +3 -3
- package/dist/{index-Du8K7bWa.d.mts.map → index-1ECYpfiF.d.mts.map} +1 -1
- package/dist/index.d.mts +22 -22
- package/dist/index.mjs +81 -78
- package/dist/{init-lock-DJkX6Hto.mjs → init-lock-CFNBe_iH.mjs} +1 -1
- package/dist/{init-lock-DJkX6Hto.mjs.map → init-lock-CFNBe_iH.mjs.map} +1 -1
- package/dist/{load-CawHjTOH.mjs → load-DPtY9cZo.mjs} +2 -2
- package/dist/{load-CawHjTOH.mjs.map → load-DPtY9cZo.mjs.map} +1 -1
- package/dist/{loader-Z8vl7zTq.mjs → loader-WJi6GFRn.mjs} +46 -8
- package/dist/loader-WJi6GFRn.mjs.map +1 -0
- package/dist/{manifest-builder-COtzuca2.mjs → manifest-builder-BfNlGQIA.mjs} +2 -2
- package/dist/{manifest-builder-COtzuca2.mjs.map → manifest-builder-BfNlGQIA.mjs.map} +1 -1
- package/dist/{manifest-schema-BNWwR8Vd.mjs → manifest-schema-CILooI5J.mjs} +1 -1
- package/dist/{manifest-schema-BNWwR8Vd.mjs.map → manifest-schema-CILooI5J.mjs.map} +1 -1
- package/dist/media/image-endpoint.mjs +1 -1
- package/dist/media/index.d.mts +1 -1
- package/dist/media/index.mjs +3 -3
- package/dist/media/local-runtime.d.mts +12 -12
- package/dist/media/local-runtime.mjs +5 -5
- package/dist/{media-BHjus86Y.mjs → media-C1EIZKh1.mjs} +1 -1
- package/dist/{media-BHjus86Y.mjs.map → media-C1EIZKh1.mjs.map} +1 -1
- package/dist/{media-allowlist-CoTBWoDp.mjs → media-allowlist-elXJgb_K.mjs} +2 -2
- package/dist/{media-allowlist-CoTBWoDp.mjs.map → media-allowlist-elXJgb_K.mjs.map} +1 -1
- package/dist/{media-folders-BGkATs8n.mjs → media-folders-DASfX_DH.mjs} +1 -1
- package/dist/{media-folders-BGkATs8n.mjs.map → media-folders-DASfX_DH.mjs.map} +1 -1
- package/dist/{media-upload-BCidR-EY.mjs → media-upload-C7_AQJ5v.mjs} +8 -8
- package/dist/{media-upload-BCidR-EY.mjs.map → media-upload-C7_AQJ5v.mjs.map} +1 -1
- package/dist/{media-url-DHoPr0hq.mjs → media-url-8dVl1loq.mjs} +19 -2
- package/dist/media-url-8dVl1loq.mjs.map +1 -0
- package/dist/{media-usage-CdY5jhSR.mjs → media-usage-C1EswMTq.mjs} +9 -9
- package/dist/{media-usage-CdY5jhSR.mjs.map → media-usage-C1EswMTq.mjs.map} +1 -1
- package/dist/{media-usage-activation-BgeMtK5C.mjs → media-usage-activation-CrHNltlL.mjs} +3 -3
- package/dist/{media-usage-activation-BgeMtK5C.mjs.map → media-usage-activation-CrHNltlL.mjs.map} +1 -1
- package/dist/{media-usage-work-D6D9sMCA.mjs → media-usage-work-C5B1zT1c.mjs} +2 -2
- package/dist/{media-usage-work-D6D9sMCA.mjs.map → media-usage-work-C5B1zT1c.mjs.map} +1 -1
- package/dist/{media-usage-work-CnGCdHxx.mjs → media-usage-work-IkQx_Yz6.mjs} +4 -4
- package/dist/{media-usage-work-CnGCdHxx.mjs.map → media-usage-work-IkQx_Yz6.mjs.map} +1 -1
- package/dist/{media-usage-write-fence-hjeD4u7s.mjs → media-usage-write-fence-B9anjOSg.mjs} +3 -3
- package/dist/{media-usage-write-fence-hjeD4u7s.mjs.map → media-usage-write-fence-B9anjOSg.mjs.map} +1 -1
- package/dist/{menus-6qSwTNxG.mjs → menus-D8mC4eaN.mjs} +115 -136
- package/dist/menus-D8mC4eaN.mjs.map +1 -0
- package/dist/{menus-uvPLXMZf.mjs → menus-UdwjHZJC.mjs} +11 -3
- package/dist/{menus-uvPLXMZf.mjs.map → menus-UdwjHZJC.mjs.map} +1 -1
- package/dist/migrations/index.d.mts +1 -1
- package/dist/migrations/index.mjs +4 -4
- package/dist/{mime-CUIG6x84.mjs → mime-DYpsOAny.mjs} +1 -1
- package/dist/{mime-CUIG6x84.mjs.map → mime-DYpsOAny.mjs.map} +1 -1
- package/dist/{mode-DN_WneRx.mjs → mode-Dm4BHhRH.mjs} +1 -1
- package/dist/{mode-DN_WneRx.mjs.map → mode-Dm4BHhRH.mjs.map} +1 -1
- package/dist/{node-sqlite-compat-BuJXIeMz.mjs → node-sqlite-compat-2sezm-Zd.mjs} +1 -1
- package/dist/{node-sqlite-compat-BuJXIeMz.mjs.map → node-sqlite-compat-2sezm-Zd.mjs.map} +1 -1
- package/dist/{normalize-C2xNjTSG.mjs → normalize-4nkKGsuW.mjs} +1 -1
- package/dist/{normalize-C2xNjTSG.mjs.map → normalize-4nkKGsuW.mjs.map} +1 -1
- package/dist/{oauth-authorization-Dj6Kwc21.mjs → oauth-authorization-BxE_lURD.mjs} +4 -4
- package/dist/{oauth-authorization-Dj6Kwc21.mjs.map → oauth-authorization-BxE_lURD.mjs.map} +1 -1
- package/dist/{oauth-clients-FD7I0J8m.mjs → oauth-clients-DJIdOdq0.mjs} +1 -1
- package/dist/{oauth-clients-FD7I0J8m.mjs.map → oauth-clients-DJIdOdq0.mjs.map} +1 -1
- package/dist/{oauth-state-store-DkmDOmHs.mjs → oauth-state-store-CsdxP57n.mjs} +1 -1
- package/dist/{oauth-state-store-DkmDOmHs.mjs.map → oauth-state-store-CsdxP57n.mjs.map} +1 -1
- package/dist/{oauth-user-lookup-CvIwGpYd.mjs → oauth-user-lookup-HzzW-dkF.mjs} +1 -1
- package/dist/{oauth-user-lookup-CvIwGpYd.mjs.map → oauth-user-lookup-HzzW-dkF.mjs.map} +1 -1
- package/dist/object-cache/memory.d.mts +1 -1
- package/dist/{options-BHPeIbBd.mjs → options-D1FBiAv1.mjs} +60 -5
- package/dist/options-D1FBiAv1.mjs.map +1 -0
- package/dist/{options-CYb4y7hM.d.mts → options-D8Y0VHc7.d.mts} +9 -3
- package/dist/options-D8Y0VHc7.d.mts.map +1 -0
- package/dist/page/index.d.mts +2 -2
- package/dist/page/index.d.mts.map +1 -1
- package/dist/page/index.mjs +12 -0
- package/dist/page/index.mjs.map +1 -1
- package/dist/{parse-Ckpg-Qfp.mjs → parse-WRg5C3NX.mjs} +2 -2
- package/dist/{parse-Ckpg-Qfp.mjs.map → parse-WRg5C3NX.mjs.map} +1 -1
- package/dist/{passkey-config-O_lj3y0k.mjs → passkey-config-qIdO-wF6.mjs} +1 -1
- package/dist/{passkey-config-O_lj3y0k.mjs.map → passkey-config-qIdO-wF6.mjs.map} +1 -1
- package/dist/{patterns-D9iDO3j8.mjs → patterns-DC8CLptu.mjs} +1 -1
- package/dist/{patterns-D9iDO3j8.mjs.map → patterns-DC8CLptu.mjs.map} +1 -1
- package/dist/{placeholder-4X9BrRrp.d.mts → placeholder-COrvARyD.d.mts} +1 -1
- package/dist/{placeholder-4X9BrRrp.d.mts.map → placeholder-COrvARyD.d.mts.map} +1 -1
- package/dist/plugin-types.d.mts +3 -3
- package/dist/plugin-types.d.mts.map +1 -1
- package/dist/plugin-utils.d.mts +10 -10
- package/dist/plugins/adapt-sandbox-entry.d.mts +10 -10
- package/dist/plugins/adapt-sandbox-entry.mjs +2 -2
- package/dist/{policy-Dhtwntrt.mjs → policy-XCfb-IE9.mjs} +2 -2
- package/dist/{policy-Dhtwntrt.mjs.map → policy-XCfb-IE9.mjs.map} +1 -1
- package/dist/{portable-text-U85hOafW.mjs → portable-text-BS3d5n-0.mjs} +1 -1
- package/dist/{portable-text-U85hOafW.mjs.map → portable-text-BS3d5n-0.mjs.map} +1 -1
- package/dist/{preview-B_vJLvf8.mjs → preview-BxwsGgGp.mjs} +2 -2
- package/dist/{preview-B_vJLvf8.mjs.map → preview-BxwsGgGp.mjs.map} +1 -1
- package/dist/{protocol-JdD2YhY9.d.mts → protocol-CLn58-nw.d.mts} +2 -2
- package/dist/{protocol-JdD2YhY9.d.mts.map → protocol-CLn58-nw.d.mts.map} +1 -1
- package/dist/{public-url-CarhZJgf.mjs → public-url-FWWAvnre.mjs} +1 -1
- package/dist/{public-url-CarhZJgf.mjs.map → public-url-FWWAvnre.mjs.map} +1 -1
- package/dist/{query-BZKZcG5b.mjs → query-DygOte9M.mjs} +25 -16
- package/dist/query-DygOte9M.mjs.map +1 -0
- package/dist/{query-BndaFxxp.mjs → query-gtXT03Wc.mjs} +4 -4
- package/dist/{query-BndaFxxp.mjs.map → query-gtXT03Wc.mjs.map} +1 -1
- package/dist/{rate-limit-BZmATC6W.mjs → rate-limit-CQUPm0dh.mjs} +2 -2
- package/dist/{rate-limit-BZmATC6W.mjs.map → rate-limit-CQUPm0dh.mjs.map} +1 -1
- package/dist/{redirect-CzqnLxK-.mjs → redirect-D1cWafi6.mjs} +1 -1
- package/dist/{redirect-CzqnLxK-.mjs.map → redirect-D1cWafi6.mjs.map} +1 -1
- package/dist/{redirect-CZkbozu9.mjs → redirect-DId44BS1.mjs} +19 -6
- package/dist/redirect-DId44BS1.mjs.map +1 -0
- package/dist/{redirects-CqzNM0KM.mjs → redirects-DN-ZE33W.mjs} +5 -5
- package/dist/{redirects-CqzNM0KM.mjs.map → redirects-DN-ZE33W.mjs.map} +1 -1
- package/dist/{registry-AZAsRsor.mjs → registry-DTqaqxed.mjs} +26 -10
- package/dist/registry-DTqaqxed.mjs.map +1 -0
- package/dist/{relation-04DfKRTO.mjs → relation-DxgCHOBw.mjs} +2 -2
- package/dist/{relation-04DfKRTO.mjs.map → relation-DxgCHOBw.mjs.map} +1 -1
- package/dist/{relations-CcFwDJdJ.mjs → relations-KKDSLUwS.mjs} +4 -4
- package/dist/{relations-CcFwDJdJ.mjs.map → relations-KKDSLUwS.mjs.map} +1 -1
- package/dist/{relations-C4htk5sb.mjs → relations-rOmbndUJ.mjs} +3 -3
- package/dist/{relations-C4htk5sb.mjs.map → relations-rOmbndUJ.mjs.map} +1 -1
- package/dist/{request-cache-DH9zdCOD.mjs → request-cache-DAZZmesc.mjs} +1 -1
- package/dist/{request-cache-DH9zdCOD.mjs.map → request-cache-DAZZmesc.mjs.map} +1 -1
- package/dist/request-context.d.mts +1 -1
- package/dist/{request-meta-DYxLlnmz.mjs → request-meta-BgjUQLQ-.mjs} +2 -2
- package/dist/{request-meta-DYxLlnmz.mjs.map → request-meta-BgjUQLQ-.mjs.map} +1 -1
- package/dist/{resolve-prZ3mP7l.mjs → resolve-Cy0aWSRj.mjs} +37 -4
- package/dist/resolve-Cy0aWSRj.mjs.map +1 -0
- package/dist/{runner-YKfIMnaF.d.mts → runner-CfwysRM0.d.mts} +2 -2
- package/dist/{runner-YKfIMnaF.d.mts.map → runner-CfwysRM0.d.mts.map} +1 -1
- package/dist/{runner-BLIDKpmA.mjs → runner-nEzvnogG.mjs} +419 -295
- package/dist/runner-nEzvnogG.mjs.map +1 -0
- package/dist/runtime.d.mts +11 -11
- package/dist/runtime.mjs +3 -2
- package/dist/runtime.mjs.map +1 -1
- package/dist/{schema-CGnBeLiW.mjs → schema-CRu38Pr5.mjs} +3 -3
- package/dist/{schema-CGnBeLiW.mjs.map → schema-CRu38Pr5.mjs.map} +1 -1
- package/dist/{schema-DYr-Vd-L.mjs → schema-DifxndJx.mjs} +4 -4
- package/dist/{schema-DYr-Vd-L.mjs.map → schema-DifxndJx.mjs.map} +1 -1
- package/dist/{scopes-BhWvBavj.mjs → scopes-D5A1OZbq.mjs} +3 -3
- package/dist/{scopes-BhWvBavj.mjs.map → scopes-D5A1OZbq.mjs.map} +1 -1
- package/dist/{search-C-qDk4kx.mjs → search-DEPFSBFq.mjs} +4 -4
- package/dist/{search-C-qDk4kx.mjs.map → search-DEPFSBFq.mjs.map} +1 -1
- package/dist/{secrets-rEtHt-6z.mjs → secrets-CdfzLdoO.mjs} +3 -3
- package/dist/{secrets-rEtHt-6z.mjs.map → secrets-CdfzLdoO.mjs.map} +1 -1
- package/dist/{sections-B_nYvlwn.mjs → sections-3X52kmIR.mjs} +2 -2
- package/dist/{sections-B_nYvlwn.mjs.map → sections-3X52kmIR.mjs.map} +1 -1
- package/dist/seed/index.d.mts +2 -2
- package/dist/seed/index.mjs +26 -24
- package/dist/seo/index.d.mts +3 -3
- package/dist/seo/index.d.mts.map +1 -1
- package/dist/seo/index.mjs +18 -19
- package/dist/seo/index.mjs.map +1 -1
- package/dist/{seo-926NRIgt.mjs → seo-Bw68KxRc.mjs} +2 -2
- package/dist/{seo-926NRIgt.mjs.map → seo-Bw68KxRc.mjs.map} +1 -1
- package/dist/{seo-CVWkdv6x.mjs → seo-C4AmbsMU.mjs} +3 -2
- package/dist/seo-C4AmbsMU.mjs.map +1 -0
- package/dist/{service-CJl3ZAYs.mjs → service-J_-Vgo7R.mjs} +2 -2
- package/dist/{service-CJl3ZAYs.mjs.map → service-J_-Vgo7R.mjs.map} +1 -1
- package/dist/{session-user-BlMgqCHS.mjs → session-user-CbnMMwk6.mjs} +1 -1
- package/dist/{session-user-BlMgqCHS.mjs.map → session-user-CbnMMwk6.mjs.map} +1 -1
- package/dist/{settings-Cwm6o2jY.mjs → settings-AnEFYICn.mjs} +3 -3
- package/dist/{settings-Cwm6o2jY.mjs.map → settings-AnEFYICn.mjs.map} +1 -1
- package/dist/{settings--wobrkkC.mjs → settings-DcMjREe5.mjs} +6 -6
- package/dist/{settings--wobrkkC.mjs.map → settings-DcMjREe5.mjs.map} +1 -1
- package/dist/{setup-complete-DQbClIN2.mjs → setup-complete-BClXXTvr.mjs} +2 -2
- package/dist/{setup-complete-DQbClIN2.mjs.map → setup-complete-BClXXTvr.mjs.map} +1 -1
- package/dist/{setup-nonce-DZCFS2sn.mjs → setup-nonce-BheRa4RG.mjs} +1 -1
- package/dist/{setup-nonce-DZCFS2sn.mjs.map → setup-nonce-BheRa4RG.mjs.map} +1 -1
- package/dist/{single-flight-cache-BPuGPdcN.mjs → single-flight-cache-jaswDzmQ.mjs} +2 -2
- package/dist/{single-flight-cache-BPuGPdcN.mjs.map → single-flight-cache-jaswDzmQ.mjs.map} +1 -1
- package/dist/{site-url-BrxA_E9H.mjs → site-url-Bqf-ea3N.mjs} +3 -3
- package/dist/{site-url-BrxA_E9H.mjs.map → site-url-Bqf-ea3N.mjs.map} +1 -1
- package/dist/{snapshot--OCDTqdb.mjs → snapshot-C4CtXntb.mjs} +51 -35
- package/dist/snapshot-C4CtXntb.mjs.map +1 -0
- package/dist/{ssrf-5sIM5jzl.mjs → ssrf-gl4gFNhw.mjs} +148 -91
- package/dist/ssrf-gl4gFNhw.mjs.map +1 -0
- package/dist/{state-BpFVsJZB.mjs → state-1F6IOhdQ.mjs} +1 -1
- package/dist/{state-BpFVsJZB.mjs.map → state-1F6IOhdQ.mjs.map} +1 -1
- package/dist/{status-B777-dXz.mjs → status-Cenfk_r5.mjs} +1 -1
- package/dist/{status-B777-dXz.mjs.map → status-Cenfk_r5.mjs.map} +1 -1
- package/dist/storage/local.d.mts +1 -1
- package/dist/storage/local.mjs +1 -1
- package/dist/storage/s3.d.mts +1 -1
- package/dist/storage/s3.mjs +1 -1
- package/dist/{target-BmR0iTwz.mjs → target-CRzeTs8G.mjs} +1 -1
- package/dist/{target-BmR0iTwz.mjs.map → target-CRzeTs8G.mjs.map} +1 -1
- package/dist/{taxonomies-DkAkMupr.mjs → taxonomies-BOdxuZpV.mjs} +11 -4
- package/dist/taxonomies-BOdxuZpV.mjs.map +1 -0
- package/dist/{taxonomies-Wfy_Lg12.mjs → taxonomies-NcFDq5Gg.mjs} +23 -14
- package/dist/taxonomies-NcFDq5Gg.mjs.map +1 -0
- package/dist/{taxonomy-tJepplLL.mjs → taxonomy-DP1vny4K.mjs} +11 -3
- package/dist/{taxonomy-tJepplLL.mjs.map → taxonomy-DP1vny4K.mjs.map} +1 -1
- package/dist/{tokens-BCO1oruF.mjs → tokens-CDk8ox9p.mjs} +1 -1
- package/dist/{tokens-BCO1oruF.mjs.map → tokens-CDk8ox9p.mjs.map} +1 -1
- package/dist/{transport-xh6YKW2G.d.mts → transport-BVn4tVb9.d.mts} +1 -1
- package/dist/{transport-xh6YKW2G.d.mts.map → transport-BVn4tVb9.d.mts.map} +1 -1
- package/dist/{transport-Dr3qtwXC.mjs → transport-DP0JI-8i.mjs} +1 -1
- package/dist/{transport-Dr3qtwXC.mjs.map → transport-DP0JI-8i.mjs.map} +1 -1
- package/dist/{trusted-proxy-BR5F1Otp.mjs → trusted-proxy-BTM6UxqD.mjs} +1 -1
- package/dist/{trusted-proxy-BR5F1Otp.mjs.map → trusted-proxy-BTM6UxqD.mjs.map} +1 -1
- package/dist/{types-CXFkwEGC.d.mts → types-2n848aVW.d.mts} +1 -1
- package/dist/{types-CXFkwEGC.d.mts.map → types-2n848aVW.d.mts.map} +1 -1
- package/dist/{types-75KIqzL9.mjs → types-BMXnRIrX.mjs} +4 -2
- package/dist/types-BMXnRIrX.mjs.map +1 -0
- package/dist/{types-B6GrPic4.d.mts → types-BouXpOsa.d.mts} +115 -4
- package/dist/types-BouXpOsa.d.mts.map +1 -0
- package/dist/{types-3qNFPlci.mjs → types-ByG2coLw.mjs} +1 -1
- package/dist/{types-3qNFPlci.mjs.map → types-ByG2coLw.mjs.map} +1 -1
- package/dist/types-CQPWhPxE.mjs.map +1 -1
- package/dist/{types-CDtkNSFQ.d.mts → types-DEfNJ__A.d.mts} +1 -1
- package/dist/{types-CDtkNSFQ.d.mts.map → types-DEfNJ__A.d.mts.map} +1 -1
- package/dist/{types-xDMtUFnO.d.mts → types-DKcKSbtB.d.mts} +23 -7
- package/dist/types-DKcKSbtB.d.mts.map +1 -0
- package/dist/{types-C00oyCZp.d.mts → types-DRYs7uTL.d.mts} +1 -1
- package/dist/{types-C00oyCZp.d.mts.map → types-DRYs7uTL.d.mts.map} +1 -1
- package/dist/{types-DczELMop.d.mts → types-DaEg7KX2.d.mts} +1 -1
- package/dist/{types-DczELMop.d.mts.map → types-DaEg7KX2.d.mts.map} +1 -1
- package/dist/{types-BuHW4xDE.d.mts → types-LU8utpP_.d.mts} +6 -3
- package/dist/types-LU8utpP_.d.mts.map +1 -0
- package/dist/{types-CPeXo1wF.d.mts → types-VpYfPUxN.d.mts} +1 -1
- package/dist/{types-CPeXo1wF.d.mts.map → types-VpYfPUxN.d.mts.map} +1 -1
- package/dist/{types-DM3vioBY.mjs → types-c9GP7Dj5.mjs} +1 -1
- package/dist/{types-DM3vioBY.mjs.map → types-c9GP7Dj5.mjs.map} +1 -1
- package/dist/{types-FV23hEoW.d.mts → types-tJWDK__M.d.mts} +14 -1
- package/dist/types-tJWDK__M.d.mts.map +1 -0
- package/dist/{upload-attempts-BsqoQ1fn.mjs → upload-attempts-C6S2y-lp.mjs} +1 -1
- package/dist/{upload-attempts-BsqoQ1fn.mjs.map → upload-attempts-C6S2y-lp.mjs.map} +1 -1
- package/dist/{url-pattern-D4c2czpJ.mjs → url-pattern-UYtxVTuj.mjs} +1 -1
- package/dist/{url-pattern-D4c2czpJ.mjs.map → url-pattern-UYtxVTuj.mjs.map} +1 -1
- package/dist/{user-BTZ40aq6.mjs → user-DIsIXogT.mjs} +2 -2
- package/dist/{user-BTZ40aq6.mjs.map → user-DIsIXogT.mjs.map} +1 -1
- package/dist/{utils-BKvNjjhY.mjs → utils-BicP5Qbg.mjs} +2 -2
- package/dist/{utils-BKvNjjhY.mjs.map → utils-BicP5Qbg.mjs.map} +1 -1
- package/dist/{validate-DE_LRwo9.mjs → validate-D8VPn4Hv.mjs} +8 -3
- package/dist/validate-D8VPn4Hv.mjs.map +1 -0
- package/dist/{validate-DUP27OYD.d.mts → validate-Df6Dvwbw.d.mts} +12 -7
- package/dist/validate-Df6Dvwbw.d.mts.map +1 -0
- package/dist/{validation-BMImFJ11.mjs → validation-CzMJn9Ku.mjs} +13 -11
- package/dist/{validation-BMImFJ11.mjs.map → validation-CzMJn9Ku.mjs.map} +1 -1
- package/dist/version-CK67_SXX.mjs +7 -0
- package/dist/{version-Bii3suaO.mjs.map → version-CK67_SXX.mjs.map} +1 -1
- package/dist/{widgets-D3gJ10xU.mjs → widgets-RFVAxQl3.mjs} +5 -5
- package/dist/{widgets-D3gJ10xU.mjs.map → widgets-RFVAxQl3.mjs.map} +1 -1
- package/dist/{wxr-taxonomies-B2Og_6rU.d.mts → wxr-taxonomies-BX4yQL9s.d.mts} +1 -1
- package/dist/{wxr-taxonomies-B2Og_6rU.d.mts.map → wxr-taxonomies-BX4yQL9s.d.mts.map} +1 -1
- package/dist/{wxr-taxonomies-Cxngsjwo.mjs → wxr-taxonomies-Csdp7yde.mjs} +4 -4
- package/dist/{wxr-taxonomies-Cxngsjwo.mjs.map → wxr-taxonomies-Csdp7yde.mjs.map} +1 -1
- package/dist/{zod-generator-BuYSQJB7.mjs → zod-generator-CNRGdnBY.mjs} +3 -3
- package/dist/{zod-generator-BuYSQJB7.mjs.map → zod-generator-CNRGdnBY.mjs.map} +1 -1
- package/package.json +12 -10
- package/src/api/errors.ts +7 -0
- package/src/api/handlers/content.ts +66 -79
- package/src/api/handlers/entry-lock.ts +206 -0
- package/src/api/handlers/manifest.ts +1 -0
- package/src/api/handlers/marketplace.ts +28 -20
- package/src/api/handlers/menus.ts +9 -0
- package/src/api/handlers/registry.ts +13 -8
- package/src/api/handlers/revision.ts +2 -1
- package/src/api/handlers/seo.ts +10 -1
- package/src/api/handlers/snapshot.ts +84 -72
- package/src/api/handlers/taxonomies.ts +9 -0
- package/src/api/openapi/document.ts +111 -6
- package/src/api/schemas/content.ts +8 -0
- package/src/api/schemas/entry-lock.ts +48 -0
- package/src/api/schemas/index.ts +1 -0
- package/src/api/schemas/schema.ts +10 -1
- package/src/api/types.ts +2 -0
- package/src/astro/integration/index.ts +9 -6
- package/src/astro/integration/routes.ts +5 -0
- package/src/astro/integration/runtime.ts +13 -5
- package/src/astro/integration/vite-config.ts +30 -0
- package/src/astro/middleware.ts +16 -0
- package/src/astro/routes/api/content/[collection]/[id]/discard-draft.ts +10 -0
- package/src/astro/routes/api/content/[collection]/[id]/lock.ts +133 -0
- package/src/astro/routes/api/content/[collection]/[id]/publish.ts +11 -1
- package/src/astro/routes/api/content/[collection]/[id]/schedule.ts +20 -0
- package/src/astro/routes/api/content/[collection]/[id]/unpublish.ts +10 -0
- package/src/astro/routes/api/content/[collection]/[id].ts +27 -2
- package/src/astro/routes/api/content/[collection]/index.ts +3 -0
- package/src/astro/routes/sitemap-[collection].xml.ts +4 -0
- package/src/astro/types.ts +13 -3
- package/src/cli/commands/content.ts +31 -5
- package/src/cli/commands/export-seed.ts +2 -0
- package/src/client/index.ts +34 -7
- package/src/components/EmDashBodyEnd.astro +4 -1
- package/src/components/EmDashBodyStart.astro +4 -1
- package/src/components/EmDashHead.astro +35 -16
- package/src/components/Gallery.astro +18 -4
- package/src/components/InlineEditor.astro +3 -1
- package/src/components/InlinePortableTextEditor.tsx +106 -11
- package/src/components/PortableText.astro +4 -0
- package/src/components/Table.astro +147 -62
- package/src/config/errors.ts +13 -0
- package/src/content/converters/portable-text-to-prosemirror.ts +26 -2
- package/src/content/converters/prosemirror-to-portable-text.ts +35 -6
- package/src/content/converters/types.ts +10 -0
- package/src/database/dialect-helpers.ts +125 -0
- package/src/database/migrations/075_entry_edit_locks.ts +44 -0
- package/src/database/migrations/076_collection_nav_group.ts +22 -0
- package/src/database/migrations/077_plugin_storage_revisions.ts +89 -0
- package/src/database/migrations/runner.ts +6 -0
- package/src/database/repositories/content.ts +170 -1
- package/src/database/repositories/entry-locks.ts +257 -0
- package/src/database/repositories/options.ts +69 -5
- package/src/database/repositories/plugin-storage.ts +159 -0
- package/src/database/repositories/redirect.ts +17 -6
- package/src/database/repositories/taxonomy.ts +8 -0
- package/src/database/repositories/types.ts +3 -0
- package/src/database/types.ts +15 -1
- package/src/emdash-runtime.ts +117 -50
- package/src/i18n/resolve.ts +44 -4
- package/src/index.ts +14 -0
- package/src/loader.ts +35 -4
- package/src/mcp/server.ts +23 -5
- package/src/media/responsive.ts +23 -0
- package/src/media/usage/content-refresh.ts +2 -1
- package/src/menus/index.ts +17 -21
- package/src/page/seo-contributions.ts +78 -1
- package/src/page/seo-panel.ts +47 -0
- package/src/plugin-types.ts +9 -0
- package/src/plugins/conditional-storage.ts +30 -0
- package/src/plugins/context.ts +49 -17
- package/src/plugins/hooks.ts +7 -1
- package/src/plugins/index.ts +9 -0
- package/src/plugins/manager.ts +5 -2
- package/src/plugins/sandbox/types.ts +16 -2
- package/src/plugins/storage-query.ts +45 -0
- package/src/plugins/storage-update.ts +96 -0
- package/src/plugins/types.ts +114 -0
- package/src/query.ts +29 -3
- package/src/registry/config.ts +130 -27
- package/src/registry/types.ts +5 -6
- package/src/schema/collection-slugs-cache.ts +157 -0
- package/src/schema/registry.ts +19 -0
- package/src/schema/types.ts +25 -6
- package/src/security/ssrf.ts +167 -141
- package/src/seed/apply.ts +4 -0
- package/src/seed/types.ts +7 -2
- package/src/seed/validate.ts +18 -1
- package/src/seo/hreflang.ts +1 -0
- package/src/seo/index.ts +5 -10
- package/src/seo/media-url.ts +26 -0
- package/src/taxonomies/term-counts.ts +22 -5
- package/dist/api-Dz6rgoa3.mjs.map +0 -1
- package/dist/apply-B4SIOxR1.mjs.map +0 -1
- package/dist/config-it29yDLA.mjs.map +0 -1
- package/dist/content-DjvM0T92.mjs.map +0 -1
- package/dist/context-CX6gxOLW.mjs.map +0 -1
- package/dist/dialect-helpers-BSbfaO3F.mjs.map +0 -1
- package/dist/errors-DsVoDUjJ.mjs.map +0 -1
- package/dist/index-BJNMCWmu.d.mts.map +0 -1
- package/dist/loader-Z8vl7zTq.mjs.map +0 -1
- package/dist/media-url-DHoPr0hq.mjs.map +0 -1
- package/dist/menus-6qSwTNxG.mjs.map +0 -1
- package/dist/options-BHPeIbBd.mjs.map +0 -1
- package/dist/options-CYb4y7hM.d.mts.map +0 -1
- package/dist/query-BZKZcG5b.mjs.map +0 -1
- package/dist/redirect-CZkbozu9.mjs.map +0 -1
- package/dist/redirects-BLNOWQTn.mjs.map +0 -1
- package/dist/registry-AZAsRsor.mjs.map +0 -1
- package/dist/relations-DnRK4YIT.d.mts.map +0 -1
- package/dist/resolve-prZ3mP7l.mjs.map +0 -1
- package/dist/runner-BLIDKpmA.mjs.map +0 -1
- package/dist/seo-CVWkdv6x.mjs.map +0 -1
- package/dist/snapshot--OCDTqdb.mjs.map +0 -1
- package/dist/ssrf-5sIM5jzl.mjs.map +0 -1
- package/dist/taxonomies-DkAkMupr.mjs.map +0 -1
- package/dist/taxonomies-Wfy_Lg12.mjs.map +0 -1
- package/dist/types-75KIqzL9.mjs.map +0 -1
- package/dist/types-B6GrPic4.d.mts.map +0 -1
- package/dist/types-BuHW4xDE.d.mts.map +0 -1
- package/dist/types-FV23hEoW.d.mts.map +0 -1
- package/dist/types-xDMtUFnO.d.mts.map +0 -1
- package/dist/validate-DE_LRwo9.mjs.map +0 -1
- package/dist/validate-DUP27OYD.d.mts.map +0 -1
- package/dist/version-Bii3suaO.mjs +0 -7
- /package/dist/{api-tokens-BfYts-sq.mjs → api-tokens-B_lfpmH3.mjs} +0 -0
- /package/dist/{ssrf-Dg3cIT-b.mjs → ssrf-TQhaljuI.mjs} +0 -0
- /package/dist/{types-DfuTR6dL.mjs → types-A2cN6a4a.mjs} +0 -0
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { Kysely } from "kysely";
|
|
13
13
|
import { sql } from "kysely";
|
|
14
14
|
|
|
15
|
+
import { listTableColumns, listTablesLike } from "../../database/dialect-helpers.js";
|
|
15
16
|
import type { Database } from "../../database/types.js";
|
|
16
17
|
|
|
17
18
|
// ─�� Preview signature verification ──────────────────────────────
|
|
@@ -211,10 +212,44 @@ function isExcluded(tableName: string): boolean {
|
|
|
211
212
|
return EXCLUDED_PREFIXES.some((prefix) => tableName.startsWith(prefix));
|
|
212
213
|
}
|
|
213
214
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
type
|
|
215
|
+
type SnapshotColumnType = "TEXT" | "INTEGER" | "REAL" | "BLOB" | "JSON";
|
|
216
|
+
|
|
217
|
+
function normalizeColumnType(type: string): SnapshotColumnType {
|
|
218
|
+
switch (type.toLowerCase()) {
|
|
219
|
+
case "smallint":
|
|
220
|
+
case "integer":
|
|
221
|
+
case "bigint":
|
|
222
|
+
case "boolean":
|
|
223
|
+
return "INTEGER";
|
|
224
|
+
case "real":
|
|
225
|
+
case "double precision":
|
|
226
|
+
case "numeric":
|
|
227
|
+
case "decimal":
|
|
228
|
+
return "REAL";
|
|
229
|
+
case "blob":
|
|
230
|
+
case "bytea":
|
|
231
|
+
return "BLOB";
|
|
232
|
+
case "json":
|
|
233
|
+
case "jsonb":
|
|
234
|
+
return "JSON";
|
|
235
|
+
default:
|
|
236
|
+
return "TEXT";
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
function normalizeRows(
|
|
241
|
+
rows: Record<string, unknown>[],
|
|
242
|
+
types: Record<string, SnapshotColumnType>,
|
|
243
|
+
): Record<string, unknown>[] {
|
|
244
|
+
for (const row of rows) {
|
|
245
|
+
for (const [column, type] of Object.entries(types)) {
|
|
246
|
+
const value = row[column];
|
|
247
|
+
if (type === "JSON" && value !== null && value !== undefined && typeof value !== "string") {
|
|
248
|
+
row[column] = JSON.stringify(value);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
return rows;
|
|
218
253
|
}
|
|
219
254
|
|
|
220
255
|
export interface GenerateSnapshotOptions {
|
|
@@ -247,15 +282,7 @@ export async function generateSnapshot(
|
|
|
247
282
|
const includeTrashed = options?.includeTrashed ?? false;
|
|
248
283
|
const optionPrefixes = options?.optionPrefixes ?? SAFE_OPTIONS_PREFIXES;
|
|
249
284
|
|
|
250
|
-
|
|
251
|
-
const tableResult = await sql<{ name: string }>`
|
|
252
|
-
SELECT name FROM sqlite_master
|
|
253
|
-
WHERE type = 'table'
|
|
254
|
-
AND name LIKE 'ec_%'
|
|
255
|
-
ORDER BY name
|
|
256
|
-
`.execute(db);
|
|
257
|
-
|
|
258
|
-
const contentTables = tableResult.rows.map((r) => r.name);
|
|
285
|
+
const contentTables = await listTablesLike(db, "ec_%");
|
|
259
286
|
|
|
260
287
|
// Build list of all tables to export
|
|
261
288
|
const allTables = [...contentTables, ...SYSTEM_TABLES];
|
|
@@ -266,80 +293,65 @@ export async function generateSnapshot(
|
|
|
266
293
|
for (const tableName of allTables) {
|
|
267
294
|
if (isExcluded(tableName)) continue;
|
|
268
295
|
|
|
269
|
-
//
|
|
270
|
-
//
|
|
271
|
-
// sqlite_master and must be validated.
|
|
296
|
+
// Content table names come from the database catalog. Validate them
|
|
297
|
+
// before passing them to sql.ref().
|
|
272
298
|
if (!SAFE_TABLE_NAME.test(tableName)) continue;
|
|
273
299
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
const pragmaResult = await sql<ColumnInfo>`
|
|
277
|
-
PRAGMA table_info(${sql.raw(`"${tableName}"`)})
|
|
278
|
-
`.execute(db);
|
|
279
|
-
|
|
280
|
-
if (pragmaResult.rows.length === 0) continue;
|
|
300
|
+
const columnInfo = await listTableColumns(db, tableName);
|
|
301
|
+
if (columnInfo.length === 0) continue;
|
|
281
302
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
303
|
+
const columns = columnInfo.map((column) => column.name);
|
|
304
|
+
const types: Record<string, SnapshotColumnType> = {};
|
|
305
|
+
for (const column of columnInfo) {
|
|
306
|
+
types[column.name] = normalizeColumnType(column.type);
|
|
307
|
+
}
|
|
287
308
|
|
|
288
|
-
|
|
309
|
+
schema[tableName] = { columns, types };
|
|
289
310
|
|
|
290
|
-
|
|
291
|
-
let rows: Record<string, unknown>[];
|
|
311
|
+
let rows: Record<string, unknown>[];
|
|
292
312
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
SELECT * FROM ${sql.raw(`"${tableName}"`)}
|
|
299
|
-
`.execute(db)
|
|
300
|
-
).rows;
|
|
301
|
-
} else if (includeDrafts) {
|
|
302
|
-
// Include all non-deleted content (published, draft, scheduled)
|
|
303
|
-
rows = (
|
|
304
|
-
await sql<Record<string, unknown>>`
|
|
305
|
-
SELECT * FROM ${sql.raw(`"${tableName}"`)}
|
|
306
|
-
WHERE deleted_at IS NULL
|
|
307
|
-
`.execute(db)
|
|
308
|
-
).rows;
|
|
309
|
-
} else {
|
|
310
|
-
// Only export published content
|
|
311
|
-
rows = (
|
|
312
|
-
await sql<Record<string, unknown>>`
|
|
313
|
-
SELECT * FROM ${sql.raw(`"${tableName}"`)}
|
|
314
|
-
WHERE deleted_at IS NULL
|
|
315
|
-
AND status = 'published'
|
|
313
|
+
if (tableName.startsWith("ec_")) {
|
|
314
|
+
if (includeTrashed) {
|
|
315
|
+
rows = (
|
|
316
|
+
await sql<Record<string, unknown>>`
|
|
317
|
+
SELECT * FROM ${sql.ref(tableName)}
|
|
316
318
|
`.execute(db)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
} else if (tableName === "options") {
|
|
320
|
-
// Filter options to safe rendering-only prefixes.
|
|
321
|
-
// Excludes plugin secrets, passkey challenges, and setup state.
|
|
319
|
+
).rows;
|
|
320
|
+
} else if (includeDrafts) {
|
|
322
321
|
rows = (
|
|
323
322
|
await sql<Record<string, unknown>>`
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
return optionPrefixes.some((prefix) => name.startsWith(prefix));
|
|
329
|
-
});
|
|
323
|
+
SELECT * FROM ${sql.ref(tableName)}
|
|
324
|
+
WHERE deleted_at IS NULL
|
|
325
|
+
`.execute(db)
|
|
326
|
+
).rows;
|
|
330
327
|
} else {
|
|
331
328
|
rows = (
|
|
332
329
|
await sql<Record<string, unknown>>`
|
|
333
|
-
|
|
334
|
-
|
|
330
|
+
SELECT * FROM ${sql.ref(tableName)}
|
|
331
|
+
WHERE deleted_at IS NULL
|
|
332
|
+
AND status = 'published'
|
|
333
|
+
`.execute(db)
|
|
335
334
|
).rows;
|
|
336
335
|
}
|
|
336
|
+
} else if (tableName === "options") {
|
|
337
|
+
rows = (
|
|
338
|
+
await sql<Record<string, unknown>>`
|
|
339
|
+
SELECT * FROM ${sql.ref(tableName)}
|
|
340
|
+
`.execute(db)
|
|
341
|
+
).rows.filter((row) => {
|
|
342
|
+
const name = typeof row.name === "string" ? row.name : "";
|
|
343
|
+
return optionPrefixes.some((prefix) => name.startsWith(prefix));
|
|
344
|
+
});
|
|
345
|
+
} else {
|
|
346
|
+
rows = (
|
|
347
|
+
await sql<Record<string, unknown>>`
|
|
348
|
+
SELECT * FROM ${sql.ref(tableName)}
|
|
349
|
+
`.execute(db)
|
|
350
|
+
).rows;
|
|
351
|
+
}
|
|
337
352
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
}
|
|
341
|
-
} catch {
|
|
342
|
-
// Table might not exist yet (e.g. pre-migration) — skip silently
|
|
353
|
+
if (rows.length > 0) {
|
|
354
|
+
tables[tableName] = normalizeRows(rows, types);
|
|
343
355
|
}
|
|
344
356
|
}
|
|
345
357
|
|
|
@@ -369,6 +369,15 @@ export async function handleTaxonomyCreate(
|
|
|
369
369
|
error: { code: "NOT_FOUND", message: "Source taxonomy for translation not found" },
|
|
370
370
|
};
|
|
371
371
|
}
|
|
372
|
+
if (source.name !== input.name) {
|
|
373
|
+
return {
|
|
374
|
+
success: false,
|
|
375
|
+
error: {
|
|
376
|
+
code: "VALIDATION_ERROR",
|
|
377
|
+
message: `A translation of taxonomy '${source.name}' must use the same name`,
|
|
378
|
+
},
|
|
379
|
+
};
|
|
380
|
+
}
|
|
372
381
|
translationGroup = source.translation_group ?? source.id;
|
|
373
382
|
if (input.hierarchical === undefined) {
|
|
374
383
|
hierarchical = source.hierarchical === 1;
|
|
@@ -38,6 +38,12 @@ import {
|
|
|
38
38
|
contentUpdateBody,
|
|
39
39
|
trashedContentListResponseSchema,
|
|
40
40
|
} from "../schemas/content.js";
|
|
41
|
+
import {
|
|
42
|
+
entryLockAcquireBody,
|
|
43
|
+
entryLockConflictSchema,
|
|
44
|
+
entryLockReleaseResponseSchema,
|
|
45
|
+
entryLockStatusSchema,
|
|
46
|
+
} from "../schemas/entry-lock.js";
|
|
41
47
|
import {
|
|
42
48
|
mediaUsageDetailsQuery,
|
|
43
49
|
mediaUsageDetailsResponseSchema,
|
|
@@ -210,6 +216,19 @@ function standardErrors(
|
|
|
210
216
|
/** Common auth error responses (401 + 403) */
|
|
211
217
|
const authErrors = standardErrors(401, 403);
|
|
212
218
|
|
|
219
|
+
const entryPathParams = z.object({
|
|
220
|
+
collection: z.string().meta({ description: "Collection slug" }),
|
|
221
|
+
id: z.string().meta({ description: "Content ID or slug" }),
|
|
222
|
+
});
|
|
223
|
+
|
|
224
|
+
/** 409 that carries the edit lock's holder in `error.details` */
|
|
225
|
+
const entryLockConflict = {
|
|
226
|
+
"409": {
|
|
227
|
+
description: "Another editor holds the entry's edit lock",
|
|
228
|
+
content: { [JSON_CONTENT]: { schema: entryLockConflictSchema } },
|
|
229
|
+
},
|
|
230
|
+
};
|
|
231
|
+
|
|
213
232
|
// ---------------------------------------------------------------------------
|
|
214
233
|
// Content routes
|
|
215
234
|
// ---------------------------------------------------------------------------
|
|
@@ -330,9 +349,12 @@ const contentPaths = {
|
|
|
330
349
|
"Moves the content item to trash. Use the permanent delete endpoint to remove permanently.",
|
|
331
350
|
tags: ["Content"],
|
|
332
351
|
requestParams: {
|
|
333
|
-
path:
|
|
334
|
-
|
|
335
|
-
|
|
352
|
+
path: entryPathParams,
|
|
353
|
+
query: z.object({
|
|
354
|
+
overrideLock: z.enum(["true", "false"]).optional().meta({
|
|
355
|
+
description:
|
|
356
|
+
"Delete even though another editor holds this entry's edit lock. Without it the delete is refused with 409 ENTRY_LOCKED.",
|
|
357
|
+
}),
|
|
336
358
|
}),
|
|
337
359
|
},
|
|
338
360
|
responses: {
|
|
@@ -346,6 +368,7 @@ const contentPaths = {
|
|
|
346
368
|
},
|
|
347
369
|
...authErrors,
|
|
348
370
|
...standardErrors(404, 500),
|
|
371
|
+
...entryLockConflict,
|
|
349
372
|
},
|
|
350
373
|
},
|
|
351
374
|
},
|
|
@@ -372,6 +395,7 @@ const contentPaths = {
|
|
|
372
395
|
},
|
|
373
396
|
...authErrors,
|
|
374
397
|
...standardErrors(404, 500),
|
|
398
|
+
...entryLockConflict,
|
|
375
399
|
},
|
|
376
400
|
},
|
|
377
401
|
},
|
|
@@ -399,6 +423,7 @@ const contentPaths = {
|
|
|
399
423
|
},
|
|
400
424
|
...authErrors,
|
|
401
425
|
...standardErrors(404, 500),
|
|
426
|
+
...entryLockConflict,
|
|
402
427
|
},
|
|
403
428
|
},
|
|
404
429
|
},
|
|
@@ -428,6 +453,7 @@ const contentPaths = {
|
|
|
428
453
|
},
|
|
429
454
|
...authErrors,
|
|
430
455
|
...standardErrors(400, 404, 500),
|
|
456
|
+
...entryLockConflict,
|
|
431
457
|
},
|
|
432
458
|
},
|
|
433
459
|
delete: {
|
|
@@ -436,9 +462,12 @@ const contentPaths = {
|
|
|
436
462
|
description: "Reverts a scheduled item to draft status.",
|
|
437
463
|
tags: ["Content"],
|
|
438
464
|
requestParams: {
|
|
439
|
-
path:
|
|
440
|
-
|
|
441
|
-
|
|
465
|
+
path: entryPathParams,
|
|
466
|
+
query: z.object({
|
|
467
|
+
overrideLock: z.enum(["true", "false"]).optional().meta({
|
|
468
|
+
description:
|
|
469
|
+
"Unschedule even though another editor holds this entry's edit lock. Without it the request is refused with 409 ENTRY_LOCKED.",
|
|
470
|
+
}),
|
|
442
471
|
}),
|
|
443
472
|
},
|
|
444
473
|
responses: {
|
|
@@ -452,6 +481,7 @@ const contentPaths = {
|
|
|
452
481
|
},
|
|
453
482
|
...authErrors,
|
|
454
483
|
...standardErrors(404, 500),
|
|
484
|
+
...entryLockConflict,
|
|
455
485
|
},
|
|
456
486
|
},
|
|
457
487
|
},
|
|
@@ -584,6 +614,81 @@ const contentPaths = {
|
|
|
584
614
|
},
|
|
585
615
|
...authErrors,
|
|
586
616
|
...standardErrors(404, 500),
|
|
617
|
+
...entryLockConflict,
|
|
618
|
+
},
|
|
619
|
+
},
|
|
620
|
+
},
|
|
621
|
+
|
|
622
|
+
"/_emdash/api/content/{collection}/{id}/lock": {
|
|
623
|
+
get: {
|
|
624
|
+
operationId: "getEntryLock",
|
|
625
|
+
summary: "Read the entry's edit lock",
|
|
626
|
+
description: "Reports who is holding the entry, if anyone, without changing the lease.",
|
|
627
|
+
tags: ["Content"],
|
|
628
|
+
requestParams: {
|
|
629
|
+
path: entryPathParams,
|
|
630
|
+
},
|
|
631
|
+
responses: {
|
|
632
|
+
"200": {
|
|
633
|
+
description: "Current lock state",
|
|
634
|
+
content: {
|
|
635
|
+
[JSON_CONTENT]: { schema: successEnvelope(entryLockStatusSchema) },
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
...authErrors,
|
|
639
|
+
...standardErrors(404, 500),
|
|
640
|
+
},
|
|
641
|
+
},
|
|
642
|
+
post: {
|
|
643
|
+
operationId: "acquireEntryLock",
|
|
644
|
+
summary: "Take or refresh the entry's edit lock",
|
|
645
|
+
description:
|
|
646
|
+
"Takes the lock for the caller, or reports who holds it. `heldByCaller` " +
|
|
647
|
+
"tells the two apart. The lease lasts seven minutes; repeating this call " +
|
|
648
|
+
"and every save on the entry extend it. `takeover` claims the lock from " +
|
|
649
|
+
"whoever holds it; their next heartbeat or save reports the new holder.",
|
|
650
|
+
tags: ["Content"],
|
|
651
|
+
requestParams: {
|
|
652
|
+
path: entryPathParams,
|
|
653
|
+
},
|
|
654
|
+
requestBody: {
|
|
655
|
+
content: { [JSON_CONTENT]: { schema: entryLockAcquireBody } },
|
|
656
|
+
},
|
|
657
|
+
responses: {
|
|
658
|
+
"200": {
|
|
659
|
+
description: "Lock state after the attempt",
|
|
660
|
+
content: {
|
|
661
|
+
[JSON_CONTENT]: { schema: successEnvelope(entryLockStatusSchema) },
|
|
662
|
+
},
|
|
663
|
+
},
|
|
664
|
+
...authErrors,
|
|
665
|
+
...standardErrors(404, 500),
|
|
666
|
+
},
|
|
667
|
+
},
|
|
668
|
+
delete: {
|
|
669
|
+
operationId: "releaseEntryLock",
|
|
670
|
+
summary: "Release the caller's edit lock",
|
|
671
|
+
description:
|
|
672
|
+
"Releases the lock only when the caller holds it; `released` is false otherwise.",
|
|
673
|
+
tags: ["Content"],
|
|
674
|
+
requestParams: {
|
|
675
|
+
path: entryPathParams,
|
|
676
|
+
query: z.object({
|
|
677
|
+
token: z.string().optional().meta({
|
|
678
|
+
description:
|
|
679
|
+
"The session token sent on acquire. With it, only the tab that last claimed the lock releases it.",
|
|
680
|
+
}),
|
|
681
|
+
}),
|
|
682
|
+
},
|
|
683
|
+
responses: {
|
|
684
|
+
"200": {
|
|
685
|
+
description: "Whether a lock was released",
|
|
686
|
+
content: {
|
|
687
|
+
[JSON_CONTENT]: { schema: successEnvelope(entryLockReleaseResponseSchema) },
|
|
688
|
+
},
|
|
689
|
+
},
|
|
690
|
+
...authErrors,
|
|
691
|
+
...standardErrors(404, 500),
|
|
587
692
|
},
|
|
588
693
|
},
|
|
589
694
|
},
|
|
@@ -176,6 +176,11 @@ export const contentListQuery = cursorPaginationQuery
|
|
|
176
176
|
/** ISO 8601 datetime for `publishedAt` / `createdAt`. Routes gate writes behind `content:publish_any`. */
|
|
177
177
|
const contentDateOverride = contentDateTime.nullish();
|
|
178
178
|
|
|
179
|
+
const overrideLockFlag = z.boolean().optional().meta({
|
|
180
|
+
description:
|
|
181
|
+
"Write even though another editor holds this entry's edit lock. Without it the write is refused with 409 ENTRY_LOCKED.",
|
|
182
|
+
});
|
|
183
|
+
|
|
179
184
|
export const contentCreateBody = z
|
|
180
185
|
.object({
|
|
181
186
|
data: z.record(z.string(), z.unknown()),
|
|
@@ -206,6 +211,7 @@ export const contentUpdateBody = z
|
|
|
206
211
|
.optional()
|
|
207
212
|
.meta({ description: "Opaque revision token for optimistic concurrency" }),
|
|
208
213
|
skipRevision: z.boolean().optional(),
|
|
214
|
+
overrideLock: overrideLockFlag,
|
|
209
215
|
seo: contentSeoInput.optional(),
|
|
210
216
|
taxonomies: z.record(z.string(), z.array(z.string())).optional().meta({
|
|
211
217
|
description:
|
|
@@ -224,6 +230,7 @@ export const contentScheduleBody = z
|
|
|
224
230
|
description: "ISO 8601 datetime for scheduled publishing",
|
|
225
231
|
examples: ["2025-06-15T09:00:00Z"],
|
|
226
232
|
}),
|
|
233
|
+
overrideLock: overrideLockFlag,
|
|
227
234
|
})
|
|
228
235
|
.meta({ id: "ContentScheduleBody" });
|
|
229
236
|
|
|
@@ -232,6 +239,7 @@ export const contentRevisionConditionBody = z.object({
|
|
|
232
239
|
.string()
|
|
233
240
|
.optional()
|
|
234
241
|
.meta({ description: "Opaque revision token for optimistic concurrency" }),
|
|
242
|
+
overrideLock: overrideLockFlag,
|
|
235
243
|
});
|
|
236
244
|
|
|
237
245
|
export const contentPublishBody = contentRevisionConditionBody
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
export const entryLockAcquireBody = z
|
|
4
|
+
.object({
|
|
5
|
+
takeover: z.boolean().optional().meta({
|
|
6
|
+
description:
|
|
7
|
+
"Take the lock from whoever holds it. Their next heartbeat or save reports the new holder.",
|
|
8
|
+
}),
|
|
9
|
+
token: z.string().min(1).max(128).optional().meta({
|
|
10
|
+
description:
|
|
11
|
+
"Identifies the caller's editing session. Send the same value on DELETE so a release from one tab does not drop a lock another tab of the same account still relies on.",
|
|
12
|
+
}),
|
|
13
|
+
})
|
|
14
|
+
.meta({ id: "EntryLockAcquireBody" });
|
|
15
|
+
|
|
16
|
+
export const entryLockHolderSchema = z
|
|
17
|
+
.object({
|
|
18
|
+
userId: z.string(),
|
|
19
|
+
userName: z.string().nullable(),
|
|
20
|
+
acquiredAt: z.string(),
|
|
21
|
+
expiresAt: z.string(),
|
|
22
|
+
})
|
|
23
|
+
.meta({ id: "EntryLockHolder" });
|
|
24
|
+
|
|
25
|
+
export const entryLockStatusSchema = z
|
|
26
|
+
.object({
|
|
27
|
+
enabled: z.boolean().meta({
|
|
28
|
+
description: "Whether the collection takes edit locks at all",
|
|
29
|
+
}),
|
|
30
|
+
holder: entryLockHolderSchema.nullable(),
|
|
31
|
+
heldByCaller: z.boolean(),
|
|
32
|
+
})
|
|
33
|
+
.meta({ id: "EntryLockStatus" });
|
|
34
|
+
|
|
35
|
+
export const entryLockReleaseResponseSchema = z
|
|
36
|
+
.object({ released: z.boolean() })
|
|
37
|
+
.meta({ id: "EntryLockReleaseResponse" });
|
|
38
|
+
|
|
39
|
+
export const entryLockConflictSchema = z.object({
|
|
40
|
+
success: z.literal(false),
|
|
41
|
+
error: z.object({
|
|
42
|
+
code: z.literal("ENTRY_LOCKED"),
|
|
43
|
+
message: z.string(),
|
|
44
|
+
details: entryLockHolderSchema,
|
|
45
|
+
}),
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
export type EntryLockAcquireBody = z.infer<typeof entryLockAcquireBody>;
|
package/src/api/schemas/index.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
|
-
import { MAX_COLLECTION_LIST_COLUMNS } from "../../schema/types.js";
|
|
3
|
+
import { MAX_COLLECTION_GROUP_LENGTH, MAX_COLLECTION_LIST_COLUMNS } from "../../schema/types.js";
|
|
4
4
|
import { compileUrlPattern } from "../../schema/url-pattern.js";
|
|
5
5
|
import { slugPattern } from "./common.js";
|
|
6
6
|
|
|
@@ -141,6 +141,9 @@ const fieldValidation = z
|
|
|
141
141
|
|
|
142
142
|
const fieldWidgetOptions = z.record(z.string(), z.unknown()).optional();
|
|
143
143
|
|
|
144
|
+
/** Admin sidebar folder label; an empty string clears it like `null`. */
|
|
145
|
+
const navGroupValue = z.string().trim().max(MAX_COLLECTION_GROUP_LENGTH);
|
|
146
|
+
|
|
144
147
|
export const createCollectionBody = z
|
|
145
148
|
.object({
|
|
146
149
|
slug: z.string().min(1).max(63).regex(slugPattern, "Invalid slug format"),
|
|
@@ -156,6 +159,8 @@ export const createCollectionBody = z
|
|
|
156
159
|
hasSeo: z.boolean().optional(),
|
|
157
160
|
hidden: z.boolean().optional(),
|
|
158
161
|
sortOrder: z.number().int().nullish(),
|
|
162
|
+
editLocking: z.boolean().optional(),
|
|
163
|
+
group: navGroupValue.nullish(),
|
|
159
164
|
})
|
|
160
165
|
.meta({ id: "CreateCollectionBody" });
|
|
161
166
|
|
|
@@ -172,10 +177,12 @@ export const updateCollectionBody = z
|
|
|
172
177
|
hasSeo: z.boolean().optional(),
|
|
173
178
|
hidden: z.boolean().optional(),
|
|
174
179
|
sortOrder: z.number().int().nullish(),
|
|
180
|
+
group: navGroupValue.nullish(),
|
|
175
181
|
commentsEnabled: z.boolean().optional(),
|
|
176
182
|
commentsModeration: z.enum(["all", "first_time", "none"]).optional(),
|
|
177
183
|
commentsClosedAfterDays: z.number().int().min(0).optional(),
|
|
178
184
|
commentsAutoApproveUsers: z.boolean().optional(),
|
|
185
|
+
editLocking: z.boolean().optional(),
|
|
179
186
|
titleField: z.string().min(1).max(63).regex(slugPattern, "Invalid field slug format").nullish(),
|
|
180
187
|
dateField: z.string().min(1).max(63).regex(slugPattern, "Invalid field slug format").nullish(),
|
|
181
188
|
})
|
|
@@ -268,6 +275,8 @@ export const collectionSchema = z
|
|
|
268
275
|
hasSeo: z.boolean(),
|
|
269
276
|
hidden: z.boolean(),
|
|
270
277
|
sortOrder: z.number().int().nullable(),
|
|
278
|
+
editLocking: z.boolean(),
|
|
279
|
+
group: z.string().nullish(),
|
|
271
280
|
createdAt: z.string(),
|
|
272
281
|
updatedAt: z.string(),
|
|
273
282
|
titleField: z.string().nullish(),
|
package/src/api/types.ts
CHANGED
|
@@ -57,6 +57,8 @@ export interface ManifestCollectionDescriptor {
|
|
|
57
57
|
titleField?: string;
|
|
58
58
|
dateField?: string;
|
|
59
59
|
hidden?: boolean;
|
|
60
|
+
/** Admin sidebar folder shared with other collections of the same group */
|
|
61
|
+
group?: string;
|
|
60
62
|
listColumns?: string[];
|
|
61
63
|
fields: Record<string, ManifestFieldDescriptor>;
|
|
62
64
|
}
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
import { buildMigrationManifest } from "../../migrations/manifest-builder.js";
|
|
28
28
|
import { writeMigrationManifest } from "../../migrations/manifest-writer.js";
|
|
29
29
|
import type { ResolvedPlugin } from "../../plugins/types.js";
|
|
30
|
+
import { normalizeRegistryConfig } from "../../registry/config.js";
|
|
30
31
|
import { VERSION } from "../../version.js";
|
|
31
32
|
import { setDevTypegenRefresh } from "../dev-typegen.js";
|
|
32
33
|
import { local } from "../storage/adapters.js";
|
|
@@ -328,6 +329,11 @@ export function emdash(config: EmDashConfig = {}): AstroIntegration {
|
|
|
328
329
|
migrations: normalizeMigrationConfig(config.migrations),
|
|
329
330
|
};
|
|
330
331
|
|
|
332
|
+
// Validate environment-independent registry settings while Astro is still
|
|
333
|
+
// evaluating its config. The command-aware check in astro:config:setup
|
|
334
|
+
// applies the stricter production localhost policy.
|
|
335
|
+
normalizeRegistryConfig(resolvedConfig.experimental?.registry, { allowLocalhost: true });
|
|
336
|
+
|
|
331
337
|
// Validate marketplace URL
|
|
332
338
|
if (resolvedConfig.marketplace) {
|
|
333
339
|
const url = resolvedConfig.marketplace;
|
|
@@ -346,12 +352,6 @@ export function emdash(config: EmDashConfig = {}): AstroIntegration {
|
|
|
346
352
|
}
|
|
347
353
|
throw e;
|
|
348
354
|
}
|
|
349
|
-
if (!resolvedConfig.sandboxRunner) {
|
|
350
|
-
throw new Error(
|
|
351
|
-
"Marketplace requires `sandboxRunner` to be configured. " +
|
|
352
|
-
"Marketplace plugins run in sandboxed V8 isolates.",
|
|
353
|
-
);
|
|
354
|
-
}
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
// Validate siteUrl if provided in astro.config.mjs.
|
|
@@ -469,6 +469,9 @@ export function emdash(config: EmDashConfig = {}): AstroIntegration {
|
|
|
469
469
|
command,
|
|
470
470
|
}) => {
|
|
471
471
|
astroCommand = command;
|
|
472
|
+
normalizeRegistryConfig(resolvedConfig.experimental?.registry, {
|
|
473
|
+
allowLocalhost: command === "dev" || command === "sync",
|
|
474
|
+
});
|
|
472
475
|
printBanner(logger);
|
|
473
476
|
// Capture the host's Astro version so the runtime can expose it
|
|
474
477
|
// to the admin and the registry install gate for `env:astro`
|
|
@@ -169,6 +169,11 @@ export function injectCoreRoutes(
|
|
|
169
169
|
entrypoint: resolveRoute("api/content/[collection]/[id]/compare.ts"),
|
|
170
170
|
});
|
|
171
171
|
|
|
172
|
+
injectRoute({
|
|
173
|
+
pattern: "/_emdash/api/content/[collection]/[id]/lock",
|
|
174
|
+
entrypoint: resolveRoute("api/content/[collection]/[id]/lock.ts"),
|
|
175
|
+
});
|
|
176
|
+
|
|
172
177
|
// i18n translation routes
|
|
173
178
|
injectRoute({
|
|
174
179
|
pattern: "/_emdash/api/content/[collection]/[id]/translations",
|
|
@@ -259,12 +259,13 @@ export interface EmDashConfig {
|
|
|
259
259
|
*
|
|
260
260
|
* @example
|
|
261
261
|
* ```ts
|
|
262
|
+
* import { sandbox } from "@emdash-cms/cloudflare";
|
|
262
263
|
* import { untrustedPlugin } from "some-third-party-plugin";
|
|
263
264
|
*
|
|
264
265
|
* emdash({
|
|
265
266
|
* plugins: [trustedPlugin()], // runs in host
|
|
266
267
|
* sandboxed: [untrustedPlugin()], // runs in isolate
|
|
267
|
-
* sandboxRunner:
|
|
268
|
+
* sandboxRunner: sandbox(),
|
|
268
269
|
* })
|
|
269
270
|
* ```
|
|
270
271
|
*/
|
|
@@ -275,8 +276,10 @@ export interface EmDashConfig {
|
|
|
275
276
|
*
|
|
276
277
|
* @example
|
|
277
278
|
* ```ts
|
|
279
|
+
* import { sandbox } from "@emdash-cms/cloudflare";
|
|
280
|
+
*
|
|
278
281
|
* emdash({
|
|
279
|
-
* sandboxRunner:
|
|
282
|
+
* sandboxRunner: sandbox(),
|
|
280
283
|
* })
|
|
281
284
|
* ```
|
|
282
285
|
*/
|
|
@@ -359,7 +362,8 @@ export interface EmDashConfig {
|
|
|
359
362
|
* and uninstall plugins from a remote marketplace.
|
|
360
363
|
*
|
|
361
364
|
* Must be an HTTPS URL in production, or localhost/127.0.0.1 in dev.
|
|
362
|
-
*
|
|
365
|
+
* Installing or updating plugins requires an available `sandboxRunner`.
|
|
366
|
+
* Browsing remains available when no runner is configured.
|
|
363
367
|
*
|
|
364
368
|
* When `registry` is also configured, the registry replaces the marketplace
|
|
365
369
|
* for the admin UI's browse and install flows. Existing marketplace-installed
|
|
@@ -367,9 +371,11 @@ export interface EmDashConfig {
|
|
|
367
371
|
*
|
|
368
372
|
* @example
|
|
369
373
|
* ```ts
|
|
374
|
+
* import { sandbox } from "@emdash-cms/cloudflare";
|
|
375
|
+
*
|
|
370
376
|
* emdash({
|
|
371
377
|
* marketplace: "https://marketplace.emdashcms.com",
|
|
372
|
-
* sandboxRunner:
|
|
378
|
+
* sandboxRunner: sandbox(),
|
|
373
379
|
* })
|
|
374
380
|
* ```
|
|
375
381
|
*/
|
|
@@ -385,13 +391,15 @@ export interface EmDashConfig {
|
|
|
385
391
|
*
|
|
386
392
|
* @example
|
|
387
393
|
* ```ts
|
|
394
|
+
* import { sandbox } from "@emdash-cms/cloudflare";
|
|
395
|
+
*
|
|
388
396
|
* emdash({
|
|
389
397
|
* experimental: {
|
|
390
398
|
* registry: {
|
|
391
399
|
* aggregatorUrl: "https://registry.emdashcms.com",
|
|
392
400
|
* },
|
|
393
401
|
* },
|
|
394
|
-
* sandboxRunner:
|
|
402
|
+
* sandboxRunner: sandbox(),
|
|
395
403
|
* })
|
|
396
404
|
* ```
|
|
397
405
|
*/
|