dineway 0.1.15 → 0.1.16
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/{activity-events-B4wp7CrU.mjs → activity-events-DbqJBNaY.mjs} +1 -1
- package/dist/{allowed-origins-C1AKK9AT.mjs → allowed-origins-D85wzUp6.mjs} +1 -1
- package/dist/api/route-utils.d.mts +10 -10
- package/dist/api/route-utils.mjs +15 -15
- package/dist/api/schemas/index.d.mts +2 -2
- package/dist/api/schemas/index.mjs +4 -4
- package/dist/{api-DX6X_a82.mjs → api-B5xMY72-.mjs} +96 -17
- package/dist/{api-tokens-D7UjLbdt.mjs → api-tokens-CMmUPFae.mjs} +1 -1
- package/dist/{apply-Bm5QgdrE.mjs → apply-CGVHi2r7.mjs} +165 -85
- 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 +5 -5
- package/dist/astro/middleware/redirect.mjs +6 -6
- package/dist/astro/middleware/request-context.mjs +4 -4
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.mjs +119 -77
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +5 -5
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +5 -5
- package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +4 -4
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +6 -6
- package/dist/astro/routes/api/admin/briefing.mjs +19 -19
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +12 -12
- package/dist/astro/routes/api/admin/bylines/index.mjs +12 -12
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +13 -13
- package/dist/astro/routes/api/admin/comments/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/comments/bulk.mjs +10 -10
- package/dist/astro/routes/api/admin/comments/counts.mjs +6 -6
- package/dist/astro/routes/api/admin/comments/index.mjs +10 -10
- package/dist/astro/routes/api/admin/context/_id_/history.mjs +26 -26
- package/dist/astro/routes/api/admin/context/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/context/_id_/review.mjs +30 -30
- package/dist/astro/routes/api/admin/context/_id_/supersede.mjs +30 -30
- package/dist/astro/routes/api/admin/context/diff.mjs +29 -29
- package/dist/astro/routes/api/admin/context/index.mjs +30 -30
- package/dist/astro/routes/api/admin/context/stale.mjs +29 -29
- package/dist/astro/routes/api/admin/hitl-requests/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/hitl-requests/_id_/resolve.mjs +29 -29
- package/dist/astro/routes/api/admin/hitl-requests/index.mjs +29 -29
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +27 -27
- package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +3 -3
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +47 -47
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +47 -47
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +40 -40
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +46 -46
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +46 -46
- package/dist/astro/routes/api/admin/plugins/index.mjs +40 -40
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +2 -2
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +40 -40
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +46 -46
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +40 -40
- package/dist/astro/routes/api/admin/plugins/updates.mjs +40 -40
- package/dist/astro/routes/api/admin/review-requests/_id_/index.mjs +6 -6
- package/dist/astro/routes/api/admin/review-requests/_id_/resolve.mjs +29 -29
- package/dist/astro/routes/api/admin/review-requests/index.mjs +10 -10
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +40 -40
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +2 -2
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +40 -40
- package/dist/astro/routes/api/admin/users/_id_/disable.mjs +2 -2
- package/dist/astro/routes/api/admin/users/_id_/enable.mjs +1 -1
- package/dist/astro/routes/api/admin/users/_id_/index.mjs +6 -6
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +3 -3
- package/dist/astro/routes/api/admin/users/index.mjs +5 -5
- package/dist/astro/routes/api/auth/dev-bypass.mjs +5 -5
- package/dist/astro/routes/api/auth/invite/accept.mjs +1 -1
- package/dist/astro/routes/api/auth/invite/complete.mjs +10 -10
- package/dist/astro/routes/api/auth/invite/index.mjs +7 -7
- package/dist/astro/routes/api/auth/invite/register-options.mjs +9 -9
- package/dist/astro/routes/api/auth/logout.mjs +2 -2
- package/dist/astro/routes/api/auth/magic-link/send.mjs +9 -9
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +2 -2
- package/dist/astro/routes/api/auth/me.mjs +5 -5
- 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/_id_.mjs +5 -5
- package/dist/astro/routes/api/auth/passkey/index.mjs +1 -1
- package/dist/astro/routes/api/auth/passkey/options.mjs +11 -11
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +9 -9
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +10 -10
- package/dist/astro/routes/api/auth/passkey/verify.mjs +10 -10
- package/dist/astro/routes/api/auth/signup/complete.mjs +10 -10
- package/dist/astro/routes/api/auth/signup/request.mjs +9 -9
- package/dist/astro/routes/api/auth/signup/verify.mjs +1 -1
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +14 -14
- package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +7 -7
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +12 -12
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +28 -28
- package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +10 -10
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +13 -13
- package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +2 -2
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +6 -6
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +10 -10
- package/dist/astro/routes/api/content/_collection_/index.mjs +10 -10
- package/dist/astro/routes/api/content/_collection_/trash.mjs +6 -6
- package/dist/astro/routes/api/dashboard.mjs +9 -9
- package/dist/astro/routes/api/dev/emails.mjs +2 -2
- 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 +10 -10
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +3 -3
- package/dist/astro/routes/api/import/wordpress/execute.mjs +29 -29
- package/dist/astro/routes/api/import/wordpress/media.mjs +7 -7
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +33 -33
- package/dist/astro/routes/api/import/wordpress/rewrite-url-helpers.d.mts +48 -0
- package/dist/astro/routes/api/import/wordpress/rewrite-url-helpers.mjs +124 -0
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +32 -145
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +10 -10
- package/dist/astro/routes/api/import/wordpress-plugin/callback.mjs +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +33 -33
- package/dist/astro/routes/api/manifest.mjs +4 -4
- package/dist/astro/routes/api/mcp.mjs +277 -91
- package/dist/astro/routes/api/media/_id_/confirm.mjs +6 -6
- package/dist/astro/routes/api/media/_id_.mjs +6 -6
- package/dist/astro/routes/api/media/file/_...key_.mjs +1 -1
- package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +2 -2
- package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +2 -2
- package/dist/astro/routes/api/media/providers/index.mjs +2 -2
- package/dist/astro/routes/api/media/upload-url.mjs +11 -13
- package/dist/astro/routes/api/media.mjs +18 -18
- package/dist/astro/routes/api/menus/_name_/items.mjs +45 -36
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +34 -31
- package/dist/astro/routes/api/menus/_name_/translations.d.mts +8 -0
- package/dist/astro/routes/api/menus/_name_/translations.mjs +111 -0
- package/dist/astro/routes/api/menus/_name_.mjs +47 -36
- package/dist/astro/routes/api/menus/index.mjs +34 -32
- package/dist/astro/routes/api/oauth/authorize.mjs +7 -7
- package/dist/astro/routes/api/oauth/device/authorize.mjs +6 -6
- package/dist/astro/routes/api/oauth/device/code.mjs +9 -9
- package/dist/astro/routes/api/oauth/device/token.mjs +8 -8
- package/dist/astro/routes/api/oauth/register.mjs +4 -4
- package/dist/astro/routes/api/oauth/token/refresh.mjs +6 -6
- package/dist/astro/routes/api/oauth/token/revoke.mjs +6 -6
- package/dist/astro/routes/api/oauth/token.mjs +6 -6
- package/dist/astro/routes/api/openapi.json.mjs +3 -3
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +3 -3
- package/dist/astro/routes/api/redirects/404s/index.mjs +12 -12
- package/dist/astro/routes/api/redirects/404s/summary.mjs +12 -12
- package/dist/astro/routes/api/redirects/_id_.mjs +31 -31
- package/dist/astro/routes/api/redirects/index.mjs +31 -31
- package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +2 -2
- package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +2 -2
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +41 -41
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +41 -41
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +41 -41
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +41 -41
- package/dist/astro/routes/api/schema/collections/index.mjs +41 -41
- package/dist/astro/routes/api/schema/index.mjs +6 -6
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +40 -40
- package/dist/astro/routes/api/schema/orphans/index.mjs +40 -40
- package/dist/astro/routes/api/search/enable.mjs +12 -12
- package/dist/astro/routes/api/search/index.mjs +11 -11
- package/dist/astro/routes/api/search/rebuild.mjs +12 -12
- package/dist/astro/routes/api/search/stats.mjs +8 -8
- package/dist/astro/routes/api/search/suggest.mjs +11 -11
- package/dist/astro/routes/api/sections/_slug_.mjs +30 -30
- package/dist/astro/routes/api/sections/index.mjs +30 -30
- package/dist/astro/routes/api/settings/email.mjs +4 -4
- package/dist/astro/routes/api/settings.mjs +30 -30
- package/dist/astro/routes/api/setup/admin-verify.mjs +12 -12
- package/dist/astro/routes/api/setup/admin.mjs +10 -10
- package/dist/astro/routes/api/setup/dev-bypass.mjs +25 -25
- package/dist/astro/routes/api/setup/dev-reset.mjs +2 -2
- package/dist/astro/routes/api/setup/index.mjs +26 -26
- package/dist/astro/routes/api/setup/status.mjs +3 -3
- package/dist/astro/routes/api/snapshot.mjs +7 -7
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.d.mts +8 -0
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +131 -0
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +49 -41
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +36 -34
- package/dist/astro/routes/api/taxonomies/index.mjs +36 -34
- package/dist/astro/routes/api/themes/preview.mjs +6 -6
- package/dist/astro/routes/api/typegen.mjs +4 -4
- package/dist/astro/routes/api/well-known/auth.mjs +3 -3
- 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 +29 -29
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +30 -30
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +30 -30
- package/dist/astro/routes/api/widget-areas/_name_.mjs +28 -28
- package/dist/astro/routes/api/widget-areas/index.mjs +30 -30
- package/dist/astro/routes/api/widget-components.mjs +2 -2
- package/dist/astro/routes/robots.txt.mjs +9 -9
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
- package/dist/astro/routes/sitemap.xml.mjs +10 -10
- package/dist/astro/types.d.mts +16 -14
- package/dist/auth/providers/github.d.mts +1 -1
- package/dist/auth/providers/google.d.mts +1 -1
- package/dist/{auth-control-guard-DOZ3UCsP.mjs → auth-control-guard--r6LlNkX.mjs} +1 -1
- package/dist/{authorize-BAdbMCwC.mjs → authorize-wQDmXQJ1.mjs} +1 -1
- package/dist/{briefing-MVYe_Uyf.mjs → briefing-4k6R0KAr.mjs} +7 -7
- package/dist/{briefing-rty4O-wa.mjs → briefing-DM7e2yd3.mjs} +1 -1
- package/dist/{byline-naZxOPSa.mjs → byline-BxAf79s1.mjs} +4 -4
- package/dist/{bylines-DCvz5gtm.d.mts → bylines-DE9bfDur.d.mts} +65 -3
- package/dist/{bylines-C4LIBOOO.mjs → bylines-DhCnhR70.mjs} +3 -3
- package/dist/{cache-DEbQ13c9.mjs → cache-inQvbrP5.mjs} +1 -1
- package/dist/{chunks-D_jVet6z.mjs → chunks-vkrCT4Ta.mjs} +7 -1
- package/dist/cli/index.mjs +337 -102
- 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/{comment-DFO-gWDH.mjs → comment-BmJXz3lc.mjs} +1 -1
- package/dist/{comments--BsZ9pqA.mjs → comments-BW1qFiTa.mjs} +1 -1
- package/dist/{content-CyLkb-qH.mjs → content-DvpMad_N.mjs} +4 -3
- package/dist/{context-DNfcm853.mjs → context-CGbVhAmd.mjs} +2 -2
- package/dist/{context-CNIkMzot.mjs → context-CT44ux1O.mjs} +10 -10
- package/dist/{context-route-helpers-MurhoxWF.mjs → context-route-helpers-CcvSXJtQ.mjs} +1 -1
- package/dist/{dashboard-DqnYU8EU.mjs → dashboard-6gH7SlPM.mjs} +9 -18
- package/dist/database/instrumentation.d.mts +1 -1
- package/dist/database/instrumentation.mjs +14 -4
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.mjs +2 -2
- 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-BGEH5jfn.mjs → device-flow-DaTBhALC.mjs} +5 -5
- package/dist/{dialect-helpers-DhTzaUxP.mjs → dialect-helpers-TkdbkFad.mjs} +7 -1
- package/dist/{fts-manager-B1pTNEG_.mjs → fts-manager-D7KVeBmg.mjs} +1 -1
- package/dist/{hitl-requests-ChT32Ilo.mjs → hitl-requests-CUnch_4e.mjs} +2 -2
- package/dist/{hitl-route-helpers-CSit54Ru.mjs → hitl-route-helpers-DcUCm57p.mjs} +4 -4
- package/dist/{import-BHRLhXAn.mjs → import-BVqG28WP.mjs} +3 -3
- package/dist/{import-CNcKWTbp.mjs → import-DE2ziezs.mjs} +2 -2
- package/dist/{index-CYfhYgXd.d.mts → index-DpMWSamU.d.mts} +2 -2
- package/dist/{index-EUAWaIxW.d.mts → index-JzJUzE4o.d.mts} +47 -47
- package/dist/index.d.mts +16 -16
- package/dist/index.mjs +65 -65
- package/dist/{jsonld-D2gUY4kA.d.mts → jsonld-BjsoTL5m.d.mts} +2 -2
- package/dist/{loader-PZnPxFLc.mjs → loader-CQFxFOt1.mjs} +2 -2
- package/dist/media/index.d.mts +2 -2
- package/dist/media/index.mjs +2 -2
- package/dist/media/local-runtime.d.mts +12 -12
- package/dist/media/local-runtime.mjs +3 -3
- package/dist/{media-_7Fxdu45.mjs → media-Cg4zc9fq.mjs} +12 -9
- package/dist/media-allowlist-eS3AZ2L_.mjs +26 -0
- package/dist/{menus-DYW_UHjv.mjs → menus-BDW1yIdj.mjs} +80 -87
- package/dist/menus-CwI7DQJ5.mjs +569 -0
- package/dist/mime-DJOFDGux.mjs +35 -0
- package/dist/{oauth-authorization-DxGjiWKL.mjs → oauth-authorization-DcYRiDfi.mjs} +5 -5
- package/dist/{oauth-clients-DxO_NO7k.mjs → oauth-clients-CgKFA-VH.mjs} +2 -2
- package/dist/page/index.d.mts +2 -2
- package/dist/page/index.mjs +1 -1
- package/dist/{parse-C9106ehs.mjs → parse-BBfZRZYb.mjs} +1 -1
- package/dist/{placeholder-Bh1dfUOd.d.mts → placeholder-DKMMLt42.d.mts} +1 -1
- package/dist/plugins/adapt-sandbox-entry.d.mts +10 -10
- package/dist/plugins/adapt-sandbox-entry.mjs +1 -1
- package/dist/{plugins-D7-ILNib.mjs → plugins-DKceDtUM.mjs} +9 -7
- package/dist/{preview-DvYRU-Oy.mjs → preview-CIDYFBzd.mjs} +2 -2
- package/dist/{provider-loader-BiQ6lNmf.d.mts → provider-loader-D0F6E2qv.d.mts} +1 -1
- package/dist/{query-CsbOywSY.mjs → query-BtuwuZRd.mjs} +3 -3
- package/dist/{query-B9BO5goQ.mjs → query-CWPxZjGM.mjs} +11 -11
- package/dist/{rate-limit-DmVTHI5v.mjs → rate-limit-GN64_Jaw.mjs} +5 -5
- package/dist/{redirect-CGl64yOX.mjs → redirect-BHo9--Jz.mjs} +3 -3
- package/dist/{redirects-Cgi_cZfN.mjs → redirects-Bc40BgxA.mjs} +4 -4
- package/dist/{redirects-lrlmYXVE.mjs → redirects-xVDvj_yQ.mjs} +68 -15
- package/dist/{registry-C-_hxLqa.mjs → registry-DumDzFDn.mjs} +5 -5
- package/dist/{request-cache-DHMRr2Lf.mjs → request-cache-DmVyQUBh.mjs} +5 -1
- package/dist/request-context.d.mts +19 -1
- package/dist/request-context.mjs +15 -3
- package/dist/{request-meta-DixlNKKa.mjs → request-meta-BVx9KkL-.mjs} +1 -1
- package/dist/{review-requests-C2DIHwlJ.mjs → review-requests-BYuoyse0.mjs} +1 -1
- package/dist/{review-requests-DIyjw-K_.mjs → review-requests-vCw7_3DS.mjs} +1 -1
- package/dist/{runner-BU6Lo1ZS.d.mts → runner-CHR_W79l.d.mts} +1 -1
- package/dist/{runner-DWZm2KQm.mjs → runner-lqEiJbO-.mjs} +496 -181
- package/dist/{runtime-QuuFSlc6.d.mts → runtime-DY_XmE9Y.d.mts} +15 -14
- package/dist/runtime.d.mts +11 -11
- package/dist/runtime.mjs +5 -5
- package/dist/{schema-BECjUhP8.mjs → schema-D1z41cq_.mjs} +1 -1
- package/dist/{search-DqTHQqtV.mjs → search-CPcQGTHW.mjs} +2 -2
- package/dist/{secrets-CkoJ9zN0.mjs → secrets-AFKoqUXj.mjs} +2 -2
- package/dist/{sections-B61OxnfB.mjs → sections-B9RYyf3I.mjs} +2 -2
- package/dist/seed/index.d.mts +2 -2
- package/dist/seed/index.mjs +19 -19
- package/dist/seo/index.d.mts +1 -1
- package/dist/{seo-CUQctrog.mjs → seo-BPz1KkCq.mjs} +1 -1
- package/dist/{service-CyOsm0R6.mjs → service-DgiH1Yud.mjs} +2 -2
- package/dist/{settings-Dzgswvg4.mjs → settings-BGCo_c2y.mjs} +1 -1
- package/dist/{settings-DGtLLSaz.mjs → settings-qPzY2KIF.mjs} +4 -4
- package/dist/{setup-complete-ChilE-da.mjs → setup-complete-4EiBS1E5.mjs} +1 -1
- package/dist/{site-activity-B8FjLIVh.mjs → site-activity-lsCX_cqp.mjs} +1 -1
- package/dist/{site-context-WBxoD99D.mjs → site-context-DHRIU6x9.mjs} +58 -34
- package/dist/{site-url-BP7k7OCe.mjs → site-url-oyqzZtoL.mjs} +1 -1
- package/dist/storage/local.d.mts +1 -1
- package/dist/storage/local.mjs +1 -1
- package/dist/storage/s3.d.mts +1 -1
- package/dist/storage/s3.mjs +1 -1
- package/dist/taxonomies-BWmxbumf.mjs +350 -0
- package/dist/taxonomies-aQXvYVPm.mjs +507 -0
- package/dist/taxonomy-DI-0HgKe.mjs +217 -0
- package/dist/{tokens-BOJw-D9F.mjs → tokens-DB4dASZl.mjs} +1 -1
- package/dist/{types-DZPw8Rru.d.mts → types-CYBaBvtm.d.mts} +9 -0
- package/dist/{types-C0mmVRJN.d.mts → types-CsnHvu4J.d.mts} +1 -0
- package/dist/{types-Bs6lTBBW.mjs → types-D1DjBFA9.mjs} +8 -2
- package/dist/{types-Q616b2Hn.d.mts → types-DS5PYew4.d.mts} +1 -1
- package/dist/ui/server-runtime.d.mts +7 -7
- package/dist/ui/server-runtime.mjs +19 -19
- package/dist/{user-CcXq-zoL.mjs → user-2aI21yV1.mjs} +1 -1
- package/dist/{utils-C0ONdBul.mjs → utils-BJF19gfk.mjs} +1 -1
- package/dist/{validate-C7TzfamJ.mjs → validate-B8ZvLeOE.mjs} +12 -8
- package/dist/{validate-BwmQEbu8.d.mts → validate-BQ24E8rK.d.mts} +21 -4
- package/dist/version-HdNieFOD.mjs +6 -0
- package/dist/{widgets-B7DRpZvy.mjs → widgets-Cce2-2fM.mjs} +2 -2
- package/dist/{wordpress-slugs-CnporCYH.mjs → wordpress-slugs-C4EhE6fo.mjs} +1 -1
- package/dist/{zod-generator-DBVP8D0P.mjs → zod-generator-BKhtHT3e.mjs} +3 -3
- package/package.json +5 -5
- package/dist/menus-DS3_5nWY.mjs +0 -312
- package/dist/taxonomies-D2aZGuns.mjs +0 -270
- package/dist/taxonomies-z6Lz91BC.mjs +0 -355
- package/dist/taxonomy-D5cbhc8u.mjs +0 -165
- package/dist/version-DzWaHle7.mjs +0 -6
- /package/dist/{adapters-DuLQZhRY.d.mts → adapters-BPzUiHHm.d.mts} +0 -0
- /package/dist/{api-tokens-CPjC3zf8.mjs → api-tokens-B7fvbHM2.mjs} +0 -0
- /package/dist/{base64-Cz-aU0X1.mjs → base64-C1Q9yr0B.mjs} +0 -0
- /package/dist/{challenge-store-DDTbisbf.mjs → challenge-store-anhwVER0.mjs} +0 -0
- /package/dist/{components-BPknylYg.mjs → components-BQiBW_Ji.mjs} +0 -0
- /package/dist/{config-CAMFxGaV.mjs → config-XW5tMrH8.mjs} +0 -0
- /package/dist/{context-types-C-LwdAxx.mjs → context-types-DuiyY6xF.mjs} +0 -0
- /package/dist/{cron-CKxvBrRT.mjs → cron-fV9baRVc.mjs} +0 -0
- /package/dist/{db-errors-DyZkswzF.mjs → db-errors-BnUbfGsK.mjs} +0 -0
- /package/dist/{default-D4ngTpW8.mjs → default-2JDm1rj_.mjs} +0 -0
- /package/dist/{email-console-CuefUXfX.mjs → email-console-_pTim1bU.mjs} +0 -0
- /package/dist/{entity-aliases-C0v-yNET.mjs → entity-aliases-PJV8IxDq.mjs} +0 -0
- /package/dist/{error-BMUPwxgx.mjs → error-Dyf9fGZE.mjs} +0 -0
- /package/dist/{escape-BRVaw1Ai.mjs → escape-Bn168-uP.mjs} +0 -0
- /package/dist/{experimental-workflows-C9X7yblQ.mjs → experimental-workflows-CSRjuEwS.mjs} +0 -0
- /package/dist/{hash-CDX7M0ze.mjs → hash-V8oZo1W2.mjs} +0 -0
- /package/dist/{load-B2XtDw__.mjs → load-BvyvS_76.mjs} +0 -0
- /package/dist/{manifest-schema-CgFJAp0H.mjs → manifest-schema-CU0XL_ZK.mjs} +0 -0
- /package/dist/{mode-DUhxwUhv.mjs → mode-DWw2di1I.mjs} +0 -0
- /package/dist/{normalize-C49G_o1k.mjs → normalize-9GU-bv_T.mjs} +0 -0
- /package/dist/{oauth-state-store-C5UFhzwD.mjs → oauth-state-store-DhifLitQ.mjs} +0 -0
- /package/dist/{oauth-user-lookup-Bi0ek9eM.mjs → oauth-user-lookup-nyXQ2_6Q.mjs} +0 -0
- /package/dist/{options-z8VVg1Ll.mjs → options-BF11H_FD.mjs} +0 -0
- /package/dist/{passkey-config-BRSZx4pW.mjs → passkey-config-DZOjt0Hd.mjs} +0 -0
- /package/dist/{patterns-K0DLqWir.mjs → patterns-CW4n2PQs.mjs} +0 -0
- /package/dist/{placeholder-C2P5fKa4.mjs → placeholder-BJPmhjHP.mjs} +0 -0
- /package/dist/{provider-loader-C21b9OpH.mjs → provider-loader-Decn0Ktc.mjs} +0 -0
- /package/dist/{public-url-Cun8N3NU.mjs → public-url-5fFLJhjh.mjs} +0 -0
- /package/dist/{redirect-COZy-3iY.mjs → redirect-C077gVTf.mjs} +0 -0
- /package/dist/{seo-C007Luwn.mjs → seo-DJoop90w.mjs} +0 -0
- /package/dist/{seo-contributions-B1fWCnqY.mjs → seo-contributions-CQzUjJKY.mjs} +0 -0
- /package/dist/{setup-nonce-BpmLXAuu.mjs → setup-nonce-DN6BHIlP.mjs} +0 -0
- /package/dist/{sidecar-client-B1C6Cf80.mjs → sidecar-client-Dta0AELf.mjs} +0 -0
- /package/dist/{slugify-PDTDtMXp.mjs → slugify-BzGxlOFx.mjs} +0 -0
- /package/dist/{ssrf-DDwRxF6B.mjs → ssrf-BOSGjXxb.mjs} +0 -0
- /package/dist/{transaction-x2tJQ-A1.mjs → transaction-qfqpPVpu.mjs} +0 -0
- /package/dist/{transport-D3i4yWRE.mjs → transport-B3jxvfio.mjs} +0 -0
- /package/dist/{transport-BXe1AM79.d.mts → transport-CyOHECBA.d.mts} +0 -0
- /package/dist/{trusted-proxy-BbaZfkT9.mjs → trusted-proxy-8N8sX1D1.mjs} +0 -0
- /package/dist/{types-DJlpx5Ay.d.mts → types-6N-00csp.d.mts} +0 -0
- /package/dist/{types-BFmjniC2.d.mts → types-B45uSz1j.d.mts} +0 -0
- /package/dist/{types-B7kpsMJ3.d.mts → types-BDm7Ipoq.d.mts} +0 -0
- /package/dist/{types-0Vr68fc2.d.mts → types-BeYn-Yf0.d.mts} +0 -0
- /package/dist/{types-OPs5Q_sX.d.mts → types-D_wGrwiY.d.mts} +0 -0
- /package/dist/{types-DL7Y8D_t.mjs → types-Dz2EKzsX.mjs} +0 -0
- /package/dist/{types-fAInWQDO.mjs → types-iNqHe2-V.mjs} +0 -0
- /package/dist/{url-DNjT2abR.mjs → url-DOS4RGym.mjs} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../../../../types-
|
|
2
|
-
import "../../../../index-
|
|
3
|
-
import { g as ProbeResult } from "../../../../types-
|
|
1
|
+
import "../../../../types-CYBaBvtm.mjs";
|
|
2
|
+
import "../../../../index-DpMWSamU.mjs";
|
|
3
|
+
import { g as ProbeResult } from "../../../../types-BeYn-Yf0.mjs";
|
|
4
4
|
import { APIRoute } from "astro";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/api/import/probe.d.ts
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "../../../../base64-
|
|
2
|
-
import "../../../../context-types-
|
|
3
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-
|
|
4
|
-
import { n as parseBody, t as isParseError } from "../../../../parse-
|
|
5
|
-
import "../../../../redirects-
|
|
6
|
-
import { t as importProbeBody } from "../../../../import-
|
|
1
|
+
import "../../../../base64-C1Q9yr0B.mjs";
|
|
2
|
+
import "../../../../context-types-DuiyY6xF.mjs";
|
|
3
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../error-Dyf9fGZE.mjs";
|
|
4
|
+
import { n as parseBody, t as isParseError } from "../../../../parse-BBfZRZYb.mjs";
|
|
5
|
+
import "../../../../redirects-xVDvj_yQ.mjs";
|
|
6
|
+
import { t as importProbeBody } from "../../../../import-DE2ziezs.mjs";
|
|
7
7
|
import "../../../../api/schemas/index.mjs";
|
|
8
|
-
import { l as probeUrl } from "../../../../import-
|
|
9
|
-
import { t as SsrfError } from "../../../../ssrf-
|
|
10
|
-
import "../../../../utils-
|
|
11
|
-
import { n as requirePerm } from "../../../../authorize-
|
|
8
|
+
import { l as probeUrl } from "../../../../import-BVqG28WP.mjs";
|
|
9
|
+
import { t as SsrfError } from "../../../../ssrf-BOSGjXxb.mjs";
|
|
10
|
+
import "../../../../utils-BJF19gfk.mjs";
|
|
11
|
+
import { n as requirePerm } from "../../../../authorize-wQDmXQJ1.mjs";
|
|
12
12
|
|
|
13
13
|
//#region src/astro/routes/api/import/probe.ts
|
|
14
14
|
const prerender = false;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-
|
|
2
|
-
import { t as sanitizeWordPressImportSlug } from "../../../../../wordpress-slugs-
|
|
3
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
1
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
2
|
+
import { t as sanitizeWordPressImportSlug } from "../../../../../wordpress-slugs-C4EhE6fo.mjs";
|
|
3
|
+
import { n as requirePerm } from "../../../../../authorize-wQDmXQJ1.mjs";
|
|
4
4
|
import mime from "mime/lite";
|
|
5
5
|
import { SchemaRegistry, parseWxrString } from "dineway";
|
|
6
6
|
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import "../../../../../dialect-helpers-
|
|
2
|
-
import { n as slugify } from "../../../../../slugify-
|
|
3
|
-
import "../../../../../content-
|
|
4
|
-
import "../../../../../base64-
|
|
5
|
-
import "../../../../../types-
|
|
6
|
-
import "../../../../../media-
|
|
7
|
-
import "../../../../../options-
|
|
8
|
-
import "../../../../../site-activity-
|
|
9
|
-
import "../../../../../review-requests-
|
|
10
|
-
import "../../../../../entity-aliases-
|
|
11
|
-
import { t as BylineRepository } from "../../../../../byline-
|
|
12
|
-
import "../../../../../
|
|
13
|
-
import "../../../../../
|
|
14
|
-
import "../../../../../
|
|
15
|
-
import "../../../../../
|
|
16
|
-
import "../../../../../
|
|
17
|
-
import "../../../../../
|
|
18
|
-
import "../../../../../
|
|
19
|
-
import "../../../../../query-
|
|
20
|
-
import "../../../../../zod-generator-
|
|
21
|
-
import "../../../../../schema-
|
|
22
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-
|
|
23
|
-
import { m as resolveImportByline } from "../../../../../utils-
|
|
24
|
-
import { t as sanitizeWordPressImportSlug } from "../../../../../wordpress-slugs-
|
|
25
|
-
import "../../../../../search-
|
|
26
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
27
|
-
import { _ as RiskPolicyEvaluator, p as WordPressImportHitlPayloadBuilder } from "../../../../../site-context-
|
|
28
|
-
import "../../../../../activity-events-
|
|
29
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-
|
|
1
|
+
import "../../../../../dialect-helpers-TkdbkFad.mjs";
|
|
2
|
+
import { n as slugify } from "../../../../../slugify-BzGxlOFx.mjs";
|
|
3
|
+
import "../../../../../content-DvpMad_N.mjs";
|
|
4
|
+
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
5
|
+
import "../../../../../types-D1DjBFA9.mjs";
|
|
6
|
+
import "../../../../../media-Cg4zc9fq.mjs";
|
|
7
|
+
import "../../../../../options-BF11H_FD.mjs";
|
|
8
|
+
import "../../../../../site-activity-lsCX_cqp.mjs";
|
|
9
|
+
import "../../../../../review-requests-BYuoyse0.mjs";
|
|
10
|
+
import "../../../../../entity-aliases-PJV8IxDq.mjs";
|
|
11
|
+
import { t as BylineRepository } from "../../../../../byline-BxAf79s1.mjs";
|
|
12
|
+
import "../../../../../request-cache-DmVyQUBh.mjs";
|
|
13
|
+
import "../../../../../briefing-4k6R0KAr.mjs";
|
|
14
|
+
import "../../../../../context-types-DuiyY6xF.mjs";
|
|
15
|
+
import "../../../../../fts-manager-D7KVeBmg.mjs";
|
|
16
|
+
import "../../../../../registry-DumDzFDn.mjs";
|
|
17
|
+
import "../../../../../loader-CQFxFOt1.mjs";
|
|
18
|
+
import "../../../../../settings-qPzY2KIF.mjs";
|
|
19
|
+
import "../../../../../query-BtuwuZRd.mjs";
|
|
20
|
+
import "../../../../../zod-generator-BKhtHT3e.mjs";
|
|
21
|
+
import "../../../../../schema-D1z41cq_.mjs";
|
|
22
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
23
|
+
import { m as resolveImportByline } from "../../../../../utils-BJF19gfk.mjs";
|
|
24
|
+
import { t as sanitizeWordPressImportSlug } from "../../../../../wordpress-slugs-C4EhE6fo.mjs";
|
|
25
|
+
import "../../../../../search-CPcQGTHW.mjs";
|
|
26
|
+
import { n as requirePerm } from "../../../../../authorize-wQDmXQJ1.mjs";
|
|
27
|
+
import { _ as RiskPolicyEvaluator, p as WordPressImportHitlPayloadBuilder } from "../../../../../site-context-DHRIU6x9.mjs";
|
|
28
|
+
import "../../../../../activity-events-DbqJBNaY.mjs";
|
|
29
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-DcUCm57p.mjs";
|
|
30
30
|
import { gutenbergToPortableText } from "@dineway-ai/gutenberg-to-portable-text";
|
|
31
31
|
import { ContentRepository, importReusableBlocksAsSections, parseWxrDate, parseWxrString } from "dineway";
|
|
32
32
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../../../../../context-types-
|
|
2
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-
|
|
3
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
4
|
-
import "../../../../../redirects-
|
|
5
|
-
import { n as wpMediaImportBody } from "../../../../../import-
|
|
1
|
+
import "../../../../../context-types-DuiyY6xF.mjs";
|
|
2
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
3
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
4
|
+
import "../../../../../redirects-xVDvj_yQ.mjs";
|
|
5
|
+
import { n as wpMediaImportBody } from "../../../../../import-DE2ziezs.mjs";
|
|
6
6
|
import "../../../../../api/schemas/index.mjs";
|
|
7
|
-
import { a as validateExternalUrl, r as ssrfSafeFetch, t as SsrfError } from "../../../../../ssrf-
|
|
8
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
7
|
+
import { a as validateExternalUrl, r as ssrfSafeFetch, t as SsrfError } from "../../../../../ssrf-BOSGjXxb.mjs";
|
|
8
|
+
import { n as requirePerm } from "../../../../../authorize-wQDmXQJ1.mjs";
|
|
9
9
|
import { ulid } from "ulidx";
|
|
10
10
|
import * as path from "node:path";
|
|
11
11
|
import mime from "mime/lite";
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import "../../../../../dialect-helpers-
|
|
2
|
-
import "../../../../../content-
|
|
3
|
-
import "../../../../../base64-
|
|
4
|
-
import "../../../../../types-
|
|
5
|
-
import "../../../../../media-
|
|
6
|
-
import "../../../../../options-
|
|
7
|
-
import "../../../../../site-activity-
|
|
8
|
-
import "../../../../../review-requests-
|
|
9
|
-
import "../../../../../entity-aliases-
|
|
10
|
-
import "../../../../../
|
|
11
|
-
import "../../../../../
|
|
12
|
-
import "../../../../../
|
|
13
|
-
import
|
|
14
|
-
import "../../../../../
|
|
15
|
-
import "../../../../../
|
|
16
|
-
import "../../../../../
|
|
17
|
-
import "../../../../../
|
|
18
|
-
import "../../../../../query-
|
|
19
|
-
import "../../../../../zod-generator-
|
|
20
|
-
import "../../../../../schema-
|
|
21
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-
|
|
22
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
23
|
-
import "../../../../../redirects-
|
|
24
|
-
import { a as wpPrepareBody } from "../../../../../import-
|
|
1
|
+
import "../../../../../dialect-helpers-TkdbkFad.mjs";
|
|
2
|
+
import "../../../../../content-DvpMad_N.mjs";
|
|
3
|
+
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
4
|
+
import "../../../../../types-D1DjBFA9.mjs";
|
|
5
|
+
import "../../../../../media-Cg4zc9fq.mjs";
|
|
6
|
+
import "../../../../../options-BF11H_FD.mjs";
|
|
7
|
+
import "../../../../../site-activity-lsCX_cqp.mjs";
|
|
8
|
+
import "../../../../../review-requests-BYuoyse0.mjs";
|
|
9
|
+
import "../../../../../entity-aliases-PJV8IxDq.mjs";
|
|
10
|
+
import "../../../../../request-cache-DmVyQUBh.mjs";
|
|
11
|
+
import "../../../../../briefing-4k6R0KAr.mjs";
|
|
12
|
+
import "../../../../../context-types-DuiyY6xF.mjs";
|
|
13
|
+
import "../../../../../fts-manager-D7KVeBmg.mjs";
|
|
14
|
+
import { t as FIELD_TYPES } from "../../../../../types-Dz2EKzsX.mjs";
|
|
15
|
+
import "../../../../../registry-DumDzFDn.mjs";
|
|
16
|
+
import "../../../../../loader-CQFxFOt1.mjs";
|
|
17
|
+
import "../../../../../settings-qPzY2KIF.mjs";
|
|
18
|
+
import "../../../../../query-BtuwuZRd.mjs";
|
|
19
|
+
import "../../../../../zod-generator-BKhtHT3e.mjs";
|
|
20
|
+
import "../../../../../schema-D1z41cq_.mjs";
|
|
21
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
22
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
23
|
+
import "../../../../../redirects-xVDvj_yQ.mjs";
|
|
24
|
+
import { a as wpPrepareBody } from "../../../../../import-DE2ziezs.mjs";
|
|
25
25
|
import "../../../../../api/schemas/index.mjs";
|
|
26
|
-
import "../../../../../utils-
|
|
27
|
-
import { t as sanitizeWordPressImportSlug } from "../../../../../wordpress-slugs-
|
|
28
|
-
import "../../../../../search-
|
|
29
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
30
|
-
import { _ as RiskPolicyEvaluator, p as WordPressImportHitlPayloadBuilder } from "../../../../../site-context-
|
|
31
|
-
import "../../../../../activity-events-
|
|
32
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-
|
|
26
|
+
import "../../../../../utils-BJF19gfk.mjs";
|
|
27
|
+
import { t as sanitizeWordPressImportSlug } from "../../../../../wordpress-slugs-C4EhE6fo.mjs";
|
|
28
|
+
import "../../../../../search-CPcQGTHW.mjs";
|
|
29
|
+
import { n as requirePerm } from "../../../../../authorize-wQDmXQJ1.mjs";
|
|
30
|
+
import { _ as RiskPolicyEvaluator, p as WordPressImportHitlPayloadBuilder } from "../../../../../site-context-DHRIU6x9.mjs";
|
|
31
|
+
import "../../../../../activity-events-DbqJBNaY.mjs";
|
|
32
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-DcUCm57p.mjs";
|
|
33
33
|
import { capitalize, singularize } from "./analyze.mjs";
|
|
34
34
|
import { z } from "zod";
|
|
35
35
|
|
|
@@ -68,7 +68,7 @@ const POST = async ({ request, locals }) => {
|
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
70
|
async function prepareImport(db, request) {
|
|
71
|
-
const { SchemaRegistry } = await import("../../../../../registry-
|
|
71
|
+
const { SchemaRegistry } = await import("../../../../../registry-DumDzFDn.mjs").then((n) => n.r);
|
|
72
72
|
const registry = new SchemaRegistry(db);
|
|
73
73
|
const result = {
|
|
74
74
|
success: true,
|
|
@@ -134,7 +134,7 @@ async function prepareImport(db, request) {
|
|
|
134
134
|
"post",
|
|
135
135
|
"page"
|
|
136
136
|
].includes(collectionSlug)) {
|
|
137
|
-
const { FTSManager } = await import("../../../../../fts-manager-
|
|
137
|
+
const { FTSManager } = await import("../../../../../fts-manager-D7KVeBmg.mjs").then((n) => n.n);
|
|
138
138
|
const ftsManager = new FTSManager(db);
|
|
139
139
|
if ((await ftsManager.getSearchableFields(collectionSlug)).length > 0) try {
|
|
140
140
|
await ftsManager.enableSearch(collectionSlug);
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
//#region src/astro/routes/api/import/wordpress/rewrite-url-helpers.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* Strip query parameters from a URL for base matching.
|
|
4
|
+
*/
|
|
5
|
+
declare function getBaseUrl(url: string): string;
|
|
6
|
+
/**
|
|
7
|
+
* Build a map of queryless base URLs to new URLs for flexible matching.
|
|
8
|
+
*/
|
|
9
|
+
declare function buildBaseUrlMap(urlMap: Record<string, string>): Map<string, string>;
|
|
10
|
+
/**
|
|
11
|
+
* Find the imported URL for exact, queryless, or WordPress image-size variants.
|
|
12
|
+
*/
|
|
13
|
+
declare function findMatchingUrl(url: string, exactMap: Record<string, string>, baseMap: Map<string, string>): string | null;
|
|
14
|
+
/**
|
|
15
|
+
* Portable Text block shape used by URL rewriting.
|
|
16
|
+
*/
|
|
17
|
+
interface PortableTextBlock {
|
|
18
|
+
_type: string;
|
|
19
|
+
_key?: string;
|
|
20
|
+
asset?: {
|
|
21
|
+
_type?: string;
|
|
22
|
+
_ref?: string;
|
|
23
|
+
url?: string;
|
|
24
|
+
};
|
|
25
|
+
link?: string;
|
|
26
|
+
images?: PortableTextBlock[];
|
|
27
|
+
columns?: Array<{
|
|
28
|
+
content?: PortableTextBlock[];
|
|
29
|
+
}>;
|
|
30
|
+
[key: string]: unknown;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Rewrite URLs in a Portable Text array.
|
|
34
|
+
*/
|
|
35
|
+
declare function rewritePortableTextUrls(blocks: PortableTextBlock[], exactMap: Record<string, string>, baseMap: Map<string, string>): {
|
|
36
|
+
changed: boolean;
|
|
37
|
+
urlsRewritten: number;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Rewrite URLs in a string field.
|
|
41
|
+
*/
|
|
42
|
+
declare function rewriteStringUrls(value: string, exactMap: Record<string, string>, baseMap: Map<string, string>): {
|
|
43
|
+
newValue: string;
|
|
44
|
+
changed: boolean;
|
|
45
|
+
urlsRewritten: number;
|
|
46
|
+
};
|
|
47
|
+
//#endregion
|
|
48
|
+
export { PortableTextBlock, buildBaseUrlMap, findMatchingUrl, getBaseUrl, rewritePortableTextUrls, rewriteStringUrls };
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
//#region src/astro/routes/api/import/wordpress/rewrite-url-helpers.ts
|
|
2
|
+
const REGEX_SPECIAL_CHARS = /[.*+?^${}()|[\]\\]/g;
|
|
3
|
+
const WORDPRESS_IMAGE_SIZE_SUFFIX = /-\d+x\d+(?=\.[^./?#]+$)/;
|
|
4
|
+
const BASE_URL_EXTENSION = /^(.+)(\.[^./?#]+)$/;
|
|
5
|
+
/**
|
|
6
|
+
* Strip query parameters from a URL for base matching.
|
|
7
|
+
*/
|
|
8
|
+
function getBaseUrl(url) {
|
|
9
|
+
try {
|
|
10
|
+
const parsed = new URL(url);
|
|
11
|
+
return `${parsed.origin}${parsed.pathname}`;
|
|
12
|
+
} catch {
|
|
13
|
+
return url.split("?")[0] || url;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Build a map of queryless base URLs to new URLs for flexible matching.
|
|
18
|
+
*/
|
|
19
|
+
function buildBaseUrlMap(urlMap) {
|
|
20
|
+
const baseMap = /* @__PURE__ */ new Map();
|
|
21
|
+
for (const [oldUrl, newUrl] of Object.entries(urlMap)) baseMap.set(getBaseUrl(oldUrl), newUrl);
|
|
22
|
+
return baseMap;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Find the imported URL for exact, queryless, or WordPress image-size variants.
|
|
26
|
+
*/
|
|
27
|
+
function findMatchingUrl(url, exactMap, baseMap) {
|
|
28
|
+
if (exactMap[url]) return exactMap[url];
|
|
29
|
+
const baseUrl = getBaseUrl(url);
|
|
30
|
+
const baseMatch = baseMap.get(baseUrl);
|
|
31
|
+
if (baseMatch) return baseMatch;
|
|
32
|
+
const wordPressImageMatch = baseMap.get(stripWordPressImageSizeSuffix(baseUrl));
|
|
33
|
+
if (wordPressImageMatch) return wordPressImageMatch;
|
|
34
|
+
return null;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Rewrite URLs in a Portable Text array.
|
|
38
|
+
*/
|
|
39
|
+
function rewritePortableTextUrls(blocks, exactMap, baseMap) {
|
|
40
|
+
let changed = false;
|
|
41
|
+
let urlsRewritten = 0;
|
|
42
|
+
for (const block of blocks) {
|
|
43
|
+
if (block._type === "image" && block.asset?.url) {
|
|
44
|
+
const newUrl = findMatchingUrl(block.asset.url, exactMap, baseMap);
|
|
45
|
+
if (newUrl) {
|
|
46
|
+
block.asset.url = newUrl;
|
|
47
|
+
block.asset._ref = newUrl;
|
|
48
|
+
changed = true;
|
|
49
|
+
urlsRewritten++;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
if (block._type === "image" && block.link) {
|
|
53
|
+
const newUrl = findMatchingUrl(block.link, exactMap, baseMap);
|
|
54
|
+
if (newUrl) {
|
|
55
|
+
block.link = newUrl;
|
|
56
|
+
changed = true;
|
|
57
|
+
urlsRewritten++;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
if (block._type === "gallery" && Array.isArray(block.images)) {
|
|
61
|
+
const result = rewritePortableTextUrls(block.images, exactMap, baseMap);
|
|
62
|
+
if (result.changed) {
|
|
63
|
+
changed = true;
|
|
64
|
+
urlsRewritten += result.urlsRewritten;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
if (block._type === "columns" && Array.isArray(block.columns)) for (const column of block.columns) {
|
|
68
|
+
if (!Array.isArray(column.content)) continue;
|
|
69
|
+
const result = rewritePortableTextUrls(column.content, exactMap, baseMap);
|
|
70
|
+
if (result.changed) {
|
|
71
|
+
changed = true;
|
|
72
|
+
urlsRewritten += result.urlsRewritten;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
changed,
|
|
78
|
+
urlsRewritten
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Rewrite URLs in a string field.
|
|
83
|
+
*/
|
|
84
|
+
function rewriteStringUrls(value, exactMap, baseMap) {
|
|
85
|
+
let newValue = value;
|
|
86
|
+
let changed = false;
|
|
87
|
+
let urlsRewritten = 0;
|
|
88
|
+
for (const [oldUrl, newUrl] of Object.entries(exactMap)) {
|
|
89
|
+
if (!newValue.includes(oldUrl)) continue;
|
|
90
|
+
newValue = newValue.split(oldUrl).join(newUrl);
|
|
91
|
+
changed = true;
|
|
92
|
+
urlsRewritten++;
|
|
93
|
+
}
|
|
94
|
+
for (const [baseUrl, newUrl] of baseMap.entries()) {
|
|
95
|
+
const regex = buildBaseUrlMatchRegex(baseUrl);
|
|
96
|
+
const matches = newValue.match(regex);
|
|
97
|
+
if (!matches) continue;
|
|
98
|
+
for (const match of matches) {
|
|
99
|
+
if (exactMap[match]) continue;
|
|
100
|
+
newValue = newValue.split(match).join(newUrl);
|
|
101
|
+
changed = true;
|
|
102
|
+
urlsRewritten++;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
return {
|
|
106
|
+
newValue,
|
|
107
|
+
changed,
|
|
108
|
+
urlsRewritten
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
function escapeRegExp(value) {
|
|
112
|
+
return value.replace(REGEX_SPECIAL_CHARS, "\\$&");
|
|
113
|
+
}
|
|
114
|
+
function stripWordPressImageSizeSuffix(url) {
|
|
115
|
+
return url.replace(WORDPRESS_IMAGE_SIZE_SUFFIX, "");
|
|
116
|
+
}
|
|
117
|
+
function buildBaseUrlMatchRegex(baseUrl) {
|
|
118
|
+
const extensionMatch = BASE_URL_EXTENSION.exec(baseUrl);
|
|
119
|
+
const basePattern = extensionMatch ? `${escapeRegExp(extensionMatch[1])}(?:-\\d+x\\d+)?${escapeRegExp(extensionMatch[2])}` : escapeRegExp(baseUrl);
|
|
120
|
+
return new RegExp(`${basePattern}(\\?[^"'\\s]*)?(?=$|["'\\s<>)\\],;:!?]|\\.(?=$|["'\\s<>)\\]]))`, "g");
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
//#endregion
|
|
124
|
+
export { buildBaseUrlMap, findMatchingUrl, getBaseUrl, rewritePortableTextUrls, rewriteStringUrls };
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
import { t as validateIdentifier } from "../../../../../validate-VPnKoIzW.mjs";
|
|
2
|
-
import "../../../../../dialect-helpers-
|
|
3
|
-
import "../../../../../content-
|
|
4
|
-
import "../../../../../base64-
|
|
5
|
-
import "../../../../../types-
|
|
6
|
-
import "../../../../../media-
|
|
7
|
-
import "../../../../../options-
|
|
8
|
-
import "../../../../../site-activity-
|
|
9
|
-
import "../../../../../review-requests-
|
|
10
|
-
import "../../../../../entity-aliases-
|
|
11
|
-
import { t as normalizeMediaValue } from "../../../../../normalize-
|
|
12
|
-
import "../../../../../
|
|
13
|
-
import "../../../../../
|
|
14
|
-
import "../../../../../
|
|
15
|
-
import "../../../../../
|
|
16
|
-
import "../../../../../
|
|
17
|
-
import "../../../../../
|
|
18
|
-
import "../../../../../
|
|
19
|
-
import "../../../../../query-
|
|
20
|
-
import "../../../../../zod-generator-
|
|
21
|
-
import "../../../../../schema-
|
|
22
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-
|
|
23
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
24
|
-
import "../../../../../redirects-
|
|
25
|
-
import { o as wpRewriteUrlsBody } from "../../../../../import-
|
|
2
|
+
import "../../../../../dialect-helpers-TkdbkFad.mjs";
|
|
3
|
+
import "../../../../../content-DvpMad_N.mjs";
|
|
4
|
+
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
5
|
+
import "../../../../../types-D1DjBFA9.mjs";
|
|
6
|
+
import "../../../../../media-Cg4zc9fq.mjs";
|
|
7
|
+
import "../../../../../options-BF11H_FD.mjs";
|
|
8
|
+
import "../../../../../site-activity-lsCX_cqp.mjs";
|
|
9
|
+
import "../../../../../review-requests-BYuoyse0.mjs";
|
|
10
|
+
import "../../../../../entity-aliases-PJV8IxDq.mjs";
|
|
11
|
+
import { t as normalizeMediaValue } from "../../../../../normalize-9GU-bv_T.mjs";
|
|
12
|
+
import "../../../../../request-cache-DmVyQUBh.mjs";
|
|
13
|
+
import "../../../../../briefing-4k6R0KAr.mjs";
|
|
14
|
+
import "../../../../../context-types-DuiyY6xF.mjs";
|
|
15
|
+
import "../../../../../fts-manager-D7KVeBmg.mjs";
|
|
16
|
+
import "../../../../../registry-DumDzFDn.mjs";
|
|
17
|
+
import "../../../../../loader-CQFxFOt1.mjs";
|
|
18
|
+
import "../../../../../settings-qPzY2KIF.mjs";
|
|
19
|
+
import "../../../../../query-BtuwuZRd.mjs";
|
|
20
|
+
import "../../../../../zod-generator-BKhtHT3e.mjs";
|
|
21
|
+
import "../../../../../schema-D1z41cq_.mjs";
|
|
22
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
23
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
24
|
+
import "../../../../../redirects-xVDvj_yQ.mjs";
|
|
25
|
+
import { o as wpRewriteUrlsBody } from "../../../../../import-DE2ziezs.mjs";
|
|
26
26
|
import "../../../../../api/schemas/index.mjs";
|
|
27
|
-
import "../../../../../utils-
|
|
28
|
-
import "../../../../../search-
|
|
29
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
30
|
-
import { _ as RiskPolicyEvaluator, p as WordPressImportHitlPayloadBuilder } from "../../../../../site-context-
|
|
31
|
-
import "../../../../../activity-events-
|
|
32
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-
|
|
27
|
+
import "../../../../../utils-BJF19gfk.mjs";
|
|
28
|
+
import "../../../../../search-CPcQGTHW.mjs";
|
|
29
|
+
import { n as requirePerm } from "../../../../../authorize-wQDmXQJ1.mjs";
|
|
30
|
+
import { _ as RiskPolicyEvaluator, p as WordPressImportHitlPayloadBuilder } from "../../../../../site-context-DHRIU6x9.mjs";
|
|
31
|
+
import "../../../../../activity-events-DbqJBNaY.mjs";
|
|
32
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../hitl-route-helpers-DcUCm57p.mjs";
|
|
33
|
+
import { buildBaseUrlMap, findMatchingUrl, rewritePortableTextUrls, rewriteStringUrls } from "./rewrite-url-helpers.mjs";
|
|
33
34
|
import { sql } from "kysely";
|
|
34
35
|
import { z } from "zod";
|
|
35
36
|
|
|
36
37
|
//#region src/astro/routes/api/import/wordpress/rewrite-urls.ts
|
|
37
38
|
const prerender = false;
|
|
38
39
|
const rewriteUrlsBodySchema = wpRewriteUrlsBody.extend({ hitlRequestId: z.string().min(1).optional() });
|
|
39
|
-
const REGEX_SPECIAL_CHARS = /[.*+?^${}()|[\]\\]/g;
|
|
40
40
|
const POST = async ({ request, locals }) => {
|
|
41
41
|
const { dineway, user } = locals;
|
|
42
42
|
if (!dineway?.db) return apiError("NO_DB", "Database not initialized", 500);
|
|
@@ -72,121 +72,8 @@ const POST = async ({ request, locals }) => {
|
|
|
72
72
|
return handleError(error, "Failed to rewrite URLs", "REWRITE_ERROR");
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
|
-
/**
|
|
76
|
-
* Strip query parameters from a URL for base matching
|
|
77
|
-
*/
|
|
78
|
-
function getBaseUrl(url) {
|
|
79
|
-
try {
|
|
80
|
-
const parsed = new URL(url);
|
|
81
|
-
return `${parsed.origin}${parsed.pathname}`;
|
|
82
|
-
} catch {
|
|
83
|
-
return url.split("?")[0] || url;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* Build a map of base URLs to new URLs for flexible matching
|
|
88
|
-
*/
|
|
89
|
-
function buildBaseUrlMap(urlMap) {
|
|
90
|
-
const baseMap = /* @__PURE__ */ new Map();
|
|
91
|
-
for (const [oldUrl, newUrl] of Object.entries(urlMap)) {
|
|
92
|
-
const baseUrl = getBaseUrl(oldUrl);
|
|
93
|
-
baseMap.set(baseUrl, newUrl);
|
|
94
|
-
}
|
|
95
|
-
return baseMap;
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Find matching new URL for a given URL, checking both exact and base matches
|
|
99
|
-
*/
|
|
100
|
-
function findMatchingUrl(url, exactMap, baseMap) {
|
|
101
|
-
if (exactMap[url]) return exactMap[url];
|
|
102
|
-
const baseUrl = getBaseUrl(url);
|
|
103
|
-
const baseMatch = baseMap.get(baseUrl);
|
|
104
|
-
if (baseMatch) return baseMatch;
|
|
105
|
-
return null;
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* Rewrite URLs in a Portable Text array, returning whether any changes were made
|
|
109
|
-
*/
|
|
110
|
-
function rewritePortableTextUrls(blocks, exactMap, baseMap) {
|
|
111
|
-
let changed = false;
|
|
112
|
-
let urlsRewritten = 0;
|
|
113
|
-
for (const block of blocks) {
|
|
114
|
-
if (block._type === "image" && block.asset?.url) {
|
|
115
|
-
const newUrl = findMatchingUrl(block.asset.url, exactMap, baseMap);
|
|
116
|
-
if (newUrl) {
|
|
117
|
-
block.asset.url = newUrl;
|
|
118
|
-
block.asset._ref = newUrl;
|
|
119
|
-
changed = true;
|
|
120
|
-
urlsRewritten++;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
if (block._type === "image" && block.link) {
|
|
124
|
-
const newUrl = findMatchingUrl(block.link, exactMap, baseMap);
|
|
125
|
-
if (newUrl) {
|
|
126
|
-
block.link = newUrl;
|
|
127
|
-
changed = true;
|
|
128
|
-
urlsRewritten++;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
if (block._type === "gallery" && Array.isArray(block.images)) {
|
|
132
|
-
const result = rewritePortableTextUrls(block.images, exactMap, baseMap);
|
|
133
|
-
if (result.changed) {
|
|
134
|
-
changed = true;
|
|
135
|
-
urlsRewritten += result.urlsRewritten;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
if (block._type === "columns" && Array.isArray(block.columns)) {
|
|
139
|
-
for (const column of block.columns) if (Array.isArray(column.content)) {
|
|
140
|
-
const result = rewritePortableTextUrls(column.content, exactMap, baseMap);
|
|
141
|
-
if (result.changed) {
|
|
142
|
-
changed = true;
|
|
143
|
-
urlsRewritten += result.urlsRewritten;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
return {
|
|
149
|
-
changed,
|
|
150
|
-
urlsRewritten
|
|
151
|
-
};
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* Rewrite URLs in a string field using simple string replacement
|
|
155
|
-
*/
|
|
156
|
-
function rewriteStringUrls(value, exactMap, baseMap) {
|
|
157
|
-
let newValue = value;
|
|
158
|
-
let changed = false;
|
|
159
|
-
let urlsRewritten = 0;
|
|
160
|
-
for (const [oldUrl, newUrl] of Object.entries(exactMap)) if (newValue.includes(oldUrl)) {
|
|
161
|
-
newValue = newValue.split(oldUrl).join(newUrl);
|
|
162
|
-
changed = true;
|
|
163
|
-
urlsRewritten++;
|
|
164
|
-
}
|
|
165
|
-
for (const [baseUrl, newUrl] of baseMap.entries()) {
|
|
166
|
-
const regex = new RegExp(escapeRegExp(baseUrl) + "(\\?[^\"'\\s]*)?", "g");
|
|
167
|
-
const matches = newValue.match(regex);
|
|
168
|
-
if (matches) {
|
|
169
|
-
for (const match of matches) if (!exactMap[match]) {
|
|
170
|
-
newValue = newValue.split(match).join(newUrl);
|
|
171
|
-
changed = true;
|
|
172
|
-
urlsRewritten++;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
return {
|
|
177
|
-
newValue,
|
|
178
|
-
changed,
|
|
179
|
-
urlsRewritten
|
|
180
|
-
};
|
|
181
|
-
}
|
|
182
|
-
/**
|
|
183
|
-
* Escape special regex characters in a string
|
|
184
|
-
*/
|
|
185
|
-
function escapeRegExp(string) {
|
|
186
|
-
return string.replace(REGEX_SPECIAL_CHARS, "\\$&");
|
|
187
|
-
}
|
|
188
75
|
async function rewriteUrls(db, urlMap, getProvider, collections) {
|
|
189
|
-
const { SchemaRegistry } = await import("../../../../../registry-
|
|
76
|
+
const { SchemaRegistry } = await import("../../../../../registry-DumDzFDn.mjs").then((n) => n.r);
|
|
190
77
|
const registry = new SchemaRegistry(db);
|
|
191
78
|
const result = {
|
|
192
79
|
updated: 0,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "../../../../../base64-
|
|
2
|
-
import "../../../../../context-types-
|
|
3
|
-
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-
|
|
4
|
-
import { n as parseBody, t as isParseError } from "../../../../../parse-
|
|
5
|
-
import "../../../../../redirects-
|
|
6
|
-
import { r as wpPluginAnalyzeBody } from "../../../../../import-
|
|
1
|
+
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
2
|
+
import "../../../../../context-types-DuiyY6xF.mjs";
|
|
3
|
+
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
4
|
+
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
5
|
+
import "../../../../../redirects-xVDvj_yQ.mjs";
|
|
6
|
+
import { r as wpPluginAnalyzeBody } from "../../../../../import-DE2ziezs.mjs";
|
|
7
7
|
import "../../../../../api/schemas/index.mjs";
|
|
8
|
-
import { s as getSource } from "../../../../../import-
|
|
9
|
-
import { n as resolveAndValidateExternalUrl, t as SsrfError } from "../../../../../ssrf-
|
|
10
|
-
import "../../../../../utils-
|
|
11
|
-
import { n as requirePerm } from "../../../../../authorize-
|
|
8
|
+
import { s as getSource } from "../../../../../import-BVqG28WP.mjs";
|
|
9
|
+
import { n as resolveAndValidateExternalUrl, t as SsrfError } from "../../../../../ssrf-BOSGjXxb.mjs";
|
|
10
|
+
import "../../../../../utils-BJF19gfk.mjs";
|
|
11
|
+
import { n as requirePerm } from "../../../../../authorize-wQDmXQJ1.mjs";
|
|
12
12
|
import { SchemaRegistry } from "dineway";
|
|
13
13
|
|
|
14
14
|
//#region src/astro/routes/api/import/wordpress-plugin/analyze.ts
|