emdash 0.24.1 → 0.26.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/api/route-utils.d.mts +3 -3
- package/dist/api/route-utils.mjs +12 -11
- package/dist/api/route-utils.mjs.map +1 -1
- package/dist/api/schemas/index.d.mts +1 -1
- package/dist/api/schemas/index.mjs +2 -2
- package/dist/{api-d_0wi9fW.mjs → api-BMfveMoB.mjs} +24 -20
- package/dist/api-BMfveMoB.mjs.map +1 -0
- package/dist/{apply-BE9UaWX0.mjs → apply--IVNSdXn.mjs} +19 -16
- package/dist/apply--IVNSdXn.mjs.map +1 -0
- package/dist/astro/index.d.mts +9 -9
- package/dist/astro/index.mjs +3 -2
- package/dist/astro/index.mjs.map +1 -1
- package/dist/astro/middleware/auth.d.mts +8 -8
- package/dist/astro/middleware/auth.mjs +2 -2
- package/dist/astro/middleware/redirect.mjs +4 -4
- package/dist/astro/middleware.d.mts +1 -1
- package/dist/astro/middleware.d.mts.map +1 -1
- package/dist/astro/middleware.mjs +99 -70
- package/dist/astro/middleware.mjs.map +1 -1
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +5 -5
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +5 -5
- package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +2 -2
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +3 -3
- package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +3 -3
- package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +6 -6
- package/dist/astro/routes/api/admin/byline-fields/index.mjs +6 -6
- package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +6 -6
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +12 -12
- package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +12 -12
- package/dist/astro/routes/api/admin/bylines/index.mjs +12 -12
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +10 -10
- package/dist/astro/routes/api/admin/comments/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/comments/bulk.mjs +9 -9
- package/dist/astro/routes/api/admin/comments/counts.mjs +6 -6
- package/dist/astro/routes/api/admin/comments/index.mjs +9 -9
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +4 -4
- package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +3 -3
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +3 -3
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/index.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +32 -32
- package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +31 -31
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs +32 -32
- package/dist/astro/routes/api/admin/plugins/updates.mjs +31 -31
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +31 -31
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +3 -3
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +31 -31
- package/dist/astro/routes/api/admin/users/_id_/disable.mjs +2 -2
- package/dist/astro/routes/api/admin/users/_id_/enable.mjs +2 -2
- package/dist/astro/routes/api/admin/users/_id_/index.mjs +5 -5
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +2 -2
- package/dist/astro/routes/api/admin/users/index.mjs +5 -5
- package/dist/astro/routes/api/auth/dev-bypass.mjs +3 -3
- package/dist/astro/routes/api/auth/invite/accept.mjs +2 -2
- package/dist/astro/routes/api/auth/invite/complete.mjs +5 -5
- package/dist/astro/routes/api/auth/invite/index.mjs +5 -5
- package/dist/astro/routes/api/auth/invite/register-options.mjs +5 -5
- package/dist/astro/routes/api/auth/logout.mjs +2 -2
- package/dist/astro/routes/api/auth/magic-link/send.mjs +6 -6
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +2 -2
- package/dist/astro/routes/api/auth/me.mjs +6 -6
- package/dist/astro/routes/api/auth/passkey/_id_.mjs +5 -5
- package/dist/astro/routes/api/auth/passkey/index.mjs +2 -2
- package/dist/astro/routes/api/auth/passkey/options.mjs +6 -6
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +5 -5
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +5 -5
- package/dist/astro/routes/api/auth/passkey/verify.mjs +5 -5
- package/dist/astro/routes/api/auth/signup/complete.mjs +5 -5
- package/dist/astro/routes/api/auth/signup/request.mjs +6 -6
- package/dist/astro/routes/api/auth/signup/verify.mjs +2 -2
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +9 -9
- package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +9 -9
- package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +11 -11
- package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/authors.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/index.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/trash.mjs +6 -6
- package/dist/astro/routes/api/dashboard.mjs +8 -8
- package/dist/astro/routes/api/dev/emails.mjs +2 -2
- package/dist/astro/routes/api/import/probe.d.mts +2 -2
- package/dist/astro/routes/api/import/probe.mjs +6 -6
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +3 -3
- package/dist/astro/routes/api/import/wordpress/execute.d.mts +8 -8
- package/dist/astro/routes/api/import/wordpress/execute.mjs +9 -9
- package/dist/astro/routes/api/import/wordpress/media.d.mts +13 -1
- package/dist/astro/routes/api/import/wordpress/media.d.mts.map +1 -1
- package/dist/astro/routes/api/import/wordpress/media.mjs +13 -9
- package/dist/astro/routes/api/import/wordpress/media.mjs.map +1 -1
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +8 -8
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +8 -8
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +6 -6
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +9 -9
- package/dist/astro/routes/api/manifest.mjs +3 -3
- package/dist/astro/routes/api/mcp.mjs +36 -36
- package/dist/astro/routes/api/media/_id_/confirm.d.mts.map +1 -1
- package/dist/astro/routes/api/media/_id_/confirm.mjs +44 -8
- package/dist/astro/routes/api/media/_id_/confirm.mjs.map +1 -1
- package/dist/astro/routes/api/media/_id_.mjs +6 -6
- package/dist/astro/routes/api/media/file/_...key_.mjs +2 -2
- package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +3 -3
- package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +3 -3
- package/dist/astro/routes/api/media/providers/index.mjs +3 -3
- package/dist/astro/routes/api/media/upload-url.mjs +8 -8
- package/dist/astro/routes/api/media.mjs +22 -21
- package/dist/astro/routes/api/media.mjs.map +1 -1
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +8 -8
- package/dist/astro/routes/api/menus/_name_/items.mjs +8 -8
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +8 -8
- package/dist/astro/routes/api/menus/_name_/translations.mjs +8 -8
- package/dist/astro/routes/api/menus/_name_.mjs +8 -8
- package/dist/astro/routes/api/menus/index.mjs +8 -8
- package/dist/astro/routes/api/oauth/device/authorize.mjs +3 -3
- package/dist/astro/routes/api/oauth/device/code.mjs +4 -4
- package/dist/astro/routes/api/oauth/device/token.mjs +4 -4
- package/dist/astro/routes/api/oauth/register.mjs +2 -2
- package/dist/astro/routes/api/oauth/token/refresh.mjs +3 -3
- package/dist/astro/routes/api/oauth/token/revoke.mjs +3 -3
- package/dist/astro/routes/api/oauth/token.mjs +2 -2
- package/dist/astro/routes/api/openapi.json.mjs +3 -3
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +3 -3
- package/dist/astro/routes/api/redirects/404s/index.mjs +8 -8
- package/dist/astro/routes/api/redirects/404s/summary.mjs +8 -8
- package/dist/astro/routes/api/redirects/_id_.mjs +9 -9
- package/dist/astro/routes/api/redirects/index.mjs +9 -9
- package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +3 -3
- package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +3 -3
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +31 -31
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +31 -31
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +31 -31
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +31 -31
- package/dist/astro/routes/api/schema/collections/index.mjs +31 -31
- package/dist/astro/routes/api/schema/index.mjs +6 -6
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +31 -31
- package/dist/astro/routes/api/schema/orphans/index.mjs +31 -31
- package/dist/astro/routes/api/search/enable.mjs +9 -9
- package/dist/astro/routes/api/search/index.mjs +8 -8
- package/dist/astro/routes/api/search/rebuild.mjs +9 -9
- package/dist/astro/routes/api/search/stats.mjs +6 -6
- package/dist/astro/routes/api/search/suggest.mjs +8 -8
- package/dist/astro/routes/api/sections/_slug_.mjs +8 -8
- package/dist/astro/routes/api/sections/index.mjs +8 -8
- package/dist/astro/routes/api/settings/email.mjs +4 -4
- package/dist/astro/routes/api/settings.mjs +11 -11
- package/dist/astro/routes/api/setup/admin-verify.mjs +5 -5
- package/dist/astro/routes/api/setup/admin.mjs +5 -5
- package/dist/astro/routes/api/setup/dev-bypass.mjs +17 -17
- package/dist/astro/routes/api/setup/dev-reset.mjs +2 -2
- package/dist/astro/routes/api/setup/index.mjs +20 -20
- package/dist/astro/routes/api/setup/status.mjs +3 -3
- package/dist/astro/routes/api/snapshot.mjs +3 -3
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +11 -11
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +11 -11
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +11 -11
- package/dist/astro/routes/api/taxonomies/index.mjs +11 -11
- package/dist/astro/routes/api/themes/preview.mjs +3 -3
- package/dist/astro/routes/api/typegen.mjs +5 -5
- package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +6 -6
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +8 -8
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +8 -8
- package/dist/astro/routes/api/widget-areas/_name_.mjs +5 -5
- package/dist/astro/routes/api/widget-areas/index.mjs +8 -8
- package/dist/astro/routes/api/widget-components.mjs +2 -2
- package/dist/astro/routes/robots.txt.mjs +5 -5
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +11 -10
- package/dist/astro/routes/sitemap-_collection_.xml.mjs.map +1 -1
- package/dist/astro/routes/sitemap.xml.mjs +6 -6
- package/dist/astro/types.d.mts +10 -10
- package/dist/{authorize-B__u-iZJ.mjs → authorize-BZnOGJFo.mjs} +2 -2
- package/dist/{authorize-B__u-iZJ.mjs.map → authorize-BZnOGJFo.mjs.map} +1 -1
- package/dist/{byline-C-YajfV7.mjs → byline-LL8lyqdb.mjs} +6 -6
- package/dist/{byline-C-YajfV7.mjs.map → byline-LL8lyqdb.mjs.map} +1 -1
- package/dist/{byline-fields-Ca56gaT6.d.mts → byline-fields-KD3JFRuH.d.mts} +24 -6
- package/dist/byline-fields-KD3JFRuH.d.mts.map +1 -0
- package/dist/{byline-fields-B-KXkg5R.mjs → byline-fields-eyJMblSr.mjs} +2 -2
- package/dist/{byline-fields-B-KXkg5R.mjs.map → byline-fields-eyJMblSr.mjs.map} +1 -1
- package/dist/{bylines-D4KADDAi.mjs → bylines-BmJ7Vg7J.mjs} +4 -4
- package/dist/{bylines-D4KADDAi.mjs.map → bylines-BmJ7Vg7J.mjs.map} +1 -1
- package/dist/{bylines-BMtJnPnG.mjs → bylines-DE47vP8d.mjs} +6 -6
- package/dist/{bylines-BMtJnPnG.mjs.map → bylines-DE47vP8d.mjs.map} +1 -1
- package/dist/{cache-BUJe2w6Z.mjs → cache-D9jF5bYw.mjs} +2 -2
- package/dist/{cache-BUJe2w6Z.mjs.map → cache-D9jF5bYw.mjs.map} +1 -1
- package/dist/{chunks-BHgcHh2C.mjs → chunks-OCG163rN.mjs} +2 -2
- package/dist/{chunks-BHgcHh2C.mjs.map → chunks-OCG163rN.mjs.map} +1 -1
- package/dist/cli/index.mjs +17 -17
- package/dist/{comment-BDx50EX5.mjs → comment-D9BLDpZI.mjs} +3 -3
- package/dist/{comment-BDx50EX5.mjs.map → comment-D9BLDpZI.mjs.map} +1 -1
- package/dist/{comment-reaction-Gv_pgfI3.mjs → comment-reaction-Drl9SkNu.mjs} +2 -2
- package/dist/{comment-reaction-Gv_pgfI3.mjs.map → comment-reaction-Drl9SkNu.mjs.map} +1 -1
- package/dist/{comments-CXHuQ6jI.mjs → comments-BjJ9SKGU.mjs} +3 -3
- package/dist/{comments-CXHuQ6jI.mjs.map → comments-BjJ9SKGU.mjs.map} +1 -1
- package/dist/{content-PoVGKjp0.mjs → content-ncUWWjna.mjs} +10 -8
- package/dist/content-ncUWWjna.mjs.map +1 -0
- package/dist/{context-Dvws41_A.mjs → context-C_g-iJVA.mjs} +14 -8
- package/dist/context-C_g-iJVA.mjs.map +1 -0
- package/dist/{dashboard-DsYU8JKS.mjs → dashboard-CotyqQrW.mjs} +4 -4
- package/dist/{dashboard-DsYU8JKS.mjs.map → dashboard-CotyqQrW.mjs.map} +1 -1
- package/dist/db/index.d.mts +2 -2
- package/dist/db/index.mjs +1 -1
- package/dist/{db-errors-UXB1CK42.mjs → db-errors-CK46D-ly.mjs} +1 -1
- package/dist/{db-errors-UXB1CK42.mjs.map → db-errors-CK46D-ly.mjs.map} +1 -1
- package/dist/{placeholder-B0s2mWu5.mjs → enrich-BQ0mxJRs.mjs} +61 -10
- package/dist/enrich-BQ0mxJRs.mjs.map +1 -0
- package/dist/{error-lq_fL-RS.mjs → error-rVGiqWDt.mjs} +3 -2
- package/dist/error-rVGiqWDt.mjs.map +1 -0
- package/dist/{field-defs-cache-CYYx8xlG.mjs → field-defs-cache-ljXzJCfc.mjs} +2 -2
- package/dist/{field-defs-cache-CYYx8xlG.mjs.map → field-defs-cache-ljXzJCfc.mjs.map} +1 -1
- package/dist/{fts-manager-DW_NR-Fs.mjs → fts-manager-BbCCbEKA.mjs} +2 -2
- package/dist/{fts-manager-DW_NR-Fs.mjs.map → fts-manager-BbCCbEKA.mjs.map} +1 -1
- package/dist/{index-BroXT-vD.d.mts → index-BRNabKrx.d.mts} +53 -15
- package/dist/index-BRNabKrx.d.mts.map +1 -0
- package/dist/{index-qbL02uhs.d.mts → index-Dt0OKJB4.d.mts} +2 -2
- package/dist/{index-qbL02uhs.d.mts.map → index-Dt0OKJB4.d.mts.map} +1 -1
- package/dist/index.d.mts +12 -12
- package/dist/index.mjs +43 -43
- package/dist/{load-DMFi4n1p.mjs → load-DMjXghbZ.mjs} +2 -2
- package/dist/{load-DMFi4n1p.mjs.map → load-DMjXghbZ.mjs.map} +1 -1
- package/dist/{loader-BR2SgfEc.mjs → loader-BA_zhkS_.mjs} +82 -19
- package/dist/loader-BA_zhkS_.mjs.map +1 -0
- package/dist/{manifest-schema-BWKnQYQF.mjs → manifest-schema-kPGX7VS-.mjs} +4 -1
- package/dist/manifest-schema-kPGX7VS-.mjs.map +1 -0
- package/dist/media/image-endpoint.mjs +1 -1
- package/dist/media/index.d.mts +45 -2
- package/dist/media/index.d.mts.map +1 -1
- package/dist/media/index.mjs +5 -3
- package/dist/media/index.mjs.map +1 -1
- package/dist/media/local-runtime.d.mts +9 -9
- package/dist/media/local-runtime.d.mts.map +1 -1
- package/dist/media/local-runtime.mjs +17 -5
- package/dist/media/local-runtime.mjs.map +1 -1
- package/dist/{media-CTjJoJTh.mjs → media-C5t_eCnk.mjs} +4 -2
- package/dist/media-C5t_eCnk.mjs.map +1 -0
- package/dist/{media-allowlist-B77I5_bw.mjs → media-allowlist-Du8t1u6a.mjs} +2 -2
- package/dist/{media-allowlist-B77I5_bw.mjs.map → media-allowlist-Du8t1u6a.mjs.map} +1 -1
- package/dist/{menus-8O6xNcYW.mjs → menus-CBb6UrMU.mjs} +3 -3
- package/dist/{menus-8O6xNcYW.mjs.map → menus-CBb6UrMU.mjs.map} +1 -1
- package/dist/{menus-GvRSpgIA.mjs → menus-CYH09a41.mjs} +65 -41
- package/dist/menus-CYH09a41.mjs.map +1 -0
- package/dist/{mime-BTzvzJ8M.mjs → mime-CCEzze7W.mjs} +1 -1
- package/dist/{mime-BTzvzJ8M.mjs.map → mime-CCEzze7W.mjs.map} +1 -1
- package/dist/{normalize-ClbNIenm.mjs → normalize-CeglrBT9.mjs} +11 -2
- package/dist/normalize-CeglrBT9.mjs.map +1 -0
- package/dist/{object-cache-SEb2IM4Z.mjs → object-cache-CHbHv83-.mjs} +8 -4
- package/dist/object-cache-CHbHv83-.mjs.map +1 -0
- package/dist/{options-CqECG0gM.d.mts → options-41nCWqi9.d.mts} +3 -3
- package/dist/{options-CqECG0gM.d.mts.map → options-41nCWqi9.d.mts.map} +1 -1
- package/dist/page/index.d.mts +5 -2
- package/dist/page/index.d.mts.map +1 -1
- package/dist/page/index.mjs +3 -2
- package/dist/page/index.mjs.map +1 -1
- package/dist/{parse-DHI873qU.mjs → parse-BwAdS7FZ.mjs} +2 -2
- package/dist/{parse-DHI873qU.mjs.map → parse-BwAdS7FZ.mjs.map} +1 -1
- package/dist/{placeholder-QoI4gEzP.d.mts → placeholder-Cuce9U-m.d.mts} +20 -5
- package/dist/placeholder-Cuce9U-m.d.mts.map +1 -0
- package/dist/plugin-types.d.mts +5 -2
- package/dist/plugin-types.d.mts.map +1 -1
- package/dist/plugin-utils.d.mts +8 -8
- package/dist/plugins/adapt-sandbox-entry.d.mts +8 -8
- package/dist/plugins/adapt-sandbox-entry.mjs +1 -1
- package/dist/{query-DZdlS6Cu.mjs → query-BpQb-blG.mjs} +15 -15
- package/dist/{query-DZdlS6Cu.mjs.map → query-BpQb-blG.mjs.map} +1 -1
- package/dist/{rate-limit-D1Y6VFVP.mjs → rate-limit-Dap6HMNM.mjs} +2 -2
- package/dist/{rate-limit-D1Y6VFVP.mjs.map → rate-limit-Dap6HMNM.mjs.map} +1 -1
- package/dist/{redirect-C1KVGYWe.mjs → redirect-_M0trWoo.mjs} +2 -2
- package/dist/{redirect-C1KVGYWe.mjs.map → redirect-_M0trWoo.mjs.map} +1 -1
- package/dist/{redirects-x9eFPeyi.mjs → redirects-Dcbuisoj.mjs} +2 -1
- package/dist/redirects-Dcbuisoj.mjs.map +1 -0
- package/dist/{redirects-DgnypVir.mjs → redirects-w0V9vj_j.mjs} +3 -3
- package/dist/{redirects-DgnypVir.mjs.map → redirects-w0V9vj_j.mjs.map} +1 -1
- package/dist/{registry-CJkCubOJ.mjs → registry-g8yYt4cC.mjs} +14 -4
- package/dist/registry-g8yYt4cC.mjs.map +1 -0
- package/dist/{runner-CEtq-6Sm.d.mts → runner-BbR3DfrL.d.mts} +2 -2
- package/dist/{runner-CEtq-6Sm.d.mts.map → runner-BbR3DfrL.d.mts.map} +1 -1
- package/dist/{runner-BsquExlK.mjs → runner-DPdt_Wpa.mjs} +250 -178
- package/dist/runner-DPdt_Wpa.mjs.map +1 -0
- package/dist/runtime.d.mts +9 -9
- package/dist/runtime.mjs +2 -2
- package/dist/{schema-DMjXuvNU.mjs → schema-DoLd3j2e.mjs} +5 -5
- package/dist/{schema-DMjXuvNU.mjs.map → schema-DoLd3j2e.mjs.map} +1 -1
- package/dist/{search-D1wKk3lc.mjs → search-BR0ZeZmh.mjs} +4 -4
- package/dist/{search-D1wKk3lc.mjs.map → search-BR0ZeZmh.mjs.map} +1 -1
- package/dist/{sections-CCMic8dB.mjs → sections-5J2YJPqJ.mjs} +3 -3
- package/dist/{sections-CCMic8dB.mjs.map → sections-5J2YJPqJ.mjs.map} +1 -1
- package/dist/seed/index.d.mts +2 -2
- package/dist/seed/index.mjs +15 -15
- package/dist/seo/index.d.mts +1 -1
- package/dist/{seo-DCEF-AVr.mjs → seo-BkhuuaaE.mjs} +25 -3
- package/dist/seo-BkhuuaaE.mjs.map +1 -0
- package/dist/{seo-3QrZ1EPT.mjs → seo-DKeXHkzE.mjs} +3 -3
- package/dist/{seo-3QrZ1EPT.mjs.map → seo-DKeXHkzE.mjs.map} +1 -1
- package/dist/{service-CQHK_10l.mjs → service-BbO2s8gT.mjs} +2 -2
- package/dist/{service-CQHK_10l.mjs.map → service-BbO2s8gT.mjs.map} +1 -1
- package/dist/{settings-C3Yi5Co3.mjs → settings-BMNr9Dmi.mjs} +3 -3
- package/dist/{settings-C3Yi5Co3.mjs.map → settings-BMNr9Dmi.mjs.map} +1 -1
- package/dist/{settings-D9rvaLuY.mjs → settings-DJeki-97.mjs} +4 -4
- package/dist/{settings-D9rvaLuY.mjs.map → settings-DJeki-97.mjs.map} +1 -1
- package/dist/{taxonomies-DhLaNJji.mjs → taxonomies-CM_fUqLU.mjs} +5 -4
- package/dist/taxonomies-CM_fUqLU.mjs.map +1 -0
- package/dist/{taxonomies-CurpLtNC.mjs → taxonomies-D13i2ctt.mjs} +76 -21
- package/dist/taxonomies-D13i2ctt.mjs.map +1 -0
- package/dist/{taxonomy-BBUlGug5.mjs → taxonomy-BU0LjdVb.mjs} +4 -4
- package/dist/{taxonomy-BBUlGug5.mjs.map → taxonomy-BU0LjdVb.mjs.map} +1 -1
- package/dist/{types-TTx8uP7V.d.mts → types-BYnDBVwe.d.mts} +27 -5
- package/dist/{types-TTx8uP7V.d.mts.map → types-BYnDBVwe.d.mts.map} +1 -1
- package/dist/{types-CTLJYMhN.d.mts → types-CNlaBFzx.d.mts} +11 -1
- package/dist/{types-CTLJYMhN.d.mts.map → types-CNlaBFzx.d.mts.map} +1 -1
- package/dist/{types-CmI1OyQg.mjs → types-CZgK3EMW.mjs} +2 -2
- package/dist/{types-CmI1OyQg.mjs.map → types-CZgK3EMW.mjs.map} +1 -1
- package/dist/{types-BWh2MjmA.d.mts → types-ETmO_jQr.d.mts} +2 -2
- package/dist/{types-BWh2MjmA.d.mts.map → types-ETmO_jQr.d.mts.map} +1 -1
- package/dist/types-tM44hEcf.mjs.map +1 -1
- package/dist/{types-B-gIxFCE.d.mts → types-xIfVRNLp.d.mts} +38 -1
- package/dist/types-xIfVRNLp.d.mts.map +1 -0
- package/dist/{user-JAuc8VUf.mjs → user-DkG2jKCp.mjs} +3 -3
- package/dist/{user-JAuc8VUf.mjs.map → user-DkG2jKCp.mjs.map} +1 -1
- package/dist/{validate-DOFrIb-c.d.mts → validate-CG0V0wNR.d.mts} +3 -3
- package/dist/{validate-DOFrIb-c.d.mts.map → validate-CG0V0wNR.d.mts.map} +1 -1
- package/dist/{validate-BzXHWnkV.mjs → validate-CuJ1Ps9j.mjs} +2 -2
- package/dist/{validate-BzXHWnkV.mjs.map → validate-CuJ1Ps9j.mjs.map} +1 -1
- package/dist/{validation-CY1gk4Ar.mjs → validation-CwUfTdGF.mjs} +6 -6
- package/dist/{validation-CY1gk4Ar.mjs.map → validation-CwUfTdGF.mjs.map} +1 -1
- package/dist/version-BoNBItP_.mjs +7 -0
- package/dist/{version-C0JPFUG8.mjs.map → version-BoNBItP_.mjs.map} +1 -1
- package/dist/{widgets-Dri0spI4.mjs → widgets-BfOZ-ajY.mjs} +2 -2
- package/dist/{widgets-Dri0spI4.mjs.map → widgets-BfOZ-ajY.mjs.map} +1 -1
- package/dist/{zod-generator-xEHODMJf.mjs → zod-generator-gFsRuNNy.mjs} +6 -3
- package/dist/zod-generator-gFsRuNNy.mjs.map +1 -0
- package/package.json +6 -6
- package/src/api/errors.ts +1 -0
- package/src/api/handlers/content.ts +4 -4
- package/src/api/handlers/seo.ts +30 -2
- package/src/api/handlers/taxonomies.ts +5 -1
- package/src/api/schemas/schema.ts +1 -0
- package/src/astro/integration/virtual-modules.ts +15 -0
- package/src/astro/middleware.ts +14 -1
- package/src/astro/routes/api/import/wordpress/media.ts +9 -3
- package/src/astro/routes/api/media/[id]/confirm.ts +62 -2
- package/src/astro/routes/api/media.ts +17 -19
- package/src/astro/routes/sitemap-[collection].xml.ts +5 -4
- package/src/components/EmDashHead.astro +23 -3
- package/src/components/EmDashImage.astro +4 -7
- package/src/components/Image.astro +14 -4
- package/src/components/InlinePortableTextEditor.tsx +48 -1
- package/src/components/JsonLdScript.astro +9 -0
- package/src/database/migrations/036_i18n_menus_and_taxonomies.ts +16 -0
- package/src/database/migrations/046_media_usage_index.ts +115 -0
- package/src/database/migrations/047_restore_taxonomy_parent_index.ts +29 -0
- package/src/database/migrations/runner.ts +4 -0
- package/src/database/repositories/content.ts +8 -5
- package/src/database/repositories/media-usage.ts +444 -0
- package/src/database/repositories/media.ts +9 -1
- package/src/database/types.ts +39 -0
- package/src/emdash-runtime.ts +72 -25
- package/src/index.ts +3 -0
- package/src/loader.ts +110 -31
- package/src/media/enrich.ts +78 -0
- package/src/media/index.ts +1 -0
- package/src/media/local-runtime.ts +19 -0
- package/src/media/normalize.ts +20 -1
- package/src/media/placeholder.ts +29 -9
- package/src/media/types.ts +14 -0
- package/src/media/usage/extractor.ts +302 -0
- package/src/media/usage/types.ts +46 -0
- package/src/object-cache/index.ts +8 -2
- package/src/page/metadata.ts +23 -3
- package/src/plugin-types.ts +12 -0
- package/src/plugins/context.ts +8 -0
- package/src/plugins/define-plugin.ts +14 -5
- package/src/plugins/hooks.ts +66 -33
- package/src/plugins/index.ts +6 -0
- package/src/plugins/manager.ts +33 -0
- package/src/plugins/manifest-schema.ts +3 -0
- package/src/plugins/types.ts +41 -2
- package/src/schema/registry.ts +25 -0
- package/src/schema/types.ts +10 -0
- package/src/schema/zod-generator.ts +9 -1
- package/src/seed/apply.ts +7 -0
- package/src/taxonomies/index.ts +121 -18
- package/dist/api-d_0wi9fW.mjs.map +0 -1
- package/dist/apply-BE9UaWX0.mjs.map +0 -1
- package/dist/byline-fields-Ca56gaT6.d.mts.map +0 -1
- package/dist/content-PoVGKjp0.mjs.map +0 -1
- package/dist/context-Dvws41_A.mjs.map +0 -1
- package/dist/error-lq_fL-RS.mjs.map +0 -1
- package/dist/index-BroXT-vD.d.mts.map +0 -1
- package/dist/loader-BR2SgfEc.mjs.map +0 -1
- package/dist/manifest-schema-BWKnQYQF.mjs.map +0 -1
- package/dist/media-CTjJoJTh.mjs.map +0 -1
- package/dist/menus-GvRSpgIA.mjs.map +0 -1
- package/dist/normalize-ClbNIenm.mjs.map +0 -1
- package/dist/object-cache-SEb2IM4Z.mjs.map +0 -1
- package/dist/placeholder-B0s2mWu5.mjs.map +0 -1
- package/dist/placeholder-QoI4gEzP.d.mts.map +0 -1
- package/dist/redirects-x9eFPeyi.mjs.map +0 -1
- package/dist/registry-CJkCubOJ.mjs.map +0 -1
- package/dist/runner-BsquExlK.mjs.map +0 -1
- package/dist/seo-DCEF-AVr.mjs.map +0 -1
- package/dist/taxonomies-CurpLtNC.mjs.map +0 -1
- package/dist/taxonomies-DhLaNJji.mjs.map +0 -1
- package/dist/types-B-gIxFCE.d.mts.map +0 -1
- package/dist/version-C0JPFUG8.mjs +0 -7
- package/dist/zod-generator-xEHODMJf.mjs.map +0 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
4
|
-
import { t as FTSManager } from "../../../../fts-manager-
|
|
5
|
-
import "../../../../loader-
|
|
6
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
7
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
8
|
-
import { O as searchEnableBody } from "../../../../redirects-
|
|
9
|
-
import "../../../../byline-fields-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
|
+
import { t as FTSManager } from "../../../../fts-manager-BbCCbEKA.mjs";
|
|
5
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
6
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
7
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
8
|
+
import { O as searchEnableBody } from "../../../../redirects-Dcbuisoj.mjs";
|
|
9
|
+
import "../../../../byline-fields-eyJMblSr.mjs";
|
|
10
10
|
import "../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../api/schemas/index.mjs";
|
|
12
|
-
import "../../../../search-
|
|
13
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
12
|
+
import "../../../../search-BR0ZeZmh.mjs";
|
|
13
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
14
14
|
|
|
15
15
|
//#region src/astro/routes/api/search/enable.ts
|
|
16
16
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
4
|
-
import "../../../../fts-manager-
|
|
5
|
-
import "../../../../loader-
|
|
6
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
7
|
-
import { i as parseQuery, t as isParseError } from "../../../../parse-
|
|
8
|
-
import { k as searchQuery } from "../../../../redirects-
|
|
9
|
-
import "../../../../byline-fields-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
|
+
import "../../../../fts-manager-BbCCbEKA.mjs";
|
|
5
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
6
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
7
|
+
import { i as parseQuery, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
8
|
+
import { k as searchQuery } from "../../../../redirects-Dcbuisoj.mjs";
|
|
9
|
+
import "../../../../byline-fields-eyJMblSr.mjs";
|
|
10
10
|
import "../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../api/schemas/index.mjs";
|
|
12
|
-
import { c as searchWithDb } from "../../../../search-
|
|
12
|
+
import { c as searchWithDb } from "../../../../search-BR0ZeZmh.mjs";
|
|
13
13
|
import { hasPermission } from "@emdash-cms/auth";
|
|
14
14
|
|
|
15
15
|
//#region src/astro/routes/api/search/index.ts
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
4
|
-
import { t as FTSManager } from "../../../../fts-manager-
|
|
5
|
-
import "../../../../loader-
|
|
6
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
7
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
8
|
-
import { A as searchRebuildBody } from "../../../../redirects-
|
|
9
|
-
import "../../../../byline-fields-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
|
+
import { t as FTSManager } from "../../../../fts-manager-BbCCbEKA.mjs";
|
|
5
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
6
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
7
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
8
|
+
import { A as searchRebuildBody } from "../../../../redirects-Dcbuisoj.mjs";
|
|
9
|
+
import "../../../../byline-fields-eyJMblSr.mjs";
|
|
10
10
|
import "../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../api/schemas/index.mjs";
|
|
12
|
-
import "../../../../search-
|
|
13
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
12
|
+
import "../../../../search-BR0ZeZmh.mjs";
|
|
13
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
14
14
|
|
|
15
15
|
//#region src/astro/routes/api/search/rebuild.ts
|
|
16
16
|
const prerender = false;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
4
|
-
import "../../../../fts-manager-
|
|
5
|
-
import "../../../../loader-
|
|
6
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
7
|
-
import { i as getSearchStats } from "../../../../search-
|
|
8
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
|
+
import "../../../../fts-manager-BbCCbEKA.mjs";
|
|
5
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
6
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
7
|
+
import { i as getSearchStats } from "../../../../search-BR0ZeZmh.mjs";
|
|
8
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
9
9
|
|
|
10
10
|
//#region src/astro/routes/api/search/stats.ts
|
|
11
11
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
4
|
-
import "../../../../fts-manager-
|
|
5
|
-
import "../../../../loader-
|
|
6
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
7
|
-
import { i as parseQuery, t as isParseError } from "../../../../parse-
|
|
8
|
-
import { N as searchSuggestQuery } from "../../../../redirects-
|
|
9
|
-
import "../../../../byline-fields-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
|
+
import "../../../../fts-manager-BbCCbEKA.mjs";
|
|
5
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
6
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
7
|
+
import { i as parseQuery, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
8
|
+
import { N as searchSuggestQuery } from "../../../../redirects-Dcbuisoj.mjs";
|
|
9
|
+
import "../../../../byline-fields-eyJMblSr.mjs";
|
|
10
10
|
import "../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../api/schemas/index.mjs";
|
|
12
|
-
import { a as getSuggestions } from "../../../../search-
|
|
12
|
+
import { a as getSuggestions } from "../../../../search-BR0ZeZmh.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/search/suggest.ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
4
|
-
import "../../../../loader-
|
|
5
|
-
import { a as handleSectionUpdate, n as handleSectionDelete, r as handleSectionGet } from "../../../../sections-
|
|
6
|
-
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../error-
|
|
7
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
8
|
-
import { B as updateSectionBody } from "../../../../redirects-
|
|
9
|
-
import "../../../../byline-fields-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
5
|
+
import { a as handleSectionUpdate, n as handleSectionDelete, r as handleSectionGet } from "../../../../sections-5J2YJPqJ.mjs";
|
|
6
|
+
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
7
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
8
|
+
import { B as updateSectionBody } from "../../../../redirects-Dcbuisoj.mjs";
|
|
9
|
+
import "../../../../byline-fields-eyJMblSr.mjs";
|
|
10
10
|
import "../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../api/schemas/index.mjs";
|
|
12
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
12
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/sections/[slug].ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
4
|
-
import "../../../../loader-
|
|
5
|
-
import { i as handleSectionList, t as handleSectionCreate } from "../../../../sections-
|
|
6
|
-
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../error-
|
|
7
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-
|
|
8
|
-
import { I as createSectionBody, z as sectionsListQuery } from "../../../../redirects-
|
|
9
|
-
import "../../../../byline-fields-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
5
|
+
import { i as handleSectionList, t as handleSectionCreate } from "../../../../sections-5J2YJPqJ.mjs";
|
|
6
|
+
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../error-rVGiqWDt.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
8
|
+
import { I as createSectionBody, z as sectionsListQuery } from "../../../../redirects-Dcbuisoj.mjs";
|
|
9
|
+
import "../../../../byline-fields-eyJMblSr.mjs";
|
|
10
10
|
import "../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../api/schemas/index.mjs";
|
|
12
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
12
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/sections/index.ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
2
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
3
3
|
import { t as OptionsRepository } from "../../../../options-DTTML-Tx.mjs";
|
|
4
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
5
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
6
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
4
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
5
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
6
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
import { escapeHtml } from "@emdash-cms/auth";
|
|
9
9
|
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import "../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../after-B1IIdH3Y.mjs";
|
|
3
|
-
import "../../../object-cache-
|
|
3
|
+
import "../../../object-cache-CHbHv83-.mjs";
|
|
4
4
|
import "../../../base64-CmWvODNW.mjs";
|
|
5
|
-
import "../../../types-
|
|
6
|
-
import "../../../media-
|
|
5
|
+
import "../../../types-CZgK3EMW.mjs";
|
|
6
|
+
import "../../../media-C5t_eCnk.mjs";
|
|
7
7
|
import "../../../options-DTTML-Tx.mjs";
|
|
8
8
|
import "../../../request-cache-KCNHp_RJ.mjs";
|
|
9
|
-
import "../../../loader-
|
|
10
|
-
import "../../../settings-
|
|
11
|
-
import { n as handleSettingsUpdate, t as handleSettingsGet } from "../../../settings-
|
|
12
|
-
import { a as unwrapResult, r as handleError, t as apiError } from "../../../error-
|
|
13
|
-
import { n as parseBody, t as isParseError } from "../../../parse-
|
|
14
|
-
import { P as settingsUpdateBody } from "../../../redirects-
|
|
15
|
-
import "../../../byline-fields-
|
|
9
|
+
import "../../../loader-BA_zhkS_.mjs";
|
|
10
|
+
import "../../../settings-DJeki-97.mjs";
|
|
11
|
+
import { n as handleSettingsUpdate, t as handleSettingsGet } from "../../../settings-BMNr9Dmi.mjs";
|
|
12
|
+
import { a as unwrapResult, r as handleError, t as apiError } from "../../../error-rVGiqWDt.mjs";
|
|
13
|
+
import { n as parseBody, t as isParseError } from "../../../parse-BwAdS7FZ.mjs";
|
|
14
|
+
import { P as settingsUpdateBody } from "../../../redirects-Dcbuisoj.mjs";
|
|
15
|
+
import "../../../byline-fields-eyJMblSr.mjs";
|
|
16
16
|
import "../../../status-vUK0SA17.mjs";
|
|
17
17
|
import "../../../api/schemas/index.mjs";
|
|
18
|
-
import { n as requirePerm } from "../../../authorize-
|
|
18
|
+
import { n as requirePerm } from "../../../authorize-BZnOGJFo.mjs";
|
|
19
19
|
|
|
20
20
|
//#region src/astro/routes/api/settings.ts
|
|
21
21
|
const prerender = false;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
2
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
3
3
|
import { t as OptionsRepository } from "../../../../options-DTTML-Tx.mjs";
|
|
4
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
5
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
6
|
-
import "../../../../redirects-
|
|
7
|
-
import { l as setupAdminVerifyBody } from "../../../../byline-fields-
|
|
4
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
5
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
6
|
+
import "../../../../redirects-Dcbuisoj.mjs";
|
|
7
|
+
import { l as setupAdminVerifyBody } from "../../../../byline-fields-eyJMblSr.mjs";
|
|
8
8
|
import "../../../../status-vUK0SA17.mjs";
|
|
9
9
|
import "../../../../api/schemas/index.mjs";
|
|
10
10
|
import { n as getPublicOrigin } from "../../../../public-url-CTVqgMmg.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
2
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
3
3
|
import { t as OptionsRepository } from "../../../../options-DTTML-Tx.mjs";
|
|
4
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
5
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
6
|
-
import "../../../../redirects-
|
|
7
|
-
import { c as setupAdminBody } from "../../../../byline-fields-
|
|
4
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
5
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
6
|
+
import "../../../../redirects-Dcbuisoj.mjs";
|
|
7
|
+
import { c as setupAdminBody } from "../../../../byline-fields-eyJMblSr.mjs";
|
|
8
8
|
import "../../../../status-vUK0SA17.mjs";
|
|
9
9
|
import "../../../../api/schemas/index.mjs";
|
|
10
10
|
import { n as getPublicOrigin } from "../../../../public-url-CTVqgMmg.mjs";
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { i as runMigrations } from "../../../../runner-
|
|
1
|
+
import { i as runMigrations } from "../../../../runner-DPdt_Wpa.mjs";
|
|
2
2
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
3
3
|
import "../../../../after-B1IIdH3Y.mjs";
|
|
4
|
-
import "../../../../object-cache-
|
|
5
|
-
import "../../../../content-
|
|
4
|
+
import "../../../../object-cache-CHbHv83-.mjs";
|
|
5
|
+
import "../../../../content-ncUWWjna.mjs";
|
|
6
6
|
import "../../../../base64-CmWvODNW.mjs";
|
|
7
|
-
import "../../../../types-
|
|
8
|
-
import "../../../../media-
|
|
9
|
-
import "../../../../taxonomy-
|
|
7
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
8
|
+
import "../../../../media-C5t_eCnk.mjs";
|
|
9
|
+
import "../../../../taxonomy-BU0LjdVb.mjs";
|
|
10
10
|
import { t as OptionsRepository } from "../../../../options-DTTML-Tx.mjs";
|
|
11
|
-
import "../../../../redirect-
|
|
11
|
+
import "../../../../redirect-_M0trWoo.mjs";
|
|
12
12
|
import "../../../../request-cache-KCNHp_RJ.mjs";
|
|
13
13
|
import "../../../../byline-registry-BOjqDOim.mjs";
|
|
14
|
-
import "../../../../field-defs-cache-
|
|
15
|
-
import "../../../../byline-
|
|
16
|
-
import "../../../../fts-manager-
|
|
17
|
-
import "../../../../registry-
|
|
18
|
-
import "../../../../loader-
|
|
19
|
-
import "../../../../settings-
|
|
14
|
+
import "../../../../field-defs-cache-ljXzJCfc.mjs";
|
|
15
|
+
import "../../../../byline-LL8lyqdb.mjs";
|
|
16
|
+
import "../../../../fts-manager-BbCCbEKA.mjs";
|
|
17
|
+
import "../../../../registry-g8yYt4cC.mjs";
|
|
18
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
19
|
+
import "../../../../settings-DJeki-97.mjs";
|
|
20
20
|
import "../../../../ssrf-BRKb343l.mjs";
|
|
21
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
21
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
22
22
|
import "../../../../ssrf-CcX9zvMK.mjs";
|
|
23
|
-
import { t as validateSeed } from "../../../../validate-
|
|
24
|
-
import { t as applySeed } from "../../../../apply
|
|
25
|
-
import { t as loadSeed } from "../../../../load-
|
|
23
|
+
import { t as validateSeed } from "../../../../validate-CuJ1Ps9j.mjs";
|
|
24
|
+
import { t as applySeed } from "../../../../apply--IVNSdXn.mjs";
|
|
25
|
+
import { t as loadSeed } from "../../../../load-DMjXghbZ.mjs";
|
|
26
26
|
import { n as getPublicOrigin } from "../../../../public-url-CTVqgMmg.mjs";
|
|
27
27
|
import "../../../../api-tokens-B4BQybOp.mjs";
|
|
28
28
|
import { n as handleApiTokenCreate, t as deleteApiTokensByName } from "../../../../api-tokens-D6ppjIVi.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
2
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
3
3
|
import { t as OptionsRepository } from "../../../../options-DTTML-Tx.mjs";
|
|
4
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
4
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/setup/dev-reset.ts
|
|
7
7
|
const prerender = false;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { i as runMigrations } from "../../../../runner-
|
|
1
|
+
import { i as runMigrations } from "../../../../runner-DPdt_Wpa.mjs";
|
|
2
2
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
3
3
|
import "../../../../after-B1IIdH3Y.mjs";
|
|
4
|
-
import "../../../../object-cache-
|
|
5
|
-
import "../../../../content-
|
|
4
|
+
import "../../../../object-cache-CHbHv83-.mjs";
|
|
5
|
+
import "../../../../content-ncUWWjna.mjs";
|
|
6
6
|
import "../../../../base64-CmWvODNW.mjs";
|
|
7
|
-
import "../../../../types-
|
|
8
|
-
import "../../../../media-
|
|
9
|
-
import "../../../../taxonomy-
|
|
7
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
8
|
+
import "../../../../media-C5t_eCnk.mjs";
|
|
9
|
+
import "../../../../taxonomy-BU0LjdVb.mjs";
|
|
10
10
|
import { t as OptionsRepository } from "../../../../options-DTTML-Tx.mjs";
|
|
11
|
-
import "../../../../redirect-
|
|
11
|
+
import "../../../../redirect-_M0trWoo.mjs";
|
|
12
12
|
import "../../../../request-cache-KCNHp_RJ.mjs";
|
|
13
13
|
import "../../../../byline-registry-BOjqDOim.mjs";
|
|
14
|
-
import "../../../../field-defs-cache-
|
|
15
|
-
import "../../../../byline-
|
|
16
|
-
import "../../../../fts-manager-
|
|
17
|
-
import "../../../../registry-
|
|
18
|
-
import "../../../../loader-
|
|
19
|
-
import "../../../../settings-
|
|
14
|
+
import "../../../../field-defs-cache-ljXzJCfc.mjs";
|
|
15
|
+
import "../../../../byline-LL8lyqdb.mjs";
|
|
16
|
+
import "../../../../fts-manager-BbCCbEKA.mjs";
|
|
17
|
+
import "../../../../registry-g8yYt4cC.mjs";
|
|
18
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
19
|
+
import "../../../../settings-DJeki-97.mjs";
|
|
20
20
|
import "../../../../ssrf-BRKb343l.mjs";
|
|
21
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
22
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
23
|
-
import "../../../../redirects-
|
|
24
|
-
import { d as setupBody } from "../../../../byline-fields-
|
|
21
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
22
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
23
|
+
import "../../../../redirects-Dcbuisoj.mjs";
|
|
24
|
+
import { d as setupBody } from "../../../../byline-fields-eyJMblSr.mjs";
|
|
25
25
|
import "../../../../status-vUK0SA17.mjs";
|
|
26
26
|
import "../../../../api/schemas/index.mjs";
|
|
27
27
|
import "../../../../ssrf-CcX9zvMK.mjs";
|
|
28
|
-
import { t as validateSeed } from "../../../../validate-
|
|
29
|
-
import { t as applySeed } from "../../../../apply
|
|
30
|
-
import { t as loadSeed } from "../../../../load-
|
|
28
|
+
import { t as validateSeed } from "../../../../validate-CuJ1Ps9j.mjs";
|
|
29
|
+
import { t as applySeed } from "../../../../apply--IVNSdXn.mjs";
|
|
30
|
+
import { t as loadSeed } from "../../../../load-DMjXghbZ.mjs";
|
|
31
31
|
import { n as getPublicOrigin } from "../../../../public-url-CTVqgMmg.mjs";
|
|
32
32
|
import { t as getAuthMode } from "../../../../mode-BB0F8xTC.mjs";
|
|
33
33
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
3
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
4
|
-
import { n as loadUserSeed } from "../../../../load-
|
|
2
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
3
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
4
|
+
import { n as loadUserSeed } from "../../../../load-DMjXghbZ.mjs";
|
|
5
5
|
import { t as getAuthMode } from "../../../../mode-BB0F8xTC.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/astro/routes/api/setup/status.ts
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../types-
|
|
3
|
+
import "../../../types-CZgK3EMW.mjs";
|
|
4
4
|
import "../../../options-DTTML-Tx.mjs";
|
|
5
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../error-
|
|
5
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../error-rVGiqWDt.mjs";
|
|
6
6
|
import { n as getPublicOrigin } from "../../../public-url-CTVqgMmg.mjs";
|
|
7
7
|
import { i as resolveSecretsCached } from "../../../secrets-BSf9pRRY.mjs";
|
|
8
8
|
import { t as resolveSessionUser } from "../../../session-user-B8aLtKAH.mjs";
|
|
9
|
-
import { n as requirePerm } from "../../../authorize-
|
|
9
|
+
import { n as requirePerm } from "../../../authorize-BZnOGJFo.mjs";
|
|
10
10
|
import { sql } from "kysely";
|
|
11
11
|
|
|
12
12
|
//#region src/api/handlers/snapshot.ts
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import "../../../../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../../../../after-B1IIdH3Y.mjs";
|
|
3
|
-
import "../../../../../../../object-cache-
|
|
3
|
+
import "../../../../../../../object-cache-CHbHv83-.mjs";
|
|
4
4
|
import "../../../../../../../base64-CmWvODNW.mjs";
|
|
5
|
-
import "../../../../../../../types-
|
|
6
|
-
import "../../../../../../../taxonomy-
|
|
5
|
+
import "../../../../../../../types-CZgK3EMW.mjs";
|
|
6
|
+
import "../../../../../../../taxonomy-BU0LjdVb.mjs";
|
|
7
7
|
import "../../../../../../../request-cache-KCNHp_RJ.mjs";
|
|
8
|
-
import "../../../../../../../loader-
|
|
8
|
+
import "../../../../../../../loader-BA_zhkS_.mjs";
|
|
9
9
|
import "../../../../../../../resolve-C7I0qiR0.mjs";
|
|
10
|
-
import "../../../../../../../taxonomies-
|
|
11
|
-
import { a as handleTermGet, r as handleTermCreate, s as handleTermTranslations } from "../../../../../../../taxonomies-
|
|
12
|
-
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../../../../error-
|
|
13
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../../parse-
|
|
14
|
-
import { Fn as localeFilterQuery } from "../../../../../../../redirects-
|
|
15
|
-
import "../../../../../../../byline-fields-
|
|
10
|
+
import "../../../../../../../taxonomies-D13i2ctt.mjs";
|
|
11
|
+
import { a as handleTermGet, r as handleTermCreate, s as handleTermTranslations } from "../../../../../../../taxonomies-CM_fUqLU.mjs";
|
|
12
|
+
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../../../../error-rVGiqWDt.mjs";
|
|
13
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../../parse-BwAdS7FZ.mjs";
|
|
14
|
+
import { Fn as localeFilterQuery } from "../../../../../../../redirects-Dcbuisoj.mjs";
|
|
15
|
+
import "../../../../../../../byline-fields-eyJMblSr.mjs";
|
|
16
16
|
import "../../../../../../../status-vUK0SA17.mjs";
|
|
17
17
|
import "../../../../../../../api/schemas/index.mjs";
|
|
18
|
-
import { n as requirePerm } from "../../../../../../../authorize-
|
|
18
|
+
import { n as requirePerm } from "../../../../../../../authorize-BZnOGJFo.mjs";
|
|
19
19
|
import { z } from "zod";
|
|
20
20
|
|
|
21
21
|
//#region src/astro/routes/api/taxonomies/[name]/terms/[slug]/translations.ts
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import "../../../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../../../after-B1IIdH3Y.mjs";
|
|
3
|
-
import "../../../../../../object-cache-
|
|
3
|
+
import "../../../../../../object-cache-CHbHv83-.mjs";
|
|
4
4
|
import "../../../../../../base64-CmWvODNW.mjs";
|
|
5
|
-
import "../../../../../../types-
|
|
6
|
-
import "../../../../../../taxonomy-
|
|
5
|
+
import "../../../../../../types-CZgK3EMW.mjs";
|
|
6
|
+
import "../../../../../../taxonomy-BU0LjdVb.mjs";
|
|
7
7
|
import "../../../../../../request-cache-KCNHp_RJ.mjs";
|
|
8
|
-
import "../../../../../../loader-
|
|
8
|
+
import "../../../../../../loader-BA_zhkS_.mjs";
|
|
9
9
|
import "../../../../../../resolve-C7I0qiR0.mjs";
|
|
10
|
-
import "../../../../../../taxonomies-
|
|
11
|
-
import { a as handleTermGet, c as handleTermUpdate, i as handleTermDelete } from "../../../../../../taxonomies-
|
|
12
|
-
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../../../error-
|
|
13
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../parse-
|
|
14
|
-
import { Fn as localeFilterQuery, Q as updateTermBody } from "../../../../../../redirects-
|
|
15
|
-
import "../../../../../../byline-fields-
|
|
10
|
+
import "../../../../../../taxonomies-D13i2ctt.mjs";
|
|
11
|
+
import { a as handleTermGet, c as handleTermUpdate, i as handleTermDelete } from "../../../../../../taxonomies-CM_fUqLU.mjs";
|
|
12
|
+
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../../../error-rVGiqWDt.mjs";
|
|
13
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../parse-BwAdS7FZ.mjs";
|
|
14
|
+
import { Fn as localeFilterQuery, Q as updateTermBody } from "../../../../../../redirects-Dcbuisoj.mjs";
|
|
15
|
+
import "../../../../../../byline-fields-eyJMblSr.mjs";
|
|
16
16
|
import "../../../../../../status-vUK0SA17.mjs";
|
|
17
17
|
import "../../../../../../api/schemas/index.mjs";
|
|
18
|
-
import { n as requirePerm } from "../../../../../../authorize-
|
|
18
|
+
import { n as requirePerm } from "../../../../../../authorize-BZnOGJFo.mjs";
|
|
19
19
|
|
|
20
20
|
//#region src/astro/routes/api/taxonomies/[name]/terms/[slug].ts
|
|
21
21
|
const prerender = false;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import "../../../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../../../after-B1IIdH3Y.mjs";
|
|
3
|
-
import "../../../../../../object-cache-
|
|
3
|
+
import "../../../../../../object-cache-CHbHv83-.mjs";
|
|
4
4
|
import "../../../../../../base64-CmWvODNW.mjs";
|
|
5
|
-
import "../../../../../../types-
|
|
6
|
-
import "../../../../../../taxonomy-
|
|
5
|
+
import "../../../../../../types-CZgK3EMW.mjs";
|
|
6
|
+
import "../../../../../../taxonomy-BU0LjdVb.mjs";
|
|
7
7
|
import "../../../../../../request-cache-KCNHp_RJ.mjs";
|
|
8
|
-
import "../../../../../../loader-
|
|
8
|
+
import "../../../../../../loader-BA_zhkS_.mjs";
|
|
9
9
|
import "../../../../../../resolve-C7I0qiR0.mjs";
|
|
10
|
-
import "../../../../../../taxonomies-
|
|
11
|
-
import { o as handleTermList, r as handleTermCreate } from "../../../../../../taxonomies-
|
|
12
|
-
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../../../error-
|
|
13
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../parse-
|
|
14
|
-
import { Fn as localeFilterQuery, H as createTermBody } from "../../../../../../redirects-
|
|
15
|
-
import "../../../../../../byline-fields-
|
|
10
|
+
import "../../../../../../taxonomies-D13i2ctt.mjs";
|
|
11
|
+
import { o as handleTermList, r as handleTermCreate } from "../../../../../../taxonomies-CM_fUqLU.mjs";
|
|
12
|
+
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../../../error-rVGiqWDt.mjs";
|
|
13
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../parse-BwAdS7FZ.mjs";
|
|
14
|
+
import { Fn as localeFilterQuery, H as createTermBody } from "../../../../../../redirects-Dcbuisoj.mjs";
|
|
15
|
+
import "../../../../../../byline-fields-eyJMblSr.mjs";
|
|
16
16
|
import "../../../../../../status-vUK0SA17.mjs";
|
|
17
17
|
import "../../../../../../api/schemas/index.mjs";
|
|
18
|
-
import { n as requirePerm } from "../../../../../../authorize-
|
|
18
|
+
import { n as requirePerm } from "../../../../../../authorize-BZnOGJFo.mjs";
|
|
19
19
|
|
|
20
20
|
//#region src/astro/routes/api/taxonomies/[name]/terms/index.ts
|
|
21
21
|
const prerender = false;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../after-B1IIdH3Y.mjs";
|
|
3
|
-
import "../../../../object-cache-
|
|
3
|
+
import "../../../../object-cache-CHbHv83-.mjs";
|
|
4
4
|
import "../../../../base64-CmWvODNW.mjs";
|
|
5
|
-
import "../../../../types-
|
|
6
|
-
import "../../../../taxonomy-
|
|
5
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
6
|
+
import "../../../../taxonomy-BU0LjdVb.mjs";
|
|
7
7
|
import "../../../../request-cache-KCNHp_RJ.mjs";
|
|
8
|
-
import "../../../../loader-
|
|
8
|
+
import "../../../../loader-BA_zhkS_.mjs";
|
|
9
9
|
import "../../../../resolve-C7I0qiR0.mjs";
|
|
10
|
-
import "../../../../taxonomies-
|
|
11
|
-
import { n as handleTaxonomyList, t as handleTaxonomyCreate } from "../../../../taxonomies-
|
|
12
|
-
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../error-
|
|
13
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-
|
|
14
|
-
import { Fn as localeFilterQuery, V as createTaxonomyDefBody } from "../../../../redirects-
|
|
15
|
-
import "../../../../byline-fields-
|
|
10
|
+
import "../../../../taxonomies-D13i2ctt.mjs";
|
|
11
|
+
import { n as handleTaxonomyList, t as handleTaxonomyCreate } from "../../../../taxonomies-CM_fUqLU.mjs";
|
|
12
|
+
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../error-rVGiqWDt.mjs";
|
|
13
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-BwAdS7FZ.mjs";
|
|
14
|
+
import { Fn as localeFilterQuery, V as createTaxonomyDefBody } from "../../../../redirects-Dcbuisoj.mjs";
|
|
15
|
+
import "../../../../byline-fields-eyJMblSr.mjs";
|
|
16
16
|
import "../../../../status-vUK0SA17.mjs";
|
|
17
17
|
import "../../../../api/schemas/index.mjs";
|
|
18
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
18
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
19
19
|
|
|
20
20
|
//#region src/astro/routes/api/taxonomies/index.ts
|
|
21
21
|
const prerender = false;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "../../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
3
|
+
import "../../../../types-CZgK3EMW.mjs";
|
|
4
4
|
import "../../../../options-DTTML-Tx.mjs";
|
|
5
|
-
import { n as apiSuccess, t as apiError } from "../../../../error-
|
|
5
|
+
import { n as apiSuccess, t as apiError } from "../../../../error-rVGiqWDt.mjs";
|
|
6
6
|
import { n as getPublicOrigin } from "../../../../public-url-CTVqgMmg.mjs";
|
|
7
7
|
import { i as resolveSecretsCached } from "../../../../secrets-BSf9pRRY.mjs";
|
|
8
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
8
|
+
import { n as requirePerm } from "../../../../authorize-BZnOGJFo.mjs";
|
|
9
9
|
|
|
10
10
|
//#region src/astro/routes/api/themes/preview.ts
|
|
11
11
|
const prerender = false;
|