dineway 0.1.39 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/route-utils.d.mts +7 -7
- package/dist/api/route-utils.mjs +1 -1
- package/dist/api/schemas/index.d.mts +1 -1
- package/dist/{api-BuW5Txoj.mjs → api-DHsMtgSK.mjs} +1 -1
- package/dist/astro/index.d.mts +7 -7
- package/dist/astro/index.mjs +8 -2
- package/dist/astro/middleware/auth.d.mts +7 -7
- package/dist/astro/middleware/auth.mjs +1 -1
- package/dist/astro/middleware/request-context.mjs +1 -1
- package/dist/astro/middleware/seed.d.mts +1 -1
- package/dist/astro/middleware/seed.mjs +1 -1
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.mjs +7 -7
- package/dist/astro/routes/PluginRegistry.mjs +1 -1
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +1 -1
- package/dist/astro/routes/api/admin/context/_id_/history.mjs +2 -2
- package/dist/astro/routes/api/admin/context/_id_/index.mjs +2 -2
- package/dist/astro/routes/api/admin/context/_id_/review.mjs +2 -2
- package/dist/astro/routes/api/admin/context/_id_/supersede.mjs +2 -2
- package/dist/astro/routes/api/admin/context/diff.mjs +2 -2
- package/dist/astro/routes/api/admin/context/index.mjs +2 -2
- package/dist/astro/routes/api/admin/context/stale.mjs +2 -2
- package/dist/astro/routes/api/admin/hitl-requests/_id_/index.mjs +3 -3
- package/dist/astro/routes/api/admin/hitl-requests/_id_/resolve.mjs +3 -3
- package/dist/astro/routes/api/admin/hitl-requests/index.mjs +3 -3
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +2 -2
- 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 +3 -3
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/index.mjs +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +3 -3
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +1 -1
- package/dist/astro/routes/api/admin/plugins/updates.mjs +1 -1
- package/dist/astro/routes/api/admin/review-requests/_id_/resolve.mjs +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +1 -1
- package/dist/astro/routes/api/auth/dev-bypass.mjs +1 -1
- package/dist/astro/routes/api/auth/invite/complete.mjs +2 -2
- package/dist/astro/routes/api/auth/invite/register-options.mjs +1 -1
- package/dist/astro/routes/api/auth/mode.mjs +1 -1
- package/dist/astro/routes/api/auth/passkey/options.mjs +1 -1
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +1 -1
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +2 -2
- package/dist/astro/routes/api/auth/passkey/verify.mjs +2 -2
- package/dist/astro/routes/api/auth/signup/complete.mjs +2 -2
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +1 -1
- package/dist/astro/routes/api/health.mjs +1 -1
- package/dist/astro/routes/api/import/probe.d.mts +2 -2
- package/dist/astro/routes/api/import/wordpress/execute.mjs +2 -2
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +2 -2
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +2 -2
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +2 -2
- package/dist/astro/routes/api/manifest.mjs +3 -3
- package/dist/astro/routes/api/mcp.mjs +2 -2
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +2 -2
- package/dist/astro/routes/api/menus/_name_/items.mjs +2 -2
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +2 -2
- package/dist/astro/routes/api/menus/_name_/translations.mjs +2 -2
- package/dist/astro/routes/api/menus/_name_.mjs +2 -2
- package/dist/astro/routes/api/menus/index.mjs +2 -2
- 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 +1 -1
- package/dist/astro/routes/api/redirects/_id_.mjs +2 -2
- package/dist/astro/routes/api/redirects/index.mjs +2 -2
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +1 -1
- package/dist/astro/routes/api/schema/collections/index.mjs +1 -1
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +1 -1
- package/dist/astro/routes/api/schema/orphans/index.mjs +1 -1
- package/dist/astro/routes/api/sections/_slug_.mjs +2 -2
- package/dist/astro/routes/api/sections/index.mjs +2 -2
- package/dist/astro/routes/api/settings.mjs +2 -2
- package/dist/astro/routes/api/setup/admin-verify.mjs +3 -3
- package/dist/astro/routes/api/setup/admin.mjs +1 -1
- package/dist/astro/routes/api/setup/dev-bypass.mjs +1 -1
- package/dist/astro/routes/api/setup/index.mjs +2 -2
- package/dist/astro/routes/api/setup/status.mjs +1 -1
- package/dist/astro/routes/api/snapshot.mjs +2 -1
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +2 -2
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +2 -2
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +2 -2
- package/dist/astro/routes/api/taxonomies/index.mjs +2 -2
- package/dist/astro/routes/api/themes/preview.mjs +1 -1
- 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 +2 -2
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +2 -2
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +2 -2
- package/dist/astro/routes/api/widget-areas/_name_.mjs +2 -2
- package/dist/astro/routes/api/widget-areas/index.mjs +2 -2
- package/dist/astro/session-driver.d.mts +14 -0
- package/dist/astro/session-driver.mjs +33 -0
- package/dist/astro/types.d.mts +7 -7
- package/dist/auth/providers/github-admin.mjs +1 -1
- package/dist/auth/providers/google-admin.mjs +1 -1
- package/dist/{bylines-CrNTrD1c.d.mts → bylines-BnInIxUL.d.mts} +10 -10
- package/dist/cli/index.mjs +2 -2
- package/dist/client/external-auth-headers.d.mts +1 -1
- package/dist/client/index.d.mts +1 -1
- package/dist/{context-BnD2m5tn.mjs → context-DgqEfcWz.mjs} +1 -1
- package/dist/db/index.d.mts +2 -2
- package/dist/db/index.mjs +1 -1
- package/dist/{device-flow-DDZjntgf.mjs → device-flow-CTS91g4A.mjs} +2 -2
- package/dist/{hitl-requests-Dt7JsXh5.mjs → hitl-requests-DaRuZ7tb.mjs} +2 -2
- package/dist/{hitl-route-helpers-F3voM_3Y.mjs → hitl-route-helpers-DcPySbZ3.mjs} +2 -2
- package/dist/{index-CpbixmRL.d.mts → index-BwOO3vu2.d.mts} +1 -1
- package/dist/{index-2tBfB_8X.d.mts → index-Ct0pjZwW.d.mts} +1 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.mjs +2 -2
- package/dist/media/local-runtime.d.mts +7 -7
- package/dist/{oauth-authorization-lW9vJ_hl.mjs → oauth-authorization-DyOFXQWq.mjs} +2 -2
- package/dist/{oauth-clients-D1n0ykZJ.mjs → oauth-clients-BMs_bmoz.mjs} +1 -1
- package/dist/page/index.d.mts +1 -1
- package/dist/plugins/adapt-sandbox-entry.d.mts +7 -7
- package/dist/{runner-S3smkgdc.mjs → runner-DF2DgD_B.mjs} +191 -177
- package/dist/{runner-pAnQS6iI.d.mts → runner-FhUNNaqA.d.mts} +1 -1
- package/dist/{runtime-BM9sqnzO.d.mts → runtime-yK9bWV13.d.mts} +4 -4
- package/dist/runtime.d.mts +8 -8
- package/dist/seed/index.d.mts +2 -2
- package/dist/{site-context-BBX9G7FT.mjs → site-context-DuBQk6Mp.mjs} +1 -1
- package/dist/{types-B1NksXAb.d.mts → types-C-CMfzSl.d.mts} +6 -0
- package/dist/ui/server-runtime.d.mts +4 -4
- package/dist/{validate-BzUCAU2a.d.mts → validate-CvQ6cvHH.d.mts} +1 -1
- package/dist/version-BH9FCDRu.mjs +6 -0
- package/package.json +10 -3
- package/dist/version-C_JnO2sx.mjs +0 -6
- /package/dist/{allowed-origins-U7ZavuGp.mjs → allowed-origins-3RuuoFjC.mjs} +0 -0
- /package/dist/{challenge-store-ChIyDxM6.mjs → challenge-store-cJam-E5R.mjs} +0 -0
- /package/dist/{experimental-workflows-_I9NlZbO.mjs → experimental-workflows-BbZbIEZp.mjs} +0 -0
- /package/dist/{jsonld-BhdZoeR1.d.mts → jsonld-CLbYsYYH.d.mts} +0 -0
- /package/dist/{mode-BSPqFzOJ.mjs → mode-Bd55iLcP.mjs} +0 -0
- /package/dist/{provider-loader-BaZhx7E3.d.mts → provider-loader-B19YyyBp.d.mts} +0 -0
- /package/dist/{secrets-DOkSNlfQ.mjs → secrets-DfeNNoLa.mjs} +0 -0
- /package/dist/{setup-complete-DXCcwkth.mjs → setup-complete-C2ztsNhJ.mjs} +0 -0
- /package/dist/{transport-qeWznEPc.d.mts → transport-nNEGdHkI.d.mts} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { $n as isParseError, Qn as ParseResult, Zn as OptionsRepository, er as parseBody, ir as handleError, nr as apiError, rr as apiSuccess, t as DinewayConfig, tr as parseQuery } from "../runtime-
|
|
2
|
-
import { t as Database } from "../types-
|
|
1
|
+
import { $n as isParseError, Qn as ParseResult, Zn as OptionsRepository, er as parseBody, ir as handleError, nr as apiError, rr as apiSuccess, t as DinewayConfig, tr as parseQuery } from "../runtime-yK9bWV13.mjs";
|
|
2
|
+
import { t as Database } from "../types-C-CMfzSl.mjs";
|
|
3
3
|
import { at as StorageCollectionConfig, it as StorageCollection } from "../types-BIM7jwxr.mjs";
|
|
4
4
|
import "../types-BgE6gMFI.mjs";
|
|
5
|
-
import "../runner-
|
|
6
|
-
import "../index-
|
|
7
|
-
import "../index-
|
|
8
|
-
import "../bylines-
|
|
5
|
+
import "../runner-FhUNNaqA.mjs";
|
|
6
|
+
import "../index-Ct0pjZwW.mjs";
|
|
7
|
+
import "../index-BwOO3vu2.mjs";
|
|
8
|
+
import "../bylines-BnInIxUL.mjs";
|
|
9
9
|
import "../types-BBETcziA.mjs";
|
|
10
|
-
import "../validate-
|
|
10
|
+
import "../validate-CvQ6cvHH.mjs";
|
|
11
11
|
import { Kysely } from "kysely";
|
|
12
12
|
|
|
13
13
|
//#region src/api/auth-storage.d.ts
|
package/dist/api/route-utils.mjs
CHANGED
|
@@ -12,7 +12,7 @@ import { i as parseQuery, n as parseBody, t as isParseError } from "../parse-D7T
|
|
|
12
12
|
import "../ssrf-KAIQS48_.mjs";
|
|
13
13
|
import "../cron-D7FDsRu-.mjs";
|
|
14
14
|
import { n as getPublicOrigin } from "../public-url-BL2r8dmQ.mjs";
|
|
15
|
-
import { t as finalizeSetup } from "../setup-complete-
|
|
15
|
+
import { t as finalizeSetup } from "../setup-complete-C2ztsNhJ.mjs";
|
|
16
16
|
|
|
17
17
|
//#region src/api/auth-storage.ts
|
|
18
18
|
/**
|
|
@@ -1,3 +1,3 @@
|
|
|
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-
|
|
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-BnInIxUL.mjs";
|
|
2
2
|
import { atprotoLoginBody, setupAdminBody, setupAdminVerifyBody, setupAtprotoAdminBody, setupBody } from "./setup.mjs";
|
|
3
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 };
|
|
@@ -16,7 +16,7 @@ import { n as requestCached } from "./request-cache-BpwuE2ix.mjs";
|
|
|
16
16
|
import { u as PluginStateRepository } from "./briefing-Jsxs587i.mjs";
|
|
17
17
|
import { n as SchemaRegistry, t as SchemaError } from "./registry-i__XP2WV.mjs";
|
|
18
18
|
import { n as hashString } from "./hash-DFFrkivP.mjs";
|
|
19
|
-
import { n as VERSION, t as COMMIT } from "./version-
|
|
19
|
+
import { n as VERSION, t as COMMIT } from "./version-BH9FCDRu.mjs";
|
|
20
20
|
import { i as pluginManifestSchema, r as normalizeManifestRoute } from "./manifest-schema-C6fzQoWn.mjs";
|
|
21
21
|
import { t as DinewayStorageError } from "./types-CNNQ8l0v.mjs";
|
|
22
22
|
import { sql } from "kysely";
|
package/dist/astro/index.d.mts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { r as ContentItem } from "../types-DvwHUku7.mjs";
|
|
2
|
-
import { Kn as MediaItem, a as S3StorageConfig, i as LocalStorageConfig, o as StorageDescriptor, r as getStoredConfig, t as DinewayConfig } from "../runtime-
|
|
3
|
-
import "../types-
|
|
2
|
+
import { Kn as MediaItem, a as S3StorageConfig, i as LocalStorageConfig, o as StorageDescriptor, r as getStoredConfig, t as DinewayConfig } from "../runtime-yK9bWV13.mjs";
|
|
3
|
+
import "../types-C-CMfzSl.mjs";
|
|
4
4
|
import { X as ResolvedPlugin } from "../types-BIM7jwxr.mjs";
|
|
5
5
|
import "../types-BgE6gMFI.mjs";
|
|
6
|
-
import "../runner-
|
|
7
|
-
import "../index-
|
|
8
|
-
import "../index-
|
|
9
|
-
import "../bylines-
|
|
6
|
+
import "../runner-FhUNNaqA.mjs";
|
|
7
|
+
import "../index-Ct0pjZwW.mjs";
|
|
8
|
+
import "../index-BwOO3vu2.mjs";
|
|
9
|
+
import "../bylines-BnInIxUL.mjs";
|
|
10
10
|
import "../types-BBETcziA.mjs";
|
|
11
|
-
import "../validate-
|
|
11
|
+
import "../validate-CvQ6cvHH.mjs";
|
|
12
12
|
import { DinewayHandlers, DinewayManifest, ManifestCollection } from "./types.mjs";
|
|
13
13
|
import { AstroIntegration } from "astro";
|
|
14
14
|
|
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-BH9FCDRu.mjs";
|
|
2
2
|
import { t as defaultSeed } from "../default-5A3XVR7L.mjs";
|
|
3
|
-
import { n as validateAllowedOrigins, r as validateOriginShape } from "../allowed-origins-
|
|
3
|
+
import { n as validateAllowedOrigins, r as validateOriginShape } from "../allowed-origins-3RuuoFjC.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";
|
|
@@ -1434,6 +1434,7 @@ const DEFAULT_STORAGE = local({
|
|
|
1434
1434
|
directory: "./.dineway/uploads",
|
|
1435
1435
|
baseUrl: "/_dineway/api/media/file"
|
|
1436
1436
|
});
|
|
1437
|
+
const DINEWAY_SESSION_DRIVER = { entrypoint: "dineway/astro/session-driver" };
|
|
1437
1438
|
const dim = (s) => `\x1b[2m${s}\x1b[22m`;
|
|
1438
1439
|
const bold = (s) => `\x1b[1m${s}\x1b[22m`;
|
|
1439
1440
|
const cyan = (s) => `\x1b[36m${s}\x1b[39m`;
|
|
@@ -1526,10 +1527,15 @@ function dineway(config = {}) {
|
|
|
1526
1527
|
checkOrigin: false,
|
|
1527
1528
|
...resolvedConfig.siteUrl ? { allowedDomains: [{ hostname: new URL(resolvedConfig.siteUrl).hostname }] } : {}
|
|
1528
1529
|
};
|
|
1530
|
+
const sessionConfig = {
|
|
1531
|
+
...astroConfig.session,
|
|
1532
|
+
driver: astroConfig.session?.driver ?? DINEWAY_SESSION_DRIVER
|
|
1533
|
+
};
|
|
1529
1534
|
const fontsConfig = resolvedConfig.fonts;
|
|
1530
1535
|
const fontScripts = fontsConfig && typeof fontsConfig === "object" ? fontsConfig.scripts : void 0;
|
|
1531
1536
|
updateConfig({
|
|
1532
1537
|
security: securityConfig,
|
|
1538
|
+
session: sessionConfig,
|
|
1533
1539
|
fonts: fontsConfig === false ? [] : [{
|
|
1534
1540
|
provider: notoSans({ scripts: fontScripts }),
|
|
1535
1541
|
name: "Noto Sans",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../../runtime-
|
|
2
|
-
import "../../types-
|
|
1
|
+
import "../../runtime-yK9bWV13.mjs";
|
|
2
|
+
import "../../types-C-CMfzSl.mjs";
|
|
3
3
|
import "../../types-BIM7jwxr.mjs";
|
|
4
4
|
import "../../types-BgE6gMFI.mjs";
|
|
5
|
-
import "../../runner-
|
|
6
|
-
import "../../index-
|
|
7
|
-
import "../../index-
|
|
8
|
-
import "../../bylines-
|
|
5
|
+
import "../../runner-FhUNNaqA.mjs";
|
|
6
|
+
import "../../index-Ct0pjZwW.mjs";
|
|
7
|
+
import "../../index-BwOO3vu2.mjs";
|
|
8
|
+
import "../../bylines-BnInIxUL.mjs";
|
|
9
9
|
import "../../types-BBETcziA.mjs";
|
|
10
|
-
import "../../validate-
|
|
10
|
+
import "../../validate-CvQ6cvHH.mjs";
|
|
11
11
|
import { DinewayHandlers } from "../types.mjs";
|
|
12
12
|
import { Kysely } from "kysely";
|
|
13
13
|
import { User } from "@dineway-ai/auth";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as apiError } from "../../error-DLkgOP5m.mjs";
|
|
2
2
|
import { n as getPublicOrigin } from "../../public-url-BL2r8dmQ.mjs";
|
|
3
|
-
import { t as getAuthMode } from "../../mode-
|
|
3
|
+
import { t as getAuthMode } from "../../mode-Bd55iLcP.mjs";
|
|
4
4
|
import { i as hasScope } from "../../api-tokens-L0o9Bd7v.mjs";
|
|
5
5
|
import { a as resolveOAuthToken, i as resolveApiToken } from "../../api-tokens-BFg7tiOQ.mjs";
|
|
6
6
|
import { ulid } from "ulidx";
|
|
@@ -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-CsP8Se8S.mjs";
|
|
5
|
-
import { i as resolveSecretsCached } from "../../secrets-
|
|
5
|
+
import { i as resolveSecretsCached } from "../../secrets-DfeNNoLa.mjs";
|
|
6
6
|
import { defineMiddleware } from "astro:middleware";
|
|
7
7
|
|
|
8
8
|
//#region src/visual-editing/toolbar.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../../dialect-helpers-TkdbkFad.mjs";
|
|
2
|
-
import { i as runMigrations } from "../../runner-
|
|
2
|
+
import { i as runMigrations } from "../../runner-DF2DgD_B.mjs";
|
|
3
3
|
import { t as OptionsRepository } from "../../options-BF11H_FD.mjs";
|
|
4
4
|
import { ulid } from "ulidx";
|
|
5
5
|
import { defineMiddleware } from "astro:middleware";
|
|
@@ -3,7 +3,7 @@ import { createRecorder, flushRecorder, formatServerTimingHeader, isInstrumentat
|
|
|
3
3
|
import "../connection-BCNICDWN.mjs";
|
|
4
4
|
import { t as validateIdentifier } from "../validate-VPnKoIzW.mjs";
|
|
5
5
|
import { o as isSqlite } from "../dialect-helpers-TkdbkFad.mjs";
|
|
6
|
-
import { i as runMigrations } from "../runner-
|
|
6
|
+
import { i as runMigrations } from "../runner-DF2DgD_B.mjs";
|
|
7
7
|
import { i as setI18nConfig } from "../config-XW5tMrH8.mjs";
|
|
8
8
|
import { d as EmailPipeline, g as after, h as definePlugin, m as resolveExclusiveHooks, p as createHookPipeline, u as PluginRouteRegistry } from "../plugins-DCDVDF4B.mjs";
|
|
9
9
|
import { r as RevisionRepository } from "../content-DvpMad_N.mjs";
|
|
@@ -25,7 +25,7 @@ import "../byline-DpNNSjET.mjs";
|
|
|
25
25
|
import { t as normalizeMediaValue } from "../normalize-BY_EJnd9.mjs";
|
|
26
26
|
import "../placeholder-b0Ufu0La.mjs";
|
|
27
27
|
import "../seo-BPb_reaG.mjs";
|
|
28
|
-
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-
|
|
28
|
+
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-DHsMtgSK.mjs";
|
|
29
29
|
import { n as requestCached } from "../request-cache-BpwuE2ix.mjs";
|
|
30
30
|
import "../dashboard-BC9bgPOH.mjs";
|
|
31
31
|
import { u as PluginStateRepository } from "../briefing-Jsxs587i.mjs";
|
|
@@ -37,7 +37,7 @@ import { c as createPublicMediaUrlResolver } from "../settings-DORe02PC.mjs";
|
|
|
37
37
|
import "../briefing-DD82WaEy.mjs";
|
|
38
38
|
import "../review-requests-DuIxM4YM.mjs";
|
|
39
39
|
import { n as hashString } from "../hash-DFFrkivP.mjs";
|
|
40
|
-
import { n as VERSION, t as COMMIT } from "../version-
|
|
40
|
+
import { n as VERSION, t as COMMIT } from "../version-BH9FCDRu.mjs";
|
|
41
41
|
import "../query-BnRpB09I.mjs";
|
|
42
42
|
import "../zod-generator-C4BgFBZV.mjs";
|
|
43
43
|
import "../schema-U-SeFWwn.mjs";
|
|
@@ -68,10 +68,10 @@ import "../apply-TIoQ00aH.mjs";
|
|
|
68
68
|
import "../load-BCCcmoW9.mjs";
|
|
69
69
|
import "../search-Cl9preJT.mjs";
|
|
70
70
|
import "../index.mjs";
|
|
71
|
-
import { t as getAuthMode } from "../mode-
|
|
72
|
-
import { i as experimentalSiteContextWorkflowsEnabled } from "../experimental-workflows-
|
|
73
|
-
import { t as cleanupExpiredChallenges } from "../challenge-store-
|
|
74
|
-
import { a as validateEncryptionKeyAtStartup } from "../secrets-
|
|
71
|
+
import { t as getAuthMode } from "../mode-Bd55iLcP.mjs";
|
|
72
|
+
import { i as experimentalSiteContextWorkflowsEnabled } from "../experimental-workflows-BbZbIEZp.mjs";
|
|
73
|
+
import { t as cleanupExpiredChallenges } from "../challenge-store-cJam-E5R.mjs";
|
|
74
|
+
import { a as validateEncryptionKeyAtStartup } from "../secrets-DfeNNoLa.mjs";
|
|
75
75
|
import { Kysely, sql } from "kysely";
|
|
76
76
|
import { defineMiddleware } from "astro:middleware";
|
|
77
77
|
import virtualConfig from "virtual:dineway/config";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
1
|
import { AdminApp } from "@dineway-ai/admin";
|
|
3
2
|
import { pluginAdmins } from "virtual:dineway/admin-registry";
|
|
4
3
|
import { authProviders } from "virtual:dineway/auth-providers";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/astro/routes/PluginRegistry.tsx
|
|
7
7
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-DLkgOP5m.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-D7Tu6ku4.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-BbZbIEZp.mjs";
|
|
4
4
|
import { t as ALL_VALID_SCOPES } from "../../../../../api-tokens-L0o9Bd7v.mjs";
|
|
5
5
|
import { n as handleApiTokenList, t as handleApiTokenCreate } from "../../../../../api-tokens-BFg7tiOQ.mjs";
|
|
6
6
|
import { t as rejectApiTokenAuthControlWrite } from "../../../../../auth-control-guard-1FHtkDP6.mjs";
|
|
@@ -21,9 +21,9 @@ import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } fr
|
|
|
21
21
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
22
22
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
23
23
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
24
|
-
import "../../../../../../site-context-
|
|
24
|
+
import "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
25
25
|
import "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
26
|
-
import { i as handleContextEntryHistory } from "../../../../../../context-
|
|
26
|
+
import { i as handleContextEntryHistory } from "../../../../../../context-DgqEfcWz.mjs";
|
|
27
27
|
|
|
28
28
|
//#region src/astro/routes/api/admin/context/[id]/history.ts
|
|
29
29
|
const prerender = false;
|
|
@@ -21,9 +21,9 @@ import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } fr
|
|
|
21
21
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
22
22
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
23
23
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
24
|
-
import "../../../../../../site-context-
|
|
24
|
+
import "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
25
25
|
import "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
26
|
-
import { r as handleContextEntryGet } from "../../../../../../context-
|
|
26
|
+
import { r as handleContextEntryGet } from "../../../../../../context-DgqEfcWz.mjs";
|
|
27
27
|
|
|
28
28
|
//#region src/astro/routes/api/admin/context/[id]/index.ts
|
|
29
29
|
const prerender = false;
|
|
@@ -25,9 +25,9 @@ import "../../../../../../api/schemas/index.mjs";
|
|
|
25
25
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
26
26
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
27
27
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
28
|
-
import "../../../../../../site-context-
|
|
28
|
+
import "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
29
29
|
import "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
30
|
-
import { o as handleContextEntryReview } from "../../../../../../context-
|
|
30
|
+
import { o as handleContextEntryReview } from "../../../../../../context-DgqEfcWz.mjs";
|
|
31
31
|
import { n as resolveContextRouteActor, t as logContextRouteActivity } from "../../../../../../context-route-helpers-Dq5U_AXp.mjs";
|
|
32
32
|
|
|
33
33
|
//#region src/astro/routes/api/admin/context/[id]/review.ts
|
|
@@ -25,9 +25,9 @@ import "../../../../../../api/schemas/index.mjs";
|
|
|
25
25
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
26
26
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
27
27
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
28
|
-
import "../../../../../../site-context-
|
|
28
|
+
import "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
29
29
|
import "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
30
|
-
import { c as handleContextEntrySupersede } from "../../../../../../context-
|
|
30
|
+
import { c as handleContextEntrySupersede } from "../../../../../../context-DgqEfcWz.mjs";
|
|
31
31
|
import { n as resolveContextRouteActor, t as logContextRouteActivity } from "../../../../../../context-route-helpers-Dq5U_AXp.mjs";
|
|
32
32
|
|
|
33
33
|
//#region src/astro/routes/api/admin/context/[id]/supersede.ts
|
|
@@ -25,9 +25,9 @@ import "../../../../../api/schemas/index.mjs";
|
|
|
25
25
|
import "../../../../../utils-FEbQMgB5.mjs";
|
|
26
26
|
import "../../../../../search-Cl9preJT.mjs";
|
|
27
27
|
import { n as requirePerm } from "../../../../../authorize-BbIhZi3a.mjs";
|
|
28
|
-
import "../../../../../site-context-
|
|
28
|
+
import "../../../../../site-context-DuBQk6Mp.mjs";
|
|
29
29
|
import "../../../../../activity-events-CpcTzKpF.mjs";
|
|
30
|
-
import { n as handleContextEntryDiff } from "../../../../../context-
|
|
30
|
+
import { n as handleContextEntryDiff } from "../../../../../context-DgqEfcWz.mjs";
|
|
31
31
|
|
|
32
32
|
//#region src/astro/routes/api/admin/context/diff.ts
|
|
33
33
|
const prerender = false;
|
|
@@ -25,9 +25,9 @@ import "../../../../../api/schemas/index.mjs";
|
|
|
25
25
|
import "../../../../../utils-FEbQMgB5.mjs";
|
|
26
26
|
import "../../../../../search-Cl9preJT.mjs";
|
|
27
27
|
import { n as requirePerm } from "../../../../../authorize-BbIhZi3a.mjs";
|
|
28
|
-
import "../../../../../site-context-
|
|
28
|
+
import "../../../../../site-context-DuBQk6Mp.mjs";
|
|
29
29
|
import "../../../../../activity-events-CpcTzKpF.mjs";
|
|
30
|
-
import { a as handleContextEntryList, t as handleContextEntryCreate } from "../../../../../context-
|
|
30
|
+
import { a as handleContextEntryList, t as handleContextEntryCreate } from "../../../../../context-DgqEfcWz.mjs";
|
|
31
31
|
import { n as resolveContextRouteActor, t as logContextRouteActivity } from "../../../../../context-route-helpers-Dq5U_AXp.mjs";
|
|
32
32
|
|
|
33
33
|
//#region src/astro/routes/api/admin/context/index.ts
|
|
@@ -25,9 +25,9 @@ import "../../../../../api/schemas/index.mjs";
|
|
|
25
25
|
import "../../../../../utils-FEbQMgB5.mjs";
|
|
26
26
|
import "../../../../../search-Cl9preJT.mjs";
|
|
27
27
|
import { n as requirePerm } from "../../../../../authorize-BbIhZi3a.mjs";
|
|
28
|
-
import "../../../../../site-context-
|
|
28
|
+
import "../../../../../site-context-DuBQk6Mp.mjs";
|
|
29
29
|
import "../../../../../activity-events-CpcTzKpF.mjs";
|
|
30
|
-
import { s as handleContextEntryStale } from "../../../../../context-
|
|
30
|
+
import { s as handleContextEntryStale } from "../../../../../context-DgqEfcWz.mjs";
|
|
31
31
|
|
|
32
32
|
//#region src/astro/routes/api/admin/context/stale.ts
|
|
33
33
|
const prerender = false;
|
|
@@ -20,10 +20,10 @@ import "../../../../../../schema-U-SeFWwn.mjs";
|
|
|
20
20
|
import { a as unwrapResult, i as requireDb, r as handleError, t as apiError } from "../../../../../../error-DLkgOP5m.mjs";
|
|
21
21
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
22
22
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
23
|
-
import "../../../../../../site-context-
|
|
23
|
+
import "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
24
24
|
import "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
25
|
-
import { i as resolveHitlRouteActor } from "../../../../../../hitl-route-helpers-
|
|
26
|
-
import { t as handleHitlRequestGet } from "../../../../../../hitl-requests-
|
|
25
|
+
import { i as resolveHitlRouteActor } from "../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
26
|
+
import { t as handleHitlRequestGet } from "../../../../../../hitl-requests-DaRuZ7tb.mjs";
|
|
27
27
|
import { Role } from "@dineway-ai/auth";
|
|
28
28
|
|
|
29
29
|
//#region src/astro/routes/api/admin/hitl-requests/[id]/index.ts
|
|
@@ -24,10 +24,10 @@ import { S as hitlRequestResolveBody } from "../../../../../../import-Br7aP9yh.m
|
|
|
24
24
|
import "../../../../../../api/schemas/index.mjs";
|
|
25
25
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
26
26
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
27
|
-
import "../../../../../../site-context-
|
|
27
|
+
import "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
28
28
|
import "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
29
|
-
import { i as resolveHitlRouteActor, r as logHitlRouteActivity } from "../../../../../../hitl-route-helpers-
|
|
30
|
-
import { r as handleHitlRequestResolve } from "../../../../../../hitl-requests-
|
|
29
|
+
import { i as resolveHitlRouteActor, r as logHitlRouteActivity } from "../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
30
|
+
import { r as handleHitlRequestResolve } from "../../../../../../hitl-requests-DaRuZ7tb.mjs";
|
|
31
31
|
import { Role } from "@dineway-ai/auth";
|
|
32
32
|
|
|
33
33
|
//#region src/astro/routes/api/admin/hitl-requests/[id]/resolve.ts
|
|
@@ -24,10 +24,10 @@ import { x as hitlRequestListQuery } from "../../../../../import-Br7aP9yh.mjs";
|
|
|
24
24
|
import "../../../../../api/schemas/index.mjs";
|
|
25
25
|
import "../../../../../utils-FEbQMgB5.mjs";
|
|
26
26
|
import "../../../../../search-Cl9preJT.mjs";
|
|
27
|
-
import "../../../../../site-context-
|
|
27
|
+
import "../../../../../site-context-DuBQk6Mp.mjs";
|
|
28
28
|
import "../../../../../activity-events-CpcTzKpF.mjs";
|
|
29
|
-
import { i as resolveHitlRouteActor } from "../../../../../hitl-route-helpers-
|
|
30
|
-
import { n as handleHitlRequestList } from "../../../../../hitl-requests-
|
|
29
|
+
import { i as resolveHitlRouteActor } from "../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
30
|
+
import { n as handleHitlRequestList } from "../../../../../hitl-requests-DaRuZ7tb.mjs";
|
|
31
31
|
import { Role } from "@dineway-ai/auth";
|
|
32
32
|
|
|
33
33
|
//#region src/astro/routes/api/admin/hitl-requests/index.ts
|
|
@@ -22,9 +22,9 @@ import { n as parseBody, t as isParseError } from "../../../../../../parse-D7Tu6
|
|
|
22
22
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
23
23
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
24
24
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
25
|
-
import { _ as RiskPolicyEvaluator, m as ExclusiveHookHitlPayloadBuilder } from "../../../../../../site-context-
|
|
25
|
+
import { _ as RiskPolicyEvaluator, m as ExclusiveHookHitlPayloadBuilder } from "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
26
26
|
import { i as exclusiveHookApiRouteSource, s as logExclusiveHookActivity } from "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
27
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-
|
|
27
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
28
28
|
import { z } from "zod";
|
|
29
29
|
|
|
30
30
|
//#region src/astro/routes/api/admin/hooks/exclusive/[hookName].ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-DLkgOP5m.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-D7Tu6ku4.mjs";
|
|
3
|
-
import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../../experimental-workflows-
|
|
3
|
+
import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../../experimental-workflows-BbZbIEZp.mjs";
|
|
4
4
|
import { t as ALL_VALID_SCOPES } from "../../../../../api-tokens-L0o9Bd7v.mjs";
|
|
5
|
-
import { a as handleOAuthClientUpdate, n as handleOAuthClientDelete, r as handleOAuthClientGet } from "../../../../../oauth-clients-
|
|
5
|
+
import { a as handleOAuthClientUpdate, n as handleOAuthClientDelete, r as handleOAuthClientGet } from "../../../../../oauth-clients-BMs_bmoz.mjs";
|
|
6
6
|
import { t as rejectApiTokenAuthControlWrite } from "../../../../../auth-control-guard-1FHtkDP6.mjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
import { Role } from "@dineway-ai/auth";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { a as unwrapResult, r as handleError, t as apiError } from "../../../../../error-DLkgOP5m.mjs";
|
|
2
2
|
import { n as parseBody, t as isParseError } from "../../../../../parse-D7Tu6ku4.mjs";
|
|
3
|
-
import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../../experimental-workflows-
|
|
3
|
+
import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "../../../../../experimental-workflows-BbZbIEZp.mjs";
|
|
4
4
|
import { t as ALL_VALID_SCOPES } from "../../../../../api-tokens-L0o9Bd7v.mjs";
|
|
5
|
-
import { i as handleOAuthClientList, t as handleOAuthClientCreate } from "../../../../../oauth-clients-
|
|
5
|
+
import { i as handleOAuthClientList, t as handleOAuthClientCreate } from "../../../../../oauth-clients-BMs_bmoz.mjs";
|
|
6
6
|
import { t as rejectApiTokenAuthControlWrite } from "../../../../../auth-control-guard-1FHtkDP6.mjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
import { Role } from "@dineway-ai/auth";
|
|
@@ -14,7 +14,7 @@ import "../../../../../../menus-DOaL6NaF.mjs";
|
|
|
14
14
|
import "../../../../../../redirect-BaVvo2te.mjs";
|
|
15
15
|
import "../../../../../../byline-DpNNSjET.mjs";
|
|
16
16
|
import "../../../../../../seo-BPb_reaG.mjs";
|
|
17
|
-
import "../../../../../../api-
|
|
17
|
+
import "../../../../../../api-DHsMtgSK.mjs";
|
|
18
18
|
import "../../../../../../request-cache-BpwuE2ix.mjs";
|
|
19
19
|
import "../../../../../../dashboard-BC9bgPOH.mjs";
|
|
20
20
|
import { c as handlePluginGet, o as handlePluginDisable } from "../../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -42,9 +42,9 @@ import { r as setCronTasksEnabled } from "../../../../../../cron-D7FDsRu-.mjs";
|
|
|
42
42
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
43
43
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
44
44
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
45
|
-
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-
|
|
45
|
+
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
46
46
|
import { _ as pluginApiRouteSource, l as logPluginActivity } from "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
47
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-
|
|
47
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
48
48
|
import { z } from "zod";
|
|
49
49
|
|
|
50
50
|
//#region src/astro/routes/api/admin/plugins/[id]/disable.ts
|
|
@@ -14,7 +14,7 @@ import "../../../../../../menus-DOaL6NaF.mjs";
|
|
|
14
14
|
import "../../../../../../redirect-BaVvo2te.mjs";
|
|
15
15
|
import "../../../../../../byline-DpNNSjET.mjs";
|
|
16
16
|
import "../../../../../../seo-BPb_reaG.mjs";
|
|
17
|
-
import "../../../../../../api-
|
|
17
|
+
import "../../../../../../api-DHsMtgSK.mjs";
|
|
18
18
|
import "../../../../../../request-cache-BpwuE2ix.mjs";
|
|
19
19
|
import "../../../../../../dashboard-BC9bgPOH.mjs";
|
|
20
20
|
import { c as handlePluginGet, s as handlePluginEnable } from "../../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -42,9 +42,9 @@ import { r as setCronTasksEnabled } from "../../../../../../cron-D7FDsRu-.mjs";
|
|
|
42
42
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
43
43
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
44
44
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
45
|
-
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-
|
|
45
|
+
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
46
46
|
import { _ as pluginApiRouteSource, l as logPluginActivity } from "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
47
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-
|
|
47
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
48
48
|
import { z } from "zod";
|
|
49
49
|
|
|
50
50
|
//#region src/astro/routes/api/admin/plugins/[id]/enable.ts
|
|
@@ -13,7 +13,7 @@ import "../../../../../../menus-DOaL6NaF.mjs";
|
|
|
13
13
|
import "../../../../../../redirect-BaVvo2te.mjs";
|
|
14
14
|
import "../../../../../../byline-DpNNSjET.mjs";
|
|
15
15
|
import "../../../../../../seo-BPb_reaG.mjs";
|
|
16
|
-
import "../../../../../../api-
|
|
16
|
+
import "../../../../../../api-DHsMtgSK.mjs";
|
|
17
17
|
import "../../../../../../request-cache-BpwuE2ix.mjs";
|
|
18
18
|
import "../../../../../../dashboard-BC9bgPOH.mjs";
|
|
19
19
|
import { c as handlePluginGet } from "../../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../../../menus-DOaL6NaF.mjs";
|
|
|
14
14
|
import "../../../../../../redirect-BaVvo2te.mjs";
|
|
15
15
|
import "../../../../../../byline-DpNNSjET.mjs";
|
|
16
16
|
import "../../../../../../seo-BPb_reaG.mjs";
|
|
17
|
-
import { a as handleMarketplaceUninstall } from "../../../../../../api-
|
|
17
|
+
import { a as handleMarketplaceUninstall } from "../../../../../../api-DHsMtgSK.mjs";
|
|
18
18
|
import "../../../../../../request-cache-BpwuE2ix.mjs";
|
|
19
19
|
import "../../../../../../dashboard-BC9bgPOH.mjs";
|
|
20
20
|
import { l as handlePluginList } from "../../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -41,9 +41,9 @@ import "../../../../../../import-Br7aP9yh.mjs";
|
|
|
41
41
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
42
42
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
43
43
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
44
|
-
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-
|
|
44
|
+
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
45
45
|
import { _ as pluginApiRouteSource, l as logPluginActivity } from "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
46
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-
|
|
46
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
47
47
|
import { z } from "zod";
|
|
48
48
|
|
|
49
49
|
//#region src/astro/routes/api/admin/plugins/[id]/uninstall.ts
|
|
@@ -14,7 +14,7 @@ import "../../../../../../menus-DOaL6NaF.mjs";
|
|
|
14
14
|
import "../../../../../../redirect-BaVvo2te.mjs";
|
|
15
15
|
import "../../../../../../byline-DpNNSjET.mjs";
|
|
16
16
|
import "../../../../../../seo-BPb_reaG.mjs";
|
|
17
|
-
import { c as handleMarketplaceUpdatePreview, o as handleMarketplaceUpdate } from "../../../../../../api-
|
|
17
|
+
import { c as handleMarketplaceUpdatePreview, o as handleMarketplaceUpdate } from "../../../../../../api-DHsMtgSK.mjs";
|
|
18
18
|
import "../../../../../../request-cache-BpwuE2ix.mjs";
|
|
19
19
|
import "../../../../../../dashboard-BC9bgPOH.mjs";
|
|
20
20
|
import "../../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -41,9 +41,9 @@ import "../../../../../../import-Br7aP9yh.mjs";
|
|
|
41
41
|
import "../../../../../../utils-FEbQMgB5.mjs";
|
|
42
42
|
import "../../../../../../search-Cl9preJT.mjs";
|
|
43
43
|
import { n as requirePerm } from "../../../../../../authorize-BbIhZi3a.mjs";
|
|
44
|
-
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-
|
|
44
|
+
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../site-context-DuBQk6Mp.mjs";
|
|
45
45
|
import { _ as pluginApiRouteSource, l as logPluginActivity } from "../../../../../../activity-events-CpcTzKpF.mjs";
|
|
46
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-
|
|
46
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
47
47
|
import { z } from "zod";
|
|
48
48
|
|
|
49
49
|
//#region src/astro/routes/api/admin/plugins/[id]/update.ts
|
|
@@ -13,7 +13,7 @@ import "../../../../../menus-DOaL6NaF.mjs";
|
|
|
13
13
|
import "../../../../../redirect-BaVvo2te.mjs";
|
|
14
14
|
import "../../../../../byline-DpNNSjET.mjs";
|
|
15
15
|
import "../../../../../seo-BPb_reaG.mjs";
|
|
16
|
-
import "../../../../../api-
|
|
16
|
+
import "../../../../../api-DHsMtgSK.mjs";
|
|
17
17
|
import "../../../../../request-cache-BpwuE2ix.mjs";
|
|
18
18
|
import "../../../../../dashboard-BC9bgPOH.mjs";
|
|
19
19
|
import { l as handlePluginList } from "../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -13,7 +13,7 @@ import "../../../../../../../menus-DOaL6NaF.mjs";
|
|
|
13
13
|
import "../../../../../../../redirect-BaVvo2te.mjs";
|
|
14
14
|
import "../../../../../../../byline-DpNNSjET.mjs";
|
|
15
15
|
import "../../../../../../../seo-BPb_reaG.mjs";
|
|
16
|
-
import { t as handleMarketplaceGetPlugin } from "../../../../../../../api-
|
|
16
|
+
import { t as handleMarketplaceGetPlugin } from "../../../../../../../api-DHsMtgSK.mjs";
|
|
17
17
|
import "../../../../../../../request-cache-BpwuE2ix.mjs";
|
|
18
18
|
import "../../../../../../../dashboard-BC9bgPOH.mjs";
|
|
19
19
|
import "../../../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -14,7 +14,7 @@ import "../../../../../../../menus-DOaL6NaF.mjs";
|
|
|
14
14
|
import "../../../../../../../redirect-BaVvo2te.mjs";
|
|
15
15
|
import "../../../../../../../byline-DpNNSjET.mjs";
|
|
16
16
|
import "../../../../../../../seo-BPb_reaG.mjs";
|
|
17
|
-
import { n as handleMarketplaceInstall, r as handleMarketplaceInstallPreview } from "../../../../../../../api-
|
|
17
|
+
import { n as handleMarketplaceInstall, r as handleMarketplaceInstallPreview } from "../../../../../../../api-DHsMtgSK.mjs";
|
|
18
18
|
import "../../../../../../../request-cache-BpwuE2ix.mjs";
|
|
19
19
|
import "../../../../../../../dashboard-BC9bgPOH.mjs";
|
|
20
20
|
import "../../../../../../../briefing-Jsxs587i.mjs";
|
|
@@ -41,9 +41,9 @@ import "../../../../../../../import-Br7aP9yh.mjs";
|
|
|
41
41
|
import "../../../../../../../utils-FEbQMgB5.mjs";
|
|
42
42
|
import "../../../../../../../search-Cl9preJT.mjs";
|
|
43
43
|
import { n as requirePerm } from "../../../../../../../authorize-BbIhZi3a.mjs";
|
|
44
|
-
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../../site-context-
|
|
44
|
+
import { _ as RiskPolicyEvaluator, h as PluginHitlPayloadBuilder } from "../../../../../../../site-context-DuBQk6Mp.mjs";
|
|
45
45
|
import { _ as pluginApiRouteSource, l as logPluginActivity } from "../../../../../../../activity-events-CpcTzKpF.mjs";
|
|
46
|
-
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../../hitl-route-helpers-
|
|
46
|
+
import { i as resolveHitlRouteActor, n as hitlRequiredRouteError, t as ensureWorkflowHitlRouteRequest } from "../../../../../../../hitl-route-helpers-DcPySbZ3.mjs";
|
|
47
47
|
import { z } from "zod";
|
|
48
48
|
|
|
49
49
|
//#region src/astro/routes/api/admin/plugins/marketplace/[id]/install.ts
|