emdash 0.23.0 → 0.24.1
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.mjs +10 -10
- package/dist/api/schemas/index.d.mts +1 -1
- package/dist/{api-BQ_yKRdG.mjs → api-d_0wi9fW.mjs} +13 -13
- package/dist/{api-BQ_yKRdG.mjs.map → api-d_0wi9fW.mjs.map} +1 -1
- package/dist/{apply-CWRyxIoO.mjs → apply-BE9UaWX0.mjs} +16 -16
- package/dist/{apply-CWRyxIoO.mjs.map → apply-BE9UaWX0.mjs.map} +1 -1
- package/dist/astro/index.d.mts +2 -2
- package/dist/astro/index.mjs +25 -6
- package/dist/astro/index.mjs.map +1 -1
- package/dist/astro/middleware/auth.d.mts +2 -2
- package/dist/astro/middleware/auth.mjs +2 -2
- package/dist/astro/middleware/redirect.mjs +4 -4
- package/dist/astro/middleware.d.mts.map +1 -1
- package/dist/astro/middleware.mjs +46 -46
- package/dist/astro/middleware.mjs.map +1 -1
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +3 -3
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +3 -3
- 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 +4 -4
- package/dist/astro/routes/api/admin/byline-fields/index.mjs +4 -4
- package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +4 -4
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +9 -9
- package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +9 -9
- package/dist/astro/routes/api/admin/bylines/index.mjs +9 -9
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +7 -7
- package/dist/astro/routes/api/admin/comments/_id_.mjs +5 -5
- package/dist/astro/routes/api/admin/comments/bulk.mjs +6 -6
- package/dist/astro/routes/api/admin/comments/counts.mjs +5 -5
- package/dist/astro/routes/api/admin/comments/index.mjs +6 -6
- 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 +26 -26
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +27 -27
- package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs +27 -27
- package/dist/astro/routes/api/admin/plugins/updates.mjs +26 -26
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +3 -3
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +26 -26
- 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 +3 -3
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +2 -2
- package/dist/astro/routes/api/admin/users/index.mjs +3 -3
- 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 +3 -3
- package/dist/astro/routes/api/auth/invite/index.mjs +3 -3
- package/dist/astro/routes/api/auth/invite/register-options.mjs +3 -3
- package/dist/astro/routes/api/auth/logout.mjs +2 -2
- package/dist/astro/routes/api/auth/magic-link/send.mjs +4 -4
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +2 -2
- package/dist/astro/routes/api/auth/me.mjs +4 -4
- package/dist/astro/routes/api/auth/passkey/_id_.mjs +3 -3
- package/dist/astro/routes/api/auth/passkey/index.mjs +2 -2
- package/dist/astro/routes/api/auth/passkey/options.mjs +4 -4
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +3 -3
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +3 -3
- package/dist/astro/routes/api/auth/passkey/verify.mjs +3 -3
- package/dist/astro/routes/api/auth/signup/complete.mjs +3 -3
- package/dist/astro/routes/api/auth/signup/request.mjs +4 -4
- package/dist/astro/routes/api/auth/signup/verify.mjs +2 -2
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +6 -6
- package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +6 -6
- 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 +4 -4
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +4 -4
- 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 +4 -4
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +8 -8
- 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 +4 -4
- package/dist/astro/routes/api/content/_collection_/authors.mjs +3 -3
- package/dist/astro/routes/api/content/_collection_/index.mjs +4 -4
- package/dist/astro/routes/api/content/_collection_/trash.mjs +4 -4
- package/dist/astro/routes/api/dashboard.mjs +7 -7
- package/dist/astro/routes/api/dev/emails.mjs +2 -2
- package/dist/astro/routes/api/import/probe.mjs +4 -4
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +3 -3
- package/dist/astro/routes/api/import/wordpress/execute.d.mts +2 -2
- package/dist/astro/routes/api/import/wordpress/execute.mjs +8 -8
- package/dist/astro/routes/api/import/wordpress/media.mjs +4 -4
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +6 -6
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +5 -5
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +4 -4
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +6 -6
- package/dist/astro/routes/api/manifest.mjs +3 -3
- package/dist/astro/routes/api/mcp.mjs +34 -34
- package/dist/astro/routes/api/media/_id_/confirm.mjs +4 -4
- package/dist/astro/routes/api/media/_id_.mjs +4 -4
- 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 +4 -4
- package/dist/astro/routes/api/media.mjs +5 -5
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +5 -5
- package/dist/astro/routes/api/menus/_name_/items.mjs +5 -5
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +5 -5
- package/dist/astro/routes/api/menus/_name_/translations.mjs +5 -5
- package/dist/astro/routes/api/menus/_name_.mjs +5 -5
- package/dist/astro/routes/api/menus/index.mjs +5 -5
- 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 +2 -2
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +3 -3
- package/dist/astro/routes/api/redirects/404s/index.mjs +6 -6
- package/dist/astro/routes/api/redirects/404s/summary.mjs +6 -6
- package/dist/astro/routes/api/redirects/_id_.mjs +7 -7
- package/dist/astro/routes/api/redirects/index.mjs +7 -7
- 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 +26 -26
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +26 -26
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +26 -26
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +26 -26
- package/dist/astro/routes/api/schema/collections/index.mjs +26 -26
- package/dist/astro/routes/api/schema/index.mjs +6 -6
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +26 -26
- package/dist/astro/routes/api/schema/orphans/index.mjs +26 -26
- package/dist/astro/routes/api/search/enable.mjs +7 -7
- package/dist/astro/routes/api/search/index.mjs +6 -6
- package/dist/astro/routes/api/search/rebuild.mjs +7 -7
- package/dist/astro/routes/api/search/stats.mjs +6 -6
- package/dist/astro/routes/api/search/suggest.mjs +6 -6
- package/dist/astro/routes/api/sections/_slug_.mjs +6 -6
- package/dist/astro/routes/api/sections/index.mjs +6 -6
- package/dist/astro/routes/api/settings/email.mjs +4 -4
- package/dist/astro/routes/api/settings.mjs +8 -8
- package/dist/astro/routes/api/setup/admin-verify.mjs +3 -3
- package/dist/astro/routes/api/setup/admin.mjs +3 -3
- package/dist/astro/routes/api/setup/dev-bypass.mjs +16 -16
- package/dist/astro/routes/api/setup/dev-reset.mjs +2 -2
- package/dist/astro/routes/api/setup/index.mjs +17 -17
- 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 +8 -8
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +8 -8
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +8 -8
- package/dist/astro/routes/api/taxonomies/index.mjs +8 -8
- 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 +4 -4
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +6 -6
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +6 -6
- package/dist/astro/routes/api/widget-areas/_name_.mjs +5 -5
- package/dist/astro/routes/api/widget-areas/index.mjs +6 -6
- package/dist/astro/routes/api/widget-components.mjs +2 -2
- package/dist/astro/routes/robots.txt.mjs +4 -4
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +4 -4
- package/dist/astro/routes/sitemap.xml.mjs +4 -4
- package/dist/astro/types.d.mts +2 -2
- package/dist/{authorize-Cse0k7B0.mjs → authorize-B__u-iZJ.mjs} +2 -2
- package/dist/{authorize-Cse0k7B0.mjs.map → authorize-B__u-iZJ.mjs.map} +1 -1
- package/dist/{byline-DVo-liaP.mjs → byline-C-YajfV7.mjs} +5 -5
- package/dist/{byline-DVo-liaP.mjs.map → byline-C-YajfV7.mjs.map} +1 -1
- package/dist/{byline-fields-RFPkDLRw.d.mts → byline-fields-Ca56gaT6.d.mts} +6 -6
- package/dist/{byline-fields-RFPkDLRw.d.mts.map → byline-fields-Ca56gaT6.d.mts.map} +1 -1
- package/dist/{bylines-f5ppBpD5.mjs → bylines-BMtJnPnG.mjs} +5 -5
- package/dist/{bylines-f5ppBpD5.mjs.map → bylines-BMtJnPnG.mjs.map} +1 -1
- package/dist/{bylines-pIKgc_TL.mjs → bylines-D4KADDAi.mjs} +4 -4
- package/dist/{bylines-pIKgc_TL.mjs.map → bylines-D4KADDAi.mjs.map} +1 -1
- package/dist/{cache-Q6V4U-Xz.mjs → cache-BUJe2w6Z.mjs} +2 -2
- package/dist/{cache-Q6V4U-Xz.mjs.map → cache-BUJe2w6Z.mjs.map} +1 -1
- package/dist/{chunks-SyjZaYwV.mjs → chunks-BHgcHh2C.mjs} +2 -2
- package/dist/{chunks-SyjZaYwV.mjs.map → chunks-BHgcHh2C.mjs.map} +1 -1
- package/dist/cli/index.mjs +17 -17
- package/dist/cli/index.mjs.map +1 -1
- package/dist/{comment-80UyJJUR.mjs → comment-BDx50EX5.mjs} +2 -2
- package/dist/{comment-80UyJJUR.mjs.map → comment-BDx50EX5.mjs.map} +1 -1
- package/dist/{comment-reaction-Dyb-AutY.mjs → comment-reaction-Gv_pgfI3.mjs} +2 -2
- package/dist/{comment-reaction-Dyb-AutY.mjs.map → comment-reaction-Gv_pgfI3.mjs.map} +1 -1
- package/dist/{comments-Cczx7AvD.mjs → comments-CXHuQ6jI.mjs} +3 -3
- package/dist/{comments-Cczx7AvD.mjs.map → comments-CXHuQ6jI.mjs.map} +1 -1
- package/dist/{content-2PTDNnoh.mjs → content-PoVGKjp0.mjs} +3 -3
- package/dist/{content-2PTDNnoh.mjs.map → content-PoVGKjp0.mjs.map} +1 -1
- package/dist/{context-B1W8soLv.mjs → context-Dvws41_A.mjs} +7 -7
- package/dist/{context-B1W8soLv.mjs.map → context-Dvws41_A.mjs.map} +1 -1
- package/dist/{dashboard-CYjpQZ6-.mjs → dashboard-DsYU8JKS.mjs} +4 -4
- package/dist/{dashboard-CYjpQZ6-.mjs.map → dashboard-DsYU8JKS.mjs.map} +1 -1
- package/dist/db/index.mjs +1 -1
- package/dist/{error-Bl6kZgtt.mjs → error-lq_fL-RS.mjs} +2 -2
- package/dist/{error-Bl6kZgtt.mjs.map → error-lq_fL-RS.mjs.map} +1 -1
- package/dist/{field-defs-cache-ztrdzUGb.mjs → field-defs-cache-CYYx8xlG.mjs} +2 -2
- package/dist/{field-defs-cache-ztrdzUGb.mjs.map → field-defs-cache-CYYx8xlG.mjs.map} +1 -1
- package/dist/{fts-manager-CQuHt-vS.mjs → fts-manager-DW_NR-Fs.mjs} +2 -2
- package/dist/{fts-manager-CQuHt-vS.mjs.map → fts-manager-DW_NR-Fs.mjs.map} +1 -1
- package/dist/{index-BaIj5hIq.d.mts → index-BroXT-vD.d.mts} +98 -22
- package/dist/index-BroXT-vD.d.mts.map +1 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +36 -36
- package/dist/{load-BNo-ER8C.mjs → load-DMFi4n1p.mjs} +2 -2
- package/dist/{load-BNo-ER8C.mjs.map → load-DMFi4n1p.mjs.map} +1 -1
- package/dist/{loader-Dn74CG1b.mjs → loader-BR2SgfEc.mjs} +10 -4
- package/dist/loader-BR2SgfEc.mjs.map +1 -0
- package/dist/media/local-runtime.d.mts +2 -2
- package/dist/media/local-runtime.mjs +4 -4
- package/dist/{media-Bw0sA6rb.mjs → media-CTjJoJTh.mjs} +2 -2
- package/dist/{media-Bw0sA6rb.mjs.map → media-CTjJoJTh.mjs.map} +1 -1
- package/dist/{menus-CYs0WZoL.mjs → menus-8O6xNcYW.mjs} +2 -2
- package/dist/{menus-CYs0WZoL.mjs.map → menus-8O6xNcYW.mjs.map} +1 -1
- package/dist/{menus-DS8VTZgo.mjs → menus-GvRSpgIA.mjs} +5 -5
- package/dist/{menus-DS8VTZgo.mjs.map → menus-GvRSpgIA.mjs.map} +1 -1
- package/dist/{parse-C9hpjUyY.mjs → parse-DHI873qU.mjs} +2 -2
- package/dist/{parse-C9hpjUyY.mjs.map → parse-DHI873qU.mjs.map} +1 -1
- package/dist/plugin-utils.d.mts +2 -2
- package/dist/plugins/adapt-sandbox-entry.d.mts +2 -2
- package/dist/{query-DgUHZLWB.mjs → query-DZdlS6Cu.mjs} +23 -16
- package/dist/query-DZdlS6Cu.mjs.map +1 -0
- package/dist/{rate-limit-BuQ5d4X_.mjs → rate-limit-D1Y6VFVP.mjs} +2 -2
- package/dist/{rate-limit-BuQ5d4X_.mjs.map → rate-limit-D1Y6VFVP.mjs.map} +1 -1
- package/dist/{redirect-Bifv_yHv.mjs → redirect-C1KVGYWe.mjs} +2 -2
- package/dist/{redirect-Bifv_yHv.mjs.map → redirect-C1KVGYWe.mjs.map} +1 -1
- package/dist/{redirects-BZ8Mxn8H.mjs → redirects-DgnypVir.mjs} +3 -3
- package/dist/{redirects-BZ8Mxn8H.mjs.map → redirects-DgnypVir.mjs.map} +1 -1
- package/dist/{registry-CK1SS6pi.mjs → registry-CJkCubOJ.mjs} +4 -4
- package/dist/{registry-CK1SS6pi.mjs.map → registry-CJkCubOJ.mjs.map} +1 -1
- package/dist/{runner-DYYnW530.mjs → runner-BsquExlK.mjs} +246 -174
- package/dist/runner-BsquExlK.mjs.map +1 -0
- package/dist/runner-CEtq-6Sm.d.mts.map +1 -1
- package/dist/runtime.d.mts +2 -2
- package/dist/runtime.mjs +2 -2
- package/dist/{schema-CbFRFoM7.mjs → schema-DMjXuvNU.mjs} +4 -4
- package/dist/{schema-CbFRFoM7.mjs.map → schema-DMjXuvNU.mjs.map} +1 -1
- package/dist/{search-C-waE_YW.mjs → search-D1wKk3lc.mjs} +4 -4
- package/dist/{search-C-waE_YW.mjs.map → search-D1wKk3lc.mjs.map} +1 -1
- package/dist/{sections-osX9U-YJ.mjs → sections-CCMic8dB.mjs} +3 -3
- package/dist/{sections-osX9U-YJ.mjs.map → sections-CCMic8dB.mjs.map} +1 -1
- package/dist/seed/index.mjs +14 -14
- package/dist/{seo-4FovMwNS.mjs → seo-3QrZ1EPT.mjs} +2 -2
- package/dist/{seo-4FovMwNS.mjs.map → seo-3QrZ1EPT.mjs.map} +1 -1
- package/dist/{service-jby1RRmU.mjs → service-CQHK_10l.mjs} +2 -2
- package/dist/{service-jby1RRmU.mjs.map → service-CQHK_10l.mjs.map} +1 -1
- package/dist/{settings-4bRT2NIf.mjs → settings-C3Yi5Co3.mjs} +3 -3
- package/dist/{settings-4bRT2NIf.mjs.map → settings-C3Yi5Co3.mjs.map} +1 -1
- package/dist/{settings-t-H2jPuJ.mjs → settings-D9rvaLuY.mjs} +3 -3
- package/dist/{settings-t-H2jPuJ.mjs.map → settings-D9rvaLuY.mjs.map} +1 -1
- package/dist/{taxonomies-Dxrc_szG.mjs → taxonomies-CurpLtNC.mjs} +29 -21
- package/dist/taxonomies-CurpLtNC.mjs.map +1 -0
- package/dist/{taxonomies-BBB8O-CU.mjs → taxonomies-DhLaNJji.mjs} +34 -27
- package/dist/taxonomies-DhLaNJji.mjs.map +1 -0
- package/dist/{taxonomy-B2HQuVf5.mjs → taxonomy-BBUlGug5.mjs} +33 -7
- package/dist/taxonomy-BBUlGug5.mjs.map +1 -0
- package/dist/{types-DXOIbece.mjs → types-CmI1OyQg.mjs} +2 -2
- package/dist/{types-DXOIbece.mjs.map → types-CmI1OyQg.mjs.map} +1 -1
- package/dist/{user-Db-Rti_z.mjs → user-JAuc8VUf.mjs} +3 -3
- package/dist/{user-Db-Rti_z.mjs.map → user-JAuc8VUf.mjs.map} +1 -1
- package/dist/{validate-0Utjspbs.mjs → validate-BzXHWnkV.mjs} +2 -2
- package/dist/{validate-0Utjspbs.mjs.map → validate-BzXHWnkV.mjs.map} +1 -1
- package/dist/{validation-D9EnzH1T.mjs → validation-CY1gk4Ar.mjs} +5 -5
- package/dist/{validation-D9EnzH1T.mjs.map → validation-CY1gk4Ar.mjs.map} +1 -1
- package/dist/version-C0JPFUG8.mjs +7 -0
- package/dist/{version-BgVM_1MU.mjs.map → version-C0JPFUG8.mjs.map} +1 -1
- package/dist/{widgets-BSTzPUYa.mjs → widgets-Dri0spI4.mjs} +2 -2
- package/dist/{widgets-BSTzPUYa.mjs.map → widgets-Dri0spI4.mjs.map} +1 -1
- package/dist/{zod-generator-ElVQOav7.mjs → zod-generator-xEHODMJf.mjs} +2 -2
- package/dist/{zod-generator-ElVQOav7.mjs.map → zod-generator-xEHODMJf.mjs.map} +1 -1
- package/package.json +6 -6
- package/src/api/handlers/taxonomies.ts +62 -32
- package/src/astro/integration/shims/use-sync-external-store-with-selector.js +71 -0
- package/src/astro/integration/shims/use-sync-external-store.js +1 -0
- package/src/astro/integration/vite-config.ts +47 -8
- package/src/astro/middleware.ts +13 -3
- package/src/cli/commands/export-seed.ts +5 -4
- package/src/database/migrations/045_taxonomy_parent_group.ts +68 -0
- package/src/database/migrations/runner.ts +2 -0
- package/src/database/repositories/taxonomy.ts +50 -7
- package/src/loader.ts +64 -8
- package/src/query.ts +93 -18
- package/src/taxonomies/index.ts +20 -8
- package/dist/index-BaIj5hIq.d.mts.map +0 -1
- package/dist/loader-Dn74CG1b.mjs.map +0 -1
- package/dist/query-DgUHZLWB.mjs.map +0 -1
- package/dist/runner-DYYnW530.mjs.map +0 -1
- package/dist/taxonomies-BBB8O-CU.mjs.map +0 -1
- package/dist/taxonomies-Dxrc_szG.mjs.map +0 -1
- package/dist/taxonomy-B2HQuVf5.mjs.map +0 -1
- package/dist/version-BgVM_1MU.mjs +0 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { n as apiSuccess, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { n as apiSuccess, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { n as requirePerm } from "../../../../../authorize-B__u-iZJ.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/media/providers/index.ts
|
|
7
7
|
const prerender = false;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
2
|
+
import "../../../../types-CmI1OyQg.mjs";
|
|
3
3
|
import { n as normalizeMime, t as matchesMimeAllowlist } from "../../../../mime-BTzvzJ8M.mjs";
|
|
4
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
5
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
4
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-lq_fL-RS.mjs";
|
|
5
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-DHI873qU.mjs";
|
|
6
6
|
import { Bt as DEFAULT_MAX_UPLOAD_SIZE, Zt as mediaUploadUrlBody } from "../../../../redirects-x9eFPeyi.mjs";
|
|
7
7
|
import "../../../../byline-fields-B-KXkg5R.mjs";
|
|
8
8
|
import "../../../../status-vUK0SA17.mjs";
|
|
9
9
|
import "../../../../api/schemas/index.mjs";
|
|
10
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
10
|
+
import { n as requirePerm } from "../../../../authorize-B__u-iZJ.mjs";
|
|
11
11
|
import { n as resolveFieldAllowlist, t as GLOBAL_UPLOAD_ALLOWLIST } from "../../../../media-allowlist-B77I5_bw.mjs";
|
|
12
12
|
import { ulid } from "ulidx";
|
|
13
13
|
import * as path from "node:path";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../types-
|
|
3
|
-
import { t as MediaRepository } from "../../../media-
|
|
2
|
+
import "../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { t as MediaRepository } from "../../../media-CTjJoJTh.mjs";
|
|
4
4
|
import { t as generatePlaceholder } from "../../../placeholder-B0s2mWu5.mjs";
|
|
5
5
|
import { n as normalizeMime, t as matchesMimeAllowlist } from "../../../mime-BTzvzJ8M.mjs";
|
|
6
6
|
import { t as computeContentHash } from "../../../hash-DrvzIXcz.mjs";
|
|
7
|
-
import { a as unwrapResult, n as apiSuccess, r as handleError, t as apiError } from "../../../error-
|
|
8
|
-
import { i as parseQuery, t as isParseError } from "../../../parse-
|
|
7
|
+
import { a as unwrapResult, n as apiSuccess, r as handleError, t as apiError } from "../../../error-lq_fL-RS.mjs";
|
|
8
|
+
import { i as parseQuery, t as isParseError } from "../../../parse-DHI873qU.mjs";
|
|
9
9
|
import { Bt as DEFAULT_MAX_UPLOAD_SIZE, Kt as mediaListQuery, Vt as formatFileSize } from "../../../redirects-x9eFPeyi.mjs";
|
|
10
10
|
import "../../../byline-fields-B-KXkg5R.mjs";
|
|
11
11
|
import "../../../status-vUK0SA17.mjs";
|
|
12
12
|
import "../../../api/schemas/index.mjs";
|
|
13
|
-
import { n as requirePerm } from "../../../authorize-
|
|
13
|
+
import { n as requirePerm } from "../../../authorize-B__u-iZJ.mjs";
|
|
14
14
|
import { n as resolveFieldAllowlist, t as GLOBAL_UPLOAD_ALLOWLIST } from "../../../media-allowlist-B77I5_bw.mjs";
|
|
15
15
|
import { ulid } from "ulidx";
|
|
16
16
|
import * as path from "node:path";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../../../../object-cache-SEb2IM4Z.mjs";
|
|
3
3
|
import "../../../../../../base64-CmWvODNW.mjs";
|
|
4
|
-
import "../../../../../../types-
|
|
5
|
-
import { a as handleMenuItemDelete, s as handleMenuItemUpdate } from "../../../../../../menus-
|
|
6
|
-
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../../error-
|
|
7
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../parse-
|
|
4
|
+
import "../../../../../../types-CmI1OyQg.mjs";
|
|
5
|
+
import { a as handleMenuItemDelete, s as handleMenuItemUpdate } from "../../../../../../menus-8O6xNcYW.mjs";
|
|
6
|
+
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { Fn as localeFilterQuery, lt as updateMenuItemBody } from "../../../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../../../byline-fields-B-KXkg5R.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-B__u-iZJ.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/menus/[name]/items/[id].ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../../../object-cache-SEb2IM4Z.mjs";
|
|
3
3
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
4
|
-
import "../../../../../types-
|
|
5
|
-
import { i as handleMenuItemCreate } from "../../../../../menus-
|
|
6
|
-
import { a as unwrapResult, r as handleError } from "../../../../../error-
|
|
7
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../parse-
|
|
4
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
5
|
+
import { i as handleMenuItemCreate } from "../../../../../menus-8O6xNcYW.mjs";
|
|
6
|
+
import { a as unwrapResult, r as handleError } from "../../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { Fn as localeFilterQuery, et as createMenuItemBody } from "../../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../../byline-fields-B-KXkg5R.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-B__u-iZJ.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/menus/[name]/items.ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../../../object-cache-SEb2IM4Z.mjs";
|
|
3
3
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
4
|
-
import "../../../../../types-
|
|
5
|
-
import { o as handleMenuItemReorder } from "../../../../../menus-
|
|
6
|
-
import { a as unwrapResult, r as handleError } from "../../../../../error-
|
|
7
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../parse-
|
|
4
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
5
|
+
import { o as handleMenuItemReorder } from "../../../../../menus-8O6xNcYW.mjs";
|
|
6
|
+
import { a as unwrapResult, r as handleError } from "../../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { Fn as localeFilterQuery, st as reorderMenuItemsBody } from "../../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../../byline-fields-B-KXkg5R.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-B__u-iZJ.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/menus/[name]/reorder.ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../../../object-cache-SEb2IM4Z.mjs";
|
|
3
3
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
4
|
-
import "../../../../../types-
|
|
5
|
-
import { l as handleMenuTranslations, r as handleMenuGet, t as handleMenuCreate } from "../../../../../menus-
|
|
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-
|
|
4
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
5
|
+
import { l as handleMenuTranslations, r as handleMenuGet, t as handleMenuCreate } from "../../../../../menus-8O6xNcYW.mjs";
|
|
6
|
+
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { Fn as localeFilterQuery } from "../../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../../byline-fields-B-KXkg5R.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-B__u-iZJ.mjs";
|
|
13
13
|
import { z } from "zod";
|
|
14
14
|
|
|
15
15
|
//#region src/astro/routes/api/menus/[name]/translations.ts
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../../object-cache-SEb2IM4Z.mjs";
|
|
3
3
|
import "../../../../base64-CmWvODNW.mjs";
|
|
4
|
-
import "../../../../types-
|
|
5
|
-
import { n as handleMenuDelete, r as handleMenuGet, u as handleMenuUpdate } from "../../../../menus-
|
|
6
|
-
import { a as unwrapResult, r as handleError } from "../../../../error-
|
|
7
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-
|
|
4
|
+
import "../../../../types-CmI1OyQg.mjs";
|
|
5
|
+
import { n as handleMenuDelete, r as handleMenuGet, u as handleMenuUpdate } from "../../../../menus-8O6xNcYW.mjs";
|
|
6
|
+
import { a as unwrapResult, r as handleError } from "../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { Fn as localeFilterQuery, ct as updateMenuBody } from "../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../byline-fields-B-KXkg5R.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-B__u-iZJ.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/menus/[name].ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../after-B1IIdH3Y.mjs";
|
|
2
2
|
import "../../../../object-cache-SEb2IM4Z.mjs";
|
|
3
3
|
import "../../../../base64-CmWvODNW.mjs";
|
|
4
|
-
import "../../../../types-
|
|
5
|
-
import { c as handleMenuList, t as handleMenuCreate } from "../../../../menus-
|
|
6
|
-
import { a as unwrapResult, r as handleError } from "../../../../error-
|
|
7
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-
|
|
4
|
+
import "../../../../types-CmI1OyQg.mjs";
|
|
5
|
+
import { c as handleMenuList, t as handleMenuCreate } from "../../../../menus-8O6xNcYW.mjs";
|
|
6
|
+
import { a as unwrapResult, r as handleError } from "../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { $ as createMenuBody, Fn as localeFilterQuery } from "../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../byline-fields-B-KXkg5R.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-B__u-iZJ.mjs";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/menus/index.ts
|
|
15
15
|
const prerender = false;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
5
5
|
import "../../../../../api-tokens-B4BQybOp.mjs";
|
|
6
6
|
import "../../../../../oauth-user-lookup-SHsWRlG9.mjs";
|
|
7
7
|
import { t as handleDeviceAuthorize } from "../../../../../device-flow-DENDCQ9F.mjs";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
5
5
|
import { t as getTrustedProxyHeaders } from "../../../../../trusted-proxy-DZY5WCn2.mjs";
|
|
6
6
|
import { n as getPublicOrigin } from "../../../../../public-url-CTVqgMmg.mjs";
|
|
7
7
|
import "../../../../../api-tokens-B4BQybOp.mjs";
|
|
8
8
|
import "../../../../../oauth-user-lookup-SHsWRlG9.mjs";
|
|
9
9
|
import { n as handleDeviceCodeRequest } from "../../../../../device-flow-DENDCQ9F.mjs";
|
|
10
|
-
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-
|
|
10
|
+
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-D1Y6VFVP.mjs";
|
|
11
11
|
import { z } from "zod";
|
|
12
12
|
|
|
13
13
|
//#region src/astro/routes/api/oauth/device/code.ts
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
5
5
|
import { t as getTrustedProxyHeaders } from "../../../../../trusted-proxy-DZY5WCn2.mjs";
|
|
6
6
|
import "../../../../../api-tokens-B4BQybOp.mjs";
|
|
7
7
|
import "../../../../../oauth-user-lookup-SHsWRlG9.mjs";
|
|
8
8
|
import { r as handleDeviceTokenExchange } from "../../../../../device-flow-DENDCQ9F.mjs";
|
|
9
|
-
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-
|
|
9
|
+
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-D1Y6VFVP.mjs";
|
|
10
10
|
import { z } from "zod";
|
|
11
11
|
|
|
12
12
|
//#region src/astro/routes/api/oauth/device/token.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
3
|
-
import { r as handleError, t as apiError } from "../../../../error-
|
|
2
|
+
import "../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { r as handleError, t as apiError } from "../../../../error-lq_fL-RS.mjs";
|
|
4
4
|
import { t as handleOAuthClientCreate } from "../../../../oauth-clients-C9SYwEbZ.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/oauth/register.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
5
5
|
import "../../../../../api-tokens-B4BQybOp.mjs";
|
|
6
6
|
import "../../../../../oauth-user-lookup-SHsWRlG9.mjs";
|
|
7
7
|
import { i as handleTokenRefresh } from "../../../../../device-flow-DENDCQ9F.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
5
5
|
import "../../../../../api-tokens-B4BQybOp.mjs";
|
|
6
6
|
import "../../../../../oauth-user-lookup-SHsWRlG9.mjs";
|
|
7
7
|
import { a as handleTokenRevoke } from "../../../../../device-flow-DENDCQ9F.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../types-
|
|
3
|
-
import { r as handleError, t as apiError } from "../../../../error-
|
|
2
|
+
import "../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { r as handleError, t as apiError } from "../../../../error-lq_fL-RS.mjs";
|
|
4
4
|
import "../../../../api-tokens-B4BQybOp.mjs";
|
|
5
5
|
import "../../../../oauth-user-lookup-SHsWRlG9.mjs";
|
|
6
6
|
import { r as handleAuthorizationCodeExchange } from "../../../../oauth-authorization-CsvzIp_F.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../types-
|
|
3
|
-
import { r as handleError } from "../../../error-
|
|
2
|
+
import "../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { r as handleError } from "../../../error-lq_fL-RS.mjs";
|
|
4
4
|
import { $ as createMenuBody, A as searchRebuildBody, At as fieldListResponseSchema, B as updateSectionBody, Bt as DEFAULT_MAX_UPLOAD_SIZE, C as userDetailSchema, Ct as collectionGetQuery, D as usersListQuery, Dt as collectionWithFieldsResponseSchema, E as userUpdateBody, F as siteSettingsSchema, Ft as orphanedTableListResponseSchema, G as taxonomyListResponseSchema, H as createTermBody, Ht as mediaConfirmBody, I as createSectionBody, J as termResponseSchema, K as termGetResponseSchema, Kt as mediaListQuery, L as sectionListResponseSchema, Mn as deleteResponseSchema, Mt as fieldResponseSchema, N as searchSuggestQuery, O as searchEnableBody, Ot as createCollectionBody, P as settingsUpdateBody, Pt as orphanRegisterBody, Q as updateTermBody, Qt as mediaUploadUrlResponseSchema, R as sectionSchema, Rt as updateCollectionBody, S as allowedDomainUpdateBody, T as userSchema, Tt as collectionResponseSchema, Ut as mediaConfirmResponseSchema, Wt as mediaExistingResponseSchema, Xt as mediaUpdateBody, Yt as mediaResponseSchema, Zt as mediaUploadUrlBody, _ as widgetAreaSchema, _t as commentSchema, a as notFoundPruneBody, an as contentListResponseSchema, b as widgetSchema, cn as contentResponseSchema, ct as updateMenuBody, d as redirectsListQuery, en as contentAuthorsResponseSchema, et as createMenuItemBody, f as updateRedirectBody, fn as contentTermsBody, ft as adminCommentListResponseSchema, g as updateWidgetBody, gn as contentUpdateBody, gt as commentListQuery, h as reorderWidgetsBody, hn as contentTrashQuery, ht as commentCountsResponseSchema, i as notFoundListResponseSchema, in as contentListQuery, j as searchResponseSchema, jt as fieldReorderBody, k as searchQuery, kn as apiErrorSchema, kt as createFieldBody, l as redirectListResponseSchema, ln as contentScheduleBody, lt as updateMenuItemBody, m as createWidgetBody, mn as contentTranslationsResponseSchema, mt as commentBulkResponseSchema, nn as contentCreateBody, ot as menuWithItemsSchema, p as createWidgetAreaBody, pt as commentBulkBody, q as termListResponseSchema, qt as mediaListResponseSchema, r as notFoundListQuery, rn as contentItemSchema, rt as menuListItemSchema, s as notFoundSummaryResponseSchema, st as reorderMenuItemsBody, t as createRedirectBody, tn as contentCompareResponseSchema, tt as menuItemSchema, u as redirectSchema, v as widgetAreaWithWidgetsAndCountSchema, vn as trashedContentListResponseSchema, vt as commentStatusBody, w as userListResponseSchema, wt as collectionListResponseSchema, x as allowedDomainCreateBody, xt as publicCommentListResponseSchema, y as widgetAreaWithWidgetsSchema, yt as createCommentBody, z as sectionsListQuery, zn as successEnvelope, zt as updateFieldBody } from "../../../redirects-x9eFPeyi.mjs";
|
|
5
5
|
import "../../../status-vUK0SA17.mjs";
|
|
6
6
|
import { z } from "zod";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { n as apiSuccess, t as apiError } from "../../../../../error-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { n as apiSuccess, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
4
|
import { i as hasScope } from "../../../../../api-tokens-B4BQybOp.mjs";
|
|
5
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
5
|
+
import { n as requirePerm } from "../../../../../authorize-B__u-iZJ.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/auth/scopes.ts
|
|
8
8
|
/**
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "../../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../../types-
|
|
3
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
4
4
|
import "../../../../../options-DTTML-Tx.mjs";
|
|
5
|
-
import "../../../../../redirect-
|
|
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-
|
|
5
|
+
import "../../../../../redirect-C1KVGYWe.mjs";
|
|
6
|
+
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { a as notFoundPruneBody, r as notFoundListQuery } from "../../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../../byline-fields-B-KXkg5R.mjs";
|
|
10
10
|
import "../../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../../api/schemas/index.mjs";
|
|
12
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
13
|
-
import { n as handleNotFoundList, r as handleNotFoundPrune, t as handleNotFoundClear } from "../../../../../redirects-
|
|
12
|
+
import { n as requirePerm } from "../../../../../authorize-B__u-iZJ.mjs";
|
|
13
|
+
import { n as handleNotFoundList, r as handleNotFoundPrune, t as handleNotFoundClear } from "../../../../../redirects-DgnypVir.mjs";
|
|
14
14
|
|
|
15
15
|
//#region src/astro/routes/api/redirects/404s/index.ts
|
|
16
16
|
const prerender = false;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "../../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../../types-
|
|
3
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
4
4
|
import "../../../../../options-DTTML-Tx.mjs";
|
|
5
|
-
import "../../../../../redirect-
|
|
6
|
-
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../../error-
|
|
7
|
-
import { i as parseQuery, t as isParseError } from "../../../../../parse-
|
|
5
|
+
import "../../../../../redirect-C1KVGYWe.mjs";
|
|
6
|
+
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../../error-lq_fL-RS.mjs";
|
|
7
|
+
import { i as parseQuery, t as isParseError } from "../../../../../parse-DHI873qU.mjs";
|
|
8
8
|
import { o as notFoundSummaryQuery } from "../../../../../redirects-x9eFPeyi.mjs";
|
|
9
9
|
import "../../../../../byline-fields-B-KXkg5R.mjs";
|
|
10
10
|
import "../../../../../status-vUK0SA17.mjs";
|
|
11
11
|
import "../../../../../api/schemas/index.mjs";
|
|
12
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
13
|
-
import { i as handleNotFoundSummary } from "../../../../../redirects-
|
|
12
|
+
import { n as requirePerm } from "../../../../../authorize-B__u-iZJ.mjs";
|
|
13
|
+
import { i as handleNotFoundSummary } from "../../../../../redirects-DgnypVir.mjs";
|
|
14
14
|
|
|
15
15
|
//#region src/astro/routes/api/redirects/404s/summary.ts
|
|
16
16
|
const prerender = false;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
3
|
+
import "../../../../types-CmI1OyQg.mjs";
|
|
4
4
|
import "../../../../options-DTTML-Tx.mjs";
|
|
5
|
-
import "../../../../redirect-
|
|
6
|
-
import { r as invalidateRedirectCache } from "../../../../cache-
|
|
7
|
-
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../error-
|
|
8
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
5
|
+
import "../../../../redirect-C1KVGYWe.mjs";
|
|
6
|
+
import { r as invalidateRedirectCache } from "../../../../cache-BUJe2w6Z.mjs";
|
|
7
|
+
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../error-lq_fL-RS.mjs";
|
|
8
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-DHI873qU.mjs";
|
|
9
9
|
import { f as updateRedirectBody } from "../../../../redirects-x9eFPeyi.mjs";
|
|
10
10
|
import "../../../../byline-fields-B-KXkg5R.mjs";
|
|
11
11
|
import "../../../../status-vUK0SA17.mjs";
|
|
12
12
|
import "../../../../api/schemas/index.mjs";
|
|
13
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
14
|
-
import { l as handleRedirectUpdate, o as handleRedirectDelete, s as handleRedirectGet } from "../../../../redirects-
|
|
13
|
+
import { n as requirePerm } from "../../../../authorize-B__u-iZJ.mjs";
|
|
14
|
+
import { l as handleRedirectUpdate, o as handleRedirectDelete, s as handleRedirectGet } from "../../../../redirects-DgnypVir.mjs";
|
|
15
15
|
|
|
16
16
|
//#region src/astro/routes/api/redirects/[id].ts
|
|
17
17
|
const prerender = false;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../base64-CmWvODNW.mjs";
|
|
3
|
-
import "../../../../types-
|
|
3
|
+
import "../../../../types-CmI1OyQg.mjs";
|
|
4
4
|
import "../../../../options-DTTML-Tx.mjs";
|
|
5
|
-
import "../../../../redirect-
|
|
6
|
-
import { r as invalidateRedirectCache } from "../../../../cache-
|
|
7
|
-
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../error-
|
|
8
|
-
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-
|
|
5
|
+
import "../../../../redirect-C1KVGYWe.mjs";
|
|
6
|
+
import { r as invalidateRedirectCache } from "../../../../cache-BUJe2w6Z.mjs";
|
|
7
|
+
import { a as unwrapResult, i as requireDb, r as handleError } from "../../../../error-lq_fL-RS.mjs";
|
|
8
|
+
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../parse-DHI873qU.mjs";
|
|
9
9
|
import { d as redirectsListQuery, t as createRedirectBody } from "../../../../redirects-x9eFPeyi.mjs";
|
|
10
10
|
import "../../../../byline-fields-B-KXkg5R.mjs";
|
|
11
11
|
import "../../../../status-vUK0SA17.mjs";
|
|
12
12
|
import "../../../../api/schemas/index.mjs";
|
|
13
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
14
|
-
import { a as handleRedirectCreate, c as handleRedirectList } from "../../../../redirects-
|
|
13
|
+
import { n as requirePerm } from "../../../../authorize-B__u-iZJ.mjs";
|
|
14
|
+
import { a as handleRedirectCreate, c as handleRedirectList } from "../../../../redirects-DgnypVir.mjs";
|
|
15
15
|
|
|
16
16
|
//#region src/astro/routes/api/redirects/index.ts
|
|
17
17
|
const prerender = false;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { a as unwrapResult, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { a as unwrapResult, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { n as requirePerm } from "../../../../../authorize-B__u-iZJ.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/revisions/[revisionId]/index.ts
|
|
7
7
|
const prerender = false;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../base64-CmWvODNW.mjs";
|
|
2
|
-
import "../../../../../types-
|
|
3
|
-
import { a as unwrapResult, o as mapErrorStatus, t as apiError } from "../../../../../error-
|
|
4
|
-
import { t as requireOwnerPerm } from "../../../../../authorize-
|
|
2
|
+
import "../../../../../types-CmI1OyQg.mjs";
|
|
3
|
+
import { a as unwrapResult, o as mapErrorStatus, t as apiError } from "../../../../../error-lq_fL-RS.mjs";
|
|
4
|
+
import { t as requireOwnerPerm } from "../../../../../authorize-B__u-iZJ.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/revisions/[revisionId]/restore.ts
|
|
7
7
|
const prerender = false;
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import "../../../../../../../dialect-helpers-DRI5pyY3.mjs";
|
|
2
2
|
import "../../../../../../../after-B1IIdH3Y.mjs";
|
|
3
3
|
import "../../../../../../../object-cache-SEb2IM4Z.mjs";
|
|
4
|
-
import "../../../../../../../content-
|
|
4
|
+
import "../../../../../../../content-PoVGKjp0.mjs";
|
|
5
5
|
import "../../../../../../../base64-CmWvODNW.mjs";
|
|
6
|
-
import "../../../../../../../types-
|
|
7
|
-
import "../../../../../../../media-
|
|
8
|
-
import "../../../../../../../user-
|
|
9
|
-
import "../../../../../../../taxonomy-
|
|
10
|
-
import "../../../../../../../comment-
|
|
6
|
+
import "../../../../../../../types-CmI1OyQg.mjs";
|
|
7
|
+
import "../../../../../../../media-CTjJoJTh.mjs";
|
|
8
|
+
import "../../../../../../../user-JAuc8VUf.mjs";
|
|
9
|
+
import "../../../../../../../taxonomy-BBUlGug5.mjs";
|
|
10
|
+
import "../../../../../../../comment-BDx50EX5.mjs";
|
|
11
11
|
import "../../../../../../../options-DTTML-Tx.mjs";
|
|
12
|
-
import "../../../../../../../menus-
|
|
13
|
-
import "../../../../../../../redirect-
|
|
12
|
+
import "../../../../../../../menus-8O6xNcYW.mjs";
|
|
13
|
+
import "../../../../../../../redirect-C1KVGYWe.mjs";
|
|
14
14
|
import "../../../../../../../request-cache-KCNHp_RJ.mjs";
|
|
15
15
|
import "../../../../../../../byline-registry-BOjqDOim.mjs";
|
|
16
|
-
import "../../../../../../../field-defs-cache-
|
|
17
|
-
import "../../../../../../../byline-
|
|
18
|
-
import "../../../../../../../seo-
|
|
19
|
-
import { F as handleSchemaFieldUpdate, M as handleSchemaFieldGet, j as handleSchemaFieldDelete } from "../../../../../../../api-
|
|
20
|
-
import "../../../../../../../dashboard-
|
|
21
|
-
import "../../../../../../../fts-manager-
|
|
22
|
-
import "../../../../../../../registry-
|
|
23
|
-
import "../../../../../../../loader-
|
|
24
|
-
import "../../../../../../../schema-
|
|
25
|
-
import "../../../../../../../zod-generator-
|
|
16
|
+
import "../../../../../../../field-defs-cache-CYYx8xlG.mjs";
|
|
17
|
+
import "../../../../../../../byline-C-YajfV7.mjs";
|
|
18
|
+
import "../../../../../../../seo-3QrZ1EPT.mjs";
|
|
19
|
+
import { F as handleSchemaFieldUpdate, M as handleSchemaFieldGet, j as handleSchemaFieldDelete } from "../../../../../../../api-d_0wi9fW.mjs";
|
|
20
|
+
import "../../../../../../../dashboard-DsYU8JKS.mjs";
|
|
21
|
+
import "../../../../../../../fts-manager-DW_NR-Fs.mjs";
|
|
22
|
+
import "../../../../../../../registry-CJkCubOJ.mjs";
|
|
23
|
+
import "../../../../../../../loader-BR2SgfEc.mjs";
|
|
24
|
+
import "../../../../../../../schema-DMjXuvNU.mjs";
|
|
25
|
+
import "../../../../../../../zod-generator-xEHODMJf.mjs";
|
|
26
26
|
import "../../../../../../../seo-DCEF-AVr.mjs";
|
|
27
|
-
import "../../../../../../../sections-
|
|
28
|
-
import "../../../../../../../settings-
|
|
29
|
-
import "../../../../../../../settings-
|
|
27
|
+
import "../../../../../../../sections-CCMic8dB.mjs";
|
|
28
|
+
import "../../../../../../../settings-D9rvaLuY.mjs";
|
|
29
|
+
import "../../../../../../../settings-C3Yi5Co3.mjs";
|
|
30
30
|
import "../../../../../../../resolve-C7I0qiR0.mjs";
|
|
31
|
-
import "../../../../../../../taxonomies-
|
|
32
|
-
import "../../../../../../../taxonomies-
|
|
31
|
+
import "../../../../../../../taxonomies-CurpLtNC.mjs";
|
|
32
|
+
import "../../../../../../../taxonomies-DhLaNJji.mjs";
|
|
33
33
|
import "../../../../../../../manifest-schema-BWKnQYQF.mjs";
|
|
34
34
|
import "../../../../../../../types-BvbeGEtr.mjs";
|
|
35
35
|
import "../../../../../../../ssrf-BRKb343l.mjs";
|
|
36
|
-
import { a as unwrapResult, i as requireDb } from "../../../../../../../error-
|
|
37
|
-
import { n as parseBody, t as isParseError } from "../../../../../../../parse-
|
|
36
|
+
import { a as unwrapResult, i as requireDb } from "../../../../../../../error-lq_fL-RS.mjs";
|
|
37
|
+
import { n as parseBody, t as isParseError } from "../../../../../../../parse-DHI873qU.mjs";
|
|
38
38
|
import { zt as updateFieldBody } from "../../../../../../../redirects-x9eFPeyi.mjs";
|
|
39
39
|
import "../../../../../../../byline-fields-B-KXkg5R.mjs";
|
|
40
40
|
import "../../../../../../../status-vUK0SA17.mjs";
|
|
41
41
|
import "../../../../../../../api/schemas/index.mjs";
|
|
42
|
-
import { n as requirePerm } from "../../../../../../../authorize-
|
|
42
|
+
import { n as requirePerm } from "../../../../../../../authorize-B__u-iZJ.mjs";
|
|
43
43
|
|
|
44
44
|
//#region src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts
|
|
45
45
|
const prerender = false;
|