emdash 0.40.0 → 0.41.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/action-token-CbKDcPJi.mjs +26 -0
- package/dist/action-token-CbKDcPJi.mjs.map +1 -0
- package/dist/activation-PtniBLt9.mjs +382 -0
- package/dist/activation-PtniBLt9.mjs.map +1 -0
- package/dist/adapters-C_Tf5x90.d.mts +171 -0
- package/dist/adapters-C_Tf5x90.d.mts.map +1 -0
- package/dist/allowed-origins-U1z4TdEZ.mjs +116 -0
- package/dist/allowed-origins-U1z4TdEZ.mjs.map +1 -0
- package/dist/api/route-utils.d.mts +4 -4
- package/dist/api/route-utils.mjs +46 -45
- package/dist/api/route-utils.mjs.map +1 -1
- package/dist/api/schemas/index.d.mts +2 -2
- package/dist/api/schemas/index.mjs +10 -10
- package/dist/api-CXwQkV_m.mjs +5122 -0
- package/dist/api-CXwQkV_m.mjs.map +1 -0
- package/dist/api-tokens-89WlohEN.mjs +166 -0
- package/dist/api-tokens-89WlohEN.mjs.map +1 -0
- package/dist/apply-Do3KNnUk.mjs +1659 -0
- package/dist/apply-Do3KNnUk.mjs.map +1 -0
- package/dist/approvals-CAX9Yw33.mjs +460 -0
- package/dist/approvals-CAX9Yw33.mjs.map +1 -0
- package/dist/artifact-fetch-B9W4CEST.mjs +659 -0
- package/dist/artifact-fetch-B9W4CEST.mjs.map +1 -0
- package/dist/astro/index.d.mts +14 -14
- package/dist/astro/index.mjs +26 -30
- package/dist/astro/index.mjs.map +1 -1
- package/dist/astro/middleware/auth.d.mts +12 -12
- package/dist/astro/middleware/auth.mjs +10 -10
- package/dist/astro/middleware/media-usage-write-fence.mjs +5 -5
- package/dist/astro/middleware/redirect.mjs +7 -7
- package/dist/astro/middleware/request-context.mjs +3 -3
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.d.mts +12 -12
- package/dist/astro/middleware.d.mts.map +1 -1
- package/dist/astro/middleware.mjs +110 -106
- package/dist/astro/middleware.mjs.map +1 -1
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +14 -14
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +14 -14
- package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +7 -7
- package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +7 -7
- package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +17 -17
- package/dist/astro/routes/api/admin/byline-fields/index.mjs +17 -17
- package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +17 -17
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +23 -23
- package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +23 -23
- package/dist/astro/routes/api/admin/bylines/index.mjs +23 -23
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +18 -18
- package/dist/astro/routes/api/admin/comments/_id_.mjs +7 -7
- package/dist/astro/routes/api/admin/comments/bulk.mjs +17 -17
- package/dist/astro/routes/api/admin/comments/counts.mjs +7 -7
- package/dist/astro/routes/api/admin/comments/index.mjs +17 -17
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
- package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +5 -5
- package/dist/astro/routes/api/admin/media-usage/activation.mjs +20 -20
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/progress.mjs +25 -25
- package/dist/astro/routes/api/admin/media-usage/repair.mjs +31 -31
- package/dist/astro/routes/api/admin/media-usage/work/index.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +22 -22
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +8 -8
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +8 -8
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +7 -7
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +82 -78
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/index.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +5 -5
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +71 -67
- 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 +81 -77
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +72 -68
- 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 +83 -79
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs +74 -70
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/publisher-handle.mjs +7 -7
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/updates.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
- package/dist/astro/routes/api/admin/scheduled-policy-rejections/_collection_/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +71 -67
- 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 +5 -5
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +71 -67
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/transfer/_...path_.mjs +4 -4
- package/dist/astro/routes/api/admin/transfer/approvals/_id_/approve.mjs +40 -40
- package/dist/astro/routes/api/admin/transfer/approvals/_id_/deny.mjs +40 -40
- package/dist/astro/routes/api/admin/transfer/approvals/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/capabilities.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/advance.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/archive.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/_id_/files/_...path_.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/_id_/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/manifest.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/index.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/abandon.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/advance.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/analyze.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/cancel.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/execute.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/files/_...path_.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/missing.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/plan.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/receipt.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/index.mjs +44 -44
- package/dist/astro/routes/api/admin/users/_id_/disable.mjs +5 -5
- package/dist/astro/routes/api/admin/users/_id_/enable.mjs +4 -4
- package/dist/astro/routes/api/admin/users/_id_/index.mjs +15 -15
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +6 -6
- package/dist/astro/routes/api/admin/users/index.mjs +14 -14
- package/dist/astro/routes/api/auth/dev-bypass.mjs +6 -6
- package/dist/astro/routes/api/auth/invite/accept.mjs +4 -4
- package/dist/astro/routes/api/auth/invite/complete.mjs +18 -18
- package/dist/astro/routes/api/auth/invite/index.mjs +16 -16
- package/dist/astro/routes/api/auth/invite/register-options.mjs +17 -17
- package/dist/astro/routes/api/auth/logout.mjs +5 -5
- package/dist/astro/routes/api/auth/magic-link/send.mjs +18 -18
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +14 -14
- package/dist/astro/routes/api/auth/me.mjs +15 -15
- package/dist/astro/routes/api/auth/mode.mjs +5 -5
- package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +3 -3
- package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
- package/dist/astro/routes/api/auth/passkey/_id_.mjs +14 -14
- package/dist/astro/routes/api/auth/passkey/index.mjs +4 -4
- package/dist/astro/routes/api/auth/passkey/options.mjs +19 -19
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +17 -17
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +18 -18
- package/dist/astro/routes/api/auth/passkey/verify.mjs +18 -18
- package/dist/astro/routes/api/auth/signup/complete.mjs +18 -18
- package/dist/astro/routes/api/auth/signup/request.mjs +17 -17
- package/dist/astro/routes/api/auth/signup/verify.mjs +4 -4
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
- package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +18 -18
- package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/plugin-extensions/_pluginId_/_kind_/_extensionId_.mjs +11 -11
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +31 -31
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts +1 -2
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +42 -53
- 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 +34 -29
- 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 +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +25 -24
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +18 -18
- package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/authors.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/index.mjs +15 -15
- package/dist/astro/routes/api/content/_collection_/trash.mjs +15 -15
- package/dist/astro/routes/api/dashboard.mjs +10 -9
- package/dist/astro/routes/api/dashboard.mjs.map +1 -1
- package/dist/astro/routes/api/dev/emails.mjs +5 -5
- package/dist/astro/routes/api/health.mjs +6 -6
- package/dist/astro/routes/api/import/probe.d.mts +3 -3
- package/dist/astro/routes/api/import/probe.mjs +23 -23
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -6
- package/dist/astro/routes/api/import/wordpress/execute.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress/execute.mjs +16 -16
- package/dist/astro/routes/api/import/wordpress/media.d.mts +12 -12
- package/dist/astro/routes/api/import/wordpress/media.mjs +19 -19
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +18 -18
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +28 -28
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +23 -23
- package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +34 -34
- package/dist/astro/routes/api/manifest.mjs +6 -6
- package/dist/astro/routes/api/mcp.mjs +98 -118
- package/dist/astro/routes/api/mcp.mjs.map +1 -1
- package/dist/astro/routes/api/media/_id_/confirm.mjs +19 -19
- package/dist/astro/routes/api/media/_id_/replace.mjs +16 -16
- package/dist/astro/routes/api/media/_id_/upload.mjs +9 -9
- package/dist/astro/routes/api/media/_id_/usage.mjs +33 -33
- package/dist/astro/routes/api/media/_id_.mjs +31 -31
- package/dist/astro/routes/api/media/asset/_id_/_filename_.mjs +6 -6
- package/dist/astro/routes/api/media/file/_...key_.mjs +9 -9
- package/dist/astro/routes/api/media/folders/_id_.mjs +16 -16
- package/dist/astro/routes/api/media/folders/index.mjs +16 -16
- package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +5 -5
- package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +5 -5
- package/dist/astro/routes/api/media/providers/index.mjs +5 -5
- package/dist/astro/routes/api/media/upload-url.mjs +18 -18
- package/dist/astro/routes/api/media.mjs +35 -35
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/items.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/translations.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_.mjs +17 -17
- package/dist/astro/routes/api/menus/index.mjs +17 -17
- package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
- package/dist/astro/routes/api/oauth/device/authorize.d.mts +2 -1
- package/dist/astro/routes/api/oauth/device/authorize.d.mts.map +1 -1
- package/dist/astro/routes/api/oauth/device/authorize.mjs +23 -9
- package/dist/astro/routes/api/oauth/device/authorize.mjs.map +1 -1
- package/dist/astro/routes/api/oauth/device/code.mjs +11 -11
- package/dist/astro/routes/api/oauth/device/token.mjs +10 -10
- package/dist/astro/routes/api/oauth/register.mjs +5 -5
- package/dist/astro/routes/api/oauth/token/refresh.mjs +8 -8
- package/dist/astro/routes/api/oauth/token/revoke.mjs +8 -8
- package/dist/astro/routes/api/oauth/token.mjs +8 -8
- package/dist/astro/routes/api/openapi.json.mjs +20 -20
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +11 -11
- package/dist/astro/routes/api/redirects/404s/index.mjs +19 -19
- package/dist/astro/routes/api/redirects/404s/summary.mjs +19 -19
- package/dist/astro/routes/api/redirects/_id_.mjs +19 -19
- package/dist/astro/routes/api/redirects/index.mjs +19 -19
- package/dist/astro/routes/api/relations/_id_/index.mjs +34 -29
- package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/relations/index.mjs +36 -31
- package/dist/astro/routes/api/relations/index.mjs.map +1 -1
- package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +5 -5
- package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +5 -5
- package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs.map +1 -1
- package/dist/astro/routes/api/schema/block-types/index.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +73 -69
- 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 +71 -67
- 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 +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/reorder.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/index.mjs +16 -16
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +71 -67
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
- package/dist/astro/routes/api/schema/orphans/index.mjs +71 -67
- package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
- package/dist/astro/routes/api/search/enable.mjs +19 -19
- package/dist/astro/routes/api/search/index.mjs +18 -18
- package/dist/astro/routes/api/search/rebuild.mjs +19 -19
- package/dist/astro/routes/api/search/stats.mjs +9 -9
- package/dist/astro/routes/api/search/suggest.mjs +18 -18
- package/dist/astro/routes/api/sections/_slug_.mjs +18 -18
- package/dist/astro/routes/api/sections/index.mjs +18 -18
- package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/archives/index.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/export.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/index.mjs +8 -8
- package/dist/astro/routes/api/settings/email.mjs +6 -6
- package/dist/astro/routes/api/settings.mjs +21 -21
- package/dist/astro/routes/api/setup/admin-verify.mjs +19 -19
- package/dist/astro/routes/api/setup/admin.mjs +18 -18
- package/dist/astro/routes/api/setup/dev-bypass.mjs +45 -39
- package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
- package/dist/astro/routes/api/setup/dev-reset.mjs +4 -4
- package/dist/astro/routes/api/setup/index.d.mts.map +1 -1
- package/dist/astro/routes/api/setup/index.mjs +80 -49
- package/dist/astro/routes/api/setup/index.mjs.map +1 -1
- package/dist/astro/routes/api/setup/status.mjs +6 -6
- package/dist/astro/routes/api/snapshot.mjs +9 -9
- package/dist/astro/routes/api/snapshot.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +22 -22
- package/dist/astro/routes/api/taxonomies/_name_.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/bulk-tag.mjs +36 -35
- package/dist/astro/routes/api/taxonomies/bulk-tag.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/index.mjs +23 -23
- package/dist/astro/routes/api/themes/preview.mjs +6 -6
- package/dist/astro/routes/api/typegen.mjs +8 -8
- package/dist/astro/routes/api/visual-editing/action-token.mjs +6 -6
- package/dist/astro/routes/api/visual-editing/content/_collection_/_id_/publish.mjs +19 -19
- package/dist/astro/routes/api/visual-editing/toolbar-labels.mjs +4 -4
- package/dist/astro/routes/api/well-known/auth.mjs +1 -1
- 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 +16 -16
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +19 -19
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +19 -19
- package/dist/astro/routes/api/widget-areas/_name_.mjs +9 -9
- package/dist/astro/routes/api/widget-areas/index.mjs +19 -19
- package/dist/astro/routes/api/widget-components.mjs +5 -5
- package/dist/astro/routes/robots.txt.mjs +6 -6
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
- package/dist/astro/routes/sitemap.xml.mjs +7 -7
- package/dist/astro/types.d.mts +28 -18
- package/dist/astro/types.d.mts.map +1 -1
- package/dist/audit-CrgmE9LE.mjs +127 -0
- package/dist/audit-CrgmE9LE.mjs.map +1 -0
- package/dist/auth/providers/github.d.mts +1 -1
- package/dist/auth/providers/google.d.mts +1 -1
- package/dist/authoritative-records-C2YzIdbu.mjs +5172 -0
- package/dist/authoritative-records-C2YzIdbu.mjs.map +1 -0
- package/dist/authorize-WgdKF8QY.mjs +49 -0
- package/dist/authorize-WgdKF8QY.mjs.map +1 -0
- package/dist/backup-Ck8_lMO3.mjs +246 -0
- package/dist/backup-Ck8_lMO3.mjs.map +1 -0
- package/dist/block-types-BQ90asVI.mjs +132 -0
- package/dist/block-types-BQ90asVI.mjs.map +1 -0
- package/dist/block-values-ACFqgB1D.mjs +175 -0
- package/dist/block-values-ACFqgB1D.mjs.map +1 -0
- package/dist/bundle-Db1iNMv_.mjs +667 -0
- package/dist/bundle-Db1iNMv_.mjs.map +1 -0
- package/dist/byline-BayaYGoj.mjs +909 -0
- package/dist/byline-BayaYGoj.mjs.map +1 -0
- package/dist/byline-fields-B8HH-35f.mjs +254 -0
- package/dist/byline-fields-B8HH-35f.mjs.map +1 -0
- package/dist/byline-fields-hMPjf6Eu.mjs +123 -0
- package/dist/byline-fields-hMPjf6Eu.mjs.map +1 -0
- package/dist/byline-registry-B_EK_TQf.mjs +406 -0
- package/dist/byline-registry-B_EK_TQf.mjs.map +1 -0
- package/dist/bylines-DFAaFXWi.mjs +214 -0
- package/dist/bylines-DFAaFXWi.mjs.map +1 -0
- package/dist/bylines-DkIxUxmr.mjs +232 -0
- package/dist/bylines-DkIxUxmr.mjs.map +1 -0
- package/dist/cache-DkvhQ8XE.mjs +108 -0
- package/dist/cache-DkvhQ8XE.mjs.map +1 -0
- package/dist/canonical-CcSuuTlH.mjs +174 -0
- package/dist/canonical-CcSuuTlH.mjs.map +1 -0
- package/dist/capture-triggers-DJEoOTOq.mjs +362 -0
- package/dist/capture-triggers-DJEoOTOq.mjs.map +1 -0
- package/dist/challenge-store-CvBl81AQ.mjs +51 -0
- package/dist/challenge-store-CvBl81AQ.mjs.map +1 -0
- package/dist/checksum-CClweQzI.mjs +162 -0
- package/dist/checksum-CClweQzI.mjs.map +1 -0
- package/dist/chrome-tags-D5caJwwp.mjs +24 -0
- package/dist/chrome-tags-D5caJwwp.mjs.map +1 -0
- package/dist/chunks-DwBaj8aT.mjs +25 -0
- package/dist/chunks-DwBaj8aT.mjs.map +1 -0
- package/dist/cli/index.mjs +374 -761
- package/dist/cli/index.mjs.map +1 -1
- package/dist/client/cf-access.d.mts +1 -1
- package/dist/client/index.d.mts +18 -18
- package/dist/client/index.mjs +2 -2
- package/dist/collection-deletion-CLCdXsnV.mjs +436 -0
- package/dist/collection-deletion-CLCdXsnV.mjs.map +1 -0
- package/dist/collection-deletion-processor-hNw8x01F.mjs +217 -0
- package/dist/collection-deletion-processor-hNw8x01F.mjs.map +1 -0
- package/dist/collection-slugs-cache-CUuiduLq.mjs +85 -0
- package/dist/collection-slugs-cache-CUuiduLq.mjs.map +1 -0
- package/dist/comment-D2uvL63j.mjs +313 -0
- package/dist/comment-D2uvL63j.mjs.map +1 -0
- package/dist/comment-reaction-DevUuzg4.mjs +85 -0
- package/dist/comment-reaction-DevUuzg4.mjs.map +1 -0
- package/dist/comments-Cq0s7_hO.mjs +195 -0
- package/dist/comments-Cq0s7_hO.mjs.map +1 -0
- package/dist/comments-M4EDYAHw.mjs +99 -0
- package/dist/comments-M4EDYAHw.mjs.map +1 -0
- package/dist/components-CuIGwXMs.mjs +108 -0
- package/dist/components-CuIGwXMs.mjs.map +1 -0
- package/dist/config-52Ea5IWt.d.mts +39 -0
- package/dist/config-52Ea5IWt.d.mts.map +1 -0
- package/dist/config-CCz3xOLc.mjs +242 -0
- package/dist/config-CCz3xOLc.mjs.map +1 -0
- package/dist/config-D3d5Qudq.d.mts +6669 -0
- package/dist/config-D3d5Qudq.d.mts.map +1 -0
- package/dist/content-CbnufDsM.mjs +2018 -0
- package/dist/content-CbnufDsM.mjs.map +1 -0
- package/dist/content-list-query-D_7B1FE5.d.mts +26 -0
- package/dist/content-list-query-D_7B1FE5.d.mts.map +1 -0
- package/dist/content-policy-CYu6K1KB.mjs +46 -0
- package/dist/content-policy-CYu6K1KB.mjs.map +1 -0
- package/dist/content-repair-DlDUgFGp.mjs +442 -0
- package/dist/content-repair-DlDUgFGp.mjs.map +1 -0
- package/dist/context-CGQLA1-a.mjs +1922 -0
- package/dist/context-CGQLA1-a.mjs.map +1 -0
- package/dist/cron-c4D5C5Fx.mjs +284 -0
- package/dist/cron-c4D5C5Fx.mjs.map +1 -0
- package/dist/dashboard-CBq9kmOn.mjs +151 -0
- package/dist/dashboard-CBq9kmOn.mjs.map +1 -0
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.mjs +1 -1
- package/dist/db/libsql-migrations.d.mts +1 -1
- package/dist/db/libsql-migrations.mjs +4 -4
- package/dist/db/libsql.d.mts +1 -1
- package/dist/db/postgres-migrations.d.mts +1 -1
- package/dist/db/postgres-migrations.mjs +4 -4
- package/dist/db/postgres.d.mts +1 -1
- package/dist/db/sqlite-migrations.d.mts +1 -1
- package/dist/db/sqlite-migrations.mjs +4 -4
- package/dist/db/sqlite.d.mts +1 -1
- package/dist/db/sqlite.mjs +1 -1
- package/dist/default-DPsys51U.mjs +81 -0
- package/dist/default-DPsys51U.mjs.map +1 -0
- package/dist/deferred-tasks-CZ7rzBdo.d.mts +9 -0
- package/dist/deferred-tasks-CZ7rzBdo.d.mts.map +1 -0
- package/dist/dev-typegen-HRxwLRcT.mjs +29 -0
- package/dist/dev-typegen-HRxwLRcT.mjs.map +1 -0
- package/dist/device-flow-OcSqE9uY.mjs +521 -0
- package/dist/device-flow-OcSqE9uY.mjs.map +1 -0
- package/dist/digest-DVZ--cE9.mjs +194 -0
- package/dist/digest-DVZ--cE9.mjs.map +1 -0
- package/dist/direct-executor-DyjAqkpT.mjs +104 -0
- package/dist/direct-executor-DyjAqkpT.mjs.map +1 -0
- package/dist/dist-FPR93_xf.mjs +810 -0
- package/dist/dist-FPR93_xf.mjs.map +1 -0
- package/dist/email-console-DyQIgEnz.mjs +50 -0
- package/dist/email-console-DyQIgEnz.mjs.map +1 -0
- package/dist/email-locale-BYb16rVd.mjs +25 -0
- package/dist/email-locale-BYb16rVd.mjs.map +1 -0
- package/dist/emdash-runtime-CrzxJFmF.mjs +4214 -0
- package/dist/emdash-runtime-CrzxJFmF.mjs.map +1 -0
- package/dist/enrich-DBtCncE2.mjs +194 -0
- package/dist/enrich-DBtCncE2.mjs.map +1 -0
- package/dist/entry-lock-BN5y4YbO.d.mts +4481 -0
- package/dist/entry-lock-BN5y4YbO.d.mts.map +1 -0
- package/dist/entry-lock-BaRBHCsH.mjs +1173 -0
- package/dist/entry-lock-BaRBHCsH.mjs.map +1 -0
- package/dist/entry-lock-C6NcnZPV.mjs +163 -0
- package/dist/entry-lock-C6NcnZPV.mjs.map +1 -0
- package/dist/entry-locks-BTyQLdbC.mjs +167 -0
- package/dist/entry-locks-BTyQLdbC.mjs.map +1 -0
- package/dist/error-BfsNNrIE.mjs +90 -0
- package/dist/error-BfsNNrIE.mjs.map +1 -0
- package/dist/errors-BN1QAnEY.mjs +460 -0
- package/dist/errors-BN1QAnEY.mjs.map +1 -0
- package/dist/errors-Bt3goF8I.mjs +120 -0
- package/dist/errors-Bt3goF8I.mjs.map +1 -0
- package/dist/escape-BveidMa2.mjs +9 -0
- package/dist/escape-BveidMa2.mjs.map +1 -0
- package/dist/fence-Bb_IbCxI.mjs +162 -0
- package/dist/fence-Bb_IbCxI.mjs.map +1 -0
- package/dist/field-defs-cache-CsZctvbu.mjs +77 -0
- package/dist/field-defs-cache-CsZctvbu.mjs.map +1 -0
- package/dist/field-map-6m9rF49t.mjs +83 -0
- package/dist/field-map-6m9rF49t.mjs.map +1 -0
- package/dist/focal-point-CZ3d1wK5.mjs +23 -0
- package/dist/focal-point-CZ3d1wK5.mjs.map +1 -0
- package/dist/fts-manager-CCaZTp8y.mjs +443 -0
- package/dist/fts-manager-CCaZTp8y.mjs.map +1 -0
- package/dist/gc-xowRjczI.mjs +75 -0
- package/dist/gc-xowRjczI.mjs.map +1 -0
- package/dist/hash-COVK27Pc.mjs +37 -0
- package/dist/hash-COVK27Pc.mjs.map +1 -0
- package/dist/hook-result-CYSk0XFe.d.mts +31 -0
- package/dist/hook-result-CYSk0XFe.d.mts.map +1 -0
- package/dist/hreflang-CChPV7jx.mjs +105 -0
- package/dist/hreflang-CChPV7jx.mjs.map +1 -0
- package/dist/hreflang-DRslq3QI.d.mts +50 -0
- package/dist/hreflang-DRslq3QI.d.mts.map +1 -0
- package/dist/http-route-dispatch-CAdp2onn.mjs +339 -0
- package/dist/http-route-dispatch-CAdp2onn.mjs.map +1 -0
- package/dist/identity-NVTOOQyq.mjs +35 -0
- package/dist/identity-NVTOOQyq.mjs.map +1 -0
- package/dist/import-wpSO2N0x.mjs +2020 -0
- package/dist/import-wpSO2N0x.mjs.map +1 -0
- package/dist/index-CDs2wq4X.d.mts +623 -0
- package/dist/index-CDs2wq4X.d.mts.map +1 -0
- package/dist/index.d.mts +24 -24
- package/dist/index.mjs +103 -101
- package/dist/install-finalization-D9R9R-W8.mjs +58 -0
- package/dist/install-finalization-D9R9R-W8.mjs.map +1 -0
- package/dist/keys-Bck6LBfF.mjs +61 -0
- package/dist/keys-Bck6LBfF.mjs.map +1 -0
- package/dist/kinds-CYmRESWj.mjs +974 -0
- package/dist/kinds-CYmRESWj.mjs.map +1 -0
- package/dist/lifecycle-C815ZQfV.mjs +25 -0
- package/dist/lifecycle-C815ZQfV.mjs.map +1 -0
- package/dist/load-D99axixL.mjs +28 -0
- package/dist/load-D99axixL.mjs.map +1 -0
- package/dist/loader-CrRPfkHS.mjs +1197 -0
- package/dist/loader-CrRPfkHS.mjs.map +1 -0
- package/dist/loops-DMKlygqX.mjs +203 -0
- package/dist/loops-DMKlygqX.mjs.map +1 -0
- package/dist/manifest-builder-BQzCHNgB.mjs +189 -0
- package/dist/manifest-builder-BQzCHNgB.mjs.map +1 -0
- package/dist/manifest-schema-Ci2gmd0u.mjs +492 -0
- package/dist/manifest-schema-Ci2gmd0u.mjs.map +1 -0
- package/dist/media/image-endpoint.mjs +1 -1
- package/dist/media/index.d.mts +1 -1
- package/dist/media/index.mjs +4 -4
- package/dist/media/local-runtime.d.mts +14 -14
- package/dist/media/local-runtime.mjs +6 -6
- package/dist/media-BUQePMxP.mjs +373 -0
- package/dist/media-BUQePMxP.mjs.map +1 -0
- package/dist/media-DH8ibNlY.mjs +294 -0
- package/dist/media-DH8ibNlY.mjs.map +1 -0
- package/dist/media-OEIQ3bVc.mjs +408 -0
- package/dist/media-OEIQ3bVc.mjs.map +1 -0
- package/dist/media-allowlist-pYtaBA95.mjs +44 -0
- package/dist/media-allowlist-pYtaBA95.mjs.map +1 -0
- package/dist/media-folders-Bf8_s4de.mjs +210 -0
- package/dist/media-folders-Bf8_s4de.mjs.map +1 -0
- package/dist/media-url-C6klEuNd.mjs +43 -0
- package/dist/media-url-C6klEuNd.mjs.map +1 -0
- package/dist/media-usage-D7Y64m6v.mjs +1629 -0
- package/dist/media-usage-D7Y64m6v.mjs.map +1 -0
- package/dist/media-usage-activation-DrqbmgLA.mjs +78 -0
- package/dist/media-usage-activation-DrqbmgLA.mjs.map +1 -0
- package/dist/media-usage-work-DommYhYA.mjs +152 -0
- package/dist/media-usage-work-DommYhYA.mjs.map +1 -0
- package/dist/media-usage-work-HU63hNDu.mjs +586 -0
- package/dist/media-usage-work-HU63hNDu.mjs.map +1 -0
- package/dist/menus-BQfusWEC.mjs +3608 -0
- package/dist/menus-BQfusWEC.mjs.map +1 -0
- package/dist/menus-BtwjQt5s.mjs +753 -0
- package/dist/menus-BtwjQt5s.mjs.map +1 -0
- package/dist/menus-p_M1V7J_.mjs +139 -0
- package/dist/menus-p_M1V7J_.mjs.map +1 -0
- package/dist/migrations/index.d.mts +1 -1
- package/dist/migrations/index.mjs +3 -3
- package/dist/mime-C94qBG-P.mjs +36 -0
- package/dist/mime-C94qBG-P.mjs.map +1 -0
- package/dist/mode-DpYW3w6U.mjs +23 -0
- package/dist/mode-DpYW3w6U.mjs.map +1 -0
- package/dist/node-sqlite-compat-pWFw0lcc.mjs +46 -0
- package/dist/node-sqlite-compat-pWFw0lcc.mjs.map +1 -0
- package/dist/normalize-DduyxBjf.mjs +191 -0
- package/dist/normalize-DduyxBjf.mjs.map +1 -0
- package/dist/oauth-authorization-DAXsH1H9.mjs +274 -0
- package/dist/oauth-authorization-DAXsH1H9.mjs.map +1 -0
- package/dist/oauth-clients-DENiDQri.mjs +266 -0
- package/dist/oauth-clients-DENiDQri.mjs.map +1 -0
- package/dist/oauth-state-store-y8mEYVq9.mjs +50 -0
- package/dist/oauth-state-store-y8mEYVq9.mjs.map +1 -0
- package/dist/oauth-user-lookup-CtTYAy-O.mjs +26 -0
- package/dist/oauth-user-lookup-CtTYAy-O.mjs.map +1 -0
- package/dist/object-cache/memory.d.mts +1 -1
- package/dist/options-BYa1FgIM.d.mts +81 -0
- package/dist/options-BYa1FgIM.d.mts.map +1 -0
- package/dist/page/index.d.mts +2 -2
- package/dist/page/index.mjs +5 -5
- package/dist/parse-CORGGhHf.mjs +81 -0
- package/dist/parse-CORGGhHf.mjs.map +1 -0
- package/dist/parse-avNM1xWV.d.mts +168 -0
- package/dist/parse-avNM1xWV.d.mts.map +1 -0
- package/dist/passkey-config-Dih5YeIS.mjs +46 -0
- package/dist/passkey-config-Dih5YeIS.mjs.map +1 -0
- package/dist/paths-d51RFm8M.mjs +77 -0
- package/dist/paths-d51RFm8M.mjs.map +1 -0
- package/dist/patterns-CoqlXUvk.mjs +145 -0
- package/dist/patterns-CoqlXUvk.mjs.map +1 -0
- package/dist/placeholder-D2aksPMF.d.mts +306 -0
- package/dist/placeholder-D2aksPMF.d.mts.map +1 -0
- package/dist/plan-DqeZKuaR.mjs +135 -0
- package/dist/plan-DqeZKuaR.mjs.map +1 -0
- package/dist/plugin-test-runtime.d.mts +14 -14
- package/dist/plugin-test-runtime.mjs +110 -107
- package/dist/plugin-types.d.mts +2 -2
- package/dist/plugin-utils.d.mts +12 -12
- package/dist/plugins/adapt-sandbox-entry.d.mts +12 -12
- package/dist/plugins/adapt-sandbox-entry.mjs +3 -3
- package/dist/plugins/host.d.mts +5 -5
- package/dist/plugins/host.mjs +42 -41
- package/dist/plugins-Bb7oqjQA.mjs +277 -0
- package/dist/plugins-Bb7oqjQA.mjs.map +1 -0
- package/dist/policy-BcEqut3n.mjs +45 -0
- package/dist/policy-BcEqut3n.mjs.map +1 -0
- package/dist/portable-text-DXE8ymtD.mjs +307 -0
- package/dist/portable-text-DXE8ymtD.mjs.map +1 -0
- package/dist/preview-DEDWbwA_.mjs +107 -0
- package/dist/preview-DEDWbwA_.mjs.map +1 -0
- package/dist/protocol-BJbTzvwl.d.mts +61 -0
- package/dist/protocol-BJbTzvwl.d.mts.map +1 -0
- package/dist/public-submission-D9c9S14m.mjs +250 -0
- package/dist/public-submission-D9c9S14m.mjs.map +1 -0
- package/dist/public-url-CIRe-2T6.mjs +101 -0
- package/dist/public-url-CIRe-2T6.mjs.map +1 -0
- package/dist/query-BzifXlPS.mjs +1156 -0
- package/dist/query-BzifXlPS.mjs.map +1 -0
- package/dist/query-OzMJ6vJP.mjs +41 -0
- package/dist/query-OzMJ6vJP.mjs.map +1 -0
- package/dist/rate-limit-Csp60Vik.mjs +120 -0
- package/dist/rate-limit-Csp60Vik.mjs.map +1 -0
- package/dist/receipt-B-aU4hpJ.mjs +43 -0
- package/dist/receipt-B-aU4hpJ.mjs.map +1 -0
- package/dist/redirect-CDSw1sU3.mjs +17 -0
- package/dist/redirect-CDSw1sU3.mjs.map +1 -0
- package/dist/redirect-D1ArbO85.mjs +411 -0
- package/dist/redirect-D1ArbO85.mjs.map +1 -0
- package/dist/redirects-BjTwDTsV.mjs +148 -0
- package/dist/redirects-BjTwDTsV.mjs.map +1 -0
- package/dist/redirects-Ck50kH3n.mjs +446 -0
- package/dist/redirects-Ck50kH3n.mjs.map +1 -0
- package/dist/registry/testing.mjs +3 -3
- package/dist/registry-CFcNCayZ.mjs +6754 -0
- package/dist/registry-CFcNCayZ.mjs.map +1 -0
- package/dist/relations-Cfaa1fDl.mjs +776 -0
- package/dist/relations-Cfaa1fDl.mjs.map +1 -0
- package/dist/request-cache-iHRlHx1d.mjs +104 -0
- package/dist/request-cache-iHRlHx1d.mjs.map +1 -0
- package/dist/request-context.d.mts +1 -1
- package/dist/request-meta-D47mqyev.mjs +141 -0
- package/dist/request-meta-D47mqyev.mjs.map +1 -0
- package/dist/resolve-BPE8sMvx.mjs +99 -0
- package/dist/resolve-BPE8sMvx.mjs.map +1 -0
- package/dist/resolve-C0s1E_fH.mjs +199 -0
- package/dist/resolve-C0s1E_fH.mjs.map +1 -0
- package/dist/revision-j1p4-bOj.mjs +302 -0
- package/dist/revision-j1p4-bOj.mjs.map +1 -0
- package/dist/route-wire-C9PJV9aL.mjs +197 -0
- package/dist/route-wire-C9PJV9aL.mjs.map +1 -0
- package/dist/routes-lyYw0mMf.mjs +272 -0
- package/dist/routes-lyYw0mMf.mjs.map +1 -0
- package/dist/runner-B3eyB9Gb.mjs +6121 -0
- package/dist/runner-B3eyB9Gb.mjs.map +1 -0
- package/dist/runner-DoYH2Jcu.d.mts +68 -0
- package/dist/runner-DoYH2Jcu.d.mts.map +1 -0
- package/dist/runtime.d.mts +13 -13
- package/dist/runtime.mjs +3 -3
- package/dist/schema-BAayK46S.mjs +13 -0
- package/dist/schema-BAayK46S.mjs.map +1 -0
- package/dist/schema-Gqcl-8G4.mjs +815 -0
- package/dist/schema-Gqcl-8G4.mjs.map +1 -0
- package/dist/scopes-BqPOKoKf.mjs +34 -0
- package/dist/scopes-BqPOKoKf.mjs.map +1 -0
- package/dist/search-YJKPIEV6.mjs +448 -0
- package/dist/search-YJKPIEV6.mjs.map +1 -0
- package/dist/sections-BR_e-wK5.mjs +346 -0
- package/dist/sections-BR_e-wK5.mjs.map +1 -0
- package/dist/seed/index.d.mts +2 -2
- package/dist/seed/index.mjs +37 -31
- package/dist/seo/index.d.mts +3 -3
- package/dist/seo/index.mjs +22 -21
- package/dist/seo/index.mjs.map +1 -1
- package/dist/seo-Dsj8hy3j.mjs +114 -0
- package/dist/seo-Dsj8hy3j.mjs.map +1 -0
- package/dist/seo-XvH4LNNp.mjs +133 -0
- package/dist/seo-XvH4LNNp.mjs.map +1 -0
- package/dist/service-BsVG05gS.mjs +150 -0
- package/dist/service-BsVG05gS.mjs.map +1 -0
- package/dist/session-user-DgKbYrlj.mjs +51 -0
- package/dist/session-user-DgKbYrlj.mjs.map +1 -0
- package/dist/settings-CNPUntkh.mjs +51 -0
- package/dist/settings-CNPUntkh.mjs.map +1 -0
- package/dist/settings-D5EHi0Tk.mjs +439 -0
- package/dist/settings-D5EHi0Tk.mjs.map +1 -0
- package/dist/settings-DSfE7wOa.mjs +61 -0
- package/dist/settings-DSfE7wOa.mjs.map +1 -0
- package/dist/setup-complete-B8W8sJ9v.mjs +26 -0
- package/dist/setup-complete-B8W8sJ9v.mjs.map +1 -0
- package/dist/setup-nonce-DnSBP260.mjs +25 -0
- package/dist/setup-nonce-DnSBP260.mjs.map +1 -0
- package/dist/site-settings-NGzdrt7O.mjs +50 -0
- package/dist/site-settings-NGzdrt7O.mjs.map +1 -0
- package/dist/site-url-D6JB7tLW.mjs +16 -0
- package/dist/site-url-D6JB7tLW.mjs.map +1 -0
- package/dist/snapshot-CdcwwWAf.mjs +414 -0
- package/dist/snapshot-CdcwwWAf.mjs.map +1 -0
- package/dist/ssrf-Dv0_tRpo.mjs +406 -0
- package/dist/ssrf-Dv0_tRpo.mjs.map +1 -0
- package/dist/stage-CUjhED3P.mjs +662 -0
- package/dist/stage-CUjhED3P.mjs.map +1 -0
- package/dist/staged-C36IWXff.mjs +659 -0
- package/dist/staged-C36IWXff.mjs.map +1 -0
- package/dist/state-CKouMCSY.mjs +153 -0
- package/dist/state-CKouMCSY.mjs.map +1 -0
- package/dist/status-lzyj4Uu7.mjs +30 -0
- package/dist/status-lzyj4Uu7.mjs.map +1 -0
- 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/storage-query-B-cWcTjJ.d.mts +1594 -0
- package/dist/storage-query-B-cWcTjJ.d.mts.map +1 -0
- package/dist/tar-DsTXX6ch.mjs +449 -0
- package/dist/tar-DsTXX6ch.mjs.map +1 -0
- package/dist/target-DLQCwp_Z.mjs +27 -0
- package/dist/target-DLQCwp_Z.mjs.map +1 -0
- package/dist/taxonomies-BlAjr4BL.mjs +697 -0
- package/dist/taxonomies-BlAjr4BL.mjs.map +1 -0
- package/dist/taxonomies-Byyo7LOZ.mjs +939 -0
- package/dist/taxonomies-Byyo7LOZ.mjs.map +1 -0
- package/dist/taxonomy-CKDwM61Y.mjs +525 -0
- package/dist/taxonomy-CKDwM61Y.mjs.map +1 -0
- package/dist/tokens-BojXlk49.mjs +171 -0
- package/dist/tokens-BojXlk49.mjs.map +1 -0
- package/dist/transaction-DLPQWik1.mjs +29 -0
- package/dist/transaction-DLPQWik1.mjs.map +1 -0
- package/dist/transfer-XSTh2BCr.mjs +8706 -0
- package/dist/transfer-XSTh2BCr.mjs.map +1 -0
- package/dist/transfer-download-DkoCDA9d.mjs +33 -0
- package/dist/transfer-download-DkoCDA9d.mjs.map +1 -0
- package/dist/transfer-iQ26J-RT.mjs +166 -0
- package/dist/transfer-iQ26J-RT.mjs.map +1 -0
- package/dist/transformations-C7RQabKQ.mjs +196 -0
- package/dist/transformations-C7RQabKQ.mjs.map +1 -0
- package/dist/transport-D3RulfD6.mjs +136 -0
- package/dist/transport-D3RulfD6.mjs.map +1 -0
- package/dist/transport-DhlZlf4D.d.mts +42 -0
- package/dist/transport-DhlZlf4D.d.mts.map +1 -0
- package/dist/trusted-proxy-B6ECOZJc.mjs +51 -0
- package/dist/trusted-proxy-B6ECOZJc.mjs.map +1 -0
- package/dist/turnstile-lqUiY7lP.mjs +53 -0
- package/dist/turnstile-lqUiY7lP.mjs.map +1 -0
- package/dist/types-4Dn9bZhu.mjs +77 -0
- package/dist/types-4Dn9bZhu.mjs.map +1 -0
- package/dist/types-5LSo7PPx.d.mts +85 -0
- package/dist/types-5LSo7PPx.d.mts.map +1 -0
- package/dist/types-BQ3hwYJT.d.mts +896 -0
- package/dist/types-BQ3hwYJT.d.mts.map +1 -0
- package/dist/types-BYEk7qo3.d.mts +198 -0
- package/dist/types-BYEk7qo3.d.mts.map +1 -0
- package/dist/types-CJKsWVFR.mjs +199 -0
- package/dist/types-CJKsWVFR.mjs.map +1 -0
- package/dist/types-Ca_w8mmY.d.mts +363 -0
- package/dist/types-Ca_w8mmY.d.mts.map +1 -0
- package/dist/types-CkE41ZAG.mjs +18 -0
- package/dist/types-CkE41ZAG.mjs.map +1 -0
- package/dist/types-D0aJW2uR.d.mts +1641 -0
- package/dist/types-D0aJW2uR.d.mts.map +1 -0
- package/dist/types-DbpN4Qto.d.mts +372 -0
- package/dist/types-DbpN4Qto.d.mts.map +1 -0
- package/dist/types-ILDI1sdY.mjs +16 -0
- package/dist/types-ILDI1sdY.mjs.map +1 -0
- package/dist/types-OC5c-edM.mjs +22 -0
- package/dist/types-OC5c-edM.mjs.map +1 -0
- package/dist/types-aOOxRSx6.mjs +103 -0
- package/dist/types-aOOxRSx6.mjs.map +1 -0
- package/dist/types-m1WbUffD.d.mts +198 -0
- package/dist/types-m1WbUffD.d.mts.map +1 -0
- package/dist/types-uxLoPBio.d.mts +124 -0
- package/dist/types-uxLoPBio.d.mts.map +1 -0
- package/dist/types-we5uR-tV.d.mts +287 -0
- package/dist/types-we5uR-tV.d.mts.map +1 -0
- package/dist/upload-attempts-DduMy6B0.mjs +32 -0
- package/dist/upload-attempts-DduMy6B0.mjs.map +1 -0
- package/dist/url-pattern-B3EwxAAk.mjs +33 -0
- package/dist/url-pattern-B3EwxAAk.mjs.map +1 -0
- package/dist/user-ElwQjTQT.mjs +171 -0
- package/dist/user-ElwQjTQT.mjs.map +1 -0
- package/dist/utils-BlAXmfOG.mjs +439 -0
- package/dist/utils-BlAXmfOG.mjs.map +1 -0
- package/dist/validate-CH0X5b2c.d.mts +468 -0
- package/dist/validate-CH0X5b2c.d.mts.map +1 -0
- package/dist/validate-CfgRpcjA.mjs +492 -0
- package/dist/validate-CfgRpcjA.mjs.map +1 -0
- package/dist/validation-DvYJtv4k.mjs +218 -0
- package/dist/validation-DvYJtv4k.mjs.map +1 -0
- package/dist/version-DgYjhTud.mjs +9 -0
- package/dist/version-DgYjhTud.mjs.map +1 -0
- package/dist/version-Dq71scUb.mjs +7 -0
- package/dist/version-Dq71scUb.mjs.map +1 -0
- package/dist/widgets-ChFIj0be.mjs +126 -0
- package/dist/widgets-ChFIj0be.mjs.map +1 -0
- package/dist/wxr-taxonomies-CBZMp2YX.mjs +372 -0
- package/dist/wxr-taxonomies-CBZMp2YX.mjs.map +1 -0
- package/dist/wxr-taxonomies-DlKDpWN1.d.mts +34 -0
- package/dist/wxr-taxonomies-DlKDpWN1.d.mts.map +1 -0
- package/dist/zod-generator-DmTKI-Ig.mjs +426 -0
- package/dist/zod-generator-DmTKI-Ig.mjs.map +1 -0
- package/package.json +7 -6
- package/src/api/handlers/content.ts +593 -16
- package/src/api/handlers/device-flow.ts +74 -21
- package/src/api/handlers/index.ts +1 -0
- package/src/api/handlers/manifest.ts +79 -5
- package/src/api/handlers/media-upload.ts +17 -71
- package/src/api/handlers/media.ts +97 -3
- package/src/api/handlers/relations.ts +638 -157
- package/src/api/handlers/revision.ts +30 -0
- package/src/api/handlers/schema.ts +403 -1
- package/src/api/handlers/snapshot.ts +257 -3
- package/src/api/handlers/staged-references.ts +142 -0
- package/src/api/handlers/validate-references.ts +146 -0
- package/src/api/schemas/content.ts +13 -0
- package/src/api/schemas/relations.ts +54 -44
- package/src/api/schemas/schema.ts +14 -0
- package/src/astro/integration/routes.ts +15 -19
- package/src/astro/integration/vite-config.ts +10 -4
- package/src/astro/middleware.ts +1 -0
- package/src/astro/routes/api/content/[collection]/[id]/references/[relation]/children.ts +11 -54
- package/src/astro/routes/api/content/[collection]/[id].ts +3 -1
- package/src/astro/routes/api/oauth/device/authorize.ts +33 -4
- package/src/astro/routes/api/relations/index.ts +4 -4
- package/src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts +6 -2
- package/src/astro/routes/api/setup/index.ts +66 -23
- package/src/astro/routes/api/snapshot.ts +2 -1
- package/src/astro/types.ts +10 -0
- package/src/cleanup.ts +10 -0
- package/src/cli/commands/export-seed.ts +510 -89
- package/src/components/Columns.astro +3 -1
- package/src/components/Cover.astro +3 -1
- package/src/components/WidgetArea.astro +3 -2
- package/src/database/migrations/086_relations_structural.ts +197 -0
- package/src/database/migrations/087_reference_field_relations.ts +407 -0
- package/src/database/migrations/runner.ts +4 -0
- package/src/database/reference-backfill.ts +141 -0
- package/src/database/repositories/content.ts +43 -8
- package/src/database/repositories/media.ts +40 -1
- package/src/database/repositories/redirect.ts +17 -34
- package/src/database/repositories/relation.ts +620 -208
- package/src/database/repositories/revision.ts +16 -0
- package/src/database/repositories/types.ts +38 -0
- package/src/database/transaction.ts +12 -1
- package/src/database/types.ts +14 -5
- package/src/emdash-runtime.ts +114 -11
- package/src/index.ts +11 -0
- package/src/loader.ts +169 -22
- package/src/mcp/server.ts +13 -48
- package/src/query.ts +455 -25
- package/src/references/field-map.ts +115 -0
- package/src/references/resolve.ts +160 -0
- package/src/references/staged.ts +117 -0
- package/src/references/types.ts +16 -0
- package/src/registry/artifact-fetch.ts +45 -271
- package/src/schema/registry.ts +99 -24
- package/src/schema/types.ts +58 -0
- package/src/schema/zod-generator.ts +67 -1
- package/src/seed/apply.ts +841 -103
- package/src/seed/types.ts +36 -2
- package/src/seed/validate.ts +78 -2
- package/src/transfer/analyze/unique-keys.ts +3 -12
- package/src/transfer/analyze/validate.ts +65 -39
- package/src/transfer/analyze/values.ts +12 -1
- package/src/transfer/export/readers.ts +12 -8
- package/src/transfer/format/columns.ts +26 -6
- package/src/transfer/format/kinds.ts +21 -5
- package/src/transfer/import/context.ts +8 -1
- package/src/transfer/ops/package-index.ts +1 -1
- package/dist/action-token-DYwe4Pk0.mjs +0 -26
- package/dist/action-token-DYwe4Pk0.mjs.map +0 -1
- package/dist/activation-LOkDM5WT.mjs +0 -382
- package/dist/activation-LOkDM5WT.mjs.map +0 -1
- package/dist/adapters-B64LbYcB.d.mts +0 -171
- package/dist/adapters-B64LbYcB.d.mts.map +0 -1
- package/dist/allowed-origins-CHB8oZNM.mjs +0 -116
- package/dist/allowed-origins-CHB8oZNM.mjs.map +0 -1
- package/dist/api-cFFZpyS0.mjs +0 -4718
- package/dist/api-cFFZpyS0.mjs.map +0 -1
- package/dist/api-tokens-s4i4aUp_.mjs +0 -166
- package/dist/api-tokens-s4i4aUp_.mjs.map +0 -1
- package/dist/apply-CoT603H3.mjs +0 -1163
- package/dist/apply-CoT603H3.mjs.map +0 -1
- package/dist/approvals-CqMfNxak.mjs +0 -460
- package/dist/approvals-CqMfNxak.mjs.map +0 -1
- package/dist/artifact-fetch-DZMOGZ3-.mjs +0 -818
- package/dist/artifact-fetch-DZMOGZ3-.mjs.map +0 -1
- package/dist/astro/routes/api/relations/_id_/translations.d.mts +0 -8
- package/dist/astro/routes/api/relations/_id_/translations.d.mts.map +0 -1
- package/dist/astro/routes/api/relations/_id_/translations.mjs +0 -47
- package/dist/astro/routes/api/relations/_id_/translations.mjs.map +0 -1
- package/dist/audit-RfCugiSB.mjs +0 -127
- package/dist/audit-RfCugiSB.mjs.map +0 -1
- package/dist/authoritative-records-CoJvBXAD.mjs +0 -5172
- package/dist/authoritative-records-CoJvBXAD.mjs.map +0 -1
- package/dist/authorize-seCifOMJ.mjs +0 -49
- package/dist/authorize-seCifOMJ.mjs.map +0 -1
- package/dist/backup-CBu0LrXf.mjs +0 -246
- package/dist/backup-CBu0LrXf.mjs.map +0 -1
- package/dist/block-type-registry-DUI_3KxT.mjs +0 -6709
- package/dist/block-type-registry-DUI_3KxT.mjs.map +0 -1
- package/dist/block-types-BmZmLmAD.mjs +0 -132
- package/dist/block-types-BmZmLmAD.mjs.map +0 -1
- package/dist/block-values-C_VIPr5t.mjs +0 -175
- package/dist/block-values-C_VIPr5t.mjs.map +0 -1
- package/dist/byline-DYmkXqvo.mjs +0 -909
- package/dist/byline-DYmkXqvo.mjs.map +0 -1
- package/dist/byline-fields-D28AT-Fh.mjs +0 -123
- package/dist/byline-fields-D28AT-Fh.mjs.map +0 -1
- package/dist/byline-registry-gnKscbQX.mjs +0 -406
- package/dist/byline-registry-gnKscbQX.mjs.map +0 -1
- package/dist/bylines-BPwJqoYH.mjs +0 -232
- package/dist/bylines-BPwJqoYH.mjs.map +0 -1
- package/dist/bylines-ukLaYpVZ.mjs +0 -214
- package/dist/bylines-ukLaYpVZ.mjs.map +0 -1
- package/dist/cache-m7UEkRFV.mjs +0 -108
- package/dist/cache-m7UEkRFV.mjs.map +0 -1
- package/dist/canonical-YhEQezjg.mjs +0 -174
- package/dist/canonical-YhEQezjg.mjs.map +0 -1
- package/dist/capture-triggers-kJyl_yyM.mjs +0 -362
- package/dist/capture-triggers-kJyl_yyM.mjs.map +0 -1
- package/dist/challenge-store-ppU6Uv13.mjs +0 -51
- package/dist/challenge-store-ppU6Uv13.mjs.map +0 -1
- package/dist/checksum-B2IINIlN.mjs +0 -162
- package/dist/checksum-B2IINIlN.mjs.map +0 -1
- package/dist/chrome-tags-DApCQSIk.mjs +0 -24
- package/dist/chrome-tags-DApCQSIk.mjs.map +0 -1
- package/dist/chunks-Dms7Uxbt.mjs +0 -25
- package/dist/chunks-Dms7Uxbt.mjs.map +0 -1
- package/dist/collection-deletion-BIm28mo3.mjs +0 -436
- package/dist/collection-deletion-BIm28mo3.mjs.map +0 -1
- package/dist/collection-deletion-processor-Br6rxs3u.mjs +0 -217
- package/dist/collection-deletion-processor-Br6rxs3u.mjs.map +0 -1
- package/dist/collection-slugs-cache-CjGk__zp.mjs +0 -85
- package/dist/collection-slugs-cache-CjGk__zp.mjs.map +0 -1
- package/dist/comment-CrBl22OF.mjs +0 -313
- package/dist/comment-CrBl22OF.mjs.map +0 -1
- package/dist/comment-reaction-JEQ2Fpd8.mjs +0 -85
- package/dist/comment-reaction-JEQ2Fpd8.mjs.map +0 -1
- package/dist/comments-2ah9du9y.mjs +0 -195
- package/dist/comments-2ah9du9y.mjs.map +0 -1
- package/dist/comments-fHZ8ON9O.mjs +0 -99
- package/dist/comments-fHZ8ON9O.mjs.map +0 -1
- package/dist/components-CXbq7CSM.mjs +0 -108
- package/dist/components-CXbq7CSM.mjs.map +0 -1
- package/dist/config-5ii2haYu.d.mts +0 -6528
- package/dist/config-5ii2haYu.d.mts.map +0 -1
- package/dist/config-IhybvkIQ.mjs +0 -242
- package/dist/config-IhybvkIQ.mjs.map +0 -1
- package/dist/config-Py43JK9r.d.mts +0 -39
- package/dist/config-Py43JK9r.d.mts.map +0 -1
- package/dist/content-DFaIEDj9.mjs +0 -2281
- package/dist/content-DFaIEDj9.mjs.map +0 -1
- package/dist/content-list-query-Dra4Dalc.d.mts +0 -26
- package/dist/content-list-query-Dra4Dalc.d.mts.map +0 -1
- package/dist/content-policy-DFNw91-d.mjs +0 -46
- package/dist/content-policy-DFNw91-d.mjs.map +0 -1
- package/dist/content-repair-Q8IUrpLL.mjs +0 -442
- package/dist/content-repair-Q8IUrpLL.mjs.map +0 -1
- package/dist/context-BeGccdUX.mjs +0 -1921
- package/dist/context-BeGccdUX.mjs.map +0 -1
- package/dist/cron-7DCJwPXq.mjs +0 -284
- package/dist/cron-7DCJwPXq.mjs.map +0 -1
- package/dist/dashboard-DjrB-xxZ.mjs +0 -151
- package/dist/dashboard-DjrB-xxZ.mjs.map +0 -1
- package/dist/default-DQ6vsviu.mjs +0 -81
- package/dist/default-DQ6vsviu.mjs.map +0 -1
- package/dist/deferred-tasks-BPxXUB4x.d.mts +0 -9
- package/dist/deferred-tasks-BPxXUB4x.d.mts.map +0 -1
- package/dist/dev-typegen-CZaPLl3V.mjs +0 -29
- package/dist/dev-typegen-CZaPLl3V.mjs.map +0 -1
- package/dist/device-flow-CRd6DXmW.mjs +0 -466
- package/dist/device-flow-CRd6DXmW.mjs.map +0 -1
- package/dist/digest-BarSh-pN.mjs +0 -194
- package/dist/digest-BarSh-pN.mjs.map +0 -1
- package/dist/direct-executor-BmuFJJZV.mjs +0 -104
- package/dist/direct-executor-BmuFJJZV.mjs.map +0 -1
- package/dist/dist-BNwANFJR.mjs +0 -810
- package/dist/dist-BNwANFJR.mjs.map +0 -1
- package/dist/email-console-bJn3ctqA.mjs +0 -50
- package/dist/email-console-bJn3ctqA.mjs.map +0 -1
- package/dist/email-locale-CN6WAMx0.mjs +0 -25
- package/dist/email-locale-CN6WAMx0.mjs.map +0 -1
- package/dist/emdash-runtime-DAjghyEG.mjs +0 -4186
- package/dist/emdash-runtime-DAjghyEG.mjs.map +0 -1
- package/dist/enrich-Dl3kZ-lP.mjs +0 -194
- package/dist/enrich-Dl3kZ-lP.mjs.map +0 -1
- package/dist/entry-lock-BJYdBfXb.mjs +0 -1097
- package/dist/entry-lock-BJYdBfXb.mjs.map +0 -1
- package/dist/entry-lock-DHQOxN7R.mjs +0 -163
- package/dist/entry-lock-DHQOxN7R.mjs.map +0 -1
- package/dist/entry-lock-DVhCt49A.d.mts +0 -4368
- package/dist/entry-lock-DVhCt49A.d.mts.map +0 -1
- package/dist/entry-locks-D0foLdjQ.mjs +0 -167
- package/dist/entry-locks-D0foLdjQ.mjs.map +0 -1
- package/dist/error-CfvOHP0M.mjs +0 -90
- package/dist/error-CfvOHP0M.mjs.map +0 -1
- package/dist/errors-BF0_LFhW.mjs +0 -460
- package/dist/errors-BF0_LFhW.mjs.map +0 -1
- package/dist/errors-DgE1zJGG.mjs +0 -120
- package/dist/errors-DgE1zJGG.mjs.map +0 -1
- package/dist/escape-CuaZhZvL.mjs +0 -9
- package/dist/escape-CuaZhZvL.mjs.map +0 -1
- package/dist/fence-CMDXJYc_.mjs +0 -162
- package/dist/fence-CMDXJYc_.mjs.map +0 -1
- package/dist/field-defs-cache-HIgBbqZZ.mjs +0 -77
- package/dist/field-defs-cache-HIgBbqZZ.mjs.map +0 -1
- package/dist/focal-point-Gr34o-4o.mjs +0 -23
- package/dist/focal-point-Gr34o-4o.mjs.map +0 -1
- package/dist/fts-manager-S-K0laoS.mjs +0 -443
- package/dist/fts-manager-S-K0laoS.mjs.map +0 -1
- package/dist/gc-DjKY0Ay1.mjs +0 -75
- package/dist/gc-DjKY0Ay1.mjs.map +0 -1
- package/dist/hash-SDAW6zC-.mjs +0 -37
- package/dist/hash-SDAW6zC-.mjs.map +0 -1
- package/dist/hook-result-B5bXDgS2.d.mts +0 -31
- package/dist/hook-result-B5bXDgS2.d.mts.map +0 -1
- package/dist/hreflang-D5uNnsGJ.d.mts +0 -50
- package/dist/hreflang-D5uNnsGJ.d.mts.map +0 -1
- package/dist/hreflang-DMFBL2eb.mjs +0 -105
- package/dist/hreflang-DMFBL2eb.mjs.map +0 -1
- package/dist/http-route-dispatch-BitqzwMy.mjs +0 -339
- package/dist/http-route-dispatch-BitqzwMy.mjs.map +0 -1
- package/dist/identity-IyNWwXr6.mjs +0 -35
- package/dist/identity-IyNWwXr6.mjs.map +0 -1
- package/dist/import-C3JZplWq.mjs +0 -2020
- package/dist/import-C3JZplWq.mjs.map +0 -1
- package/dist/index-D-hdtLe8.d.mts +0 -623
- package/dist/index-D-hdtLe8.d.mts.map +0 -1
- package/dist/install-finalization-DfM1fj5x.mjs +0 -58
- package/dist/install-finalization-DfM1fj5x.mjs.map +0 -1
- package/dist/keys-yxLm5l35.mjs +0 -61
- package/dist/keys-yxLm5l35.mjs.map +0 -1
- package/dist/kinds-CRu_T5T5.mjs +0 -961
- package/dist/kinds-CRu_T5T5.mjs.map +0 -1
- package/dist/lifecycle-BzeGPeQ-.mjs +0 -25
- package/dist/lifecycle-BzeGPeQ-.mjs.map +0 -1
- package/dist/load-XgJiE6_3.mjs +0 -28
- package/dist/load-XgJiE6_3.mjs.map +0 -1
- package/dist/loader-BzqeR1ZN.mjs +0 -1086
- package/dist/loader-BzqeR1ZN.mjs.map +0 -1
- package/dist/loops-BQSzv5Zn.mjs +0 -203
- package/dist/loops-BQSzv5Zn.mjs.map +0 -1
- package/dist/manifest-builder-B8zR-73J.mjs +0 -189
- package/dist/manifest-builder-B8zR-73J.mjs.map +0 -1
- package/dist/manifest-schema-CY3zng_M.mjs +0 -492
- package/dist/manifest-schema-CY3zng_M.mjs.map +0 -1
- package/dist/media-Pu1L6xir.mjs +0 -408
- package/dist/media-Pu1L6xir.mjs.map +0 -1
- package/dist/media-Qp5S3eH3.mjs +0 -355
- package/dist/media-Qp5S3eH3.mjs.map +0 -1
- package/dist/media-allowlist-BSoa9Vvm.mjs +0 -44
- package/dist/media-allowlist-BSoa9Vvm.mjs.map +0 -1
- package/dist/media-folders-BE0oo2eX.mjs +0 -210
- package/dist/media-folders-BE0oo2eX.mjs.map +0 -1
- package/dist/media-h7tOiDLj.mjs +0 -221
- package/dist/media-h7tOiDLj.mjs.map +0 -1
- package/dist/media-url-jArBpzIG.mjs +0 -43
- package/dist/media-url-jArBpzIG.mjs.map +0 -1
- package/dist/media-usage-My-Vi-ex.mjs +0 -1629
- package/dist/media-usage-My-Vi-ex.mjs.map +0 -1
- package/dist/media-usage-activation-HKp7zk7W.mjs +0 -78
- package/dist/media-usage-activation-HKp7zk7W.mjs.map +0 -1
- package/dist/media-usage-work-C2OZLCAd.mjs +0 -586
- package/dist/media-usage-work-C2OZLCAd.mjs.map +0 -1
- package/dist/media-usage-work-DwUNbgvS.mjs +0 -152
- package/dist/media-usage-work-DwUNbgvS.mjs.map +0 -1
- package/dist/menus-BM7BPLOb.mjs +0 -139
- package/dist/menus-BM7BPLOb.mjs.map +0 -1
- package/dist/menus-ITeAbcIF.mjs +0 -753
- package/dist/menus-ITeAbcIF.mjs.map +0 -1
- package/dist/menus-TsSGmSR4.mjs +0 -3608
- package/dist/menus-TsSGmSR4.mjs.map +0 -1
- package/dist/mime-ChLqYwDk.mjs +0 -36
- package/dist/mime-ChLqYwDk.mjs.map +0 -1
- package/dist/mode-CCuKXUci.mjs +0 -23
- package/dist/mode-CCuKXUci.mjs.map +0 -1
- package/dist/node-sqlite-compat-CONMsl-x.mjs +0 -46
- package/dist/node-sqlite-compat-CONMsl-x.mjs.map +0 -1
- package/dist/normalize-CO2P8-iE.mjs +0 -191
- package/dist/normalize-CO2P8-iE.mjs.map +0 -1
- package/dist/oauth-authorization-DlMIL5_h.mjs +0 -274
- package/dist/oauth-authorization-DlMIL5_h.mjs.map +0 -1
- package/dist/oauth-clients-Djq9r_KP.mjs +0 -266
- package/dist/oauth-clients-Djq9r_KP.mjs.map +0 -1
- package/dist/oauth-state-store-BbjnZXNC.mjs +0 -50
- package/dist/oauth-state-store-BbjnZXNC.mjs.map +0 -1
- package/dist/oauth-user-lookup-vue9a64A.mjs +0 -26
- package/dist/oauth-user-lookup-vue9a64A.mjs.map +0 -1
- package/dist/options-SQCHQCPH.d.mts +0 -81
- package/dist/options-SQCHQCPH.d.mts.map +0 -1
- package/dist/parse-CVgO-Qai.d.mts +0 -168
- package/dist/parse-CVgO-Qai.d.mts.map +0 -1
- package/dist/parse-DY6OD1j_.mjs +0 -81
- package/dist/parse-DY6OD1j_.mjs.map +0 -1
- package/dist/passkey-config-X_H8128a.mjs +0 -46
- package/dist/passkey-config-X_H8128a.mjs.map +0 -1
- package/dist/paths-JxokKIbr.mjs +0 -77
- package/dist/paths-JxokKIbr.mjs.map +0 -1
- package/dist/patterns-BhAvqO0S.mjs +0 -145
- package/dist/patterns-BhAvqO0S.mjs.map +0 -1
- package/dist/placeholder-MSEd8gty.d.mts +0 -306
- package/dist/placeholder-MSEd8gty.d.mts.map +0 -1
- package/dist/plan-xjcWrAah.mjs +0 -135
- package/dist/plan-xjcWrAah.mjs.map +0 -1
- package/dist/plugins-DUXUt8B9.mjs +0 -277
- package/dist/plugins-DUXUt8B9.mjs.map +0 -1
- package/dist/policy-CUvwAARc.mjs +0 -45
- package/dist/policy-CUvwAARc.mjs.map +0 -1
- package/dist/portable-text-5O_ZGUjB.mjs +0 -307
- package/dist/portable-text-5O_ZGUjB.mjs.map +0 -1
- package/dist/preview-CIUcPYr6.mjs +0 -107
- package/dist/preview-CIUcPYr6.mjs.map +0 -1
- package/dist/protocol-B97DZaFr.d.mts +0 -61
- package/dist/protocol-B97DZaFr.d.mts.map +0 -1
- package/dist/public-submission-BFBUrqst.mjs +0 -250
- package/dist/public-submission-BFBUrqst.mjs.map +0 -1
- package/dist/public-url-Bn7U0D7-.mjs +0 -101
- package/dist/public-url-Bn7U0D7-.mjs.map +0 -1
- package/dist/query-B48peoRT.mjs +0 -890
- package/dist/query-B48peoRT.mjs.map +0 -1
- package/dist/query-C4IH0uhR.mjs +0 -41
- package/dist/query-C4IH0uhR.mjs.map +0 -1
- package/dist/rate-limit-BZ6nybgc.mjs +0 -120
- package/dist/rate-limit-BZ6nybgc.mjs.map +0 -1
- package/dist/receipt-B4wJj5Jq.mjs +0 -43
- package/dist/receipt-B4wJj5Jq.mjs.map +0 -1
- package/dist/redirect-Cd1E7VUt.mjs +0 -17
- package/dist/redirect-Cd1E7VUt.mjs.map +0 -1
- package/dist/redirect-iJf5fltD.mjs +0 -415
- package/dist/redirect-iJf5fltD.mjs.map +0 -1
- package/dist/redirects-CYu1u1aK.mjs +0 -446
- package/dist/redirects-CYu1u1aK.mjs.map +0 -1
- package/dist/redirects-Cv9apQKj.mjs +0 -148
- package/dist/redirects-Cv9apQKj.mjs.map +0 -1
- package/dist/relation-M4NUCb0b.mjs +0 -334
- package/dist/relation-M4NUCb0b.mjs.map +0 -1
- package/dist/relations-CCif47Oq.mjs +0 -403
- package/dist/relations-CCif47Oq.mjs.map +0 -1
- package/dist/relations-CK9CYUyr.mjs +0 -310
- package/dist/relations-CK9CYUyr.mjs.map +0 -1
- package/dist/request-cache-DzLYKm_x.mjs +0 -104
- package/dist/request-cache-DzLYKm_x.mjs.map +0 -1
- package/dist/request-meta-sZXt3sRo.mjs +0 -141
- package/dist/request-meta-sZXt3sRo.mjs.map +0 -1
- package/dist/resolve-2WbQsCvT.mjs +0 -199
- package/dist/resolve-2WbQsCvT.mjs.map +0 -1
- package/dist/route-wire--1hLuACz.mjs +0 -197
- package/dist/route-wire--1hLuACz.mjs.map +0 -1
- package/dist/routes-CUsM40Cc.mjs +0 -272
- package/dist/routes-CUsM40Cc.mjs.map +0 -1
- package/dist/runner-1y4J9fJB.mjs +0 -5742
- package/dist/runner-1y4J9fJB.mjs.map +0 -1
- package/dist/runner-D5_LzKXI.d.mts +0 -68
- package/dist/runner-D5_LzKXI.d.mts.map +0 -1
- package/dist/schema-BABiRdsH.mjs +0 -13
- package/dist/schema-BABiRdsH.mjs.map +0 -1
- package/dist/schema-Du3MzCG0.mjs +0 -446
- package/dist/schema-Du3MzCG0.mjs.map +0 -1
- package/dist/scopes-Dbk-ElhT.mjs +0 -34
- package/dist/scopes-Dbk-ElhT.mjs.map +0 -1
- package/dist/search-Bt1PL1jf.mjs +0 -448
- package/dist/search-Bt1PL1jf.mjs.map +0 -1
- package/dist/sections-Ddptx_o9.mjs +0 -346
- package/dist/sections-Ddptx_o9.mjs.map +0 -1
- package/dist/seo-CZT2oLtT.mjs +0 -114
- package/dist/seo-CZT2oLtT.mjs.map +0 -1
- package/dist/seo-D5w3-Azy.mjs +0 -133
- package/dist/seo-D5w3-Azy.mjs.map +0 -1
- package/dist/service-DuykXPyW.mjs +0 -150
- package/dist/service-DuykXPyW.mjs.map +0 -1
- package/dist/session-user-BhaVp8w0.mjs +0 -51
- package/dist/session-user-BhaVp8w0.mjs.map +0 -1
- package/dist/settings-2xNYr90o.mjs +0 -51
- package/dist/settings-2xNYr90o.mjs.map +0 -1
- package/dist/settings-CgjRWGW9.mjs +0 -439
- package/dist/settings-CgjRWGW9.mjs.map +0 -1
- package/dist/settings-DYidIB26.mjs +0 -61
- package/dist/settings-DYidIB26.mjs.map +0 -1
- package/dist/setup-complete-bOogcHWG.mjs +0 -26
- package/dist/setup-complete-bOogcHWG.mjs.map +0 -1
- package/dist/setup-nonce-0EGuKM4s.mjs +0 -25
- package/dist/setup-nonce-0EGuKM4s.mjs.map +0 -1
- package/dist/site-settings-DOgRUoFX.mjs +0 -50
- package/dist/site-settings-DOgRUoFX.mjs.map +0 -1
- package/dist/site-url-BU_bbxwj.mjs +0 -16
- package/dist/site-url-BU_bbxwj.mjs.map +0 -1
- package/dist/snapshot-CugwUqKQ.mjs +0 -237
- package/dist/snapshot-CugwUqKQ.mjs.map +0 -1
- package/dist/ssrf-CJUnJymJ.mjs +0 -406
- package/dist/ssrf-CJUnJymJ.mjs.map +0 -1
- package/dist/stage-DgrBz_du.mjs +0 -662
- package/dist/stage-DgrBz_du.mjs.map +0 -1
- package/dist/state-DDiPySSG.mjs +0 -153
- package/dist/state-DDiPySSG.mjs.map +0 -1
- package/dist/status-DZKIG4a9.mjs +0 -30
- package/dist/status-DZKIG4a9.mjs.map +0 -1
- package/dist/storage-query-Bdv7A62k.d.mts +0 -1576
- package/dist/storage-query-Bdv7A62k.d.mts.map +0 -1
- package/dist/tar-_1AgTYFu.mjs +0 -449
- package/dist/tar-_1AgTYFu.mjs.map +0 -1
- package/dist/target-_7pn2Gbg.mjs +0 -27
- package/dist/target-_7pn2Gbg.mjs.map +0 -1
- package/dist/taxonomies-C1IwNe8Q.mjs +0 -697
- package/dist/taxonomies-C1IwNe8Q.mjs.map +0 -1
- package/dist/taxonomies-C_XMoRcX.mjs +0 -939
- package/dist/taxonomies-C_XMoRcX.mjs.map +0 -1
- package/dist/taxonomy-C3Fu1YeH.mjs +0 -525
- package/dist/taxonomy-C3Fu1YeH.mjs.map +0 -1
- package/dist/tokens-u78jETkX.mjs +0 -171
- package/dist/tokens-u78jETkX.mjs.map +0 -1
- package/dist/transaction-BcJO4Tmc.mjs +0 -29
- package/dist/transaction-BcJO4Tmc.mjs.map +0 -1
- package/dist/transfer-BhUCrgDc.mjs +0 -8675
- package/dist/transfer-BhUCrgDc.mjs.map +0 -1
- package/dist/transfer-DIGvR9Af.mjs +0 -166
- package/dist/transfer-DIGvR9Af.mjs.map +0 -1
- package/dist/transfer-download-Pml7RMio.mjs +0 -33
- package/dist/transfer-download-Pml7RMio.mjs.map +0 -1
- package/dist/transformations-9gfpwY65.mjs +0 -196
- package/dist/transformations-9gfpwY65.mjs.map +0 -1
- package/dist/transport-BIfH7_hx.d.mts +0 -42
- package/dist/transport-BIfH7_hx.d.mts.map +0 -1
- package/dist/transport-DKWIq53q.mjs +0 -136
- package/dist/transport-DKWIq53q.mjs.map +0 -1
- package/dist/trusted-proxy-tKiVtyTD.mjs +0 -51
- package/dist/trusted-proxy-tKiVtyTD.mjs.map +0 -1
- package/dist/turnstile-DpsoyOfg.mjs +0 -53
- package/dist/turnstile-DpsoyOfg.mjs.map +0 -1
- package/dist/types-B4sUC2p1.d.mts +0 -198
- package/dist/types-B4sUC2p1.d.mts.map +0 -1
- package/dist/types-B7Lmsh1E.d.mts +0 -887
- package/dist/types-B7Lmsh1E.d.mts.map +0 -1
- package/dist/types-BZakh7Ym.mjs +0 -22
- package/dist/types-BZakh7Ym.mjs.map +0 -1
- package/dist/types-B_CppEmv.d.mts +0 -264
- package/dist/types-B_CppEmv.d.mts.map +0 -1
- package/dist/types-BcrBrE6-.mjs +0 -159
- package/dist/types-BcrBrE6-.mjs.map +0 -1
- package/dist/types-BkUg2yHx.mjs +0 -92
- package/dist/types-BkUg2yHx.mjs.map +0 -1
- package/dist/types-CAZgq9fO.d.mts +0 -124
- package/dist/types-CAZgq9fO.d.mts.map +0 -1
- package/dist/types-Cd-O03VG.d.mts +0 -363
- package/dist/types-Cd-O03VG.d.mts.map +0 -1
- package/dist/types-Cr-Kg-3D.d.mts +0 -1641
- package/dist/types-Cr-Kg-3D.d.mts.map +0 -1
- package/dist/types-D2fvWd1i.d.mts +0 -359
- package/dist/types-D2fvWd1i.d.mts.map +0 -1
- package/dist/types-D7HUsguf.mjs +0 -77
- package/dist/types-D7HUsguf.mjs.map +0 -1
- package/dist/types-DA1Te3Oy.d.mts +0 -198
- package/dist/types-DA1Te3Oy.d.mts.map +0 -1
- package/dist/types-DhV6Q5bP.mjs +0 -18
- package/dist/types-DhV6Q5bP.mjs.map +0 -1
- package/dist/types-DnnVSl6Y.d.mts +0 -85
- package/dist/types-DnnVSl6Y.d.mts.map +0 -1
- package/dist/types-VT4-BugW.mjs +0 -16
- package/dist/types-VT4-BugW.mjs.map +0 -1
- package/dist/upload-attempts-B68ZGNu9.mjs +0 -32
- package/dist/upload-attempts-B68ZGNu9.mjs.map +0 -1
- package/dist/url-pattern-CCeZMGOh.mjs +0 -33
- package/dist/url-pattern-CCeZMGOh.mjs.map +0 -1
- package/dist/user-DDSL-sGw.mjs +0 -171
- package/dist/user-DDSL-sGw.mjs.map +0 -1
- package/dist/utils-DdhmO9w9.mjs +0 -439
- package/dist/utils-DdhmO9w9.mjs.map +0 -1
- package/dist/validate-CHosPEhs.mjs +0 -453
- package/dist/validate-CHosPEhs.mjs.map +0 -1
- package/dist/validate-CM79QXYE.d.mts +0 -432
- package/dist/validate-CM79QXYE.d.mts.map +0 -1
- package/dist/validation-BFecQczG.mjs +0 -218
- package/dist/validation-BFecQczG.mjs.map +0 -1
- package/dist/version-BRZXVifl.mjs +0 -9
- package/dist/version-BRZXVifl.mjs.map +0 -1
- package/dist/version-DUQDHgrf.mjs +0 -7
- package/dist/version-DUQDHgrf.mjs.map +0 -1
- package/dist/widgets-WdV72brA.mjs +0 -126
- package/dist/widgets-WdV72brA.mjs.map +0 -1
- package/dist/wxr-taxonomies-BHTdqkmZ.d.mts +0 -34
- package/dist/wxr-taxonomies-BHTdqkmZ.d.mts.map +0 -1
- package/dist/wxr-taxonomies-DP6ESgMN.mjs +0 -372
- package/dist/wxr-taxonomies-DP6ESgMN.mjs.map +0 -1
- package/dist/zod-generator-D6uE4WiS.mjs +0 -389
- package/dist/zod-generator-D6uE4WiS.mjs.map +0 -1
- package/src/astro/routes/api/relations/[id]/translations.ts +0 -33
- /package/dist/{api-tokens-CE1ECIg0.mjs → api-tokens-FaG1zPsj.mjs} +0 -0
- /package/dist/{ssrf-DpBH7aOt.mjs → ssrf-DZOt8Qof.mjs} +0 -0
|
@@ -0,0 +1,1641 @@
|
|
|
1
|
+
import { r as ContentFieldFilters } from "./content-list-query-D_7B1FE5.mjs";
|
|
2
|
+
import { f as FieldType, m as FieldWidgetOptions, p as FieldValidation } from "./types-DbpN4Qto.mjs";
|
|
3
|
+
import { z } from "astro/zod";
|
|
4
|
+
import { Permission } from "@emdash-cms/auth";
|
|
5
|
+
import { CAPABILITY_RENAMES, CurrentPluginCapability, DeclaredAccess, DeprecatedPluginCapability, ManifestHookEntry as ManifestHookEntry$1, ManifestRouteEntry as ManifestRouteEntry$1, PluginCapability, PluginEditorDraftAccess, PluginEditorDraftFieldSelector, PluginFormData, PluginMcpManifestConfig, PluginRouteBodyMode, PluginRouteQuery, PluginRouteRequest, PluginStorageConfig, RouteOptions, StorageCollectionConfig, isDeprecatedCapability, normalizeCapabilities, normalizeCapability } from "@emdash-cms/plugin-types";
|
|
6
|
+
import { ConfirmDialog, Element, PluginUiContext } from "@emdash-cms/blocks";
|
|
7
|
+
import { JSX } from "astro/jsx-runtime";
|
|
8
|
+
|
|
9
|
+
//#region src/plugins/types.d.ts
|
|
10
|
+
declare function normalizePluginCapabilities(capabilities: readonly PluginCapability[]): PluginCapability[];
|
|
11
|
+
declare function normalizePluginCapabilities(capabilities: readonly string[]): string[];
|
|
12
|
+
/**
|
|
13
|
+
* Query filter operators
|
|
14
|
+
*/
|
|
15
|
+
interface RangeFilter {
|
|
16
|
+
gt?: number | string;
|
|
17
|
+
gte?: number | string;
|
|
18
|
+
lt?: number | string;
|
|
19
|
+
lte?: number | string;
|
|
20
|
+
}
|
|
21
|
+
interface InFilter {
|
|
22
|
+
in: Array<string | number>;
|
|
23
|
+
}
|
|
24
|
+
interface StartsWithFilter {
|
|
25
|
+
startsWith: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Where clause value types
|
|
29
|
+
*/
|
|
30
|
+
type WhereValue = string | number | boolean | null | RangeFilter | InFilter | StartsWithFilter;
|
|
31
|
+
/**
|
|
32
|
+
* Where clause for storage queries
|
|
33
|
+
*/
|
|
34
|
+
type WhereClause = Record<string, WhereValue>;
|
|
35
|
+
/**
|
|
36
|
+
* Query options for storage.query()
|
|
37
|
+
*/
|
|
38
|
+
interface QueryOptions {
|
|
39
|
+
where?: WhereClause;
|
|
40
|
+
orderBy?: Record<string, "asc" | "desc">;
|
|
41
|
+
/** Default 50, max 100 */
|
|
42
|
+
limit?: number;
|
|
43
|
+
cursor?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Paginated result (used by storage.query, content.list, media.list)
|
|
47
|
+
*/
|
|
48
|
+
interface PaginatedResult<T> {
|
|
49
|
+
items: T[];
|
|
50
|
+
cursor?: string;
|
|
51
|
+
hasMore: boolean;
|
|
52
|
+
}
|
|
53
|
+
interface VersionedValue<T = unknown> {
|
|
54
|
+
value: T;
|
|
55
|
+
/** Opaque host revision, valid only for the key from which it was read. */
|
|
56
|
+
revision: string;
|
|
57
|
+
}
|
|
58
|
+
type ConditionalWriteResult = {
|
|
59
|
+
applied: true;
|
|
60
|
+
revision: string;
|
|
61
|
+
} | {
|
|
62
|
+
applied: false;
|
|
63
|
+
};
|
|
64
|
+
interface ConditionalDeleteResult {
|
|
65
|
+
applied: boolean;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* A single per-field integer delta for {@link StorageCollection.updateIf}.
|
|
69
|
+
*
|
|
70
|
+
* `inc`/`dec` values must be safe integers, enforced at runtime with
|
|
71
|
+
* `Number.isSafeInteger` (which also rejects `NaN`/`Infinity`), because a TS
|
|
72
|
+
* `number` cannot forbid float literals. Deltas are applied entirely in-SQL
|
|
73
|
+
* over the stored value with `COALESCE(<value>, 0) ± n`, so a delta on a
|
|
74
|
+
* missing or JSON-`null` field starts from `0` (never corrupts the document).
|
|
75
|
+
*
|
|
76
|
+
* `updateIf` does NOT clamp: a `dec` can drive a field negative when the
|
|
77
|
+
* `where` guard doesn't cover the delta magnitude (e.g. stock `2` with
|
|
78
|
+
* `where: { stock: { gte: 1 } }` and `delta: { stock: { dec: 3 } }` → `-1`,
|
|
79
|
+
* `applied: true`). The guard is the caller's responsibility — pair a `dec: k`
|
|
80
|
+
* with a `gte: k` guard to prevent underflow.
|
|
81
|
+
*/
|
|
82
|
+
type NumericDelta = {
|
|
83
|
+
inc: number;
|
|
84
|
+
} | {
|
|
85
|
+
dec: number;
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Arguments to {@link StorageCollection.updateIf}.
|
|
89
|
+
*
|
|
90
|
+
* `where` reuses the {@link QueryOptions} `WhereClause` verbatim — the guard is
|
|
91
|
+
* evaluated in-SQL with the same numeric-correct, total comparisons as
|
|
92
|
+
* `query()`. An empty `where: {}` emits no guard, i.e. it matches the row
|
|
93
|
+
* unconditionally (update-if-row-exists) — a footgun in the no-oversell case,
|
|
94
|
+
* where a real predicate (e.g. `{ stock: { gte: 1 } }`) is what you want.
|
|
95
|
+
*
|
|
96
|
+
* At least one of `set` / `delta` must be present (a runtime error is thrown
|
|
97
|
+
* otherwise). A field may not appear in both `set` and `delta` in the same
|
|
98
|
+
* call. `set` and `delta` are separate arguments (not a union) so a wholesale
|
|
99
|
+
* value that happens to look like `{ inc: 5 }` is never mistaken for a delta.
|
|
100
|
+
*/
|
|
101
|
+
interface UpdateIfArgs<T> {
|
|
102
|
+
/**
|
|
103
|
+
* Guard evaluated in-SQL; identical semantics to `query({ where })`. An
|
|
104
|
+
* empty `{}` means "match the row unconditionally (no guard)".
|
|
105
|
+
*/
|
|
106
|
+
where: WhereClause;
|
|
107
|
+
/** Wholesale field values merged into the stored JSON document. */
|
|
108
|
+
set?: Partial<T>;
|
|
109
|
+
/** Per-field integer deltas applied in-SQL (`COALESCE(base, 0) ± n`). */
|
|
110
|
+
delta?: { [K in keyof T]?: NumericDelta };
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Result of {@link StorageCollection.updateIf}.
|
|
114
|
+
*
|
|
115
|
+
* `applied: false` intentionally conflates "row absent" and "guard failed": a
|
|
116
|
+
* single-statement guarded `UPDATE` cannot distinguish them, and the caller
|
|
117
|
+
* should not need to. `updateIf` is update-only — it never inserts a missing
|
|
118
|
+
* row.
|
|
119
|
+
*/
|
|
120
|
+
type UpdateIfResult<T> = {
|
|
121
|
+
applied: true;
|
|
122
|
+
data: T;
|
|
123
|
+
} | {
|
|
124
|
+
applied: false;
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* Storage collection interface - the API exposed to plugins
|
|
128
|
+
* No async iterators - all operations return promises with pagination
|
|
129
|
+
*/
|
|
130
|
+
interface StorageCollection<T = unknown> {
|
|
131
|
+
get(id: string): Promise<T | null>;
|
|
132
|
+
put(id: string, data: T): Promise<void>;
|
|
133
|
+
delete(id: string): Promise<boolean>;
|
|
134
|
+
exists(id: string): Promise<boolean>;
|
|
135
|
+
/** A stored JSON null returns an envelope with value: null; only an absent row returns null. */
|
|
136
|
+
getVersioned(id: string): Promise<VersionedValue<T> | null>;
|
|
137
|
+
/** A null expected revision creates only when absent. Errors reject; conflicts return applied: false. */
|
|
138
|
+
compareAndSet(id: string, expectedRevision: string | null, data: T): Promise<ConditionalWriteResult>;
|
|
139
|
+
compareAndDelete(id: string, expectedRevision: string): Promise<ConditionalDeleteResult>;
|
|
140
|
+
getMany(ids: string[]): Promise<Map<string, T>>;
|
|
141
|
+
putMany(items: Array<{
|
|
142
|
+
id: string;
|
|
143
|
+
data: T;
|
|
144
|
+
}>): Promise<void>;
|
|
145
|
+
deleteMany(ids: string[]): Promise<number>;
|
|
146
|
+
query(options?: QueryOptions): Promise<PaginatedResult<{
|
|
147
|
+
id: string;
|
|
148
|
+
data: T;
|
|
149
|
+
}>>;
|
|
150
|
+
count(where?: WhereClause): Promise<number>;
|
|
151
|
+
/**
|
|
152
|
+
* Predicate-guarded atomic update. Applies `set`/`delta` to the row `id`
|
|
153
|
+
* only if it exists and the `where` guard matches, in a single guarded
|
|
154
|
+
* `UPDATE … RETURNING`. This is the no-oversell primitive: the guard and the
|
|
155
|
+
* arithmetic live in one statement, so N concurrent guarded decrements
|
|
156
|
+
* serialize correctly. `applied: false` means the row was absent OR the
|
|
157
|
+
* guard failed (the two are intentionally indistinguishable). Non-object
|
|
158
|
+
* documents, invalid counters and unsafe arithmetic results also fail the
|
|
159
|
+
* guard. Never inserts.
|
|
160
|
+
*
|
|
161
|
+
* Serialization failures and deadlocks throw `StorageSerializationError`.
|
|
162
|
+
* Retry the write with a bounded policy; restart an explicit transaction
|
|
163
|
+
* before retrying its operations.
|
|
164
|
+
*/
|
|
165
|
+
updateIf(id: string, args: UpdateIfArgs<T>): Promise<UpdateIfResult<T>>;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Plugin storage context - typed based on declared collections
|
|
169
|
+
*/
|
|
170
|
+
type PluginStorage<T extends PluginStorageConfig> = { [K in keyof T]: StorageCollection };
|
|
171
|
+
/**
|
|
172
|
+
* Plugin-scoped key-value state.
|
|
173
|
+
*
|
|
174
|
+
* Convention:
|
|
175
|
+
* - `state:*` - Internal plugin state (not shown to users)
|
|
176
|
+
* - `cache:*` - Reusable computed or remote data
|
|
177
|
+
*
|
|
178
|
+
* The `settings:*` namespace remains a compatibility alias through EmDash
|
|
179
|
+
* 0.x. New code uses `PluginContext.settings` for user configuration.
|
|
180
|
+
*/
|
|
181
|
+
interface KVAccess {
|
|
182
|
+
get<T>(key: string): Promise<T | null>;
|
|
183
|
+
getVersioned<T>(key: string): Promise<VersionedValue<T> | null>;
|
|
184
|
+
/** A null expected revision creates only when absent. Errors reject; conflicts return applied: false. */
|
|
185
|
+
compareAndSet(key: string, expectedRevision: string | null, value: unknown): Promise<ConditionalWriteResult>;
|
|
186
|
+
compareAndDelete(key: string, expectedRevision: string): Promise<ConditionalDeleteResult>;
|
|
187
|
+
set(key: string, value: unknown): Promise<void>;
|
|
188
|
+
delete(key: string): Promise<boolean>;
|
|
189
|
+
list(prefix?: string): Promise<Array<{
|
|
190
|
+
key: string;
|
|
191
|
+
value: unknown;
|
|
192
|
+
}>>;
|
|
193
|
+
}
|
|
194
|
+
/** Plugin settings. Fields declared as `secret` in `admin.settingsSchema` are encrypted. */
|
|
195
|
+
interface SettingsAccess {
|
|
196
|
+
get<T>(key: string): Promise<T | null>;
|
|
197
|
+
getVersioned<T>(key: string): Promise<VersionedValue<T> | null>;
|
|
198
|
+
compareAndSet(key: string, expectedRevision: string | null, value: unknown): Promise<ConditionalWriteResult>;
|
|
199
|
+
compareAndDelete(key: string, expectedRevision: string): Promise<ConditionalDeleteResult>;
|
|
200
|
+
set(key: string, value: unknown): Promise<void>;
|
|
201
|
+
delete(key: string): Promise<boolean>;
|
|
202
|
+
list(prefix?: string): Promise<Array<{
|
|
203
|
+
key: string;
|
|
204
|
+
value: unknown;
|
|
205
|
+
}>>;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* SEO metadata for a content item, as stored in the core SEO panel.
|
|
209
|
+
*
|
|
210
|
+
* Only present on items in collections with `has_seo = 1`. For collections
|
|
211
|
+
* without SEO enabled, `ContentItem.seo` is `undefined`.
|
|
212
|
+
*/
|
|
213
|
+
interface ContentItemSeo {
|
|
214
|
+
title: string | null;
|
|
215
|
+
description: string | null;
|
|
216
|
+
image: string | null;
|
|
217
|
+
canonical: string | null;
|
|
218
|
+
noIndex: boolean;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* SEO input accepted by content write operations.
|
|
222
|
+
*
|
|
223
|
+
* All fields are optional — only fields that are present overwrite existing
|
|
224
|
+
* values. An empty object is treated as a no-op.
|
|
225
|
+
*/
|
|
226
|
+
interface ContentItemSeoInput {
|
|
227
|
+
title?: string | null;
|
|
228
|
+
description?: string | null;
|
|
229
|
+
image?: string | null;
|
|
230
|
+
canonical?: string | null;
|
|
231
|
+
noIndex?: boolean;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Content item returned from content API
|
|
235
|
+
*/
|
|
236
|
+
interface ContentItem {
|
|
237
|
+
id: string;
|
|
238
|
+
type: string;
|
|
239
|
+
slug: string | null;
|
|
240
|
+
status: string;
|
|
241
|
+
locale: string | null;
|
|
242
|
+
data: Record<string, unknown>;
|
|
243
|
+
/**
|
|
244
|
+
* SEO metadata, populated when the collection has SEO enabled
|
|
245
|
+
* (`has_seo = 1`). `undefined` for non-SEO collections.
|
|
246
|
+
*/
|
|
247
|
+
seo?: ContentItemSeo;
|
|
248
|
+
createdAt: string;
|
|
249
|
+
updatedAt: string;
|
|
250
|
+
publishedAt: string | null;
|
|
251
|
+
/** Scheduled publication time, if set (e.g. scheduled items or scheduled draft changes). */
|
|
252
|
+
scheduledAt?: string | null;
|
|
253
|
+
authorId?: string | null;
|
|
254
|
+
translationGroup?: string | null;
|
|
255
|
+
liveRevisionId?: string | null;
|
|
256
|
+
draftRevisionId?: string | null;
|
|
257
|
+
version?: number;
|
|
258
|
+
}
|
|
259
|
+
interface ContentTranslationSummary {
|
|
260
|
+
id: string;
|
|
261
|
+
locale: string | null;
|
|
262
|
+
slug: string | null;
|
|
263
|
+
status: string;
|
|
264
|
+
updatedAt: string;
|
|
265
|
+
}
|
|
266
|
+
interface ContentRevisionInfo {
|
|
267
|
+
id: string;
|
|
268
|
+
collection: string;
|
|
269
|
+
entryId: string;
|
|
270
|
+
data: Record<string, unknown>;
|
|
271
|
+
createdAt: string;
|
|
272
|
+
}
|
|
273
|
+
interface FieldSchemaInfo {
|
|
274
|
+
slug: string;
|
|
275
|
+
label: string;
|
|
276
|
+
type: FieldType;
|
|
277
|
+
required: boolean;
|
|
278
|
+
unique: boolean;
|
|
279
|
+
default?: unknown;
|
|
280
|
+
validation?: FieldValidation;
|
|
281
|
+
widget?: string;
|
|
282
|
+
options?: FieldWidgetOptions;
|
|
283
|
+
searchable: boolean;
|
|
284
|
+
indexed: boolean;
|
|
285
|
+
translatable: boolean;
|
|
286
|
+
sortOrder: number;
|
|
287
|
+
}
|
|
288
|
+
interface CollectionSchemaInfo {
|
|
289
|
+
slug: string;
|
|
290
|
+
label: string;
|
|
291
|
+
labelSingular: string | null;
|
|
292
|
+
description: string | null;
|
|
293
|
+
supports: string[];
|
|
294
|
+
hasSeo: boolean;
|
|
295
|
+
titleField: string | null;
|
|
296
|
+
dateField: string | null;
|
|
297
|
+
urlPattern: string | null;
|
|
298
|
+
routable: boolean;
|
|
299
|
+
hidden: boolean;
|
|
300
|
+
fields: FieldSchemaInfo[];
|
|
301
|
+
}
|
|
302
|
+
interface SchemaAccess {
|
|
303
|
+
listCollections(): Promise<CollectionSchemaInfo[]>;
|
|
304
|
+
getCollection(slug: string): Promise<CollectionSchemaInfo | null>;
|
|
305
|
+
}
|
|
306
|
+
interface ContentListWhere {
|
|
307
|
+
/** Exact match on `status` (e.g. `"published"`, `"draft"`). */
|
|
308
|
+
status?: string;
|
|
309
|
+
/** Exact match on `locale` (e.g. `"en"`, `"fr-CA"`). */
|
|
310
|
+
locale?: string;
|
|
311
|
+
/** AND-combined filters over custom fields explicitly marked as indexed. */
|
|
312
|
+
fieldFilters?: ContentFieldFilters;
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Content list options
|
|
316
|
+
*/
|
|
317
|
+
interface ContentListOptions {
|
|
318
|
+
limit?: number;
|
|
319
|
+
cursor?: string;
|
|
320
|
+
orderBy?: Record<string, "asc" | "desc">;
|
|
321
|
+
where?: ContentListWhere;
|
|
322
|
+
}
|
|
323
|
+
/**
|
|
324
|
+
* Input accepted by `content.create` / `content.update`.
|
|
325
|
+
*
|
|
326
|
+
* Most entries are field slugs mapped to their values. The reserved `seo`
|
|
327
|
+
* key is extracted and routed to the core SEO panel (the `_emdash_seo`
|
|
328
|
+
* table), matching the shape accepted by the REST API. Passing `seo` for a
|
|
329
|
+
* collection that does not have SEO enabled throws a validation error.
|
|
330
|
+
*/
|
|
331
|
+
type ContentWriteInput = Record<string, unknown> & {
|
|
332
|
+
seo?: ContentItemSeoInput;
|
|
333
|
+
};
|
|
334
|
+
/** Options accepted by `content.create`. */
|
|
335
|
+
interface ContentCreateOptions {
|
|
336
|
+
/** Locale for the new content row. Defaults to the configured site locale, then `en`. */
|
|
337
|
+
locale?: string;
|
|
338
|
+
/** Existing row in the same collection whose translation group the new row joins. */
|
|
339
|
+
translationOf?: string;
|
|
340
|
+
}
|
|
341
|
+
type PluginContentCreateCallback = (pluginId: string, collection: string, data: ContentWriteInput, options?: ContentCreateOptions & {
|
|
342
|
+
/** Save-hook origin supplied by sandbox transports to prevent hook re-entry. */originHook?: "content:beforeSave" | "content:afterSave";
|
|
343
|
+
sandboxOrigin?: true;
|
|
344
|
+
}) => Promise<ContentItem>;
|
|
345
|
+
/**
|
|
346
|
+
* Taxonomy definition returned from the taxonomy API (e.g. "category", "tag").
|
|
347
|
+
*/
|
|
348
|
+
interface TaxonomyDefInfo {
|
|
349
|
+
name: string;
|
|
350
|
+
label: string;
|
|
351
|
+
labelSingular: string | null;
|
|
352
|
+
hierarchical: boolean;
|
|
353
|
+
/** Collections this taxonomy is attached to (e.g. `["posts"]`). */
|
|
354
|
+
collections: string[];
|
|
355
|
+
locale: string;
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Taxonomy term returned from the taxonomy API. Flat shape — for hierarchical
|
|
359
|
+
* taxonomies the tree is reconstructed via `parentId` (which stores the
|
|
360
|
+
* parent's locale-agnostic `translationGroup`).
|
|
361
|
+
*/
|
|
362
|
+
interface TaxonomyTermInfo {
|
|
363
|
+
id: string;
|
|
364
|
+
/** Taxonomy name this term belongs to (e.g. "category"). */
|
|
365
|
+
taxonomy: string;
|
|
366
|
+
slug: string;
|
|
367
|
+
label: string;
|
|
368
|
+
parentId: string | null;
|
|
369
|
+
/** Term metadata as edited in the admin (`description` etc.). */
|
|
370
|
+
data: Record<string, unknown> | null;
|
|
371
|
+
locale: string;
|
|
372
|
+
translationGroup: string | null;
|
|
373
|
+
}
|
|
374
|
+
/**
|
|
375
|
+
* Options accepted by taxonomy read operations. Omitting `locale` returns
|
|
376
|
+
* rows for every locale.
|
|
377
|
+
*/
|
|
378
|
+
interface TaxonomyReadOptions {
|
|
379
|
+
locale?: string;
|
|
380
|
+
}
|
|
381
|
+
interface TaxonomyTermCreateInput {
|
|
382
|
+
label: string;
|
|
383
|
+
slug?: string;
|
|
384
|
+
parentId?: string | null;
|
|
385
|
+
description?: string;
|
|
386
|
+
locale?: string;
|
|
387
|
+
translationOf?: string;
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* Content access interface - capability-gated
|
|
391
|
+
*/
|
|
392
|
+
interface ContentAccess {
|
|
393
|
+
get(collection: string, id: string): Promise<ContentItem | null>;
|
|
394
|
+
list(collection: string, options?: ContentListOptions): Promise<PaginatedResult<ContentItem>>;
|
|
395
|
+
getTranslations?(collection: string, id: string): Promise<{
|
|
396
|
+
translationGroup: string;
|
|
397
|
+
translations: ContentTranslationSummary[];
|
|
398
|
+
}>;
|
|
399
|
+
getPublicUrl?(collection: string, id: string): Promise<string | null>;
|
|
400
|
+
listRevisions?(collection: string, id: string, options?: {
|
|
401
|
+
limit?: number;
|
|
402
|
+
}): Promise<ContentRevisionInfo[]>;
|
|
403
|
+
getRevision?(collection: string, id: string, revisionId: string): Promise<ContentRevisionInfo | null>;
|
|
404
|
+
create?(collection: string, data: ContentWriteInput, options?: ContentCreateOptions): Promise<ContentItem>;
|
|
405
|
+
update?(collection: string, id: string, data: ContentWriteInput): Promise<ContentItem>;
|
|
406
|
+
delete?(collection: string, id: string): Promise<boolean>;
|
|
407
|
+
getVersioned?(collection: string, id: string): Promise<VersionedContentItem | null>;
|
|
408
|
+
publish?(collection: string, id: string, options: {
|
|
409
|
+
_rev: string;
|
|
410
|
+
}): Promise<VersionedContentItem>;
|
|
411
|
+
unpublish?(collection: string, id: string, options: {
|
|
412
|
+
_rev: string;
|
|
413
|
+
}): Promise<VersionedContentItem>;
|
|
414
|
+
schedule?(collection: string, id: string, options: {
|
|
415
|
+
scheduledAt: string;
|
|
416
|
+
_rev: string;
|
|
417
|
+
}): Promise<VersionedContentItem>;
|
|
418
|
+
unschedule?(collection: string, id: string, options: {
|
|
419
|
+
_rev: string;
|
|
420
|
+
}): Promise<VersionedContentItem>;
|
|
421
|
+
getTrashedVersioned?(collection: string, id: string): Promise<VersionedContentItem | null>;
|
|
422
|
+
restore?(collection: string, id: string, options: {
|
|
423
|
+
_rev: string;
|
|
424
|
+
}): Promise<VersionedContentItem>;
|
|
425
|
+
}
|
|
426
|
+
interface VersionedContentItem {
|
|
427
|
+
item: ContentItem;
|
|
428
|
+
_rev: string;
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Taxonomy access interface — capability-gated on `taxonomies:read`.
|
|
432
|
+
*/
|
|
433
|
+
interface TaxonomyAccess {
|
|
434
|
+
/** List taxonomy definitions. */
|
|
435
|
+
getAll(options?: TaxonomyReadOptions): Promise<TaxonomyDefInfo[]>;
|
|
436
|
+
/** All terms of a taxonomy, ordered by label. */
|
|
437
|
+
getTerms(taxonomy: string, options?: TaxonomyReadOptions): Promise<TaxonomyTermInfo[]>;
|
|
438
|
+
/** Terms assigned to a content entry, optionally scoped to one taxonomy. */
|
|
439
|
+
getEntryTerms(collection: string, entryId: string, options?: TaxonomyReadOptions & {
|
|
440
|
+
taxonomy?: string;
|
|
441
|
+
}): Promise<TaxonomyTermInfo[]>;
|
|
442
|
+
createTerm?(taxonomy: string, input: TaxonomyTermCreateInput): Promise<TaxonomyTermInfo>;
|
|
443
|
+
addEntryTerms?(collection: string, entryId: string, taxonomy: string, termIds: string[]): Promise<TaxonomyTermInfo[]>;
|
|
444
|
+
removeEntryTerms?(collection: string, entryId: string, taxonomy: string, termIds: string[]): Promise<TaxonomyTermInfo[]>;
|
|
445
|
+
}
|
|
446
|
+
/** Taxonomy mutations available with `taxonomies:write`. */
|
|
447
|
+
interface TaxonomyAccessWithWrite extends TaxonomyAccess {
|
|
448
|
+
createTerm(taxonomy: string, input: TaxonomyTermCreateInput): Promise<TaxonomyTermInfo>;
|
|
449
|
+
addEntryTerms(collection: string, entryId: string, taxonomy: string, termIds: string[]): Promise<TaxonomyTermInfo[]>;
|
|
450
|
+
removeEntryTerms(collection: string, entryId: string, taxonomy: string, termIds: string[]): Promise<TaxonomyTermInfo[]>;
|
|
451
|
+
}
|
|
452
|
+
type RedirectStatus = 301 | 302 | 307 | 308 | 410 | 451;
|
|
453
|
+
interface RedirectInfo {
|
|
454
|
+
id: string;
|
|
455
|
+
source: string;
|
|
456
|
+
destination: string;
|
|
457
|
+
type: RedirectStatus;
|
|
458
|
+
isPattern: boolean;
|
|
459
|
+
enabled: boolean;
|
|
460
|
+
hits: number;
|
|
461
|
+
lastHitAt: string | null;
|
|
462
|
+
groupName: string | null;
|
|
463
|
+
auto: boolean;
|
|
464
|
+
createdAt: string;
|
|
465
|
+
updatedAt: string;
|
|
466
|
+
}
|
|
467
|
+
interface VersionedRedirect {
|
|
468
|
+
redirect: RedirectInfo;
|
|
469
|
+
/** Opaque host revision. Pass it back unchanged for update or delete. */
|
|
470
|
+
_rev: string;
|
|
471
|
+
}
|
|
472
|
+
interface RedirectListOptions {
|
|
473
|
+
limit?: number;
|
|
474
|
+
cursor?: string;
|
|
475
|
+
search?: string;
|
|
476
|
+
group?: string;
|
|
477
|
+
enabled?: boolean;
|
|
478
|
+
auto?: boolean;
|
|
479
|
+
}
|
|
480
|
+
interface RedirectCreateInput {
|
|
481
|
+
source: string;
|
|
482
|
+
destination?: string;
|
|
483
|
+
type?: RedirectStatus;
|
|
484
|
+
enabled?: boolean;
|
|
485
|
+
groupName?: string | null;
|
|
486
|
+
}
|
|
487
|
+
interface RedirectUpdateInput {
|
|
488
|
+
source?: string;
|
|
489
|
+
destination?: string;
|
|
490
|
+
type?: RedirectStatus;
|
|
491
|
+
enabled?: boolean;
|
|
492
|
+
groupName?: string | null;
|
|
493
|
+
}
|
|
494
|
+
interface RedirectAccess {
|
|
495
|
+
list(options?: RedirectListOptions): Promise<PaginatedResult<RedirectInfo>>;
|
|
496
|
+
get(id: string): Promise<VersionedRedirect | null>;
|
|
497
|
+
create?(input: RedirectCreateInput): Promise<VersionedRedirect>;
|
|
498
|
+
update?(id: string, input: RedirectUpdateInput & {
|
|
499
|
+
_rev: string;
|
|
500
|
+
}): Promise<VersionedRedirect>;
|
|
501
|
+
delete?(id: string, options: {
|
|
502
|
+
_rev: string;
|
|
503
|
+
}): Promise<boolean>;
|
|
504
|
+
}
|
|
505
|
+
interface RedirectAccessWithWrite extends RedirectAccess {
|
|
506
|
+
create(input: RedirectCreateInput): Promise<VersionedRedirect>;
|
|
507
|
+
update(id: string, input: RedirectUpdateInput & {
|
|
508
|
+
_rev: string;
|
|
509
|
+
}): Promise<VersionedRedirect>;
|
|
510
|
+
delete(id: string, options: {
|
|
511
|
+
_rev: string;
|
|
512
|
+
}): Promise<boolean>;
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* Full content access with write operations
|
|
516
|
+
*/
|
|
517
|
+
interface ContentAccessWithWrite extends ContentAccess {
|
|
518
|
+
create(collection: string, data: ContentWriteInput, options?: ContentCreateOptions): Promise<ContentItem>;
|
|
519
|
+
update(collection: string, id: string, data: ContentWriteInput): Promise<ContentItem>;
|
|
520
|
+
delete(collection: string, id: string): Promise<boolean>;
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* Media item returned from media API
|
|
524
|
+
*/
|
|
525
|
+
interface MediaItem {
|
|
526
|
+
id: string;
|
|
527
|
+
filename: string;
|
|
528
|
+
mimeType: string;
|
|
529
|
+
size: number | null;
|
|
530
|
+
url: string;
|
|
531
|
+
createdAt: string;
|
|
532
|
+
width?: number | null;
|
|
533
|
+
height?: number | null;
|
|
534
|
+
alt?: string | null;
|
|
535
|
+
caption?: string | null;
|
|
536
|
+
focalX?: number | null;
|
|
537
|
+
focalY?: number | null;
|
|
538
|
+
blurhash?: string | null;
|
|
539
|
+
dominantColor?: string | null;
|
|
540
|
+
folderId?: string | null;
|
|
541
|
+
status?: "ready";
|
|
542
|
+
}
|
|
543
|
+
interface MediaBytes {
|
|
544
|
+
bytes: Uint8Array;
|
|
545
|
+
filename: string;
|
|
546
|
+
mimeType: string;
|
|
547
|
+
size: number;
|
|
548
|
+
contentHash?: string;
|
|
549
|
+
}
|
|
550
|
+
interface MediaMetadataPatch {
|
|
551
|
+
alt?: string | null;
|
|
552
|
+
caption?: string | null;
|
|
553
|
+
focalX?: number | null;
|
|
554
|
+
focalY?: number | null;
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* Media list options
|
|
558
|
+
*/
|
|
559
|
+
interface MediaListOptions {
|
|
560
|
+
limit?: number;
|
|
561
|
+
cursor?: string;
|
|
562
|
+
mimeType?: string;
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* Media access interface - capability-gated
|
|
566
|
+
*/
|
|
567
|
+
interface MediaAccess {
|
|
568
|
+
get(id: string): Promise<MediaItem | null>;
|
|
569
|
+
list(options?: MediaListOptions): Promise<PaginatedResult<MediaItem>>;
|
|
570
|
+
/** Read ready media bytes, bounded by the caller's limit and the host maximum. */
|
|
571
|
+
readBytes?(id: string, options?: {
|
|
572
|
+
maxBytes?: number;
|
|
573
|
+
}): Promise<MediaBytes>;
|
|
574
|
+
/** Change only alt text, caption, or the complete focal-point pair. */
|
|
575
|
+
updateMetadata?(id: string, patch: MediaMetadataPatch): Promise<MediaItem>;
|
|
576
|
+
getUploadUrl?(filename: string, contentType: string): Promise<{
|
|
577
|
+
uploadUrl: string;
|
|
578
|
+
mediaId: string;
|
|
579
|
+
}>;
|
|
580
|
+
/**
|
|
581
|
+
* Upload media bytes directly. Preferred in sandboxed mode where
|
|
582
|
+
* plugins cannot make external requests to a presigned URL.
|
|
583
|
+
* Returns the created media item.
|
|
584
|
+
*/
|
|
585
|
+
upload?(filename: string, contentType: string, bytes: ArrayBuffer): Promise<{
|
|
586
|
+
mediaId: string;
|
|
587
|
+
storageKey: string;
|
|
588
|
+
url: string;
|
|
589
|
+
}>;
|
|
590
|
+
delete?(id: string): Promise<boolean>;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Full media access with write operations
|
|
594
|
+
*/
|
|
595
|
+
interface MediaAccessWithWrite extends MediaAccess {
|
|
596
|
+
getUploadUrl(filename: string, contentType: string): Promise<{
|
|
597
|
+
uploadUrl: string;
|
|
598
|
+
mediaId: string;
|
|
599
|
+
}>;
|
|
600
|
+
upload(filename: string, contentType: string, bytes: ArrayBuffer): Promise<{
|
|
601
|
+
mediaId: string;
|
|
602
|
+
storageKey: string;
|
|
603
|
+
url: string;
|
|
604
|
+
}>;
|
|
605
|
+
delete(id: string): Promise<boolean>;
|
|
606
|
+
}
|
|
607
|
+
/**
|
|
608
|
+
* HTTP client interface - requires network:request capability
|
|
609
|
+
*/
|
|
610
|
+
interface HttpAccess {
|
|
611
|
+
/**
|
|
612
|
+
* Fetch an allowed external URL and return a buffered response.
|
|
613
|
+
* Decoded request and response bodies are each limited to 8 MiB.
|
|
614
|
+
*/
|
|
615
|
+
fetch(url: string, init?: RequestInit): Promise<Response>;
|
|
616
|
+
}
|
|
617
|
+
/**
|
|
618
|
+
* Logger interface - always available
|
|
619
|
+
*/
|
|
620
|
+
interface LogAccess {
|
|
621
|
+
debug(message: string, data?: unknown): void;
|
|
622
|
+
info(message: string, data?: unknown): void;
|
|
623
|
+
warn(message: string, data?: unknown): void;
|
|
624
|
+
error(message: string, data?: unknown): void;
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* Site information available to all plugins
|
|
628
|
+
*/
|
|
629
|
+
interface SiteInfo {
|
|
630
|
+
/** Site name (from settings) */
|
|
631
|
+
name: string;
|
|
632
|
+
/** Site URL (from settings or request) */
|
|
633
|
+
url: string;
|
|
634
|
+
/** Site locale (from settings, defaults to "en") */
|
|
635
|
+
locale: string;
|
|
636
|
+
/**
|
|
637
|
+
* Astro's `trailingSlash` routing policy, from the host's Astro config.
|
|
638
|
+
* Plugins that build absolute URLs (sitemap, canonical, hreflang) should
|
|
639
|
+
* honor this so the URLs they emit match what the site serves. `createSiteInfo`
|
|
640
|
+
* always populates it (defaulting to `"ignore"`, Astro's default); it is
|
|
641
|
+
* optional on the type so pre-existing `SiteInfo` construction stays valid.
|
|
642
|
+
*/
|
|
643
|
+
trailingSlash?: "always" | "never" | "ignore";
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* Read-only user information exposed to plugins.
|
|
647
|
+
* Sensitive fields (password hashes, sessions, passkeys) are excluded.
|
|
648
|
+
*/
|
|
649
|
+
interface UserInfo {
|
|
650
|
+
id: string;
|
|
651
|
+
email: string;
|
|
652
|
+
name: string | null;
|
|
653
|
+
role: number;
|
|
654
|
+
createdAt: string;
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* User access interface - requires read:users capability
|
|
658
|
+
*/
|
|
659
|
+
interface UserAccess {
|
|
660
|
+
/** Get a user by ID */
|
|
661
|
+
get(id: string): Promise<UserInfo | null>;
|
|
662
|
+
/** Get a user by email */
|
|
663
|
+
getByEmail(email: string): Promise<UserInfo | null>;
|
|
664
|
+
/** List users with optional filters */
|
|
665
|
+
list(opts?: {
|
|
666
|
+
role?: number;
|
|
667
|
+
limit?: number;
|
|
668
|
+
cursor?: string;
|
|
669
|
+
}): Promise<{
|
|
670
|
+
items: UserInfo[];
|
|
671
|
+
nextCursor?: string;
|
|
672
|
+
}>;
|
|
673
|
+
}
|
|
674
|
+
type PluginCommentStatus = "approved" | "pending" | "spam";
|
|
675
|
+
/** Comment data exposed by the explicit personal-data `comments:read` capability. */
|
|
676
|
+
interface PluginComment {
|
|
677
|
+
id: string;
|
|
678
|
+
collection: string;
|
|
679
|
+
contentId: string;
|
|
680
|
+
parentId: string | null;
|
|
681
|
+
authorName: string;
|
|
682
|
+
authorEmail: string;
|
|
683
|
+
body: string;
|
|
684
|
+
status: PluginCommentStatus;
|
|
685
|
+
ipHash: string | null;
|
|
686
|
+
userAgent: string | null;
|
|
687
|
+
moderationMetadata: Record<string, unknown> | null;
|
|
688
|
+
createdAt: string;
|
|
689
|
+
updatedAt: string;
|
|
690
|
+
}
|
|
691
|
+
interface CommentListOptions {
|
|
692
|
+
status?: PluginCommentStatus;
|
|
693
|
+
collection?: string;
|
|
694
|
+
contentId?: string;
|
|
695
|
+
limit?: number;
|
|
696
|
+
cursor?: string;
|
|
697
|
+
}
|
|
698
|
+
interface CommentCountOptions {
|
|
699
|
+
status?: PluginCommentStatus;
|
|
700
|
+
collection?: string;
|
|
701
|
+
contentId?: string;
|
|
702
|
+
}
|
|
703
|
+
interface CommentAccess {
|
|
704
|
+
get(id: string): Promise<PluginComment | null>;
|
|
705
|
+
list(options?: CommentListOptions): Promise<PaginatedResult<PluginComment>>;
|
|
706
|
+
count(options?: CommentCountOptions): Promise<number>;
|
|
707
|
+
setStatus?(id: string, status: PluginCommentStatus, options: {
|
|
708
|
+
expectedStatus: PluginCommentStatus;
|
|
709
|
+
}): Promise<PluginComment>;
|
|
710
|
+
}
|
|
711
|
+
/**
|
|
712
|
+
* The unified plugin context - same shape for all hooks and routes
|
|
713
|
+
*/
|
|
714
|
+
interface PluginContext<TStorage extends PluginStorageConfig = PluginStorageConfig> {
|
|
715
|
+
/** Plugin metadata */
|
|
716
|
+
plugin: {
|
|
717
|
+
id: string;
|
|
718
|
+
version: string;
|
|
719
|
+
};
|
|
720
|
+
/** Storage collections - only if plugin declares storage */
|
|
721
|
+
storage: PluginStorage<TStorage>;
|
|
722
|
+
/** Key-value store for internal state */
|
|
723
|
+
kv: KVAccess;
|
|
724
|
+
/** Plugin settings. Secret schema fields are encrypted by the host. */
|
|
725
|
+
settings: SettingsAccess;
|
|
726
|
+
/** Content access - only if read:content or write:content capability */
|
|
727
|
+
content?: ContentAccess | ContentAccessWithWrite;
|
|
728
|
+
/** Schema discovery - only if schema:read capability */
|
|
729
|
+
schema?: SchemaAccess;
|
|
730
|
+
/** Taxonomy access - only if a taxonomy capability is declared. */
|
|
731
|
+
taxonomies?: TaxonomyAccess | TaxonomyAccessWithWrite;
|
|
732
|
+
/** Redirect access - only if redirects:read or redirects:write capability */
|
|
733
|
+
redirects?: RedirectAccess | RedirectAccessWithWrite;
|
|
734
|
+
/** Media access - only if read:media or write:media capability */
|
|
735
|
+
media?: MediaAccess | MediaAccessWithWrite;
|
|
736
|
+
/** HTTP client - only if network:request capability */
|
|
737
|
+
http?: HttpAccess;
|
|
738
|
+
/** Logger - always available */
|
|
739
|
+
log: LogAccess;
|
|
740
|
+
/** Site information - always available */
|
|
741
|
+
site: SiteInfo;
|
|
742
|
+
/** URL helper - generates absolute URLs from paths. Always available. */
|
|
743
|
+
url(path: string): string;
|
|
744
|
+
/** User access - only if read:users capability */
|
|
745
|
+
users?: UserAccess;
|
|
746
|
+
/** Comment access — only if comments:read or comments:moderate is declared. */
|
|
747
|
+
comments?: CommentAccess;
|
|
748
|
+
/** Cron task scheduling - always available, scoped to plugin */
|
|
749
|
+
cron?: CronAccess;
|
|
750
|
+
/** Email access - only if email:send capability and a provider is configured */
|
|
751
|
+
email?: EmailAccess;
|
|
752
|
+
}
|
|
753
|
+
/**
|
|
754
|
+
* Cron access interface �� always available on plugin context, scoped to plugin.
|
|
755
|
+
*/
|
|
756
|
+
interface CronAccess {
|
|
757
|
+
/** Schedule a recurring or one-shot task */
|
|
758
|
+
schedule(name: string, opts: {
|
|
759
|
+
schedule: string;
|
|
760
|
+
data?: Record<string, unknown>;
|
|
761
|
+
}): Promise<void>;
|
|
762
|
+
/** Cancel a scheduled task */
|
|
763
|
+
cancel(name: string): Promise<void>;
|
|
764
|
+
/** List this plugin's scheduled tasks */
|
|
765
|
+
list(): Promise<CronTaskInfo[]>;
|
|
766
|
+
}
|
|
767
|
+
/**
|
|
768
|
+
* Task info returned from CronAccess.list()
|
|
769
|
+
*/
|
|
770
|
+
interface CronTaskInfo {
|
|
771
|
+
name: string;
|
|
772
|
+
schedule: string;
|
|
773
|
+
nextRunAt: string;
|
|
774
|
+
lastRunAt: string | null;
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
* Event passed to the `cron` hook handler
|
|
778
|
+
*/
|
|
779
|
+
interface CronEvent {
|
|
780
|
+
name: string;
|
|
781
|
+
data?: Record<string, unknown>;
|
|
782
|
+
scheduledAt: string;
|
|
783
|
+
}
|
|
784
|
+
/**
|
|
785
|
+
* Cron hook handler type
|
|
786
|
+
*/
|
|
787
|
+
type CronHandler = (event: CronEvent, ctx: PluginContext) => Promise<void>;
|
|
788
|
+
/**
|
|
789
|
+
* Email access interface — requires `email:send` capability.
|
|
790
|
+
* Undefined when no `email:deliver` provider is configured.
|
|
791
|
+
*
|
|
792
|
+
* Related capabilities:
|
|
793
|
+
* - `email:send` — grants ctx.email (this interface)
|
|
794
|
+
* - `email:provide` — allows registering the `email:deliver` exclusive hook
|
|
795
|
+
* - `email:intercept` — allows registering `email:beforeSend` / `email:afterSend` hooks
|
|
796
|
+
*/
|
|
797
|
+
interface EmailAccess {
|
|
798
|
+
send(message: EmailMessage): Promise<void>;
|
|
799
|
+
}
|
|
800
|
+
/**
|
|
801
|
+
* Email message shape
|
|
802
|
+
*/
|
|
803
|
+
interface EmailMessage {
|
|
804
|
+
to: string;
|
|
805
|
+
/** Additional visible recipients. */
|
|
806
|
+
cc?: string[];
|
|
807
|
+
/** Address that replies go to instead of the sender. */
|
|
808
|
+
replyTo?: string;
|
|
809
|
+
subject: string;
|
|
810
|
+
text: string;
|
|
811
|
+
html?: string;
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
* Event passed to email:beforeSend hooks (middleware — transform, validate, cancel)
|
|
815
|
+
*/
|
|
816
|
+
interface EmailBeforeSendEvent {
|
|
817
|
+
message: EmailMessage;
|
|
818
|
+
/** Where the email originated — "system" for auth emails, plugin ID for plugin emails */
|
|
819
|
+
source: string;
|
|
820
|
+
}
|
|
821
|
+
/**
|
|
822
|
+
* Event passed to email:deliver hook (exclusive — exactly one provider delivers)
|
|
823
|
+
*/
|
|
824
|
+
interface EmailDeliverEvent {
|
|
825
|
+
message: EmailMessage;
|
|
826
|
+
source: string;
|
|
827
|
+
}
|
|
828
|
+
/**
|
|
829
|
+
* Event passed to email:afterSend hooks (logging, analytics, fire-and-forget)
|
|
830
|
+
*/
|
|
831
|
+
interface EmailAfterSendEvent {
|
|
832
|
+
message: EmailMessage;
|
|
833
|
+
source: string;
|
|
834
|
+
}
|
|
835
|
+
/**
|
|
836
|
+
* Handler type for email:beforeSend hooks.
|
|
837
|
+
* Returns modified message, or false to cancel delivery.
|
|
838
|
+
*/
|
|
839
|
+
type EmailBeforeSendHandler = (event: EmailBeforeSendEvent, ctx: PluginContext) => Promise<EmailMessage | false>;
|
|
840
|
+
/**
|
|
841
|
+
* Handler type for email:deliver hooks (exclusive provider).
|
|
842
|
+
*/
|
|
843
|
+
type EmailDeliverHandler = (event: EmailDeliverEvent, ctx: PluginContext) => Promise<void>;
|
|
844
|
+
/**
|
|
845
|
+
* Handler type for email:afterSend hooks (fire-and-forget).
|
|
846
|
+
*/
|
|
847
|
+
type EmailAfterSendHandler = (event: EmailAfterSendEvent, ctx: PluginContext) => Promise<void>;
|
|
848
|
+
/**
|
|
849
|
+
* Collection comment settings (read from _emdash_collections)
|
|
850
|
+
*/
|
|
851
|
+
interface CollectionCommentSettings {
|
|
852
|
+
commentsEnabled: boolean;
|
|
853
|
+
commentsModeration: "all" | "first_time" | "none";
|
|
854
|
+
commentsClosedAfterDays: number;
|
|
855
|
+
commentsAutoApproveUsers: boolean;
|
|
856
|
+
}
|
|
857
|
+
/**
|
|
858
|
+
* Event passed to comment:beforeCreate hooks (middleware — transform, enrich, reject)
|
|
859
|
+
*/
|
|
860
|
+
interface CommentBeforeCreateEvent {
|
|
861
|
+
comment: {
|
|
862
|
+
collection: string;
|
|
863
|
+
contentId: string;
|
|
864
|
+
parentId: string | null;
|
|
865
|
+
authorName: string;
|
|
866
|
+
authorEmail: string;
|
|
867
|
+
authorUserId: string | null;
|
|
868
|
+
body: string;
|
|
869
|
+
ipHash: string | null;
|
|
870
|
+
userAgent: string | null;
|
|
871
|
+
};
|
|
872
|
+
/** Metadata bag — plugins can attach signals for the moderator */
|
|
873
|
+
metadata: Record<string, unknown>;
|
|
874
|
+
}
|
|
875
|
+
/**
|
|
876
|
+
* Event passed to comment:moderate hook (exclusive — decides initial status)
|
|
877
|
+
*/
|
|
878
|
+
interface CommentModerateEvent {
|
|
879
|
+
comment: CommentBeforeCreateEvent["comment"];
|
|
880
|
+
metadata: Record<string, unknown>;
|
|
881
|
+
collectionSettings: CollectionCommentSettings;
|
|
882
|
+
/** Number of prior approved comments from this email address */
|
|
883
|
+
priorApprovedCount: number;
|
|
884
|
+
}
|
|
885
|
+
/**
|
|
886
|
+
* Moderation decision returned by the comment:moderate handler
|
|
887
|
+
*/
|
|
888
|
+
interface ModerationDecision {
|
|
889
|
+
status: "approved" | "pending" | "spam";
|
|
890
|
+
/** Optional reason for admin visibility */
|
|
891
|
+
reason?: string;
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* Stored comment shape (full record with id, status, timestamps)
|
|
895
|
+
*/
|
|
896
|
+
interface StoredComment {
|
|
897
|
+
id: string;
|
|
898
|
+
collection: string;
|
|
899
|
+
contentId: string;
|
|
900
|
+
parentId: string | null;
|
|
901
|
+
authorName: string;
|
|
902
|
+
authorEmail: string;
|
|
903
|
+
authorUserId: string | null;
|
|
904
|
+
body: string;
|
|
905
|
+
status: string;
|
|
906
|
+
moderationMetadata: Record<string, unknown> | null;
|
|
907
|
+
createdAt: string;
|
|
908
|
+
updatedAt: string;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* Event passed to comment:afterCreate hooks (fire-and-forget)
|
|
912
|
+
*/
|
|
913
|
+
interface CommentAfterCreateEvent {
|
|
914
|
+
comment: StoredComment;
|
|
915
|
+
metadata: Record<string, unknown>;
|
|
916
|
+
/** The content item the comment is on */
|
|
917
|
+
content: {
|
|
918
|
+
id: string;
|
|
919
|
+
collection: string;
|
|
920
|
+
slug: string;
|
|
921
|
+
title?: string;
|
|
922
|
+
};
|
|
923
|
+
/** The content author (for notifications) */
|
|
924
|
+
contentAuthor?: {
|
|
925
|
+
id: string;
|
|
926
|
+
name: string | null;
|
|
927
|
+
email: string;
|
|
928
|
+
};
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* Event passed to comment:afterModerate hooks (fire-and-forget, admin status change)
|
|
932
|
+
*/
|
|
933
|
+
interface CommentAfterModerateEvent {
|
|
934
|
+
comment: StoredComment;
|
|
935
|
+
previousStatus: string;
|
|
936
|
+
newStatus: string;
|
|
937
|
+
/** The admin who moderated */
|
|
938
|
+
moderator: {
|
|
939
|
+
id: string;
|
|
940
|
+
name: string | null;
|
|
941
|
+
};
|
|
942
|
+
/** Identifies whether an administrator or a plugin initiated the transition. */
|
|
943
|
+
origin?: {
|
|
944
|
+
source: "admin";
|
|
945
|
+
userId: string;
|
|
946
|
+
} | {
|
|
947
|
+
source: "plugin";
|
|
948
|
+
pluginId: string;
|
|
949
|
+
};
|
|
950
|
+
}
|
|
951
|
+
/**
|
|
952
|
+
* Handler type for comment:beforeCreate hooks.
|
|
953
|
+
* Returns modified event, or false to reject the comment.
|
|
954
|
+
*/
|
|
955
|
+
type CommentBeforeCreateHandler = (event: CommentBeforeCreateEvent, ctx: PluginContext) => Promise<CommentBeforeCreateEvent | false | void>;
|
|
956
|
+
/**
|
|
957
|
+
* Handler type for comment:moderate hook (exclusive provider).
|
|
958
|
+
*/
|
|
959
|
+
type CommentModerateHandler = (event: CommentModerateEvent, ctx: PluginContext) => Promise<ModerationDecision>;
|
|
960
|
+
/**
|
|
961
|
+
* Handler type for comment:afterCreate hooks (fire-and-forget).
|
|
962
|
+
*/
|
|
963
|
+
type CommentAfterCreateHandler = (event: CommentAfterCreateEvent, ctx: PluginContext) => Promise<void>;
|
|
964
|
+
/**
|
|
965
|
+
* Handler type for comment:afterModerate hooks (fire-and-forget).
|
|
966
|
+
*/
|
|
967
|
+
type CommentAfterModerateHandler = (event: CommentAfterModerateEvent, ctx: PluginContext) => Promise<void>;
|
|
968
|
+
/**
|
|
969
|
+
* Hook configuration
|
|
970
|
+
*/
|
|
971
|
+
interface HookConfig<THandler> {
|
|
972
|
+
/** Explicit ordering - lower numbers run first (default: 100) */
|
|
973
|
+
priority?: number;
|
|
974
|
+
/** Max execution time in ms (default: 5000) */
|
|
975
|
+
timeout?: number;
|
|
976
|
+
/** Run after these plugins */
|
|
977
|
+
dependencies?: string[];
|
|
978
|
+
/** Error handling policy */
|
|
979
|
+
errorPolicy?: "continue" | "abort";
|
|
980
|
+
/**
|
|
981
|
+
* Mark this hook as exclusive — only one plugin can be the active provider.
|
|
982
|
+
* Exclusive hooks skip the priority pipeline and dispatch only to the
|
|
983
|
+
* admin-selected provider. Used for email:deliver, search, image optimization, etc.
|
|
984
|
+
*/
|
|
985
|
+
exclusive?: boolean;
|
|
986
|
+
/** The hook handler */
|
|
987
|
+
handler: THandler;
|
|
988
|
+
}
|
|
989
|
+
/**
|
|
990
|
+
* Acting user that triggered a content hook. Present for authenticated
|
|
991
|
+
* saves; absent for unauthenticated or internal writes.
|
|
992
|
+
*/
|
|
993
|
+
interface ActorInfo {
|
|
994
|
+
readonly id: string;
|
|
995
|
+
readonly role: number;
|
|
996
|
+
readonly source?: "api" | "mcp" | "visual-editor";
|
|
997
|
+
}
|
|
998
|
+
type ContentActionOrigin = {
|
|
999
|
+
source: "api" | "mcp" | "visual-editor";
|
|
1000
|
+
} | {
|
|
1001
|
+
source: "plugin";
|
|
1002
|
+
pluginId: string;
|
|
1003
|
+
} | {
|
|
1004
|
+
source: "scheduler";
|
|
1005
|
+
} | {
|
|
1006
|
+
source: "system";
|
|
1007
|
+
};
|
|
1008
|
+
type ContentPolicyDecision = void | {
|
|
1009
|
+
cancel: true;
|
|
1010
|
+
reason: string;
|
|
1011
|
+
};
|
|
1012
|
+
/**
|
|
1013
|
+
* Content hook event
|
|
1014
|
+
*/
|
|
1015
|
+
interface ContentHookEvent {
|
|
1016
|
+
content: Record<string, unknown>;
|
|
1017
|
+
collection: string;
|
|
1018
|
+
isNew: boolean;
|
|
1019
|
+
/**
|
|
1020
|
+
* ID of the existing item on `content:beforeSave` for an update. Absent on
|
|
1021
|
+
* creates, where the ID is assigned when the save completes, and on
|
|
1022
|
+
* `content:afterSave`, where `content.id` carries it.
|
|
1023
|
+
*/
|
|
1024
|
+
id?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* The acting user for this save. Carries the same authenticated identity
|
|
1027
|
+
* used to set the revision author, so plugins (e.g. audit logs) can record
|
|
1028
|
+
* who made the change.
|
|
1029
|
+
*/
|
|
1030
|
+
actor?: ActorInfo;
|
|
1031
|
+
}
|
|
1032
|
+
/**
|
|
1033
|
+
* Content delete hook event
|
|
1034
|
+
*/
|
|
1035
|
+
interface ContentDeleteEvent {
|
|
1036
|
+
id: string;
|
|
1037
|
+
collection: string;
|
|
1038
|
+
/** `true` when the content is permanently deleted (not just trashed). */
|
|
1039
|
+
permanent: boolean;
|
|
1040
|
+
}
|
|
1041
|
+
/**
|
|
1042
|
+
* Content state-change hook event (fired after publish, unpublish, restore,
|
|
1043
|
+
* schedule, or unschedule).
|
|
1044
|
+
*/
|
|
1045
|
+
interface ContentStateChangeEvent {
|
|
1046
|
+
content: Record<string, unknown>;
|
|
1047
|
+
collection: string;
|
|
1048
|
+
}
|
|
1049
|
+
/**
|
|
1050
|
+
* Content publish/unpublish hook event.
|
|
1051
|
+
*/
|
|
1052
|
+
type ContentPublishStateChangeEvent = ContentStateChangeEvent;
|
|
1053
|
+
/**
|
|
1054
|
+
* Content restore hook event.
|
|
1055
|
+
*/
|
|
1056
|
+
type ContentRestoreStateChangeEvent = ContentStateChangeEvent;
|
|
1057
|
+
/**
|
|
1058
|
+
* Content schedule/unschedule hook event.
|
|
1059
|
+
*/
|
|
1060
|
+
type ContentScheduleStateChangeEvent = ContentStateChangeEvent;
|
|
1061
|
+
interface ContentPolicyEvent extends ContentStateChangeEvent {
|
|
1062
|
+
origin: ContentActionOrigin;
|
|
1063
|
+
actor?: ActorInfo;
|
|
1064
|
+
}
|
|
1065
|
+
interface ContentSchedulePolicyEvent extends ContentPolicyEvent {
|
|
1066
|
+
scheduledAt: string;
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* Media hook event
|
|
1070
|
+
*/
|
|
1071
|
+
interface MediaUploadEvent {
|
|
1072
|
+
file: {
|
|
1073
|
+
name: string;
|
|
1074
|
+
type: string;
|
|
1075
|
+
size: number;
|
|
1076
|
+
};
|
|
1077
|
+
}
|
|
1078
|
+
/**
|
|
1079
|
+
* Media after upload event
|
|
1080
|
+
*/
|
|
1081
|
+
interface MediaAfterUploadEvent {
|
|
1082
|
+
media: MediaItem;
|
|
1083
|
+
}
|
|
1084
|
+
/**
|
|
1085
|
+
* Lifecycle hook event
|
|
1086
|
+
*/
|
|
1087
|
+
interface LifecycleEvent {}
|
|
1088
|
+
/**
|
|
1089
|
+
* Uninstall hook event
|
|
1090
|
+
*/
|
|
1091
|
+
interface UninstallEvent {
|
|
1092
|
+
deleteData: boolean;
|
|
1093
|
+
}
|
|
1094
|
+
type ContentBeforeSaveHandler = (event: ContentHookEvent, ctx: PluginContext) => Promise<Record<string, unknown> | void>;
|
|
1095
|
+
type ContentAfterSaveHandler = (event: ContentHookEvent, ctx: PluginContext) => Promise<void>;
|
|
1096
|
+
type ContentBeforeDeleteHandler = (event: ContentDeleteEvent, ctx: PluginContext) => Promise<boolean | void>;
|
|
1097
|
+
type ContentAfterDeleteHandler = (event: ContentDeleteEvent, ctx: PluginContext) => Promise<void>;
|
|
1098
|
+
type ContentBeforePublishHandler = (event: ContentPolicyEvent, ctx: PluginContext) => Promise<ContentPolicyDecision>;
|
|
1099
|
+
type ContentBeforeScheduleHandler = (event: ContentSchedulePolicyEvent, ctx: PluginContext) => Promise<ContentPolicyDecision>;
|
|
1100
|
+
type ContentBeforeUnpublishHandler = (event: ContentPolicyEvent, ctx: PluginContext) => Promise<ContentPolicyDecision>;
|
|
1101
|
+
type ContentAfterPublishHandler = (event: ContentPublishStateChangeEvent, ctx: PluginContext) => Promise<void>;
|
|
1102
|
+
type ContentAfterUnpublishHandler = (event: ContentPublishStateChangeEvent, ctx: PluginContext) => Promise<void>;
|
|
1103
|
+
type ContentAfterRestoreHandler = (event: ContentRestoreStateChangeEvent, ctx: PluginContext) => Promise<void>;
|
|
1104
|
+
type ContentAfterScheduleHandler = (event: ContentScheduleStateChangeEvent, ctx: PluginContext) => Promise<void>;
|
|
1105
|
+
type ContentAfterUnscheduleHandler = (event: ContentScheduleStateChangeEvent, ctx: PluginContext) => Promise<void>;
|
|
1106
|
+
type MediaBeforeUploadHandler = (event: MediaUploadEvent, ctx: PluginContext) => Promise<{
|
|
1107
|
+
name: string;
|
|
1108
|
+
type: string;
|
|
1109
|
+
size: number;
|
|
1110
|
+
} | void>;
|
|
1111
|
+
type MediaAfterUploadHandler = (event: MediaAfterUploadEvent, ctx: PluginContext) => Promise<void>;
|
|
1112
|
+
type LifecycleHandler = (event: LifecycleEvent, ctx: PluginContext) => Promise<void>;
|
|
1113
|
+
type UninstallHandler = (event: UninstallEvent, ctx: PluginContext) => Promise<void>;
|
|
1114
|
+
/** Placement targets for page fragment contributions */
|
|
1115
|
+
type PagePlacement = "head" | "body:start" | "body:end";
|
|
1116
|
+
/**
|
|
1117
|
+
* A single breadcrumb trail item. Used by `PublicPageContext.breadcrumbs`
|
|
1118
|
+
* so themes can publish breadcrumb trails that SEO plugins consume.
|
|
1119
|
+
*/
|
|
1120
|
+
interface BreadcrumbItem {
|
|
1121
|
+
/** Display name for this crumb (e.g. "Home", "Blog", "My Post"). */
|
|
1122
|
+
name: string;
|
|
1123
|
+
/** Absolute or root-relative URL for this crumb. */
|
|
1124
|
+
url: string;
|
|
1125
|
+
}
|
|
1126
|
+
/**
|
|
1127
|
+
* Describes the page being rendered. Passed to page hooks so plugins
|
|
1128
|
+
* can decide what to contribute without fetching content themselves.
|
|
1129
|
+
*/
|
|
1130
|
+
interface PublicPageContext {
|
|
1131
|
+
url: string;
|
|
1132
|
+
path: string;
|
|
1133
|
+
locale: string | null;
|
|
1134
|
+
kind: "content" | "custom";
|
|
1135
|
+
pageType: string;
|
|
1136
|
+
/** Full document title for the rendered page */
|
|
1137
|
+
title: string | null;
|
|
1138
|
+
/** Page-only title for OG/Twitter/JSON-LD headline output */
|
|
1139
|
+
pageTitle?: string | null;
|
|
1140
|
+
description: string | null;
|
|
1141
|
+
canonical: string | null;
|
|
1142
|
+
image: string | null;
|
|
1143
|
+
content?: {
|
|
1144
|
+
collection: string;
|
|
1145
|
+
id: string;
|
|
1146
|
+
slug: string | null;
|
|
1147
|
+
};
|
|
1148
|
+
/** SEO meta for base metadata generation in EmDashHead */
|
|
1149
|
+
seo?: {
|
|
1150
|
+
ogTitle?: string | null;
|
|
1151
|
+
ogDescription?: string | null;
|
|
1152
|
+
ogImage?: string | null;
|
|
1153
|
+
robots?: string | null;
|
|
1154
|
+
};
|
|
1155
|
+
/** Article metadata for Open Graph article: tags */
|
|
1156
|
+
articleMeta?: {
|
|
1157
|
+
publishedTime?: string | null;
|
|
1158
|
+
modifiedTime?: string | null;
|
|
1159
|
+
author?: string | null;
|
|
1160
|
+
};
|
|
1161
|
+
/** Site name for structured data and og:site_name */
|
|
1162
|
+
siteName?: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* Optional breadcrumb trail for this page, root first. When set,
|
|
1165
|
+
* SEO plugins should use this verbatim rather than deriving a trail
|
|
1166
|
+
* from `path`. Themes typically populate this at the point they
|
|
1167
|
+
* build the context (e.g. from a content hierarchy walk, taxonomy
|
|
1168
|
+
* lookup, or per-`pageType` routing logic).
|
|
1169
|
+
*
|
|
1170
|
+
* Semantics for consumers:
|
|
1171
|
+
* - `undefined` — theme has no opinion; consumer falls back to
|
|
1172
|
+
* its own derivation.
|
|
1173
|
+
* - `[]` — this page has no breadcrumbs (e.g. homepage); consumer
|
|
1174
|
+
* should skip `BreadcrumbList` emission entirely.
|
|
1175
|
+
* - Non-empty array — used verbatim for `BreadcrumbList` output.
|
|
1176
|
+
*/
|
|
1177
|
+
breadcrumbs?: BreadcrumbItem[];
|
|
1178
|
+
/** Public-facing site URL (origin) for structured data */
|
|
1179
|
+
siteUrl?: string;
|
|
1180
|
+
}
|
|
1181
|
+
interface PageMetadataEvent {
|
|
1182
|
+
page: PublicPageContext;
|
|
1183
|
+
}
|
|
1184
|
+
/**
|
|
1185
|
+
* Allowed rel values for link contributions.
|
|
1186
|
+
* This is a security-critical allowlist -- sandboxed plugins can only inject
|
|
1187
|
+
* link tags with these rel values. Adding "stylesheet", "prefetch", "prerender"
|
|
1188
|
+
* etc. would allow sandboxed plugins to inject external resources.
|
|
1189
|
+
*/
|
|
1190
|
+
type PageMetadataLinkRel = "canonical" | "alternate" | "author" | "license" | "nlweb" | "site.standard.document";
|
|
1191
|
+
type PageMetadataContribution = {
|
|
1192
|
+
kind: "meta";
|
|
1193
|
+
name: string;
|
|
1194
|
+
content: string;
|
|
1195
|
+
key?: string;
|
|
1196
|
+
} | {
|
|
1197
|
+
kind: "property";
|
|
1198
|
+
property: string;
|
|
1199
|
+
content: string;
|
|
1200
|
+
key?: string;
|
|
1201
|
+
} | {
|
|
1202
|
+
kind: "link";
|
|
1203
|
+
rel: PageMetadataLinkRel;
|
|
1204
|
+
href: string;
|
|
1205
|
+
hreflang?: string;
|
|
1206
|
+
key?: string;
|
|
1207
|
+
} | {
|
|
1208
|
+
kind: "jsonld";
|
|
1209
|
+
id?: string;
|
|
1210
|
+
graph: Record<string, unknown> | Array<Record<string, unknown>>;
|
|
1211
|
+
};
|
|
1212
|
+
type PageMetadataHandler = (event: PageMetadataEvent, ctx: PluginContext) => PageMetadataContribution | PageMetadataContribution[] | null | Promise<PageMetadataContribution | PageMetadataContribution[] | null>;
|
|
1213
|
+
interface PageFragmentEvent {
|
|
1214
|
+
page: PublicPageContext;
|
|
1215
|
+
}
|
|
1216
|
+
type PageFragmentContribution = {
|
|
1217
|
+
kind: "external-script";
|
|
1218
|
+
placement: PagePlacement;
|
|
1219
|
+
src: string;
|
|
1220
|
+
async?: boolean;
|
|
1221
|
+
defer?: boolean;
|
|
1222
|
+
attributes?: Record<string, string>;
|
|
1223
|
+
key?: string;
|
|
1224
|
+
} | {
|
|
1225
|
+
kind: "inline-script";
|
|
1226
|
+
placement: PagePlacement;
|
|
1227
|
+
code: string;
|
|
1228
|
+
attributes?: Record<string, string>;
|
|
1229
|
+
key?: string;
|
|
1230
|
+
} | {
|
|
1231
|
+
kind: "html";
|
|
1232
|
+
placement: PagePlacement;
|
|
1233
|
+
html: string;
|
|
1234
|
+
key?: string;
|
|
1235
|
+
};
|
|
1236
|
+
type PageFragmentHandler = (event: PageFragmentEvent, ctx: PluginContext) => PageFragmentContribution | PageFragmentContribution[] | null | Promise<PageFragmentContribution | PageFragmentContribution[] | null>;
|
|
1237
|
+
/**
|
|
1238
|
+
* Plugin hooks definition
|
|
1239
|
+
*/
|
|
1240
|
+
interface PluginHooks {
|
|
1241
|
+
"plugin:install"?: HookConfig<LifecycleHandler> | LifecycleHandler;
|
|
1242
|
+
"plugin:activate"?: HookConfig<LifecycleHandler> | LifecycleHandler;
|
|
1243
|
+
"plugin:deactivate"?: HookConfig<LifecycleHandler> | LifecycleHandler;
|
|
1244
|
+
"plugin:uninstall"?: HookConfig<UninstallHandler> | UninstallHandler;
|
|
1245
|
+
"content:beforeSave"?: HookConfig<ContentBeforeSaveHandler> | ContentBeforeSaveHandler;
|
|
1246
|
+
"content:afterSave"?: HookConfig<ContentAfterSaveHandler> | ContentAfterSaveHandler;
|
|
1247
|
+
"content:beforeDelete"?: HookConfig<ContentBeforeDeleteHandler> | ContentBeforeDeleteHandler;
|
|
1248
|
+
"content:afterDelete"?: HookConfig<ContentAfterDeleteHandler> | ContentAfterDeleteHandler;
|
|
1249
|
+
"content:beforePublish"?: HookConfig<ContentBeforePublishHandler> | ContentBeforePublishHandler;
|
|
1250
|
+
"content:beforeSchedule"?: HookConfig<ContentBeforeScheduleHandler> | ContentBeforeScheduleHandler;
|
|
1251
|
+
"content:beforeUnpublish"?: HookConfig<ContentBeforeUnpublishHandler> | ContentBeforeUnpublishHandler;
|
|
1252
|
+
"content:afterPublish"?: HookConfig<ContentAfterPublishHandler> | ContentAfterPublishHandler;
|
|
1253
|
+
"content:afterUnpublish"?: HookConfig<ContentAfterUnpublishHandler> | ContentAfterUnpublishHandler;
|
|
1254
|
+
"content:afterRestore"?: HookConfig<ContentAfterRestoreHandler> | ContentAfterRestoreHandler;
|
|
1255
|
+
"content:afterSchedule"?: HookConfig<ContentAfterScheduleHandler> | ContentAfterScheduleHandler;
|
|
1256
|
+
"content:afterUnschedule"?: HookConfig<ContentAfterUnscheduleHandler> | ContentAfterUnscheduleHandler;
|
|
1257
|
+
"media:beforeUpload"?: HookConfig<MediaBeforeUploadHandler> | MediaBeforeUploadHandler;
|
|
1258
|
+
"media:afterUpload"?: HookConfig<MediaAfterUploadHandler> | MediaAfterUploadHandler;
|
|
1259
|
+
cron?: HookConfig<CronHandler> | CronHandler;
|
|
1260
|
+
"email:beforeSend"?: HookConfig<EmailBeforeSendHandler> | EmailBeforeSendHandler;
|
|
1261
|
+
"email:deliver"?: HookConfig<EmailDeliverHandler> | EmailDeliverHandler;
|
|
1262
|
+
"email:afterSend"?: HookConfig<EmailAfterSendHandler> | EmailAfterSendHandler;
|
|
1263
|
+
"comment:beforeCreate"?: HookConfig<CommentBeforeCreateHandler> | CommentBeforeCreateHandler;
|
|
1264
|
+
"comment:moderate"?: HookConfig<CommentModerateHandler> | CommentModerateHandler;
|
|
1265
|
+
"comment:afterCreate"?: HookConfig<CommentAfterCreateHandler> | CommentAfterCreateHandler;
|
|
1266
|
+
"comment:afterModerate"?: HookConfig<CommentAfterModerateHandler> | CommentAfterModerateHandler;
|
|
1267
|
+
"page:metadata"?: HookConfig<PageMetadataHandler> | PageMetadataHandler;
|
|
1268
|
+
"page:fragments"?: HookConfig<PageFragmentHandler> | PageFragmentHandler;
|
|
1269
|
+
}
|
|
1270
|
+
/**
|
|
1271
|
+
* Hook names
|
|
1272
|
+
*/
|
|
1273
|
+
/**
|
|
1274
|
+
* Hook name in a manifest. Core's exhaustive union of recognised hook names,
|
|
1275
|
+
* derived from the `PluginHooks` registry. The serialised manifest carries
|
|
1276
|
+
* these as opaque strings; this stricter type is only used for type-checking
|
|
1277
|
+
* inside core. `ManifestHookEntry` is re-exported from
|
|
1278
|
+
* `@emdash-cms/plugin-types` near the top of this file.
|
|
1279
|
+
*/
|
|
1280
|
+
type HookName = keyof PluginHooks;
|
|
1281
|
+
/**
|
|
1282
|
+
* Resolved hook with normalized config
|
|
1283
|
+
*/
|
|
1284
|
+
interface ResolvedHook<THandler> {
|
|
1285
|
+
priority: number;
|
|
1286
|
+
timeout: number;
|
|
1287
|
+
dependencies: string[];
|
|
1288
|
+
errorPolicy: "continue" | "abort";
|
|
1289
|
+
/** Whether this hook is exclusive (provider pattern) */
|
|
1290
|
+
exclusive: boolean;
|
|
1291
|
+
handler: THandler;
|
|
1292
|
+
pluginId: string;
|
|
1293
|
+
}
|
|
1294
|
+
/**
|
|
1295
|
+
* Geographic location information derived from the request.
|
|
1296
|
+
* Available when running on Cloudflare Workers (via the `cf` object).
|
|
1297
|
+
*/
|
|
1298
|
+
interface GeoInfo {
|
|
1299
|
+
country: string | null;
|
|
1300
|
+
region: string | null;
|
|
1301
|
+
city: string | null;
|
|
1302
|
+
}
|
|
1303
|
+
/**
|
|
1304
|
+
* Normalized request metadata available to plugin route handlers.
|
|
1305
|
+
* Extracted from request headers and platform-specific properties.
|
|
1306
|
+
*/
|
|
1307
|
+
interface RequestMeta {
|
|
1308
|
+
ip: string | null;
|
|
1309
|
+
userAgent: string | null;
|
|
1310
|
+
referer: string | null;
|
|
1311
|
+
geo: GeoInfo | null;
|
|
1312
|
+
}
|
|
1313
|
+
/**
|
|
1314
|
+
* Route handler context extends plugin context with request-specific data
|
|
1315
|
+
*/
|
|
1316
|
+
interface RouteContext<TInput = unknown> extends PluginContext {
|
|
1317
|
+
/** Validated input from request body */
|
|
1318
|
+
input: TInput;
|
|
1319
|
+
/** Original request */
|
|
1320
|
+
request: Request;
|
|
1321
|
+
/** Normalized request metadata (IP, user agent, geo) */
|
|
1322
|
+
requestMeta: RequestMeta;
|
|
1323
|
+
/** Host-attested context for a validated Block Kit request. */
|
|
1324
|
+
ui?: PluginUiContext;
|
|
1325
|
+
/**
|
|
1326
|
+
* Authenticated caller, if the route is private. The host has already
|
|
1327
|
+
* authenticated and authorized this user before dispatch, so the value
|
|
1328
|
+
* is trustworthy — unlike a user id read from the request body.
|
|
1329
|
+
*
|
|
1330
|
+
* `undefined` for public routes (which skip auth entirely) and for
|
|
1331
|
+
* token-authed requests where no user is bound to the token.
|
|
1332
|
+
*
|
|
1333
|
+
* Not gated by the `users:read` capability: this is the caller's own
|
|
1334
|
+
* identity for the current request, not a user directory lookup.
|
|
1335
|
+
*/
|
|
1336
|
+
user?: UserInfo;
|
|
1337
|
+
}
|
|
1338
|
+
/**
|
|
1339
|
+
* Route definition
|
|
1340
|
+
*/
|
|
1341
|
+
interface PluginRoute<TInput = unknown> extends Omit<RouteOptions, "request"> {
|
|
1342
|
+
/** Zod schema for input validation */
|
|
1343
|
+
input?: z.ZodType<TInput>;
|
|
1344
|
+
/**
|
|
1345
|
+
* Mark this route as publicly accessible (no authentication required).
|
|
1346
|
+
* Public routes skip session/token auth and CSRF checks.
|
|
1347
|
+
*/
|
|
1348
|
+
public?: boolean;
|
|
1349
|
+
/** RBAC permission required to invoke the route. Legacy routes default to plugins:manage. */
|
|
1350
|
+
permission?: Permission;
|
|
1351
|
+
/**
|
|
1352
|
+
* `Cache-Control` header value for successful GET responses, e.g.
|
|
1353
|
+
* `"public, max-age=60, stale-while-revalidate=300"`. Only honored on
|
|
1354
|
+
* routes that are also `public: true` — authenticated responses always
|
|
1355
|
+
* keep the default `private, no-store`. Errors are never cached.
|
|
1356
|
+
*/
|
|
1357
|
+
cacheControl?: string;
|
|
1358
|
+
/** Bounded request parsing and incoming-header declaration. */
|
|
1359
|
+
request?: PluginRouteRequest;
|
|
1360
|
+
/** Route handler */
|
|
1361
|
+
handler: {
|
|
1362
|
+
bivarianceHack(ctx: RouteContext<TInput>): Promise<unknown>;
|
|
1363
|
+
}["bivarianceHack"];
|
|
1364
|
+
}
|
|
1365
|
+
type PluginRouteInput<TMode extends PluginRouteBodyMode> = TMode extends "none" ? PluginRouteQuery : TMode extends "text" ? string : TMode extends "bytes" ? Uint8Array : TMode extends "form-data" ? PluginFormData : unknown;
|
|
1366
|
+
type PluginRouteDefinition<TMode extends PluginRouteBodyMode = PluginRouteBodyMode> = Omit<PluginRoute<PluginRouteInput<TMode>>, "request"> & {
|
|
1367
|
+
request: PluginRouteRequest & {
|
|
1368
|
+
body: TMode;
|
|
1369
|
+
};
|
|
1370
|
+
};
|
|
1371
|
+
interface PluginMcpToolDefinition {
|
|
1372
|
+
description: string;
|
|
1373
|
+
route: string;
|
|
1374
|
+
input: z.ZodType;
|
|
1375
|
+
output?: z.ZodType;
|
|
1376
|
+
destructive?: boolean;
|
|
1377
|
+
}
|
|
1378
|
+
interface PluginMcpConfig {
|
|
1379
|
+
tools: Record<string, PluginMcpToolDefinition>;
|
|
1380
|
+
}
|
|
1381
|
+
/**
|
|
1382
|
+
* Admin page definition
|
|
1383
|
+
*/
|
|
1384
|
+
interface PluginAdminPage {
|
|
1385
|
+
path: string;
|
|
1386
|
+
label: string;
|
|
1387
|
+
icon?: string;
|
|
1388
|
+
}
|
|
1389
|
+
/**
|
|
1390
|
+
* Dashboard widget definition
|
|
1391
|
+
*/
|
|
1392
|
+
interface PluginDashboardWidget {
|
|
1393
|
+
id: string;
|
|
1394
|
+
size?: "full" | "half" | "third";
|
|
1395
|
+
title?: string;
|
|
1396
|
+
}
|
|
1397
|
+
interface PluginEditorPanel {
|
|
1398
|
+
id: string;
|
|
1399
|
+
title: string;
|
|
1400
|
+
route: string;
|
|
1401
|
+
collections?: string[];
|
|
1402
|
+
order?: number;
|
|
1403
|
+
draft?: PluginEditorDraftAccess;
|
|
1404
|
+
}
|
|
1405
|
+
interface PluginEditorAction {
|
|
1406
|
+
id: string;
|
|
1407
|
+
label: string;
|
|
1408
|
+
route: string;
|
|
1409
|
+
placement: "toolbar" | "overflow";
|
|
1410
|
+
collections?: string[];
|
|
1411
|
+
style?: "default" | "danger";
|
|
1412
|
+
confirm?: ConfirmDialog;
|
|
1413
|
+
draft?: PluginEditorDraftAccess;
|
|
1414
|
+
}
|
|
1415
|
+
/**
|
|
1416
|
+
* Settings field types (for admin UI generation)
|
|
1417
|
+
*/
|
|
1418
|
+
type SettingFieldType = "string" | "number" | "boolean" | "select" | "secret" | "url" | "email";
|
|
1419
|
+
interface BaseSettingField {
|
|
1420
|
+
type: SettingFieldType;
|
|
1421
|
+
label: string;
|
|
1422
|
+
description?: string;
|
|
1423
|
+
}
|
|
1424
|
+
interface StringSettingField extends BaseSettingField {
|
|
1425
|
+
type: "string";
|
|
1426
|
+
default?: string;
|
|
1427
|
+
multiline?: boolean;
|
|
1428
|
+
}
|
|
1429
|
+
interface NumberSettingField extends BaseSettingField {
|
|
1430
|
+
type: "number";
|
|
1431
|
+
default?: number;
|
|
1432
|
+
min?: number;
|
|
1433
|
+
max?: number;
|
|
1434
|
+
}
|
|
1435
|
+
interface BooleanSettingField extends BaseSettingField {
|
|
1436
|
+
type: "boolean";
|
|
1437
|
+
default?: boolean;
|
|
1438
|
+
}
|
|
1439
|
+
interface SelectSettingField extends BaseSettingField {
|
|
1440
|
+
type: "select";
|
|
1441
|
+
options: Array<{
|
|
1442
|
+
value: string;
|
|
1443
|
+
label: string;
|
|
1444
|
+
}>;
|
|
1445
|
+
default?: string;
|
|
1446
|
+
}
|
|
1447
|
+
interface SecretSettingField extends BaseSettingField {
|
|
1448
|
+
type: "secret";
|
|
1449
|
+
}
|
|
1450
|
+
interface UrlSettingField extends BaseSettingField {
|
|
1451
|
+
type: "url";
|
|
1452
|
+
default?: string;
|
|
1453
|
+
placeholder?: string;
|
|
1454
|
+
}
|
|
1455
|
+
interface EmailSettingField extends BaseSettingField {
|
|
1456
|
+
type: "email";
|
|
1457
|
+
default?: string;
|
|
1458
|
+
placeholder?: string;
|
|
1459
|
+
}
|
|
1460
|
+
type SettingField = StringSettingField | NumberSettingField | BooleanSettingField | SelectSettingField | SecretSettingField | UrlSettingField | EmailSettingField;
|
|
1461
|
+
/**
|
|
1462
|
+
* Block Kit element for block editing fields.
|
|
1463
|
+
* This is the `Element` discriminated union from `@emdash-cms/blocks`.
|
|
1464
|
+
* Plugin authors should use `@emdash-cms/blocks` builder functions to create these.
|
|
1465
|
+
*/
|
|
1466
|
+
type PortableTextBlockField = Element;
|
|
1467
|
+
/**
|
|
1468
|
+
* Configuration for a Portable Text block type contributed by a plugin
|
|
1469
|
+
*/
|
|
1470
|
+
interface PortableTextBlockConfig {
|
|
1471
|
+
/** Block type name (must match the `_type` in Portable Text) */
|
|
1472
|
+
type: string;
|
|
1473
|
+
/** Human-readable label shown in slash commands and modals */
|
|
1474
|
+
label: string;
|
|
1475
|
+
/** Icon key (e.g., "video", "code", "link", "link-external") */
|
|
1476
|
+
icon?: string;
|
|
1477
|
+
/** Description shown in slash command menu */
|
|
1478
|
+
description?: string;
|
|
1479
|
+
/** Placeholder text for the URL input */
|
|
1480
|
+
placeholder?: string;
|
|
1481
|
+
/** Block Kit form fields for the editing UI. If declared, replaces the simple URL input. */
|
|
1482
|
+
fields?: PortableTextBlockField[];
|
|
1483
|
+
/**
|
|
1484
|
+
* Optional. Display category in the slash menu. Defaults to "Embeds".
|
|
1485
|
+
*
|
|
1486
|
+
* Plugin authors should pick a meaningful category that reflects what the
|
|
1487
|
+
* block actually is — e.g. "Sections", "Marketing", "Media", "Embeds",
|
|
1488
|
+
* "Layout". Blocks with the same category are grouped together in the
|
|
1489
|
+
* editor's slash menu.
|
|
1490
|
+
*/
|
|
1491
|
+
category?: string;
|
|
1492
|
+
}
|
|
1493
|
+
/**
|
|
1494
|
+
* Configuration for a field widget type contributed by a plugin.
|
|
1495
|
+
* A field widget provides a custom editing UI for a schema field.
|
|
1496
|
+
* The field references the widget via `widget: "pluginId:widgetName"`.
|
|
1497
|
+
*/
|
|
1498
|
+
interface FieldWidgetConfig {
|
|
1499
|
+
/** Widget name (without plugin ID prefix) */
|
|
1500
|
+
name: string;
|
|
1501
|
+
/** Human-readable label for the admin UI */
|
|
1502
|
+
label: string;
|
|
1503
|
+
/** Which field types this widget can edit (e.g., ["json", "string"]) */
|
|
1504
|
+
fieldTypes: FieldType[];
|
|
1505
|
+
/** Block Kit elements for sandboxed rendering. Omit for trusted plugins using React. */
|
|
1506
|
+
elements?: Element[];
|
|
1507
|
+
}
|
|
1508
|
+
/**
|
|
1509
|
+
* Admin configuration
|
|
1510
|
+
*/
|
|
1511
|
+
interface PluginAdminConfig {
|
|
1512
|
+
/** Module specifier for admin UI exports (e.g., "@emdash-cms/plugin-audit-log/admin") */
|
|
1513
|
+
entry?: string;
|
|
1514
|
+
/** Settings schema for auto-generated UI */
|
|
1515
|
+
settingsSchema?: Record<string, SettingField>;
|
|
1516
|
+
/** Admin pages */
|
|
1517
|
+
pages?: PluginAdminPage[];
|
|
1518
|
+
/** Dashboard widgets */
|
|
1519
|
+
widgets?: PluginDashboardWidget[];
|
|
1520
|
+
/** Saved-entry Block Kit panels. */
|
|
1521
|
+
editorPanels?: PluginEditorPanel[];
|
|
1522
|
+
/** Saved-entry host-rendered actions. */
|
|
1523
|
+
editorActions?: PluginEditorAction[];
|
|
1524
|
+
/** Portable Text block types this plugin provides */
|
|
1525
|
+
portableTextBlocks?: PortableTextBlockConfig[];
|
|
1526
|
+
/** Field widget types this plugin provides */
|
|
1527
|
+
fieldWidgets?: FieldWidgetConfig[];
|
|
1528
|
+
}
|
|
1529
|
+
/**
|
|
1530
|
+
* Plugin definition - input to definePlugin()
|
|
1531
|
+
*/
|
|
1532
|
+
interface PluginDefinition<TStorage extends PluginStorageConfig = PluginStorageConfig> {
|
|
1533
|
+
/** Unique plugin identifier */
|
|
1534
|
+
id: string;
|
|
1535
|
+
/** Plugin version (semver) */
|
|
1536
|
+
version: string;
|
|
1537
|
+
/** Declared capabilities */
|
|
1538
|
+
capabilities?: PluginCapability[];
|
|
1539
|
+
/** Allowed hosts for network:request (wildcards supported: *.example.com) */
|
|
1540
|
+
allowedHosts?: string[];
|
|
1541
|
+
/** Storage collections with indexes */
|
|
1542
|
+
storage?: TStorage;
|
|
1543
|
+
/** Hooks */
|
|
1544
|
+
hooks?: PluginHooks;
|
|
1545
|
+
/** API routes */
|
|
1546
|
+
routes?: Record<string, PluginRoute>;
|
|
1547
|
+
/** Routes explicitly exposed as agent-callable MCP tools. */
|
|
1548
|
+
mcp?: PluginMcpConfig;
|
|
1549
|
+
/** Admin UI configuration */
|
|
1550
|
+
admin?: PluginAdminConfig;
|
|
1551
|
+
}
|
|
1552
|
+
/**
|
|
1553
|
+
* Resolved plugin - after definePlugin() processing
|
|
1554
|
+
*/
|
|
1555
|
+
interface ResolvedPlugin<TStorage extends PluginStorageConfig = PluginStorageConfig> {
|
|
1556
|
+
id: string;
|
|
1557
|
+
version: string;
|
|
1558
|
+
capabilities: PluginCapability[];
|
|
1559
|
+
allowedHosts: string[];
|
|
1560
|
+
storage: TStorage;
|
|
1561
|
+
hooks: ResolvedPluginHooks;
|
|
1562
|
+
routes: Record<string, PluginRoute>;
|
|
1563
|
+
mcp?: PluginMcpConfig;
|
|
1564
|
+
admin: PluginAdminConfig;
|
|
1565
|
+
}
|
|
1566
|
+
/**
|
|
1567
|
+
* Resolved hooks with normalized config
|
|
1568
|
+
*/
|
|
1569
|
+
interface ResolvedPluginHooks {
|
|
1570
|
+
"plugin:install"?: ResolvedHook<LifecycleHandler>;
|
|
1571
|
+
"plugin:activate"?: ResolvedHook<LifecycleHandler>;
|
|
1572
|
+
"plugin:deactivate"?: ResolvedHook<LifecycleHandler>;
|
|
1573
|
+
"plugin:uninstall"?: ResolvedHook<UninstallHandler>;
|
|
1574
|
+
"content:beforeSave"?: ResolvedHook<ContentBeforeSaveHandler>;
|
|
1575
|
+
"content:afterSave"?: ResolvedHook<ContentAfterSaveHandler>;
|
|
1576
|
+
"content:beforeDelete"?: ResolvedHook<ContentBeforeDeleteHandler>;
|
|
1577
|
+
"content:afterDelete"?: ResolvedHook<ContentAfterDeleteHandler>;
|
|
1578
|
+
"content:beforePublish"?: ResolvedHook<ContentBeforePublishHandler>;
|
|
1579
|
+
"content:beforeSchedule"?: ResolvedHook<ContentBeforeScheduleHandler>;
|
|
1580
|
+
"content:beforeUnpublish"?: ResolvedHook<ContentBeforeUnpublishHandler>;
|
|
1581
|
+
"content:afterPublish"?: ResolvedHook<ContentAfterPublishHandler>;
|
|
1582
|
+
"content:afterUnpublish"?: ResolvedHook<ContentAfterUnpublishHandler>;
|
|
1583
|
+
"content:afterRestore"?: ResolvedHook<ContentAfterRestoreHandler>;
|
|
1584
|
+
"content:afterSchedule"?: ResolvedHook<ContentAfterScheduleHandler>;
|
|
1585
|
+
"content:afterUnschedule"?: ResolvedHook<ContentAfterUnscheduleHandler>;
|
|
1586
|
+
"media:beforeUpload"?: ResolvedHook<MediaBeforeUploadHandler>;
|
|
1587
|
+
"media:afterUpload"?: ResolvedHook<MediaAfterUploadHandler>;
|
|
1588
|
+
cron?: ResolvedHook<CronHandler>;
|
|
1589
|
+
"email:beforeSend"?: ResolvedHook<EmailBeforeSendHandler>;
|
|
1590
|
+
"email:deliver"?: ResolvedHook<EmailDeliverHandler>;
|
|
1591
|
+
"email:afterSend"?: ResolvedHook<EmailAfterSendHandler>;
|
|
1592
|
+
"comment:beforeCreate"?: ResolvedHook<CommentBeforeCreateHandler>;
|
|
1593
|
+
"comment:moderate"?: ResolvedHook<CommentModerateHandler>;
|
|
1594
|
+
"comment:afterCreate"?: ResolvedHook<CommentAfterCreateHandler>;
|
|
1595
|
+
"comment:afterModerate"?: ResolvedHook<CommentAfterModerateHandler>;
|
|
1596
|
+
"page:metadata"?: ResolvedHook<PageMetadataHandler>;
|
|
1597
|
+
"page:fragments"?: ResolvedHook<PageFragmentHandler>;
|
|
1598
|
+
}
|
|
1599
|
+
/**
|
|
1600
|
+
* What a plugin exports from its /admin entrypoint
|
|
1601
|
+
* Uses generic component type to avoid React dependency
|
|
1602
|
+
*/
|
|
1603
|
+
interface PluginAdminExports {
|
|
1604
|
+
widgets?: Record<string, JSX.Element>;
|
|
1605
|
+
pages?: Record<string, JSX.Element>;
|
|
1606
|
+
fields?: Record<string, JSX.Element>;
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* Plugin manifest — the metadata portion of a plugin bundle, used for
|
|
1610
|
+
* sandboxed plugins loaded from the marketplace.
|
|
1611
|
+
*
|
|
1612
|
+
* This interface is core's stricter version of the manifest contract: it
|
|
1613
|
+
* uses the exhaustive `HookName` union and core's typed `PluginAdminConfig`.
|
|
1614
|
+
* The wire-shape lives in `@emdash-cms/plugin-types` as `PluginManifest`
|
|
1615
|
+
* with looser types (so the registry CLI can serialise hook names it
|
|
1616
|
+
* doesn't know about). Both must stay structurally compatible: every value
|
|
1617
|
+
* of this type must be assignable to the shared one. The static assertion
|
|
1618
|
+
* below catches any drift at compile time.
|
|
1619
|
+
*/
|
|
1620
|
+
interface PluginManifest {
|
|
1621
|
+
id: string;
|
|
1622
|
+
version: string;
|
|
1623
|
+
/**
|
|
1624
|
+
* The trust contract (see `@emdash-cms/plugin-types`). Authoritative;
|
|
1625
|
+
* `capabilities`/`allowedHosts` are derived from it at the parse boundary
|
|
1626
|
+
* via `reconcileManifestAccess`. Optional during the wire-format migration.
|
|
1627
|
+
*/
|
|
1628
|
+
declaredAccess?: DeclaredAccess;
|
|
1629
|
+
capabilities: PluginCapability[];
|
|
1630
|
+
allowedHosts: string[];
|
|
1631
|
+
storage: PluginStorageConfig;
|
|
1632
|
+
/** Hook declarations — either plain name strings or structured objects */
|
|
1633
|
+
hooks: Array<ManifestHookEntry$1 | HookName>;
|
|
1634
|
+
/** Route declarations — either plain name strings or structured objects */
|
|
1635
|
+
routes: Array<ManifestRouteEntry$1 | string>;
|
|
1636
|
+
mcp?: PluginMcpManifestConfig;
|
|
1637
|
+
admin: PluginAdminConfig;
|
|
1638
|
+
}
|
|
1639
|
+
//#endregion
|
|
1640
|
+
export { CurrentPluginCapability as $, PluginStorageConfig as $t, ContentBeforePublishHandler as A, UninstallHandler as An, PageMetadataContribution as At, ContentPolicyEvent as B, normalizeCapability as Bn, PluginComment as Bt, ContentAfterPublishHandler as C, TaxonomyAccess as Cn, MediaMetadataPatch as Ct, ContentAfterUnpublishHandler as D, TaxonomyTermCreateInput as Dn, PageFragmentContribution as Dt, ContentAfterScheduleHandler as E, TaxonomyReadOptions as En, NumericDelta as Et, ContentDeleteEvent as F, VersionedRedirect as Fn, PaginatedResult as Ft, ContentScheduleStateChangeEvent as G, PluginEditorAction as Gt, ContentRestoreStateChangeEvent as H, PluginContentCreateCallback as Ht, ContentHookEvent as I, VersionedValue as In, PluginAdminConfig as It, ContentWriteInput as J, PluginHooks as Jt, ContentStateChangeEvent as K, PluginEditorDraftFieldSelector as Kt, ContentItem as L, WhereClause as Ln, PluginAdminExports as Lt, ContentBeforeScheduleHandler as M, UpdateIfResult as Mn, PageMetadataHandler as Mt, ContentBeforeUnpublishHandler as N, UserInfo as Nn, PageMetadataLinkRel as Nt, ContentAfterUnscheduleHandler as O, TaxonomyTermInfo as On, PageFragmentEvent as Ot, ContentCreateOptions as P, VersionedContentItem as Pn, PagePlacement as Pt, CronTaskInfo as Q, PluginRouteDefinition as Qt, ContentListOptions as R, isDeprecatedCapability as Rn, PluginAdminPage as Rt, ContentAfterDeleteHandler as S, StoredComment as Sn, MediaItem as St, ContentAfterSaveHandler as T, TaxonomyDefInfo as Tn, ModerationDecision as Tt, ContentRevisionInfo as U, PluginContext as Ut, ContentPublishStateChangeEvent as V, normalizePluginCapabilities as Vn, PluginCommentStatus as Vt, ContentSchedulePolicyEvent as W, PluginDefinition as Wt, CronEvent as X, PluginMcpManifestConfig as Xt, CronAccess as Y, PluginManifest as Yt, CronHandler as Z, PluginRoute as Zt, ConditionalDeleteResult as _, SettingField as _n, MediaAccess as _t, CollectionSchemaInfo as a, RedirectAccessWithWrite as an, EmailDeliverEvent as at, ContentAccessWithWrite as b, StorageCollection as bn, MediaBeforeUploadHandler as bt, CommentAfterCreateHandler as c, RedirectListOptions as cn, FieldSchemaInfo as ct, CommentBeforeCreateEvent as d, RequestMeta as dn, HookName as dt, PortableTextBlockConfig as en, DeprecatedPluginCapability as et, CommentBeforeCreateHandler as f, ResolvedHook as fn, HttpAccess as ft, CommentModerateHandler as g, SchemaAccess as gn, LogAccess as gt, CommentModerateEvent as h, RouteContext as hn, LifecycleHandler as ht, CollectionCommentSettings as i, RedirectAccess as in, EmailBeforeSendHandler as it, ContentBeforeSaveHandler as j, UpdateIfArgs as jn, PageMetadataEvent as jt, ContentBeforeDeleteHandler as k, UninstallEvent as kn, PageFragmentHandler as kt, CommentAfterModerateEvent as l, RedirectStatus as ln, FieldWidgetConfig as lt, CommentListOptions as m, ResolvedPluginHooks as mn, LifecycleEvent as mt, BreadcrumbItem as n, PublicPageContext as nn, EmailAfterSendHandler as nt, CommentAccess as o, RedirectCreateInput as on, EmailDeliverHandler as ot, CommentCountOptions as p, ResolvedPlugin as pn, KVAccess as pt, ContentTranslationSummary as q, PluginEditorPanel as qt, CAPABILITY_RENAMES as r, QueryOptions as rn, EmailBeforeSendEvent as rt, CommentAfterCreateEvent as s, RedirectInfo as sn, EmailMessage as st, ActorInfo as t, PortableTextBlockField as tn, EmailAfterSendEvent as tt, CommentAfterModerateHandler as u, RedirectUpdateInput as un, HookConfig as ut, ConditionalWriteResult as v, SettingsAccess as vn, MediaAfterUploadEvent as vt, ContentAfterRestoreHandler as w, TaxonomyAccessWithWrite as wn, MediaUploadEvent as wt, ContentActionOrigin as x, StorageCollectionConfig as xn, MediaBytes as xt, ContentAccess as y, SiteInfo as yn, MediaAfterUploadHandler as yt, ContentPolicyDecision as z, normalizeCapabilities as zn, PluginCapability as zt };
|
|
1641
|
+
//# sourceMappingURL=types-D0aJW2uR.d.mts.map
|