emdash 0.40.0 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1258) hide show
  1. package/dist/action-token-CbKDcPJi.mjs +26 -0
  2. package/dist/action-token-CbKDcPJi.mjs.map +1 -0
  3. package/dist/activation-PtniBLt9.mjs +382 -0
  4. package/dist/activation-PtniBLt9.mjs.map +1 -0
  5. package/dist/adapters-C_Tf5x90.d.mts +171 -0
  6. package/dist/adapters-C_Tf5x90.d.mts.map +1 -0
  7. package/dist/allowed-origins-U1z4TdEZ.mjs +116 -0
  8. package/dist/allowed-origins-U1z4TdEZ.mjs.map +1 -0
  9. package/dist/api/route-utils.d.mts +4 -4
  10. package/dist/api/route-utils.mjs +46 -45
  11. package/dist/api/route-utils.mjs.map +1 -1
  12. package/dist/api/schemas/index.d.mts +2 -2
  13. package/dist/api/schemas/index.mjs +10 -10
  14. package/dist/api-CXwQkV_m.mjs +5122 -0
  15. package/dist/api-CXwQkV_m.mjs.map +1 -0
  16. package/dist/api-tokens-89WlohEN.mjs +166 -0
  17. package/dist/api-tokens-89WlohEN.mjs.map +1 -0
  18. package/dist/apply-Do3KNnUk.mjs +1659 -0
  19. package/dist/apply-Do3KNnUk.mjs.map +1 -0
  20. package/dist/approvals-CAX9Yw33.mjs +460 -0
  21. package/dist/approvals-CAX9Yw33.mjs.map +1 -0
  22. package/dist/artifact-fetch-B9W4CEST.mjs +659 -0
  23. package/dist/artifact-fetch-B9W4CEST.mjs.map +1 -0
  24. package/dist/astro/index.d.mts +14 -14
  25. package/dist/astro/index.mjs +26 -30
  26. package/dist/astro/index.mjs.map +1 -1
  27. package/dist/astro/middleware/auth.d.mts +12 -12
  28. package/dist/astro/middleware/auth.mjs +10 -10
  29. package/dist/astro/middleware/media-usage-write-fence.mjs +5 -5
  30. package/dist/astro/middleware/redirect.mjs +7 -7
  31. package/dist/astro/middleware/request-context.mjs +3 -3
  32. package/dist/astro/middleware/setup.mjs +1 -1
  33. package/dist/astro/middleware.d.mts +12 -12
  34. package/dist/astro/middleware.d.mts.map +1 -1
  35. package/dist/astro/middleware.mjs +110 -106
  36. package/dist/astro/middleware.mjs.map +1 -1
  37. package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +14 -14
  38. package/dist/astro/routes/api/admin/allowed-domains/index.mjs +14 -14
  39. package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +6 -6
  40. package/dist/astro/routes/api/admin/api-tokens/index.mjs +7 -7
  41. package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +7 -7
  42. package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +17 -17
  43. package/dist/astro/routes/api/admin/byline-fields/index.mjs +17 -17
  44. package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +17 -17
  45. package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +23 -23
  46. package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +23 -23
  47. package/dist/astro/routes/api/admin/bylines/index.mjs +23 -23
  48. package/dist/astro/routes/api/admin/comments/_id_/status.mjs +18 -18
  49. package/dist/astro/routes/api/admin/comments/_id_.mjs +7 -7
  50. package/dist/astro/routes/api/admin/comments/bulk.mjs +17 -17
  51. package/dist/astro/routes/api/admin/comments/counts.mjs +7 -7
  52. package/dist/astro/routes/api/admin/comments/index.mjs +17 -17
  53. package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
  54. package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +5 -5
  55. package/dist/astro/routes/api/admin/media-usage/activation.mjs +20 -20
  56. package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +22 -22
  57. package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +22 -22
  58. package/dist/astro/routes/api/admin/media-usage/progress.mjs +25 -25
  59. package/dist/astro/routes/api/admin/media-usage/repair.mjs +31 -31
  60. package/dist/astro/routes/api/admin/media-usage/work/index.mjs +22 -22
  61. package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +22 -22
  62. package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
  63. package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
  64. package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +8 -8
  65. package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +8 -8
  66. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +72 -68
  67. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
  68. package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +7 -7
  69. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +71 -67
  70. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
  71. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +72 -68
  72. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
  73. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +82 -78
  74. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
  75. package/dist/astro/routes/api/admin/plugins/index.mjs +72 -68
  76. package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
  77. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +5 -5
  78. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +71 -67
  79. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
  80. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +81 -77
  81. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
  82. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +71 -67
  83. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
  84. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +72 -68
  85. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
  86. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +83 -79
  87. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
  88. package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +9 -9
  89. package/dist/astro/routes/api/admin/plugins/registry/install.mjs +74 -70
  90. package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
  91. package/dist/astro/routes/api/admin/plugins/registry/publisher-handle.mjs +7 -7
  92. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +72 -68
  93. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
  94. package/dist/astro/routes/api/admin/plugins/updates.mjs +71 -67
  95. package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
  96. package/dist/astro/routes/api/admin/scheduled-policy-rejections/_collection_/_id_.mjs +6 -6
  97. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +71 -67
  98. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
  99. package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +5 -5
  100. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +71 -67
  101. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
  102. package/dist/astro/routes/api/admin/transfer/_...path_.mjs +4 -4
  103. package/dist/astro/routes/api/admin/transfer/approvals/_id_/approve.mjs +40 -40
  104. package/dist/astro/routes/api/admin/transfer/approvals/_id_/deny.mjs +40 -40
  105. package/dist/astro/routes/api/admin/transfer/approvals/index.mjs +42 -42
  106. package/dist/astro/routes/api/admin/transfer/capabilities.mjs +42 -42
  107. package/dist/astro/routes/api/admin/transfer/exports/_id_/advance.mjs +42 -42
  108. package/dist/astro/routes/api/admin/transfer/exports/_id_/archive.mjs +43 -43
  109. package/dist/astro/routes/api/admin/transfer/exports/_id_/files/_...path_.mjs +43 -43
  110. package/dist/astro/routes/api/admin/transfer/exports/_id_/index.mjs +42 -42
  111. package/dist/astro/routes/api/admin/transfer/exports/_id_/manifest.mjs +43 -43
  112. package/dist/astro/routes/api/admin/transfer/exports/index.mjs +44 -44
  113. package/dist/astro/routes/api/admin/transfer/imports/_id_/abandon.mjs +42 -42
  114. package/dist/astro/routes/api/admin/transfer/imports/_id_/advance.mjs +42 -42
  115. package/dist/astro/routes/api/admin/transfer/imports/_id_/analyze.mjs +44 -44
  116. package/dist/astro/routes/api/admin/transfer/imports/_id_/cancel.mjs +42 -42
  117. package/dist/astro/routes/api/admin/transfer/imports/_id_/execute.mjs +44 -44
  118. package/dist/astro/routes/api/admin/transfer/imports/_id_/files/_...path_.mjs +42 -42
  119. package/dist/astro/routes/api/admin/transfer/imports/_id_/index.mjs +42 -42
  120. package/dist/astro/routes/api/admin/transfer/imports/_id_/missing.mjs +44 -44
  121. package/dist/astro/routes/api/admin/transfer/imports/_id_/plan.mjs +42 -42
  122. package/dist/astro/routes/api/admin/transfer/imports/_id_/receipt.mjs +42 -42
  123. package/dist/astro/routes/api/admin/transfer/imports/index.mjs +44 -44
  124. package/dist/astro/routes/api/admin/users/_id_/disable.mjs +5 -5
  125. package/dist/astro/routes/api/admin/users/_id_/enable.mjs +4 -4
  126. package/dist/astro/routes/api/admin/users/_id_/index.mjs +15 -15
  127. package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +6 -6
  128. package/dist/astro/routes/api/admin/users/index.mjs +14 -14
  129. package/dist/astro/routes/api/auth/dev-bypass.mjs +6 -6
  130. package/dist/astro/routes/api/auth/invite/accept.mjs +4 -4
  131. package/dist/astro/routes/api/auth/invite/complete.mjs +18 -18
  132. package/dist/astro/routes/api/auth/invite/index.mjs +16 -16
  133. package/dist/astro/routes/api/auth/invite/register-options.mjs +17 -17
  134. package/dist/astro/routes/api/auth/logout.mjs +5 -5
  135. package/dist/astro/routes/api/auth/magic-link/send.mjs +18 -18
  136. package/dist/astro/routes/api/auth/magic-link/verify.mjs +14 -14
  137. package/dist/astro/routes/api/auth/me.mjs +15 -15
  138. package/dist/astro/routes/api/auth/mode.mjs +5 -5
  139. package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +3 -3
  140. package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
  141. package/dist/astro/routes/api/auth/passkey/_id_.mjs +14 -14
  142. package/dist/astro/routes/api/auth/passkey/index.mjs +4 -4
  143. package/dist/astro/routes/api/auth/passkey/options.mjs +19 -19
  144. package/dist/astro/routes/api/auth/passkey/register/options.mjs +17 -17
  145. package/dist/astro/routes/api/auth/passkey/register/verify.mjs +18 -18
  146. package/dist/astro/routes/api/auth/passkey/verify.mjs +18 -18
  147. package/dist/astro/routes/api/auth/signup/complete.mjs +18 -18
  148. package/dist/astro/routes/api/auth/signup/request.mjs +17 -17
  149. package/dist/astro/routes/api/auth/signup/verify.mjs +4 -4
  150. package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
  151. package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +18 -18
  152. package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +5 -5
  153. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +17 -17
  154. package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +5 -5
  155. package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +17 -17
  156. package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +5 -5
  157. package/dist/astro/routes/api/content/_collection_/_id_/plugin-extensions/_pluginId_/_kind_/_extensionId_.mjs +11 -11
  158. package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +31 -31
  159. package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +17 -17
  160. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts +1 -2
  161. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts.map +1 -1
  162. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +42 -53
  163. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
  164. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +34 -29
  165. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
  166. package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +5 -5
  167. package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +5 -5
  168. package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +17 -17
  169. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +25 -24
  170. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
  171. package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +5 -5
  172. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +17 -17
  173. package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
  174. package/dist/astro/routes/api/content/_collection_/_id_.mjs +18 -18
  175. package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
  176. package/dist/astro/routes/api/content/_collection_/authors.mjs +5 -5
  177. package/dist/astro/routes/api/content/_collection_/index.mjs +15 -15
  178. package/dist/astro/routes/api/content/_collection_/trash.mjs +15 -15
  179. package/dist/astro/routes/api/dashboard.mjs +10 -9
  180. package/dist/astro/routes/api/dashboard.mjs.map +1 -1
  181. package/dist/astro/routes/api/dev/emails.mjs +5 -5
  182. package/dist/astro/routes/api/health.mjs +6 -6
  183. package/dist/astro/routes/api/import/probe.d.mts +3 -3
  184. package/dist/astro/routes/api/import/probe.mjs +23 -23
  185. package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -6
  186. package/dist/astro/routes/api/import/wordpress/execute.d.mts +13 -13
  187. package/dist/astro/routes/api/import/wordpress/execute.mjs +16 -16
  188. package/dist/astro/routes/api/import/wordpress/media.d.mts +12 -12
  189. package/dist/astro/routes/api/import/wordpress/media.mjs +19 -19
  190. package/dist/astro/routes/api/import/wordpress/prepare.mjs +18 -18
  191. package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +13 -13
  192. package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +28 -28
  193. package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
  194. package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +23 -23
  195. package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +13 -13
  196. package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +34 -34
  197. package/dist/astro/routes/api/manifest.mjs +6 -6
  198. package/dist/astro/routes/api/mcp.mjs +98 -118
  199. package/dist/astro/routes/api/mcp.mjs.map +1 -1
  200. package/dist/astro/routes/api/media/_id_/confirm.mjs +19 -19
  201. package/dist/astro/routes/api/media/_id_/replace.mjs +16 -16
  202. package/dist/astro/routes/api/media/_id_/upload.mjs +9 -9
  203. package/dist/astro/routes/api/media/_id_/usage.mjs +33 -33
  204. package/dist/astro/routes/api/media/_id_.mjs +31 -31
  205. package/dist/astro/routes/api/media/asset/_id_/_filename_.mjs +6 -6
  206. package/dist/astro/routes/api/media/file/_...key_.mjs +9 -9
  207. package/dist/astro/routes/api/media/folders/_id_.mjs +16 -16
  208. package/dist/astro/routes/api/media/folders/index.mjs +16 -16
  209. package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +5 -5
  210. package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +5 -5
  211. package/dist/astro/routes/api/media/providers/index.mjs +5 -5
  212. package/dist/astro/routes/api/media/upload-url.mjs +18 -18
  213. package/dist/astro/routes/api/media.mjs +35 -35
  214. package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +17 -17
  215. package/dist/astro/routes/api/menus/_name_/items.mjs +17 -17
  216. package/dist/astro/routes/api/menus/_name_/reorder.mjs +17 -17
  217. package/dist/astro/routes/api/menus/_name_/translations.mjs +17 -17
  218. package/dist/astro/routes/api/menus/_name_.mjs +17 -17
  219. package/dist/astro/routes/api/menus/index.mjs +17 -17
  220. package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
  221. package/dist/astro/routes/api/oauth/device/authorize.d.mts +2 -1
  222. package/dist/astro/routes/api/oauth/device/authorize.d.mts.map +1 -1
  223. package/dist/astro/routes/api/oauth/device/authorize.mjs +23 -9
  224. package/dist/astro/routes/api/oauth/device/authorize.mjs.map +1 -1
  225. package/dist/astro/routes/api/oauth/device/code.mjs +11 -11
  226. package/dist/astro/routes/api/oauth/device/token.mjs +10 -10
  227. package/dist/astro/routes/api/oauth/register.mjs +5 -5
  228. package/dist/astro/routes/api/oauth/token/refresh.mjs +8 -8
  229. package/dist/astro/routes/api/oauth/token/revoke.mjs +8 -8
  230. package/dist/astro/routes/api/oauth/token.mjs +8 -8
  231. package/dist/astro/routes/api/openapi.json.mjs +20 -20
  232. package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +11 -11
  233. package/dist/astro/routes/api/redirects/404s/index.mjs +19 -19
  234. package/dist/astro/routes/api/redirects/404s/summary.mjs +19 -19
  235. package/dist/astro/routes/api/redirects/_id_.mjs +19 -19
  236. package/dist/astro/routes/api/redirects/index.mjs +19 -19
  237. package/dist/astro/routes/api/relations/_id_/index.mjs +34 -29
  238. package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
  239. package/dist/astro/routes/api/relations/index.mjs +36 -31
  240. package/dist/astro/routes/api/relations/index.mjs.map +1 -1
  241. package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +5 -5
  242. package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +5 -5
  243. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs +71 -67
  244. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs.map +1 -1
  245. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs +71 -67
  246. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs.map +1 -1
  247. package/dist/astro/routes/api/schema/block-types/index.mjs +71 -67
  248. package/dist/astro/routes/api/schema/block-types/index.mjs.map +1 -1
  249. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +73 -69
  250. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
  251. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +71 -67
  252. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
  253. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +71 -67
  254. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
  255. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +71 -67
  256. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
  257. package/dist/astro/routes/api/schema/collections/index.mjs +71 -67
  258. package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
  259. package/dist/astro/routes/api/schema/collections/reorder.mjs +71 -67
  260. package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
  261. package/dist/astro/routes/api/schema/index.mjs +16 -16
  262. package/dist/astro/routes/api/schema/orphans/_slug_.mjs +71 -67
  263. package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
  264. package/dist/astro/routes/api/schema/orphans/index.mjs +71 -67
  265. package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
  266. package/dist/astro/routes/api/search/enable.mjs +19 -19
  267. package/dist/astro/routes/api/search/index.mjs +18 -18
  268. package/dist/astro/routes/api/search/rebuild.mjs +19 -19
  269. package/dist/astro/routes/api/search/stats.mjs +9 -9
  270. package/dist/astro/routes/api/search/suggest.mjs +18 -18
  271. package/dist/astro/routes/api/sections/_slug_.mjs +18 -18
  272. package/dist/astro/routes/api/sections/index.mjs +18 -18
  273. package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -7
  274. package/dist/astro/routes/api/settings/backups/archives/index.mjs +7 -7
  275. package/dist/astro/routes/api/settings/backups/export.mjs +7 -7
  276. package/dist/astro/routes/api/settings/backups/index.mjs +8 -8
  277. package/dist/astro/routes/api/settings/email.mjs +6 -6
  278. package/dist/astro/routes/api/settings.mjs +21 -21
  279. package/dist/astro/routes/api/setup/admin-verify.mjs +19 -19
  280. package/dist/astro/routes/api/setup/admin.mjs +18 -18
  281. package/dist/astro/routes/api/setup/dev-bypass.mjs +45 -39
  282. package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
  283. package/dist/astro/routes/api/setup/dev-reset.mjs +4 -4
  284. package/dist/astro/routes/api/setup/index.d.mts.map +1 -1
  285. package/dist/astro/routes/api/setup/index.mjs +80 -49
  286. package/dist/astro/routes/api/setup/index.mjs.map +1 -1
  287. package/dist/astro/routes/api/setup/status.mjs +6 -6
  288. package/dist/astro/routes/api/snapshot.mjs +9 -9
  289. package/dist/astro/routes/api/snapshot.mjs.map +1 -1
  290. package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +23 -23
  291. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +23 -23
  292. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +23 -23
  293. package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +23 -23
  294. package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +22 -22
  295. package/dist/astro/routes/api/taxonomies/_name_.mjs +23 -23
  296. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs +36 -35
  297. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs.map +1 -1
  298. package/dist/astro/routes/api/taxonomies/index.mjs +23 -23
  299. package/dist/astro/routes/api/themes/preview.mjs +6 -6
  300. package/dist/astro/routes/api/typegen.mjs +8 -8
  301. package/dist/astro/routes/api/visual-editing/action-token.mjs +6 -6
  302. package/dist/astro/routes/api/visual-editing/content/_collection_/_id_/publish.mjs +19 -19
  303. package/dist/astro/routes/api/visual-editing/toolbar-labels.mjs +4 -4
  304. package/dist/astro/routes/api/well-known/auth.mjs +1 -1
  305. package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
  306. package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
  307. package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +16 -16
  308. package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +19 -19
  309. package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +19 -19
  310. package/dist/astro/routes/api/widget-areas/_name_.mjs +9 -9
  311. package/dist/astro/routes/api/widget-areas/index.mjs +19 -19
  312. package/dist/astro/routes/api/widget-components.mjs +5 -5
  313. package/dist/astro/routes/robots.txt.mjs +6 -6
  314. package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
  315. package/dist/astro/routes/sitemap.xml.mjs +7 -7
  316. package/dist/astro/types.d.mts +28 -18
  317. package/dist/astro/types.d.mts.map +1 -1
  318. package/dist/audit-CrgmE9LE.mjs +127 -0
  319. package/dist/audit-CrgmE9LE.mjs.map +1 -0
  320. package/dist/auth/providers/github.d.mts +1 -1
  321. package/dist/auth/providers/google.d.mts +1 -1
  322. package/dist/authoritative-records-C2YzIdbu.mjs +5172 -0
  323. package/dist/authoritative-records-C2YzIdbu.mjs.map +1 -0
  324. package/dist/authorize-WgdKF8QY.mjs +49 -0
  325. package/dist/authorize-WgdKF8QY.mjs.map +1 -0
  326. package/dist/backup-Ck8_lMO3.mjs +246 -0
  327. package/dist/backup-Ck8_lMO3.mjs.map +1 -0
  328. package/dist/block-types-BQ90asVI.mjs +132 -0
  329. package/dist/block-types-BQ90asVI.mjs.map +1 -0
  330. package/dist/block-values-ACFqgB1D.mjs +175 -0
  331. package/dist/block-values-ACFqgB1D.mjs.map +1 -0
  332. package/dist/bundle-Db1iNMv_.mjs +667 -0
  333. package/dist/bundle-Db1iNMv_.mjs.map +1 -0
  334. package/dist/byline-BayaYGoj.mjs +909 -0
  335. package/dist/byline-BayaYGoj.mjs.map +1 -0
  336. package/dist/byline-fields-B8HH-35f.mjs +254 -0
  337. package/dist/byline-fields-B8HH-35f.mjs.map +1 -0
  338. package/dist/byline-fields-hMPjf6Eu.mjs +123 -0
  339. package/dist/byline-fields-hMPjf6Eu.mjs.map +1 -0
  340. package/dist/byline-registry-B_EK_TQf.mjs +406 -0
  341. package/dist/byline-registry-B_EK_TQf.mjs.map +1 -0
  342. package/dist/bylines-DFAaFXWi.mjs +214 -0
  343. package/dist/bylines-DFAaFXWi.mjs.map +1 -0
  344. package/dist/bylines-DkIxUxmr.mjs +232 -0
  345. package/dist/bylines-DkIxUxmr.mjs.map +1 -0
  346. package/dist/cache-DkvhQ8XE.mjs +108 -0
  347. package/dist/cache-DkvhQ8XE.mjs.map +1 -0
  348. package/dist/canonical-CcSuuTlH.mjs +174 -0
  349. package/dist/canonical-CcSuuTlH.mjs.map +1 -0
  350. package/dist/capture-triggers-DJEoOTOq.mjs +362 -0
  351. package/dist/capture-triggers-DJEoOTOq.mjs.map +1 -0
  352. package/dist/challenge-store-CvBl81AQ.mjs +51 -0
  353. package/dist/challenge-store-CvBl81AQ.mjs.map +1 -0
  354. package/dist/checksum-CClweQzI.mjs +162 -0
  355. package/dist/checksum-CClweQzI.mjs.map +1 -0
  356. package/dist/chrome-tags-D5caJwwp.mjs +24 -0
  357. package/dist/chrome-tags-D5caJwwp.mjs.map +1 -0
  358. package/dist/chunks-DwBaj8aT.mjs +25 -0
  359. package/dist/chunks-DwBaj8aT.mjs.map +1 -0
  360. package/dist/cli/index.mjs +374 -761
  361. package/dist/cli/index.mjs.map +1 -1
  362. package/dist/client/cf-access.d.mts +1 -1
  363. package/dist/client/index.d.mts +18 -18
  364. package/dist/client/index.mjs +2 -2
  365. package/dist/collection-deletion-CLCdXsnV.mjs +436 -0
  366. package/dist/collection-deletion-CLCdXsnV.mjs.map +1 -0
  367. package/dist/collection-deletion-processor-hNw8x01F.mjs +217 -0
  368. package/dist/collection-deletion-processor-hNw8x01F.mjs.map +1 -0
  369. package/dist/collection-slugs-cache-CUuiduLq.mjs +85 -0
  370. package/dist/collection-slugs-cache-CUuiduLq.mjs.map +1 -0
  371. package/dist/comment-D2uvL63j.mjs +313 -0
  372. package/dist/comment-D2uvL63j.mjs.map +1 -0
  373. package/dist/comment-reaction-DevUuzg4.mjs +85 -0
  374. package/dist/comment-reaction-DevUuzg4.mjs.map +1 -0
  375. package/dist/comments-Cq0s7_hO.mjs +195 -0
  376. package/dist/comments-Cq0s7_hO.mjs.map +1 -0
  377. package/dist/comments-M4EDYAHw.mjs +99 -0
  378. package/dist/comments-M4EDYAHw.mjs.map +1 -0
  379. package/dist/components-CuIGwXMs.mjs +108 -0
  380. package/dist/components-CuIGwXMs.mjs.map +1 -0
  381. package/dist/config-52Ea5IWt.d.mts +39 -0
  382. package/dist/config-52Ea5IWt.d.mts.map +1 -0
  383. package/dist/config-CCz3xOLc.mjs +242 -0
  384. package/dist/config-CCz3xOLc.mjs.map +1 -0
  385. package/dist/config-D3d5Qudq.d.mts +6669 -0
  386. package/dist/config-D3d5Qudq.d.mts.map +1 -0
  387. package/dist/content-CbnufDsM.mjs +2018 -0
  388. package/dist/content-CbnufDsM.mjs.map +1 -0
  389. package/dist/content-list-query-D_7B1FE5.d.mts +26 -0
  390. package/dist/content-list-query-D_7B1FE5.d.mts.map +1 -0
  391. package/dist/content-policy-CYu6K1KB.mjs +46 -0
  392. package/dist/content-policy-CYu6K1KB.mjs.map +1 -0
  393. package/dist/content-repair-DlDUgFGp.mjs +442 -0
  394. package/dist/content-repair-DlDUgFGp.mjs.map +1 -0
  395. package/dist/context-CGQLA1-a.mjs +1922 -0
  396. package/dist/context-CGQLA1-a.mjs.map +1 -0
  397. package/dist/cron-c4D5C5Fx.mjs +284 -0
  398. package/dist/cron-c4D5C5Fx.mjs.map +1 -0
  399. package/dist/dashboard-CBq9kmOn.mjs +151 -0
  400. package/dist/dashboard-CBq9kmOn.mjs.map +1 -0
  401. package/dist/db/index.d.mts +3 -3
  402. package/dist/db/index.mjs +1 -1
  403. package/dist/db/libsql-migrations.d.mts +1 -1
  404. package/dist/db/libsql-migrations.mjs +4 -4
  405. package/dist/db/libsql.d.mts +1 -1
  406. package/dist/db/postgres-migrations.d.mts +1 -1
  407. package/dist/db/postgres-migrations.mjs +4 -4
  408. package/dist/db/postgres.d.mts +1 -1
  409. package/dist/db/sqlite-migrations.d.mts +1 -1
  410. package/dist/db/sqlite-migrations.mjs +4 -4
  411. package/dist/db/sqlite.d.mts +1 -1
  412. package/dist/db/sqlite.mjs +1 -1
  413. package/dist/default-DPsys51U.mjs +81 -0
  414. package/dist/default-DPsys51U.mjs.map +1 -0
  415. package/dist/deferred-tasks-CZ7rzBdo.d.mts +9 -0
  416. package/dist/deferred-tasks-CZ7rzBdo.d.mts.map +1 -0
  417. package/dist/dev-typegen-HRxwLRcT.mjs +29 -0
  418. package/dist/dev-typegen-HRxwLRcT.mjs.map +1 -0
  419. package/dist/device-flow-OcSqE9uY.mjs +521 -0
  420. package/dist/device-flow-OcSqE9uY.mjs.map +1 -0
  421. package/dist/digest-DVZ--cE9.mjs +194 -0
  422. package/dist/digest-DVZ--cE9.mjs.map +1 -0
  423. package/dist/direct-executor-DyjAqkpT.mjs +104 -0
  424. package/dist/direct-executor-DyjAqkpT.mjs.map +1 -0
  425. package/dist/dist-FPR93_xf.mjs +810 -0
  426. package/dist/dist-FPR93_xf.mjs.map +1 -0
  427. package/dist/email-console-DyQIgEnz.mjs +50 -0
  428. package/dist/email-console-DyQIgEnz.mjs.map +1 -0
  429. package/dist/email-locale-BYb16rVd.mjs +25 -0
  430. package/dist/email-locale-BYb16rVd.mjs.map +1 -0
  431. package/dist/emdash-runtime-CrzxJFmF.mjs +4214 -0
  432. package/dist/emdash-runtime-CrzxJFmF.mjs.map +1 -0
  433. package/dist/enrich-DBtCncE2.mjs +194 -0
  434. package/dist/enrich-DBtCncE2.mjs.map +1 -0
  435. package/dist/entry-lock-BN5y4YbO.d.mts +4481 -0
  436. package/dist/entry-lock-BN5y4YbO.d.mts.map +1 -0
  437. package/dist/entry-lock-BaRBHCsH.mjs +1173 -0
  438. package/dist/entry-lock-BaRBHCsH.mjs.map +1 -0
  439. package/dist/entry-lock-C6NcnZPV.mjs +163 -0
  440. package/dist/entry-lock-C6NcnZPV.mjs.map +1 -0
  441. package/dist/entry-locks-BTyQLdbC.mjs +167 -0
  442. package/dist/entry-locks-BTyQLdbC.mjs.map +1 -0
  443. package/dist/error-BfsNNrIE.mjs +90 -0
  444. package/dist/error-BfsNNrIE.mjs.map +1 -0
  445. package/dist/errors-BN1QAnEY.mjs +460 -0
  446. package/dist/errors-BN1QAnEY.mjs.map +1 -0
  447. package/dist/errors-Bt3goF8I.mjs +120 -0
  448. package/dist/errors-Bt3goF8I.mjs.map +1 -0
  449. package/dist/escape-BveidMa2.mjs +9 -0
  450. package/dist/escape-BveidMa2.mjs.map +1 -0
  451. package/dist/fence-Bb_IbCxI.mjs +162 -0
  452. package/dist/fence-Bb_IbCxI.mjs.map +1 -0
  453. package/dist/field-defs-cache-CsZctvbu.mjs +77 -0
  454. package/dist/field-defs-cache-CsZctvbu.mjs.map +1 -0
  455. package/dist/field-map-6m9rF49t.mjs +83 -0
  456. package/dist/field-map-6m9rF49t.mjs.map +1 -0
  457. package/dist/focal-point-CZ3d1wK5.mjs +23 -0
  458. package/dist/focal-point-CZ3d1wK5.mjs.map +1 -0
  459. package/dist/fts-manager-CCaZTp8y.mjs +443 -0
  460. package/dist/fts-manager-CCaZTp8y.mjs.map +1 -0
  461. package/dist/gc-xowRjczI.mjs +75 -0
  462. package/dist/gc-xowRjczI.mjs.map +1 -0
  463. package/dist/hash-COVK27Pc.mjs +37 -0
  464. package/dist/hash-COVK27Pc.mjs.map +1 -0
  465. package/dist/hook-result-CYSk0XFe.d.mts +31 -0
  466. package/dist/hook-result-CYSk0XFe.d.mts.map +1 -0
  467. package/dist/hreflang-CChPV7jx.mjs +105 -0
  468. package/dist/hreflang-CChPV7jx.mjs.map +1 -0
  469. package/dist/hreflang-DRslq3QI.d.mts +50 -0
  470. package/dist/hreflang-DRslq3QI.d.mts.map +1 -0
  471. package/dist/http-route-dispatch-CAdp2onn.mjs +339 -0
  472. package/dist/http-route-dispatch-CAdp2onn.mjs.map +1 -0
  473. package/dist/identity-NVTOOQyq.mjs +35 -0
  474. package/dist/identity-NVTOOQyq.mjs.map +1 -0
  475. package/dist/import-wpSO2N0x.mjs +2020 -0
  476. package/dist/import-wpSO2N0x.mjs.map +1 -0
  477. package/dist/index-CDs2wq4X.d.mts +623 -0
  478. package/dist/index-CDs2wq4X.d.mts.map +1 -0
  479. package/dist/index.d.mts +24 -24
  480. package/dist/index.mjs +103 -101
  481. package/dist/install-finalization-D9R9R-W8.mjs +58 -0
  482. package/dist/install-finalization-D9R9R-W8.mjs.map +1 -0
  483. package/dist/keys-Bck6LBfF.mjs +61 -0
  484. package/dist/keys-Bck6LBfF.mjs.map +1 -0
  485. package/dist/kinds-CYmRESWj.mjs +974 -0
  486. package/dist/kinds-CYmRESWj.mjs.map +1 -0
  487. package/dist/lifecycle-C815ZQfV.mjs +25 -0
  488. package/dist/lifecycle-C815ZQfV.mjs.map +1 -0
  489. package/dist/load-D99axixL.mjs +28 -0
  490. package/dist/load-D99axixL.mjs.map +1 -0
  491. package/dist/loader-CrRPfkHS.mjs +1197 -0
  492. package/dist/loader-CrRPfkHS.mjs.map +1 -0
  493. package/dist/loops-DMKlygqX.mjs +203 -0
  494. package/dist/loops-DMKlygqX.mjs.map +1 -0
  495. package/dist/manifest-builder-BQzCHNgB.mjs +189 -0
  496. package/dist/manifest-builder-BQzCHNgB.mjs.map +1 -0
  497. package/dist/manifest-schema-Ci2gmd0u.mjs +492 -0
  498. package/dist/manifest-schema-Ci2gmd0u.mjs.map +1 -0
  499. package/dist/media/image-endpoint.mjs +1 -1
  500. package/dist/media/index.d.mts +1 -1
  501. package/dist/media/index.mjs +4 -4
  502. package/dist/media/local-runtime.d.mts +14 -14
  503. package/dist/media/local-runtime.mjs +6 -6
  504. package/dist/media-BUQePMxP.mjs +373 -0
  505. package/dist/media-BUQePMxP.mjs.map +1 -0
  506. package/dist/media-DH8ibNlY.mjs +294 -0
  507. package/dist/media-DH8ibNlY.mjs.map +1 -0
  508. package/dist/media-OEIQ3bVc.mjs +408 -0
  509. package/dist/media-OEIQ3bVc.mjs.map +1 -0
  510. package/dist/media-allowlist-pYtaBA95.mjs +44 -0
  511. package/dist/media-allowlist-pYtaBA95.mjs.map +1 -0
  512. package/dist/media-folders-Bf8_s4de.mjs +210 -0
  513. package/dist/media-folders-Bf8_s4de.mjs.map +1 -0
  514. package/dist/media-url-C6klEuNd.mjs +43 -0
  515. package/dist/media-url-C6klEuNd.mjs.map +1 -0
  516. package/dist/media-usage-D7Y64m6v.mjs +1629 -0
  517. package/dist/media-usage-D7Y64m6v.mjs.map +1 -0
  518. package/dist/media-usage-activation-DrqbmgLA.mjs +78 -0
  519. package/dist/media-usage-activation-DrqbmgLA.mjs.map +1 -0
  520. package/dist/media-usage-work-DommYhYA.mjs +152 -0
  521. package/dist/media-usage-work-DommYhYA.mjs.map +1 -0
  522. package/dist/media-usage-work-HU63hNDu.mjs +586 -0
  523. package/dist/media-usage-work-HU63hNDu.mjs.map +1 -0
  524. package/dist/menus-BQfusWEC.mjs +3608 -0
  525. package/dist/menus-BQfusWEC.mjs.map +1 -0
  526. package/dist/menus-BtwjQt5s.mjs +753 -0
  527. package/dist/menus-BtwjQt5s.mjs.map +1 -0
  528. package/dist/menus-p_M1V7J_.mjs +139 -0
  529. package/dist/menus-p_M1V7J_.mjs.map +1 -0
  530. package/dist/migrations/index.d.mts +1 -1
  531. package/dist/migrations/index.mjs +3 -3
  532. package/dist/mime-C94qBG-P.mjs +36 -0
  533. package/dist/mime-C94qBG-P.mjs.map +1 -0
  534. package/dist/mode-DpYW3w6U.mjs +23 -0
  535. package/dist/mode-DpYW3w6U.mjs.map +1 -0
  536. package/dist/node-sqlite-compat-pWFw0lcc.mjs +46 -0
  537. package/dist/node-sqlite-compat-pWFw0lcc.mjs.map +1 -0
  538. package/dist/normalize-DduyxBjf.mjs +191 -0
  539. package/dist/normalize-DduyxBjf.mjs.map +1 -0
  540. package/dist/oauth-authorization-DAXsH1H9.mjs +274 -0
  541. package/dist/oauth-authorization-DAXsH1H9.mjs.map +1 -0
  542. package/dist/oauth-clients-DENiDQri.mjs +266 -0
  543. package/dist/oauth-clients-DENiDQri.mjs.map +1 -0
  544. package/dist/oauth-state-store-y8mEYVq9.mjs +50 -0
  545. package/dist/oauth-state-store-y8mEYVq9.mjs.map +1 -0
  546. package/dist/oauth-user-lookup-CtTYAy-O.mjs +26 -0
  547. package/dist/oauth-user-lookup-CtTYAy-O.mjs.map +1 -0
  548. package/dist/object-cache/memory.d.mts +1 -1
  549. package/dist/options-BYa1FgIM.d.mts +81 -0
  550. package/dist/options-BYa1FgIM.d.mts.map +1 -0
  551. package/dist/page/index.d.mts +2 -2
  552. package/dist/page/index.mjs +5 -5
  553. package/dist/parse-CORGGhHf.mjs +81 -0
  554. package/dist/parse-CORGGhHf.mjs.map +1 -0
  555. package/dist/parse-avNM1xWV.d.mts +168 -0
  556. package/dist/parse-avNM1xWV.d.mts.map +1 -0
  557. package/dist/passkey-config-Dih5YeIS.mjs +46 -0
  558. package/dist/passkey-config-Dih5YeIS.mjs.map +1 -0
  559. package/dist/paths-d51RFm8M.mjs +77 -0
  560. package/dist/paths-d51RFm8M.mjs.map +1 -0
  561. package/dist/patterns-CoqlXUvk.mjs +145 -0
  562. package/dist/patterns-CoqlXUvk.mjs.map +1 -0
  563. package/dist/placeholder-D2aksPMF.d.mts +306 -0
  564. package/dist/placeholder-D2aksPMF.d.mts.map +1 -0
  565. package/dist/plan-DqeZKuaR.mjs +135 -0
  566. package/dist/plan-DqeZKuaR.mjs.map +1 -0
  567. package/dist/plugin-test-runtime.d.mts +14 -14
  568. package/dist/plugin-test-runtime.mjs +110 -107
  569. package/dist/plugin-types.d.mts +2 -2
  570. package/dist/plugin-utils.d.mts +12 -12
  571. package/dist/plugins/adapt-sandbox-entry.d.mts +12 -12
  572. package/dist/plugins/adapt-sandbox-entry.mjs +3 -3
  573. package/dist/plugins/host.d.mts +5 -5
  574. package/dist/plugins/host.mjs +42 -41
  575. package/dist/plugins-Bb7oqjQA.mjs +277 -0
  576. package/dist/plugins-Bb7oqjQA.mjs.map +1 -0
  577. package/dist/policy-BcEqut3n.mjs +45 -0
  578. package/dist/policy-BcEqut3n.mjs.map +1 -0
  579. package/dist/portable-text-DXE8ymtD.mjs +307 -0
  580. package/dist/portable-text-DXE8ymtD.mjs.map +1 -0
  581. package/dist/preview-DEDWbwA_.mjs +107 -0
  582. package/dist/preview-DEDWbwA_.mjs.map +1 -0
  583. package/dist/protocol-BJbTzvwl.d.mts +61 -0
  584. package/dist/protocol-BJbTzvwl.d.mts.map +1 -0
  585. package/dist/public-submission-D9c9S14m.mjs +250 -0
  586. package/dist/public-submission-D9c9S14m.mjs.map +1 -0
  587. package/dist/public-url-CIRe-2T6.mjs +101 -0
  588. package/dist/public-url-CIRe-2T6.mjs.map +1 -0
  589. package/dist/query-BzifXlPS.mjs +1156 -0
  590. package/dist/query-BzifXlPS.mjs.map +1 -0
  591. package/dist/query-OzMJ6vJP.mjs +41 -0
  592. package/dist/query-OzMJ6vJP.mjs.map +1 -0
  593. package/dist/rate-limit-Csp60Vik.mjs +120 -0
  594. package/dist/rate-limit-Csp60Vik.mjs.map +1 -0
  595. package/dist/receipt-B-aU4hpJ.mjs +43 -0
  596. package/dist/receipt-B-aU4hpJ.mjs.map +1 -0
  597. package/dist/redirect-CDSw1sU3.mjs +17 -0
  598. package/dist/redirect-CDSw1sU3.mjs.map +1 -0
  599. package/dist/redirect-D1ArbO85.mjs +411 -0
  600. package/dist/redirect-D1ArbO85.mjs.map +1 -0
  601. package/dist/redirects-BjTwDTsV.mjs +148 -0
  602. package/dist/redirects-BjTwDTsV.mjs.map +1 -0
  603. package/dist/redirects-Ck50kH3n.mjs +446 -0
  604. package/dist/redirects-Ck50kH3n.mjs.map +1 -0
  605. package/dist/registry/testing.mjs +3 -3
  606. package/dist/registry-CFcNCayZ.mjs +6754 -0
  607. package/dist/registry-CFcNCayZ.mjs.map +1 -0
  608. package/dist/relations-Cfaa1fDl.mjs +776 -0
  609. package/dist/relations-Cfaa1fDl.mjs.map +1 -0
  610. package/dist/request-cache-iHRlHx1d.mjs +104 -0
  611. package/dist/request-cache-iHRlHx1d.mjs.map +1 -0
  612. package/dist/request-context.d.mts +1 -1
  613. package/dist/request-meta-D47mqyev.mjs +141 -0
  614. package/dist/request-meta-D47mqyev.mjs.map +1 -0
  615. package/dist/resolve-BPE8sMvx.mjs +99 -0
  616. package/dist/resolve-BPE8sMvx.mjs.map +1 -0
  617. package/dist/resolve-C0s1E_fH.mjs +199 -0
  618. package/dist/resolve-C0s1E_fH.mjs.map +1 -0
  619. package/dist/revision-j1p4-bOj.mjs +302 -0
  620. package/dist/revision-j1p4-bOj.mjs.map +1 -0
  621. package/dist/route-wire-C9PJV9aL.mjs +197 -0
  622. package/dist/route-wire-C9PJV9aL.mjs.map +1 -0
  623. package/dist/routes-lyYw0mMf.mjs +272 -0
  624. package/dist/routes-lyYw0mMf.mjs.map +1 -0
  625. package/dist/runner-B3eyB9Gb.mjs +6121 -0
  626. package/dist/runner-B3eyB9Gb.mjs.map +1 -0
  627. package/dist/runner-DoYH2Jcu.d.mts +68 -0
  628. package/dist/runner-DoYH2Jcu.d.mts.map +1 -0
  629. package/dist/runtime.d.mts +13 -13
  630. package/dist/runtime.mjs +3 -3
  631. package/dist/schema-BAayK46S.mjs +13 -0
  632. package/dist/schema-BAayK46S.mjs.map +1 -0
  633. package/dist/schema-Gqcl-8G4.mjs +815 -0
  634. package/dist/schema-Gqcl-8G4.mjs.map +1 -0
  635. package/dist/scopes-BqPOKoKf.mjs +34 -0
  636. package/dist/scopes-BqPOKoKf.mjs.map +1 -0
  637. package/dist/search-YJKPIEV6.mjs +448 -0
  638. package/dist/search-YJKPIEV6.mjs.map +1 -0
  639. package/dist/sections-BR_e-wK5.mjs +346 -0
  640. package/dist/sections-BR_e-wK5.mjs.map +1 -0
  641. package/dist/seed/index.d.mts +2 -2
  642. package/dist/seed/index.mjs +37 -31
  643. package/dist/seo/index.d.mts +3 -3
  644. package/dist/seo/index.mjs +22 -21
  645. package/dist/seo/index.mjs.map +1 -1
  646. package/dist/seo-Dsj8hy3j.mjs +114 -0
  647. package/dist/seo-Dsj8hy3j.mjs.map +1 -0
  648. package/dist/seo-XvH4LNNp.mjs +133 -0
  649. package/dist/seo-XvH4LNNp.mjs.map +1 -0
  650. package/dist/service-BsVG05gS.mjs +150 -0
  651. package/dist/service-BsVG05gS.mjs.map +1 -0
  652. package/dist/session-user-DgKbYrlj.mjs +51 -0
  653. package/dist/session-user-DgKbYrlj.mjs.map +1 -0
  654. package/dist/settings-CNPUntkh.mjs +51 -0
  655. package/dist/settings-CNPUntkh.mjs.map +1 -0
  656. package/dist/settings-D5EHi0Tk.mjs +439 -0
  657. package/dist/settings-D5EHi0Tk.mjs.map +1 -0
  658. package/dist/settings-DSfE7wOa.mjs +61 -0
  659. package/dist/settings-DSfE7wOa.mjs.map +1 -0
  660. package/dist/setup-complete-B8W8sJ9v.mjs +26 -0
  661. package/dist/setup-complete-B8W8sJ9v.mjs.map +1 -0
  662. package/dist/setup-nonce-DnSBP260.mjs +25 -0
  663. package/dist/setup-nonce-DnSBP260.mjs.map +1 -0
  664. package/dist/site-settings-NGzdrt7O.mjs +50 -0
  665. package/dist/site-settings-NGzdrt7O.mjs.map +1 -0
  666. package/dist/site-url-D6JB7tLW.mjs +16 -0
  667. package/dist/site-url-D6JB7tLW.mjs.map +1 -0
  668. package/dist/snapshot-CdcwwWAf.mjs +414 -0
  669. package/dist/snapshot-CdcwwWAf.mjs.map +1 -0
  670. package/dist/ssrf-Dv0_tRpo.mjs +406 -0
  671. package/dist/ssrf-Dv0_tRpo.mjs.map +1 -0
  672. package/dist/stage-CUjhED3P.mjs +662 -0
  673. package/dist/stage-CUjhED3P.mjs.map +1 -0
  674. package/dist/staged-C36IWXff.mjs +659 -0
  675. package/dist/staged-C36IWXff.mjs.map +1 -0
  676. package/dist/state-CKouMCSY.mjs +153 -0
  677. package/dist/state-CKouMCSY.mjs.map +1 -0
  678. package/dist/status-lzyj4Uu7.mjs +30 -0
  679. package/dist/status-lzyj4Uu7.mjs.map +1 -0
  680. package/dist/storage/local.d.mts +1 -1
  681. package/dist/storage/local.mjs +1 -1
  682. package/dist/storage/s3.d.mts +1 -1
  683. package/dist/storage/s3.mjs +1 -1
  684. package/dist/storage-query-B-cWcTjJ.d.mts +1594 -0
  685. package/dist/storage-query-B-cWcTjJ.d.mts.map +1 -0
  686. package/dist/tar-DsTXX6ch.mjs +449 -0
  687. package/dist/tar-DsTXX6ch.mjs.map +1 -0
  688. package/dist/target-DLQCwp_Z.mjs +27 -0
  689. package/dist/target-DLQCwp_Z.mjs.map +1 -0
  690. package/dist/taxonomies-BlAjr4BL.mjs +697 -0
  691. package/dist/taxonomies-BlAjr4BL.mjs.map +1 -0
  692. package/dist/taxonomies-Byyo7LOZ.mjs +939 -0
  693. package/dist/taxonomies-Byyo7LOZ.mjs.map +1 -0
  694. package/dist/taxonomy-CKDwM61Y.mjs +525 -0
  695. package/dist/taxonomy-CKDwM61Y.mjs.map +1 -0
  696. package/dist/tokens-BojXlk49.mjs +171 -0
  697. package/dist/tokens-BojXlk49.mjs.map +1 -0
  698. package/dist/transaction-DLPQWik1.mjs +29 -0
  699. package/dist/transaction-DLPQWik1.mjs.map +1 -0
  700. package/dist/transfer-XSTh2BCr.mjs +8706 -0
  701. package/dist/transfer-XSTh2BCr.mjs.map +1 -0
  702. package/dist/transfer-download-DkoCDA9d.mjs +33 -0
  703. package/dist/transfer-download-DkoCDA9d.mjs.map +1 -0
  704. package/dist/transfer-iQ26J-RT.mjs +166 -0
  705. package/dist/transfer-iQ26J-RT.mjs.map +1 -0
  706. package/dist/transformations-C7RQabKQ.mjs +196 -0
  707. package/dist/transformations-C7RQabKQ.mjs.map +1 -0
  708. package/dist/transport-D3RulfD6.mjs +136 -0
  709. package/dist/transport-D3RulfD6.mjs.map +1 -0
  710. package/dist/transport-DhlZlf4D.d.mts +42 -0
  711. package/dist/transport-DhlZlf4D.d.mts.map +1 -0
  712. package/dist/trusted-proxy-B6ECOZJc.mjs +51 -0
  713. package/dist/trusted-proxy-B6ECOZJc.mjs.map +1 -0
  714. package/dist/turnstile-lqUiY7lP.mjs +53 -0
  715. package/dist/turnstile-lqUiY7lP.mjs.map +1 -0
  716. package/dist/types-4Dn9bZhu.mjs +77 -0
  717. package/dist/types-4Dn9bZhu.mjs.map +1 -0
  718. package/dist/types-5LSo7PPx.d.mts +85 -0
  719. package/dist/types-5LSo7PPx.d.mts.map +1 -0
  720. package/dist/types-BQ3hwYJT.d.mts +896 -0
  721. package/dist/types-BQ3hwYJT.d.mts.map +1 -0
  722. package/dist/types-BYEk7qo3.d.mts +198 -0
  723. package/dist/types-BYEk7qo3.d.mts.map +1 -0
  724. package/dist/types-CJKsWVFR.mjs +199 -0
  725. package/dist/types-CJKsWVFR.mjs.map +1 -0
  726. package/dist/types-Ca_w8mmY.d.mts +363 -0
  727. package/dist/types-Ca_w8mmY.d.mts.map +1 -0
  728. package/dist/types-CkE41ZAG.mjs +18 -0
  729. package/dist/types-CkE41ZAG.mjs.map +1 -0
  730. package/dist/types-D0aJW2uR.d.mts +1641 -0
  731. package/dist/types-D0aJW2uR.d.mts.map +1 -0
  732. package/dist/types-DbpN4Qto.d.mts +372 -0
  733. package/dist/types-DbpN4Qto.d.mts.map +1 -0
  734. package/dist/types-ILDI1sdY.mjs +16 -0
  735. package/dist/types-ILDI1sdY.mjs.map +1 -0
  736. package/dist/types-OC5c-edM.mjs +22 -0
  737. package/dist/types-OC5c-edM.mjs.map +1 -0
  738. package/dist/types-aOOxRSx6.mjs +103 -0
  739. package/dist/types-aOOxRSx6.mjs.map +1 -0
  740. package/dist/types-m1WbUffD.d.mts +198 -0
  741. package/dist/types-m1WbUffD.d.mts.map +1 -0
  742. package/dist/types-uxLoPBio.d.mts +124 -0
  743. package/dist/types-uxLoPBio.d.mts.map +1 -0
  744. package/dist/types-we5uR-tV.d.mts +287 -0
  745. package/dist/types-we5uR-tV.d.mts.map +1 -0
  746. package/dist/upload-attempts-DduMy6B0.mjs +32 -0
  747. package/dist/upload-attempts-DduMy6B0.mjs.map +1 -0
  748. package/dist/url-pattern-B3EwxAAk.mjs +33 -0
  749. package/dist/url-pattern-B3EwxAAk.mjs.map +1 -0
  750. package/dist/user-ElwQjTQT.mjs +171 -0
  751. package/dist/user-ElwQjTQT.mjs.map +1 -0
  752. package/dist/utils-BlAXmfOG.mjs +439 -0
  753. package/dist/utils-BlAXmfOG.mjs.map +1 -0
  754. package/dist/validate-CH0X5b2c.d.mts +468 -0
  755. package/dist/validate-CH0X5b2c.d.mts.map +1 -0
  756. package/dist/validate-CfgRpcjA.mjs +492 -0
  757. package/dist/validate-CfgRpcjA.mjs.map +1 -0
  758. package/dist/validation-DvYJtv4k.mjs +218 -0
  759. package/dist/validation-DvYJtv4k.mjs.map +1 -0
  760. package/dist/version-DgYjhTud.mjs +9 -0
  761. package/dist/version-DgYjhTud.mjs.map +1 -0
  762. package/dist/version-Dq71scUb.mjs +7 -0
  763. package/dist/version-Dq71scUb.mjs.map +1 -0
  764. package/dist/widgets-ChFIj0be.mjs +126 -0
  765. package/dist/widgets-ChFIj0be.mjs.map +1 -0
  766. package/dist/wxr-taxonomies-CBZMp2YX.mjs +372 -0
  767. package/dist/wxr-taxonomies-CBZMp2YX.mjs.map +1 -0
  768. package/dist/wxr-taxonomies-DlKDpWN1.d.mts +34 -0
  769. package/dist/wxr-taxonomies-DlKDpWN1.d.mts.map +1 -0
  770. package/dist/zod-generator-DmTKI-Ig.mjs +426 -0
  771. package/dist/zod-generator-DmTKI-Ig.mjs.map +1 -0
  772. package/package.json +7 -6
  773. package/src/api/handlers/content.ts +593 -16
  774. package/src/api/handlers/device-flow.ts +74 -21
  775. package/src/api/handlers/index.ts +1 -0
  776. package/src/api/handlers/manifest.ts +79 -5
  777. package/src/api/handlers/media-upload.ts +17 -71
  778. package/src/api/handlers/media.ts +97 -3
  779. package/src/api/handlers/relations.ts +638 -157
  780. package/src/api/handlers/revision.ts +30 -0
  781. package/src/api/handlers/schema.ts +403 -1
  782. package/src/api/handlers/snapshot.ts +257 -3
  783. package/src/api/handlers/staged-references.ts +142 -0
  784. package/src/api/handlers/validate-references.ts +146 -0
  785. package/src/api/schemas/content.ts +13 -0
  786. package/src/api/schemas/relations.ts +54 -44
  787. package/src/api/schemas/schema.ts +14 -0
  788. package/src/astro/integration/routes.ts +15 -19
  789. package/src/astro/integration/vite-config.ts +10 -4
  790. package/src/astro/middleware.ts +1 -0
  791. package/src/astro/routes/api/content/[collection]/[id]/references/[relation]/children.ts +11 -54
  792. package/src/astro/routes/api/content/[collection]/[id].ts +3 -1
  793. package/src/astro/routes/api/oauth/device/authorize.ts +33 -4
  794. package/src/astro/routes/api/relations/index.ts +4 -4
  795. package/src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts +6 -2
  796. package/src/astro/routes/api/setup/index.ts +66 -23
  797. package/src/astro/routes/api/snapshot.ts +2 -1
  798. package/src/astro/types.ts +10 -0
  799. package/src/cleanup.ts +10 -0
  800. package/src/cli/commands/export-seed.ts +510 -89
  801. package/src/components/Columns.astro +3 -1
  802. package/src/components/Cover.astro +3 -1
  803. package/src/components/WidgetArea.astro +3 -2
  804. package/src/database/migrations/086_relations_structural.ts +197 -0
  805. package/src/database/migrations/087_reference_field_relations.ts +407 -0
  806. package/src/database/migrations/runner.ts +4 -0
  807. package/src/database/reference-backfill.ts +141 -0
  808. package/src/database/repositories/content.ts +43 -8
  809. package/src/database/repositories/media.ts +40 -1
  810. package/src/database/repositories/redirect.ts +17 -34
  811. package/src/database/repositories/relation.ts +620 -208
  812. package/src/database/repositories/revision.ts +16 -0
  813. package/src/database/repositories/types.ts +38 -0
  814. package/src/database/transaction.ts +12 -1
  815. package/src/database/types.ts +14 -5
  816. package/src/emdash-runtime.ts +114 -11
  817. package/src/index.ts +11 -0
  818. package/src/loader.ts +169 -22
  819. package/src/mcp/server.ts +13 -48
  820. package/src/query.ts +455 -25
  821. package/src/references/field-map.ts +115 -0
  822. package/src/references/resolve.ts +160 -0
  823. package/src/references/staged.ts +117 -0
  824. package/src/references/types.ts +16 -0
  825. package/src/registry/artifact-fetch.ts +45 -271
  826. package/src/schema/registry.ts +99 -24
  827. package/src/schema/types.ts +58 -0
  828. package/src/schema/zod-generator.ts +67 -1
  829. package/src/seed/apply.ts +841 -103
  830. package/src/seed/types.ts +36 -2
  831. package/src/seed/validate.ts +78 -2
  832. package/src/transfer/analyze/unique-keys.ts +3 -12
  833. package/src/transfer/analyze/validate.ts +65 -39
  834. package/src/transfer/analyze/values.ts +12 -1
  835. package/src/transfer/export/readers.ts +12 -8
  836. package/src/transfer/format/columns.ts +26 -6
  837. package/src/transfer/format/kinds.ts +21 -5
  838. package/src/transfer/import/context.ts +8 -1
  839. package/src/transfer/ops/package-index.ts +1 -1
  840. package/dist/action-token-DYwe4Pk0.mjs +0 -26
  841. package/dist/action-token-DYwe4Pk0.mjs.map +0 -1
  842. package/dist/activation-LOkDM5WT.mjs +0 -382
  843. package/dist/activation-LOkDM5WT.mjs.map +0 -1
  844. package/dist/adapters-B64LbYcB.d.mts +0 -171
  845. package/dist/adapters-B64LbYcB.d.mts.map +0 -1
  846. package/dist/allowed-origins-CHB8oZNM.mjs +0 -116
  847. package/dist/allowed-origins-CHB8oZNM.mjs.map +0 -1
  848. package/dist/api-cFFZpyS0.mjs +0 -4718
  849. package/dist/api-cFFZpyS0.mjs.map +0 -1
  850. package/dist/api-tokens-s4i4aUp_.mjs +0 -166
  851. package/dist/api-tokens-s4i4aUp_.mjs.map +0 -1
  852. package/dist/apply-CoT603H3.mjs +0 -1163
  853. package/dist/apply-CoT603H3.mjs.map +0 -1
  854. package/dist/approvals-CqMfNxak.mjs +0 -460
  855. package/dist/approvals-CqMfNxak.mjs.map +0 -1
  856. package/dist/artifact-fetch-DZMOGZ3-.mjs +0 -818
  857. package/dist/artifact-fetch-DZMOGZ3-.mjs.map +0 -1
  858. package/dist/astro/routes/api/relations/_id_/translations.d.mts +0 -8
  859. package/dist/astro/routes/api/relations/_id_/translations.d.mts.map +0 -1
  860. package/dist/astro/routes/api/relations/_id_/translations.mjs +0 -47
  861. package/dist/astro/routes/api/relations/_id_/translations.mjs.map +0 -1
  862. package/dist/audit-RfCugiSB.mjs +0 -127
  863. package/dist/audit-RfCugiSB.mjs.map +0 -1
  864. package/dist/authoritative-records-CoJvBXAD.mjs +0 -5172
  865. package/dist/authoritative-records-CoJvBXAD.mjs.map +0 -1
  866. package/dist/authorize-seCifOMJ.mjs +0 -49
  867. package/dist/authorize-seCifOMJ.mjs.map +0 -1
  868. package/dist/backup-CBu0LrXf.mjs +0 -246
  869. package/dist/backup-CBu0LrXf.mjs.map +0 -1
  870. package/dist/block-type-registry-DUI_3KxT.mjs +0 -6709
  871. package/dist/block-type-registry-DUI_3KxT.mjs.map +0 -1
  872. package/dist/block-types-BmZmLmAD.mjs +0 -132
  873. package/dist/block-types-BmZmLmAD.mjs.map +0 -1
  874. package/dist/block-values-C_VIPr5t.mjs +0 -175
  875. package/dist/block-values-C_VIPr5t.mjs.map +0 -1
  876. package/dist/byline-DYmkXqvo.mjs +0 -909
  877. package/dist/byline-DYmkXqvo.mjs.map +0 -1
  878. package/dist/byline-fields-D28AT-Fh.mjs +0 -123
  879. package/dist/byline-fields-D28AT-Fh.mjs.map +0 -1
  880. package/dist/byline-registry-gnKscbQX.mjs +0 -406
  881. package/dist/byline-registry-gnKscbQX.mjs.map +0 -1
  882. package/dist/bylines-BPwJqoYH.mjs +0 -232
  883. package/dist/bylines-BPwJqoYH.mjs.map +0 -1
  884. package/dist/bylines-ukLaYpVZ.mjs +0 -214
  885. package/dist/bylines-ukLaYpVZ.mjs.map +0 -1
  886. package/dist/cache-m7UEkRFV.mjs +0 -108
  887. package/dist/cache-m7UEkRFV.mjs.map +0 -1
  888. package/dist/canonical-YhEQezjg.mjs +0 -174
  889. package/dist/canonical-YhEQezjg.mjs.map +0 -1
  890. package/dist/capture-triggers-kJyl_yyM.mjs +0 -362
  891. package/dist/capture-triggers-kJyl_yyM.mjs.map +0 -1
  892. package/dist/challenge-store-ppU6Uv13.mjs +0 -51
  893. package/dist/challenge-store-ppU6Uv13.mjs.map +0 -1
  894. package/dist/checksum-B2IINIlN.mjs +0 -162
  895. package/dist/checksum-B2IINIlN.mjs.map +0 -1
  896. package/dist/chrome-tags-DApCQSIk.mjs +0 -24
  897. package/dist/chrome-tags-DApCQSIk.mjs.map +0 -1
  898. package/dist/chunks-Dms7Uxbt.mjs +0 -25
  899. package/dist/chunks-Dms7Uxbt.mjs.map +0 -1
  900. package/dist/collection-deletion-BIm28mo3.mjs +0 -436
  901. package/dist/collection-deletion-BIm28mo3.mjs.map +0 -1
  902. package/dist/collection-deletion-processor-Br6rxs3u.mjs +0 -217
  903. package/dist/collection-deletion-processor-Br6rxs3u.mjs.map +0 -1
  904. package/dist/collection-slugs-cache-CjGk__zp.mjs +0 -85
  905. package/dist/collection-slugs-cache-CjGk__zp.mjs.map +0 -1
  906. package/dist/comment-CrBl22OF.mjs +0 -313
  907. package/dist/comment-CrBl22OF.mjs.map +0 -1
  908. package/dist/comment-reaction-JEQ2Fpd8.mjs +0 -85
  909. package/dist/comment-reaction-JEQ2Fpd8.mjs.map +0 -1
  910. package/dist/comments-2ah9du9y.mjs +0 -195
  911. package/dist/comments-2ah9du9y.mjs.map +0 -1
  912. package/dist/comments-fHZ8ON9O.mjs +0 -99
  913. package/dist/comments-fHZ8ON9O.mjs.map +0 -1
  914. package/dist/components-CXbq7CSM.mjs +0 -108
  915. package/dist/components-CXbq7CSM.mjs.map +0 -1
  916. package/dist/config-5ii2haYu.d.mts +0 -6528
  917. package/dist/config-5ii2haYu.d.mts.map +0 -1
  918. package/dist/config-IhybvkIQ.mjs +0 -242
  919. package/dist/config-IhybvkIQ.mjs.map +0 -1
  920. package/dist/config-Py43JK9r.d.mts +0 -39
  921. package/dist/config-Py43JK9r.d.mts.map +0 -1
  922. package/dist/content-DFaIEDj9.mjs +0 -2281
  923. package/dist/content-DFaIEDj9.mjs.map +0 -1
  924. package/dist/content-list-query-Dra4Dalc.d.mts +0 -26
  925. package/dist/content-list-query-Dra4Dalc.d.mts.map +0 -1
  926. package/dist/content-policy-DFNw91-d.mjs +0 -46
  927. package/dist/content-policy-DFNw91-d.mjs.map +0 -1
  928. package/dist/content-repair-Q8IUrpLL.mjs +0 -442
  929. package/dist/content-repair-Q8IUrpLL.mjs.map +0 -1
  930. package/dist/context-BeGccdUX.mjs +0 -1921
  931. package/dist/context-BeGccdUX.mjs.map +0 -1
  932. package/dist/cron-7DCJwPXq.mjs +0 -284
  933. package/dist/cron-7DCJwPXq.mjs.map +0 -1
  934. package/dist/dashboard-DjrB-xxZ.mjs +0 -151
  935. package/dist/dashboard-DjrB-xxZ.mjs.map +0 -1
  936. package/dist/default-DQ6vsviu.mjs +0 -81
  937. package/dist/default-DQ6vsviu.mjs.map +0 -1
  938. package/dist/deferred-tasks-BPxXUB4x.d.mts +0 -9
  939. package/dist/deferred-tasks-BPxXUB4x.d.mts.map +0 -1
  940. package/dist/dev-typegen-CZaPLl3V.mjs +0 -29
  941. package/dist/dev-typegen-CZaPLl3V.mjs.map +0 -1
  942. package/dist/device-flow-CRd6DXmW.mjs +0 -466
  943. package/dist/device-flow-CRd6DXmW.mjs.map +0 -1
  944. package/dist/digest-BarSh-pN.mjs +0 -194
  945. package/dist/digest-BarSh-pN.mjs.map +0 -1
  946. package/dist/direct-executor-BmuFJJZV.mjs +0 -104
  947. package/dist/direct-executor-BmuFJJZV.mjs.map +0 -1
  948. package/dist/dist-BNwANFJR.mjs +0 -810
  949. package/dist/dist-BNwANFJR.mjs.map +0 -1
  950. package/dist/email-console-bJn3ctqA.mjs +0 -50
  951. package/dist/email-console-bJn3ctqA.mjs.map +0 -1
  952. package/dist/email-locale-CN6WAMx0.mjs +0 -25
  953. package/dist/email-locale-CN6WAMx0.mjs.map +0 -1
  954. package/dist/emdash-runtime-DAjghyEG.mjs +0 -4186
  955. package/dist/emdash-runtime-DAjghyEG.mjs.map +0 -1
  956. package/dist/enrich-Dl3kZ-lP.mjs +0 -194
  957. package/dist/enrich-Dl3kZ-lP.mjs.map +0 -1
  958. package/dist/entry-lock-BJYdBfXb.mjs +0 -1097
  959. package/dist/entry-lock-BJYdBfXb.mjs.map +0 -1
  960. package/dist/entry-lock-DHQOxN7R.mjs +0 -163
  961. package/dist/entry-lock-DHQOxN7R.mjs.map +0 -1
  962. package/dist/entry-lock-DVhCt49A.d.mts +0 -4368
  963. package/dist/entry-lock-DVhCt49A.d.mts.map +0 -1
  964. package/dist/entry-locks-D0foLdjQ.mjs +0 -167
  965. package/dist/entry-locks-D0foLdjQ.mjs.map +0 -1
  966. package/dist/error-CfvOHP0M.mjs +0 -90
  967. package/dist/error-CfvOHP0M.mjs.map +0 -1
  968. package/dist/errors-BF0_LFhW.mjs +0 -460
  969. package/dist/errors-BF0_LFhW.mjs.map +0 -1
  970. package/dist/errors-DgE1zJGG.mjs +0 -120
  971. package/dist/errors-DgE1zJGG.mjs.map +0 -1
  972. package/dist/escape-CuaZhZvL.mjs +0 -9
  973. package/dist/escape-CuaZhZvL.mjs.map +0 -1
  974. package/dist/fence-CMDXJYc_.mjs +0 -162
  975. package/dist/fence-CMDXJYc_.mjs.map +0 -1
  976. package/dist/field-defs-cache-HIgBbqZZ.mjs +0 -77
  977. package/dist/field-defs-cache-HIgBbqZZ.mjs.map +0 -1
  978. package/dist/focal-point-Gr34o-4o.mjs +0 -23
  979. package/dist/focal-point-Gr34o-4o.mjs.map +0 -1
  980. package/dist/fts-manager-S-K0laoS.mjs +0 -443
  981. package/dist/fts-manager-S-K0laoS.mjs.map +0 -1
  982. package/dist/gc-DjKY0Ay1.mjs +0 -75
  983. package/dist/gc-DjKY0Ay1.mjs.map +0 -1
  984. package/dist/hash-SDAW6zC-.mjs +0 -37
  985. package/dist/hash-SDAW6zC-.mjs.map +0 -1
  986. package/dist/hook-result-B5bXDgS2.d.mts +0 -31
  987. package/dist/hook-result-B5bXDgS2.d.mts.map +0 -1
  988. package/dist/hreflang-D5uNnsGJ.d.mts +0 -50
  989. package/dist/hreflang-D5uNnsGJ.d.mts.map +0 -1
  990. package/dist/hreflang-DMFBL2eb.mjs +0 -105
  991. package/dist/hreflang-DMFBL2eb.mjs.map +0 -1
  992. package/dist/http-route-dispatch-BitqzwMy.mjs +0 -339
  993. package/dist/http-route-dispatch-BitqzwMy.mjs.map +0 -1
  994. package/dist/identity-IyNWwXr6.mjs +0 -35
  995. package/dist/identity-IyNWwXr6.mjs.map +0 -1
  996. package/dist/import-C3JZplWq.mjs +0 -2020
  997. package/dist/import-C3JZplWq.mjs.map +0 -1
  998. package/dist/index-D-hdtLe8.d.mts +0 -623
  999. package/dist/index-D-hdtLe8.d.mts.map +0 -1
  1000. package/dist/install-finalization-DfM1fj5x.mjs +0 -58
  1001. package/dist/install-finalization-DfM1fj5x.mjs.map +0 -1
  1002. package/dist/keys-yxLm5l35.mjs +0 -61
  1003. package/dist/keys-yxLm5l35.mjs.map +0 -1
  1004. package/dist/kinds-CRu_T5T5.mjs +0 -961
  1005. package/dist/kinds-CRu_T5T5.mjs.map +0 -1
  1006. package/dist/lifecycle-BzeGPeQ-.mjs +0 -25
  1007. package/dist/lifecycle-BzeGPeQ-.mjs.map +0 -1
  1008. package/dist/load-XgJiE6_3.mjs +0 -28
  1009. package/dist/load-XgJiE6_3.mjs.map +0 -1
  1010. package/dist/loader-BzqeR1ZN.mjs +0 -1086
  1011. package/dist/loader-BzqeR1ZN.mjs.map +0 -1
  1012. package/dist/loops-BQSzv5Zn.mjs +0 -203
  1013. package/dist/loops-BQSzv5Zn.mjs.map +0 -1
  1014. package/dist/manifest-builder-B8zR-73J.mjs +0 -189
  1015. package/dist/manifest-builder-B8zR-73J.mjs.map +0 -1
  1016. package/dist/manifest-schema-CY3zng_M.mjs +0 -492
  1017. package/dist/manifest-schema-CY3zng_M.mjs.map +0 -1
  1018. package/dist/media-Pu1L6xir.mjs +0 -408
  1019. package/dist/media-Pu1L6xir.mjs.map +0 -1
  1020. package/dist/media-Qp5S3eH3.mjs +0 -355
  1021. package/dist/media-Qp5S3eH3.mjs.map +0 -1
  1022. package/dist/media-allowlist-BSoa9Vvm.mjs +0 -44
  1023. package/dist/media-allowlist-BSoa9Vvm.mjs.map +0 -1
  1024. package/dist/media-folders-BE0oo2eX.mjs +0 -210
  1025. package/dist/media-folders-BE0oo2eX.mjs.map +0 -1
  1026. package/dist/media-h7tOiDLj.mjs +0 -221
  1027. package/dist/media-h7tOiDLj.mjs.map +0 -1
  1028. package/dist/media-url-jArBpzIG.mjs +0 -43
  1029. package/dist/media-url-jArBpzIG.mjs.map +0 -1
  1030. package/dist/media-usage-My-Vi-ex.mjs +0 -1629
  1031. package/dist/media-usage-My-Vi-ex.mjs.map +0 -1
  1032. package/dist/media-usage-activation-HKp7zk7W.mjs +0 -78
  1033. package/dist/media-usage-activation-HKp7zk7W.mjs.map +0 -1
  1034. package/dist/media-usage-work-C2OZLCAd.mjs +0 -586
  1035. package/dist/media-usage-work-C2OZLCAd.mjs.map +0 -1
  1036. package/dist/media-usage-work-DwUNbgvS.mjs +0 -152
  1037. package/dist/media-usage-work-DwUNbgvS.mjs.map +0 -1
  1038. package/dist/menus-BM7BPLOb.mjs +0 -139
  1039. package/dist/menus-BM7BPLOb.mjs.map +0 -1
  1040. package/dist/menus-ITeAbcIF.mjs +0 -753
  1041. package/dist/menus-ITeAbcIF.mjs.map +0 -1
  1042. package/dist/menus-TsSGmSR4.mjs +0 -3608
  1043. package/dist/menus-TsSGmSR4.mjs.map +0 -1
  1044. package/dist/mime-ChLqYwDk.mjs +0 -36
  1045. package/dist/mime-ChLqYwDk.mjs.map +0 -1
  1046. package/dist/mode-CCuKXUci.mjs +0 -23
  1047. package/dist/mode-CCuKXUci.mjs.map +0 -1
  1048. package/dist/node-sqlite-compat-CONMsl-x.mjs +0 -46
  1049. package/dist/node-sqlite-compat-CONMsl-x.mjs.map +0 -1
  1050. package/dist/normalize-CO2P8-iE.mjs +0 -191
  1051. package/dist/normalize-CO2P8-iE.mjs.map +0 -1
  1052. package/dist/oauth-authorization-DlMIL5_h.mjs +0 -274
  1053. package/dist/oauth-authorization-DlMIL5_h.mjs.map +0 -1
  1054. package/dist/oauth-clients-Djq9r_KP.mjs +0 -266
  1055. package/dist/oauth-clients-Djq9r_KP.mjs.map +0 -1
  1056. package/dist/oauth-state-store-BbjnZXNC.mjs +0 -50
  1057. package/dist/oauth-state-store-BbjnZXNC.mjs.map +0 -1
  1058. package/dist/oauth-user-lookup-vue9a64A.mjs +0 -26
  1059. package/dist/oauth-user-lookup-vue9a64A.mjs.map +0 -1
  1060. package/dist/options-SQCHQCPH.d.mts +0 -81
  1061. package/dist/options-SQCHQCPH.d.mts.map +0 -1
  1062. package/dist/parse-CVgO-Qai.d.mts +0 -168
  1063. package/dist/parse-CVgO-Qai.d.mts.map +0 -1
  1064. package/dist/parse-DY6OD1j_.mjs +0 -81
  1065. package/dist/parse-DY6OD1j_.mjs.map +0 -1
  1066. package/dist/passkey-config-X_H8128a.mjs +0 -46
  1067. package/dist/passkey-config-X_H8128a.mjs.map +0 -1
  1068. package/dist/paths-JxokKIbr.mjs +0 -77
  1069. package/dist/paths-JxokKIbr.mjs.map +0 -1
  1070. package/dist/patterns-BhAvqO0S.mjs +0 -145
  1071. package/dist/patterns-BhAvqO0S.mjs.map +0 -1
  1072. package/dist/placeholder-MSEd8gty.d.mts +0 -306
  1073. package/dist/placeholder-MSEd8gty.d.mts.map +0 -1
  1074. package/dist/plan-xjcWrAah.mjs +0 -135
  1075. package/dist/plan-xjcWrAah.mjs.map +0 -1
  1076. package/dist/plugins-DUXUt8B9.mjs +0 -277
  1077. package/dist/plugins-DUXUt8B9.mjs.map +0 -1
  1078. package/dist/policy-CUvwAARc.mjs +0 -45
  1079. package/dist/policy-CUvwAARc.mjs.map +0 -1
  1080. package/dist/portable-text-5O_ZGUjB.mjs +0 -307
  1081. package/dist/portable-text-5O_ZGUjB.mjs.map +0 -1
  1082. package/dist/preview-CIUcPYr6.mjs +0 -107
  1083. package/dist/preview-CIUcPYr6.mjs.map +0 -1
  1084. package/dist/protocol-B97DZaFr.d.mts +0 -61
  1085. package/dist/protocol-B97DZaFr.d.mts.map +0 -1
  1086. package/dist/public-submission-BFBUrqst.mjs +0 -250
  1087. package/dist/public-submission-BFBUrqst.mjs.map +0 -1
  1088. package/dist/public-url-Bn7U0D7-.mjs +0 -101
  1089. package/dist/public-url-Bn7U0D7-.mjs.map +0 -1
  1090. package/dist/query-B48peoRT.mjs +0 -890
  1091. package/dist/query-B48peoRT.mjs.map +0 -1
  1092. package/dist/query-C4IH0uhR.mjs +0 -41
  1093. package/dist/query-C4IH0uhR.mjs.map +0 -1
  1094. package/dist/rate-limit-BZ6nybgc.mjs +0 -120
  1095. package/dist/rate-limit-BZ6nybgc.mjs.map +0 -1
  1096. package/dist/receipt-B4wJj5Jq.mjs +0 -43
  1097. package/dist/receipt-B4wJj5Jq.mjs.map +0 -1
  1098. package/dist/redirect-Cd1E7VUt.mjs +0 -17
  1099. package/dist/redirect-Cd1E7VUt.mjs.map +0 -1
  1100. package/dist/redirect-iJf5fltD.mjs +0 -415
  1101. package/dist/redirect-iJf5fltD.mjs.map +0 -1
  1102. package/dist/redirects-CYu1u1aK.mjs +0 -446
  1103. package/dist/redirects-CYu1u1aK.mjs.map +0 -1
  1104. package/dist/redirects-Cv9apQKj.mjs +0 -148
  1105. package/dist/redirects-Cv9apQKj.mjs.map +0 -1
  1106. package/dist/relation-M4NUCb0b.mjs +0 -334
  1107. package/dist/relation-M4NUCb0b.mjs.map +0 -1
  1108. package/dist/relations-CCif47Oq.mjs +0 -403
  1109. package/dist/relations-CCif47Oq.mjs.map +0 -1
  1110. package/dist/relations-CK9CYUyr.mjs +0 -310
  1111. package/dist/relations-CK9CYUyr.mjs.map +0 -1
  1112. package/dist/request-cache-DzLYKm_x.mjs +0 -104
  1113. package/dist/request-cache-DzLYKm_x.mjs.map +0 -1
  1114. package/dist/request-meta-sZXt3sRo.mjs +0 -141
  1115. package/dist/request-meta-sZXt3sRo.mjs.map +0 -1
  1116. package/dist/resolve-2WbQsCvT.mjs +0 -199
  1117. package/dist/resolve-2WbQsCvT.mjs.map +0 -1
  1118. package/dist/route-wire--1hLuACz.mjs +0 -197
  1119. package/dist/route-wire--1hLuACz.mjs.map +0 -1
  1120. package/dist/routes-CUsM40Cc.mjs +0 -272
  1121. package/dist/routes-CUsM40Cc.mjs.map +0 -1
  1122. package/dist/runner-1y4J9fJB.mjs +0 -5742
  1123. package/dist/runner-1y4J9fJB.mjs.map +0 -1
  1124. package/dist/runner-D5_LzKXI.d.mts +0 -68
  1125. package/dist/runner-D5_LzKXI.d.mts.map +0 -1
  1126. package/dist/schema-BABiRdsH.mjs +0 -13
  1127. package/dist/schema-BABiRdsH.mjs.map +0 -1
  1128. package/dist/schema-Du3MzCG0.mjs +0 -446
  1129. package/dist/schema-Du3MzCG0.mjs.map +0 -1
  1130. package/dist/scopes-Dbk-ElhT.mjs +0 -34
  1131. package/dist/scopes-Dbk-ElhT.mjs.map +0 -1
  1132. package/dist/search-Bt1PL1jf.mjs +0 -448
  1133. package/dist/search-Bt1PL1jf.mjs.map +0 -1
  1134. package/dist/sections-Ddptx_o9.mjs +0 -346
  1135. package/dist/sections-Ddptx_o9.mjs.map +0 -1
  1136. package/dist/seo-CZT2oLtT.mjs +0 -114
  1137. package/dist/seo-CZT2oLtT.mjs.map +0 -1
  1138. package/dist/seo-D5w3-Azy.mjs +0 -133
  1139. package/dist/seo-D5w3-Azy.mjs.map +0 -1
  1140. package/dist/service-DuykXPyW.mjs +0 -150
  1141. package/dist/service-DuykXPyW.mjs.map +0 -1
  1142. package/dist/session-user-BhaVp8w0.mjs +0 -51
  1143. package/dist/session-user-BhaVp8w0.mjs.map +0 -1
  1144. package/dist/settings-2xNYr90o.mjs +0 -51
  1145. package/dist/settings-2xNYr90o.mjs.map +0 -1
  1146. package/dist/settings-CgjRWGW9.mjs +0 -439
  1147. package/dist/settings-CgjRWGW9.mjs.map +0 -1
  1148. package/dist/settings-DYidIB26.mjs +0 -61
  1149. package/dist/settings-DYidIB26.mjs.map +0 -1
  1150. package/dist/setup-complete-bOogcHWG.mjs +0 -26
  1151. package/dist/setup-complete-bOogcHWG.mjs.map +0 -1
  1152. package/dist/setup-nonce-0EGuKM4s.mjs +0 -25
  1153. package/dist/setup-nonce-0EGuKM4s.mjs.map +0 -1
  1154. package/dist/site-settings-DOgRUoFX.mjs +0 -50
  1155. package/dist/site-settings-DOgRUoFX.mjs.map +0 -1
  1156. package/dist/site-url-BU_bbxwj.mjs +0 -16
  1157. package/dist/site-url-BU_bbxwj.mjs.map +0 -1
  1158. package/dist/snapshot-CugwUqKQ.mjs +0 -237
  1159. package/dist/snapshot-CugwUqKQ.mjs.map +0 -1
  1160. package/dist/ssrf-CJUnJymJ.mjs +0 -406
  1161. package/dist/ssrf-CJUnJymJ.mjs.map +0 -1
  1162. package/dist/stage-DgrBz_du.mjs +0 -662
  1163. package/dist/stage-DgrBz_du.mjs.map +0 -1
  1164. package/dist/state-DDiPySSG.mjs +0 -153
  1165. package/dist/state-DDiPySSG.mjs.map +0 -1
  1166. package/dist/status-DZKIG4a9.mjs +0 -30
  1167. package/dist/status-DZKIG4a9.mjs.map +0 -1
  1168. package/dist/storage-query-Bdv7A62k.d.mts +0 -1576
  1169. package/dist/storage-query-Bdv7A62k.d.mts.map +0 -1
  1170. package/dist/tar-_1AgTYFu.mjs +0 -449
  1171. package/dist/tar-_1AgTYFu.mjs.map +0 -1
  1172. package/dist/target-_7pn2Gbg.mjs +0 -27
  1173. package/dist/target-_7pn2Gbg.mjs.map +0 -1
  1174. package/dist/taxonomies-C1IwNe8Q.mjs +0 -697
  1175. package/dist/taxonomies-C1IwNe8Q.mjs.map +0 -1
  1176. package/dist/taxonomies-C_XMoRcX.mjs +0 -939
  1177. package/dist/taxonomies-C_XMoRcX.mjs.map +0 -1
  1178. package/dist/taxonomy-C3Fu1YeH.mjs +0 -525
  1179. package/dist/taxonomy-C3Fu1YeH.mjs.map +0 -1
  1180. package/dist/tokens-u78jETkX.mjs +0 -171
  1181. package/dist/tokens-u78jETkX.mjs.map +0 -1
  1182. package/dist/transaction-BcJO4Tmc.mjs +0 -29
  1183. package/dist/transaction-BcJO4Tmc.mjs.map +0 -1
  1184. package/dist/transfer-BhUCrgDc.mjs +0 -8675
  1185. package/dist/transfer-BhUCrgDc.mjs.map +0 -1
  1186. package/dist/transfer-DIGvR9Af.mjs +0 -166
  1187. package/dist/transfer-DIGvR9Af.mjs.map +0 -1
  1188. package/dist/transfer-download-Pml7RMio.mjs +0 -33
  1189. package/dist/transfer-download-Pml7RMio.mjs.map +0 -1
  1190. package/dist/transformations-9gfpwY65.mjs +0 -196
  1191. package/dist/transformations-9gfpwY65.mjs.map +0 -1
  1192. package/dist/transport-BIfH7_hx.d.mts +0 -42
  1193. package/dist/transport-BIfH7_hx.d.mts.map +0 -1
  1194. package/dist/transport-DKWIq53q.mjs +0 -136
  1195. package/dist/transport-DKWIq53q.mjs.map +0 -1
  1196. package/dist/trusted-proxy-tKiVtyTD.mjs +0 -51
  1197. package/dist/trusted-proxy-tKiVtyTD.mjs.map +0 -1
  1198. package/dist/turnstile-DpsoyOfg.mjs +0 -53
  1199. package/dist/turnstile-DpsoyOfg.mjs.map +0 -1
  1200. package/dist/types-B4sUC2p1.d.mts +0 -198
  1201. package/dist/types-B4sUC2p1.d.mts.map +0 -1
  1202. package/dist/types-B7Lmsh1E.d.mts +0 -887
  1203. package/dist/types-B7Lmsh1E.d.mts.map +0 -1
  1204. package/dist/types-BZakh7Ym.mjs +0 -22
  1205. package/dist/types-BZakh7Ym.mjs.map +0 -1
  1206. package/dist/types-B_CppEmv.d.mts +0 -264
  1207. package/dist/types-B_CppEmv.d.mts.map +0 -1
  1208. package/dist/types-BcrBrE6-.mjs +0 -159
  1209. package/dist/types-BcrBrE6-.mjs.map +0 -1
  1210. package/dist/types-BkUg2yHx.mjs +0 -92
  1211. package/dist/types-BkUg2yHx.mjs.map +0 -1
  1212. package/dist/types-CAZgq9fO.d.mts +0 -124
  1213. package/dist/types-CAZgq9fO.d.mts.map +0 -1
  1214. package/dist/types-Cd-O03VG.d.mts +0 -363
  1215. package/dist/types-Cd-O03VG.d.mts.map +0 -1
  1216. package/dist/types-Cr-Kg-3D.d.mts +0 -1641
  1217. package/dist/types-Cr-Kg-3D.d.mts.map +0 -1
  1218. package/dist/types-D2fvWd1i.d.mts +0 -359
  1219. package/dist/types-D2fvWd1i.d.mts.map +0 -1
  1220. package/dist/types-D7HUsguf.mjs +0 -77
  1221. package/dist/types-D7HUsguf.mjs.map +0 -1
  1222. package/dist/types-DA1Te3Oy.d.mts +0 -198
  1223. package/dist/types-DA1Te3Oy.d.mts.map +0 -1
  1224. package/dist/types-DhV6Q5bP.mjs +0 -18
  1225. package/dist/types-DhV6Q5bP.mjs.map +0 -1
  1226. package/dist/types-DnnVSl6Y.d.mts +0 -85
  1227. package/dist/types-DnnVSl6Y.d.mts.map +0 -1
  1228. package/dist/types-VT4-BugW.mjs +0 -16
  1229. package/dist/types-VT4-BugW.mjs.map +0 -1
  1230. package/dist/upload-attempts-B68ZGNu9.mjs +0 -32
  1231. package/dist/upload-attempts-B68ZGNu9.mjs.map +0 -1
  1232. package/dist/url-pattern-CCeZMGOh.mjs +0 -33
  1233. package/dist/url-pattern-CCeZMGOh.mjs.map +0 -1
  1234. package/dist/user-DDSL-sGw.mjs +0 -171
  1235. package/dist/user-DDSL-sGw.mjs.map +0 -1
  1236. package/dist/utils-DdhmO9w9.mjs +0 -439
  1237. package/dist/utils-DdhmO9w9.mjs.map +0 -1
  1238. package/dist/validate-CHosPEhs.mjs +0 -453
  1239. package/dist/validate-CHosPEhs.mjs.map +0 -1
  1240. package/dist/validate-CM79QXYE.d.mts +0 -432
  1241. package/dist/validate-CM79QXYE.d.mts.map +0 -1
  1242. package/dist/validation-BFecQczG.mjs +0 -218
  1243. package/dist/validation-BFecQczG.mjs.map +0 -1
  1244. package/dist/version-BRZXVifl.mjs +0 -9
  1245. package/dist/version-BRZXVifl.mjs.map +0 -1
  1246. package/dist/version-DUQDHgrf.mjs +0 -7
  1247. package/dist/version-DUQDHgrf.mjs.map +0 -1
  1248. package/dist/widgets-WdV72brA.mjs +0 -126
  1249. package/dist/widgets-WdV72brA.mjs.map +0 -1
  1250. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts +0 -34
  1251. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts.map +0 -1
  1252. package/dist/wxr-taxonomies-DP6ESgMN.mjs +0 -372
  1253. package/dist/wxr-taxonomies-DP6ESgMN.mjs.map +0 -1
  1254. package/dist/zod-generator-D6uE4WiS.mjs +0 -389
  1255. package/dist/zod-generator-D6uE4WiS.mjs.map +0 -1
  1256. package/src/astro/routes/api/relations/[id]/translations.ts +0 -33
  1257. /package/dist/{api-tokens-CE1ECIg0.mjs → api-tokens-FaG1zPsj.mjs} +0 -0
  1258. /package/dist/{ssrf-DpBH7aOt.mjs → ssrf-DZOt8Qof.mjs} +0 -0
@@ -0,0 +1,2020 @@
1
+ import { t as OptionsRepository } from "./options-DhrI7eMv.mjs";
2
+ import { u as invalidateCommentObjectCache } from "./object-cache-CqWNY5uP.mjs";
3
+ import { n as slugify } from "./slugify-T5GHH42D.mjs";
4
+ import { s as invalidateSiteSettingsCache } from "./settings-D5EHi0Tk.mjs";
5
+ import { a as ssrfSafeFetch, r as resolveAndValidateExternalUrl, s as validateExternalUrl } from "./ssrf-Dv0_tRpo.mjs";
6
+ import { _ as sanitizeFieldSlug, a as getFilenameFromUrl, c as isInternalMetaKey, d as mapMetaKeyToField, f as mapPostTypeToCollection, h as relativizeContentLinks, i as checkSchemaCompatibility, l as isInternalPostType, m as normalizeUrl$1, n as FEATURED_IMAGE_FIELD, o as guessMimeType, p as mapWpStatus, r as buildAttachmentMap, s as inferMetaType, t as BASE_REQUIRED_FIELDS, u as isPluginBookkeepingMeta } from "./utils-BlAXmfOG.mjs";
7
+ import { ulid } from "ulidx";
8
+ import sax from "sax";
9
+ import { gutenbergToPortableText } from "@emdash-cms/gutenberg-to-portable-text";
10
+
11
+ //#region src/cli/wxr/parser.ts
12
+ const PHP_SERIALIZED_STRING_PATTERN = /s:\d+:"([^"]+)"/g;
13
+ const PHP_SERIALIZED_STRING_MATCH_PATTERN = /s:\d+:"([^"]+)"/;
14
+ /**
15
+ * WPML stores per-post language in postmeta as `_icl_lang_code`. The shared
16
+ * translation id is `trid` (this is the group ID -- every translation of the
17
+ * same content shares it). `_icl_translation_id` exists on some exports too
18
+ * but is a per-translation row id from `wp_icl_translations`, NOT the group
19
+ * id, so it must NOT be used as the group key. We accept it only when `trid`
20
+ * is absent and trust the export to be internally consistent (the only case
21
+ * where that's reasonable is single-post exports with no real grouping).
22
+ *
23
+ * See `wpml_element_trid` in the WPML hook docs: "the ID of the translation
24
+ * group".
25
+ */
26
+ const WPML_LOCALE_META_KEYS = ["_icl_lang_code"];
27
+ const WPML_TRID_META_KEYS = ["trid", "_icl_translation_id"];
28
+ /**
29
+ * Polylang stores per-post language in postmeta as `_locale` on newer
30
+ * exports. The actual language taxonomy assignment lives on
31
+ * `customTaxonomies.language`, which we use as a fallback. Translation
32
+ * grouping is encoded in `_translations` as a serialized PHP map of
33
+ * `{ lang_code => post_id }`; we synthesize a stable group key from the
34
+ * sorted IDs so every member of the group resolves to the same string.
35
+ */
36
+ const POLYLANG_LOCALE_META_KEY = "_locale";
37
+ const POLYLANG_TRANSLATIONS_META_KEY = "_translations";
38
+ const POLYLANG_LANG_TAXONOMY = "language";
39
+ /**
40
+ * Extract a list of post-IDs from Polylang's `_translations` PHP-serialized
41
+ * value. The format we care about is roughly:
42
+ *
43
+ * a:2:{s:2:"en";i:1;s:2:"ar";i:7;}
44
+ *
45
+ * We don't need to round-trip the PHP value -- we just need a stable group
46
+ * key shared by every translation of the same content. Concatenating the
47
+ * sorted IDs gives us exactly that: every post in the group derives the
48
+ * same key from its own copy of `_translations`.
49
+ *
50
+ * Naïve `/i:(\d+);/g` would also match `i:N;` literals embedded INSIDE
51
+ * string values (e.g. `s:11:"i:42;hello";`), which would silently corrupt
52
+ * the group key. We walk the serialized blob token-by-token instead.
53
+ *
54
+ * PHP serializes `s:LEN:"..."` with LEN counted in BYTES, not characters
55
+ * (UTF-8 byte length). JS string positions are UTF-16 code units, so we
56
+ * encode to bytes via `TextEncoder` and walk byte offsets. Single-byte-only
57
+ * inputs (the common case for Polylang's `_translations` which only stores
58
+ * ASCII locale codes) take the same path; the encoder is cheap.
59
+ */
60
+ function polylangTranslationGroupFromMeta(serialized) {
61
+ const bytes = new TextEncoder().encode(serialized);
62
+ const decoder = new TextDecoder("utf-8");
63
+ const ids = [];
64
+ let i = 0;
65
+ const n = bytes.length;
66
+ const CHAR_S = 115;
67
+ const CHAR_I = 105;
68
+ const CHAR_COLON = 58;
69
+ const CHAR_SEMI = 59;
70
+ const CHAR_QUOTE = 34;
71
+ const indexOf = (byte, from) => {
72
+ for (let k = from; k < n; k++) if (bytes[k] === byte) return k;
73
+ return -1;
74
+ };
75
+ while (i < n) {
76
+ const ch = bytes[i];
77
+ if (ch === CHAR_S && bytes[i + 1] === CHAR_COLON) {
78
+ const lenStart = i + 2;
79
+ const lenEnd = indexOf(CHAR_COLON, lenStart);
80
+ if (lenEnd === -1) break;
81
+ const lenText = decoder.decode(bytes.slice(lenStart, lenEnd));
82
+ const len = Number.parseInt(lenText, 10);
83
+ if (!Number.isFinite(len) || len < 0) {
84
+ i = lenEnd + 1;
85
+ continue;
86
+ }
87
+ if (bytes[lenEnd + 1] !== CHAR_QUOTE) {
88
+ i = lenEnd + 1;
89
+ continue;
90
+ }
91
+ i = lenEnd + 2 + len + 2;
92
+ continue;
93
+ }
94
+ if (ch === CHAR_I && bytes[i + 1] === CHAR_COLON) {
95
+ const valStart = i + 2;
96
+ const valEnd = indexOf(CHAR_SEMI, valStart);
97
+ if (valEnd === -1) break;
98
+ const idText = decoder.decode(bytes.slice(valStart, valEnd));
99
+ const id = Number.parseInt(idText, 10);
100
+ if (Number.isFinite(id)) ids.push(id);
101
+ i = valEnd + 1;
102
+ continue;
103
+ }
104
+ i++;
105
+ }
106
+ if (ids.length === 0) return void 0;
107
+ return `pll:${[...new Set(ids)].toSorted((a, b) => a - b).join(",")}`;
108
+ }
109
+ /**
110
+ * Promote multilingual-plugin metadata from `post.meta` and
111
+ * `post.customTaxonomies` into `post.locale` / `post.translationGroup`.
112
+ *
113
+ * Called once per `<item>` after all of its `<wp:postmeta>` and per-item
114
+ * `<category>` entries have been parsed. Safe to call on posts that have no
115
+ * multilingual metadata -- it's a no-op in that case.
116
+ *
117
+ * WPML wins over Polylang when both are present (they shouldn't co-exist on
118
+ * the same site, but defensive precedence avoids ambiguity).
119
+ */
120
+ function promoteI18nMetadata(post) {
121
+ for (const key of WPML_LOCALE_META_KEYS) {
122
+ const value = post.meta.get(key);
123
+ if (value) {
124
+ post.locale = value;
125
+ break;
126
+ }
127
+ }
128
+ for (const key of WPML_TRID_META_KEYS) {
129
+ const value = post.meta.get(key);
130
+ if (value) {
131
+ post.translationGroup = `wpml:${value}`;
132
+ break;
133
+ }
134
+ }
135
+ if (!post.locale) {
136
+ const pllLocale = post.meta.get(POLYLANG_LOCALE_META_KEY);
137
+ if (pllLocale) post.locale = pllLocale;
138
+ else {
139
+ const firstLang = (post.customTaxonomies?.get(POLYLANG_LANG_TAXONOMY))?.[0];
140
+ if (firstLang) post.locale = firstLang;
141
+ }
142
+ }
143
+ if (!post.translationGroup) {
144
+ const pllTranslations = post.meta.get(POLYLANG_TRANSLATIONS_META_KEY);
145
+ if (pllTranslations) {
146
+ const group = polylangTranslationGroupFromMeta(pllTranslations);
147
+ if (group) post.translationGroup = group;
148
+ }
149
+ }
150
+ }
151
+ /** Extract string value from a SAX attribute (handles both Tag and QualifiedTag) */
152
+ function attrStr(attr) {
153
+ if (typeof attr === "string") return attr;
154
+ if (attr && typeof attr === "object" && "value" in attr) return attr.value;
155
+ return "";
156
+ }
157
+ /**
158
+ * Normalise a `<category domain="...">` value to the matching EmDash
159
+ * taxonomy name so per-item label captures can be retrieved later using
160
+ * the same key.
161
+ */
162
+ function normaliseDomain(domain) {
163
+ if (domain === "post_tag") return "tag";
164
+ return domain;
165
+ }
166
+ /**
167
+ * Persist the human label of a `<category>` text body keyed by the
168
+ * normalised `(taxonomy, slug)` pair. Skips trivial labels that equal the
169
+ * slug (no information vs. just storing the slug).
170
+ */
171
+ function captureItemCategoryLabel(item, pair, label) {
172
+ if (!label || label === pair.nicename) return;
173
+ if (!item.taxonomyLabels) item.taxonomyLabels = /* @__PURE__ */ new Map();
174
+ const key = `${normaliseDomain(pair.domain)}\u0000${pair.nicename}`;
175
+ if (!item.taxonomyLabels.has(key)) item.taxonomyLabels.set(key, label);
176
+ }
177
+ /** Type guard for complete WxrTerm (all required fields present) */
178
+ function isCompleteWxrTerm(term) {
179
+ return term.id !== void 0 && term.taxonomy !== void 0 && term.slug !== void 0 && term.name !== void 0;
180
+ }
181
+ /**
182
+ * Parse a WordPress WXR export file
183
+ */
184
+ function parseWxr(stream) {
185
+ return new Promise((resolve, reject) => {
186
+ const parser = sax.createStream(true, { trim: true });
187
+ const data = {
188
+ site: {},
189
+ posts: [],
190
+ attachments: [],
191
+ categories: [],
192
+ tags: [],
193
+ authors: [],
194
+ terms: [],
195
+ navMenus: []
196
+ };
197
+ let currentPath = [];
198
+ let currentText = "";
199
+ let currentItem = null;
200
+ let currentAttachment = null;
201
+ let currentCategory = null;
202
+ let currentTag = null;
203
+ let currentAuthor = null;
204
+ let currentTerm = null;
205
+ let currentMetaKey = "";
206
+ let pendingItemCategory = null;
207
+ const navMenuItemPosts = [];
208
+ const menuTermsBySlug = /* @__PURE__ */ new Map();
209
+ parser.on("opentag", (node) => {
210
+ const tagName = node.name.toLowerCase();
211
+ currentPath.push(tagName);
212
+ currentText = "";
213
+ if (tagName === "item") currentItem = {
214
+ categories: [],
215
+ tags: [],
216
+ customTaxonomies: /* @__PURE__ */ new Map(),
217
+ meta: /* @__PURE__ */ new Map()
218
+ };
219
+ else if (tagName === "wp:category") currentCategory = {};
220
+ else if (tagName === "wp:tag") currentTag = {};
221
+ else if (tagName === "wp:author") currentAuthor = {};
222
+ else if (tagName === "wp:term") currentTerm = {};
223
+ if (tagName === "category" && currentItem && node.attributes) {
224
+ const domain = attrStr(node.attributes.domain);
225
+ const nicename = attrStr(node.attributes.nicename);
226
+ if (domain === "category" && nicename) {
227
+ currentItem.categories.push(nicename);
228
+ pendingItemCategory = {
229
+ domain,
230
+ nicename
231
+ };
232
+ } else if (domain === "post_tag" && nicename) {
233
+ currentItem.tags.push(nicename);
234
+ pendingItemCategory = {
235
+ domain,
236
+ nicename
237
+ };
238
+ } else if (domain && nicename && domain !== "category" && domain !== "post_tag") {
239
+ if (!currentItem.customTaxonomies) currentItem.customTaxonomies = /* @__PURE__ */ new Map();
240
+ const existing = currentItem.customTaxonomies.get(domain) || [];
241
+ existing.push(nicename);
242
+ currentItem.customTaxonomies.set(domain, existing);
243
+ pendingItemCategory = {
244
+ domain,
245
+ nicename
246
+ };
247
+ }
248
+ }
249
+ });
250
+ parser.on("text", (text) => {
251
+ currentText += text;
252
+ });
253
+ parser.on("cdata", (cdata) => {
254
+ currentText += cdata;
255
+ });
256
+ parser.on("closetag", (tagName) => {
257
+ const tag = tagName.toLowerCase();
258
+ const text = currentText.trim();
259
+ if (currentPath.includes("channel") && !currentItem) switch (tag) {
260
+ case "title":
261
+ if (!data.site.title) data.site.title = text;
262
+ break;
263
+ case "link":
264
+ if (!data.site.link) data.site.link = text;
265
+ break;
266
+ case "description":
267
+ if (!data.site.description) data.site.description = text;
268
+ break;
269
+ case "language":
270
+ data.site.language = text;
271
+ break;
272
+ case "wp:base_site_url":
273
+ data.site.baseSiteUrl = text;
274
+ break;
275
+ case "wp:base_blog_url":
276
+ data.site.baseBlogUrl = text;
277
+ break;
278
+ }
279
+ if (currentItem) switch (tag) {
280
+ case "title":
281
+ currentItem.title = text;
282
+ break;
283
+ case "link":
284
+ currentItem.link = text;
285
+ break;
286
+ case "pubdate":
287
+ currentItem.pubDate = text;
288
+ break;
289
+ case "dc:creator":
290
+ currentItem.creator = text;
291
+ break;
292
+ case "guid":
293
+ currentItem.guid = text;
294
+ break;
295
+ case "description":
296
+ currentItem.description = text;
297
+ break;
298
+ case "content:encoded":
299
+ currentItem.content = text;
300
+ break;
301
+ case "excerpt:encoded":
302
+ currentItem.excerpt = text;
303
+ break;
304
+ case "wp:post_id":
305
+ currentItem.id = parseInt(text, 10);
306
+ break;
307
+ case "wp:post_date":
308
+ currentItem.postDate = text;
309
+ break;
310
+ case "wp:post_date_gmt":
311
+ currentItem.postDateGmt = text;
312
+ break;
313
+ case "wp:post_modified":
314
+ currentItem.postModified = text;
315
+ break;
316
+ case "wp:post_modified_gmt":
317
+ currentItem.postModifiedGmt = text;
318
+ break;
319
+ case "wp:comment_status":
320
+ currentItem.commentStatus = text;
321
+ break;
322
+ case "wp:ping_status":
323
+ currentItem.pingStatus = text;
324
+ break;
325
+ case "wp:status":
326
+ currentItem.status = text;
327
+ break;
328
+ case "wp:post_type":
329
+ currentItem.postType = text;
330
+ break;
331
+ case "wp:post_name":
332
+ currentItem.postName = text;
333
+ break;
334
+ case "wp:post_parent":
335
+ currentItem.postParent = parseInt(text, 10);
336
+ break;
337
+ case "wp:menu_order":
338
+ currentItem.menuOrder = parseInt(text, 10);
339
+ break;
340
+ case "wp:post_password":
341
+ currentItem.postPassword = text || void 0;
342
+ break;
343
+ case "wp:is_sticky":
344
+ currentItem.isSticky = text === "1";
345
+ break;
346
+ case "wp:meta_key":
347
+ currentMetaKey = text;
348
+ break;
349
+ case "wp:meta_value":
350
+ if (currentMetaKey) {
351
+ currentItem.meta.set(currentMetaKey, text);
352
+ currentMetaKey = "";
353
+ }
354
+ break;
355
+ case "wp:attachment_url":
356
+ if (currentItem.postType === "attachment") currentAttachment = {
357
+ id: currentItem.id,
358
+ title: currentItem.title,
359
+ url: text,
360
+ postDate: currentItem.postDate,
361
+ meta: currentItem.meta
362
+ };
363
+ break;
364
+ case "category":
365
+ if (pendingItemCategory && text) captureItemCategoryLabel(currentItem, pendingItemCategory, text);
366
+ pendingItemCategory = null;
367
+ break;
368
+ case "item":
369
+ if (currentAttachment) {
370
+ data.attachments.push(currentAttachment);
371
+ currentAttachment = null;
372
+ } else if (currentItem.postType === "nav_menu_item") {
373
+ navMenuItemPosts.push(currentItem);
374
+ data.posts.push(currentItem);
375
+ } else if (currentItem.postType !== "attachment") {
376
+ promoteI18nMetadata(currentItem);
377
+ data.posts.push(currentItem);
378
+ }
379
+ currentItem = null;
380
+ break;
381
+ }
382
+ if (currentCategory) switch (tag) {
383
+ case "wp:term_id":
384
+ currentCategory.id = parseInt(text, 10);
385
+ break;
386
+ case "wp:category_nicename":
387
+ currentCategory.nicename = text;
388
+ break;
389
+ case "wp:cat_name":
390
+ currentCategory.name = text;
391
+ break;
392
+ case "wp:category_parent":
393
+ currentCategory.parent = text || void 0;
394
+ break;
395
+ case "wp:category_description":
396
+ currentCategory.description = text || void 0;
397
+ break;
398
+ case "wp:category":
399
+ if (currentCategory.name) data.categories.push(currentCategory);
400
+ currentCategory = null;
401
+ break;
402
+ }
403
+ if (currentTag) switch (tag) {
404
+ case "wp:term_id":
405
+ currentTag.id = parseInt(text, 10);
406
+ break;
407
+ case "wp:tag_slug":
408
+ currentTag.slug = text;
409
+ break;
410
+ case "wp:tag_name":
411
+ currentTag.name = text;
412
+ break;
413
+ case "wp:tag_description":
414
+ currentTag.description = text || void 0;
415
+ break;
416
+ case "wp:tag":
417
+ if (currentTag.name) data.tags.push(currentTag);
418
+ currentTag = null;
419
+ break;
420
+ }
421
+ if (currentAuthor) switch (tag) {
422
+ case "wp:author_id":
423
+ currentAuthor.id = parseInt(text, 10);
424
+ break;
425
+ case "wp:author_login":
426
+ currentAuthor.login = text;
427
+ break;
428
+ case "wp:author_email":
429
+ currentAuthor.email = text;
430
+ break;
431
+ case "wp:author_display_name":
432
+ currentAuthor.displayName = text;
433
+ break;
434
+ case "wp:author_first_name":
435
+ currentAuthor.firstName = text;
436
+ break;
437
+ case "wp:author_last_name":
438
+ currentAuthor.lastName = text;
439
+ break;
440
+ case "wp:author":
441
+ if (currentAuthor.login) data.authors.push(currentAuthor);
442
+ currentAuthor = null;
443
+ break;
444
+ }
445
+ if (currentTerm) switch (tag) {
446
+ case "wp:term_id":
447
+ currentTerm.id = parseInt(text, 10);
448
+ break;
449
+ case "wp:term_taxonomy":
450
+ currentTerm.taxonomy = text;
451
+ break;
452
+ case "wp:term_slug":
453
+ currentTerm.slug = text;
454
+ break;
455
+ case "wp:term_name":
456
+ currentTerm.name = text;
457
+ break;
458
+ case "wp:term_parent":
459
+ currentTerm.parent = text || void 0;
460
+ break;
461
+ case "wp:term_description":
462
+ currentTerm.description = text || void 0;
463
+ break;
464
+ case "wp:term":
465
+ if (isCompleteWxrTerm(currentTerm)) {
466
+ data.terms.push(currentTerm);
467
+ if (currentTerm.taxonomy === "nav_menu") menuTermsBySlug.set(currentTerm.slug, currentTerm.id);
468
+ }
469
+ currentTerm = null;
470
+ break;
471
+ }
472
+ currentPath.pop();
473
+ currentText = "";
474
+ });
475
+ parser.on("error", (err) => {
476
+ reject(/* @__PURE__ */ new Error(`XML parsing error: ${err.message}`));
477
+ });
478
+ parser.on("end", () => {
479
+ data.navMenus = buildNavMenus(navMenuItemPosts, menuTermsBySlug);
480
+ resolve(data);
481
+ });
482
+ stream.pipe(parser);
483
+ });
484
+ }
485
+ /**
486
+ * Parse a WordPress WXR export from a string
487
+ *
488
+ * Uses the non-streaming SAX parser API for compatibility with
489
+ * environments that don't have Node.js streams (e.g., Cloudflare Workers).
490
+ */
491
+ function parseWxrString(xml) {
492
+ return new Promise((resolve, reject) => {
493
+ const parser = sax.parser(true, {
494
+ trim: false,
495
+ normalize: false
496
+ });
497
+ const data = {
498
+ site: {},
499
+ posts: [],
500
+ attachments: [],
501
+ categories: [],
502
+ tags: [],
503
+ authors: [],
504
+ terms: [],
505
+ navMenus: []
506
+ };
507
+ let currentPath = [];
508
+ let currentText = "";
509
+ let currentItem = null;
510
+ let currentAttachment = null;
511
+ let currentCategory = null;
512
+ let currentTag = null;
513
+ let currentAuthor = null;
514
+ let currentTerm = null;
515
+ let currentMetaKey = "";
516
+ let pendingItemCategory = null;
517
+ const navMenuItemPosts = [];
518
+ const menuTermsBySlug = /* @__PURE__ */ new Map();
519
+ parser.onopentag = (node) => {
520
+ const tag = node.name.toLowerCase();
521
+ currentPath.push(tag);
522
+ currentText = "";
523
+ if (tag === "item") currentItem = {
524
+ categories: [],
525
+ tags: [],
526
+ customTaxonomies: /* @__PURE__ */ new Map(),
527
+ meta: /* @__PURE__ */ new Map()
528
+ };
529
+ else if (tag === "wp:category") currentCategory = {};
530
+ else if (tag === "wp:tag") currentTag = {};
531
+ else if (tag === "wp:author") currentAuthor = {};
532
+ else if (tag === "wp:term") currentTerm = {};
533
+ if (tag === "category" && currentItem && node.attributes) {
534
+ const domain = attrStr(node.attributes.domain);
535
+ const nicename = attrStr(node.attributes.nicename);
536
+ if (domain === "category" && nicename) {
537
+ currentItem.categories.push(nicename);
538
+ pendingItemCategory = {
539
+ domain,
540
+ nicename
541
+ };
542
+ } else if (domain === "post_tag" && nicename) {
543
+ currentItem.tags.push(nicename);
544
+ pendingItemCategory = {
545
+ domain,
546
+ nicename
547
+ };
548
+ } else if (domain && nicename && domain !== "category" && domain !== "post_tag") {
549
+ if (!currentItem.customTaxonomies) currentItem.customTaxonomies = /* @__PURE__ */ new Map();
550
+ const existing = currentItem.customTaxonomies.get(domain) || [];
551
+ existing.push(nicename);
552
+ currentItem.customTaxonomies.set(domain, existing);
553
+ pendingItemCategory = {
554
+ domain,
555
+ nicename
556
+ };
557
+ }
558
+ }
559
+ };
560
+ parser.ontext = (text) => {
561
+ currentText += text;
562
+ };
563
+ parser.oncdata = (cdata) => {
564
+ currentText += cdata;
565
+ };
566
+ parser.onclosetag = (tagName) => {
567
+ const tag = tagName.toLowerCase();
568
+ const text = currentText.trim();
569
+ if (currentPath.length === 2 && currentPath[0] === "rss") switch (tag) {
570
+ case "title":
571
+ data.site.title = text;
572
+ break;
573
+ case "link":
574
+ data.site.link = text;
575
+ break;
576
+ case "description":
577
+ data.site.description = text;
578
+ break;
579
+ case "language":
580
+ data.site.language = text;
581
+ break;
582
+ case "wp:base_site_url":
583
+ data.site.baseSiteUrl = text;
584
+ break;
585
+ case "wp:base_blog_url":
586
+ data.site.baseBlogUrl = text;
587
+ break;
588
+ }
589
+ if (currentItem) switch (tag) {
590
+ case "title":
591
+ currentItem.title = text;
592
+ break;
593
+ case "link":
594
+ currentItem.link = text;
595
+ break;
596
+ case "pubdate":
597
+ currentItem.pubDate = text;
598
+ break;
599
+ case "dc:creator":
600
+ currentItem.creator = text;
601
+ break;
602
+ case "guid":
603
+ currentItem.guid = text;
604
+ break;
605
+ case "description":
606
+ currentItem.description = text;
607
+ break;
608
+ case "content:encoded":
609
+ currentItem.content = text;
610
+ break;
611
+ case "excerpt:encoded":
612
+ currentItem.excerpt = text;
613
+ break;
614
+ case "wp:post_id":
615
+ currentItem.id = parseInt(text, 10);
616
+ break;
617
+ case "wp:post_date":
618
+ currentItem.postDate = text;
619
+ break;
620
+ case "wp:post_date_gmt":
621
+ currentItem.postDateGmt = text;
622
+ break;
623
+ case "wp:post_modified":
624
+ currentItem.postModified = text;
625
+ break;
626
+ case "wp:post_modified_gmt":
627
+ currentItem.postModifiedGmt = text;
628
+ break;
629
+ case "wp:comment_status":
630
+ currentItem.commentStatus = text;
631
+ break;
632
+ case "wp:ping_status":
633
+ currentItem.pingStatus = text;
634
+ break;
635
+ case "wp:post_name":
636
+ currentItem.postName = text;
637
+ break;
638
+ case "wp:status":
639
+ currentItem.status = text;
640
+ break;
641
+ case "wp:post_parent":
642
+ currentItem.postParent = parseInt(text, 10);
643
+ break;
644
+ case "wp:menu_order":
645
+ currentItem.menuOrder = parseInt(text, 10);
646
+ break;
647
+ case "wp:post_type":
648
+ currentItem.postType = text;
649
+ if (text === "attachment") currentAttachment = {
650
+ id: currentItem.id,
651
+ title: currentItem.title,
652
+ url: currentItem.link,
653
+ postDate: currentItem.postDate,
654
+ meta: /* @__PURE__ */ new Map()
655
+ };
656
+ break;
657
+ case "wp:post_password":
658
+ currentItem.postPassword = text || void 0;
659
+ break;
660
+ case "wp:is_sticky":
661
+ currentItem.isSticky = text === "1";
662
+ break;
663
+ case "wp:attachment_url":
664
+ if (currentAttachment) currentAttachment.url = text;
665
+ break;
666
+ case "wp:meta_key":
667
+ currentMetaKey = text;
668
+ break;
669
+ case "wp:meta_value":
670
+ if (currentMetaKey && currentItem.meta) currentItem.meta.set(currentMetaKey, text);
671
+ break;
672
+ case "category":
673
+ if (pendingItemCategory && text) captureItemCategoryLabel(currentItem, pendingItemCategory, text);
674
+ pendingItemCategory = null;
675
+ break;
676
+ case "item":
677
+ if (currentAttachment) {
678
+ data.attachments.push(currentAttachment);
679
+ currentAttachment = null;
680
+ } else if (currentItem.postType === "nav_menu_item") {
681
+ navMenuItemPosts.push(currentItem);
682
+ data.posts.push(currentItem);
683
+ } else if (currentItem.postType !== "attachment") {
684
+ promoteI18nMetadata(currentItem);
685
+ data.posts.push(currentItem);
686
+ }
687
+ currentItem = null;
688
+ break;
689
+ }
690
+ if (currentCategory) switch (tag) {
691
+ case "wp:term_id":
692
+ currentCategory.id = parseInt(text, 10);
693
+ break;
694
+ case "wp:category_nicename":
695
+ currentCategory.nicename = text;
696
+ break;
697
+ case "wp:cat_name":
698
+ currentCategory.name = text;
699
+ break;
700
+ case "wp:category_parent":
701
+ currentCategory.parent = text || void 0;
702
+ break;
703
+ case "wp:category_description":
704
+ currentCategory.description = text || void 0;
705
+ break;
706
+ case "wp:category":
707
+ if (currentCategory.name) data.categories.push(currentCategory);
708
+ currentCategory = null;
709
+ break;
710
+ }
711
+ if (currentTag) switch (tag) {
712
+ case "wp:term_id":
713
+ currentTag.id = parseInt(text, 10);
714
+ break;
715
+ case "wp:tag_slug":
716
+ currentTag.slug = text;
717
+ break;
718
+ case "wp:tag_name":
719
+ currentTag.name = text;
720
+ break;
721
+ case "wp:tag_description":
722
+ currentTag.description = text || void 0;
723
+ break;
724
+ case "wp:tag":
725
+ if (currentTag.name) data.tags.push(currentTag);
726
+ currentTag = null;
727
+ break;
728
+ }
729
+ if (currentAuthor) switch (tag) {
730
+ case "wp:author_id":
731
+ currentAuthor.id = parseInt(text, 10);
732
+ break;
733
+ case "wp:author_login":
734
+ currentAuthor.login = text;
735
+ break;
736
+ case "wp:author_email":
737
+ currentAuthor.email = text;
738
+ break;
739
+ case "wp:author_display_name":
740
+ currentAuthor.displayName = text;
741
+ break;
742
+ case "wp:author_first_name":
743
+ currentAuthor.firstName = text;
744
+ break;
745
+ case "wp:author_last_name":
746
+ currentAuthor.lastName = text;
747
+ break;
748
+ case "wp:author":
749
+ if (currentAuthor.login) data.authors.push(currentAuthor);
750
+ currentAuthor = null;
751
+ break;
752
+ }
753
+ if (currentTerm) switch (tag) {
754
+ case "wp:term_id":
755
+ currentTerm.id = parseInt(text, 10);
756
+ break;
757
+ case "wp:term_taxonomy":
758
+ currentTerm.taxonomy = text;
759
+ break;
760
+ case "wp:term_slug":
761
+ currentTerm.slug = text;
762
+ break;
763
+ case "wp:term_name":
764
+ currentTerm.name = text;
765
+ break;
766
+ case "wp:term_parent":
767
+ currentTerm.parent = text || void 0;
768
+ break;
769
+ case "wp:term_description":
770
+ currentTerm.description = text || void 0;
771
+ break;
772
+ case "wp:term":
773
+ if (isCompleteWxrTerm(currentTerm)) {
774
+ data.terms.push(currentTerm);
775
+ if (currentTerm.taxonomy === "nav_menu") menuTermsBySlug.set(currentTerm.slug, currentTerm.id);
776
+ }
777
+ currentTerm = null;
778
+ break;
779
+ }
780
+ currentPath.pop();
781
+ currentText = "";
782
+ };
783
+ parser.onerror = (err) => {
784
+ reject(/* @__PURE__ */ new Error(`XML parsing error: ${err.message}`));
785
+ };
786
+ parser.onend = () => {
787
+ data.navMenus = buildNavMenus(navMenuItemPosts, menuTermsBySlug);
788
+ resolve(data);
789
+ };
790
+ parser.write(xml).close();
791
+ });
792
+ }
793
+ /**
794
+ * Build structured navigation menus from nav_menu_item posts
795
+ */
796
+ function buildNavMenus(navMenuItemPosts, menuTermsBySlug) {
797
+ const menuItemsByMenu = /* @__PURE__ */ new Map();
798
+ for (const post of navMenuItemPosts) {
799
+ const navMenuSlugs = post.customTaxonomies?.get("nav_menu");
800
+ if (!navMenuSlugs || navMenuSlugs.length === 0) continue;
801
+ const menuSlug = navMenuSlugs[0];
802
+ if (!menuSlug) continue;
803
+ const items = menuItemsByMenu.get(menuSlug) || [];
804
+ items.push(post);
805
+ menuItemsByMenu.set(menuSlug, items);
806
+ }
807
+ const menus = [];
808
+ for (const [menuSlug, posts] of menuItemsByMenu) {
809
+ const menuId = menuTermsBySlug.get(menuSlug) || 0;
810
+ const items = posts.map((post) => {
811
+ const meta = post.meta;
812
+ const menuItemTypeRaw = meta.get("_menu_item_type") || "custom";
813
+ const menuItemType = menuItemTypeRaw === "post_type" || menuItemTypeRaw === "taxonomy" ? menuItemTypeRaw : "custom";
814
+ const objectType = meta.get("_menu_item_object");
815
+ const objectIdStr = meta.get("_menu_item_object_id");
816
+ const url = meta.get("_menu_item_url");
817
+ const parentIdStr = meta.get("_menu_item_menu_item_parent");
818
+ const target = meta.get("_menu_item_target");
819
+ const classesStr = meta.get("_menu_item_classes");
820
+ let classes;
821
+ if (classesStr) {
822
+ const matches = classesStr.match(PHP_SERIALIZED_STRING_PATTERN);
823
+ if (matches) classes = matches.map((m) => m.match(PHP_SERIALIZED_STRING_MATCH_PATTERN)?.[1]).filter(Boolean).join(" ");
824
+ }
825
+ return {
826
+ id: post.id || 0,
827
+ menuId,
828
+ parentId: parentIdStr ? parseInt(parentIdStr, 10) || void 0 : void 0,
829
+ sortOrder: post.menuOrder || 0,
830
+ type: menuItemType,
831
+ objectType: objectType || void 0,
832
+ objectId: objectIdStr ? parseInt(objectIdStr, 10) : void 0,
833
+ url: url || void 0,
834
+ title: post.title || "",
835
+ target: target || void 0,
836
+ classes: classes || void 0
837
+ };
838
+ });
839
+ items.sort((a, b) => a.sortOrder - b.sortOrder);
840
+ menus.push({
841
+ id: menuId,
842
+ name: menuSlug,
843
+ label: menuSlug,
844
+ items
845
+ });
846
+ }
847
+ return menus;
848
+ }
849
+
850
+ //#endregion
851
+ //#region src/import/menus.ts
852
+ /**
853
+ * Import navigation menus from Plugin API
854
+ *
855
+ * @param menus - Menus from plugin API
856
+ * @param db - Database connection
857
+ * @param contentIdMap - Map from WP post ID to EmDash content ID
858
+ * @returns Import result with counts and ID mapping
859
+ */
860
+ async function importMenusFromPlugin(menus, db, contentIdMap) {
861
+ const result = {
862
+ menusCreated: 0,
863
+ itemsCreated: 0,
864
+ menuIdMap: /* @__PURE__ */ new Map(),
865
+ errors: []
866
+ };
867
+ for (const menu of menus) try {
868
+ const existing = await db.selectFrom("_emdash_menus").select("id").where("name", "=", menu.name).executeTakeFirst();
869
+ if (existing) {
870
+ result.menuIdMap.set(menu.name, existing.id);
871
+ continue;
872
+ }
873
+ const menuId = ulid();
874
+ await db.insertInto("_emdash_menus").values({
875
+ id: menuId,
876
+ name: menu.name,
877
+ label: menu.label
878
+ }).execute();
879
+ result.menusCreated++;
880
+ result.menuIdMap.set(menu.name, menuId);
881
+ const itemsCreated = await importPluginMenuItems(menu.items, menuId, db, contentIdMap);
882
+ result.itemsCreated += itemsCreated;
883
+ } catch (error) {
884
+ result.errors.push({
885
+ menu: menu.name,
886
+ error: error instanceof Error ? error.message : String(error)
887
+ });
888
+ }
889
+ return result;
890
+ }
891
+ /**
892
+ * Import menu items from Plugin API format
893
+ */
894
+ async function importPluginMenuItems(items, menuId, db, contentIdMap) {
895
+ const itemIdMap = /* @__PURE__ */ new Map();
896
+ let count = 0;
897
+ const sortedItems = items.toSorted((a, b) => a.sort_order - b.sort_order);
898
+ for (const item of sortedItems) {
899
+ const itemId = ulid();
900
+ itemIdMap.set(item.id, itemId);
901
+ const { type, collection, referenceId, customUrl } = mapPluginMenuItem(item, contentIdMap);
902
+ await db.insertInto("_emdash_menu_items").values({
903
+ id: itemId,
904
+ menu_id: menuId,
905
+ parent_id: null,
906
+ sort_order: item.sort_order,
907
+ type,
908
+ reference_collection: collection,
909
+ reference_id: referenceId,
910
+ custom_url: customUrl,
911
+ label: item.title,
912
+ title_attr: null,
913
+ target: item.target || null,
914
+ css_classes: item.classes || null
915
+ }).execute();
916
+ count++;
917
+ }
918
+ for (const item of sortedItems) if (item.parent_id) {
919
+ const itemId = itemIdMap.get(item.id);
920
+ const parentId = itemIdMap.get(item.parent_id);
921
+ if (itemId && parentId) await db.updateTable("_emdash_menu_items").set({ parent_id: parentId }).where("id", "=", itemId).execute();
922
+ }
923
+ return count;
924
+ }
925
+ /**
926
+ * Map Plugin menu item to EmDash format
927
+ */
928
+ function mapPluginMenuItem(item, contentIdMap) {
929
+ switch (item.type) {
930
+ case "custom": return {
931
+ type: "custom",
932
+ collection: null,
933
+ referenceId: null,
934
+ customUrl: item.url || "#"
935
+ };
936
+ case "post_type": {
937
+ const collection = mapObjectToCollection(item.object);
938
+ const referenceId = item.object_id ? contentIdMap.get(item.object_id) || null : null;
939
+ if (!referenceId && item.url) return {
940
+ type: "custom",
941
+ collection: null,
942
+ referenceId: null,
943
+ customUrl: item.url
944
+ };
945
+ return {
946
+ type: collection === "pages" ? "page" : "post",
947
+ collection,
948
+ referenceId,
949
+ customUrl: null
950
+ };
951
+ }
952
+ case "taxonomy": return {
953
+ type: "custom",
954
+ collection: null,
955
+ referenceId: null,
956
+ customUrl: item.url || "#"
957
+ };
958
+ default: return {
959
+ type: "custom",
960
+ collection: null,
961
+ referenceId: null,
962
+ customUrl: item.url || "#"
963
+ };
964
+ }
965
+ }
966
+ /**
967
+ * Map WordPress object type to EmDash collection name
968
+ */
969
+ function mapObjectToCollection(objectType) {
970
+ if (!objectType) return "posts";
971
+ return {
972
+ post: "posts",
973
+ page: "pages",
974
+ product: "products",
975
+ portfolio: "portfolio"
976
+ }[objectType] || objectType;
977
+ }
978
+
979
+ //#endregion
980
+ //#region src/import/sections.ts
981
+ /**
982
+ * Import reusable blocks (wp_block post type) from WXR as sections
983
+ *
984
+ * @param posts - All posts from WXR (will filter to wp_block)
985
+ * @param db - Database connection
986
+ * @returns Import result with counts
987
+ */
988
+ async function importReusableBlocksAsSections(posts, db) {
989
+ const result = {
990
+ sectionsCreated: 0,
991
+ sectionsSkipped: 0,
992
+ errors: []
993
+ };
994
+ const reusableBlocks = posts.filter((post) => post.postType === "wp_block");
995
+ if (reusableBlocks.length === 0) return result;
996
+ for (const block of reusableBlocks) try {
997
+ const slug = block.postName || slugify(block.title || `block-${block.id || Date.now()}`);
998
+ if (await db.selectFrom("_emdash_sections").select("id").where("slug", "=", slug).executeTakeFirst()) {
999
+ result.sectionsSkipped++;
1000
+ continue;
1001
+ }
1002
+ const content = block.content ? gutenbergToPortableText(block.content) : [];
1003
+ const id = ulid();
1004
+ const now = (/* @__PURE__ */ new Date()).toISOString();
1005
+ await db.insertInto("_emdash_sections").values({
1006
+ id,
1007
+ slug,
1008
+ title: block.title || "Untitled Block",
1009
+ description: null,
1010
+ keywords: null,
1011
+ content: JSON.stringify(content),
1012
+ preview_media_id: null,
1013
+ source: "import",
1014
+ theme_id: null,
1015
+ created_at: now,
1016
+ updated_at: now
1017
+ }).execute();
1018
+ result.sectionsCreated++;
1019
+ } catch (error) {
1020
+ result.errors.push({
1021
+ title: block.title || "Untitled Block",
1022
+ error: error instanceof Error ? error.message : String(error)
1023
+ });
1024
+ }
1025
+ return result;
1026
+ }
1027
+
1028
+ //#endregion
1029
+ //#region src/import/comments.ts
1030
+ /**
1031
+ * Import comments from the plugin API.
1032
+ *
1033
+ * Preserves original timestamps and threading. Comments whose post was
1034
+ * not imported (no entry in `contentIdMap`) are skipped. Re-running the
1035
+ * import is idempotent: a comment with the same post, author email, and
1036
+ * timestamp is not created twice.
1037
+ *
1038
+ * @param comments - Comments from the plugin API (all pages, flat)
1039
+ * @param db - Database connection
1040
+ * @param contentIdMap - WP post ID -> EmDash content ID
1041
+ * @param collectionMap - WP post ID -> EmDash collection slug
1042
+ * @param rootIds - Optional pre-seeded WP-comment-ID -> EmDash-root-ID map.
1043
+ * The chunked import passes the map accumulated from earlier pages so a
1044
+ * reply in page N can thread onto a parent imported in page N-1; the
1045
+ * function adds this page's entries to it.
1046
+ */
1047
+ async function importCommentsFromPlugin(comments, db, contentIdMap, collectionMap, rootIds) {
1048
+ const result = {
1049
+ imported: 0,
1050
+ skipped: 0,
1051
+ errors: []
1052
+ };
1053
+ const commentIdMap = /* @__PURE__ */ new Map();
1054
+ const rootIdMap = rootIds ?? /* @__PURE__ */ new Map();
1055
+ const sorted = comments.toSorted((a, b) => a.id - b.id);
1056
+ for (const comment of sorted) {
1057
+ const label = `${comment.author_name || "Anonymous"} (${comment.date_gmt})`;
1058
+ try {
1059
+ const contentId = contentIdMap.get(comment.post_id);
1060
+ const collection = collectionMap.get(comment.post_id);
1061
+ if (!contentId || !collection) {
1062
+ result.skipped++;
1063
+ continue;
1064
+ }
1065
+ const parsed = new Date(comment.date_gmt);
1066
+ const createdAt = Number.isNaN(parsed.getTime()) ? (/* @__PURE__ */ new Date()).toISOString() : parsed.toISOString();
1067
+ const existing = await db.selectFrom("_emdash_comments").select("id").where("content_id", "=", contentId).where("author_email", "=", comment.author_email).where("created_at", "=", createdAt).where("body", "=", comment.body).executeTakeFirst();
1068
+ const parentId = comment.parent_id !== null ? rootIdMap.get(comment.parent_id) ?? null : null;
1069
+ if (existing) {
1070
+ commentIdMap.set(comment.id, existing.id);
1071
+ rootIdMap.set(comment.id, parentId ?? existing.id);
1072
+ result.skipped++;
1073
+ continue;
1074
+ }
1075
+ const id = ulid();
1076
+ await db.insertInto("_emdash_comments").values({
1077
+ id,
1078
+ collection,
1079
+ content_id: contentId,
1080
+ parent_id: parentId,
1081
+ author_name: comment.author_name || "Anonymous",
1082
+ author_email: comment.author_email,
1083
+ author_user_id: null,
1084
+ body: comment.body,
1085
+ status: comment.status,
1086
+ ip_hash: null,
1087
+ user_agent: null,
1088
+ moderation_metadata: null,
1089
+ created_at: createdAt,
1090
+ updated_at: createdAt
1091
+ }).execute();
1092
+ commentIdMap.set(comment.id, id);
1093
+ rootIdMap.set(comment.id, parentId ?? id);
1094
+ result.imported++;
1095
+ } catch (error) {
1096
+ result.errors.push({
1097
+ comment: label,
1098
+ error: error instanceof Error ? error.message : String(error)
1099
+ });
1100
+ }
1101
+ }
1102
+ if (result.imported > 0) invalidateCommentObjectCache();
1103
+ return result;
1104
+ }
1105
+
1106
+ //#endregion
1107
+ //#region src/import/settings.ts
1108
+ /** Options key prefix used by the site settings module (`settings/index.ts`). */
1109
+ const SETTINGS_PREFIX = "site:";
1110
+ /**
1111
+ * Import site settings from analysis into EmDash site settings.
1112
+ *
1113
+ * Writes the `site:*` options consumed by `getSiteSettings()` and
1114
+ * invalidates the settings cache. Logo/favicon are only applied when
1115
+ * the caller resolved them to EmDash media IDs.
1116
+ *
1117
+ * @param settings - Site settings analysis
1118
+ * @param db - Database connection
1119
+ * @param overwrite - Whether to overwrite existing settings (a fresh
1120
+ * site's seed already sets title/tagline, so migrations pass true)
1121
+ * @param media - Resolved media IDs for logo/favicon
1122
+ */
1123
+ async function importSiteSettings(settings, db, overwrite = false, media = {}) {
1124
+ const result = {
1125
+ applied: [],
1126
+ skipped: [],
1127
+ errors: []
1128
+ };
1129
+ const updates = [];
1130
+ if (settings.title) updates.push({
1131
+ setting: "title",
1132
+ value: settings.title
1133
+ });
1134
+ if (settings.tagline) updates.push({
1135
+ setting: "tagline",
1136
+ value: settings.tagline
1137
+ });
1138
+ if (media.logoMediaId) updates.push({
1139
+ setting: "logo",
1140
+ value: { mediaId: media.logoMediaId }
1141
+ });
1142
+ if (media.faviconMediaId) updates.push({
1143
+ setting: "favicon",
1144
+ value: { mediaId: media.faviconMediaId }
1145
+ });
1146
+ if (updates.length === 0) return result;
1147
+ const options = new OptionsRepository(db);
1148
+ try {
1149
+ for (const { setting, value } of updates) try {
1150
+ const key = `${SETTINGS_PREFIX}${setting}`;
1151
+ if (!overwrite) {
1152
+ if (await options.get(key) !== null) {
1153
+ result.skipped.push(setting);
1154
+ continue;
1155
+ }
1156
+ }
1157
+ await options.set(key, value);
1158
+ result.applied.push(setting);
1159
+ } catch (error) {
1160
+ result.errors.push({
1161
+ setting,
1162
+ error: error instanceof Error ? error.message : String(error)
1163
+ });
1164
+ }
1165
+ } finally {
1166
+ if (result.applied.length > 0) invalidateSiteSettingsCache();
1167
+ }
1168
+ return result;
1169
+ }
1170
+ /**
1171
+ * Parse site settings from WordPress plugin options response
1172
+ */
1173
+ function parseSiteSettingsFromPlugin(options) {
1174
+ const settings = {};
1175
+ if (typeof options.blogname === "string" && options.blogname.trim() !== "") settings.title = options.blogname;
1176
+ if (typeof options.blogdescription === "string" && options.blogdescription.trim() !== "") settings.tagline = options.blogdescription;
1177
+ if (typeof options.custom_logo_url === "string" && options.custom_logo_url !== "") settings.logo = {
1178
+ url: options.custom_logo_url,
1179
+ id: typeof options.custom_logo === "number" ? options.custom_logo : void 0
1180
+ };
1181
+ if (typeof options.site_icon_url === "string" && options.site_icon_url !== "") settings.favicon = {
1182
+ url: options.site_icon_url,
1183
+ id: typeof options.site_icon === "number" ? options.site_icon : void 0
1184
+ };
1185
+ return settings;
1186
+ }
1187
+
1188
+ //#endregion
1189
+ //#region src/import/registry.ts
1190
+ /**
1191
+ * Import source registry
1192
+ *
1193
+ * Manages available import sources and provides URL probing.
1194
+ */
1195
+ const TRAILING_SLASHES_PATTERN = /\/+$/;
1196
+ /** Registered import sources */
1197
+ const sources = /* @__PURE__ */ new Map();
1198
+ /**
1199
+ * Register an import source
1200
+ */
1201
+ function registerSource(source) {
1202
+ sources.set(source.id, source);
1203
+ }
1204
+ /**
1205
+ * Get a source by ID
1206
+ */
1207
+ function getSource(id) {
1208
+ return sources.get(id);
1209
+ }
1210
+ /**
1211
+ * Get all registered sources
1212
+ */
1213
+ function getAllSources() {
1214
+ return [...sources.values()];
1215
+ }
1216
+ /**
1217
+ * Get sources that can handle file uploads
1218
+ */
1219
+ function getFileSources() {
1220
+ return getAllSources().filter((s) => s.requiresFile);
1221
+ }
1222
+ /**
1223
+ * Get sources that can probe URLs
1224
+ */
1225
+ function getUrlSources() {
1226
+ return getAllSources().filter((s) => s.canProbe);
1227
+ }
1228
+ /**
1229
+ * Probe a URL against all registered sources
1230
+ *
1231
+ * Returns probe results sorted by confidence (definite > likely > possible)
1232
+ */
1233
+ async function probeUrl(url) {
1234
+ let normalizedUrl = url.trim();
1235
+ if (!normalizedUrl.startsWith("http")) normalizedUrl = `https://${normalizedUrl}`;
1236
+ normalizedUrl = normalizedUrl.replace(TRAILING_SLASHES_PATTERN, "");
1237
+ await resolveAndValidateExternalUrl(normalizedUrl);
1238
+ const results = [];
1239
+ const probePromises = getUrlSources().map(async (source) => {
1240
+ try {
1241
+ const result = await source.probe?.(normalizedUrl);
1242
+ if (result) return result;
1243
+ } catch (error) {
1244
+ console.debug(`Probe failed for ${source.id}:`, error);
1245
+ }
1246
+ return null;
1247
+ });
1248
+ const probeResults = await Promise.allSettled(probePromises);
1249
+ for (const result of probeResults) if (result.status === "fulfilled" && result.value) results.push(result.value);
1250
+ const confidenceOrder = {
1251
+ definite: 0,
1252
+ likely: 1,
1253
+ possible: 2
1254
+ };
1255
+ results.sort((a, b) => confidenceOrder[a.confidence] - confidenceOrder[b.confidence]);
1256
+ return {
1257
+ url: normalizedUrl,
1258
+ isWordPress: results.length > 0,
1259
+ bestMatch: results[0] ?? null,
1260
+ allMatches: results
1261
+ };
1262
+ }
1263
+ /**
1264
+ * Clear all registered sources (useful for testing)
1265
+ */
1266
+ function clearSources() {
1267
+ sources.clear();
1268
+ }
1269
+
1270
+ //#endregion
1271
+ //#region src/import/sources/wxr.ts
1272
+ /**
1273
+ * WXR (WordPress eXtended RSS) import source
1274
+ *
1275
+ * Handles WordPress export file uploads (.xml).
1276
+ * This wraps the existing WXR parsing and analysis logic.
1277
+ */
1278
+ const wxrSource = {
1279
+ id: "wxr",
1280
+ name: "WordPress Export File",
1281
+ description: "Upload a WordPress export file (.xml)",
1282
+ icon: "upload",
1283
+ requiresFile: true,
1284
+ canProbe: false,
1285
+ async analyze(input, context) {
1286
+ if (input.type !== "file") throw new Error("WXR source requires a file input");
1287
+ return analyzeWxrData(await parseWxrString(await input.file.text()), context.getExistingCollections ? await context.getExistingCollections() : /* @__PURE__ */ new Map());
1288
+ },
1289
+ async *fetchContent(input, options) {
1290
+ if (input.type !== "file") throw new Error("WXR source requires a file input");
1291
+ const wxr = await parseWxrString(await input.file.text());
1292
+ const attachmentMap = buildAttachmentMap(wxr.attachments);
1293
+ let count = 0;
1294
+ for (const post of wxr.posts) {
1295
+ const postType = post.postType || "post";
1296
+ if (!options.postTypes.includes(postType)) continue;
1297
+ if (isInternalPostType(postType)) continue;
1298
+ if (!options.includeDrafts && post.status !== "publish") continue;
1299
+ yield wxrPostToNormalizedItem(post, attachmentMap, wxr.site.link || "");
1300
+ count++;
1301
+ if (options.limit && count >= options.limit) break;
1302
+ }
1303
+ }
1304
+ };
1305
+ /**
1306
+ * Analyze WXR data and return normalized ImportAnalysis
1307
+ */
1308
+ function analyzeWxrData(wxr, existingCollections) {
1309
+ const postTypeCounts = /* @__PURE__ */ new Map();
1310
+ const postTypesWithThumbnails = /* @__PURE__ */ new Set();
1311
+ const metaKeys = /* @__PURE__ */ new Map();
1312
+ const authorPostCounts = /* @__PURE__ */ new Map();
1313
+ for (const post of wxr.posts) {
1314
+ const type = post.postType || "post";
1315
+ postTypeCounts.set(type, (postTypeCounts.get(type) || 0) + 1);
1316
+ if (post.creator) authorPostCounts.set(post.creator, (authorPostCounts.get(post.creator) || 0) + 1);
1317
+ if (post.meta.has("_thumbnail_id")) postTypesWithThumbnails.add(type);
1318
+ for (const [key, value] of post.meta) {
1319
+ const existing = metaKeys.get(key);
1320
+ if (existing) {
1321
+ existing.count++;
1322
+ if (existing.samples.length < 3 && value) existing.samples.push(value.slice(0, 100));
1323
+ } else metaKeys.set(key, {
1324
+ count: 1,
1325
+ samples: value ? [value.slice(0, 100)] : [],
1326
+ isInternal: isInternalMetaKey(key)
1327
+ });
1328
+ }
1329
+ }
1330
+ const customFields = [...metaKeys.entries()].filter(([_, info]) => !info.isInternal).map(([key, info]) => ({
1331
+ key,
1332
+ count: info.count,
1333
+ samples: info.samples,
1334
+ suggestedField: mapMetaKeyToField(key),
1335
+ suggestedType: inferMetaType(key, info.samples[0]),
1336
+ isInternal: info.isInternal
1337
+ })).toSorted((a, b) => b.count - a.count);
1338
+ const postTypes = [...postTypeCounts.entries()].filter(([type]) => !isInternalPostType(type)).map(([name, count]) => {
1339
+ const suggestedCollection = mapPostTypeToCollection(name);
1340
+ const existingCollection = existingCollections.get(suggestedCollection);
1341
+ const requiredFields = [...BASE_REQUIRED_FIELDS];
1342
+ if (postTypesWithThumbnails.has(name)) requiredFields.push(FEATURED_IMAGE_FIELD);
1343
+ return {
1344
+ name,
1345
+ count,
1346
+ suggestedCollection,
1347
+ requiredFields,
1348
+ schemaStatus: checkSchemaCompatibility(requiredFields, existingCollection)
1349
+ };
1350
+ }).toSorted((a, b) => b.count - a.count);
1351
+ const attachmentItems = wxr.attachments.map((att) => {
1352
+ const filename = att.url ? getFilenameFromUrl(att.url) : void 0;
1353
+ const mimeType = filename ? guessMimeType(filename) : void 0;
1354
+ return {
1355
+ id: att.id,
1356
+ title: att.title,
1357
+ url: att.url,
1358
+ filename,
1359
+ mimeType
1360
+ };
1361
+ });
1362
+ const navMenus = wxr.navMenus.map((menu) => ({
1363
+ name: menu.name,
1364
+ label: menu.label,
1365
+ itemCount: menu.items.length
1366
+ }));
1367
+ const taxonomyMap = /* @__PURE__ */ new Map();
1368
+ for (const term of wxr.terms) {
1369
+ if (term.taxonomy === "category" || term.taxonomy === "post_tag" || term.taxonomy === "nav_menu") continue;
1370
+ const existing = taxonomyMap.get(term.taxonomy);
1371
+ if (existing) {
1372
+ existing.count++;
1373
+ if (existing.samples.length < 3) existing.samples.push(term.name);
1374
+ } else taxonomyMap.set(term.taxonomy, {
1375
+ count: 1,
1376
+ samples: [term.name]
1377
+ });
1378
+ }
1379
+ const customTaxonomies = Array.from(taxonomyMap.entries(), ([slug, info]) => ({
1380
+ slug,
1381
+ termCount: info.count,
1382
+ sampleTerms: info.samples
1383
+ })).toSorted((a, b) => b.termCount - a.termCount);
1384
+ const reusableBlocks = wxr.posts.filter((post) => post.postType === "wp_block").map((post) => ({
1385
+ id: post.id || 0,
1386
+ title: post.title || "Untitled Block",
1387
+ slug: post.postName || slugify(post.title || `block-${post.id || Date.now()}`)
1388
+ }));
1389
+ return {
1390
+ sourceId: "wxr",
1391
+ site: {
1392
+ title: wxr.site.title || "WordPress Site",
1393
+ url: wxr.site.link || ""
1394
+ },
1395
+ postTypes,
1396
+ attachments: {
1397
+ count: wxr.attachments.length,
1398
+ items: attachmentItems
1399
+ },
1400
+ categories: wxr.categories.length,
1401
+ tags: wxr.tags.length,
1402
+ authors: wxr.authors.map((a) => ({
1403
+ id: a.id,
1404
+ login: a.login,
1405
+ email: a.email,
1406
+ displayName: a.displayName || a.login || "Unknown",
1407
+ postCount: a.login ? authorPostCounts.get(a.login) || 0 : 0
1408
+ })),
1409
+ navMenus: navMenus.length > 0 ? navMenus : void 0,
1410
+ customTaxonomies: customTaxonomies.length > 0 ? customTaxonomies : void 0,
1411
+ reusableBlocks: reusableBlocks.length > 0 ? reusableBlocks : void 0,
1412
+ customFields
1413
+ };
1414
+ }
1415
+ /**
1416
+ * Convert a WXR post to a normalized item
1417
+ */
1418
+ function wxrPostToNormalizedItem(post, attachmentMap, siteUrl) {
1419
+ const content = post.content ? gutenbergToPortableText(post.content) : [];
1420
+ if (siteUrl) relativizeContentLinks(content, siteUrl);
1421
+ const thumbnailId = post.meta.get("_thumbnail_id");
1422
+ const featuredImage = thumbnailId ? attachmentMap.get(String(thumbnailId)) : void 0;
1423
+ let customTaxonomies;
1424
+ if (post.customTaxonomies && post.customTaxonomies.size > 0) {
1425
+ const filtered = Object.fromEntries([...post.customTaxonomies].filter(([taxonomy]) => taxonomy !== "language"));
1426
+ if (Object.keys(filtered).length > 0) customTaxonomies = filtered;
1427
+ }
1428
+ return {
1429
+ sourceId: post.id || 0,
1430
+ postType: post.postType || "post",
1431
+ status: mapWpStatus(post.status),
1432
+ slug: post.postName || slugify(post.title || `post-${post.id || Date.now()}`),
1433
+ title: post.title || "Untitled",
1434
+ content,
1435
+ excerpt: post.excerpt,
1436
+ date: parseWxrDate(post.postDateGmt, post.pubDate, post.postDate) ?? /* @__PURE__ */ new Date(),
1437
+ modified: parseWxrDate(post.postModifiedGmt, void 0, post.postModified),
1438
+ author: post.creator,
1439
+ categories: post.categories,
1440
+ tags: post.tags,
1441
+ meta: Object.fromEntries(post.meta),
1442
+ featuredImage,
1443
+ parentId: post.postParent && post.postParent !== 0 ? post.postParent : void 0,
1444
+ menuOrder: post.menuOrder,
1445
+ customTaxonomies,
1446
+ locale: post.locale,
1447
+ translationGroup: post.translationGroup
1448
+ };
1449
+ }
1450
+ /**
1451
+ * WordPress uses "0000-00-00 00:00:00" as a sentinel for missing GMT dates
1452
+ * (e.g. unpublished drafts). This must be treated as absent.
1453
+ */
1454
+ const WXR_ZERO_DATE = "0000-00-00 00:00:00";
1455
+ /**
1456
+ * Parse a WXR date with the correct fallback chain:
1457
+ * 1. GMT date (always UTC, most reliable)
1458
+ * 2. pubDate (RFC 2822, includes timezone offset)
1459
+ * 3. Site-local date (MySQL datetime without timezone, imprecise but best available)
1460
+ *
1461
+ * Returns undefined when none of the inputs yield a valid date.
1462
+ * Callers that need a guaranteed Date should use `?? new Date()`.
1463
+ */
1464
+ function parseWxrDate(gmtDate, pubDate, localDate) {
1465
+ if (gmtDate && gmtDate !== WXR_ZERO_DATE) return /* @__PURE__ */ new Date(gmtDate.replace(" ", "T") + "Z");
1466
+ if (pubDate) {
1467
+ const d = new Date(pubDate);
1468
+ if (!isNaN(d.getTime())) return d;
1469
+ }
1470
+ if (localDate) {
1471
+ const d = new Date(localDate.replace(" ", "T"));
1472
+ if (!isNaN(d.getTime())) return d;
1473
+ }
1474
+ }
1475
+
1476
+ //#endregion
1477
+ //#region src/import/sources/wordpress-rest.ts
1478
+ /**
1479
+ * WordPress REST API probe
1480
+ *
1481
+ * Probes self-hosted WordPress sites to detect capabilities.
1482
+ * This source is probe-only - it tells users what's available
1483
+ * and suggests next steps (usually: upload WXR file).
1484
+ */
1485
+ const TRAILING_SLASHES = /\/+$/;
1486
+ const WP_JSON_SUFFIX = /\/wp-json\/?$/;
1487
+ const wordpressRestSource = {
1488
+ id: "wordpress-rest",
1489
+ name: "WordPress Site",
1490
+ description: "Connect to a self-hosted WordPress site",
1491
+ icon: "globe",
1492
+ requiresFile: false,
1493
+ canProbe: true,
1494
+ async probe(url) {
1495
+ try {
1496
+ const siteUrl = normalizeUrl(url);
1497
+ validateExternalUrl(siteUrl);
1498
+ const response = await ssrfSafeFetch(`${siteUrl}/wp-json/`, {
1499
+ headers: { Accept: "application/json" },
1500
+ signal: AbortSignal.timeout(1e4)
1501
+ });
1502
+ if (!response.ok) {
1503
+ if (!(await ssrfSafeFetch(`${siteUrl}/?rest_route=/`, {
1504
+ headers: { Accept: "application/json" },
1505
+ signal: AbortSignal.timeout(1e4)
1506
+ })).ok) return null;
1507
+ }
1508
+ const data = await response.json();
1509
+ if (!data.namespaces?.includes("wp/v2")) return null;
1510
+ const preview = await getPublicContentCounts(siteUrl);
1511
+ const hasAppPasswords = !!data.authentication?.["application-passwords"];
1512
+ return {
1513
+ sourceId: "wordpress-rest",
1514
+ confidence: "definite",
1515
+ detected: {
1516
+ platform: "wordpress",
1517
+ siteTitle: data.name,
1518
+ siteUrl: data.url || data.home || siteUrl
1519
+ },
1520
+ capabilities: {
1521
+ publicContent: true,
1522
+ privateContent: false,
1523
+ customPostTypes: false,
1524
+ allMeta: false,
1525
+ mediaStream: true
1526
+ },
1527
+ auth: hasAppPasswords ? {
1528
+ type: "password",
1529
+ instructions: "To import drafts and private content, create an Application Password in WordPress → Users → Your Profile → Application Passwords"
1530
+ } : void 0,
1531
+ preview,
1532
+ suggestedAction: {
1533
+ type: "upload",
1534
+ instructions: "For a complete import including drafts, custom post types, and all metadata, export your content from WordPress (Tools → Export) and upload the file here."
1535
+ }
1536
+ };
1537
+ } catch {
1538
+ return null;
1539
+ }
1540
+ },
1541
+ async analyze(_input, _context) {
1542
+ throw new Error("Direct REST API import not implemented. Please upload a WXR export file.");
1543
+ },
1544
+ async *fetchContent(_input, _options) {
1545
+ throw new Error("Direct REST API import not implemented. Please upload a WXR export file.");
1546
+ }
1547
+ };
1548
+ /**
1549
+ * Normalize a URL for API requests
1550
+ */
1551
+ function normalizeUrl(url) {
1552
+ let normalized = url.trim();
1553
+ if (!normalized.startsWith("http")) normalized = `https://${normalized}`;
1554
+ normalized = normalized.replace(TRAILING_SLASHES, "");
1555
+ normalized = normalized.replace(WP_JSON_SUFFIX, "");
1556
+ return normalized;
1557
+ }
1558
+ /**
1559
+ * Get public content counts from REST API
1560
+ */
1561
+ async function getPublicContentCounts(siteUrl) {
1562
+ const result = {};
1563
+ try {
1564
+ const [postsRes, pagesRes, mediaRes] = await Promise.allSettled([
1565
+ ssrfSafeFetch(`${siteUrl}/wp-json/wp/v2/posts?per_page=1`, { signal: AbortSignal.timeout(5e3) }),
1566
+ ssrfSafeFetch(`${siteUrl}/wp-json/wp/v2/pages?per_page=1`, { signal: AbortSignal.timeout(5e3) }),
1567
+ ssrfSafeFetch(`${siteUrl}/wp-json/wp/v2/media?per_page=1`, { signal: AbortSignal.timeout(5e3) })
1568
+ ]);
1569
+ if (postsRes.status === "fulfilled" && postsRes.value.ok) {
1570
+ const total = postsRes.value.headers.get("X-WP-Total");
1571
+ if (total) result.posts = parseInt(total, 10);
1572
+ }
1573
+ if (pagesRes.status === "fulfilled" && pagesRes.value.ok) {
1574
+ const total = pagesRes.value.headers.get("X-WP-Total");
1575
+ if (total) result.pages = parseInt(total, 10);
1576
+ }
1577
+ if (mediaRes.status === "fulfilled" && mediaRes.value.ok) {
1578
+ const total = mediaRes.value.headers.get("X-WP-Total");
1579
+ if (total) result.media = parseInt(total, 10);
1580
+ }
1581
+ } catch {}
1582
+ return result;
1583
+ }
1584
+
1585
+ //#endregion
1586
+ //#region src/import/sources/wordpress-plugin.ts
1587
+ /**
1588
+ * WordPress Plugin (EmDash Exporter) import source
1589
+ *
1590
+ * Connects to self-hosted WordPress sites running the EmDash Exporter plugin.
1591
+ * Provides full access to all content including drafts, custom post types, and ACF fields.
1592
+ */
1593
+ /**
1594
+ * Build the REST API URL for a plugin endpoint.
1595
+ *
1596
+ * `restRoute: false` uses the pretty form (`/wp-json/emdash/v1/...`),
1597
+ * `restRoute: true` uses the `?rest_route=` form that works on sites with
1598
+ * plain permalinks (where `/wp-json/` doesn't exist).
1599
+ */
1600
+ function pluginApiUrl(siteUrl, path, params = {}, restRoute = false) {
1601
+ if (restRoute) {
1602
+ const url = new URL(siteUrl + "/");
1603
+ url.searchParams.set("rest_route", `/emdash/v1/${path}`);
1604
+ for (const [key, value] of Object.entries(params)) url.searchParams.set(key, value);
1605
+ return url.toString();
1606
+ }
1607
+ const url = new URL(`${siteUrl}/wp-json/emdash/v1/${path}`);
1608
+ for (const [key, value] of Object.entries(params)) url.searchParams.set(key, value);
1609
+ return url.toString();
1610
+ }
1611
+ /**
1612
+ * Fetch a plugin API endpoint, falling back to the `?rest_route=` form when
1613
+ * the pretty `/wp-json/` route 404s or is unreachable. Sites with "Plain"
1614
+ * permalinks have no `/wp-json/` rewrite, so without this fallback they
1615
+ * always fail with a misleading 404.
1616
+ */
1617
+ async function fetchPluginApi(siteUrl, path, params, headers, timeoutMs) {
1618
+ let pretty = null;
1619
+ try {
1620
+ pretty = await ssrfSafeFetch(pluginApiUrl(siteUrl, path, params), {
1621
+ headers,
1622
+ signal: AbortSignal.timeout(timeoutMs)
1623
+ });
1624
+ } catch {}
1625
+ if (pretty && pretty.status !== 404) return pretty;
1626
+ return ssrfSafeFetch(pluginApiUrl(siteUrl, path, params, true), {
1627
+ headers,
1628
+ signal: AbortSignal.timeout(timeoutMs)
1629
+ });
1630
+ }
1631
+ const wordpressPluginSource = {
1632
+ id: "wordpress-plugin",
1633
+ name: "WordPress (EmDash Exporter)",
1634
+ description: "Import from WordPress sites with the EmDash Exporter plugin installed",
1635
+ icon: "plug",
1636
+ requiresFile: false,
1637
+ canProbe: true,
1638
+ async probe(url) {
1639
+ try {
1640
+ const siteUrl = normalizeUrl$1(url);
1641
+ validateExternalUrl(siteUrl);
1642
+ const response = await fetchPluginApi(siteUrl, "probe", {}, { Accept: "application/json" }, 1e4);
1643
+ if (!response.ok) return null;
1644
+ const data = await response.json();
1645
+ if (!data.emdash_exporter) return null;
1646
+ return {
1647
+ sourceId: "wordpress-plugin",
1648
+ confidence: "definite",
1649
+ detected: {
1650
+ platform: "wordpress",
1651
+ version: data.wordpress_version,
1652
+ siteTitle: data.site.title,
1653
+ siteUrl: data.site.url
1654
+ },
1655
+ capabilities: {
1656
+ publicContent: true,
1657
+ privateContent: true,
1658
+ customPostTypes: true,
1659
+ allMeta: true,
1660
+ mediaStream: true
1661
+ },
1662
+ auth: data.capabilities.application_passwords ? {
1663
+ type: "password",
1664
+ instructions: data.auth_instructions.instructions
1665
+ } : void 0,
1666
+ preview: {
1667
+ posts: data.post_types.find((p) => p.name === "post")?.count,
1668
+ pages: data.post_types.find((p) => p.name === "page")?.count,
1669
+ media: data.media_count
1670
+ },
1671
+ suggestedAction: { type: "proceed" },
1672
+ i18n: pluginI18nToDetection(data.i18n)
1673
+ };
1674
+ } catch {
1675
+ return null;
1676
+ }
1677
+ },
1678
+ async analyze(input, context) {
1679
+ const { siteUrl, headers } = getRequestConfig(input);
1680
+ const response = await fetchPluginApi(siteUrl, "analyze", {}, headers, 3e4);
1681
+ if (!response.ok) {
1682
+ const body = await response.json().catch(() => void 0);
1683
+ const message = typeof body === "object" && body !== null && "message" in body && typeof body.message === "string" ? body.message : "";
1684
+ throw new Error(message || `Failed to analyze site: ${response.statusText}`);
1685
+ }
1686
+ const data = await response.json();
1687
+ const existingCollections = context.getExistingCollections ? await context.getExistingCollections() : /* @__PURE__ */ new Map();
1688
+ const postTypes = data.post_types.filter((pt) => pt.total > 0).map((pt) => {
1689
+ const suggestedCollection = mapPostTypeToCollection(pt.name);
1690
+ const existingCollection = existingCollections.get(suggestedCollection);
1691
+ const requiredFields = pt.supports && "thumbnail" in pt.supports ? [...BASE_REQUIRED_FIELDS, FEATURED_IMAGE_FIELD] : [...BASE_REQUIRED_FIELDS];
1692
+ const knownSlugs = new Set(requiredFields.map((f) => f.slug));
1693
+ for (const customField of pt.custom_fields ?? []) {
1694
+ if (isPluginBookkeepingMeta(customField.key)) continue;
1695
+ const slug = sanitizeFieldSlug(customField.key);
1696
+ if (knownSlugs.has(slug)) continue;
1697
+ knownSlugs.add(slug);
1698
+ requiredFields.push({
1699
+ slug,
1700
+ label: fieldLabelFromKey(customField.key),
1701
+ type: mapInferredFieldType(customField.inferred_type),
1702
+ required: false
1703
+ });
1704
+ }
1705
+ return {
1706
+ name: pt.name,
1707
+ count: pt.total,
1708
+ suggestedCollection,
1709
+ requiredFields,
1710
+ schemaStatus: checkSchemaCompatibility(requiredFields, existingCollection)
1711
+ };
1712
+ });
1713
+ const attachments = [];
1714
+ if (data.attachments.count > 0) try {
1715
+ let page = 1;
1716
+ let totalPages = 1;
1717
+ while (page <= totalPages) {
1718
+ const mediaResponse = await fetchPluginApi(siteUrl, "media", {
1719
+ per_page: "500",
1720
+ page: String(page)
1721
+ }, headers, 3e4);
1722
+ if (!mediaResponse.ok) break;
1723
+ const mediaData = await mediaResponse.json();
1724
+ totalPages = mediaData.pages;
1725
+ for (const item of mediaData.items) attachments.push({
1726
+ id: item.id,
1727
+ url: item.url,
1728
+ filename: item.filename,
1729
+ mimeType: item.mime_type,
1730
+ title: item.title,
1731
+ alt: item.alt,
1732
+ caption: item.caption,
1733
+ width: item.width,
1734
+ height: item.height
1735
+ });
1736
+ page++;
1737
+ }
1738
+ } catch (e) {
1739
+ console.warn("Failed to fetch media list:", e);
1740
+ }
1741
+ const categoryTaxonomy = data.taxonomies.find((t) => t.name === "category");
1742
+ const tagTaxonomy = data.taxonomies.find((t) => t.name === "post_tag");
1743
+ return {
1744
+ sourceId: "wordpress-plugin",
1745
+ site: {
1746
+ title: data.site.title,
1747
+ url: data.site.url
1748
+ },
1749
+ postTypes,
1750
+ attachments: {
1751
+ count: data.attachments.count,
1752
+ items: attachments
1753
+ },
1754
+ categories: categoryTaxonomy?.term_count ?? 0,
1755
+ tags: tagTaxonomy?.term_count ?? 0,
1756
+ authors: data.authors.map((a) => ({
1757
+ id: a.id,
1758
+ login: a.login,
1759
+ email: a.email,
1760
+ displayName: a.display_name,
1761
+ postCount: a.post_count
1762
+ })),
1763
+ i18n: pluginI18nToDetection(data.i18n)
1764
+ };
1765
+ },
1766
+ async *fetchContent(input, options) {
1767
+ const { siteUrl, headers } = getRequestConfig(input);
1768
+ for (const postType of options.postTypes) {
1769
+ let page = 1;
1770
+ let totalPages = 1;
1771
+ let yielded = 0;
1772
+ while (page <= totalPages) {
1773
+ const response = await fetchPluginApi(siteUrl, "content", {
1774
+ post_type: postType,
1775
+ status: options.includeDrafts ? "any" : "publish",
1776
+ per_page: "100",
1777
+ page: String(page)
1778
+ }, headers, 6e4);
1779
+ if (!response.ok) throw new Error(`Failed to fetch ${postType}: ${response.statusText}`);
1780
+ const data = await response.json();
1781
+ totalPages = data.pages;
1782
+ for (const post of data.items) {
1783
+ yield pluginPostToNormalizedItem(post, siteUrl);
1784
+ yielded++;
1785
+ if (options.limit && yielded >= options.limit) return;
1786
+ }
1787
+ page++;
1788
+ }
1789
+ }
1790
+ },
1791
+ async fetchMedia(url, _input) {
1792
+ validateExternalUrl(url);
1793
+ const response = await ssrfSafeFetch(url);
1794
+ if (!response.ok) throw new Error(`Failed to fetch media: ${response.statusText}`);
1795
+ return response.blob();
1796
+ }
1797
+ };
1798
+ /**
1799
+ * Fetch a single page of content for one post type. This is the unit of
1800
+ * work for the chunked import: one Worker invocation imports one page,
1801
+ * keeping each request far below Cloudflare's CPU and subrequest limits
1802
+ * (see issue #475).
1803
+ */
1804
+ async function fetchPluginContentPage(options) {
1805
+ const { siteUrl, headers } = getRequestConfig({
1806
+ type: "url",
1807
+ url: options.siteUrl,
1808
+ token: options.token
1809
+ });
1810
+ const response = await fetchPluginApi(siteUrl, "content", {
1811
+ post_type: options.postType,
1812
+ status: options.includeDrafts ? "any" : "publish",
1813
+ per_page: String(options.perPage),
1814
+ page: String(options.page)
1815
+ }, headers, 6e4);
1816
+ if (!response.ok) throw new Error(`Failed to fetch ${options.postType}: ${response.statusText}`);
1817
+ const data = await response.json();
1818
+ return {
1819
+ items: data.items.map((post) => pluginPostToNormalizedItem(post, siteUrl)),
1820
+ totalPages: data.pages
1821
+ };
1822
+ }
1823
+ /** Plugin `inferred_type` values that are valid EmDash field types as-is */
1824
+ const VALID_INFERRED_TYPES = new Set([
1825
+ "string",
1826
+ "text",
1827
+ "number",
1828
+ "integer",
1829
+ "boolean",
1830
+ "datetime",
1831
+ "json",
1832
+ "reference"
1833
+ ]);
1834
+ /**
1835
+ * Map the plugin's inferred custom-field type to an EmDash field type.
1836
+ * Unknown values fall back to string (always safe for TEXT storage).
1837
+ */
1838
+ function mapInferredFieldType(inferredType) {
1839
+ return VALID_INFERRED_TYPES.has(inferredType) ? inferredType : "string";
1840
+ }
1841
+ const FIELD_KEY_SEPARATORS = /[_-]+/;
1842
+ /** Derive a human label from a meta key: "event_start-date" -> "Event Start Date" */
1843
+ function fieldLabelFromKey(key) {
1844
+ return key.split(FIELD_KEY_SEPARATORS).filter(Boolean).map((word) => word.charAt(0).toUpperCase() + word.slice(1)).join(" ");
1845
+ }
1846
+ /**
1847
+ * Convert plugin i18n info to the shared I18nDetection type.
1848
+ * Returns undefined when no multilingual plugin is detected.
1849
+ */
1850
+ function pluginI18nToDetection(i18n) {
1851
+ if (!i18n) return void 0;
1852
+ return {
1853
+ plugin: i18n.plugin,
1854
+ defaultLocale: i18n.default_locale,
1855
+ locales: i18n.locales
1856
+ };
1857
+ }
1858
+ /**
1859
+ * Get request configuration from input
1860
+ */
1861
+ function getRequestConfig(input) {
1862
+ if (input.type === "url") {
1863
+ const siteUrl = normalizeUrl$1(input.url);
1864
+ validateExternalUrl(siteUrl);
1865
+ const headers = { Accept: "application/json" };
1866
+ if (input.token) headers["Authorization"] = `Basic ${input.token}`;
1867
+ return {
1868
+ siteUrl,
1869
+ headers
1870
+ };
1871
+ }
1872
+ if (input.type === "oauth") {
1873
+ const oauthSiteUrl = normalizeUrl$1(input.url);
1874
+ validateExternalUrl(oauthSiteUrl);
1875
+ return {
1876
+ siteUrl: oauthSiteUrl,
1877
+ headers: {
1878
+ Accept: "application/json",
1879
+ Authorization: `Bearer ${input.accessToken}`
1880
+ }
1881
+ };
1882
+ }
1883
+ throw new Error("WordPress plugin source requires URL or OAuth input");
1884
+ }
1885
+ /**
1886
+ * Convert plugin post to normalized item
1887
+ */
1888
+ function pluginPostToNormalizedItem(post, siteUrl) {
1889
+ const content = post.content ? gutenbergToPortableText(post.content) : [];
1890
+ relativizeContentLinks(content, siteUrl);
1891
+ const categories = post.taxonomies?.category?.map((c) => c.slug) ?? post.taxonomies?.categories?.map((c) => c.slug) ?? [];
1892
+ const tags = post.taxonomies?.post_tag?.map((t) => t.slug) ?? post.taxonomies?.tags?.map((t) => t.slug) ?? [];
1893
+ const customTaxonomies = {};
1894
+ for (const [name, terms] of Object.entries(post.taxonomies ?? {})) {
1895
+ if ([
1896
+ "category",
1897
+ "categories",
1898
+ "post_tag",
1899
+ "tags"
1900
+ ].includes(name)) continue;
1901
+ if (Array.isArray(terms) && terms.length > 0) customTaxonomies[name] = terms.map((t) => t.slug);
1902
+ }
1903
+ const meta = { ...post.meta };
1904
+ if (post.acf) meta._acf = post.acf;
1905
+ if (post.yoast) meta._yoast = post.yoast;
1906
+ if (post.rankmath) meta._rankmath = post.rankmath;
1907
+ return {
1908
+ sourceId: post.id,
1909
+ postType: post.post_type,
1910
+ status: mapWpStatus(post.status),
1911
+ slug: post.slug,
1912
+ title: post.title,
1913
+ content,
1914
+ excerpt: post.excerpt || void 0,
1915
+ date: new Date(post.date_gmt || post.date),
1916
+ modified: post.modified_gmt ? new Date(post.modified_gmt) : new Date(post.modified),
1917
+ author: post.author?.login,
1918
+ categories,
1919
+ tags,
1920
+ customTaxonomies: Object.keys(customTaxonomies).length > 0 ? customTaxonomies : void 0,
1921
+ meta,
1922
+ featuredImage: post.featured_image?.url,
1923
+ locale: post.locale,
1924
+ translationGroup: post.translation_group
1925
+ };
1926
+ }
1927
+ /**
1928
+ * Fetch taxonomies from plugin API
1929
+ */
1930
+ async function fetchPluginTaxonomies(siteUrl, authToken) {
1931
+ const normalizedSiteUrl = normalizeUrl$1(siteUrl);
1932
+ validateExternalUrl(normalizedSiteUrl);
1933
+ const response = await fetchPluginApi(normalizedSiteUrl, "taxonomies", {}, {
1934
+ Accept: "application/json",
1935
+ Authorization: `Basic ${authToken}`
1936
+ }, 3e4);
1937
+ if (!response.ok) throw new Error(`Failed to fetch taxonomies: ${response.statusText}`);
1938
+ return response.json();
1939
+ }
1940
+ /**
1941
+ * Fetch navigation menus from plugin API (added in emdash-exporter 1.1.0).
1942
+ * Returns an empty array when the endpoint doesn't exist (older plugin).
1943
+ */
1944
+ async function fetchPluginMenus(siteUrl, authToken) {
1945
+ const normalizedSiteUrl = normalizeUrl$1(siteUrl);
1946
+ validateExternalUrl(normalizedSiteUrl);
1947
+ const response = await fetchPluginApi(normalizedSiteUrl, "menus", {}, {
1948
+ Accept: "application/json",
1949
+ Authorization: `Basic ${authToken}`
1950
+ }, 3e4);
1951
+ if (response.status === 404) return [];
1952
+ if (!response.ok) throw new Error(`Failed to fetch menus: ${response.statusText}`);
1953
+ return response.json();
1954
+ }
1955
+ /**
1956
+ * Fetch site options from plugin API (title, tagline, logo, favicon, ...)
1957
+ */
1958
+ async function fetchPluginOptions(siteUrl, authToken) {
1959
+ const normalizedSiteUrl = normalizeUrl$1(siteUrl);
1960
+ validateExternalUrl(normalizedSiteUrl);
1961
+ const response = await fetchPluginApi(normalizedSiteUrl, "options", {}, {
1962
+ Accept: "application/json",
1963
+ Authorization: `Basic ${authToken}`
1964
+ }, 3e4);
1965
+ if (!response.ok) throw new Error(`Failed to fetch options: ${response.statusText}`);
1966
+ return response.json();
1967
+ }
1968
+ /**
1969
+ * Fetch a single page of comments from the plugin API (added in
1970
+ * emdash-exporter 1.2.0). The exporter orders by comment ID ascending, so
1971
+ * parents always appear before their children across pages. Returns
1972
+ * `totalPages: 0` when the endpoint doesn't exist (older plugin).
1973
+ */
1974
+ async function fetchPluginCommentsPage(siteUrl, authToken, page) {
1975
+ const normalizedSiteUrl = normalizeUrl$1(siteUrl);
1976
+ validateExternalUrl(normalizedSiteUrl);
1977
+ const response = await fetchPluginApi(normalizedSiteUrl, "comments", {
1978
+ per_page: "500",
1979
+ page: String(page)
1980
+ }, {
1981
+ Accept: "application/json",
1982
+ Authorization: `Basic ${authToken}`
1983
+ }, 3e4);
1984
+ if (response.status === 404) return {
1985
+ items: [],
1986
+ totalPages: 0
1987
+ };
1988
+ if (!response.ok) throw new Error(`Failed to fetch comments: ${response.statusText}`);
1989
+ const data = await response.json();
1990
+ return {
1991
+ items: data.items,
1992
+ totalPages: data.pages
1993
+ };
1994
+ }
1995
+ /**
1996
+ * Fetch all comments from plugin API, paginating through every page.
1997
+ * Returns an empty array when the endpoint doesn't exist (older plugin).
1998
+ */
1999
+ async function fetchPluginComments(siteUrl, authToken) {
2000
+ const comments = [];
2001
+ let page = 1;
2002
+ let totalPages = 1;
2003
+ while (page <= totalPages) {
2004
+ const result = await fetchPluginCommentsPage(siteUrl, authToken, page);
2005
+ totalPages = result.totalPages;
2006
+ comments.push(...result.items);
2007
+ page++;
2008
+ }
2009
+ return comments;
2010
+ }
2011
+
2012
+ //#endregion
2013
+ //#region src/import/index.ts
2014
+ registerSource(wordpressPluginSource);
2015
+ registerSource(wordpressRestSource);
2016
+ registerSource(wxrSource);
2017
+
2018
+ //#endregion
2019
+ export { parseWxrString as C, parseWxr as S, importSiteSettings as _, fetchPluginOptions as a, importReusableBlocksAsSections as b, parseWxrDate as c, getAllSources as d, getFileSources as f, registerSource as g, probeUrl as h, fetchPluginMenus as i, wxrSource as l, getUrlSources as m, fetchPluginCommentsPage as n, fetchPluginTaxonomies as o, getSource as p, fetchPluginContentPage as r, wordpressRestSource as s, fetchPluginComments as t, clearSources as u, parseSiteSettingsFromPlugin as v, importMenusFromPlugin as x, importCommentsFromPlugin as y };
2020
+ //# sourceMappingURL=import-wpSO2N0x.mjs.map