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
|
@@ -1,939 +0,0 @@
|
|
|
1
|
-
import { u as __exportAll } from "./runner-1y4J9fJB.mjs";
|
|
2
|
-
import { o as resolveConfiguredLocale, r as getI18nConfig } from "./config-CvmjJcVw.mjs";
|
|
3
|
-
import { t as withTransaction } from "./transaction-BcJO4Tmc.mjs";
|
|
4
|
-
import { t as TaxonomyRepository } from "./taxonomy-C3Fu1YeH.mjs";
|
|
5
|
-
import { d as findTaxonomyStructure, f as parseTaxonomyCollections, m as selectTaxonomyDefs, p as saveTaxonomyStructure } from "./loader-BzqeR1ZN.mjs";
|
|
6
|
-
import { d as invalidateTermCache, p as fetchVisibleTermCounts, u as invalidateTaxonomyDefsCache } from "./taxonomies-C1IwNe8Q.mjs";
|
|
7
|
-
import { sql } from "kysely";
|
|
8
|
-
import { ulid } from "ulidx";
|
|
9
|
-
|
|
10
|
-
//#region src/api/handlers/taxonomies.ts
|
|
11
|
-
/**
|
|
12
|
-
* Taxonomy and term CRUD handlers.
|
|
13
|
-
*
|
|
14
|
-
* i18n: terms and defs are per-locale. `(name, slug, locale)` is unique for
|
|
15
|
-
* terms; `(name, locale)` for defs. Translations of the same term/def share a
|
|
16
|
-
* `translation_group`. The content_taxonomies pivot stores translation_groups
|
|
17
|
-
* so assignments span every locale of a post.
|
|
18
|
-
*
|
|
19
|
-
* A def's `label` and `labelSingular` belong to its locale; `hierarchical` and
|
|
20
|
-
* `collections` belong to the taxonomy and read and write the same through
|
|
21
|
-
* every locale.
|
|
22
|
-
*/
|
|
23
|
-
var taxonomies_exports = /* @__PURE__ */ __exportAll({
|
|
24
|
-
handleTaxonomyCreate: () => handleTaxonomyCreate,
|
|
25
|
-
handleTaxonomyDefTranslations: () => handleTaxonomyDefTranslations,
|
|
26
|
-
handleTaxonomyDelete: () => handleTaxonomyDelete,
|
|
27
|
-
handleTaxonomyGet: () => handleTaxonomyGet,
|
|
28
|
-
handleTaxonomyList: () => handleTaxonomyList,
|
|
29
|
-
handleTaxonomyUpdate: () => handleTaxonomyUpdate,
|
|
30
|
-
handleTermCreate: () => handleTermCreate,
|
|
31
|
-
handleTermDelete: () => handleTermDelete,
|
|
32
|
-
handleTermGet: () => handleTermGet,
|
|
33
|
-
handleTermList: () => handleTermList,
|
|
34
|
-
handleTermReorder: () => handleTermReorder,
|
|
35
|
-
handleTermTranslations: () => handleTermTranslations,
|
|
36
|
-
handleTermUpdate: () => handleTermUpdate
|
|
37
|
-
});
|
|
38
|
-
const NAME_PATTERN = /^[a-z][a-z0-9_]*$/;
|
|
39
|
-
const MAX_GENERATED_TERM_SLUG_ATTEMPTS = 16;
|
|
40
|
-
function isTermSlugUniqueViolation(error) {
|
|
41
|
-
const message = error instanceof Error ? error.message.toLowerCase() : "";
|
|
42
|
-
return (message.includes("unique constraint failed") || message.includes("duplicate key")) && message.includes("slug");
|
|
43
|
-
}
|
|
44
|
-
function isTermTranslationLocaleUniqueViolation(error) {
|
|
45
|
-
const message = error instanceof Error ? error.message.toLowerCase() : "";
|
|
46
|
-
return (message.includes("unique constraint failed") || message.includes("duplicate key")) && (message.includes("translation_group") || message.includes("idx_taxonomies_translation_group_locale_unique"));
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* Build tree structure from flat terms
|
|
50
|
-
*/
|
|
51
|
-
function buildTree(flatTerms, resolveByGroup = false) {
|
|
52
|
-
const byLocaleGroup = /* @__PURE__ */ new Map();
|
|
53
|
-
const roots = [];
|
|
54
|
-
for (const term of flatTerms) {
|
|
55
|
-
const key = resolveByGroup ? term.translationGroup ?? term.id : `${term.locale}::${term.translationGroup ?? term.id}`;
|
|
56
|
-
byLocaleGroup.set(key, term);
|
|
57
|
-
}
|
|
58
|
-
for (const term of flatTerms) {
|
|
59
|
-
const parent = term.parentId ? byLocaleGroup.get(resolveByGroup ? term.parentId : `${term.locale}::${term.parentId}`) : void 0;
|
|
60
|
-
if (parent) parent.children.push(term);
|
|
61
|
-
else roots.push(term);
|
|
62
|
-
}
|
|
63
|
-
return roots;
|
|
64
|
-
}
|
|
65
|
-
function taxonomyDefNotFound(name, locale) {
|
|
66
|
-
return {
|
|
67
|
-
success: false,
|
|
68
|
-
error: {
|
|
69
|
-
code: "NOT_FOUND",
|
|
70
|
-
message: `Taxonomy '${name}' not found${locale !== void 0 ? ` in locale '${locale}'` : ""}`
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
}
|
|
74
|
-
/** Look up the exact definition addressed by a mutation. */
|
|
75
|
-
async function requireTaxonomyDef(db, name, locale) {
|
|
76
|
-
let query = selectTaxonomyDefs(db).where("d.name", "=", name);
|
|
77
|
-
if (locale !== void 0) query = query.where("d.locale", "=", locale);
|
|
78
|
-
const def = await query.orderBy("d.locale", "asc").orderBy("d.id", "asc").executeTakeFirst();
|
|
79
|
-
return def ? {
|
|
80
|
-
success: true,
|
|
81
|
-
def
|
|
82
|
-
} : taxonomyDefNotFound(name, locale);
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Prefer the requested locale, then the configured default. Incomplete
|
|
86
|
-
* translation groups fall back deterministically so their terms remain usable.
|
|
87
|
-
*/
|
|
88
|
-
async function requireTaxonomyDefWithFallback(db, name, locale) {
|
|
89
|
-
const defs = await selectTaxonomyDefs(db).where("d.name", "=", name).orderBy("d.locale", "asc").orderBy("d.id", "asc").execute();
|
|
90
|
-
const defaultLocale = getI18nConfig()?.defaultLocale;
|
|
91
|
-
const def = (locale ? defs.find((candidate) => candidate.locale === locale) : void 0) ?? (defaultLocale ? defs.find((candidate) => candidate.locale === defaultLocale) : void 0) ?? defs[0];
|
|
92
|
-
return def ? {
|
|
93
|
-
success: true,
|
|
94
|
-
def
|
|
95
|
-
} : taxonomyDefNotFound(name, locale);
|
|
96
|
-
}
|
|
97
|
-
function validateHierarchicalParent(def, taxonomyName, parentId) {
|
|
98
|
-
if (parentId === void 0 || parentId === null || def.hierarchical === 1) return null;
|
|
99
|
-
return {
|
|
100
|
-
code: "VALIDATION_ERROR",
|
|
101
|
-
message: `Taxonomy '${taxonomyName}' is not hierarchical and cannot have parent terms`
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
/** The subset of `slugs` that still has a row in `_emdash_collections`. */
|
|
105
|
-
async function findExistingCollections(db, slugs) {
|
|
106
|
-
if (slugs.length === 0) return /* @__PURE__ */ new Set();
|
|
107
|
-
const rows = await db.selectFrom("_emdash_collections").select("slug").where("slug", "in", [...slugs]).execute();
|
|
108
|
-
return new Set(rows.map((r) => r.slug));
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Reject a `collections` list naming collections that don't exist. Shared by
|
|
112
|
-
* create and update so both fail the same way instead of storing a reference
|
|
113
|
-
* that reads back filtered out.
|
|
114
|
-
*/
|
|
115
|
-
async function validateCollections(db, collections) {
|
|
116
|
-
const existing = await findExistingCollections(db, collections);
|
|
117
|
-
const invalid = collections.filter((slug) => !existing.has(slug));
|
|
118
|
-
if (invalid.length === 0) return null;
|
|
119
|
-
return {
|
|
120
|
-
code: "VALIDATION_ERROR",
|
|
121
|
-
message: `Unknown collection(s): ${invalid.join(", ")}`
|
|
122
|
-
};
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* Shape one definition row for a response, dropping collection references whose
|
|
126
|
-
* collection is gone. Storage is untouched — re-creating the collection
|
|
127
|
-
* re-links automatically, same as `handleTaxonomyList`.
|
|
128
|
-
*/
|
|
129
|
-
async function toTaxonomyResponse(db, row) {
|
|
130
|
-
const def = rowToDef(row);
|
|
131
|
-
const realCollections = await findExistingCollections(db, def.collections);
|
|
132
|
-
return { taxonomy: {
|
|
133
|
-
...def,
|
|
134
|
-
collections: def.collections.filter((slug) => realCollections.has(slug))
|
|
135
|
-
} };
|
|
136
|
-
}
|
|
137
|
-
function rowToDef(row) {
|
|
138
|
-
return {
|
|
139
|
-
id: row.id,
|
|
140
|
-
name: row.name,
|
|
141
|
-
label: row.label,
|
|
142
|
-
labelSingular: row.label_singular ?? void 0,
|
|
143
|
-
hierarchical: row.hierarchical === 1,
|
|
144
|
-
collections: parseTaxonomyCollections(row.collections),
|
|
145
|
-
locale: row.locale,
|
|
146
|
-
translationGroup: row.translation_group
|
|
147
|
-
};
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* List all taxonomy definitions
|
|
151
|
-
*/
|
|
152
|
-
async function handleTaxonomyList(db, options = {}) {
|
|
153
|
-
try {
|
|
154
|
-
const locale = options.locale ? resolveConfiguredLocale(options.locale) : void 0;
|
|
155
|
-
let query = selectTaxonomyDefs(db);
|
|
156
|
-
if (locale !== void 0) query = query.where("d.locale", "=", locale);
|
|
157
|
-
const [rows, collectionRows] = await Promise.all([query.execute(), db.selectFrom("_emdash_collections").select("slug").execute()]);
|
|
158
|
-
const realCollections = new Set(collectionRows.map((r) => r.slug));
|
|
159
|
-
return {
|
|
160
|
-
success: true,
|
|
161
|
-
data: { taxonomies: rows.map((row) => {
|
|
162
|
-
const def = rowToDef(row);
|
|
163
|
-
return {
|
|
164
|
-
...def,
|
|
165
|
-
collections: def.collections.filter((slug) => realCollections.has(slug))
|
|
166
|
-
};
|
|
167
|
-
}) }
|
|
168
|
-
};
|
|
169
|
-
} catch {
|
|
170
|
-
return {
|
|
171
|
-
success: false,
|
|
172
|
-
error: {
|
|
173
|
-
code: "TAXONOMY_LIST_ERROR",
|
|
174
|
-
message: "Failed to list taxonomies"
|
|
175
|
-
}
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
/**
|
|
180
|
-
* Get a single taxonomy definition by name.
|
|
181
|
-
*
|
|
182
|
-
* Definitions are per-locale, so `locale` picks which one. Without it the
|
|
183
|
-
* configured default locale wins, then the lowest locale code.
|
|
184
|
-
*/
|
|
185
|
-
async function handleTaxonomyGet(db, name, options = {}) {
|
|
186
|
-
try {
|
|
187
|
-
const lookup = await requireTaxonomyDefWithFallback(db, name, options.locale ? resolveConfiguredLocale(options.locale) : void 0);
|
|
188
|
-
if (!lookup.success) return lookup;
|
|
189
|
-
return {
|
|
190
|
-
success: true,
|
|
191
|
-
data: await toTaxonomyResponse(db, lookup.def)
|
|
192
|
-
};
|
|
193
|
-
} catch {
|
|
194
|
-
return {
|
|
195
|
-
success: false,
|
|
196
|
-
error: {
|
|
197
|
-
code: "TAXONOMY_GET_ERROR",
|
|
198
|
-
message: "Failed to get taxonomy"
|
|
199
|
-
}
|
|
200
|
-
};
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* Create a taxonomy definition in one locale.
|
|
205
|
-
*
|
|
206
|
-
* When the taxonomy already exists in another locale, the new definition joins
|
|
207
|
-
* it whether or not `translationOf` is given, and takes its `hierarchical` and
|
|
208
|
-
* `collections`. A differing value sent with it is rejected rather than applied
|
|
209
|
-
* to every locale; changing the structure is an update.
|
|
210
|
-
*/
|
|
211
|
-
async function handleTaxonomyCreate(db, input) {
|
|
212
|
-
try {
|
|
213
|
-
const locale = resolveConfiguredLocale(input.locale ?? getI18nConfig()?.defaultLocale ?? "en");
|
|
214
|
-
if (!NAME_PATTERN.test(input.name)) return {
|
|
215
|
-
success: false,
|
|
216
|
-
error: {
|
|
217
|
-
code: "VALIDATION_ERROR",
|
|
218
|
-
message: "Taxonomy name must start with a letter and contain only lowercase letters, numbers, and underscores"
|
|
219
|
-
}
|
|
220
|
-
};
|
|
221
|
-
if (input.translationOf) {
|
|
222
|
-
const source = await db.selectFrom("_emdash_taxonomy_defs").select("name").where("id", "=", input.translationOf).executeTakeFirst();
|
|
223
|
-
if (!source) return {
|
|
224
|
-
success: false,
|
|
225
|
-
error: {
|
|
226
|
-
code: "NOT_FOUND",
|
|
227
|
-
message: "Source taxonomy for translation not found"
|
|
228
|
-
}
|
|
229
|
-
};
|
|
230
|
-
if (source.name !== input.name) return {
|
|
231
|
-
success: false,
|
|
232
|
-
error: {
|
|
233
|
-
code: "VALIDATION_ERROR",
|
|
234
|
-
message: `A translation of taxonomy '${source.name}' must use the same name`
|
|
235
|
-
}
|
|
236
|
-
};
|
|
237
|
-
}
|
|
238
|
-
if (input.collections !== void 0) {
|
|
239
|
-
const collectionError = await validateCollections(db, input.collections);
|
|
240
|
-
if (collectionError) return {
|
|
241
|
-
success: false,
|
|
242
|
-
error: collectionError
|
|
243
|
-
};
|
|
244
|
-
}
|
|
245
|
-
if (await db.selectFrom("_emdash_taxonomy_defs").select("id").where("name", "=", input.name).where("locale", "=", locale).executeTakeFirst()) return {
|
|
246
|
-
success: false,
|
|
247
|
-
error: {
|
|
248
|
-
code: "CONFLICT",
|
|
249
|
-
message: `Taxonomy '${input.name}' already exists in locale '${locale}'`
|
|
250
|
-
}
|
|
251
|
-
};
|
|
252
|
-
const id = ulid();
|
|
253
|
-
const existingStructure = await findTaxonomyStructure(db, input.name);
|
|
254
|
-
if (existingStructure && !await matchesStructure(db, existingStructure, input)) return {
|
|
255
|
-
success: false,
|
|
256
|
-
error: {
|
|
257
|
-
code: "VALIDATION_ERROR",
|
|
258
|
-
message: `Taxonomy '${input.name}' already exists in another locale with a different hierarchical or collections value; change them with an update`
|
|
259
|
-
}
|
|
260
|
-
};
|
|
261
|
-
const structure = existingStructure ?? {
|
|
262
|
-
hierarchical: input.hierarchical ?? false,
|
|
263
|
-
collections: [...new Set(input.collections ?? [])]
|
|
264
|
-
};
|
|
265
|
-
const groupId = existingStructure?.id ?? id;
|
|
266
|
-
await withTransaction(db, async (trx) => {
|
|
267
|
-
await trx.insertInto("_emdash_taxonomy_defs").values({
|
|
268
|
-
id,
|
|
269
|
-
name: input.name,
|
|
270
|
-
label: input.label,
|
|
271
|
-
label_singular: input.labelSingular ?? null,
|
|
272
|
-
hierarchical: structure.hierarchical ? 1 : 0,
|
|
273
|
-
collections: JSON.stringify(structure.collections),
|
|
274
|
-
locale,
|
|
275
|
-
translation_group: groupId
|
|
276
|
-
}).execute();
|
|
277
|
-
await saveTaxonomyStructure(trx, input.name, groupId, structure, {});
|
|
278
|
-
});
|
|
279
|
-
invalidateTaxonomyDefsCache();
|
|
280
|
-
return {
|
|
281
|
-
success: true,
|
|
282
|
-
data: { taxonomy: rowToDef(await selectTaxonomyDefs(db).where("d.id", "=", id).executeTakeFirstOrThrow()) }
|
|
283
|
-
};
|
|
284
|
-
} catch (error) {
|
|
285
|
-
if (error instanceof Error && error.message.includes("UNIQUE constraint failed")) return {
|
|
286
|
-
success: false,
|
|
287
|
-
error: {
|
|
288
|
-
code: "CONFLICT",
|
|
289
|
-
message: `Taxonomy '${input.name}' already exists`
|
|
290
|
-
}
|
|
291
|
-
};
|
|
292
|
-
return {
|
|
293
|
-
success: false,
|
|
294
|
-
error: {
|
|
295
|
-
code: "TAXONOMY_CREATE_ERROR",
|
|
296
|
-
message: "Failed to create taxonomy"
|
|
297
|
-
}
|
|
298
|
-
};
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
/**
|
|
302
|
-
* Whether the `hierarchical` and `collections` a request sends, if any, equal
|
|
303
|
-
* `structure` as a read returns it, without collections that no longer exist.
|
|
304
|
-
*/
|
|
305
|
-
async function matchesStructure(db, structure, input) {
|
|
306
|
-
if (input.hierarchical !== void 0 && input.hierarchical !== structure.hierarchical) return false;
|
|
307
|
-
if (input.collections === void 0) return true;
|
|
308
|
-
const existing = await findExistingCollections(db, structure.collections);
|
|
309
|
-
const visible = structure.collections.filter((collection) => existing.has(collection));
|
|
310
|
-
const sent = new Set(input.collections);
|
|
311
|
-
return sent.size === visible.length && visible.every((collection) => sent.has(collection));
|
|
312
|
-
}
|
|
313
|
-
/**
|
|
314
|
-
* Update a taxonomy definition.
|
|
315
|
-
*
|
|
316
|
-
* `label` and `labelSingular` write the one row `(name, locale)` resolves to.
|
|
317
|
-
* `hierarchical` and `collections` write the taxonomy, so every locale changes.
|
|
318
|
-
* `name` and `locale` are immutable (renaming would strand the terms, which are
|
|
319
|
-
* keyed on `name`).
|
|
320
|
-
*/
|
|
321
|
-
async function handleTaxonomyUpdate(db, name, input) {
|
|
322
|
-
try {
|
|
323
|
-
const lookup = await requireTaxonomyDef(db, name, input.locale ? resolveConfiguredLocale(input.locale) : void 0);
|
|
324
|
-
if (!lookup.success) return lookup;
|
|
325
|
-
const collections = input.collections ? [...new Set(input.collections)] : void 0;
|
|
326
|
-
if (collections !== void 0) {
|
|
327
|
-
const collectionError = await validateCollections(db, collections);
|
|
328
|
-
if (collectionError) return {
|
|
329
|
-
success: false,
|
|
330
|
-
error: collectionError
|
|
331
|
-
};
|
|
332
|
-
}
|
|
333
|
-
const updates = {};
|
|
334
|
-
if (input.label !== void 0) updates.label = input.label;
|
|
335
|
-
if (input.labelSingular !== void 0) updates.label_singular = input.labelSingular;
|
|
336
|
-
const structureChanged = input.hierarchical !== void 0 || collections !== void 0;
|
|
337
|
-
if (Object.keys(updates).length > 0 || structureChanged) {
|
|
338
|
-
const def = lookup.def;
|
|
339
|
-
await withTransaction(db, async (trx) => {
|
|
340
|
-
if (Object.keys(updates).length > 0) await trx.updateTable("_emdash_taxonomy_defs").set(updates).where("id", "=", def.id).execute();
|
|
341
|
-
if (structureChanged) await saveTaxonomyStructure(trx, name, def.translation_group ?? def.id, {
|
|
342
|
-
hierarchical: input.hierarchical ?? def.hierarchical === 1,
|
|
343
|
-
collections: collections ?? parseTaxonomyCollections(def.collections)
|
|
344
|
-
}, {
|
|
345
|
-
hierarchical: input.hierarchical,
|
|
346
|
-
collections
|
|
347
|
-
});
|
|
348
|
-
});
|
|
349
|
-
invalidateTaxonomyDefsCache();
|
|
350
|
-
}
|
|
351
|
-
return {
|
|
352
|
-
success: true,
|
|
353
|
-
data: await toTaxonomyResponse(db, await selectTaxonomyDefs(db).where("d.id", "=", lookup.def.id).executeTakeFirstOrThrow())
|
|
354
|
-
};
|
|
355
|
-
} catch {
|
|
356
|
-
return {
|
|
357
|
-
success: false,
|
|
358
|
-
error: {
|
|
359
|
-
code: "TAXONOMY_UPDATE_ERROR",
|
|
360
|
-
message: "Failed to update taxonomy"
|
|
361
|
-
}
|
|
362
|
-
};
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
/**
|
|
366
|
-
* Delete a taxonomy: every locale's definition, every term under that name in
|
|
367
|
-
* every locale, and the term assignments those terms hold.
|
|
368
|
-
*
|
|
369
|
-
* There is no locale scope and no non-empty guard. Terms are keyed on `name`
|
|
370
|
-
* rather than on a definition row, so leaving one locale's definition behind
|
|
371
|
-
* would leave the taxonomy half-deleted — a definition with no terms, or terms
|
|
372
|
-
* no definition describes.
|
|
373
|
-
*/
|
|
374
|
-
async function handleTaxonomyDelete(db, name) {
|
|
375
|
-
try {
|
|
376
|
-
const lookup = await requireTaxonomyDef(db, name);
|
|
377
|
-
if (!lookup.success) return lookup;
|
|
378
|
-
await withTransaction(db, async (trx) => {
|
|
379
|
-
await trx.deleteFrom("content_taxonomies").where("taxonomy_id", "in", (eb) => eb.selectFrom("taxonomies").select(sql`coalesce(translation_group, id)`.as("group")).where("name", "=", name)).execute();
|
|
380
|
-
await trx.deleteFrom("taxonomies").where("name", "=", name).execute();
|
|
381
|
-
await trx.deleteFrom("_emdash_taxonomy_defs").where("name", "=", name).execute();
|
|
382
|
-
await trx.deleteFrom("_emdash_taxonomy_def_groups").where("name", "=", name).execute();
|
|
383
|
-
});
|
|
384
|
-
invalidateTaxonomyDefsCache();
|
|
385
|
-
return {
|
|
386
|
-
success: true,
|
|
387
|
-
data: { deleted: true }
|
|
388
|
-
};
|
|
389
|
-
} catch (error) {
|
|
390
|
-
console.error("[taxonomies] delete failed:", error);
|
|
391
|
-
return {
|
|
392
|
-
success: false,
|
|
393
|
-
error: {
|
|
394
|
-
code: "TAXONOMY_DELETE_ERROR",
|
|
395
|
-
message: "Failed to delete taxonomy"
|
|
396
|
-
}
|
|
397
|
-
};
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
/**
|
|
401
|
-
* List every locale translation of a taxonomy def (by id or translation_group).
|
|
402
|
-
*/
|
|
403
|
-
async function handleTaxonomyDefTranslations(db, idOrGroup) {
|
|
404
|
-
try {
|
|
405
|
-
const anchor = await db.selectFrom("_emdash_taxonomy_defs").selectAll().where((eb) => eb.or([eb("id", "=", idOrGroup), eb("translation_group", "=", idOrGroup)])).executeTakeFirst();
|
|
406
|
-
if (!anchor) return {
|
|
407
|
-
success: false,
|
|
408
|
-
error: {
|
|
409
|
-
code: "NOT_FOUND",
|
|
410
|
-
message: "Taxonomy not found"
|
|
411
|
-
}
|
|
412
|
-
};
|
|
413
|
-
const group = anchor.translation_group ?? anchor.id;
|
|
414
|
-
return {
|
|
415
|
-
success: true,
|
|
416
|
-
data: {
|
|
417
|
-
translationGroup: group,
|
|
418
|
-
translations: (await db.selectFrom("_emdash_taxonomy_defs").selectAll().where("translation_group", "=", group).orderBy("locale", "asc").execute()).map((r) => ({
|
|
419
|
-
id: r.id,
|
|
420
|
-
name: r.name,
|
|
421
|
-
label: r.label,
|
|
422
|
-
locale: r.locale
|
|
423
|
-
}))
|
|
424
|
-
}
|
|
425
|
-
};
|
|
426
|
-
} catch {
|
|
427
|
-
return {
|
|
428
|
-
success: false,
|
|
429
|
-
error: {
|
|
430
|
-
code: "TAXONOMY_TRANSLATIONS_ERROR",
|
|
431
|
-
message: "Failed to list taxonomy translations"
|
|
432
|
-
}
|
|
433
|
-
};
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
/**
|
|
437
|
-
* List all terms for a taxonomy (returns tree for hierarchical taxonomies)
|
|
438
|
-
*/
|
|
439
|
-
async function handleTermList(db, taxonomyName, options = {}) {
|
|
440
|
-
try {
|
|
441
|
-
if (options.resolveFallback && !options.locale) return {
|
|
442
|
-
success: false,
|
|
443
|
-
error: {
|
|
444
|
-
code: "VALIDATION_ERROR",
|
|
445
|
-
message: "A locale is required when resolving taxonomy fallbacks"
|
|
446
|
-
}
|
|
447
|
-
};
|
|
448
|
-
const locale = options.locale ? resolveConfiguredLocale(options.locale) : void 0;
|
|
449
|
-
const lookup = await requireTaxonomyDefWithFallback(db, taxonomyName, locale);
|
|
450
|
-
if (!lookup.success) return lookup;
|
|
451
|
-
const repo = new TaxonomyRepository(db);
|
|
452
|
-
const terms = options.resolveFallback && locale ? await repo.findByNameResolved(taxonomyName, locale, getI18nConfig()?.defaultLocale ?? "en") : await repo.findByName(taxonomyName, { locale });
|
|
453
|
-
const countsByGroup = options.includeCounts ?? true ? await fetchVisibleTermCounts(db, taxonomyName, parseTaxonomyCollections(lookup.def.collections), locale) : void 0;
|
|
454
|
-
const termData = terms.map((term) => ({
|
|
455
|
-
id: term.id,
|
|
456
|
-
name: term.name,
|
|
457
|
-
slug: term.slug,
|
|
458
|
-
label: term.label,
|
|
459
|
-
parentId: term.parentId,
|
|
460
|
-
description: typeof term.data?.description === "string" ? term.data.description : void 0,
|
|
461
|
-
children: [],
|
|
462
|
-
...countsByGroup && { count: countsByGroup.get(term.translationGroup ?? term.id) ?? 0 },
|
|
463
|
-
locale: term.locale,
|
|
464
|
-
translationGroup: term.translationGroup
|
|
465
|
-
}));
|
|
466
|
-
return {
|
|
467
|
-
success: true,
|
|
468
|
-
data: { terms: lookup.def.hierarchical === 1 ? buildTree(termData, options.resolveFallback && !!locale) : termData }
|
|
469
|
-
};
|
|
470
|
-
} catch (error) {
|
|
471
|
-
console.error("[taxonomies] term list failed:", error);
|
|
472
|
-
return {
|
|
473
|
-
success: false,
|
|
474
|
-
error: {
|
|
475
|
-
code: "TERM_LIST_ERROR",
|
|
476
|
-
message: "Failed to list terms"
|
|
477
|
-
}
|
|
478
|
-
};
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
/**
|
|
482
|
-
* Set the manual order of one sibling group.
|
|
483
|
-
*
|
|
484
|
-
* `ids` names the terms to move, in the desired order; each is a row id or a
|
|
485
|
-
* translation_group and resolves to the latter, because a position belongs to a
|
|
486
|
-
* term rather than to one of its locales. Reordering never reparents — moving a
|
|
487
|
-
* term under a different parent is a term update.
|
|
488
|
-
*
|
|
489
|
-
* The group is `(taxonomy, parentId)` and has no locale: `parentId` is the
|
|
490
|
-
* parent's translation_group (a row id is accepted and resolved), and `null`
|
|
491
|
-
* selects the top level — which for a flat taxonomy is every term.
|
|
492
|
-
*
|
|
493
|
-
* `ids` may be a *subset* of the group, and the listed terms are permuted
|
|
494
|
-
* within the positions they already occupy. A locale only renders the terms
|
|
495
|
-
* translated into it, so a caller often cannot name every member; a member left
|
|
496
|
-
* out keeps its place, which is also what makes a stale list harmless.
|
|
497
|
-
*/
|
|
498
|
-
async function handleTermReorder(db, taxonomyName, input) {
|
|
499
|
-
try {
|
|
500
|
-
const lookup = await requireTaxonomyDef(db, taxonomyName);
|
|
501
|
-
if (!lookup.success) return lookup;
|
|
502
|
-
const repo = new TaxonomyRepository(db);
|
|
503
|
-
let parentId = input.parentId ?? null;
|
|
504
|
-
if (parentId !== null) {
|
|
505
|
-
const parent = await repo.findById(parentId);
|
|
506
|
-
if (parent) parentId = parent.translationGroup ?? parent.id;
|
|
507
|
-
}
|
|
508
|
-
const members = await repo.findByName(taxonomyName, { parentId });
|
|
509
|
-
const siblings = [];
|
|
510
|
-
const seen = /* @__PURE__ */ new Set();
|
|
511
|
-
const resolve = /* @__PURE__ */ new Map();
|
|
512
|
-
for (const term of members) {
|
|
513
|
-
const group = term.translationGroup ?? term.id;
|
|
514
|
-
if (!seen.has(group)) {
|
|
515
|
-
seen.add(group);
|
|
516
|
-
siblings.push({
|
|
517
|
-
group,
|
|
518
|
-
position: term.sortOrder
|
|
519
|
-
});
|
|
520
|
-
}
|
|
521
|
-
resolve.set(group, group);
|
|
522
|
-
resolve.set(term.id, group);
|
|
523
|
-
}
|
|
524
|
-
const groups = [];
|
|
525
|
-
for (const id of input.ids) {
|
|
526
|
-
const group = resolve.get(id);
|
|
527
|
-
if (!group) return {
|
|
528
|
-
success: false,
|
|
529
|
-
error: {
|
|
530
|
-
code: "REORDER_MISMATCH",
|
|
531
|
-
message: `Term "${id}" is not in the sibling group being reordered`
|
|
532
|
-
}
|
|
533
|
-
};
|
|
534
|
-
if (groups.includes(group)) return {
|
|
535
|
-
success: false,
|
|
536
|
-
error: {
|
|
537
|
-
code: "REORDER_MISMATCH",
|
|
538
|
-
message: `Term "${id}" is listed more than once`
|
|
539
|
-
}
|
|
540
|
-
};
|
|
541
|
-
groups.push(group);
|
|
542
|
-
}
|
|
543
|
-
await repo.reorder(groups, siblings);
|
|
544
|
-
invalidateTermCache();
|
|
545
|
-
return {
|
|
546
|
-
success: true,
|
|
547
|
-
data: { reordered: true }
|
|
548
|
-
};
|
|
549
|
-
} catch (error) {
|
|
550
|
-
console.error("[taxonomies] term reorder failed:", error);
|
|
551
|
-
return {
|
|
552
|
-
success: false,
|
|
553
|
-
error: {
|
|
554
|
-
code: "TERM_REORDER_ERROR",
|
|
555
|
-
message: "Failed to reorder terms"
|
|
556
|
-
}
|
|
557
|
-
};
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
/**
|
|
561
|
-
* Validate a parent term reference for create/update.
|
|
562
|
-
*
|
|
563
|
-
* Returns `null` on success or a structured error message that callers
|
|
564
|
-
* wrap in their own ApiResult.
|
|
565
|
-
*
|
|
566
|
-
* - `parentId === undefined` -> no-op (no parent change requested).
|
|
567
|
-
* - `parentId === null` -> caller intends to detach; no-op here.
|
|
568
|
-
* - parent must exist (FK exists -> term row not soft-deleted).
|
|
569
|
-
* - parent must live in the same taxonomy.
|
|
570
|
-
* - reject a parent in the term's own translation_group (self-parent),
|
|
571
|
-
* including the create path: a translation inherits its source's group, so
|
|
572
|
-
* `selfGroup` carries that prospective group when `termId` is absent.
|
|
573
|
-
* - walk up the parent chain to detect cycles, on create against `selfGroup`,
|
|
574
|
-
* since a translation under another parent moves the existing term.
|
|
575
|
-
*/
|
|
576
|
-
async function validateParentTerm(repo, taxonomyName, termId, parentId, selfGroup) {
|
|
577
|
-
if (parentId === void 0 || parentId === null) return null;
|
|
578
|
-
const parent = await repo.findById(parentId);
|
|
579
|
-
if (!parent) return {
|
|
580
|
-
code: "VALIDATION_ERROR",
|
|
581
|
-
message: `Parent term '${parentId}' not found`
|
|
582
|
-
};
|
|
583
|
-
if (parent.name !== taxonomyName) return {
|
|
584
|
-
code: "VALIDATION_ERROR",
|
|
585
|
-
message: `Parent term '${parentId}' belongs to taxonomy '${parent.name}', not '${taxonomyName}'`
|
|
586
|
-
};
|
|
587
|
-
const parentGroup = parent.translationGroup ?? parent.id;
|
|
588
|
-
let termGroup = selfGroup ?? null;
|
|
589
|
-
if (termId !== void 0) {
|
|
590
|
-
const term = await repo.findById(termId);
|
|
591
|
-
termGroup = term ? term.translationGroup ?? term.id : termId;
|
|
592
|
-
}
|
|
593
|
-
if (termGroup !== null && parentGroup === termGroup) return {
|
|
594
|
-
code: "VALIDATION_ERROR",
|
|
595
|
-
message: "A term cannot be its own parent"
|
|
596
|
-
};
|
|
597
|
-
const MAX_DEPTH = 100;
|
|
598
|
-
let cursor = parent.parentId;
|
|
599
|
-
let steps = 0;
|
|
600
|
-
while (cursor !== null && steps < MAX_DEPTH) {
|
|
601
|
-
if (termGroup !== null && cursor === termGroup) return {
|
|
602
|
-
code: "VALIDATION_ERROR",
|
|
603
|
-
message: "Cycle detected: cannot make a descendant the parent"
|
|
604
|
-
};
|
|
605
|
-
const next = await repo.findById(cursor);
|
|
606
|
-
if (!next) break;
|
|
607
|
-
cursor = next.parentId;
|
|
608
|
-
steps++;
|
|
609
|
-
}
|
|
610
|
-
if (cursor !== null && steps >= MAX_DEPTH) return {
|
|
611
|
-
code: "VALIDATION_ERROR",
|
|
612
|
-
message: "Parent chain exceeds maximum depth"
|
|
613
|
-
};
|
|
614
|
-
return null;
|
|
615
|
-
}
|
|
616
|
-
/**
|
|
617
|
-
* Create a new term in a taxonomy
|
|
618
|
-
*/
|
|
619
|
-
async function handleTermCreate(db, taxonomyName, input) {
|
|
620
|
-
let attemptedSlug = input.slug;
|
|
621
|
-
let effectiveLocale = input.locale ?? getI18nConfig()?.defaultLocale ?? "en";
|
|
622
|
-
try {
|
|
623
|
-
const locale = resolveConfiguredLocale(input.locale ?? getI18nConfig()?.defaultLocale ?? "en");
|
|
624
|
-
effectiveLocale = locale;
|
|
625
|
-
const lookup = await requireTaxonomyDefWithFallback(db, taxonomyName, locale);
|
|
626
|
-
if (!lookup.success) return lookup;
|
|
627
|
-
const repo = new TaxonomyRepository(db);
|
|
628
|
-
const parentId = input.parentId === "" || input.parentId === void 0 ? void 0 : input.parentId;
|
|
629
|
-
const hierarchyError = validateHierarchicalParent(lookup.def, taxonomyName, parentId);
|
|
630
|
-
if (hierarchyError) return {
|
|
631
|
-
success: false,
|
|
632
|
-
error: hierarchyError
|
|
633
|
-
};
|
|
634
|
-
if (input.slug === void 0 ? null : await repo.findBySlug(taxonomyName, input.slug, locale)) return {
|
|
635
|
-
success: false,
|
|
636
|
-
error: {
|
|
637
|
-
code: "CONFLICT",
|
|
638
|
-
message: `Term '${input.slug}' already exists in '${taxonomyName}' (${locale})`
|
|
639
|
-
}
|
|
640
|
-
};
|
|
641
|
-
let selfGroup = null;
|
|
642
|
-
if (input.translationOf) {
|
|
643
|
-
const source = await repo.findById(input.translationOf);
|
|
644
|
-
if (!source) return {
|
|
645
|
-
success: false,
|
|
646
|
-
error: {
|
|
647
|
-
code: "VALIDATION_ERROR",
|
|
648
|
-
message: `Translation source '${input.translationOf}' not found`
|
|
649
|
-
}
|
|
650
|
-
};
|
|
651
|
-
if (source.name !== taxonomyName) return {
|
|
652
|
-
success: false,
|
|
653
|
-
error: {
|
|
654
|
-
code: "VALIDATION_ERROR",
|
|
655
|
-
message: `Translation source '${input.translationOf}' belongs to taxonomy '${source.name}', not '${taxonomyName}'`
|
|
656
|
-
}
|
|
657
|
-
};
|
|
658
|
-
selfGroup = source.translationGroup ?? source.id;
|
|
659
|
-
if ((await repo.findTranslations(selfGroup)).some((translation) => translation.locale === locale)) return {
|
|
660
|
-
success: false,
|
|
661
|
-
error: {
|
|
662
|
-
code: "CONFLICT",
|
|
663
|
-
message: `Term translation already exists for locale '${locale}'`
|
|
664
|
-
}
|
|
665
|
-
};
|
|
666
|
-
}
|
|
667
|
-
const parentError = await validateParentTerm(repo, taxonomyName, void 0, parentId, selfGroup);
|
|
668
|
-
if (parentError) return {
|
|
669
|
-
success: false,
|
|
670
|
-
error: parentError
|
|
671
|
-
};
|
|
672
|
-
const create = (slug) => repo.create({
|
|
673
|
-
name: taxonomyName,
|
|
674
|
-
slug,
|
|
675
|
-
label: input.label,
|
|
676
|
-
parentId: parentId ?? void 0,
|
|
677
|
-
data: input.description ? { description: input.description } : void 0,
|
|
678
|
-
locale,
|
|
679
|
-
translationOf: input.translationOf
|
|
680
|
-
});
|
|
681
|
-
let term;
|
|
682
|
-
let lastSlugConflict;
|
|
683
|
-
if (input.slug !== void 0) term = await create(input.slug);
|
|
684
|
-
else for (let attempt = 0; attempt < MAX_GENERATED_TERM_SLUG_ATTEMPTS; attempt++) {
|
|
685
|
-
attemptedSlug = await repo.generateUniqueSlug(taxonomyName, input.label, locale);
|
|
686
|
-
try {
|
|
687
|
-
term = await create(attemptedSlug);
|
|
688
|
-
break;
|
|
689
|
-
} catch (error) {
|
|
690
|
-
if (!isTermSlugUniqueViolation(error)) throw error;
|
|
691
|
-
lastSlugConflict = error;
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
if (!term) throw lastSlugConflict ?? /* @__PURE__ */ new Error("Failed to create taxonomy term");
|
|
695
|
-
invalidateTermCache();
|
|
696
|
-
return {
|
|
697
|
-
success: true,
|
|
698
|
-
data: { term: {
|
|
699
|
-
id: term.id,
|
|
700
|
-
name: term.name,
|
|
701
|
-
slug: term.slug,
|
|
702
|
-
label: term.label,
|
|
703
|
-
parentId: term.parentId,
|
|
704
|
-
description: typeof term.data?.description === "string" ? term.data.description : void 0,
|
|
705
|
-
locale: term.locale,
|
|
706
|
-
translationGroup: term.translationGroup
|
|
707
|
-
} }
|
|
708
|
-
};
|
|
709
|
-
} catch (error) {
|
|
710
|
-
if (isTermTranslationLocaleUniqueViolation(error)) return {
|
|
711
|
-
success: false,
|
|
712
|
-
error: {
|
|
713
|
-
code: "CONFLICT",
|
|
714
|
-
message: `Term translation already exists for locale '${effectiveLocale}'`
|
|
715
|
-
}
|
|
716
|
-
};
|
|
717
|
-
if (isTermSlugUniqueViolation(error)) return {
|
|
718
|
-
success: false,
|
|
719
|
-
error: {
|
|
720
|
-
code: "CONFLICT",
|
|
721
|
-
message: `Term with slug '${attemptedSlug ?? "(generated)"}' already exists in taxonomy '${taxonomyName}'`
|
|
722
|
-
}
|
|
723
|
-
};
|
|
724
|
-
return {
|
|
725
|
-
success: false,
|
|
726
|
-
error: {
|
|
727
|
-
code: "TERM_CREATE_ERROR",
|
|
728
|
-
message: "Failed to create term"
|
|
729
|
-
}
|
|
730
|
-
};
|
|
731
|
-
}
|
|
732
|
-
}
|
|
733
|
-
/**
|
|
734
|
-
* Get a single term by slug
|
|
735
|
-
*/
|
|
736
|
-
async function handleTermGet(db, taxonomyName, termSlug, options = {}) {
|
|
737
|
-
try {
|
|
738
|
-
const repo = new TaxonomyRepository(db);
|
|
739
|
-
const locale = options.locale ? resolveConfiguredLocale(options.locale) : void 0;
|
|
740
|
-
const term = await repo.findBySlug(taxonomyName, termSlug, locale);
|
|
741
|
-
if (!term) return {
|
|
742
|
-
success: false,
|
|
743
|
-
error: {
|
|
744
|
-
code: "NOT_FOUND",
|
|
745
|
-
message: `Term '${termSlug}' not found in taxonomy '${taxonomyName}'`
|
|
746
|
-
}
|
|
747
|
-
};
|
|
748
|
-
const lookup = await requireTaxonomyDefWithFallback(db, taxonomyName, locale);
|
|
749
|
-
const count = (await fetchVisibleTermCounts(db, taxonomyName, lookup.success ? parseTaxonomyCollections(lookup.def.collections) : [], locale ?? term.locale)).get(term.translationGroup ?? term.id) ?? 0;
|
|
750
|
-
const children = await repo.findChildren(term.id, term.locale);
|
|
751
|
-
return {
|
|
752
|
-
success: true,
|
|
753
|
-
data: { term: {
|
|
754
|
-
id: term.id,
|
|
755
|
-
name: term.name,
|
|
756
|
-
slug: term.slug,
|
|
757
|
-
label: term.label,
|
|
758
|
-
parentId: term.parentId,
|
|
759
|
-
description: typeof term.data?.description === "string" ? term.data.description : void 0,
|
|
760
|
-
count,
|
|
761
|
-
children: children.map((c) => ({
|
|
762
|
-
id: c.id,
|
|
763
|
-
slug: c.slug,
|
|
764
|
-
label: c.label
|
|
765
|
-
})),
|
|
766
|
-
locale: term.locale,
|
|
767
|
-
translationGroup: term.translationGroup
|
|
768
|
-
} }
|
|
769
|
-
};
|
|
770
|
-
} catch {
|
|
771
|
-
return {
|
|
772
|
-
success: false,
|
|
773
|
-
error: {
|
|
774
|
-
code: "TERM_GET_ERROR",
|
|
775
|
-
message: "Failed to get term"
|
|
776
|
-
}
|
|
777
|
-
};
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
/** List every translation of a term (by id or translation_group). */
|
|
781
|
-
async function handleTermTranslations(db, idOrGroup) {
|
|
782
|
-
try {
|
|
783
|
-
const anchor = await db.selectFrom("taxonomies").selectAll().where((eb) => eb.or([eb("id", "=", idOrGroup), eb("translation_group", "=", idOrGroup)])).executeTakeFirst();
|
|
784
|
-
if (!anchor) return {
|
|
785
|
-
success: false,
|
|
786
|
-
error: {
|
|
787
|
-
code: "NOT_FOUND",
|
|
788
|
-
message: "Term not found"
|
|
789
|
-
}
|
|
790
|
-
};
|
|
791
|
-
const group = anchor.translation_group ?? anchor.id;
|
|
792
|
-
return {
|
|
793
|
-
success: true,
|
|
794
|
-
data: {
|
|
795
|
-
translationGroup: group,
|
|
796
|
-
translations: (await db.selectFrom("taxonomies").selectAll().where("translation_group", "=", group).orderBy("locale", "asc").execute()).map((r) => ({
|
|
797
|
-
id: r.id,
|
|
798
|
-
slug: r.slug,
|
|
799
|
-
label: r.label,
|
|
800
|
-
locale: r.locale
|
|
801
|
-
}))
|
|
802
|
-
}
|
|
803
|
-
};
|
|
804
|
-
} catch {
|
|
805
|
-
return {
|
|
806
|
-
success: false,
|
|
807
|
-
error: {
|
|
808
|
-
code: "TERM_TRANSLATIONS_ERROR",
|
|
809
|
-
message: "Failed to list term translations"
|
|
810
|
-
}
|
|
811
|
-
};
|
|
812
|
-
}
|
|
813
|
-
}
|
|
814
|
-
/**
|
|
815
|
-
* Update a term
|
|
816
|
-
*/
|
|
817
|
-
async function handleTermUpdate(db, taxonomyName, termSlug, input, options = {}) {
|
|
818
|
-
try {
|
|
819
|
-
const repo = new TaxonomyRepository(db);
|
|
820
|
-
const locale = options.locale ? resolveConfiguredLocale(options.locale) : void 0;
|
|
821
|
-
const term = await repo.findBySlug(taxonomyName, termSlug, locale);
|
|
822
|
-
if (!term) return {
|
|
823
|
-
success: false,
|
|
824
|
-
error: {
|
|
825
|
-
code: "NOT_FOUND",
|
|
826
|
-
message: `Term '${termSlug}' not found in taxonomy '${taxonomyName}'`
|
|
827
|
-
}
|
|
828
|
-
};
|
|
829
|
-
const newSlug = input.slug === "" || input.slug === void 0 ? void 0 : input.slug;
|
|
830
|
-
const newParentId = input.parentId === "" || input.parentId === void 0 ? void 0 : input.parentId;
|
|
831
|
-
if (newParentId !== void 0 && newParentId !== null) {
|
|
832
|
-
const lookup = await requireTaxonomyDefWithFallback(db, taxonomyName, term.locale);
|
|
833
|
-
if (!lookup.success) return lookup;
|
|
834
|
-
const hierarchyError = validateHierarchicalParent(lookup.def, taxonomyName, newParentId);
|
|
835
|
-
if (hierarchyError) return {
|
|
836
|
-
success: false,
|
|
837
|
-
error: hierarchyError
|
|
838
|
-
};
|
|
839
|
-
}
|
|
840
|
-
if (newSlug !== void 0 && newSlug !== termSlug) {
|
|
841
|
-
const existing = await repo.findBySlug(taxonomyName, newSlug, locale);
|
|
842
|
-
if (existing && existing.id !== term.id) return {
|
|
843
|
-
success: false,
|
|
844
|
-
error: {
|
|
845
|
-
code: "CONFLICT",
|
|
846
|
-
message: `Term with slug '${newSlug}' already exists in taxonomy '${taxonomyName}'`
|
|
847
|
-
}
|
|
848
|
-
};
|
|
849
|
-
}
|
|
850
|
-
const parentError = await validateParentTerm(repo, taxonomyName, term.id, newParentId);
|
|
851
|
-
if (parentError) return {
|
|
852
|
-
success: false,
|
|
853
|
-
error: parentError
|
|
854
|
-
};
|
|
855
|
-
const updated = await repo.update(term.id, {
|
|
856
|
-
slug: newSlug,
|
|
857
|
-
label: input.label,
|
|
858
|
-
parentId: newParentId,
|
|
859
|
-
data: input.description !== void 0 ? { description: input.description } : void 0
|
|
860
|
-
});
|
|
861
|
-
invalidateTermCache();
|
|
862
|
-
if (!updated) return {
|
|
863
|
-
success: false,
|
|
864
|
-
error: {
|
|
865
|
-
code: "TERM_UPDATE_ERROR",
|
|
866
|
-
message: "Failed to update term"
|
|
867
|
-
}
|
|
868
|
-
};
|
|
869
|
-
return {
|
|
870
|
-
success: true,
|
|
871
|
-
data: { term: {
|
|
872
|
-
id: updated.id,
|
|
873
|
-
name: updated.name,
|
|
874
|
-
slug: updated.slug,
|
|
875
|
-
label: updated.label,
|
|
876
|
-
parentId: updated.parentId,
|
|
877
|
-
description: typeof updated.data?.description === "string" ? updated.data.description : void 0,
|
|
878
|
-
locale: updated.locale,
|
|
879
|
-
translationGroup: updated.translationGroup
|
|
880
|
-
} }
|
|
881
|
-
};
|
|
882
|
-
} catch {
|
|
883
|
-
return {
|
|
884
|
-
success: false,
|
|
885
|
-
error: {
|
|
886
|
-
code: "TERM_UPDATE_ERROR",
|
|
887
|
-
message: "Failed to update term"
|
|
888
|
-
}
|
|
889
|
-
};
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
/**
|
|
893
|
-
* Delete a term
|
|
894
|
-
*/
|
|
895
|
-
async function handleTermDelete(db, taxonomyName, termSlug, options = {}) {
|
|
896
|
-
try {
|
|
897
|
-
const repo = new TaxonomyRepository(db);
|
|
898
|
-
const locale = options.locale ? resolveConfiguredLocale(options.locale) : void 0;
|
|
899
|
-
const term = await repo.findBySlug(taxonomyName, termSlug, locale);
|
|
900
|
-
if (!term) return {
|
|
901
|
-
success: false,
|
|
902
|
-
error: {
|
|
903
|
-
code: "NOT_FOUND",
|
|
904
|
-
message: `Term '${termSlug}' not found in taxonomy '${taxonomyName}'`
|
|
905
|
-
}
|
|
906
|
-
};
|
|
907
|
-
if ((await repo.findChildren(term.id)).length > 0) return {
|
|
908
|
-
success: false,
|
|
909
|
-
error: {
|
|
910
|
-
code: "VALIDATION_ERROR",
|
|
911
|
-
message: "Cannot delete term with children. Delete children first."
|
|
912
|
-
}
|
|
913
|
-
};
|
|
914
|
-
if (!await repo.delete(term.id)) return {
|
|
915
|
-
success: false,
|
|
916
|
-
error: {
|
|
917
|
-
code: "TERM_DELETE_ERROR",
|
|
918
|
-
message: "Failed to delete term"
|
|
919
|
-
}
|
|
920
|
-
};
|
|
921
|
-
invalidateTermCache();
|
|
922
|
-
return {
|
|
923
|
-
success: true,
|
|
924
|
-
data: { deleted: true }
|
|
925
|
-
};
|
|
926
|
-
} catch {
|
|
927
|
-
return {
|
|
928
|
-
success: false,
|
|
929
|
-
error: {
|
|
930
|
-
code: "TERM_DELETE_ERROR",
|
|
931
|
-
message: "Failed to delete term"
|
|
932
|
-
}
|
|
933
|
-
};
|
|
934
|
-
}
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
//#endregion
|
|
938
|
-
export { handleTaxonomyList as a, handleTermDelete as c, handleTermReorder as d, handleTermTranslations as f, handleTaxonomyGet as i, handleTermGet as l, taxonomies_exports as m, handleTaxonomyDefTranslations as n, handleTaxonomyUpdate as o, handleTermUpdate as p, handleTaxonomyDelete as r, handleTermCreate as s, handleTaxonomyCreate as t, handleTermList as u };
|
|
939
|
-
//# sourceMappingURL=taxonomies-C_XMoRcX.mjs.map
|