dineway 0.1.16 → 0.1.18
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/README.md +22 -0
- package/dist/api/route-utils.d.mts +1 -1
- package/dist/api/route-utils.mjs +4 -4
- package/dist/api/schemas/index.d.mts +2 -2
- package/dist/api/schemas/index.mjs +4 -4
- package/dist/{api-B5xMY72-.mjs → api-KH2L2uKb.mjs} +11 -11
- package/dist/{apply-CGVHi2r7.mjs → apply-Wyg77UOb.mjs} +13 -13
- package/dist/astro/index.d.mts +1 -1
- package/dist/astro/index.mjs +6 -2
- package/dist/astro/middleware/auth.d.mts +1 -1
- package/dist/astro/middleware/auth.mjs +1 -1
- package/dist/astro/middleware/redirect.mjs +3 -3
- package/dist/astro/middleware/request-context.mjs +1 -1
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.mjs +47 -47
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +3 -3
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +3 -3
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +1 -1
- package/dist/astro/routes/api/admin/briefing.mjs +10 -10
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +6 -6
- package/dist/astro/routes/api/admin/bylines/index.mjs +6 -6
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +3 -3
- package/dist/astro/routes/api/admin/comments/bulk.mjs +3 -3
- package/dist/astro/routes/api/admin/comments/index.mjs +3 -3
- package/dist/astro/routes/api/admin/context/_id_/history.mjs +13 -13
- package/dist/astro/routes/api/admin/context/_id_/index.mjs +13 -13
- package/dist/astro/routes/api/admin/context/_id_/review.mjs +15 -15
- package/dist/astro/routes/api/admin/context/_id_/supersede.mjs +15 -15
- package/dist/astro/routes/api/admin/context/diff.mjs +15 -15
- package/dist/astro/routes/api/admin/context/index.mjs +15 -15
- package/dist/astro/routes/api/admin/context/stale.mjs +15 -15
- package/dist/astro/routes/api/admin/hitl-requests/_id_/index.mjs +14 -14
- package/dist/astro/routes/api/admin/hitl-requests/_id_/resolve.mjs +16 -16
- package/dist/astro/routes/api/admin/hitl-requests/index.mjs +16 -16
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +13 -13
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +2 -2
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +2 -2
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +29 -29
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +29 -29
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +29 -29
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +29 -29
- package/dist/astro/routes/api/admin/plugins/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +29 -29
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +26 -26
- package/dist/astro/routes/api/admin/plugins/updates.mjs +26 -26
- package/dist/astro/routes/api/admin/review-requests/_id_/index.mjs +1 -1
- package/dist/astro/routes/api/admin/review-requests/_id_/resolve.mjs +15 -15
- package/dist/astro/routes/api/admin/review-requests/index.mjs +4 -4
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +26 -26
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +26 -26
- package/dist/astro/routes/api/admin/users/_id_/index.mjs +3 -3
- package/dist/astro/routes/api/admin/users/index.mjs +3 -3
- package/dist/astro/routes/api/auth/invite/complete.mjs +5 -5
- package/dist/astro/routes/api/auth/invite/index.mjs +3 -3
- package/dist/astro/routes/api/auth/invite/register-options.mjs +4 -4
- package/dist/astro/routes/api/auth/magic-link/send.mjs +3 -3
- package/dist/astro/routes/api/auth/me.mjs +3 -3
- package/dist/astro/routes/api/auth/mode.mjs +1 -1
- package/dist/astro/routes/api/auth/passkey/_id_.mjs +3 -3
- package/dist/astro/routes/api/auth/passkey/options.mjs +4 -4
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +4 -4
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +5 -5
- package/dist/astro/routes/api/auth/passkey/verify.mjs +5 -5
- package/dist/astro/routes/api/auth/signup/complete.mjs +5 -5
- package/dist/astro/routes/api/auth/signup/request.mjs +3 -3
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +4 -4
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +4 -4
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +15 -15
- package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +7 -7
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/index.mjs +4 -4
- package/dist/astro/routes/api/content/_collection_/trash.mjs +3 -3
- 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.mjs +5 -5
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +1 -1
- package/dist/astro/routes/api/import/wordpress/execute.mjs +15 -15
- package/dist/astro/routes/api/import/wordpress/media.mjs +4 -4
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +19 -19
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +17 -17
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +5 -5
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +18 -18
- package/dist/astro/routes/api/manifest.mjs +3 -3
- package/dist/astro/routes/api/mcp.mjs +38 -38
- package/dist/astro/routes/api/media/_id_/confirm.mjs +3 -3
- package/dist/astro/routes/api/media/_id_.mjs +3 -3
- package/dist/astro/routes/api/media/upload-url.mjs +5 -5
- package/dist/astro/routes/api/media.mjs +7 -7
- package/dist/astro/routes/api/menus/_name_/items/_id_.d.mts +8 -0
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +127 -0
- package/dist/astro/routes/api/menus/_name_/items.d.mts +1 -3
- package/dist/astro/routes/api/menus/_name_/items.mjs +17 -108
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +16 -16
- package/dist/astro/routes/api/menus/_name_/translations.mjs +16 -16
- package/dist/astro/routes/api/menus/_name_.mjs +16 -16
- package/dist/astro/routes/api/menus/index.mjs +16 -16
- package/dist/astro/routes/api/oauth/authorize.mjs +3 -3
- package/dist/astro/routes/api/oauth/device/authorize.mjs +2 -2
- package/dist/astro/routes/api/oauth/device/code.mjs +2 -2
- package/dist/astro/routes/api/oauth/device/token.mjs +2 -2
- package/dist/astro/routes/api/oauth/register.mjs +2 -2
- package/dist/astro/routes/api/oauth/token/refresh.mjs +2 -2
- package/dist/astro/routes/api/oauth/token/revoke.mjs +2 -2
- package/dist/astro/routes/api/oauth/token.mjs +3 -3
- package/dist/astro/routes/api/openapi.json.mjs +26 -26
- package/dist/astro/routes/api/redirects/404s/index.mjs +5 -5
- package/dist/astro/routes/api/redirects/404s/summary.mjs +5 -5
- package/dist/astro/routes/api/redirects/_id_.mjs +17 -17
- package/dist/astro/routes/api/redirects/index.mjs +17 -17
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +26 -26
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +26 -26
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +26 -26
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +26 -26
- package/dist/astro/routes/api/schema/collections/index.mjs +26 -26
- package/dist/astro/routes/api/schema/index.mjs +3 -3
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +26 -26
- package/dist/astro/routes/api/schema/orphans/index.mjs +26 -26
- package/dist/astro/routes/api/search/enable.mjs +6 -6
- package/dist/astro/routes/api/search/index.mjs +6 -6
- package/dist/astro/routes/api/search/rebuild.mjs +6 -6
- package/dist/astro/routes/api/search/stats.mjs +3 -3
- package/dist/astro/routes/api/search/suggest.mjs +6 -6
- package/dist/astro/routes/api/sections/_slug_.mjs +16 -16
- package/dist/astro/routes/api/sections/index.mjs +16 -16
- package/dist/astro/routes/api/settings.mjs +16 -16
- 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 +11 -11
- package/dist/astro/routes/api/setup/index.mjs +15 -15
- package/dist/astro/routes/api/setup/status.mjs +1 -1
- package/dist/astro/routes/api/snapshot.mjs +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +18 -18
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +18 -18
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +18 -18
- package/dist/astro/routes/api/taxonomies/index.mjs +18 -18
- package/dist/astro/routes/api/themes/preview.mjs +1 -1
- package/dist/astro/routes/api/typegen.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 +1 -1
- package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +1 -1
- package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +15 -15
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +16 -16
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +16 -16
- package/dist/astro/routes/api/widget-areas/_name_.mjs +14 -14
- package/dist/astro/routes/api/widget-areas/index.mjs +16 -16
- package/dist/astro/routes/robots.txt.mjs +3 -3
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +4 -4
- package/dist/astro/routes/sitemap.xml.mjs +4 -4
- package/dist/astro/types.d.mts +1 -1
- package/dist/{briefing-4k6R0KAr.mjs → briefing-Dk4I4VC8.mjs} +3 -3
- package/dist/{briefing-DM7e2yd3.mjs → briefing-PFT3T6KW.mjs} +1 -1
- package/dist/{byline-BxAf79s1.mjs → byline-9WeA8b0a.mjs} +1 -1
- package/dist/{bylines-DhCnhR70.mjs → bylines-B6QpwVAr.mjs} +2 -2
- package/dist/{bylines-DE9bfDur.d.mts → bylines-BK9FyU4A.d.mts} +70 -59
- package/dist/{cache-inQvbrP5.mjs → cache-BhJYDPP8.mjs} +1 -1
- package/dist/cli/index.mjs +13 -13
- package/dist/client/external-auth-headers.d.mts +1 -1
- package/dist/client/index.d.mts +1 -1
- package/dist/{context-CGbVhAmd.mjs → context-93X6MFTb.mjs} +2 -2
- package/dist/{context-CT44ux1O.mjs → context-DRq-f4sM.mjs} +2 -2
- package/dist/{device-flow-DaTBhALC.mjs → device-flow-urJvDoBx.mjs} +2 -2
- package/dist/{hitl-requests-CUnch_4e.mjs → hitl-requests-DBcruTcs.mjs} +2 -2
- package/dist/{hitl-route-helpers-DcUCm57p.mjs → hitl-route-helpers-Dwo_LjhN.mjs} +2 -2
- package/dist/{import-BVqG28WP.mjs → import-B8lnqfnN.mjs} +1 -1
- package/dist/{import-DE2ziezs.mjs → import-BO_gy5vZ.mjs} +2 -2
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +41 -41
- package/dist/{jsonld-BjsoTL5m.d.mts → jsonld-CvXmIBls.d.mts} +2 -2
- package/dist/media/index.mjs +2 -2
- package/dist/media/local-runtime.d.mts +1 -1
- package/dist/{media-allowlist-eS3AZ2L_.mjs → media-allowlist-vdlqBR-8.mjs} +1 -1
- package/dist/{menus-BDW1yIdj.mjs → menus-BTOa-tsI.mjs} +3 -3
- package/dist/menus-DXaFTRyU.mjs +720 -0
- package/dist/{oauth-authorization-DcYRiDfi.mjs → oauth-authorization-BZSOekHq.mjs} +2 -2
- package/dist/{oauth-clients-CgKFA-VH.mjs → oauth-clients-CqAi-6Y4.mjs} +1 -1
- package/dist/page/index.d.mts +1 -1
- package/dist/page/index.mjs +1 -1
- package/dist/plugins/adapt-sandbox-entry.d.mts +1 -1
- package/dist/{plugins-DKceDtUM.mjs → plugins-CxUx-b5a.mjs} +1 -1
- package/dist/{query-BtuwuZRd.mjs → query-CH1GaJmt.mjs} +3 -3
- package/dist/{query-CWPxZjGM.mjs → query-TQqoOaxy.mjs} +7 -7
- package/dist/{redirect-BHo9--Jz.mjs → redirect-hKO66LS_.mjs} +1 -1
- package/dist/{redirects-xVDvj_yQ.mjs → redirects-BO0fI750.mjs} +30 -22
- package/dist/{redirects-Bc40BgxA.mjs → redirects-CvIzUvek.mjs} +3 -3
- package/dist/{registry-DumDzFDn.mjs → registry-CYO6XQ-4.mjs} +3 -3
- package/dist/runtime.d.mts +2 -2
- package/dist/runtime.mjs +1 -1
- package/dist/{schema-D1z41cq_.mjs → schema-mjeMcn_6.mjs} +1 -1
- package/dist/{search-CPcQGTHW.mjs → search-vzCYAk0F.mjs} +2 -2
- package/dist/{sections-B9RYyf3I.mjs → sections-DA3GMhNG.mjs} +1 -1
- package/dist/seed/index.mjs +11 -11
- package/dist/{seo-BPz1KkCq.mjs → seo-DASNc4gD.mjs} +1 -1
- package/dist/{seo-contributions-CQzUjJKY.mjs → seo-contributions-BG4TtU7H.mjs} +5 -5
- package/dist/{settings-BGCo_c2y.mjs → settings-BJW_lmrM.mjs} +1 -1
- package/dist/{settings-qPzY2KIF.mjs → settings-D2k1JraC.mjs} +13 -2
- package/dist/{site-context-DHRIU6x9.mjs → site-context-Rwm9auhW.mjs} +8 -8
- package/dist/{ssrf-BOSGjXxb.mjs → ssrf-z3oH8wjK.mjs} +4 -4
- package/dist/{taxonomies-aQXvYVPm.mjs → taxonomies-CagluJHp.mjs} +2 -2
- package/dist/{taxonomies-BWmxbumf.mjs → taxonomies-DPNIwTGk.mjs} +4 -4
- package/dist/{taxonomy-DI-0HgKe.mjs → taxonomy-DpXdVSSR.mjs} +1 -1
- package/dist/ui/server-runtime.d.mts +2 -2
- package/dist/ui/server-runtime.mjs +11 -11
- package/dist/{validate-B8ZvLeOE.mjs → validate-CaKEnLed.mjs} +1 -1
- package/dist/version-qhU-AiPQ.mjs +6 -0
- package/dist/{widgets-Cce2-2fM.mjs → widgets-D7UK-2hW.mjs} +1 -1
- package/dist/{wordpress-slugs-C4EhE6fo.mjs → wordpress-slugs-Bnf3-sf8.mjs} +1 -1
- package/dist/{zod-generator-BKhtHT3e.mjs → zod-generator-vOxhed6n.mjs} +1 -1
- package/package.json +7 -6
- package/src/components/DinewayHead.astro +11 -3
- package/dist/menus-CwI7DQJ5.mjs +0 -569
- package/dist/version-HdNieFOD.mjs +0 -6
- /package/dist/{allowed-origins-D85wzUp6.mjs → allowed-origins-46RONHY3.mjs} +0 -0
- /package/dist/{challenge-store-anhwVER0.mjs → challenge-store-B9odzfeh.mjs} +0 -0
- /package/dist/{chunks-vkrCT4Ta.mjs → chunks-BjOMG4LF.mjs} +0 -0
- /package/dist/{context-types-DuiyY6xF.mjs → context-types-BWspNMDr.mjs} +0 -0
- /package/dist/{dashboard-6gH7SlPM.mjs → dashboard-DdqRifyu.mjs} +0 -0
- /package/dist/{experimental-workflows-CSRjuEwS.mjs → experimental-workflows-C7o_9V7S.mjs} +0 -0
- /package/dist/{fts-manager-D7KVeBmg.mjs → fts-manager-DYRy6HVi.mjs} +0 -0
- /package/dist/{hash-V8oZo1W2.mjs → hash-DHSsP6_G.mjs} +0 -0
- /package/dist/{loader-CQFxFOt1.mjs → loader-dt5DoyI1.mjs} +0 -0
- /package/dist/{mime-DJOFDGux.mjs → mime-DltzYYAL.mjs} +0 -0
- /package/dist/{mode-DWw2di1I.mjs → mode-BI1kRvlT.mjs} +0 -0
- /package/dist/{normalize-9GU-bv_T.mjs → normalize-ba36HTxZ.mjs} +0 -0
- /package/dist/{patterns-CW4n2PQs.mjs → patterns-BKmjvM7K.mjs} +0 -0
- /package/dist/{placeholder-BJPmhjHP.mjs → placeholder-BAy3k441.mjs} +0 -0
- /package/dist/{provider-loader-D0F6E2qv.d.mts → provider-loader-BPhii_3H.d.mts} +0 -0
- /package/dist/{request-cache-DmVyQUBh.mjs → request-cache-BzuhyUXj.mjs} +0 -0
- /package/dist/{review-requests-vCw7_3DS.mjs → review-requests-CO-vO0O0.mjs} +0 -0
- /package/dist/{secrets-AFKoqUXj.mjs → secrets-BIrqds5c.mjs} +0 -0
- /package/dist/{seo-DJoop90w.mjs → seo-Dl4QE4El.mjs} +0 -0
- /package/dist/{setup-complete-4EiBS1E5.mjs → setup-complete-DzOSuHUM.mjs} +0 -0
- /package/dist/{transport-CyOHECBA.d.mts → transport-DA3H3xB4.d.mts} +0 -0
- /package/dist/{types-Dz2EKzsX.mjs → types-zfg8SDVI.mjs} +0 -0
package/README.md
CHANGED
|
@@ -54,6 +54,28 @@ Or add to an existing Astro project:
|
|
|
54
54
|
npm install dineway
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
+
## Agent Skills
|
|
58
|
+
|
|
59
|
+
Dineway also publishes an agent skill pack for designing, building, and publishing AI-ready restaurant sites. The skills guide agents through place-data enrichment, restaurant information architecture, visual design, Dineway CMS schema and seed content, media upload, local SEO, and deployment.
|
|
60
|
+
|
|
61
|
+
Install the skill pack with `npx skills`:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
npx skills add https://github.com/dineway/dineway-skills
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
For a full restaurant build, invoke the restaurant-site skill with a restaurant name and city:
|
|
68
|
+
|
|
69
|
+
```text
|
|
70
|
+
Use building-restaurant-site to build an AI-ready Dineway restaurant site for "Restaurant Name" in "City, Country".
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
For an existing Dineway project, use the CLI skill to manage schema, content, media, generated types, and deployment:
|
|
74
|
+
|
|
75
|
+
```text
|
|
76
|
+
Use dineway-cli to seed content, generate types, upload media, and deploy this Dineway site.
|
|
77
|
+
```
|
|
78
|
+
|
|
57
79
|
## CLI
|
|
58
80
|
|
|
59
81
|
The Dineway CLI (`dineway`) manages projects and instances. Commands fall into three categories:
|
|
@@ -5,7 +5,7 @@ import "../types-B45uSz1j.mjs";
|
|
|
5
5
|
import "../runner-CHR_W79l.mjs";
|
|
6
6
|
import "../index-JzJUzE4o.mjs";
|
|
7
7
|
import "../index-DpMWSamU.mjs";
|
|
8
|
-
import "../bylines-
|
|
8
|
+
import "../bylines-BK9FyU4A.mjs";
|
|
9
9
|
import "../types-BeYn-Yf0.mjs";
|
|
10
10
|
import "../validate-BQ24E8rK.mjs";
|
|
11
11
|
import { Kysely } from "kysely";
|
package/dist/api/route-utils.mjs
CHANGED
|
@@ -5,14 +5,14 @@ import "../types-D1DjBFA9.mjs";
|
|
|
5
5
|
import "../media-Cg4zc9fq.mjs";
|
|
6
6
|
import "../user-2aI21yV1.mjs";
|
|
7
7
|
import { t as OptionsRepository } from "../options-BF11H_FD.mjs";
|
|
8
|
-
import { r as createStorageAccess } from "../context-
|
|
9
|
-
import "../seo-
|
|
8
|
+
import { r as createStorageAccess } from "../context-DRq-f4sM.mjs";
|
|
9
|
+
import "../seo-DASNc4gD.mjs";
|
|
10
10
|
import { n as apiSuccess, r as handleError, t as apiError } from "../error-Dyf9fGZE.mjs";
|
|
11
11
|
import { i as parseQuery, n as parseBody, t as isParseError } from "../parse-BBfZRZYb.mjs";
|
|
12
|
-
import "../ssrf-
|
|
12
|
+
import "../ssrf-z3oH8wjK.mjs";
|
|
13
13
|
import "../cron-fV9baRVc.mjs";
|
|
14
14
|
import { n as getPublicOrigin } from "../public-url-5fFLJhjh.mjs";
|
|
15
|
-
import { t as finalizeSetup } from "../setup-complete-
|
|
15
|
+
import { t as finalizeSetup } from "../setup-complete-DzOSuHUM.mjs";
|
|
16
16
|
|
|
17
17
|
//#region src/api/auth-storage.ts
|
|
18
18
|
/**
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { $ as updateSectionBody, $n as
|
|
1
|
+
import { $ as updateSectionBody, $n as cursorPaginationQuery, $t as createCommentBody, A as userDetailSchema, An as mediaUploadUrlBody, At as passkeyRegisterVerifyBody, B as wpRewriteUrlsBody, Bn as contentScheduleBody, Bt as contextEntryCreateBody, C as updateWidgetBody, Cn as mediaExistingResponseSchema, Ct as authMeActionBody, D as widgetSchema, Dn as mediaProviderListQuery, Dt as magicLinkSendBody, E as widgetAreaWithWidgetsSchema, En as mediaListResponseSchema, Et as inviteRegisterOptionsBody, F as importProbeBody, Fn as contentListQuery, Ft as reviewRequestListQuery, G as searchResultSchema, Gn as contentTranslationsResponseSchema, Gt as contextEntrySupersedeBody, H as searchQuery, Hn as contentSeoSchema, Ht as contextEntryListQuery, I as wpMediaImportBody, In as contentListResponseSchema, It as reviewRequestResolveBody, J as siteSettingsSchema, Jn as trashedContentItemSchema, Jt as commentBulkResponseSchema, K as searchSuggestQuery, Kn as contentTrashQuery, Kt as adminCommentListResponseSchema, L as wpPluginAnalyzeBody, Ln as contentPreviewUrlBody, Lt as hitlRequestListQuery, M as userSchema, Mn as contentCompareResponseSchema, Mt as passkeyVerifyBody, N as userUpdateBody, Nn as contentCreateBody, Nt as signupCompleteBody, O as allowedDomainCreateBody, On as mediaResponseSchema, Ot as passkeyOptionsBody, P as usersListQuery, Pn as contentItemSchema, Pt as signupRequestBody, Q as sectionsListQuery, Qn as countResponseSchema, Qt as commentStatusBody, R as wpPluginExecuteBody, Rn as contentPublishBody, Rt as hitlRequestResolveBody, S as reorderWidgetsBody, Sn as mediaConfirmResponseSchema, St as updateMenuItemBody, T as widgetAreaWithWidgetsAndCountSchema, Tn as mediaListQuery, Tt as inviteCreateBody, U as searchRebuildBody, Un as contentTermsBody, Ut as contextEntryReviewBody, V as searchEnableBody, Vn as contentSeoInput, Vt as contextEntryDiffQuery, W as searchResponseSchema, Wn as contentTranslationSchema, Wt as contextEntryStaleQuery, X as sectionListResponseSchema, Xn as VALID_ROLE_LEVELS, Xt as commentListQuery, Y as createSectionBody, Yn as trashedContentListResponseSchema, Yt as commentCountsResponseSchema, Z as sectionSchema, Zn as apiErrorSchema, Zt as commentSchema, _ as redirectSchema, _n as updateCollectionBody, _t as menuSchema, a as bylineUpdateBody, an as collectionSchema, ar as roleLevel, at as termGetResponseSchema, b as createWidgetAreaBody, bn as formatFileSize, bt as reorderMenuItemsBody, c as createRedirectBody, cn as createFieldBody, ct as termSchema, d as notFoundListResponseSchema, dn as fieldResponseSchema, dt as updateTermBody, en as publicCommentListResponseSchema, er as deleteResponseSchema, et as createTaxonomyDefBody, f as notFoundPruneBody, fn as fieldSchema, ft as createMenuBody, g as redirectListResponseSchema, gn as schemaExportQuery, gt as menuListItemSchema, h as notFoundSummarySchema, hn as orphanedTableSchema, ht as menuItemTypeEnum, i as bylineSummarySchema, in as collectionResponseSchema, ir as offsetPaginationQuery, it as taxonomyListResponseSchema, j as userListResponseSchema, jn as mediaUploadUrlResponseSchema, jt as passkeyRenameBody, k as allowedDomainUpdateBody, kn as mediaUpdateBody, kt as passkeyRegisterOptionsBody, l as notFoundEntrySchema, ln as fieldListResponseSchema, lt as termTranslationsSchema, m as notFoundSummaryResponseSchema, mn as orphanedTableListResponseSchema, mt as menuItemSchema, n as bylineCreditSchema, nn as collectionGetQuery, nr as localeCode, nt as taxonomyDefSchema, o as bylinesListQuery, on as collectionWithFieldsResponseSchema, or as slugPattern, ot as termListResponseSchema, p as notFoundSummaryQuery, pn as orphanRegisterBody, pt as createMenuItemBody, q as settingsUpdateBody, qn as contentUpdateBody, qt as commentBulkBody, r as bylineListResponseSchema, rn as collectionListResponseSchema, rr as localeFilterQuery, rt as taxonomyDefTranslationsSchema, s as contentBylineInputSchema, sn as createCollectionBody, sr as successEnvelope, st as termResponseSchema, t as bylineCreateBody, tn as publicCommentSchema, tr as httpUrl, tt as createTermBody, u as notFoundListQuery, un as fieldReorderBody, ut as termWithCountSchema, v as redirectsListQuery, vn as updateFieldBody, vt as menuTranslationsSchema, w as widgetAreaSchema, wn as mediaItemSchema, wt as inviteCompleteBody, x as createWidgetBody, xn as mediaConfirmBody, xt as updateMenuBody, y as updateRedirectBody, yn as DEFAULT_MAX_UPLOAD_SIZE, yt as menuWithItemsSchema, z as wpPrepareBody, zn as contentResponseSchema, zt as siteBriefingQuery } from "../../bylines-BK9FyU4A.mjs";
|
|
2
2
|
import { atprotoLoginBody, setupAdminBody, setupAdminVerifyBody, setupAtprotoAdminBody, setupBody } from "./setup.mjs";
|
|
3
|
-
export { DEFAULT_MAX_UPLOAD_SIZE, VALID_ROLE_LEVELS, adminCommentListResponseSchema, allowedDomainCreateBody, allowedDomainUpdateBody, apiErrorSchema, atprotoLoginBody, authMeActionBody, bylineCreateBody, bylineCreditSchema, bylineListResponseSchema, bylineSummarySchema, bylineUpdateBody, bylinesListQuery, collectionGetQuery, collectionListResponseSchema, collectionResponseSchema, collectionSchema, collectionWithFieldsResponseSchema, commentBulkBody, commentBulkResponseSchema, commentCountsResponseSchema, commentListQuery, commentSchema, commentStatusBody, contentBylineInputSchema, contentCompareResponseSchema, contentCreateBody, contentItemSchema, contentListQuery, contentListResponseSchema, contentPreviewUrlBody, contentPublishBody, contentResponseSchema, contentScheduleBody, contentSeoInput, contentSeoSchema, contentTermsBody, contentTranslationSchema, contentTranslationsResponseSchema, contentTrashQuery, contentUpdateBody, contextEntryCreateBody, contextEntryDiffQuery, contextEntryListQuery, contextEntryReviewBody, contextEntryStaleQuery, contextEntrySupersedeBody, countResponseSchema, createCollectionBody, createCommentBody, createFieldBody, createMenuBody, createMenuItemBody, createRedirectBody, createSectionBody, createTaxonomyDefBody, createTermBody, createWidgetAreaBody, createWidgetBody, cursorPaginationQuery, deleteResponseSchema, fieldListResponseSchema, fieldReorderBody, fieldResponseSchema, fieldSchema, formatFileSize, hitlRequestListQuery, hitlRequestResolveBody, httpUrl, importProbeBody, inviteCompleteBody, inviteCreateBody, inviteRegisterOptionsBody, localeCode, localeFilterQuery, magicLinkSendBody, mediaConfirmBody, mediaConfirmResponseSchema, mediaExistingResponseSchema, mediaItemSchema, mediaListQuery, mediaListResponseSchema, mediaProviderListQuery, mediaResponseSchema, mediaUpdateBody, mediaUploadUrlBody, mediaUploadUrlResponseSchema,
|
|
3
|
+
export { DEFAULT_MAX_UPLOAD_SIZE, VALID_ROLE_LEVELS, adminCommentListResponseSchema, allowedDomainCreateBody, allowedDomainUpdateBody, apiErrorSchema, atprotoLoginBody, authMeActionBody, bylineCreateBody, bylineCreditSchema, bylineListResponseSchema, bylineSummarySchema, bylineUpdateBody, bylinesListQuery, collectionGetQuery, collectionListResponseSchema, collectionResponseSchema, collectionSchema, collectionWithFieldsResponseSchema, commentBulkBody, commentBulkResponseSchema, commentCountsResponseSchema, commentListQuery, commentSchema, commentStatusBody, contentBylineInputSchema, contentCompareResponseSchema, contentCreateBody, contentItemSchema, contentListQuery, contentListResponseSchema, contentPreviewUrlBody, contentPublishBody, contentResponseSchema, contentScheduleBody, contentSeoInput, contentSeoSchema, contentTermsBody, contentTranslationSchema, contentTranslationsResponseSchema, contentTrashQuery, contentUpdateBody, contextEntryCreateBody, contextEntryDiffQuery, contextEntryListQuery, contextEntryReviewBody, contextEntryStaleQuery, contextEntrySupersedeBody, countResponseSchema, createCollectionBody, createCommentBody, createFieldBody, createMenuBody, createMenuItemBody, createRedirectBody, createSectionBody, createTaxonomyDefBody, createTermBody, createWidgetAreaBody, createWidgetBody, cursorPaginationQuery, deleteResponseSchema, fieldListResponseSchema, fieldReorderBody, fieldResponseSchema, fieldSchema, formatFileSize, hitlRequestListQuery, hitlRequestResolveBody, httpUrl, importProbeBody, inviteCompleteBody, inviteCreateBody, inviteRegisterOptionsBody, localeCode, localeFilterQuery, magicLinkSendBody, mediaConfirmBody, mediaConfirmResponseSchema, mediaExistingResponseSchema, mediaItemSchema, mediaListQuery, mediaListResponseSchema, mediaProviderListQuery, mediaResponseSchema, mediaUpdateBody, mediaUploadUrlBody, mediaUploadUrlResponseSchema, menuItemSchema, menuItemTypeEnum, menuListItemSchema, menuSchema, menuTranslationsSchema, menuWithItemsSchema, notFoundEntrySchema, notFoundListQuery, notFoundListResponseSchema, notFoundPruneBody, notFoundSummaryQuery, notFoundSummaryResponseSchema, notFoundSummarySchema, offsetPaginationQuery, orphanRegisterBody, orphanedTableListResponseSchema, orphanedTableSchema, passkeyOptionsBody, passkeyRegisterOptionsBody, passkeyRegisterVerifyBody, passkeyRenameBody, passkeyVerifyBody, publicCommentListResponseSchema, publicCommentSchema, redirectListResponseSchema, redirectSchema, redirectsListQuery, reorderMenuItemsBody, reorderWidgetsBody, reviewRequestListQuery, reviewRequestResolveBody, roleLevel, schemaExportQuery, searchEnableBody, searchQuery, searchRebuildBody, searchResponseSchema, searchResultSchema, searchSuggestQuery, sectionListResponseSchema, sectionSchema, sectionsListQuery, settingsUpdateBody, setupAdminBody, setupAdminVerifyBody, setupAtprotoAdminBody, setupBody, signupCompleteBody, signupRequestBody, siteBriefingQuery, siteSettingsSchema, slugPattern, successEnvelope, taxonomyDefSchema, taxonomyDefTranslationsSchema, taxonomyListResponseSchema, termGetResponseSchema, termListResponseSchema, termResponseSchema, termSchema, termTranslationsSchema, termWithCountSchema, trashedContentItemSchema, trashedContentListResponseSchema, updateCollectionBody, updateFieldBody, updateMenuBody, updateMenuItemBody, updateRedirectBody, updateSectionBody, updateTermBody, updateWidgetBody, userDetailSchema, userListResponseSchema, userSchema, userUpdateBody, usersListQuery, widgetAreaSchema, widgetAreaWithWidgetsAndCountSchema, widgetAreaWithWidgetsSchema, widgetSchema, wpMediaImportBody, wpPluginAnalyzeBody, wpPluginExecuteBody, wpPrepareBody, wpRewriteUrlsBody };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../../context-types-
|
|
2
|
-
import { $ as createMenuBody, $t as
|
|
3
|
-
import { C as siteBriefingQuery, D as contextEntryReviewBody, E as contextEntryListQuery, O as contextEntryStaleQuery, S as hitlRequestResolveBody, T as contextEntryDiffQuery, _ as signupCompleteBody, a as wpPrepareBody, b as reviewRequestResolveBody, c as inviteCompleteBody, d as magicLinkSendBody, f as passkeyOptionsBody, g as passkeyVerifyBody, h as passkeyRenameBody, i as wpPluginExecuteBody, k as contextEntrySupersedeBody, l as inviteCreateBody, m as passkeyRegisterVerifyBody, n as wpMediaImportBody, o as wpRewriteUrlsBody, p as passkeyRegisterOptionsBody, r as wpPluginAnalyzeBody, s as authMeActionBody, t as importProbeBody, u as inviteRegisterOptionsBody, v as signupRequestBody, w as contextEntryCreateBody, x as hitlRequestListQuery, y as reviewRequestListQuery } from "../../import-
|
|
1
|
+
import "../../context-types-BWspNMDr.mjs";
|
|
2
|
+
import { $ as createMenuBody, $t as contentListQuery, A as searchRebuildBody, An as roleLevel, At as fieldSchema, B as updateSectionBody, Bt as mediaConfirmResponseSchema, C as userDetailSchema, Cn as countResponseSchema, Ct as collectionSchema, D as usersListQuery, Dn as localeCode, Dt as fieldListResponseSchema, E as userUpdateBody, En as httpUrl, Et as createFieldBody, F as siteSettingsSchema, Ft as updateCollectionBody, G as taxonomyListResponseSchema, Gt as mediaProviderListQuery, H as createTermBody, Ht as mediaItemSchema, 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, M as searchResultSchema, Mn as successEnvelope, Mt as orphanedTableListResponseSchema, N as searchSuggestQuery, Nt as orphanedTableSchema, O as searchEnableBody, On as localeFilterQuery, Ot as fieldReorderBody, P as settingsUpdateBody, Pt as schemaExportQuery, Q as updateTermBody, Qt as contentItemSchema, R as sectionSchema, Rt as formatFileSize, S as allowedDomainUpdateBody, Sn as apiErrorSchema, St as collectionResponseSchema, T as userSchema, Tn as deleteResponseSchema, Tt as createCollectionBody, U as taxonomyDefSchema, Ut as mediaListQuery, V as createTaxonomyDefBody, Vt as mediaExistingResponseSchema, W as taxonomyDefTranslationsSchema, Wt as mediaListResponseSchema, X as termTranslationsSchema, Xt as contentCompareResponseSchema, Y as termSchema, Yt as mediaUploadUrlResponseSchema, Z as termWithCountSchema, Zt as contentCreateBody, _ as widgetAreaSchema, _n as bylineSummarySchema, _t as createCommentBody, a as notFoundPruneBody, an as contentSeoInput, at as menuTranslationsSchema, b as widgetSchema, bn as contentBylineInputSchema, bt as collectionGetQuery, c as notFoundSummarySchema, cn as contentTranslationSchema, ct as updateMenuBody, d as redirectsListQuery, dn as contentUpdateBody, dt as commentBulkBody, en as contentListResponseSchema, et as createMenuItemBody, f as updateRedirectBody, fn as trashedContentItemSchema, ft as commentBulkResponseSchema, g as updateWidgetBody, gn as bylineListResponseSchema, gt as commentStatusBody, h as reorderWidgetsBody, hn as bylineCreditSchema, ht as commentSchema, i as notFoundListResponseSchema, in as contentScheduleBody, it as menuSchema, j as searchResponseSchema, jn as slugPattern, jt as orphanRegisterBody, k as searchQuery, kn as offsetPaginationQuery, kt as fieldResponseSchema, l as redirectListResponseSchema, ln as contentTranslationsResponseSchema, lt as updateMenuItemBody, m as createWidgetBody, mn as bylineCreateBody, mt as commentListQuery, n as notFoundEntrySchema, nn as contentPublishBody, nt as menuItemTypeEnum, o as notFoundSummaryQuery, on as contentSeoSchema, 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, tn as contentPreviewUrlBody, tt as menuItemSchema, u as redirectSchema, un as contentTrashQuery, ut as adminCommentListResponseSchema, v as widgetAreaWithWidgetsAndCountSchema, vn as bylineUpdateBody, vt as publicCommentListResponseSchema, w as userListResponseSchema, wn as cursorPaginationQuery, wt as collectionWithFieldsResponseSchema, x as allowedDomainCreateBody, xn as VALID_ROLE_LEVELS, xt as collectionListResponseSchema, y as widgetAreaWithWidgetsSchema, yn as bylinesListQuery, yt as publicCommentSchema, z as sectionsListQuery, zt as mediaConfirmBody } from "../../redirects-BO0fI750.mjs";
|
|
3
|
+
import { C as siteBriefingQuery, D as contextEntryReviewBody, E as contextEntryListQuery, O as contextEntryStaleQuery, S as hitlRequestResolveBody, T as contextEntryDiffQuery, _ as signupCompleteBody, a as wpPrepareBody, b as reviewRequestResolveBody, c as inviteCompleteBody, d as magicLinkSendBody, f as passkeyOptionsBody, g as passkeyVerifyBody, h as passkeyRenameBody, i as wpPluginExecuteBody, k as contextEntrySupersedeBody, l as inviteCreateBody, m as passkeyRegisterVerifyBody, n as wpMediaImportBody, o as wpRewriteUrlsBody, p as passkeyRegisterOptionsBody, r as wpPluginAnalyzeBody, s as authMeActionBody, t as importProbeBody, u as inviteRegisterOptionsBody, v as signupRequestBody, w as contextEntryCreateBody, x as hitlRequestListQuery, y as reviewRequestListQuery } from "../../import-BO_gy5vZ.mjs";
|
|
4
4
|
import { atprotoLoginBody, setupAdminBody, setupAdminVerifyBody, setupAtprotoAdminBody, setupBody } from "./setup.mjs";
|
|
5
5
|
|
|
6
|
-
export { DEFAULT_MAX_UPLOAD_SIZE, VALID_ROLE_LEVELS, adminCommentListResponseSchema, allowedDomainCreateBody, allowedDomainUpdateBody, apiErrorSchema, atprotoLoginBody, authMeActionBody, bylineCreateBody, bylineCreditSchema, bylineListResponseSchema, bylineSummarySchema, bylineUpdateBody, bylinesListQuery, collectionGetQuery, collectionListResponseSchema, collectionResponseSchema, collectionSchema, collectionWithFieldsResponseSchema, commentBulkBody, commentBulkResponseSchema, commentCountsResponseSchema, commentListQuery, commentSchema, commentStatusBody, contentBylineInputSchema, contentCompareResponseSchema, contentCreateBody, contentItemSchema, contentListQuery, contentListResponseSchema, contentPreviewUrlBody, contentPublishBody, contentResponseSchema, contentScheduleBody, contentSeoInput, contentSeoSchema, contentTermsBody, contentTranslationSchema, contentTranslationsResponseSchema, contentTrashQuery, contentUpdateBody, contextEntryCreateBody, contextEntryDiffQuery, contextEntryListQuery, contextEntryReviewBody, contextEntryStaleQuery, contextEntrySupersedeBody, countResponseSchema, createCollectionBody, createCommentBody, createFieldBody, createMenuBody, createMenuItemBody, createRedirectBody, createSectionBody, createTaxonomyDefBody, createTermBody, createWidgetAreaBody, createWidgetBody, cursorPaginationQuery, deleteResponseSchema, fieldListResponseSchema, fieldReorderBody, fieldResponseSchema, fieldSchema, formatFileSize, hitlRequestListQuery, hitlRequestResolveBody, httpUrl, importProbeBody, inviteCompleteBody, inviteCreateBody, inviteRegisterOptionsBody, localeCode, localeFilterQuery, magicLinkSendBody, mediaConfirmBody, mediaConfirmResponseSchema, mediaExistingResponseSchema, mediaItemSchema, mediaListQuery, mediaListResponseSchema, mediaProviderListQuery, mediaResponseSchema, mediaUpdateBody, mediaUploadUrlBody, mediaUploadUrlResponseSchema,
|
|
6
|
+
export { DEFAULT_MAX_UPLOAD_SIZE, VALID_ROLE_LEVELS, adminCommentListResponseSchema, allowedDomainCreateBody, allowedDomainUpdateBody, apiErrorSchema, atprotoLoginBody, authMeActionBody, bylineCreateBody, bylineCreditSchema, bylineListResponseSchema, bylineSummarySchema, bylineUpdateBody, bylinesListQuery, collectionGetQuery, collectionListResponseSchema, collectionResponseSchema, collectionSchema, collectionWithFieldsResponseSchema, commentBulkBody, commentBulkResponseSchema, commentCountsResponseSchema, commentListQuery, commentSchema, commentStatusBody, contentBylineInputSchema, contentCompareResponseSchema, contentCreateBody, contentItemSchema, contentListQuery, contentListResponseSchema, contentPreviewUrlBody, contentPublishBody, contentResponseSchema, contentScheduleBody, contentSeoInput, contentSeoSchema, contentTermsBody, contentTranslationSchema, contentTranslationsResponseSchema, contentTrashQuery, contentUpdateBody, contextEntryCreateBody, contextEntryDiffQuery, contextEntryListQuery, contextEntryReviewBody, contextEntryStaleQuery, contextEntrySupersedeBody, countResponseSchema, createCollectionBody, createCommentBody, createFieldBody, createMenuBody, createMenuItemBody, createRedirectBody, createSectionBody, createTaxonomyDefBody, createTermBody, createWidgetAreaBody, createWidgetBody, cursorPaginationQuery, deleteResponseSchema, fieldListResponseSchema, fieldReorderBody, fieldResponseSchema, fieldSchema, formatFileSize, hitlRequestListQuery, hitlRequestResolveBody, httpUrl, importProbeBody, inviteCompleteBody, inviteCreateBody, inviteRegisterOptionsBody, localeCode, localeFilterQuery, magicLinkSendBody, mediaConfirmBody, mediaConfirmResponseSchema, mediaExistingResponseSchema, mediaItemSchema, mediaListQuery, mediaListResponseSchema, mediaProviderListQuery, mediaResponseSchema, mediaUpdateBody, mediaUploadUrlBody, mediaUploadUrlResponseSchema, menuItemSchema, menuItemTypeEnum, menuListItemSchema, menuSchema, menuTranslationsSchema, menuWithItemsSchema, notFoundEntrySchema, notFoundListQuery, notFoundListResponseSchema, notFoundPruneBody, notFoundSummaryQuery, notFoundSummaryResponseSchema, notFoundSummarySchema, offsetPaginationQuery, orphanRegisterBody, orphanedTableListResponseSchema, orphanedTableSchema, passkeyOptionsBody, passkeyRegisterOptionsBody, passkeyRegisterVerifyBody, passkeyRenameBody, passkeyVerifyBody, publicCommentListResponseSchema, publicCommentSchema, redirectListResponseSchema, redirectSchema, redirectsListQuery, reorderMenuItemsBody, reorderWidgetsBody, reviewRequestListQuery, reviewRequestResolveBody, roleLevel, schemaExportQuery, searchEnableBody, searchQuery, searchRebuildBody, searchResponseSchema, searchResultSchema, searchSuggestQuery, sectionListResponseSchema, sectionSchema, sectionsListQuery, settingsUpdateBody, setupAdminBody, setupAdminVerifyBody, setupAtprotoAdminBody, setupBody, signupCompleteBody, signupRequestBody, siteBriefingQuery, siteSettingsSchema, slugPattern, successEnvelope, taxonomyDefSchema, taxonomyDefTranslationsSchema, taxonomyListResponseSchema, termGetResponseSchema, termListResponseSchema, termResponseSchema, termSchema, termTranslationsSchema, termWithCountSchema, trashedContentItemSchema, trashedContentListResponseSchema, updateCollectionBody, updateFieldBody, updateMenuBody, updateMenuItemBody, updateRedirectBody, updateSectionBody, updateTermBody, updateWidgetBody, userDetailSchema, userListResponseSchema, userSchema, userUpdateBody, usersListQuery, widgetAreaSchema, widgetAreaWithWidgetsAndCountSchema, widgetAreaWithWidgetsSchema, widgetSchema, wpMediaImportBody, wpPluginAnalyzeBody, wpPluginExecuteBody, wpPrepareBody, wpRewriteUrlsBody };
|
|
@@ -6,17 +6,17 @@ import { t as DinewayValidationError } from "./types-D1DjBFA9.mjs";
|
|
|
6
6
|
import { t as MediaRepository } from "./media-Cg4zc9fq.mjs";
|
|
7
7
|
import { t as CommentRepository } from "./comment-BmJXz3lc.mjs";
|
|
8
8
|
import { t as withTransaction } from "./transaction-qfqpPVpu.mjs";
|
|
9
|
-
import { t as RedirectRepository } from "./redirect-
|
|
10
|
-
import { n as chunks, t as SQL_BATCH_SIZE } from "./chunks-
|
|
11
|
-
import { t as BylineRepository } from "./byline-
|
|
12
|
-
import { t as SeoRepository } from "./seo-
|
|
13
|
-
import { i as invalidateRedirectCache } from "./cache-
|
|
14
|
-
import { r as parseAllowedMimeTypes, t as matchesMimeAllowlist } from "./mime-
|
|
15
|
-
import { n as requestCached } from "./request-cache-
|
|
16
|
-
import { u as PluginStateRepository } from "./briefing-
|
|
17
|
-
import { n as SchemaRegistry, t as SchemaError } from "./registry-
|
|
18
|
-
import { n as hashString } from "./hash-
|
|
19
|
-
import { n as VERSION, t as COMMIT } from "./version-
|
|
9
|
+
import { t as RedirectRepository } from "./redirect-hKO66LS_.mjs";
|
|
10
|
+
import { n as chunks, t as SQL_BATCH_SIZE } from "./chunks-BjOMG4LF.mjs";
|
|
11
|
+
import { t as BylineRepository } from "./byline-9WeA8b0a.mjs";
|
|
12
|
+
import { t as SeoRepository } from "./seo-DASNc4gD.mjs";
|
|
13
|
+
import { i as invalidateRedirectCache } from "./cache-BhJYDPP8.mjs";
|
|
14
|
+
import { r as parseAllowedMimeTypes, t as matchesMimeAllowlist } from "./mime-DltzYYAL.mjs";
|
|
15
|
+
import { n as requestCached } from "./request-cache-BzuhyUXj.mjs";
|
|
16
|
+
import { u as PluginStateRepository } from "./briefing-Dk4I4VC8.mjs";
|
|
17
|
+
import { n as SchemaRegistry, t as SchemaError } from "./registry-CYO6XQ-4.mjs";
|
|
18
|
+
import { n as hashString } from "./hash-DHSsP6_G.mjs";
|
|
19
|
+
import { n as VERSION, t as COMMIT } from "./version-qhU-AiPQ.mjs";
|
|
20
20
|
import { i as pluginManifestSchema, r as normalizeManifestRoute } from "./manifest-schema-CU0XL_ZK.mjs";
|
|
21
21
|
import { t as DinewayStorageError } from "./types-iNqHe2-V.mjs";
|
|
22
22
|
import { sql } from "kysely";
|
|
@@ -2,15 +2,15 @@ import { t as __exportAll } from "./chunk-ClPoSABd.mjs";
|
|
|
2
2
|
import { n as getI18nConfig } from "./config-XW5tMrH8.mjs";
|
|
3
3
|
import { r as RevisionRepository, t as ContentRepository } from "./content-DvpMad_N.mjs";
|
|
4
4
|
import { t as MediaRepository } from "./media-Cg4zc9fq.mjs";
|
|
5
|
-
import { t as TaxonomyRepository } from "./taxonomy-
|
|
5
|
+
import { t as TaxonomyRepository } from "./taxonomy-DpXdVSSR.mjs";
|
|
6
6
|
import { t as withTransaction } from "./transaction-qfqpPVpu.mjs";
|
|
7
|
-
import { t as RedirectRepository } from "./redirect-
|
|
8
|
-
import { t as BylineRepository } from "./byline-
|
|
9
|
-
import { t as FTSManager } from "./fts-manager-
|
|
10
|
-
import { n as SchemaRegistry } from "./registry-
|
|
11
|
-
import { o as setSiteSettings } from "./settings-
|
|
12
|
-
import { a as validateExternalUrl, r as ssrfSafeFetch } from "./ssrf-
|
|
13
|
-
import { t as validateSeed } from "./validate-
|
|
7
|
+
import { t as RedirectRepository } from "./redirect-hKO66LS_.mjs";
|
|
8
|
+
import { t as BylineRepository } from "./byline-9WeA8b0a.mjs";
|
|
9
|
+
import { t as FTSManager } from "./fts-manager-DYRy6HVi.mjs";
|
|
10
|
+
import { n as SchemaRegistry } from "./registry-CYO6XQ-4.mjs";
|
|
11
|
+
import { o as setSiteSettings } from "./settings-D2k1JraC.mjs";
|
|
12
|
+
import { a as validateExternalUrl, r as ssrfSafeFetch } from "./ssrf-z3oH8wjK.mjs";
|
|
13
|
+
import { t as validateSeed } from "./validate-CaKEnLed.mjs";
|
|
14
14
|
import { ulid } from "ulidx";
|
|
15
15
|
import { imageSize } from "image-size";
|
|
16
16
|
import mime from "mime/lite";
|
|
@@ -496,9 +496,9 @@ async function applySeed(db, seed, options = {}) {
|
|
|
496
496
|
}
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
|
-
const { invalidateBylineCache } = await import("./bylines-
|
|
500
|
-
const { invalidateUrlPatternCache } = await import("./query-
|
|
501
|
-
const { invalidateRedirectCache } = await import("./cache-
|
|
499
|
+
const { invalidateBylineCache } = await import("./bylines-B6QpwVAr.mjs").then((n) => n.t);
|
|
500
|
+
const { invalidateUrlPatternCache } = await import("./query-TQqoOaxy.mjs").then((n) => n.o);
|
|
501
|
+
const { invalidateRedirectCache } = await import("./cache-BhJYDPP8.mjs").then((n) => n.t);
|
|
502
502
|
invalidateBylineCache();
|
|
503
503
|
invalidateUrlPatternCache();
|
|
504
504
|
invalidateRedirectCache();
|
|
@@ -582,7 +582,7 @@ async function applyContentTaxonomies(db, collectionSlug, contentId, entry, isUp
|
|
|
582
582
|
if (isUpdate) await db.deleteFrom("content_taxonomies").where("collection", "=", collectionSlug).where("entry_id", "=", contentId).execute();
|
|
583
583
|
if (!entry.taxonomies) {
|
|
584
584
|
if (isUpdate) {
|
|
585
|
-
const { invalidateTermCache } = await import("./taxonomies-
|
|
585
|
+
const { invalidateTermCache } = await import("./taxonomies-DPNIwTGk.mjs").then((n) => n.l);
|
|
586
586
|
invalidateTermCache();
|
|
587
587
|
}
|
|
588
588
|
return;
|
|
@@ -594,7 +594,7 @@ async function applyContentTaxonomies(db, collectionSlug, contentId, entry, isUp
|
|
|
594
594
|
if (term) await termRepo.attachToEntry(collectionSlug, contentId, term.id);
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
const { invalidateTermCache } = await import("./taxonomies-
|
|
597
|
+
const { invalidateTermCache } = await import("./taxonomies-DPNIwTGk.mjs").then((n) => n.l);
|
|
598
598
|
invalidateTermCache();
|
|
599
599
|
}
|
|
600
600
|
/**
|
package/dist/astro/index.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ import "../types-B45uSz1j.mjs";
|
|
|
6
6
|
import "../runner-CHR_W79l.mjs";
|
|
7
7
|
import "../index-JzJUzE4o.mjs";
|
|
8
8
|
import "../index-DpMWSamU.mjs";
|
|
9
|
-
import "../bylines-
|
|
9
|
+
import "../bylines-BK9FyU4A.mjs";
|
|
10
10
|
import "../types-BeYn-Yf0.mjs";
|
|
11
11
|
import "../validate-BQ24E8rK.mjs";
|
|
12
12
|
import { DinewayHandlers, DinewayManifest, ManifestCollection } from "./types.mjs";
|
package/dist/astro/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as VERSION, t as COMMIT } from "../version-
|
|
1
|
+
import { n as VERSION, t as COMMIT } from "../version-qhU-AiPQ.mjs";
|
|
2
2
|
import { t as defaultSeed } from "../default-2JDm1rj_.mjs";
|
|
3
|
-
import { n as validateAllowedOrigins, r as validateOriginShape } from "../allowed-origins-
|
|
3
|
+
import { n as validateAllowedOrigins, r as validateOriginShape } from "../allowed-origins-46RONHY3.mjs";
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import { existsSync, readFileSync } from "node:fs";
|
|
6
6
|
import { dirname, isAbsolute, relative, resolve } from "node:path";
|
|
@@ -639,6 +639,10 @@ function injectCoreRoutes(injectRoute) {
|
|
|
639
639
|
pattern: "/_dineway/api/menus/[name]/items",
|
|
640
640
|
entrypoint: resolveRoute("api/menus/[name]/items.ts")
|
|
641
641
|
});
|
|
642
|
+
injectRoute({
|
|
643
|
+
pattern: "/_dineway/api/menus/[name]/items/[id]",
|
|
644
|
+
entrypoint: resolveRoute("api/menus/[name]/items/[id].ts")
|
|
645
|
+
});
|
|
642
646
|
injectRoute({
|
|
643
647
|
pattern: "/_dineway/api/menus/[name]/reorder",
|
|
644
648
|
entrypoint: resolveRoute("api/menus/[name]/reorder.ts")
|
|
@@ -5,7 +5,7 @@ import "../../types-B45uSz1j.mjs";
|
|
|
5
5
|
import "../../runner-CHR_W79l.mjs";
|
|
6
6
|
import "../../index-JzJUzE4o.mjs";
|
|
7
7
|
import "../../index-DpMWSamU.mjs";
|
|
8
|
-
import "../../bylines-
|
|
8
|
+
import "../../bylines-BK9FyU4A.mjs";
|
|
9
9
|
import "../../types-BeYn-Yf0.mjs";
|
|
10
10
|
import "../../validate-BQ24E8rK.mjs";
|
|
11
11
|
import { DinewayHandlers } from "../types.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as apiError } from "../../error-Dyf9fGZE.mjs";
|
|
2
2
|
import { n as getPublicOrigin } from "../../public-url-5fFLJhjh.mjs";
|
|
3
|
-
import { t as getAuthMode } from "../../mode-
|
|
3
|
+
import { t as getAuthMode } from "../../mode-BI1kRvlT.mjs";
|
|
4
4
|
import { i as hasScope } from "../../api-tokens-B7fvbHM2.mjs";
|
|
5
5
|
import { a as resolveOAuthToken, i as resolveApiToken } from "../../api-tokens-CMmUPFae.mjs";
|
|
6
6
|
import { ulid } from "ulidx";
|
|
@@ -2,9 +2,9 @@ import { getRequestContext } from "../../request-context.mjs";
|
|
|
2
2
|
import "../../dialect-helpers-TkdbkFad.mjs";
|
|
3
3
|
import "../../base64-C1Q9yr0B.mjs";
|
|
4
4
|
import "../../types-D1DjBFA9.mjs";
|
|
5
|
-
import { t as RedirectRepository } from "../../redirect-
|
|
6
|
-
import { a as matchCachedPatterns, n as compileRedirectRules, o as setCachedRedirects, r as getCachedRedirects } from "../../cache-
|
|
7
|
-
import { r as getDb } from "../../loader-
|
|
5
|
+
import { t as RedirectRepository } from "../../redirect-hKO66LS_.mjs";
|
|
6
|
+
import { a as matchCachedPatterns, n as compileRedirectRules, o as setCachedRedirects, r as getCachedRedirects } from "../../cache-BhJYDPP8.mjs";
|
|
7
|
+
import { r as getDb } from "../../loader-dt5DoyI1.mjs";
|
|
8
8
|
import { defineMiddleware } from "astro:middleware";
|
|
9
9
|
|
|
10
10
|
//#region src/astro/middleware/redirect.ts
|
|
@@ -2,7 +2,7 @@ import { runWithContext } from "../../request-context.mjs";
|
|
|
2
2
|
import "../../base64-C1Q9yr0B.mjs";
|
|
3
3
|
import "../../options-BF11H_FD.mjs";
|
|
4
4
|
import { n as parseContentId, r as verifyPreviewToken } from "../../tokens-DB4dASZl.mjs";
|
|
5
|
-
import { i as resolveSecretsCached } from "../../secrets-
|
|
5
|
+
import { i as resolveSecretsCached } from "../../secrets-BIrqds5c.mjs";
|
|
6
6
|
import { defineMiddleware } from "astro:middleware";
|
|
7
7
|
|
|
8
8
|
//#region src/visual-editing/toolbar.ts
|
|
@@ -5,71 +5,71 @@ import { t as validateIdentifier } from "../validate-VPnKoIzW.mjs";
|
|
|
5
5
|
import { o as isSqlite } from "../dialect-helpers-TkdbkFad.mjs";
|
|
6
6
|
import { r as runMigrations } from "../runner-lqEiJbO-.mjs";
|
|
7
7
|
import { i as setI18nConfig } from "../config-XW5tMrH8.mjs";
|
|
8
|
-
import { d as EmailPipeline, g as after, h as definePlugin, m as resolveExclusiveHooks, p as createHookPipeline, u as PluginRouteRegistry } from "../plugins-
|
|
8
|
+
import { d as EmailPipeline, g as after, h as definePlugin, m as resolveExclusiveHooks, p as createHookPipeline, u as PluginRouteRegistry } from "../plugins-CxUx-b5a.mjs";
|
|
9
9
|
import { r as RevisionRepository } from "../content-DvpMad_N.mjs";
|
|
10
10
|
import "../base64-C1Q9yr0B.mjs";
|
|
11
11
|
import "../types-D1DjBFA9.mjs";
|
|
12
12
|
import { t as MediaRepository } from "../media-Cg4zc9fq.mjs";
|
|
13
13
|
import "../user-2aI21yV1.mjs";
|
|
14
|
-
import "../taxonomy-
|
|
14
|
+
import "../taxonomy-DpXdVSSR.mjs";
|
|
15
15
|
import "../comment-BmJXz3lc.mjs";
|
|
16
16
|
import { t as OptionsRepository } from "../options-BF11H_FD.mjs";
|
|
17
17
|
import "../site-activity-lsCX_cqp.mjs";
|
|
18
18
|
import "../review-requests-BYuoyse0.mjs";
|
|
19
19
|
import "../entity-aliases-PJV8IxDq.mjs";
|
|
20
|
-
import "../context-
|
|
21
|
-
import "../
|
|
22
|
-
import "../
|
|
23
|
-
import
|
|
24
|
-
import "../
|
|
25
|
-
import "../
|
|
26
|
-
import
|
|
27
|
-
import {
|
|
28
|
-
import "../
|
|
29
|
-
import
|
|
30
|
-
import "../
|
|
31
|
-
import
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import "../
|
|
36
|
-
import "../
|
|
37
|
-
import
|
|
38
|
-
import { n as
|
|
39
|
-
import "../
|
|
40
|
-
import "../
|
|
41
|
-
import "../
|
|
42
|
-
import "../
|
|
43
|
-
import "../
|
|
44
|
-
import "../sections-
|
|
45
|
-
import "../settings-
|
|
46
|
-
import "../taxonomies-
|
|
47
|
-
import "../taxonomies-
|
|
20
|
+
import "../context-DRq-f4sM.mjs";
|
|
21
|
+
import "../menus-DXaFTRyU.mjs";
|
|
22
|
+
import "../redirect-hKO66LS_.mjs";
|
|
23
|
+
import "../byline-9WeA8b0a.mjs";
|
|
24
|
+
import { t as normalizeMediaValue } from "../normalize-ba36HTxZ.mjs";
|
|
25
|
+
import "../placeholder-BAy3k441.mjs";
|
|
26
|
+
import "../seo-DASNc4gD.mjs";
|
|
27
|
+
import { $ as validateRev, A as handleRevisionGet, B as handleContentDuplicate, D as handleMediaGet, E as handleMediaDelete, F as handleContentCountScheduled, G as handleContentPermanentDelete, H as handleContentGetIncludingTrashed, I as handleContentCountTrashed, J as handleContentSchedule, K as handleContentPublish, L as handleContentCreate, M as handleRevisionRestore, O as handleMediaList, P as handleContentCompare, Q as handleContentUpdate, R as handleContentDelete, T as handleMediaCreate, U as handleContentList, V as handleContentGet, W as handleContentListTrashed, X as handleContentUnpublish, Y as handleContentTranslations, Z as handleContentUnschedule, d as createPluginBundleStore, j as handleRevisionList, k as handleMediaUpdate, q as handleContentRestore, z as handleContentDiscardDraft } from "../api-KH2L2uKb.mjs";
|
|
28
|
+
import { n as requestCached } from "../request-cache-BzuhyUXj.mjs";
|
|
29
|
+
import "../dashboard-DdqRifyu.mjs";
|
|
30
|
+
import { u as PluginStateRepository } from "../briefing-Dk4I4VC8.mjs";
|
|
31
|
+
import "../context-types-BWspNMDr.mjs";
|
|
32
|
+
import { t as FTSManager } from "../fts-manager-DYRy6HVi.mjs";
|
|
33
|
+
import { n as SchemaRegistry } from "../registry-CYO6XQ-4.mjs";
|
|
34
|
+
import { r as getDb } from "../loader-dt5DoyI1.mjs";
|
|
35
|
+
import { c as createPublicMediaUrlResolver } from "../settings-D2k1JraC.mjs";
|
|
36
|
+
import "../briefing-PFT3T6KW.mjs";
|
|
37
|
+
import "../review-requests-CO-vO0O0.mjs";
|
|
38
|
+
import { n as hashString } from "../hash-DHSsP6_G.mjs";
|
|
39
|
+
import { n as VERSION, t as COMMIT } from "../version-qhU-AiPQ.mjs";
|
|
40
|
+
import "../query-CH1GaJmt.mjs";
|
|
41
|
+
import "../zod-generator-vOxhed6n.mjs";
|
|
42
|
+
import "../schema-mjeMcn_6.mjs";
|
|
43
|
+
import "../seo-Dl4QE4El.mjs";
|
|
44
|
+
import "../sections-DA3GMhNG.mjs";
|
|
45
|
+
import "../settings-BJW_lmrM.mjs";
|
|
46
|
+
import "../taxonomies-DPNIwTGk.mjs";
|
|
47
|
+
import "../taxonomies-CagluJHp.mjs";
|
|
48
48
|
import { r as normalizeManifestRoute } from "../manifest-schema-CU0XL_ZK.mjs";
|
|
49
49
|
import "../parse-BBfZRZYb.mjs";
|
|
50
|
-
import "../redirects-
|
|
51
|
-
import "../import-
|
|
52
|
-
import { a as invalidateUrlPatternCache } from "../query-
|
|
50
|
+
import "../redirects-BO0fI750.mjs";
|
|
51
|
+
import "../import-BO_gy5vZ.mjs";
|
|
52
|
+
import { a as invalidateUrlPatternCache } from "../query-TQqoOaxy.mjs";
|
|
53
53
|
import "../preview-CIDYFBzd.mjs";
|
|
54
|
-
import "../import-
|
|
54
|
+
import "../import-B8lnqfnN.mjs";
|
|
55
55
|
import { t as getTrustedProxyHeaders } from "../trusted-proxy-8N8sX1D1.mjs";
|
|
56
56
|
import { n as sanitizeHeadersForSandbox, t as extractRequestMeta } from "../request-meta-BVx9KkL-.mjs";
|
|
57
|
-
import "../ssrf-
|
|
57
|
+
import "../ssrf-z3oH8wjK.mjs";
|
|
58
58
|
import { n as CronExecutor } from "../cron-fV9baRVc.mjs";
|
|
59
59
|
import { r as devConsoleEmailDeliver, t as DEV_CONSOLE_EMAIL_PLUGIN_ID } from "../email-console-_pTim1bU.mjs";
|
|
60
60
|
import "../utils-BJF19gfk.mjs";
|
|
61
61
|
import "../tokens-DB4dASZl.mjs";
|
|
62
|
-
import "../menus-
|
|
63
|
-
import "../bylines-
|
|
64
|
-
import "../widgets-
|
|
65
|
-
import "../apply-
|
|
62
|
+
import "../menus-BTOa-tsI.mjs";
|
|
63
|
+
import "../bylines-B6QpwVAr.mjs";
|
|
64
|
+
import "../widgets-D7UK-2hW.mjs";
|
|
65
|
+
import "../apply-Wyg77UOb.mjs";
|
|
66
66
|
import "../load-BvyvS_76.mjs";
|
|
67
|
-
import "../search-
|
|
67
|
+
import "../search-vzCYAk0F.mjs";
|
|
68
68
|
import "../index.mjs";
|
|
69
|
-
import { t as getAuthMode } from "../mode-
|
|
70
|
-
import { i as experimentalSiteContextWorkflowsEnabled } from "../experimental-workflows-
|
|
71
|
-
import { t as cleanupExpiredChallenges } from "../challenge-store-
|
|
72
|
-
import { a as validateEncryptionKeyAtStartup } from "../secrets-
|
|
69
|
+
import { t as getAuthMode } from "../mode-BI1kRvlT.mjs";
|
|
70
|
+
import { i as experimentalSiteContextWorkflowsEnabled } from "../experimental-workflows-C7o_9V7S.mjs";
|
|
71
|
+
import { t as cleanupExpiredChallenges } from "../challenge-store-B9odzfeh.mjs";
|
|
72
|
+
import { a as validateEncryptionKeyAtStartup } from "../secrets-BIrqds5c.mjs";
|
|
73
73
|
import { Kysely, sql } from "kysely";
|
|
74
74
|
import { defineMiddleware } from "astro:middleware";
|
|
75
75
|
import virtualConfig from "virtual:dineway/config";
|
|
@@ -862,9 +862,9 @@ var DinewayRuntime = class DinewayRuntime {
|
|
|
862
862
|
}
|
|
863
863
|
})();
|
|
864
864
|
if (collectionCount.count === 0 && !setupDone) {
|
|
865
|
-
const { applySeed } = await import("../apply-
|
|
865
|
+
const { applySeed } = await import("../apply-Wyg77UOb.mjs").then((n) => n.n);
|
|
866
866
|
const { loadSeed } = await import("../load-BvyvS_76.mjs").then((n) => n.r);
|
|
867
|
-
const { validateSeed } = await import("../validate-
|
|
867
|
+
const { validateSeed } = await import("../validate-CaKEnLed.mjs").then((n) => n.n);
|
|
868
868
|
const seed = await loadSeed();
|
|
869
869
|
if (validateSeed(seed).valid) {
|
|
870
870
|
await applySeed(db, seed, { onConflict: "skip" });
|
|
@@ -1812,7 +1812,7 @@ const onRequest = defineMiddleware(async (context, next) => {
|
|
|
1812
1812
|
if (!setupVerified) {
|
|
1813
1813
|
const setupStart = startServerTiming(serverTimings);
|
|
1814
1814
|
try {
|
|
1815
|
-
const { getDb } = await import("../loader-
|
|
1815
|
+
const { getDb } = await import("../loader-dt5DoyI1.mjs").then((n) => n.i);
|
|
1816
1816
|
await (await getDb()).selectFrom("_dineway_migrations").selectAll().limit(1).execute();
|
|
1817
1817
|
setupVerified = true;
|
|
1818
1818
|
} catch {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../../../../../context-types-
|
|
1
|
+
import "../../../../../context-types-BWspNMDr.mjs";
|
|
2
2
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
3
3
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
4
|
-
import { S as allowedDomainUpdateBody } from "../../../../../redirects-
|
|
5
|
-
import "../../../../../import-
|
|
4
|
+
import { S as allowedDomainUpdateBody } from "../../../../../redirects-BO0fI750.mjs";
|
|
5
|
+
import "../../../../../import-BO_gy5vZ.mjs";
|
|
6
6
|
import "../../../../../api/schemas/index.mjs";
|
|
7
7
|
import { createKyselyAdapter } from "@dineway-ai/auth/adapters/kysely";
|
|
8
8
|
import { Role, roleFromLevel } from "@dineway-ai/auth";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../../../../../context-types-
|
|
1
|
+
import "../../../../../context-types-BWspNMDr.mjs";
|
|
2
2
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
3
3
|
import { n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
4
|
-
import { x as allowedDomainCreateBody } from "../../../../../redirects-
|
|
5
|
-
import "../../../../../import-
|
|
4
|
+
import { x as allowedDomainCreateBody } from "../../../../../redirects-BO0fI750.mjs";
|
|
5
|
+
import "../../../../../import-BO_gy5vZ.mjs";
|
|
6
6
|
import "../../../../../api/schemas/index.mjs";
|
|
7
7
|
import { createKyselyAdapter } from "@dineway-ai/auth/adapters/kysely";
|
|
8
8
|
import { Role, roleFromLevel } from "@dineway-ai/auth";
|
|
@@ -1,6 +1,6 @@
|
|
|
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 { c as requestedExperimentalSiteContextWorkflowScopes, i as experimentalSiteContextWorkflowsEnabled, s as getExperimentalSiteContextWorkflowsDisabledMessage } from "../../../../../experimental-workflows-
|
|
3
|
+
import { c as requestedExperimentalSiteContextWorkflowScopes, i as experimentalSiteContextWorkflowsEnabled, s as getExperimentalSiteContextWorkflowsDisabledMessage } from "../../../../../experimental-workflows-C7o_9V7S.mjs";
|
|
4
4
|
import { t as ALL_VALID_SCOPES } from "../../../../../api-tokens-B7fvbHM2.mjs";
|
|
5
5
|
import { n as handleApiTokenList, t as handleApiTokenCreate } from "../../../../../api-tokens-CMmUPFae.mjs";
|
|
6
6
|
import { t as rejectApiTokenAuthControlWrite } from "../../../../../auth-control-guard--r6LlNkX.mjs";
|
|
@@ -5,18 +5,18 @@ import "../../../../media-Cg4zc9fq.mjs";
|
|
|
5
5
|
import "../../../../options-BF11H_FD.mjs";
|
|
6
6
|
import "../../../../site-activity-lsCX_cqp.mjs";
|
|
7
7
|
import "../../../../review-requests-BYuoyse0.mjs";
|
|
8
|
-
import "../../../../request-cache-
|
|
9
|
-
import "../../../../briefing-
|
|
10
|
-
import "../../../../context-types-
|
|
11
|
-
import "../../../../fts-manager-
|
|
12
|
-
import "../../../../registry-
|
|
13
|
-
import "../../../../loader-
|
|
14
|
-
import "../../../../settings-
|
|
15
|
-
import { t as handleSiteBriefingGet } from "../../../../briefing-
|
|
8
|
+
import "../../../../request-cache-BzuhyUXj.mjs";
|
|
9
|
+
import "../../../../briefing-Dk4I4VC8.mjs";
|
|
10
|
+
import "../../../../context-types-BWspNMDr.mjs";
|
|
11
|
+
import "../../../../fts-manager-DYRy6HVi.mjs";
|
|
12
|
+
import "../../../../registry-CYO6XQ-4.mjs";
|
|
13
|
+
import "../../../../loader-dt5DoyI1.mjs";
|
|
14
|
+
import "../../../../settings-D2k1JraC.mjs";
|
|
15
|
+
import { t as handleSiteBriefingGet } from "../../../../briefing-PFT3T6KW.mjs";
|
|
16
16
|
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../error-Dyf9fGZE.mjs";
|
|
17
17
|
import { i as parseQuery, t as isParseError } from "../../../../parse-BBfZRZYb.mjs";
|
|
18
|
-
import "../../../../redirects-
|
|
19
|
-
import { C as siteBriefingQuery } from "../../../../import-
|
|
18
|
+
import "../../../../redirects-BO0fI750.mjs";
|
|
19
|
+
import { C as siteBriefingQuery } from "../../../../import-BO_gy5vZ.mjs";
|
|
20
20
|
import "../../../../api/schemas/index.mjs";
|
|
21
21
|
import { hasPermission } from "@dineway-ai/auth";
|
|
22
22
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../../../dialect-helpers-TkdbkFad.mjs";
|
|
2
2
|
import "../../../../../../base64-C1Q9yr0B.mjs";
|
|
3
3
|
import "../../../../../../types-D1DjBFA9.mjs";
|
|
4
|
-
import { t as BylineRepository } from "../../../../../../byline-
|
|
5
|
-
import "../../../../../../context-types-
|
|
6
|
-
import "../../../../../../loader-
|
|
4
|
+
import { t as BylineRepository } from "../../../../../../byline-9WeA8b0a.mjs";
|
|
5
|
+
import "../../../../../../context-types-BWspNMDr.mjs";
|
|
6
|
+
import "../../../../../../loader-dt5DoyI1.mjs";
|
|
7
7
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../../error-Dyf9fGZE.mjs";
|
|
8
8
|
import { n as parseBody, t as isParseError } from "../../../../../../parse-BBfZRZYb.mjs";
|
|
9
|
-
import {
|
|
10
|
-
import "../../../../../../import-
|
|
9
|
+
import { vn as bylineUpdateBody } from "../../../../../../redirects-BO0fI750.mjs";
|
|
10
|
+
import "../../../../../../import-BO_gy5vZ.mjs";
|
|
11
11
|
import "../../../../../../api/schemas/index.mjs";
|
|
12
|
-
import { i as invalidateBylineCache } from "../../../../../../bylines-
|
|
12
|
+
import { i as invalidateBylineCache } from "../../../../../../bylines-B6QpwVAr.mjs";
|
|
13
13
|
import { n as requirePerm } from "../../../../../../authorize-wQDmXQJ1.mjs";
|
|
14
14
|
import { Role } from "@dineway-ai/auth";
|
|
15
15
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../../../../dialect-helpers-TkdbkFad.mjs";
|
|
2
2
|
import "../../../../../base64-C1Q9yr0B.mjs";
|
|
3
3
|
import "../../../../../types-D1DjBFA9.mjs";
|
|
4
|
-
import { t as BylineRepository } from "../../../../../byline-
|
|
5
|
-
import "../../../../../context-types-
|
|
6
|
-
import "../../../../../loader-
|
|
4
|
+
import { t as BylineRepository } from "../../../../../byline-9WeA8b0a.mjs";
|
|
5
|
+
import "../../../../../context-types-BWspNMDr.mjs";
|
|
6
|
+
import "../../../../../loader-dt5DoyI1.mjs";
|
|
7
7
|
import { n as apiSuccess, r as handleError, t as apiError } from "../../../../../error-Dyf9fGZE.mjs";
|
|
8
8
|
import { i as parseQuery, n as parseBody, t as isParseError } from "../../../../../parse-BBfZRZYb.mjs";
|
|
9
|
-
import {
|
|
10
|
-
import "../../../../../import-
|
|
9
|
+
import { mn as bylineCreateBody, yn as bylinesListQuery } from "../../../../../redirects-BO0fI750.mjs";
|
|
10
|
+
import "../../../../../import-BO_gy5vZ.mjs";
|
|
11
11
|
import "../../../../../api/schemas/index.mjs";
|
|
12
|
-
import { i as invalidateBylineCache } from "../../../../../bylines-
|
|
12
|
+
import { i as invalidateBylineCache } from "../../../../../bylines-B6QpwVAr.mjs";
|
|
13
13
|
import { n as requirePerm } from "../../../../../authorize-wQDmXQJ1.mjs";
|
|
14
14
|
import { Role } from "@dineway-ai/auth";
|
|
15
15
|
|
|
@@ -2,11 +2,11 @@ import "../../../../../../base64-C1Q9yr0B.mjs";
|
|
|
2
2
|
import "../../../../../../types-D1DjBFA9.mjs";
|
|
3
3
|
import "../../../../../../comment-BmJXz3lc.mjs";
|
|
4
4
|
import "../../../../../../options-BF11H_FD.mjs";
|
|
5
|
-
import "../../../../../../context-types-
|
|
5
|
+
import "../../../../../../context-types-BWspNMDr.mjs";
|
|
6
6
|
import { a as unwrapResult, i as requireDb, n as apiSuccess, r as handleError, t as apiError } from "../../../../../../error-Dyf9fGZE.mjs";
|
|
7
7
|
import { n as parseBody, t as isParseError } from "../../../../../../parse-BBfZRZYb.mjs";
|
|
8
|
-
import {
|
|
9
|
-
import "../../../../../../import-
|
|
8
|
+
import { gt as commentStatusBody } from "../../../../../../redirects-BO0fI750.mjs";
|
|
9
|
+
import "../../../../../../import-BO_gy5vZ.mjs";
|
|
10
10
|
import "../../../../../../api/schemas/index.mjs";
|
|
11
11
|
import { n as requirePerm } from "../../../../../../authorize-wQDmXQJ1.mjs";
|
|
12
12
|
import { a as handleCommentGet } from "../../../../../../comments-BW1qFiTa.mjs";
|