emdash 0.40.0 → 0.41.0

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 (1258) hide show
  1. package/dist/action-token-CbKDcPJi.mjs +26 -0
  2. package/dist/action-token-CbKDcPJi.mjs.map +1 -0
  3. package/dist/activation-PtniBLt9.mjs +382 -0
  4. package/dist/activation-PtniBLt9.mjs.map +1 -0
  5. package/dist/adapters-C_Tf5x90.d.mts +171 -0
  6. package/dist/adapters-C_Tf5x90.d.mts.map +1 -0
  7. package/dist/allowed-origins-U1z4TdEZ.mjs +116 -0
  8. package/dist/allowed-origins-U1z4TdEZ.mjs.map +1 -0
  9. package/dist/api/route-utils.d.mts +4 -4
  10. package/dist/api/route-utils.mjs +46 -45
  11. package/dist/api/route-utils.mjs.map +1 -1
  12. package/dist/api/schemas/index.d.mts +2 -2
  13. package/dist/api/schemas/index.mjs +10 -10
  14. package/dist/api-CXwQkV_m.mjs +5122 -0
  15. package/dist/api-CXwQkV_m.mjs.map +1 -0
  16. package/dist/api-tokens-89WlohEN.mjs +166 -0
  17. package/dist/api-tokens-89WlohEN.mjs.map +1 -0
  18. package/dist/apply-Do3KNnUk.mjs +1659 -0
  19. package/dist/apply-Do3KNnUk.mjs.map +1 -0
  20. package/dist/approvals-CAX9Yw33.mjs +460 -0
  21. package/dist/approvals-CAX9Yw33.mjs.map +1 -0
  22. package/dist/artifact-fetch-B9W4CEST.mjs +659 -0
  23. package/dist/artifact-fetch-B9W4CEST.mjs.map +1 -0
  24. package/dist/astro/index.d.mts +14 -14
  25. package/dist/astro/index.mjs +26 -30
  26. package/dist/astro/index.mjs.map +1 -1
  27. package/dist/astro/middleware/auth.d.mts +12 -12
  28. package/dist/astro/middleware/auth.mjs +10 -10
  29. package/dist/astro/middleware/media-usage-write-fence.mjs +5 -5
  30. package/dist/astro/middleware/redirect.mjs +7 -7
  31. package/dist/astro/middleware/request-context.mjs +3 -3
  32. package/dist/astro/middleware/setup.mjs +1 -1
  33. package/dist/astro/middleware.d.mts +12 -12
  34. package/dist/astro/middleware.d.mts.map +1 -1
  35. package/dist/astro/middleware.mjs +110 -106
  36. package/dist/astro/middleware.mjs.map +1 -1
  37. package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +14 -14
  38. package/dist/astro/routes/api/admin/allowed-domains/index.mjs +14 -14
  39. package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +6 -6
  40. package/dist/astro/routes/api/admin/api-tokens/index.mjs +7 -7
  41. package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +7 -7
  42. package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +17 -17
  43. package/dist/astro/routes/api/admin/byline-fields/index.mjs +17 -17
  44. package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +17 -17
  45. package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +23 -23
  46. package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +23 -23
  47. package/dist/astro/routes/api/admin/bylines/index.mjs +23 -23
  48. package/dist/astro/routes/api/admin/comments/_id_/status.mjs +18 -18
  49. package/dist/astro/routes/api/admin/comments/_id_.mjs +7 -7
  50. package/dist/astro/routes/api/admin/comments/bulk.mjs +17 -17
  51. package/dist/astro/routes/api/admin/comments/counts.mjs +7 -7
  52. package/dist/astro/routes/api/admin/comments/index.mjs +17 -17
  53. package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
  54. package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +5 -5
  55. package/dist/astro/routes/api/admin/media-usage/activation.mjs +20 -20
  56. package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +22 -22
  57. package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +22 -22
  58. package/dist/astro/routes/api/admin/media-usage/progress.mjs +25 -25
  59. package/dist/astro/routes/api/admin/media-usage/repair.mjs +31 -31
  60. package/dist/astro/routes/api/admin/media-usage/work/index.mjs +22 -22
  61. package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +22 -22
  62. package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
  63. package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
  64. package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +8 -8
  65. package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +8 -8
  66. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +72 -68
  67. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
  68. package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +7 -7
  69. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +71 -67
  70. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
  71. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +72 -68
  72. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
  73. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +82 -78
  74. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
  75. package/dist/astro/routes/api/admin/plugins/index.mjs +72 -68
  76. package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
  77. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +5 -5
  78. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +71 -67
  79. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
  80. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +81 -77
  81. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
  82. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +71 -67
  83. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
  84. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +72 -68
  85. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
  86. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +83 -79
  87. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
  88. package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +9 -9
  89. package/dist/astro/routes/api/admin/plugins/registry/install.mjs +74 -70
  90. package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
  91. package/dist/astro/routes/api/admin/plugins/registry/publisher-handle.mjs +7 -7
  92. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +72 -68
  93. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
  94. package/dist/astro/routes/api/admin/plugins/updates.mjs +71 -67
  95. package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
  96. package/dist/astro/routes/api/admin/scheduled-policy-rejections/_collection_/_id_.mjs +6 -6
  97. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +71 -67
  98. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
  99. package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +5 -5
  100. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +71 -67
  101. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
  102. package/dist/astro/routes/api/admin/transfer/_...path_.mjs +4 -4
  103. package/dist/astro/routes/api/admin/transfer/approvals/_id_/approve.mjs +40 -40
  104. package/dist/astro/routes/api/admin/transfer/approvals/_id_/deny.mjs +40 -40
  105. package/dist/astro/routes/api/admin/transfer/approvals/index.mjs +42 -42
  106. package/dist/astro/routes/api/admin/transfer/capabilities.mjs +42 -42
  107. package/dist/astro/routes/api/admin/transfer/exports/_id_/advance.mjs +42 -42
  108. package/dist/astro/routes/api/admin/transfer/exports/_id_/archive.mjs +43 -43
  109. package/dist/astro/routes/api/admin/transfer/exports/_id_/files/_...path_.mjs +43 -43
  110. package/dist/astro/routes/api/admin/transfer/exports/_id_/index.mjs +42 -42
  111. package/dist/astro/routes/api/admin/transfer/exports/_id_/manifest.mjs +43 -43
  112. package/dist/astro/routes/api/admin/transfer/exports/index.mjs +44 -44
  113. package/dist/astro/routes/api/admin/transfer/imports/_id_/abandon.mjs +42 -42
  114. package/dist/astro/routes/api/admin/transfer/imports/_id_/advance.mjs +42 -42
  115. package/dist/astro/routes/api/admin/transfer/imports/_id_/analyze.mjs +44 -44
  116. package/dist/astro/routes/api/admin/transfer/imports/_id_/cancel.mjs +42 -42
  117. package/dist/astro/routes/api/admin/transfer/imports/_id_/execute.mjs +44 -44
  118. package/dist/astro/routes/api/admin/transfer/imports/_id_/files/_...path_.mjs +42 -42
  119. package/dist/astro/routes/api/admin/transfer/imports/_id_/index.mjs +42 -42
  120. package/dist/astro/routes/api/admin/transfer/imports/_id_/missing.mjs +44 -44
  121. package/dist/astro/routes/api/admin/transfer/imports/_id_/plan.mjs +42 -42
  122. package/dist/astro/routes/api/admin/transfer/imports/_id_/receipt.mjs +42 -42
  123. package/dist/astro/routes/api/admin/transfer/imports/index.mjs +44 -44
  124. package/dist/astro/routes/api/admin/users/_id_/disable.mjs +5 -5
  125. package/dist/astro/routes/api/admin/users/_id_/enable.mjs +4 -4
  126. package/dist/astro/routes/api/admin/users/_id_/index.mjs +15 -15
  127. package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +6 -6
  128. package/dist/astro/routes/api/admin/users/index.mjs +14 -14
  129. package/dist/astro/routes/api/auth/dev-bypass.mjs +6 -6
  130. package/dist/astro/routes/api/auth/invite/accept.mjs +4 -4
  131. package/dist/astro/routes/api/auth/invite/complete.mjs +18 -18
  132. package/dist/astro/routes/api/auth/invite/index.mjs +16 -16
  133. package/dist/astro/routes/api/auth/invite/register-options.mjs +17 -17
  134. package/dist/astro/routes/api/auth/logout.mjs +5 -5
  135. package/dist/astro/routes/api/auth/magic-link/send.mjs +18 -18
  136. package/dist/astro/routes/api/auth/magic-link/verify.mjs +14 -14
  137. package/dist/astro/routes/api/auth/me.mjs +15 -15
  138. package/dist/astro/routes/api/auth/mode.mjs +5 -5
  139. package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +3 -3
  140. package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
  141. package/dist/astro/routes/api/auth/passkey/_id_.mjs +14 -14
  142. package/dist/astro/routes/api/auth/passkey/index.mjs +4 -4
  143. package/dist/astro/routes/api/auth/passkey/options.mjs +19 -19
  144. package/dist/astro/routes/api/auth/passkey/register/options.mjs +17 -17
  145. package/dist/astro/routes/api/auth/passkey/register/verify.mjs +18 -18
  146. package/dist/astro/routes/api/auth/passkey/verify.mjs +18 -18
  147. package/dist/astro/routes/api/auth/signup/complete.mjs +18 -18
  148. package/dist/astro/routes/api/auth/signup/request.mjs +17 -17
  149. package/dist/astro/routes/api/auth/signup/verify.mjs +4 -4
  150. package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
  151. package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +18 -18
  152. package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +5 -5
  153. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +17 -17
  154. package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +5 -5
  155. package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +17 -17
  156. package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +5 -5
  157. package/dist/astro/routes/api/content/_collection_/_id_/plugin-extensions/_pluginId_/_kind_/_extensionId_.mjs +11 -11
  158. package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +31 -31
  159. package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +17 -17
  160. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts +1 -2
  161. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts.map +1 -1
  162. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +42 -53
  163. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
  164. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +34 -29
  165. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
  166. package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +5 -5
  167. package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +5 -5
  168. package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +17 -17
  169. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +25 -24
  170. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
  171. package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +5 -5
  172. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +17 -17
  173. package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
  174. package/dist/astro/routes/api/content/_collection_/_id_.mjs +18 -18
  175. package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
  176. package/dist/astro/routes/api/content/_collection_/authors.mjs +5 -5
  177. package/dist/astro/routes/api/content/_collection_/index.mjs +15 -15
  178. package/dist/astro/routes/api/content/_collection_/trash.mjs +15 -15
  179. package/dist/astro/routes/api/dashboard.mjs +10 -9
  180. package/dist/astro/routes/api/dashboard.mjs.map +1 -1
  181. package/dist/astro/routes/api/dev/emails.mjs +5 -5
  182. package/dist/astro/routes/api/health.mjs +6 -6
  183. package/dist/astro/routes/api/import/probe.d.mts +3 -3
  184. package/dist/astro/routes/api/import/probe.mjs +23 -23
  185. package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -6
  186. package/dist/astro/routes/api/import/wordpress/execute.d.mts +13 -13
  187. package/dist/astro/routes/api/import/wordpress/execute.mjs +16 -16
  188. package/dist/astro/routes/api/import/wordpress/media.d.mts +12 -12
  189. package/dist/astro/routes/api/import/wordpress/media.mjs +19 -19
  190. package/dist/astro/routes/api/import/wordpress/prepare.mjs +18 -18
  191. package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +13 -13
  192. package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +28 -28
  193. package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
  194. package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +23 -23
  195. package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +13 -13
  196. package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +34 -34
  197. package/dist/astro/routes/api/manifest.mjs +6 -6
  198. package/dist/astro/routes/api/mcp.mjs +98 -118
  199. package/dist/astro/routes/api/mcp.mjs.map +1 -1
  200. package/dist/astro/routes/api/media/_id_/confirm.mjs +19 -19
  201. package/dist/astro/routes/api/media/_id_/replace.mjs +16 -16
  202. package/dist/astro/routes/api/media/_id_/upload.mjs +9 -9
  203. package/dist/astro/routes/api/media/_id_/usage.mjs +33 -33
  204. package/dist/astro/routes/api/media/_id_.mjs +31 -31
  205. package/dist/astro/routes/api/media/asset/_id_/_filename_.mjs +6 -6
  206. package/dist/astro/routes/api/media/file/_...key_.mjs +9 -9
  207. package/dist/astro/routes/api/media/folders/_id_.mjs +16 -16
  208. package/dist/astro/routes/api/media/folders/index.mjs +16 -16
  209. package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +5 -5
  210. package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +5 -5
  211. package/dist/astro/routes/api/media/providers/index.mjs +5 -5
  212. package/dist/astro/routes/api/media/upload-url.mjs +18 -18
  213. package/dist/astro/routes/api/media.mjs +35 -35
  214. package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +17 -17
  215. package/dist/astro/routes/api/menus/_name_/items.mjs +17 -17
  216. package/dist/astro/routes/api/menus/_name_/reorder.mjs +17 -17
  217. package/dist/astro/routes/api/menus/_name_/translations.mjs +17 -17
  218. package/dist/astro/routes/api/menus/_name_.mjs +17 -17
  219. package/dist/astro/routes/api/menus/index.mjs +17 -17
  220. package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
  221. package/dist/astro/routes/api/oauth/device/authorize.d.mts +2 -1
  222. package/dist/astro/routes/api/oauth/device/authorize.d.mts.map +1 -1
  223. package/dist/astro/routes/api/oauth/device/authorize.mjs +23 -9
  224. package/dist/astro/routes/api/oauth/device/authorize.mjs.map +1 -1
  225. package/dist/astro/routes/api/oauth/device/code.mjs +11 -11
  226. package/dist/astro/routes/api/oauth/device/token.mjs +10 -10
  227. package/dist/astro/routes/api/oauth/register.mjs +5 -5
  228. package/dist/astro/routes/api/oauth/token/refresh.mjs +8 -8
  229. package/dist/astro/routes/api/oauth/token/revoke.mjs +8 -8
  230. package/dist/astro/routes/api/oauth/token.mjs +8 -8
  231. package/dist/astro/routes/api/openapi.json.mjs +20 -20
  232. package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +11 -11
  233. package/dist/astro/routes/api/redirects/404s/index.mjs +19 -19
  234. package/dist/astro/routes/api/redirects/404s/summary.mjs +19 -19
  235. package/dist/astro/routes/api/redirects/_id_.mjs +19 -19
  236. package/dist/astro/routes/api/redirects/index.mjs +19 -19
  237. package/dist/astro/routes/api/relations/_id_/index.mjs +34 -29
  238. package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
  239. package/dist/astro/routes/api/relations/index.mjs +36 -31
  240. package/dist/astro/routes/api/relations/index.mjs.map +1 -1
  241. package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +5 -5
  242. package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +5 -5
  243. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs +71 -67
  244. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs.map +1 -1
  245. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs +71 -67
  246. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs.map +1 -1
  247. package/dist/astro/routes/api/schema/block-types/index.mjs +71 -67
  248. package/dist/astro/routes/api/schema/block-types/index.mjs.map +1 -1
  249. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +73 -69
  250. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
  251. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +71 -67
  252. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
  253. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +71 -67
  254. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
  255. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +71 -67
  256. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
  257. package/dist/astro/routes/api/schema/collections/index.mjs +71 -67
  258. package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
  259. package/dist/astro/routes/api/schema/collections/reorder.mjs +71 -67
  260. package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
  261. package/dist/astro/routes/api/schema/index.mjs +16 -16
  262. package/dist/astro/routes/api/schema/orphans/_slug_.mjs +71 -67
  263. package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
  264. package/dist/astro/routes/api/schema/orphans/index.mjs +71 -67
  265. package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
  266. package/dist/astro/routes/api/search/enable.mjs +19 -19
  267. package/dist/astro/routes/api/search/index.mjs +18 -18
  268. package/dist/astro/routes/api/search/rebuild.mjs +19 -19
  269. package/dist/astro/routes/api/search/stats.mjs +9 -9
  270. package/dist/astro/routes/api/search/suggest.mjs +18 -18
  271. package/dist/astro/routes/api/sections/_slug_.mjs +18 -18
  272. package/dist/astro/routes/api/sections/index.mjs +18 -18
  273. package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -7
  274. package/dist/astro/routes/api/settings/backups/archives/index.mjs +7 -7
  275. package/dist/astro/routes/api/settings/backups/export.mjs +7 -7
  276. package/dist/astro/routes/api/settings/backups/index.mjs +8 -8
  277. package/dist/astro/routes/api/settings/email.mjs +6 -6
  278. package/dist/astro/routes/api/settings.mjs +21 -21
  279. package/dist/astro/routes/api/setup/admin-verify.mjs +19 -19
  280. package/dist/astro/routes/api/setup/admin.mjs +18 -18
  281. package/dist/astro/routes/api/setup/dev-bypass.mjs +45 -39
  282. package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
  283. package/dist/astro/routes/api/setup/dev-reset.mjs +4 -4
  284. package/dist/astro/routes/api/setup/index.d.mts.map +1 -1
  285. package/dist/astro/routes/api/setup/index.mjs +80 -49
  286. package/dist/astro/routes/api/setup/index.mjs.map +1 -1
  287. package/dist/astro/routes/api/setup/status.mjs +6 -6
  288. package/dist/astro/routes/api/snapshot.mjs +9 -9
  289. package/dist/astro/routes/api/snapshot.mjs.map +1 -1
  290. package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +23 -23
  291. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +23 -23
  292. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +23 -23
  293. package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +23 -23
  294. package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +22 -22
  295. package/dist/astro/routes/api/taxonomies/_name_.mjs +23 -23
  296. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs +36 -35
  297. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs.map +1 -1
  298. package/dist/astro/routes/api/taxonomies/index.mjs +23 -23
  299. package/dist/astro/routes/api/themes/preview.mjs +6 -6
  300. package/dist/astro/routes/api/typegen.mjs +8 -8
  301. package/dist/astro/routes/api/visual-editing/action-token.mjs +6 -6
  302. package/dist/astro/routes/api/visual-editing/content/_collection_/_id_/publish.mjs +19 -19
  303. package/dist/astro/routes/api/visual-editing/toolbar-labels.mjs +4 -4
  304. package/dist/astro/routes/api/well-known/auth.mjs +1 -1
  305. package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
  306. package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
  307. package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +16 -16
  308. package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +19 -19
  309. package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +19 -19
  310. package/dist/astro/routes/api/widget-areas/_name_.mjs +9 -9
  311. package/dist/astro/routes/api/widget-areas/index.mjs +19 -19
  312. package/dist/astro/routes/api/widget-components.mjs +5 -5
  313. package/dist/astro/routes/robots.txt.mjs +6 -6
  314. package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
  315. package/dist/astro/routes/sitemap.xml.mjs +7 -7
  316. package/dist/astro/types.d.mts +28 -18
  317. package/dist/astro/types.d.mts.map +1 -1
  318. package/dist/audit-CrgmE9LE.mjs +127 -0
  319. package/dist/audit-CrgmE9LE.mjs.map +1 -0
  320. package/dist/auth/providers/github.d.mts +1 -1
  321. package/dist/auth/providers/google.d.mts +1 -1
  322. package/dist/authoritative-records-C2YzIdbu.mjs +5172 -0
  323. package/dist/authoritative-records-C2YzIdbu.mjs.map +1 -0
  324. package/dist/authorize-WgdKF8QY.mjs +49 -0
  325. package/dist/authorize-WgdKF8QY.mjs.map +1 -0
  326. package/dist/backup-Ck8_lMO3.mjs +246 -0
  327. package/dist/backup-Ck8_lMO3.mjs.map +1 -0
  328. package/dist/block-types-BQ90asVI.mjs +132 -0
  329. package/dist/block-types-BQ90asVI.mjs.map +1 -0
  330. package/dist/block-values-ACFqgB1D.mjs +175 -0
  331. package/dist/block-values-ACFqgB1D.mjs.map +1 -0
  332. package/dist/bundle-Db1iNMv_.mjs +667 -0
  333. package/dist/bundle-Db1iNMv_.mjs.map +1 -0
  334. package/dist/byline-BayaYGoj.mjs +909 -0
  335. package/dist/byline-BayaYGoj.mjs.map +1 -0
  336. package/dist/byline-fields-B8HH-35f.mjs +254 -0
  337. package/dist/byline-fields-B8HH-35f.mjs.map +1 -0
  338. package/dist/byline-fields-hMPjf6Eu.mjs +123 -0
  339. package/dist/byline-fields-hMPjf6Eu.mjs.map +1 -0
  340. package/dist/byline-registry-B_EK_TQf.mjs +406 -0
  341. package/dist/byline-registry-B_EK_TQf.mjs.map +1 -0
  342. package/dist/bylines-DFAaFXWi.mjs +214 -0
  343. package/dist/bylines-DFAaFXWi.mjs.map +1 -0
  344. package/dist/bylines-DkIxUxmr.mjs +232 -0
  345. package/dist/bylines-DkIxUxmr.mjs.map +1 -0
  346. package/dist/cache-DkvhQ8XE.mjs +108 -0
  347. package/dist/cache-DkvhQ8XE.mjs.map +1 -0
  348. package/dist/canonical-CcSuuTlH.mjs +174 -0
  349. package/dist/canonical-CcSuuTlH.mjs.map +1 -0
  350. package/dist/capture-triggers-DJEoOTOq.mjs +362 -0
  351. package/dist/capture-triggers-DJEoOTOq.mjs.map +1 -0
  352. package/dist/challenge-store-CvBl81AQ.mjs +51 -0
  353. package/dist/challenge-store-CvBl81AQ.mjs.map +1 -0
  354. package/dist/checksum-CClweQzI.mjs +162 -0
  355. package/dist/checksum-CClweQzI.mjs.map +1 -0
  356. package/dist/chrome-tags-D5caJwwp.mjs +24 -0
  357. package/dist/chrome-tags-D5caJwwp.mjs.map +1 -0
  358. package/dist/chunks-DwBaj8aT.mjs +25 -0
  359. package/dist/chunks-DwBaj8aT.mjs.map +1 -0
  360. package/dist/cli/index.mjs +374 -761
  361. package/dist/cli/index.mjs.map +1 -1
  362. package/dist/client/cf-access.d.mts +1 -1
  363. package/dist/client/index.d.mts +18 -18
  364. package/dist/client/index.mjs +2 -2
  365. package/dist/collection-deletion-CLCdXsnV.mjs +436 -0
  366. package/dist/collection-deletion-CLCdXsnV.mjs.map +1 -0
  367. package/dist/collection-deletion-processor-hNw8x01F.mjs +217 -0
  368. package/dist/collection-deletion-processor-hNw8x01F.mjs.map +1 -0
  369. package/dist/collection-slugs-cache-CUuiduLq.mjs +85 -0
  370. package/dist/collection-slugs-cache-CUuiduLq.mjs.map +1 -0
  371. package/dist/comment-D2uvL63j.mjs +313 -0
  372. package/dist/comment-D2uvL63j.mjs.map +1 -0
  373. package/dist/comment-reaction-DevUuzg4.mjs +85 -0
  374. package/dist/comment-reaction-DevUuzg4.mjs.map +1 -0
  375. package/dist/comments-Cq0s7_hO.mjs +195 -0
  376. package/dist/comments-Cq0s7_hO.mjs.map +1 -0
  377. package/dist/comments-M4EDYAHw.mjs +99 -0
  378. package/dist/comments-M4EDYAHw.mjs.map +1 -0
  379. package/dist/components-CuIGwXMs.mjs +108 -0
  380. package/dist/components-CuIGwXMs.mjs.map +1 -0
  381. package/dist/config-52Ea5IWt.d.mts +39 -0
  382. package/dist/config-52Ea5IWt.d.mts.map +1 -0
  383. package/dist/config-CCz3xOLc.mjs +242 -0
  384. package/dist/config-CCz3xOLc.mjs.map +1 -0
  385. package/dist/config-D3d5Qudq.d.mts +6669 -0
  386. package/dist/config-D3d5Qudq.d.mts.map +1 -0
  387. package/dist/content-CbnufDsM.mjs +2018 -0
  388. package/dist/content-CbnufDsM.mjs.map +1 -0
  389. package/dist/content-list-query-D_7B1FE5.d.mts +26 -0
  390. package/dist/content-list-query-D_7B1FE5.d.mts.map +1 -0
  391. package/dist/content-policy-CYu6K1KB.mjs +46 -0
  392. package/dist/content-policy-CYu6K1KB.mjs.map +1 -0
  393. package/dist/content-repair-DlDUgFGp.mjs +442 -0
  394. package/dist/content-repair-DlDUgFGp.mjs.map +1 -0
  395. package/dist/context-CGQLA1-a.mjs +1922 -0
  396. package/dist/context-CGQLA1-a.mjs.map +1 -0
  397. package/dist/cron-c4D5C5Fx.mjs +284 -0
  398. package/dist/cron-c4D5C5Fx.mjs.map +1 -0
  399. package/dist/dashboard-CBq9kmOn.mjs +151 -0
  400. package/dist/dashboard-CBq9kmOn.mjs.map +1 -0
  401. package/dist/db/index.d.mts +3 -3
  402. package/dist/db/index.mjs +1 -1
  403. package/dist/db/libsql-migrations.d.mts +1 -1
  404. package/dist/db/libsql-migrations.mjs +4 -4
  405. package/dist/db/libsql.d.mts +1 -1
  406. package/dist/db/postgres-migrations.d.mts +1 -1
  407. package/dist/db/postgres-migrations.mjs +4 -4
  408. package/dist/db/postgres.d.mts +1 -1
  409. package/dist/db/sqlite-migrations.d.mts +1 -1
  410. package/dist/db/sqlite-migrations.mjs +4 -4
  411. package/dist/db/sqlite.d.mts +1 -1
  412. package/dist/db/sqlite.mjs +1 -1
  413. package/dist/default-DPsys51U.mjs +81 -0
  414. package/dist/default-DPsys51U.mjs.map +1 -0
  415. package/dist/deferred-tasks-CZ7rzBdo.d.mts +9 -0
  416. package/dist/deferred-tasks-CZ7rzBdo.d.mts.map +1 -0
  417. package/dist/dev-typegen-HRxwLRcT.mjs +29 -0
  418. package/dist/dev-typegen-HRxwLRcT.mjs.map +1 -0
  419. package/dist/device-flow-OcSqE9uY.mjs +521 -0
  420. package/dist/device-flow-OcSqE9uY.mjs.map +1 -0
  421. package/dist/digest-DVZ--cE9.mjs +194 -0
  422. package/dist/digest-DVZ--cE9.mjs.map +1 -0
  423. package/dist/direct-executor-DyjAqkpT.mjs +104 -0
  424. package/dist/direct-executor-DyjAqkpT.mjs.map +1 -0
  425. package/dist/dist-FPR93_xf.mjs +810 -0
  426. package/dist/dist-FPR93_xf.mjs.map +1 -0
  427. package/dist/email-console-DyQIgEnz.mjs +50 -0
  428. package/dist/email-console-DyQIgEnz.mjs.map +1 -0
  429. package/dist/email-locale-BYb16rVd.mjs +25 -0
  430. package/dist/email-locale-BYb16rVd.mjs.map +1 -0
  431. package/dist/emdash-runtime-CrzxJFmF.mjs +4214 -0
  432. package/dist/emdash-runtime-CrzxJFmF.mjs.map +1 -0
  433. package/dist/enrich-DBtCncE2.mjs +194 -0
  434. package/dist/enrich-DBtCncE2.mjs.map +1 -0
  435. package/dist/entry-lock-BN5y4YbO.d.mts +4481 -0
  436. package/dist/entry-lock-BN5y4YbO.d.mts.map +1 -0
  437. package/dist/entry-lock-BaRBHCsH.mjs +1173 -0
  438. package/dist/entry-lock-BaRBHCsH.mjs.map +1 -0
  439. package/dist/entry-lock-C6NcnZPV.mjs +163 -0
  440. package/dist/entry-lock-C6NcnZPV.mjs.map +1 -0
  441. package/dist/entry-locks-BTyQLdbC.mjs +167 -0
  442. package/dist/entry-locks-BTyQLdbC.mjs.map +1 -0
  443. package/dist/error-BfsNNrIE.mjs +90 -0
  444. package/dist/error-BfsNNrIE.mjs.map +1 -0
  445. package/dist/errors-BN1QAnEY.mjs +460 -0
  446. package/dist/errors-BN1QAnEY.mjs.map +1 -0
  447. package/dist/errors-Bt3goF8I.mjs +120 -0
  448. package/dist/errors-Bt3goF8I.mjs.map +1 -0
  449. package/dist/escape-BveidMa2.mjs +9 -0
  450. package/dist/escape-BveidMa2.mjs.map +1 -0
  451. package/dist/fence-Bb_IbCxI.mjs +162 -0
  452. package/dist/fence-Bb_IbCxI.mjs.map +1 -0
  453. package/dist/field-defs-cache-CsZctvbu.mjs +77 -0
  454. package/dist/field-defs-cache-CsZctvbu.mjs.map +1 -0
  455. package/dist/field-map-6m9rF49t.mjs +83 -0
  456. package/dist/field-map-6m9rF49t.mjs.map +1 -0
  457. package/dist/focal-point-CZ3d1wK5.mjs +23 -0
  458. package/dist/focal-point-CZ3d1wK5.mjs.map +1 -0
  459. package/dist/fts-manager-CCaZTp8y.mjs +443 -0
  460. package/dist/fts-manager-CCaZTp8y.mjs.map +1 -0
  461. package/dist/gc-xowRjczI.mjs +75 -0
  462. package/dist/gc-xowRjczI.mjs.map +1 -0
  463. package/dist/hash-COVK27Pc.mjs +37 -0
  464. package/dist/hash-COVK27Pc.mjs.map +1 -0
  465. package/dist/hook-result-CYSk0XFe.d.mts +31 -0
  466. package/dist/hook-result-CYSk0XFe.d.mts.map +1 -0
  467. package/dist/hreflang-CChPV7jx.mjs +105 -0
  468. package/dist/hreflang-CChPV7jx.mjs.map +1 -0
  469. package/dist/hreflang-DRslq3QI.d.mts +50 -0
  470. package/dist/hreflang-DRslq3QI.d.mts.map +1 -0
  471. package/dist/http-route-dispatch-CAdp2onn.mjs +339 -0
  472. package/dist/http-route-dispatch-CAdp2onn.mjs.map +1 -0
  473. package/dist/identity-NVTOOQyq.mjs +35 -0
  474. package/dist/identity-NVTOOQyq.mjs.map +1 -0
  475. package/dist/import-wpSO2N0x.mjs +2020 -0
  476. package/dist/import-wpSO2N0x.mjs.map +1 -0
  477. package/dist/index-CDs2wq4X.d.mts +623 -0
  478. package/dist/index-CDs2wq4X.d.mts.map +1 -0
  479. package/dist/index.d.mts +24 -24
  480. package/dist/index.mjs +103 -101
  481. package/dist/install-finalization-D9R9R-W8.mjs +58 -0
  482. package/dist/install-finalization-D9R9R-W8.mjs.map +1 -0
  483. package/dist/keys-Bck6LBfF.mjs +61 -0
  484. package/dist/keys-Bck6LBfF.mjs.map +1 -0
  485. package/dist/kinds-CYmRESWj.mjs +974 -0
  486. package/dist/kinds-CYmRESWj.mjs.map +1 -0
  487. package/dist/lifecycle-C815ZQfV.mjs +25 -0
  488. package/dist/lifecycle-C815ZQfV.mjs.map +1 -0
  489. package/dist/load-D99axixL.mjs +28 -0
  490. package/dist/load-D99axixL.mjs.map +1 -0
  491. package/dist/loader-CrRPfkHS.mjs +1197 -0
  492. package/dist/loader-CrRPfkHS.mjs.map +1 -0
  493. package/dist/loops-DMKlygqX.mjs +203 -0
  494. package/dist/loops-DMKlygqX.mjs.map +1 -0
  495. package/dist/manifest-builder-BQzCHNgB.mjs +189 -0
  496. package/dist/manifest-builder-BQzCHNgB.mjs.map +1 -0
  497. package/dist/manifest-schema-Ci2gmd0u.mjs +492 -0
  498. package/dist/manifest-schema-Ci2gmd0u.mjs.map +1 -0
  499. package/dist/media/image-endpoint.mjs +1 -1
  500. package/dist/media/index.d.mts +1 -1
  501. package/dist/media/index.mjs +4 -4
  502. package/dist/media/local-runtime.d.mts +14 -14
  503. package/dist/media/local-runtime.mjs +6 -6
  504. package/dist/media-BUQePMxP.mjs +373 -0
  505. package/dist/media-BUQePMxP.mjs.map +1 -0
  506. package/dist/media-DH8ibNlY.mjs +294 -0
  507. package/dist/media-DH8ibNlY.mjs.map +1 -0
  508. package/dist/media-OEIQ3bVc.mjs +408 -0
  509. package/dist/media-OEIQ3bVc.mjs.map +1 -0
  510. package/dist/media-allowlist-pYtaBA95.mjs +44 -0
  511. package/dist/media-allowlist-pYtaBA95.mjs.map +1 -0
  512. package/dist/media-folders-Bf8_s4de.mjs +210 -0
  513. package/dist/media-folders-Bf8_s4de.mjs.map +1 -0
  514. package/dist/media-url-C6klEuNd.mjs +43 -0
  515. package/dist/media-url-C6klEuNd.mjs.map +1 -0
  516. package/dist/media-usage-D7Y64m6v.mjs +1629 -0
  517. package/dist/media-usage-D7Y64m6v.mjs.map +1 -0
  518. package/dist/media-usage-activation-DrqbmgLA.mjs +78 -0
  519. package/dist/media-usage-activation-DrqbmgLA.mjs.map +1 -0
  520. package/dist/media-usage-work-DommYhYA.mjs +152 -0
  521. package/dist/media-usage-work-DommYhYA.mjs.map +1 -0
  522. package/dist/media-usage-work-HU63hNDu.mjs +586 -0
  523. package/dist/media-usage-work-HU63hNDu.mjs.map +1 -0
  524. package/dist/menus-BQfusWEC.mjs +3608 -0
  525. package/dist/menus-BQfusWEC.mjs.map +1 -0
  526. package/dist/menus-BtwjQt5s.mjs +753 -0
  527. package/dist/menus-BtwjQt5s.mjs.map +1 -0
  528. package/dist/menus-p_M1V7J_.mjs +139 -0
  529. package/dist/menus-p_M1V7J_.mjs.map +1 -0
  530. package/dist/migrations/index.d.mts +1 -1
  531. package/dist/migrations/index.mjs +3 -3
  532. package/dist/mime-C94qBG-P.mjs +36 -0
  533. package/dist/mime-C94qBG-P.mjs.map +1 -0
  534. package/dist/mode-DpYW3w6U.mjs +23 -0
  535. package/dist/mode-DpYW3w6U.mjs.map +1 -0
  536. package/dist/node-sqlite-compat-pWFw0lcc.mjs +46 -0
  537. package/dist/node-sqlite-compat-pWFw0lcc.mjs.map +1 -0
  538. package/dist/normalize-DduyxBjf.mjs +191 -0
  539. package/dist/normalize-DduyxBjf.mjs.map +1 -0
  540. package/dist/oauth-authorization-DAXsH1H9.mjs +274 -0
  541. package/dist/oauth-authorization-DAXsH1H9.mjs.map +1 -0
  542. package/dist/oauth-clients-DENiDQri.mjs +266 -0
  543. package/dist/oauth-clients-DENiDQri.mjs.map +1 -0
  544. package/dist/oauth-state-store-y8mEYVq9.mjs +50 -0
  545. package/dist/oauth-state-store-y8mEYVq9.mjs.map +1 -0
  546. package/dist/oauth-user-lookup-CtTYAy-O.mjs +26 -0
  547. package/dist/oauth-user-lookup-CtTYAy-O.mjs.map +1 -0
  548. package/dist/object-cache/memory.d.mts +1 -1
  549. package/dist/options-BYa1FgIM.d.mts +81 -0
  550. package/dist/options-BYa1FgIM.d.mts.map +1 -0
  551. package/dist/page/index.d.mts +2 -2
  552. package/dist/page/index.mjs +5 -5
  553. package/dist/parse-CORGGhHf.mjs +81 -0
  554. package/dist/parse-CORGGhHf.mjs.map +1 -0
  555. package/dist/parse-avNM1xWV.d.mts +168 -0
  556. package/dist/parse-avNM1xWV.d.mts.map +1 -0
  557. package/dist/passkey-config-Dih5YeIS.mjs +46 -0
  558. package/dist/passkey-config-Dih5YeIS.mjs.map +1 -0
  559. package/dist/paths-d51RFm8M.mjs +77 -0
  560. package/dist/paths-d51RFm8M.mjs.map +1 -0
  561. package/dist/patterns-CoqlXUvk.mjs +145 -0
  562. package/dist/patterns-CoqlXUvk.mjs.map +1 -0
  563. package/dist/placeholder-D2aksPMF.d.mts +306 -0
  564. package/dist/placeholder-D2aksPMF.d.mts.map +1 -0
  565. package/dist/plan-DqeZKuaR.mjs +135 -0
  566. package/dist/plan-DqeZKuaR.mjs.map +1 -0
  567. package/dist/plugin-test-runtime.d.mts +14 -14
  568. package/dist/plugin-test-runtime.mjs +110 -107
  569. package/dist/plugin-types.d.mts +2 -2
  570. package/dist/plugin-utils.d.mts +12 -12
  571. package/dist/plugins/adapt-sandbox-entry.d.mts +12 -12
  572. package/dist/plugins/adapt-sandbox-entry.mjs +3 -3
  573. package/dist/plugins/host.d.mts +5 -5
  574. package/dist/plugins/host.mjs +42 -41
  575. package/dist/plugins-Bb7oqjQA.mjs +277 -0
  576. package/dist/plugins-Bb7oqjQA.mjs.map +1 -0
  577. package/dist/policy-BcEqut3n.mjs +45 -0
  578. package/dist/policy-BcEqut3n.mjs.map +1 -0
  579. package/dist/portable-text-DXE8ymtD.mjs +307 -0
  580. package/dist/portable-text-DXE8ymtD.mjs.map +1 -0
  581. package/dist/preview-DEDWbwA_.mjs +107 -0
  582. package/dist/preview-DEDWbwA_.mjs.map +1 -0
  583. package/dist/protocol-BJbTzvwl.d.mts +61 -0
  584. package/dist/protocol-BJbTzvwl.d.mts.map +1 -0
  585. package/dist/public-submission-D9c9S14m.mjs +250 -0
  586. package/dist/public-submission-D9c9S14m.mjs.map +1 -0
  587. package/dist/public-url-CIRe-2T6.mjs +101 -0
  588. package/dist/public-url-CIRe-2T6.mjs.map +1 -0
  589. package/dist/query-BzifXlPS.mjs +1156 -0
  590. package/dist/query-BzifXlPS.mjs.map +1 -0
  591. package/dist/query-OzMJ6vJP.mjs +41 -0
  592. package/dist/query-OzMJ6vJP.mjs.map +1 -0
  593. package/dist/rate-limit-Csp60Vik.mjs +120 -0
  594. package/dist/rate-limit-Csp60Vik.mjs.map +1 -0
  595. package/dist/receipt-B-aU4hpJ.mjs +43 -0
  596. package/dist/receipt-B-aU4hpJ.mjs.map +1 -0
  597. package/dist/redirect-CDSw1sU3.mjs +17 -0
  598. package/dist/redirect-CDSw1sU3.mjs.map +1 -0
  599. package/dist/redirect-D1ArbO85.mjs +411 -0
  600. package/dist/redirect-D1ArbO85.mjs.map +1 -0
  601. package/dist/redirects-BjTwDTsV.mjs +148 -0
  602. package/dist/redirects-BjTwDTsV.mjs.map +1 -0
  603. package/dist/redirects-Ck50kH3n.mjs +446 -0
  604. package/dist/redirects-Ck50kH3n.mjs.map +1 -0
  605. package/dist/registry/testing.mjs +3 -3
  606. package/dist/registry-CFcNCayZ.mjs +6754 -0
  607. package/dist/registry-CFcNCayZ.mjs.map +1 -0
  608. package/dist/relations-Cfaa1fDl.mjs +776 -0
  609. package/dist/relations-Cfaa1fDl.mjs.map +1 -0
  610. package/dist/request-cache-iHRlHx1d.mjs +104 -0
  611. package/dist/request-cache-iHRlHx1d.mjs.map +1 -0
  612. package/dist/request-context.d.mts +1 -1
  613. package/dist/request-meta-D47mqyev.mjs +141 -0
  614. package/dist/request-meta-D47mqyev.mjs.map +1 -0
  615. package/dist/resolve-BPE8sMvx.mjs +99 -0
  616. package/dist/resolve-BPE8sMvx.mjs.map +1 -0
  617. package/dist/resolve-C0s1E_fH.mjs +199 -0
  618. package/dist/resolve-C0s1E_fH.mjs.map +1 -0
  619. package/dist/revision-j1p4-bOj.mjs +302 -0
  620. package/dist/revision-j1p4-bOj.mjs.map +1 -0
  621. package/dist/route-wire-C9PJV9aL.mjs +197 -0
  622. package/dist/route-wire-C9PJV9aL.mjs.map +1 -0
  623. package/dist/routes-lyYw0mMf.mjs +272 -0
  624. package/dist/routes-lyYw0mMf.mjs.map +1 -0
  625. package/dist/runner-B3eyB9Gb.mjs +6121 -0
  626. package/dist/runner-B3eyB9Gb.mjs.map +1 -0
  627. package/dist/runner-DoYH2Jcu.d.mts +68 -0
  628. package/dist/runner-DoYH2Jcu.d.mts.map +1 -0
  629. package/dist/runtime.d.mts +13 -13
  630. package/dist/runtime.mjs +3 -3
  631. package/dist/schema-BAayK46S.mjs +13 -0
  632. package/dist/schema-BAayK46S.mjs.map +1 -0
  633. package/dist/schema-Gqcl-8G4.mjs +815 -0
  634. package/dist/schema-Gqcl-8G4.mjs.map +1 -0
  635. package/dist/scopes-BqPOKoKf.mjs +34 -0
  636. package/dist/scopes-BqPOKoKf.mjs.map +1 -0
  637. package/dist/search-YJKPIEV6.mjs +448 -0
  638. package/dist/search-YJKPIEV6.mjs.map +1 -0
  639. package/dist/sections-BR_e-wK5.mjs +346 -0
  640. package/dist/sections-BR_e-wK5.mjs.map +1 -0
  641. package/dist/seed/index.d.mts +2 -2
  642. package/dist/seed/index.mjs +37 -31
  643. package/dist/seo/index.d.mts +3 -3
  644. package/dist/seo/index.mjs +22 -21
  645. package/dist/seo/index.mjs.map +1 -1
  646. package/dist/seo-Dsj8hy3j.mjs +114 -0
  647. package/dist/seo-Dsj8hy3j.mjs.map +1 -0
  648. package/dist/seo-XvH4LNNp.mjs +133 -0
  649. package/dist/seo-XvH4LNNp.mjs.map +1 -0
  650. package/dist/service-BsVG05gS.mjs +150 -0
  651. package/dist/service-BsVG05gS.mjs.map +1 -0
  652. package/dist/session-user-DgKbYrlj.mjs +51 -0
  653. package/dist/session-user-DgKbYrlj.mjs.map +1 -0
  654. package/dist/settings-CNPUntkh.mjs +51 -0
  655. package/dist/settings-CNPUntkh.mjs.map +1 -0
  656. package/dist/settings-D5EHi0Tk.mjs +439 -0
  657. package/dist/settings-D5EHi0Tk.mjs.map +1 -0
  658. package/dist/settings-DSfE7wOa.mjs +61 -0
  659. package/dist/settings-DSfE7wOa.mjs.map +1 -0
  660. package/dist/setup-complete-B8W8sJ9v.mjs +26 -0
  661. package/dist/setup-complete-B8W8sJ9v.mjs.map +1 -0
  662. package/dist/setup-nonce-DnSBP260.mjs +25 -0
  663. package/dist/setup-nonce-DnSBP260.mjs.map +1 -0
  664. package/dist/site-settings-NGzdrt7O.mjs +50 -0
  665. package/dist/site-settings-NGzdrt7O.mjs.map +1 -0
  666. package/dist/site-url-D6JB7tLW.mjs +16 -0
  667. package/dist/site-url-D6JB7tLW.mjs.map +1 -0
  668. package/dist/snapshot-CdcwwWAf.mjs +414 -0
  669. package/dist/snapshot-CdcwwWAf.mjs.map +1 -0
  670. package/dist/ssrf-Dv0_tRpo.mjs +406 -0
  671. package/dist/ssrf-Dv0_tRpo.mjs.map +1 -0
  672. package/dist/stage-CUjhED3P.mjs +662 -0
  673. package/dist/stage-CUjhED3P.mjs.map +1 -0
  674. package/dist/staged-C36IWXff.mjs +659 -0
  675. package/dist/staged-C36IWXff.mjs.map +1 -0
  676. package/dist/state-CKouMCSY.mjs +153 -0
  677. package/dist/state-CKouMCSY.mjs.map +1 -0
  678. package/dist/status-lzyj4Uu7.mjs +30 -0
  679. package/dist/status-lzyj4Uu7.mjs.map +1 -0
  680. package/dist/storage/local.d.mts +1 -1
  681. package/dist/storage/local.mjs +1 -1
  682. package/dist/storage/s3.d.mts +1 -1
  683. package/dist/storage/s3.mjs +1 -1
  684. package/dist/storage-query-B-cWcTjJ.d.mts +1594 -0
  685. package/dist/storage-query-B-cWcTjJ.d.mts.map +1 -0
  686. package/dist/tar-DsTXX6ch.mjs +449 -0
  687. package/dist/tar-DsTXX6ch.mjs.map +1 -0
  688. package/dist/target-DLQCwp_Z.mjs +27 -0
  689. package/dist/target-DLQCwp_Z.mjs.map +1 -0
  690. package/dist/taxonomies-BlAjr4BL.mjs +697 -0
  691. package/dist/taxonomies-BlAjr4BL.mjs.map +1 -0
  692. package/dist/taxonomies-Byyo7LOZ.mjs +939 -0
  693. package/dist/taxonomies-Byyo7LOZ.mjs.map +1 -0
  694. package/dist/taxonomy-CKDwM61Y.mjs +525 -0
  695. package/dist/taxonomy-CKDwM61Y.mjs.map +1 -0
  696. package/dist/tokens-BojXlk49.mjs +171 -0
  697. package/dist/tokens-BojXlk49.mjs.map +1 -0
  698. package/dist/transaction-DLPQWik1.mjs +29 -0
  699. package/dist/transaction-DLPQWik1.mjs.map +1 -0
  700. package/dist/transfer-XSTh2BCr.mjs +8706 -0
  701. package/dist/transfer-XSTh2BCr.mjs.map +1 -0
  702. package/dist/transfer-download-DkoCDA9d.mjs +33 -0
  703. package/dist/transfer-download-DkoCDA9d.mjs.map +1 -0
  704. package/dist/transfer-iQ26J-RT.mjs +166 -0
  705. package/dist/transfer-iQ26J-RT.mjs.map +1 -0
  706. package/dist/transformations-C7RQabKQ.mjs +196 -0
  707. package/dist/transformations-C7RQabKQ.mjs.map +1 -0
  708. package/dist/transport-D3RulfD6.mjs +136 -0
  709. package/dist/transport-D3RulfD6.mjs.map +1 -0
  710. package/dist/transport-DhlZlf4D.d.mts +42 -0
  711. package/dist/transport-DhlZlf4D.d.mts.map +1 -0
  712. package/dist/trusted-proxy-B6ECOZJc.mjs +51 -0
  713. package/dist/trusted-proxy-B6ECOZJc.mjs.map +1 -0
  714. package/dist/turnstile-lqUiY7lP.mjs +53 -0
  715. package/dist/turnstile-lqUiY7lP.mjs.map +1 -0
  716. package/dist/types-4Dn9bZhu.mjs +77 -0
  717. package/dist/types-4Dn9bZhu.mjs.map +1 -0
  718. package/dist/types-5LSo7PPx.d.mts +85 -0
  719. package/dist/types-5LSo7PPx.d.mts.map +1 -0
  720. package/dist/types-BQ3hwYJT.d.mts +896 -0
  721. package/dist/types-BQ3hwYJT.d.mts.map +1 -0
  722. package/dist/types-BYEk7qo3.d.mts +198 -0
  723. package/dist/types-BYEk7qo3.d.mts.map +1 -0
  724. package/dist/types-CJKsWVFR.mjs +199 -0
  725. package/dist/types-CJKsWVFR.mjs.map +1 -0
  726. package/dist/types-Ca_w8mmY.d.mts +363 -0
  727. package/dist/types-Ca_w8mmY.d.mts.map +1 -0
  728. package/dist/types-CkE41ZAG.mjs +18 -0
  729. package/dist/types-CkE41ZAG.mjs.map +1 -0
  730. package/dist/types-D0aJW2uR.d.mts +1641 -0
  731. package/dist/types-D0aJW2uR.d.mts.map +1 -0
  732. package/dist/types-DbpN4Qto.d.mts +372 -0
  733. package/dist/types-DbpN4Qto.d.mts.map +1 -0
  734. package/dist/types-ILDI1sdY.mjs +16 -0
  735. package/dist/types-ILDI1sdY.mjs.map +1 -0
  736. package/dist/types-OC5c-edM.mjs +22 -0
  737. package/dist/types-OC5c-edM.mjs.map +1 -0
  738. package/dist/types-aOOxRSx6.mjs +103 -0
  739. package/dist/types-aOOxRSx6.mjs.map +1 -0
  740. package/dist/types-m1WbUffD.d.mts +198 -0
  741. package/dist/types-m1WbUffD.d.mts.map +1 -0
  742. package/dist/types-uxLoPBio.d.mts +124 -0
  743. package/dist/types-uxLoPBio.d.mts.map +1 -0
  744. package/dist/types-we5uR-tV.d.mts +287 -0
  745. package/dist/types-we5uR-tV.d.mts.map +1 -0
  746. package/dist/upload-attempts-DduMy6B0.mjs +32 -0
  747. package/dist/upload-attempts-DduMy6B0.mjs.map +1 -0
  748. package/dist/url-pattern-B3EwxAAk.mjs +33 -0
  749. package/dist/url-pattern-B3EwxAAk.mjs.map +1 -0
  750. package/dist/user-ElwQjTQT.mjs +171 -0
  751. package/dist/user-ElwQjTQT.mjs.map +1 -0
  752. package/dist/utils-BlAXmfOG.mjs +439 -0
  753. package/dist/utils-BlAXmfOG.mjs.map +1 -0
  754. package/dist/validate-CH0X5b2c.d.mts +468 -0
  755. package/dist/validate-CH0X5b2c.d.mts.map +1 -0
  756. package/dist/validate-CfgRpcjA.mjs +492 -0
  757. package/dist/validate-CfgRpcjA.mjs.map +1 -0
  758. package/dist/validation-DvYJtv4k.mjs +218 -0
  759. package/dist/validation-DvYJtv4k.mjs.map +1 -0
  760. package/dist/version-DgYjhTud.mjs +9 -0
  761. package/dist/version-DgYjhTud.mjs.map +1 -0
  762. package/dist/version-Dq71scUb.mjs +7 -0
  763. package/dist/version-Dq71scUb.mjs.map +1 -0
  764. package/dist/widgets-ChFIj0be.mjs +126 -0
  765. package/dist/widgets-ChFIj0be.mjs.map +1 -0
  766. package/dist/wxr-taxonomies-CBZMp2YX.mjs +372 -0
  767. package/dist/wxr-taxonomies-CBZMp2YX.mjs.map +1 -0
  768. package/dist/wxr-taxonomies-DlKDpWN1.d.mts +34 -0
  769. package/dist/wxr-taxonomies-DlKDpWN1.d.mts.map +1 -0
  770. package/dist/zod-generator-DmTKI-Ig.mjs +426 -0
  771. package/dist/zod-generator-DmTKI-Ig.mjs.map +1 -0
  772. package/package.json +7 -6
  773. package/src/api/handlers/content.ts +593 -16
  774. package/src/api/handlers/device-flow.ts +74 -21
  775. package/src/api/handlers/index.ts +1 -0
  776. package/src/api/handlers/manifest.ts +79 -5
  777. package/src/api/handlers/media-upload.ts +17 -71
  778. package/src/api/handlers/media.ts +97 -3
  779. package/src/api/handlers/relations.ts +638 -157
  780. package/src/api/handlers/revision.ts +30 -0
  781. package/src/api/handlers/schema.ts +403 -1
  782. package/src/api/handlers/snapshot.ts +257 -3
  783. package/src/api/handlers/staged-references.ts +142 -0
  784. package/src/api/handlers/validate-references.ts +146 -0
  785. package/src/api/schemas/content.ts +13 -0
  786. package/src/api/schemas/relations.ts +54 -44
  787. package/src/api/schemas/schema.ts +14 -0
  788. package/src/astro/integration/routes.ts +15 -19
  789. package/src/astro/integration/vite-config.ts +10 -4
  790. package/src/astro/middleware.ts +1 -0
  791. package/src/astro/routes/api/content/[collection]/[id]/references/[relation]/children.ts +11 -54
  792. package/src/astro/routes/api/content/[collection]/[id].ts +3 -1
  793. package/src/astro/routes/api/oauth/device/authorize.ts +33 -4
  794. package/src/astro/routes/api/relations/index.ts +4 -4
  795. package/src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts +6 -2
  796. package/src/astro/routes/api/setup/index.ts +66 -23
  797. package/src/astro/routes/api/snapshot.ts +2 -1
  798. package/src/astro/types.ts +10 -0
  799. package/src/cleanup.ts +10 -0
  800. package/src/cli/commands/export-seed.ts +510 -89
  801. package/src/components/Columns.astro +3 -1
  802. package/src/components/Cover.astro +3 -1
  803. package/src/components/WidgetArea.astro +3 -2
  804. package/src/database/migrations/086_relations_structural.ts +197 -0
  805. package/src/database/migrations/087_reference_field_relations.ts +407 -0
  806. package/src/database/migrations/runner.ts +4 -0
  807. package/src/database/reference-backfill.ts +141 -0
  808. package/src/database/repositories/content.ts +43 -8
  809. package/src/database/repositories/media.ts +40 -1
  810. package/src/database/repositories/redirect.ts +17 -34
  811. package/src/database/repositories/relation.ts +620 -208
  812. package/src/database/repositories/revision.ts +16 -0
  813. package/src/database/repositories/types.ts +38 -0
  814. package/src/database/transaction.ts +12 -1
  815. package/src/database/types.ts +14 -5
  816. package/src/emdash-runtime.ts +114 -11
  817. package/src/index.ts +11 -0
  818. package/src/loader.ts +169 -22
  819. package/src/mcp/server.ts +13 -48
  820. package/src/query.ts +455 -25
  821. package/src/references/field-map.ts +115 -0
  822. package/src/references/resolve.ts +160 -0
  823. package/src/references/staged.ts +117 -0
  824. package/src/references/types.ts +16 -0
  825. package/src/registry/artifact-fetch.ts +45 -271
  826. package/src/schema/registry.ts +99 -24
  827. package/src/schema/types.ts +58 -0
  828. package/src/schema/zod-generator.ts +67 -1
  829. package/src/seed/apply.ts +841 -103
  830. package/src/seed/types.ts +36 -2
  831. package/src/seed/validate.ts +78 -2
  832. package/src/transfer/analyze/unique-keys.ts +3 -12
  833. package/src/transfer/analyze/validate.ts +65 -39
  834. package/src/transfer/analyze/values.ts +12 -1
  835. package/src/transfer/export/readers.ts +12 -8
  836. package/src/transfer/format/columns.ts +26 -6
  837. package/src/transfer/format/kinds.ts +21 -5
  838. package/src/transfer/import/context.ts +8 -1
  839. package/src/transfer/ops/package-index.ts +1 -1
  840. package/dist/action-token-DYwe4Pk0.mjs +0 -26
  841. package/dist/action-token-DYwe4Pk0.mjs.map +0 -1
  842. package/dist/activation-LOkDM5WT.mjs +0 -382
  843. package/dist/activation-LOkDM5WT.mjs.map +0 -1
  844. package/dist/adapters-B64LbYcB.d.mts +0 -171
  845. package/dist/adapters-B64LbYcB.d.mts.map +0 -1
  846. package/dist/allowed-origins-CHB8oZNM.mjs +0 -116
  847. package/dist/allowed-origins-CHB8oZNM.mjs.map +0 -1
  848. package/dist/api-cFFZpyS0.mjs +0 -4718
  849. package/dist/api-cFFZpyS0.mjs.map +0 -1
  850. package/dist/api-tokens-s4i4aUp_.mjs +0 -166
  851. package/dist/api-tokens-s4i4aUp_.mjs.map +0 -1
  852. package/dist/apply-CoT603H3.mjs +0 -1163
  853. package/dist/apply-CoT603H3.mjs.map +0 -1
  854. package/dist/approvals-CqMfNxak.mjs +0 -460
  855. package/dist/approvals-CqMfNxak.mjs.map +0 -1
  856. package/dist/artifact-fetch-DZMOGZ3-.mjs +0 -818
  857. package/dist/artifact-fetch-DZMOGZ3-.mjs.map +0 -1
  858. package/dist/astro/routes/api/relations/_id_/translations.d.mts +0 -8
  859. package/dist/astro/routes/api/relations/_id_/translations.d.mts.map +0 -1
  860. package/dist/astro/routes/api/relations/_id_/translations.mjs +0 -47
  861. package/dist/astro/routes/api/relations/_id_/translations.mjs.map +0 -1
  862. package/dist/audit-RfCugiSB.mjs +0 -127
  863. package/dist/audit-RfCugiSB.mjs.map +0 -1
  864. package/dist/authoritative-records-CoJvBXAD.mjs +0 -5172
  865. package/dist/authoritative-records-CoJvBXAD.mjs.map +0 -1
  866. package/dist/authorize-seCifOMJ.mjs +0 -49
  867. package/dist/authorize-seCifOMJ.mjs.map +0 -1
  868. package/dist/backup-CBu0LrXf.mjs +0 -246
  869. package/dist/backup-CBu0LrXf.mjs.map +0 -1
  870. package/dist/block-type-registry-DUI_3KxT.mjs +0 -6709
  871. package/dist/block-type-registry-DUI_3KxT.mjs.map +0 -1
  872. package/dist/block-types-BmZmLmAD.mjs +0 -132
  873. package/dist/block-types-BmZmLmAD.mjs.map +0 -1
  874. package/dist/block-values-C_VIPr5t.mjs +0 -175
  875. package/dist/block-values-C_VIPr5t.mjs.map +0 -1
  876. package/dist/byline-DYmkXqvo.mjs +0 -909
  877. package/dist/byline-DYmkXqvo.mjs.map +0 -1
  878. package/dist/byline-fields-D28AT-Fh.mjs +0 -123
  879. package/dist/byline-fields-D28AT-Fh.mjs.map +0 -1
  880. package/dist/byline-registry-gnKscbQX.mjs +0 -406
  881. package/dist/byline-registry-gnKscbQX.mjs.map +0 -1
  882. package/dist/bylines-BPwJqoYH.mjs +0 -232
  883. package/dist/bylines-BPwJqoYH.mjs.map +0 -1
  884. package/dist/bylines-ukLaYpVZ.mjs +0 -214
  885. package/dist/bylines-ukLaYpVZ.mjs.map +0 -1
  886. package/dist/cache-m7UEkRFV.mjs +0 -108
  887. package/dist/cache-m7UEkRFV.mjs.map +0 -1
  888. package/dist/canonical-YhEQezjg.mjs +0 -174
  889. package/dist/canonical-YhEQezjg.mjs.map +0 -1
  890. package/dist/capture-triggers-kJyl_yyM.mjs +0 -362
  891. package/dist/capture-triggers-kJyl_yyM.mjs.map +0 -1
  892. package/dist/challenge-store-ppU6Uv13.mjs +0 -51
  893. package/dist/challenge-store-ppU6Uv13.mjs.map +0 -1
  894. package/dist/checksum-B2IINIlN.mjs +0 -162
  895. package/dist/checksum-B2IINIlN.mjs.map +0 -1
  896. package/dist/chrome-tags-DApCQSIk.mjs +0 -24
  897. package/dist/chrome-tags-DApCQSIk.mjs.map +0 -1
  898. package/dist/chunks-Dms7Uxbt.mjs +0 -25
  899. package/dist/chunks-Dms7Uxbt.mjs.map +0 -1
  900. package/dist/collection-deletion-BIm28mo3.mjs +0 -436
  901. package/dist/collection-deletion-BIm28mo3.mjs.map +0 -1
  902. package/dist/collection-deletion-processor-Br6rxs3u.mjs +0 -217
  903. package/dist/collection-deletion-processor-Br6rxs3u.mjs.map +0 -1
  904. package/dist/collection-slugs-cache-CjGk__zp.mjs +0 -85
  905. package/dist/collection-slugs-cache-CjGk__zp.mjs.map +0 -1
  906. package/dist/comment-CrBl22OF.mjs +0 -313
  907. package/dist/comment-CrBl22OF.mjs.map +0 -1
  908. package/dist/comment-reaction-JEQ2Fpd8.mjs +0 -85
  909. package/dist/comment-reaction-JEQ2Fpd8.mjs.map +0 -1
  910. package/dist/comments-2ah9du9y.mjs +0 -195
  911. package/dist/comments-2ah9du9y.mjs.map +0 -1
  912. package/dist/comments-fHZ8ON9O.mjs +0 -99
  913. package/dist/comments-fHZ8ON9O.mjs.map +0 -1
  914. package/dist/components-CXbq7CSM.mjs +0 -108
  915. package/dist/components-CXbq7CSM.mjs.map +0 -1
  916. package/dist/config-5ii2haYu.d.mts +0 -6528
  917. package/dist/config-5ii2haYu.d.mts.map +0 -1
  918. package/dist/config-IhybvkIQ.mjs +0 -242
  919. package/dist/config-IhybvkIQ.mjs.map +0 -1
  920. package/dist/config-Py43JK9r.d.mts +0 -39
  921. package/dist/config-Py43JK9r.d.mts.map +0 -1
  922. package/dist/content-DFaIEDj9.mjs +0 -2281
  923. package/dist/content-DFaIEDj9.mjs.map +0 -1
  924. package/dist/content-list-query-Dra4Dalc.d.mts +0 -26
  925. package/dist/content-list-query-Dra4Dalc.d.mts.map +0 -1
  926. package/dist/content-policy-DFNw91-d.mjs +0 -46
  927. package/dist/content-policy-DFNw91-d.mjs.map +0 -1
  928. package/dist/content-repair-Q8IUrpLL.mjs +0 -442
  929. package/dist/content-repair-Q8IUrpLL.mjs.map +0 -1
  930. package/dist/context-BeGccdUX.mjs +0 -1921
  931. package/dist/context-BeGccdUX.mjs.map +0 -1
  932. package/dist/cron-7DCJwPXq.mjs +0 -284
  933. package/dist/cron-7DCJwPXq.mjs.map +0 -1
  934. package/dist/dashboard-DjrB-xxZ.mjs +0 -151
  935. package/dist/dashboard-DjrB-xxZ.mjs.map +0 -1
  936. package/dist/default-DQ6vsviu.mjs +0 -81
  937. package/dist/default-DQ6vsviu.mjs.map +0 -1
  938. package/dist/deferred-tasks-BPxXUB4x.d.mts +0 -9
  939. package/dist/deferred-tasks-BPxXUB4x.d.mts.map +0 -1
  940. package/dist/dev-typegen-CZaPLl3V.mjs +0 -29
  941. package/dist/dev-typegen-CZaPLl3V.mjs.map +0 -1
  942. package/dist/device-flow-CRd6DXmW.mjs +0 -466
  943. package/dist/device-flow-CRd6DXmW.mjs.map +0 -1
  944. package/dist/digest-BarSh-pN.mjs +0 -194
  945. package/dist/digest-BarSh-pN.mjs.map +0 -1
  946. package/dist/direct-executor-BmuFJJZV.mjs +0 -104
  947. package/dist/direct-executor-BmuFJJZV.mjs.map +0 -1
  948. package/dist/dist-BNwANFJR.mjs +0 -810
  949. package/dist/dist-BNwANFJR.mjs.map +0 -1
  950. package/dist/email-console-bJn3ctqA.mjs +0 -50
  951. package/dist/email-console-bJn3ctqA.mjs.map +0 -1
  952. package/dist/email-locale-CN6WAMx0.mjs +0 -25
  953. package/dist/email-locale-CN6WAMx0.mjs.map +0 -1
  954. package/dist/emdash-runtime-DAjghyEG.mjs +0 -4186
  955. package/dist/emdash-runtime-DAjghyEG.mjs.map +0 -1
  956. package/dist/enrich-Dl3kZ-lP.mjs +0 -194
  957. package/dist/enrich-Dl3kZ-lP.mjs.map +0 -1
  958. package/dist/entry-lock-BJYdBfXb.mjs +0 -1097
  959. package/dist/entry-lock-BJYdBfXb.mjs.map +0 -1
  960. package/dist/entry-lock-DHQOxN7R.mjs +0 -163
  961. package/dist/entry-lock-DHQOxN7R.mjs.map +0 -1
  962. package/dist/entry-lock-DVhCt49A.d.mts +0 -4368
  963. package/dist/entry-lock-DVhCt49A.d.mts.map +0 -1
  964. package/dist/entry-locks-D0foLdjQ.mjs +0 -167
  965. package/dist/entry-locks-D0foLdjQ.mjs.map +0 -1
  966. package/dist/error-CfvOHP0M.mjs +0 -90
  967. package/dist/error-CfvOHP0M.mjs.map +0 -1
  968. package/dist/errors-BF0_LFhW.mjs +0 -460
  969. package/dist/errors-BF0_LFhW.mjs.map +0 -1
  970. package/dist/errors-DgE1zJGG.mjs +0 -120
  971. package/dist/errors-DgE1zJGG.mjs.map +0 -1
  972. package/dist/escape-CuaZhZvL.mjs +0 -9
  973. package/dist/escape-CuaZhZvL.mjs.map +0 -1
  974. package/dist/fence-CMDXJYc_.mjs +0 -162
  975. package/dist/fence-CMDXJYc_.mjs.map +0 -1
  976. package/dist/field-defs-cache-HIgBbqZZ.mjs +0 -77
  977. package/dist/field-defs-cache-HIgBbqZZ.mjs.map +0 -1
  978. package/dist/focal-point-Gr34o-4o.mjs +0 -23
  979. package/dist/focal-point-Gr34o-4o.mjs.map +0 -1
  980. package/dist/fts-manager-S-K0laoS.mjs +0 -443
  981. package/dist/fts-manager-S-K0laoS.mjs.map +0 -1
  982. package/dist/gc-DjKY0Ay1.mjs +0 -75
  983. package/dist/gc-DjKY0Ay1.mjs.map +0 -1
  984. package/dist/hash-SDAW6zC-.mjs +0 -37
  985. package/dist/hash-SDAW6zC-.mjs.map +0 -1
  986. package/dist/hook-result-B5bXDgS2.d.mts +0 -31
  987. package/dist/hook-result-B5bXDgS2.d.mts.map +0 -1
  988. package/dist/hreflang-D5uNnsGJ.d.mts +0 -50
  989. package/dist/hreflang-D5uNnsGJ.d.mts.map +0 -1
  990. package/dist/hreflang-DMFBL2eb.mjs +0 -105
  991. package/dist/hreflang-DMFBL2eb.mjs.map +0 -1
  992. package/dist/http-route-dispatch-BitqzwMy.mjs +0 -339
  993. package/dist/http-route-dispatch-BitqzwMy.mjs.map +0 -1
  994. package/dist/identity-IyNWwXr6.mjs +0 -35
  995. package/dist/identity-IyNWwXr6.mjs.map +0 -1
  996. package/dist/import-C3JZplWq.mjs +0 -2020
  997. package/dist/import-C3JZplWq.mjs.map +0 -1
  998. package/dist/index-D-hdtLe8.d.mts +0 -623
  999. package/dist/index-D-hdtLe8.d.mts.map +0 -1
  1000. package/dist/install-finalization-DfM1fj5x.mjs +0 -58
  1001. package/dist/install-finalization-DfM1fj5x.mjs.map +0 -1
  1002. package/dist/keys-yxLm5l35.mjs +0 -61
  1003. package/dist/keys-yxLm5l35.mjs.map +0 -1
  1004. package/dist/kinds-CRu_T5T5.mjs +0 -961
  1005. package/dist/kinds-CRu_T5T5.mjs.map +0 -1
  1006. package/dist/lifecycle-BzeGPeQ-.mjs +0 -25
  1007. package/dist/lifecycle-BzeGPeQ-.mjs.map +0 -1
  1008. package/dist/load-XgJiE6_3.mjs +0 -28
  1009. package/dist/load-XgJiE6_3.mjs.map +0 -1
  1010. package/dist/loader-BzqeR1ZN.mjs +0 -1086
  1011. package/dist/loader-BzqeR1ZN.mjs.map +0 -1
  1012. package/dist/loops-BQSzv5Zn.mjs +0 -203
  1013. package/dist/loops-BQSzv5Zn.mjs.map +0 -1
  1014. package/dist/manifest-builder-B8zR-73J.mjs +0 -189
  1015. package/dist/manifest-builder-B8zR-73J.mjs.map +0 -1
  1016. package/dist/manifest-schema-CY3zng_M.mjs +0 -492
  1017. package/dist/manifest-schema-CY3zng_M.mjs.map +0 -1
  1018. package/dist/media-Pu1L6xir.mjs +0 -408
  1019. package/dist/media-Pu1L6xir.mjs.map +0 -1
  1020. package/dist/media-Qp5S3eH3.mjs +0 -355
  1021. package/dist/media-Qp5S3eH3.mjs.map +0 -1
  1022. package/dist/media-allowlist-BSoa9Vvm.mjs +0 -44
  1023. package/dist/media-allowlist-BSoa9Vvm.mjs.map +0 -1
  1024. package/dist/media-folders-BE0oo2eX.mjs +0 -210
  1025. package/dist/media-folders-BE0oo2eX.mjs.map +0 -1
  1026. package/dist/media-h7tOiDLj.mjs +0 -221
  1027. package/dist/media-h7tOiDLj.mjs.map +0 -1
  1028. package/dist/media-url-jArBpzIG.mjs +0 -43
  1029. package/dist/media-url-jArBpzIG.mjs.map +0 -1
  1030. package/dist/media-usage-My-Vi-ex.mjs +0 -1629
  1031. package/dist/media-usage-My-Vi-ex.mjs.map +0 -1
  1032. package/dist/media-usage-activation-HKp7zk7W.mjs +0 -78
  1033. package/dist/media-usage-activation-HKp7zk7W.mjs.map +0 -1
  1034. package/dist/media-usage-work-C2OZLCAd.mjs +0 -586
  1035. package/dist/media-usage-work-C2OZLCAd.mjs.map +0 -1
  1036. package/dist/media-usage-work-DwUNbgvS.mjs +0 -152
  1037. package/dist/media-usage-work-DwUNbgvS.mjs.map +0 -1
  1038. package/dist/menus-BM7BPLOb.mjs +0 -139
  1039. package/dist/menus-BM7BPLOb.mjs.map +0 -1
  1040. package/dist/menus-ITeAbcIF.mjs +0 -753
  1041. package/dist/menus-ITeAbcIF.mjs.map +0 -1
  1042. package/dist/menus-TsSGmSR4.mjs +0 -3608
  1043. package/dist/menus-TsSGmSR4.mjs.map +0 -1
  1044. package/dist/mime-ChLqYwDk.mjs +0 -36
  1045. package/dist/mime-ChLqYwDk.mjs.map +0 -1
  1046. package/dist/mode-CCuKXUci.mjs +0 -23
  1047. package/dist/mode-CCuKXUci.mjs.map +0 -1
  1048. package/dist/node-sqlite-compat-CONMsl-x.mjs +0 -46
  1049. package/dist/node-sqlite-compat-CONMsl-x.mjs.map +0 -1
  1050. package/dist/normalize-CO2P8-iE.mjs +0 -191
  1051. package/dist/normalize-CO2P8-iE.mjs.map +0 -1
  1052. package/dist/oauth-authorization-DlMIL5_h.mjs +0 -274
  1053. package/dist/oauth-authorization-DlMIL5_h.mjs.map +0 -1
  1054. package/dist/oauth-clients-Djq9r_KP.mjs +0 -266
  1055. package/dist/oauth-clients-Djq9r_KP.mjs.map +0 -1
  1056. package/dist/oauth-state-store-BbjnZXNC.mjs +0 -50
  1057. package/dist/oauth-state-store-BbjnZXNC.mjs.map +0 -1
  1058. package/dist/oauth-user-lookup-vue9a64A.mjs +0 -26
  1059. package/dist/oauth-user-lookup-vue9a64A.mjs.map +0 -1
  1060. package/dist/options-SQCHQCPH.d.mts +0 -81
  1061. package/dist/options-SQCHQCPH.d.mts.map +0 -1
  1062. package/dist/parse-CVgO-Qai.d.mts +0 -168
  1063. package/dist/parse-CVgO-Qai.d.mts.map +0 -1
  1064. package/dist/parse-DY6OD1j_.mjs +0 -81
  1065. package/dist/parse-DY6OD1j_.mjs.map +0 -1
  1066. package/dist/passkey-config-X_H8128a.mjs +0 -46
  1067. package/dist/passkey-config-X_H8128a.mjs.map +0 -1
  1068. package/dist/paths-JxokKIbr.mjs +0 -77
  1069. package/dist/paths-JxokKIbr.mjs.map +0 -1
  1070. package/dist/patterns-BhAvqO0S.mjs +0 -145
  1071. package/dist/patterns-BhAvqO0S.mjs.map +0 -1
  1072. package/dist/placeholder-MSEd8gty.d.mts +0 -306
  1073. package/dist/placeholder-MSEd8gty.d.mts.map +0 -1
  1074. package/dist/plan-xjcWrAah.mjs +0 -135
  1075. package/dist/plan-xjcWrAah.mjs.map +0 -1
  1076. package/dist/plugins-DUXUt8B9.mjs +0 -277
  1077. package/dist/plugins-DUXUt8B9.mjs.map +0 -1
  1078. package/dist/policy-CUvwAARc.mjs +0 -45
  1079. package/dist/policy-CUvwAARc.mjs.map +0 -1
  1080. package/dist/portable-text-5O_ZGUjB.mjs +0 -307
  1081. package/dist/portable-text-5O_ZGUjB.mjs.map +0 -1
  1082. package/dist/preview-CIUcPYr6.mjs +0 -107
  1083. package/dist/preview-CIUcPYr6.mjs.map +0 -1
  1084. package/dist/protocol-B97DZaFr.d.mts +0 -61
  1085. package/dist/protocol-B97DZaFr.d.mts.map +0 -1
  1086. package/dist/public-submission-BFBUrqst.mjs +0 -250
  1087. package/dist/public-submission-BFBUrqst.mjs.map +0 -1
  1088. package/dist/public-url-Bn7U0D7-.mjs +0 -101
  1089. package/dist/public-url-Bn7U0D7-.mjs.map +0 -1
  1090. package/dist/query-B48peoRT.mjs +0 -890
  1091. package/dist/query-B48peoRT.mjs.map +0 -1
  1092. package/dist/query-C4IH0uhR.mjs +0 -41
  1093. package/dist/query-C4IH0uhR.mjs.map +0 -1
  1094. package/dist/rate-limit-BZ6nybgc.mjs +0 -120
  1095. package/dist/rate-limit-BZ6nybgc.mjs.map +0 -1
  1096. package/dist/receipt-B4wJj5Jq.mjs +0 -43
  1097. package/dist/receipt-B4wJj5Jq.mjs.map +0 -1
  1098. package/dist/redirect-Cd1E7VUt.mjs +0 -17
  1099. package/dist/redirect-Cd1E7VUt.mjs.map +0 -1
  1100. package/dist/redirect-iJf5fltD.mjs +0 -415
  1101. package/dist/redirect-iJf5fltD.mjs.map +0 -1
  1102. package/dist/redirects-CYu1u1aK.mjs +0 -446
  1103. package/dist/redirects-CYu1u1aK.mjs.map +0 -1
  1104. package/dist/redirects-Cv9apQKj.mjs +0 -148
  1105. package/dist/redirects-Cv9apQKj.mjs.map +0 -1
  1106. package/dist/relation-M4NUCb0b.mjs +0 -334
  1107. package/dist/relation-M4NUCb0b.mjs.map +0 -1
  1108. package/dist/relations-CCif47Oq.mjs +0 -403
  1109. package/dist/relations-CCif47Oq.mjs.map +0 -1
  1110. package/dist/relations-CK9CYUyr.mjs +0 -310
  1111. package/dist/relations-CK9CYUyr.mjs.map +0 -1
  1112. package/dist/request-cache-DzLYKm_x.mjs +0 -104
  1113. package/dist/request-cache-DzLYKm_x.mjs.map +0 -1
  1114. package/dist/request-meta-sZXt3sRo.mjs +0 -141
  1115. package/dist/request-meta-sZXt3sRo.mjs.map +0 -1
  1116. package/dist/resolve-2WbQsCvT.mjs +0 -199
  1117. package/dist/resolve-2WbQsCvT.mjs.map +0 -1
  1118. package/dist/route-wire--1hLuACz.mjs +0 -197
  1119. package/dist/route-wire--1hLuACz.mjs.map +0 -1
  1120. package/dist/routes-CUsM40Cc.mjs +0 -272
  1121. package/dist/routes-CUsM40Cc.mjs.map +0 -1
  1122. package/dist/runner-1y4J9fJB.mjs +0 -5742
  1123. package/dist/runner-1y4J9fJB.mjs.map +0 -1
  1124. package/dist/runner-D5_LzKXI.d.mts +0 -68
  1125. package/dist/runner-D5_LzKXI.d.mts.map +0 -1
  1126. package/dist/schema-BABiRdsH.mjs +0 -13
  1127. package/dist/schema-BABiRdsH.mjs.map +0 -1
  1128. package/dist/schema-Du3MzCG0.mjs +0 -446
  1129. package/dist/schema-Du3MzCG0.mjs.map +0 -1
  1130. package/dist/scopes-Dbk-ElhT.mjs +0 -34
  1131. package/dist/scopes-Dbk-ElhT.mjs.map +0 -1
  1132. package/dist/search-Bt1PL1jf.mjs +0 -448
  1133. package/dist/search-Bt1PL1jf.mjs.map +0 -1
  1134. package/dist/sections-Ddptx_o9.mjs +0 -346
  1135. package/dist/sections-Ddptx_o9.mjs.map +0 -1
  1136. package/dist/seo-CZT2oLtT.mjs +0 -114
  1137. package/dist/seo-CZT2oLtT.mjs.map +0 -1
  1138. package/dist/seo-D5w3-Azy.mjs +0 -133
  1139. package/dist/seo-D5w3-Azy.mjs.map +0 -1
  1140. package/dist/service-DuykXPyW.mjs +0 -150
  1141. package/dist/service-DuykXPyW.mjs.map +0 -1
  1142. package/dist/session-user-BhaVp8w0.mjs +0 -51
  1143. package/dist/session-user-BhaVp8w0.mjs.map +0 -1
  1144. package/dist/settings-2xNYr90o.mjs +0 -51
  1145. package/dist/settings-2xNYr90o.mjs.map +0 -1
  1146. package/dist/settings-CgjRWGW9.mjs +0 -439
  1147. package/dist/settings-CgjRWGW9.mjs.map +0 -1
  1148. package/dist/settings-DYidIB26.mjs +0 -61
  1149. package/dist/settings-DYidIB26.mjs.map +0 -1
  1150. package/dist/setup-complete-bOogcHWG.mjs +0 -26
  1151. package/dist/setup-complete-bOogcHWG.mjs.map +0 -1
  1152. package/dist/setup-nonce-0EGuKM4s.mjs +0 -25
  1153. package/dist/setup-nonce-0EGuKM4s.mjs.map +0 -1
  1154. package/dist/site-settings-DOgRUoFX.mjs +0 -50
  1155. package/dist/site-settings-DOgRUoFX.mjs.map +0 -1
  1156. package/dist/site-url-BU_bbxwj.mjs +0 -16
  1157. package/dist/site-url-BU_bbxwj.mjs.map +0 -1
  1158. package/dist/snapshot-CugwUqKQ.mjs +0 -237
  1159. package/dist/snapshot-CugwUqKQ.mjs.map +0 -1
  1160. package/dist/ssrf-CJUnJymJ.mjs +0 -406
  1161. package/dist/ssrf-CJUnJymJ.mjs.map +0 -1
  1162. package/dist/stage-DgrBz_du.mjs +0 -662
  1163. package/dist/stage-DgrBz_du.mjs.map +0 -1
  1164. package/dist/state-DDiPySSG.mjs +0 -153
  1165. package/dist/state-DDiPySSG.mjs.map +0 -1
  1166. package/dist/status-DZKIG4a9.mjs +0 -30
  1167. package/dist/status-DZKIG4a9.mjs.map +0 -1
  1168. package/dist/storage-query-Bdv7A62k.d.mts +0 -1576
  1169. package/dist/storage-query-Bdv7A62k.d.mts.map +0 -1
  1170. package/dist/tar-_1AgTYFu.mjs +0 -449
  1171. package/dist/tar-_1AgTYFu.mjs.map +0 -1
  1172. package/dist/target-_7pn2Gbg.mjs +0 -27
  1173. package/dist/target-_7pn2Gbg.mjs.map +0 -1
  1174. package/dist/taxonomies-C1IwNe8Q.mjs +0 -697
  1175. package/dist/taxonomies-C1IwNe8Q.mjs.map +0 -1
  1176. package/dist/taxonomies-C_XMoRcX.mjs +0 -939
  1177. package/dist/taxonomies-C_XMoRcX.mjs.map +0 -1
  1178. package/dist/taxonomy-C3Fu1YeH.mjs +0 -525
  1179. package/dist/taxonomy-C3Fu1YeH.mjs.map +0 -1
  1180. package/dist/tokens-u78jETkX.mjs +0 -171
  1181. package/dist/tokens-u78jETkX.mjs.map +0 -1
  1182. package/dist/transaction-BcJO4Tmc.mjs +0 -29
  1183. package/dist/transaction-BcJO4Tmc.mjs.map +0 -1
  1184. package/dist/transfer-BhUCrgDc.mjs +0 -8675
  1185. package/dist/transfer-BhUCrgDc.mjs.map +0 -1
  1186. package/dist/transfer-DIGvR9Af.mjs +0 -166
  1187. package/dist/transfer-DIGvR9Af.mjs.map +0 -1
  1188. package/dist/transfer-download-Pml7RMio.mjs +0 -33
  1189. package/dist/transfer-download-Pml7RMio.mjs.map +0 -1
  1190. package/dist/transformations-9gfpwY65.mjs +0 -196
  1191. package/dist/transformations-9gfpwY65.mjs.map +0 -1
  1192. package/dist/transport-BIfH7_hx.d.mts +0 -42
  1193. package/dist/transport-BIfH7_hx.d.mts.map +0 -1
  1194. package/dist/transport-DKWIq53q.mjs +0 -136
  1195. package/dist/transport-DKWIq53q.mjs.map +0 -1
  1196. package/dist/trusted-proxy-tKiVtyTD.mjs +0 -51
  1197. package/dist/trusted-proxy-tKiVtyTD.mjs.map +0 -1
  1198. package/dist/turnstile-DpsoyOfg.mjs +0 -53
  1199. package/dist/turnstile-DpsoyOfg.mjs.map +0 -1
  1200. package/dist/types-B4sUC2p1.d.mts +0 -198
  1201. package/dist/types-B4sUC2p1.d.mts.map +0 -1
  1202. package/dist/types-B7Lmsh1E.d.mts +0 -887
  1203. package/dist/types-B7Lmsh1E.d.mts.map +0 -1
  1204. package/dist/types-BZakh7Ym.mjs +0 -22
  1205. package/dist/types-BZakh7Ym.mjs.map +0 -1
  1206. package/dist/types-B_CppEmv.d.mts +0 -264
  1207. package/dist/types-B_CppEmv.d.mts.map +0 -1
  1208. package/dist/types-BcrBrE6-.mjs +0 -159
  1209. package/dist/types-BcrBrE6-.mjs.map +0 -1
  1210. package/dist/types-BkUg2yHx.mjs +0 -92
  1211. package/dist/types-BkUg2yHx.mjs.map +0 -1
  1212. package/dist/types-CAZgq9fO.d.mts +0 -124
  1213. package/dist/types-CAZgq9fO.d.mts.map +0 -1
  1214. package/dist/types-Cd-O03VG.d.mts +0 -363
  1215. package/dist/types-Cd-O03VG.d.mts.map +0 -1
  1216. package/dist/types-Cr-Kg-3D.d.mts +0 -1641
  1217. package/dist/types-Cr-Kg-3D.d.mts.map +0 -1
  1218. package/dist/types-D2fvWd1i.d.mts +0 -359
  1219. package/dist/types-D2fvWd1i.d.mts.map +0 -1
  1220. package/dist/types-D7HUsguf.mjs +0 -77
  1221. package/dist/types-D7HUsguf.mjs.map +0 -1
  1222. package/dist/types-DA1Te3Oy.d.mts +0 -198
  1223. package/dist/types-DA1Te3Oy.d.mts.map +0 -1
  1224. package/dist/types-DhV6Q5bP.mjs +0 -18
  1225. package/dist/types-DhV6Q5bP.mjs.map +0 -1
  1226. package/dist/types-DnnVSl6Y.d.mts +0 -85
  1227. package/dist/types-DnnVSl6Y.d.mts.map +0 -1
  1228. package/dist/types-VT4-BugW.mjs +0 -16
  1229. package/dist/types-VT4-BugW.mjs.map +0 -1
  1230. package/dist/upload-attempts-B68ZGNu9.mjs +0 -32
  1231. package/dist/upload-attempts-B68ZGNu9.mjs.map +0 -1
  1232. package/dist/url-pattern-CCeZMGOh.mjs +0 -33
  1233. package/dist/url-pattern-CCeZMGOh.mjs.map +0 -1
  1234. package/dist/user-DDSL-sGw.mjs +0 -171
  1235. package/dist/user-DDSL-sGw.mjs.map +0 -1
  1236. package/dist/utils-DdhmO9w9.mjs +0 -439
  1237. package/dist/utils-DdhmO9w9.mjs.map +0 -1
  1238. package/dist/validate-CHosPEhs.mjs +0 -453
  1239. package/dist/validate-CHosPEhs.mjs.map +0 -1
  1240. package/dist/validate-CM79QXYE.d.mts +0 -432
  1241. package/dist/validate-CM79QXYE.d.mts.map +0 -1
  1242. package/dist/validation-BFecQczG.mjs +0 -218
  1243. package/dist/validation-BFecQczG.mjs.map +0 -1
  1244. package/dist/version-BRZXVifl.mjs +0 -9
  1245. package/dist/version-BRZXVifl.mjs.map +0 -1
  1246. package/dist/version-DUQDHgrf.mjs +0 -7
  1247. package/dist/version-DUQDHgrf.mjs.map +0 -1
  1248. package/dist/widgets-WdV72brA.mjs +0 -126
  1249. package/dist/widgets-WdV72brA.mjs.map +0 -1
  1250. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts +0 -34
  1251. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts.map +0 -1
  1252. package/dist/wxr-taxonomies-DP6ESgMN.mjs +0 -372
  1253. package/dist/wxr-taxonomies-DP6ESgMN.mjs.map +0 -1
  1254. package/dist/zod-generator-D6uE4WiS.mjs +0 -389
  1255. package/dist/zod-generator-D6uE4WiS.mjs.map +0 -1
  1256. package/src/astro/routes/api/relations/[id]/translations.ts +0 -33
  1257. /package/dist/{api-tokens-CE1ECIg0.mjs → api-tokens-FaG1zPsj.mjs} +0 -0
  1258. /package/dist/{ssrf-DpBH7aOt.mjs → ssrf-DZOt8Qof.mjs} +0 -0
@@ -0,0 +1,1922 @@
1
+ import { n as validateJsonFieldName } from "./validate-DANX1-Qi.mjs";
2
+ import { _ as pluginDataUpdateGuard, g as pluginDataOrderExpr, h as pluginDataExtractExpr, v as pluginDataWriteExpr } from "./dialect-helpers-7_IqPdh9.mjs";
3
+ import { r as getI18nConfig, s as resolveContentCreateLocale } from "./config-CvmjJcVw.mjs";
4
+ import { i as serializeConditionalValue, n as assertStorageKey, r as assertStorageRevision, t as OptionsRepository } from "./options-DhrI7eMv.mjs";
5
+ import { t as ContentRepository } from "./content-CbnufDsM.mjs";
6
+ import { c as encodeCursor, s as decodeCursor } from "./types-aOOxRSx6.mjs";
7
+ import { r as normalizeRevisionLimit, t as RevisionRepository } from "./revision-j1p4-bOj.mjs";
8
+ import { t as withTransaction } from "./transaction-DLPQWik1.mjs";
9
+ import { t as isValidFocalPointUpdate } from "./focal-point-CZ3d1wK5.mjs";
10
+ import { t as MediaRepository } from "./media-BUQePMxP.mjs";
11
+ import { t as UserRepository } from "./user-ElwQjTQT.mjs";
12
+ import { t as TaxonomyRepository } from "./taxonomy-CKDwM61Y.mjs";
13
+ import { t as CommentRepository } from "./comment-D2uvL63j.mjs";
14
+ import { a as resolveLocalizedContentRoutePath } from "./resolve-C0s1E_fH.mjs";
15
+ import { t as RedirectRepository } from "./redirect-D1ArbO85.mjs";
16
+ import { n as normalizeMime, t as matchesMimeAllowlist } from "./mime-C94qBG-P.mjs";
17
+ import { t as enrichImageMetadata } from "./enrich-DBtCncE2.mjs";
18
+ import { t as EntryLockRepository } from "./entry-locks-BTyQLdbC.mjs";
19
+ import { t as SeoRepository } from "./seo-XvH4LNNp.mjs";
20
+ import { f as findTaxonomyStructure, h as selectTaxonomyDefs } from "./loader-CrRPfkHS.mjs";
21
+ import { U as markContentMediaUsageCollectionStaleSafely, n as SchemaRegistry } from "./registry-CFcNCayZ.mjs";
22
+ import { n as handleMediaDelete } from "./media-DH8ibNlY.mjs";
23
+ import { createPluginSecretRedactor } from "./plugins/secret-redactor.mjs";
24
+ import { s as invalidateSiteSettingsCache, u as createSettingsAccess } from "./settings-D5EHi0Tk.mjs";
25
+ import { s as handleTermCreate } from "./taxonomies-Byyo7LOZ.mjs";
26
+ import { o as stripCredentialHeaders, r as resolveAndValidateExternalUrl, t as SsrfError } from "./ssrf-Dv0_tRpo.mjs";
27
+ import { f as updateRedirectBody, t as createRedirectBody } from "./redirects-BjTwDTsV.mjs";
28
+ import { t as CONTENT_TYPE_RE } from "./media-OEIQ3bVc.mjs";
29
+ import { t as GLOBAL_UPLOAD_ALLOWLIST } from "./media-allowlist-pYtaBA95.mjs";
30
+ import { a as handleRedirectCreate, c as handleRedirectList, l as handleRedirectUpdate, o as handleRedirectDelete } from "./redirects-Ck50kH3n.mjs";
31
+ import { t as CronAccessImpl } from "./cron-c4D5C5Fx.mjs";
32
+ import { bufferPluginHttpRequest, pluginHttpRedirectAction, pluginHttpResponseFromWire, pluginHttpResponseToWire, rewritePluginHttpRedirect } from "./plugins/http-wire.mjs";
33
+ import { sql } from "kysely";
34
+ import { ulid } from "ulidx";
35
+ import mime from "mime/lite";
36
+
37
+ //#region src/plugins/storage-query.ts
38
+ /**
39
+ * Error thrown when querying non-indexed fields
40
+ */
41
+ var StorageQueryError = class extends Error {
42
+ constructor(message, field, suggestion) {
43
+ super(message);
44
+ this.field = field;
45
+ this.suggestion = suggestion;
46
+ this.name = "StorageQueryError";
47
+ }
48
+ };
49
+ /**
50
+ * Error thrown when a guarded `updateIf` loses a concurrent race by aborting
51
+ * rather than resolving to `{ applied: false }`.
52
+ *
53
+ * `updateIf`'s `{ applied: false }` contract (row absent OR guard failed)
54
+ * assumes READ COMMITTED — the default. There, a losing concurrent writer
55
+ * re-evaluates the guard against the winner's freshly committed row and
56
+ * cleanly resolves to `{ applied: false }`. Two aborts escape that contract:
57
+ *
58
+ * - `40001` (serialization_failure), only above READ COMMITTED, where the
59
+ * loser cannot re-read against a newer snapshot.
60
+ * - `40P01` (deadlock_detected), at any isolation level, when transactions
61
+ * take row locks in opposite order.
62
+ *
63
+ * This error surfaces either abort so the caller can retry the write.
64
+ *
65
+ * The no-oversell SAFETY invariant holds either way: a losing writer NEVER
66
+ * applies its update — it either sees `{ applied: false }` or throws here.
67
+ */
68
+ var StorageSerializationError = class extends Error {
69
+ code = "STORAGE_SERIALIZATION_FAILURE";
70
+ retryable = true;
71
+ /** The Postgres SQLSTATE that triggered this error (`40001` / `40P01`). */
72
+ sqlState;
73
+ constructor(message, options) {
74
+ super(message, { cause: options?.cause });
75
+ this.name = "StorageSerializationError";
76
+ this.sqlState = options?.sqlState;
77
+ }
78
+ };
79
+ /**
80
+ * Check if a value is a range filter
81
+ */
82
+ function isRangeFilter(value) {
83
+ if (typeof value !== "object" || value === null) return false;
84
+ return "gt" in value || "gte" in value || "lt" in value || "lte" in value;
85
+ }
86
+ /**
87
+ * Check if a value is an IN filter
88
+ */
89
+ function isInFilter(value) {
90
+ if (typeof value !== "object" || value === null) return false;
91
+ return "in" in value && Array.isArray(value.in);
92
+ }
93
+ /**
94
+ * Check if a value is a startsWith filter
95
+ */
96
+ function isStartsWithFilter(value) {
97
+ if (typeof value !== "object" || value === null) return false;
98
+ return "startsWith" in value && typeof value.startsWith === "string";
99
+ }
100
+ /**
101
+ * Escape LIKE pattern metacharacters so a startsWith prefix matches
102
+ * literally. Without this, `%` and `_` in the prefix act as wildcards
103
+ * (e.g. `{ startsWith: "50%" }` would match "50x off").
104
+ */
105
+ function escapeLikePattern(value) {
106
+ return value.replaceAll("\\", "\\\\").replaceAll("%", "\\%").replaceAll("_", "\\_");
107
+ }
108
+ /**
109
+ * Get the set of indexed fields from index declarations
110
+ */
111
+ function getIndexedFields(indexes) {
112
+ const fields = /* @__PURE__ */ new Set();
113
+ for (const index of indexes) if (Array.isArray(index)) for (const field of index) fields.add(field);
114
+ else fields.add(index);
115
+ return fields;
116
+ }
117
+ /**
118
+ * Validate that all fields in a where clause are indexed
119
+ */
120
+ function validateWhereClause(where, indexedFields, pluginId, collection) {
121
+ for (const field of Object.keys(where)) if (!indexedFields.has(field)) throw new StorageQueryError(`Cannot query on non-indexed field '${field}'.`, field, `Add '${field}' to storage.${collection}.indexes in plugin '${pluginId}' to enable this query.`);
122
+ }
123
+ /**
124
+ * Validate orderBy fields are indexed
125
+ */
126
+ function validateOrderByClause(orderBy, indexedFields, pluginId, collection) {
127
+ for (const field of Object.keys(orderBy)) if (!indexedFields.has(field)) throw new StorageQueryError(`Cannot order by non-indexed field '${field}'.`, field, `Add '${field}' to storage.${collection}.indexes in plugin '${pluginId}' to enable ordering by this field.`);
128
+ }
129
+ /**
130
+ * SQL expression for extracting a queryable field from the `_plugin_storage.data`
131
+ * column.
132
+ *
133
+ * Delegates to `pluginDataExtractExpr`, which validates the field name before
134
+ * interpolation and applies the dialect-correct extraction: a `::jsonb` cast on
135
+ * Postgres (the `data` column is `text`) plus an optional type-guarded
136
+ * `::numeric` cast so numeric comparisons don't fall back to lexical text
137
+ * ordering.
138
+ */
139
+ function jsonExtract(db, field, options) {
140
+ return pluginDataExtractExpr(db, field, options);
141
+ }
142
+ /**
143
+ * SQL expression for ordering by a `_plugin_storage.data` field.
144
+ *
145
+ * Delegates to `pluginDataOrderExpr`, which orders over the jsonb-native value
146
+ * on Postgres so numeric fields sort numerically (not lexically) while staying
147
+ * total across heterogeneous data. SQLite keeps `json_extract` (already numeric).
148
+ */
149
+ function jsonOrderExtract(db, field) {
150
+ return pluginDataOrderExpr(db, field);
151
+ }
152
+ /**
153
+ * Build a WHERE clause condition for a single field
154
+ */
155
+ function buildCondition(db, field, value) {
156
+ const extractFor = (numeric) => jsonExtract(db, field, { numeric });
157
+ if (value === null) return {
158
+ sql: `${extractFor(false)} IS NULL`,
159
+ params: []
160
+ };
161
+ if (typeof value === "number") return {
162
+ sql: `${extractFor(true)} = ?`,
163
+ params: [value]
164
+ };
165
+ if (typeof value === "string") return {
166
+ sql: `${extractFor(false)} = ?`,
167
+ params: [value]
168
+ };
169
+ if (typeof value === "boolean") return {
170
+ sql: `${extractFor(false)} = ?`,
171
+ params: [value]
172
+ };
173
+ if (isInFilter(value)) {
174
+ const numeric = value.in.length > 0 && value.in.every((v) => typeof v === "number");
175
+ const placeholders = value.in.map(() => "?").join(", ");
176
+ return {
177
+ sql: `${extractFor(numeric)} IN (${placeholders})`,
178
+ params: value.in
179
+ };
180
+ }
181
+ if (isStartsWithFilter(value)) return {
182
+ sql: `${extractFor(false)} LIKE ? ESCAPE '\\'`,
183
+ params: [`${escapeLikePattern(value.startsWith)}%`]
184
+ };
185
+ if (isRangeFilter(value)) {
186
+ const conditions = [];
187
+ const params = [];
188
+ const pushBound = (op, bound) => {
189
+ conditions.push(`${extractFor(typeof bound === "number")} ${op} ?`);
190
+ params.push(bound);
191
+ };
192
+ if (value.gt !== void 0) pushBound(">", value.gt);
193
+ if (value.gte !== void 0) pushBound(">=", value.gte);
194
+ if (value.lt !== void 0) pushBound("<", value.lt);
195
+ if (value.lte !== void 0) pushBound("<=", value.lte);
196
+ if (conditions.length === 0) throw new StorageQueryError(`Range filter for field '${field}' has no defined bound`, field, "Provide at least one of gt, gte, lt, or lte, or omit the field.");
197
+ return {
198
+ sql: conditions.join(" AND "),
199
+ params
200
+ };
201
+ }
202
+ throw new StorageQueryError(`Unknown filter type for field '${field}'`);
203
+ }
204
+ /**
205
+ * Build a complete WHERE clause from a WhereClause object
206
+ */
207
+ function buildWhereClause(db, where) {
208
+ const conditions = [];
209
+ const params = [];
210
+ for (const [field, value] of Object.entries(where)) {
211
+ const condition = buildCondition(db, field, value);
212
+ if (!condition.sql) continue;
213
+ conditions.push(condition.sql);
214
+ params.push(...condition.params);
215
+ }
216
+ if (conditions.length === 0) return {
217
+ sql: "",
218
+ params: []
219
+ };
220
+ return {
221
+ sql: conditions.join(" AND "),
222
+ params
223
+ };
224
+ }
225
+
226
+ //#endregion
227
+ //#region src/plugins/storage-update.ts
228
+ function isRecord(value) {
229
+ return typeof value === "object" && value !== null && !Array.isArray(value);
230
+ }
231
+ function requireRecord(value, label) {
232
+ if (!isRecord(value)) throw new TypeError(`${label} must be an object`);
233
+ const prototype = Object.getPrototypeOf(value);
234
+ if (prototype !== Object.prototype && prototype !== null) throw new TypeError(`${label} must be a plain object`);
235
+ return value;
236
+ }
237
+ function operand(value) {
238
+ if (typeof value === "string" || typeof value === "number" && Number.isFinite(value)) return value;
239
+ throw new TypeError("Storage guard operands must be strings or finite numbers");
240
+ }
241
+ function normalizeFilter(value) {
242
+ if (value === null || typeof value === "boolean") return value;
243
+ if (typeof value === "string" || typeof value === "number") return operand(value);
244
+ const filter = requireRecord(value, "Storage guard filter");
245
+ const values = filter.in;
246
+ if (Array.isArray(values)) return { in: Array.from(values, operand) };
247
+ const prefix = filter.startsWith;
248
+ if (typeof prefix === "string") return { startsWith: prefix };
249
+ const range = {};
250
+ for (const key of [
251
+ "gt",
252
+ "gte",
253
+ "lt",
254
+ "lte"
255
+ ]) if (key in filter) {
256
+ const bound = filter[key];
257
+ range[key] = bound === void 0 ? void 0 : operand(bound);
258
+ }
259
+ return range;
260
+ }
261
+ function parseStorageUpdate(value) {
262
+ const args = requireRecord(value, "Storage update arguments");
263
+ if (Object.keys(args).some((key) => key !== "where" && key !== "set" && key !== "delta")) throw new TypeError("Unknown storage update argument");
264
+ const where = {};
265
+ for (const [field, filter] of Object.entries(requireRecord(args.where, "Storage where guard"))) {
266
+ validateJsonFieldName(field);
267
+ where[field] = normalizeFilter(filter);
268
+ }
269
+ const set = args.set === void 0 ? {} : requireRecord(args.set, "Storage set");
270
+ const delta = args.delta === void 0 ? {} : requireRecord(args.delta, "Storage delta");
271
+ const setEntries = [];
272
+ for (const [field, entry] of Object.entries(set)) {
273
+ if (entry === void 0) continue;
274
+ validateJsonFieldName(field);
275
+ const serialized = JSON.stringify(entry);
276
+ if (serialized === void 0) throw new TypeError("Storage set values must be JSON serializable");
277
+ const normalized = JSON.parse(serialized);
278
+ setEntries.push([field, normalized]);
279
+ }
280
+ const setFields = new Set(setEntries.map(([field]) => field));
281
+ const deltaEntries = [];
282
+ for (const [field, entry] of Object.entries(delta)) {
283
+ if (entry === void 0) continue;
284
+ validateJsonFieldName(field);
285
+ if (setFields.has(field)) throw new TypeError("Storage field appears in both set and delta");
286
+ const spec = requireRecord(entry, "Storage numeric delta");
287
+ const keys = Object.keys(spec);
288
+ const key = keys[0];
289
+ if (keys.length !== 1 || key !== "inc" && key !== "dec") throw new TypeError("Storage delta must contain exactly one of inc or dec");
290
+ const amount = spec[key];
291
+ if (typeof amount !== "number" || !Number.isSafeInteger(amount)) throw new TypeError("Storage delta must be a safe integer");
292
+ deltaEntries.push([field, key === "dec" ? -amount : amount]);
293
+ }
294
+ if (setEntries.length + deltaEntries.length === 0) throw new TypeError("Storage update requires at least one of set or delta");
295
+ return {
296
+ where,
297
+ setEntries,
298
+ deltaEntries
299
+ };
300
+ }
301
+
302
+ //#endregion
303
+ //#region src/database/repositories/plugin-storage.ts
304
+ /**
305
+ * SQLSTATEs a losing concurrent `updateIf` writer can abort with.
306
+ *
307
+ * `40001` (serialization_failure) is raised only above READ COMMITTED, where
308
+ * the loser cannot re-evaluate its guard against a newer snapshot. `40P01`
309
+ * (deadlock_detected) is not tied to isolation level: it needs only two
310
+ * transactions taking row locks in opposite order, which a caller reaches at
311
+ * READ COMMITTED by wrapping several `updateIf` calls in one transaction.
312
+ */
313
+ const SERIALIZATION_SQLSTATES = new Set(["40001", "40P01"]);
314
+ function errSqlState(err) {
315
+ if (typeof err !== "object" || err === null) return void 0;
316
+ const code = err.code;
317
+ if (typeof code === "string") return code;
318
+ const cause = err.cause;
319
+ if (typeof cause === "object" && cause !== null) {
320
+ const causeCode = cause.code;
321
+ if (typeof causeCode === "string") return causeCode;
322
+ }
323
+ }
324
+ function mapSerializationFailure(err) {
325
+ const sqlState = errSqlState(err);
326
+ if (sqlState !== void 0 && SERIALIZATION_SQLSTATES.has(sqlState)) return new StorageSerializationError("Storage write must be retried. Restart the transaction before retrying when using an explicit transaction.", {
327
+ cause: err,
328
+ sqlState
329
+ });
330
+ return err;
331
+ }
332
+ /**
333
+ * Interleave a `?`-placeholder SQL string with its params into a single
334
+ * boolean raw expression. Used as a WHERE predicate directly — wrapping it
335
+ * in `(...) = 1` breaks on Postgres, which has a strict boolean type (#920).
336
+ */
337
+ function rawWhereExpr(sqlText, params) {
338
+ const parts = [];
339
+ let paramIndex = 0;
340
+ const sqlParts = sqlText.split("?");
341
+ for (let i = 0; i < sqlParts.length; i++) {
342
+ if (i > 0) parts.push(sql`${params[paramIndex++]}`);
343
+ if (sqlParts[i]) parts.push(sql.raw(sqlParts[i]));
344
+ }
345
+ return sql`(${sql.join(parts, sql.raw(""))})`;
346
+ }
347
+ /**
348
+ * Plugin Storage Repository
349
+ *
350
+ * Implements the StorageCollection interface for a specific plugin and collection.
351
+ */
352
+ /**
353
+ * Rank a sort expression so NULLs get a deterministic position.
354
+ *
355
+ * A missing key in a schemaless document extracts as NULL, which sorts
356
+ * differently per dialect (SQLite first, Postgres last) and makes every
357
+ * comparison against it UNKNOWN. Sorting on this rank ahead of the value puts
358
+ * NULLs in the same place on both dialects and keeps the seek operands
359
+ * non-NULL.
360
+ */
361
+ function nullRank(expr) {
362
+ return sql`(case when ${expr} is null then 1 else 0 end)`;
363
+ }
364
+ var PluginStorageRepository = class {
365
+ indexedFields;
366
+ constructor(db, pluginId, collection, indexes) {
367
+ this.db = db;
368
+ this.pluginId = pluginId;
369
+ this.collection = collection;
370
+ this.indexedFields = getIndexedFields(indexes);
371
+ }
372
+ /**
373
+ * Get a document by ID
374
+ */
375
+ async get(id) {
376
+ const row = await this.db.selectFrom("_plugin_storage").select("data").where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "=", id).executeTakeFirst();
377
+ if (!row) return null;
378
+ return JSON.parse(row.data);
379
+ }
380
+ /**
381
+ * Store a document
382
+ */
383
+ async put(id, data) {
384
+ const now = (/* @__PURE__ */ new Date()).toISOString();
385
+ const jsonData = JSON.stringify(data);
386
+ const revision = crypto.randomUUID();
387
+ await this.db.insertInto("_plugin_storage").values({
388
+ plugin_id: this.pluginId,
389
+ collection: this.collection,
390
+ id,
391
+ data: jsonData,
392
+ revision,
393
+ created_at: now,
394
+ updated_at: now
395
+ }).onConflict((oc) => oc.columns([
396
+ "plugin_id",
397
+ "collection",
398
+ "id"
399
+ ]).doUpdateSet({
400
+ data: jsonData,
401
+ revision,
402
+ updated_at: now
403
+ })).execute();
404
+ }
405
+ async getVersioned(id) {
406
+ assertStorageKey(id);
407
+ const row = await this.db.selectFrom("_plugin_storage").select(["data", "revision"]).where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "=", id).executeTakeFirst();
408
+ if (!row) return null;
409
+ return {
410
+ value: JSON.parse(row.data),
411
+ revision: row.revision
412
+ };
413
+ }
414
+ async compareAndSet(id, expectedRevision, data) {
415
+ assertStorageKey(id);
416
+ if (expectedRevision !== null) assertStorageRevision(expectedRevision);
417
+ const jsonData = serializeConditionalValue(data);
418
+ const revision = crypto.randomUUID();
419
+ const now = (/* @__PURE__ */ new Date()).toISOString();
420
+ const row = expectedRevision === null ? await this.db.insertInto("_plugin_storage").values({
421
+ plugin_id: this.pluginId,
422
+ collection: this.collection,
423
+ id,
424
+ data: jsonData,
425
+ revision,
426
+ created_at: now,
427
+ updated_at: now
428
+ }).onConflict((oc) => oc.columns([
429
+ "plugin_id",
430
+ "collection",
431
+ "id"
432
+ ]).doNothing()).returning("revision").executeTakeFirst() : await this.db.updateTable("_plugin_storage").set({
433
+ data: jsonData,
434
+ revision,
435
+ updated_at: now
436
+ }).where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "=", id).where("revision", "=", expectedRevision).returning("revision").executeTakeFirst();
437
+ return row ? {
438
+ applied: true,
439
+ revision: row.revision
440
+ } : { applied: false };
441
+ }
442
+ async compareAndDelete(id, expectedRevision) {
443
+ assertStorageKey(id);
444
+ assertStorageRevision(expectedRevision);
445
+ return { applied: await this.db.deleteFrom("_plugin_storage").where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "=", id).where("revision", "=", expectedRevision).returning("id").executeTakeFirst() !== void 0 };
446
+ }
447
+ /**
448
+ * Delete a document
449
+ */
450
+ async delete(id) {
451
+ return ((await this.db.deleteFrom("_plugin_storage").where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "=", id).executeTakeFirst()).numDeletedRows ?? 0) > 0;
452
+ }
453
+ /**
454
+ * Check if a document exists
455
+ */
456
+ async exists(id) {
457
+ return !!await this.db.selectFrom("_plugin_storage").select("id").where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "=", id).executeTakeFirst();
458
+ }
459
+ /**
460
+ * Get multiple documents by ID
461
+ */
462
+ async getMany(ids) {
463
+ if (ids.length === 0) return /* @__PURE__ */ new Map();
464
+ const rows = await this.db.selectFrom("_plugin_storage").select(["id", "data"]).where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "in", ids).execute();
465
+ const result = /* @__PURE__ */ new Map();
466
+ for (const row of rows) result.set(row.id, JSON.parse(row.data));
467
+ return result;
468
+ }
469
+ /**
470
+ * Store multiple documents
471
+ */
472
+ async putMany(items) {
473
+ if (items.length === 0) return;
474
+ const now = (/* @__PURE__ */ new Date()).toISOString();
475
+ await withTransaction(this.db, async (trx) => {
476
+ for (const item of items) {
477
+ const jsonData = JSON.stringify(item.data);
478
+ const revision = crypto.randomUUID();
479
+ await trx.insertInto("_plugin_storage").values({
480
+ plugin_id: this.pluginId,
481
+ collection: this.collection,
482
+ id: item.id,
483
+ data: jsonData,
484
+ revision,
485
+ created_at: now,
486
+ updated_at: now
487
+ }).onConflict((oc) => oc.columns([
488
+ "plugin_id",
489
+ "collection",
490
+ "id"
491
+ ]).doUpdateSet({
492
+ data: jsonData,
493
+ revision,
494
+ updated_at: now
495
+ })).execute();
496
+ }
497
+ });
498
+ }
499
+ /**
500
+ * Delete multiple documents
501
+ */
502
+ async deleteMany(ids) {
503
+ if (ids.length === 0) return 0;
504
+ const result = await this.db.deleteFrom("_plugin_storage").where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "in", ids).executeTakeFirst();
505
+ return Number(result.numDeletedRows ?? 0);
506
+ }
507
+ /**
508
+ * Query documents with filters
509
+ */
510
+ async query(options = {}) {
511
+ const { where = {}, orderBy = {}, cursor } = options;
512
+ const limit = Math.min(options.limit ?? 50, 100);
513
+ validateWhereClause(where, this.indexedFields, this.pluginId, this.collection);
514
+ if (Object.keys(orderBy).length > 0) validateOrderByClause(orderBy, this.indexedFields, this.pluginId, this.collection);
515
+ let query = this.db.selectFrom("_plugin_storage").select([
516
+ "id",
517
+ "data",
518
+ "created_at"
519
+ ]).where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection);
520
+ const whereResult = buildWhereClause(this.db, where);
521
+ if (whereResult.sql) query = query.where(rawWhereExpr(whereResult.sql, whereResult.params));
522
+ const orderEntries = Object.entries(orderBy);
523
+ const orderDirections = new Set(orderEntries.map(([, direction]) => direction));
524
+ const descending = orderEntries.length > 0 && orderEntries[0][1] === "desc";
525
+ const sortExpr = (field) => sql`${sql.raw(jsonOrderExtract(this.db, field))}`;
526
+ if (cursor) {
527
+ const decoded = decodeCursor(cursor);
528
+ if (orderEntries.length === 0) query = query.where(({ eb }) => eb(sql`(created_at, id)`, ">", sql`(${decoded.orderValue}, ${decoded.id})`));
529
+ else {
530
+ if (orderDirections.size > 1) throw new StorageQueryError("Cursor pagination requires every orderBy field to share one direction.", Object.keys(orderBy).join(", "), "Sort every field the same way, or page without a cursor.");
531
+ const op = descending ? sql`<` : sql`>`;
532
+ const cursorExpr = (field) => sql`(select ${sql.raw(jsonOrderExtract(this.db, field))} from _plugin_storage where plugin_id = ${this.pluginId} and collection = ${this.collection} and id = ${decoded.id})`;
533
+ const fields = orderEntries.map(([field]) => {
534
+ const own = sortExpr(field);
535
+ const theirs = cursorExpr(field);
536
+ return {
537
+ equal: sql`(${nullRank(own)} = ${nullRank(theirs)} and (${nullRank(own)} = 1 or ${own} = ${theirs}))`,
538
+ after: sql`(${nullRank(own)} ${op} ${nullRank(theirs)} or (${nullRank(own)} = ${nullRank(theirs)} and ${nullRank(own)} = 0 and ${own} ${op} ${theirs}))`
539
+ };
540
+ });
541
+ const terms = fields.map((_, k) => sql`(${sql.join([...fields.slice(0, k).map((f) => f.equal), fields[k].after], sql` and `)})`);
542
+ terms.push(sql`(${sql.join([...fields.map((f) => f.equal), sql`id ${op} ${decoded.id}`], sql` and `)})`);
543
+ query = query.where(sql`(${sql.join(terms, sql` or `)})`);
544
+ }
545
+ }
546
+ if (orderEntries.length > 0) {
547
+ for (const [field, direction] of orderEntries) {
548
+ const dir = direction === "desc" ? sql`desc` : sql`asc`;
549
+ const expr = sortExpr(field);
550
+ query = query.orderBy(sql`${nullRank(expr)} ${dir}`);
551
+ query = query.orderBy(sql`${expr} ${dir}`);
552
+ }
553
+ query = query.orderBy("id", descending ? "desc" : "asc");
554
+ } else query = query.orderBy("created_at", "asc").orderBy("id", "asc");
555
+ query = query.limit(limit + 1);
556
+ const rows = await query.execute();
557
+ const hasMore = rows.length > limit;
558
+ const items = rows.slice(0, limit).map((row) => ({
559
+ id: row.id,
560
+ data: JSON.parse(row.data)
561
+ }));
562
+ let nextCursor;
563
+ if (hasMore) {
564
+ const lastItem = rows[limit - 1];
565
+ if (lastItem) nextCursor = encodeCursor(lastItem.created_at, lastItem.id);
566
+ }
567
+ return {
568
+ items,
569
+ cursor: nextCursor,
570
+ hasMore
571
+ };
572
+ }
573
+ /**
574
+ * Count documents matching a filter
575
+ */
576
+ async count(where) {
577
+ if (where && Object.keys(where).length > 0) validateWhereClause(where, this.indexedFields, this.pluginId, this.collection);
578
+ let query = this.db.selectFrom("_plugin_storage").select(sql`COUNT(*)`.as("count")).where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection);
579
+ if (where && Object.keys(where).length > 0) {
580
+ const whereResult = buildWhereClause(this.db, where);
581
+ if (whereResult.sql) query = query.where(rawWhereExpr(whereResult.sql, whereResult.params));
582
+ }
583
+ const result = await query.executeTakeFirst();
584
+ return Number(result?.count ?? 0);
585
+ }
586
+ async updateIf(id, args) {
587
+ if (typeof id !== "string") throw new TypeError("Storage ID must be a string");
588
+ const { where, setEntries, deltaEntries } = parseStorageUpdate(args);
589
+ for (const value of Object.values(where)) if (isInFilter(value) && value.in.length === 0) return { applied: false };
590
+ const now = (/* @__PURE__ */ new Date()).toISOString();
591
+ const dataExpr = pluginDataWriteExpr(this.db, setEntries, deltaEntries);
592
+ let query = this.db.updateTable("_plugin_storage").set({
593
+ data: dataExpr,
594
+ updated_at: now
595
+ }).where("plugin_id", "=", this.pluginId).where("collection", "=", this.collection).where("id", "=", id).where(pluginDataUpdateGuard(this.db, deltaEntries));
596
+ const whereResult = buildWhereClause(this.db, where);
597
+ if (whereResult.sql) query = query.where(rawWhereExpr(whereResult.sql, whereResult.params));
598
+ let row;
599
+ try {
600
+ row = await query.returning("data").executeTakeFirst();
601
+ } catch (err) {
602
+ throw mapSerializationFailure(err);
603
+ }
604
+ if (!row) return { applied: false };
605
+ return {
606
+ applied: true,
607
+ data: JSON.parse(row.data)
608
+ };
609
+ }
610
+ };
611
+
612
+ //#endregion
613
+ //#region src/plugins/content-access.ts
614
+ function createContentAccess(db, accessOptions) {
615
+ const contentRepo = new ContentRepository(db);
616
+ const seoRepo = new SeoRepository(db);
617
+ return {
618
+ async get(collection, id) {
619
+ const item = await contentRepo.findById(collection, id);
620
+ if (!item) return null;
621
+ const result = {
622
+ id: item.id,
623
+ type: item.type,
624
+ slug: item.slug,
625
+ status: item.status,
626
+ data: item.data,
627
+ createdAt: item.createdAt,
628
+ updatedAt: item.updatedAt,
629
+ locale: item.locale,
630
+ publishedAt: item.publishedAt,
631
+ scheduledAt: item.scheduledAt,
632
+ authorId: item.authorId,
633
+ translationGroup: item.translationGroup,
634
+ liveRevisionId: item.liveRevisionId,
635
+ draftRevisionId: item.draftRevisionId,
636
+ version: item.version
637
+ };
638
+ if (await seoRepo.isEnabled(collection)) result.seo = await seoRepo.get(collection, item.id);
639
+ return result;
640
+ },
641
+ async list(collection, options) {
642
+ let orderBy;
643
+ if (options?.orderBy) {
644
+ const first = Object.entries(options.orderBy)[0];
645
+ if (first) orderBy = {
646
+ field: first[0],
647
+ direction: first[1]
648
+ };
649
+ }
650
+ const result = await contentRepo.findMany(collection, {
651
+ limit: options?.limit ?? 50,
652
+ cursor: options?.cursor,
653
+ orderBy,
654
+ where: options?.where
655
+ });
656
+ const items = result.items.map((item) => ({
657
+ id: item.id,
658
+ type: item.type,
659
+ slug: item.slug,
660
+ status: item.status,
661
+ data: item.data,
662
+ createdAt: item.createdAt,
663
+ updatedAt: item.updatedAt,
664
+ locale: item.locale,
665
+ publishedAt: item.publishedAt,
666
+ scheduledAt: item.scheduledAt,
667
+ authorId: item.authorId,
668
+ translationGroup: item.translationGroup,
669
+ liveRevisionId: item.liveRevisionId,
670
+ draftRevisionId: item.draftRevisionId,
671
+ version: item.version
672
+ }));
673
+ if (items.length > 0 && await seoRepo.isEnabled(collection)) {
674
+ const seoMap = await seoRepo.getMany(collection, items.map((item) => item.id));
675
+ for (const item of items) {
676
+ const seo = seoMap.get(item.id);
677
+ if (seo) item.seo = seo;
678
+ }
679
+ }
680
+ return {
681
+ items,
682
+ cursor: result.nextCursor,
683
+ hasMore: !!result.nextCursor
684
+ };
685
+ },
686
+ async getTranslations(collection, id) {
687
+ const item = await contentRepo.findById(collection, id);
688
+ if (!item) throw new Error(`Content not found: ${collection}/${id}`);
689
+ return {
690
+ translationGroup: item.translationGroup || item.id,
691
+ translations: (item.translationGroup ? await contentRepo.findTranslations(collection, item.translationGroup) : [item]).map((translation) => ({
692
+ id: translation.id,
693
+ locale: translation.locale,
694
+ slug: translation.slug,
695
+ status: translation.status,
696
+ updatedAt: translation.updatedAt
697
+ }))
698
+ };
699
+ },
700
+ async getPublicUrl(collection, id) {
701
+ const site = accessOptions?.site;
702
+ if (!site?.url) return null;
703
+ const [item, collectionInfo] = await Promise.all([contentRepo.findById(collection, id), new SchemaRegistry(db).getCollection(collection)]);
704
+ if (!item || item.status !== "published" || !item.slug || !collectionInfo?.routable) return null;
705
+ const path = await resolveLocalizedContentRoutePath({
706
+ pattern: collectionInfo.urlPattern ?? null,
707
+ collection,
708
+ slug: item.slug,
709
+ id: item.id,
710
+ date: item.publishedAt,
711
+ locale: item.locale || site.locale,
712
+ trailingSlash: site.trailingSlash
713
+ });
714
+ return path === null ? null : `${site.url}${path}`;
715
+ },
716
+ ...accessOptions?.revisions ? {
717
+ async listRevisions(collection, id, revisionOptions) {
718
+ return (await new RevisionRepository(db).findVisibleByEntry(collection, id, { limit: normalizeRevisionLimit(revisionOptions?.limit) })).map(({ authorId: _authorId, ...revision }) => revision);
719
+ },
720
+ async getRevision(collection, id, revisionId) {
721
+ const revision = await new RevisionRepository(db).findVisibleById(collection, id, revisionId);
722
+ if (!revision) return null;
723
+ const { authorId: _authorId, ...safeRevision } = revision;
724
+ return safeRevision;
725
+ }
726
+ } : {}
727
+ };
728
+ }
729
+
730
+ //#endregion
731
+ //#region src/plugins/media.ts
732
+ const DEFAULT_PLUGIN_MEDIA_READ_BYTES = 10 * 1024 * 1024;
733
+ const MAX_PLUGIN_MEDIA_READ_BYTES = 16 * 1024 * 1024;
734
+ function mediaUrl(item) {
735
+ return `/_emdash/api/media/asset/${encodeURIComponent(item.id)}/${encodeURIComponent(item.filename)}`;
736
+ }
737
+ function toPluginMediaItem(item) {
738
+ return {
739
+ id: item.id,
740
+ filename: item.filename,
741
+ mimeType: item.mimeType,
742
+ size: item.size,
743
+ url: mediaUrl(item),
744
+ createdAt: item.createdAt,
745
+ width: item.width,
746
+ height: item.height,
747
+ alt: item.alt,
748
+ caption: item.caption,
749
+ focalX: item.focalX,
750
+ focalY: item.focalY,
751
+ blurhash: item.blurhash,
752
+ dominantColor: item.dominantColor,
753
+ folderId: item.folderId ?? null,
754
+ status: "ready"
755
+ };
756
+ }
757
+ function resolveByteLimit(maxBytes) {
758
+ const limit = maxBytes ?? DEFAULT_PLUGIN_MEDIA_READ_BYTES;
759
+ if (!Number.isSafeInteger(limit) || limit <= 0 || limit > MAX_PLUGIN_MEDIA_READ_BYTES) throw new RangeError(`media.readBytes maxBytes must be a positive integer no greater than ${MAX_PLUGIN_MEDIA_READ_BYTES}`);
760
+ return limit;
761
+ }
762
+ async function readStreamWithLimit(body, maxBytes) {
763
+ const reader = body.getReader();
764
+ const chunks = [];
765
+ let size = 0;
766
+ try {
767
+ while (true) {
768
+ const { done, value } = await reader.read();
769
+ if (done) break;
770
+ size += value.byteLength;
771
+ if (size > maxBytes) {
772
+ try {
773
+ await reader.cancel();
774
+ } catch {}
775
+ throw new PluginMediaByteLimitError(`Media exceeds the requested ${maxBytes}-byte limit`);
776
+ }
777
+ chunks.push(value);
778
+ }
779
+ } finally {
780
+ reader.releaseLock();
781
+ }
782
+ const bytes = new Uint8Array(size);
783
+ let offset = 0;
784
+ for (const chunk of chunks) {
785
+ bytes.set(chunk, offset);
786
+ offset += chunk.byteLength;
787
+ }
788
+ return bytes;
789
+ }
790
+ var PluginMediaByteLimitError = class extends RangeError {};
791
+ async function readPluginMediaBytes(db, storage, id, options) {
792
+ if (!storage) throw new Error("Media storage is not configured");
793
+ const limit = resolveByteLimit(options?.maxBytes);
794
+ const item = await new MediaRepository(db).findById(id);
795
+ if (!item || item.status !== "ready") throw new Error("Media item is not ready or does not exist");
796
+ let bytes;
797
+ try {
798
+ bytes = await readStreamWithLimit((await storage.download(item.storageKey)).body, limit);
799
+ } catch (error) {
800
+ if (error instanceof PluginMediaByteLimitError) throw error;
801
+ throw new Error("Failed to read media bytes");
802
+ }
803
+ return {
804
+ bytes,
805
+ filename: item.filename,
806
+ mimeType: item.mimeType,
807
+ size: bytes.byteLength,
808
+ ...item.contentHash ? { contentHash: item.contentHash } : {}
809
+ };
810
+ }
811
+ async function updatePluginMediaMetadata(db, id, patch) {
812
+ const parsed = parsePluginMediaMetadataPatch(patch);
813
+ const item = await new MediaRepository(db).updateReadyMetadata(id, parsed);
814
+ if (!item) throw new Error("Media item is not ready or does not exist");
815
+ return toPluginMediaItem(item);
816
+ }
817
+ const MEDIA_METADATA_KEYS = new Set([
818
+ "alt",
819
+ "caption",
820
+ "focalX",
821
+ "focalY"
822
+ ]);
823
+ function parsePluginMediaMetadataPatch(value) {
824
+ if (!value || typeof value !== "object" || Array.isArray(value)) throw new TypeError("media.updateMetadata patch must be an object");
825
+ const keys = Object.keys(value);
826
+ if (keys.length === 0) throw new TypeError("media.updateMetadata must change at least one metadata field");
827
+ for (const key of keys) if (!MEDIA_METADATA_KEYS.has(key)) throw new TypeError(`media.updateMetadata cannot change ${key}`);
828
+ const alt = Reflect.get(value, "alt");
829
+ const caption = Reflect.get(value, "caption");
830
+ const focalX = Reflect.get(value, "focalX");
831
+ const focalY = Reflect.get(value, "focalY");
832
+ if (alt !== void 0 && alt !== null && typeof alt !== "string") throw new TypeError("media.updateMetadata alt must be a string or null");
833
+ if (caption !== void 0 && caption !== null && typeof caption !== "string") throw new TypeError("media.updateMetadata caption must be a string or null");
834
+ if (focalX !== void 0 && focalX !== null && typeof focalX !== "number") throw new TypeError("media.updateMetadata focalX must be a number or null");
835
+ if (focalY !== void 0 && focalY !== null && typeof focalY !== "number") throw new TypeError("media.updateMetadata focalY must be a number or null");
836
+ const patch = {};
837
+ if (alt !== void 0) patch.alt = alt;
838
+ if (caption !== void 0) patch.caption = caption;
839
+ if (focalX !== void 0) patch.focalX = focalX;
840
+ if (focalY !== void 0) patch.focalY = focalY;
841
+ if (!isValidFocalPointUpdate(patch)) throw new TypeError("focalX and focalY must both be valid numbers or both be null");
842
+ return patch;
843
+ }
844
+
845
+ //#endregion
846
+ //#region src/plugins/route-error.ts
847
+ /**
848
+ * Error class for plugin routes
849
+ * Allows plugins to return structured errors with specific HTTP status codes
850
+ */
851
+ var PluginRouteError = class PluginRouteError extends Error {
852
+ constructor(code, message, status = 400, details) {
853
+ super(message);
854
+ this.code = code;
855
+ this.status = status;
856
+ this.details = details;
857
+ this.name = "PluginRouteError";
858
+ }
859
+ /**
860
+ * Create a bad request error (400)
861
+ */
862
+ static badRequest(message, details) {
863
+ return new PluginRouteError("BAD_REQUEST", message, 400, details);
864
+ }
865
+ /**
866
+ * Create an unauthorized error (401)
867
+ */
868
+ static unauthorized(message = "Unauthorized") {
869
+ return new PluginRouteError("UNAUTHORIZED", message, 401);
870
+ }
871
+ /**
872
+ * Create a forbidden error (403)
873
+ */
874
+ static forbidden(message = "Forbidden") {
875
+ return new PluginRouteError("FORBIDDEN", message, 403);
876
+ }
877
+ /**
878
+ * Create a not found error (404)
879
+ */
880
+ static notFound(message = "Not found") {
881
+ return new PluginRouteError("NOT_FOUND", message, 404);
882
+ }
883
+ /**
884
+ * Create a conflict error (409)
885
+ */
886
+ static conflict(message, details) {
887
+ return new PluginRouteError("CONFLICT", message, 409, details);
888
+ }
889
+ /**
890
+ * Create an internal error (500)
891
+ */
892
+ static internal(message = "Internal error") {
893
+ return new PluginRouteError("INTERNAL_ERROR", message, 500);
894
+ }
895
+ };
896
+
897
+ //#endregion
898
+ //#region src/plugins/context.ts
899
+ /**
900
+ * Create KV accessor for a plugin
901
+ * All keys are automatically prefixed with the plugin ID
902
+ */
903
+ function createKVAccess(optionsRepo, pluginId, settings = createSettingsAccess(optionsRepo, pluginId)) {
904
+ const prefix = `plugin:${pluginId}:`;
905
+ return {
906
+ async get(key) {
907
+ if (key.startsWith("settings:")) return settings.get(key.slice(9));
908
+ return optionsRepo.get(`${prefix}${key}`);
909
+ },
910
+ async getVersioned(key) {
911
+ assertStorageKey(key);
912
+ if (key.startsWith("settings:")) return settings.getVersioned(key.slice(9));
913
+ return optionsRepo.getVersioned(`${prefix}${key}`);
914
+ },
915
+ async compareAndSet(key, expectedRevision, value) {
916
+ assertStorageKey(key);
917
+ if (key.startsWith("settings:")) return settings.compareAndSet(key.slice(9), expectedRevision, value);
918
+ return optionsRepo.compareAndSet(`${prefix}${key}`, expectedRevision, value);
919
+ },
920
+ async compareAndDelete(key, expectedRevision) {
921
+ assertStorageKey(key);
922
+ if (key.startsWith("settings:")) return settings.compareAndDelete(key.slice(9), expectedRevision);
923
+ return optionsRepo.compareAndDelete(`${prefix}${key}`, expectedRevision);
924
+ },
925
+ async set(key, value) {
926
+ if (key.startsWith("settings:")) {
927
+ await settings.set(key.slice(9), value);
928
+ return;
929
+ }
930
+ await optionsRepo.set(`${prefix}${key}`, value);
931
+ },
932
+ async delete(key) {
933
+ if (key.startsWith("settings:")) return settings.delete(key.slice(9));
934
+ return optionsRepo.delete(`${prefix}${key}`);
935
+ },
936
+ async list(keyPrefix) {
937
+ const requestedPrefix = keyPrefix ?? "";
938
+ const includesSettings = "settings:".startsWith(requestedPrefix) || requestedPrefix.startsWith("settings:");
939
+ const fullPrefix = `${prefix}${requestedPrefix}`;
940
+ const entriesMap = await optionsRepo.getByPrefix(fullPrefix);
941
+ const result = [];
942
+ for (const [fullKey, value] of entriesMap) {
943
+ if (includesSettings && fullKey.startsWith(`${prefix}settings:`)) continue;
944
+ result.push({
945
+ key: fullKey.slice(prefix.length),
946
+ value
947
+ });
948
+ }
949
+ if (includesSettings) {
950
+ const settingPrefix = requestedPrefix.startsWith("settings:") ? requestedPrefix.slice(9) : "";
951
+ for (const entry of await settings.list(settingPrefix)) {
952
+ const key = `settings:${entry.key}`;
953
+ if (key.startsWith(requestedPrefix)) result.push({
954
+ key,
955
+ value: entry.value
956
+ });
957
+ }
958
+ }
959
+ return result;
960
+ }
961
+ };
962
+ }
963
+ /**
964
+ * Create storage collection accessor for a plugin
965
+ * Wraps PluginStorageRepository with the v2 interface (no async iterators)
966
+ */
967
+ function createStorageCollection(db, pluginId, collectionName, indexes) {
968
+ const repo = new PluginStorageRepository(db, pluginId, collectionName, indexes);
969
+ return {
970
+ get: (id) => repo.get(id),
971
+ getVersioned: (id) => repo.getVersioned(id),
972
+ compareAndSet: (id, expectedRevision, data) => repo.compareAndSet(id, expectedRevision, data),
973
+ compareAndDelete: (id, expectedRevision) => repo.compareAndDelete(id, expectedRevision),
974
+ put: (id, data) => repo.put(id, data),
975
+ delete: (id) => repo.delete(id),
976
+ exists: (id) => repo.exists(id),
977
+ getMany: (ids) => repo.getMany(ids),
978
+ putMany: (items) => repo.putMany(items),
979
+ deleteMany: (ids) => repo.deleteMany(ids),
980
+ count: (where) => repo.count(where),
981
+ updateIf: (id, updateArgs) => repo.updateIf(id, updateArgs),
982
+ async query(options) {
983
+ const result = await repo.query({
984
+ where: options?.where,
985
+ orderBy: options?.orderBy,
986
+ limit: options?.limit,
987
+ cursor: options?.cursor
988
+ });
989
+ return {
990
+ items: result.items,
991
+ cursor: result.cursor,
992
+ hasMore: result.hasMore
993
+ };
994
+ }
995
+ };
996
+ }
997
+ /**
998
+ * Create storage accessor with all declared collections
999
+ */
1000
+ function createStorageAccess(db, pluginId, storageConfig) {
1001
+ const storage = {};
1002
+ for (const [collectionName, config] of Object.entries(storageConfig)) storage[collectionName] = createStorageCollection(db, pluginId, collectionName, [...config.indexes, ...config.uniqueIndexes ?? []]);
1003
+ return storage;
1004
+ }
1005
+ /**
1006
+ * Extract `seo` from a plugin-supplied content write input and return both
1007
+ * parts. Mutates nothing — returns a new field map without the `seo` key.
1008
+ */
1009
+ function splitSeoFromInput(input) {
1010
+ const { seo, ...fields } = input;
1011
+ if (seo !== void 0 && (seo === null || typeof seo !== "object" || Array.isArray(seo))) throw new Error("content.seo must be an object");
1012
+ return {
1013
+ fields,
1014
+ seo
1015
+ };
1016
+ }
1017
+ /**
1018
+ * Reject writing SEO to a collection that does not have it enabled.
1019
+ * Matches the REST API behavior (VALIDATION_ERROR).
1020
+ */
1021
+ async function assertSeoEnabled(seoRepo, collection, seo) {
1022
+ const hasSeo = await seoRepo.isEnabled(collection);
1023
+ if (seo !== void 0 && !hasSeo) throw new Error(`Collection "${collection}" does not have SEO enabled. Remove the seo field or enable SEO on this collection.`);
1024
+ return hasSeo;
1025
+ }
1026
+ /**
1027
+ * Parse the `collections` JSON column into a string array (`[]` on anything
1028
+ * else). Mirrors the guards in the Cloudflare/workerd bridges so an
1029
+ * in-process plugin degrades on malformed data instead of crashing.
1030
+ */
1031
+ function parseCollectionsColumn(value) {
1032
+ if (!value) return [];
1033
+ try {
1034
+ const parsed = JSON.parse(value);
1035
+ return Array.isArray(parsed) ? parsed.filter((item) => typeof item === "string") : [];
1036
+ } catch {
1037
+ return [];
1038
+ }
1039
+ }
1040
+ /** Map a repository `Taxonomy` row to the plugin-facing term shape. */
1041
+ function taxonomyToTermInfo(term) {
1042
+ return {
1043
+ id: term.id,
1044
+ taxonomy: term.name,
1045
+ slug: term.slug,
1046
+ label: term.label,
1047
+ parentId: term.parentId,
1048
+ data: term.data,
1049
+ locale: term.locale,
1050
+ translationGroup: term.translationGroup
1051
+ };
1052
+ }
1053
+ function collectionToSchemaInfo(collection) {
1054
+ if (!collection) return null;
1055
+ return {
1056
+ slug: collection.slug,
1057
+ label: collection.label,
1058
+ labelSingular: collection.labelSingular ?? null,
1059
+ description: collection.description ?? null,
1060
+ supports: collection.supports,
1061
+ hasSeo: collection.hasSeo,
1062
+ titleField: collection.titleField ?? null,
1063
+ dateField: collection.dateField ?? null,
1064
+ urlPattern: collection.urlPattern ?? null,
1065
+ routable: collection.routable !== false,
1066
+ hidden: collection.hidden,
1067
+ fields: collection.fields.map((field) => ({
1068
+ slug: field.slug,
1069
+ label: field.label,
1070
+ type: field.type,
1071
+ required: field.required,
1072
+ unique: field.unique,
1073
+ ...field.defaultValue === void 0 ? {} : { default: field.defaultValue },
1074
+ ...field.validation === void 0 ? {} : { validation: field.validation },
1075
+ ...field.widget === void 0 ? {} : { widget: field.widget },
1076
+ ...field.options === void 0 ? {} : { options: field.options },
1077
+ searchable: field.searchable,
1078
+ indexed: field.indexed,
1079
+ translatable: field.translatable,
1080
+ sortOrder: field.sortOrder
1081
+ }))
1082
+ };
1083
+ }
1084
+ function createSchemaAccess(db) {
1085
+ const registry = new SchemaRegistry(db);
1086
+ return {
1087
+ async listCollections() {
1088
+ const collections = [];
1089
+ for (const collection of await registry.listCollectionsWithFields()) {
1090
+ const info = collectionToSchemaInfo(collection);
1091
+ if (info) collections.push(info);
1092
+ }
1093
+ return collections;
1094
+ },
1095
+ async getCollection(slug) {
1096
+ return collectionToSchemaInfo(await registry.getCollectionWithFields(slug));
1097
+ }
1098
+ };
1099
+ }
1100
+ /**
1101
+ * Create read-only taxonomy access (gated on `taxonomies:read`).
1102
+ */
1103
+ function createTaxonomyAccess(db) {
1104
+ const taxonomyRepo = new TaxonomyRepository(db);
1105
+ return {
1106
+ async getAll(options) {
1107
+ let query = selectTaxonomyDefs(db);
1108
+ if (options?.locale !== void 0) query = query.where("d.locale", "=", options.locale);
1109
+ return (await query.orderBy("d.name", "asc").execute()).map((row) => ({
1110
+ name: row.name,
1111
+ label: row.label,
1112
+ labelSingular: row.label_singular,
1113
+ hierarchical: row.hierarchical === 1,
1114
+ collections: parseCollectionsColumn(row.collections),
1115
+ locale: row.locale
1116
+ }));
1117
+ },
1118
+ async getTerms(taxonomy, options) {
1119
+ return (await taxonomyRepo.findByName(taxonomy, { locale: options?.locale })).map(taxonomyToTermInfo);
1120
+ },
1121
+ async getEntryTerms(collection, entryId, options) {
1122
+ return (await taxonomyRepo.getTermsForEntry(collection, entryId, options?.taxonomy, options?.locale)).map(taxonomyToTermInfo);
1123
+ }
1124
+ };
1125
+ }
1126
+ function toPluginComment(comment) {
1127
+ if (comment.status === "trash") throw new Error("Trashed comments are not plugin-readable");
1128
+ return {
1129
+ id: comment.id,
1130
+ collection: comment.collection,
1131
+ contentId: comment.contentId,
1132
+ parentId: comment.parentId,
1133
+ authorName: comment.authorName,
1134
+ authorEmail: comment.authorEmail,
1135
+ body: comment.body,
1136
+ status: comment.status,
1137
+ ipHash: comment.ipHash,
1138
+ userAgent: comment.userAgent,
1139
+ moderationMetadata: comment.moderationMetadata,
1140
+ createdAt: comment.createdAt,
1141
+ updatedAt: comment.updatedAt
1142
+ };
1143
+ }
1144
+ function createCommentAccess(db, moderate) {
1145
+ const repo = new CommentRepository(db);
1146
+ return {
1147
+ async get(id) {
1148
+ const comment = await repo.findById(id);
1149
+ return !comment || comment.status === "trash" ? null : toPluginComment(comment);
1150
+ },
1151
+ async list(options = {}) {
1152
+ const result = await repo.findForPlugin(options);
1153
+ return {
1154
+ items: result.items.map(toPluginComment),
1155
+ cursor: result.nextCursor,
1156
+ hasMore: result.nextCursor !== void 0
1157
+ };
1158
+ },
1159
+ count: (options) => repo.countForPlugin(options),
1160
+ ...moderate ? { setStatus: (id, status, options) => moderate(id, status, options.expectedStatus) } : {}
1161
+ };
1162
+ }
1163
+ var RedirectAccessError = class extends Error {
1164
+ name = "RedirectAccessError";
1165
+ constructor(code, message) {
1166
+ super(message);
1167
+ this.code = code;
1168
+ }
1169
+ };
1170
+ const REDIRECT_REVISION_PREFIX = "r1.";
1171
+ const BASE64_PADDING_RE = /=+$/;
1172
+ function encodeRedirectRevision(id, revision) {
1173
+ const payload = `${id}\0${revision}`;
1174
+ return `${REDIRECT_REVISION_PREFIX}${btoa(payload).replaceAll("+", "-").replaceAll("/", "_").replace(BASE64_PADDING_RE, "")}`;
1175
+ }
1176
+ function decodeRedirectRevision(id, revision) {
1177
+ if (typeof revision !== "string" || !revision.startsWith(REDIRECT_REVISION_PREFIX)) throw new RedirectAccessError("INVALID_PRECONDITION", "Invalid redirect revision");
1178
+ try {
1179
+ const encoded = revision.slice(3).replaceAll("-", "+").replaceAll("_", "/");
1180
+ const padded = encoded.padEnd(Math.ceil(encoded.length / 4) * 4, "=");
1181
+ const [revisionId, updatedAt, extra] = atob(padded).split("\0");
1182
+ if (revisionId !== id || !updatedAt || extra !== void 0) throw new Error("invalid");
1183
+ return updatedAt;
1184
+ } catch (error) {
1185
+ if (error instanceof RedirectAccessError) throw error;
1186
+ throw new RedirectAccessError("INVALID_PRECONDITION", "Invalid redirect revision");
1187
+ }
1188
+ }
1189
+ function toRedirectInfo(redirect) {
1190
+ return {
1191
+ ...redirect,
1192
+ type: redirect.type
1193
+ };
1194
+ }
1195
+ function toVersionedRedirect(record) {
1196
+ return {
1197
+ redirect: toRedirectInfo(record.redirect),
1198
+ _rev: encodeRedirectRevision(record.redirect.id, record.configRevision)
1199
+ };
1200
+ }
1201
+ async function readVersionedRedirect(repo, id) {
1202
+ const record = await repo.findVersionedById(id);
1203
+ return record ? toVersionedRedirect(record) : null;
1204
+ }
1205
+ function throwRedirectResult(error) {
1206
+ throw new RedirectAccessError(error.code, error.message);
1207
+ }
1208
+ function assertNoAutomaticRedirectMarker(input) {
1209
+ if (typeof input !== "object" || input === null || Array.isArray(input)) throw new RedirectAccessError("VALIDATION_ERROR", "Redirect input must be an object");
1210
+ if (Object.hasOwn(input, "auto")) throw new RedirectAccessError("VALIDATION_ERROR", "The automatic redirect marker is managed by EmDash");
1211
+ }
1212
+ function createRedirectAccess(db, writable = false) {
1213
+ const repo = new RedirectRepository(db);
1214
+ const readAccess = {
1215
+ async list(options = {}) {
1216
+ const result = await handleRedirectList(db, options);
1217
+ if (!result.success) return throwRedirectResult(result.error);
1218
+ return {
1219
+ items: result.data.items.map(toRedirectInfo),
1220
+ cursor: result.data.nextCursor,
1221
+ hasMore: result.data.nextCursor !== void 0
1222
+ };
1223
+ },
1224
+ get: (id) => readVersionedRedirect(repo, id)
1225
+ };
1226
+ if (!writable) return readAccess;
1227
+ return {
1228
+ ...readAccess,
1229
+ async create(input) {
1230
+ assertNoAutomaticRedirectMarker(input);
1231
+ const parsed = createRedirectBody.safeParse(input);
1232
+ if (!parsed.success) throw new RedirectAccessError("VALIDATION_ERROR", parsed.error.issues[0]?.message ?? "Invalid redirect");
1233
+ const result = await handleRedirectCreate(db, parsed.data);
1234
+ if (!result.success) return throwRedirectResult(result.error);
1235
+ const current = await readVersionedRedirect(repo, result.data.id);
1236
+ if (!current) throw new RedirectAccessError("NOT_FOUND", "Created redirect not found");
1237
+ return current;
1238
+ },
1239
+ async update(id, input) {
1240
+ assertNoAutomaticRedirectMarker(input);
1241
+ const { _rev, ...patch } = input;
1242
+ const expectedRevision = decodeRedirectRevision(id, _rev);
1243
+ const parsed = updateRedirectBody.safeParse(patch);
1244
+ if (!parsed.success) throw new RedirectAccessError("VALIDATION_ERROR", parsed.error.issues[0]?.message ?? "Invalid redirect");
1245
+ const result = await handleRedirectUpdate(db, id, parsed.data, { expectedRevision });
1246
+ if (!result.success) return throwRedirectResult(result.error);
1247
+ const current = await readVersionedRedirect(repo, result.data.id);
1248
+ if (!current) throw new RedirectAccessError("NOT_FOUND", "Updated redirect not found");
1249
+ return current;
1250
+ },
1251
+ async delete(id, options) {
1252
+ if (typeof options !== "object" || options === null) throw new RedirectAccessError("INVALID_PRECONDITION", "Invalid redirect revision");
1253
+ const result = await handleRedirectDelete(db, id, { expectedRevision: decodeRedirectRevision(id, options._rev) });
1254
+ if (!result.success) return throwRedirectResult(result.error);
1255
+ return result.data.deleted;
1256
+ }
1257
+ };
1258
+ }
1259
+ const MAX_TAXONOMY_DELTA_TERMS = 64;
1260
+ function taxonomyAccessError(code, message) {
1261
+ return Object.assign(new Error(message), { code });
1262
+ }
1263
+ async function resolveTaxonomyDelta(db, collection, entryId, taxonomy, termIds) {
1264
+ if (termIds.length > MAX_TAXONOMY_DELTA_TERMS) throw taxonomyAccessError("VALIDATION_ERROR", `A taxonomy assignment delta can contain at most ${MAX_TAXONOMY_DELTA_TERMS} term IDs`);
1265
+ if (termIds.some((id) => typeof id !== "string" || id.length === 0)) throw taxonomyAccessError("VALIDATION_ERROR", "Taxonomy term IDs must be non-empty strings");
1266
+ const structure = await findTaxonomyStructure(db, taxonomy);
1267
+ if (!structure) throw taxonomyAccessError("NOT_FOUND", `Taxonomy '${taxonomy}' not found`);
1268
+ if (!structure.collections.includes(collection)) throw taxonomyAccessError("VALIDATION_ERROR", `Taxonomy '${taxonomy}' is not attached to collection '${collection}'`);
1269
+ const entry = await new ContentRepository(db).findById(collection, entryId);
1270
+ if (!entry) throw taxonomyAccessError("NOT_FOUND", `Content entry '${entryId}' not found in '${collection}'`);
1271
+ const repo = new TaxonomyRepository(db);
1272
+ const groups = [];
1273
+ for (const id of new Set(termIds)) {
1274
+ const term = await repo.findByIdOrTranslationGroup(id);
1275
+ if (!term) throw taxonomyAccessError("NOT_FOUND", `Taxonomy term '${id}' not found`);
1276
+ if (term.name !== taxonomy) throw taxonomyAccessError("VALIDATION_ERROR", `Taxonomy term '${id}' belongs to '${term.name}', not '${taxonomy}'`);
1277
+ groups.push(term.translationGroup ?? term.id);
1278
+ }
1279
+ return {
1280
+ repo,
1281
+ groups,
1282
+ locale: entry.locale ?? getI18nConfig()?.defaultLocale ?? "en"
1283
+ };
1284
+ }
1285
+ async function readResolvedEntryTerms(repo, collection, entryId, taxonomy, locale) {
1286
+ const defaultLocale = getI18nConfig()?.defaultLocale ?? locale;
1287
+ return (await repo.getTermAssignmentsForEntry(collection, entryId, taxonomy, locale, defaultLocale)).flatMap(({ term }) => term ? [taxonomyToTermInfo(term)] : []);
1288
+ }
1289
+ function createTaxonomyAccessWithWrite(db) {
1290
+ return {
1291
+ ...createTaxonomyAccess(db),
1292
+ async createTerm(taxonomy, input) {
1293
+ const result = await handleTermCreate(db, taxonomy, input);
1294
+ if (!result.success) throw taxonomyAccessError(result.error.code, result.error.message);
1295
+ const { term } = result.data;
1296
+ return {
1297
+ id: term.id,
1298
+ taxonomy: term.name,
1299
+ slug: term.slug,
1300
+ label: term.label,
1301
+ parentId: term.parentId,
1302
+ data: term.description ? { description: term.description } : null,
1303
+ locale: term.locale,
1304
+ translationGroup: term.translationGroup
1305
+ };
1306
+ },
1307
+ async addEntryTerms(collection, entryId, taxonomy, termIds) {
1308
+ const { repo, groups, locale } = await resolveTaxonomyDelta(db, collection, entryId, taxonomy, termIds);
1309
+ await repo.attachGroupsToEntry(collection, entryId, groups);
1310
+ return readResolvedEntryTerms(repo, collection, entryId, taxonomy, locale);
1311
+ },
1312
+ async removeEntryTerms(collection, entryId, taxonomy, termIds) {
1313
+ const { repo, groups, locale } = await resolveTaxonomyDelta(db, collection, entryId, taxonomy, termIds);
1314
+ await repo.detachGroupsFromEntry(collection, entryId, groups);
1315
+ return readResolvedEntryTerms(repo, collection, entryId, taxonomy, locale);
1316
+ }
1317
+ };
1318
+ }
1319
+ async function afterContentWrite(recordWrite) {
1320
+ if (typeof recordWrite === "function") await recordWrite();
1321
+ }
1322
+ /**
1323
+ * Create full content access with write operations.
1324
+ *
1325
+ * `create` and `update` accept a reserved `seo` key in their `data`
1326
+ * argument. When present, it is routed to the core SEO panel
1327
+ * (`_emdash_seo`) via `SeoRepository.upsert`, in the same transaction as
1328
+ * the content write. The returned `ContentItem.seo` reflects the resulting
1329
+ * SEO state for SEO-enabled collections.
1330
+ */
1331
+ function createContentAccessWithWrite(db, beforeContentWrite, accessOptions, contentCreate) {
1332
+ return {
1333
+ ...createContentAccess(db, accessOptions),
1334
+ async create(collection, data, options) {
1335
+ const locale = resolveContentCreateLocale(options?.locale);
1336
+ const recordWrite = await beforeContentWrite?.();
1337
+ if (contentCreate) {
1338
+ const created = await contentCreate({
1339
+ collection,
1340
+ input: data,
1341
+ options: {
1342
+ ...options,
1343
+ locale
1344
+ }
1345
+ });
1346
+ await afterContentWrite(recordWrite);
1347
+ return created;
1348
+ }
1349
+ const { fields, seo } = splitSeoFromInput(data);
1350
+ let contentMutated = false;
1351
+ try {
1352
+ const created = await withTransaction(db, async (trx) => {
1353
+ const trxContentRepo = new ContentRepository(trx);
1354
+ const trxSeoRepo = new SeoRepository(trx);
1355
+ const hasSeo = await assertSeoEnabled(trxSeoRepo, collection, seo);
1356
+ const item = await trxContentRepo.create({
1357
+ type: collection,
1358
+ data: fields,
1359
+ locale,
1360
+ translationOf: options?.translationOf
1361
+ });
1362
+ contentMutated = true;
1363
+ const result = {
1364
+ id: item.id,
1365
+ type: item.type,
1366
+ slug: item.slug,
1367
+ status: item.status,
1368
+ data: item.data,
1369
+ createdAt: item.createdAt,
1370
+ updatedAt: item.updatedAt,
1371
+ locale: item.locale,
1372
+ publishedAt: item.publishedAt,
1373
+ scheduledAt: item.scheduledAt
1374
+ };
1375
+ if (hasSeo) result.seo = seo !== void 0 ? await trxSeoRepo.upsert(collection, item.id, seo) : await trxSeoRepo.get(collection, item.id);
1376
+ return result;
1377
+ });
1378
+ await markContentMediaUsageCollectionStaleSafely(db, collection, "CONTENT_USAGE_STALE");
1379
+ await afterContentWrite(recordWrite);
1380
+ return created;
1381
+ } catch (error) {
1382
+ if (contentMutated) await markContentMediaUsageCollectionStaleSafely(db, collection, "CONTENT_USAGE_STALE");
1383
+ throw error;
1384
+ }
1385
+ },
1386
+ async update(collection, id, data) {
1387
+ const recordWrite = await beforeContentWrite?.();
1388
+ const { fields, seo } = splitSeoFromInput(data);
1389
+ const hasFieldUpdates = Object.keys(fields).length > 0;
1390
+ let contentMutated = false;
1391
+ try {
1392
+ const updated = await withTransaction(db, async (trx) => {
1393
+ const trxContentRepo = new ContentRepository(trx);
1394
+ const trxSeoRepo = new SeoRepository(trx);
1395
+ const hasSeo = await assertSeoEnabled(trxSeoRepo, collection, seo);
1396
+ const item = hasFieldUpdates ? await trxContentRepo.updateDraftAware(collection, id, { data: fields }) : await (async () => {
1397
+ const existing = await trxContentRepo.findById(collection, id);
1398
+ if (!existing) throw new Error("Content not found");
1399
+ return existing;
1400
+ })();
1401
+ if (hasFieldUpdates) contentMutated = true;
1402
+ const result = {
1403
+ id: item.id,
1404
+ type: item.type,
1405
+ slug: item.slug,
1406
+ status: item.status,
1407
+ data: item.data,
1408
+ createdAt: item.createdAt,
1409
+ updatedAt: item.updatedAt,
1410
+ locale: item.locale,
1411
+ publishedAt: item.publishedAt,
1412
+ scheduledAt: item.scheduledAt
1413
+ };
1414
+ if (hasSeo) result.seo = seo !== void 0 ? await trxSeoRepo.upsert(collection, item.id, seo) : await trxSeoRepo.get(collection, item.id);
1415
+ return result;
1416
+ });
1417
+ if (hasFieldUpdates) await markContentMediaUsageCollectionStaleSafely(db, collection, "CONTENT_USAGE_STALE");
1418
+ await afterContentWrite(recordWrite);
1419
+ return updated;
1420
+ } catch (error) {
1421
+ if (contentMutated) await markContentMediaUsageCollectionStaleSafely(db, collection, "CONTENT_USAGE_STALE");
1422
+ throw error;
1423
+ }
1424
+ },
1425
+ async delete(collection, id) {
1426
+ const recordWrite = await beforeContentWrite?.();
1427
+ const deleted = await new ContentRepository(db).delete(collection, id);
1428
+ if (deleted) {
1429
+ await new EntryLockRepository(db).releaseEntry(collection, id);
1430
+ await markContentMediaUsageCollectionStaleSafely(db, collection, "CONTENT_USAGE_STALE");
1431
+ await afterContentWrite(recordWrite);
1432
+ }
1433
+ return deleted;
1434
+ }
1435
+ };
1436
+ }
1437
+ /**
1438
+ * Create read-only media access
1439
+ */
1440
+ function createMediaAccess(db) {
1441
+ const mediaRepo = new MediaRepository(db);
1442
+ return {
1443
+ async get(id) {
1444
+ const item = await mediaRepo.findById(id);
1445
+ return item?.status === "ready" ? toPluginMediaItem(item) : null;
1446
+ },
1447
+ async list(options) {
1448
+ const result = await mediaRepo.findMany({
1449
+ limit: options?.limit ?? 50,
1450
+ cursor: options?.cursor,
1451
+ mimeType: options?.mimeType
1452
+ });
1453
+ return {
1454
+ items: result.items.map(toPluginMediaItem),
1455
+ cursor: result.nextCursor,
1456
+ hasMore: !!result.nextCursor
1457
+ };
1458
+ }
1459
+ };
1460
+ }
1461
+ function mediaReadDenied() {
1462
+ throw new Error("Missing capability: media:read");
1463
+ }
1464
+ function createBlockedMediaReadAccess() {
1465
+ return {
1466
+ get: async () => mediaReadDenied(),
1467
+ list: async () => mediaReadDenied()
1468
+ };
1469
+ }
1470
+ function allowedUploadType(contentType) {
1471
+ if (!CONTENT_TYPE_RE.test(contentType)) throw PluginRouteError.badRequest("Invalid content type");
1472
+ const mimeType = normalizeMime(contentType);
1473
+ if (!matchesMimeAllowlist(mimeType, GLOBAL_UPLOAD_ALLOWLIST)) throw new PluginRouteError("UNSUPPORTED_MEDIA_TYPE", "File type not allowed", 415);
1474
+ return mimeType;
1475
+ }
1476
+ function uploadStorageKey(filename, mimeType) {
1477
+ const keyPrefix = ulid();
1478
+ const basename = filename.split("/").pop() ?? filename;
1479
+ const dotIdx = basename.lastIndexOf(".");
1480
+ const nameExt = dotIdx > 0 ? basename.slice(dotIdx + 1).toLowerCase() : "";
1481
+ const nameType = mime.getType(nameExt);
1482
+ const nameExtAllowed = nameType !== null && matchesMimeAllowlist(nameType, GLOBAL_UPLOAD_ALLOWLIST);
1483
+ const ext = nameType === mimeType ? nameExt : mime.getExtension(mimeType) ?? (nameExtAllowed ? nameExt : null);
1484
+ return {
1485
+ basename,
1486
+ storageKey: ext ? `${keyPrefix}.${ext}` : keyPrefix
1487
+ };
1488
+ }
1489
+ /**
1490
+ * Create full media access with write operations.
1491
+ *
1492
+ * `getUploadUrlFn` is optional: when omitted, `getUploadUrl()` is derived from
1493
+ * `storage` (create a pending record + a signed PUT URL), mirroring the REST
1494
+ * `/_emdash/api/media/upload-url` endpoint. `upload()` only needs `storage`.
1495
+ * If storage is not provided, both throw at call time.
1496
+ */
1497
+ function createMediaAccessWithWrite(db, getUploadUrlFn, storage) {
1498
+ const mediaRepo = new MediaRepository(db);
1499
+ const readAccess = createMediaAccess(db);
1500
+ const getUploadUrl = getUploadUrlFn ? async (filename, contentType) => getUploadUrlFn(filename, allowedUploadType(contentType)) : async (filename, contentType) => {
1501
+ if (!storage) throw new Error("Media getUploadUrl() requires a storage backend. Configure storage in PluginContextFactoryOptions.");
1502
+ const mimeType = allowedUploadType(contentType);
1503
+ const { basename, storageKey } = uploadStorageKey(filename, mimeType);
1504
+ const media = await mediaRepo.createPending({
1505
+ filename: basename,
1506
+ mimeType,
1507
+ storageKey
1508
+ });
1509
+ return {
1510
+ uploadUrl: (await storage.getSignedUploadUrl({
1511
+ key: storageKey,
1512
+ contentType: mimeType,
1513
+ expiresIn: 3600
1514
+ })).url,
1515
+ mediaId: media.id
1516
+ };
1517
+ };
1518
+ return {
1519
+ ...readAccess,
1520
+ getUploadUrl,
1521
+ async upload(filename, contentType, bytes) {
1522
+ if (!storage) throw new Error("Media upload() requires a storage backend. Configure storage in PluginContextFactoryOptions.");
1523
+ const mimeType = allowedUploadType(contentType);
1524
+ const { basename, storageKey } = uploadStorageKey(filename, mimeType);
1525
+ await storage.upload({
1526
+ key: storageKey,
1527
+ body: new Uint8Array(bytes),
1528
+ contentType: mimeType
1529
+ });
1530
+ const enriched = await enrichImageMetadata(new Uint8Array(bytes), mimeType);
1531
+ let media;
1532
+ try {
1533
+ media = await mediaRepo.create({
1534
+ filename: basename,
1535
+ mimeType,
1536
+ size: bytes.byteLength,
1537
+ storageKey,
1538
+ status: "ready",
1539
+ width: enriched.width,
1540
+ height: enriched.height,
1541
+ blurhash: enriched.blurhash,
1542
+ dominantColor: enriched.dominantColor
1543
+ });
1544
+ } catch (error) {
1545
+ try {
1546
+ await storage.delete(storageKey);
1547
+ } catch {}
1548
+ throw error;
1549
+ }
1550
+ return {
1551
+ mediaId: media.id,
1552
+ storageKey,
1553
+ url: `/_emdash/api/media/file/${storageKey}`
1554
+ };
1555
+ },
1556
+ async delete(id) {
1557
+ const result = await handleMediaDelete(db, id, storage);
1558
+ if (!result.success) {
1559
+ if (result.error.code === "NOT_FOUND") return false;
1560
+ throw new Error(result.error.message);
1561
+ }
1562
+ invalidateSiteSettingsCache();
1563
+ return true;
1564
+ }
1565
+ };
1566
+ }
1567
+ /** Maximum number of redirects to follow in plugin HTTP access */
1568
+ const MAX_PLUGIN_REDIRECTS = 5;
1569
+ function stripTrailingDots(value) {
1570
+ let end = value.length;
1571
+ while (end > 0 && value.charCodeAt(end - 1) === 46) end--;
1572
+ return end === value.length ? value : value.slice(0, end);
1573
+ }
1574
+ /**
1575
+ * Check if a hostname matches any pattern in the allowed list.
1576
+ * Patterns: "*" matches all, "*.example.com" matches subdomains AND bare "example.com",
1577
+ * "api.example.com" matches exactly.
1578
+ */
1579
+ function isHostAllowed(host, allowedHosts) {
1580
+ const normalizedHost = stripTrailingDots(host.toLowerCase());
1581
+ return allowedHosts.some((pattern) => {
1582
+ const normalizedPattern = stripTrailingDots(pattern.toLowerCase());
1583
+ if (normalizedPattern === "*") return true;
1584
+ if (normalizedPattern.startsWith("*.")) {
1585
+ const suffix = normalizedPattern.slice(1);
1586
+ return normalizedHost.endsWith(suffix) || normalizedHost === normalizedPattern.slice(2);
1587
+ }
1588
+ return normalizedHost === normalizedPattern;
1589
+ });
1590
+ }
1591
+ function tryParsePluginHttpTarget(url) {
1592
+ try {
1593
+ return new URL(url);
1594
+ } catch {
1595
+ return null;
1596
+ }
1597
+ }
1598
+ async function validatePluginHttpTarget(pluginId, url) {
1599
+ try {
1600
+ return await resolveAndValidateExternalUrl(url);
1601
+ } catch (error) {
1602
+ const message = error instanceof SsrfError ? error.message : "SSRF validation failed";
1603
+ const target = tryParsePluginHttpTarget(url);
1604
+ throw new Error(`Plugin "${pluginId}": blocked fetch to "${target ? target.hostname : "invalid URL"}": ${message}`, { cause: error });
1605
+ }
1606
+ }
1607
+ /**
1608
+ * Create HTTP access with host validation and SSRF protection.
1609
+ *
1610
+ * Uses redirect: "manual" to re-validate each redirect target before dispatch.
1611
+ */
1612
+ function createHttpAccess(pluginId, allowedHosts, fetchImpl = globalThis.fetch) {
1613
+ return { async fetch(url, init) {
1614
+ if (allowedHosts.length === 0) throw new Error(`Plugin "${pluginId}" has no allowed hosts configured. Add hosts to the plugin's allowedHosts array to enable HTTP requests.`);
1615
+ let currentUrl = url;
1616
+ let currentInit = init;
1617
+ let requestBuffered = false;
1618
+ let redirected = false;
1619
+ for (let i = 0; i <= MAX_PLUGIN_REDIRECTS; i++) {
1620
+ const target = tryParsePluginHttpTarget(currentUrl);
1621
+ if (target && !isHostAllowed(target.hostname, allowedHosts)) throw new Error(`Plugin "${pluginId}" is not allowed to fetch from host "${target.hostname}". Allowed hosts: ${allowedHosts.join(", ")}`);
1622
+ await validatePluginHttpTarget(pluginId, currentUrl);
1623
+ if (!requestBuffered) {
1624
+ currentInit = await bufferPluginHttpRequest(currentInit);
1625
+ requestBuffered = true;
1626
+ }
1627
+ const response = await fetchImpl(currentUrl, {
1628
+ ...currentInit,
1629
+ redirect: "manual"
1630
+ });
1631
+ const location = response.headers.get("Location");
1632
+ if (location === null) return pluginHttpResponseFromWire(await pluginHttpResponseToWire(response, currentUrl, redirected));
1633
+ const redirectAction = pluginHttpRedirectAction(response.status, true, currentInit);
1634
+ if (redirectAction === "return") return pluginHttpResponseFromWire(await pluginHttpResponseToWire(response, currentUrl, redirected));
1635
+ await response.body?.cancel();
1636
+ if (redirectAction === "error") throw new Error(`Plugin "${pluginId}": redirect mode is "error"`);
1637
+ const previousOrigin = new URL(currentUrl).origin;
1638
+ currentUrl = new URL(location, currentUrl).href;
1639
+ redirected = true;
1640
+ const nextOrigin = new URL(currentUrl).origin;
1641
+ currentInit = rewritePluginHttpRedirect(response.status, currentInit);
1642
+ if (previousOrigin !== nextOrigin && currentInit) currentInit = stripCredentialHeaders(currentInit);
1643
+ }
1644
+ throw new Error(`Plugin "${pluginId}": too many redirects (max ${MAX_PLUGIN_REDIRECTS})`);
1645
+ } };
1646
+ }
1647
+ /**
1648
+ * Create unrestricted HTTP access (for plugins with network:request:unrestricted capability).
1649
+ * No host validation, but applies SSRF protection on redirect targets to
1650
+ * prevent plugins from being tricked into reaching internal services.
1651
+ */
1652
+ function createUnrestrictedHttpAccess(pluginId, fetchImpl = globalThis.fetch) {
1653
+ return { async fetch(url, init) {
1654
+ let currentUrl = url;
1655
+ let currentInit = init;
1656
+ let requestBuffered = false;
1657
+ let redirected = false;
1658
+ for (let i = 0; i <= MAX_PLUGIN_REDIRECTS; i++) {
1659
+ await validatePluginHttpTarget(pluginId, currentUrl);
1660
+ if (!requestBuffered) {
1661
+ currentInit = await bufferPluginHttpRequest(currentInit);
1662
+ requestBuffered = true;
1663
+ }
1664
+ const response = await fetchImpl(currentUrl, {
1665
+ ...currentInit,
1666
+ redirect: "manual"
1667
+ });
1668
+ const location = response.headers.get("Location");
1669
+ if (location === null) return pluginHttpResponseFromWire(await pluginHttpResponseToWire(response, currentUrl, redirected));
1670
+ const redirectAction = pluginHttpRedirectAction(response.status, true, currentInit);
1671
+ if (redirectAction === "return") return pluginHttpResponseFromWire(await pluginHttpResponseToWire(response, currentUrl, redirected));
1672
+ await response.body?.cancel();
1673
+ if (redirectAction === "error") throw new Error(`Plugin "${pluginId}": redirect mode is "error"`);
1674
+ const previousOrigin = new URL(currentUrl).origin;
1675
+ currentUrl = new URL(location, currentUrl).href;
1676
+ redirected = true;
1677
+ const nextOrigin = new URL(currentUrl).origin;
1678
+ currentInit = rewritePluginHttpRedirect(response.status, currentInit);
1679
+ if (previousOrigin !== nextOrigin && currentInit) currentInit = stripCredentialHeaders(currentInit);
1680
+ }
1681
+ throw new Error(`Plugin "${pluginId}": too many redirects (max ${MAX_PLUGIN_REDIRECTS})`);
1682
+ } };
1683
+ }
1684
+ /**
1685
+ * Create logger for a plugin
1686
+ */
1687
+ function createLogAccess(pluginId, redactor) {
1688
+ const prefix = `[plugin:${pluginId}]`;
1689
+ const redact = (value) => redactor?.redact(value) ?? value;
1690
+ return {
1691
+ debug(message, data) {
1692
+ if (data !== void 0) console.debug(prefix, redact(message), redact(data));
1693
+ else console.debug(prefix, redact(message));
1694
+ },
1695
+ info(message, data) {
1696
+ if (data !== void 0) console.info(prefix, redact(message), redact(data));
1697
+ else console.info(prefix, redact(message));
1698
+ },
1699
+ warn(message, data) {
1700
+ if (data !== void 0) console.warn(prefix, redact(message), redact(data));
1701
+ else console.warn(prefix, redact(message));
1702
+ },
1703
+ error(message, data) {
1704
+ if (data !== void 0) console.error(prefix, redact(message), redact(data));
1705
+ else console.error(prefix, redact(message));
1706
+ }
1707
+ };
1708
+ }
1709
+ const TRAILING_SLASH_RE = /\/$/;
1710
+ /**
1711
+ * Create site info from config and settings.
1712
+ *
1713
+ * Resolution order for URL:
1714
+ * 1. options table (emdash:site_url)
1715
+ * 2. Astro `site` config
1716
+ * 3. fallback to empty string
1717
+ */
1718
+ function createSiteInfo(options) {
1719
+ return {
1720
+ name: options.siteName ?? "",
1721
+ url: (options.siteUrl ?? "").replace(TRAILING_SLASH_RE, ""),
1722
+ locale: options.locale ?? "en",
1723
+ trailingSlash: options.trailingSlash ?? "ignore"
1724
+ };
1725
+ }
1726
+ /**
1727
+ * Create a URL helper that generates absolute URLs from relative paths.
1728
+ * Validates that path starts with "/" and rejects protocol-relative paths ("//").
1729
+ */
1730
+ function createUrlHelper(siteUrl) {
1731
+ const base = siteUrl.replace(TRAILING_SLASH_RE, "");
1732
+ return (path) => {
1733
+ if (!path.startsWith("/")) throw new Error(`URL path must start with "/", got: "${path}"`);
1734
+ if (path.startsWith("//")) throw new Error(`URL path must not be protocol-relative, got: "${path}"`);
1735
+ return `${base}${path}`;
1736
+ };
1737
+ }
1738
+ /**
1739
+ * Convert a UserRepository user to the plugin-facing UserInfo shape.
1740
+ * Strips sensitive fields (avatarUrl, emailVerified, data).
1741
+ */
1742
+ function toUserInfo(user) {
1743
+ return {
1744
+ id: user.id,
1745
+ email: user.email,
1746
+ name: user.name,
1747
+ role: user.role,
1748
+ createdAt: user.createdAt
1749
+ };
1750
+ }
1751
+ /**
1752
+ * Create read-only user access for plugins.
1753
+ * Excludes sensitive fields (password hashes, sessions, passkeys, avatar URL, data).
1754
+ */
1755
+ function createUserAccess(db) {
1756
+ const userRepo = new UserRepository(db);
1757
+ return {
1758
+ async get(id) {
1759
+ const user = await userRepo.findById(id);
1760
+ if (!user) return null;
1761
+ return toUserInfo(user);
1762
+ },
1763
+ async getByEmail(email) {
1764
+ const user = await userRepo.findByEmail(email);
1765
+ if (!user) return null;
1766
+ return toUserInfo(user);
1767
+ },
1768
+ async list(opts) {
1769
+ const result = await userRepo.findMany({
1770
+ role: opts?.role,
1771
+ cursor: opts?.cursor,
1772
+ limit: opts?.limit
1773
+ });
1774
+ return {
1775
+ items: result.items.map(toUserInfo),
1776
+ nextCursor: result.nextCursor
1777
+ };
1778
+ }
1779
+ };
1780
+ }
1781
+ /**
1782
+ * Factory for creating plugin contexts
1783
+ */
1784
+ var PluginContextFactory = class {
1785
+ resolveDb;
1786
+ beforeContentWrite;
1787
+ contentCreate;
1788
+ contentActions;
1789
+ storage;
1790
+ getUploadUrl;
1791
+ site;
1792
+ urlHelper;
1793
+ cronReschedule;
1794
+ now;
1795
+ emailPipeline;
1796
+ commentModerate;
1797
+ /**
1798
+ * Plugin IDs already warned about a missing media-write backend, so the
1799
+ * warning fires once per factory instead of on every hook/route context
1800
+ * creation (which would spam logs for hook-participating plugins).
1801
+ */
1802
+ warnedMissingMediaBackend = /* @__PURE__ */ new Set();
1803
+ constructor(options) {
1804
+ const fixedDb = options.db;
1805
+ this.resolveDb = options.getDb ?? (() => fixedDb);
1806
+ this.beforeContentWrite = options.beforeContentWrite;
1807
+ this.contentCreate = options.contentCreate;
1808
+ this.contentActions = options.contentActions;
1809
+ this.storage = options.storage;
1810
+ this.getUploadUrl = options.getUploadUrl;
1811
+ this.site = createSiteInfo(options.siteInfo ?? {});
1812
+ this.urlHelper = createUrlHelper(this.site.url);
1813
+ this.cronReschedule = options.cronReschedule;
1814
+ this.now = options.now ?? (() => /* @__PURE__ */ new Date());
1815
+ this.emailPipeline = options.emailPipeline;
1816
+ this.commentModerate = options.commentModerate;
1817
+ }
1818
+ /**
1819
+ * Create the unified plugin context
1820
+ */
1821
+ createContext(plugin) {
1822
+ const capabilities = new Set(plugin.capabilities);
1823
+ const db = this.resolveDb();
1824
+ const optionsRepo = new OptionsRepository(db);
1825
+ const secretRedactor = createPluginSecretRedactor();
1826
+ const settings = createSettingsAccess(optionsRepo, plugin.id, plugin.admin.settingsSchema ?? {}, void 0, secretRedactor.add);
1827
+ const kv = createKVAccess(optionsRepo, plugin.id, settings);
1828
+ const log = createLogAccess(plugin.id, secretRedactor);
1829
+ const storage = createStorageAccess(db, plugin.id, plugin.storage);
1830
+ let content;
1831
+ if (capabilities.has("content:write")) content = createContentAccessWithWrite(db, this.beforeContentWrite, {
1832
+ site: this.site,
1833
+ revisions: capabilities.has("content:revisions:read")
1834
+ }, this.contentCreate ? (input) => this.contentCreate(plugin.id, input.collection, input.input, input.options) : void 0);
1835
+ else if (capabilities.has("content:read")) content = createContentAccess(db, {
1836
+ site: this.site,
1837
+ revisions: capabilities.has("content:revisions:read")
1838
+ });
1839
+ if (capabilities.has("content:publish") && this.contentActions) content = Object.assign(content ?? createContentAccess(db), {
1840
+ getVersioned: (collection, id) => this.contentActions.getVersioned(plugin.id, collection, id),
1841
+ publish: (collection, id, options) => this.contentActions.publish(plugin.id, collection, id, options),
1842
+ unpublish: (collection, id, options) => this.contentActions.unpublish(plugin.id, collection, id, options),
1843
+ schedule: (collection, id, options) => this.contentActions.schedule(plugin.id, collection, id, options),
1844
+ unschedule: (collection, id, options) => this.contentActions.unschedule(plugin.id, collection, id, options)
1845
+ });
1846
+ if (capabilities.has("content:restore") && this.contentActions) content = Object.assign(content ?? {
1847
+ get: async () => {
1848
+ throw new Error("Missing capability: content:read");
1849
+ },
1850
+ list: async () => {
1851
+ throw new Error("Missing capability: content:read");
1852
+ }
1853
+ }, {
1854
+ getTrashedVersioned: (collection, id) => this.contentActions.getTrashedVersioned(plugin.id, collection, id),
1855
+ restore: (collection, id, options) => this.contentActions.restore(plugin.id, collection, id, options)
1856
+ });
1857
+ const schema = capabilities.has("schema:read") ? createSchemaAccess(db) : void 0;
1858
+ let taxonomies;
1859
+ if (capabilities.has("taxonomies:write")) taxonomies = createTaxonomyAccessWithWrite(db);
1860
+ else if (capabilities.has("taxonomies:read")) taxonomies = createTaxonomyAccess(db);
1861
+ let redirects;
1862
+ if (capabilities.has("redirects:write")) redirects = createRedirectAccess(db, true);
1863
+ else if (capabilities.has("redirects:read")) redirects = createRedirectAccess(db);
1864
+ let media;
1865
+ if (capabilities.has("media:read") || capabilities.has("media:write") || capabilities.has("media:bytes:read") || capabilities.has("media:metadata:write")) media = capabilities.has("media:read") || capabilities.has("media:write") ? createMediaAccess(db) : createBlockedMediaReadAccess();
1866
+ if (capabilities.has("media:write")) if (this.getUploadUrl || this.storage) media = createMediaAccessWithWrite(db, this.getUploadUrl, this.storage);
1867
+ else {
1868
+ if (!this.warnedMissingMediaBackend.has(plugin.id)) {
1869
+ this.warnedMissingMediaBackend.add(plugin.id);
1870
+ log.warn("declares the media:write capability but no storage backend is configured; upload() is unavailable.");
1871
+ }
1872
+ media ??= createMediaAccess(db);
1873
+ }
1874
+ if (capabilities.has("media:bytes:read") && media) media.readBytes = (id, options) => readPluginMediaBytes(db, this.storage, id, options);
1875
+ if (capabilities.has("media:metadata:write") && media) media.updateMetadata = (id, patch) => updatePluginMediaMetadata(db, id, patch);
1876
+ let http;
1877
+ if (capabilities.has("network:request:unrestricted")) http = createUnrestrictedHttpAccess(plugin.id);
1878
+ else if (capabilities.has("network:request")) http = createHttpAccess(plugin.id, plugin.allowedHosts);
1879
+ let users;
1880
+ if (capabilities.has("users:read")) users = createUserAccess(db);
1881
+ let comments;
1882
+ if (capabilities.has("comments:moderate")) comments = createCommentAccess(db, (id, status, expectedStatus) => {
1883
+ if (!this.commentModerate) throw new Error("Comment moderation is unavailable");
1884
+ return this.commentModerate(plugin.id, id, status, expectedStatus);
1885
+ });
1886
+ else if (capabilities.has("comments:read")) comments = createCommentAccess(db);
1887
+ let cron;
1888
+ if (this.cronReschedule) cron = new CronAccessImpl(db, plugin.id, this.cronReschedule, this.now);
1889
+ let email;
1890
+ if (capabilities.has("email:send") && this.emailPipeline?.isAvailable()) {
1891
+ const pipeline = this.emailPipeline;
1892
+ const pluginId = plugin.id;
1893
+ email = { send: (message) => pipeline.send(message, pluginId) };
1894
+ }
1895
+ return {
1896
+ plugin: {
1897
+ id: plugin.id,
1898
+ version: plugin.version
1899
+ },
1900
+ storage,
1901
+ kv,
1902
+ settings,
1903
+ content,
1904
+ schema,
1905
+ taxonomies,
1906
+ redirects,
1907
+ media,
1908
+ http,
1909
+ log,
1910
+ site: this.site,
1911
+ url: this.urlHelper,
1912
+ users,
1913
+ comments,
1914
+ cron,
1915
+ email
1916
+ };
1917
+ }
1918
+ };
1919
+
1920
+ //#endregion
1921
+ export { StorageSerializationError as S, readPluginMediaBytes as _, createHttpAccess as a, createContentAccess as b, createSchemaAccess as c, createTaxonomyAccessWithWrite as d, createUnrestrictedHttpAccess as f, parsePluginMediaMetadataPatch as g, MAX_PLUGIN_MEDIA_READ_BYTES as h, createContentAccessWithWrite as i, createSiteInfo as l, DEFAULT_PLUGIN_MEDIA_READ_BYTES as m, RedirectAccessError as n, createMediaAccess as o, PluginRouteError as p, createCommentAccess as r, createRedirectAccess as s, PluginContextFactory as t, createStorageAccess as u, toPluginMediaItem as v, PluginStorageRepository as x, updatePluginMediaMetadata as y };
1922
+ //# sourceMappingURL=context-CGQLA1-a.mjs.map