emdash 0.40.1 → 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 (1240) 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 +20 -24
  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.mjs +109 -106
  35. package/dist/astro/middleware.mjs.map +1 -1
  36. package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +14 -14
  37. package/dist/astro/routes/api/admin/allowed-domains/index.mjs +14 -14
  38. package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +6 -6
  39. package/dist/astro/routes/api/admin/api-tokens/index.mjs +7 -7
  40. package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +7 -7
  41. package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +17 -17
  42. package/dist/astro/routes/api/admin/byline-fields/index.mjs +17 -17
  43. package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +17 -17
  44. package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +23 -23
  45. package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +23 -23
  46. package/dist/astro/routes/api/admin/bylines/index.mjs +23 -23
  47. package/dist/astro/routes/api/admin/comments/_id_/status.mjs +18 -18
  48. package/dist/astro/routes/api/admin/comments/_id_.mjs +7 -7
  49. package/dist/astro/routes/api/admin/comments/bulk.mjs +17 -17
  50. package/dist/astro/routes/api/admin/comments/counts.mjs +7 -7
  51. package/dist/astro/routes/api/admin/comments/index.mjs +17 -17
  52. package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
  53. package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +5 -5
  54. package/dist/astro/routes/api/admin/media-usage/activation.mjs +20 -20
  55. package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +22 -22
  56. package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +22 -22
  57. package/dist/astro/routes/api/admin/media-usage/progress.mjs +25 -25
  58. package/dist/astro/routes/api/admin/media-usage/repair.mjs +31 -31
  59. package/dist/astro/routes/api/admin/media-usage/work/index.mjs +22 -22
  60. package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +22 -22
  61. package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
  62. package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
  63. package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +8 -8
  64. package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +8 -8
  65. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +72 -68
  66. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
  67. package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +7 -7
  68. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +71 -67
  69. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
  70. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +72 -68
  71. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
  72. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +82 -78
  73. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
  74. package/dist/astro/routes/api/admin/plugins/index.mjs +72 -68
  75. package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
  76. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +5 -5
  77. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +71 -67
  78. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
  79. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +81 -77
  80. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
  81. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +71 -67
  82. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
  83. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +72 -68
  84. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
  85. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +83 -79
  86. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
  87. package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +9 -9
  88. package/dist/astro/routes/api/admin/plugins/registry/install.mjs +74 -70
  89. package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
  90. package/dist/astro/routes/api/admin/plugins/registry/publisher-handle.mjs +7 -7
  91. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +72 -68
  92. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
  93. package/dist/astro/routes/api/admin/plugins/updates.mjs +71 -67
  94. package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
  95. package/dist/astro/routes/api/admin/scheduled-policy-rejections/_collection_/_id_.mjs +6 -6
  96. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +71 -67
  97. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
  98. package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +5 -5
  99. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +71 -67
  100. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
  101. package/dist/astro/routes/api/admin/transfer/_...path_.mjs +4 -4
  102. package/dist/astro/routes/api/admin/transfer/approvals/_id_/approve.mjs +40 -40
  103. package/dist/astro/routes/api/admin/transfer/approvals/_id_/deny.mjs +40 -40
  104. package/dist/astro/routes/api/admin/transfer/approvals/index.mjs +42 -42
  105. package/dist/astro/routes/api/admin/transfer/capabilities.mjs +42 -42
  106. package/dist/astro/routes/api/admin/transfer/exports/_id_/advance.mjs +42 -42
  107. package/dist/astro/routes/api/admin/transfer/exports/_id_/archive.mjs +43 -43
  108. package/dist/astro/routes/api/admin/transfer/exports/_id_/files/_...path_.mjs +43 -43
  109. package/dist/astro/routes/api/admin/transfer/exports/_id_/index.mjs +42 -42
  110. package/dist/astro/routes/api/admin/transfer/exports/_id_/manifest.mjs +43 -43
  111. package/dist/astro/routes/api/admin/transfer/exports/index.mjs +44 -44
  112. package/dist/astro/routes/api/admin/transfer/imports/_id_/abandon.mjs +42 -42
  113. package/dist/astro/routes/api/admin/transfer/imports/_id_/advance.mjs +42 -42
  114. package/dist/astro/routes/api/admin/transfer/imports/_id_/analyze.mjs +44 -44
  115. package/dist/astro/routes/api/admin/transfer/imports/_id_/cancel.mjs +42 -42
  116. package/dist/astro/routes/api/admin/transfer/imports/_id_/execute.mjs +44 -44
  117. package/dist/astro/routes/api/admin/transfer/imports/_id_/files/_...path_.mjs +42 -42
  118. package/dist/astro/routes/api/admin/transfer/imports/_id_/index.mjs +42 -42
  119. package/dist/astro/routes/api/admin/transfer/imports/_id_/missing.mjs +44 -44
  120. package/dist/astro/routes/api/admin/transfer/imports/_id_/plan.mjs +42 -42
  121. package/dist/astro/routes/api/admin/transfer/imports/_id_/receipt.mjs +42 -42
  122. package/dist/astro/routes/api/admin/transfer/imports/index.mjs +44 -44
  123. package/dist/astro/routes/api/admin/users/_id_/disable.mjs +5 -5
  124. package/dist/astro/routes/api/admin/users/_id_/enable.mjs +4 -4
  125. package/dist/astro/routes/api/admin/users/_id_/index.mjs +15 -15
  126. package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +6 -6
  127. package/dist/astro/routes/api/admin/users/index.mjs +14 -14
  128. package/dist/astro/routes/api/auth/dev-bypass.mjs +6 -6
  129. package/dist/astro/routes/api/auth/invite/accept.mjs +4 -4
  130. package/dist/astro/routes/api/auth/invite/complete.mjs +18 -18
  131. package/dist/astro/routes/api/auth/invite/index.mjs +16 -16
  132. package/dist/astro/routes/api/auth/invite/register-options.mjs +17 -17
  133. package/dist/astro/routes/api/auth/logout.mjs +5 -5
  134. package/dist/astro/routes/api/auth/magic-link/send.mjs +18 -18
  135. package/dist/astro/routes/api/auth/magic-link/verify.mjs +14 -14
  136. package/dist/astro/routes/api/auth/me.mjs +15 -15
  137. package/dist/astro/routes/api/auth/mode.mjs +5 -5
  138. package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +3 -3
  139. package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
  140. package/dist/astro/routes/api/auth/passkey/_id_.mjs +14 -14
  141. package/dist/astro/routes/api/auth/passkey/index.mjs +4 -4
  142. package/dist/astro/routes/api/auth/passkey/options.mjs +19 -19
  143. package/dist/astro/routes/api/auth/passkey/register/options.mjs +17 -17
  144. package/dist/astro/routes/api/auth/passkey/register/verify.mjs +18 -18
  145. package/dist/astro/routes/api/auth/passkey/verify.mjs +18 -18
  146. package/dist/astro/routes/api/auth/signup/complete.mjs +18 -18
  147. package/dist/astro/routes/api/auth/signup/request.mjs +17 -17
  148. package/dist/astro/routes/api/auth/signup/verify.mjs +4 -4
  149. package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
  150. package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +18 -18
  151. package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +5 -5
  152. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +17 -17
  153. package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +5 -5
  154. package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +17 -17
  155. package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +5 -5
  156. package/dist/astro/routes/api/content/_collection_/_id_/plugin-extensions/_pluginId_/_kind_/_extensionId_.mjs +11 -11
  157. package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +31 -31
  158. package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +17 -17
  159. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts +1 -2
  160. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts.map +1 -1
  161. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +42 -53
  162. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
  163. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +34 -29
  164. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
  165. package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +5 -5
  166. package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +5 -5
  167. package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +17 -17
  168. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +25 -24
  169. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
  170. package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +5 -5
  171. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +17 -17
  172. package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
  173. package/dist/astro/routes/api/content/_collection_/_id_.mjs +18 -18
  174. package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
  175. package/dist/astro/routes/api/content/_collection_/authors.mjs +5 -5
  176. package/dist/astro/routes/api/content/_collection_/index.mjs +15 -15
  177. package/dist/astro/routes/api/content/_collection_/trash.mjs +15 -15
  178. package/dist/astro/routes/api/dashboard.mjs +10 -9
  179. package/dist/astro/routes/api/dashboard.mjs.map +1 -1
  180. package/dist/astro/routes/api/dev/emails.mjs +5 -5
  181. package/dist/astro/routes/api/health.mjs +6 -6
  182. package/dist/astro/routes/api/import/probe.d.mts +3 -3
  183. package/dist/astro/routes/api/import/probe.mjs +23 -23
  184. package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -6
  185. package/dist/astro/routes/api/import/wordpress/execute.d.mts +13 -13
  186. package/dist/astro/routes/api/import/wordpress/execute.mjs +16 -16
  187. package/dist/astro/routes/api/import/wordpress/media.d.mts +12 -12
  188. package/dist/astro/routes/api/import/wordpress/media.mjs +19 -19
  189. package/dist/astro/routes/api/import/wordpress/prepare.mjs +18 -18
  190. package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +13 -13
  191. package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +28 -28
  192. package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
  193. package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +23 -23
  194. package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +13 -13
  195. package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +34 -34
  196. package/dist/astro/routes/api/manifest.mjs +6 -6
  197. package/dist/astro/routes/api/mcp.mjs +91 -91
  198. package/dist/astro/routes/api/media/_id_/confirm.mjs +19 -19
  199. package/dist/astro/routes/api/media/_id_/replace.mjs +16 -16
  200. package/dist/astro/routes/api/media/_id_/upload.mjs +9 -9
  201. package/dist/astro/routes/api/media/_id_/usage.mjs +33 -33
  202. package/dist/astro/routes/api/media/_id_.mjs +31 -31
  203. package/dist/astro/routes/api/media/asset/_id_/_filename_.mjs +6 -6
  204. package/dist/astro/routes/api/media/file/_...key_.mjs +9 -9
  205. package/dist/astro/routes/api/media/folders/_id_.mjs +16 -16
  206. package/dist/astro/routes/api/media/folders/index.mjs +16 -16
  207. package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +5 -5
  208. package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +5 -5
  209. package/dist/astro/routes/api/media/providers/index.mjs +5 -5
  210. package/dist/astro/routes/api/media/upload-url.mjs +18 -18
  211. package/dist/astro/routes/api/media.mjs +35 -35
  212. package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +17 -17
  213. package/dist/astro/routes/api/menus/_name_/items.mjs +17 -17
  214. package/dist/astro/routes/api/menus/_name_/reorder.mjs +17 -17
  215. package/dist/astro/routes/api/menus/_name_/translations.mjs +17 -17
  216. package/dist/astro/routes/api/menus/_name_.mjs +17 -17
  217. package/dist/astro/routes/api/menus/index.mjs +17 -17
  218. package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
  219. package/dist/astro/routes/api/oauth/device/authorize.d.mts +2 -1
  220. package/dist/astro/routes/api/oauth/device/authorize.d.mts.map +1 -1
  221. package/dist/astro/routes/api/oauth/device/authorize.mjs +23 -9
  222. package/dist/astro/routes/api/oauth/device/authorize.mjs.map +1 -1
  223. package/dist/astro/routes/api/oauth/device/code.mjs +11 -11
  224. package/dist/astro/routes/api/oauth/device/token.mjs +10 -10
  225. package/dist/astro/routes/api/oauth/register.mjs +5 -5
  226. package/dist/astro/routes/api/oauth/token/refresh.mjs +8 -8
  227. package/dist/astro/routes/api/oauth/token/revoke.mjs +8 -8
  228. package/dist/astro/routes/api/oauth/token.mjs +8 -8
  229. package/dist/astro/routes/api/openapi.json.mjs +20 -20
  230. package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +11 -11
  231. package/dist/astro/routes/api/redirects/404s/index.mjs +19 -19
  232. package/dist/astro/routes/api/redirects/404s/summary.mjs +19 -19
  233. package/dist/astro/routes/api/redirects/_id_.mjs +19 -19
  234. package/dist/astro/routes/api/redirects/index.mjs +19 -19
  235. package/dist/astro/routes/api/relations/_id_/index.mjs +34 -29
  236. package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
  237. package/dist/astro/routes/api/relations/index.mjs +36 -31
  238. package/dist/astro/routes/api/relations/index.mjs.map +1 -1
  239. package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +5 -5
  240. package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +5 -5
  241. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs +71 -67
  242. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs.map +1 -1
  243. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs +71 -67
  244. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs.map +1 -1
  245. package/dist/astro/routes/api/schema/block-types/index.mjs +71 -67
  246. package/dist/astro/routes/api/schema/block-types/index.mjs.map +1 -1
  247. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +73 -69
  248. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
  249. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +71 -67
  250. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
  251. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +71 -67
  252. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
  253. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +71 -67
  254. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
  255. package/dist/astro/routes/api/schema/collections/index.mjs +71 -67
  256. package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
  257. package/dist/astro/routes/api/schema/collections/reorder.mjs +71 -67
  258. package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
  259. package/dist/astro/routes/api/schema/index.mjs +16 -16
  260. package/dist/astro/routes/api/schema/orphans/_slug_.mjs +71 -67
  261. package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
  262. package/dist/astro/routes/api/schema/orphans/index.mjs +71 -67
  263. package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
  264. package/dist/astro/routes/api/search/enable.mjs +19 -19
  265. package/dist/astro/routes/api/search/index.mjs +18 -18
  266. package/dist/astro/routes/api/search/rebuild.mjs +19 -19
  267. package/dist/astro/routes/api/search/stats.mjs +9 -9
  268. package/dist/astro/routes/api/search/suggest.mjs +18 -18
  269. package/dist/astro/routes/api/sections/_slug_.mjs +18 -18
  270. package/dist/astro/routes/api/sections/index.mjs +18 -18
  271. package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -7
  272. package/dist/astro/routes/api/settings/backups/archives/index.mjs +7 -7
  273. package/dist/astro/routes/api/settings/backups/export.mjs +7 -7
  274. package/dist/astro/routes/api/settings/backups/index.mjs +8 -8
  275. package/dist/astro/routes/api/settings/email.mjs +6 -6
  276. package/dist/astro/routes/api/settings.mjs +21 -21
  277. package/dist/astro/routes/api/setup/admin-verify.mjs +19 -19
  278. package/dist/astro/routes/api/setup/admin.mjs +18 -18
  279. package/dist/astro/routes/api/setup/dev-bypass.mjs +45 -39
  280. package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
  281. package/dist/astro/routes/api/setup/dev-reset.mjs +4 -4
  282. package/dist/astro/routes/api/setup/index.mjs +50 -44
  283. package/dist/astro/routes/api/setup/index.mjs.map +1 -1
  284. package/dist/astro/routes/api/setup/status.mjs +6 -6
  285. package/dist/astro/routes/api/snapshot.mjs +8 -8
  286. package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +23 -23
  287. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +23 -23
  288. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +23 -23
  289. package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +23 -23
  290. package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +22 -22
  291. package/dist/astro/routes/api/taxonomies/_name_.mjs +23 -23
  292. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs +36 -35
  293. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs.map +1 -1
  294. package/dist/astro/routes/api/taxonomies/index.mjs +23 -23
  295. package/dist/astro/routes/api/themes/preview.mjs +6 -6
  296. package/dist/astro/routes/api/typegen.mjs +8 -8
  297. package/dist/astro/routes/api/visual-editing/action-token.mjs +6 -6
  298. package/dist/astro/routes/api/visual-editing/content/_collection_/_id_/publish.mjs +19 -19
  299. package/dist/astro/routes/api/visual-editing/toolbar-labels.mjs +4 -4
  300. package/dist/astro/routes/api/well-known/auth.mjs +1 -1
  301. package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
  302. package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
  303. package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +16 -16
  304. package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +19 -19
  305. package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +19 -19
  306. package/dist/astro/routes/api/widget-areas/_name_.mjs +9 -9
  307. package/dist/astro/routes/api/widget-areas/index.mjs +19 -19
  308. package/dist/astro/routes/api/widget-components.mjs +5 -5
  309. package/dist/astro/routes/robots.txt.mjs +6 -6
  310. package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
  311. package/dist/astro/routes/sitemap.xml.mjs +7 -7
  312. package/dist/astro/types.d.mts +24 -18
  313. package/dist/astro/types.d.mts.map +1 -1
  314. package/dist/audit-CrgmE9LE.mjs +127 -0
  315. package/dist/audit-CrgmE9LE.mjs.map +1 -0
  316. package/dist/auth/providers/github.d.mts +1 -1
  317. package/dist/auth/providers/google.d.mts +1 -1
  318. package/dist/authoritative-records-C2YzIdbu.mjs +5172 -0
  319. package/dist/authoritative-records-C2YzIdbu.mjs.map +1 -0
  320. package/dist/authorize-WgdKF8QY.mjs +49 -0
  321. package/dist/authorize-WgdKF8QY.mjs.map +1 -0
  322. package/dist/backup-Ck8_lMO3.mjs +246 -0
  323. package/dist/backup-Ck8_lMO3.mjs.map +1 -0
  324. package/dist/block-types-BQ90asVI.mjs +132 -0
  325. package/dist/block-types-BQ90asVI.mjs.map +1 -0
  326. package/dist/block-values-ACFqgB1D.mjs +175 -0
  327. package/dist/block-values-ACFqgB1D.mjs.map +1 -0
  328. package/dist/bundle-Db1iNMv_.mjs +667 -0
  329. package/dist/bundle-Db1iNMv_.mjs.map +1 -0
  330. package/dist/byline-BayaYGoj.mjs +909 -0
  331. package/dist/byline-BayaYGoj.mjs.map +1 -0
  332. package/dist/byline-fields-B8HH-35f.mjs +254 -0
  333. package/dist/byline-fields-B8HH-35f.mjs.map +1 -0
  334. package/dist/byline-fields-hMPjf6Eu.mjs +123 -0
  335. package/dist/byline-fields-hMPjf6Eu.mjs.map +1 -0
  336. package/dist/byline-registry-B_EK_TQf.mjs +406 -0
  337. package/dist/byline-registry-B_EK_TQf.mjs.map +1 -0
  338. package/dist/bylines-DFAaFXWi.mjs +214 -0
  339. package/dist/bylines-DFAaFXWi.mjs.map +1 -0
  340. package/dist/bylines-DkIxUxmr.mjs +232 -0
  341. package/dist/bylines-DkIxUxmr.mjs.map +1 -0
  342. package/dist/cache-DkvhQ8XE.mjs +108 -0
  343. package/dist/cache-DkvhQ8XE.mjs.map +1 -0
  344. package/dist/canonical-CcSuuTlH.mjs +174 -0
  345. package/dist/canonical-CcSuuTlH.mjs.map +1 -0
  346. package/dist/capture-triggers-DJEoOTOq.mjs +362 -0
  347. package/dist/capture-triggers-DJEoOTOq.mjs.map +1 -0
  348. package/dist/challenge-store-CvBl81AQ.mjs +51 -0
  349. package/dist/challenge-store-CvBl81AQ.mjs.map +1 -0
  350. package/dist/checksum-CClweQzI.mjs +162 -0
  351. package/dist/checksum-CClweQzI.mjs.map +1 -0
  352. package/dist/chrome-tags-D5caJwwp.mjs +24 -0
  353. package/dist/chrome-tags-D5caJwwp.mjs.map +1 -0
  354. package/dist/chunks-DwBaj8aT.mjs +25 -0
  355. package/dist/chunks-DwBaj8aT.mjs.map +1 -0
  356. package/dist/cli/index.mjs +374 -761
  357. package/dist/cli/index.mjs.map +1 -1
  358. package/dist/client/cf-access.d.mts +1 -1
  359. package/dist/client/index.d.mts +32 -32
  360. package/dist/client/index.mjs +2 -2
  361. package/dist/collection-deletion-CLCdXsnV.mjs +436 -0
  362. package/dist/collection-deletion-CLCdXsnV.mjs.map +1 -0
  363. package/dist/collection-deletion-processor-hNw8x01F.mjs +217 -0
  364. package/dist/collection-deletion-processor-hNw8x01F.mjs.map +1 -0
  365. package/dist/collection-slugs-cache-CUuiduLq.mjs +85 -0
  366. package/dist/collection-slugs-cache-CUuiduLq.mjs.map +1 -0
  367. package/dist/comment-D2uvL63j.mjs +313 -0
  368. package/dist/comment-D2uvL63j.mjs.map +1 -0
  369. package/dist/comment-reaction-DevUuzg4.mjs +85 -0
  370. package/dist/comment-reaction-DevUuzg4.mjs.map +1 -0
  371. package/dist/comments-Cq0s7_hO.mjs +195 -0
  372. package/dist/comments-Cq0s7_hO.mjs.map +1 -0
  373. package/dist/comments-M4EDYAHw.mjs +99 -0
  374. package/dist/comments-M4EDYAHw.mjs.map +1 -0
  375. package/dist/components-CuIGwXMs.mjs +108 -0
  376. package/dist/components-CuIGwXMs.mjs.map +1 -0
  377. package/dist/config-52Ea5IWt.d.mts +39 -0
  378. package/dist/config-52Ea5IWt.d.mts.map +1 -0
  379. package/dist/config-CCz3xOLc.mjs +242 -0
  380. package/dist/config-CCz3xOLc.mjs.map +1 -0
  381. package/dist/config-D3d5Qudq.d.mts +6669 -0
  382. package/dist/config-D3d5Qudq.d.mts.map +1 -0
  383. package/dist/content-CbnufDsM.mjs +2018 -0
  384. package/dist/content-CbnufDsM.mjs.map +1 -0
  385. package/dist/content-list-query-D_7B1FE5.d.mts +26 -0
  386. package/dist/content-list-query-D_7B1FE5.d.mts.map +1 -0
  387. package/dist/content-policy-CYu6K1KB.mjs +46 -0
  388. package/dist/content-policy-CYu6K1KB.mjs.map +1 -0
  389. package/dist/content-repair-DlDUgFGp.mjs +442 -0
  390. package/dist/content-repair-DlDUgFGp.mjs.map +1 -0
  391. package/dist/context-CGQLA1-a.mjs +1922 -0
  392. package/dist/context-CGQLA1-a.mjs.map +1 -0
  393. package/dist/cron-c4D5C5Fx.mjs +284 -0
  394. package/dist/cron-c4D5C5Fx.mjs.map +1 -0
  395. package/dist/dashboard-CBq9kmOn.mjs +151 -0
  396. package/dist/dashboard-CBq9kmOn.mjs.map +1 -0
  397. package/dist/db/index.d.mts +3 -3
  398. package/dist/db/index.mjs +1 -1
  399. package/dist/db/libsql-migrations.d.mts +1 -1
  400. package/dist/db/libsql-migrations.mjs +4 -4
  401. package/dist/db/libsql.d.mts +1 -1
  402. package/dist/db/postgres-migrations.d.mts +1 -1
  403. package/dist/db/postgres-migrations.mjs +4 -4
  404. package/dist/db/postgres.d.mts +1 -1
  405. package/dist/db/sqlite-migrations.d.mts +1 -1
  406. package/dist/db/sqlite-migrations.mjs +4 -4
  407. package/dist/db/sqlite.d.mts +1 -1
  408. package/dist/db/sqlite.mjs +1 -1
  409. package/dist/default-DPsys51U.mjs +81 -0
  410. package/dist/default-DPsys51U.mjs.map +1 -0
  411. package/dist/deferred-tasks-CZ7rzBdo.d.mts +9 -0
  412. package/dist/deferred-tasks-CZ7rzBdo.d.mts.map +1 -0
  413. package/dist/dev-typegen-HRxwLRcT.mjs +29 -0
  414. package/dist/dev-typegen-HRxwLRcT.mjs.map +1 -0
  415. package/dist/device-flow-OcSqE9uY.mjs +521 -0
  416. package/dist/device-flow-OcSqE9uY.mjs.map +1 -0
  417. package/dist/digest-DVZ--cE9.mjs +194 -0
  418. package/dist/digest-DVZ--cE9.mjs.map +1 -0
  419. package/dist/direct-executor-DyjAqkpT.mjs +104 -0
  420. package/dist/direct-executor-DyjAqkpT.mjs.map +1 -0
  421. package/dist/dist-FPR93_xf.mjs +810 -0
  422. package/dist/dist-FPR93_xf.mjs.map +1 -0
  423. package/dist/email-console-DyQIgEnz.mjs +50 -0
  424. package/dist/email-console-DyQIgEnz.mjs.map +1 -0
  425. package/dist/email-locale-BYb16rVd.mjs +25 -0
  426. package/dist/email-locale-BYb16rVd.mjs.map +1 -0
  427. package/dist/emdash-runtime-CrzxJFmF.mjs +4214 -0
  428. package/dist/emdash-runtime-CrzxJFmF.mjs.map +1 -0
  429. package/dist/enrich-DBtCncE2.mjs +194 -0
  430. package/dist/enrich-DBtCncE2.mjs.map +1 -0
  431. package/dist/entry-lock-BN5y4YbO.d.mts +4481 -0
  432. package/dist/entry-lock-BN5y4YbO.d.mts.map +1 -0
  433. package/dist/entry-lock-BaRBHCsH.mjs +1173 -0
  434. package/dist/entry-lock-BaRBHCsH.mjs.map +1 -0
  435. package/dist/entry-lock-C6NcnZPV.mjs +163 -0
  436. package/dist/entry-lock-C6NcnZPV.mjs.map +1 -0
  437. package/dist/entry-locks-BTyQLdbC.mjs +167 -0
  438. package/dist/entry-locks-BTyQLdbC.mjs.map +1 -0
  439. package/dist/error-BfsNNrIE.mjs +90 -0
  440. package/dist/error-BfsNNrIE.mjs.map +1 -0
  441. package/dist/errors-BN1QAnEY.mjs +460 -0
  442. package/dist/errors-BN1QAnEY.mjs.map +1 -0
  443. package/dist/errors-Bt3goF8I.mjs +120 -0
  444. package/dist/errors-Bt3goF8I.mjs.map +1 -0
  445. package/dist/escape-BveidMa2.mjs +9 -0
  446. package/dist/escape-BveidMa2.mjs.map +1 -0
  447. package/dist/fence-Bb_IbCxI.mjs +162 -0
  448. package/dist/fence-Bb_IbCxI.mjs.map +1 -0
  449. package/dist/field-defs-cache-CsZctvbu.mjs +77 -0
  450. package/dist/field-defs-cache-CsZctvbu.mjs.map +1 -0
  451. package/dist/field-map-6m9rF49t.mjs +83 -0
  452. package/dist/field-map-6m9rF49t.mjs.map +1 -0
  453. package/dist/focal-point-CZ3d1wK5.mjs +23 -0
  454. package/dist/focal-point-CZ3d1wK5.mjs.map +1 -0
  455. package/dist/fts-manager-CCaZTp8y.mjs +443 -0
  456. package/dist/fts-manager-CCaZTp8y.mjs.map +1 -0
  457. package/dist/gc-xowRjczI.mjs +75 -0
  458. package/dist/gc-xowRjczI.mjs.map +1 -0
  459. package/dist/hash-COVK27Pc.mjs +37 -0
  460. package/dist/hash-COVK27Pc.mjs.map +1 -0
  461. package/dist/hook-result-CYSk0XFe.d.mts +31 -0
  462. package/dist/hook-result-CYSk0XFe.d.mts.map +1 -0
  463. package/dist/hreflang-CChPV7jx.mjs +105 -0
  464. package/dist/hreflang-CChPV7jx.mjs.map +1 -0
  465. package/dist/hreflang-DRslq3QI.d.mts +50 -0
  466. package/dist/hreflang-DRslq3QI.d.mts.map +1 -0
  467. package/dist/http-route-dispatch-CAdp2onn.mjs +339 -0
  468. package/dist/http-route-dispatch-CAdp2onn.mjs.map +1 -0
  469. package/dist/identity-NVTOOQyq.mjs +35 -0
  470. package/dist/identity-NVTOOQyq.mjs.map +1 -0
  471. package/dist/import-wpSO2N0x.mjs +2020 -0
  472. package/dist/import-wpSO2N0x.mjs.map +1 -0
  473. package/dist/index-CDs2wq4X.d.mts +623 -0
  474. package/dist/index-CDs2wq4X.d.mts.map +1 -0
  475. package/dist/index.d.mts +24 -24
  476. package/dist/index.mjs +103 -101
  477. package/dist/install-finalization-D9R9R-W8.mjs +58 -0
  478. package/dist/install-finalization-D9R9R-W8.mjs.map +1 -0
  479. package/dist/keys-Bck6LBfF.mjs +61 -0
  480. package/dist/keys-Bck6LBfF.mjs.map +1 -0
  481. package/dist/kinds-CYmRESWj.mjs +974 -0
  482. package/dist/kinds-CYmRESWj.mjs.map +1 -0
  483. package/dist/lifecycle-C815ZQfV.mjs +25 -0
  484. package/dist/lifecycle-C815ZQfV.mjs.map +1 -0
  485. package/dist/load-D99axixL.mjs +28 -0
  486. package/dist/load-D99axixL.mjs.map +1 -0
  487. package/dist/loader-CrRPfkHS.mjs +1197 -0
  488. package/dist/loader-CrRPfkHS.mjs.map +1 -0
  489. package/dist/loops-DMKlygqX.mjs +203 -0
  490. package/dist/loops-DMKlygqX.mjs.map +1 -0
  491. package/dist/manifest-builder-BQzCHNgB.mjs +189 -0
  492. package/dist/manifest-builder-BQzCHNgB.mjs.map +1 -0
  493. package/dist/manifest-schema-Ci2gmd0u.mjs +492 -0
  494. package/dist/manifest-schema-Ci2gmd0u.mjs.map +1 -0
  495. package/dist/media/image-endpoint.mjs +1 -1
  496. package/dist/media/index.d.mts +1 -1
  497. package/dist/media/index.mjs +4 -4
  498. package/dist/media/local-runtime.d.mts +14 -14
  499. package/dist/media/local-runtime.mjs +6 -6
  500. package/dist/media-BUQePMxP.mjs +373 -0
  501. package/dist/media-BUQePMxP.mjs.map +1 -0
  502. package/dist/media-DH8ibNlY.mjs +294 -0
  503. package/dist/media-DH8ibNlY.mjs.map +1 -0
  504. package/dist/media-OEIQ3bVc.mjs +408 -0
  505. package/dist/media-OEIQ3bVc.mjs.map +1 -0
  506. package/dist/media-allowlist-pYtaBA95.mjs +44 -0
  507. package/dist/media-allowlist-pYtaBA95.mjs.map +1 -0
  508. package/dist/media-folders-Bf8_s4de.mjs +210 -0
  509. package/dist/media-folders-Bf8_s4de.mjs.map +1 -0
  510. package/dist/media-url-C6klEuNd.mjs +43 -0
  511. package/dist/media-url-C6klEuNd.mjs.map +1 -0
  512. package/dist/media-usage-D7Y64m6v.mjs +1629 -0
  513. package/dist/media-usage-D7Y64m6v.mjs.map +1 -0
  514. package/dist/media-usage-activation-DrqbmgLA.mjs +78 -0
  515. package/dist/media-usage-activation-DrqbmgLA.mjs.map +1 -0
  516. package/dist/media-usage-work-DommYhYA.mjs +152 -0
  517. package/dist/media-usage-work-DommYhYA.mjs.map +1 -0
  518. package/dist/media-usage-work-HU63hNDu.mjs +586 -0
  519. package/dist/media-usage-work-HU63hNDu.mjs.map +1 -0
  520. package/dist/menus-BQfusWEC.mjs +3608 -0
  521. package/dist/menus-BQfusWEC.mjs.map +1 -0
  522. package/dist/menus-BtwjQt5s.mjs +753 -0
  523. package/dist/menus-BtwjQt5s.mjs.map +1 -0
  524. package/dist/menus-p_M1V7J_.mjs +139 -0
  525. package/dist/menus-p_M1V7J_.mjs.map +1 -0
  526. package/dist/migrations/index.d.mts +1 -1
  527. package/dist/migrations/index.mjs +3 -3
  528. package/dist/mime-C94qBG-P.mjs +36 -0
  529. package/dist/mime-C94qBG-P.mjs.map +1 -0
  530. package/dist/mode-DpYW3w6U.mjs +23 -0
  531. package/dist/mode-DpYW3w6U.mjs.map +1 -0
  532. package/dist/node-sqlite-compat-pWFw0lcc.mjs +46 -0
  533. package/dist/node-sqlite-compat-pWFw0lcc.mjs.map +1 -0
  534. package/dist/normalize-DduyxBjf.mjs +191 -0
  535. package/dist/normalize-DduyxBjf.mjs.map +1 -0
  536. package/dist/oauth-authorization-DAXsH1H9.mjs +274 -0
  537. package/dist/oauth-authorization-DAXsH1H9.mjs.map +1 -0
  538. package/dist/oauth-clients-DENiDQri.mjs +266 -0
  539. package/dist/oauth-clients-DENiDQri.mjs.map +1 -0
  540. package/dist/oauth-state-store-y8mEYVq9.mjs +50 -0
  541. package/dist/oauth-state-store-y8mEYVq9.mjs.map +1 -0
  542. package/dist/oauth-user-lookup-CtTYAy-O.mjs +26 -0
  543. package/dist/oauth-user-lookup-CtTYAy-O.mjs.map +1 -0
  544. package/dist/object-cache/memory.d.mts +1 -1
  545. package/dist/options-BYa1FgIM.d.mts +81 -0
  546. package/dist/options-BYa1FgIM.d.mts.map +1 -0
  547. package/dist/page/index.d.mts +2 -2
  548. package/dist/page/index.mjs +5 -5
  549. package/dist/parse-CORGGhHf.mjs +81 -0
  550. package/dist/parse-CORGGhHf.mjs.map +1 -0
  551. package/dist/parse-avNM1xWV.d.mts +168 -0
  552. package/dist/parse-avNM1xWV.d.mts.map +1 -0
  553. package/dist/passkey-config-Dih5YeIS.mjs +46 -0
  554. package/dist/passkey-config-Dih5YeIS.mjs.map +1 -0
  555. package/dist/paths-d51RFm8M.mjs +77 -0
  556. package/dist/paths-d51RFm8M.mjs.map +1 -0
  557. package/dist/patterns-CoqlXUvk.mjs +145 -0
  558. package/dist/patterns-CoqlXUvk.mjs.map +1 -0
  559. package/dist/placeholder-D2aksPMF.d.mts +306 -0
  560. package/dist/placeholder-D2aksPMF.d.mts.map +1 -0
  561. package/dist/plan-DqeZKuaR.mjs +135 -0
  562. package/dist/plan-DqeZKuaR.mjs.map +1 -0
  563. package/dist/plugin-test-runtime.d.mts +14 -14
  564. package/dist/plugin-test-runtime.mjs +110 -107
  565. package/dist/plugin-types.d.mts +2 -2
  566. package/dist/plugin-utils.d.mts +12 -12
  567. package/dist/plugins/adapt-sandbox-entry.d.mts +12 -12
  568. package/dist/plugins/adapt-sandbox-entry.mjs +3 -3
  569. package/dist/plugins/host.d.mts +5 -5
  570. package/dist/plugins/host.mjs +42 -41
  571. package/dist/plugins-Bb7oqjQA.mjs +277 -0
  572. package/dist/plugins-Bb7oqjQA.mjs.map +1 -0
  573. package/dist/policy-BcEqut3n.mjs +45 -0
  574. package/dist/policy-BcEqut3n.mjs.map +1 -0
  575. package/dist/portable-text-DXE8ymtD.mjs +307 -0
  576. package/dist/portable-text-DXE8ymtD.mjs.map +1 -0
  577. package/dist/preview-DEDWbwA_.mjs +107 -0
  578. package/dist/preview-DEDWbwA_.mjs.map +1 -0
  579. package/dist/protocol-BJbTzvwl.d.mts +61 -0
  580. package/dist/protocol-BJbTzvwl.d.mts.map +1 -0
  581. package/dist/public-submission-D9c9S14m.mjs +250 -0
  582. package/dist/public-submission-D9c9S14m.mjs.map +1 -0
  583. package/dist/public-url-CIRe-2T6.mjs +101 -0
  584. package/dist/public-url-CIRe-2T6.mjs.map +1 -0
  585. package/dist/query-BzifXlPS.mjs +1156 -0
  586. package/dist/query-BzifXlPS.mjs.map +1 -0
  587. package/dist/query-OzMJ6vJP.mjs +41 -0
  588. package/dist/query-OzMJ6vJP.mjs.map +1 -0
  589. package/dist/rate-limit-Csp60Vik.mjs +120 -0
  590. package/dist/rate-limit-Csp60Vik.mjs.map +1 -0
  591. package/dist/receipt-B-aU4hpJ.mjs +43 -0
  592. package/dist/receipt-B-aU4hpJ.mjs.map +1 -0
  593. package/dist/redirect-CDSw1sU3.mjs +17 -0
  594. package/dist/redirect-CDSw1sU3.mjs.map +1 -0
  595. package/dist/redirect-D1ArbO85.mjs +411 -0
  596. package/dist/redirect-D1ArbO85.mjs.map +1 -0
  597. package/dist/redirects-BjTwDTsV.mjs +148 -0
  598. package/dist/redirects-BjTwDTsV.mjs.map +1 -0
  599. package/dist/redirects-Ck50kH3n.mjs +446 -0
  600. package/dist/redirects-Ck50kH3n.mjs.map +1 -0
  601. package/dist/registry/testing.mjs +3 -3
  602. package/dist/registry-CFcNCayZ.mjs +6754 -0
  603. package/dist/registry-CFcNCayZ.mjs.map +1 -0
  604. package/dist/relations-Cfaa1fDl.mjs +776 -0
  605. package/dist/relations-Cfaa1fDl.mjs.map +1 -0
  606. package/dist/request-cache-iHRlHx1d.mjs +104 -0
  607. package/dist/request-cache-iHRlHx1d.mjs.map +1 -0
  608. package/dist/request-context.d.mts +1 -1
  609. package/dist/request-meta-D47mqyev.mjs +141 -0
  610. package/dist/request-meta-D47mqyev.mjs.map +1 -0
  611. package/dist/resolve-BPE8sMvx.mjs +99 -0
  612. package/dist/resolve-BPE8sMvx.mjs.map +1 -0
  613. package/dist/resolve-C0s1E_fH.mjs +199 -0
  614. package/dist/resolve-C0s1E_fH.mjs.map +1 -0
  615. package/dist/revision-j1p4-bOj.mjs +302 -0
  616. package/dist/revision-j1p4-bOj.mjs.map +1 -0
  617. package/dist/route-wire-C9PJV9aL.mjs +197 -0
  618. package/dist/route-wire-C9PJV9aL.mjs.map +1 -0
  619. package/dist/routes-lyYw0mMf.mjs +272 -0
  620. package/dist/routes-lyYw0mMf.mjs.map +1 -0
  621. package/dist/runner-B3eyB9Gb.mjs +6121 -0
  622. package/dist/runner-B3eyB9Gb.mjs.map +1 -0
  623. package/dist/runner-DoYH2Jcu.d.mts +68 -0
  624. package/dist/runner-DoYH2Jcu.d.mts.map +1 -0
  625. package/dist/runtime.d.mts +13 -13
  626. package/dist/runtime.mjs +3 -3
  627. package/dist/schema-BAayK46S.mjs +13 -0
  628. package/dist/schema-BAayK46S.mjs.map +1 -0
  629. package/dist/schema-Gqcl-8G4.mjs +815 -0
  630. package/dist/schema-Gqcl-8G4.mjs.map +1 -0
  631. package/dist/scopes-BqPOKoKf.mjs +34 -0
  632. package/dist/scopes-BqPOKoKf.mjs.map +1 -0
  633. package/dist/search-YJKPIEV6.mjs +448 -0
  634. package/dist/search-YJKPIEV6.mjs.map +1 -0
  635. package/dist/sections-BR_e-wK5.mjs +346 -0
  636. package/dist/sections-BR_e-wK5.mjs.map +1 -0
  637. package/dist/seed/index.d.mts +2 -2
  638. package/dist/seed/index.mjs +37 -31
  639. package/dist/seo/index.d.mts +3 -3
  640. package/dist/seo/index.mjs +22 -21
  641. package/dist/seo/index.mjs.map +1 -1
  642. package/dist/seo-Dsj8hy3j.mjs +114 -0
  643. package/dist/seo-Dsj8hy3j.mjs.map +1 -0
  644. package/dist/seo-XvH4LNNp.mjs +133 -0
  645. package/dist/seo-XvH4LNNp.mjs.map +1 -0
  646. package/dist/service-BsVG05gS.mjs +150 -0
  647. package/dist/service-BsVG05gS.mjs.map +1 -0
  648. package/dist/session-user-DgKbYrlj.mjs +51 -0
  649. package/dist/session-user-DgKbYrlj.mjs.map +1 -0
  650. package/dist/settings-CNPUntkh.mjs +51 -0
  651. package/dist/settings-CNPUntkh.mjs.map +1 -0
  652. package/dist/settings-D5EHi0Tk.mjs +439 -0
  653. package/dist/settings-D5EHi0Tk.mjs.map +1 -0
  654. package/dist/settings-DSfE7wOa.mjs +61 -0
  655. package/dist/settings-DSfE7wOa.mjs.map +1 -0
  656. package/dist/setup-complete-B8W8sJ9v.mjs +26 -0
  657. package/dist/setup-complete-B8W8sJ9v.mjs.map +1 -0
  658. package/dist/setup-nonce-DnSBP260.mjs +25 -0
  659. package/dist/setup-nonce-DnSBP260.mjs.map +1 -0
  660. package/dist/site-settings-NGzdrt7O.mjs +50 -0
  661. package/dist/site-settings-NGzdrt7O.mjs.map +1 -0
  662. package/dist/site-url-D6JB7tLW.mjs +16 -0
  663. package/dist/site-url-D6JB7tLW.mjs.map +1 -0
  664. package/dist/snapshot-CdcwwWAf.mjs +414 -0
  665. package/dist/snapshot-CdcwwWAf.mjs.map +1 -0
  666. package/dist/ssrf-Dv0_tRpo.mjs +406 -0
  667. package/dist/ssrf-Dv0_tRpo.mjs.map +1 -0
  668. package/dist/stage-CUjhED3P.mjs +662 -0
  669. package/dist/stage-CUjhED3P.mjs.map +1 -0
  670. package/dist/staged-C36IWXff.mjs +659 -0
  671. package/dist/staged-C36IWXff.mjs.map +1 -0
  672. package/dist/state-CKouMCSY.mjs +153 -0
  673. package/dist/state-CKouMCSY.mjs.map +1 -0
  674. package/dist/status-lzyj4Uu7.mjs +30 -0
  675. package/dist/status-lzyj4Uu7.mjs.map +1 -0
  676. package/dist/storage/local.d.mts +1 -1
  677. package/dist/storage/local.mjs +1 -1
  678. package/dist/storage/s3.d.mts +1 -1
  679. package/dist/storage/s3.mjs +1 -1
  680. package/dist/storage-query-B-cWcTjJ.d.mts +1594 -0
  681. package/dist/storage-query-B-cWcTjJ.d.mts.map +1 -0
  682. package/dist/tar-DsTXX6ch.mjs +449 -0
  683. package/dist/tar-DsTXX6ch.mjs.map +1 -0
  684. package/dist/target-DLQCwp_Z.mjs +27 -0
  685. package/dist/target-DLQCwp_Z.mjs.map +1 -0
  686. package/dist/taxonomies-BlAjr4BL.mjs +697 -0
  687. package/dist/taxonomies-BlAjr4BL.mjs.map +1 -0
  688. package/dist/taxonomies-Byyo7LOZ.mjs +939 -0
  689. package/dist/taxonomies-Byyo7LOZ.mjs.map +1 -0
  690. package/dist/taxonomy-CKDwM61Y.mjs +525 -0
  691. package/dist/taxonomy-CKDwM61Y.mjs.map +1 -0
  692. package/dist/tokens-BojXlk49.mjs +171 -0
  693. package/dist/tokens-BojXlk49.mjs.map +1 -0
  694. package/dist/transaction-DLPQWik1.mjs +29 -0
  695. package/dist/transaction-DLPQWik1.mjs.map +1 -0
  696. package/dist/transfer-XSTh2BCr.mjs +8706 -0
  697. package/dist/transfer-XSTh2BCr.mjs.map +1 -0
  698. package/dist/transfer-download-DkoCDA9d.mjs +33 -0
  699. package/dist/transfer-download-DkoCDA9d.mjs.map +1 -0
  700. package/dist/transfer-iQ26J-RT.mjs +166 -0
  701. package/dist/transfer-iQ26J-RT.mjs.map +1 -0
  702. package/dist/transformations-C7RQabKQ.mjs +196 -0
  703. package/dist/transformations-C7RQabKQ.mjs.map +1 -0
  704. package/dist/transport-D3RulfD6.mjs +136 -0
  705. package/dist/transport-D3RulfD6.mjs.map +1 -0
  706. package/dist/transport-DhlZlf4D.d.mts +42 -0
  707. package/dist/transport-DhlZlf4D.d.mts.map +1 -0
  708. package/dist/trusted-proxy-B6ECOZJc.mjs +51 -0
  709. package/dist/trusted-proxy-B6ECOZJc.mjs.map +1 -0
  710. package/dist/turnstile-lqUiY7lP.mjs +53 -0
  711. package/dist/turnstile-lqUiY7lP.mjs.map +1 -0
  712. package/dist/types-4Dn9bZhu.mjs +77 -0
  713. package/dist/types-4Dn9bZhu.mjs.map +1 -0
  714. package/dist/types-5LSo7PPx.d.mts +85 -0
  715. package/dist/types-5LSo7PPx.d.mts.map +1 -0
  716. package/dist/types-BQ3hwYJT.d.mts +896 -0
  717. package/dist/types-BQ3hwYJT.d.mts.map +1 -0
  718. package/dist/types-BYEk7qo3.d.mts +198 -0
  719. package/dist/types-BYEk7qo3.d.mts.map +1 -0
  720. package/dist/types-CJKsWVFR.mjs +199 -0
  721. package/dist/types-CJKsWVFR.mjs.map +1 -0
  722. package/dist/types-Ca_w8mmY.d.mts +363 -0
  723. package/dist/types-Ca_w8mmY.d.mts.map +1 -0
  724. package/dist/types-CkE41ZAG.mjs +18 -0
  725. package/dist/types-CkE41ZAG.mjs.map +1 -0
  726. package/dist/types-D0aJW2uR.d.mts +1641 -0
  727. package/dist/types-D0aJW2uR.d.mts.map +1 -0
  728. package/dist/types-DbpN4Qto.d.mts +372 -0
  729. package/dist/types-DbpN4Qto.d.mts.map +1 -0
  730. package/dist/types-ILDI1sdY.mjs +16 -0
  731. package/dist/types-ILDI1sdY.mjs.map +1 -0
  732. package/dist/types-OC5c-edM.mjs +22 -0
  733. package/dist/types-OC5c-edM.mjs.map +1 -0
  734. package/dist/types-aOOxRSx6.mjs +103 -0
  735. package/dist/types-aOOxRSx6.mjs.map +1 -0
  736. package/dist/types-m1WbUffD.d.mts +198 -0
  737. package/dist/types-m1WbUffD.d.mts.map +1 -0
  738. package/dist/types-uxLoPBio.d.mts +124 -0
  739. package/dist/types-uxLoPBio.d.mts.map +1 -0
  740. package/dist/types-we5uR-tV.d.mts +287 -0
  741. package/dist/types-we5uR-tV.d.mts.map +1 -0
  742. package/dist/upload-attempts-DduMy6B0.mjs +32 -0
  743. package/dist/upload-attempts-DduMy6B0.mjs.map +1 -0
  744. package/dist/url-pattern-B3EwxAAk.mjs +33 -0
  745. package/dist/url-pattern-B3EwxAAk.mjs.map +1 -0
  746. package/dist/user-ElwQjTQT.mjs +171 -0
  747. package/dist/user-ElwQjTQT.mjs.map +1 -0
  748. package/dist/utils-BlAXmfOG.mjs +439 -0
  749. package/dist/utils-BlAXmfOG.mjs.map +1 -0
  750. package/dist/validate-CH0X5b2c.d.mts +468 -0
  751. package/dist/validate-CH0X5b2c.d.mts.map +1 -0
  752. package/dist/validate-CfgRpcjA.mjs +492 -0
  753. package/dist/validate-CfgRpcjA.mjs.map +1 -0
  754. package/dist/validation-DvYJtv4k.mjs +218 -0
  755. package/dist/validation-DvYJtv4k.mjs.map +1 -0
  756. package/dist/version-DgYjhTud.mjs +9 -0
  757. package/dist/version-DgYjhTud.mjs.map +1 -0
  758. package/dist/version-Dq71scUb.mjs +7 -0
  759. package/dist/version-Dq71scUb.mjs.map +1 -0
  760. package/dist/widgets-ChFIj0be.mjs +126 -0
  761. package/dist/widgets-ChFIj0be.mjs.map +1 -0
  762. package/dist/wxr-taxonomies-CBZMp2YX.mjs +372 -0
  763. package/dist/wxr-taxonomies-CBZMp2YX.mjs.map +1 -0
  764. package/dist/wxr-taxonomies-DlKDpWN1.d.mts +34 -0
  765. package/dist/wxr-taxonomies-DlKDpWN1.d.mts.map +1 -0
  766. package/dist/zod-generator-DmTKI-Ig.mjs +426 -0
  767. package/dist/zod-generator-DmTKI-Ig.mjs.map +1 -0
  768. package/package.json +7 -6
  769. package/src/api/handlers/content.ts +593 -16
  770. package/src/api/handlers/device-flow.ts +74 -21
  771. package/src/api/handlers/manifest.ts +79 -5
  772. package/src/api/handlers/relations.ts +638 -157
  773. package/src/api/handlers/revision.ts +30 -0
  774. package/src/api/handlers/schema.ts +403 -1
  775. package/src/api/handlers/staged-references.ts +142 -0
  776. package/src/api/handlers/validate-references.ts +146 -0
  777. package/src/api/schemas/content.ts +13 -0
  778. package/src/api/schemas/relations.ts +54 -44
  779. package/src/api/schemas/schema.ts +14 -0
  780. package/src/astro/integration/routes.ts +15 -19
  781. package/src/astro/routes/api/content/[collection]/[id]/references/[relation]/children.ts +11 -54
  782. package/src/astro/routes/api/content/[collection]/[id].ts +3 -1
  783. package/src/astro/routes/api/oauth/device/authorize.ts +33 -4
  784. package/src/astro/routes/api/relations/index.ts +4 -4
  785. package/src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts +6 -2
  786. package/src/astro/types.ts +5 -0
  787. package/src/cli/commands/export-seed.ts +510 -89
  788. package/src/components/WidgetArea.astro +3 -2
  789. package/src/database/migrations/086_relations_structural.ts +197 -0
  790. package/src/database/migrations/087_reference_field_relations.ts +407 -0
  791. package/src/database/migrations/runner.ts +4 -0
  792. package/src/database/reference-backfill.ts +141 -0
  793. package/src/database/repositories/content.ts +43 -8
  794. package/src/database/repositories/relation.ts +620 -208
  795. package/src/database/repositories/revision.ts +16 -0
  796. package/src/database/repositories/types.ts +38 -0
  797. package/src/database/transaction.ts +12 -1
  798. package/src/database/types.ts +14 -5
  799. package/src/emdash-runtime.ts +86 -11
  800. package/src/index.ts +10 -0
  801. package/src/loader.ts +169 -22
  802. package/src/query.ts +455 -25
  803. package/src/references/field-map.ts +115 -0
  804. package/src/references/resolve.ts +160 -0
  805. package/src/references/staged.ts +117 -0
  806. package/src/references/types.ts +16 -0
  807. package/src/registry/artifact-fetch.ts +45 -271
  808. package/src/schema/registry.ts +99 -24
  809. package/src/schema/types.ts +58 -0
  810. package/src/schema/zod-generator.ts +67 -1
  811. package/src/seed/apply.ts +519 -62
  812. package/src/seed/types.ts +36 -2
  813. package/src/seed/validate.ts +78 -2
  814. package/src/transfer/analyze/unique-keys.ts +3 -12
  815. package/src/transfer/analyze/validate.ts +65 -39
  816. package/src/transfer/analyze/values.ts +12 -1
  817. package/src/transfer/export/readers.ts +12 -8
  818. package/src/transfer/format/columns.ts +26 -6
  819. package/src/transfer/format/kinds.ts +21 -5
  820. package/src/transfer/import/context.ts +8 -1
  821. package/src/transfer/ops/package-index.ts +1 -1
  822. package/dist/action-token-DYwe4Pk0.mjs +0 -26
  823. package/dist/action-token-DYwe4Pk0.mjs.map +0 -1
  824. package/dist/activation-LOkDM5WT.mjs +0 -382
  825. package/dist/activation-LOkDM5WT.mjs.map +0 -1
  826. package/dist/adapters-B64LbYcB.d.mts +0 -171
  827. package/dist/adapters-B64LbYcB.d.mts.map +0 -1
  828. package/dist/allowed-origins-CHB8oZNM.mjs +0 -116
  829. package/dist/allowed-origins-CHB8oZNM.mjs.map +0 -1
  830. package/dist/api-CuyNEHZG.mjs +0 -4718
  831. package/dist/api-CuyNEHZG.mjs.map +0 -1
  832. package/dist/api-tokens-s4i4aUp_.mjs +0 -166
  833. package/dist/api-tokens-s4i4aUp_.mjs.map +0 -1
  834. package/dist/apply-npY1TAhG.mjs +0 -1366
  835. package/dist/apply-npY1TAhG.mjs.map +0 -1
  836. package/dist/approvals-CqMfNxak.mjs +0 -460
  837. package/dist/approvals-CqMfNxak.mjs.map +0 -1
  838. package/dist/artifact-fetch-DZMOGZ3-.mjs +0 -818
  839. package/dist/artifact-fetch-DZMOGZ3-.mjs.map +0 -1
  840. package/dist/astro/routes/api/relations/_id_/translations.d.mts +0 -8
  841. package/dist/astro/routes/api/relations/_id_/translations.d.mts.map +0 -1
  842. package/dist/astro/routes/api/relations/_id_/translations.mjs +0 -47
  843. package/dist/astro/routes/api/relations/_id_/translations.mjs.map +0 -1
  844. package/dist/audit-RfCugiSB.mjs +0 -127
  845. package/dist/audit-RfCugiSB.mjs.map +0 -1
  846. package/dist/authoritative-records-CoJvBXAD.mjs +0 -5172
  847. package/dist/authoritative-records-CoJvBXAD.mjs.map +0 -1
  848. package/dist/authorize-seCifOMJ.mjs +0 -49
  849. package/dist/authorize-seCifOMJ.mjs.map +0 -1
  850. package/dist/backup-BQRj3afm.mjs +0 -246
  851. package/dist/backup-BQRj3afm.mjs.map +0 -1
  852. package/dist/block-type-registry-DUI_3KxT.mjs +0 -6709
  853. package/dist/block-type-registry-DUI_3KxT.mjs.map +0 -1
  854. package/dist/block-types-BmZmLmAD.mjs +0 -132
  855. package/dist/block-types-BmZmLmAD.mjs.map +0 -1
  856. package/dist/block-values-C_VIPr5t.mjs +0 -175
  857. package/dist/block-values-C_VIPr5t.mjs.map +0 -1
  858. package/dist/byline-DYmkXqvo.mjs +0 -909
  859. package/dist/byline-DYmkXqvo.mjs.map +0 -1
  860. package/dist/byline-fields-D28AT-Fh.mjs +0 -123
  861. package/dist/byline-fields-D28AT-Fh.mjs.map +0 -1
  862. package/dist/byline-registry-gnKscbQX.mjs +0 -406
  863. package/dist/byline-registry-gnKscbQX.mjs.map +0 -1
  864. package/dist/bylines-BPwJqoYH.mjs +0 -232
  865. package/dist/bylines-BPwJqoYH.mjs.map +0 -1
  866. package/dist/bylines-ukLaYpVZ.mjs +0 -214
  867. package/dist/bylines-ukLaYpVZ.mjs.map +0 -1
  868. package/dist/cache-m7UEkRFV.mjs +0 -108
  869. package/dist/cache-m7UEkRFV.mjs.map +0 -1
  870. package/dist/canonical-YhEQezjg.mjs +0 -174
  871. package/dist/canonical-YhEQezjg.mjs.map +0 -1
  872. package/dist/capture-triggers-kJyl_yyM.mjs +0 -362
  873. package/dist/capture-triggers-kJyl_yyM.mjs.map +0 -1
  874. package/dist/challenge-store-ppU6Uv13.mjs +0 -51
  875. package/dist/challenge-store-ppU6Uv13.mjs.map +0 -1
  876. package/dist/checksum-B2IINIlN.mjs +0 -162
  877. package/dist/checksum-B2IINIlN.mjs.map +0 -1
  878. package/dist/chrome-tags-DApCQSIk.mjs +0 -24
  879. package/dist/chrome-tags-DApCQSIk.mjs.map +0 -1
  880. package/dist/chunks-Dms7Uxbt.mjs +0 -25
  881. package/dist/chunks-Dms7Uxbt.mjs.map +0 -1
  882. package/dist/collection-deletion-BIm28mo3.mjs +0 -436
  883. package/dist/collection-deletion-BIm28mo3.mjs.map +0 -1
  884. package/dist/collection-deletion-processor-Br6rxs3u.mjs +0 -217
  885. package/dist/collection-deletion-processor-Br6rxs3u.mjs.map +0 -1
  886. package/dist/collection-slugs-cache-CjGk__zp.mjs +0 -85
  887. package/dist/collection-slugs-cache-CjGk__zp.mjs.map +0 -1
  888. package/dist/comment-CrBl22OF.mjs +0 -313
  889. package/dist/comment-CrBl22OF.mjs.map +0 -1
  890. package/dist/comment-reaction-JEQ2Fpd8.mjs +0 -85
  891. package/dist/comment-reaction-JEQ2Fpd8.mjs.map +0 -1
  892. package/dist/comments-2ah9du9y.mjs +0 -195
  893. package/dist/comments-2ah9du9y.mjs.map +0 -1
  894. package/dist/comments-fHZ8ON9O.mjs +0 -99
  895. package/dist/comments-fHZ8ON9O.mjs.map +0 -1
  896. package/dist/components-CXbq7CSM.mjs +0 -108
  897. package/dist/components-CXbq7CSM.mjs.map +0 -1
  898. package/dist/config-BjEm_3xL.d.mts +0 -6537
  899. package/dist/config-BjEm_3xL.d.mts.map +0 -1
  900. package/dist/config-IhybvkIQ.mjs +0 -242
  901. package/dist/config-IhybvkIQ.mjs.map +0 -1
  902. package/dist/config-Py43JK9r.d.mts +0 -39
  903. package/dist/config-Py43JK9r.d.mts.map +0 -1
  904. package/dist/content-DFaIEDj9.mjs +0 -2281
  905. package/dist/content-DFaIEDj9.mjs.map +0 -1
  906. package/dist/content-list-query-Dra4Dalc.d.mts +0 -26
  907. package/dist/content-list-query-Dra4Dalc.d.mts.map +0 -1
  908. package/dist/content-policy-DFNw91-d.mjs +0 -46
  909. package/dist/content-policy-DFNw91-d.mjs.map +0 -1
  910. package/dist/content-repair-Q8IUrpLL.mjs +0 -442
  911. package/dist/content-repair-Q8IUrpLL.mjs.map +0 -1
  912. package/dist/context-BV_7t-Ua.mjs +0 -1921
  913. package/dist/context-BV_7t-Ua.mjs.map +0 -1
  914. package/dist/cron-7DCJwPXq.mjs +0 -284
  915. package/dist/cron-7DCJwPXq.mjs.map +0 -1
  916. package/dist/dashboard-BP-iJqpd.mjs +0 -151
  917. package/dist/dashboard-BP-iJqpd.mjs.map +0 -1
  918. package/dist/default-DQ6vsviu.mjs +0 -81
  919. package/dist/default-DQ6vsviu.mjs.map +0 -1
  920. package/dist/deferred-tasks-BPxXUB4x.d.mts +0 -9
  921. package/dist/deferred-tasks-BPxXUB4x.d.mts.map +0 -1
  922. package/dist/dev-typegen-CZaPLl3V.mjs +0 -29
  923. package/dist/dev-typegen-CZaPLl3V.mjs.map +0 -1
  924. package/dist/device-flow-CRd6DXmW.mjs +0 -466
  925. package/dist/device-flow-CRd6DXmW.mjs.map +0 -1
  926. package/dist/digest-BarSh-pN.mjs +0 -194
  927. package/dist/digest-BarSh-pN.mjs.map +0 -1
  928. package/dist/direct-executor-D2lNadwo.mjs +0 -104
  929. package/dist/direct-executor-D2lNadwo.mjs.map +0 -1
  930. package/dist/dist-BNwANFJR.mjs +0 -810
  931. package/dist/dist-BNwANFJR.mjs.map +0 -1
  932. package/dist/email-console-bJn3ctqA.mjs +0 -50
  933. package/dist/email-console-bJn3ctqA.mjs.map +0 -1
  934. package/dist/email-locale-CN6WAMx0.mjs +0 -25
  935. package/dist/email-locale-CN6WAMx0.mjs.map +0 -1
  936. package/dist/emdash-runtime-CtfnZmPi.mjs +0 -4186
  937. package/dist/emdash-runtime-CtfnZmPi.mjs.map +0 -1
  938. package/dist/enrich-Dl3kZ-lP.mjs +0 -194
  939. package/dist/enrich-Dl3kZ-lP.mjs.map +0 -1
  940. package/dist/entry-lock-BJYdBfXb.mjs +0 -1097
  941. package/dist/entry-lock-BJYdBfXb.mjs.map +0 -1
  942. package/dist/entry-lock-Cf5OoIgN.d.mts +0 -4368
  943. package/dist/entry-lock-Cf5OoIgN.d.mts.map +0 -1
  944. package/dist/entry-lock-DHQOxN7R.mjs +0 -163
  945. package/dist/entry-lock-DHQOxN7R.mjs.map +0 -1
  946. package/dist/entry-locks-D0foLdjQ.mjs +0 -167
  947. package/dist/entry-locks-D0foLdjQ.mjs.map +0 -1
  948. package/dist/error-CfvOHP0M.mjs +0 -90
  949. package/dist/error-CfvOHP0M.mjs.map +0 -1
  950. package/dist/errors-BF0_LFhW.mjs +0 -460
  951. package/dist/errors-BF0_LFhW.mjs.map +0 -1
  952. package/dist/errors-DgE1zJGG.mjs +0 -120
  953. package/dist/errors-DgE1zJGG.mjs.map +0 -1
  954. package/dist/escape-CuaZhZvL.mjs +0 -9
  955. package/dist/escape-CuaZhZvL.mjs.map +0 -1
  956. package/dist/fence-CMDXJYc_.mjs +0 -162
  957. package/dist/fence-CMDXJYc_.mjs.map +0 -1
  958. package/dist/field-defs-cache-HIgBbqZZ.mjs +0 -77
  959. package/dist/field-defs-cache-HIgBbqZZ.mjs.map +0 -1
  960. package/dist/focal-point-Gr34o-4o.mjs +0 -23
  961. package/dist/focal-point-Gr34o-4o.mjs.map +0 -1
  962. package/dist/fts-manager-S-K0laoS.mjs +0 -443
  963. package/dist/fts-manager-S-K0laoS.mjs.map +0 -1
  964. package/dist/gc-DjKY0Ay1.mjs +0 -75
  965. package/dist/gc-DjKY0Ay1.mjs.map +0 -1
  966. package/dist/hash-SDAW6zC-.mjs +0 -37
  967. package/dist/hash-SDAW6zC-.mjs.map +0 -1
  968. package/dist/hook-result-B5bXDgS2.d.mts +0 -31
  969. package/dist/hook-result-B5bXDgS2.d.mts.map +0 -1
  970. package/dist/hreflang-CbVI4paR.mjs +0 -105
  971. package/dist/hreflang-CbVI4paR.mjs.map +0 -1
  972. package/dist/hreflang-D5uNnsGJ.d.mts +0 -50
  973. package/dist/hreflang-D5uNnsGJ.d.mts.map +0 -1
  974. package/dist/http-route-dispatch-BitqzwMy.mjs +0 -339
  975. package/dist/http-route-dispatch-BitqzwMy.mjs.map +0 -1
  976. package/dist/identity-Be5kzutJ.mjs +0 -35
  977. package/dist/identity-Be5kzutJ.mjs.map +0 -1
  978. package/dist/import-YzfKCaco.mjs +0 -2020
  979. package/dist/import-YzfKCaco.mjs.map +0 -1
  980. package/dist/index-D-hdtLe8.d.mts +0 -623
  981. package/dist/index-D-hdtLe8.d.mts.map +0 -1
  982. package/dist/install-finalization-DfM1fj5x.mjs +0 -58
  983. package/dist/install-finalization-DfM1fj5x.mjs.map +0 -1
  984. package/dist/keys-yxLm5l35.mjs +0 -61
  985. package/dist/keys-yxLm5l35.mjs.map +0 -1
  986. package/dist/kinds-CRu_T5T5.mjs +0 -961
  987. package/dist/kinds-CRu_T5T5.mjs.map +0 -1
  988. package/dist/lifecycle-BzeGPeQ-.mjs +0 -25
  989. package/dist/lifecycle-BzeGPeQ-.mjs.map +0 -1
  990. package/dist/load-XgJiE6_3.mjs +0 -28
  991. package/dist/load-XgJiE6_3.mjs.map +0 -1
  992. package/dist/loader-BzqeR1ZN.mjs +0 -1086
  993. package/dist/loader-BzqeR1ZN.mjs.map +0 -1
  994. package/dist/loops-BQSzv5Zn.mjs +0 -203
  995. package/dist/loops-BQSzv5Zn.mjs.map +0 -1
  996. package/dist/manifest-builder-BmSAOOEF.mjs +0 -189
  997. package/dist/manifest-builder-BmSAOOEF.mjs.map +0 -1
  998. package/dist/manifest-schema-CY3zng_M.mjs +0 -492
  999. package/dist/manifest-schema-CY3zng_M.mjs.map +0 -1
  1000. package/dist/media-CPXTbb1R.mjs +0 -373
  1001. package/dist/media-CPXTbb1R.mjs.map +0 -1
  1002. package/dist/media-JXRWDhw3.mjs +0 -294
  1003. package/dist/media-JXRWDhw3.mjs.map +0 -1
  1004. package/dist/media-Pu1L6xir.mjs +0 -408
  1005. package/dist/media-Pu1L6xir.mjs.map +0 -1
  1006. package/dist/media-allowlist-BSoa9Vvm.mjs +0 -44
  1007. package/dist/media-allowlist-BSoa9Vvm.mjs.map +0 -1
  1008. package/dist/media-folders-BE0oo2eX.mjs +0 -210
  1009. package/dist/media-folders-BE0oo2eX.mjs.map +0 -1
  1010. package/dist/media-url-jArBpzIG.mjs +0 -43
  1011. package/dist/media-url-jArBpzIG.mjs.map +0 -1
  1012. package/dist/media-usage-De-zeR9E.mjs +0 -1629
  1013. package/dist/media-usage-De-zeR9E.mjs.map +0 -1
  1014. package/dist/media-usage-activation-HKp7zk7W.mjs +0 -78
  1015. package/dist/media-usage-activation-HKp7zk7W.mjs.map +0 -1
  1016. package/dist/media-usage-work-C2OZLCAd.mjs +0 -586
  1017. package/dist/media-usage-work-C2OZLCAd.mjs.map +0 -1
  1018. package/dist/media-usage-work-DwUNbgvS.mjs +0 -152
  1019. package/dist/media-usage-work-DwUNbgvS.mjs.map +0 -1
  1020. package/dist/menus-BM7BPLOb.mjs +0 -139
  1021. package/dist/menus-BM7BPLOb.mjs.map +0 -1
  1022. package/dist/menus-Cm68rsAq.mjs +0 -3608
  1023. package/dist/menus-Cm68rsAq.mjs.map +0 -1
  1024. package/dist/menus-ITeAbcIF.mjs +0 -753
  1025. package/dist/menus-ITeAbcIF.mjs.map +0 -1
  1026. package/dist/mime-ChLqYwDk.mjs +0 -36
  1027. package/dist/mime-ChLqYwDk.mjs.map +0 -1
  1028. package/dist/mode-CCuKXUci.mjs +0 -23
  1029. package/dist/mode-CCuKXUci.mjs.map +0 -1
  1030. package/dist/node-sqlite-compat-CONMsl-x.mjs +0 -46
  1031. package/dist/node-sqlite-compat-CONMsl-x.mjs.map +0 -1
  1032. package/dist/normalize-CO2P8-iE.mjs +0 -191
  1033. package/dist/normalize-CO2P8-iE.mjs.map +0 -1
  1034. package/dist/oauth-authorization-DlMIL5_h.mjs +0 -274
  1035. package/dist/oauth-authorization-DlMIL5_h.mjs.map +0 -1
  1036. package/dist/oauth-clients-Djq9r_KP.mjs +0 -266
  1037. package/dist/oauth-clients-Djq9r_KP.mjs.map +0 -1
  1038. package/dist/oauth-state-store-BbjnZXNC.mjs +0 -50
  1039. package/dist/oauth-state-store-BbjnZXNC.mjs.map +0 -1
  1040. package/dist/oauth-user-lookup-vue9a64A.mjs +0 -26
  1041. package/dist/oauth-user-lookup-vue9a64A.mjs.map +0 -1
  1042. package/dist/options-SQCHQCPH.d.mts +0 -81
  1043. package/dist/options-SQCHQCPH.d.mts.map +0 -1
  1044. package/dist/parse-CVgO-Qai.d.mts +0 -168
  1045. package/dist/parse-CVgO-Qai.d.mts.map +0 -1
  1046. package/dist/parse-DY6OD1j_.mjs +0 -81
  1047. package/dist/parse-DY6OD1j_.mjs.map +0 -1
  1048. package/dist/passkey-config-X_H8128a.mjs +0 -46
  1049. package/dist/passkey-config-X_H8128a.mjs.map +0 -1
  1050. package/dist/paths-JxokKIbr.mjs +0 -77
  1051. package/dist/paths-JxokKIbr.mjs.map +0 -1
  1052. package/dist/patterns-BhAvqO0S.mjs +0 -145
  1053. package/dist/patterns-BhAvqO0S.mjs.map +0 -1
  1054. package/dist/placeholder-MSEd8gty.d.mts +0 -306
  1055. package/dist/placeholder-MSEd8gty.d.mts.map +0 -1
  1056. package/dist/plan-xjcWrAah.mjs +0 -135
  1057. package/dist/plan-xjcWrAah.mjs.map +0 -1
  1058. package/dist/plugins-DUXUt8B9.mjs +0 -277
  1059. package/dist/plugins-DUXUt8B9.mjs.map +0 -1
  1060. package/dist/policy-CUvwAARc.mjs +0 -45
  1061. package/dist/policy-CUvwAARc.mjs.map +0 -1
  1062. package/dist/portable-text-5O_ZGUjB.mjs +0 -307
  1063. package/dist/portable-text-5O_ZGUjB.mjs.map +0 -1
  1064. package/dist/preview-CIUcPYr6.mjs +0 -107
  1065. package/dist/preview-CIUcPYr6.mjs.map +0 -1
  1066. package/dist/protocol-B97DZaFr.d.mts +0 -61
  1067. package/dist/protocol-B97DZaFr.d.mts.map +0 -1
  1068. package/dist/public-submission-BFBUrqst.mjs +0 -250
  1069. package/dist/public-submission-BFBUrqst.mjs.map +0 -1
  1070. package/dist/public-url-Bn7U0D7-.mjs +0 -101
  1071. package/dist/public-url-Bn7U0D7-.mjs.map +0 -1
  1072. package/dist/query-B48peoRT.mjs +0 -890
  1073. package/dist/query-B48peoRT.mjs.map +0 -1
  1074. package/dist/query-C4IH0uhR.mjs +0 -41
  1075. package/dist/query-C4IH0uhR.mjs.map +0 -1
  1076. package/dist/rate-limit-BZ6nybgc.mjs +0 -120
  1077. package/dist/rate-limit-BZ6nybgc.mjs.map +0 -1
  1078. package/dist/receipt-B4wJj5Jq.mjs +0 -43
  1079. package/dist/receipt-B4wJj5Jq.mjs.map +0 -1
  1080. package/dist/redirect-B29UjdUn.mjs +0 -411
  1081. package/dist/redirect-B29UjdUn.mjs.map +0 -1
  1082. package/dist/redirect-Cd1E7VUt.mjs +0 -17
  1083. package/dist/redirect-Cd1E7VUt.mjs.map +0 -1
  1084. package/dist/redirects-Ca2MPfEG.mjs +0 -446
  1085. package/dist/redirects-Ca2MPfEG.mjs.map +0 -1
  1086. package/dist/redirects-Cv9apQKj.mjs +0 -148
  1087. package/dist/redirects-Cv9apQKj.mjs.map +0 -1
  1088. package/dist/relation-M4NUCb0b.mjs +0 -334
  1089. package/dist/relation-M4NUCb0b.mjs.map +0 -1
  1090. package/dist/relations-CCif47Oq.mjs +0 -403
  1091. package/dist/relations-CCif47Oq.mjs.map +0 -1
  1092. package/dist/relations-CK9CYUyr.mjs +0 -310
  1093. package/dist/relations-CK9CYUyr.mjs.map +0 -1
  1094. package/dist/request-cache-DzLYKm_x.mjs +0 -104
  1095. package/dist/request-cache-DzLYKm_x.mjs.map +0 -1
  1096. package/dist/request-meta-sZXt3sRo.mjs +0 -141
  1097. package/dist/request-meta-sZXt3sRo.mjs.map +0 -1
  1098. package/dist/resolve-2WbQsCvT.mjs +0 -199
  1099. package/dist/resolve-2WbQsCvT.mjs.map +0 -1
  1100. package/dist/route-wire--1hLuACz.mjs +0 -197
  1101. package/dist/route-wire--1hLuACz.mjs.map +0 -1
  1102. package/dist/routes-vrR95WR6.mjs +0 -272
  1103. package/dist/routes-vrR95WR6.mjs.map +0 -1
  1104. package/dist/runner-1y4J9fJB.mjs +0 -5742
  1105. package/dist/runner-1y4J9fJB.mjs.map +0 -1
  1106. package/dist/runner-D5_LzKXI.d.mts +0 -68
  1107. package/dist/runner-D5_LzKXI.d.mts.map +0 -1
  1108. package/dist/schema-BABiRdsH.mjs +0 -13
  1109. package/dist/schema-BABiRdsH.mjs.map +0 -1
  1110. package/dist/schema-Du3MzCG0.mjs +0 -446
  1111. package/dist/schema-Du3MzCG0.mjs.map +0 -1
  1112. package/dist/scopes-Dbk-ElhT.mjs +0 -34
  1113. package/dist/scopes-Dbk-ElhT.mjs.map +0 -1
  1114. package/dist/search-Bt1PL1jf.mjs +0 -448
  1115. package/dist/search-Bt1PL1jf.mjs.map +0 -1
  1116. package/dist/sections-Ddptx_o9.mjs +0 -346
  1117. package/dist/sections-Ddptx_o9.mjs.map +0 -1
  1118. package/dist/seo-CZT2oLtT.mjs +0 -114
  1119. package/dist/seo-CZT2oLtT.mjs.map +0 -1
  1120. package/dist/seo-D5w3-Azy.mjs +0 -133
  1121. package/dist/seo-D5w3-Azy.mjs.map +0 -1
  1122. package/dist/service-DuykXPyW.mjs +0 -150
  1123. package/dist/service-DuykXPyW.mjs.map +0 -1
  1124. package/dist/session-user-BhaVp8w0.mjs +0 -51
  1125. package/dist/session-user-BhaVp8w0.mjs.map +0 -1
  1126. package/dist/settings-B4vDl1fK.mjs +0 -439
  1127. package/dist/settings-B4vDl1fK.mjs.map +0 -1
  1128. package/dist/settings-DYidIB26.mjs +0 -61
  1129. package/dist/settings-DYidIB26.mjs.map +0 -1
  1130. package/dist/settings-Dyj6v8C4.mjs +0 -51
  1131. package/dist/settings-Dyj6v8C4.mjs.map +0 -1
  1132. package/dist/setup-complete-bOogcHWG.mjs +0 -26
  1133. package/dist/setup-complete-bOogcHWG.mjs.map +0 -1
  1134. package/dist/setup-nonce-0EGuKM4s.mjs +0 -25
  1135. package/dist/setup-nonce-0EGuKM4s.mjs.map +0 -1
  1136. package/dist/site-settings-DOgRUoFX.mjs +0 -50
  1137. package/dist/site-settings-DOgRUoFX.mjs.map +0 -1
  1138. package/dist/site-url-BU_bbxwj.mjs +0 -16
  1139. package/dist/site-url-BU_bbxwj.mjs.map +0 -1
  1140. package/dist/snapshot-PawoX-WG.mjs +0 -414
  1141. package/dist/snapshot-PawoX-WG.mjs.map +0 -1
  1142. package/dist/ssrf-CJUnJymJ.mjs +0 -406
  1143. package/dist/ssrf-CJUnJymJ.mjs.map +0 -1
  1144. package/dist/stage-DgrBz_du.mjs +0 -662
  1145. package/dist/stage-DgrBz_du.mjs.map +0 -1
  1146. package/dist/state-DDiPySSG.mjs +0 -153
  1147. package/dist/state-DDiPySSG.mjs.map +0 -1
  1148. package/dist/status-DZKIG4a9.mjs +0 -30
  1149. package/dist/status-DZKIG4a9.mjs.map +0 -1
  1150. package/dist/storage-query-FXJH5pI8.d.mts +0 -1581
  1151. package/dist/storage-query-FXJH5pI8.d.mts.map +0 -1
  1152. package/dist/tar-_1AgTYFu.mjs +0 -449
  1153. package/dist/tar-_1AgTYFu.mjs.map +0 -1
  1154. package/dist/target-_7pn2Gbg.mjs +0 -27
  1155. package/dist/target-_7pn2Gbg.mjs.map +0 -1
  1156. package/dist/taxonomies-C1IwNe8Q.mjs +0 -697
  1157. package/dist/taxonomies-C1IwNe8Q.mjs.map +0 -1
  1158. package/dist/taxonomies-C_XMoRcX.mjs +0 -939
  1159. package/dist/taxonomies-C_XMoRcX.mjs.map +0 -1
  1160. package/dist/taxonomy-C3Fu1YeH.mjs +0 -525
  1161. package/dist/taxonomy-C3Fu1YeH.mjs.map +0 -1
  1162. package/dist/tokens-u78jETkX.mjs +0 -171
  1163. package/dist/tokens-u78jETkX.mjs.map +0 -1
  1164. package/dist/transaction-BcJO4Tmc.mjs +0 -29
  1165. package/dist/transaction-BcJO4Tmc.mjs.map +0 -1
  1166. package/dist/transfer-DIGvR9Af.mjs +0 -166
  1167. package/dist/transfer-DIGvR9Af.mjs.map +0 -1
  1168. package/dist/transfer-DgeCvHnj.mjs +0 -8675
  1169. package/dist/transfer-DgeCvHnj.mjs.map +0 -1
  1170. package/dist/transfer-download-Pml7RMio.mjs +0 -33
  1171. package/dist/transfer-download-Pml7RMio.mjs.map +0 -1
  1172. package/dist/transformations-9gfpwY65.mjs +0 -196
  1173. package/dist/transformations-9gfpwY65.mjs.map +0 -1
  1174. package/dist/transport-BIfH7_hx.d.mts +0 -42
  1175. package/dist/transport-BIfH7_hx.d.mts.map +0 -1
  1176. package/dist/transport-DKWIq53q.mjs +0 -136
  1177. package/dist/transport-DKWIq53q.mjs.map +0 -1
  1178. package/dist/trusted-proxy-tKiVtyTD.mjs +0 -51
  1179. package/dist/trusted-proxy-tKiVtyTD.mjs.map +0 -1
  1180. package/dist/turnstile-DpsoyOfg.mjs +0 -53
  1181. package/dist/turnstile-DpsoyOfg.mjs.map +0 -1
  1182. package/dist/types-B4sUC2p1.d.mts +0 -198
  1183. package/dist/types-B4sUC2p1.d.mts.map +0 -1
  1184. package/dist/types-B7Lmsh1E.d.mts +0 -887
  1185. package/dist/types-B7Lmsh1E.d.mts.map +0 -1
  1186. package/dist/types-BZakh7Ym.mjs +0 -22
  1187. package/dist/types-BZakh7Ym.mjs.map +0 -1
  1188. package/dist/types-B_CppEmv.d.mts +0 -264
  1189. package/dist/types-B_CppEmv.d.mts.map +0 -1
  1190. package/dist/types-BcrBrE6-.mjs +0 -159
  1191. package/dist/types-BcrBrE6-.mjs.map +0 -1
  1192. package/dist/types-BkUg2yHx.mjs +0 -92
  1193. package/dist/types-BkUg2yHx.mjs.map +0 -1
  1194. package/dist/types-CAZgq9fO.d.mts +0 -124
  1195. package/dist/types-CAZgq9fO.d.mts.map +0 -1
  1196. package/dist/types-Cd-O03VG.d.mts +0 -363
  1197. package/dist/types-Cd-O03VG.d.mts.map +0 -1
  1198. package/dist/types-Cr-Kg-3D.d.mts +0 -1641
  1199. package/dist/types-Cr-Kg-3D.d.mts.map +0 -1
  1200. package/dist/types-D2fvWd1i.d.mts +0 -359
  1201. package/dist/types-D2fvWd1i.d.mts.map +0 -1
  1202. package/dist/types-D7HUsguf.mjs +0 -77
  1203. package/dist/types-D7HUsguf.mjs.map +0 -1
  1204. package/dist/types-DA1Te3Oy.d.mts +0 -198
  1205. package/dist/types-DA1Te3Oy.d.mts.map +0 -1
  1206. package/dist/types-DhV6Q5bP.mjs +0 -18
  1207. package/dist/types-DhV6Q5bP.mjs.map +0 -1
  1208. package/dist/types-DnnVSl6Y.d.mts +0 -85
  1209. package/dist/types-DnnVSl6Y.d.mts.map +0 -1
  1210. package/dist/types-VT4-BugW.mjs +0 -16
  1211. package/dist/types-VT4-BugW.mjs.map +0 -1
  1212. package/dist/upload-attempts-B68ZGNu9.mjs +0 -32
  1213. package/dist/upload-attempts-B68ZGNu9.mjs.map +0 -1
  1214. package/dist/url-pattern-CCeZMGOh.mjs +0 -33
  1215. package/dist/url-pattern-CCeZMGOh.mjs.map +0 -1
  1216. package/dist/user-DDSL-sGw.mjs +0 -171
  1217. package/dist/user-DDSL-sGw.mjs.map +0 -1
  1218. package/dist/utils-DdhmO9w9.mjs +0 -439
  1219. package/dist/utils-DdhmO9w9.mjs.map +0 -1
  1220. package/dist/validate-CHosPEhs.mjs +0 -453
  1221. package/dist/validate-CHosPEhs.mjs.map +0 -1
  1222. package/dist/validate-CM79QXYE.d.mts +0 -432
  1223. package/dist/validate-CM79QXYE.d.mts.map +0 -1
  1224. package/dist/validation-BFecQczG.mjs +0 -218
  1225. package/dist/validation-BFecQczG.mjs.map +0 -1
  1226. package/dist/version-BRZXVifl.mjs +0 -9
  1227. package/dist/version-BRZXVifl.mjs.map +0 -1
  1228. package/dist/version-DXsxRrob.mjs +0 -7
  1229. package/dist/version-DXsxRrob.mjs.map +0 -1
  1230. package/dist/widgets-WdV72brA.mjs +0 -126
  1231. package/dist/widgets-WdV72brA.mjs.map +0 -1
  1232. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts +0 -34
  1233. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts.map +0 -1
  1234. package/dist/wxr-taxonomies-DP6ESgMN.mjs +0 -372
  1235. package/dist/wxr-taxonomies-DP6ESgMN.mjs.map +0 -1
  1236. package/dist/zod-generator-D6uE4WiS.mjs +0 -389
  1237. package/dist/zod-generator-D6uE4WiS.mjs.map +0 -1
  1238. package/src/astro/routes/api/relations/[id]/translations.ts +0 -33
  1239. /package/dist/{api-tokens-CE1ECIg0.mjs → api-tokens-FaG1zPsj.mjs} +0 -0
  1240. /package/dist/{ssrf-DpBH7aOt.mjs → ssrf-DZOt8Qof.mjs} +0 -0
@@ -0,0 +1,1659 @@
1
+ import { u as __exportAll } from "./runner-B3eyB9Gb.mjs";
2
+ import { o as resolveConfiguredLocale, r as getI18nConfig } from "./config-CvmjJcVw.mjs";
3
+ import { t as OptionsRepository } from "./options-DhrI7eMv.mjs";
4
+ import { t as ContentRepository } from "./content-CbnufDsM.mjs";
5
+ import { r as coalesceObjectCacheWrites } from "./object-cache-CqWNY5uP.mjs";
6
+ import { n as chunks, t as SQL_BATCH_SIZE } from "./chunks-DwBaj8aT.mjs";
7
+ import { t as RevisionRepository } from "./revision-j1p4-bOj.mjs";
8
+ import { t as withTransaction } from "./transaction-DLPQWik1.mjs";
9
+ import { t as MediaRepository } from "./media-BUQePMxP.mjs";
10
+ import { t as TaxonomyRepository } from "./taxonomy-CKDwM61Y.mjs";
11
+ import { t as RedirectRepository } from "./redirect-D1ArbO85.mjs";
12
+ import { t as BylineRepository } from "./byline-BayaYGoj.mjs";
13
+ import { t as INTERNAL_MEDIA_PREFIX } from "./normalize-DduyxBjf.mjs";
14
+ import { t as imageSize } from "./dist-FPR93_xf.mjs";
15
+ import { t as FTSManager } from "./fts-manager-CCaZTp8y.mjs";
16
+ import { f as findTaxonomyStructure, m as saveTaxonomyStructure } from "./loader-CrRPfkHS.mjs";
17
+ import { L as BlockTypeRegistry, U as markContentMediaUsageCollectionStaleSafely, n as SchemaRegistry, t as SchemaError } from "./registry-CFcNCayZ.mjs";
18
+ import { i as resolveBlockTypes, r as normalizeBlocksData } from "./block-values-ACFqgB1D.mjs";
19
+ import { m as setReferenceSelection } from "./relations-Cfaa1fDl.mjs";
20
+ import { n as createFieldRelation, t as bindReferenceField } from "./schema-Gqcl-8G4.mjs";
21
+ import { c as setSiteSettings, s as invalidateSiteSettingsCache } from "./settings-D5EHi0Tk.mjs";
22
+ import { a as ssrfSafeFetch, s as validateExternalUrl } from "./ssrf-Dv0_tRpo.mjs";
23
+ import { n as validateSeed, t as findTaxonomyStructureSource } from "./validate-CfgRpcjA.mjs";
24
+ import { ulid } from "ulidx";
25
+ import mime from "mime/lite";
26
+
27
+ //#region src/media/url.ts
28
+ /**
29
+ * Build the internal file route URL for a storage key, encoding each path
30
+ * segment so `?`, `#` and `%` stay inside the path. A key with an empty, `.` or
31
+ * `..` segment is encoded whole, because the URL parser would collapse those
32
+ * segments and move the request off the route. Mirrors the admin's
33
+ * `localMediaFileUrl`.
34
+ */
35
+ function localMediaFileUrl(key) {
36
+ const segments = key.split("/");
37
+ if (segments.some((segment) => segment === "" || segment === "." || segment === "..")) return `${INTERNAL_MEDIA_PREFIX}${encodeURIComponent(key)}`;
38
+ return `${INTERNAL_MEDIA_PREFIX}${segments.map(encodeURIComponent).join("/")}`;
39
+ }
40
+ /**
41
+ * Resolve the public URL for a locally stored media key. Returns an empty
42
+ * string when no key is given. When a storage adapter is supplied, defers to
43
+ * `storage.getPublicUrl()`; otherwise returns the internal proxy route.
44
+ */
45
+ function resolvePublicMediaUrl(storage, storageKey) {
46
+ if (!storageKey) return "";
47
+ if (storage) return storage.getPublicUrl(storageKey);
48
+ return `/_emdash/api/media/file/${storageKey}`;
49
+ }
50
+ /**
51
+ * Build the `getPublicMediaUrl` closure attached to `Astro.locals.emdash`.
52
+ * Shared by the anonymous fast path and the full-runtime path in middleware.
53
+ *
54
+ * @internal
55
+ */
56
+ function createPublicMediaUrlResolver(storage) {
57
+ return (key) => resolvePublicMediaUrl(storage, key);
58
+ }
59
+
60
+ //#endregion
61
+ //#region src/content/converters/gallery.ts
62
+ /**
63
+ * Shared sanitization for gallery block images and image media, used by both
64
+ * converters so the editor round-trip and the stored shape stay in lockstep.
65
+ */
66
+ /**
67
+ * Read an image's media reference, alt text, and dimensions. Accepts the
68
+ * reference shape (`_ref`, `url`) and the MediaValue that seeded `$media`
69
+ * stores instead (`id`, `src`, `meta.storageKey`, dimensions). The image's own
70
+ * `alt`, `width`, and `height` take precedence over the asset's.
71
+ */
72
+ function resolveImageMedia(image) {
73
+ const record = isRecord(image) ? image : {};
74
+ const asset = isRecord(record.asset) ? record.asset : {};
75
+ const storageKey = isRecord(asset.meta) ? nonEmptyString(asset.meta.storageKey) : void 0;
76
+ const url = nonEmptyString(asset.url) ?? nonEmptyString(asset.src) ?? (storageKey ? localMediaFileUrl(storageKey) : void 0);
77
+ const provider = nonEmptyString(asset.provider);
78
+ const alt = nonEmptyString(record.alt) ?? nonEmptyString(asset.alt);
79
+ const width = typeof record.width === "number" ? record.width : asset.width;
80
+ const height = typeof record.height === "number" ? record.height : asset.height;
81
+ const media = { asset: {
82
+ _type: "reference",
83
+ _ref: nonEmptyString(asset._ref) ?? nonEmptyString(asset.id) ?? "",
84
+ ...url ? { url } : {},
85
+ ...provider ? { provider } : {}
86
+ } };
87
+ if (alt) media.alt = alt;
88
+ if (typeof width === "number") media.width = width;
89
+ if (typeof height === "number") media.height = height;
90
+ return media;
91
+ }
92
+ /**
93
+ * Normalize an untrusted `images` value into well-formed gallery images.
94
+ * Non-object entries and entries without an asset object are dropped.
95
+ * Missing `_key`s are filled via `generateKey` when provided (PM → PT);
96
+ * left empty otherwise (PT → PM keeps whatever the block carried).
97
+ */
98
+ function sanitizeGalleryImages(value, generateKey) {
99
+ if (!Array.isArray(value)) return [];
100
+ const images = [];
101
+ for (const entry of value) {
102
+ if (!isRecord(entry)) continue;
103
+ const record = entry;
104
+ if (!isRecord(record.asset)) continue;
105
+ const { asset, alt, width, height } = resolveImageMedia(record);
106
+ const image = {
107
+ _type: "image",
108
+ _key: typeof record._key === "string" && record._key ? record._key : generateKey ? generateKey() : "",
109
+ asset
110
+ };
111
+ if (alt) image.alt = alt;
112
+ if (typeof record.caption === "string" && record.caption) image.caption = record.caption;
113
+ if (width !== void 0) image.width = width;
114
+ if (height !== void 0) image.height = height;
115
+ if (typeof record.focalX === "number") image.focalX = record.focalX;
116
+ if (typeof record.focalY === "number") image.focalY = record.focalY;
117
+ if (typeof record.blurhash === "string" && record.blurhash) image.blurhash = record.blurhash;
118
+ if (typeof record.dominantColor === "string" && record.dominantColor) image.dominantColor = record.dominantColor;
119
+ images.push(image);
120
+ }
121
+ return images;
122
+ }
123
+ function nonEmptyString(value) {
124
+ return typeof value === "string" && value ? value : void 0;
125
+ }
126
+ function isRecord(value) {
127
+ return typeof value === "object" && value !== null && !Array.isArray(value);
128
+ }
129
+
130
+ //#endregion
131
+ //#region src/seed/apply.ts
132
+ /**
133
+ * Seed engine - applies seed files to database
134
+ *
135
+ * This is the core implementation that bootstraps an EmDash site from a seed file.
136
+ * Apply order is critical for foreign keys and references.
137
+ */
138
+ var apply_exports = /* @__PURE__ */ __exportAll({
139
+ applySeed: () => applySeed,
140
+ applySeedWithinBudget: () => applySeedWithinBudget
141
+ });
142
+ async function applySiteSettings(db, settings, onConflict, result) {
143
+ const entries = Object.entries(settings).filter(([, value]) => value !== void 0);
144
+ if (entries.length === 0) return;
145
+ if (onConflict === "update") {
146
+ await setSiteSettings(settings, db);
147
+ result.settings.applied += entries.length;
148
+ return;
149
+ }
150
+ const options = new OptionsRepository(db);
151
+ let applied = 0;
152
+ try {
153
+ for (const [key, value] of entries) {
154
+ const write = await options.compareAndSet(`site:${key}`, null, value);
155
+ if (!write.applied && onConflict === "error") throw new Error(`Conflict: site setting "site:${key}" already exists`);
156
+ if (write.applied) applied++;
157
+ }
158
+ } finally {
159
+ if (applied > 0) {
160
+ result.settings.applied += applied;
161
+ invalidateSiteSettingsCache();
162
+ }
163
+ }
164
+ }
165
+ /**
166
+ * Set a collection's `titleField`/`dateField`: a separate write run after the
167
+ * fields exist, so `updateCollection` can validate them. No-op when neither is set.
168
+ */
169
+ async function applyDisplayDateFields(registry, collection) {
170
+ if (collection.titleField === void 0 && collection.dateField === void 0) return;
171
+ await registry.updateCollection(collection.slug, {
172
+ titleField: collection.titleField,
173
+ dateField: collection.dateField
174
+ });
175
+ }
176
+ const FILE_EXTENSION_PATTERN = /\.([a-z0-9]+)(?:\?|$)/i;
177
+ const SEED_RELATION_NAME_MAX_ATTEMPTS = 5;
178
+ const SEED_RELATION_INSERT_BATCH_SIZE = 10;
179
+ /** Pattern to remove file extensions */
180
+ const EXTENSION_PATTERN = /\.[^.]+$/;
181
+ /** Pattern to remove query parameters */
182
+ const QUERY_PARAM_PATTERN = /\?.*$/;
183
+ /** Pattern to remove non-alphanumeric characters (except dash and underscore) */
184
+ const SANITIZE_PATTERN = /[^a-zA-Z0-9_-]/g;
185
+ /** Pattern to collapse multiple hyphens */
186
+ const MULTIPLE_HYPHENS_PATTERN = /-+/g;
187
+ /** The `category` and `tag` defs that migrations insert on every new database. */
188
+ const BUILT_IN_TAXONOMY_DEFS = new Map([["taxdef_category", {
189
+ label: "Categories",
190
+ label_singular: "Category",
191
+ hierarchical: 1,
192
+ collections: "[\"posts\"]"
193
+ }], ["taxdef_tag", {
194
+ label: "Tags",
195
+ label_singular: "Tag",
196
+ hierarchical: 0,
197
+ collections: "[\"posts\"]"
198
+ }]]);
199
+ /** Whether `def` is a built-in `category`/`tag` definition still holding its migration defaults. */
200
+ function isUntouchedBuiltInTaxonomyDef(def) {
201
+ const builtIn = BUILT_IN_TAXONOMY_DEFS.get(def.id);
202
+ return builtIn !== void 0 && def.label === builtIn.label && def.label_singular === builtIn.label_singular && def.hierarchical === builtIn.hierarchical && def.collections === builtIn.collections;
203
+ }
204
+ /**
205
+ * Apply a seed file to the database
206
+ *
207
+ * This function is idempotent - safe to run multiple times.
208
+ *
209
+ * @param db - Kysely database instance
210
+ * @param seed - Seed file to apply
211
+ * @param options - Application options
212
+ * @returns Result summary
213
+ */
214
+ async function applySeed(db, seed, options = {}) {
215
+ const { result } = await coalesceObjectCacheWrites(() => applySeedWrites(db, seed, options, null));
216
+ return result;
217
+ }
218
+ /**
219
+ * Apply a seed over several calls, for a platform that caps the queries or
220
+ * fetches of one request.
221
+ *
222
+ * The limits are thresholds, checked before each taxonomy term, byline and
223
+ * content entry is created and before the phases that follow content. Schema,
224
+ * taxonomy definitions and settings are applied in every call, the item that
225
+ * crosses a threshold finishes, and the phases after content (menus,
226
+ * redirects, widgets, sections) run in one call, so set the limits well below
227
+ * the platform's. A call that stops returns `complete: false`; applying the
228
+ * same seed again continues with the first item not yet created. A call
229
+ * creates at least one item before it stops, so repeated calls finish. A
230
+ * `$media` URL used by entries in different calls is downloaded and stored
231
+ * again, as a new media row, in each of those calls. Requires
232
+ * `onConflict: "skip"`.
233
+ */
234
+ async function applySeedWithinBudget(db, seed, options, limits) {
235
+ const budget = new SeedBudget(limits);
236
+ return coalesceObjectCacheWrites(() => applySeedWrites(db.withPlugin(budget), seed, options, budget));
237
+ }
238
+ /**
239
+ * Counts what a budgeted call spends. As a Kysely plugin it sees every query
240
+ * the call runs, including those inside transactions.
241
+ */
242
+ var SeedBudget = class {
243
+ #queries = 0;
244
+ #mediaDownloads = 0;
245
+ constructor(limits) {
246
+ this.limits = limits;
247
+ }
248
+ transformQuery(args) {
249
+ this.#queries++;
250
+ return args.node;
251
+ }
252
+ transformResult(args) {
253
+ return Promise.resolve(args.result);
254
+ }
255
+ countMediaDownload() {
256
+ this.#mediaDownloads++;
257
+ }
258
+ isSpent() {
259
+ const { queries, mediaDownloads } = this.limits;
260
+ return queries !== void 0 && this.#queries >= queries || mediaDownloads !== void 0 && this.#mediaDownloads >= mediaDownloads;
261
+ }
262
+ };
263
+ async function applySeedWrites(db, seed, options, budget) {
264
+ const validation = validateSeed(seed);
265
+ if (!validation.valid) throw new Error(`Invalid seed file:\n${validation.errors.join("\n")}`);
266
+ const { includeContent = false, storage, skipMediaDownload = false, onConflict = "skip" } = options;
267
+ if (budget && onConflict !== "skip") throw new Error("A seed budget requires onConflict: \"skip\"");
268
+ const result = {
269
+ blockTypes: {
270
+ created: 0,
271
+ skipped: 0,
272
+ updated: 0
273
+ },
274
+ collections: {
275
+ created: 0,
276
+ skipped: 0,
277
+ updated: 0
278
+ },
279
+ fields: {
280
+ created: 0,
281
+ skipped: 0,
282
+ updated: 0
283
+ },
284
+ relations: {
285
+ created: 0,
286
+ skipped: 0,
287
+ updated: 0
288
+ },
289
+ taxonomies: {
290
+ created: 0,
291
+ skipped: 0,
292
+ terms: 0
293
+ },
294
+ bylines: {
295
+ created: 0,
296
+ skipped: 0,
297
+ updated: 0
298
+ },
299
+ menus: {
300
+ created: 0,
301
+ items: 0
302
+ },
303
+ redirects: {
304
+ created: 0,
305
+ skipped: 0,
306
+ updated: 0
307
+ },
308
+ widgetAreas: {
309
+ created: 0,
310
+ widgets: 0
311
+ },
312
+ sections: {
313
+ created: 0,
314
+ skipped: 0,
315
+ updated: 0
316
+ },
317
+ settings: { applied: 0 },
318
+ content: {
319
+ created: 0,
320
+ skipped: 0,
321
+ updated: 0
322
+ },
323
+ media: {
324
+ created: 0,
325
+ skipped: 0
326
+ }
327
+ };
328
+ let complete = true;
329
+ const progress = {
330
+ done: 0,
331
+ total: countSeedItems(seed, includeContent)
332
+ };
333
+ const mayCreateItem = () => !budget || result.taxonomies.terms + result.bylines.created + result.content.created === 0 || !budget.isSpent();
334
+ const mediaContext = {
335
+ db,
336
+ storage: storage ?? null,
337
+ skipMediaDownload,
338
+ mediaCache: /* @__PURE__ */ new Map(),
339
+ budget
340
+ };
341
+ const seedIdMap = /* @__PURE__ */ new Map();
342
+ const seedBylineIdMap = /* @__PURE__ */ new Map();
343
+ const staleMarkedContentCollections = /* @__PURE__ */ new Set();
344
+ const failedStaleContentCollections = /* @__PURE__ */ new Set();
345
+ const defaultLocale = getI18nConfig()?.defaultLocale ?? seed.defaultLocale ?? "en";
346
+ const markSeedContentCollectionStale = async (collectionSlug) => {
347
+ if (staleMarkedContentCollections.has(collectionSlug)) return;
348
+ if (await markContentMediaUsageCollectionStaleSafely(db, collectionSlug, "CONTENT_USAGE_STALE")) {
349
+ staleMarkedContentCollections.add(collectionSlug);
350
+ failedStaleContentCollections.delete(collectionSlug);
351
+ } else failedStaleContentCollections.add(collectionSlug);
352
+ };
353
+ const retryFailedSeedContentStaleMarks = async () => {
354
+ for (const collectionSlug of failedStaleContentCollections) if (await markContentMediaUsageCollectionStaleSafely(db, collectionSlug, "CONTENT_USAGE_STALE")) {
355
+ staleMarkedContentCollections.add(collectionSlug);
356
+ failedStaleContentCollections.delete(collectionSlug);
357
+ }
358
+ };
359
+ if (seed.settings) await applySiteSettings(db, seed.settings, onConflict, result);
360
+ if (seed.relations) await applySeedRelations(db, seed.relations, seed.collections ?? [], onConflict, result);
361
+ if (seed.blockTypes) {
362
+ const registry = new BlockTypeRegistry(db);
363
+ for (const blockType of seed.blockTypes) {
364
+ const existing = await registry.getBlockType(blockType.slug);
365
+ await registry.applySeedBlockType(blockType, onConflict);
366
+ if (!existing) result.blockTypes.created++;
367
+ else if (onConflict === "update") result.blockTypes.updated++;
368
+ else result.blockTypes.skipped++;
369
+ }
370
+ }
371
+ if (seed.collections) {
372
+ const registry = new SchemaRegistry(db);
373
+ const seedCollectionSlugs = new Set(seed.collections.map((collection) => collection.slug));
374
+ const knownRelations = await readRelationEnds(db);
375
+ const relationSlugs = new Set(knownRelations.keys());
376
+ const externalTargetExists = /* @__PURE__ */ new Map();
377
+ const pendingRelations = [];
378
+ for (const collection of seed.collections) {
379
+ if (await registry.getCollection(collection.slug)) {
380
+ if (onConflict === "error") throw new Error(`Conflict: collection "${collection.slug}" already exists`);
381
+ if (onConflict === "update") {
382
+ await registry.updateCollection(collection.slug, {
383
+ label: collection.label,
384
+ labelSingular: collection.labelSingular,
385
+ description: collection.description,
386
+ icon: collection.icon,
387
+ admin: collection.admin,
388
+ supports: collection.supports || [],
389
+ urlPattern: collection.urlPattern,
390
+ routable: collection.routable,
391
+ hidden: collection.hidden,
392
+ sortOrder: collection.sortOrder,
393
+ group: collection.group,
394
+ commentsEnabled: collection.commentsEnabled,
395
+ editLocking: collection.editLocking
396
+ });
397
+ result.collections.updated++;
398
+ for (const field of collection.fields) {
399
+ const existingField = await registry.getField(collection.slug, field.slug);
400
+ await upsertSeedField(db, collection.slug, field, existingField, knownRelations);
401
+ if (existingField) result.fields.updated++;
402
+ else result.fields.created++;
403
+ }
404
+ await applyDisplayDateFields(registry, collection);
405
+ continue;
406
+ }
407
+ result.collections.skipped++;
408
+ result.fields.skipped += collection.fields.length;
409
+ continue;
410
+ }
411
+ const fields = [];
412
+ for (const field of collection.fields) {
413
+ let fieldValidation = field.validation;
414
+ const bound = resolveSeedFieldRelation(collection.slug, field, knownRelations);
415
+ const targetCollection = !bound && field.type === "reference" && typeof fieldValidation?.targetCollection === "string" ? fieldValidation.targetCollection : void 0;
416
+ if (bound) fieldValidation = {
417
+ ...fieldValidation,
418
+ ...bound
419
+ };
420
+ if (targetCollection) {
421
+ let targetExists = seedCollectionSlugs.has(targetCollection);
422
+ if (!targetExists) {
423
+ targetExists = externalTargetExists.get(targetCollection) ?? false;
424
+ if (!externalTargetExists.has(targetCollection)) {
425
+ targetExists = Boolean(await registry.getCollection(targetCollection));
426
+ externalTargetExists.set(targetCollection, targetExists);
427
+ }
428
+ }
429
+ if (!targetExists) throw new SchemaError(`Target collection "${targetCollection}" not found`, "COLLECTION_NOT_FOUND");
430
+ const relationId = ulid();
431
+ const relationSlug = allocateSeedRelationName(collection.slug, field.slug, relationSlugs);
432
+ pendingRelations.push({
433
+ id: relationId,
434
+ slug: relationSlug,
435
+ parent_collection: collection.slug,
436
+ child_collection: targetCollection,
437
+ parent_label: collection.label,
438
+ parent_label_singular: collection.labelSingular ?? null,
439
+ child_label: field.label,
440
+ max_children_per_parent: fieldValidation?.multiple ? null : 1
441
+ });
442
+ fieldValidation = {
443
+ ...fieldValidation,
444
+ relation: relationSlug,
445
+ relationSide: "parent"
446
+ };
447
+ }
448
+ fields.push({
449
+ slug: field.slug,
450
+ label: field.label,
451
+ type: field.type,
452
+ required: field.required || false,
453
+ unique: field.unique || false,
454
+ searchable: field.searchable || false,
455
+ indexed: field.indexed || false,
456
+ translatable: field.translatable,
457
+ defaultValue: field.defaultValue,
458
+ validation: fieldValidation,
459
+ widget: field.widget,
460
+ options: field.options
461
+ });
462
+ }
463
+ await registry.createSeedCollection({
464
+ slug: collection.slug,
465
+ label: collection.label,
466
+ labelSingular: collection.labelSingular,
467
+ description: collection.description,
468
+ icon: collection.icon,
469
+ admin: collection.admin,
470
+ supports: collection.supports || [],
471
+ urlPattern: collection.urlPattern,
472
+ routable: collection.routable,
473
+ hidden: collection.hidden,
474
+ sortOrder: collection.sortOrder,
475
+ group: collection.group,
476
+ commentsEnabled: collection.commentsEnabled,
477
+ editLocking: collection.editLocking
478
+ }, fields);
479
+ await applyDisplayDateFields(registry, collection);
480
+ result.collections.created++;
481
+ result.fields.created += collection.fields.length;
482
+ }
483
+ for (const relationBatch of chunks(pendingRelations, SEED_RELATION_INSERT_BATCH_SIZE)) await db.insertInto("_emdash_relations").values(relationBatch).execute();
484
+ }
485
+ if (seed.taxonomies) {
486
+ const termSeedIdMap = /* @__PURE__ */ new Map();
487
+ const taxonomiesBySeedId = /* @__PURE__ */ new Map();
488
+ for (const taxonomy of seed.taxonomies) if (taxonomy.id) taxonomiesBySeedId.set(taxonomy.id, taxonomy);
489
+ const untouchedBuiltInDefIds = new Set((await db.selectFrom("_emdash_taxonomy_defs").select([
490
+ "id",
491
+ "label",
492
+ "label_singular",
493
+ "hierarchical",
494
+ "collections"
495
+ ]).where("id", "in", [...BUILT_IN_TAXONOMY_DEFS.keys()]).execute()).filter(isUntouchedBuiltInTaxonomyDef).map((def) => def.id));
496
+ const declaresOwnStructure = (taxonomy) => findTaxonomyStructureSource(taxonomy, taxonomiesBySeedId) === taxonomy;
497
+ const orderedTaxonomies = [...seed.taxonomies.filter(declaresOwnStructure), ...seed.taxonomies.filter((taxonomy) => !declaresOwnStructure(taxonomy))];
498
+ for (const taxonomy of orderedTaxonomies) {
499
+ const defLocale = resolveConfiguredLocale(taxonomy.locale ?? defaultLocale);
500
+ const defsOfName = await db.selectFrom("_emdash_taxonomy_defs").select(["id", "locale"]).where("name", "=", taxonomy.name).execute();
501
+ const existingDef = defsOfName.find((def) => def.locale === defLocale);
502
+ const unclaimed = existingDef !== void 0 && untouchedBuiltInDefIds.has(existingDef.id);
503
+ if (existingDef && onConflict === "error" && !unclaimed) throw new Error(`Conflict: taxonomy "${taxonomy.name}" (${defLocale}) already exists`);
504
+ const replacesDef = onConflict === "update" || unclaimed;
505
+ const existingStructure = await findTaxonomyStructure(db, taxonomy.name);
506
+ const replacesStructure = replacesDef || defsOfName.every((def) => untouchedBuiltInDefIds.has(def.id));
507
+ const writesStructure = !existingStructure || replacesStructure && !taxonomy.translationOf;
508
+ const structure = existingStructure && !writesStructure ? existingStructure : {
509
+ hierarchical: taxonomy.hierarchical ?? existingStructure?.hierarchical ?? false,
510
+ collections: taxonomy.collections ?? existingStructure?.collections ?? []
511
+ };
512
+ const defId = existingDef?.id ?? ulid();
513
+ const translationGroup = writesStructure ? await saveTaxonomyStructure(db, taxonomy.name, existingStructure?.id ?? defId, structure) : existingStructure.id;
514
+ if (existingDef) if (replacesDef) await db.updateTable("_emdash_taxonomy_defs").set({
515
+ label: taxonomy.label,
516
+ label_singular: taxonomy.labelSingular ?? null
517
+ }).where("id", "=", existingDef.id).execute();
518
+ else result.taxonomies.skipped++;
519
+ else {
520
+ await db.insertInto("_emdash_taxonomy_defs").values({
521
+ id: defId,
522
+ name: taxonomy.name,
523
+ label: taxonomy.label,
524
+ label_singular: taxonomy.labelSingular ?? null,
525
+ hierarchical: structure.hierarchical ? 1 : 0,
526
+ collections: JSON.stringify(structure.collections),
527
+ locale: defLocale,
528
+ translation_group: translationGroup
529
+ }).execute();
530
+ result.taxonomies.created++;
531
+ }
532
+ if (includeContent && taxonomy.terms && taxonomy.terms.length > 0) {
533
+ const termRepo = new TaxonomyRepository(db);
534
+ const existingTerms = await findExistingSeedTerms(db, taxonomy.name, taxonomy.terms);
535
+ if (structure.hierarchical) {
536
+ const applied = await applyHierarchicalTerms(termRepo, taxonomy.name, defLocale, taxonomy.terms, existingTerms, termSeedIdMap, result, onConflict, mayCreateItem);
537
+ progress.done += applied.processed;
538
+ complete = applied.complete;
539
+ } else for (const term of taxonomy.terms) {
540
+ const termLocale = resolveConfiguredLocale(term.locale ?? defLocale);
541
+ const termKey = seedTermKey(termLocale, term.slug);
542
+ const existingId = existingTerms.get(termKey);
543
+ if (existingId) {
544
+ if (onConflict === "error") throw new Error(`Conflict: taxonomy term "${term.slug}" in "${taxonomy.name}" (${termLocale}) already exists`);
545
+ if (onConflict === "update") {
546
+ await termRepo.update(existingId, {
547
+ label: term.label,
548
+ data: term.description ? { description: term.description } : {}
549
+ });
550
+ result.taxonomies.terms++;
551
+ }
552
+ if (term.id) termSeedIdMap.set(term.id, existingId);
553
+ progress.done++;
554
+ } else {
555
+ if (!mayCreateItem()) {
556
+ complete = false;
557
+ break;
558
+ }
559
+ const translationOf = term.translationOf ? termSeedIdMap.get(term.translationOf) : void 0;
560
+ const created = await termRepo.create({
561
+ name: taxonomy.name,
562
+ slug: term.slug,
563
+ label: term.label,
564
+ data: term.description ? { description: term.description } : void 0,
565
+ locale: termLocale,
566
+ translationOf
567
+ });
568
+ existingTerms.set(termKey, created.id);
569
+ if (term.id) termSeedIdMap.set(term.id, created.id);
570
+ result.taxonomies.terms++;
571
+ progress.done++;
572
+ }
573
+ }
574
+ }
575
+ if (!complete) break;
576
+ }
577
+ const { invalidateTaxonomyDefsCache } = await import("./taxonomies-BlAjr4BL.mjs").then((n) => n.f);
578
+ invalidateTaxonomyDefsCache();
579
+ }
580
+ if (complete && includeContent && seed.bylines) {
581
+ const bylineRepo = new BylineRepository(db);
582
+ const existingBylines = await findExistingSeedBylines(db, seed.bylines.map((byline) => byline.slug));
583
+ for (const byline of seed.bylines) {
584
+ const existingId = existingBylines.get(byline.slug);
585
+ if (existingId) {
586
+ if (onConflict === "error") throw new Error(`Conflict: byline "${byline.slug}" already exists`);
587
+ if (onConflict === "update") {
588
+ const avatar = byline.avatar ? await resolveSeedBylineAvatar(db, byline.avatar) : null;
589
+ try {
590
+ if (!await bylineRepo.update(existingId, {
591
+ displayName: byline.displayName,
592
+ bio: byline.bio ?? null,
593
+ websiteUrl: byline.websiteUrl ?? null,
594
+ isGuest: byline.isGuest,
595
+ ...avatar ? { avatarMediaId: avatar.id } : {}
596
+ })) throw new Error(`Byline "${byline.slug}" disappeared during update`);
597
+ } catch (error) {
598
+ if (avatar?.created) await deleteMediaRow(db, avatar.id);
599
+ throw error;
600
+ }
601
+ seedBylineIdMap.set(byline.id, existingId);
602
+ result.bylines.updated++;
603
+ if (avatar?.created) result.media.created++;
604
+ progress.done++;
605
+ continue;
606
+ }
607
+ seedBylineIdMap.set(byline.id, existingId);
608
+ result.bylines.skipped++;
609
+ progress.done++;
610
+ continue;
611
+ }
612
+ if (!mayCreateItem()) {
613
+ complete = false;
614
+ break;
615
+ }
616
+ const avatar = byline.avatar ? await resolveSeedBylineAvatar(db, byline.avatar) : null;
617
+ let createdId;
618
+ try {
619
+ createdId = (await bylineRepo.create({
620
+ slug: byline.slug,
621
+ displayName: byline.displayName,
622
+ bio: byline.bio ?? null,
623
+ websiteUrl: byline.websiteUrl ?? null,
624
+ isGuest: byline.isGuest,
625
+ avatarMediaId: avatar?.id ?? null
626
+ })).id;
627
+ } catch (error) {
628
+ if (avatar?.created) await deleteMediaRow(db, avatar.id);
629
+ throw error;
630
+ }
631
+ existingBylines.set(byline.slug, createdId);
632
+ seedBylineIdMap.set(byline.id, createdId);
633
+ result.bylines.created++;
634
+ if (avatar?.created) result.media.created++;
635
+ progress.done++;
636
+ }
637
+ }
638
+ if (complete && includeContent && seed.content) {
639
+ const contentRepo = new ContentRepository(db);
640
+ const schemaRegistry = new SchemaRegistry(db);
641
+ const datetimeContexts = /* @__PURE__ */ new Map();
642
+ try {
643
+ for (const [collectionSlug, entries] of Object.entries(seed.content)) {
644
+ const collectionInfo = await schemaRegistry.getCollectionWithFields(collectionSlug);
645
+ const collectionRoutable = collectionInfo?.routable !== false;
646
+ const referenceFields = referenceFieldsOf(collectionInfo);
647
+ const resolvedBlockTypes = collectionInfo?.fields.some((field) => field.type === "blocks") ? await resolveBlockTypes(db) : void 0;
648
+ const existingEntries = await findExistingSeedEntries(contentRepo, collectionSlug, entries, defaultLocale);
649
+ for (const entry of entries) {
650
+ const { slug: entrySlug, locale: entryLocale } = seedEntryIdentity(entry, defaultLocale);
651
+ const entryKey = seedEntryKey(entry, entrySlug, entryLocale);
652
+ const existing = existingEntries.get(entryKey);
653
+ if (existing) {
654
+ if (onConflict === "error") throw new Error(`Conflict: content "${entrySlug ?? entry.id}" in "${collectionSlug}" already exists`);
655
+ if (onConflict === "update") {
656
+ let resolvedData = await resolveReferences(entry.data, seedIdMap, mediaContext, result);
657
+ if (collectionInfo) resolvedData = await normalizeBlocksData(db, collectionInfo, resolvedData, existing.data, { restoreBlocks: true }, false, resolvedBlockTypes);
658
+ const { columnData, edges } = splitReferenceFields(collectionSlug, referenceFields, resolvedData);
659
+ const status = entry.status || "published";
660
+ let contentMutated = false;
661
+ try {
662
+ await withTransaction(db, async (trx) => {
663
+ const trxContentRepo = new ContentRepository(trx, datetimeContexts);
664
+ const trxBylineRepo = new BylineRepository(trx);
665
+ const trxRevisionRepo = new RevisionRepository(trx, datetimeContexts);
666
+ await trxContentRepo.update(collectionSlug, existing.id, {
667
+ status,
668
+ data: columnData
669
+ });
670
+ contentMutated = true;
671
+ await applyContentBylines(trxBylineRepo, collectionSlug, existing.id, entry, seedBylineIdMap, true);
672
+ await applyContentTaxonomies(trx, collectionSlug, existing.id, entry, true);
673
+ await applyContentReferences(trx, collectionSlug, existing.id, edges);
674
+ if (status === "published") {
675
+ const draft = await trxRevisionRepo.create({
676
+ collection: collectionSlug,
677
+ entryId: existing.id,
678
+ data: columnData
679
+ });
680
+ try {
681
+ await trxContentRepo.setDraftRevision(collectionSlug, existing.id, draft.id);
682
+ await trxContentRepo.publish(collectionSlug, existing.id, void 0, false, void 0, true, collectionRoutable);
683
+ } catch (error) {
684
+ try {
685
+ await trxRevisionRepo.deleteIfUnreferenced(collectionSlug, existing.id, draft.id);
686
+ } catch (cleanupError) {
687
+ console.error(`[seed] Failed to clean up unstaged revision ${draft.id}:`, cleanupError);
688
+ }
689
+ throw error;
690
+ }
691
+ }
692
+ });
693
+ } catch (error) {
694
+ if (contentMutated) await markSeedContentCollectionStale(collectionSlug);
695
+ throw error;
696
+ }
697
+ seedIdMap.set(entry.id, existing.id);
698
+ result.content.updated++;
699
+ progress.done++;
700
+ await markSeedContentCollectionStale(collectionSlug);
701
+ continue;
702
+ }
703
+ result.content.skipped++;
704
+ seedIdMap.set(entry.id, existing.id);
705
+ progress.done++;
706
+ continue;
707
+ }
708
+ if (!mayCreateItem()) {
709
+ complete = false;
710
+ break;
711
+ }
712
+ let resolvedData = await resolveReferences(entry.data, seedIdMap, mediaContext, result);
713
+ if (collectionInfo) resolvedData = await normalizeBlocksData(db, collectionInfo, resolvedData, {}, { restoreBlocks: true }, false, resolvedBlockTypes);
714
+ const { columnData, edges } = splitReferenceFields(collectionSlug, referenceFields, resolvedData);
715
+ let translationOf;
716
+ if (entry.translationOf) {
717
+ const sourceId = seedIdMap.get(entry.translationOf);
718
+ if (!sourceId) console.warn(`content.${collectionSlug}: translationOf "${entry.translationOf}" not found (not yet created or missing). Skipping translation link.`);
719
+ else translationOf = sourceId;
720
+ }
721
+ const status = entry.status || "published";
722
+ let contentMutated = false;
723
+ let created;
724
+ try {
725
+ created = await withTransaction(db, async (trx) => {
726
+ const trxContentRepo = new ContentRepository(trx, datetimeContexts);
727
+ const trxBylineRepo = new BylineRepository(trx);
728
+ const item = await trxContentRepo.create({
729
+ ...entrySlug ? {} : { id: entry.id },
730
+ type: collectionSlug,
731
+ slug: entrySlug,
732
+ status,
733
+ data: columnData,
734
+ locale: entryLocale,
735
+ translationOf,
736
+ publishedAt: status === "published" ? (/* @__PURE__ */ new Date()).toISOString() : null
737
+ });
738
+ contentMutated = true;
739
+ await applyContentBylines(trxBylineRepo, collectionSlug, item.id, entry, seedBylineIdMap);
740
+ await applyContentTaxonomies(trx, collectionSlug, item.id, entry, false);
741
+ await applyContentReferences(trx, collectionSlug, item.id, edges);
742
+ if (status === "published") await trxContentRepo.publish(collectionSlug, item.id, void 0, false, void 0, true, collectionRoutable);
743
+ return item;
744
+ });
745
+ } catch (error) {
746
+ if (contentMutated) await markSeedContentCollectionStale(collectionSlug);
747
+ throw error;
748
+ }
749
+ seedIdMap.set(entry.id, created.id);
750
+ existingEntries.set(entryKey, created);
751
+ result.content.created++;
752
+ progress.done++;
753
+ await markSeedContentCollectionStale(collectionSlug);
754
+ }
755
+ if (!complete) break;
756
+ }
757
+ } finally {
758
+ await retryFailedSeedContentStaleMarks();
759
+ }
760
+ }
761
+ if (complete && !mayCreateItem()) complete = false;
762
+ if (!complete) {
763
+ await invalidateSeedCaches();
764
+ return {
765
+ result,
766
+ complete,
767
+ progress
768
+ };
769
+ }
770
+ if (seed.menus) {
771
+ const menuSeedIdMap = /* @__PURE__ */ new Map();
772
+ const itemSeedIdMap = /* @__PURE__ */ new Map();
773
+ for (const menu of seed.menus) {
774
+ const locale = resolveConfiguredLocale(menu.locale ?? defaultLocale);
775
+ const existingMenu = await db.selectFrom("_emdash_menus").selectAll().where("name", "=", menu.name).where("locale", "=", locale).executeTakeFirst();
776
+ let menuId;
777
+ let translationGroup;
778
+ if (existingMenu) {
779
+ menuId = existingMenu.id;
780
+ translationGroup = existingMenu.translation_group ?? existingMenu.id;
781
+ await db.deleteFrom("_emdash_menu_items").where("menu_id", "=", menuId).execute();
782
+ } else {
783
+ menuId = ulid();
784
+ translationGroup = menuId;
785
+ if (menu.translationOf) {
786
+ const source = menuSeedIdMap.get(menu.translationOf);
787
+ if (source) translationGroup = source.translationGroup;
788
+ else console.warn(`menu "${menu.name}" (${locale}): translationOf "${menu.translationOf}" not found yet; minting a fresh group.`);
789
+ }
790
+ await db.insertInto("_emdash_menus").values({
791
+ id: menuId,
792
+ name: menu.name,
793
+ label: menu.label,
794
+ created_at: (/* @__PURE__ */ new Date()).toISOString(),
795
+ updated_at: (/* @__PURE__ */ new Date()).toISOString(),
796
+ locale,
797
+ translation_group: translationGroup
798
+ }).execute();
799
+ result.menus.created++;
800
+ }
801
+ if (menu.id) menuSeedIdMap.set(menu.id, {
802
+ id: menuId,
803
+ translationGroup
804
+ });
805
+ const itemCount = await applyMenuItems(db, menuId, locale, menu.items, null, 0, seedIdMap, itemSeedIdMap);
806
+ result.menus.items += itemCount;
807
+ }
808
+ }
809
+ if (seed.redirects) {
810
+ const redirectRepo = new RedirectRepository(db);
811
+ for (const redirect of seed.redirects) {
812
+ const existing = await redirectRepo.findBySource(redirect.source);
813
+ if (existing) {
814
+ if (onConflict === "error") throw new Error(`Conflict: redirect "${redirect.source}" already exists`);
815
+ if (onConflict === "update") {
816
+ await redirectRepo.update(existing.id, {
817
+ destination: redirect.destination,
818
+ type: redirect.type,
819
+ enabled: redirect.enabled,
820
+ groupName: redirect.groupName
821
+ });
822
+ result.redirects.updated++;
823
+ continue;
824
+ }
825
+ result.redirects.skipped++;
826
+ continue;
827
+ }
828
+ await redirectRepo.create({
829
+ source: redirect.source,
830
+ destination: redirect.destination,
831
+ type: redirect.type,
832
+ enabled: redirect.enabled,
833
+ groupName: redirect.groupName
834
+ });
835
+ result.redirects.created++;
836
+ }
837
+ }
838
+ if (seed.widgetAreas) for (const area of seed.widgetAreas) {
839
+ const existingArea = await db.selectFrom("_emdash_widget_areas").selectAll().where("name", "=", area.name).executeTakeFirst();
840
+ let areaId;
841
+ if (existingArea) {
842
+ areaId = existingArea.id;
843
+ await db.deleteFrom("_emdash_widgets").where("area_id", "=", areaId).execute();
844
+ } else {
845
+ areaId = ulid();
846
+ await db.insertInto("_emdash_widget_areas").values({
847
+ id: areaId,
848
+ name: area.name,
849
+ label: area.label,
850
+ description: area.description ?? null
851
+ }).execute();
852
+ result.widgetAreas.created++;
853
+ }
854
+ for (let i = 0; i < area.widgets.length; i++) {
855
+ const widget = area.widgets[i];
856
+ await applyWidget(db, areaId, widget, i);
857
+ result.widgetAreas.widgets++;
858
+ }
859
+ }
860
+ if (seed.sections) for (const section of seed.sections) {
861
+ const existing = await db.selectFrom("_emdash_sections").select("id").where("slug", "=", section.slug).executeTakeFirst();
862
+ if (existing) {
863
+ if (onConflict === "error") throw new Error(`Conflict: section "${section.slug}" already exists`);
864
+ if (onConflict === "update") {
865
+ await db.updateTable("_emdash_sections").set({
866
+ title: section.title,
867
+ description: section.description ?? null,
868
+ keywords: section.keywords ? JSON.stringify(section.keywords) : null,
869
+ content: JSON.stringify(section.content),
870
+ source: section.source || "theme",
871
+ updated_at: (/* @__PURE__ */ new Date()).toISOString()
872
+ }).where("id", "=", existing.id).execute();
873
+ result.sections.updated++;
874
+ continue;
875
+ }
876
+ result.sections.skipped++;
877
+ continue;
878
+ }
879
+ const id = ulid();
880
+ const now = (/* @__PURE__ */ new Date()).toISOString();
881
+ await db.insertInto("_emdash_sections").values({
882
+ id,
883
+ slug: section.slug,
884
+ title: section.title,
885
+ description: section.description ?? null,
886
+ keywords: section.keywords ? JSON.stringify(section.keywords) : null,
887
+ content: JSON.stringify(section.content),
888
+ preview_media_id: null,
889
+ source: section.source || "theme",
890
+ theme_id: section.source === "theme" ? section.slug : null,
891
+ created_at: now,
892
+ updated_at: now
893
+ }).execute();
894
+ result.sections.created++;
895
+ }
896
+ if (seed.collections) {
897
+ const ftsManager = new FTSManager(db);
898
+ for (const collection of seed.collections) if (collection.supports?.includes("search")) {
899
+ if ((await ftsManager.getSearchableFields(collection.slug)).length > 0) try {
900
+ await ftsManager.enableSearch(collection.slug);
901
+ } catch (err) {
902
+ console.warn(`Failed to enable search for ${collection.slug}:`, err);
903
+ }
904
+ }
905
+ }
906
+ await invalidateSeedCaches();
907
+ return {
908
+ result,
909
+ complete,
910
+ progress
911
+ };
912
+ }
913
+ function countSeedItems(seed, includeContent) {
914
+ if (!includeContent) return 0;
915
+ const terms = (seed.taxonomies ?? []).reduce((total, taxonomy) => total + (taxonomy.terms?.length ?? 0), 0);
916
+ const entries = Object.values(seed.content ?? {}).reduce((total, collectionEntries) => total + collectionEntries.length, 0);
917
+ return terms + (seed.bylines?.length ?? 0) + entries;
918
+ }
919
+ function seedTermKey(locale, slug) {
920
+ return `${locale}::${slug}`;
921
+ }
922
+ /**
923
+ * Find which of a taxonomy's seed terms already exist, as term ids keyed by
924
+ * `seedTermKey`. Each query covers a batch of slugs.
925
+ */
926
+ async function findExistingSeedTerms(db, taxonomyName, terms) {
927
+ const existing = /* @__PURE__ */ new Map();
928
+ for (const batch of chunks([...new Set(terms.map((term) => term.slug))], SQL_BATCH_SIZE)) {
929
+ const rows = await db.selectFrom("taxonomies").select([
930
+ "id",
931
+ "slug",
932
+ "locale"
933
+ ]).where("name", "=", taxonomyName).where("slug", "in", batch).execute();
934
+ for (const row of rows) existing.set(seedTermKey(row.locale, row.slug), row.id);
935
+ }
936
+ return existing;
937
+ }
938
+ /**
939
+ * Find which seed bylines already exist, as byline ids keyed by slug. A slug
940
+ * in several locales resolves to the lowest locale code, as
941
+ * `BylineRepository.findBySlug` does. Each query covers a batch of slugs.
942
+ */
943
+ async function findExistingSeedBylines(db, slugs) {
944
+ const existing = /* @__PURE__ */ new Map();
945
+ for (const batch of chunks([...new Set(slugs)], SQL_BATCH_SIZE)) {
946
+ const rows = await db.selectFrom("_emdash_bylines").select(["id", "slug"]).where("slug", "in", batch).orderBy("locale", "asc").execute();
947
+ for (const row of rows) if (!existing.has(row.slug)) existing.set(row.slug, row.id);
948
+ }
949
+ return existing;
950
+ }
951
+ /**
952
+ * Invalidate caches that may have been affected by seed data.
953
+ * Seed creates bylines, redirects, and collections, all of which
954
+ * have module-level caches in the hot path.
955
+ */
956
+ async function invalidateSeedCaches() {
957
+ const { invalidateBylineCache } = await import("./bylines-DkIxUxmr.mjs").then((n) => n.t);
958
+ const { invalidateRedirectCache } = await import("./cache-DkvhQ8XE.mjs").then((n) => n.t);
959
+ const { invalidateUrlPatternCache } = await import("./query-BzifXlPS.mjs").then((n) => n.s);
960
+ invalidateBylineCache();
961
+ invalidateRedirectCache();
962
+ invalidateUrlPatternCache();
963
+ }
964
+ function seedEntryIdentity(entry, defaultLocale) {
965
+ return {
966
+ slug: typeof entry.slug === "string" && entry.slug.trim().length > 0 ? entry.slug : null,
967
+ locale: resolveConfiguredLocale(entry.locale ?? defaultLocale)
968
+ };
969
+ }
970
+ async function readRelationEnds(db) {
971
+ const rows = await db.selectFrom("_emdash_relations").select([
972
+ "slug",
973
+ "parent_collection",
974
+ "child_collection"
975
+ ]).execute();
976
+ return new Map(rows.map((row) => [row.slug, {
977
+ parentCollection: row.parent_collection,
978
+ childCollection: row.child_collection
979
+ }]));
980
+ }
981
+ /**
982
+ * Resolve the relation a seed reference field names, and which end of it this
983
+ * collection sits on.
984
+ *
985
+ * `relationSide` is only needed for a self-referential relation, where both ends
986
+ * are this collection; otherwise the side follows from which end matches.
987
+ * `targetCollection` is the collection at the other end, derived rather than
988
+ * trusted, so a seed cannot declare a target the relation disagrees with.
989
+ */
990
+ function resolveSeedFieldRelation(collectionSlug, field, knownRelations) {
991
+ if (field.type !== "reference") return null;
992
+ const named = field.validation?.relation;
993
+ if (typeof named !== "string" || named.length === 0) return null;
994
+ const relation = knownRelations.get(named);
995
+ if (!relation) throw new SchemaError(`Relation "${named}" not found`, "RELATION_NOT_FOUND");
996
+ const declared = field.validation?.relationSide;
997
+ const side = declared === "parent" || declared === "child" ? declared : relation.parentCollection === collectionSlug ? "parent" : "child";
998
+ if ((side === "parent" ? relation.parentCollection : relation.childCollection) !== collectionSlug) throw new SchemaError(`Relation "${named}" has no ${side} end on collection "${collectionSlug}"`, "VALIDATION_ERROR");
999
+ return {
1000
+ relation: named,
1001
+ relationSide: side,
1002
+ targetCollection: side === "parent" ? relation.childCollection : relation.parentCollection
1003
+ };
1004
+ }
1005
+ /**
1006
+ * Create or update the relations a seed declares, before the fields that name
1007
+ * them.
1008
+ *
1009
+ * A relation's two collections are fixed once it exists: changing one would
1010
+ * leave its links pointing into a collection that is no longer an end of it, so
1011
+ * a seed that names different ones fails rather than rewriting the row. Labels
1012
+ * and limits are updated under `onConflict: "update"`.
1013
+ */
1014
+ async function applySeedRelations(db, relations, seedCollections, onConflict, result) {
1015
+ const existing = await readRelationEnds(db);
1016
+ const known = new Set(seedCollections.map((collection) => collection.slug));
1017
+ for (const row of await db.selectFrom("_emdash_collections").select("slug").execute()) known.add(row.slug);
1018
+ const now = (/* @__PURE__ */ new Date()).toISOString();
1019
+ for (const relation of relations) {
1020
+ for (const end of [relation.parentCollection, relation.childCollection]) if (!known.has(end)) throw new SchemaError(`Relation "${relation.slug}" names collection "${end}", which does not exist`, "COLLECTION_NOT_FOUND");
1021
+ const current = existing.get(relation.slug);
1022
+ if (current) {
1023
+ if (current.parentCollection !== relation.parentCollection || current.childCollection !== relation.childCollection) throw new SchemaError(`Relation "${relation.slug}" joins ${current.parentCollection} to ${current.childCollection}; a relation's collections cannot change`, "RELATION_COLLECTIONS_IMMUTABLE");
1024
+ if (onConflict === "error") throw new Error(`Conflict: relation "${relation.slug}" already exists`);
1025
+ if (onConflict !== "update") {
1026
+ result.relations.skipped++;
1027
+ continue;
1028
+ }
1029
+ await db.updateTable("_emdash_relations").set({
1030
+ parent_label: relation.parentLabel,
1031
+ parent_label_singular: relation.parentLabelSingular ?? null,
1032
+ child_label: relation.childLabel,
1033
+ child_label_singular: relation.childLabelSingular ?? null,
1034
+ max_children_per_parent: relation.maxChildrenPerParent ?? null,
1035
+ max_parents_per_child: relation.maxParentsPerChild ?? null,
1036
+ updated_at: now
1037
+ }).where("slug", "=", relation.slug).execute();
1038
+ result.relations.updated++;
1039
+ continue;
1040
+ }
1041
+ await db.insertInto("_emdash_relations").values({
1042
+ id: ulid(),
1043
+ slug: relation.slug,
1044
+ parent_collection: relation.parentCollection,
1045
+ child_collection: relation.childCollection,
1046
+ parent_label: relation.parentLabel,
1047
+ parent_label_singular: relation.parentLabelSingular ?? null,
1048
+ child_label: relation.childLabel,
1049
+ child_label_singular: relation.childLabelSingular ?? null,
1050
+ max_children_per_parent: relation.maxChildrenPerParent ?? null,
1051
+ max_parents_per_child: relation.maxParentsPerChild ?? null,
1052
+ created_at: now,
1053
+ updated_at: now
1054
+ }).execute();
1055
+ existing.set(relation.slug, {
1056
+ parentCollection: relation.parentCollection,
1057
+ childCollection: relation.childCollection
1058
+ });
1059
+ result.relations.created++;
1060
+ }
1061
+ }
1062
+ function allocateSeedRelationName(collectionSlug, fieldSlug, usedNames) {
1063
+ const baseName = `${collectionSlug}_${fieldSlug}`.slice(0, 63);
1064
+ for (let attempt = 0; attempt < SEED_RELATION_NAME_MAX_ATTEMPTS; attempt++) {
1065
+ const suffix = attempt === 0 ? "" : `_${attempt + 1}`;
1066
+ const name = attempt === 0 ? baseName : `${baseName.slice(0, 63 - suffix.length)}${suffix}`;
1067
+ if (!usedNames.has(name)) {
1068
+ usedNames.add(name);
1069
+ return name;
1070
+ }
1071
+ }
1072
+ throw new SchemaError("Could not allocate a unique relation name", "RELATION_NAME_CONFLICT");
1073
+ }
1074
+ /**
1075
+ * Slugful entries use the existing locale-aware key. Slugless seed entries
1076
+ * persist their seed ID, which keeps re-application idempotent.
1077
+ */
1078
+ function seedEntryKey(entry, slug, locale) {
1079
+ return slug === null ? `id:${entry.id}` : `slug:${locale}:${slug}`;
1080
+ }
1081
+ /**
1082
+ * Find which of a collection's seed entries already exist, keyed by
1083
+ * `seedEntryKey`. Each query covers a batch of entries.
1084
+ */
1085
+ async function findExistingSeedEntries(repo, collectionSlug, entries, defaultLocale) {
1086
+ const identities = entries.map((entry) => ({
1087
+ entry,
1088
+ ...seedEntryIdentity(entry, defaultLocale)
1089
+ }));
1090
+ const slugsByLocale = /* @__PURE__ */ new Map();
1091
+ for (const { slug, locale } of identities) {
1092
+ if (slug === null) continue;
1093
+ const slugs = slugsByLocale.get(locale);
1094
+ if (slugs) slugs.push(slug);
1095
+ else slugsByLocale.set(locale, [slug]);
1096
+ }
1097
+ const bySlug = /* @__PURE__ */ new Map();
1098
+ for (const [locale, slugs] of slugsByLocale) bySlug.set(locale, await repo.findManyBySlugsInLocale(collectionSlug, slugs, locale));
1099
+ const byId = await repo.findManyByIds(collectionSlug, identities.filter(({ slug }) => slug === null).map(({ entry }) => entry.id));
1100
+ const existing = /* @__PURE__ */ new Map();
1101
+ for (const { entry, slug, locale } of identities) {
1102
+ const item = slug === null ? byId.get(entry.id) : bySlug.get(locale)?.get(slug);
1103
+ if (item) existing.set(seedEntryKey(entry, slug, locale), item);
1104
+ }
1105
+ return existing;
1106
+ }
1107
+ /**
1108
+ * Apply hierarchical taxonomy terms (parents before children). Stops before
1109
+ * creating a term once `mayCreate` returns false, and returns how many terms
1110
+ * were found or created.
1111
+ */
1112
+ async function applyHierarchicalTerms(termRepo, taxonomyName, defLocale, terms, existingTerms, termSeedIdMap, result, onConflict, mayCreate) {
1113
+ let processed = 0;
1114
+ const slugToId = /* @__PURE__ */ new Map();
1115
+ const resolveTermLocale = (term) => resolveConfiguredLocale(term.locale ?? defLocale);
1116
+ let remaining = [...terms];
1117
+ let maxPasses = 10;
1118
+ while (remaining.length > 0 && maxPasses > 0) {
1119
+ const processedThisPass = [];
1120
+ for (const term of remaining) {
1121
+ const termLocale = resolveTermLocale(term);
1122
+ const parentReady = !term.parent || slugToId.has(`${termLocale}::${term.parent}`);
1123
+ const translationReady = !term.translationOf || termSeedIdMap.has(term.translationOf);
1124
+ if (!parentReady || !translationReady) continue;
1125
+ const parentId = term.parent ? slugToId.get(`${termLocale}::${term.parent}`) : void 0;
1126
+ const translationOf = term.translationOf ? termSeedIdMap.get(term.translationOf) : void 0;
1127
+ const termKey = seedTermKey(termLocale, term.slug);
1128
+ const existingId = existingTerms.get(termKey);
1129
+ if (existingId) {
1130
+ if (onConflict === "error") throw new Error(`Conflict: taxonomy term "${term.slug}" in "${taxonomyName}" (${termLocale}) already exists`);
1131
+ if (onConflict === "update") {
1132
+ await termRepo.update(existingId, {
1133
+ label: term.label,
1134
+ parentId,
1135
+ data: term.description ? { description: term.description } : {}
1136
+ });
1137
+ result.taxonomies.terms++;
1138
+ }
1139
+ slugToId.set(termKey, existingId);
1140
+ if (term.id) termSeedIdMap.set(term.id, existingId);
1141
+ } else {
1142
+ if (!mayCreate()) return {
1143
+ processed,
1144
+ complete: false
1145
+ };
1146
+ const created = await termRepo.create({
1147
+ name: taxonomyName,
1148
+ slug: term.slug,
1149
+ label: term.label,
1150
+ parentId,
1151
+ data: term.description ? { description: term.description } : void 0,
1152
+ locale: termLocale,
1153
+ translationOf
1154
+ });
1155
+ existingTerms.set(termKey, created.id);
1156
+ slugToId.set(termKey, created.id);
1157
+ if (term.id) termSeedIdMap.set(term.id, created.id);
1158
+ result.taxonomies.terms++;
1159
+ }
1160
+ processed++;
1161
+ processedThisPass.push(term.slug + "::" + termLocale);
1162
+ }
1163
+ remaining = remaining.filter((term) => !processedThisPass.includes(term.slug + "::" + resolveTermLocale(term)));
1164
+ maxPasses--;
1165
+ }
1166
+ if (remaining.length > 0) console.warn(`Could not process ${remaining.length} terms due to missing parents/translations`);
1167
+ return {
1168
+ processed,
1169
+ complete: true
1170
+ };
1171
+ }
1172
+ /**
1173
+ * Apply byline credits to a content entry.
1174
+ * In update mode, clears existing credits even if the seed has none.
1175
+ */
1176
+ async function applyContentBylines(bylineRepo, collectionSlug, contentId, entry, seedBylineIdMap, isUpdate = false) {
1177
+ if (!entry.bylines || entry.bylines.length === 0) {
1178
+ if (isUpdate) await bylineRepo.setContentBylines(collectionSlug, contentId, []);
1179
+ return;
1180
+ }
1181
+ const credits = entry.bylines.map((credit) => {
1182
+ const bylineId = seedBylineIdMap.get(credit.byline);
1183
+ if (!bylineId) return null;
1184
+ return {
1185
+ bylineId,
1186
+ roleLabel: credit.roleLabel ?? null
1187
+ };
1188
+ }).filter((credit) => Boolean(credit));
1189
+ if (credits.length !== entry.bylines.length) console.warn(`content.${collectionSlug}.${entry.slug ?? entry.id}: one or more byline refs could not be resolved`);
1190
+ if (credits.length > 0 || isUpdate) await bylineRepo.setContentBylines(collectionSlug, contentId, credits);
1191
+ }
1192
+ /**
1193
+ * Apply taxonomy term assignments to a content entry.
1194
+ * In update mode, clears existing assignments before re-attaching.
1195
+ */
1196
+ /**
1197
+ * Create or update a field from a seed.
1198
+ *
1199
+ * A reference field bound to a relation is storage-less: it persists no column
1200
+ * and its edges live in `_emdash_content_references`. Seeds create fields
1201
+ * through the registry (not the schema handler that owns the relation
1202
+ * lifecycle), so this mirrors the handler — it creates the relation on first
1203
+ * insert (field + relation in one transaction) and preserves the
1204
+ * server-assigned `validation.relation`/`targetCollection` on re-apply, since a
1205
+ * seed's field validation omits them and would otherwise orphan the relation. A
1206
+ * reference field with no `targetCollection` cannot form a relation, so it is
1207
+ * created column-backed, holding a plain entry id.
1208
+ */
1209
+ async function upsertSeedField(db, collectionSlug, field, existing, knownRelations) {
1210
+ const bound = resolveSeedFieldRelation(collectionSlug, field, knownRelations);
1211
+ if (existing) {
1212
+ const update = {
1213
+ label: field.label,
1214
+ type: field.type,
1215
+ required: field.required || false,
1216
+ unique: field.unique || false,
1217
+ searchable: field.searchable || false,
1218
+ indexed: field.indexed || false,
1219
+ translatable: field.translatable,
1220
+ defaultValue: field.defaultValue,
1221
+ widget: field.widget,
1222
+ options: field.options
1223
+ };
1224
+ if (!bound && field.type === "reference" && !existing.validation?.relation && typeof field.validation?.targetCollection === "string") {
1225
+ await bindReferenceField(db, collectionSlug, existing, {
1226
+ ...update,
1227
+ validation: field.validation
1228
+ }, field.validation.targetCollection);
1229
+ return;
1230
+ }
1231
+ const validation = bound ? {
1232
+ ...field.validation,
1233
+ ...bound
1234
+ } : field.type === "reference" && existing.validation?.relation ? {
1235
+ ...field.validation,
1236
+ relation: existing.validation.relation,
1237
+ relationSide: existing.validation.relationSide,
1238
+ targetCollection: existing.validation.targetCollection
1239
+ } : field.validation;
1240
+ await new SchemaRegistry(db).updateField(collectionSlug, field.slug, {
1241
+ ...update,
1242
+ validation
1243
+ });
1244
+ return;
1245
+ }
1246
+ const input = {
1247
+ slug: field.slug,
1248
+ label: field.label,
1249
+ type: field.type,
1250
+ required: field.required || false,
1251
+ unique: field.unique || false,
1252
+ searchable: field.searchable || false,
1253
+ indexed: field.indexed || false,
1254
+ translatable: field.translatable,
1255
+ defaultValue: field.defaultValue,
1256
+ validation: field.validation,
1257
+ widget: field.widget,
1258
+ options: field.options
1259
+ };
1260
+ if (bound) {
1261
+ await new SchemaRegistry(db).createField(collectionSlug, {
1262
+ ...input,
1263
+ validation: {
1264
+ ...field.validation,
1265
+ ...bound
1266
+ }
1267
+ });
1268
+ return;
1269
+ }
1270
+ const targetCollection = field.type === "reference" && typeof field.validation?.targetCollection === "string" ? field.validation.targetCollection : void 0;
1271
+ if (targetCollection) {
1272
+ await withTransaction(db, async (trx) => {
1273
+ const relation = await createFieldRelation(trx, collectionSlug, field.slug, field.label, targetCollection, field.validation?.multiple ? null : 1);
1274
+ await new SchemaRegistry(trx).createField(collectionSlug, {
1275
+ ...input,
1276
+ validation: {
1277
+ ...field.validation,
1278
+ relation: relation.slug,
1279
+ relationSide: "parent"
1280
+ }
1281
+ });
1282
+ });
1283
+ return;
1284
+ }
1285
+ await new SchemaRegistry(db).createField(collectionSlug, input);
1286
+ }
1287
+ /**
1288
+ * Split resolved content `data` into the plain column data and the reference
1289
+ * edge writes. A reference field bound to a relation is storage-less, so its key
1290
+ * left in `data` would hit the column writer (and `syncDataColumns` on publish)
1291
+ * and throw "no such column". Its `$ref:`-resolved value — a child entry id or
1292
+ * an array of them — is captured as an edge write instead, keyed by the field's
1293
+ * relation. A reference field with no relation still owns its column, so its
1294
+ * resolved id is written there like any other string.
1295
+ */
1296
+ /** One collection's reference fields by slug, read once per collection: the
1297
+ * schema phase has finished by the time content is applied. */
1298
+ function referenceFieldsOf(collection) {
1299
+ return new Map((collection?.fields ?? []).filter((f) => f.type === "reference").map((f) => [f.slug, f]));
1300
+ }
1301
+ function splitReferenceFields(collectionSlug, referenceFields, data) {
1302
+ if (referenceFields.size === 0) return {
1303
+ columnData: data,
1304
+ edges: []
1305
+ };
1306
+ const columnData = {};
1307
+ const edges = [];
1308
+ for (const [key, value] of Object.entries(data)) {
1309
+ if (!referenceFields.get(key)?.validation?.relation) {
1310
+ columnData[key] = value;
1311
+ continue;
1312
+ }
1313
+ const childIds = [];
1314
+ for (const candidate of Array.isArray(value) ? value : [value]) {
1315
+ if (typeof candidate !== "string" || candidate.length === 0) continue;
1316
+ if (candidate.startsWith("$ref:")) {
1317
+ console.warn(`content.${collectionSlug}: reference "${candidate}" in field "${key}" did not resolve (not yet created or missing). Skipping.`);
1318
+ continue;
1319
+ }
1320
+ childIds.push(candidate);
1321
+ }
1322
+ edges.push({
1323
+ fieldSlug: key,
1324
+ childIds
1325
+ });
1326
+ }
1327
+ return {
1328
+ columnData,
1329
+ edges
1330
+ };
1331
+ }
1332
+ /**
1333
+ * Write reference edges for a content entry, replacing any existing set per
1334
+ * relation (so re-applying a seed is idempotent). Throws to abort the enclosing
1335
+ * transaction if a child entry cannot be resolved — a half-written entry is
1336
+ * worse than a failed apply.
1337
+ */
1338
+ async function applyContentReferences(trx, collectionSlug, contentId, edges) {
1339
+ for (const { fieldSlug, childIds } of edges) {
1340
+ const result = await setReferenceSelection(trx, collectionSlug, contentId, fieldSlug, childIds);
1341
+ if (!result.success) throw new Error(`content.${collectionSlug}: failed to write references for "${contentId}": ${result.error.message}`);
1342
+ }
1343
+ }
1344
+ async function applyContentTaxonomies(db, collectionSlug, contentId, entry, isUpdate) {
1345
+ const termRepo = new TaxonomyRepository(db);
1346
+ if (isUpdate) await termRepo.clearEntryTerms(collectionSlug, contentId);
1347
+ if (!entry.taxonomies) {
1348
+ if (isUpdate) {
1349
+ const { invalidateTermCache } = await import("./taxonomies-BlAjr4BL.mjs").then((n) => n.f);
1350
+ invalidateTermCache();
1351
+ }
1352
+ return;
1353
+ }
1354
+ for (const [taxonomyName, termSlugs] of Object.entries(entry.taxonomies)) for (const termSlug of termSlugs) {
1355
+ const term = await termRepo.findBySlug(taxonomyName, termSlug);
1356
+ if (term) await termRepo.attachToEntry(collectionSlug, contentId, term.id);
1357
+ }
1358
+ const { invalidateTermCache } = await import("./taxonomies-BlAjr4BL.mjs").then((n) => n.f);
1359
+ invalidateTermCache();
1360
+ }
1361
+ /**
1362
+ * Apply menu items recursively.
1363
+ *
1364
+ * When a `SeedMenuItem` carries `id`/`translationOf`, the import resolves the
1365
+ * source item's `translation_group` so cross-locale "same nav entry" links
1366
+ * survive export → apply. Items without `translationOf` get a fresh group
1367
+ * (= their own id).
1368
+ */
1369
+ async function applyMenuItems(db, menuId, locale, items, parentId, startOrder, seedIdMap, itemSeedIdMap) {
1370
+ let count = 0;
1371
+ let order = startOrder;
1372
+ for (const item of items) {
1373
+ const itemId = ulid();
1374
+ const itemLocale = item.locale ?? locale;
1375
+ let referenceId = null;
1376
+ let referenceCollection = null;
1377
+ if (item.type !== "custom" && item.type !== "taxonomy") {
1378
+ const collection = item.collection || (item.type === "page" || item.type === "post" ? `${item.type}s` : null);
1379
+ if (item.ref) {
1380
+ const resolved = seedIdMap.get(item.ref);
1381
+ if (resolved && collection) {
1382
+ referenceId = resolved;
1383
+ referenceCollection = collection;
1384
+ }
1385
+ } else referenceCollection = collection;
1386
+ }
1387
+ let translationGroup = itemId;
1388
+ if (item.translationOf) {
1389
+ const source = itemSeedIdMap.get(item.translationOf);
1390
+ if (source) translationGroup = source.translationGroup;
1391
+ else console.warn(`menu item "${item.label ?? item.url ?? item.ref ?? "(unlabeled)"}" (${itemLocale}): translationOf "${item.translationOf}" not found yet; minting a fresh group.`);
1392
+ }
1393
+ await db.insertInto("_emdash_menu_items").values({
1394
+ id: itemId,
1395
+ menu_id: menuId,
1396
+ parent_id: parentId,
1397
+ sort_order: order,
1398
+ type: item.type,
1399
+ reference_collection: referenceCollection,
1400
+ reference_id: referenceId,
1401
+ custom_url: item.url ?? null,
1402
+ label: item.label || "",
1403
+ title_attr: item.titleAttr ?? null,
1404
+ target: item.target ?? null,
1405
+ css_classes: item.cssClasses ?? null,
1406
+ created_at: (/* @__PURE__ */ new Date()).toISOString(),
1407
+ locale: itemLocale,
1408
+ translation_group: translationGroup
1409
+ }).execute();
1410
+ if (item.id) itemSeedIdMap.set(item.id, {
1411
+ id: itemId,
1412
+ translationGroup
1413
+ });
1414
+ count++;
1415
+ order++;
1416
+ if (item.children && item.children.length > 0) {
1417
+ const childCount = await applyMenuItems(db, menuId, itemLocale, item.children, itemId, 0, seedIdMap, itemSeedIdMap);
1418
+ count += childCount;
1419
+ }
1420
+ }
1421
+ return count;
1422
+ }
1423
+ /**
1424
+ * Apply a widget
1425
+ */
1426
+ async function applyWidget(db, areaId, widget, sortOrder) {
1427
+ await db.insertInto("_emdash_widgets").values({
1428
+ id: ulid(),
1429
+ area_id: areaId,
1430
+ sort_order: sortOrder,
1431
+ type: widget.type,
1432
+ title: widget.title ?? null,
1433
+ content: widget.content ? JSON.stringify(widget.content) : null,
1434
+ menu_name: widget.menuName ?? null,
1435
+ component_id: widget.componentId ?? null,
1436
+ component_props: widget.props ? JSON.stringify(widget.props) : null
1437
+ }).execute();
1438
+ }
1439
+ /**
1440
+ * Type guard for $media reference
1441
+ */
1442
+ function isSeedMediaReference(value) {
1443
+ if (typeof value !== "object" || value === null || !("$media" in value)) return false;
1444
+ const media = value.$media;
1445
+ return typeof media === "object" && media !== null && "url" in media && typeof media.url === "string";
1446
+ }
1447
+ /**
1448
+ * Resolve $ref: and $media references in content data
1449
+ */
1450
+ async function resolveReferences(data, seedIdMap, mediaContext, result) {
1451
+ const resolved = {};
1452
+ for (const [key, value] of Object.entries(data)) resolved[key] = await resolveValue(value, seedIdMap, mediaContext, result);
1453
+ return resolved;
1454
+ }
1455
+ /**
1456
+ * Resolve a single value recursively
1457
+ */
1458
+ async function resolveValue(value, seedIdMap, mediaContext, result) {
1459
+ if (typeof value === "string" && value.startsWith("$ref:")) {
1460
+ const seedId = value.slice(5);
1461
+ return seedIdMap.get(seedId) ?? value;
1462
+ }
1463
+ if (isSeedMediaReference(value)) return resolveMedia(value, mediaContext, result);
1464
+ if (Array.isArray(value)) return Promise.all(value.map((item) => resolveValue(item, seedIdMap, mediaContext, result)));
1465
+ if (typeof value === "object" && value !== null) {
1466
+ const resolved = {};
1467
+ for (const [k, v] of Object.entries(value)) resolved[k] = await resolveValue(v, seedIdMap, mediaContext, result);
1468
+ if (resolved._type === "gallery" && Array.isArray(resolved.images)) resolved.images = sanitizeGalleryImages(resolved.images, ulid);
1469
+ else if (resolved._type === "image" && "asset" in value && isSeedMediaReference(value.asset)) {
1470
+ const [image] = sanitizeGalleryImages([resolved], ulid);
1471
+ if (image) Object.assign(resolved, image);
1472
+ }
1473
+ return resolved;
1474
+ }
1475
+ return value;
1476
+ }
1477
+ /**
1478
+ * Resolve a seeded byline avatar to a `media` row id. The file is assumed to
1479
+ * already exist in storage (the caller supplies its `storageKey`), so nothing
1480
+ * is downloaded or uploaded.
1481
+ *
1482
+ * Idempotent: if a media row with the same `storageKey` already exists it is
1483
+ * reused rather than duplicated, so re-applying a seed in `update` mode does
1484
+ * not leak rows. `created` reports whether a new row was inserted, so the
1485
+ * caller can both account for it and delete it if the subsequent byline write
1486
+ * fails (the only cross-dialect way to avoid an orphan — `withTransaction`
1487
+ * is a no-op on D1).
1488
+ */
1489
+ async function resolveSeedBylineAvatar(db, avatar) {
1490
+ const existing = await db.selectFrom("media").select("id").where("storage_key", "=", avatar.storageKey).orderBy("id", "asc").executeTakeFirst();
1491
+ if (existing) return {
1492
+ id: existing.id,
1493
+ created: false
1494
+ };
1495
+ const basename = avatar.storageKey.split("/").pop();
1496
+ const filename = avatar.filename ?? (basename && basename.length > 0 ? basename : avatar.storageKey);
1497
+ return {
1498
+ id: (await new MediaRepository(db).create({
1499
+ filename,
1500
+ mimeType: avatar.mimeType ?? "image/jpeg",
1501
+ storageKey: avatar.storageKey,
1502
+ alt: avatar.alt,
1503
+ width: avatar.width,
1504
+ height: avatar.height,
1505
+ status: "ready"
1506
+ })).id,
1507
+ created: true
1508
+ };
1509
+ }
1510
+ /**
1511
+ * Delete a media row by id. Best-effort cleanup for a failed byline write: a
1512
+ * failure here must not mask the original error that triggered the cleanup, so
1513
+ * it is logged and swallowed rather than thrown.
1514
+ */
1515
+ async function deleteMediaRow(db, id) {
1516
+ try {
1517
+ await db.deleteFrom("media").where("id", "=", id).execute();
1518
+ } catch (error) {
1519
+ console.warn(`[seed] failed to clean up orphaned avatar media ${id}:`, error);
1520
+ }
1521
+ }
1522
+ /**
1523
+ * Resolve a $media reference by downloading and uploading the media
1524
+ */
1525
+ async function resolveMedia(ref, ctx, result) {
1526
+ const { url, alt, filename, caption } = ref.$media;
1527
+ const cached = ctx.mediaCache.get(url);
1528
+ if (cached) {
1529
+ result.media.skipped++;
1530
+ return {
1531
+ ...cached,
1532
+ alt: alt ?? cached.alt
1533
+ };
1534
+ }
1535
+ if (ctx.skipMediaDownload) {
1536
+ const mediaValue = {
1537
+ provider: "external",
1538
+ id: ulid(),
1539
+ src: url,
1540
+ alt: alt ?? void 0,
1541
+ filename: filename ?? void 0
1542
+ };
1543
+ ctx.mediaCache.set(url, mediaValue);
1544
+ result.media.created++;
1545
+ return mediaValue;
1546
+ }
1547
+ if (!ctx.storage) {
1548
+ console.warn(`Skipping $media reference (no storage configured): ${url}`);
1549
+ result.media.skipped++;
1550
+ return null;
1551
+ }
1552
+ try {
1553
+ validateExternalUrl(url);
1554
+ console.log(` 📥 Downloading: ${url}`);
1555
+ ctx.budget?.countMediaDownload();
1556
+ const response = await ssrfSafeFetch(url, { headers: { "User-Agent": "EmDash-CMS/1.0" } });
1557
+ if (!response.ok) {
1558
+ console.warn(` ⚠️ Failed to download ${url}: ${response.status}`);
1559
+ result.media.skipped++;
1560
+ return null;
1561
+ }
1562
+ const contentType = response.headers.get("content-type") || "application/octet-stream";
1563
+ const ext = getExtensionFromContentType(contentType) || getExtensionFromUrl(url) || ".bin";
1564
+ const storageId = ulid();
1565
+ const finalFilename = filename || generateFilename(url, ext);
1566
+ const storageKey = `${storageId}${ext}`;
1567
+ const arrayBuffer = await response.arrayBuffer();
1568
+ const body = new Uint8Array(arrayBuffer);
1569
+ let width;
1570
+ let height;
1571
+ if (contentType.startsWith("image/")) {
1572
+ const dimensions = getImageDimensions(body);
1573
+ width = dimensions?.width;
1574
+ height = dimensions?.height;
1575
+ }
1576
+ await ctx.storage.upload({
1577
+ key: storageKey,
1578
+ body,
1579
+ contentType
1580
+ });
1581
+ const mediaValue = {
1582
+ provider: "local",
1583
+ id: (await new MediaRepository(ctx.db).create({
1584
+ filename: finalFilename,
1585
+ mimeType: contentType,
1586
+ size: body.length,
1587
+ width,
1588
+ height,
1589
+ alt,
1590
+ caption,
1591
+ storageKey,
1592
+ status: "ready"
1593
+ })).id,
1594
+ alt: alt ?? void 0,
1595
+ width,
1596
+ height,
1597
+ mimeType: contentType,
1598
+ filename: finalFilename,
1599
+ meta: { storageKey }
1600
+ };
1601
+ ctx.mediaCache.set(url, mediaValue);
1602
+ result.media.created++;
1603
+ console.log(` ✅ Uploaded: ${finalFilename}`);
1604
+ return mediaValue;
1605
+ } catch (error) {
1606
+ console.warn(` ⚠️ Error processing $media ${url}:`, error instanceof Error ? error.message : error);
1607
+ result.media.skipped++;
1608
+ return null;
1609
+ }
1610
+ }
1611
+ /**
1612
+ * Get file extension from content type
1613
+ */
1614
+ function getExtensionFromContentType(contentType) {
1615
+ const baseMime = contentType.split(";")[0].trim();
1616
+ const ext = mime.getExtension(baseMime);
1617
+ return ext ? `.${ext}` : null;
1618
+ }
1619
+ /**
1620
+ * Get file extension from URL
1621
+ */
1622
+ function getExtensionFromUrl(url) {
1623
+ try {
1624
+ const match = new URL(url).pathname.match(FILE_EXTENSION_PATTERN);
1625
+ return match ? `.${match[1]}` : null;
1626
+ } catch {
1627
+ return null;
1628
+ }
1629
+ }
1630
+ /**
1631
+ * Generate a filename from URL
1632
+ */
1633
+ function generateFilename(url, ext) {
1634
+ try {
1635
+ return `${(new URL(url).pathname.split("/").pop() || "media").replace(EXTENSION_PATTERN, "").replace(QUERY_PARAM_PATTERN, "").replace(SANITIZE_PATTERN, "-").replace(MULTIPLE_HYPHENS_PATTERN, "-") || "media"}${ext}`;
1636
+ } catch {
1637
+ return `media${ext}`;
1638
+ }
1639
+ }
1640
+ /**
1641
+ * Get image dimensions from buffer using image-size.
1642
+ * Supports PNG, JPEG, GIF, WebP, AVIF, SVG, TIFF, and more.
1643
+ */
1644
+ function getImageDimensions(buffer) {
1645
+ try {
1646
+ const result = imageSize(buffer);
1647
+ if (result.width != null && result.height != null) return {
1648
+ width: result.width,
1649
+ height: result.height
1650
+ };
1651
+ return null;
1652
+ } catch {
1653
+ return null;
1654
+ }
1655
+ }
1656
+
1657
+ //#endregion
1658
+ export { sanitizeGalleryImages as a, resolveImageMedia as i, applySeedWithinBudget as n, createPublicMediaUrlResolver as o, apply_exports as r, applySeed as t };
1659
+ //# sourceMappingURL=apply-Do3KNnUk.mjs.map