dineway 0.1.19 → 0.1.20
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/{allowed-origins-D85wzUp6.mjs → allowed-origins-CIP5fh83.mjs} +1 -1
- package/dist/api/route-utils.d.mts +10 -10
- package/dist/api/route-utils.mjs +2 -2
- package/dist/api/schemas/index.d.mts +1 -1
- package/dist/{api-CUdFqNOK.mjs → api-CetVENIv.mjs} +1 -1
- package/dist/{api-tokens-CMmUPFae.mjs → api-tokens-DAMwe5Kj.mjs} +1 -1
- package/dist/{apply-Wyg77UOb.mjs → apply-D7vu4aFn.mjs} +5 -5
- package/dist/astro/index.d.mts +11 -11
- package/dist/astro/index.mjs +3 -3
- package/dist/astro/middleware/auth.d.mts +10 -10
- package/dist/astro/middleware/auth.mjs +4 -4
- package/dist/astro/middleware/request-context.mjs +2 -2
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.mjs +23 -22
- package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +3 -3
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +4 -4
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +2 -2
- package/dist/astro/routes/api/admin/bylines/index.mjs +2 -2
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +4 -4
- package/dist/astro/routes/api/admin/comments/_id_.mjs +2 -2
- package/dist/astro/routes/api/admin/comments/bulk.mjs +2 -2
- package/dist/astro/routes/api/admin/comments/counts.mjs +2 -2
- package/dist/astro/routes/api/admin/comments/index.mjs +2 -2
- package/dist/astro/routes/api/admin/context/_id_/history.mjs +6 -6
- package/dist/astro/routes/api/admin/context/_id_/index.mjs +6 -6
- package/dist/astro/routes/api/admin/context/_id_/review.mjs +7 -7
- package/dist/astro/routes/api/admin/context/_id_/supersede.mjs +7 -7
- package/dist/astro/routes/api/admin/context/diff.mjs +6 -6
- package/dist/astro/routes/api/admin/context/index.mjs +7 -7
- package/dist/astro/routes/api/admin/context/stale.mjs +6 -6
- package/dist/astro/routes/api/admin/hitl-requests/_id_/index.mjs +6 -6
- package/dist/astro/routes/api/admin/hitl-requests/_id_/resolve.mjs +6 -6
- package/dist/astro/routes/api/admin/hitl-requests/index.mjs +6 -6
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
- package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +1 -1
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +4 -4
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +4 -4
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +4 -4
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/index.mjs +4 -4
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +4 -4
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +4 -4
- package/dist/astro/routes/api/admin/plugins/updates.mjs +4 -4
- package/dist/astro/routes/api/admin/review-requests/_id_/index.mjs +1 -1
- package/dist/astro/routes/api/admin/review-requests/_id_/resolve.mjs +5 -5
- package/dist/astro/routes/api/admin/review-requests/index.mjs +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +4 -4
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +4 -4
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +1 -1
- package/dist/astro/routes/api/auth/dev-bypass.mjs +2 -2
- package/dist/astro/routes/api/auth/invite/complete.mjs +4 -4
- package/dist/astro/routes/api/auth/invite/index.mjs +1 -1
- package/dist/astro/routes/api/auth/invite/register-options.mjs +3 -3
- package/dist/astro/routes/api/auth/logout.mjs +1 -1
- package/dist/astro/routes/api/auth/magic-link/send.mjs +2 -2
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +1 -1
- package/dist/astro/routes/api/auth/mode.mjs +1 -1
- package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +2 -2
- package/dist/astro/routes/api/auth/oauth/_provider_.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 +4 -4
- package/dist/astro/routes/api/auth/passkey/verify.mjs +4 -4
- package/dist/astro/routes/api/auth/signup/complete.mjs +4 -4
- package/dist/astro/routes/api/auth/signup/request.mjs +2 -2
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +4 -4
- package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +4 -4
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/index.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/trash.mjs +1 -1
- package/dist/astro/routes/api/dashboard.mjs +1 -1
- package/dist/astro/routes/api/health.mjs +1 -1
- package/dist/astro/routes/api/import/probe.d.mts +3 -3
- package/dist/astro/routes/api/import/probe.mjs +4 -3
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -3
- package/dist/astro/routes/api/import/wordpress/execute.mjs +11 -9
- package/dist/astro/routes/api/import/wordpress/media.mjs +5 -2
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +8 -7
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +6 -6
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +7 -4
- package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +10 -10
- package/dist/astro/routes/api/manifest.mjs +3 -3
- package/dist/astro/routes/api/mcp.mjs +13 -13
- package/dist/astro/routes/api/media/_id_/confirm.mjs +4 -2
- package/dist/astro/routes/api/media/_id_.mjs +1 -1
- package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +1 -1
- package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +1 -1
- package/dist/astro/routes/api/media/providers/index.mjs +1 -1
- package/dist/astro/routes/api/media/upload-url.mjs +5 -3
- package/dist/astro/routes/api/media.mjs +2 -2
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +6 -6
- package/dist/astro/routes/api/menus/_name_/items.mjs +6 -6
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +6 -6
- package/dist/astro/routes/api/menus/_name_/translations.mjs +6 -6
- package/dist/astro/routes/api/menus/_name_.mjs +6 -6
- package/dist/astro/routes/api/menus/index.mjs +6 -6
- package/dist/astro/routes/api/oauth/authorize.mjs +7 -7
- package/dist/astro/routes/api/oauth/device/authorize.mjs +4 -4
- package/dist/astro/routes/api/oauth/device/code.mjs +6 -6
- package/dist/astro/routes/api/oauth/device/token.mjs +5 -5
- package/dist/astro/routes/api/oauth/register.mjs +3 -3
- package/dist/astro/routes/api/oauth/token/refresh.mjs +4 -4
- package/dist/astro/routes/api/oauth/token/revoke.mjs +4 -4
- package/dist/astro/routes/api/oauth/token.mjs +5 -5
- package/dist/astro/routes/api/openapi.json.mjs +3 -3
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +2 -2
- package/dist/astro/routes/api/redirects/404s/index.mjs +2 -2
- package/dist/astro/routes/api/redirects/404s/summary.mjs +2 -2
- 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 +1 -1
- package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +5 -5
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +5 -5
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +5 -5
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +5 -5
- package/dist/astro/routes/api/schema/collections/index.mjs +5 -5
- package/dist/astro/routes/api/schema/index.mjs +4 -4
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +4 -4
- package/dist/astro/routes/api/schema/orphans/index.mjs +4 -4
- package/dist/astro/routes/api/search/enable.mjs +2 -2
- package/dist/astro/routes/api/search/index.mjs +1 -1
- package/dist/astro/routes/api/search/rebuild.mjs +2 -2
- package/dist/astro/routes/api/search/stats.mjs +2 -2
- package/dist/astro/routes/api/search/suggest.mjs +1 -1
- 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 +1 -1
- package/dist/astro/routes/api/settings.mjs +6 -6
- package/dist/astro/routes/api/setup/admin-verify.mjs +6 -6
- package/dist/astro/routes/api/setup/admin.mjs +4 -4
- package/dist/astro/routes/api/setup/dev-bypass.mjs +8 -8
- package/dist/astro/routes/api/setup/index.mjs +5 -5
- package/dist/astro/routes/api/setup/status.mjs +2 -2
- 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/well-known/auth.mjs +2 -2
- package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +3 -3
- package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +3 -3
- package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +6 -6
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +7 -7
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +7 -7
- package/dist/astro/routes/api/widget-areas/_name_.mjs +7 -7
- package/dist/astro/routes/api/widget-areas/index.mjs +7 -7
- package/dist/astro/routes/api/widget-components.mjs +1 -1
- package/dist/astro/routes/robots.txt.mjs +1 -1
- package/dist/astro/routes/sitemap.xml.mjs +1 -1
- package/dist/astro/types.d.mts +13 -13
- package/dist/auth/providers/github.d.mts +1 -1
- package/dist/auth/providers/google.d.mts +1 -1
- package/dist/cli/index.mjs +801 -48
- package/dist/client/external-auth-headers.d.mts +1 -1
- package/dist/client/index.d.mts +1 -1
- package/dist/client/index.mjs +1 -1
- package/dist/{context-oSCcgE1U.mjs → context-CUJ2Qwb4.mjs} +1 -1
- package/dist/{context-route-helpers-CcvSXJtQ.mjs → context-route-helpers-CdFWd8GK.mjs} +1 -1
- package/dist/db/index.d.mts +3 -3
- package/dist/db/libsql.d.mts +1 -1
- package/dist/db/postgres.d.mts +1 -1
- package/dist/db/sqlite.d.mts +1 -1
- package/dist/{device-flow-DaTBhALC.mjs → device-flow-Pab2PQTA.mjs} +4 -4
- package/dist/{hitl-requests-CJBs03Ep.mjs → hitl-requests-D5CLRMGC.mjs} +2 -2
- package/dist/{hitl-route-helpers-kTkP1NJ7.mjs → hitl-route-helpers-SRAfZqf9.mjs} +3 -3
- package/dist/{import-B8lnqfnN.mjs → import-CzZYGhnG.mjs} +3 -642
- package/dist/{index-JzJUzE4o.d.mts → index-CxVXYBXq.d.mts} +3 -3
- package/dist/{index-DpMWSamU.d.mts → index-DUurmpun.d.mts} +2 -2
- package/dist/index.d.mts +16 -16
- package/dist/index.mjs +16 -15
- package/dist/{jsonld-CvXmIBls.d.mts → jsonld-C3uKF39u.d.mts} +2 -2
- package/dist/media/index.d.mts +2 -2
- package/dist/media/local-runtime.d.mts +12 -12
- package/dist/{menus-BTOa-tsI.mjs → menus-DtoRO2gt.mjs} +1 -1
- package/dist/{oauth-authorization-DcYRiDfi.mjs → oauth-authorization-CFcMq7NJ.mjs} +4 -4
- package/dist/{oauth-clients-CgKFA-VH.mjs → oauth-clients-CS1nQbC3.mjs} +2 -2
- package/dist/page/index.d.mts +2 -2
- package/dist/page/index.mjs +1 -1
- package/dist/parser-wEX7xttr.mjs +642 -0
- package/dist/{placeholder-DKMMLt42.d.mts → placeholder-2N6m2_O6.d.mts} +1 -1
- package/dist/plugins/adapt-sandbox-entry.d.mts +10 -10
- package/dist/{preview-CIDYFBzd.mjs → preview-B-MTC5mp.mjs} +1 -1
- package/dist/{provider-loader-BPhii_3H.d.mts → provider-loader-DJ5sLxNP.d.mts} +1 -1
- package/dist/{query-TQqoOaxy.mjs → query-D5CIGQv4.mjs} +2 -2
- package/dist/{runner-CHR_W79l.d.mts → runner-BJm_NJr2.d.mts} +1 -1
- package/dist/{runtime-DY_XmE9Y.d.mts → runtime-CbnJMIeq.d.mts} +10 -10
- package/dist/runtime.d.mts +11 -11
- package/dist/runtime.mjs +1 -1
- package/dist/seed/index.d.mts +2 -2
- package/dist/seed/index.mjs +4 -4
- package/dist/seo/index.d.mts +1 -1
- package/dist/{service-DgiH1Yud.mjs → service-Dada1k5R.mjs} +1 -1
- package/dist/{site-context-CyBvmvQY.mjs → site-context-CDnyARws.mjs} +4 -4
- package/dist/storage/local.d.mts +1 -1
- package/dist/storage/s3.d.mts +1 -1
- package/dist/{taxonomies-CagluJHp.mjs → taxonomies-CZJazF0N.mjs} +1 -1
- package/dist/{taxonomies-DPNIwTGk.mjs → taxonomies-DVXCWoUF.mjs} +1 -1
- package/dist/{types-DS5PYew4.d.mts → types-DzBAohLy.d.mts} +1 -1
- package/dist/ui/server-runtime.d.mts +7 -7
- package/dist/ui/server-runtime.mjs +6 -6
- package/dist/{validate-BQ24E8rK.d.mts → validate-BikB29gc.d.mts} +3 -3
- package/dist/version-BSPT181S.mjs +6 -0
- package/dist/{widgets-D7UK-2hW.mjs → widgets-BFh1UZN5.mjs} +1 -1
- package/package.json +8 -5
- package/dist/version-CGRX_5CT.mjs +0 -6
- /package/dist/{activity-events-DbqJBNaY.mjs → activity-events-CjOgr0Uv.mjs} +0 -0
- /package/dist/{adapters-BPzUiHHm.d.mts → adapters-C0EARyCK.d.mts} +0 -0
- /package/dist/{api-tokens-B7fvbHM2.mjs → api-tokens-BZ9aAeCo.mjs} +0 -0
- /package/dist/{auth-control-guard--r6LlNkX.mjs → auth-control-guard-_5V1x8U8.mjs} +0 -0
- /package/dist/{authorize-wQDmXQJ1.mjs → authorize-BgIG3yfN.mjs} +0 -0
- /package/dist/{bylines-CCkI7Rh3.d.mts → bylines-BSzNLT0N.d.mts} +0 -0
- /package/dist/{bylines-B6QpwVAr.mjs → bylines-CaPwztlL.mjs} +0 -0
- /package/dist/{challenge-store-anhwVER0.mjs → challenge-store-cJam-E5R.mjs} +0 -0
- /package/dist/{comments-BW1qFiTa.mjs → comments-85tbgZQN.mjs} +0 -0
- /package/dist/{components-BQiBW_Ji.mjs → components-DAy-UvX7.mjs} +0 -0
- /package/dist/{default-2JDm1rj_.mjs → default-CiZ8bvSC.mjs} +0 -0
- /package/dist/{escape-Bn168-uP.mjs → escape-DA8zlB7z.mjs} +0 -0
- /package/dist/{experimental-workflows-CSRjuEwS.mjs → experimental-workflows-BbZbIEZp.mjs} +0 -0
- /package/dist/{load-BvyvS_76.mjs → load-5R4qZ4zn.mjs} +0 -0
- /package/dist/{media-allowlist-vdlqBR-8.mjs → media-allowlist-D85gK3We.mjs} +0 -0
- /package/dist/{mode-DWw2di1I.mjs → mode-Bd55iLcP.mjs} +0 -0
- /package/dist/{oauth-state-store-DhifLitQ.mjs → oauth-state-store-DZs1UZwT.mjs} +0 -0
- /package/dist/{oauth-user-lookup-nyXQ2_6Q.mjs → oauth-user-lookup-B7-6YI3R.mjs} +0 -0
- /package/dist/{passkey-config-DZOjt0Hd.mjs → passkey-config-CDew7KVU.mjs} +0 -0
- /package/dist/{provider-loader-Decn0Ktc.mjs → provider-loader-CCPAVrIg.mjs} +0 -0
- /package/dist/{public-url-5fFLJhjh.mjs → public-url-DuRGs0uF.mjs} +0 -0
- /package/dist/{rate-limit-GN64_Jaw.mjs → rate-limit-5ZeKz7oo.mjs} +0 -0
- /package/dist/{redirect-C077gVTf.mjs → redirect-CbEyClKc.mjs} +0 -0
- /package/dist/{redirects-CvIzUvek.mjs → redirects-Dk7N_YeP.mjs} +0 -0
- /package/dist/{search-vzCYAk0F.mjs → search-DjaP_Dw-.mjs} +0 -0
- /package/dist/{secrets-AFKoqUXj.mjs → secrets-DfeNNoLa.mjs} +0 -0
- /package/dist/{seo-contributions-BG4TtU7H.mjs → seo-contributions-D_CLIsxJ.mjs} +0 -0
- /package/dist/{setup-complete-4EiBS1E5.mjs → setup-complete-DgsQYTC2.mjs} +0 -0
- /package/dist/{setup-nonce-DN6BHIlP.mjs → setup-nonce-ChVabyO2.mjs} +0 -0
- /package/dist/{site-url-oyqzZtoL.mjs → site-url-BketXXft.mjs} +0 -0
- /package/dist/{tokens-DB4dASZl.mjs → tokens-BMTKHT6X.mjs} +0 -0
- /package/dist/{transport-DA3H3xB4.d.mts → transport-BZCHo8n0.d.mts} +0 -0
- /package/dist/{transport-B3jxvfio.mjs → transport-Dt7A12-i.mjs} +0 -0
- /package/dist/{types-BDm7Ipoq.d.mts → types-B7Uld4FZ.d.mts} +0 -0
- /package/dist/{types-B45uSz1j.d.mts → types-BSP1HbdT.d.mts} +0 -0
- /package/dist/{types-6N-00csp.d.mts → types-Brp7Hv9S.d.mts} +0 -0
- /package/dist/{types-CsnHvu4J.d.mts → types-CsX_6h1v.d.mts} +0 -0
- /package/dist/{types-D_wGrwiY.d.mts → types-D0UvtzG1.d.mts} +0 -0
- /package/dist/{types-BeYn-Yf0.d.mts → types-DbtpYtHx.d.mts} +0 -0
- /package/dist/{types-CYBaBvtm.d.mts → types-DwIXYH8s.d.mts} +0 -0
- /package/dist/{utils-BJF19gfk.mjs → utils-BftjFpR0.mjs} +0 -0
- /package/dist/{validate-CaKEnLed.mjs → validate-BGpmNtMe.mjs} +0 -0
- /package/dist/{wordpress-slugs-Bnf3-sf8.mjs → wordpress-slugs-BzMv9U-N.mjs} +0 -0
|
@@ -1,15 +1,18 @@
|
|
|
1
|
+
import "../../../../../dialect-helpers-TkdbkFad.mjs";
|
|
1
2
|
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
2
3
|
import "../../../../../context-types-BWspNMDr.mjs";
|
|
4
|
+
import "../../../../../fts-manager-DYRy6HVi.mjs";
|
|
5
|
+
import { n as SchemaRegistry } from "../../../../../registry-CYO6XQ-4.mjs";
|
|
3
6
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
4
7
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
5
8
|
import "../../../../../redirects-BO0fI750.mjs";
|
|
6
9
|
import { r as wpPluginAnalyzeBody } from "../../../../../import-BO_gy5vZ.mjs";
|
|
7
10
|
import "../../../../../api/schemas/index.mjs";
|
|
8
|
-
import
|
|
11
|
+
import "../../../../../parser-wEX7xttr.mjs";
|
|
9
12
|
import { n as resolveAndValidateExternalUrl, t as SsrfError } from "../../../../../ssrf-z3oH8wjK.mjs";
|
|
10
|
-
import "../../../../../
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
+
import { s as getSource } from "../../../../../import-CzZYGhnG.mjs";
|
|
14
|
+
import "../../../../../utils-BftjFpR0.mjs";
|
|
15
|
+
import { n as requirePerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
13
16
|
|
|
14
17
|
//#region src/astro/routes/api/import/wordpress-plugin/analyze.ts
|
|
15
18
|
const prerender = false;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as ImportConfig, u as ImportResult } from "../../../../../types-
|
|
1
|
+
import { s as ImportConfig, u as ImportResult } from "../../../../../types-DbtpYtHx.mjs";
|
|
2
2
|
import { APIRoute } from "astro";
|
|
3
3
|
|
|
4
4
|
//#region src/astro/routes/api/import/wordpress-plugin/execute.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../../../dialect-helpers-TkdbkFad.mjs";
|
|
2
2
|
import { n as slugify } from "../../../../../slugify-BzGxlOFx.mjs";
|
|
3
|
-
import "../../../../../content-DvpMad_N.mjs";
|
|
3
|
+
import { t as ContentRepository } from "../../../../../content-DvpMad_N.mjs";
|
|
4
4
|
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
5
5
|
import "../../../../../types-D1DjBFA9.mjs";
|
|
6
6
|
import "../../../../../media-Cg4zc9fq.mjs";
|
|
@@ -13,7 +13,7 @@ import "../../../../../request-cache-BzuhyUXj.mjs";
|
|
|
13
13
|
import "../../../../../briefing-Dk4I4VC8.mjs";
|
|
14
14
|
import "../../../../../context-types-BWspNMDr.mjs";
|
|
15
15
|
import "../../../../../fts-manager-DYRy6HVi.mjs";
|
|
16
|
-
import "../../../../../registry-CYO6XQ-4.mjs";
|
|
16
|
+
import { n as SchemaRegistry } from "../../../../../registry-CYO6XQ-4.mjs";
|
|
17
17
|
import "../../../../../loader-dt5DoyI1.mjs";
|
|
18
18
|
import "../../../../../settings-D2k1JraC.mjs";
|
|
19
19
|
import "../../../../../query-CH1GaJmt.mjs";
|
|
@@ -24,16 +24,16 @@ import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb
|
|
|
24
24
|
import "../../../../../redirects-BO0fI750.mjs";
|
|
25
25
|
import { i as wpPluginExecuteBody } from "../../../../../import-BO_gy5vZ.mjs";
|
|
26
26
|
import "../../../../../api/schemas/index.mjs";
|
|
27
|
-
import
|
|
27
|
+
import "../../../../../parser-wEX7xttr.mjs";
|
|
28
28
|
import { n as resolveAndValidateExternalUrl, t as SsrfError } from "../../../../../ssrf-z3oH8wjK.mjs";
|
|
29
|
-
import {
|
|
30
|
-
import "../../../../../
|
|
31
|
-
import
|
|
32
|
-
import {
|
|
33
|
-
import "../../../../../
|
|
34
|
-
import
|
|
29
|
+
import { s as getSource } from "../../../../../import-CzZYGhnG.mjs";
|
|
30
|
+
import { m as resolveImportByline } from "../../../../../utils-BftjFpR0.mjs";
|
|
31
|
+
import "../../../../../search-DjaP_Dw-.mjs";
|
|
32
|
+
import { n as requirePerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
33
|
+
import { _ as RiskPolicyEvaluator, p as WordPressImportHitlPayloadBuilder } from "../../../../../site-context-CDnyARws.mjs";
|
|
34
|
+
import "../../../../../activity-events-CjOgr0Uv.mjs";
|
|
35
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-SRAfZqf9.mjs";
|
|
35
36
|
import { z } from "zod";
|
|
36
|
-
import { ContentRepository, SchemaRegistry } from "dineway";
|
|
37
37
|
|
|
38
38
|
//#region src/astro/routes/api/import/wordpress-plugin/execute.ts
|
|
39
39
|
const prerender = false;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { n as VERSION, t as COMMIT } from "../../../version-
|
|
1
|
+
import { n as VERSION, t as COMMIT } from "../../../version-BSPT181S.mjs";
|
|
2
2
|
import { r as handleError } from "../../../error-Dyf9fGZE.mjs";
|
|
3
|
-
import { t as getAuthMode } from "../../../mode-
|
|
4
|
-
import { i as experimentalSiteContextWorkflowsEnabled } from "../../../experimental-workflows-
|
|
3
|
+
import { t as getAuthMode } from "../../../mode-Bd55iLcP.mjs";
|
|
4
|
+
import { i as experimentalSiteContextWorkflowsEnabled } from "../../../experimental-workflows-BbZbIEZp.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/manifest.ts
|
|
7
7
|
const prerender = false;
|
|
@@ -14,7 +14,7 @@ import "../../../fts-manager-DYRy6HVi.mjs";
|
|
|
14
14
|
import "../../../registry-CYO6XQ-4.mjs";
|
|
15
15
|
import "../../../loader-dt5DoyI1.mjs";
|
|
16
16
|
import "../../../settings-D2k1JraC.mjs";
|
|
17
|
-
import { n as VERSION } from "../../../version-
|
|
17
|
+
import { n as VERSION } from "../../../version-BSPT181S.mjs";
|
|
18
18
|
import "../../../query-CH1GaJmt.mjs";
|
|
19
19
|
import "../../../zod-generator-vOxhed6n.mjs";
|
|
20
20
|
import "../../../schema-mjeMcn_6.mjs";
|
|
@@ -22,11 +22,11 @@ import { t as apiError } from "../../../error-Dyf9fGZE.mjs";
|
|
|
22
22
|
import { P as settingsUpdateBody, an as contentSeoInput, bn as contentBylineInputSchema } from "../../../redirects-BO0fI750.mjs";
|
|
23
23
|
import "../../../import-BO_gy5vZ.mjs";
|
|
24
24
|
import "../../../api/schemas/index.mjs";
|
|
25
|
-
import "../../../utils-
|
|
26
|
-
import "../../../search-
|
|
27
|
-
import { i as hasScope } from "../../../api-tokens-
|
|
28
|
-
import { C as HITL_REQUEST_STATUSES, E as ASSIGNMENT_STATUSES, S as HITL_REQUEST_PRIORITIES, T as ASSIGNMENT_PRIORITIES, _ as RiskPolicyEvaluator, a as ActorExpertiseService, b as toPublicContextEntry, f as SettingsHitlPayloadBuilder, g as SchemaHitlPayloadBuilder, i as HandoffSnapshotStore, n as HitlRequestService, o as EntityResolver, r as AssignmentService, t as WorkflowHitlCoordinator, v as ReviewPayloadBuilder, w as ASSIGNMENT_ACTOR_TYPES, x as toPublicContextEntryPage, y as toPublicContextDiff } from "../../../site-context-
|
|
29
|
-
import { T as resolveActorIdentity, b as schemaMcpToolSource, d as logSchemaActivity, o as logContentActivity, p as logSiteActivitySafely, r as contentMcpToolSource, t as activityChangedKeys } from "../../../activity-events-
|
|
25
|
+
import "../../../utils-BftjFpR0.mjs";
|
|
26
|
+
import "../../../search-DjaP_Dw-.mjs";
|
|
27
|
+
import { i as hasScope } from "../../../api-tokens-BZ9aAeCo.mjs";
|
|
28
|
+
import { C as HITL_REQUEST_STATUSES, E as ASSIGNMENT_STATUSES, S as HITL_REQUEST_PRIORITIES, T as ASSIGNMENT_PRIORITIES, _ as RiskPolicyEvaluator, a as ActorExpertiseService, b as toPublicContextEntry, f as SettingsHitlPayloadBuilder, g as SchemaHitlPayloadBuilder, i as HandoffSnapshotStore, n as HitlRequestService, o as EntityResolver, r as AssignmentService, t as WorkflowHitlCoordinator, v as ReviewPayloadBuilder, w as ASSIGNMENT_ACTOR_TYPES, x as toPublicContextEntryPage, y as toPublicContextDiff } from "../../../site-context-CDnyARws.mjs";
|
|
29
|
+
import { T as resolveActorIdentity, b as schemaMcpToolSource, d as logSchemaActivity, o as logContentActivity, p as logSiteActivitySafely, r as contentMcpToolSource, t as activityChangedKeys } from "../../../activity-events-CjOgr0Uv.mjs";
|
|
30
30
|
import { z } from "zod";
|
|
31
31
|
import { Role, canActOnOwn, hasPermission } from "@dineway-ai/auth";
|
|
32
32
|
import { WebStandardStreamableHTTPServerTransport } from "@modelcontextprotocol/sdk/server/webStandardStreamableHttp.js";
|
|
@@ -2369,7 +2369,7 @@ function createMcpServer() {
|
|
|
2369
2369
|
requireScope(extra, "content:read");
|
|
2370
2370
|
const ec = getDineway(extra);
|
|
2371
2371
|
try {
|
|
2372
|
-
const { searchWithDb } = await import("../../../search-
|
|
2372
|
+
const { searchWithDb } = await import("../../../search-DjaP_Dw-.mjs").then((n) => n.t);
|
|
2373
2373
|
return jsonResult(await searchWithDb(ec.db, args.query, {
|
|
2374
2374
|
collections: args.collections,
|
|
2375
2375
|
locale: args.locale,
|
|
@@ -2388,7 +2388,7 @@ function createMcpServer() {
|
|
|
2388
2388
|
requireScope(extra, "content:read");
|
|
2389
2389
|
const ec = getDineway(extra);
|
|
2390
2390
|
try {
|
|
2391
|
-
const { handleTaxonomyList } = await import("../../../taxonomies-
|
|
2391
|
+
const { handleTaxonomyList } = await import("../../../taxonomies-CZJazF0N.mjs").then((n) => n.l);
|
|
2392
2392
|
return unwrap(await handleTaxonomyList(ec.db, { locale: args.locale }));
|
|
2393
2393
|
} catch (error) {
|
|
2394
2394
|
return errorResult(error);
|
|
@@ -2408,7 +2408,7 @@ function createMcpServer() {
|
|
|
2408
2408
|
requireScope(extra, "content:read");
|
|
2409
2409
|
const ec = getDineway(extra);
|
|
2410
2410
|
try {
|
|
2411
|
-
const { handleTaxonomyList } = await import("../../../taxonomies-
|
|
2411
|
+
const { handleTaxonomyList } = await import("../../../taxonomies-CZJazF0N.mjs").then((n) => n.l);
|
|
2412
2412
|
const listResult = await handleTaxonomyList(ec.db, { locale: args.locale });
|
|
2413
2413
|
if (!listResult.success) return unwrap(listResult);
|
|
2414
2414
|
if (!listResult.data.taxonomies.find((t) => t.name === args.taxonomy)) return errorResult(`Taxonomy '${args.taxonomy}' not found`);
|
|
@@ -2462,7 +2462,7 @@ function createMcpServer() {
|
|
|
2462
2462
|
requireRole(extra, Role.EDITOR);
|
|
2463
2463
|
const ec = getDineway(extra);
|
|
2464
2464
|
try {
|
|
2465
|
-
const { handleTermCreate } = await import("../../../taxonomies-
|
|
2465
|
+
const { handleTermCreate } = await import("../../../taxonomies-CZJazF0N.mjs").then((n) => n.l);
|
|
2466
2466
|
return unwrap(await handleTermCreate(ec.db, args.taxonomy, {
|
|
2467
2467
|
slug: args.slug,
|
|
2468
2468
|
label: args.label,
|
|
@@ -2492,7 +2492,7 @@ function createMcpServer() {
|
|
|
2492
2492
|
requireRole(extra, Role.EDITOR);
|
|
2493
2493
|
const ec = getDineway(extra);
|
|
2494
2494
|
try {
|
|
2495
|
-
const { handleTermUpdate } = await import("../../../taxonomies-
|
|
2495
|
+
const { handleTermUpdate } = await import("../../../taxonomies-CZJazF0N.mjs").then((n) => n.l);
|
|
2496
2496
|
return unwrap(await handleTermUpdate(ec.db, args.taxonomy, args.termSlug, {
|
|
2497
2497
|
slug: args.slug,
|
|
2498
2498
|
label: args.label,
|
|
@@ -2517,7 +2517,7 @@ function createMcpServer() {
|
|
|
2517
2517
|
requireRole(extra, Role.EDITOR);
|
|
2518
2518
|
const ec = getDineway(extra);
|
|
2519
2519
|
try {
|
|
2520
|
-
const { handleTermDelete } = await import("../../../taxonomies-
|
|
2520
|
+
const { handleTermDelete } = await import("../../../taxonomies-CZJazF0N.mjs").then((n) => n.l);
|
|
2521
2521
|
return unwrap(await handleTermDelete(ec.db, args.taxonomy, args.termSlug, { locale: args.locale }));
|
|
2522
2522
|
} catch (error) {
|
|
2523
2523
|
return errorResult(error);
|
|
@@ -2532,7 +2532,7 @@ function createMcpServer() {
|
|
|
2532
2532
|
requireScope(extra, "content:read");
|
|
2533
2533
|
const ec = getDineway(extra);
|
|
2534
2534
|
try {
|
|
2535
|
-
const { handleTermTranslations } = await import("../../../taxonomies-
|
|
2535
|
+
const { handleTermTranslations } = await import("../../../taxonomies-CZJazF0N.mjs").then((n) => n.l);
|
|
2536
2536
|
return unwrap(await handleTermTranslations(ec.db, args.id));
|
|
2537
2537
|
} catch (error) {
|
|
2538
2538
|
return errorResult(error);
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
+
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
2
|
+
import "../../../../../types-D1DjBFA9.mjs";
|
|
3
|
+
import { t as MediaRepository } from "../../../../../media-Cg4zc9fq.mjs";
|
|
1
4
|
import "../../../../../context-types-BWspNMDr.mjs";
|
|
2
5
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
3
6
|
import { r as parseOptionalBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
4
7
|
import { zt as mediaConfirmBody } from "../../../../../redirects-BO0fI750.mjs";
|
|
5
8
|
import "../../../../../import-BO_gy5vZ.mjs";
|
|
6
9
|
import "../../../../../api/schemas/index.mjs";
|
|
7
|
-
import { n as requirePerm, t as requireOwnerPerm } from "../../../../../authorize-
|
|
8
|
-
import { MediaRepository } from "dineway";
|
|
10
|
+
import { n as requirePerm, t as requireOwnerPerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
9
11
|
|
|
10
12
|
//#region src/astro/routes/api/media/[id]/confirm.ts
|
|
11
13
|
const prerender = false;
|
|
@@ -4,7 +4,7 @@ import { n as parseBody, t as isParseError } from "../../../../parse-BBfZRZYb.mj
|
|
|
4
4
|
import { qt as mediaUpdateBody } from "../../../../redirects-BO0fI750.mjs";
|
|
5
5
|
import "../../../../import-BO_gy5vZ.mjs";
|
|
6
6
|
import "../../../../api/schemas/index.mjs";
|
|
7
|
-
import { n as requirePerm, t as requireOwnerPerm } from "../../../../authorize-
|
|
7
|
+
import { n as requirePerm, t as requireOwnerPerm } from "../../../../authorize-BgIG3yfN.mjs";
|
|
8
8
|
|
|
9
9
|
//#region src/astro/routes/api/media/[id].ts
|
|
10
10
|
const prerender = false;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../../error-Dyf9fGZE.mjs";
|
|
2
|
-
import { n as requirePerm } from "../../../../../../authorize-
|
|
2
|
+
import { n as requirePerm } from "../../../../../../authorize-BgIG3yfN.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/astro/routes/api/media/providers/[providerId]/[itemId].ts
|
|
5
5
|
const prerender = false;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../../error-Dyf9fGZE.mjs";
|
|
2
|
-
import { n as requirePerm } from "../../../../../../authorize-
|
|
2
|
+
import { n as requirePerm } from "../../../../../../authorize-BgIG3yfN.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/astro/routes/api/media/providers/[providerId]/index.ts
|
|
5
5
|
const prerender = false;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as apiSuccess, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
2
|
+
import { n as requirePerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/astro/routes/api/media/providers/index.ts
|
|
5
5
|
const prerender = false;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import "../../../../base64-C1Q9yr0B.mjs";
|
|
2
|
+
import "../../../../types-D1DjBFA9.mjs";
|
|
3
|
+
import { t as MediaRepository } from "../../../../media-Cg4zc9fq.mjs";
|
|
1
4
|
import { n as normalizeMime, t as matchesMimeAllowlist } from "../../../../mime-DltzYYAL.mjs";
|
|
2
5
|
import "../../../../context-types-BWspNMDr.mjs";
|
|
3
6
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-Dyf9fGZE.mjs";
|
|
@@ -5,11 +8,10 @@ import { n as parseBody, t as isParseError } from "../../../../parse-BBfZRZYb.mj
|
|
|
5
8
|
import { Jt as mediaUploadUrlBody, Lt as DEFAULT_MAX_UPLOAD_SIZE } from "../../../../redirects-BO0fI750.mjs";
|
|
6
9
|
import "../../../../import-BO_gy5vZ.mjs";
|
|
7
10
|
import "../../../../api/schemas/index.mjs";
|
|
8
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
9
|
-
import { n as resolveFieldAllowlist, t as GLOBAL_UPLOAD_ALLOWLIST } from "../../../../media-allowlist-
|
|
11
|
+
import { n as requirePerm } from "../../../../authorize-BgIG3yfN.mjs";
|
|
12
|
+
import { n as resolveFieldAllowlist, t as GLOBAL_UPLOAD_ALLOWLIST } from "../../../../media-allowlist-D85gK3We.mjs";
|
|
10
13
|
import { ulid } from "ulidx";
|
|
11
14
|
import * as path from "node:path";
|
|
12
|
-
import { MediaRepository } from "dineway";
|
|
13
15
|
|
|
14
16
|
//#region src/astro/routes/api/media/upload-url.ts
|
|
15
17
|
/**
|
|
@@ -10,8 +10,8 @@ import { i as parseQuery, t as isParseError } from "../../../parse-BBfZRZYb.mjs"
|
|
|
10
10
|
import { Lt as DEFAULT_MAX_UPLOAD_SIZE, Rt as formatFileSize, Ut as mediaListQuery } from "../../../redirects-BO0fI750.mjs";
|
|
11
11
|
import "../../../import-BO_gy5vZ.mjs";
|
|
12
12
|
import "../../../api/schemas/index.mjs";
|
|
13
|
-
import { n as requirePerm } from "../../../authorize-
|
|
14
|
-
import { n as resolveFieldAllowlist, t as GLOBAL_UPLOAD_ALLOWLIST } from "../../../media-allowlist-
|
|
13
|
+
import { n as requirePerm } from "../../../authorize-BgIG3yfN.mjs";
|
|
14
|
+
import { n as resolveFieldAllowlist, t as GLOBAL_UPLOAD_ALLOWLIST } from "../../../media-allowlist-D85gK3We.mjs";
|
|
15
15
|
import { ulid } from "ulidx";
|
|
16
16
|
import * as path from "node:path";
|
|
17
17
|
|
|
@@ -23,12 +23,12 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../
|
|
|
23
23
|
import { On as localeFilterQuery, lt as updateMenuItemBody } from "../../../../../../redirects-BO0fI750.mjs";
|
|
24
24
|
import "../../../../../../import-BO_gy5vZ.mjs";
|
|
25
25
|
import "../../../../../../api/schemas/index.mjs";
|
|
26
|
-
import "../../../../../../utils-
|
|
27
|
-
import "../../../../../../search-
|
|
28
|
-
import { n as requirePerm } from "../../../../../../authorize-
|
|
29
|
-
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../../site-context-
|
|
30
|
-
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../../activity-events-
|
|
31
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-
|
|
26
|
+
import "../../../../../../utils-BftjFpR0.mjs";
|
|
27
|
+
import "../../../../../../search-DjaP_Dw-.mjs";
|
|
28
|
+
import { n as requirePerm } from "../../../../../../authorize-BgIG3yfN.mjs";
|
|
29
|
+
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../../site-context-CDnyARws.mjs";
|
|
30
|
+
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../../activity-events-CjOgr0Uv.mjs";
|
|
31
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-SRAfZqf9.mjs";
|
|
32
32
|
import { z } from "zod";
|
|
33
33
|
|
|
34
34
|
//#region src/astro/routes/api/menus/[name]/items/[id].ts
|
|
@@ -23,12 +23,12 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../
|
|
|
23
23
|
import { On as localeFilterQuery, et as createMenuItemBody } from "../../../../../redirects-BO0fI750.mjs";
|
|
24
24
|
import "../../../../../import-BO_gy5vZ.mjs";
|
|
25
25
|
import "../../../../../api/schemas/index.mjs";
|
|
26
|
-
import "../../../../../utils-
|
|
27
|
-
import "../../../../../search-
|
|
28
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
29
|
-
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../site-context-
|
|
30
|
-
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../activity-events-
|
|
31
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-
|
|
26
|
+
import "../../../../../utils-BftjFpR0.mjs";
|
|
27
|
+
import "../../../../../search-DjaP_Dw-.mjs";
|
|
28
|
+
import { n as requirePerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
29
|
+
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../site-context-CDnyARws.mjs";
|
|
30
|
+
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../activity-events-CjOgr0Uv.mjs";
|
|
31
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-SRAfZqf9.mjs";
|
|
32
32
|
import { z } from "zod";
|
|
33
33
|
|
|
34
34
|
//#region src/astro/routes/api/menus/[name]/items.ts
|
|
@@ -23,12 +23,12 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../
|
|
|
23
23
|
import { On as localeFilterQuery, st as reorderMenuItemsBody } from "../../../../../redirects-BO0fI750.mjs";
|
|
24
24
|
import "../../../../../import-BO_gy5vZ.mjs";
|
|
25
25
|
import "../../../../../api/schemas/index.mjs";
|
|
26
|
-
import "../../../../../utils-
|
|
27
|
-
import "../../../../../search-
|
|
28
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
29
|
-
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../site-context-
|
|
30
|
-
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../activity-events-
|
|
31
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-
|
|
26
|
+
import "../../../../../utils-BftjFpR0.mjs";
|
|
27
|
+
import "../../../../../search-DjaP_Dw-.mjs";
|
|
28
|
+
import { n as requirePerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
29
|
+
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../site-context-CDnyARws.mjs";
|
|
30
|
+
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../activity-events-CjOgr0Uv.mjs";
|
|
31
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-SRAfZqf9.mjs";
|
|
32
32
|
import { z } from "zod";
|
|
33
33
|
|
|
34
34
|
//#region src/astro/routes/api/menus/[name]/reorder.ts
|
|
@@ -23,12 +23,12 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../
|
|
|
23
23
|
import { On as localeFilterQuery } from "../../../../../redirects-BO0fI750.mjs";
|
|
24
24
|
import "../../../../../import-BO_gy5vZ.mjs";
|
|
25
25
|
import "../../../../../api/schemas/index.mjs";
|
|
26
|
-
import "../../../../../utils-
|
|
27
|
-
import "../../../../../search-
|
|
28
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
29
|
-
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../site-context-
|
|
30
|
-
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../activity-events-
|
|
31
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-
|
|
26
|
+
import "../../../../../utils-BftjFpR0.mjs";
|
|
27
|
+
import "../../../../../search-DjaP_Dw-.mjs";
|
|
28
|
+
import { n as requirePerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
29
|
+
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../../site-context-CDnyARws.mjs";
|
|
30
|
+
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../../activity-events-CjOgr0Uv.mjs";
|
|
31
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-SRAfZqf9.mjs";
|
|
32
32
|
import { z } from "zod";
|
|
33
33
|
|
|
34
34
|
//#region src/astro/routes/api/menus/[name]/translations.ts
|
|
@@ -23,12 +23,12 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../
|
|
|
23
23
|
import { On as localeFilterQuery, ct as updateMenuBody } from "../../../../redirects-BO0fI750.mjs";
|
|
24
24
|
import "../../../../import-BO_gy5vZ.mjs";
|
|
25
25
|
import "../../../../api/schemas/index.mjs";
|
|
26
|
-
import "../../../../utils-
|
|
27
|
-
import "../../../../search-
|
|
28
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
29
|
-
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../site-context-
|
|
30
|
-
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../activity-events-
|
|
31
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../hitl-route-helpers-
|
|
26
|
+
import "../../../../utils-BftjFpR0.mjs";
|
|
27
|
+
import "../../../../search-DjaP_Dw-.mjs";
|
|
28
|
+
import { n as requirePerm } from "../../../../authorize-BgIG3yfN.mjs";
|
|
29
|
+
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../site-context-CDnyARws.mjs";
|
|
30
|
+
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../activity-events-CjOgr0Uv.mjs";
|
|
31
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../hitl-route-helpers-SRAfZqf9.mjs";
|
|
32
32
|
import { z } from "zod";
|
|
33
33
|
|
|
34
34
|
//#region src/astro/routes/api/menus/[name].ts
|
|
@@ -23,12 +23,12 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../
|
|
|
23
23
|
import { $ as createMenuBody, On as localeFilterQuery } from "../../../../redirects-BO0fI750.mjs";
|
|
24
24
|
import "../../../../import-BO_gy5vZ.mjs";
|
|
25
25
|
import "../../../../api/schemas/index.mjs";
|
|
26
|
-
import "../../../../utils-
|
|
27
|
-
import "../../../../search-
|
|
28
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
29
|
-
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../site-context-
|
|
30
|
-
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../activity-events-
|
|
31
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../hitl-route-helpers-
|
|
26
|
+
import "../../../../utils-BftjFpR0.mjs";
|
|
27
|
+
import "../../../../search-DjaP_Dw-.mjs";
|
|
28
|
+
import { n as requirePerm } from "../../../../authorize-BgIG3yfN.mjs";
|
|
29
|
+
import { _ as RiskPolicyEvaluator, u as MenuHitlPayloadBuilder } from "../../../../site-context-CDnyARws.mjs";
|
|
30
|
+
import { c as logMenuActivity, g as menuApiRouteSource } from "../../../../activity-events-CjOgr0Uv.mjs";
|
|
31
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../hitl-route-helpers-SRAfZqf9.mjs";
|
|
32
32
|
import { z } from "zod";
|
|
33
33
|
|
|
34
34
|
//#region src/astro/routes/api/menus/index.ts
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { n as getPublicOrigin } from "../../../../public-url-
|
|
2
|
-
import { a as filterExperimentalSiteContextWorkflowScopes, o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../experimental-workflows-
|
|
3
|
-
import { t as ALL_VALID_SCOPES } from "../../../../api-tokens-
|
|
4
|
-
import { t as escapeHtml } from "../../../../escape-
|
|
5
|
-
import { c as validateRedirectUri, o as lookupOAuthClient, s as validateClientRedirectUri } from "../../../../oauth-clients-
|
|
6
|
-
import "../../../../oauth-user-lookup-
|
|
7
|
-
import { n as handleAuthorizationApproval, t as buildDeniedRedirect } from "../../../../oauth-authorization-
|
|
1
|
+
import { n as getPublicOrigin } from "../../../../public-url-DuRGs0uF.mjs";
|
|
2
|
+
import { a as filterExperimentalSiteContextWorkflowScopes, o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../experimental-workflows-BbZbIEZp.mjs";
|
|
3
|
+
import { t as ALL_VALID_SCOPES } from "../../../../api-tokens-BZ9aAeCo.mjs";
|
|
4
|
+
import { t as escapeHtml } from "../../../../escape-DA8zlB7z.mjs";
|
|
5
|
+
import { c as validateRedirectUri, o as lookupOAuthClient, s as validateClientRedirectUri } from "../../../../oauth-clients-CS1nQbC3.mjs";
|
|
6
|
+
import "../../../../oauth-user-lookup-B7-6YI3R.mjs";
|
|
7
|
+
import { n as handleAuthorizationApproval, t as buildDeniedRedirect } from "../../../../oauth-authorization-CFcMq7NJ.mjs";
|
|
8
8
|
|
|
9
9
|
//#region src/astro/routes/api/oauth/authorize.ts
|
|
10
10
|
const prerender = false;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
3
|
-
import "../../../../../api-tokens-
|
|
4
|
-
import "../../../../../oauth-clients-
|
|
5
|
-
import "../../../../../oauth-user-lookup-
|
|
6
|
-
import { t as handleDeviceAuthorize } from "../../../../../device-flow-
|
|
3
|
+
import "../../../../../api-tokens-BZ9aAeCo.mjs";
|
|
4
|
+
import "../../../../../oauth-clients-CS1nQbC3.mjs";
|
|
5
|
+
import "../../../../../oauth-user-lookup-B7-6YI3R.mjs";
|
|
6
|
+
import { t as handleDeviceAuthorize } from "../../../../../device-flow-Pab2PQTA.mjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
|
|
9
9
|
//#region src/astro/routes/api/oauth/device/authorize.ts
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
3
3
|
import { t as getTrustedProxyHeaders } from "../../../../../trusted-proxy-8N8sX1D1.mjs";
|
|
4
|
-
import { n as getPublicOrigin } from "../../../../../public-url-
|
|
5
|
-
import "../../../../../api-tokens-
|
|
6
|
-
import "../../../../../oauth-clients-
|
|
7
|
-
import "../../../../../oauth-user-lookup-
|
|
8
|
-
import { n as handleDeviceCodeRequest } from "../../../../../device-flow-
|
|
9
|
-
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-
|
|
4
|
+
import { n as getPublicOrigin } from "../../../../../public-url-DuRGs0uF.mjs";
|
|
5
|
+
import "../../../../../api-tokens-BZ9aAeCo.mjs";
|
|
6
|
+
import "../../../../../oauth-clients-CS1nQbC3.mjs";
|
|
7
|
+
import "../../../../../oauth-user-lookup-B7-6YI3R.mjs";
|
|
8
|
+
import { n as handleDeviceCodeRequest } from "../../../../../device-flow-Pab2PQTA.mjs";
|
|
9
|
+
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-5ZeKz7oo.mjs";
|
|
10
10
|
import { z } from "zod";
|
|
11
11
|
|
|
12
12
|
//#region src/astro/routes/api/oauth/device/code.ts
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
3
3
|
import { t as getTrustedProxyHeaders } from "../../../../../trusted-proxy-8N8sX1D1.mjs";
|
|
4
|
-
import "../../../../../api-tokens-
|
|
5
|
-
import "../../../../../oauth-clients-
|
|
6
|
-
import "../../../../../oauth-user-lookup-
|
|
7
|
-
import { r as handleDeviceTokenExchange } from "../../../../../device-flow-
|
|
8
|
-
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-
|
|
4
|
+
import "../../../../../api-tokens-BZ9aAeCo.mjs";
|
|
5
|
+
import "../../../../../oauth-clients-CS1nQbC3.mjs";
|
|
6
|
+
import "../../../../../oauth-user-lookup-B7-6YI3R.mjs";
|
|
7
|
+
import { r as handleDeviceTokenExchange } from "../../../../../device-flow-Pab2PQTA.mjs";
|
|
8
|
+
import { n as getClientIp, r as rateLimitResponse, t as checkRateLimit } from "../../../../../rate-limit-5ZeKz7oo.mjs";
|
|
9
9
|
import { z } from "zod";
|
|
10
10
|
|
|
11
11
|
//#region src/astro/routes/api/oauth/device/token.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as handleError, t as apiError } from "../../../../error-Dyf9fGZE.mjs";
|
|
2
|
-
import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../experimental-workflows-
|
|
3
|
-
import "../../../../api-tokens-
|
|
4
|
-
import { t as handleOAuthClientCreate } from "../../../../oauth-clients-
|
|
2
|
+
import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../experimental-workflows-BbZbIEZp.mjs";
|
|
3
|
+
import "../../../../api-tokens-BZ9aAeCo.mjs";
|
|
4
|
+
import { t as handleOAuthClientCreate } from "../../../../oauth-clients-CS1nQbC3.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/oauth/register.ts
|
|
7
7
|
const prerender = false;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
3
|
-
import "../../../../../api-tokens-
|
|
4
|
-
import "../../../../../oauth-clients-
|
|
5
|
-
import "../../../../../oauth-user-lookup-
|
|
6
|
-
import { i as handleTokenRefresh } from "../../../../../device-flow-
|
|
3
|
+
import "../../../../../api-tokens-BZ9aAeCo.mjs";
|
|
4
|
+
import "../../../../../oauth-clients-CS1nQbC3.mjs";
|
|
5
|
+
import "../../../../../oauth-user-lookup-B7-6YI3R.mjs";
|
|
6
|
+
import { i as handleTokenRefresh } from "../../../../../device-flow-Pab2PQTA.mjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
|
|
9
9
|
//#region src/astro/routes/api/oauth/token/refresh.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
3
|
-
import "../../../../../api-tokens-
|
|
4
|
-
import "../../../../../oauth-clients-
|
|
5
|
-
import "../../../../../oauth-user-lookup-
|
|
6
|
-
import { a as handleTokenRevoke } from "../../../../../device-flow-
|
|
3
|
+
import "../../../../../api-tokens-BZ9aAeCo.mjs";
|
|
4
|
+
import "../../../../../oauth-clients-CS1nQbC3.mjs";
|
|
5
|
+
import "../../../../../oauth-user-lookup-B7-6YI3R.mjs";
|
|
6
|
+
import { a as handleTokenRevoke } from "../../../../../device-flow-Pab2PQTA.mjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
|
|
9
9
|
//#region src/astro/routes/api/oauth/token/revoke.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as handleError, t as apiError } from "../../../../error-Dyf9fGZE.mjs";
|
|
2
|
-
import "../../../../api-tokens-
|
|
3
|
-
import "../../../../oauth-clients-
|
|
4
|
-
import "../../../../oauth-user-lookup-
|
|
5
|
-
import { r as handleAuthorizationCodeExchange } from "../../../../oauth-authorization-
|
|
6
|
-
import { i as handleTokenRefresh, r as handleDeviceTokenExchange } from "../../../../device-flow-
|
|
2
|
+
import "../../../../api-tokens-BZ9aAeCo.mjs";
|
|
3
|
+
import "../../../../oauth-clients-CS1nQbC3.mjs";
|
|
4
|
+
import "../../../../oauth-user-lookup-B7-6YI3R.mjs";
|
|
5
|
+
import { r as handleAuthorizationCodeExchange } from "../../../../oauth-authorization-CFcMq7NJ.mjs";
|
|
6
|
+
import { i as handleTokenRefresh, r as handleDeviceTokenExchange } from "../../../../device-flow-Pab2PQTA.mjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
|
|
9
9
|
//#region src/astro/routes/api/oauth/token.ts
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { n as VERSION } from "../../../version-
|
|
1
|
+
import { n as VERSION } from "../../../version-BSPT181S.mjs";
|
|
2
2
|
import { r as handleError } from "../../../error-Dyf9fGZE.mjs";
|
|
3
3
|
import { $ as createMenuBody, $t as contentListQuery, A as searchRebuildBody, B as updateSectionBody, Bt as mediaConfirmResponseSchema, C as userDetailSchema, D as usersListQuery, Dt as fieldListResponseSchema, E as userUpdateBody, Et as createFieldBody, F as siteSettingsSchema, Ft as updateCollectionBody, G as taxonomyListResponseSchema, H as createTermBody, I as createSectionBody, It as updateFieldBody, J as termResponseSchema, Jt as mediaUploadUrlBody, K as termGetResponseSchema, Kt as mediaResponseSchema, L as sectionListResponseSchema, Lt as DEFAULT_MAX_UPLOAD_SIZE, Mn as successEnvelope, Mt as orphanedTableListResponseSchema, N as searchSuggestQuery, O as searchEnableBody, Ot as fieldReorderBody, P as settingsUpdateBody, Q as updateTermBody, Qt as contentItemSchema, R as sectionSchema, S as allowedDomainUpdateBody, Sn as apiErrorSchema, St as collectionResponseSchema, T as userSchema, Tn as deleteResponseSchema, Tt as createCollectionBody, Ut as mediaListQuery, Vt as mediaExistingResponseSchema, Wt as mediaListResponseSchema, Xt as contentCompareResponseSchema, Yt as mediaUploadUrlResponseSchema, Zt as contentCreateBody, _ as widgetAreaSchema, _t as createCommentBody, a as notFoundPruneBody, b as widgetSchema, bt as collectionGetQuery, ct as updateMenuBody, d as redirectsListQuery, dn as contentUpdateBody, dt as commentBulkBody, en as contentListResponseSchema, et as createMenuItemBody, f as updateRedirectBody, ft as commentBulkResponseSchema, g as updateWidgetBody, gt as commentStatusBody, h as reorderWidgetsBody, ht as commentSchema, i as notFoundListResponseSchema, in as contentScheduleBody, j as searchResponseSchema, jt as orphanRegisterBody, k as searchQuery, kt as fieldResponseSchema, l as redirectListResponseSchema, ln as contentTranslationsResponseSchema, lt as updateMenuItemBody, m as createWidgetBody, mt as commentListQuery, nn as contentPublishBody, ot as menuWithItemsSchema, p as createWidgetAreaBody, pn as trashedContentListResponseSchema, pt as commentCountsResponseSchema, q as termListResponseSchema, qt as mediaUpdateBody, r as notFoundListQuery, rn as contentResponseSchema, rt as menuListItemSchema, s as notFoundSummaryResponseSchema, sn as contentTermsBody, st as reorderMenuItemsBody, t as createRedirectBody, tt as menuItemSchema, u as redirectSchema, un as contentTrashQuery, ut as adminCommentListResponseSchema, v as widgetAreaWithWidgetsAndCountSchema, vt as publicCommentListResponseSchema, w as userListResponseSchema, wt as collectionWithFieldsResponseSchema, x as allowedDomainCreateBody, xt as collectionListResponseSchema, y as widgetAreaWithWidgetsSchema, z as sectionsListQuery, zt as mediaConfirmBody } from "../../../redirects-BO0fI750.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
import { globalRegistry } from "zod/v4/core";
|
|
6
6
|
import { globalRegistry as globalRegistry$1, object, registry, toJSONSchema } from "zod/v4";
|
|
7
7
|
|
|
8
|
-
//#region ../../node_modules/.pnpm/zod-openapi@5.4.6_zod@4.3
|
|
8
|
+
//#region ../../node_modules/.pnpm/zod-openapi@5.4.6_zod@4.4.3/node_modules/zod-openapi/dist/components-DiNDbisK.mjs
|
|
9
9
|
const isAnyZodType = (schema) => typeof schema === "object" && schema !== null && "_zod" in schema;
|
|
10
10
|
const createExamples = (examples, registry$1, path) => {
|
|
11
11
|
if (!examples) return;
|
|
@@ -866,7 +866,7 @@ const createComponents = (registry$1, opts, openapiVersion) => {
|
|
|
866
866
|
};
|
|
867
867
|
|
|
868
868
|
//#endregion
|
|
869
|
-
//#region ../../node_modules/.pnpm/zod-openapi@5.4.6_zod@4.3
|
|
869
|
+
//#region ../../node_modules/.pnpm/zod-openapi@5.4.6_zod@4.4.3/node_modules/zod-openapi/dist/index.mjs
|
|
870
870
|
const createDocument = (zodOpenApiObject, opts = {}) => {
|
|
871
871
|
const { paths, webhooks, components, ...rest } = zodOpenApiObject;
|
|
872
872
|
const document = rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as apiSuccess, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
|
-
import { i as hasScope } from "../../../../../api-tokens-
|
|
3
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
2
|
+
import { i as hasScope } from "../../../../../api-tokens-BZ9aAeCo.mjs";
|
|
3
|
+
import { n as requirePerm } from "../../../../../authorize-BgIG3yfN.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/auth/scopes.ts
|
|
6
6
|
/**
|
|
@@ -9,8 +9,8 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../
|
|
|
9
9
|
import { a as notFoundPruneBody, r as notFoundListQuery } from "../../../../../redirects-BO0fI750.mjs";
|
|
10
10
|
import "../../../../../import-BO_gy5vZ.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-BgIG3yfN.mjs";
|
|
13
|
+
import { n as handleNotFoundList, r as handleNotFoundPrune, t as handleNotFoundClear } from "../../../../../redirects-Dk7N_YeP.mjs";
|
|
14
14
|
|
|
15
15
|
//#region src/astro/routes/api/redirects/404s/index.ts
|
|
16
16
|
const prerender = false;
|