dineway 0.1.19 → 0.1.21

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.
Files changed (269) hide show
  1. package/dist/{allowed-origins-D85wzUp6.mjs → allowed-origins-3nAx5Xeo.mjs} +1 -1
  2. package/dist/api/route-utils.d.mts +10 -10
  3. package/dist/api/route-utils.mjs +2 -2
  4. package/dist/api/schemas/index.d.mts +1 -1
  5. package/dist/{api-CUdFqNOK.mjs → api-Fu6WeyUl.mjs} +1 -1
  6. package/dist/{api-tokens-CMmUPFae.mjs → api-tokens-DAMwe5Kj.mjs} +1 -1
  7. package/dist/{apply-Wyg77UOb.mjs → apply-D7vu4aFn.mjs} +5 -5
  8. package/dist/astro/index.d.mts +11 -11
  9. package/dist/astro/index.mjs +3 -3
  10. package/dist/astro/middleware/auth.d.mts +10 -10
  11. package/dist/astro/middleware/auth.mjs +4 -4
  12. package/dist/astro/middleware/request-context.mjs +2 -2
  13. package/dist/astro/middleware/setup.mjs +1 -1
  14. package/dist/astro/middleware.mjs +23 -22
  15. package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +3 -3
  16. package/dist/astro/routes/api/admin/api-tokens/index.mjs +4 -4
  17. package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +2 -2
  18. package/dist/astro/routes/api/admin/bylines/index.mjs +2 -2
  19. package/dist/astro/routes/api/admin/comments/_id_/status.mjs +4 -4
  20. package/dist/astro/routes/api/admin/comments/_id_.mjs +2 -2
  21. package/dist/astro/routes/api/admin/comments/bulk.mjs +2 -2
  22. package/dist/astro/routes/api/admin/comments/counts.mjs +2 -2
  23. package/dist/astro/routes/api/admin/comments/index.mjs +2 -2
  24. package/dist/astro/routes/api/admin/context/_id_/history.mjs +6 -6
  25. package/dist/astro/routes/api/admin/context/_id_/index.mjs +6 -6
  26. package/dist/astro/routes/api/admin/context/_id_/review.mjs +7 -7
  27. package/dist/astro/routes/api/admin/context/_id_/supersede.mjs +7 -7
  28. package/dist/astro/routes/api/admin/context/diff.mjs +6 -6
  29. package/dist/astro/routes/api/admin/context/index.mjs +7 -7
  30. package/dist/astro/routes/api/admin/context/stale.mjs +6 -6
  31. package/dist/astro/routes/api/admin/hitl-requests/_id_/index.mjs +6 -6
  32. package/dist/astro/routes/api/admin/hitl-requests/_id_/resolve.mjs +6 -6
  33. package/dist/astro/routes/api/admin/hitl-requests/index.mjs +6 -6
  34. package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
  35. package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +1 -1
  36. package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +4 -4
  37. package/dist/astro/routes/api/admin/oauth-clients/index.mjs +4 -4
  38. package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +9 -9
  39. package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +9 -9
  40. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +4 -4
  41. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +9 -9
  42. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +9 -9
  43. package/dist/astro/routes/api/admin/plugins/index.mjs +4 -4
  44. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +1 -1
  45. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +4 -4
  46. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +9 -9
  47. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +4 -4
  48. package/dist/astro/routes/api/admin/plugins/updates.mjs +4 -4
  49. package/dist/astro/routes/api/admin/review-requests/_id_/index.mjs +1 -1
  50. package/dist/astro/routes/api/admin/review-requests/_id_/resolve.mjs +5 -5
  51. package/dist/astro/routes/api/admin/review-requests/index.mjs +1 -1
  52. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +4 -4
  53. package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +1 -1
  54. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +4 -4
  55. package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +1 -1
  56. package/dist/astro/routes/api/auth/dev-bypass.mjs +2 -2
  57. package/dist/astro/routes/api/auth/invite/complete.mjs +4 -4
  58. package/dist/astro/routes/api/auth/invite/index.mjs +1 -1
  59. package/dist/astro/routes/api/auth/invite/register-options.mjs +3 -3
  60. package/dist/astro/routes/api/auth/logout.mjs +1 -1
  61. package/dist/astro/routes/api/auth/magic-link/send.mjs +2 -2
  62. package/dist/astro/routes/api/auth/magic-link/verify.mjs +1 -1
  63. package/dist/astro/routes/api/auth/mode.mjs +1 -1
  64. package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +2 -2
  65. package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
  66. package/dist/astro/routes/api/auth/passkey/options.mjs +4 -4
  67. package/dist/astro/routes/api/auth/passkey/register/options.mjs +3 -3
  68. package/dist/astro/routes/api/auth/passkey/register/verify.mjs +4 -4
  69. package/dist/astro/routes/api/auth/passkey/verify.mjs +4 -4
  70. package/dist/astro/routes/api/auth/signup/complete.mjs +4 -4
  71. package/dist/astro/routes/api/auth/signup/request.mjs +2 -2
  72. package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +4 -4
  73. package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +1 -1
  74. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +2 -2
  75. package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +2 -2
  76. package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +2 -2
  77. package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +4 -4
  78. package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +5 -5
  79. package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +2 -2
  80. package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +1 -1
  81. package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +2 -2
  82. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +2 -2
  83. package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +1 -1
  84. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +2 -2
  85. package/dist/astro/routes/api/content/_collection_/_id_.mjs +2 -2
  86. package/dist/astro/routes/api/content/_collection_/index.mjs +2 -2
  87. package/dist/astro/routes/api/content/_collection_/trash.mjs +1 -1
  88. package/dist/astro/routes/api/dashboard.mjs +1 -1
  89. package/dist/astro/routes/api/health.mjs +1 -1
  90. package/dist/astro/routes/api/import/probe.d.mts +3 -3
  91. package/dist/astro/routes/api/import/probe.mjs +4 -3
  92. package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -3
  93. package/dist/astro/routes/api/import/wordpress/execute.mjs +11 -9
  94. package/dist/astro/routes/api/import/wordpress/media.mjs +5 -2
  95. package/dist/astro/routes/api/import/wordpress/prepare.mjs +8 -7
  96. package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +6 -6
  97. package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
  98. package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +7 -4
  99. package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +1 -1
  100. package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +10 -10
  101. package/dist/astro/routes/api/manifest.mjs +3 -3
  102. package/dist/astro/routes/api/mcp.mjs +13 -13
  103. package/dist/astro/routes/api/media/_id_/confirm.mjs +4 -2
  104. package/dist/astro/routes/api/media/_id_.mjs +1 -1
  105. package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +1 -1
  106. package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +1 -1
  107. package/dist/astro/routes/api/media/providers/index.mjs +1 -1
  108. package/dist/astro/routes/api/media/upload-url.mjs +5 -3
  109. package/dist/astro/routes/api/media.mjs +2 -2
  110. package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +6 -6
  111. package/dist/astro/routes/api/menus/_name_/items.mjs +6 -6
  112. package/dist/astro/routes/api/menus/_name_/reorder.mjs +6 -6
  113. package/dist/astro/routes/api/menus/_name_/translations.mjs +6 -6
  114. package/dist/astro/routes/api/menus/_name_.mjs +6 -6
  115. package/dist/astro/routes/api/menus/index.mjs +6 -6
  116. package/dist/astro/routes/api/oauth/authorize.mjs +7 -7
  117. package/dist/astro/routes/api/oauth/device/authorize.mjs +4 -4
  118. package/dist/astro/routes/api/oauth/device/code.mjs +6 -6
  119. package/dist/astro/routes/api/oauth/device/token.mjs +5 -5
  120. package/dist/astro/routes/api/oauth/register.mjs +3 -3
  121. package/dist/astro/routes/api/oauth/token/refresh.mjs +4 -4
  122. package/dist/astro/routes/api/oauth/token/revoke.mjs +4 -4
  123. package/dist/astro/routes/api/oauth/token.mjs +5 -5
  124. package/dist/astro/routes/api/openapi.json.mjs +3 -3
  125. package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +2 -2
  126. package/dist/astro/routes/api/redirects/404s/index.mjs +2 -2
  127. package/dist/astro/routes/api/redirects/404s/summary.mjs +2 -2
  128. package/dist/astro/routes/api/redirects/_id_.mjs +7 -7
  129. package/dist/astro/routes/api/redirects/index.mjs +7 -7
  130. package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +1 -1
  131. package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +1 -1
  132. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +5 -5
  133. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +5 -5
  134. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +5 -5
  135. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +5 -5
  136. package/dist/astro/routes/api/schema/collections/index.mjs +5 -5
  137. package/dist/astro/routes/api/schema/index.mjs +4 -4
  138. package/dist/astro/routes/api/schema/orphans/_slug_.mjs +4 -4
  139. package/dist/astro/routes/api/schema/orphans/index.mjs +4 -4
  140. package/dist/astro/routes/api/search/enable.mjs +2 -2
  141. package/dist/astro/routes/api/search/index.mjs +1 -1
  142. package/dist/astro/routes/api/search/rebuild.mjs +2 -2
  143. package/dist/astro/routes/api/search/stats.mjs +2 -2
  144. package/dist/astro/routes/api/search/suggest.mjs +1 -1
  145. package/dist/astro/routes/api/sections/_slug_.mjs +6 -6
  146. package/dist/astro/routes/api/sections/index.mjs +6 -6
  147. package/dist/astro/routes/api/settings/email.mjs +1 -1
  148. package/dist/astro/routes/api/settings.mjs +6 -6
  149. package/dist/astro/routes/api/setup/admin-verify.mjs +6 -6
  150. package/dist/astro/routes/api/setup/admin.mjs +4 -4
  151. package/dist/astro/routes/api/setup/dev-bypass.mjs +8 -8
  152. package/dist/astro/routes/api/setup/index.mjs +5 -5
  153. package/dist/astro/routes/api/setup/status.mjs +2 -2
  154. package/dist/astro/routes/api/snapshot.mjs +3 -3
  155. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +8 -8
  156. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +8 -8
  157. package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +8 -8
  158. package/dist/astro/routes/api/taxonomies/index.mjs +8 -8
  159. package/dist/astro/routes/api/themes/preview.mjs +3 -3
  160. package/dist/astro/routes/api/well-known/auth.mjs +2 -2
  161. package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +3 -3
  162. package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +3 -3
  163. package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +6 -6
  164. package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +7 -7
  165. package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +7 -7
  166. package/dist/astro/routes/api/widget-areas/_name_.mjs +7 -7
  167. package/dist/astro/routes/api/widget-areas/index.mjs +7 -7
  168. package/dist/astro/routes/api/widget-components.mjs +1 -1
  169. package/dist/astro/routes/robots.txt.mjs +1 -1
  170. package/dist/astro/routes/sitemap.xml.mjs +1 -1
  171. package/dist/astro/types.d.mts +13 -13
  172. package/dist/auth/providers/github.d.mts +1 -1
  173. package/dist/auth/providers/google.d.mts +1 -1
  174. package/dist/{bylines-CCkI7Rh3.d.mts → bylines-DVHl9JXW.d.mts} +14 -14
  175. package/dist/cli/index.mjs +1036 -48
  176. package/dist/client/external-auth-headers.d.mts +1 -1
  177. package/dist/client/index.d.mts +1 -1
  178. package/dist/client/index.mjs +1 -1
  179. package/dist/{context-oSCcgE1U.mjs → context-CnrsB3lh.mjs} +1 -1
  180. package/dist/{context-route-helpers-CcvSXJtQ.mjs → context-route-helpers-CdFWd8GK.mjs} +1 -1
  181. package/dist/db/index.d.mts +3 -3
  182. package/dist/db/libsql.d.mts +1 -1
  183. package/dist/db/postgres.d.mts +1 -1
  184. package/dist/db/sqlite.d.mts +1 -1
  185. package/dist/{device-flow-DaTBhALC.mjs → device-flow-AsTA1k4t.mjs} +4 -4
  186. package/dist/{hitl-requests-CJBs03Ep.mjs → hitl-requests-DcTPiuog.mjs} +2 -2
  187. package/dist/{hitl-route-helpers-kTkP1NJ7.mjs → hitl-route-helpers-CNqNbune.mjs} +3 -3
  188. package/dist/{import-B8lnqfnN.mjs → import-CzZYGhnG.mjs} +3 -642
  189. package/dist/{index-JzJUzE4o.d.mts → index-CxVXYBXq.d.mts} +3 -3
  190. package/dist/{index-DpMWSamU.d.mts → index-DUurmpun.d.mts} +2 -2
  191. package/dist/index.d.mts +16 -16
  192. package/dist/index.mjs +16 -15
  193. package/dist/{jsonld-CvXmIBls.d.mts → jsonld-C3uKF39u.d.mts} +2 -2
  194. package/dist/media/index.d.mts +2 -2
  195. package/dist/media/local-runtime.d.mts +12 -12
  196. package/dist/{menus-BTOa-tsI.mjs → menus-DtoRO2gt.mjs} +1 -1
  197. package/dist/{oauth-authorization-DcYRiDfi.mjs → oauth-authorization-CRwAJzzA.mjs} +4 -4
  198. package/dist/{oauth-clients-CgKFA-VH.mjs → oauth-clients-BlHrNh_u.mjs} +2 -2
  199. package/dist/page/index.d.mts +2 -2
  200. package/dist/page/index.mjs +1 -1
  201. package/dist/parser-wEX7xttr.mjs +642 -0
  202. package/dist/{placeholder-DKMMLt42.d.mts → placeholder-2N6m2_O6.d.mts} +1 -1
  203. package/dist/plugins/adapt-sandbox-entry.d.mts +10 -10
  204. package/dist/{preview-CIDYFBzd.mjs → preview-B-MTC5mp.mjs} +1 -1
  205. package/dist/{provider-loader-BPhii_3H.d.mts → provider-loader-DJ5sLxNP.d.mts} +1 -1
  206. package/dist/{query-TQqoOaxy.mjs → query-D5CIGQv4.mjs} +2 -2
  207. package/dist/{runner-CHR_W79l.d.mts → runner-BJm_NJr2.d.mts} +1 -1
  208. package/dist/{runtime-DY_XmE9Y.d.mts → runtime-CbnJMIeq.d.mts} +10 -10
  209. package/dist/runtime.d.mts +11 -11
  210. package/dist/runtime.mjs +1 -1
  211. package/dist/seed/index.d.mts +2 -2
  212. package/dist/seed/index.mjs +4 -4
  213. package/dist/seo/index.d.mts +1 -1
  214. package/dist/{service-DgiH1Yud.mjs → service-Dada1k5R.mjs} +1 -1
  215. package/dist/{site-context-CyBvmvQY.mjs → site-context-Dr_5pFHr.mjs} +4 -4
  216. package/dist/storage/local.d.mts +1 -1
  217. package/dist/storage/s3.d.mts +1 -1
  218. package/dist/{taxonomies-CagluJHp.mjs → taxonomies-CZJazF0N.mjs} +1 -1
  219. package/dist/{taxonomies-DPNIwTGk.mjs → taxonomies-DVXCWoUF.mjs} +1 -1
  220. package/dist/{types-DS5PYew4.d.mts → types-DzBAohLy.d.mts} +1 -1
  221. package/dist/ui/server-runtime.d.mts +7 -7
  222. package/dist/ui/server-runtime.mjs +6 -6
  223. package/dist/{validate-BQ24E8rK.d.mts → validate-BikB29gc.d.mts} +3 -3
  224. package/dist/version-2a3KsDX2.mjs +6 -0
  225. package/dist/{widgets-D7UK-2hW.mjs → widgets-BFh1UZN5.mjs} +1 -1
  226. package/package.json +8 -5
  227. package/dist/version-CGRX_5CT.mjs +0 -6
  228. /package/dist/{activity-events-DbqJBNaY.mjs → activity-events-CjOgr0Uv.mjs} +0 -0
  229. /package/dist/{adapters-BPzUiHHm.d.mts → adapters-C0EARyCK.d.mts} +0 -0
  230. /package/dist/{api-tokens-B7fvbHM2.mjs → api-tokens-BZ9aAeCo.mjs} +0 -0
  231. /package/dist/{auth-control-guard--r6LlNkX.mjs → auth-control-guard-_5V1x8U8.mjs} +0 -0
  232. /package/dist/{authorize-wQDmXQJ1.mjs → authorize-BgIG3yfN.mjs} +0 -0
  233. /package/dist/{bylines-B6QpwVAr.mjs → bylines-CaPwztlL.mjs} +0 -0
  234. /package/dist/{challenge-store-anhwVER0.mjs → challenge-store-B9odzfeh.mjs} +0 -0
  235. /package/dist/{comments-BW1qFiTa.mjs → comments-85tbgZQN.mjs} +0 -0
  236. /package/dist/{components-BQiBW_Ji.mjs → components-DAy-UvX7.mjs} +0 -0
  237. /package/dist/{default-2JDm1rj_.mjs → default-CiZ8bvSC.mjs} +0 -0
  238. /package/dist/{escape-Bn168-uP.mjs → escape-DA8zlB7z.mjs} +0 -0
  239. /package/dist/{experimental-workflows-CSRjuEwS.mjs → experimental-workflows-C7o_9V7S.mjs} +0 -0
  240. /package/dist/{load-BvyvS_76.mjs → load-5R4qZ4zn.mjs} +0 -0
  241. /package/dist/{media-allowlist-vdlqBR-8.mjs → media-allowlist-D85gK3We.mjs} +0 -0
  242. /package/dist/{mode-DWw2di1I.mjs → mode-BI1kRvlT.mjs} +0 -0
  243. /package/dist/{oauth-state-store-DhifLitQ.mjs → oauth-state-store-DZs1UZwT.mjs} +0 -0
  244. /package/dist/{oauth-user-lookup-nyXQ2_6Q.mjs → oauth-user-lookup-B7-6YI3R.mjs} +0 -0
  245. /package/dist/{passkey-config-DZOjt0Hd.mjs → passkey-config-CDew7KVU.mjs} +0 -0
  246. /package/dist/{provider-loader-Decn0Ktc.mjs → provider-loader-CCPAVrIg.mjs} +0 -0
  247. /package/dist/{public-url-5fFLJhjh.mjs → public-url-DuRGs0uF.mjs} +0 -0
  248. /package/dist/{rate-limit-GN64_Jaw.mjs → rate-limit-5ZeKz7oo.mjs} +0 -0
  249. /package/dist/{redirect-C077gVTf.mjs → redirect-CbEyClKc.mjs} +0 -0
  250. /package/dist/{redirects-CvIzUvek.mjs → redirects-Dk7N_YeP.mjs} +0 -0
  251. /package/dist/{search-vzCYAk0F.mjs → search-DjaP_Dw-.mjs} +0 -0
  252. /package/dist/{secrets-AFKoqUXj.mjs → secrets-BIrqds5c.mjs} +0 -0
  253. /package/dist/{seo-contributions-BG4TtU7H.mjs → seo-contributions-D_CLIsxJ.mjs} +0 -0
  254. /package/dist/{setup-complete-4EiBS1E5.mjs → setup-complete-BvSeN5Wh.mjs} +0 -0
  255. /package/dist/{setup-nonce-DN6BHIlP.mjs → setup-nonce-ChVabyO2.mjs} +0 -0
  256. /package/dist/{site-url-oyqzZtoL.mjs → site-url-BketXXft.mjs} +0 -0
  257. /package/dist/{tokens-DB4dASZl.mjs → tokens-BMTKHT6X.mjs} +0 -0
  258. /package/dist/{transport-DA3H3xB4.d.mts → transport-BZCHo8n0.d.mts} +0 -0
  259. /package/dist/{transport-B3jxvfio.mjs → transport-Dt7A12-i.mjs} +0 -0
  260. /package/dist/{types-BDm7Ipoq.d.mts → types-B7Uld4FZ.d.mts} +0 -0
  261. /package/dist/{types-B45uSz1j.d.mts → types-BSP1HbdT.d.mts} +0 -0
  262. /package/dist/{types-6N-00csp.d.mts → types-Brp7Hv9S.d.mts} +0 -0
  263. /package/dist/{types-CsnHvu4J.d.mts → types-CsX_6h1v.d.mts} +0 -0
  264. /package/dist/{types-D_wGrwiY.d.mts → types-D0UvtzG1.d.mts} +0 -0
  265. /package/dist/{types-BeYn-Yf0.d.mts → types-DbtpYtHx.d.mts} +0 -0
  266. /package/dist/{types-CYBaBvtm.d.mts → types-DwIXYH8s.d.mts} +0 -0
  267. /package/dist/{utils-BJF19gfk.mjs → utils-BftjFpR0.mjs} +0 -0
  268. /package/dist/{validate-CaKEnLed.mjs → validate-BGpmNtMe.mjs} +0 -0
  269. /package/dist/{wordpress-slugs-Bnf3-sf8.mjs → wordpress-slugs-BzMv9U-N.mjs} +0 -0
package/dist/index.d.mts CHANGED
@@ -1,22 +1,22 @@
1
- import { a as ContentSeoInput, c as FindManyOptions, i as ContentSeo, l as FindManyResult, n as ContentBylineCredit, o as CreateContentInput, r as ContentItem, s as DinewayValidationError, t as BylineSummary, u as UpdateContentInput } from "./types-6N-00csp.mjs";
2
- import { $ as createPluginManager, $t as SandboxOptions, A as dropSessionDatabaseTables, An as handleContentDelete, At as verifyPreviewSignature, B as GeneratePreviewTokenOptions, Bn as handleContentSchedule, Bt as prosemirrorToPortableText, C as getByline, Cn as handleRevisionList, Ct as SessionOpenOrCreateOptions, D as AppliedSnapshotMeta, Dn as handleContentCountScheduled, Dt as defaultPreviewSidecarClient, E as renderPreviewToolbar, En as handleContentCompare, Et as buildPreviewSignatureHeader, F as getPreviewToken, Fn as handleContentList, Ft as AfterCallback, G as parseContentId, Gn as CreateMediaInput, Gt as PortableTextSpan, H as VerifyPreviewTokenOptions, Hn as handleContentUnpublish, Ht as PortableTextImageBlock, I as isPreviewRequest, In as handleContentListTrashed, It as after, J as createNodeSandboxRunner, Jn as ContentRepository, Jt as ProseMirrorDocument, K as verifyPreviewToken, Kn as MediaItem, Kt as PortableTextTextBlock, L as GetPreviewUrlOptions, Ln as handleContentPermanentDelete, Lt as computeContentHash, M as Snapshot, Mn as handleContentDuplicate, Mt as getFallbackChain, N as renderPreviewLoadingPage, Nn as handleContentGet, Nt as getI18nConfig, O as ApplySnapshotToDatabaseOptions, On as handleContentCountTrashed, Ot as parsePreviewSignatureHeader, P as isBlockedInPreview, Pn as handleContentGetIncludingTrashed, Pt as isI18nEnabled, Q as PluginManager, Qt as SandboxEmailSendCallback, R as buildPreviewUrl, Rn as handleContentPublish, Rt as hashString, S as Suggestion, Sn as handleRevisionGet, St as SessionOpenOptions, T as PreviewToolbarConfig, Tn as generateManifest, Tt as PreviewSidecarSignature, U as VerifyPreviewTokenResult, Un as handleContentUnschedule, Ut as PortableTextLinkMark, V as PreviewTokenPayload, Vn as handleContentTranslations, Vt as PortableTextCodeBlock, W as generatePreviewToken, Wn as handleContentUpdate, Wt as PortableTextMarkDef, X as SandboxNotAvailableError, Xn as DinewayDatabaseError, Xt as ProseMirrorNode, Y as NoopSandboxRunner, Yn as DatabaseConfig, Yt as ProseMirrorMark, Z as createNoopSandboxRunner, Zt as SandboxEmailMessage, _ as SearchOptions, _n as handleMediaGet, _t as SessionCleanupResult, an as getSections, ar as ApiContext, at as ValidatedPluginManifest, b as SearchStats, bn as RevisionListResponse, bt as SessionDatabaseInfo, c as extractSearchableFields, cn as Section, cr as FieldDescriptor, ct as CollectionFilter$1, d as search, dn as SchemaError, en as SandboxRunner, et as PluginRouteError, f as searchCollection, fn as SchemaRegistry, g as SearchConfig, gn as handleMediaDelete, gt as FileSessionDatabaseFactoryOptions, h as CollectionSearchOptions, hn as handleMediaCreate, ht as FileSessionDatabaseFactory, in as getSection, it as createHookPipeline, j as getAppliedSnapshotMeta, jn as handleContentDiscardDraft, jt as I18nConfig, k as applySnapshotToDatabase, kn as handleContentCreate, kt as signPreviewUrl, l as getSearchStats, ln as SectionSource, lr as ListResponse, lt as EntryData, m as FTSManager, mn as MediaResponse, mt as createFilePreviewMiddleware, n as PluginDescriptor, nn as SandboxedPlugin, nt as HookPipeline, on as CreateSectionInput, or as ContentListResponse, ot as pluginManifestSchema, p as searchWithDb, pn as MediaListResponse, pt as FilePreviewMiddlewareConfig, q as NodeSandboxRunner, qn as MediaRepository, qt as PortableTextUnknownBlock, rn as SerializedRequest, rt as HookResult, s as extractPlainText, sn as GetSectionsOptions, sr as ContentResponse, st as definePlugin, tn as SandboxRunnerFactory, u as getSuggestions, un as UpdateSectionInput, ur as ManifestResponse, ut as EntryFilter, v as SearchResponse, vn as handleMediaList, vt as SessionDatabaseFactory, w as getBylineBySlug, wn as handleRevisionRestore, wt as PreviewSidecarClient, x as SuggestOptions, xn as RevisionResponse, xt as SessionDatabaseLimitError, y as SearchResult, yn as handleMediaUpdate, yt as SessionDatabaseHandle, z as getPreviewUrl, zn as handleContentRestore, zt as portableTextToProsemirror } from "./runtime-DY_XmE9Y.mjs";
3
- import { n as MediaTable, r as UserTable, t as Database } from "./types-CYBaBvtm.mjs";
4
- import { $ as StandardHookEntry, A as PageMetadataContribution, B as PluginDefinition, C as MediaAccess, D as PageFragmentContribution, E as ModerationDecision, F as PluginAdminConfig, G as PortableTextBlockConfig, H as PluginManifest, I as PluginAdminExports, K as PortableTextBlockField, L as PluginAdminPage, M as PageMetadataHandler, O as PageFragmentEvent, P as PagePlacement, Q as RouteContext, R as PluginCapability, S as LogAccess, T as MediaUploadEvent, U as PluginRoute, V as PluginHooks, W as PluginStorageConfig, X as ResolvedPlugin, Y as ResolvedHook, Z as ResolvedPluginHooks, _ as FieldWidgetConfig, a as CommentAfterModerateEvent, b as HttpAccess, c as CommentBeforeCreateHandler, d as ContentAccess, et as StandardHookHandler, f as ContentDeleteEvent, i as CommentAfterCreateHandler, it as StorageCollection, j as PageMetadataEvent, k as PageFragmentHandler, l as CommentModerateEvent, m as ContentPublishStateChangeEvent, n as CollectionCommentSettings, nt as StandardRouteEntry, o as CommentAfterModerateHandler, ot as StoredComment, p as ContentHookEvent, q as PublicPageContext, r as CommentAfterCreateEvent, rt as StandardRouteHandler, s as CommentBeforeCreateEvent, st as isStandardPluginDefinition, t as BreadcrumbItem, tt as StandardPluginDefinition, u as CommentModerateHandler, v as HookConfig, x as KVAccess, y as HookName, z as PluginContext } from "./types-DS5PYew4.mjs";
5
- import { _ as RESERVED_COLLECTION_SLUGS, a as Collection, b as UpdateFieldInput, c as CollectionWithFields, d as CreateFieldInput, f as FIELD_TYPE_TO_COLUMN, g as FieldWidgetOptions, h as FieldValidation, i as SiteSettings, l as ColumnType, m as FieldType, n as SeoSettings, o as CollectionSource, p as Field, r as SiteSettingKey, s as CollectionSupport, t as MediaReference, u as CreateCollectionInput, v as RESERVED_FIELD_SLUGS, y as UpdateCollectionInput } from "./types-CsnHvu4J.mjs";
6
- import { a as AuthResult, i as AuthProviderModule, n as AuthProviderAdminExports, o as AuthRouteDescriptor, r as AuthProviderDescriptor, s as ExternalAuthConfig, t as AuthDescriptor } from "./types-B45uSz1j.mjs";
7
- import { a as SqliteConfig, i as PostgresConfig, n as DatabaseDialectType, r as LibsqlConfig, t as DatabaseDescriptor } from "./adapters-BPzUiHHm.mjs";
8
- import { m as MediaValue } from "./types-D_wGrwiY.mjs";
9
- import { n as getMigrationStatus, t as MigrationStatus } from "./runner-CHR_W79l.mjs";
10
- import { $ as TranslationSummary, A as MenuItem, B as getPluginSettings, C as TaxonomyTermRow, D as CreateMenuInput, E as getMenus, F as GetCommentsOptions, G as CollectionFilter, H as getSiteSettings, I as GetCommentsResult, J as DinewayCollections, K as CollectionResult, L as getCommentCount, M as ReorderMenuItemsInput, N as UpdateMenuInput, O as CreateMenuItemInput, P as UpdateMenuItemInput, Q as ResolvePathResult, R as getComments, S as TaxonomyTerm, T as getMenu, U as setSiteSettings, V as getSiteSetting, W as CacheHint, X as EntryResult, Y as EditFieldMeta, Z as InferCollectionData, _ as getTaxonomyTerms, _t as FieldDefinition, a as CreateWidgetInput, at as resolveDinewayPath, b as CreateTermInput, bt as ImageValue, c as UpdateWidgetInput, ct as FieldAnnotation, d as WidgetComponentDef, dt as isSafeHref, et as TranslationsResult, f as WidgetType, ft as sanitizeHref, g as getTaxonomyDefs, gt as image, h as getTaxonomyDef, ht as reference, i as CreateWidgetAreaInput, it as getTranslations, j as MenuItemType, k as Menu, l as Widget, lt as createEditable, m as getEntryTerms, mt as portableText, n as getWidgetAreas, nt as getDinewayEntry, o as PropDef, ot as CMSAnnotation, p as getEntriesByTerm, pt as getCollectionInfo, q as ContentEntry, r as getWidgetComponents, rt as getEditMeta, s as ReorderWidgetsInput, st as EditProxy, t as getWidgetArea, tt as getDinewayCollection, u as WidgetArea, ut as createNoop, v as getTerm, vt as FieldUIHints, w as UpdateTermInput, x as TaxonomyDef, xt as PortableTextBlock, y as getTermsForEntries, yt as FileValue, z as getPluginSetting } from "./index-JzJUzE4o.mjs";
11
- import { _ as WxrSite, a as getAllSources, b as parseWxrString, c as getUrlSources, d as importReusableBlocksAsSections, f as WxrAttachment, g as WxrPost, h as WxrData, i as clearSources, l as probeUrl, m as WxrCategory, n as parseWxrDate, o as getFileSources, p as WxrAuthor, r as wxrSource, s as getSource, t as wordpressRestSource, u as registerSource, v as WxrTag, x as decodeSlug, y as parseWxr } from "./index-DpMWSamU.mjs";
12
- import { n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "./placeholder-DKMMLt42.mjs";
13
- import { a as ListOptions, c as S3StorageConfig, d as Storage, f as StorageDescriptor, i as FileInfo, l as SignedUploadOptions, n as DinewayStorageError, o as ListResult, p as UploadResult, r as DownloadResult, s as LocalStorageConfig, t as CreateStorageFn, u as SignedUploadUrl } from "./types-BDm7Ipoq.mjs";
14
- import "./bylines-CCkI7Rh3.mjs";
1
+ import { a as ContentSeoInput, c as FindManyOptions, i as ContentSeo, l as FindManyResult, n as ContentBylineCredit, o as CreateContentInput, r as ContentItem, s as DinewayValidationError, t as BylineSummary, u as UpdateContentInput } from "./types-Brp7Hv9S.mjs";
2
+ import { $ as createPluginManager, $t as SandboxOptions, A as dropSessionDatabaseTables, An as handleContentDelete, At as verifyPreviewSignature, B as GeneratePreviewTokenOptions, Bn as handleContentSchedule, Bt as prosemirrorToPortableText, C as getByline, Cn as handleRevisionList, Ct as SessionOpenOrCreateOptions, D as AppliedSnapshotMeta, Dn as handleContentCountScheduled, Dt as defaultPreviewSidecarClient, E as renderPreviewToolbar, En as handleContentCompare, Et as buildPreviewSignatureHeader, F as getPreviewToken, Fn as handleContentList, Ft as AfterCallback, G as parseContentId, Gn as CreateMediaInput, Gt as PortableTextSpan, H as VerifyPreviewTokenOptions, Hn as handleContentUnpublish, Ht as PortableTextImageBlock, I as isPreviewRequest, In as handleContentListTrashed, It as after, J as createNodeSandboxRunner, Jn as ContentRepository, Jt as ProseMirrorDocument, K as verifyPreviewToken, Kn as MediaItem, Kt as PortableTextTextBlock, L as GetPreviewUrlOptions, Ln as handleContentPermanentDelete, Lt as computeContentHash, M as Snapshot, Mn as handleContentDuplicate, Mt as getFallbackChain, N as renderPreviewLoadingPage, Nn as handleContentGet, Nt as getI18nConfig, O as ApplySnapshotToDatabaseOptions, On as handleContentCountTrashed, Ot as parsePreviewSignatureHeader, P as isBlockedInPreview, Pn as handleContentGetIncludingTrashed, Pt as isI18nEnabled, Q as PluginManager, Qt as SandboxEmailSendCallback, R as buildPreviewUrl, Rn as handleContentPublish, Rt as hashString, S as Suggestion, Sn as handleRevisionGet, St as SessionOpenOptions, T as PreviewToolbarConfig, Tn as generateManifest, Tt as PreviewSidecarSignature, U as VerifyPreviewTokenResult, Un as handleContentUnschedule, Ut as PortableTextLinkMark, V as PreviewTokenPayload, Vn as handleContentTranslations, Vt as PortableTextCodeBlock, W as generatePreviewToken, Wn as handleContentUpdate, Wt as PortableTextMarkDef, X as SandboxNotAvailableError, Xn as DinewayDatabaseError, Xt as ProseMirrorNode, Y as NoopSandboxRunner, Yn as DatabaseConfig, Yt as ProseMirrorMark, Z as createNoopSandboxRunner, Zt as SandboxEmailMessage, _ as SearchOptions, _n as handleMediaGet, _t as SessionCleanupResult, an as getSections, ar as ApiContext, at as ValidatedPluginManifest, b as SearchStats, bn as RevisionListResponse, bt as SessionDatabaseInfo, c as extractSearchableFields, cn as Section, cr as FieldDescriptor, ct as CollectionFilter$1, d as search, dn as SchemaError, en as SandboxRunner, et as PluginRouteError, f as searchCollection, fn as SchemaRegistry, g as SearchConfig, gn as handleMediaDelete, gt as FileSessionDatabaseFactoryOptions, h as CollectionSearchOptions, hn as handleMediaCreate, ht as FileSessionDatabaseFactory, in as getSection, it as createHookPipeline, j as getAppliedSnapshotMeta, jn as handleContentDiscardDraft, jt as I18nConfig, k as applySnapshotToDatabase, kn as handleContentCreate, kt as signPreviewUrl, l as getSearchStats, ln as SectionSource, lr as ListResponse, lt as EntryData, m as FTSManager, mn as MediaResponse, mt as createFilePreviewMiddleware, n as PluginDescriptor, nn as SandboxedPlugin, nt as HookPipeline, on as CreateSectionInput, or as ContentListResponse, ot as pluginManifestSchema, p as searchWithDb, pn as MediaListResponse, pt as FilePreviewMiddlewareConfig, q as NodeSandboxRunner, qn as MediaRepository, qt as PortableTextUnknownBlock, rn as SerializedRequest, rt as HookResult, s as extractPlainText, sn as GetSectionsOptions, sr as ContentResponse, st as definePlugin, tn as SandboxRunnerFactory, u as getSuggestions, un as UpdateSectionInput, ur as ManifestResponse, ut as EntryFilter, v as SearchResponse, vn as handleMediaList, vt as SessionDatabaseFactory, w as getBylineBySlug, wn as handleRevisionRestore, wt as PreviewSidecarClient, x as SuggestOptions, xn as RevisionResponse, xt as SessionDatabaseLimitError, y as SearchResult, yn as handleMediaUpdate, yt as SessionDatabaseHandle, z as getPreviewUrl, zn as handleContentRestore, zt as portableTextToProsemirror } from "./runtime-CbnJMIeq.mjs";
3
+ import { n as MediaTable, r as UserTable, t as Database } from "./types-DwIXYH8s.mjs";
4
+ import { $ as StandardHookEntry, A as PageMetadataContribution, B as PluginDefinition, C as MediaAccess, D as PageFragmentContribution, E as ModerationDecision, F as PluginAdminConfig, G as PortableTextBlockConfig, H as PluginManifest, I as PluginAdminExports, K as PortableTextBlockField, L as PluginAdminPage, M as PageMetadataHandler, O as PageFragmentEvent, P as PagePlacement, Q as RouteContext, R as PluginCapability, S as LogAccess, T as MediaUploadEvent, U as PluginRoute, V as PluginHooks, W as PluginStorageConfig, X as ResolvedPlugin, Y as ResolvedHook, Z as ResolvedPluginHooks, _ as FieldWidgetConfig, a as CommentAfterModerateEvent, b as HttpAccess, c as CommentBeforeCreateHandler, d as ContentAccess, et as StandardHookHandler, f as ContentDeleteEvent, i as CommentAfterCreateHandler, it as StorageCollection, j as PageMetadataEvent, k as PageFragmentHandler, l as CommentModerateEvent, m as ContentPublishStateChangeEvent, n as CollectionCommentSettings, nt as StandardRouteEntry, o as CommentAfterModerateHandler, ot as StoredComment, p as ContentHookEvent, q as PublicPageContext, r as CommentAfterCreateEvent, rt as StandardRouteHandler, s as CommentBeforeCreateEvent, st as isStandardPluginDefinition, t as BreadcrumbItem, tt as StandardPluginDefinition, u as CommentModerateHandler, v as HookConfig, x as KVAccess, y as HookName, z as PluginContext } from "./types-DzBAohLy.mjs";
5
+ import { _ as RESERVED_COLLECTION_SLUGS, a as Collection, b as UpdateFieldInput, c as CollectionWithFields, d as CreateFieldInput, f as FIELD_TYPE_TO_COLUMN, g as FieldWidgetOptions, h as FieldValidation, i as SiteSettings, l as ColumnType, m as FieldType, n as SeoSettings, o as CollectionSource, p as Field, r as SiteSettingKey, s as CollectionSupport, t as MediaReference, u as CreateCollectionInput, v as RESERVED_FIELD_SLUGS, y as UpdateCollectionInput } from "./types-CsX_6h1v.mjs";
6
+ import { a as AuthResult, i as AuthProviderModule, n as AuthProviderAdminExports, o as AuthRouteDescriptor, r as AuthProviderDescriptor, s as ExternalAuthConfig, t as AuthDescriptor } from "./types-BSP1HbdT.mjs";
7
+ import { a as SqliteConfig, i as PostgresConfig, n as DatabaseDialectType, r as LibsqlConfig, t as DatabaseDescriptor } from "./adapters-C0EARyCK.mjs";
8
+ import { m as MediaValue } from "./types-D0UvtzG1.mjs";
9
+ import { n as getMigrationStatus, t as MigrationStatus } from "./runner-BJm_NJr2.mjs";
10
+ import { $ as TranslationSummary, A as MenuItem, B as getPluginSettings, C as TaxonomyTermRow, D as CreateMenuInput, E as getMenus, F as GetCommentsOptions, G as CollectionFilter, H as getSiteSettings, I as GetCommentsResult, J as DinewayCollections, K as CollectionResult, L as getCommentCount, M as ReorderMenuItemsInput, N as UpdateMenuInput, O as CreateMenuItemInput, P as UpdateMenuItemInput, Q as ResolvePathResult, R as getComments, S as TaxonomyTerm, T as getMenu, U as setSiteSettings, V as getSiteSetting, W as CacheHint, X as EntryResult, Y as EditFieldMeta, Z as InferCollectionData, _ as getTaxonomyTerms, _t as FieldDefinition, a as CreateWidgetInput, at as resolveDinewayPath, b as CreateTermInput, bt as ImageValue, c as UpdateWidgetInput, ct as FieldAnnotation, d as WidgetComponentDef, dt as isSafeHref, et as TranslationsResult, f as WidgetType, ft as sanitizeHref, g as getTaxonomyDefs, gt as image, h as getTaxonomyDef, ht as reference, i as CreateWidgetAreaInput, it as getTranslations, j as MenuItemType, k as Menu, l as Widget, lt as createEditable, m as getEntryTerms, mt as portableText, n as getWidgetAreas, nt as getDinewayEntry, o as PropDef, ot as CMSAnnotation, p as getEntriesByTerm, pt as getCollectionInfo, q as ContentEntry, r as getWidgetComponents, rt as getEditMeta, s as ReorderWidgetsInput, st as EditProxy, t as getWidgetArea, tt as getDinewayCollection, u as WidgetArea, ut as createNoop, v as getTerm, vt as FieldUIHints, w as UpdateTermInput, x as TaxonomyDef, xt as PortableTextBlock, y as getTermsForEntries, yt as FileValue, z as getPluginSetting } from "./index-CxVXYBXq.mjs";
11
+ import { _ as WxrSite, a as getAllSources, b as parseWxrString, c as getUrlSources, d as importReusableBlocksAsSections, f as WxrAttachment, g as WxrPost, h as WxrData, i as clearSources, l as probeUrl, m as WxrCategory, n as parseWxrDate, o as getFileSources, p as WxrAuthor, r as wxrSource, s as getSource, t as wordpressRestSource, u as registerSource, v as WxrTag, x as decodeSlug, y as parseWxr } from "./index-DUurmpun.mjs";
12
+ import { n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "./placeholder-2N6m2_O6.mjs";
13
+ import { a as ListOptions, c as S3StorageConfig, d as Storage, f as StorageDescriptor, i as FileInfo, l as SignedUploadOptions, n as DinewayStorageError, o as ListResult, p as UploadResult, r as DownloadResult, s as LocalStorageConfig, t as CreateStorageFn, u as SignedUploadUrl } from "./types-B7Uld4FZ.mjs";
14
+ import "./bylines-DVHl9JXW.mjs";
15
15
  import { DinewayRequestContext, getRequestContext, runWithContext } from "./request-context.mjs";
16
16
  import { adaptSandboxEntry } from "./plugins/adapt-sandbox-entry.mjs";
17
- import { S as UrlInput, _ as SourceAuth, a as FileInput, b as SourceProbeResult, c as ImportContext, d as ImportSource, f as NormalizedItem, g as ProbeResult, h as PostTypeMapping, i as FieldCompatibility, l as ImportFieldDef, m as PostTypeAnalysis, n as CollectionSchemaStatus, o as ImportAnalysis, p as OAuthInput, r as FetchOptions, s as ImportConfig, t as AttachmentInfo, u as ImportResult, v as SourceCapabilities, x as SuggestedAction, y as SourceInput } from "./types-BeYn-Yf0.mjs";
17
+ import { S as UrlInput, _ as SourceAuth, a as FileInput, b as SourceProbeResult, c as ImportContext, d as ImportSource, f as NormalizedItem, g as ProbeResult, h as PostTypeMapping, i as FieldCompatibility, l as ImportFieldDef, m as PostTypeAnalysis, n as CollectionSchemaStatus, o as ImportAnalysis, p as OAuthInput, r as FetchOptions, s as ImportConfig, t as AttachmentInfo, u as ImportResult, v as SourceCapabilities, x as SuggestedAction, y as SourceInput } from "./types-DbtpYtHx.mjs";
18
18
  import { SeoMeta, SeoMetaOptions, getContentSeo, getSeoMeta } from "./seo/index.mjs";
19
- import { _ as SeedTaxonomyTerm, a as applySeed, b as ValidationResult, c as SeedCollection, d as SeedFile, f as SeedMenu, g as SeedTaxonomy, l as SeedContentEntry, o as SeedApplyOptions, p as SeedMenuItem, s as SeedApplyResult, t as validateSeed, u as SeedField, v as SeedWidget, y as SeedWidgetArea } from "./validate-BQ24E8rK.mjs";
19
+ import { _ as SeedTaxonomyTerm, a as applySeed, b as ValidationResult, c as SeedCollection, d as SeedFile, f as SeedMenu, g as SeedTaxonomy, l as SeedContentEntry, o as SeedApplyOptions, p as SeedMenuItem, s as SeedApplyResult, t as validateSeed, u as SeedField, v as SeedWidget, y as SeedWidgetArea } from "./validate-BikB29gc.mjs";
20
20
  import "./seed/index.mjs";
21
21
  import { ulid } from "ulidx";
22
22
  export { type AfterCallback, type ApiContext, type AppliedSnapshotMeta, type ApplySnapshotToDatabaseOptions, type AttachmentInfo, type AuthDescriptor, type AuthProviderAdminExports, type AuthProviderDescriptor, type AuthProviderModule, type AuthResult, type AuthRouteDescriptor, type BreadcrumbItem, type BylineSummary, type CMSAnnotation, type CacheHint, type Collection, type CollectionCommentSettings, type CollectionFilter, type CollectionResult, type CollectionSchemaStatus, type CollectionSearchOptions, type CollectionSource, type CollectionSupport, type CollectionWithFields, type ColumnType, type CommentAfterCreateEvent, type CommentAfterCreateHandler, type CommentAfterModerateEvent, type CommentAfterModerateHandler, type CommentBeforeCreateEvent, type CommentBeforeCreateHandler, type CommentModerateEvent, type CommentModerateHandler, type ContentAccess, type ContentBylineCredit, type ContentDeleteEvent, type ContentEntry, type ContentHookEvent, type ContentItem, type ContentListResponse, type ContentPublishStateChangeEvent, ContentRepository, type ContentResponse, type ContentSeo, type ContentSeoInput, type CreateCollectionInput, type CreateContentInput, type CreateFieldInput, type CreateMediaInput, type CreateMenuInput, type CreateMenuItemInput, type CreateSectionInput, type CreateStorageFn, type CreateTermInput, type CreateWidgetAreaInput, type CreateWidgetInput, type Database, type DatabaseConfig, type DatabaseDescriptor, type DatabaseDialectType, type DinewayCollections, DinewayDatabaseError, type DinewayRequestContext, DinewayStorageError, DinewayValidationError, type DownloadResult, type EditFieldMeta, type EditProxy, type EntryData, type EntryFilter, type EntryResult, type ExternalAuthConfig, FIELD_TYPE_TO_COLUMN, FTSManager, type FetchOptions, type Field, type FieldAnnotation, type FieldCompatibility, type FieldDefinition, type FieldDescriptor, type FieldType, type FieldUIHints, type FieldValidation, type FieldWidgetConfig, type FieldWidgetOptions, type FileInfo, type FileInput, type FilePreviewMiddlewareConfig, FileSessionDatabaseFactory, type FileSessionDatabaseFactoryOptions, type FileValue, type FindManyOptions, type FindManyResult, type GeneratePreviewTokenOptions, type GetCommentsOptions, type GetCommentsResult, type GetPreviewUrlOptions, type GetSectionsOptions, type HookConfig, type HookName, HookPipeline, type HookResult, type HttpAccess, type I18nConfig, type ImageValue, type ImportAnalysis, type ImportConfig, type ImportContext, type ImportFieldDef, type ImportResult, type ImportSource, type InferCollectionData, type KVAccess, type LibsqlConfig, type ListOptions, type ListResponse, type ListResult, type CollectionFilter$1 as LoaderCollectionFilter, type LocalStorageConfig, type LogAccess, type ManifestResponse, type MediaAccess, type MediaItem, type MediaListResponse, type MediaReference, MediaRepository, type MediaResponse, type MediaTable, type MediaUploadEvent, type MediaValue, type Menu, type MenuItem, type MenuItemType, type MigrationStatus, type ModerationDecision, NodeSandboxRunner, NoopSandboxRunner, type NormalizedItem, type OAuthInput, type PageFragmentContribution, type PageFragmentEvent, type PageFragmentHandler, type PageMetadataContribution, type PageMetadataEvent, type PageMetadataHandler, type PagePlacement, type PlaceholderData, type PluginAdminConfig, type PluginAdminExports, type PluginAdminPage, type PluginCapability, type PluginContext, type PluginDefinition, type PluginDescriptor, type PluginHooks, PluginManager, type PluginManifest, type PluginRoute, PluginRouteError, type PluginStorageConfig, type PortableTextBlock, type PortableTextBlockConfig, type PortableTextBlockField, type PortableTextCodeBlock, type PortableTextImageBlock, type PortableTextLinkMark, type PortableTextMarkDef, type PortableTextSpan, type PortableTextTextBlock, type PortableTextUnknownBlock, type PostTypeAnalysis, type PostTypeMapping, type PostgresConfig, type PreviewSidecarClient, type PreviewSidecarSignature, type PreviewTokenPayload, type PreviewToolbarConfig, type ProbeResult, type PropDef, type ProseMirrorDocument, type ProseMirrorMark, type ProseMirrorNode, type PublicPageContext, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, type ReorderMenuItemsInput, type ReorderWidgetsInput, type ResolvePathResult, type ResolvedHook, type ResolvedPlugin, type ResolvedPluginHooks, type RevisionListResponse, type RevisionResponse, type RouteContext, type S3StorageConfig, type SandboxEmailMessage, type SandboxEmailSendCallback, SandboxNotAvailableError, type SandboxOptions, type SandboxRunner, type SandboxRunnerFactory, type SandboxedPlugin, SchemaError, SchemaRegistry, type SearchConfig, type SearchOptions, type SearchResponse, type SearchResult, type SearchStats, type Section, type SectionSource, type SeedApplyOptions, type SeedApplyResult, type SeedCollection, type SeedContentEntry, type SeedField, type SeedFile, type SeedMenu, type SeedMenuItem, type SeedTaxonomy, type SeedTaxonomyTerm, type SeedWidget, type SeedWidgetArea, type SeoMeta, type SeoMetaOptions, type SeoSettings, type SerializedRequest, type SessionCleanupResult, type SessionDatabaseFactory, type SessionDatabaseHandle, type SessionDatabaseInfo, SessionDatabaseLimitError, type SessionOpenOptions, type SessionOpenOrCreateOptions, type SignedUploadOptions, type SignedUploadUrl, type SiteSettingKey, type SiteSettings, type Snapshot, type SourceAuth, type SourceCapabilities, type SourceInput, type SourceProbeResult, type SqliteConfig, type StandardHookEntry, type StandardHookHandler, type StandardPluginDefinition, type StandardRouteEntry, type StandardRouteHandler, type Storage, type StorageCollection, type StorageDescriptor, type StoredComment, type SuggestOptions, type SuggestedAction, type Suggestion, type TaxonomyDef, type TaxonomyTerm, type TaxonomyTermRow, type TranslationSummary, type TranslationsResult, type UpdateCollectionInput, type UpdateContentInput, type UpdateFieldInput, type UpdateMenuInput, type UpdateMenuItemInput, type UpdateSectionInput, type UpdateTermInput, type UpdateWidgetInput, type UploadResult, type UrlInput, type UserTable, type ValidatedPluginManifest, type ValidationResult, type VerifyPreviewTokenOptions, type VerifyPreviewTokenResult, type Widget, type WidgetArea, type WidgetComponentDef, type WidgetType, type WxrAttachment, type WxrAuthor, type WxrCategory, type WxrData, type WxrPost, type WxrSite, type WxrTag, adaptSandboxEntry, after, applySeed, applySnapshotToDatabase, buildPreviewSignatureHeader, buildPreviewUrl, clearSources, computeContentHash, createEditable, createFilePreviewMiddleware, createHookPipeline, createNodeSandboxRunner, createNoop, createNoopSandboxRunner, createPluginManager, decodeSlug, defaultPreviewSidecarClient, definePlugin, dropSessionDatabaseTables, extractPlainText, extractSearchableFields, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAppliedSnapshotMeta, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getDinewayCollection, getDinewayEntry, getEditMeta, getEntriesByTerm, getEntryTerms, getFallbackChain, getFileSources, getI18nConfig, getMenu, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreas, getWidgetComponents, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaUpdate, handleRevisionGet, handleRevisionList, handleRevisionRestore, hashString, image, importReusableBlocksAsSections, isBlockedInPreview, isI18nEnabled, isPreviewRequest, isSafeHref, isStandardPluginDefinition, normalizeMediaValue, parseContentId, parsePreviewSignatureHeader, parseWxr, parseWxrDate, parseWxrString, pluginManifestSchema, portableText, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, reference, registerSource, renderPreviewLoadingPage, renderPreviewToolbar, resolveDinewayPath, runWithContext, sanitizeHref, search, searchCollection, searchWithDb, setSiteSettings, signPreviewUrl, ulid, validateSeed, verifyPreviewSignature, verifyPreviewToken, wordpressRestSource, wxrSource };
package/dist/index.mjs CHANGED
@@ -23,7 +23,7 @@ import "./byline-9WeA8b0a.mjs";
23
23
  import { t as normalizeMediaValue } from "./normalize-ba36HTxZ.mjs";
24
24
  import { t as generatePlaceholder } from "./placeholder-BAy3k441.mjs";
25
25
  import "./seo-DASNc4gD.mjs";
26
- import { 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, N as generateManifest, 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, j as handleRevisionList, k as handleMediaUpdate, q as handleContentRestore, z as handleContentDiscardDraft } from "./api-CUdFqNOK.mjs";
26
+ import { 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, N as generateManifest, 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, j as handleRevisionList, k as handleMediaUpdate, q as handleContentRestore, z as handleContentDiscardDraft } from "./api-Fu6WeyUl.mjs";
27
27
  import "./request-cache-BzuhyUXj.mjs";
28
28
  import "./dashboard-DdqRifyu.mjs";
29
29
  import "./briefing-Dk4I4VC8.mjs";
@@ -42,32 +42,33 @@ import "./schema-mjeMcn_6.mjs";
42
42
  import "./seo-Dl4QE4El.mjs";
43
43
  import { o as getSection, s as getSections } from "./sections-DA3GMhNG.mjs";
44
44
  import "./settings-BJW_lmrM.mjs";
45
- import { a as getTaxonomyTerms, i as getTaxonomyDefs, n as getEntryTerms, o as getTerm, r as getTaxonomyDef, s as getTermsForEntries, t as getEntriesByTerm } from "./taxonomies-DPNIwTGk.mjs";
46
- import "./taxonomies-CagluJHp.mjs";
45
+ import { a as getTaxonomyTerms, i as getTaxonomyDefs, n as getEntryTerms, o as getTerm, r as getTaxonomyDef, s as getTermsForEntries, t as getEntriesByTerm } from "./taxonomies-DVXCWoUF.mjs";
46
+ import "./taxonomies-CZJazF0N.mjs";
47
47
  import { i as pluginManifestSchema } from "./manifest-schema-CU0XL_ZK.mjs";
48
48
  import { t as DinewayStorageError } from "./types-iNqHe2-V.mjs";
49
49
  import "./parse-BBfZRZYb.mjs";
50
50
  import "./redirects-BO0fI750.mjs";
51
51
  import "./import-BO_gy5vZ.mjs";
52
52
  import { n as sanitizeHref, t as isSafeHref } from "./url-DOS4RGym.mjs";
53
- import { c as createEditable, i as getTranslations, l as createNoop, n as getDinewayEntry, r as getEditMeta, s as resolveDinewayPath, t as getDinewayCollection } from "./query-TQqoOaxy.mjs";
53
+ import { c as createEditable, i as getTranslations, l as createNoop, n as getDinewayEntry, r as getEditMeta, s as resolveDinewayPath, t as getDinewayCollection } from "./query-D5CIGQv4.mjs";
54
54
  import { a as verifyPreviewSignature, i as signPreviewUrl, n as defaultPreviewSidecarClient, r as parsePreviewSignatureHeader, t as buildPreviewSignatureHeader } from "./sidecar-client-Dta0AELf.mjs";
55
- import { a as createFilePreviewMiddleware, c as dropSessionDatabaseTables, d as SessionDatabaseLimitError, f as isBlockedInPreview, i as getPreviewUrl, l as getAppliedSnapshotMeta, n as isPreviewRequest, o as renderPreviewToolbar, p as renderPreviewLoadingPage, r as buildPreviewUrl, s as applySnapshotToDatabase, t as getPreviewToken, u as FileSessionDatabaseFactory } from "./preview-CIDYFBzd.mjs";
56
- import { a as getAllSources, c as getUrlSources, d as importReusableBlocksAsSections, f as parseWxr, i as clearSources, l as probeUrl, n as parseWxrDate, o as getFileSources, p as parseWxrString, r as wxrSource, s as getSource, t as wordpressRestSource, u as registerSource } from "./import-B8lnqfnN.mjs";
55
+ import { a as createFilePreviewMiddleware, c as dropSessionDatabaseTables, d as SessionDatabaseLimitError, f as isBlockedInPreview, i as getPreviewUrl, l as getAppliedSnapshotMeta, n as isPreviewRequest, o as renderPreviewToolbar, p as renderPreviewLoadingPage, r as buildPreviewUrl, s as applySnapshotToDatabase, t as getPreviewToken, u as FileSessionDatabaseFactory } from "./preview-B-MTC5mp.mjs";
56
+ import { n as parseWxrString, t as parseWxr } from "./parser-wEX7xttr.mjs";
57
57
  import { adaptSandboxEntry } from "./plugins/adapt-sandbox-entry.mjs";
58
58
  import "./ssrf-z3oH8wjK.mjs";
59
59
  import "./cron-fV9baRVc.mjs";
60
- import "./utils-BJF19gfk.mjs";
61
- import { n as parseContentId, r as verifyPreviewToken, t as generatePreviewToken } from "./tokens-DB4dASZl.mjs";
60
+ import { a as getAllSources, c as getUrlSources, d as importReusableBlocksAsSections, i as clearSources, l as probeUrl, n as parseWxrDate, o as getFileSources, r as wxrSource, s as getSource, t as wordpressRestSource, u as registerSource } from "./import-CzZYGhnG.mjs";
61
+ import "./utils-BftjFpR0.mjs";
62
+ import { n as parseContentId, r as verifyPreviewToken, t as generatePreviewToken } from "./tokens-BMTKHT6X.mjs";
62
63
  import { getContentSeo, getSeoMeta } from "./seo/index.mjs";
63
- import { i as getComments, n as getMenus, r as getCommentCount, t as getMenu } from "./menus-BTOa-tsI.mjs";
64
- import { n as getByline, r as getBylineBySlug } from "./bylines-B6QpwVAr.mjs";
65
- import { n as getWidgetAreas, r as getWidgetComponents, t as getWidgetArea } from "./widgets-D7UK-2hW.mjs";
66
- import { t as validateSeed } from "./validate-CaKEnLed.mjs";
67
- import { t as applySeed } from "./apply-Wyg77UOb.mjs";
68
- import "./load-BvyvS_76.mjs";
64
+ import { i as getComments, n as getMenus, r as getCommentCount, t as getMenu } from "./menus-DtoRO2gt.mjs";
65
+ import { n as getByline, r as getBylineBySlug } from "./bylines-CaPwztlL.mjs";
66
+ import { n as getWidgetAreas, r as getWidgetComponents, t as getWidgetArea } from "./widgets-BFh1UZN5.mjs";
67
+ import { t as validateSeed } from "./validate-BGpmNtMe.mjs";
68
+ import { t as applySeed } from "./apply-D7vu4aFn.mjs";
69
+ import "./load-5R4qZ4zn.mjs";
69
70
  import "./seed/index.mjs";
70
- import { a as getSuggestions, c as searchWithDb, i as getSearchStats, n as extractPlainText, o as search, r as extractSearchableFields, s as searchCollection } from "./search-vzCYAk0F.mjs";
71
+ import { a as getSuggestions, c as searchWithDb, i as getSearchStats, n as extractPlainText, o as search, r as extractSearchableFields, s as searchCollection } from "./search-DjaP_Dw-.mjs";
71
72
  import { ulid } from "ulidx";
72
73
 
73
74
  export { ContentRepository, DinewayDatabaseError, DinewayStorageError, DinewayValidationError, FIELD_TYPE_TO_COLUMN, FTSManager, FileSessionDatabaseFactory, HookPipeline, MediaRepository, NodeSandboxRunner, NoopSandboxRunner, PluginManager, PluginRouteError, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, SandboxNotAvailableError, SchemaError, SchemaRegistry, SessionDatabaseLimitError, adaptSandboxEntry, after, applySeed, applySnapshotToDatabase, buildPreviewSignatureHeader, buildPreviewUrl, clearSources, computeContentHash, createEditable, createFilePreviewMiddleware, createHookPipeline, createNodeSandboxRunner, createNoop, createNoopSandboxRunner, createPluginManager, decodeSlug, defaultPreviewSidecarClient, definePlugin, dropSessionDatabaseTables, extractPlainText, extractSearchableFields, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAppliedSnapshotMeta, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getDinewayCollection, getDinewayEntry, getEditMeta, getEntriesByTerm, getEntryTerms, getFallbackChain, getFileSources, getI18nConfig, getMenu, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreas, getWidgetComponents, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaUpdate, handleRevisionGet, handleRevisionList, handleRevisionRestore, hashString, image, importReusableBlocksAsSections, isBlockedInPreview, isI18nEnabled, isPreviewRequest, isSafeHref, isStandardPluginDefinition, normalizeMediaValue, parseContentId, parsePreviewSignatureHeader, parseWxr, parseWxrDate, parseWxrString, pluginManifestSchema, portableText, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, reference, registerSource, renderPreviewLoadingPage, renderPreviewToolbar, resolveDinewayPath, runWithContext, sanitizeHref, search, searchCollection, searchWithDb, setSiteSettings, signPreviewUrl, ulid, validateSeed, verifyPreviewSignature, verifyPreviewToken, wordpressRestSource, wxrSource };
@@ -1,5 +1,5 @@
1
- import { A as PageMetadataContribution, D as PageFragmentContribution, N as PageMetadataLinkRel, P as PagePlacement, q as PublicPageContext, t as BreadcrumbItem } from "./types-DS5PYew4.mjs";
2
- import { n as SeoSettings } from "./types-CsnHvu4J.mjs";
1
+ import { A as PageMetadataContribution, D as PageFragmentContribution, N as PageMetadataLinkRel, P as PagePlacement, q as PublicPageContext, t as BreadcrumbItem } from "./types-DzBAohLy.mjs";
2
+ import { n as SeoSettings } from "./types-CsX_6h1v.mjs";
3
3
 
4
4
  //#region src/page/context.d.ts
5
5
  /** Fields shared by both input forms */
@@ -1,5 +1,5 @@
1
- import { _ as mediaItemToValue, a as EmbedResult, c as MediaListResult, d as MediaProviderDescriptor, f as MediaProviderItem, g as VideoEmbed, h as ThumbnailOptions, i as EmbedOptions, l as MediaProvider, m as MediaValue, n as ComponentEmbed, o as ImageEmbed, p as MediaUploadInput, r as CreateMediaProviderFn, s as MediaListOptions, t as AudioEmbed, u as MediaProviderCapabilities } from "../types-D_wGrwiY.mjs";
2
- import { n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "../placeholder-DKMMLt42.mjs";
1
+ import { _ as mediaItemToValue, a as EmbedResult, c as MediaListResult, d as MediaProviderDescriptor, f as MediaProviderItem, g as VideoEmbed, h as ThumbnailOptions, i as EmbedOptions, l as MediaProvider, m as MediaValue, n as ComponentEmbed, o as ImageEmbed, p as MediaUploadInput, r as CreateMediaProviderFn, s as MediaListOptions, t as AudioEmbed, u as MediaProviderCapabilities } from "../types-D0UvtzG1.mjs";
2
+ import { n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "../placeholder-2N6m2_O6.mjs";
3
3
 
4
4
  //#region src/media/local.d.ts
5
5
  interface LocalMediaConfig {
@@ -1,15 +1,15 @@
1
- import "../runtime-DY_XmE9Y.mjs";
2
- import { t as Database } from "../types-CYBaBvtm.mjs";
3
- import "../types-DS5PYew4.mjs";
4
- import "../types-B45uSz1j.mjs";
5
- import { f as MediaProviderItem, r as CreateMediaProviderFn } from "../types-D_wGrwiY.mjs";
6
- import "../runner-CHR_W79l.mjs";
7
- import "../index-JzJUzE4o.mjs";
8
- import "../index-DpMWSamU.mjs";
9
- import { d as Storage } from "../types-BDm7Ipoq.mjs";
10
- import "../bylines-CCkI7Rh3.mjs";
11
- import "../types-BeYn-Yf0.mjs";
12
- import "../validate-BQ24E8rK.mjs";
1
+ import "../runtime-CbnJMIeq.mjs";
2
+ import { t as Database } from "../types-DwIXYH8s.mjs";
3
+ import "../types-DzBAohLy.mjs";
4
+ import "../types-BSP1HbdT.mjs";
5
+ import { f as MediaProviderItem, r as CreateMediaProviderFn } from "../types-D0UvtzG1.mjs";
6
+ import "../runner-BJm_NJr2.mjs";
7
+ import "../index-CxVXYBXq.mjs";
8
+ import "../index-DUurmpun.mjs";
9
+ import { d as Storage } from "../types-B7Uld4FZ.mjs";
10
+ import "../bylines-DVHl9JXW.mjs";
11
+ import "../types-DbtpYtHx.mjs";
12
+ import "../validate-BikB29gc.mjs";
13
13
  import "../index.mjs";
14
14
  import { Kysely } from "kysely";
15
15
 
@@ -2,7 +2,7 @@ import { t as validateIdentifier } from "./validate-VPnKoIzW.mjs";
2
2
  import { t as CommentRepository } from "./comment-BmJXz3lc.mjs";
3
3
  import { n as requestCached } from "./request-cache-BzuhyUXj.mjs";
4
4
  import { r as getDb } from "./loader-dt5DoyI1.mjs";
5
- import { d as resolveLocaleChain, u as resolveLocale } from "./taxonomies-DPNIwTGk.mjs";
5
+ import { d as resolveLocaleChain, u as resolveLocale } from "./taxonomies-DVXCWoUF.mjs";
6
6
  import { n as sanitizeHref } from "./url-DOS4RGym.mjs";
7
7
  import { sql } from "kysely";
8
8
 
@@ -1,8 +1,8 @@
1
1
  import { t as withTransaction } from "./transaction-qfqpPVpu.mjs";
2
- import { a as filterExperimentalSiteContextWorkflowScopes, i as experimentalSiteContextWorkflowsEnabled, o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "./experimental-workflows-CSRjuEwS.mjs";
3
- import { a as hashApiToken, n as TOKEN_PREFIXES, r as generatePrefixedToken, t as ALL_VALID_SCOPES } from "./api-tokens-B7fvbHM2.mjs";
4
- import { c as validateRedirectUri, o as lookupOAuthClient, s as validateClientRedirectUri } from "./oauth-clients-CgKFA-VH.mjs";
5
- import { t as lookupUserRoleAndStatus } from "./oauth-user-lookup-nyXQ2_6Q.mjs";
2
+ import { a as filterExperimentalSiteContextWorkflowScopes, i as experimentalSiteContextWorkflowsEnabled, o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "./experimental-workflows-C7o_9V7S.mjs";
3
+ import { a as hashApiToken, n as TOKEN_PREFIXES, r as generatePrefixedToken, t as ALL_VALID_SCOPES } from "./api-tokens-BZ9aAeCo.mjs";
4
+ import { c as validateRedirectUri, o as lookupOAuthClient, s as validateClientRedirectUri } from "./oauth-clients-BlHrNh_u.mjs";
5
+ import { t as lookupUserRoleAndStatus } from "./oauth-user-lookup-B7-6YI3R.mjs";
6
6
  import { clampScopes, computeS256Challenge, secureCompare } from "@dineway-ai/auth";
7
7
  import { generateCodeVerifier } from "arctic";
8
8
 
@@ -1,5 +1,5 @@
1
- import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "./experimental-workflows-CSRjuEwS.mjs";
2
- import { o as validateScopes } from "./api-tokens-B7fvbHM2.mjs";
1
+ import { o as getExperimentalSiteContextWorkflowScopesDisabledMessage, r as disabledExperimentalSiteContextWorkflowScopes } from "./experimental-workflows-C7o_9V7S.mjs";
2
+ import { o as validateScopes } from "./api-tokens-BZ9aAeCo.mjs";
3
3
 
4
4
  //#region src/api/oauth/redirect-uri.ts
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { A as PageMetadataContribution, D as PageFragmentContribution, q as PublicPageContext } from "../types-DS5PYew4.mjs";
2
- import { a as generateSiteSeoContributions, c as ResolvedPageMetadata, d as resolvePageMetadata, f as safeJsonLdSerialize, i as generateBaseSeoContributions, l as escapeHtmlAttr, m as createPublicPageContext, n as buildWebSiteJsonLd, o as renderFragments, p as CreatePublicPageContextInput, r as cleanJsonLd, s as resolveFragments, t as buildBlogPostingJsonLd, u as renderPageMetadata } from "../jsonld-CvXmIBls.mjs";
1
+ import { A as PageMetadataContribution, D as PageFragmentContribution, q as PublicPageContext } from "../types-DzBAohLy.mjs";
2
+ import { a as generateSiteSeoContributions, c as ResolvedPageMetadata, d as resolvePageMetadata, f as safeJsonLdSerialize, i as generateBaseSeoContributions, l as escapeHtmlAttr, m as createPublicPageContext, n as buildWebSiteJsonLd, o as renderFragments, p as CreatePublicPageContextInput, r as cleanJsonLd, s as resolveFragments, t as buildBlogPostingJsonLd, u as renderPageMetadata } from "../jsonld-C3uKF39u.mjs";
3
3
 
4
4
  //#region src/page/index.d.ts
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { a as cleanJsonLd, c as escapeHtmlAttr, d as safeJsonLdSerialize, f as createPublicPageContext, i as buildWebSiteJsonLd, l as renderPageMetadata, n as generateSiteSeoContributions, o as renderFragments, r as buildBlogPostingJsonLd, s as resolveFragments, t as generateBaseSeoContributions, u as resolvePageMetadata } from "../seo-contributions-BG4TtU7H.mjs";
1
+ import { a as cleanJsonLd, c as escapeHtmlAttr, d as safeJsonLdSerialize, f as createPublicPageContext, i as buildWebSiteJsonLd, l as renderPageMetadata, n as generateSiteSeoContributions, o as renderFragments, r as buildBlogPostingJsonLd, s as resolveFragments, t as generateBaseSeoContributions, u as resolvePageMetadata } from "../seo-contributions-D_CLIsxJ.mjs";
2
2
 
3
3
  //#region src/page/index.ts
4
4
  /**