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,1594 @@
|
|
|
1
|
+
import { f as UpdateContentInput, i as ContentItem, l as FindManyOptions, s as CreateContentInput, u as FindManyResult } from "./types-we5uR-tV.mjs";
|
|
2
|
+
import { t as Database } from "./types-BQ3hwYJT.mjs";
|
|
3
|
+
import { At as PageMetadataContribution, B as ContentPolicyEvent, Bt as PluginComment, Ct as MediaMetadataPatch, Dt as PageFragmentContribution, Ft as PaginatedResult, Ht as PluginContentCreateCallback, In as VersionedValue, J as ContentWriteInput, L as ContentItem$1, Ln as WhereClause, Mn as UpdateIfResult, Nn as UserInfo, Ot as PageFragmentEvent, P as ContentCreateOptions, Pn as VersionedContentItem, Q as CronTaskInfo, St as MediaItem$1, Vt as PluginCommentStatus, W as ContentSchedulePolicyEvent, X as CronEvent, Y as CronAccess, Yt as PluginManifest, _ as ConditionalDeleteResult, _n as SettingField, _t as MediaAccess, an as RedirectAccessWithWrite, b as ContentAccessWithWrite, bn as StorageCollection, d as CommentBeforeCreateEvent, dn as RequestMeta, ft as HttpAccess, gn as SchemaAccess, in as RedirectAccess, jt as PageMetadataEvent, l as CommentAfterModerateEvent, o as CommentAccess, pn as ResolvedPlugin, rn as QueryOptions, s as CommentAfterCreateEvent, st as EmailMessage, t as ActorInfo, v as ConditionalWriteResult, vn as SettingsAccess, wn as TaxonomyAccessWithWrite, xt as MediaBytes, y as ContentAccess, yn as SiteInfo } from "./types-D0aJW2uR.mjs";
|
|
4
|
+
import { t as OptionsRepository } from "./options-BYa1FgIM.mjs";
|
|
5
|
+
import { d as Storage } from "./types-BYEk7qo3.mjs";
|
|
6
|
+
import { Kysely } from "kysely";
|
|
7
|
+
import { PluginUiContext } from "@emdash-cms/blocks/server";
|
|
8
|
+
|
|
9
|
+
//#region src/config/secrets.d.ts
|
|
10
|
+
/**
|
|
11
|
+
* A parsed encryption key with its kid (key id) fingerprint.
|
|
12
|
+
*
|
|
13
|
+
* `kid` is the first 8 chars of the SHA-256 hash of the decoded key bytes
|
|
14
|
+
* (lowercase hex), used to tag envelopes so the decryptor can pick the right
|
|
15
|
+
* key during rotation.
|
|
16
|
+
*/
|
|
17
|
+
interface ParsedEncryptionKey {
|
|
18
|
+
/** 8-char lowercase hex fingerprint derived from the decoded key bytes. */
|
|
19
|
+
kid: string;
|
|
20
|
+
/** The 32 raw key bytes, ready for `crypto.subtle.importKey`. */
|
|
21
|
+
key: Uint8Array;
|
|
22
|
+
/** The original env-var-formatted string (kept for re-emit; never log). */
|
|
23
|
+
raw: string;
|
|
24
|
+
}
|
|
25
|
+
/** Environment-variable shape consulted by the resolver. */
|
|
26
|
+
interface SecretsEnv {
|
|
27
|
+
/**
|
|
28
|
+
* Read by `validateEncryptionKeyAtStartup` and the plugin-secret encryption
|
|
29
|
+
* layer. **Not** consulted by `resolveSecrets`,
|
|
30
|
+
* so a malformed value can't 500 the preview/comment hot paths.
|
|
31
|
+
*/
|
|
32
|
+
EMDASH_ENCRYPTION_KEY?: string;
|
|
33
|
+
EMDASH_PREVIEW_SECRET?: string;
|
|
34
|
+
/** Legacy alias; new docs point at EMDASH_PREVIEW_SECRET. */
|
|
35
|
+
PREVIEW_SECRET?: string;
|
|
36
|
+
EMDASH_IP_SALT?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Legacy fallback. Prior code derived the IP salt from
|
|
39
|
+
* `EMDASH_AUTH_SECRET || AUTH_SECRET || "emdash-ip-salt"`. We preserve
|
|
40
|
+
* the env-var fallback (so existing installs keep their stable salt)
|
|
41
|
+
* but no longer read it from `import.meta.env` in route handlers.
|
|
42
|
+
*/
|
|
43
|
+
EMDASH_AUTH_SECRET?: string;
|
|
44
|
+
/** Legacy alias. */
|
|
45
|
+
AUTH_SECRET?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Resolve the encryption keys used for plugin secret settings.
|
|
49
|
+
*
|
|
50
|
+
* This is deliberately separate from `resolveSecrets`: plugin settings are
|
|
51
|
+
* not on the anonymous request path, and a missing or malformed key must only
|
|
52
|
+
* fail operations that need encrypted plugin settings.
|
|
53
|
+
*/
|
|
54
|
+
declare function resolvePluginEncryptionKeys(env?: SecretsEnv): Promise<ParsedEncryptionKey[] | null>;
|
|
55
|
+
//#endregion
|
|
56
|
+
//#region src/datetime-normalization.d.ts
|
|
57
|
+
interface DatetimeFieldDescriptor {
|
|
58
|
+
slug: string;
|
|
59
|
+
type: "datetime" | "repeater";
|
|
60
|
+
datetimeSubFields?: readonly string[];
|
|
61
|
+
}
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/database/content-datetime.d.ts
|
|
64
|
+
interface DatetimeContext {
|
|
65
|
+
timezone: string;
|
|
66
|
+
fields: DatetimeFieldDescriptor[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Datetime contexts by collection slug, shared so that a bulk write reads each
|
|
70
|
+
* collection's context once. A cached context doesn't see later writes to the
|
|
71
|
+
* `site:timezone` setting or to field definitions, so share one only across
|
|
72
|
+
* work that makes neither.
|
|
73
|
+
*/
|
|
74
|
+
type DatetimeContextCache = Map<string, Promise<DatetimeContext>>;
|
|
75
|
+
//#endregion
|
|
76
|
+
//#region src/database/repositories/content.d.ts
|
|
77
|
+
type ContentRevisionPrecondition = Pick<ContentItem, "version" | "updatedAt">;
|
|
78
|
+
/**
|
|
79
|
+
* Repository for content CRUD operations
|
|
80
|
+
*
|
|
81
|
+
* Content is stored in per-collection tables (ec_posts, ec_pages, etc.)
|
|
82
|
+
* Each field becomes a real column in the table.
|
|
83
|
+
*/
|
|
84
|
+
declare class ContentRepository {
|
|
85
|
+
private db;
|
|
86
|
+
private readonly datetimeContexts?;
|
|
87
|
+
private readonly datetimes;
|
|
88
|
+
constructor(db: Kysely<Database>, datetimeContexts?: DatetimeContextCache | undefined);
|
|
89
|
+
/**
|
|
90
|
+
* Create a new content item
|
|
91
|
+
*/
|
|
92
|
+
create(input: CreateContentInput): Promise<ContentItem>;
|
|
93
|
+
/**
|
|
94
|
+
* Generate a unique slug for a content item within a collection.
|
|
95
|
+
*
|
|
96
|
+
* Checks the collection table for existing slugs that match `baseSlug`
|
|
97
|
+
* (optionally scoped to a locale) and appends a numeric suffix (`-1`,
|
|
98
|
+
* `-2`, etc.) on collision to guarantee uniqueness.
|
|
99
|
+
*
|
|
100
|
+
* Returns null when slug normalization cannot produce a value.
|
|
101
|
+
*/
|
|
102
|
+
generateUniqueSlug(type: string, text: string, locale?: string): Promise<string | null>;
|
|
103
|
+
/**
|
|
104
|
+
* Duplicate a content item
|
|
105
|
+
* Creates a new draft copy with "(Copy)" appended to the title.
|
|
106
|
+
* A slug is auto-generated from the new title by the handler layer.
|
|
107
|
+
*/
|
|
108
|
+
duplicate(type: string, id: string, authorId?: string): Promise<ContentItem>;
|
|
109
|
+
/**
|
|
110
|
+
* Find content by ID
|
|
111
|
+
*/
|
|
112
|
+
findById(type: string, id: string): Promise<ContentItem | null>;
|
|
113
|
+
findManyByIds(type: string, ids: string[]): Promise<Map<string, ContentItem>>;
|
|
114
|
+
findManyBySlugsInLocale(type: string, slugs: string[], locale: string): Promise<Map<string, ContentItem>>;
|
|
115
|
+
/**
|
|
116
|
+
* Find content by id, including trashed (soft-deleted) items.
|
|
117
|
+
* Used by restore endpoint for ownership checks.
|
|
118
|
+
*
|
|
119
|
+
* `deletedAt` rides along because the row is already in hand: a caller that
|
|
120
|
+
* has to know whether the row is trashed before touching anything else would
|
|
121
|
+
* otherwise pay a second read for a column this row already carries.
|
|
122
|
+
*/
|
|
123
|
+
findByIdIncludingTrashed(type: string, id: string): Promise<(ContentItem & {
|
|
124
|
+
deletedAt: string | null;
|
|
125
|
+
}) | null>;
|
|
126
|
+
/**
|
|
127
|
+
* Find content by ID or slug. Tries ID first if it looks like a ULID,
|
|
128
|
+
* otherwise tries slug. Falls back to the other if the first lookup misses.
|
|
129
|
+
*/
|
|
130
|
+
findByIdOrSlug(type: string, identifier: string, locale?: string): Promise<ContentItem | null>;
|
|
131
|
+
/**
|
|
132
|
+
* Find content by ID or slug, including trashed (soft-deleted) items.
|
|
133
|
+
* Used by restore/permanent-delete endpoints.
|
|
134
|
+
*/
|
|
135
|
+
findByIdOrSlugIncludingTrashed(type: string, identifier: string, locale?: string): Promise<ContentItem | null>;
|
|
136
|
+
isTrashed(type: string, id: string): Promise<boolean>;
|
|
137
|
+
private _findByIdOrSlug;
|
|
138
|
+
/**
|
|
139
|
+
* Find content by slug
|
|
140
|
+
*/
|
|
141
|
+
findBySlug(type: string, slug: string, locale?: string): Promise<ContentItem | null>;
|
|
142
|
+
/**
|
|
143
|
+
* Find content by slug, including trashed (soft-deleted) items.
|
|
144
|
+
* Used by restore/permanent-delete endpoints.
|
|
145
|
+
*/
|
|
146
|
+
findBySlugIncludingTrashed(type: string, slug: string, locale?: string): Promise<ContentItem | null>;
|
|
147
|
+
/**
|
|
148
|
+
* Find many content items with filtering and pagination
|
|
149
|
+
*/
|
|
150
|
+
findMany(type: string, options?: FindManyOptions): Promise<FindManyResult<ContentItem>>;
|
|
151
|
+
/**
|
|
152
|
+
* Update content
|
|
153
|
+
*/
|
|
154
|
+
update(type: string, id: string, input: UpdateContentInput): Promise<ContentItem>;
|
|
155
|
+
restoreRevision(type: string, id: string, revisionData: Record<string, unknown>, authorId: string): Promise<{
|
|
156
|
+
item: ContentItem;
|
|
157
|
+
revisionId: string;
|
|
158
|
+
}>;
|
|
159
|
+
restoreDraftRevision(type: string, id: string, revisionData: Record<string, unknown>, authorId: string): Promise<string | null>;
|
|
160
|
+
/**
|
|
161
|
+
* Update plugin-authored fields without letting content columns diverge
|
|
162
|
+
* from the revision pointers that publication promotes.
|
|
163
|
+
*/
|
|
164
|
+
updateDraftAware(type: string, id: string, input: UpdateContentInput): Promise<ContentItem>;
|
|
165
|
+
private deleteUnstagedRevision;
|
|
166
|
+
private replaceDraftRevisionForUpdate;
|
|
167
|
+
/**
|
|
168
|
+
* Copy non-translatable field values to every other entry in the
|
|
169
|
+
* translation group, trashed entries included.
|
|
170
|
+
*
|
|
171
|
+
* Only the fields present in `data` are copied. With `previous`, `data` is
|
|
172
|
+
* the entry's complete new state and only the fields whose value differs
|
|
173
|
+
* from `previous` are copied, an absent field as null. An entry that already
|
|
174
|
+
* holds every copied value is left untouched, so its `updated_at` does not
|
|
175
|
+
* move.
|
|
176
|
+
*
|
|
177
|
+
* On collections with revisions a changed entry also gets a new live
|
|
178
|
+
* revision, because republishing and unpublishing read that revision rather
|
|
179
|
+
* than the columns. A pending draft takes a value only where it still holds
|
|
180
|
+
* the entry's previous value, so an unpublished edit to the field survives.
|
|
181
|
+
*/
|
|
182
|
+
syncNonTranslatableFields(type: string, sourceId: string, translationGroup: string, data: Record<string, unknown>, options?: {
|
|
183
|
+
previous?: Record<string, unknown>;
|
|
184
|
+
}): Promise<void>;
|
|
185
|
+
private syncSiblingValues;
|
|
186
|
+
/**
|
|
187
|
+
* Delete content (soft delete - moves to trash)
|
|
188
|
+
*/
|
|
189
|
+
delete(type: string, id: string): Promise<boolean>;
|
|
190
|
+
/**
|
|
191
|
+
* Restore content from trash
|
|
192
|
+
*
|
|
193
|
+
* The entry comes back as a draft with no schedule. The live version is not
|
|
194
|
+
* copied into a draft revision: collections without revisions save to the
|
|
195
|
+
* columns, and a draft revision would hide those saves.
|
|
196
|
+
*/
|
|
197
|
+
restore(type: string, id: string, expectedRevision?: ContentRevisionPrecondition): Promise<ContentItem | null>;
|
|
198
|
+
/**
|
|
199
|
+
* Permanently delete content (cannot be undone)
|
|
200
|
+
*/
|
|
201
|
+
/**
|
|
202
|
+
* Permanently delete a soft-deleted content row.
|
|
203
|
+
*
|
|
204
|
+
* Returns `true` only when a soft-deleted (trashed) row was removed.
|
|
205
|
+
* Returns `false` when no row exists OR when the row exists but is live —
|
|
206
|
+
* the caller is responsible for distinguishing these cases (typically via
|
|
207
|
+
* a follow-up `findByIdOrSlugIncludingTrashed` to surface NOT_FOUND vs
|
|
208
|
+
* NOT_TRASHED). The `AND deleted_at IS NOT NULL` clause is the safety net
|
|
209
|
+
* that prevents permanent delete from bypassing the trash workflow.
|
|
210
|
+
*/
|
|
211
|
+
permanentDelete(type: string, id: string): Promise<boolean>;
|
|
212
|
+
/**
|
|
213
|
+
* Find trashed content items
|
|
214
|
+
*/
|
|
215
|
+
findTrashed(type: string, options?: Omit<FindManyOptions, "where"> & {
|
|
216
|
+
where?: {
|
|
217
|
+
locale?: string;
|
|
218
|
+
};
|
|
219
|
+
}): Promise<FindManyResult<ContentItem & {
|
|
220
|
+
deletedAt: string;
|
|
221
|
+
}>>;
|
|
222
|
+
/**
|
|
223
|
+
* Count trashed content items
|
|
224
|
+
*/
|
|
225
|
+
countTrashed(type: string, options?: {
|
|
226
|
+
locale?: string;
|
|
227
|
+
}): Promise<number>;
|
|
228
|
+
/**
|
|
229
|
+
* Apply the optional `q` filter.
|
|
230
|
+
*
|
|
231
|
+
* When the handler sets `useFts` (collection has a healthy FTS5 index
|
|
232
|
+
* covering the display columns; SQLite only), the filter is served from
|
|
233
|
+
* the index: a token-prefix MATCH against `_emdash_fts_<slug>` OR'd with
|
|
234
|
+
* an index-served `slug GLOB 'term*'` prefix (the slug is not in the FTS
|
|
235
|
+
* index). Both sides are index-backed, so SQLite's OR optimization avoids
|
|
236
|
+
* the full-table scan the LIKE fallback needs (#1517). The trade-off is
|
|
237
|
+
* search semantics: token-prefix matching instead of arbitrary substring.
|
|
238
|
+
*
|
|
239
|
+
* Fallback (Postgres, search disabled, or no usable terms): case-
|
|
240
|
+
* insensitive substring LIKE across the handler-resolved `searchColumns`
|
|
241
|
+
* (OR'd). User input is treated literally (LIKE wildcards escaped) and
|
|
242
|
+
* `lower()` is applied on both sides for SQLite/Postgres parity.
|
|
243
|
+
*/
|
|
244
|
+
private applySearchFilter;
|
|
245
|
+
/**
|
|
246
|
+
* Apply the optional inclusive date-range filter. The field is mapped
|
|
247
|
+
* through `DATE_FILTER_COLUMNS` (a closed whitelist), and bounds compare
|
|
248
|
+
* lexicographically against the stored ISO 8601 timestamps. A `publishedAt`
|
|
249
|
+
* range naturally excludes never-published rows (their column is NULL).
|
|
250
|
+
*/
|
|
251
|
+
private applyDateFilter;
|
|
252
|
+
/**
|
|
253
|
+
* Apply the optional byline filter as a correlated (NOT) EXISTS against
|
|
254
|
+
* `_emdash_content_bylines`.
|
|
255
|
+
*
|
|
256
|
+
* Correlating from the content table preserves the outer sort index so
|
|
257
|
+
* `LIMIT` can short-circuit. `mode: "none"` tests the junction rather than
|
|
258
|
+
* `primary_byline_id` because the two are written in the same call but
|
|
259
|
+
* are not atomically consistent, so the junction is authoritative.
|
|
260
|
+
*
|
|
261
|
+
* Whether a credit *renders* is locale-scoped; whether one *exists* is
|
|
262
|
+
* not. Both are needed: the first decides what the filter matches, the
|
|
263
|
+
* second decides whether the author fallback applies at all.
|
|
264
|
+
*/
|
|
265
|
+
private applyBylineFilter;
|
|
266
|
+
/**
|
|
267
|
+
* Count content items
|
|
268
|
+
*/
|
|
269
|
+
count(type: string, where?: FindManyOptions["where"]): Promise<number>;
|
|
270
|
+
private countWithResolvedFilters;
|
|
271
|
+
/**
|
|
272
|
+
* Distinct, non-null `author_id` values across the collection's live
|
|
273
|
+
* (non-trashed) content. Used to populate the admin author filter with
|
|
274
|
+
* only the users who have actually authored entries, rather than the
|
|
275
|
+
* full user directory (which requires admin privileges to read).
|
|
276
|
+
*/
|
|
277
|
+
findDistinctAuthorIds(type: string): Promise<string[]>;
|
|
278
|
+
getStats(type: string, now?: Date): Promise<{
|
|
279
|
+
total: number;
|
|
280
|
+
published: number;
|
|
281
|
+
draft: number;
|
|
282
|
+
scheduled: number;
|
|
283
|
+
overdueScheduled: number;
|
|
284
|
+
}>;
|
|
285
|
+
/**
|
|
286
|
+
* Schedule content for future publishing
|
|
287
|
+
*
|
|
288
|
+
* Sets status to 'scheduled' and stores the scheduled publish time.
|
|
289
|
+
* The content will be auto-published when the scheduled time is reached.
|
|
290
|
+
*/
|
|
291
|
+
schedule(type: string, id: string, scheduledAt: string, currentTime?: Date, expectedRevision?: ContentRevisionPrecondition): Promise<ContentItem>;
|
|
292
|
+
/**
|
|
293
|
+
* Unschedule content
|
|
294
|
+
*
|
|
295
|
+
* Clears the scheduled time. Published posts stay published;
|
|
296
|
+
* draft/scheduled posts revert to 'draft'.
|
|
297
|
+
*/
|
|
298
|
+
unschedule(type: string, id: string, expectedRevision?: ContentRevisionPrecondition): Promise<ContentItem>;
|
|
299
|
+
/**
|
|
300
|
+
* Find content that is ready to be published
|
|
301
|
+
*
|
|
302
|
+
* Returns all content where scheduled_at <= now, regardless of status.
|
|
303
|
+
* This covers both draft-scheduled posts (status='scheduled') and
|
|
304
|
+
* published posts with scheduled draft changes (status='published').
|
|
305
|
+
*
|
|
306
|
+
* `limit` (optional) caps how many due rows are returned, oldest-due first.
|
|
307
|
+
* The scheduled-publishing sweep passes a limit so a large backlog can't
|
|
308
|
+
* fan out unbounded publish/webhook work in a single tick (and blow a Worker
|
|
309
|
+
* invocation's CPU/subrequest budget); the remainder drains on later ticks.
|
|
310
|
+
*/
|
|
311
|
+
findReadyToPublish(type: string, limit?: number, currentTime?: Date, after?: {
|
|
312
|
+
scheduledAt: string;
|
|
313
|
+
id: string;
|
|
314
|
+
}): Promise<ContentItem[]>;
|
|
315
|
+
findTranslationIds(type: string, translationGroup: string): Promise<string[]>;
|
|
316
|
+
findTranslationIdsForGroups(type: string, translationGroups: string[]): Promise<Map<string, string[]>>;
|
|
317
|
+
/**
|
|
318
|
+
* Find all translations in a translation group
|
|
319
|
+
*/
|
|
320
|
+
findTranslations(type: string, translationGroup: string): Promise<ContentItem[]>;
|
|
321
|
+
/**
|
|
322
|
+
* Whether any row still shares `translationGroup`, trashed rows included.
|
|
323
|
+
* Group-keyed satellite data (term assignments, reference edges) is owned by
|
|
324
|
+
* the group, not by a single locale row, so a purge may only cascade to it
|
|
325
|
+
* once nothing is left to own it — and a trashed sibling is still restorable.
|
|
326
|
+
*/
|
|
327
|
+
hasTranslationsIncludingTrashed(type: string, translationGroup: string, options?: {
|
|
328
|
+
excludeId?: string;
|
|
329
|
+
}): Promise<boolean>;
|
|
330
|
+
/**
|
|
331
|
+
* Batch variant of {@link findTranslations}: every (non-deleted) locale
|
|
332
|
+
* variant for any of `translationGroups`, in one `WHERE translation_group IN
|
|
333
|
+
* (...)` query chunked at `SQL_BATCH_SIZE` for D1's bind-parameter limit.
|
|
334
|
+
* Lets callers resolve many edge groups without an N+1 per group. The caller
|
|
335
|
+
* groups the flat result by `translationGroup` itself.
|
|
336
|
+
*
|
|
337
|
+
* `translation_group` leads the sort so the ordering follows
|
|
338
|
+
* `idx_{table}_del_tg_locale` past its `deleted_at` equality; callers group by
|
|
339
|
+
* `translationGroup`, so the per-group locale order they rely on is preserved.
|
|
340
|
+
*
|
|
341
|
+
* `publishedOnly` restricts the result to `status = 'published'` — reference
|
|
342
|
+
* reads pass this for callers without `content:read_drafts` so draft/scheduled
|
|
343
|
+
* entries never leak through an edge traversal.
|
|
344
|
+
*
|
|
345
|
+
* A reference edge stores only a collection slug (no SQL FK), so the table may
|
|
346
|
+
* have been dropped since the edge was written. That is a tolerated dangling
|
|
347
|
+
* state, not an error: a missing table resolves to no rows, mirroring how the
|
|
348
|
+
* content read handlers treat `isMissingTableError`.
|
|
349
|
+
*/
|
|
350
|
+
findTranslationsForGroups(type: string, translationGroups: string[], options?: {
|
|
351
|
+
publishedOnly?: boolean;
|
|
352
|
+
}): Promise<ContentItem[]>;
|
|
353
|
+
/**
|
|
354
|
+
* Batch variant of {@link findByIdOrSlug}: resolve many identifiers (each an
|
|
355
|
+
* id OR a slug) within `type` in a constant number of queries — one `WHERE id
|
|
356
|
+
* IN (...)` and one `WHERE slug IN (...)`, each chunked at `SQL_BATCH_SIZE`.
|
|
357
|
+
* Returns a map from the input identifier to its resolved item; identifiers
|
|
358
|
+
* that match nothing are absent. Used on write paths that accept a list of
|
|
359
|
+
* references, so a single request doesn't fan out to an N+1 of point lookups.
|
|
360
|
+
*
|
|
361
|
+
* Resolution mirrors {@link findByIdOrSlug}: a ULID-shaped identifier prefers
|
|
362
|
+
* the id match and falls back to slug; anything else prefers the slug match
|
|
363
|
+
* and falls back to id. Slug matches collapse to the lowest-locale variant
|
|
364
|
+
* (`ORDER BY locale ASC`), matching the slug-without-locale lookup.
|
|
365
|
+
*/
|
|
366
|
+
findManyByIdOrSlug(type: string, identifiers: string[]): Promise<Map<string, ContentItem>>;
|
|
367
|
+
/**
|
|
368
|
+
* Publish the current draft
|
|
369
|
+
*
|
|
370
|
+
* Promotes draft_revision_id to live_revision_id and clears draft pointer.
|
|
371
|
+
* Syncs the draft revision's data into the content table columns so the
|
|
372
|
+
* content table always reflects the published version.
|
|
373
|
+
* If no draft revision exists, creates one from current data and publishes it.
|
|
374
|
+
* When `promoteRevision` is false, publishes the current content-table data
|
|
375
|
+
* by changing lifecycle metadata only.
|
|
376
|
+
*
|
|
377
|
+
* `publishedAt` (optional) overrides the publication timestamp. If omitted,
|
|
378
|
+
* the existing `published_at` is preserved (idempotent re-publish keeps the
|
|
379
|
+
* original date) and falls back to the current time on first publish. Pass
|
|
380
|
+
* an explicit value to backdate a publish (e.g. when migrating content from
|
|
381
|
+
* another CMS).
|
|
382
|
+
*
|
|
383
|
+
* `requireDue` gates the final update on the row still being due.
|
|
384
|
+
* `expectedScheduledAt` additionally fences changes made after a sweep
|
|
385
|
+
* selected the row but before publication preparation began.
|
|
386
|
+
*/
|
|
387
|
+
publish(type: string, id: string, publishedAt?: string, requireDue?: boolean, expectedScheduledAt?: string, promoteRevision?: boolean, requireSlug?: boolean, expectedRevision?: ContentRevisionPrecondition, currentTime?: Date): Promise<ContentItem>;
|
|
388
|
+
/**
|
|
389
|
+
* Unpublish content
|
|
390
|
+
*
|
|
391
|
+
* Removes live pointer and cancels any pending schedule, but preserves the
|
|
392
|
+
* draft and publication date. If no draft exists, creates one from the live
|
|
393
|
+
* version so the content isn't lost.
|
|
394
|
+
*/
|
|
395
|
+
unpublish(type: string, id: string, expectedRevision?: ContentRevisionPrecondition): Promise<ContentItem>;
|
|
396
|
+
/**
|
|
397
|
+
* Set the draft revision pointer for a content item.
|
|
398
|
+
*
|
|
399
|
+
* Used by seed/import paths that stage a new revision's data before
|
|
400
|
+
* promoting it to live via `publish()`.
|
|
401
|
+
*
|
|
402
|
+
* Validates that the content item exists and is not soft-deleted, that
|
|
403
|
+
* the revision exists, and that the revision belongs to the same
|
|
404
|
+
* collection and entry. Without these checks, a caller could leave the
|
|
405
|
+
* content row pointing at a missing or unrelated revision.
|
|
406
|
+
*/
|
|
407
|
+
setDraftRevision(type: string, id: string, revisionId: string): Promise<void>;
|
|
408
|
+
replaceDraftRevision(type: string, id: string, revisionId: string, expected: Pick<ContentItem, "version" | "liveRevisionId" | "draftRevisionId">): Promise<boolean>;
|
|
409
|
+
/**
|
|
410
|
+
* Discard pending draft changes
|
|
411
|
+
*
|
|
412
|
+
* Clears draft_revision_id. The content table columns already hold the
|
|
413
|
+
* published version, so no data sync is needed.
|
|
414
|
+
*/
|
|
415
|
+
discardDraft(type: string, id: string, expectedRevision?: ContentRevisionPrecondition): Promise<ContentItem>;
|
|
416
|
+
/**
|
|
417
|
+
* Count content items with a pending schedule.
|
|
418
|
+
* Includes both draft-scheduled (status='scheduled') and published
|
|
419
|
+
* posts with scheduled draft changes (status='published', scheduled_at set).
|
|
420
|
+
*/
|
|
421
|
+
countScheduled(type: string): Promise<number>;
|
|
422
|
+
/**
|
|
423
|
+
* Map database row to ContentItem
|
|
424
|
+
* Extracts system columns and puts content fields in data
|
|
425
|
+
* Excludes null values from data to match input semantics
|
|
426
|
+
*/
|
|
427
|
+
private mapRow;
|
|
428
|
+
private normalizeFilterScalar;
|
|
429
|
+
private normalizeFieldFilter;
|
|
430
|
+
private collectionExists;
|
|
431
|
+
private resolveFieldFilters;
|
|
432
|
+
private applyFieldFilters;
|
|
433
|
+
/**
|
|
434
|
+
* Map order field names to database columns.
|
|
435
|
+
* Only allows known fields to prevent column enumeration via crafted orderBy values.
|
|
436
|
+
*/
|
|
437
|
+
private mapOrderField;
|
|
438
|
+
private resolveOrderField;
|
|
439
|
+
}
|
|
440
|
+
//#endregion
|
|
441
|
+
//#region src/media/focal-point.d.ts
|
|
442
|
+
interface FocalPointUpdate {
|
|
443
|
+
focalX?: number | null;
|
|
444
|
+
focalY?: number | null;
|
|
445
|
+
}
|
|
446
|
+
//#endregion
|
|
447
|
+
//#region src/database/repositories/media.d.ts
|
|
448
|
+
type MediaStatus = "pending" | "ready" | "failed";
|
|
449
|
+
interface MediaItem {
|
|
450
|
+
id: string;
|
|
451
|
+
filename: string;
|
|
452
|
+
mimeType: string;
|
|
453
|
+
size: number | null;
|
|
454
|
+
width: number | null;
|
|
455
|
+
height: number | null;
|
|
456
|
+
focalX: number | null;
|
|
457
|
+
focalY: number | null;
|
|
458
|
+
alt: string | null;
|
|
459
|
+
caption: string | null;
|
|
460
|
+
storageKey: string;
|
|
461
|
+
status: MediaStatus;
|
|
462
|
+
contentHash: string | null;
|
|
463
|
+
blurhash: string | null;
|
|
464
|
+
dominantColor: string | null;
|
|
465
|
+
createdAt: string;
|
|
466
|
+
authorId: string | null;
|
|
467
|
+
folderId?: string | null;
|
|
468
|
+
}
|
|
469
|
+
interface CreateMediaInput {
|
|
470
|
+
filename: string;
|
|
471
|
+
mimeType: string;
|
|
472
|
+
size?: number;
|
|
473
|
+
width?: number;
|
|
474
|
+
height?: number;
|
|
475
|
+
alt?: string;
|
|
476
|
+
caption?: string;
|
|
477
|
+
storageKey: string;
|
|
478
|
+
contentHash?: string;
|
|
479
|
+
blurhash?: string;
|
|
480
|
+
dominantColor?: string;
|
|
481
|
+
status?: MediaStatus;
|
|
482
|
+
authorId?: string;
|
|
483
|
+
folderId?: string | null;
|
|
484
|
+
}
|
|
485
|
+
interface FindManyMediaOptions {
|
|
486
|
+
limit?: number;
|
|
487
|
+
cursor?: string;
|
|
488
|
+
/** Filter by MIME type. Pass a string for a single prefix/exact, or an array to match any. Strings ending with "/" are treated as LIKE prefix matches; others are exact equality. */
|
|
489
|
+
mimeType?: string | readonly string[];
|
|
490
|
+
status?: MediaStatus | "all";
|
|
491
|
+
/** Case-insensitive substring matched against the filename (covers filename and extension). */
|
|
492
|
+
q?: string;
|
|
493
|
+
/** Omit for all media, pass null for the Main library, or pass a folder ID. */
|
|
494
|
+
folderId?: string | null;
|
|
495
|
+
}
|
|
496
|
+
interface UpdateMediaInput extends FocalPointUpdate {
|
|
497
|
+
alt?: string | null;
|
|
498
|
+
caption?: string | null;
|
|
499
|
+
width?: number;
|
|
500
|
+
height?: number;
|
|
501
|
+
folderId?: string | null;
|
|
502
|
+
}
|
|
503
|
+
interface ReplaceReadyMediaInput {
|
|
504
|
+
size: number;
|
|
505
|
+
width: number;
|
|
506
|
+
height: number;
|
|
507
|
+
contentHash: string;
|
|
508
|
+
}
|
|
509
|
+
interface FindMediaPageOptions extends Omit<FindManyMediaOptions, "cursor"> {
|
|
510
|
+
page: number;
|
|
511
|
+
}
|
|
512
|
+
interface MediaPageResult {
|
|
513
|
+
items: MediaItem[];
|
|
514
|
+
totalCount: number;
|
|
515
|
+
}
|
|
516
|
+
/**
|
|
517
|
+
* Media repository for database operations
|
|
518
|
+
*/
|
|
519
|
+
declare class MediaRepository {
|
|
520
|
+
private db;
|
|
521
|
+
constructor(db: Kysely<Database>);
|
|
522
|
+
/**
|
|
523
|
+
* Create a new media item
|
|
524
|
+
*/
|
|
525
|
+
create(input: CreateMediaInput): Promise<MediaItem>;
|
|
526
|
+
/**
|
|
527
|
+
* Create a pending media item (for signed URL upload flow)
|
|
528
|
+
*/
|
|
529
|
+
createPending(input: {
|
|
530
|
+
filename: string;
|
|
531
|
+
mimeType: string;
|
|
532
|
+
size?: number;
|
|
533
|
+
storageKey: string;
|
|
534
|
+
contentHash?: string;
|
|
535
|
+
authorId?: string;
|
|
536
|
+
folderId?: string | null;
|
|
537
|
+
}): Promise<MediaItem>;
|
|
538
|
+
createUploadAttempt(mediaId: string, storageKey: string): Promise<void>;
|
|
539
|
+
/**
|
|
540
|
+
* Register a stored object for cleanup before its media row is removed,
|
|
541
|
+
* so a failed storage delete is retried by the cleanup sweep instead of
|
|
542
|
+
* leaving the object unreferenced and unreachable.
|
|
543
|
+
*/
|
|
544
|
+
trackStorageKeyForCleanup(mediaId: string, storageKey: string): Promise<void>;
|
|
545
|
+
hasUploadAttempt(storageKey: string): Promise<boolean>;
|
|
546
|
+
claimUploadAttemptForCleanup(storageKey: string): Promise<boolean>;
|
|
547
|
+
deleteUploadAttempt(storageKey: string): Promise<void>;
|
|
548
|
+
deferUploadAttemptCleanup(storageKey: string): Promise<void>;
|
|
549
|
+
deleteCompletedUploadAttempts(): Promise<number>;
|
|
550
|
+
findUploadAttemptsForCleanup(maxAgeMs?: number, limit?: number): Promise<string[]>;
|
|
551
|
+
publishPendingStorageKey(id: string, expectedStorageKey: string, storageKey: string, contentHash?: string): Promise<boolean>;
|
|
552
|
+
/**
|
|
553
|
+
* Confirm upload (mark as ready)
|
|
554
|
+
*/
|
|
555
|
+
confirmUpload(id: string, metadata?: {
|
|
556
|
+
width?: number;
|
|
557
|
+
height?: number;
|
|
558
|
+
size?: number;
|
|
559
|
+
blurhash?: string;
|
|
560
|
+
dominantColor?: string;
|
|
561
|
+
contentHash?: string | null;
|
|
562
|
+
}, expectedStorageKey?: string): Promise<MediaItem | null>;
|
|
563
|
+
/**
|
|
564
|
+
* Mark upload as failed
|
|
565
|
+
*/
|
|
566
|
+
markFailed(id: string, expectedStorageKey?: string): Promise<MediaItem | null>;
|
|
567
|
+
/**
|
|
568
|
+
* Find the pending media row minted for a signed upload URL.
|
|
569
|
+
*/
|
|
570
|
+
findPendingByStorageKey(storageKey: string): Promise<MediaItem | null>;
|
|
571
|
+
/**
|
|
572
|
+
* Find media by ID
|
|
573
|
+
*/
|
|
574
|
+
findById(id: string): Promise<MediaItem | null>;
|
|
575
|
+
/**
|
|
576
|
+
* Find media by filename
|
|
577
|
+
* Useful for idempotent imports
|
|
578
|
+
*/
|
|
579
|
+
findByFilename(filename: string): Promise<MediaItem | null>;
|
|
580
|
+
findAvailableFilename(filename: string): Promise<string>;
|
|
581
|
+
/**
|
|
582
|
+
* Find media by content hash
|
|
583
|
+
* Used for deduplication - same content = same hash
|
|
584
|
+
*/
|
|
585
|
+
findByContentHash(contentHash: string): Promise<MediaItem | null>;
|
|
586
|
+
/**
|
|
587
|
+
* Find many media items with cursor pagination
|
|
588
|
+
*
|
|
589
|
+
* Uses keyset pagination (cursor-based) for consistent results.
|
|
590
|
+
* The cursor encodes the created_at and id of the last item.
|
|
591
|
+
*/
|
|
592
|
+
findMany(options?: FindManyMediaOptions): Promise<FindManyResult<MediaItem>>;
|
|
593
|
+
findPage(options: FindMediaPageOptions): Promise<MediaPageResult>;
|
|
594
|
+
/**
|
|
595
|
+
* Update media metadata
|
|
596
|
+
*/
|
|
597
|
+
update(id: string, input: UpdateMediaInput): Promise<MediaItem | null>;
|
|
598
|
+
updateReadyMetadata(id: string, input: Pick<UpdateMediaInput, "alt" | "caption" | "focalX" | "focalY">): Promise<MediaItem | null>;
|
|
599
|
+
replaceReadyFile(id: string, expectedStorageKey: string, input: ReplaceReadyMediaInput): Promise<MediaItem | null>;
|
|
600
|
+
/**
|
|
601
|
+
* Delete media item
|
|
602
|
+
*/
|
|
603
|
+
deleteWithStorageKey(id: string): Promise<string | null>;
|
|
604
|
+
isStorageKeyReferenced(storageKey: string): Promise<boolean>;
|
|
605
|
+
delete(id: string): Promise<boolean>;
|
|
606
|
+
/**
|
|
607
|
+
* Count media items
|
|
608
|
+
*/
|
|
609
|
+
count(mimeType?: string | readonly string[]): Promise<number>;
|
|
610
|
+
private applyListFilters;
|
|
611
|
+
/**
|
|
612
|
+
* Delete pending uploads older than the given age.
|
|
613
|
+
* Pending uploads that were never confirmed indicate abandoned upload flows.
|
|
614
|
+
*
|
|
615
|
+
* Returns the storage keys of deleted rows so callers can remove the
|
|
616
|
+
* corresponding files from object storage.
|
|
617
|
+
*/
|
|
618
|
+
cleanupPendingUploads(maxAgeMs?: number): Promise<string[]>;
|
|
619
|
+
/**
|
|
620
|
+
* Convert database row to MediaItem
|
|
621
|
+
*/
|
|
622
|
+
private rowToItem;
|
|
623
|
+
}
|
|
624
|
+
//#endregion
|
|
625
|
+
//#region src/database/repositories/plugin-storage.d.ts
|
|
626
|
+
declare class PluginStorageRepository<T = unknown> implements StorageCollection<T> {
|
|
627
|
+
private db;
|
|
628
|
+
private pluginId;
|
|
629
|
+
private collection;
|
|
630
|
+
private indexedFields;
|
|
631
|
+
constructor(db: Kysely<Database>, pluginId: string, collection: string, indexes: Array<string | string[]>);
|
|
632
|
+
/**
|
|
633
|
+
* Get a document by ID
|
|
634
|
+
*/
|
|
635
|
+
get(id: string): Promise<T | null>;
|
|
636
|
+
/**
|
|
637
|
+
* Store a document
|
|
638
|
+
*/
|
|
639
|
+
put(id: string, data: T): Promise<void>;
|
|
640
|
+
getVersioned(id: string): Promise<VersionedValue<T> | null>;
|
|
641
|
+
compareAndSet(id: string, expectedRevision: string | null, data: T): Promise<ConditionalWriteResult>;
|
|
642
|
+
compareAndDelete(id: string, expectedRevision: string): Promise<ConditionalDeleteResult>;
|
|
643
|
+
/**
|
|
644
|
+
* Delete a document
|
|
645
|
+
*/
|
|
646
|
+
delete(id: string): Promise<boolean>;
|
|
647
|
+
/**
|
|
648
|
+
* Check if a document exists
|
|
649
|
+
*/
|
|
650
|
+
exists(id: string): Promise<boolean>;
|
|
651
|
+
/**
|
|
652
|
+
* Get multiple documents by ID
|
|
653
|
+
*/
|
|
654
|
+
getMany(ids: string[]): Promise<Map<string, T>>;
|
|
655
|
+
/**
|
|
656
|
+
* Store multiple documents
|
|
657
|
+
*/
|
|
658
|
+
putMany(items: Array<{
|
|
659
|
+
id: string;
|
|
660
|
+
data: T;
|
|
661
|
+
}>): Promise<void>;
|
|
662
|
+
/**
|
|
663
|
+
* Delete multiple documents
|
|
664
|
+
*/
|
|
665
|
+
deleteMany(ids: string[]): Promise<number>;
|
|
666
|
+
/**
|
|
667
|
+
* Query documents with filters
|
|
668
|
+
*/
|
|
669
|
+
query(options?: QueryOptions): Promise<PaginatedResult<{
|
|
670
|
+
id: string;
|
|
671
|
+
data: T;
|
|
672
|
+
}>>;
|
|
673
|
+
/**
|
|
674
|
+
* Count documents matching a filter
|
|
675
|
+
*/
|
|
676
|
+
count(where?: WhereClause): Promise<number>;
|
|
677
|
+
updateIf(id: string, args: unknown): Promise<UpdateIfResult<T>>;
|
|
678
|
+
}
|
|
679
|
+
//#endregion
|
|
680
|
+
//#region src/plugins/hooks.d.ts
|
|
681
|
+
type HookNameV2 = "plugin:install" | "plugin:activate" | "plugin:deactivate" | "plugin:uninstall" | "content:beforeSave" | "content:afterSave" | "content:beforeDelete" | "content:afterDelete" | "content:beforePublish" | "content:beforeSchedule" | "content:beforeUnpublish" | "content:afterPublish" | "content:afterUnpublish" | "content:afterRestore" | "content:afterSchedule" | "content:afterUnschedule" | "media:beforeUpload" | "media:afterUpload" | "cron" | "email:beforeSend" | "email:deliver" | "email:afterSend" | "comment:beforeCreate" | "comment:moderate" | "comment:afterCreate" | "comment:afterModerate" | "page:metadata" | "page:fragments";
|
|
682
|
+
type ContentPolicyHookName = "content:beforePublish" | "content:beforeSchedule" | "content:beforeUnpublish";
|
|
683
|
+
type ContentPolicyRunResult = {
|
|
684
|
+
cancellation?: {
|
|
685
|
+
pluginId: string;
|
|
686
|
+
reason: string;
|
|
687
|
+
};
|
|
688
|
+
results: HookResult<void>[];
|
|
689
|
+
};
|
|
690
|
+
/**
|
|
691
|
+
* Hook execution result
|
|
692
|
+
*/
|
|
693
|
+
interface HookResult<T> {
|
|
694
|
+
success: boolean;
|
|
695
|
+
value?: T;
|
|
696
|
+
error?: Error;
|
|
697
|
+
pluginId: string;
|
|
698
|
+
duration: number;
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* Hook pipeline for executing hooks in order
|
|
702
|
+
*/
|
|
703
|
+
declare class HookPipeline {
|
|
704
|
+
private hooks;
|
|
705
|
+
private pluginMap;
|
|
706
|
+
private contextFactory;
|
|
707
|
+
/** Stored so setContextFactory can merge incrementally. */
|
|
708
|
+
private contextFactoryOptions;
|
|
709
|
+
/** Hook names where at least one handler declared exclusive: true */
|
|
710
|
+
private exclusiveHookNames;
|
|
711
|
+
/**
|
|
712
|
+
* Selected provider plugin ID for each exclusive hook.
|
|
713
|
+
* Set by the PluginManager after resolution.
|
|
714
|
+
*/
|
|
715
|
+
private exclusiveSelections;
|
|
716
|
+
constructor(plugins: ResolvedPlugin[], factoryOptions?: PluginContextFactoryOptions);
|
|
717
|
+
/**
|
|
718
|
+
* Set or update the context factory options.
|
|
719
|
+
*
|
|
720
|
+
* When called on a pipeline that already has a factory, the new options
|
|
721
|
+
* are merged on top of the existing ones so that callers don't need to
|
|
722
|
+
* repeat every field (e.g. adding `cronReschedule` without losing
|
|
723
|
+
* `storage` / `getUploadUrl`).
|
|
724
|
+
*/
|
|
725
|
+
setContextFactory(options: Partial<PluginContextFactoryOptions>): void;
|
|
726
|
+
/**
|
|
727
|
+
* Get context for a plugin
|
|
728
|
+
*/
|
|
729
|
+
private getContext;
|
|
730
|
+
/**
|
|
731
|
+
* Get typed hooks for a specific hook name.
|
|
732
|
+
* The internal map stores ResolvedHook<unknown>, but we know each name
|
|
733
|
+
* maps to a specific handler type via HookHandlerMap.
|
|
734
|
+
*
|
|
735
|
+
* Exclusive hooks that have a selected provider are filtered out — they
|
|
736
|
+
* should only run via invokeExclusiveHook(), not in the regular pipeline.
|
|
737
|
+
*/
|
|
738
|
+
private getTypedHooks;
|
|
739
|
+
/**
|
|
740
|
+
* Register all hooks from plugins.
|
|
741
|
+
*
|
|
742
|
+
* Registers each hook name individually to preserve type safety. The
|
|
743
|
+
* internal map stores ResolvedHook<unknown> since it's keyed by string,
|
|
744
|
+
* but getTypedHooks() restores the correct handler type on retrieval.
|
|
745
|
+
*/
|
|
746
|
+
private registerPlugins;
|
|
747
|
+
/**
|
|
748
|
+
* Maps hook names to the capability required to register them.
|
|
749
|
+
*
|
|
750
|
+
* Hooks not listed here have no capability requirement (e.g. lifecycle
|
|
751
|
+
* hooks, cron). Any plugin declaring a listed hook without the required
|
|
752
|
+
* capability will have that hook silently skipped at registration time.
|
|
753
|
+
*/
|
|
754
|
+
private static readonly HOOK_REQUIRED_CAPABILITY;
|
|
755
|
+
/**
|
|
756
|
+
* Register a single plugin's hook by name
|
|
757
|
+
*/
|
|
758
|
+
private registerPluginHook;
|
|
759
|
+
/**
|
|
760
|
+
* Register a single hook
|
|
761
|
+
*/
|
|
762
|
+
private registerHook;
|
|
763
|
+
/**
|
|
764
|
+
* Sort hooks by priority and dependencies
|
|
765
|
+
*/
|
|
766
|
+
private sortHooks;
|
|
767
|
+
/**
|
|
768
|
+
* Execute a hook with timeout
|
|
769
|
+
*/
|
|
770
|
+
private executeWithTimeout;
|
|
771
|
+
/**
|
|
772
|
+
* Run plugin:install hooks
|
|
773
|
+
*/
|
|
774
|
+
runPluginInstall(pluginId: string): Promise<HookResult<void>[]>;
|
|
775
|
+
/**
|
|
776
|
+
* Run plugin:activate hooks
|
|
777
|
+
*/
|
|
778
|
+
runPluginActivate(pluginId: string): Promise<HookResult<void>[]>;
|
|
779
|
+
/**
|
|
780
|
+
* Run plugin:deactivate hooks
|
|
781
|
+
*/
|
|
782
|
+
runPluginDeactivate(pluginId: string): Promise<HookResult<void>[]>;
|
|
783
|
+
/**
|
|
784
|
+
* Run plugin:uninstall hooks
|
|
785
|
+
*/
|
|
786
|
+
runPluginUninstall(pluginId: string, deleteData: boolean): Promise<HookResult<void>[]>;
|
|
787
|
+
private runLifecycleHook;
|
|
788
|
+
/**
|
|
789
|
+
* Run content:beforeSave hooks
|
|
790
|
+
* Returns modified content from the pipeline. `id` is the existing item's
|
|
791
|
+
* ID when updating. `actor` is the authenticated user that triggered the
|
|
792
|
+
* save, when one is available.
|
|
793
|
+
*/
|
|
794
|
+
runContentBeforeSave(content: Record<string, unknown>, collection: string, isNew: boolean, id?: string, actor?: ActorInfo): Promise<{
|
|
795
|
+
content: Record<string, unknown>;
|
|
796
|
+
results: HookResult<Record<string, unknown>>[];
|
|
797
|
+
}>;
|
|
798
|
+
/**
|
|
799
|
+
* Run content:afterSave hooks
|
|
800
|
+
*/
|
|
801
|
+
runContentAfterSave(content: Record<string, unknown>, collection: string, isNew: boolean, actor?: ActorInfo, excludePluginId?: string): Promise<HookResult<void>[]>;
|
|
802
|
+
/**
|
|
803
|
+
* Run content:beforeDelete hooks
|
|
804
|
+
* Returns whether deletion is allowed
|
|
805
|
+
*/
|
|
806
|
+
runContentBeforeDelete(id: string, collection: string): Promise<{
|
|
807
|
+
allowed: boolean;
|
|
808
|
+
results: HookResult<boolean>[];
|
|
809
|
+
}>;
|
|
810
|
+
/**
|
|
811
|
+
* Run content:afterDelete hooks
|
|
812
|
+
*/
|
|
813
|
+
runContentAfterDelete(id: string, collection: string, permanent: boolean): Promise<HookResult<void>[]>;
|
|
814
|
+
runContentPolicy(name: "content:beforePublish", event: ContentPolicyEvent): Promise<ContentPolicyRunResult>;
|
|
815
|
+
runContentPolicy(name: "content:beforeSchedule", event: ContentSchedulePolicyEvent): Promise<ContentPolicyRunResult>;
|
|
816
|
+
runContentPolicy(name: "content:beforeUnpublish", event: ContentPolicyEvent): Promise<ContentPolicyRunResult>;
|
|
817
|
+
runContentPolicy(name: ContentPolicyHookName, event: ContentPolicyEvent | ContentSchedulePolicyEvent): Promise<ContentPolicyRunResult>;
|
|
818
|
+
private runContentPolicyHooks;
|
|
819
|
+
/**
|
|
820
|
+
* Run content state-change hooks that all share the same event shape.
|
|
821
|
+
*/
|
|
822
|
+
private runContentStateChangeHook;
|
|
823
|
+
/**
|
|
824
|
+
* Run content:afterPublish hooks (fire-and-forget).
|
|
825
|
+
*/
|
|
826
|
+
runContentAfterPublish(content: Record<string, unknown>, collection: string): Promise<HookResult<void>[]>;
|
|
827
|
+
/**
|
|
828
|
+
* Run content:afterUnpublish hooks (fire-and-forget).
|
|
829
|
+
*/
|
|
830
|
+
runContentAfterUnpublish(content: Record<string, unknown>, collection: string): Promise<HookResult<void>[]>;
|
|
831
|
+
/**
|
|
832
|
+
* Run content:afterRestore hooks (fire-and-forget).
|
|
833
|
+
*/
|
|
834
|
+
runContentAfterRestore(content: Record<string, unknown>, collection: string): Promise<HookResult<void>[]>;
|
|
835
|
+
/**
|
|
836
|
+
* Run content:afterSchedule hooks (fire-and-forget).
|
|
837
|
+
*/
|
|
838
|
+
runContentAfterSchedule(content: Record<string, unknown>, collection: string): Promise<HookResult<void>[]>;
|
|
839
|
+
/**
|
|
840
|
+
* Run content:afterUnschedule hooks (fire-and-forget).
|
|
841
|
+
*/
|
|
842
|
+
runContentAfterUnschedule(content: Record<string, unknown>, collection: string): Promise<HookResult<void>[]>;
|
|
843
|
+
/**
|
|
844
|
+
* Run media:beforeUpload hooks
|
|
845
|
+
*/
|
|
846
|
+
runMediaBeforeUpload(file: {
|
|
847
|
+
name: string;
|
|
848
|
+
type: string;
|
|
849
|
+
size: number;
|
|
850
|
+
}): Promise<{
|
|
851
|
+
file: {
|
|
852
|
+
name: string;
|
|
853
|
+
type: string;
|
|
854
|
+
size: number;
|
|
855
|
+
};
|
|
856
|
+
results: HookResult<{
|
|
857
|
+
name: string;
|
|
858
|
+
type: string;
|
|
859
|
+
size: number;
|
|
860
|
+
}>[];
|
|
861
|
+
}>;
|
|
862
|
+
/**
|
|
863
|
+
* Run media:afterUpload hooks
|
|
864
|
+
*/
|
|
865
|
+
runMediaAfterUpload(media: {
|
|
866
|
+
id: string;
|
|
867
|
+
filename: string;
|
|
868
|
+
mimeType: string;
|
|
869
|
+
size: number | null;
|
|
870
|
+
url: string;
|
|
871
|
+
createdAt: string;
|
|
872
|
+
}): Promise<HookResult<void>[]>;
|
|
873
|
+
/**
|
|
874
|
+
* Invoke the cron hook for a specific plugin.
|
|
875
|
+
*
|
|
876
|
+
* Unlike other hooks which broadcast to all plugins, the cron hook is
|
|
877
|
+
* dispatched only to the target plugin — the one that owns the task.
|
|
878
|
+
*/
|
|
879
|
+
invokeCronHook(pluginId: string, event: CronEvent): Promise<HookResult<void>>;
|
|
880
|
+
/**
|
|
881
|
+
* Run email:beforeSend hooks (middleware pipeline).
|
|
882
|
+
*
|
|
883
|
+
* Each handler receives the message and returns a modified message or
|
|
884
|
+
* `false` to cancel delivery. The pipeline chains message transformations —
|
|
885
|
+
* each handler receives the output of the previous one.
|
|
886
|
+
*/
|
|
887
|
+
runEmailBeforeSend(message: EmailMessage, source: string): Promise<{
|
|
888
|
+
message: EmailMessage | false;
|
|
889
|
+
results: HookResult<EmailMessage | false>[];
|
|
890
|
+
}>;
|
|
891
|
+
/**
|
|
892
|
+
* Run email:afterSend hooks (fire-and-forget).
|
|
893
|
+
*
|
|
894
|
+
* Errors are logged but don't propagate — they don't affect the caller.
|
|
895
|
+
*/
|
|
896
|
+
runEmailAfterSend(message: EmailMessage, source: string): Promise<HookResult<void>[]>;
|
|
897
|
+
/**
|
|
898
|
+
* Run comment:beforeCreate hooks (middleware pipeline).
|
|
899
|
+
*
|
|
900
|
+
* Each handler receives the event and returns a modified event or
|
|
901
|
+
* `false` to reject the comment. The pipeline chains transformations —
|
|
902
|
+
* each handler receives the output of the previous one.
|
|
903
|
+
*/
|
|
904
|
+
runCommentBeforeCreate(event: CommentBeforeCreateEvent): Promise<CommentBeforeCreateEvent | false>;
|
|
905
|
+
/**
|
|
906
|
+
* Run comment:afterCreate hooks (fire-and-forget).
|
|
907
|
+
*
|
|
908
|
+
* Errors are logged but don't propagate — they don't affect the caller.
|
|
909
|
+
*/
|
|
910
|
+
runCommentAfterCreate(event: CommentAfterCreateEvent): Promise<void>;
|
|
911
|
+
/**
|
|
912
|
+
* Run comment:afterModerate hooks (fire-and-forget).
|
|
913
|
+
*
|
|
914
|
+
* Errors are logged but don't propagate — they don't affect the caller.
|
|
915
|
+
*/
|
|
916
|
+
runCommentAfterModerate(event: CommentAfterModerateEvent): Promise<void>;
|
|
917
|
+
/**
|
|
918
|
+
* Run page:metadata hooks. Each handler returns contributions that are
|
|
919
|
+
* merged by the metadata collector. Errors are logged but don't propagate.
|
|
920
|
+
*/
|
|
921
|
+
runPageMetadata(event: PageMetadataEvent): Promise<Array<{
|
|
922
|
+
pluginId: string;
|
|
923
|
+
contributions: PageMetadataContribution[];
|
|
924
|
+
}>>;
|
|
925
|
+
/**
|
|
926
|
+
* Run page:fragments hooks. Only trusted plugins should be registered
|
|
927
|
+
* for this hook. Errors are logged but don't propagate.
|
|
928
|
+
*/
|
|
929
|
+
runPageFragments(event: PageFragmentEvent): Promise<Array<{
|
|
930
|
+
pluginId: string;
|
|
931
|
+
contributions: PageFragmentContribution[];
|
|
932
|
+
}>>;
|
|
933
|
+
/**
|
|
934
|
+
* Check if any hooks are registered for a given name
|
|
935
|
+
*/
|
|
936
|
+
hasHooks(name: HookNameV2): boolean;
|
|
937
|
+
/**
|
|
938
|
+
* Get hook count for debugging
|
|
939
|
+
*/
|
|
940
|
+
getHookCount(name: HookNameV2): number;
|
|
941
|
+
/**
|
|
942
|
+
* Get all registered hook names
|
|
943
|
+
*/
|
|
944
|
+
getRegisteredHooks(): HookNameV2[];
|
|
945
|
+
/**
|
|
946
|
+
* Returns hook names where at least one handler declared exclusive: true
|
|
947
|
+
*/
|
|
948
|
+
getRegisteredExclusiveHooks(): string[];
|
|
949
|
+
/**
|
|
950
|
+
* Check if a hook is exclusive
|
|
951
|
+
*/
|
|
952
|
+
isExclusiveHook(name: string): boolean;
|
|
953
|
+
/**
|
|
954
|
+
* Set the selected provider for an exclusive hook.
|
|
955
|
+
* Called by PluginManager after resolution.
|
|
956
|
+
*/
|
|
957
|
+
setExclusiveSelection(hookName: string, pluginId: string): void;
|
|
958
|
+
/**
|
|
959
|
+
* Clear the selected provider for an exclusive hook.
|
|
960
|
+
*/
|
|
961
|
+
clearExclusiveSelection(hookName: string): void;
|
|
962
|
+
/**
|
|
963
|
+
* Get the selected provider for an exclusive hook (if any).
|
|
964
|
+
*/
|
|
965
|
+
getExclusiveSelection(hookName: string): string | undefined;
|
|
966
|
+
/**
|
|
967
|
+
* Get all plugins that registered a handler for a given exclusive hook.
|
|
968
|
+
*/
|
|
969
|
+
getExclusiveHookProviders(hookName: string): Array<{
|
|
970
|
+
pluginId: string;
|
|
971
|
+
}>;
|
|
972
|
+
/**
|
|
973
|
+
* Get all plugins that registered a non-exclusive handler for a given
|
|
974
|
+
* hook (e.g. `email:beforeSend`, `email:afterSend`), preserving priority
|
|
975
|
+
* order. Partitions with `getExclusiveHookProviders()`, which returns
|
|
976
|
+
* plugins whose registration is marked `exclusive: true`.
|
|
977
|
+
*/
|
|
978
|
+
getHookProviders(hookName: string): Array<{
|
|
979
|
+
pluginId: string;
|
|
980
|
+
}>;
|
|
981
|
+
/**
|
|
982
|
+
* Invoke an exclusive hook — dispatch only to the selected provider.
|
|
983
|
+
* Returns null if no provider is selected or if the selected hook
|
|
984
|
+
* is not found in the pipeline.
|
|
985
|
+
*
|
|
986
|
+
* This is a generic dispatch used by the email pipeline and other
|
|
987
|
+
* exclusive hook consumers. The handler type is unknown — callers
|
|
988
|
+
* must know the expected signature.
|
|
989
|
+
*
|
|
990
|
+
* Errors are isolated: a failing handler returns an error result
|
|
991
|
+
* instead of propagating the exception to the caller.
|
|
992
|
+
*/
|
|
993
|
+
invokeExclusiveHook(hookName: string, event: unknown): Promise<{
|
|
994
|
+
result: unknown;
|
|
995
|
+
pluginId: string;
|
|
996
|
+
error?: Error;
|
|
997
|
+
duration: number;
|
|
998
|
+
} | null>;
|
|
999
|
+
}
|
|
1000
|
+
/**
|
|
1001
|
+
* Create a hook pipeline from plugins
|
|
1002
|
+
*/
|
|
1003
|
+
declare function createHookPipeline(plugins: ResolvedPlugin[], factoryOptions?: PluginContextFactoryOptions): HookPipeline;
|
|
1004
|
+
//#endregion
|
|
1005
|
+
//#region src/plugins/email.d.ts
|
|
1006
|
+
/**
|
|
1007
|
+
* EmailPipeline orchestrates email delivery through the plugin hook system.
|
|
1008
|
+
*
|
|
1009
|
+
* The pipeline runs in three stages:
|
|
1010
|
+
* 1. email:beforeSend — middleware hooks that can transform or cancel messages
|
|
1011
|
+
* 2. email:deliver — exclusive hook dispatching to the selected provider
|
|
1012
|
+
* 3. email:afterSend — fire-and-forget hooks for logging/analytics
|
|
1013
|
+
*/
|
|
1014
|
+
declare class EmailPipeline {
|
|
1015
|
+
private pipeline;
|
|
1016
|
+
constructor(pipeline: HookPipeline);
|
|
1017
|
+
/**
|
|
1018
|
+
* Replace the underlying hook pipeline.
|
|
1019
|
+
*
|
|
1020
|
+
* Called by the runtime when rebuilding the hook pipeline after a
|
|
1021
|
+
* plugin is enabled or disabled, so the email pipeline dispatches
|
|
1022
|
+
* to the current set of active hooks.
|
|
1023
|
+
*/
|
|
1024
|
+
setPipeline(pipeline: HookPipeline): void;
|
|
1025
|
+
/**
|
|
1026
|
+
* Send an email through the full pipeline.
|
|
1027
|
+
*
|
|
1028
|
+
* @param message - The email to send
|
|
1029
|
+
* @param source - Where the email originated ("system" for auth, plugin ID for plugins)
|
|
1030
|
+
* @throws EmailNotConfiguredError if no provider is selected
|
|
1031
|
+
* @throws EmailRecursionError if called re-entrantly from within a hook
|
|
1032
|
+
* @throws Error if the provider handler throws
|
|
1033
|
+
*/
|
|
1034
|
+
send(message: EmailMessage, source: string): Promise<void>;
|
|
1035
|
+
/**
|
|
1036
|
+
* Inner send implementation, separated from the recursion guard.
|
|
1037
|
+
*/
|
|
1038
|
+
private sendInner;
|
|
1039
|
+
/**
|
|
1040
|
+
* Check if an email provider is configured and available.
|
|
1041
|
+
*
|
|
1042
|
+
* Returns true if an email:deliver provider is selected in the exclusive
|
|
1043
|
+
* hook system. Plugins and auth code use this to decide whether to show
|
|
1044
|
+
* "send invite" vs "copy invite link" UI.
|
|
1045
|
+
*/
|
|
1046
|
+
isAvailable(): boolean;
|
|
1047
|
+
}
|
|
1048
|
+
//#endregion
|
|
1049
|
+
//#region src/plugins/settings.d.ts
|
|
1050
|
+
interface EncryptedPluginSetting {
|
|
1051
|
+
$emdash: "plugin-setting";
|
|
1052
|
+
v: 1;
|
|
1053
|
+
kid: string;
|
|
1054
|
+
iv: string;
|
|
1055
|
+
ciphertext: string;
|
|
1056
|
+
}
|
|
1057
|
+
declare class PluginSettingEncryptionError extends Error {
|
|
1058
|
+
readonly name = "PluginSettingEncryptionError";
|
|
1059
|
+
readonly code: "PLUGIN_SETTING_ENCRYPTION_KEY_MISSING" | "PLUGIN_SETTING_ENCRYPTION_KEY_UNKNOWN" | "PLUGIN_SETTING_ENCRYPTION_FAILED" | "PLUGIN_SETTING_DECRYPTION_FAILED";
|
|
1060
|
+
constructor(code: PluginSettingEncryptionError["code"], message: string);
|
|
1061
|
+
}
|
|
1062
|
+
declare function isEncryptedPluginSetting(value: unknown): value is EncryptedPluginSetting;
|
|
1063
|
+
declare function encryptPluginSetting(pluginId: string, key: string, value: string, keys?: ParsedEncryptionKey[] | null): Promise<EncryptedPluginSetting>;
|
|
1064
|
+
declare function decodePluginSettingValue<T = unknown>(pluginId: string, key: string, value: unknown, schema: Record<string, SettingField>, keys?: ParsedEncryptionKey[] | null, onSecret?: (key: string, value: string) => void): Promise<T>;
|
|
1065
|
+
declare function createSettingsAccess(optionsRepo: OptionsRepository, pluginId: string, schema?: Record<string, SettingField>, keys?: ParsedEncryptionKey[] | null, onSecret?: (key: string, value: string) => void): SettingsAccess;
|
|
1066
|
+
//#endregion
|
|
1067
|
+
//#region src/plugins/content-access.d.ts
|
|
1068
|
+
declare function createContentAccess(db: Kysely<Database>, accessOptions?: {
|
|
1069
|
+
site?: SiteInfo;
|
|
1070
|
+
revisions?: boolean;
|
|
1071
|
+
}): ContentAccess;
|
|
1072
|
+
//#endregion
|
|
1073
|
+
//#region src/plugins/context.d.ts
|
|
1074
|
+
declare function createSchemaAccess(db: Kysely<Database>): SchemaAccess;
|
|
1075
|
+
declare function createCommentAccess(db: Kysely<Database>, moderate?: (id: string, status: PluginCommentStatus, expectedStatus: PluginCommentStatus) => Promise<PluginComment>): CommentAccess;
|
|
1076
|
+
declare class RedirectAccessError extends Error {
|
|
1077
|
+
readonly code: string;
|
|
1078
|
+
readonly name = "RedirectAccessError";
|
|
1079
|
+
constructor(code: string, message: string);
|
|
1080
|
+
}
|
|
1081
|
+
declare function createRedirectAccess(db: Kysely<Database>): RedirectAccess;
|
|
1082
|
+
declare function createRedirectAccess(db: Kysely<Database>, writable: true): RedirectAccessWithWrite;
|
|
1083
|
+
/**
|
|
1084
|
+
* Called immediately before a plugin content write; it throws to refuse the
|
|
1085
|
+
* write. When it returns a function, that function is called once the write
|
|
1086
|
+
* has succeeded.
|
|
1087
|
+
*/
|
|
1088
|
+
type ContentWriteGuard = () => Promise<void | (() => Promise<void>)>;
|
|
1089
|
+
/**
|
|
1090
|
+
* Create full content access with write operations.
|
|
1091
|
+
*
|
|
1092
|
+
* `create` and `update` accept a reserved `seo` key in their `data`
|
|
1093
|
+
* argument. When present, it is routed to the core SEO panel
|
|
1094
|
+
* (`_emdash_seo`) via `SeoRepository.upsert`, in the same transaction as
|
|
1095
|
+
* the content write. The returned `ContentItem.seo` reflects the resulting
|
|
1096
|
+
* SEO state for SEO-enabled collections.
|
|
1097
|
+
*/
|
|
1098
|
+
declare function createContentAccessWithWrite(db: Kysely<Database>, beforeContentWrite?: ContentWriteGuard, accessOptions?: {
|
|
1099
|
+
site?: SiteInfo;
|
|
1100
|
+
revisions?: boolean;
|
|
1101
|
+
}, contentCreate?: (data: {
|
|
1102
|
+
collection: string;
|
|
1103
|
+
input: ContentWriteInput;
|
|
1104
|
+
options?: ContentCreateOptions;
|
|
1105
|
+
}) => Promise<ContentItem$1>): ContentAccessWithWrite;
|
|
1106
|
+
/**
|
|
1107
|
+
* Create read-only media access
|
|
1108
|
+
*/
|
|
1109
|
+
declare function createMediaAccess(db: Kysely<Database>): MediaAccess;
|
|
1110
|
+
/**
|
|
1111
|
+
* Create HTTP access with host validation and SSRF protection.
|
|
1112
|
+
*
|
|
1113
|
+
* Uses redirect: "manual" to re-validate each redirect target before dispatch.
|
|
1114
|
+
*/
|
|
1115
|
+
declare function createHttpAccess(pluginId: string, allowedHosts: string[], fetchImpl?: typeof fetch): HttpAccess;
|
|
1116
|
+
/**
|
|
1117
|
+
* Create unrestricted HTTP access (for plugins with network:request:unrestricted capability).
|
|
1118
|
+
* No host validation, but applies SSRF protection on redirect targets to
|
|
1119
|
+
* prevent plugins from being tricked into reaching internal services.
|
|
1120
|
+
*/
|
|
1121
|
+
declare function createUnrestrictedHttpAccess(pluginId: string, fetchImpl?: typeof fetch): HttpAccess;
|
|
1122
|
+
/**
|
|
1123
|
+
* Options for creating site info
|
|
1124
|
+
*/
|
|
1125
|
+
interface SiteInfoOptions {
|
|
1126
|
+
/** Site name from options table */
|
|
1127
|
+
siteName?: string;
|
|
1128
|
+
/** Site URL from options table or Astro config */
|
|
1129
|
+
siteUrl?: string;
|
|
1130
|
+
/** Site locale from options table */
|
|
1131
|
+
locale?: string;
|
|
1132
|
+
/** Astro's `trailingSlash` config (from `virtual:emdash/config`). */
|
|
1133
|
+
trailingSlash?: "always" | "never" | "ignore";
|
|
1134
|
+
}
|
|
1135
|
+
interface PluginContextFactoryOptions {
|
|
1136
|
+
db: Kysely<Database>;
|
|
1137
|
+
beforeContentWrite?: ContentWriteGuard;
|
|
1138
|
+
contentCreate?: PluginContentCreateCallback;
|
|
1139
|
+
contentActions?: ContentActionCallbacks;
|
|
1140
|
+
/**
|
|
1141
|
+
* Resolver for the database connection, preferred over `db` when present.
|
|
1142
|
+
* Called per `createContext()` so connection-backed adapters (e.g. Postgres
|
|
1143
|
+
* over Hyperdrive) get the current request/event-scoped connection from ALS
|
|
1144
|
+
* rather than a snapshot of the per-isolate singleton — reusing the
|
|
1145
|
+
* singleton's socket from a later event trips workerd's cross-request I/O
|
|
1146
|
+
* guard. When omitted, `db` is used directly (correct for stateless
|
|
1147
|
+
* adapters like D1 and Node SQLite). `db` remains required as the fallback.
|
|
1148
|
+
*/
|
|
1149
|
+
getDb?: () => Kysely<Database>;
|
|
1150
|
+
/**
|
|
1151
|
+
* Storage backend for direct media uploads.
|
|
1152
|
+
* If not provided, upload() will throw.
|
|
1153
|
+
*/
|
|
1154
|
+
storage?: Storage;
|
|
1155
|
+
/**
|
|
1156
|
+
* Explicit provider for `ctx.media.getUploadUrl()`. Optional: when omitted
|
|
1157
|
+
* but `storage` is configured, the factory derives a working `getUploadUrl()`
|
|
1158
|
+
* (and `upload()`) from storage. Only when neither `getUploadUrl` nor
|
|
1159
|
+
* `storage` is present do media write operations become unavailable.
|
|
1160
|
+
*/
|
|
1161
|
+
getUploadUrl?: (filename: string, contentType: string) => Promise<{
|
|
1162
|
+
uploadUrl: string;
|
|
1163
|
+
mediaId: string;
|
|
1164
|
+
}>;
|
|
1165
|
+
/**
|
|
1166
|
+
* Site information for ctx.site and ctx.url().
|
|
1167
|
+
* If not provided, site info will have empty defaults.
|
|
1168
|
+
*/
|
|
1169
|
+
siteInfo?: SiteInfoOptions;
|
|
1170
|
+
/**
|
|
1171
|
+
* Callback to notify the cron scheduler that the next due time may have changed.
|
|
1172
|
+
* If not provided, ctx.cron will not be available.
|
|
1173
|
+
*/
|
|
1174
|
+
cronReschedule?: () => void;
|
|
1175
|
+
/** Clock used to calculate the first run of recurring plugin tasks. */
|
|
1176
|
+
now?: () => Date;
|
|
1177
|
+
/**
|
|
1178
|
+
* Email pipeline instance for ctx.email.
|
|
1179
|
+
* If not provided (or no provider configured), ctx.email will be undefined.
|
|
1180
|
+
*/
|
|
1181
|
+
emailPipeline?: EmailPipeline;
|
|
1182
|
+
/**
|
|
1183
|
+
* Pre-resolved list of trusted proxy header names (from the runtime
|
|
1184
|
+
* `EmDashConfig.trustedProxyHeaders` or the env var). Plugin route
|
|
1185
|
+
* handlers pass this to `extractRequestMeta` so plugins see the same
|
|
1186
|
+
* client IP the core auth path does.
|
|
1187
|
+
*/
|
|
1188
|
+
trustedProxyHeaders?: string[];
|
|
1189
|
+
commentModerate?: (pluginId: string, id: string, status: PluginCommentStatus, expectedStatus: PluginCommentStatus) => Promise<PluginComment>;
|
|
1190
|
+
}
|
|
1191
|
+
interface ContentActionCallbacks {
|
|
1192
|
+
/** Register a sandbox invocation before it can call a content action. */
|
|
1193
|
+
begin?(pluginId: string, invocationId: string, invalidateContentCache?: (tags: string[]) => Promise<void>): void;
|
|
1194
|
+
/** Release queued after-hooks; `final: false` keeps late actions self-scheduling after timeout. */
|
|
1195
|
+
flush(pluginId: string, invocationId?: string, final?: boolean): Promise<void>;
|
|
1196
|
+
getVersioned(pluginId: string, collection: string, id: string): Promise<VersionedContentItem | null>;
|
|
1197
|
+
publish(pluginId: string, collection: string, id: string, options: {
|
|
1198
|
+
_rev: string;
|
|
1199
|
+
}, invocationId?: string, invalidateContentCache?: (tags: string[]) => Promise<void>): Promise<VersionedContentItem>;
|
|
1200
|
+
unpublish(pluginId: string, collection: string, id: string, options: {
|
|
1201
|
+
_rev: string;
|
|
1202
|
+
}, invocationId?: string, invalidateContentCache?: (tags: string[]) => Promise<void>): Promise<VersionedContentItem>;
|
|
1203
|
+
schedule(pluginId: string, collection: string, id: string, options: {
|
|
1204
|
+
scheduledAt: string;
|
|
1205
|
+
_rev: string;
|
|
1206
|
+
}, invocationId?: string, invalidateContentCache?: (tags: string[]) => Promise<void>): Promise<VersionedContentItem>;
|
|
1207
|
+
unschedule(pluginId: string, collection: string, id: string, options: {
|
|
1208
|
+
_rev: string;
|
|
1209
|
+
}, invocationId?: string, invalidateContentCache?: (tags: string[]) => Promise<void>): Promise<VersionedContentItem>;
|
|
1210
|
+
getTrashedVersioned(pluginId: string, collection: string, id: string): Promise<VersionedContentItem | null>;
|
|
1211
|
+
restore(pluginId: string, collection: string, id: string, options: {
|
|
1212
|
+
_rev: string;
|
|
1213
|
+
}, invocationId?: string, invalidateContentCache?: (tags: string[]) => Promise<void>): Promise<VersionedContentItem>;
|
|
1214
|
+
}
|
|
1215
|
+
//#endregion
|
|
1216
|
+
//#region src/plugins/sandbox/types.d.ts
|
|
1217
|
+
/**
|
|
1218
|
+
* Resource limits for sandboxed plugins.
|
|
1219
|
+
* Enforced by the sandbox runtime (e.g., Worker Loader).
|
|
1220
|
+
*/
|
|
1221
|
+
interface ResourceLimits {
|
|
1222
|
+
/** CPU time per invocation in milliseconds (default: 50ms) */
|
|
1223
|
+
cpuMs?: number;
|
|
1224
|
+
/** Memory limit in MB (default: 128MB) */
|
|
1225
|
+
memoryMb?: number;
|
|
1226
|
+
/** Maximum subrequests per invocation (default: 10) */
|
|
1227
|
+
subrequests?: number;
|
|
1228
|
+
/** Wall-clock time limit in milliseconds (default: 30000ms) */
|
|
1229
|
+
wallTimeMs?: number;
|
|
1230
|
+
}
|
|
1231
|
+
/**
|
|
1232
|
+
* Storage interface for loading plugin code.
|
|
1233
|
+
* Could be R2, local filesystem, or any other storage backend.
|
|
1234
|
+
*/
|
|
1235
|
+
interface PluginCodeStorage {
|
|
1236
|
+
/** Get plugin bundle code by path */
|
|
1237
|
+
get(path: string): Promise<string | null>;
|
|
1238
|
+
/** Check if a bundle exists */
|
|
1239
|
+
exists(path: string): Promise<boolean>;
|
|
1240
|
+
}
|
|
1241
|
+
/**
|
|
1242
|
+
* Serialized email message for sandbox RPC transport.
|
|
1243
|
+
* Matches the core EmailMessage type but uses only serializable fields.
|
|
1244
|
+
*/
|
|
1245
|
+
interface SandboxEmailMessage {
|
|
1246
|
+
to: string;
|
|
1247
|
+
cc?: string[];
|
|
1248
|
+
replyTo?: string;
|
|
1249
|
+
subject: string;
|
|
1250
|
+
text: string;
|
|
1251
|
+
html?: string;
|
|
1252
|
+
}
|
|
1253
|
+
/**
|
|
1254
|
+
* Callback for sending email from a sandboxed plugin.
|
|
1255
|
+
* The sandbox runner wires this up from the EmailPipeline.
|
|
1256
|
+
*
|
|
1257
|
+
* @param message - The email message to send
|
|
1258
|
+
* @param pluginId - The sending plugin's ID (used as source)
|
|
1259
|
+
*/
|
|
1260
|
+
type SandboxEmailSendCallback = (message: SandboxEmailMessage, pluginId: string) => Promise<void>;
|
|
1261
|
+
type SandboxCommentModerateCallback = (pluginId: string, id: string, status: PluginCommentStatus, expectedStatus: PluginCommentStatus) => Promise<PluginComment>;
|
|
1262
|
+
type SandboxContentCreateCallback = (pluginId: string, collection: string, data: ContentWriteInput, options?: ContentCreateOptions & {
|
|
1263
|
+
originHook?: "content:beforeSave" | "content:afterSave";
|
|
1264
|
+
sandboxOrigin?: true;
|
|
1265
|
+
}) => Promise<ContentItem$1>;
|
|
1266
|
+
type SandboxHttpFetchCallback = typeof fetch;
|
|
1267
|
+
/**
|
|
1268
|
+
* Options for creating a sandbox runner
|
|
1269
|
+
*/
|
|
1270
|
+
interface SandboxOptions {
|
|
1271
|
+
/** Storage interface for loading plugin code */
|
|
1272
|
+
storage?: PluginCodeStorage;
|
|
1273
|
+
/** Database for bridge operations */
|
|
1274
|
+
db: Kysely<Database>;
|
|
1275
|
+
/**
|
|
1276
|
+
* Called immediately before a sandboxed plugin content mutation; it throws
|
|
1277
|
+
* to refuse the write. When it returns a function, the bridge calls that
|
|
1278
|
+
* function once the write has succeeded.
|
|
1279
|
+
*/
|
|
1280
|
+
beforeContentWrite?: () => Promise<void | (() => Promise<void>)>;
|
|
1281
|
+
/** Runtime-owned taxonomy mutation surface used by sandbox bridges. */
|
|
1282
|
+
taxonomyWrite?: TaxonomyAccessWithWrite;
|
|
1283
|
+
contentActions?: ContentActionCallbacks;
|
|
1284
|
+
/** Clock used to calculate recurring plugin task schedules. */
|
|
1285
|
+
now?: () => Date;
|
|
1286
|
+
/** Default resource limits */
|
|
1287
|
+
limits?: ResourceLimits;
|
|
1288
|
+
/** Site info for plugin context (injected into wrapper at generation time) */
|
|
1289
|
+
siteInfo?: {
|
|
1290
|
+
name: string;
|
|
1291
|
+
url: string;
|
|
1292
|
+
locale: string;
|
|
1293
|
+
trailingSlash?: "always" | "never" | "ignore";
|
|
1294
|
+
};
|
|
1295
|
+
/** Email send callback, wired from the EmailPipeline by the runtime */
|
|
1296
|
+
emailSend?: SandboxEmailSendCallback;
|
|
1297
|
+
commentModerate?: SandboxCommentModerateCallback;
|
|
1298
|
+
/** Optional host HTTP transport used by test hosts and custom runtimes. */
|
|
1299
|
+
httpFetch?: SandboxHttpFetchCallback;
|
|
1300
|
+
/**
|
|
1301
|
+
* Media storage adapter for sandboxed plugin byte reads, uploads, and deletes.
|
|
1302
|
+
* Each operation remains gated by its own media capability.
|
|
1303
|
+
*/
|
|
1304
|
+
mediaStorage?: {
|
|
1305
|
+
upload(options: {
|
|
1306
|
+
key: string;
|
|
1307
|
+
body: Uint8Array;
|
|
1308
|
+
contentType: string;
|
|
1309
|
+
}): Promise<unknown>;
|
|
1310
|
+
download(key: string): Promise<{
|
|
1311
|
+
body: ReadableStream<Uint8Array>;
|
|
1312
|
+
contentType: string;
|
|
1313
|
+
size: number;
|
|
1314
|
+
}>;
|
|
1315
|
+
delete(key: string): Promise<unknown>;
|
|
1316
|
+
};
|
|
1317
|
+
/** Worker Loader name suffix. The plugin's logical ID remains unchanged. */
|
|
1318
|
+
isolateKey?: string;
|
|
1319
|
+
}
|
|
1320
|
+
/**
|
|
1321
|
+
* Handle to a sandboxed plugin running inside an isolate. Returned
|
|
1322
|
+
* by `SandboxRunner.load` and held by the runtime's cache so hooks /
|
|
1323
|
+
* routes can be invoked across the isolate boundary. Distinct from
|
|
1324
|
+
* the author-facing `SandboxedPlugin` type in `emdash/plugin`, which
|
|
1325
|
+
* describes the source-level shape of a plugin's default export.
|
|
1326
|
+
*/
|
|
1327
|
+
interface SandboxedPluginInstance {
|
|
1328
|
+
/** Unique identifier: `${manifest.id}:${manifest.version}` */
|
|
1329
|
+
readonly id: string;
|
|
1330
|
+
/**
|
|
1331
|
+
* Invoke a hook in the sandboxed plugin.
|
|
1332
|
+
*
|
|
1333
|
+
* @param hookName - Name of the hook (e.g., "content:beforeSave")
|
|
1334
|
+
* @param event - Event data to pass to the hook
|
|
1335
|
+
* @returns Hook result (transformed content, void, etc.)
|
|
1336
|
+
*/
|
|
1337
|
+
invokeHook(hookName: string, event: unknown): Promise<unknown>;
|
|
1338
|
+
/**
|
|
1339
|
+
* Invoke an API route in the sandboxed plugin.
|
|
1340
|
+
*
|
|
1341
|
+
* @param routeName - Name of the route
|
|
1342
|
+
* @param input - Validated input data
|
|
1343
|
+
* @param request - Serialized request info for context
|
|
1344
|
+
* @returns Route response data
|
|
1345
|
+
*/
|
|
1346
|
+
invokeRoute(routeName: string, input: unknown, request: SerializedRequest, options?: SandboxInvocationOptions): Promise<unknown>;
|
|
1347
|
+
/**
|
|
1348
|
+
* Change whether the plugin may access host services.
|
|
1349
|
+
* Deactivation revokes credentials synchronously; reactivation issues fresh credentials.
|
|
1350
|
+
*/
|
|
1351
|
+
setActive?(active: boolean): void;
|
|
1352
|
+
/**
|
|
1353
|
+
* Terminate the sandboxed plugin.
|
|
1354
|
+
* Releases resources and prevents further invocations.
|
|
1355
|
+
*/
|
|
1356
|
+
terminate(): Promise<void>;
|
|
1357
|
+
}
|
|
1358
|
+
interface SandboxInvocationOptions {
|
|
1359
|
+
invalidateContentCache?: (tags: string[]) => Promise<void>;
|
|
1360
|
+
}
|
|
1361
|
+
/**
|
|
1362
|
+
* Serialized request for RPC transport.
|
|
1363
|
+
* Worker Loader can't pass Request objects directly.
|
|
1364
|
+
*/
|
|
1365
|
+
interface SerializedRequest {
|
|
1366
|
+
url: string;
|
|
1367
|
+
method: string;
|
|
1368
|
+
headers: Record<string, string>;
|
|
1369
|
+
/** Normalized request metadata extracted before RPC serialization */
|
|
1370
|
+
meta: RequestMeta;
|
|
1371
|
+
/** Host-attested context for a validated Block Kit request. */
|
|
1372
|
+
ui?: PluginUiContext;
|
|
1373
|
+
/**
|
|
1374
|
+
* Authenticated caller for private routes, resolved by the host before
|
|
1375
|
+
* dispatch. Undefined for public routes and unbound machine tokens.
|
|
1376
|
+
*/
|
|
1377
|
+
user?: UserInfo;
|
|
1378
|
+
}
|
|
1379
|
+
declare const SANDBOX_ROUTE_ERROR_DEFINITIONS: {
|
|
1380
|
+
readonly MEDIA_USAGE_ACTIVATION_IN_PROGRESS: {
|
|
1381
|
+
readonly message: "Media usage activation is in progress";
|
|
1382
|
+
readonly status: 503;
|
|
1383
|
+
};
|
|
1384
|
+
readonly MEDIA_USAGE_ACTIVATION_CHECK_FAILED: {
|
|
1385
|
+
readonly message: "Unable to verify media usage activation state";
|
|
1386
|
+
readonly status: 503;
|
|
1387
|
+
};
|
|
1388
|
+
readonly TRANSFER_IMPORT_IN_PROGRESS: {
|
|
1389
|
+
readonly message: "A site import is in progress or incomplete; writes are disabled";
|
|
1390
|
+
readonly status: 503;
|
|
1391
|
+
};
|
|
1392
|
+
readonly TRANSFER_FENCE_CHECK_FAILED: {
|
|
1393
|
+
readonly message: "Unable to verify whether site writes are allowed";
|
|
1394
|
+
readonly status: 503;
|
|
1395
|
+
};
|
|
1396
|
+
};
|
|
1397
|
+
type SandboxRouteErrorCode = keyof typeof SANDBOX_ROUTE_ERROR_DEFINITIONS;
|
|
1398
|
+
interface SandboxRouteErrorDetails {
|
|
1399
|
+
code: SandboxRouteErrorCode;
|
|
1400
|
+
message: string;
|
|
1401
|
+
status: 503;
|
|
1402
|
+
}
|
|
1403
|
+
interface SandboxRouteErrorEnvelope {
|
|
1404
|
+
__emdashSandboxRouteError: true;
|
|
1405
|
+
error: SandboxRouteErrorDetails;
|
|
1406
|
+
}
|
|
1407
|
+
declare function getSandboxRouteErrorDetails(error: unknown): SandboxRouteErrorDetails | null;
|
|
1408
|
+
declare function createSandboxRouteError(code: SandboxRouteErrorCode): Error & SandboxRouteErrorDetails;
|
|
1409
|
+
declare function createSandboxRouteErrorEnvelope(error: unknown): SandboxRouteErrorEnvelope | null;
|
|
1410
|
+
declare function getSandboxRouteErrorEnvelope(value: unknown): SandboxRouteErrorEnvelope | null;
|
|
1411
|
+
/**
|
|
1412
|
+
* Sandbox runner interface.
|
|
1413
|
+
* Platform adapters implement this to provide plugin isolation.
|
|
1414
|
+
*/
|
|
1415
|
+
interface SandboxRunner {
|
|
1416
|
+
/**
|
|
1417
|
+
* Check if sandboxing is available on this platform.
|
|
1418
|
+
* Returns false for platforms that don't support isolation.
|
|
1419
|
+
*/
|
|
1420
|
+
isAvailable(): boolean;
|
|
1421
|
+
/**
|
|
1422
|
+
* Check if the sandbox runtime is currently healthy.
|
|
1423
|
+
* For in-process runners this always returns true.
|
|
1424
|
+
* For sidecar-based runners (workerd), returns false if the
|
|
1425
|
+
* child process has crashed and hasn't been restarted yet.
|
|
1426
|
+
*/
|
|
1427
|
+
isHealthy(): boolean;
|
|
1428
|
+
/**
|
|
1429
|
+
* Why the runner cannot run plugins, once isAvailable() or isHealthy()
|
|
1430
|
+
* has returned false. A lowercase clause without a final period: callers
|
|
1431
|
+
* append it to their own message after a colon.
|
|
1432
|
+
*
|
|
1433
|
+
* Making this required breaks runners implemented outside this repository.
|
|
1434
|
+
*/
|
|
1435
|
+
unavailableReason?(): string;
|
|
1436
|
+
/**
|
|
1437
|
+
* Load a sandboxed plugin from code.
|
|
1438
|
+
*
|
|
1439
|
+
* @param manifest - Plugin manifest with metadata and capabilities
|
|
1440
|
+
* @param code - The bundled plugin JavaScript code
|
|
1441
|
+
* @returns A sandboxed plugin instance
|
|
1442
|
+
* @throws If sandboxing is not available or plugin can't be loaded
|
|
1443
|
+
*/
|
|
1444
|
+
load(manifest: PluginManifest, code: string): Promise<SandboxedPluginInstance>;
|
|
1445
|
+
/**
|
|
1446
|
+
* Set the email send callback for sandboxed plugins.
|
|
1447
|
+
* Called after the EmailPipeline is created, since the pipeline
|
|
1448
|
+
* doesn't exist when the sandbox runner is constructed.
|
|
1449
|
+
*/
|
|
1450
|
+
setEmailSend(callback: SandboxEmailSendCallback | null): void;
|
|
1451
|
+
setCommentModerate?(callback: SandboxCommentModerateCallback | null): void;
|
|
1452
|
+
setContentCreate?(callback: SandboxContentCreateCallback | null): void;
|
|
1453
|
+
setContentActions?(callback: ContentActionCallbacks | null): void;
|
|
1454
|
+
/** Wake a long-lived scheduler after a sandboxed plugin changes its tasks. */
|
|
1455
|
+
setCronReschedule?(callback: (() => void) | null): void;
|
|
1456
|
+
/**
|
|
1457
|
+
* Terminate all loaded sandboxed plugins.
|
|
1458
|
+
* Called during shutdown or when reconfiguring.
|
|
1459
|
+
*/
|
|
1460
|
+
terminateAll(): Promise<void>;
|
|
1461
|
+
}
|
|
1462
|
+
/**
|
|
1463
|
+
* Error thrown when the sandbox runtime is unavailable.
|
|
1464
|
+
* This happens when the sidecar process has crashed or hasn't started.
|
|
1465
|
+
*/
|
|
1466
|
+
declare class SandboxUnavailableError extends Error {
|
|
1467
|
+
constructor(pluginId: string, reason: string);
|
|
1468
|
+
}
|
|
1469
|
+
/**
|
|
1470
|
+
* Factory function type for creating sandbox runners.
|
|
1471
|
+
* Exported by platform adapters (e.g., @emdash-cms/cloudflare/sandbox).
|
|
1472
|
+
*
|
|
1473
|
+
* @example
|
|
1474
|
+
* ```typescript
|
|
1475
|
+
* // In @emdash-cms/cloudflare/sandbox
|
|
1476
|
+
* export const createSandboxRunner: SandboxRunnerFactory = (options) => {
|
|
1477
|
+
* return new CloudflareSandboxRunner(options);
|
|
1478
|
+
* };
|
|
1479
|
+
* ```
|
|
1480
|
+
*/
|
|
1481
|
+
type SandboxRunnerFactory = (options: SandboxOptions) => SandboxRunner;
|
|
1482
|
+
//#endregion
|
|
1483
|
+
//#region src/plugins/cron.d.ts
|
|
1484
|
+
/**
|
|
1485
|
+
* Callback to invoke a plugin's cron hook.
|
|
1486
|
+
* Provided by PluginManager so CronExecutor stays decoupled from the hook pipeline.
|
|
1487
|
+
*/
|
|
1488
|
+
type InvokeCronHookFn = (pluginId: string, event: CronEvent) => Promise<void>;
|
|
1489
|
+
/**
|
|
1490
|
+
* Callback to notify the scheduler that the next due time may have changed.
|
|
1491
|
+
*/
|
|
1492
|
+
type RescheduleFn = () => void;
|
|
1493
|
+
/**
|
|
1494
|
+
* Executes overdue cron tasks.
|
|
1495
|
+
*
|
|
1496
|
+
* Called by the platform driver: the NodeCronScheduler timer on Node, or the
|
|
1497
|
+
* Worker's `scheduled()` handler (via runScheduledTasks) on Cloudflare.
|
|
1498
|
+
* Stateless — all state lives in the database.
|
|
1499
|
+
*/
|
|
1500
|
+
declare class CronExecutor {
|
|
1501
|
+
private invokeCronHook;
|
|
1502
|
+
private readonly now;
|
|
1503
|
+
/**
|
|
1504
|
+
* Resolves the database connection to use for this tick. A resolver (not a
|
|
1505
|
+
* captured instance) so connection-backed adapters work across events: on
|
|
1506
|
+
* Cloudflare the `scheduled()` handler installs an event-scoped connection
|
|
1507
|
+
* in ALS, and this resolves to it instead of the per-isolate singleton
|
|
1508
|
+
* whose socket belongs to an earlier request. Accepts a plain `Kysely` too
|
|
1509
|
+
* (wrapped in a constant resolver) for callers/tests that don't need ALS.
|
|
1510
|
+
*/
|
|
1511
|
+
private readonly resolveDb;
|
|
1512
|
+
constructor(db: Kysely<Database> | (() => Kysely<Database>), invokeCronHook: InvokeCronHookFn, now?: () => Date);
|
|
1513
|
+
private get db();
|
|
1514
|
+
/**
|
|
1515
|
+
* Process all overdue tasks.
|
|
1516
|
+
*
|
|
1517
|
+
* 1. Atomically claim tasks whose next_run_at <= now, status = idle, enabled = 1.
|
|
1518
|
+
* 2. For each claimed task, invoke the plugin's cron hook.
|
|
1519
|
+
* 3. On success: compute next_run_at and reset to idle, or delete one-shots.
|
|
1520
|
+
* 4. On failure: reset to idle (retry on next tick).
|
|
1521
|
+
*/
|
|
1522
|
+
tick(): Promise<number>;
|
|
1523
|
+
/**
|
|
1524
|
+
* Recover tasks stuck in 'running' for more than STALE_LOCK_MINUTES.
|
|
1525
|
+
* These likely crashed mid-execution.
|
|
1526
|
+
*/
|
|
1527
|
+
recoverStaleLocks(): Promise<number>;
|
|
1528
|
+
/**
|
|
1529
|
+
* Get the next due time across all enabled tasks.
|
|
1530
|
+
* Returns null if no tasks are scheduled.
|
|
1531
|
+
*/
|
|
1532
|
+
getNextDueTime(): Promise<string | null>;
|
|
1533
|
+
}
|
|
1534
|
+
/**
|
|
1535
|
+
* Per-plugin cron API implementation.
|
|
1536
|
+
* Scoped to a single plugin ID — plugins cannot see or modify other plugins' tasks.
|
|
1537
|
+
*/
|
|
1538
|
+
declare class CronAccessImpl implements CronAccess {
|
|
1539
|
+
private db;
|
|
1540
|
+
private pluginId;
|
|
1541
|
+
private reschedule;
|
|
1542
|
+
private readonly now;
|
|
1543
|
+
constructor(db: Kysely<Database>, pluginId: string, reschedule: RescheduleFn, now?: () => Date);
|
|
1544
|
+
schedule(name: string, opts: {
|
|
1545
|
+
schedule: string;
|
|
1546
|
+
data?: Record<string, unknown>;
|
|
1547
|
+
}): Promise<void>;
|
|
1548
|
+
cancel(name: string): Promise<void>;
|
|
1549
|
+
list(): Promise<CronTaskInfo[]>;
|
|
1550
|
+
}
|
|
1551
|
+
//#endregion
|
|
1552
|
+
//#region src/plugins/media.d.ts
|
|
1553
|
+
declare const DEFAULT_PLUGIN_MEDIA_READ_BYTES: number;
|
|
1554
|
+
declare const MAX_PLUGIN_MEDIA_READ_BYTES: number;
|
|
1555
|
+
declare function toPluginMediaItem(item: MediaItem): MediaItem$1;
|
|
1556
|
+
declare function readPluginMediaBytes(db: Kysely<Database>, storage: Pick<Storage, "download"> | undefined, id: string, options?: {
|
|
1557
|
+
maxBytes?: number;
|
|
1558
|
+
}): Promise<MediaBytes>;
|
|
1559
|
+
declare function updatePluginMediaMetadata(db: Kysely<Database>, id: string, patch: MediaMetadataPatch): Promise<MediaItem$1>;
|
|
1560
|
+
declare function parsePluginMediaMetadataPatch(value: unknown): MediaMetadataPatch;
|
|
1561
|
+
//#endregion
|
|
1562
|
+
//#region src/plugins/storage-query.d.ts
|
|
1563
|
+
/**
|
|
1564
|
+
* Error thrown when a guarded `updateIf` loses a concurrent race by aborting
|
|
1565
|
+
* rather than resolving to `{ applied: false }`.
|
|
1566
|
+
*
|
|
1567
|
+
* `updateIf`'s `{ applied: false }` contract (row absent OR guard failed)
|
|
1568
|
+
* assumes READ COMMITTED — the default. There, a losing concurrent writer
|
|
1569
|
+
* re-evaluates the guard against the winner's freshly committed row and
|
|
1570
|
+
* cleanly resolves to `{ applied: false }`. Two aborts escape that contract:
|
|
1571
|
+
*
|
|
1572
|
+
* - `40001` (serialization_failure), only above READ COMMITTED, where the
|
|
1573
|
+
* loser cannot re-read against a newer snapshot.
|
|
1574
|
+
* - `40P01` (deadlock_detected), at any isolation level, when transactions
|
|
1575
|
+
* take row locks in opposite order.
|
|
1576
|
+
*
|
|
1577
|
+
* This error surfaces either abort so the caller can retry the write.
|
|
1578
|
+
*
|
|
1579
|
+
* The no-oversell SAFETY invariant holds either way: a losing writer NEVER
|
|
1580
|
+
* applies its update — it either sees `{ applied: false }` or throws here.
|
|
1581
|
+
*/
|
|
1582
|
+
declare class StorageSerializationError extends Error {
|
|
1583
|
+
readonly code = "STORAGE_SERIALIZATION_FAILURE";
|
|
1584
|
+
readonly retryable = true;
|
|
1585
|
+
/** The Postgres SQLSTATE that triggered this error (`40001` / `40P01`). */
|
|
1586
|
+
readonly sqlState?: string;
|
|
1587
|
+
constructor(message: string, options?: {
|
|
1588
|
+
cause?: unknown;
|
|
1589
|
+
sqlState?: string;
|
|
1590
|
+
});
|
|
1591
|
+
}
|
|
1592
|
+
//#endregion
|
|
1593
|
+
export { MediaRepository as $, ContentWriteGuard as A, EncryptedPluginSetting as B, SandboxedPluginInstance as C, getSandboxRouteErrorDetails as D, createSandboxRouteErrorEnvelope as E, createMediaAccess as F, isEncryptedPluginSetting as G, createSettingsAccess as H, createRedirectAccess as I, HookResult as J, EmailPipeline as K, createSchemaAccess as L, createCommentAccess as M, createContentAccessWithWrite as N, getSandboxRouteErrorEnvelope as O, createHttpAccess as P, MediaItem as Q, createUnrestrictedHttpAccess as R, SandboxUnavailableError as S, createSandboxRouteError as T, decodePluginSettingValue as U, PluginSettingEncryptionError as V, encryptPluginSetting as W, PluginStorageRepository as X, createHookPipeline as Y, CreateMediaInput as Z, SandboxRouteErrorCode as _, readPluginMediaBytes as a, SandboxRunner as b, CronAccessImpl as c, SandboxContentCreateCallback as d, FocalPointUpdate as et, SandboxEmailMessage as f, SandboxOptions as g, SandboxInvocationOptions as h, parsePluginMediaMetadataPatch as i, RedirectAccessError as j, ContentActionCallbacks as k, CronExecutor as l, SandboxHttpFetchCallback as m, DEFAULT_PLUGIN_MEDIA_READ_BYTES as n, DatetimeContextCache as nt, toPluginMediaItem as o, SandboxEmailSendCallback as p, HookPipeline as q, MAX_PLUGIN_MEDIA_READ_BYTES as r, resolvePluginEncryptionKeys as rt, updatePluginMediaMetadata as s, StorageSerializationError as t, ContentRepository as tt, SandboxCommentModerateCallback as u, SandboxRouteErrorDetails as v, SerializedRequest as w, SandboxRunnerFactory as x, SandboxRouteErrorEnvelope as y, createContentAccess as z };
|
|
1594
|
+
//# sourceMappingURL=storage-query-B-cWcTjJ.d.mts.map
|