emdash 0.40.1 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1240) hide show
  1. package/dist/action-token-CbKDcPJi.mjs +26 -0
  2. package/dist/action-token-CbKDcPJi.mjs.map +1 -0
  3. package/dist/activation-PtniBLt9.mjs +382 -0
  4. package/dist/activation-PtniBLt9.mjs.map +1 -0
  5. package/dist/adapters-C_Tf5x90.d.mts +171 -0
  6. package/dist/adapters-C_Tf5x90.d.mts.map +1 -0
  7. package/dist/allowed-origins-U1z4TdEZ.mjs +116 -0
  8. package/dist/allowed-origins-U1z4TdEZ.mjs.map +1 -0
  9. package/dist/api/route-utils.d.mts +4 -4
  10. package/dist/api/route-utils.mjs +46 -45
  11. package/dist/api/route-utils.mjs.map +1 -1
  12. package/dist/api/schemas/index.d.mts +2 -2
  13. package/dist/api/schemas/index.mjs +10 -10
  14. package/dist/api-CXwQkV_m.mjs +5122 -0
  15. package/dist/api-CXwQkV_m.mjs.map +1 -0
  16. package/dist/api-tokens-89WlohEN.mjs +166 -0
  17. package/dist/api-tokens-89WlohEN.mjs.map +1 -0
  18. package/dist/apply-Do3KNnUk.mjs +1659 -0
  19. package/dist/apply-Do3KNnUk.mjs.map +1 -0
  20. package/dist/approvals-CAX9Yw33.mjs +460 -0
  21. package/dist/approvals-CAX9Yw33.mjs.map +1 -0
  22. package/dist/artifact-fetch-B9W4CEST.mjs +659 -0
  23. package/dist/artifact-fetch-B9W4CEST.mjs.map +1 -0
  24. package/dist/astro/index.d.mts +14 -14
  25. package/dist/astro/index.mjs +20 -24
  26. package/dist/astro/index.mjs.map +1 -1
  27. package/dist/astro/middleware/auth.d.mts +12 -12
  28. package/dist/astro/middleware/auth.mjs +10 -10
  29. package/dist/astro/middleware/media-usage-write-fence.mjs +5 -5
  30. package/dist/astro/middleware/redirect.mjs +7 -7
  31. package/dist/astro/middleware/request-context.mjs +3 -3
  32. package/dist/astro/middleware/setup.mjs +1 -1
  33. package/dist/astro/middleware.d.mts +12 -12
  34. package/dist/astro/middleware.mjs +109 -106
  35. package/dist/astro/middleware.mjs.map +1 -1
  36. package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +14 -14
  37. package/dist/astro/routes/api/admin/allowed-domains/index.mjs +14 -14
  38. package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +6 -6
  39. package/dist/astro/routes/api/admin/api-tokens/index.mjs +7 -7
  40. package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +7 -7
  41. package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +17 -17
  42. package/dist/astro/routes/api/admin/byline-fields/index.mjs +17 -17
  43. package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +17 -17
  44. package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +23 -23
  45. package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +23 -23
  46. package/dist/astro/routes/api/admin/bylines/index.mjs +23 -23
  47. package/dist/astro/routes/api/admin/comments/_id_/status.mjs +18 -18
  48. package/dist/astro/routes/api/admin/comments/_id_.mjs +7 -7
  49. package/dist/astro/routes/api/admin/comments/bulk.mjs +17 -17
  50. package/dist/astro/routes/api/admin/comments/counts.mjs +7 -7
  51. package/dist/astro/routes/api/admin/comments/index.mjs +17 -17
  52. package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
  53. package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +5 -5
  54. package/dist/astro/routes/api/admin/media-usage/activation.mjs +20 -20
  55. package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +22 -22
  56. package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +22 -22
  57. package/dist/astro/routes/api/admin/media-usage/progress.mjs +25 -25
  58. package/dist/astro/routes/api/admin/media-usage/repair.mjs +31 -31
  59. package/dist/astro/routes/api/admin/media-usage/work/index.mjs +22 -22
  60. package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +22 -22
  61. package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
  62. package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
  63. package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +8 -8
  64. package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +8 -8
  65. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +72 -68
  66. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
  67. package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +7 -7
  68. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +71 -67
  69. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
  70. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +72 -68
  71. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
  72. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +82 -78
  73. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
  74. package/dist/astro/routes/api/admin/plugins/index.mjs +72 -68
  75. package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
  76. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +5 -5
  77. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +71 -67
  78. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
  79. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +81 -77
  80. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
  81. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +71 -67
  82. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
  83. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +72 -68
  84. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
  85. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +83 -79
  86. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
  87. package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +9 -9
  88. package/dist/astro/routes/api/admin/plugins/registry/install.mjs +74 -70
  89. package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
  90. package/dist/astro/routes/api/admin/plugins/registry/publisher-handle.mjs +7 -7
  91. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +72 -68
  92. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
  93. package/dist/astro/routes/api/admin/plugins/updates.mjs +71 -67
  94. package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
  95. package/dist/astro/routes/api/admin/scheduled-policy-rejections/_collection_/_id_.mjs +6 -6
  96. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +71 -67
  97. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
  98. package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +5 -5
  99. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +71 -67
  100. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
  101. package/dist/astro/routes/api/admin/transfer/_...path_.mjs +4 -4
  102. package/dist/astro/routes/api/admin/transfer/approvals/_id_/approve.mjs +40 -40
  103. package/dist/astro/routes/api/admin/transfer/approvals/_id_/deny.mjs +40 -40
  104. package/dist/astro/routes/api/admin/transfer/approvals/index.mjs +42 -42
  105. package/dist/astro/routes/api/admin/transfer/capabilities.mjs +42 -42
  106. package/dist/astro/routes/api/admin/transfer/exports/_id_/advance.mjs +42 -42
  107. package/dist/astro/routes/api/admin/transfer/exports/_id_/archive.mjs +43 -43
  108. package/dist/astro/routes/api/admin/transfer/exports/_id_/files/_...path_.mjs +43 -43
  109. package/dist/astro/routes/api/admin/transfer/exports/_id_/index.mjs +42 -42
  110. package/dist/astro/routes/api/admin/transfer/exports/_id_/manifest.mjs +43 -43
  111. package/dist/astro/routes/api/admin/transfer/exports/index.mjs +44 -44
  112. package/dist/astro/routes/api/admin/transfer/imports/_id_/abandon.mjs +42 -42
  113. package/dist/astro/routes/api/admin/transfer/imports/_id_/advance.mjs +42 -42
  114. package/dist/astro/routes/api/admin/transfer/imports/_id_/analyze.mjs +44 -44
  115. package/dist/astro/routes/api/admin/transfer/imports/_id_/cancel.mjs +42 -42
  116. package/dist/astro/routes/api/admin/transfer/imports/_id_/execute.mjs +44 -44
  117. package/dist/astro/routes/api/admin/transfer/imports/_id_/files/_...path_.mjs +42 -42
  118. package/dist/astro/routes/api/admin/transfer/imports/_id_/index.mjs +42 -42
  119. package/dist/astro/routes/api/admin/transfer/imports/_id_/missing.mjs +44 -44
  120. package/dist/astro/routes/api/admin/transfer/imports/_id_/plan.mjs +42 -42
  121. package/dist/astro/routes/api/admin/transfer/imports/_id_/receipt.mjs +42 -42
  122. package/dist/astro/routes/api/admin/transfer/imports/index.mjs +44 -44
  123. package/dist/astro/routes/api/admin/users/_id_/disable.mjs +5 -5
  124. package/dist/astro/routes/api/admin/users/_id_/enable.mjs +4 -4
  125. package/dist/astro/routes/api/admin/users/_id_/index.mjs +15 -15
  126. package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +6 -6
  127. package/dist/astro/routes/api/admin/users/index.mjs +14 -14
  128. package/dist/astro/routes/api/auth/dev-bypass.mjs +6 -6
  129. package/dist/astro/routes/api/auth/invite/accept.mjs +4 -4
  130. package/dist/astro/routes/api/auth/invite/complete.mjs +18 -18
  131. package/dist/astro/routes/api/auth/invite/index.mjs +16 -16
  132. package/dist/astro/routes/api/auth/invite/register-options.mjs +17 -17
  133. package/dist/astro/routes/api/auth/logout.mjs +5 -5
  134. package/dist/astro/routes/api/auth/magic-link/send.mjs +18 -18
  135. package/dist/astro/routes/api/auth/magic-link/verify.mjs +14 -14
  136. package/dist/astro/routes/api/auth/me.mjs +15 -15
  137. package/dist/astro/routes/api/auth/mode.mjs +5 -5
  138. package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +3 -3
  139. package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
  140. package/dist/astro/routes/api/auth/passkey/_id_.mjs +14 -14
  141. package/dist/astro/routes/api/auth/passkey/index.mjs +4 -4
  142. package/dist/astro/routes/api/auth/passkey/options.mjs +19 -19
  143. package/dist/astro/routes/api/auth/passkey/register/options.mjs +17 -17
  144. package/dist/astro/routes/api/auth/passkey/register/verify.mjs +18 -18
  145. package/dist/astro/routes/api/auth/passkey/verify.mjs +18 -18
  146. package/dist/astro/routes/api/auth/signup/complete.mjs +18 -18
  147. package/dist/astro/routes/api/auth/signup/request.mjs +17 -17
  148. package/dist/astro/routes/api/auth/signup/verify.mjs +4 -4
  149. package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
  150. package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +18 -18
  151. package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +5 -5
  152. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +17 -17
  153. package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +5 -5
  154. package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +17 -17
  155. package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +5 -5
  156. package/dist/astro/routes/api/content/_collection_/_id_/plugin-extensions/_pluginId_/_kind_/_extensionId_.mjs +11 -11
  157. package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +31 -31
  158. package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +17 -17
  159. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts +1 -2
  160. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts.map +1 -1
  161. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +42 -53
  162. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
  163. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +34 -29
  164. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
  165. package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +5 -5
  166. package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +5 -5
  167. package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +17 -17
  168. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +25 -24
  169. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
  170. package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +5 -5
  171. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +17 -17
  172. package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
  173. package/dist/astro/routes/api/content/_collection_/_id_.mjs +18 -18
  174. package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
  175. package/dist/astro/routes/api/content/_collection_/authors.mjs +5 -5
  176. package/dist/astro/routes/api/content/_collection_/index.mjs +15 -15
  177. package/dist/astro/routes/api/content/_collection_/trash.mjs +15 -15
  178. package/dist/astro/routes/api/dashboard.mjs +10 -9
  179. package/dist/astro/routes/api/dashboard.mjs.map +1 -1
  180. package/dist/astro/routes/api/dev/emails.mjs +5 -5
  181. package/dist/astro/routes/api/health.mjs +6 -6
  182. package/dist/astro/routes/api/import/probe.d.mts +3 -3
  183. package/dist/astro/routes/api/import/probe.mjs +23 -23
  184. package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -6
  185. package/dist/astro/routes/api/import/wordpress/execute.d.mts +13 -13
  186. package/dist/astro/routes/api/import/wordpress/execute.mjs +16 -16
  187. package/dist/astro/routes/api/import/wordpress/media.d.mts +12 -12
  188. package/dist/astro/routes/api/import/wordpress/media.mjs +19 -19
  189. package/dist/astro/routes/api/import/wordpress/prepare.mjs +18 -18
  190. package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +13 -13
  191. package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +28 -28
  192. package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
  193. package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +23 -23
  194. package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +13 -13
  195. package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +34 -34
  196. package/dist/astro/routes/api/manifest.mjs +6 -6
  197. package/dist/astro/routes/api/mcp.mjs +91 -91
  198. package/dist/astro/routes/api/media/_id_/confirm.mjs +19 -19
  199. package/dist/astro/routes/api/media/_id_/replace.mjs +16 -16
  200. package/dist/astro/routes/api/media/_id_/upload.mjs +9 -9
  201. package/dist/astro/routes/api/media/_id_/usage.mjs +33 -33
  202. package/dist/astro/routes/api/media/_id_.mjs +31 -31
  203. package/dist/astro/routes/api/media/asset/_id_/_filename_.mjs +6 -6
  204. package/dist/astro/routes/api/media/file/_...key_.mjs +9 -9
  205. package/dist/astro/routes/api/media/folders/_id_.mjs +16 -16
  206. package/dist/astro/routes/api/media/folders/index.mjs +16 -16
  207. package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +5 -5
  208. package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +5 -5
  209. package/dist/astro/routes/api/media/providers/index.mjs +5 -5
  210. package/dist/astro/routes/api/media/upload-url.mjs +18 -18
  211. package/dist/astro/routes/api/media.mjs +35 -35
  212. package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +17 -17
  213. package/dist/astro/routes/api/menus/_name_/items.mjs +17 -17
  214. package/dist/astro/routes/api/menus/_name_/reorder.mjs +17 -17
  215. package/dist/astro/routes/api/menus/_name_/translations.mjs +17 -17
  216. package/dist/astro/routes/api/menus/_name_.mjs +17 -17
  217. package/dist/astro/routes/api/menus/index.mjs +17 -17
  218. package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
  219. package/dist/astro/routes/api/oauth/device/authorize.d.mts +2 -1
  220. package/dist/astro/routes/api/oauth/device/authorize.d.mts.map +1 -1
  221. package/dist/astro/routes/api/oauth/device/authorize.mjs +23 -9
  222. package/dist/astro/routes/api/oauth/device/authorize.mjs.map +1 -1
  223. package/dist/astro/routes/api/oauth/device/code.mjs +11 -11
  224. package/dist/astro/routes/api/oauth/device/token.mjs +10 -10
  225. package/dist/astro/routes/api/oauth/register.mjs +5 -5
  226. package/dist/astro/routes/api/oauth/token/refresh.mjs +8 -8
  227. package/dist/astro/routes/api/oauth/token/revoke.mjs +8 -8
  228. package/dist/astro/routes/api/oauth/token.mjs +8 -8
  229. package/dist/astro/routes/api/openapi.json.mjs +20 -20
  230. package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +11 -11
  231. package/dist/astro/routes/api/redirects/404s/index.mjs +19 -19
  232. package/dist/astro/routes/api/redirects/404s/summary.mjs +19 -19
  233. package/dist/astro/routes/api/redirects/_id_.mjs +19 -19
  234. package/dist/astro/routes/api/redirects/index.mjs +19 -19
  235. package/dist/astro/routes/api/relations/_id_/index.mjs +34 -29
  236. package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
  237. package/dist/astro/routes/api/relations/index.mjs +36 -31
  238. package/dist/astro/routes/api/relations/index.mjs.map +1 -1
  239. package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +5 -5
  240. package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +5 -5
  241. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs +71 -67
  242. package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs.map +1 -1
  243. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs +71 -67
  244. package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs.map +1 -1
  245. package/dist/astro/routes/api/schema/block-types/index.mjs +71 -67
  246. package/dist/astro/routes/api/schema/block-types/index.mjs.map +1 -1
  247. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +73 -69
  248. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
  249. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +71 -67
  250. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
  251. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +71 -67
  252. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
  253. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +71 -67
  254. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
  255. package/dist/astro/routes/api/schema/collections/index.mjs +71 -67
  256. package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
  257. package/dist/astro/routes/api/schema/collections/reorder.mjs +71 -67
  258. package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
  259. package/dist/astro/routes/api/schema/index.mjs +16 -16
  260. package/dist/astro/routes/api/schema/orphans/_slug_.mjs +71 -67
  261. package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
  262. package/dist/astro/routes/api/schema/orphans/index.mjs +71 -67
  263. package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
  264. package/dist/astro/routes/api/search/enable.mjs +19 -19
  265. package/dist/astro/routes/api/search/index.mjs +18 -18
  266. package/dist/astro/routes/api/search/rebuild.mjs +19 -19
  267. package/dist/astro/routes/api/search/stats.mjs +9 -9
  268. package/dist/astro/routes/api/search/suggest.mjs +18 -18
  269. package/dist/astro/routes/api/sections/_slug_.mjs +18 -18
  270. package/dist/astro/routes/api/sections/index.mjs +18 -18
  271. package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -7
  272. package/dist/astro/routes/api/settings/backups/archives/index.mjs +7 -7
  273. package/dist/astro/routes/api/settings/backups/export.mjs +7 -7
  274. package/dist/astro/routes/api/settings/backups/index.mjs +8 -8
  275. package/dist/astro/routes/api/settings/email.mjs +6 -6
  276. package/dist/astro/routes/api/settings.mjs +21 -21
  277. package/dist/astro/routes/api/setup/admin-verify.mjs +19 -19
  278. package/dist/astro/routes/api/setup/admin.mjs +18 -18
  279. package/dist/astro/routes/api/setup/dev-bypass.mjs +45 -39
  280. package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
  281. package/dist/astro/routes/api/setup/dev-reset.mjs +4 -4
  282. package/dist/astro/routes/api/setup/index.mjs +50 -44
  283. package/dist/astro/routes/api/setup/index.mjs.map +1 -1
  284. package/dist/astro/routes/api/setup/status.mjs +6 -6
  285. package/dist/astro/routes/api/snapshot.mjs +8 -8
  286. package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +23 -23
  287. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +23 -23
  288. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +23 -23
  289. package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +23 -23
  290. package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +22 -22
  291. package/dist/astro/routes/api/taxonomies/_name_.mjs +23 -23
  292. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs +36 -35
  293. package/dist/astro/routes/api/taxonomies/bulk-tag.mjs.map +1 -1
  294. package/dist/astro/routes/api/taxonomies/index.mjs +23 -23
  295. package/dist/astro/routes/api/themes/preview.mjs +6 -6
  296. package/dist/astro/routes/api/typegen.mjs +8 -8
  297. package/dist/astro/routes/api/visual-editing/action-token.mjs +6 -6
  298. package/dist/astro/routes/api/visual-editing/content/_collection_/_id_/publish.mjs +19 -19
  299. package/dist/astro/routes/api/visual-editing/toolbar-labels.mjs +4 -4
  300. package/dist/astro/routes/api/well-known/auth.mjs +1 -1
  301. package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
  302. package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
  303. package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +16 -16
  304. package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +19 -19
  305. package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +19 -19
  306. package/dist/astro/routes/api/widget-areas/_name_.mjs +9 -9
  307. package/dist/astro/routes/api/widget-areas/index.mjs +19 -19
  308. package/dist/astro/routes/api/widget-components.mjs +5 -5
  309. package/dist/astro/routes/robots.txt.mjs +6 -6
  310. package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
  311. package/dist/astro/routes/sitemap.xml.mjs +7 -7
  312. package/dist/astro/types.d.mts +24 -18
  313. package/dist/astro/types.d.mts.map +1 -1
  314. package/dist/audit-CrgmE9LE.mjs +127 -0
  315. package/dist/audit-CrgmE9LE.mjs.map +1 -0
  316. package/dist/auth/providers/github.d.mts +1 -1
  317. package/dist/auth/providers/google.d.mts +1 -1
  318. package/dist/authoritative-records-C2YzIdbu.mjs +5172 -0
  319. package/dist/authoritative-records-C2YzIdbu.mjs.map +1 -0
  320. package/dist/authorize-WgdKF8QY.mjs +49 -0
  321. package/dist/authorize-WgdKF8QY.mjs.map +1 -0
  322. package/dist/backup-Ck8_lMO3.mjs +246 -0
  323. package/dist/backup-Ck8_lMO3.mjs.map +1 -0
  324. package/dist/block-types-BQ90asVI.mjs +132 -0
  325. package/dist/block-types-BQ90asVI.mjs.map +1 -0
  326. package/dist/block-values-ACFqgB1D.mjs +175 -0
  327. package/dist/block-values-ACFqgB1D.mjs.map +1 -0
  328. package/dist/bundle-Db1iNMv_.mjs +667 -0
  329. package/dist/bundle-Db1iNMv_.mjs.map +1 -0
  330. package/dist/byline-BayaYGoj.mjs +909 -0
  331. package/dist/byline-BayaYGoj.mjs.map +1 -0
  332. package/dist/byline-fields-B8HH-35f.mjs +254 -0
  333. package/dist/byline-fields-B8HH-35f.mjs.map +1 -0
  334. package/dist/byline-fields-hMPjf6Eu.mjs +123 -0
  335. package/dist/byline-fields-hMPjf6Eu.mjs.map +1 -0
  336. package/dist/byline-registry-B_EK_TQf.mjs +406 -0
  337. package/dist/byline-registry-B_EK_TQf.mjs.map +1 -0
  338. package/dist/bylines-DFAaFXWi.mjs +214 -0
  339. package/dist/bylines-DFAaFXWi.mjs.map +1 -0
  340. package/dist/bylines-DkIxUxmr.mjs +232 -0
  341. package/dist/bylines-DkIxUxmr.mjs.map +1 -0
  342. package/dist/cache-DkvhQ8XE.mjs +108 -0
  343. package/dist/cache-DkvhQ8XE.mjs.map +1 -0
  344. package/dist/canonical-CcSuuTlH.mjs +174 -0
  345. package/dist/canonical-CcSuuTlH.mjs.map +1 -0
  346. package/dist/capture-triggers-DJEoOTOq.mjs +362 -0
  347. package/dist/capture-triggers-DJEoOTOq.mjs.map +1 -0
  348. package/dist/challenge-store-CvBl81AQ.mjs +51 -0
  349. package/dist/challenge-store-CvBl81AQ.mjs.map +1 -0
  350. package/dist/checksum-CClweQzI.mjs +162 -0
  351. package/dist/checksum-CClweQzI.mjs.map +1 -0
  352. package/dist/chrome-tags-D5caJwwp.mjs +24 -0
  353. package/dist/chrome-tags-D5caJwwp.mjs.map +1 -0
  354. package/dist/chunks-DwBaj8aT.mjs +25 -0
  355. package/dist/chunks-DwBaj8aT.mjs.map +1 -0
  356. package/dist/cli/index.mjs +374 -761
  357. package/dist/cli/index.mjs.map +1 -1
  358. package/dist/client/cf-access.d.mts +1 -1
  359. package/dist/client/index.d.mts +32 -32
  360. package/dist/client/index.mjs +2 -2
  361. package/dist/collection-deletion-CLCdXsnV.mjs +436 -0
  362. package/dist/collection-deletion-CLCdXsnV.mjs.map +1 -0
  363. package/dist/collection-deletion-processor-hNw8x01F.mjs +217 -0
  364. package/dist/collection-deletion-processor-hNw8x01F.mjs.map +1 -0
  365. package/dist/collection-slugs-cache-CUuiduLq.mjs +85 -0
  366. package/dist/collection-slugs-cache-CUuiduLq.mjs.map +1 -0
  367. package/dist/comment-D2uvL63j.mjs +313 -0
  368. package/dist/comment-D2uvL63j.mjs.map +1 -0
  369. package/dist/comment-reaction-DevUuzg4.mjs +85 -0
  370. package/dist/comment-reaction-DevUuzg4.mjs.map +1 -0
  371. package/dist/comments-Cq0s7_hO.mjs +195 -0
  372. package/dist/comments-Cq0s7_hO.mjs.map +1 -0
  373. package/dist/comments-M4EDYAHw.mjs +99 -0
  374. package/dist/comments-M4EDYAHw.mjs.map +1 -0
  375. package/dist/components-CuIGwXMs.mjs +108 -0
  376. package/dist/components-CuIGwXMs.mjs.map +1 -0
  377. package/dist/config-52Ea5IWt.d.mts +39 -0
  378. package/dist/config-52Ea5IWt.d.mts.map +1 -0
  379. package/dist/config-CCz3xOLc.mjs +242 -0
  380. package/dist/config-CCz3xOLc.mjs.map +1 -0
  381. package/dist/config-D3d5Qudq.d.mts +6669 -0
  382. package/dist/config-D3d5Qudq.d.mts.map +1 -0
  383. package/dist/content-CbnufDsM.mjs +2018 -0
  384. package/dist/content-CbnufDsM.mjs.map +1 -0
  385. package/dist/content-list-query-D_7B1FE5.d.mts +26 -0
  386. package/dist/content-list-query-D_7B1FE5.d.mts.map +1 -0
  387. package/dist/content-policy-CYu6K1KB.mjs +46 -0
  388. package/dist/content-policy-CYu6K1KB.mjs.map +1 -0
  389. package/dist/content-repair-DlDUgFGp.mjs +442 -0
  390. package/dist/content-repair-DlDUgFGp.mjs.map +1 -0
  391. package/dist/context-CGQLA1-a.mjs +1922 -0
  392. package/dist/context-CGQLA1-a.mjs.map +1 -0
  393. package/dist/cron-c4D5C5Fx.mjs +284 -0
  394. package/dist/cron-c4D5C5Fx.mjs.map +1 -0
  395. package/dist/dashboard-CBq9kmOn.mjs +151 -0
  396. package/dist/dashboard-CBq9kmOn.mjs.map +1 -0
  397. package/dist/db/index.d.mts +3 -3
  398. package/dist/db/index.mjs +1 -1
  399. package/dist/db/libsql-migrations.d.mts +1 -1
  400. package/dist/db/libsql-migrations.mjs +4 -4
  401. package/dist/db/libsql.d.mts +1 -1
  402. package/dist/db/postgres-migrations.d.mts +1 -1
  403. package/dist/db/postgres-migrations.mjs +4 -4
  404. package/dist/db/postgres.d.mts +1 -1
  405. package/dist/db/sqlite-migrations.d.mts +1 -1
  406. package/dist/db/sqlite-migrations.mjs +4 -4
  407. package/dist/db/sqlite.d.mts +1 -1
  408. package/dist/db/sqlite.mjs +1 -1
  409. package/dist/default-DPsys51U.mjs +81 -0
  410. package/dist/default-DPsys51U.mjs.map +1 -0
  411. package/dist/deferred-tasks-CZ7rzBdo.d.mts +9 -0
  412. package/dist/deferred-tasks-CZ7rzBdo.d.mts.map +1 -0
  413. package/dist/dev-typegen-HRxwLRcT.mjs +29 -0
  414. package/dist/dev-typegen-HRxwLRcT.mjs.map +1 -0
  415. package/dist/device-flow-OcSqE9uY.mjs +521 -0
  416. package/dist/device-flow-OcSqE9uY.mjs.map +1 -0
  417. package/dist/digest-DVZ--cE9.mjs +194 -0
  418. package/dist/digest-DVZ--cE9.mjs.map +1 -0
  419. package/dist/direct-executor-DyjAqkpT.mjs +104 -0
  420. package/dist/direct-executor-DyjAqkpT.mjs.map +1 -0
  421. package/dist/dist-FPR93_xf.mjs +810 -0
  422. package/dist/dist-FPR93_xf.mjs.map +1 -0
  423. package/dist/email-console-DyQIgEnz.mjs +50 -0
  424. package/dist/email-console-DyQIgEnz.mjs.map +1 -0
  425. package/dist/email-locale-BYb16rVd.mjs +25 -0
  426. package/dist/email-locale-BYb16rVd.mjs.map +1 -0
  427. package/dist/emdash-runtime-CrzxJFmF.mjs +4214 -0
  428. package/dist/emdash-runtime-CrzxJFmF.mjs.map +1 -0
  429. package/dist/enrich-DBtCncE2.mjs +194 -0
  430. package/dist/enrich-DBtCncE2.mjs.map +1 -0
  431. package/dist/entry-lock-BN5y4YbO.d.mts +4481 -0
  432. package/dist/entry-lock-BN5y4YbO.d.mts.map +1 -0
  433. package/dist/entry-lock-BaRBHCsH.mjs +1173 -0
  434. package/dist/entry-lock-BaRBHCsH.mjs.map +1 -0
  435. package/dist/entry-lock-C6NcnZPV.mjs +163 -0
  436. package/dist/entry-lock-C6NcnZPV.mjs.map +1 -0
  437. package/dist/entry-locks-BTyQLdbC.mjs +167 -0
  438. package/dist/entry-locks-BTyQLdbC.mjs.map +1 -0
  439. package/dist/error-BfsNNrIE.mjs +90 -0
  440. package/dist/error-BfsNNrIE.mjs.map +1 -0
  441. package/dist/errors-BN1QAnEY.mjs +460 -0
  442. package/dist/errors-BN1QAnEY.mjs.map +1 -0
  443. package/dist/errors-Bt3goF8I.mjs +120 -0
  444. package/dist/errors-Bt3goF8I.mjs.map +1 -0
  445. package/dist/escape-BveidMa2.mjs +9 -0
  446. package/dist/escape-BveidMa2.mjs.map +1 -0
  447. package/dist/fence-Bb_IbCxI.mjs +162 -0
  448. package/dist/fence-Bb_IbCxI.mjs.map +1 -0
  449. package/dist/field-defs-cache-CsZctvbu.mjs +77 -0
  450. package/dist/field-defs-cache-CsZctvbu.mjs.map +1 -0
  451. package/dist/field-map-6m9rF49t.mjs +83 -0
  452. package/dist/field-map-6m9rF49t.mjs.map +1 -0
  453. package/dist/focal-point-CZ3d1wK5.mjs +23 -0
  454. package/dist/focal-point-CZ3d1wK5.mjs.map +1 -0
  455. package/dist/fts-manager-CCaZTp8y.mjs +443 -0
  456. package/dist/fts-manager-CCaZTp8y.mjs.map +1 -0
  457. package/dist/gc-xowRjczI.mjs +75 -0
  458. package/dist/gc-xowRjczI.mjs.map +1 -0
  459. package/dist/hash-COVK27Pc.mjs +37 -0
  460. package/dist/hash-COVK27Pc.mjs.map +1 -0
  461. package/dist/hook-result-CYSk0XFe.d.mts +31 -0
  462. package/dist/hook-result-CYSk0XFe.d.mts.map +1 -0
  463. package/dist/hreflang-CChPV7jx.mjs +105 -0
  464. package/dist/hreflang-CChPV7jx.mjs.map +1 -0
  465. package/dist/hreflang-DRslq3QI.d.mts +50 -0
  466. package/dist/hreflang-DRslq3QI.d.mts.map +1 -0
  467. package/dist/http-route-dispatch-CAdp2onn.mjs +339 -0
  468. package/dist/http-route-dispatch-CAdp2onn.mjs.map +1 -0
  469. package/dist/identity-NVTOOQyq.mjs +35 -0
  470. package/dist/identity-NVTOOQyq.mjs.map +1 -0
  471. package/dist/import-wpSO2N0x.mjs +2020 -0
  472. package/dist/import-wpSO2N0x.mjs.map +1 -0
  473. package/dist/index-CDs2wq4X.d.mts +623 -0
  474. package/dist/index-CDs2wq4X.d.mts.map +1 -0
  475. package/dist/index.d.mts +24 -24
  476. package/dist/index.mjs +103 -101
  477. package/dist/install-finalization-D9R9R-W8.mjs +58 -0
  478. package/dist/install-finalization-D9R9R-W8.mjs.map +1 -0
  479. package/dist/keys-Bck6LBfF.mjs +61 -0
  480. package/dist/keys-Bck6LBfF.mjs.map +1 -0
  481. package/dist/kinds-CYmRESWj.mjs +974 -0
  482. package/dist/kinds-CYmRESWj.mjs.map +1 -0
  483. package/dist/lifecycle-C815ZQfV.mjs +25 -0
  484. package/dist/lifecycle-C815ZQfV.mjs.map +1 -0
  485. package/dist/load-D99axixL.mjs +28 -0
  486. package/dist/load-D99axixL.mjs.map +1 -0
  487. package/dist/loader-CrRPfkHS.mjs +1197 -0
  488. package/dist/loader-CrRPfkHS.mjs.map +1 -0
  489. package/dist/loops-DMKlygqX.mjs +203 -0
  490. package/dist/loops-DMKlygqX.mjs.map +1 -0
  491. package/dist/manifest-builder-BQzCHNgB.mjs +189 -0
  492. package/dist/manifest-builder-BQzCHNgB.mjs.map +1 -0
  493. package/dist/manifest-schema-Ci2gmd0u.mjs +492 -0
  494. package/dist/manifest-schema-Ci2gmd0u.mjs.map +1 -0
  495. package/dist/media/image-endpoint.mjs +1 -1
  496. package/dist/media/index.d.mts +1 -1
  497. package/dist/media/index.mjs +4 -4
  498. package/dist/media/local-runtime.d.mts +14 -14
  499. package/dist/media/local-runtime.mjs +6 -6
  500. package/dist/media-BUQePMxP.mjs +373 -0
  501. package/dist/media-BUQePMxP.mjs.map +1 -0
  502. package/dist/media-DH8ibNlY.mjs +294 -0
  503. package/dist/media-DH8ibNlY.mjs.map +1 -0
  504. package/dist/media-OEIQ3bVc.mjs +408 -0
  505. package/dist/media-OEIQ3bVc.mjs.map +1 -0
  506. package/dist/media-allowlist-pYtaBA95.mjs +44 -0
  507. package/dist/media-allowlist-pYtaBA95.mjs.map +1 -0
  508. package/dist/media-folders-Bf8_s4de.mjs +210 -0
  509. package/dist/media-folders-Bf8_s4de.mjs.map +1 -0
  510. package/dist/media-url-C6klEuNd.mjs +43 -0
  511. package/dist/media-url-C6klEuNd.mjs.map +1 -0
  512. package/dist/media-usage-D7Y64m6v.mjs +1629 -0
  513. package/dist/media-usage-D7Y64m6v.mjs.map +1 -0
  514. package/dist/media-usage-activation-DrqbmgLA.mjs +78 -0
  515. package/dist/media-usage-activation-DrqbmgLA.mjs.map +1 -0
  516. package/dist/media-usage-work-DommYhYA.mjs +152 -0
  517. package/dist/media-usage-work-DommYhYA.mjs.map +1 -0
  518. package/dist/media-usage-work-HU63hNDu.mjs +586 -0
  519. package/dist/media-usage-work-HU63hNDu.mjs.map +1 -0
  520. package/dist/menus-BQfusWEC.mjs +3608 -0
  521. package/dist/menus-BQfusWEC.mjs.map +1 -0
  522. package/dist/menus-BtwjQt5s.mjs +753 -0
  523. package/dist/menus-BtwjQt5s.mjs.map +1 -0
  524. package/dist/menus-p_M1V7J_.mjs +139 -0
  525. package/dist/menus-p_M1V7J_.mjs.map +1 -0
  526. package/dist/migrations/index.d.mts +1 -1
  527. package/dist/migrations/index.mjs +3 -3
  528. package/dist/mime-C94qBG-P.mjs +36 -0
  529. package/dist/mime-C94qBG-P.mjs.map +1 -0
  530. package/dist/mode-DpYW3w6U.mjs +23 -0
  531. package/dist/mode-DpYW3w6U.mjs.map +1 -0
  532. package/dist/node-sqlite-compat-pWFw0lcc.mjs +46 -0
  533. package/dist/node-sqlite-compat-pWFw0lcc.mjs.map +1 -0
  534. package/dist/normalize-DduyxBjf.mjs +191 -0
  535. package/dist/normalize-DduyxBjf.mjs.map +1 -0
  536. package/dist/oauth-authorization-DAXsH1H9.mjs +274 -0
  537. package/dist/oauth-authorization-DAXsH1H9.mjs.map +1 -0
  538. package/dist/oauth-clients-DENiDQri.mjs +266 -0
  539. package/dist/oauth-clients-DENiDQri.mjs.map +1 -0
  540. package/dist/oauth-state-store-y8mEYVq9.mjs +50 -0
  541. package/dist/oauth-state-store-y8mEYVq9.mjs.map +1 -0
  542. package/dist/oauth-user-lookup-CtTYAy-O.mjs +26 -0
  543. package/dist/oauth-user-lookup-CtTYAy-O.mjs.map +1 -0
  544. package/dist/object-cache/memory.d.mts +1 -1
  545. package/dist/options-BYa1FgIM.d.mts +81 -0
  546. package/dist/options-BYa1FgIM.d.mts.map +1 -0
  547. package/dist/page/index.d.mts +2 -2
  548. package/dist/page/index.mjs +5 -5
  549. package/dist/parse-CORGGhHf.mjs +81 -0
  550. package/dist/parse-CORGGhHf.mjs.map +1 -0
  551. package/dist/parse-avNM1xWV.d.mts +168 -0
  552. package/dist/parse-avNM1xWV.d.mts.map +1 -0
  553. package/dist/passkey-config-Dih5YeIS.mjs +46 -0
  554. package/dist/passkey-config-Dih5YeIS.mjs.map +1 -0
  555. package/dist/paths-d51RFm8M.mjs +77 -0
  556. package/dist/paths-d51RFm8M.mjs.map +1 -0
  557. package/dist/patterns-CoqlXUvk.mjs +145 -0
  558. package/dist/patterns-CoqlXUvk.mjs.map +1 -0
  559. package/dist/placeholder-D2aksPMF.d.mts +306 -0
  560. package/dist/placeholder-D2aksPMF.d.mts.map +1 -0
  561. package/dist/plan-DqeZKuaR.mjs +135 -0
  562. package/dist/plan-DqeZKuaR.mjs.map +1 -0
  563. package/dist/plugin-test-runtime.d.mts +14 -14
  564. package/dist/plugin-test-runtime.mjs +110 -107
  565. package/dist/plugin-types.d.mts +2 -2
  566. package/dist/plugin-utils.d.mts +12 -12
  567. package/dist/plugins/adapt-sandbox-entry.d.mts +12 -12
  568. package/dist/plugins/adapt-sandbox-entry.mjs +3 -3
  569. package/dist/plugins/host.d.mts +5 -5
  570. package/dist/plugins/host.mjs +42 -41
  571. package/dist/plugins-Bb7oqjQA.mjs +277 -0
  572. package/dist/plugins-Bb7oqjQA.mjs.map +1 -0
  573. package/dist/policy-BcEqut3n.mjs +45 -0
  574. package/dist/policy-BcEqut3n.mjs.map +1 -0
  575. package/dist/portable-text-DXE8ymtD.mjs +307 -0
  576. package/dist/portable-text-DXE8ymtD.mjs.map +1 -0
  577. package/dist/preview-DEDWbwA_.mjs +107 -0
  578. package/dist/preview-DEDWbwA_.mjs.map +1 -0
  579. package/dist/protocol-BJbTzvwl.d.mts +61 -0
  580. package/dist/protocol-BJbTzvwl.d.mts.map +1 -0
  581. package/dist/public-submission-D9c9S14m.mjs +250 -0
  582. package/dist/public-submission-D9c9S14m.mjs.map +1 -0
  583. package/dist/public-url-CIRe-2T6.mjs +101 -0
  584. package/dist/public-url-CIRe-2T6.mjs.map +1 -0
  585. package/dist/query-BzifXlPS.mjs +1156 -0
  586. package/dist/query-BzifXlPS.mjs.map +1 -0
  587. package/dist/query-OzMJ6vJP.mjs +41 -0
  588. package/dist/query-OzMJ6vJP.mjs.map +1 -0
  589. package/dist/rate-limit-Csp60Vik.mjs +120 -0
  590. package/dist/rate-limit-Csp60Vik.mjs.map +1 -0
  591. package/dist/receipt-B-aU4hpJ.mjs +43 -0
  592. package/dist/receipt-B-aU4hpJ.mjs.map +1 -0
  593. package/dist/redirect-CDSw1sU3.mjs +17 -0
  594. package/dist/redirect-CDSw1sU3.mjs.map +1 -0
  595. package/dist/redirect-D1ArbO85.mjs +411 -0
  596. package/dist/redirect-D1ArbO85.mjs.map +1 -0
  597. package/dist/redirects-BjTwDTsV.mjs +148 -0
  598. package/dist/redirects-BjTwDTsV.mjs.map +1 -0
  599. package/dist/redirects-Ck50kH3n.mjs +446 -0
  600. package/dist/redirects-Ck50kH3n.mjs.map +1 -0
  601. package/dist/registry/testing.mjs +3 -3
  602. package/dist/registry-CFcNCayZ.mjs +6754 -0
  603. package/dist/registry-CFcNCayZ.mjs.map +1 -0
  604. package/dist/relations-Cfaa1fDl.mjs +776 -0
  605. package/dist/relations-Cfaa1fDl.mjs.map +1 -0
  606. package/dist/request-cache-iHRlHx1d.mjs +104 -0
  607. package/dist/request-cache-iHRlHx1d.mjs.map +1 -0
  608. package/dist/request-context.d.mts +1 -1
  609. package/dist/request-meta-D47mqyev.mjs +141 -0
  610. package/dist/request-meta-D47mqyev.mjs.map +1 -0
  611. package/dist/resolve-BPE8sMvx.mjs +99 -0
  612. package/dist/resolve-BPE8sMvx.mjs.map +1 -0
  613. package/dist/resolve-C0s1E_fH.mjs +199 -0
  614. package/dist/resolve-C0s1E_fH.mjs.map +1 -0
  615. package/dist/revision-j1p4-bOj.mjs +302 -0
  616. package/dist/revision-j1p4-bOj.mjs.map +1 -0
  617. package/dist/route-wire-C9PJV9aL.mjs +197 -0
  618. package/dist/route-wire-C9PJV9aL.mjs.map +1 -0
  619. package/dist/routes-lyYw0mMf.mjs +272 -0
  620. package/dist/routes-lyYw0mMf.mjs.map +1 -0
  621. package/dist/runner-B3eyB9Gb.mjs +6121 -0
  622. package/dist/runner-B3eyB9Gb.mjs.map +1 -0
  623. package/dist/runner-DoYH2Jcu.d.mts +68 -0
  624. package/dist/runner-DoYH2Jcu.d.mts.map +1 -0
  625. package/dist/runtime.d.mts +13 -13
  626. package/dist/runtime.mjs +3 -3
  627. package/dist/schema-BAayK46S.mjs +13 -0
  628. package/dist/schema-BAayK46S.mjs.map +1 -0
  629. package/dist/schema-Gqcl-8G4.mjs +815 -0
  630. package/dist/schema-Gqcl-8G4.mjs.map +1 -0
  631. package/dist/scopes-BqPOKoKf.mjs +34 -0
  632. package/dist/scopes-BqPOKoKf.mjs.map +1 -0
  633. package/dist/search-YJKPIEV6.mjs +448 -0
  634. package/dist/search-YJKPIEV6.mjs.map +1 -0
  635. package/dist/sections-BR_e-wK5.mjs +346 -0
  636. package/dist/sections-BR_e-wK5.mjs.map +1 -0
  637. package/dist/seed/index.d.mts +2 -2
  638. package/dist/seed/index.mjs +37 -31
  639. package/dist/seo/index.d.mts +3 -3
  640. package/dist/seo/index.mjs +22 -21
  641. package/dist/seo/index.mjs.map +1 -1
  642. package/dist/seo-Dsj8hy3j.mjs +114 -0
  643. package/dist/seo-Dsj8hy3j.mjs.map +1 -0
  644. package/dist/seo-XvH4LNNp.mjs +133 -0
  645. package/dist/seo-XvH4LNNp.mjs.map +1 -0
  646. package/dist/service-BsVG05gS.mjs +150 -0
  647. package/dist/service-BsVG05gS.mjs.map +1 -0
  648. package/dist/session-user-DgKbYrlj.mjs +51 -0
  649. package/dist/session-user-DgKbYrlj.mjs.map +1 -0
  650. package/dist/settings-CNPUntkh.mjs +51 -0
  651. package/dist/settings-CNPUntkh.mjs.map +1 -0
  652. package/dist/settings-D5EHi0Tk.mjs +439 -0
  653. package/dist/settings-D5EHi0Tk.mjs.map +1 -0
  654. package/dist/settings-DSfE7wOa.mjs +61 -0
  655. package/dist/settings-DSfE7wOa.mjs.map +1 -0
  656. package/dist/setup-complete-B8W8sJ9v.mjs +26 -0
  657. package/dist/setup-complete-B8W8sJ9v.mjs.map +1 -0
  658. package/dist/setup-nonce-DnSBP260.mjs +25 -0
  659. package/dist/setup-nonce-DnSBP260.mjs.map +1 -0
  660. package/dist/site-settings-NGzdrt7O.mjs +50 -0
  661. package/dist/site-settings-NGzdrt7O.mjs.map +1 -0
  662. package/dist/site-url-D6JB7tLW.mjs +16 -0
  663. package/dist/site-url-D6JB7tLW.mjs.map +1 -0
  664. package/dist/snapshot-CdcwwWAf.mjs +414 -0
  665. package/dist/snapshot-CdcwwWAf.mjs.map +1 -0
  666. package/dist/ssrf-Dv0_tRpo.mjs +406 -0
  667. package/dist/ssrf-Dv0_tRpo.mjs.map +1 -0
  668. package/dist/stage-CUjhED3P.mjs +662 -0
  669. package/dist/stage-CUjhED3P.mjs.map +1 -0
  670. package/dist/staged-C36IWXff.mjs +659 -0
  671. package/dist/staged-C36IWXff.mjs.map +1 -0
  672. package/dist/state-CKouMCSY.mjs +153 -0
  673. package/dist/state-CKouMCSY.mjs.map +1 -0
  674. package/dist/status-lzyj4Uu7.mjs +30 -0
  675. package/dist/status-lzyj4Uu7.mjs.map +1 -0
  676. package/dist/storage/local.d.mts +1 -1
  677. package/dist/storage/local.mjs +1 -1
  678. package/dist/storage/s3.d.mts +1 -1
  679. package/dist/storage/s3.mjs +1 -1
  680. package/dist/storage-query-B-cWcTjJ.d.mts +1594 -0
  681. package/dist/storage-query-B-cWcTjJ.d.mts.map +1 -0
  682. package/dist/tar-DsTXX6ch.mjs +449 -0
  683. package/dist/tar-DsTXX6ch.mjs.map +1 -0
  684. package/dist/target-DLQCwp_Z.mjs +27 -0
  685. package/dist/target-DLQCwp_Z.mjs.map +1 -0
  686. package/dist/taxonomies-BlAjr4BL.mjs +697 -0
  687. package/dist/taxonomies-BlAjr4BL.mjs.map +1 -0
  688. package/dist/taxonomies-Byyo7LOZ.mjs +939 -0
  689. package/dist/taxonomies-Byyo7LOZ.mjs.map +1 -0
  690. package/dist/taxonomy-CKDwM61Y.mjs +525 -0
  691. package/dist/taxonomy-CKDwM61Y.mjs.map +1 -0
  692. package/dist/tokens-BojXlk49.mjs +171 -0
  693. package/dist/tokens-BojXlk49.mjs.map +1 -0
  694. package/dist/transaction-DLPQWik1.mjs +29 -0
  695. package/dist/transaction-DLPQWik1.mjs.map +1 -0
  696. package/dist/transfer-XSTh2BCr.mjs +8706 -0
  697. package/dist/transfer-XSTh2BCr.mjs.map +1 -0
  698. package/dist/transfer-download-DkoCDA9d.mjs +33 -0
  699. package/dist/transfer-download-DkoCDA9d.mjs.map +1 -0
  700. package/dist/transfer-iQ26J-RT.mjs +166 -0
  701. package/dist/transfer-iQ26J-RT.mjs.map +1 -0
  702. package/dist/transformations-C7RQabKQ.mjs +196 -0
  703. package/dist/transformations-C7RQabKQ.mjs.map +1 -0
  704. package/dist/transport-D3RulfD6.mjs +136 -0
  705. package/dist/transport-D3RulfD6.mjs.map +1 -0
  706. package/dist/transport-DhlZlf4D.d.mts +42 -0
  707. package/dist/transport-DhlZlf4D.d.mts.map +1 -0
  708. package/dist/trusted-proxy-B6ECOZJc.mjs +51 -0
  709. package/dist/trusted-proxy-B6ECOZJc.mjs.map +1 -0
  710. package/dist/turnstile-lqUiY7lP.mjs +53 -0
  711. package/dist/turnstile-lqUiY7lP.mjs.map +1 -0
  712. package/dist/types-4Dn9bZhu.mjs +77 -0
  713. package/dist/types-4Dn9bZhu.mjs.map +1 -0
  714. package/dist/types-5LSo7PPx.d.mts +85 -0
  715. package/dist/types-5LSo7PPx.d.mts.map +1 -0
  716. package/dist/types-BQ3hwYJT.d.mts +896 -0
  717. package/dist/types-BQ3hwYJT.d.mts.map +1 -0
  718. package/dist/types-BYEk7qo3.d.mts +198 -0
  719. package/dist/types-BYEk7qo3.d.mts.map +1 -0
  720. package/dist/types-CJKsWVFR.mjs +199 -0
  721. package/dist/types-CJKsWVFR.mjs.map +1 -0
  722. package/dist/types-Ca_w8mmY.d.mts +363 -0
  723. package/dist/types-Ca_w8mmY.d.mts.map +1 -0
  724. package/dist/types-CkE41ZAG.mjs +18 -0
  725. package/dist/types-CkE41ZAG.mjs.map +1 -0
  726. package/dist/types-D0aJW2uR.d.mts +1641 -0
  727. package/dist/types-D0aJW2uR.d.mts.map +1 -0
  728. package/dist/types-DbpN4Qto.d.mts +372 -0
  729. package/dist/types-DbpN4Qto.d.mts.map +1 -0
  730. package/dist/types-ILDI1sdY.mjs +16 -0
  731. package/dist/types-ILDI1sdY.mjs.map +1 -0
  732. package/dist/types-OC5c-edM.mjs +22 -0
  733. package/dist/types-OC5c-edM.mjs.map +1 -0
  734. package/dist/types-aOOxRSx6.mjs +103 -0
  735. package/dist/types-aOOxRSx6.mjs.map +1 -0
  736. package/dist/types-m1WbUffD.d.mts +198 -0
  737. package/dist/types-m1WbUffD.d.mts.map +1 -0
  738. package/dist/types-uxLoPBio.d.mts +124 -0
  739. package/dist/types-uxLoPBio.d.mts.map +1 -0
  740. package/dist/types-we5uR-tV.d.mts +287 -0
  741. package/dist/types-we5uR-tV.d.mts.map +1 -0
  742. package/dist/upload-attempts-DduMy6B0.mjs +32 -0
  743. package/dist/upload-attempts-DduMy6B0.mjs.map +1 -0
  744. package/dist/url-pattern-B3EwxAAk.mjs +33 -0
  745. package/dist/url-pattern-B3EwxAAk.mjs.map +1 -0
  746. package/dist/user-ElwQjTQT.mjs +171 -0
  747. package/dist/user-ElwQjTQT.mjs.map +1 -0
  748. package/dist/utils-BlAXmfOG.mjs +439 -0
  749. package/dist/utils-BlAXmfOG.mjs.map +1 -0
  750. package/dist/validate-CH0X5b2c.d.mts +468 -0
  751. package/dist/validate-CH0X5b2c.d.mts.map +1 -0
  752. package/dist/validate-CfgRpcjA.mjs +492 -0
  753. package/dist/validate-CfgRpcjA.mjs.map +1 -0
  754. package/dist/validation-DvYJtv4k.mjs +218 -0
  755. package/dist/validation-DvYJtv4k.mjs.map +1 -0
  756. package/dist/version-DgYjhTud.mjs +9 -0
  757. package/dist/version-DgYjhTud.mjs.map +1 -0
  758. package/dist/version-Dq71scUb.mjs +7 -0
  759. package/dist/version-Dq71scUb.mjs.map +1 -0
  760. package/dist/widgets-ChFIj0be.mjs +126 -0
  761. package/dist/widgets-ChFIj0be.mjs.map +1 -0
  762. package/dist/wxr-taxonomies-CBZMp2YX.mjs +372 -0
  763. package/dist/wxr-taxonomies-CBZMp2YX.mjs.map +1 -0
  764. package/dist/wxr-taxonomies-DlKDpWN1.d.mts +34 -0
  765. package/dist/wxr-taxonomies-DlKDpWN1.d.mts.map +1 -0
  766. package/dist/zod-generator-DmTKI-Ig.mjs +426 -0
  767. package/dist/zod-generator-DmTKI-Ig.mjs.map +1 -0
  768. package/package.json +7 -6
  769. package/src/api/handlers/content.ts +593 -16
  770. package/src/api/handlers/device-flow.ts +74 -21
  771. package/src/api/handlers/manifest.ts +79 -5
  772. package/src/api/handlers/relations.ts +638 -157
  773. package/src/api/handlers/revision.ts +30 -0
  774. package/src/api/handlers/schema.ts +403 -1
  775. package/src/api/handlers/staged-references.ts +142 -0
  776. package/src/api/handlers/validate-references.ts +146 -0
  777. package/src/api/schemas/content.ts +13 -0
  778. package/src/api/schemas/relations.ts +54 -44
  779. package/src/api/schemas/schema.ts +14 -0
  780. package/src/astro/integration/routes.ts +15 -19
  781. package/src/astro/routes/api/content/[collection]/[id]/references/[relation]/children.ts +11 -54
  782. package/src/astro/routes/api/content/[collection]/[id].ts +3 -1
  783. package/src/astro/routes/api/oauth/device/authorize.ts +33 -4
  784. package/src/astro/routes/api/relations/index.ts +4 -4
  785. package/src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts +6 -2
  786. package/src/astro/types.ts +5 -0
  787. package/src/cli/commands/export-seed.ts +510 -89
  788. package/src/components/WidgetArea.astro +3 -2
  789. package/src/database/migrations/086_relations_structural.ts +197 -0
  790. package/src/database/migrations/087_reference_field_relations.ts +407 -0
  791. package/src/database/migrations/runner.ts +4 -0
  792. package/src/database/reference-backfill.ts +141 -0
  793. package/src/database/repositories/content.ts +43 -8
  794. package/src/database/repositories/relation.ts +620 -208
  795. package/src/database/repositories/revision.ts +16 -0
  796. package/src/database/repositories/types.ts +38 -0
  797. package/src/database/transaction.ts +12 -1
  798. package/src/database/types.ts +14 -5
  799. package/src/emdash-runtime.ts +86 -11
  800. package/src/index.ts +10 -0
  801. package/src/loader.ts +169 -22
  802. package/src/query.ts +455 -25
  803. package/src/references/field-map.ts +115 -0
  804. package/src/references/resolve.ts +160 -0
  805. package/src/references/staged.ts +117 -0
  806. package/src/references/types.ts +16 -0
  807. package/src/registry/artifact-fetch.ts +45 -271
  808. package/src/schema/registry.ts +99 -24
  809. package/src/schema/types.ts +58 -0
  810. package/src/schema/zod-generator.ts +67 -1
  811. package/src/seed/apply.ts +519 -62
  812. package/src/seed/types.ts +36 -2
  813. package/src/seed/validate.ts +78 -2
  814. package/src/transfer/analyze/unique-keys.ts +3 -12
  815. package/src/transfer/analyze/validate.ts +65 -39
  816. package/src/transfer/analyze/values.ts +12 -1
  817. package/src/transfer/export/readers.ts +12 -8
  818. package/src/transfer/format/columns.ts +26 -6
  819. package/src/transfer/format/kinds.ts +21 -5
  820. package/src/transfer/import/context.ts +8 -1
  821. package/src/transfer/ops/package-index.ts +1 -1
  822. package/dist/action-token-DYwe4Pk0.mjs +0 -26
  823. package/dist/action-token-DYwe4Pk0.mjs.map +0 -1
  824. package/dist/activation-LOkDM5WT.mjs +0 -382
  825. package/dist/activation-LOkDM5WT.mjs.map +0 -1
  826. package/dist/adapters-B64LbYcB.d.mts +0 -171
  827. package/dist/adapters-B64LbYcB.d.mts.map +0 -1
  828. package/dist/allowed-origins-CHB8oZNM.mjs +0 -116
  829. package/dist/allowed-origins-CHB8oZNM.mjs.map +0 -1
  830. package/dist/api-CuyNEHZG.mjs +0 -4718
  831. package/dist/api-CuyNEHZG.mjs.map +0 -1
  832. package/dist/api-tokens-s4i4aUp_.mjs +0 -166
  833. package/dist/api-tokens-s4i4aUp_.mjs.map +0 -1
  834. package/dist/apply-npY1TAhG.mjs +0 -1366
  835. package/dist/apply-npY1TAhG.mjs.map +0 -1
  836. package/dist/approvals-CqMfNxak.mjs +0 -460
  837. package/dist/approvals-CqMfNxak.mjs.map +0 -1
  838. package/dist/artifact-fetch-DZMOGZ3-.mjs +0 -818
  839. package/dist/artifact-fetch-DZMOGZ3-.mjs.map +0 -1
  840. package/dist/astro/routes/api/relations/_id_/translations.d.mts +0 -8
  841. package/dist/astro/routes/api/relations/_id_/translations.d.mts.map +0 -1
  842. package/dist/astro/routes/api/relations/_id_/translations.mjs +0 -47
  843. package/dist/astro/routes/api/relations/_id_/translations.mjs.map +0 -1
  844. package/dist/audit-RfCugiSB.mjs +0 -127
  845. package/dist/audit-RfCugiSB.mjs.map +0 -1
  846. package/dist/authoritative-records-CoJvBXAD.mjs +0 -5172
  847. package/dist/authoritative-records-CoJvBXAD.mjs.map +0 -1
  848. package/dist/authorize-seCifOMJ.mjs +0 -49
  849. package/dist/authorize-seCifOMJ.mjs.map +0 -1
  850. package/dist/backup-BQRj3afm.mjs +0 -246
  851. package/dist/backup-BQRj3afm.mjs.map +0 -1
  852. package/dist/block-type-registry-DUI_3KxT.mjs +0 -6709
  853. package/dist/block-type-registry-DUI_3KxT.mjs.map +0 -1
  854. package/dist/block-types-BmZmLmAD.mjs +0 -132
  855. package/dist/block-types-BmZmLmAD.mjs.map +0 -1
  856. package/dist/block-values-C_VIPr5t.mjs +0 -175
  857. package/dist/block-values-C_VIPr5t.mjs.map +0 -1
  858. package/dist/byline-DYmkXqvo.mjs +0 -909
  859. package/dist/byline-DYmkXqvo.mjs.map +0 -1
  860. package/dist/byline-fields-D28AT-Fh.mjs +0 -123
  861. package/dist/byline-fields-D28AT-Fh.mjs.map +0 -1
  862. package/dist/byline-registry-gnKscbQX.mjs +0 -406
  863. package/dist/byline-registry-gnKscbQX.mjs.map +0 -1
  864. package/dist/bylines-BPwJqoYH.mjs +0 -232
  865. package/dist/bylines-BPwJqoYH.mjs.map +0 -1
  866. package/dist/bylines-ukLaYpVZ.mjs +0 -214
  867. package/dist/bylines-ukLaYpVZ.mjs.map +0 -1
  868. package/dist/cache-m7UEkRFV.mjs +0 -108
  869. package/dist/cache-m7UEkRFV.mjs.map +0 -1
  870. package/dist/canonical-YhEQezjg.mjs +0 -174
  871. package/dist/canonical-YhEQezjg.mjs.map +0 -1
  872. package/dist/capture-triggers-kJyl_yyM.mjs +0 -362
  873. package/dist/capture-triggers-kJyl_yyM.mjs.map +0 -1
  874. package/dist/challenge-store-ppU6Uv13.mjs +0 -51
  875. package/dist/challenge-store-ppU6Uv13.mjs.map +0 -1
  876. package/dist/checksum-B2IINIlN.mjs +0 -162
  877. package/dist/checksum-B2IINIlN.mjs.map +0 -1
  878. package/dist/chrome-tags-DApCQSIk.mjs +0 -24
  879. package/dist/chrome-tags-DApCQSIk.mjs.map +0 -1
  880. package/dist/chunks-Dms7Uxbt.mjs +0 -25
  881. package/dist/chunks-Dms7Uxbt.mjs.map +0 -1
  882. package/dist/collection-deletion-BIm28mo3.mjs +0 -436
  883. package/dist/collection-deletion-BIm28mo3.mjs.map +0 -1
  884. package/dist/collection-deletion-processor-Br6rxs3u.mjs +0 -217
  885. package/dist/collection-deletion-processor-Br6rxs3u.mjs.map +0 -1
  886. package/dist/collection-slugs-cache-CjGk__zp.mjs +0 -85
  887. package/dist/collection-slugs-cache-CjGk__zp.mjs.map +0 -1
  888. package/dist/comment-CrBl22OF.mjs +0 -313
  889. package/dist/comment-CrBl22OF.mjs.map +0 -1
  890. package/dist/comment-reaction-JEQ2Fpd8.mjs +0 -85
  891. package/dist/comment-reaction-JEQ2Fpd8.mjs.map +0 -1
  892. package/dist/comments-2ah9du9y.mjs +0 -195
  893. package/dist/comments-2ah9du9y.mjs.map +0 -1
  894. package/dist/comments-fHZ8ON9O.mjs +0 -99
  895. package/dist/comments-fHZ8ON9O.mjs.map +0 -1
  896. package/dist/components-CXbq7CSM.mjs +0 -108
  897. package/dist/components-CXbq7CSM.mjs.map +0 -1
  898. package/dist/config-BjEm_3xL.d.mts +0 -6537
  899. package/dist/config-BjEm_3xL.d.mts.map +0 -1
  900. package/dist/config-IhybvkIQ.mjs +0 -242
  901. package/dist/config-IhybvkIQ.mjs.map +0 -1
  902. package/dist/config-Py43JK9r.d.mts +0 -39
  903. package/dist/config-Py43JK9r.d.mts.map +0 -1
  904. package/dist/content-DFaIEDj9.mjs +0 -2281
  905. package/dist/content-DFaIEDj9.mjs.map +0 -1
  906. package/dist/content-list-query-Dra4Dalc.d.mts +0 -26
  907. package/dist/content-list-query-Dra4Dalc.d.mts.map +0 -1
  908. package/dist/content-policy-DFNw91-d.mjs +0 -46
  909. package/dist/content-policy-DFNw91-d.mjs.map +0 -1
  910. package/dist/content-repair-Q8IUrpLL.mjs +0 -442
  911. package/dist/content-repair-Q8IUrpLL.mjs.map +0 -1
  912. package/dist/context-BV_7t-Ua.mjs +0 -1921
  913. package/dist/context-BV_7t-Ua.mjs.map +0 -1
  914. package/dist/cron-7DCJwPXq.mjs +0 -284
  915. package/dist/cron-7DCJwPXq.mjs.map +0 -1
  916. package/dist/dashboard-BP-iJqpd.mjs +0 -151
  917. package/dist/dashboard-BP-iJqpd.mjs.map +0 -1
  918. package/dist/default-DQ6vsviu.mjs +0 -81
  919. package/dist/default-DQ6vsviu.mjs.map +0 -1
  920. package/dist/deferred-tasks-BPxXUB4x.d.mts +0 -9
  921. package/dist/deferred-tasks-BPxXUB4x.d.mts.map +0 -1
  922. package/dist/dev-typegen-CZaPLl3V.mjs +0 -29
  923. package/dist/dev-typegen-CZaPLl3V.mjs.map +0 -1
  924. package/dist/device-flow-CRd6DXmW.mjs +0 -466
  925. package/dist/device-flow-CRd6DXmW.mjs.map +0 -1
  926. package/dist/digest-BarSh-pN.mjs +0 -194
  927. package/dist/digest-BarSh-pN.mjs.map +0 -1
  928. package/dist/direct-executor-D2lNadwo.mjs +0 -104
  929. package/dist/direct-executor-D2lNadwo.mjs.map +0 -1
  930. package/dist/dist-BNwANFJR.mjs +0 -810
  931. package/dist/dist-BNwANFJR.mjs.map +0 -1
  932. package/dist/email-console-bJn3ctqA.mjs +0 -50
  933. package/dist/email-console-bJn3ctqA.mjs.map +0 -1
  934. package/dist/email-locale-CN6WAMx0.mjs +0 -25
  935. package/dist/email-locale-CN6WAMx0.mjs.map +0 -1
  936. package/dist/emdash-runtime-CtfnZmPi.mjs +0 -4186
  937. package/dist/emdash-runtime-CtfnZmPi.mjs.map +0 -1
  938. package/dist/enrich-Dl3kZ-lP.mjs +0 -194
  939. package/dist/enrich-Dl3kZ-lP.mjs.map +0 -1
  940. package/dist/entry-lock-BJYdBfXb.mjs +0 -1097
  941. package/dist/entry-lock-BJYdBfXb.mjs.map +0 -1
  942. package/dist/entry-lock-Cf5OoIgN.d.mts +0 -4368
  943. package/dist/entry-lock-Cf5OoIgN.d.mts.map +0 -1
  944. package/dist/entry-lock-DHQOxN7R.mjs +0 -163
  945. package/dist/entry-lock-DHQOxN7R.mjs.map +0 -1
  946. package/dist/entry-locks-D0foLdjQ.mjs +0 -167
  947. package/dist/entry-locks-D0foLdjQ.mjs.map +0 -1
  948. package/dist/error-CfvOHP0M.mjs +0 -90
  949. package/dist/error-CfvOHP0M.mjs.map +0 -1
  950. package/dist/errors-BF0_LFhW.mjs +0 -460
  951. package/dist/errors-BF0_LFhW.mjs.map +0 -1
  952. package/dist/errors-DgE1zJGG.mjs +0 -120
  953. package/dist/errors-DgE1zJGG.mjs.map +0 -1
  954. package/dist/escape-CuaZhZvL.mjs +0 -9
  955. package/dist/escape-CuaZhZvL.mjs.map +0 -1
  956. package/dist/fence-CMDXJYc_.mjs +0 -162
  957. package/dist/fence-CMDXJYc_.mjs.map +0 -1
  958. package/dist/field-defs-cache-HIgBbqZZ.mjs +0 -77
  959. package/dist/field-defs-cache-HIgBbqZZ.mjs.map +0 -1
  960. package/dist/focal-point-Gr34o-4o.mjs +0 -23
  961. package/dist/focal-point-Gr34o-4o.mjs.map +0 -1
  962. package/dist/fts-manager-S-K0laoS.mjs +0 -443
  963. package/dist/fts-manager-S-K0laoS.mjs.map +0 -1
  964. package/dist/gc-DjKY0Ay1.mjs +0 -75
  965. package/dist/gc-DjKY0Ay1.mjs.map +0 -1
  966. package/dist/hash-SDAW6zC-.mjs +0 -37
  967. package/dist/hash-SDAW6zC-.mjs.map +0 -1
  968. package/dist/hook-result-B5bXDgS2.d.mts +0 -31
  969. package/dist/hook-result-B5bXDgS2.d.mts.map +0 -1
  970. package/dist/hreflang-CbVI4paR.mjs +0 -105
  971. package/dist/hreflang-CbVI4paR.mjs.map +0 -1
  972. package/dist/hreflang-D5uNnsGJ.d.mts +0 -50
  973. package/dist/hreflang-D5uNnsGJ.d.mts.map +0 -1
  974. package/dist/http-route-dispatch-BitqzwMy.mjs +0 -339
  975. package/dist/http-route-dispatch-BitqzwMy.mjs.map +0 -1
  976. package/dist/identity-Be5kzutJ.mjs +0 -35
  977. package/dist/identity-Be5kzutJ.mjs.map +0 -1
  978. package/dist/import-YzfKCaco.mjs +0 -2020
  979. package/dist/import-YzfKCaco.mjs.map +0 -1
  980. package/dist/index-D-hdtLe8.d.mts +0 -623
  981. package/dist/index-D-hdtLe8.d.mts.map +0 -1
  982. package/dist/install-finalization-DfM1fj5x.mjs +0 -58
  983. package/dist/install-finalization-DfM1fj5x.mjs.map +0 -1
  984. package/dist/keys-yxLm5l35.mjs +0 -61
  985. package/dist/keys-yxLm5l35.mjs.map +0 -1
  986. package/dist/kinds-CRu_T5T5.mjs +0 -961
  987. package/dist/kinds-CRu_T5T5.mjs.map +0 -1
  988. package/dist/lifecycle-BzeGPeQ-.mjs +0 -25
  989. package/dist/lifecycle-BzeGPeQ-.mjs.map +0 -1
  990. package/dist/load-XgJiE6_3.mjs +0 -28
  991. package/dist/load-XgJiE6_3.mjs.map +0 -1
  992. package/dist/loader-BzqeR1ZN.mjs +0 -1086
  993. package/dist/loader-BzqeR1ZN.mjs.map +0 -1
  994. package/dist/loops-BQSzv5Zn.mjs +0 -203
  995. package/dist/loops-BQSzv5Zn.mjs.map +0 -1
  996. package/dist/manifest-builder-BmSAOOEF.mjs +0 -189
  997. package/dist/manifest-builder-BmSAOOEF.mjs.map +0 -1
  998. package/dist/manifest-schema-CY3zng_M.mjs +0 -492
  999. package/dist/manifest-schema-CY3zng_M.mjs.map +0 -1
  1000. package/dist/media-CPXTbb1R.mjs +0 -373
  1001. package/dist/media-CPXTbb1R.mjs.map +0 -1
  1002. package/dist/media-JXRWDhw3.mjs +0 -294
  1003. package/dist/media-JXRWDhw3.mjs.map +0 -1
  1004. package/dist/media-Pu1L6xir.mjs +0 -408
  1005. package/dist/media-Pu1L6xir.mjs.map +0 -1
  1006. package/dist/media-allowlist-BSoa9Vvm.mjs +0 -44
  1007. package/dist/media-allowlist-BSoa9Vvm.mjs.map +0 -1
  1008. package/dist/media-folders-BE0oo2eX.mjs +0 -210
  1009. package/dist/media-folders-BE0oo2eX.mjs.map +0 -1
  1010. package/dist/media-url-jArBpzIG.mjs +0 -43
  1011. package/dist/media-url-jArBpzIG.mjs.map +0 -1
  1012. package/dist/media-usage-De-zeR9E.mjs +0 -1629
  1013. package/dist/media-usage-De-zeR9E.mjs.map +0 -1
  1014. package/dist/media-usage-activation-HKp7zk7W.mjs +0 -78
  1015. package/dist/media-usage-activation-HKp7zk7W.mjs.map +0 -1
  1016. package/dist/media-usage-work-C2OZLCAd.mjs +0 -586
  1017. package/dist/media-usage-work-C2OZLCAd.mjs.map +0 -1
  1018. package/dist/media-usage-work-DwUNbgvS.mjs +0 -152
  1019. package/dist/media-usage-work-DwUNbgvS.mjs.map +0 -1
  1020. package/dist/menus-BM7BPLOb.mjs +0 -139
  1021. package/dist/menus-BM7BPLOb.mjs.map +0 -1
  1022. package/dist/menus-Cm68rsAq.mjs +0 -3608
  1023. package/dist/menus-Cm68rsAq.mjs.map +0 -1
  1024. package/dist/menus-ITeAbcIF.mjs +0 -753
  1025. package/dist/menus-ITeAbcIF.mjs.map +0 -1
  1026. package/dist/mime-ChLqYwDk.mjs +0 -36
  1027. package/dist/mime-ChLqYwDk.mjs.map +0 -1
  1028. package/dist/mode-CCuKXUci.mjs +0 -23
  1029. package/dist/mode-CCuKXUci.mjs.map +0 -1
  1030. package/dist/node-sqlite-compat-CONMsl-x.mjs +0 -46
  1031. package/dist/node-sqlite-compat-CONMsl-x.mjs.map +0 -1
  1032. package/dist/normalize-CO2P8-iE.mjs +0 -191
  1033. package/dist/normalize-CO2P8-iE.mjs.map +0 -1
  1034. package/dist/oauth-authorization-DlMIL5_h.mjs +0 -274
  1035. package/dist/oauth-authorization-DlMIL5_h.mjs.map +0 -1
  1036. package/dist/oauth-clients-Djq9r_KP.mjs +0 -266
  1037. package/dist/oauth-clients-Djq9r_KP.mjs.map +0 -1
  1038. package/dist/oauth-state-store-BbjnZXNC.mjs +0 -50
  1039. package/dist/oauth-state-store-BbjnZXNC.mjs.map +0 -1
  1040. package/dist/oauth-user-lookup-vue9a64A.mjs +0 -26
  1041. package/dist/oauth-user-lookup-vue9a64A.mjs.map +0 -1
  1042. package/dist/options-SQCHQCPH.d.mts +0 -81
  1043. package/dist/options-SQCHQCPH.d.mts.map +0 -1
  1044. package/dist/parse-CVgO-Qai.d.mts +0 -168
  1045. package/dist/parse-CVgO-Qai.d.mts.map +0 -1
  1046. package/dist/parse-DY6OD1j_.mjs +0 -81
  1047. package/dist/parse-DY6OD1j_.mjs.map +0 -1
  1048. package/dist/passkey-config-X_H8128a.mjs +0 -46
  1049. package/dist/passkey-config-X_H8128a.mjs.map +0 -1
  1050. package/dist/paths-JxokKIbr.mjs +0 -77
  1051. package/dist/paths-JxokKIbr.mjs.map +0 -1
  1052. package/dist/patterns-BhAvqO0S.mjs +0 -145
  1053. package/dist/patterns-BhAvqO0S.mjs.map +0 -1
  1054. package/dist/placeholder-MSEd8gty.d.mts +0 -306
  1055. package/dist/placeholder-MSEd8gty.d.mts.map +0 -1
  1056. package/dist/plan-xjcWrAah.mjs +0 -135
  1057. package/dist/plan-xjcWrAah.mjs.map +0 -1
  1058. package/dist/plugins-DUXUt8B9.mjs +0 -277
  1059. package/dist/plugins-DUXUt8B9.mjs.map +0 -1
  1060. package/dist/policy-CUvwAARc.mjs +0 -45
  1061. package/dist/policy-CUvwAARc.mjs.map +0 -1
  1062. package/dist/portable-text-5O_ZGUjB.mjs +0 -307
  1063. package/dist/portable-text-5O_ZGUjB.mjs.map +0 -1
  1064. package/dist/preview-CIUcPYr6.mjs +0 -107
  1065. package/dist/preview-CIUcPYr6.mjs.map +0 -1
  1066. package/dist/protocol-B97DZaFr.d.mts +0 -61
  1067. package/dist/protocol-B97DZaFr.d.mts.map +0 -1
  1068. package/dist/public-submission-BFBUrqst.mjs +0 -250
  1069. package/dist/public-submission-BFBUrqst.mjs.map +0 -1
  1070. package/dist/public-url-Bn7U0D7-.mjs +0 -101
  1071. package/dist/public-url-Bn7U0D7-.mjs.map +0 -1
  1072. package/dist/query-B48peoRT.mjs +0 -890
  1073. package/dist/query-B48peoRT.mjs.map +0 -1
  1074. package/dist/query-C4IH0uhR.mjs +0 -41
  1075. package/dist/query-C4IH0uhR.mjs.map +0 -1
  1076. package/dist/rate-limit-BZ6nybgc.mjs +0 -120
  1077. package/dist/rate-limit-BZ6nybgc.mjs.map +0 -1
  1078. package/dist/receipt-B4wJj5Jq.mjs +0 -43
  1079. package/dist/receipt-B4wJj5Jq.mjs.map +0 -1
  1080. package/dist/redirect-B29UjdUn.mjs +0 -411
  1081. package/dist/redirect-B29UjdUn.mjs.map +0 -1
  1082. package/dist/redirect-Cd1E7VUt.mjs +0 -17
  1083. package/dist/redirect-Cd1E7VUt.mjs.map +0 -1
  1084. package/dist/redirects-Ca2MPfEG.mjs +0 -446
  1085. package/dist/redirects-Ca2MPfEG.mjs.map +0 -1
  1086. package/dist/redirects-Cv9apQKj.mjs +0 -148
  1087. package/dist/redirects-Cv9apQKj.mjs.map +0 -1
  1088. package/dist/relation-M4NUCb0b.mjs +0 -334
  1089. package/dist/relation-M4NUCb0b.mjs.map +0 -1
  1090. package/dist/relations-CCif47Oq.mjs +0 -403
  1091. package/dist/relations-CCif47Oq.mjs.map +0 -1
  1092. package/dist/relations-CK9CYUyr.mjs +0 -310
  1093. package/dist/relations-CK9CYUyr.mjs.map +0 -1
  1094. package/dist/request-cache-DzLYKm_x.mjs +0 -104
  1095. package/dist/request-cache-DzLYKm_x.mjs.map +0 -1
  1096. package/dist/request-meta-sZXt3sRo.mjs +0 -141
  1097. package/dist/request-meta-sZXt3sRo.mjs.map +0 -1
  1098. package/dist/resolve-2WbQsCvT.mjs +0 -199
  1099. package/dist/resolve-2WbQsCvT.mjs.map +0 -1
  1100. package/dist/route-wire--1hLuACz.mjs +0 -197
  1101. package/dist/route-wire--1hLuACz.mjs.map +0 -1
  1102. package/dist/routes-vrR95WR6.mjs +0 -272
  1103. package/dist/routes-vrR95WR6.mjs.map +0 -1
  1104. package/dist/runner-1y4J9fJB.mjs +0 -5742
  1105. package/dist/runner-1y4J9fJB.mjs.map +0 -1
  1106. package/dist/runner-D5_LzKXI.d.mts +0 -68
  1107. package/dist/runner-D5_LzKXI.d.mts.map +0 -1
  1108. package/dist/schema-BABiRdsH.mjs +0 -13
  1109. package/dist/schema-BABiRdsH.mjs.map +0 -1
  1110. package/dist/schema-Du3MzCG0.mjs +0 -446
  1111. package/dist/schema-Du3MzCG0.mjs.map +0 -1
  1112. package/dist/scopes-Dbk-ElhT.mjs +0 -34
  1113. package/dist/scopes-Dbk-ElhT.mjs.map +0 -1
  1114. package/dist/search-Bt1PL1jf.mjs +0 -448
  1115. package/dist/search-Bt1PL1jf.mjs.map +0 -1
  1116. package/dist/sections-Ddptx_o9.mjs +0 -346
  1117. package/dist/sections-Ddptx_o9.mjs.map +0 -1
  1118. package/dist/seo-CZT2oLtT.mjs +0 -114
  1119. package/dist/seo-CZT2oLtT.mjs.map +0 -1
  1120. package/dist/seo-D5w3-Azy.mjs +0 -133
  1121. package/dist/seo-D5w3-Azy.mjs.map +0 -1
  1122. package/dist/service-DuykXPyW.mjs +0 -150
  1123. package/dist/service-DuykXPyW.mjs.map +0 -1
  1124. package/dist/session-user-BhaVp8w0.mjs +0 -51
  1125. package/dist/session-user-BhaVp8w0.mjs.map +0 -1
  1126. package/dist/settings-B4vDl1fK.mjs +0 -439
  1127. package/dist/settings-B4vDl1fK.mjs.map +0 -1
  1128. package/dist/settings-DYidIB26.mjs +0 -61
  1129. package/dist/settings-DYidIB26.mjs.map +0 -1
  1130. package/dist/settings-Dyj6v8C4.mjs +0 -51
  1131. package/dist/settings-Dyj6v8C4.mjs.map +0 -1
  1132. package/dist/setup-complete-bOogcHWG.mjs +0 -26
  1133. package/dist/setup-complete-bOogcHWG.mjs.map +0 -1
  1134. package/dist/setup-nonce-0EGuKM4s.mjs +0 -25
  1135. package/dist/setup-nonce-0EGuKM4s.mjs.map +0 -1
  1136. package/dist/site-settings-DOgRUoFX.mjs +0 -50
  1137. package/dist/site-settings-DOgRUoFX.mjs.map +0 -1
  1138. package/dist/site-url-BU_bbxwj.mjs +0 -16
  1139. package/dist/site-url-BU_bbxwj.mjs.map +0 -1
  1140. package/dist/snapshot-PawoX-WG.mjs +0 -414
  1141. package/dist/snapshot-PawoX-WG.mjs.map +0 -1
  1142. package/dist/ssrf-CJUnJymJ.mjs +0 -406
  1143. package/dist/ssrf-CJUnJymJ.mjs.map +0 -1
  1144. package/dist/stage-DgrBz_du.mjs +0 -662
  1145. package/dist/stage-DgrBz_du.mjs.map +0 -1
  1146. package/dist/state-DDiPySSG.mjs +0 -153
  1147. package/dist/state-DDiPySSG.mjs.map +0 -1
  1148. package/dist/status-DZKIG4a9.mjs +0 -30
  1149. package/dist/status-DZKIG4a9.mjs.map +0 -1
  1150. package/dist/storage-query-FXJH5pI8.d.mts +0 -1581
  1151. package/dist/storage-query-FXJH5pI8.d.mts.map +0 -1
  1152. package/dist/tar-_1AgTYFu.mjs +0 -449
  1153. package/dist/tar-_1AgTYFu.mjs.map +0 -1
  1154. package/dist/target-_7pn2Gbg.mjs +0 -27
  1155. package/dist/target-_7pn2Gbg.mjs.map +0 -1
  1156. package/dist/taxonomies-C1IwNe8Q.mjs +0 -697
  1157. package/dist/taxonomies-C1IwNe8Q.mjs.map +0 -1
  1158. package/dist/taxonomies-C_XMoRcX.mjs +0 -939
  1159. package/dist/taxonomies-C_XMoRcX.mjs.map +0 -1
  1160. package/dist/taxonomy-C3Fu1YeH.mjs +0 -525
  1161. package/dist/taxonomy-C3Fu1YeH.mjs.map +0 -1
  1162. package/dist/tokens-u78jETkX.mjs +0 -171
  1163. package/dist/tokens-u78jETkX.mjs.map +0 -1
  1164. package/dist/transaction-BcJO4Tmc.mjs +0 -29
  1165. package/dist/transaction-BcJO4Tmc.mjs.map +0 -1
  1166. package/dist/transfer-DIGvR9Af.mjs +0 -166
  1167. package/dist/transfer-DIGvR9Af.mjs.map +0 -1
  1168. package/dist/transfer-DgeCvHnj.mjs +0 -8675
  1169. package/dist/transfer-DgeCvHnj.mjs.map +0 -1
  1170. package/dist/transfer-download-Pml7RMio.mjs +0 -33
  1171. package/dist/transfer-download-Pml7RMio.mjs.map +0 -1
  1172. package/dist/transformations-9gfpwY65.mjs +0 -196
  1173. package/dist/transformations-9gfpwY65.mjs.map +0 -1
  1174. package/dist/transport-BIfH7_hx.d.mts +0 -42
  1175. package/dist/transport-BIfH7_hx.d.mts.map +0 -1
  1176. package/dist/transport-DKWIq53q.mjs +0 -136
  1177. package/dist/transport-DKWIq53q.mjs.map +0 -1
  1178. package/dist/trusted-proxy-tKiVtyTD.mjs +0 -51
  1179. package/dist/trusted-proxy-tKiVtyTD.mjs.map +0 -1
  1180. package/dist/turnstile-DpsoyOfg.mjs +0 -53
  1181. package/dist/turnstile-DpsoyOfg.mjs.map +0 -1
  1182. package/dist/types-B4sUC2p1.d.mts +0 -198
  1183. package/dist/types-B4sUC2p1.d.mts.map +0 -1
  1184. package/dist/types-B7Lmsh1E.d.mts +0 -887
  1185. package/dist/types-B7Lmsh1E.d.mts.map +0 -1
  1186. package/dist/types-BZakh7Ym.mjs +0 -22
  1187. package/dist/types-BZakh7Ym.mjs.map +0 -1
  1188. package/dist/types-B_CppEmv.d.mts +0 -264
  1189. package/dist/types-B_CppEmv.d.mts.map +0 -1
  1190. package/dist/types-BcrBrE6-.mjs +0 -159
  1191. package/dist/types-BcrBrE6-.mjs.map +0 -1
  1192. package/dist/types-BkUg2yHx.mjs +0 -92
  1193. package/dist/types-BkUg2yHx.mjs.map +0 -1
  1194. package/dist/types-CAZgq9fO.d.mts +0 -124
  1195. package/dist/types-CAZgq9fO.d.mts.map +0 -1
  1196. package/dist/types-Cd-O03VG.d.mts +0 -363
  1197. package/dist/types-Cd-O03VG.d.mts.map +0 -1
  1198. package/dist/types-Cr-Kg-3D.d.mts +0 -1641
  1199. package/dist/types-Cr-Kg-3D.d.mts.map +0 -1
  1200. package/dist/types-D2fvWd1i.d.mts +0 -359
  1201. package/dist/types-D2fvWd1i.d.mts.map +0 -1
  1202. package/dist/types-D7HUsguf.mjs +0 -77
  1203. package/dist/types-D7HUsguf.mjs.map +0 -1
  1204. package/dist/types-DA1Te3Oy.d.mts +0 -198
  1205. package/dist/types-DA1Te3Oy.d.mts.map +0 -1
  1206. package/dist/types-DhV6Q5bP.mjs +0 -18
  1207. package/dist/types-DhV6Q5bP.mjs.map +0 -1
  1208. package/dist/types-DnnVSl6Y.d.mts +0 -85
  1209. package/dist/types-DnnVSl6Y.d.mts.map +0 -1
  1210. package/dist/types-VT4-BugW.mjs +0 -16
  1211. package/dist/types-VT4-BugW.mjs.map +0 -1
  1212. package/dist/upload-attempts-B68ZGNu9.mjs +0 -32
  1213. package/dist/upload-attempts-B68ZGNu9.mjs.map +0 -1
  1214. package/dist/url-pattern-CCeZMGOh.mjs +0 -33
  1215. package/dist/url-pattern-CCeZMGOh.mjs.map +0 -1
  1216. package/dist/user-DDSL-sGw.mjs +0 -171
  1217. package/dist/user-DDSL-sGw.mjs.map +0 -1
  1218. package/dist/utils-DdhmO9w9.mjs +0 -439
  1219. package/dist/utils-DdhmO9w9.mjs.map +0 -1
  1220. package/dist/validate-CHosPEhs.mjs +0 -453
  1221. package/dist/validate-CHosPEhs.mjs.map +0 -1
  1222. package/dist/validate-CM79QXYE.d.mts +0 -432
  1223. package/dist/validate-CM79QXYE.d.mts.map +0 -1
  1224. package/dist/validation-BFecQczG.mjs +0 -218
  1225. package/dist/validation-BFecQczG.mjs.map +0 -1
  1226. package/dist/version-BRZXVifl.mjs +0 -9
  1227. package/dist/version-BRZXVifl.mjs.map +0 -1
  1228. package/dist/version-DXsxRrob.mjs +0 -7
  1229. package/dist/version-DXsxRrob.mjs.map +0 -1
  1230. package/dist/widgets-WdV72brA.mjs +0 -126
  1231. package/dist/widgets-WdV72brA.mjs.map +0 -1
  1232. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts +0 -34
  1233. package/dist/wxr-taxonomies-BHTdqkmZ.d.mts.map +0 -1
  1234. package/dist/wxr-taxonomies-DP6ESgMN.mjs +0 -372
  1235. package/dist/wxr-taxonomies-DP6ESgMN.mjs.map +0 -1
  1236. package/dist/zod-generator-D6uE4WiS.mjs +0 -389
  1237. package/dist/zod-generator-D6uE4WiS.mjs.map +0 -1
  1238. package/src/astro/routes/api/relations/[id]/translations.ts +0 -33
  1239. /package/dist/{api-tokens-CE1ECIg0.mjs → api-tokens-FaG1zPsj.mjs} +0 -0
  1240. /package/dist/{ssrf-DpBH7aOt.mjs → ssrf-DZOt8Qof.mjs} +0 -0
package/dist/index.d.mts CHANGED
@@ -1,32 +1,32 @@
1
- import { a as ContentFieldRangeFilter, i as ContentFieldInFilter, n as ContentFieldFilterValue, r as ContentFieldFilters, t as ContentFieldFilterScalar } from "./content-list-query-Dra4Dalc.mjs";
2
- import { A as SeedBlockTypeVersionInput, C as BlockFieldType, D as BlockTypeSource, E as BlockTypeDifference, O as BlockTypeVersion, S as BlockFieldOptions, T as BlockTypeCompatibility, _ as UnsupportedFieldType, a as CollectionWithFields, b as ApplySeedBlockTypeInput, c as CreateFieldInput, d as Field, f as FieldType, g as RESERVED_FIELD_SLUGS, h as RESERVED_COLLECTION_SLUGS, i as CollectionSupport, j as UpdateBlockTypeInput, k as CreateBlockTypeInput, m as FieldWidgetOptions, o as ColumnType, p as FieldValidation, r as CollectionSource, s as CreateCollectionInput, t as Collection, u as FIELD_TYPE_TO_COLUMN, v as UpdateCollectionInput, w as BlockType, x as BlockFieldDefinition, y as UpdateFieldInput } from "./types-D2fvWd1i.mjs";
3
- import { a as ContentSeo, c as EmDashValidationError, d as InvalidCursorError, f as UpdateContentInput, i as ContentItem, l as FindManyOptions, n as ContentBylineCredit, o as ContentSeoInput, s as CreateContentInput, t as BylineSummary, u as FindManyResult } from "./types-B_CppEmv.mjs";
4
- import { _ as ManifestResponse, c as ApiContext, d as ContentResponse, f as FieldDescriptor, g as ManifestFieldDescriptor, h as ManifestCollectionMap, m as ManifestCollectionDescriptor, p as ListResponse, u as ContentListResponse } from "./parse-CVgO-Qai.mjs";
5
- import { n as MediaTable, r as UserTable, t as Database } from "./types-B7Lmsh1E.mjs";
6
- import { $ as CurrentPluginCapability, $t as PluginStorageConfig, At as PageMetadataContribution, B as ContentPolicyEvent, Bn as normalizeCapability, Bt as PluginComment, Cn as TaxonomyAccess, Ct as MediaMetadataPatch, Dn as TaxonomyTermCreateInput, Dt as PageFragmentContribution, En as TaxonomyReadOptions, Et as NumericDelta, F as ContentDeleteEvent, Fn as VersionedRedirect, Ft as PaginatedResult, G as ContentScheduleStateChangeEvent, Gt as PluginEditorAction, H as ContentRestoreStateChangeEvent, I as ContentHookEvent, In as VersionedValue, It as PluginAdminConfig, Jt as PluginHooks, K as ContentStateChangeEvent, L as ContentItem$1, Lt as PluginAdminExports, Mn as UpdateIfResult, Mt as PageMetadataHandler, On as TaxonomyTermInfo, Ot as PageFragmentEvent, P as ContentCreateOptions, Pn as VersionedContentItem, Pt as PagePlacement, Q as CronTaskInfo, Qt as PluginRouteDefinition, R as ContentListOptions, Rn as isDeprecatedCapability, Rt as PluginAdminPage, Sn as StoredComment, Tn as TaxonomyDefInfo, Tt as ModerationDecision, U as ContentRevisionInfo, Ut as PluginContext, V as ContentPublishStateChangeEvent, Vn as normalizePluginCapabilities, Vt as PluginCommentStatus, W as ContentSchedulePolicyEvent, Wt as PluginDefinition, Yt as PluginManifest, Zt as PluginRoute, _ as ConditionalDeleteResult, _n as SettingField, _t as MediaAccess, a as CollectionSchemaInfo, an as RedirectAccessWithWrite, bn as StorageCollection, c as CommentAfterCreateHandler, cn as RedirectListOptions, ct as FieldSchemaInfo, d as CommentBeforeCreateEvent, dt as HookName, en as PortableTextBlockConfig, et as DeprecatedPluginCapability, f as CommentBeforeCreateHandler, fn as ResolvedHook, ft as HttpAccess, g as CommentModerateHandler, gn as SchemaAccess, gt as LogAccess, h as CommentModerateEvent, hn as RouteContext, i as CollectionCommentSettings, in as RedirectAccess, jn as UpdateIfArgs, jt as PageMetadataEvent, kt as PageFragmentHandler, l as CommentAfterModerateEvent, ln as RedirectStatus, lt as FieldWidgetConfig, m as CommentListOptions, mn as ResolvedPluginHooks, n as BreadcrumbItem, nn as PublicPageContext, o as CommentAccess, on as RedirectCreateInput, p as CommentCountOptions, pn as ResolvedPlugin, pt as KVAccess, q as ContentTranslationSummary, qt as PluginEditorPanel, r as CAPABILITY_RENAMES, s as CommentAfterCreateEvent, sn as RedirectInfo, t as ActorInfo, tn as PortableTextBlockField, u as CommentAfterModerateHandler, un as RedirectUpdateInput, ut as HookConfig, v as ConditionalWriteResult, vn as SettingsAccess, wn as TaxonomyAccessWithWrite, wt as MediaUploadEvent, x as ContentActionOrigin, xt as MediaBytes, y as ContentAccess, yn as SiteInfo, z as ContentPolicyDecision, zn as normalizeCapabilities, zt as PluginCapability } from "./types-Cr-Kg-3D.mjs";
7
- import { t as OptionsRepository } from "./options-SQCHQCPH.mjs";
8
- import "./entry-lock-Cf5OoIgN.mjs";
9
- import { _ as MediaValue, n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "./placeholder-MSEd8gty.mjs";
10
- import { $ as getMenus, $n as getSection, $r as handleRevisionRestore, $t as invalidateTaxonomyObjectCache, A as WidgetArea, Ai as image, An as isSafeHref, Ar as expandCollectionBlockFields, At as NoopSandboxRunner, B as getTerm, Bi as RevisionRepository, Bn as PortableTextImageBlock, Br as MediaListResponse, Bt as definePlugin, C as getWidgetComponents, Ci as ScheduledPolicyRejection, Cn as CollectionFilter$1, Ct as GeneratePreviewTokenOptions, D as ReorderWidgetsInput, Di as portableText, Dn as WhereValue, Dr as BlockWriteOptions, Dt as generatePreviewToken, E as PropDef, Ei as scheduledPolicyRejectionKey, En as WhereRange, Er as getCollectionInfo, Et as VerifyPreviewTokenResult, F as getEntryTerms, Fi as PortableTextBlock, Fn as PortableTextToProsemirrorOptions, Fr as SchemaRegistry, Ft as createPluginManager, G as TaxonomyTerm, Gi as EmDashDatabaseError, Gn as PortableTextTableBlock, Gr as handleMediaList, Gt as contentNamespace, H as invalidateTermCache, Hi as EmDashConfigurationError, Hn as PortableTextMarkDef, Hr as handleMediaCreate, Ht as CacheNamespace, I as getTaxonomyDef, Ii as CompoundSelectLimitedAdapter, In as portableTextToProsemirror, Ir as handleMediaUsageActivationAdvance, It as ContentSaveRejectedError, J as getByline, Jn as PortableTextTextBlock, Jr as handleMediaUpdate, Jt as invalidateCollectionCache, K as TaxonomyTermRow, Kn as PortableTextTableCell, Kr as handleMediaRegisterUpload, Kt as contentNamespaces, L as getTaxonomyDefs, Ln as prosemirrorToPortableText, Lr as handleMediaUsageProgress, Lt as isContentSaveRejection, M as WidgetType, Mi as FieldUIHints, Mn as computeContentHash, Mr as resolveBlockTypes, Mt as createNoopSandboxRunner, N as getAllTermsForEntries, Ni as FileValue, Nn as hashString, Nr as BlockTypeRegistry, Nt as NodeCronScheduler, O as UpdateWidgetInput, Oi as reference, Or as ResolvedBlockTypes, Ot as parseContentId, P as getEntriesByTerm, Pi as ImageValue, Pn as portableTextIdentityExtensions, Pr as SchemaError, Pt as PluginManager, Q as getMenuWithCacheHint, Qn as ProseMirrorNode, Qr as handleRevisionList, Qt as invalidateSchemaObjectCache, R as getTaxonomyTerms, Ri as CommentRepository, Rn as PortableTextCodeBlock, Rr as handleMediaUsageRepair, Rt as ValidatedPluginManifest, S as getWidgetAreas, Si as SCHEDULED_POLICY_REJECTION_PREFIX, Sn as createNoop, St as getPreviewUrl, T as CreateWidgetInput, Ti as isScheduledPolicyRejection, Tn as EntryFilter, Tt as VerifyPreviewTokenOptions, U as CreateTermInput, Ui as EmDashConfigurationErrorCode, Un as PortableTextSpan, Ur as handleMediaDelete, Ut as CachedQueryOptions, V as getTermsForEntries, Vi as UserRepository, Vn as PortableTextLinkMark, Vr as MediaResponse, Vt as definePluginRoute, W as TaxonomyDef, Wi as DatabaseConfig, Wn as PortableTextTableAlignment, Wr as handleMediaGet, Wt as cachedQuery, X as getEntriesByByline, Xn as ProseMirrorDocument, Xr as RevisionResponse, Xt as invalidateMenuObjectCache, Y as getBylineBySlug, Yn as PortableTextUnknownBlock, Yr as RevisionListResponse, Yt as invalidateCommentObjectCache, Z as getMenu, Zn as ProseMirrorMark, Zr as handleRevisionGet, Zt as invalidateObjectCache, _ as SearchTokenizer, _i as handleContentTranslations, _n as resolveEmDashPath, _t as setSiteSettings, a as getSuggestions, ai as handleContentCreate, an as ContentEntry, ar as UpdateSectionInput, at as ReorderMenuItemsInput, b as getWidgetArea, bi as handleContentUpdate, bn as FieldAnnotation, bt as GetPreviewUrlOptions, c as searchWithDb, ci as handleContentDuplicate, cn as EntryResult, ct as GetCommentsOptions, d as SEARCH_TOKENIZERS, di as handleContentList, dn as TranslationSummary, dt as getComments, ei as generateManifest, en as WaitUntilFn, er as getSections, et as CreateMenuInput, f as SearchConfig, fi as handleContentListTrashed, fn as TranslationsResult, ft as getPluginSetting, g as SearchStats, gi as handleContentSchedule, gn as getTranslations, gt as getSiteSettingsWithCacheHint, h as SearchResult, hi as handleContentRestore, hn as getEmDashEntry, hr as SystemCleanupFn, ht as getSiteSettings, i as getSearchStats, ii as handleContentCountTrashed, in as CollectionResult, ir as SectionSource, it as MenuItemType, j as WidgetComponentDef, ji as FieldDefinition, jn as sanitizeHref, jr as normalizeBlocksData, jt as SandboxNotAvailableError, k as Widget, ki as file, kr as StoredBlockValue, kt as verifyPreviewToken, l as FTSManager, li as handleContentGet, ln as InferCollectionData, lt as GetCommentsResult, m as SearchResponse, mi as handleContentPublish, mn as getEmDashCollection, mr as CronScheduler, mt as getSiteSetting, n as extractPlainText, ni as handleContentCompare, nn as CacheHint, nr as GetSectionsOptions, nt as Menu, o as search, oi as handleContentDelete, on as EditFieldMeta, ot as UpdateMenuInput, p as SearchOptions, pi as handleContentPermanentDelete, pn as getEditMeta, pt as getPluginSettings, q as UpdateTermInput, qn as PortableTextTableRow, qr as handleMediaReplaceMetadata, qt as invalidateBylineObjectCache, r as extractSearchableFields, ri as handleContentCountScheduled, rn as CollectionFilter, rr as Section, rt as MenuItem, s as searchCollection, si as handleContentDiscardDraft, sn as EmDashCollections, st as UpdateMenuItemInput, ti as handleContentAuthors, tn as after, tr as CreateSectionInput, tt as CreateMenuItemInput, u as CollectionSearchOptions, ui as handleContentGetIncludingTrashed, un as ResolvePathResult, ut as getCommentCount, v as SuggestOptions, vi as handleContentUnpublish, vn as CMSAnnotation, vt as getPreviewToken, w as CreateWidgetAreaInput, wi as VersionedScheduledPolicyRejection, wn as EntryData, wt as PreviewTokenPayload, x as getWidgetAreaWithCacheHint, xi as handleScheduledPolicyRejection, xn as createEditable, xr as PluginDescriptor, xt as buildPreviewUrl, y as Suggestion, yi as handleContentUnschedule, yn as EditProxy, yr as PluginRouteError, yt as isPreviewRequest, z as getTaxonomyTermsWithCacheHint, zn as PortableTextHtmlBlock, zt as pluginManifestSchema } from "./config-BjEm_3xL.mjs";
11
- import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES, r as MigrationStatus, t as ExactMigrationStatus } from "./runner-D5_LzKXI.mjs";
12
- import { $ as MediaRepository, B as EncryptedPluginSetting, C as SandboxedPluginInstance, D as getSandboxRouteErrorDetails, E as createSandboxRouteErrorEnvelope, F as createMediaAccess, G as isEncryptedPluginSetting, H as createSettingsAccess, I as createRedirectAccess, J as HookResult, L as createSchemaAccess, M as createCommentAccess, N as createContentAccessWithWrite, O as getSandboxRouteErrorEnvelope, P as createHttpAccess, Q as MediaItem, R as createUnrestrictedHttpAccess, S as SandboxUnavailableError, T as createSandboxRouteError, U as decodePluginSettingValue, V as PluginSettingEncryptionError, W as encryptPluginSetting, X as PluginStorageRepository, Y as createHookPipeline, Z as CreateMediaInput, _ as SandboxRouteErrorCode, a as readPluginMediaBytes, b as SandboxRunner, c as CronAccessImpl, d as SandboxContentCreateCallback, f as SandboxEmailMessage, g as SandboxOptions, h as SandboxInvocationOptions, i as parsePluginMediaMetadataPatch, j as RedirectAccessError, k as ContentActionCallbacks, m as SandboxHttpFetchCallback, n as DEFAULT_PLUGIN_MEDIA_READ_BYTES, o as toPluginMediaItem, p as SandboxEmailSendCallback, q as HookPipeline, r as MAX_PLUGIN_MEDIA_READ_BYTES, rt as resolvePluginEncryptionKeys, s as updatePluginMediaMetadata, t as StorageSerializationError, tt as ContentRepository, u as SandboxCommentModerateCallback, v as SandboxRouteErrorDetails, w as SerializedRequest, x as SandboxRunnerFactory, y as SandboxRouteErrorEnvelope, z as createContentAccess } from "./storage-query-FXJH5pI8.mjs";
13
- import { C as decodeSlug, S as parseWxrString, _ as WxrPost, a as clearSources, b as WxrTerm, c as getSource, d as registerSource, f as importReusableBlocksAsSections, g as WxrData, h as WxrCategory, i as wxrSource, l as getUrlSources, m as WxrAuthor, n as wordpressRestSource, o as getAllSources, p as WxrAttachment, r as parseWxrDate, s as getFileSources, u as probeUrl, v as WxrSite, w as slugify, x as parseWxr, y as WxrTag } from "./index-D-hdtLe8.mjs";
14
- import { a as ExecuteCollectionDeletionGuard, c as SqliteConfig, i as DatabaseDialectType, n as CollectionDeletionGuardResult, o as LibsqlConfig, r as DatabaseDescriptor, s as PostgresConfig, t as CollectionDeletionGuardInput } from "./adapters-B64LbYcB.mjs";
15
- import { a as ListOptions, c as S3StorageConfig, d as Storage, f as StorageDescriptor, i as FileInfo, l as SignedUploadOptions, n as DownloadResult, o as ListResult, p as UploadResult, r as EmDashStorageError, s as LocalStorageConfig, t as CreateStorageFn, u as SignedUploadUrl } from "./types-DA1Te3Oy.mjs";
1
+ import { a as ContentFieldRangeFilter, i as ContentFieldInFilter, n as ContentFieldFilterValue, r as ContentFieldFilters, t as ContentFieldFilterScalar } from "./content-list-query-D_7B1FE5.mjs";
2
+ import { A as SeedBlockTypeVersionInput, C as BlockFieldType, D as BlockTypeSource, E as BlockTypeDifference, O as BlockTypeVersion, S as BlockFieldOptions, T as BlockTypeCompatibility, _ as UnsupportedFieldType, a as CollectionWithFields, b as ApplySeedBlockTypeInput, c as CreateFieldInput, d as Field, f as FieldType, g as RESERVED_FIELD_SLUGS, h as RESERVED_COLLECTION_SLUGS, i as CollectionSupport, j as UpdateBlockTypeInput, k as CreateBlockTypeInput, m as FieldWidgetOptions, o as ColumnType, p as FieldValidation, r as CollectionSource, s as CreateCollectionInput, t as Collection, u as FIELD_TYPE_TO_COLUMN, v as UpdateCollectionInput, w as BlockType, x as BlockFieldDefinition, y as UpdateFieldInput } from "./types-DbpN4Qto.mjs";
3
+ import { a as ContentSeo, c as EmDashValidationError, d as InvalidCursorError, f as UpdateContentInput, i as ContentItem, l as FindManyOptions, n as ContentBylineCredit, o as ContentSeoInput, s as CreateContentInput, t as BylineSummary, u as FindManyResult } from "./types-we5uR-tV.mjs";
4
+ import { _ as ManifestResponse, c as ApiContext, d as ContentResponse, f as FieldDescriptor, g as ManifestFieldDescriptor, h as ManifestCollectionMap, m as ManifestCollectionDescriptor, p as ListResponse, u as ContentListResponse } from "./parse-avNM1xWV.mjs";
5
+ import { n as MediaTable, r as UserTable, t as Database } from "./types-BQ3hwYJT.mjs";
6
+ import { $ as CurrentPluginCapability, $t as PluginStorageConfig, At as PageMetadataContribution, B as ContentPolicyEvent, Bn as normalizeCapability, Bt as PluginComment, Cn as TaxonomyAccess, Ct as MediaMetadataPatch, Dn as TaxonomyTermCreateInput, Dt as PageFragmentContribution, En as TaxonomyReadOptions, Et as NumericDelta, F as ContentDeleteEvent, Fn as VersionedRedirect, Ft as PaginatedResult, G as ContentScheduleStateChangeEvent, Gt as PluginEditorAction, H as ContentRestoreStateChangeEvent, I as ContentHookEvent, In as VersionedValue, It as PluginAdminConfig, Jt as PluginHooks, K as ContentStateChangeEvent, L as ContentItem$1, Lt as PluginAdminExports, Mn as UpdateIfResult, Mt as PageMetadataHandler, On as TaxonomyTermInfo, Ot as PageFragmentEvent, P as ContentCreateOptions, Pn as VersionedContentItem, Pt as PagePlacement, Q as CronTaskInfo, Qt as PluginRouteDefinition, R as ContentListOptions, Rn as isDeprecatedCapability, Rt as PluginAdminPage, Sn as StoredComment, Tn as TaxonomyDefInfo, Tt as ModerationDecision, U as ContentRevisionInfo, Ut as PluginContext, V as ContentPublishStateChangeEvent, Vn as normalizePluginCapabilities, Vt as PluginCommentStatus, W as ContentSchedulePolicyEvent, Wt as PluginDefinition, Yt as PluginManifest, Zt as PluginRoute, _ as ConditionalDeleteResult, _n as SettingField, _t as MediaAccess, a as CollectionSchemaInfo, an as RedirectAccessWithWrite, bn as StorageCollection, c as CommentAfterCreateHandler, cn as RedirectListOptions, ct as FieldSchemaInfo, d as CommentBeforeCreateEvent, dt as HookName, en as PortableTextBlockConfig, et as DeprecatedPluginCapability, f as CommentBeforeCreateHandler, fn as ResolvedHook, ft as HttpAccess, g as CommentModerateHandler, gn as SchemaAccess, gt as LogAccess, h as CommentModerateEvent, hn as RouteContext, i as CollectionCommentSettings, in as RedirectAccess, jn as UpdateIfArgs, jt as PageMetadataEvent, kt as PageFragmentHandler, l as CommentAfterModerateEvent, ln as RedirectStatus, lt as FieldWidgetConfig, m as CommentListOptions, mn as ResolvedPluginHooks, n as BreadcrumbItem, nn as PublicPageContext, o as CommentAccess, on as RedirectCreateInput, p as CommentCountOptions, pn as ResolvedPlugin, pt as KVAccess, q as ContentTranslationSummary, qt as PluginEditorPanel, r as CAPABILITY_RENAMES, s as CommentAfterCreateEvent, sn as RedirectInfo, t as ActorInfo, tn as PortableTextBlockField, u as CommentAfterModerateHandler, un as RedirectUpdateInput, ut as HookConfig, v as ConditionalWriteResult, vn as SettingsAccess, wn as TaxonomyAccessWithWrite, wt as MediaUploadEvent, x as ContentActionOrigin, xt as MediaBytes, y as ContentAccess, yn as SiteInfo, z as ContentPolicyDecision, zn as normalizeCapabilities, zt as PluginCapability } from "./types-D0aJW2uR.mjs";
7
+ import { t as OptionsRepository } from "./options-BYa1FgIM.mjs";
8
+ import "./entry-lock-BN5y4YbO.mjs";
9
+ import { _ as MediaValue, n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "./placeholder-D2aksPMF.mjs";
10
+ import { $ as getMenus, $i as EmDashConfigurationErrorCode, $n as PortableTextSpan, $r as handleMediaDelete, $t as invalidateTaxonomyObjectCache, A as WidgetArea, Ai as handleContentUpdate, An as createNoop, At as NoopSandboxRunner, B as getTerm, Bi as image, Bn as isSafeHref, Br as expandCollectionBlockFields, Bt as definePlugin, C as getWidgetComponents, Ci as handleContentPermanentDelete, Cn as getEmDashReferences, Ct as GeneratePreviewTokenOptions, D as ReorderWidgetsInput, Di as handleContentTranslations, Dn as EditProxy, Dt as generatePreviewToken, E as PropDef, Ei as handleContentSchedule, En as CMSAnnotation, Et as VerifyPreviewTokenResult, F as getEntryTerms, Fi as isScheduledPolicyRejection, Fn as EntryFilter, Ft as createPluginManager, G as TaxonomyTerm, Gi as PortableTextBlock, Gn as PortableTextToProsemirrorOptions, Gr as SchemaRegistry, Gt as contentNamespace, H as invalidateTermCache, Hi as FieldUIHints, Hn as computeContentHash, Hr as resolveBlockTypes, Ht as CacheNamespace, I as getTaxonomyDef, Ii as scheduledPolicyRejectionKey, In as WhereRange, Ir as getCollectionInfo, It as ContentSaveRejectedError, J as getByline, Ji as CommentRepository, Jn as PortableTextCodeBlock, Jr as handleMediaUsageRepair, Jt as invalidateCollectionCache, K as TaxonomyTermRow, Ki as CompoundSelectLimitedAdapter, Kn as portableTextToProsemirror, Kr as handleMediaUsageActivationAdvance, Kt as contentNamespaces, L as getTaxonomyDefs, Li as portableText, Ln as WhereValue, Lr as BlockWriteOptions, Lt as isContentSaveRejection, M as WidgetType, Mi as SCHEDULED_POLICY_REJECTION_PREFIX, Mn as ReferenceSelection, Mt as createNoopSandboxRunner, N as getAllTermsForEntries, Ni as ScheduledPolicyRejection, Nn as CollectionFilter$1, Nt as NodeCronScheduler, O as UpdateWidgetInput, Oi as handleContentUnpublish, On as FieldAnnotation, Ot as parseContentId, P as getEntriesByTerm, Pi as VersionedScheduledPolicyRejection, Pn as EntryData, Pt as PluginManager, Q as getMenuWithCacheHint, Qi as EmDashConfigurationError, Qn as PortableTextMarkDef, Qr as handleMediaCreate, Qt as invalidateSchemaObjectCache, R as getTaxonomyTerms, Ri as reference, Rr as ResolvedBlockTypes, Rt as ValidatedPluginManifest, S as getWidgetAreas, Si as handleContentListTrashed, Sn as getEmDashEntry, St as getPreviewUrl, T as CreateWidgetInput, Ti as handleContentRestore, Tn as resolveEmDashPath, Tr as SystemCleanupFn, Tt as VerifyPreviewTokenOptions, U as CreateTermInput, Ui as FileValue, Un as hashString, Ur as BlockTypeRegistry, Ut as CachedQueryOptions, V as getTermsForEntries, Vi as FieldDefinition, Vn as sanitizeHref, Vr as normalizeBlocksData, Vt as definePluginRoute, W as TaxonomyDef, Wi as ImageValue, Wn as portableTextIdentityExtensions, Wr as SchemaError, Wt as cachedQuery, X as getEntriesByByline, Xi as RevisionRepository, Xn as PortableTextImageBlock, Xr as MediaListResponse, Xt as invalidateMenuObjectCache, Y as getBylineBySlug, Yn as PortableTextHtmlBlock, Yt as invalidateCommentObjectCache, Z as getMenu, Zi as UserRepository, Zn as PortableTextLinkMark, Zr as MediaResponse, Zt as invalidateObjectCache, _ as SearchTokenizer, _i as handleContentDiscardDraft, _n as SelectedReferences, _t as setSiteSettings, a as getSuggestions, ai as RevisionListResponse, an as ContentEntry, ar as PortableTextUnknownBlock, at as ReorderMenuItemsInput, b as getWidgetArea, bi as handleContentGetIncludingTrashed, bn as getEditMeta, bt as GetPreviewUrlOptions, c as searchWithDb, ci as handleRevisionList, cn as EmDashCollections, cr as ProseMirrorNode, ct as GetCommentsOptions, d as SEARCH_TOKENIZERS, di as handleContentAuthors, dn as InferCollectionReferences, dr as CreateSectionInput, dt as getComments, ea as DatabaseConfig, ei as handleMediaGet, en as WaitUntilFn, er as PortableTextTableAlignment, et as CreateMenuInput, f as SearchConfig, fi as handleContentCompare, fn as ReferencePage, fr as GetSectionsOptions, ft as getPluginSetting, g as SearchStats, gi as handleContentDelete, gn as SelectableReferences, gt as getSiteSettingsWithCacheHint, h as SearchResult, hi as handleContentCreate, hn as ResolvePathResult, hr as UpdateSectionInput, ht as getSiteSettings, i as getSearchStats, ii as handleMediaUpdate, in as CollectionResult, ir as PortableTextTextBlock, it as MenuItemType, j as WidgetComponentDef, ji as handleScheduledPolicyRejection, jn as ReferenceQuery, jr as PluginDescriptor, jt as SandboxNotAvailableError, k as Widget, ki as handleContentUnschedule, kn as createEditable, kr as PluginRouteError, kt as verifyPreviewToken, l as FTSManager, li as handleRevisionRestore, ln as EntryResult, lr as getSection, lt as GetCommentsResult, m as SearchResponse, mi as handleContentCountTrashed, mn as ReferenceResult, mr as SectionSource, mt as getSiteSetting, n as extractPlainText, ni as handleMediaRegisterUpload, nn as CacheHint, nr as PortableTextTableCell, nt as Menu, o as search, oi as RevisionResponse, on as EditFieldMeta, or as ProseMirrorDocument, ot as UpdateMenuInput, p as SearchOptions, pi as handleContentCountScheduled, pn as ReferencePages, pr as Section, pt as getPluginSettings, q as UpdateTermInput, qn as prosemirrorToPortableText, qr as handleMediaUsageProgress, qt as invalidateBylineObjectCache, r as extractSearchableFields, ri as handleMediaReplaceMetadata, rn as CollectionFilter, rr as PortableTextTableRow, rt as MenuItem, s as searchCollection, si as handleRevisionGet, sn as EmDashCollectionReferences, sr as ProseMirrorMark, st as UpdateMenuItemInput, ta as EmDashDatabaseError, ti as handleMediaList, tn as after, tr as PortableTextTableBlock, tt as CreateMenuItemInput, u as CollectionSearchOptions, ui as generateManifest, un as InferCollectionData, ur as getSections, ut as getCommentCount, v as SuggestOptions, vi as handleContentDuplicate, vn as TranslationSummary, vt as getPreviewToken, w as CreateWidgetAreaInput, wi as handleContentPublish, wn as getTranslations, wr as CronScheduler, wt as PreviewTokenPayload, x as getWidgetAreaWithCacheHint, xi as handleContentList, xn as getEmDashCollection, xt as buildPreviewUrl, y as Suggestion, yi as handleContentGet, yn as TranslationsResult, yt as isPreviewRequest, z as getTaxonomyTermsWithCacheHint, zi as file, zr as StoredBlockValue, zt as pluginManifestSchema } from "./config-D3d5Qudq.mjs";
11
+ import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES, r as MigrationStatus, t as ExactMigrationStatus } from "./runner-DoYH2Jcu.mjs";
12
+ import { $ as MediaRepository, B as EncryptedPluginSetting, C as SandboxedPluginInstance, D as getSandboxRouteErrorDetails, E as createSandboxRouteErrorEnvelope, F as createMediaAccess, G as isEncryptedPluginSetting, H as createSettingsAccess, I as createRedirectAccess, J as HookResult, L as createSchemaAccess, M as createCommentAccess, N as createContentAccessWithWrite, O as getSandboxRouteErrorEnvelope, P as createHttpAccess, Q as MediaItem, R as createUnrestrictedHttpAccess, S as SandboxUnavailableError, T as createSandboxRouteError, U as decodePluginSettingValue, V as PluginSettingEncryptionError, W as encryptPluginSetting, X as PluginStorageRepository, Y as createHookPipeline, Z as CreateMediaInput, _ as SandboxRouteErrorCode, a as readPluginMediaBytes, b as SandboxRunner, c as CronAccessImpl, d as SandboxContentCreateCallback, f as SandboxEmailMessage, g as SandboxOptions, h as SandboxInvocationOptions, i as parsePluginMediaMetadataPatch, j as RedirectAccessError, k as ContentActionCallbacks, m as SandboxHttpFetchCallback, n as DEFAULT_PLUGIN_MEDIA_READ_BYTES, o as toPluginMediaItem, p as SandboxEmailSendCallback, q as HookPipeline, r as MAX_PLUGIN_MEDIA_READ_BYTES, rt as resolvePluginEncryptionKeys, s as updatePluginMediaMetadata, t as StorageSerializationError, tt as ContentRepository, u as SandboxCommentModerateCallback, v as SandboxRouteErrorDetails, w as SerializedRequest, x as SandboxRunnerFactory, y as SandboxRouteErrorEnvelope, z as createContentAccess } from "./storage-query-B-cWcTjJ.mjs";
13
+ import { C as decodeSlug, S as parseWxrString, _ as WxrPost, a as clearSources, b as WxrTerm, c as getSource, d as registerSource, f as importReusableBlocksAsSections, g as WxrData, h as WxrCategory, i as wxrSource, l as getUrlSources, m as WxrAuthor, n as wordpressRestSource, o as getAllSources, p as WxrAttachment, r as parseWxrDate, s as getFileSources, u as probeUrl, v as WxrSite, w as slugify, x as parseWxr, y as WxrTag } from "./index-CDs2wq4X.mjs";
14
+ import { a as ExecuteCollectionDeletionGuard, c as SqliteConfig, i as DatabaseDialectType, n as CollectionDeletionGuardResult, o as LibsqlConfig, r as DatabaseDescriptor, s as PostgresConfig, t as CollectionDeletionGuardInput } from "./adapters-C_Tf5x90.mjs";
15
+ import { a as ListOptions, c as S3StorageConfig, d as Storage, f as StorageDescriptor, i as FileInfo, l as SignedUploadOptions, n as DownloadResult, o as ListResult, p as UploadResult, r as EmDashStorageError, s as LocalStorageConfig, t as CreateStorageFn, u as SignedUploadUrl } from "./types-BYEk7qo3.mjs";
16
16
  import { PluginSecretRedactor, createPluginSecretRedactor } from "./plugins/secret-redactor.mjs";
17
- import { a as AuthResult, i as AuthProviderModule, n as AuthProviderAdminExports, o as AuthRouteDescriptor, r as AuthProviderDescriptor, s as ExternalAuthConfig, t as AuthDescriptor } from "./types-B4sUC2p1.mjs";
18
- import { i as ObjectCacheRuntimeConfig, n as ObjectCacheBackend, r as ObjectCacheDescriptor, t as CreateObjectCacheBackendFn } from "./types-CAZgq9fO.mjs";
19
- import { a as SiteSettings, i as SiteSettingKey, n as SeoSettings, o as SiteSettingsUpdate, r as SeoSettingsUpdate, t as MediaReference } from "./types-DnnVSl6Y.mjs";
17
+ import { a as AuthResult, i as AuthProviderModule, n as AuthProviderAdminExports, o as AuthRouteDescriptor, r as AuthProviderDescriptor, s as ExternalAuthConfig, t as AuthDescriptor } from "./types-m1WbUffD.mjs";
18
+ import { i as ObjectCacheRuntimeConfig, n as ObjectCacheBackend, r as ObjectCacheDescriptor, t as CreateObjectCacheBackendFn } from "./types-uxLoPBio.mjs";
19
+ import { a as SiteSettings, i as SiteSettingKey, n as SeoSettings, o as SiteSettingsUpdate, r as SeoSettingsUpdate, t as MediaReference } from "./types-5LSo7PPx.mjs";
20
20
  import { EmDashRequestContext, getRequestContext, runWithContext } from "./request-context.mjs";
21
- import { a as resolveContentCreateLocale, i as isI18nEnabled, n as getFallbackChain, r as getI18nConfig, t as I18nConfig } from "./config-Py43JK9r.mjs";
22
- import { a as SandboxSaveRejectedError, i as SandboxHookResultInspection, n as SANDBOX_HOOK_RESULT_VERSION, o as inspectSandboxHookResult, r as SandboxHookErrorEnvelope, t as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH } from "./hook-result-B5bXDgS2.mjs";
21
+ import { a as resolveContentCreateLocale, i as isI18nEnabled, n as getFallbackChain, r as getI18nConfig, t as I18nConfig } from "./config-52Ea5IWt.mjs";
22
+ import { a as SandboxSaveRejectedError, i as SandboxHookResultInspection, n as SANDBOX_HOOK_RESULT_VERSION, o as inspectSandboxHookResult, r as SandboxHookErrorEnvelope, t as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH } from "./hook-result-CYSk0XFe.mjs";
23
23
  import { pluginResponse } from "./plugin-types.mjs";
24
24
  import { adaptSandboxEntry } from "./plugins/adapt-sandbox-entry.mjs";
25
25
  import { PLUGIN_HTTP_MAX_REQUEST_BYTES, PLUGIN_HTTP_MAX_RESPONSE_BYTES, PluginHttpRedirectAction, PluginHttpResponseWire, bufferPluginHttpRequest, pluginHttpRedirectAction, pluginHttpResponseFromWire, pluginHttpResponseToWire, readPluginHttpBytes, rewritePluginHttpRedirect } from "./plugins/http-wire.mjs";
26
- import { S as UrlInput, _ as SourceAuth, a as FileInput, b as SourceProbeResult, c as ImportContext, d as ImportSource, f as NormalizedItem, g as ProbeResult, h as PostTypeMapping, i as FieldCompatibility, l as ImportFieldDef, m as PostTypeAnalysis, n as CollectionSchemaStatus, o as ImportAnalysis, p as OAuthInput, r as FetchOptions, s as ImportConfig, t as AttachmentInfo, u as ImportResult, v as SourceCapabilities, x as SuggestedAction, y as SourceInput } from "./types-Cd-O03VG.mjs";
27
- import { n as HreflangOptions, r as getHreflangAlternates, t as HreflangAlternate } from "./hreflang-D5uNnsGJ.mjs";
26
+ import { S as UrlInput, _ as SourceAuth, a as FileInput, b as SourceProbeResult, c as ImportContext, d as ImportSource, f as NormalizedItem, g as ProbeResult, h as PostTypeMapping, i as FieldCompatibility, l as ImportFieldDef, m as PostTypeAnalysis, n as CollectionSchemaStatus, o as ImportAnalysis, p as OAuthInput, r as FetchOptions, s as ImportConfig, t as AttachmentInfo, u as ImportResult, v as SourceCapabilities, x as SuggestedAction, y as SourceInput } from "./types-Ca_w8mmY.mjs";
27
+ import { n as HreflangOptions, r as getHreflangAlternates, t as HreflangAlternate } from "./hreflang-DRslq3QI.mjs";
28
28
  import { SeoMeta, SeoMetaOptions, getContentSeo, getSeoMeta } from "./seo/index.mjs";
29
- import { _ as SeedTaxonomyTerm, a as applySeed, b as ValidationResult, c as SeedCollection, d as SeedFile, f as SeedMenu, g as SeedTaxonomy, l as SeedContentEntry, o as SeedApplyOptions, p as SeedMenuItem, s as SeedApplyResult, t as validateSeed, u as SeedField, v as SeedWidget, y as SeedWidgetArea } from "./validate-CM79QXYE.mjs";
29
+ import { _ as SeedTaxonomyTerm, a as applySeed, b as ValidationResult, c as SeedCollection, d as SeedFile, f as SeedMenu, g as SeedTaxonomy, l as SeedContentEntry, o as SeedApplyOptions, p as SeedMenuItem, s as SeedApplyResult, t as validateSeed, u as SeedField, v as SeedWidget, y as SeedWidgetArea } from "./validate-CH0X5b2c.mjs";
30
30
  import "./seed/index.mjs";
31
31
  import { ulid } from "ulidx";
32
- export { type ActorInfo, type ApiContext, type ApplySeedBlockTypeInput, type AttachmentInfo, type AuthDescriptor, type AuthProviderAdminExports, type AuthProviderDescriptor, type AuthProviderModule, type AuthResult, type AuthRouteDescriptor, type BlockFieldDefinition, type BlockFieldOptions, type BlockFieldType, type BlockType, type BlockTypeCompatibility, type BlockTypeDifference, BlockTypeRegistry, type BlockTypeSource, type BlockTypeVersion, type BlockWriteOptions, type BreadcrumbItem, type BylineSummary, CAPABILITY_RENAMES, type CMSAnnotation, type CacheHint, CacheNamespace, type CachedQueryOptions, type Collection, type CollectionCommentSettings, type CollectionDeletionGuardInput, type CollectionDeletionGuardResult, type CollectionFilter, type CollectionResult, type CollectionSchemaInfo, type CollectionSchemaStatus, type CollectionSearchOptions, type CollectionSource, type CollectionSupport, type CollectionWithFields, type ColumnType, type CommentAccess, type CommentAfterCreateEvent, type CommentAfterCreateHandler, type CommentAfterModerateEvent, type CommentAfterModerateHandler, type CommentBeforeCreateEvent, type CommentBeforeCreateHandler, type CommentCountOptions, type CommentListOptions, type CommentModerateEvent, type CommentModerateHandler, CommentRepository, type CompoundSelectLimitedAdapter, type ConditionalDeleteResult, type ConditionalWriteResult, type ContentAccess, type ContentActionCallbacks, type ContentActionOrigin, type ContentBylineCredit, type ContentCreateOptions, type ContentDeleteEvent, type ContentEntry, type ContentFieldFilterScalar, type ContentFieldFilterValue, type ContentFieldFilters, type ContentFieldInFilter, type ContentFieldRangeFilter, type ContentHookEvent, type ContentItem, type ContentListOptions, type ContentListResponse, type ContentPolicyDecision, type ContentPolicyEvent, type ContentPublishStateChangeEvent, ContentRepository, type ContentResponse, type ContentRestoreStateChangeEvent, type ContentRevisionInfo, ContentSaveRejectedError, type ContentSchedulePolicyEvent, type ContentScheduleStateChangeEvent, type ContentSeo, type ContentSeoInput, type ContentStateChangeEvent, type ContentTranslationSummary, type CreateBlockTypeInput, type CreateCollectionInput, type CreateContentInput, type CreateFieldInput, type CreateMediaInput, type CreateMenuInput, type CreateMenuItemInput, type CreateObjectCacheBackendFn, type CreateSectionInput, type CreateStorageFn, type CreateTermInput, type CreateWidgetAreaInput, type CreateWidgetInput, CronAccessImpl, type CronScheduler, type CronTaskInfo, type CurrentPluginCapability, DEFAULT_PLUGIN_MEDIA_READ_BYTES, type Database, type DatabaseConfig, type DatabaseDescriptor, type DatabaseDialectType, type DeprecatedPluginCapability, type DownloadResult, type EditFieldMeta, type EditProxy, type EmDashCollections, EmDashConfigurationError, type EmDashConfigurationErrorCode, EmDashDatabaseError, type EmDashRequestContext, EmDashStorageError, EmDashValidationError, type EncryptedPluginSetting, type EntryData, type EntryFilter, type EntryResult, type ExactMigrationStatus, type ExecuteCollectionDeletionGuard, type ExternalAuthConfig, FIELD_TYPE_TO_COLUMN, FTSManager, type FetchOptions, type Field, type FieldAnnotation, type FieldCompatibility, type FieldDefinition, type FieldDescriptor, type FieldSchemaInfo, type FieldType, type FieldUIHints, type FieldValidation, type FieldWidgetConfig, type FieldWidgetOptions, type FileInfo, type FileInput, type FileValue, type FindManyOptions, type FindManyResult, type GeneratePreviewTokenOptions, type GetCommentsOptions, type GetCommentsResult, type GetPreviewUrlOptions, type GetSectionsOptions, type HookConfig, type HookName, HookPipeline, type HookResult, type HreflangAlternate, type HreflangOptions, type HttpAccess, type I18nConfig, type ImageValue, type ImportAnalysis, type ImportConfig, type ImportContext, type ImportFieldDef, type ImportResult, type ImportSource, type InferCollectionData, InvalidCursorError, type KVAccess, type LibsqlConfig, type ListOptions, type ListResponse, type ListResult, type CollectionFilter$1 as LoaderCollectionFilter, type LocalStorageConfig, type LogAccess, MAX_PLUGIN_MEDIA_READ_BYTES, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, type ManifestCollectionDescriptor, type ManifestCollectionMap, type ManifestFieldDescriptor, type ManifestResponse, type MediaAccess, type MediaBytes, type MediaItem, type MediaListResponse, type MediaMetadataPatch, type MediaReference, MediaRepository, type MediaResponse, type MediaTable, type MediaUploadEvent, type MediaValue, type Menu, type MenuItem, type MenuItemType, type MigrationStatus, type ModerationDecision, NodeCronScheduler, NoopSandboxRunner, type NormalizedItem, type NumericDelta, type OAuthInput, type ObjectCacheBackend, type ObjectCacheDescriptor, type ObjectCacheRuntimeConfig, OptionsRepository, PLUGIN_HTTP_MAX_REQUEST_BYTES, PLUGIN_HTTP_MAX_RESPONSE_BYTES, type PageFragmentContribution, type PageFragmentEvent, type PageFragmentHandler, type PageMetadataContribution, type PageMetadataEvent, type PageMetadataHandler, type PagePlacement, type PaginatedResult, type PlaceholderData, type PluginAdminConfig, type PluginAdminExports, type PluginAdminPage, type PluginCapability, type PluginComment, type PluginCommentStatus, type ContentItem$1 as PluginContentItem, type PluginContext, type PluginDefinition, type PluginDescriptor, type PluginEditorAction, type PluginEditorPanel, type PluginHooks, type PluginHttpRedirectAction, type PluginHttpResponseWire, PluginManager, type PluginManifest, type PluginRoute, type PluginRouteDefinition, PluginRouteError, type PluginSecretRedactor, PluginSettingEncryptionError, type PluginStorageConfig, PluginStorageRepository, type PortableTextBlock, type PortableTextBlockConfig, type PortableTextBlockField, type PortableTextCodeBlock, type PortableTextHtmlBlock, type PortableTextImageBlock, type PortableTextLinkMark, type PortableTextMarkDef, type PortableTextSpan, type PortableTextTableAlignment, type PortableTextTableBlock, type PortableTextTableCell, type PortableTextTableRow, type PortableTextTextBlock, type PortableTextToProsemirrorOptions, type PortableTextUnknownBlock, type PostTypeAnalysis, type PostTypeMapping, type PostgresConfig, type PreviewTokenPayload, type ProbeResult, type PropDef, type ProseMirrorDocument, type ProseMirrorMark, type ProseMirrorNode, type PublicPageContext, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, type RedirectAccess, RedirectAccessError, type RedirectAccessWithWrite, type RedirectCreateInput, type RedirectInfo, type RedirectListOptions, type RedirectStatus, type RedirectUpdateInput, type ReorderMenuItemsInput, type ReorderWidgetsInput, type ResolvePathResult, type ResolvedBlockTypes, type ResolvedHook, type ResolvedPlugin, type ResolvedPluginHooks, type RevisionListResponse, RevisionRepository, type RevisionResponse, type RouteContext, type S3StorageConfig, SANDBOX_HOOK_RESULT_VERSION, SCHEDULED_POLICY_REJECTION_PREFIX, SEARCH_TOKENIZERS, type SandboxCommentModerateCallback, type SandboxContentCreateCallback, type SandboxEmailMessage, type SandboxEmailSendCallback, type SandboxHookErrorEnvelope, type SandboxHookResultInspection, type SandboxHttpFetchCallback, type SandboxInvocationOptions, SandboxNotAvailableError, type SandboxOptions, type SandboxRouteErrorCode, type SandboxRouteErrorDetails, type SandboxRouteErrorEnvelope, type SandboxRunner, type SandboxRunnerFactory, type SandboxSaveRejectedError, SandboxUnavailableError, type SandboxedPluginInstance, type ScheduledPolicyRejection, type SchemaAccess, SchemaError, SchemaRegistry, type SearchConfig, type SearchOptions, type SearchResponse, type SearchResult, type SearchStats, type SearchTokenizer, type Section, type SectionSource, type SeedApplyOptions, type SeedApplyResult, type SeedBlockTypeVersionInput, type SeedCollection, type SeedContentEntry, type SeedField, type SeedFile, type SeedMenu, type SeedMenuItem, type SeedTaxonomy, type SeedTaxonomyTerm, type SeedWidget, type SeedWidgetArea, type SeoMeta, type SeoMetaOptions, type SeoSettings, type SeoSettingsUpdate, type SerializedRequest, type SettingField, type SettingsAccess, type SignedUploadOptions, type SignedUploadUrl, type SiteInfo, type SiteSettingKey, type SiteSettings, type SiteSettingsUpdate, type SourceAuth, type SourceCapabilities, type SourceInput, type SourceProbeResult, type SqliteConfig, type Storage, type StorageCollection, type StorageDescriptor, StorageSerializationError, type StoredBlockValue, type StoredComment, type SuggestOptions, type SuggestedAction, type Suggestion, type SystemCleanupFn, type TaxonomyAccess, type TaxonomyAccessWithWrite, type TaxonomyDef, type TaxonomyDefInfo, type TaxonomyReadOptions, type TaxonomyTerm, type TaxonomyTermCreateInput, type TaxonomyTermInfo, type TaxonomyTermRow, type TranslationSummary, type TranslationsResult, type UnsupportedFieldType, type UpdateBlockTypeInput, type UpdateCollectionInput, type UpdateContentInput, type UpdateFieldInput, type UpdateIfArgs, type UpdateIfResult, type UpdateMenuInput, type UpdateMenuItemInput, type UpdateSectionInput, type UpdateTermInput, type UpdateWidgetInput, type UploadResult, type UrlInput, UserRepository, type UserTable, type ValidatedPluginManifest, type ValidationResult, type VerifyPreviewTokenOptions, type VerifyPreviewTokenResult, type VersionedContentItem, type VersionedRedirect, type VersionedScheduledPolicyRejection, type VersionedValue, type WaitUntilFn, type WhereRange, type WhereValue, type Widget, type WidgetArea, type WidgetComponentDef, type WidgetType, type WxrAttachment, type WxrAuthor, type WxrCategory, type WxrData, type WxrPost, type WxrSite, type WxrTag, type WxrTerm, adaptSandboxEntry, after, applySeed, bufferPluginHttpRequest, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createCommentAccess, createContentAccess, createContentAccessWithWrite, createEditable, createHookPipeline, createHttpAccess, createMediaAccess, createNoop, createNoopSandboxRunner, createPluginManager, createPluginSecretRedactor, createRedirectAccess, createSandboxRouteError, createSandboxRouteErrorEnvelope, createSchemaAccess, createSettingsAccess, createUnrestrictedHttpAccess, decodePluginSettingValue, decodeSlug, definePlugin, definePluginRoute, encryptPluginSetting, expandCollectionBlockFields, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaRegisterUpload, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, handleScheduledPolicyRejection, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isEncryptedPluginSetting, isI18nEnabled, isPreviewRequest, isSafeHref, isScheduledPolicyRejection, normalizeBlocksData, normalizeCapabilities, normalizeCapability, normalizeMediaValue, normalizePluginCapabilities, parseContentId, parsePluginMediaMetadataPatch, parseWxr, parseWxrDate, parseWxrString, pluginHttpRedirectAction, pluginHttpResponseFromWire, pluginHttpResponseToWire, pluginManifestSchema, pluginResponse, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, readPluginHttpBytes, readPluginMediaBytes, reference, registerSource, resolveBlockTypes, resolveContentCreateLocale, resolveEmDashPath, resolvePluginEncryptionKeys, rewritePluginHttpRedirect, runWithContext, sanitizeHref, scheduledPolicyRejectionKey, search, searchCollection, searchWithDb, setSiteSettings, slugify, toPluginMediaItem, ulid, updatePluginMediaMetadata, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
32
+ export { type ActorInfo, type ApiContext, type ApplySeedBlockTypeInput, type AttachmentInfo, type AuthDescriptor, type AuthProviderAdminExports, type AuthProviderDescriptor, type AuthProviderModule, type AuthResult, type AuthRouteDescriptor, type BlockFieldDefinition, type BlockFieldOptions, type BlockFieldType, type BlockType, type BlockTypeCompatibility, type BlockTypeDifference, BlockTypeRegistry, type BlockTypeSource, type BlockTypeVersion, type BlockWriteOptions, type BreadcrumbItem, type BylineSummary, CAPABILITY_RENAMES, type CMSAnnotation, type CacheHint, CacheNamespace, type CachedQueryOptions, type Collection, type CollectionCommentSettings, type CollectionDeletionGuardInput, type CollectionDeletionGuardResult, type CollectionFilter, type CollectionResult, type CollectionSchemaInfo, type CollectionSchemaStatus, type CollectionSearchOptions, type CollectionSource, type CollectionSupport, type CollectionWithFields, type ColumnType, type CommentAccess, type CommentAfterCreateEvent, type CommentAfterCreateHandler, type CommentAfterModerateEvent, type CommentAfterModerateHandler, type CommentBeforeCreateEvent, type CommentBeforeCreateHandler, type CommentCountOptions, type CommentListOptions, type CommentModerateEvent, type CommentModerateHandler, CommentRepository, type CompoundSelectLimitedAdapter, type ConditionalDeleteResult, type ConditionalWriteResult, type ContentAccess, type ContentActionCallbacks, type ContentActionOrigin, type ContentBylineCredit, type ContentCreateOptions, type ContentDeleteEvent, type ContentEntry, type ContentFieldFilterScalar, type ContentFieldFilterValue, type ContentFieldFilters, type ContentFieldInFilter, type ContentFieldRangeFilter, type ContentHookEvent, type ContentItem, type ContentListOptions, type ContentListResponse, type ContentPolicyDecision, type ContentPolicyEvent, type ContentPublishStateChangeEvent, ContentRepository, type ContentResponse, type ContentRestoreStateChangeEvent, type ContentRevisionInfo, ContentSaveRejectedError, type ContentSchedulePolicyEvent, type ContentScheduleStateChangeEvent, type ContentSeo, type ContentSeoInput, type ContentStateChangeEvent, type ContentTranslationSummary, type CreateBlockTypeInput, type CreateCollectionInput, type CreateContentInput, type CreateFieldInput, type CreateMediaInput, type CreateMenuInput, type CreateMenuItemInput, type CreateObjectCacheBackendFn, type CreateSectionInput, type CreateStorageFn, type CreateTermInput, type CreateWidgetAreaInput, type CreateWidgetInput, CronAccessImpl, type CronScheduler, type CronTaskInfo, type CurrentPluginCapability, DEFAULT_PLUGIN_MEDIA_READ_BYTES, type Database, type DatabaseConfig, type DatabaseDescriptor, type DatabaseDialectType, type DeprecatedPluginCapability, type DownloadResult, type EditFieldMeta, type EditProxy, type EmDashCollectionReferences, type EmDashCollections, EmDashConfigurationError, type EmDashConfigurationErrorCode, EmDashDatabaseError, type EmDashRequestContext, EmDashStorageError, EmDashValidationError, type EncryptedPluginSetting, type EntryData, type EntryFilter, type EntryResult, type ExactMigrationStatus, type ExecuteCollectionDeletionGuard, type ExternalAuthConfig, FIELD_TYPE_TO_COLUMN, FTSManager, type FetchOptions, type Field, type FieldAnnotation, type FieldCompatibility, type FieldDefinition, type FieldDescriptor, type FieldSchemaInfo, type FieldType, type FieldUIHints, type FieldValidation, type FieldWidgetConfig, type FieldWidgetOptions, type FileInfo, type FileInput, type FileValue, type FindManyOptions, type FindManyResult, type GeneratePreviewTokenOptions, type GetCommentsOptions, type GetCommentsResult, type GetPreviewUrlOptions, type GetSectionsOptions, type HookConfig, type HookName, HookPipeline, type HookResult, type HreflangAlternate, type HreflangOptions, type HttpAccess, type I18nConfig, type ImageValue, type ImportAnalysis, type ImportConfig, type ImportContext, type ImportFieldDef, type ImportResult, type ImportSource, type InferCollectionData, type InferCollectionReferences, InvalidCursorError, type KVAccess, type LibsqlConfig, type ListOptions, type ListResponse, type ListResult, type CollectionFilter$1 as LoaderCollectionFilter, type LocalStorageConfig, type LogAccess, MAX_PLUGIN_MEDIA_READ_BYTES, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, type ManifestCollectionDescriptor, type ManifestCollectionMap, type ManifestFieldDescriptor, type ManifestResponse, type MediaAccess, type MediaBytes, type MediaItem, type MediaListResponse, type MediaMetadataPatch, type MediaReference, MediaRepository, type MediaResponse, type MediaTable, type MediaUploadEvent, type MediaValue, type Menu, type MenuItem, type MenuItemType, type MigrationStatus, type ModerationDecision, NodeCronScheduler, NoopSandboxRunner, type NormalizedItem, type NumericDelta, type OAuthInput, type ObjectCacheBackend, type ObjectCacheDescriptor, type ObjectCacheRuntimeConfig, OptionsRepository, PLUGIN_HTTP_MAX_REQUEST_BYTES, PLUGIN_HTTP_MAX_RESPONSE_BYTES, type PageFragmentContribution, type PageFragmentEvent, type PageFragmentHandler, type PageMetadataContribution, type PageMetadataEvent, type PageMetadataHandler, type PagePlacement, type PaginatedResult, type PlaceholderData, type PluginAdminConfig, type PluginAdminExports, type PluginAdminPage, type PluginCapability, type PluginComment, type PluginCommentStatus, type ContentItem$1 as PluginContentItem, type PluginContext, type PluginDefinition, type PluginDescriptor, type PluginEditorAction, type PluginEditorPanel, type PluginHooks, type PluginHttpRedirectAction, type PluginHttpResponseWire, PluginManager, type PluginManifest, type PluginRoute, type PluginRouteDefinition, PluginRouteError, type PluginSecretRedactor, PluginSettingEncryptionError, type PluginStorageConfig, PluginStorageRepository, type PortableTextBlock, type PortableTextBlockConfig, type PortableTextBlockField, type PortableTextCodeBlock, type PortableTextHtmlBlock, type PortableTextImageBlock, type PortableTextLinkMark, type PortableTextMarkDef, type PortableTextSpan, type PortableTextTableAlignment, type PortableTextTableBlock, type PortableTextTableCell, type PortableTextTableRow, type PortableTextTextBlock, type PortableTextToProsemirrorOptions, type PortableTextUnknownBlock, type PostTypeAnalysis, type PostTypeMapping, type PostgresConfig, type PreviewTokenPayload, type ProbeResult, type PropDef, type ProseMirrorDocument, type ProseMirrorMark, type ProseMirrorNode, type PublicPageContext, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, type RedirectAccess, RedirectAccessError, type RedirectAccessWithWrite, type RedirectCreateInput, type RedirectInfo, type RedirectListOptions, type RedirectStatus, type RedirectUpdateInput, type ReferencePage, type ReferencePages, type ReferenceQuery, type ReferenceResult, type ReferenceSelection, type ReorderMenuItemsInput, type ReorderWidgetsInput, type ResolvePathResult, type ResolvedBlockTypes, type ResolvedHook, type ResolvedPlugin, type ResolvedPluginHooks, type RevisionListResponse, RevisionRepository, type RevisionResponse, type RouteContext, type S3StorageConfig, SANDBOX_HOOK_RESULT_VERSION, SCHEDULED_POLICY_REJECTION_PREFIX, SEARCH_TOKENIZERS, type SandboxCommentModerateCallback, type SandboxContentCreateCallback, type SandboxEmailMessage, type SandboxEmailSendCallback, type SandboxHookErrorEnvelope, type SandboxHookResultInspection, type SandboxHttpFetchCallback, type SandboxInvocationOptions, SandboxNotAvailableError, type SandboxOptions, type SandboxRouteErrorCode, type SandboxRouteErrorDetails, type SandboxRouteErrorEnvelope, type SandboxRunner, type SandboxRunnerFactory, type SandboxSaveRejectedError, SandboxUnavailableError, type SandboxedPluginInstance, type ScheduledPolicyRejection, type SchemaAccess, SchemaError, SchemaRegistry, type SearchConfig, type SearchOptions, type SearchResponse, type SearchResult, type SearchStats, type SearchTokenizer, type Section, type SectionSource, type SeedApplyOptions, type SeedApplyResult, type SeedBlockTypeVersionInput, type SeedCollection, type SeedContentEntry, type SeedField, type SeedFile, type SeedMenu, type SeedMenuItem, type SeedTaxonomy, type SeedTaxonomyTerm, type SeedWidget, type SeedWidgetArea, type SelectableReferences, type SelectedReferences, type SeoMeta, type SeoMetaOptions, type SeoSettings, type SeoSettingsUpdate, type SerializedRequest, type SettingField, type SettingsAccess, type SignedUploadOptions, type SignedUploadUrl, type SiteInfo, type SiteSettingKey, type SiteSettings, type SiteSettingsUpdate, type SourceAuth, type SourceCapabilities, type SourceInput, type SourceProbeResult, type SqliteConfig, type Storage, type StorageCollection, type StorageDescriptor, StorageSerializationError, type StoredBlockValue, type StoredComment, type SuggestOptions, type SuggestedAction, type Suggestion, type SystemCleanupFn, type TaxonomyAccess, type TaxonomyAccessWithWrite, type TaxonomyDef, type TaxonomyDefInfo, type TaxonomyReadOptions, type TaxonomyTerm, type TaxonomyTermCreateInput, type TaxonomyTermInfo, type TaxonomyTermRow, type TranslationSummary, type TranslationsResult, type UnsupportedFieldType, type UpdateBlockTypeInput, type UpdateCollectionInput, type UpdateContentInput, type UpdateFieldInput, type UpdateIfArgs, type UpdateIfResult, type UpdateMenuInput, type UpdateMenuItemInput, type UpdateSectionInput, type UpdateTermInput, type UpdateWidgetInput, type UploadResult, type UrlInput, UserRepository, type UserTable, type ValidatedPluginManifest, type ValidationResult, type VerifyPreviewTokenOptions, type VerifyPreviewTokenResult, type VersionedContentItem, type VersionedRedirect, type VersionedScheduledPolicyRejection, type VersionedValue, type WaitUntilFn, type WhereRange, type WhereValue, type Widget, type WidgetArea, type WidgetComponentDef, type WidgetType, type WxrAttachment, type WxrAuthor, type WxrCategory, type WxrData, type WxrPost, type WxrSite, type WxrTag, type WxrTerm, adaptSandboxEntry, after, applySeed, bufferPluginHttpRequest, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createCommentAccess, createContentAccess, createContentAccessWithWrite, createEditable, createHookPipeline, createHttpAccess, createMediaAccess, createNoop, createNoopSandboxRunner, createPluginManager, createPluginSecretRedactor, createRedirectAccess, createSandboxRouteError, createSandboxRouteErrorEnvelope, createSchemaAccess, createSettingsAccess, createUnrestrictedHttpAccess, decodePluginSettingValue, decodeSlug, definePlugin, definePluginRoute, encryptPluginSetting, expandCollectionBlockFields, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEmDashReferences, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaRegisterUpload, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, handleScheduledPolicyRejection, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isEncryptedPluginSetting, isI18nEnabled, isPreviewRequest, isSafeHref, isScheduledPolicyRejection, normalizeBlocksData, normalizeCapabilities, normalizeCapability, normalizeMediaValue, normalizePluginCapabilities, parseContentId, parsePluginMediaMetadataPatch, parseWxr, parseWxrDate, parseWxrString, pluginHttpRedirectAction, pluginHttpResponseFromWire, pluginHttpResponseToWire, pluginManifestSchema, pluginResponse, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, readPluginHttpBytes, readPluginMediaBytes, reference, registerSource, resolveBlockTypes, resolveContentCreateLocale, resolveEmDashPath, resolvePluginEncryptionKeys, rewritePluginHttpRedirect, runWithContext, sanitizeHref, scheduledPolicyRejectionKey, search, searchCollection, searchWithDb, setSiteSettings, slugify, toPluginMediaItem, ulid, updatePluginMediaMetadata, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
package/dist/index.mjs CHANGED
@@ -1,120 +1,122 @@
1
- import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES } from "./runner-1y4J9fJB.mjs";
1
+ import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES } from "./runner-B3eyB9Gb.mjs";
2
2
  import { t as EmDashDatabaseError } from "./errors-9P_FDrJ_.mjs";
3
3
  import "./dialect-helpers-7_IqPdh9.mjs";
4
4
  import { i as isI18nEnabled, n as getFallbackChain, r as getI18nConfig, s as resolveContentCreateLocale } from "./config-CvmjJcVw.mjs";
5
5
  import "./datetime-normalization-PeiEdcRY.mjs";
6
- import { A as image, C as definePluginRoute, D as portableText, E as portableTextIdentityExtensions, O as reference, S as definePlugin, T as prosemirrorToPortableText, _ as isContentSaveRejection, a as getComments, c as inspectSandboxHookResult, d as createNoopSandboxRunner, f as NodeCronScheduler, g as ContentSaveRejectedError, i as getCommentCount, j as EmDashConfigurationError, k as file, l as NoopSandboxRunner, m as createPluginManager, n as getMenuWithCacheHint, o as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, p as PluginManager, r as getMenus, s as SANDBOX_HOOK_RESULT_VERSION, t as getMenu, u as SandboxNotAvailableError, v as HookPipeline, w as portableTextToProsemirror, y as createHookPipeline } from "./menus-Cm68rsAq.mjs";
6
+ import { A as image, C as definePluginRoute, D as portableText, E as portableTextIdentityExtensions, O as reference, S as definePlugin, T as prosemirrorToPortableText, _ as isContentSaveRejection, a as getComments, c as inspectSandboxHookResult, d as createNoopSandboxRunner, f as NodeCronScheduler, g as ContentSaveRejectedError, i as getCommentCount, j as EmDashConfigurationError, k as file, l as NoopSandboxRunner, m as createPluginManager, n as getMenuWithCacheHint, o as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, p as PluginManager, r as getMenus, s as SANDBOX_HOOK_RESULT_VERSION, t as getMenu, u as SandboxNotAvailableError, v as HookPipeline, w as portableTextToProsemirror, y as createHookPipeline } from "./menus-BQfusWEC.mjs";
7
7
  import { t as after } from "./after-PcEvMY_6.mjs";
8
8
  import { getRequestContext, runWithContext } from "./request-context.mjs";
9
9
  import { t as OptionsRepository } from "./options-DhrI7eMv.mjs";
10
10
  import "./base64-DvnNgP7e.mjs";
11
11
  import { i as resolvePluginEncryptionKeys } from "./secrets-CIi0nFiR.mjs";
12
- import { i as RevisionRepository, t as ContentRepository } from "./content-DFaIEDj9.mjs";
12
+ import { t as ContentRepository } from "./content-CbnufDsM.mjs";
13
13
  import { a as contentNamespace, c as invalidateBylineObjectCache, d as invalidateMenuObjectCache, f as invalidateObjectCache, l as invalidateCollectionCache, m as invalidateTaxonomyObjectCache, n as cachedQuery, o as contentNamespaces, p as invalidateSchemaObjectCache, t as CacheNamespace, u as invalidateCommentObjectCache } from "./object-cache-CqWNY5uP.mjs";
14
- import { l as RESERVED_COLLECTION_SLUGS, r as FIELD_TYPE_TO_COLUMN, u as RESERVED_FIELD_SLUGS } from "./types-BcrBrE6-.mjs";
14
+ import { l as RESERVED_COLLECTION_SLUGS, r as FIELD_TYPE_TO_COLUMN, u as RESERVED_FIELD_SLUGS } from "./types-CJKsWVFR.mjs";
15
15
  import { n as slugify, t as decodeSlug } from "./slugify-T5GHH42D.mjs";
16
- import { i as InvalidCursorError, r as EmDashValidationError } from "./types-BkUg2yHx.mjs";
17
- import { t as MediaRepository } from "./media-CPXTbb1R.mjs";
18
- import { t as UserRepository } from "./user-DDSL-sGw.mjs";
19
- import "./taxonomy-C3Fu1YeH.mjs";
20
- import { t as CommentRepository } from "./comment-CrBl22OF.mjs";
21
- import "./audit-RfCugiSB.mjs";
22
- import { S as StorageSerializationError, _ as readPluginMediaBytes, a as createHttpAccess, b as createContentAccess, c as createSchemaAccess, f as createUnrestrictedHttpAccess, g as parsePluginMediaMetadataPatch, h as MAX_PLUGIN_MEDIA_READ_BYTES, i as createContentAccessWithWrite, m as DEFAULT_PLUGIN_MEDIA_READ_BYTES, n as RedirectAccessError, o as createMediaAccess, p as PluginRouteError, r as createCommentAccess, s as createRedirectAccess, v as toPluginMediaItem, x as PluginStorageRepository, y as updatePluginMediaMetadata } from "./context-BV_7t-Ua.mjs";
23
- import "./menus-ITeAbcIF.mjs";
24
- import "./resolve-2WbQsCvT.mjs";
25
- import "./redirect-B29UjdUn.mjs";
26
- import "./request-cache-DzLYKm_x.mjs";
27
- import "./byline-registry-gnKscbQX.mjs";
28
- import "./field-defs-cache-HIgBbqZZ.mjs";
29
- import "./byline-DYmkXqvo.mjs";
30
- import "./relation-M4NUCb0b.mjs";
31
- import { n as normalizeMediaValue } from "./normalize-CO2P8-iE.mjs";
32
- import "./dist-BNwANFJR.mjs";
33
- import { n as generatePlaceholder } from "./enrich-Dl3kZ-lP.mjs";
34
- import "./entry-locks-D0foLdjQ.mjs";
35
- import "./seo-D5w3-Azy.mjs";
36
- import { i as scheduledPolicyRejectionKey, r as isScheduledPolicyRejection, t as SCHEDULED_POLICY_REJECTION_PREFIX } from "./content-policy-DFNw91-d.mjs";
37
- import "./cache-m7UEkRFV.mjs";
38
- import { t as SEARCH_TOKENIZERS } from "./types-DhV6Q5bP.mjs";
39
- import { t as FTSManager } from "./fts-manager-S-K0laoS.mjs";
40
- import "./loader-BzqeR1ZN.mjs";
41
- import "./collection-slugs-cache-CjGk__zp.mjs";
42
- import { a as getTaxonomyDefs, c as getTerm, d as invalidateTermCache, i as getTaxonomyDef, l as getTermsForEntries, n as getEntriesByTerm, o as getTaxonomyTerms, r as getEntryTerms, s as getTaxonomyTermsWithCacheHint, t as getAllTermsForEntries } from "./taxonomies-C1IwNe8Q.mjs";
43
- import { A as handleContentDiscardDraft, B as handleContentTranslations, C as generateManifest, D as handleContentCountTrashed, E as handleContentCountScheduled, F as handleContentListTrashed, H as handleContentUnschedule, I as handleContentPermanentDelete, L as handleContentPublish, M as handleContentGet, N as handleContentGetIncludingTrashed, O as handleContentCreate, P as handleContentList, R as handleContentRestore, T as handleContentCompare, U as handleContentUpdate, V as handleContentUnpublish, W as handleScheduledPolicyRejection, b as handleRevisionList, j as handleContentDuplicate, k as handleContentDelete, w as handleContentAuthors, x as handleRevisionRestore, y as handleRevisionGet, z as handleContentSchedule } from "./api-CuyNEHZG.mjs";
44
- import "./capture-triggers-kJyl_yyM.mjs";
45
- import "./activation-LOkDM5WT.mjs";
46
- import { a as SchemaRegistry, i as SchemaError, t as BlockTypeRegistry } from "./block-type-registry-DUI_3KxT.mjs";
47
- import "./collection-deletion-BIm28mo3.mjs";
48
- import "./errors-DgE1zJGG.mjs";
49
- import "./canonical-YhEQezjg.mjs";
50
- import "./digest-BarSh-pN.mjs";
51
- import { n as computeContentHash, r as hashString } from "./hash-SDAW6zC-.mjs";
52
- import "./zod-generator-D6uE4WiS.mjs";
53
- import "./dashboard-BP-iJqpd.mjs";
54
- import { i as resolveBlockTypes, n as expandCollectionBlockFields, r as normalizeBlocksData } from "./block-values-C_VIPr5t.mjs";
55
- import { a as handleMediaRegisterUpload, i as handleMediaList, n as handleMediaDelete, o as handleMediaReplaceMetadata, r as handleMediaGet, s as handleMediaUpdate, t as handleMediaCreate } from "./media-JXRWDhw3.mjs";
56
- import "./media-folders-BE0oo2eX.mjs";
57
- import "./media-usage-work-C2OZLCAd.mjs";
58
- import "./content-repair-Q8IUrpLL.mjs";
59
- import "./collection-deletion-processor-Br6rxs3u.mjs";
60
- import { i as handleMediaUsageRepair, n as handleMediaUsageProgress } from "./media-usage-De-zeR9E.mjs";
61
- import "./settings-DYidIB26.mjs";
62
- import "./site-settings-DOgRUoFX.mjs";
63
- import "./errors-BF0_LFhW.mjs";
64
- import { t as handleMediaUsageActivationAdvance } from "./media-usage-activation-HKp7zk7W.mjs";
65
- import "./media-usage-work-DwUNbgvS.mjs";
66
- import { t as getCollectionInfo } from "./query-C4IH0uhR.mjs";
67
- import "./schema-BABiRdsH.mjs";
68
- import "./schema-Du3MzCG0.mjs";
69
- import "./block-types-BmZmLmAD.mjs";
70
- import "./seo-CZT2oLtT.mjs";
16
+ import { i as InvalidCursorError, r as EmDashValidationError } from "./types-aOOxRSx6.mjs";
17
+ import { t as RevisionRepository } from "./revision-j1p4-bOj.mjs";
18
+ import { t as MediaRepository } from "./media-BUQePMxP.mjs";
19
+ import { t as UserRepository } from "./user-ElwQjTQT.mjs";
20
+ import "./taxonomy-CKDwM61Y.mjs";
21
+ import { t as CommentRepository } from "./comment-D2uvL63j.mjs";
22
+ import "./audit-CrgmE9LE.mjs";
23
+ import { S as StorageSerializationError, _ as readPluginMediaBytes, a as createHttpAccess, b as createContentAccess, c as createSchemaAccess, f as createUnrestrictedHttpAccess, g as parsePluginMediaMetadataPatch, h as MAX_PLUGIN_MEDIA_READ_BYTES, i as createContentAccessWithWrite, m as DEFAULT_PLUGIN_MEDIA_READ_BYTES, n as RedirectAccessError, o as createMediaAccess, p as PluginRouteError, r as createCommentAccess, s as createRedirectAccess, v as toPluginMediaItem, x as PluginStorageRepository, y as updatePluginMediaMetadata } from "./context-CGQLA1-a.mjs";
24
+ import "./menus-BtwjQt5s.mjs";
25
+ import "./resolve-C0s1E_fH.mjs";
26
+ import "./redirect-D1ArbO85.mjs";
27
+ import "./request-cache-iHRlHx1d.mjs";
28
+ import "./byline-registry-B_EK_TQf.mjs";
29
+ import "./field-defs-cache-CsZctvbu.mjs";
30
+ import "./byline-BayaYGoj.mjs";
31
+ import "./staged-C36IWXff.mjs";
32
+ import { n as normalizeMediaValue } from "./normalize-DduyxBjf.mjs";
33
+ import "./dist-FPR93_xf.mjs";
34
+ import { n as generatePlaceholder } from "./enrich-DBtCncE2.mjs";
35
+ import "./entry-locks-BTyQLdbC.mjs";
36
+ import "./seo-XvH4LNNp.mjs";
37
+ import { i as scheduledPolicyRejectionKey, r as isScheduledPolicyRejection, t as SCHEDULED_POLICY_REJECTION_PREFIX } from "./content-policy-CYu6K1KB.mjs";
38
+ import "./cache-DkvhQ8XE.mjs";
39
+ import { t as SEARCH_TOKENIZERS } from "./types-CkE41ZAG.mjs";
40
+ import { t as FTSManager } from "./fts-manager-CCaZTp8y.mjs";
41
+ import "./loader-CrRPfkHS.mjs";
42
+ import "./collection-slugs-cache-CUuiduLq.mjs";
43
+ import { a as getTaxonomyDefs, c as getTerm, d as invalidateTermCache, i as getTaxonomyDef, l as getTermsForEntries, n as getEntriesByTerm, o as getTaxonomyTerms, r as getEntryTerms, s as getTaxonomyTermsWithCacheHint, t as getAllTermsForEntries } from "./taxonomies-BlAjr4BL.mjs";
44
+ import { A as handleContentDelete, B as handleContentSchedule, C as generateManifest, D as handleContentCountScheduled, E as handleContentCompare, F as handleContentList, G as handleScheduledPolicyRejection, H as handleContentUnpublish, I as handleContentListTrashed, L as handleContentPermanentDelete, M as handleContentDuplicate, N as handleContentGet, O as handleContentCountTrashed, P as handleContentGetIncludingTrashed, R as handleContentPublish, T as handleContentAuthors, U as handleContentUnschedule, V as handleContentTranslations, W as handleContentUpdate, b as handleRevisionList, j as handleContentDiscardDraft, k as handleContentCreate, x as handleRevisionRestore, y as handleRevisionGet, z as handleContentRestore } from "./api-CXwQkV_m.mjs";
45
+ import "./capture-triggers-DJEoOTOq.mjs";
46
+ import "./activation-PtniBLt9.mjs";
47
+ import "./collection-deletion-CLCdXsnV.mjs";
48
+ import { L as BlockTypeRegistry, n as SchemaRegistry, t as SchemaError } from "./registry-CFcNCayZ.mjs";
49
+ import { n as computeContentHash, r as hashString } from "./hash-COVK27Pc.mjs";
50
+ import "./zod-generator-DmTKI-Ig.mjs";
51
+ import "./errors-Bt3goF8I.mjs";
52
+ import "./canonical-CcSuuTlH.mjs";
53
+ import "./digest-DVZ--cE9.mjs";
54
+ import { i as resolveBlockTypes, n as expandCollectionBlockFields, r as normalizeBlocksData } from "./block-values-ACFqgB1D.mjs";
55
+ import { t as getCollectionInfo } from "./query-OzMJ6vJP.mjs";
56
+ import "./schema-BAayK46S.mjs";
57
+ import "./relations-Cfaa1fDl.mjs";
58
+ import "./dashboard-CBq9kmOn.mjs";
59
+ import { a as handleMediaRegisterUpload, i as handleMediaList, n as handleMediaDelete, o as handleMediaReplaceMetadata, r as handleMediaGet, s as handleMediaUpdate, t as handleMediaCreate } from "./media-DH8ibNlY.mjs";
60
+ import "./media-folders-Bf8_s4de.mjs";
61
+ import "./media-usage-work-HU63hNDu.mjs";
62
+ import "./content-repair-DlDUgFGp.mjs";
63
+ import "./collection-deletion-processor-hNw8x01F.mjs";
64
+ import { i as handleMediaUsageRepair, n as handleMediaUsageProgress } from "./media-usage-D7Y64m6v.mjs";
65
+ import "./settings-DSfE7wOa.mjs";
66
+ import "./site-settings-NGzdrt7O.mjs";
67
+ import "./errors-BN1QAnEY.mjs";
68
+ import { t as handleMediaUsageActivationAdvance } from "./media-usage-activation-DrqbmgLA.mjs";
69
+ import "./media-usage-work-DommYhYA.mjs";
70
+ import "./schema-Gqcl-8G4.mjs";
71
+ import "./block-types-BQ90asVI.mjs";
72
+ import "./seo-Dsj8hy3j.mjs";
71
73
  import { createPluginSecretRedactor } from "./plugins/secret-redactor.mjs";
72
- import { a as getSiteSettingsWithCacheHint, c as setSiteSettings, d as decodePluginSettingValue, i as getSiteSettings, l as PluginSettingEncryptionError, m as isEncryptedPluginSetting, n as getPluginSettings, p as encryptPluginSetting, r as getSiteSetting, t as getPluginSetting, u as createSettingsAccess } from "./settings-B4vDl1fK.mjs";
73
- import { o as getSection, s as getSections } from "./sections-Ddptx_o9.mjs";
74
- import "./settings-Dyj6v8C4.mjs";
75
- import "./taxonomies-C_XMoRcX.mjs";
76
- import { o as pluginManifestSchema } from "./manifest-schema-CY3zng_M.mjs";
77
- import { a as getSandboxRouteErrorEnvelope, i as getSandboxRouteErrorDetails, n as createSandboxRouteError, r as createSandboxRouteErrorEnvelope, t as SandboxUnavailableError } from "./types-D7HUsguf.mjs";
78
- import { a as normalizeCapabilities, i as isDeprecatedCapability, o as normalizeCapability, s as normalizePluginCapabilities, t as CAPABILITY_RENAMES } from "./types-BZakh7Ym.mjs";
79
- import { t as EmDashStorageError } from "./types-VT4-BugW.mjs";
80
- import "./artifact-fetch-DZMOGZ3-.mjs";
81
- import "./ssrf-CJUnJymJ.mjs";
82
- import "./authoritative-records-CoJvBXAD.mjs";
83
- import "./config-IhybvkIQ.mjs";
84
- import "./error-CfvOHP0M.mjs";
85
- import "./parse-DY6OD1j_.mjs";
86
- import "./redirects-Cv9apQKj.mjs";
87
- import "./entry-lock-BJYdBfXb.mjs";
88
- import "./media-Pu1L6xir.mjs";
89
- import "./comments-fHZ8ON9O.mjs";
90
- import "./relations-CK9CYUyr.mjs";
91
- import { m as sanitizeHref, p as isSafeHref } from "./menus-BM7BPLOb.mjs";
92
- import "./status-DZKIG4a9.mjs";
93
- import { t as applySeed } from "./apply-npY1TAhG.mjs";
94
- import { c as createEditable, i as getTranslations, l as createNoop, n as getEmDashCollection, r as getEmDashEntry, s as resolveEmDashPath, t as getEditMeta } from "./query-B48peoRT.mjs";
95
- import { C as parseWxrString, S as parseWxr, b as importReusableBlocksAsSections, c as parseWxrDate, d as getAllSources, f as getFileSources, g as registerSource, h as probeUrl, l as wxrSource, m as getUrlSources, p as getSource, s as wordpressRestSource, u as clearSources } from "./import-YzfKCaco.mjs";
74
+ import { a as getSiteSettingsWithCacheHint, c as setSiteSettings, d as decodePluginSettingValue, i as getSiteSettings, l as PluginSettingEncryptionError, m as isEncryptedPluginSetting, n as getPluginSettings, p as encryptPluginSetting, r as getSiteSetting, t as getPluginSetting, u as createSettingsAccess } from "./settings-D5EHi0Tk.mjs";
75
+ import { o as getSection, s as getSections } from "./sections-BR_e-wK5.mjs";
76
+ import "./settings-CNPUntkh.mjs";
77
+ import "./taxonomies-Byyo7LOZ.mjs";
78
+ import { o as pluginManifestSchema } from "./manifest-schema-Ci2gmd0u.mjs";
79
+ import { a as getSandboxRouteErrorEnvelope, i as getSandboxRouteErrorDetails, n as createSandboxRouteError, r as createSandboxRouteErrorEnvelope, t as SandboxUnavailableError } from "./types-4Dn9bZhu.mjs";
80
+ import { a as normalizeCapabilities, i as isDeprecatedCapability, o as normalizeCapability, s as normalizePluginCapabilities, t as CAPABILITY_RENAMES } from "./types-OC5c-edM.mjs";
81
+ import { t as EmDashStorageError } from "./types-ILDI1sdY.mjs";
82
+ import "./artifact-fetch-B9W4CEST.mjs";
83
+ import "./ssrf-Dv0_tRpo.mjs";
84
+ import "./authoritative-records-C2YzIdbu.mjs";
85
+ import "./config-CCz3xOLc.mjs";
86
+ import "./error-BfsNNrIE.mjs";
87
+ import "./parse-CORGGhHf.mjs";
88
+ import "./redirects-BjTwDTsV.mjs";
89
+ import "./entry-lock-BaRBHCsH.mjs";
90
+ import "./media-OEIQ3bVc.mjs";
91
+ import "./comments-M4EDYAHw.mjs";
92
+ import "./byline-fields-B8HH-35f.mjs";
93
+ import { m as sanitizeHref, p as isSafeHref } from "./menus-p_M1V7J_.mjs";
94
+ import "./status-lzyj4Uu7.mjs";
95
+ import { t as applySeed } from "./apply-Do3KNnUk.mjs";
96
+ import { a as getTranslations, c as resolveEmDashPath, i as getEmDashReferences, l as createEditable, n as getEmDashCollection, r as getEmDashEntry, t as getEditMeta, u as createNoop } from "./query-BzifXlPS.mjs";
97
+ import { C as parseWxrString, S as parseWxr, b as importReusableBlocksAsSections, c as parseWxrDate, d as getAllSources, f as getFileSources, g as registerSource, h as probeUrl, l as wxrSource, m as getUrlSources, p as getSource, s as wordpressRestSource, u as clearSources } from "./import-wpSO2N0x.mjs";
96
98
  import { pluginResponse } from "./plugin-types.mjs";
97
99
  import { adaptSandboxEntry } from "./plugins/adapt-sandbox-entry.mjs";
98
- import "./redirects-Ca2MPfEG.mjs";
99
- import "./ssrf-DpBH7aOt.mjs";
100
- import { t as CronAccessImpl } from "./cron-7DCJwPXq.mjs";
100
+ import "./redirects-Ck50kH3n.mjs";
101
+ import "./ssrf-DZOt8Qof.mjs";
102
+ import { t as CronAccessImpl } from "./cron-c4D5C5Fx.mjs";
101
103
  import { PLUGIN_HTTP_MAX_REQUEST_BYTES, PLUGIN_HTTP_MAX_RESPONSE_BYTES, bufferPluginHttpRequest, pluginHttpRedirectAction, pluginHttpResponseFromWire, pluginHttpResponseToWire, readPluginHttpBytes, rewritePluginHttpRedirect } from "./plugins/http-wire.mjs";
102
- import "./email-console-bJn3ctqA.mjs";
103
- import "./fence-CMDXJYc_.mjs";
104
- import "./route-wire--1hLuACz.mjs";
105
- import "./routes-vrR95WR6.mjs";
106
- import "./utils-DdhmO9w9.mjs";
107
- import { n as parseContentId, r as verifyPreviewToken, t as generatePreviewToken } from "./tokens-u78jETkX.mjs";
108
- import { i as getPreviewUrl, n as isPreviewRequest, r as buildPreviewUrl, t as getPreviewToken } from "./preview-CIUcPYr6.mjs";
109
- import { t as getHreflangAlternates } from "./hreflang-CbVI4paR.mjs";
104
+ import "./email-console-DyQIgEnz.mjs";
105
+ import "./fence-Bb_IbCxI.mjs";
106
+ import "./route-wire-C9PJV9aL.mjs";
107
+ import "./routes-lyYw0mMf.mjs";
108
+ import "./utils-BlAXmfOG.mjs";
109
+ import { n as parseContentId, r as verifyPreviewToken, t as generatePreviewToken } from "./tokens-BojXlk49.mjs";
110
+ import { i as getPreviewUrl, n as isPreviewRequest, r as buildPreviewUrl, t as getPreviewToken } from "./preview-DEDWbwA_.mjs";
111
+ import { t as getHreflangAlternates } from "./hreflang-CChPV7jx.mjs";
110
112
  import { getContentSeo, getSeoMeta } from "./seo/index.mjs";
111
- import "./comment-reaction-JEQ2Fpd8.mjs";
112
- import { i as getEntriesByByline, n as getByline, r as getBylineBySlug } from "./bylines-BPwJqoYH.mjs";
113
- import { i as getWidgetComponents, n as getWidgetAreaWithCacheHint, r as getWidgetAreas, t as getWidgetArea } from "./widgets-WdV72brA.mjs";
114
- import { n as validateSeed } from "./validate-CHosPEhs.mjs";
115
- import "./load-XgJiE6_3.mjs";
113
+ import "./comment-reaction-DevUuzg4.mjs";
114
+ import { i as getEntriesByByline, n as getByline, r as getBylineBySlug } from "./bylines-DkIxUxmr.mjs";
115
+ import { i as getWidgetComponents, n as getWidgetAreaWithCacheHint, r as getWidgetAreas, t as getWidgetArea } from "./widgets-ChFIj0be.mjs";
116
+ import { n as validateSeed } from "./validate-CfgRpcjA.mjs";
117
+ import "./load-D99axixL.mjs";
116
118
  import "./seed/index.mjs";
117
- import { a as getSuggestions, c as searchWithDb, i as getSearchStats, n as extractPlainText, o as search, r as extractSearchableFields, s as searchCollection } from "./search-Bt1PL1jf.mjs";
119
+ import { a as getSuggestions, c as searchWithDb, i as getSearchStats, n as extractPlainText, o as search, r as extractSearchableFields, s as searchCollection } from "./search-YJKPIEV6.mjs";
118
120
  import { ulid } from "ulidx";
119
121
 
120
- export { BlockTypeRegistry, CAPABILITY_RENAMES, CacheNamespace, CommentRepository, ContentRepository, ContentSaveRejectedError, CronAccessImpl, DEFAULT_PLUGIN_MEDIA_READ_BYTES, EmDashConfigurationError, EmDashDatabaseError, EmDashStorageError, EmDashValidationError, FIELD_TYPE_TO_COLUMN, FTSManager, HookPipeline, InvalidCursorError, MAX_PLUGIN_MEDIA_READ_BYTES, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, MediaRepository, NodeCronScheduler, NoopSandboxRunner, OptionsRepository, PLUGIN_HTTP_MAX_REQUEST_BYTES, PLUGIN_HTTP_MAX_RESPONSE_BYTES, PluginManager, PluginRouteError, PluginSettingEncryptionError, PluginStorageRepository, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, RedirectAccessError, RevisionRepository, SANDBOX_HOOK_RESULT_VERSION, SCHEDULED_POLICY_REJECTION_PREFIX, SEARCH_TOKENIZERS, SandboxNotAvailableError, SandboxUnavailableError, SchemaError, SchemaRegistry, StorageSerializationError, UserRepository, adaptSandboxEntry, after, applySeed, bufferPluginHttpRequest, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createCommentAccess, createContentAccess, createContentAccessWithWrite, createEditable, createHookPipeline, createHttpAccess, createMediaAccess, createNoop, createNoopSandboxRunner, createPluginManager, createPluginSecretRedactor, createRedirectAccess, createSandboxRouteError, createSandboxRouteErrorEnvelope, createSchemaAccess, createSettingsAccess, createUnrestrictedHttpAccess, decodePluginSettingValue, decodeSlug, definePlugin, definePluginRoute, encryptPluginSetting, expandCollectionBlockFields, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaRegisterUpload, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, handleScheduledPolicyRejection, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isEncryptedPluginSetting, isI18nEnabled, isPreviewRequest, isSafeHref, isScheduledPolicyRejection, normalizeBlocksData, normalizeCapabilities, normalizeCapability, normalizeMediaValue, normalizePluginCapabilities, parseContentId, parsePluginMediaMetadataPatch, parseWxr, parseWxrDate, parseWxrString, pluginHttpRedirectAction, pluginHttpResponseFromWire, pluginHttpResponseToWire, pluginManifestSchema, pluginResponse, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, readPluginHttpBytes, readPluginMediaBytes, reference, registerSource, resolveBlockTypes, resolveContentCreateLocale, resolveEmDashPath, resolvePluginEncryptionKeys, rewritePluginHttpRedirect, runWithContext, sanitizeHref, scheduledPolicyRejectionKey, search, searchCollection, searchWithDb, setSiteSettings, slugify, toPluginMediaItem, ulid, updatePluginMediaMetadata, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
122
+ export { BlockTypeRegistry, CAPABILITY_RENAMES, CacheNamespace, CommentRepository, ContentRepository, ContentSaveRejectedError, CronAccessImpl, DEFAULT_PLUGIN_MEDIA_READ_BYTES, EmDashConfigurationError, EmDashDatabaseError, EmDashStorageError, EmDashValidationError, FIELD_TYPE_TO_COLUMN, FTSManager, HookPipeline, InvalidCursorError, MAX_PLUGIN_MEDIA_READ_BYTES, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, MediaRepository, NodeCronScheduler, NoopSandboxRunner, OptionsRepository, PLUGIN_HTTP_MAX_REQUEST_BYTES, PLUGIN_HTTP_MAX_RESPONSE_BYTES, PluginManager, PluginRouteError, PluginSettingEncryptionError, PluginStorageRepository, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, RedirectAccessError, RevisionRepository, SANDBOX_HOOK_RESULT_VERSION, SCHEDULED_POLICY_REJECTION_PREFIX, SEARCH_TOKENIZERS, SandboxNotAvailableError, SandboxUnavailableError, SchemaError, SchemaRegistry, StorageSerializationError, UserRepository, adaptSandboxEntry, after, applySeed, bufferPluginHttpRequest, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createCommentAccess, createContentAccess, createContentAccessWithWrite, createEditable, createHookPipeline, createHttpAccess, createMediaAccess, createNoop, createNoopSandboxRunner, createPluginManager, createPluginSecretRedactor, createRedirectAccess, createSandboxRouteError, createSandboxRouteErrorEnvelope, createSchemaAccess, createSettingsAccess, createUnrestrictedHttpAccess, decodePluginSettingValue, decodeSlug, definePlugin, definePluginRoute, encryptPluginSetting, expandCollectionBlockFields, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEmDashReferences, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaRegisterUpload, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, handleScheduledPolicyRejection, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isEncryptedPluginSetting, isI18nEnabled, isPreviewRequest, isSafeHref, isScheduledPolicyRejection, normalizeBlocksData, normalizeCapabilities, normalizeCapability, normalizeMediaValue, normalizePluginCapabilities, parseContentId, parsePluginMediaMetadataPatch, parseWxr, parseWxrDate, parseWxrString, pluginHttpRedirectAction, pluginHttpResponseFromWire, pluginHttpResponseToWire, pluginManifestSchema, pluginResponse, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, readPluginHttpBytes, readPluginMediaBytes, reference, registerSource, resolveBlockTypes, resolveContentCreateLocale, resolveEmDashPath, resolvePluginEncryptionKeys, rewritePluginHttpRedirect, runWithContext, sanitizeHref, scheduledPolicyRejectionKey, search, searchCollection, searchWithDb, setSiteSettings, slugify, toPluginMediaItem, ulid, updatePluginMediaMetadata, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
@@ -0,0 +1,58 @@
1
+ //#region src/plugins/install-finalization.ts
2
+ async function finalizePluginInstall(options) {
3
+ try {
4
+ await options.syncRuntime();
5
+ await options.runLifecycle();
6
+ } catch (installError) {
7
+ const failures = [installError];
8
+ try {
9
+ const rollback = await options.rollback();
10
+ if (!rollback.success) failures.push(new Error(rollback.error.message));
11
+ } catch (rollbackError) {
12
+ failures.push(rollbackError);
13
+ }
14
+ try {
15
+ await options.syncRuntime();
16
+ } catch (syncError) {
17
+ failures.push(syncError);
18
+ }
19
+ if (failures.length > 1) {
20
+ const rollbackError = new Error(`Plugin ${options.pluginId} installation failed and rollback did not complete`, { cause: installError });
21
+ Object.defineProperty(rollbackError, "errors", { value: failures });
22
+ throw rollbackError;
23
+ }
24
+ throw installError;
25
+ }
26
+ }
27
+ async function finalizePluginUpdate(options) {
28
+ try {
29
+ await options.syncRuntime();
30
+ await options.runLifecycle();
31
+ } catch (updateError) {
32
+ const failures = [updateError];
33
+ let rollbackSucceeded = false;
34
+ try {
35
+ const rollback = await options.rollback();
36
+ rollbackSucceeded = rollback.success;
37
+ if (!rollback.success) failures.push(new Error(rollback.error.message));
38
+ } catch (rollbackError) {
39
+ failures.push(rollbackError);
40
+ }
41
+ try {
42
+ await options.syncRuntime();
43
+ if (rollbackSucceeded) await options.runRollbackLifecycle();
44
+ } catch (syncError) {
45
+ failures.push(syncError);
46
+ }
47
+ if (failures.length > 1) {
48
+ const rollbackError = new Error(`Plugin ${options.pluginId} update failed and rollback did not complete`, { cause: updateError });
49
+ Object.defineProperty(rollbackError, "errors", { value: failures });
50
+ throw rollbackError;
51
+ }
52
+ throw updateError;
53
+ }
54
+ }
55
+
56
+ //#endregion
57
+ export { finalizePluginUpdate as n, finalizePluginInstall as t };
58
+ //# sourceMappingURL=install-finalization-D9R9R-W8.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-finalization-D9R9R-W8.mjs","names":[],"sources":["../src/plugins/install-finalization.ts"],"sourcesContent":["import type { ApiResult } from \"../api/types.js\";\n\nexport interface PluginInstallFinalizationOptions {\n\tpluginId: string;\n\tsyncRuntime(): Promise<void>;\n\trunLifecycle(): Promise<void>;\n\trollback(): Promise<ApiResult<unknown>>;\n}\n\nexport interface PluginUpdateFinalizationOptions extends PluginInstallFinalizationOptions {\n\trunRollbackLifecycle(): Promise<void>;\n}\n\nexport async function finalizePluginInstall(\n\toptions: PluginInstallFinalizationOptions,\n): Promise<void> {\n\ttry {\n\t\tawait options.syncRuntime();\n\t\tawait options.runLifecycle();\n\t} catch (installError) {\n\t\tconst failures: unknown[] = [installError];\n\t\ttry {\n\t\t\tconst rollback = await options.rollback();\n\t\t\tif (!rollback.success) failures.push(new Error(rollback.error.message));\n\t\t} catch (rollbackError) {\n\t\t\tfailures.push(rollbackError);\n\t\t}\n\t\ttry {\n\t\t\tawait options.syncRuntime();\n\t\t} catch (syncError) {\n\t\t\tfailures.push(syncError);\n\t\t}\n\t\tif (failures.length > 1) {\n\t\t\tconst rollbackError = new Error(\n\t\t\t\t`Plugin ${options.pluginId} installation failed and rollback did not complete`,\n\t\t\t\t{ cause: installError },\n\t\t\t);\n\t\t\tObject.defineProperty(rollbackError, \"errors\", { value: failures });\n\t\t\tthrow rollbackError;\n\t\t}\n\t\tthrow installError;\n\t}\n}\n\nexport async function finalizePluginUpdate(\n\toptions: PluginUpdateFinalizationOptions,\n): Promise<void> {\n\ttry {\n\t\tawait options.syncRuntime();\n\t\tawait options.runLifecycle();\n\t} catch (updateError) {\n\t\tconst failures: unknown[] = [updateError];\n\t\tlet rollbackSucceeded = false;\n\t\ttry {\n\t\t\tconst rollback = await options.rollback();\n\t\t\trollbackSucceeded = rollback.success;\n\t\t\tif (!rollback.success) failures.push(new Error(rollback.error.message));\n\t\t} catch (rollbackError) {\n\t\t\tfailures.push(rollbackError);\n\t\t}\n\t\ttry {\n\t\t\tawait options.syncRuntime();\n\t\t\tif (rollbackSucceeded) await options.runRollbackLifecycle();\n\t\t} catch (syncError) {\n\t\t\tfailures.push(syncError);\n\t\t}\n\t\tif (failures.length > 1) {\n\t\t\tconst rollbackError = new Error(\n\t\t\t\t`Plugin ${options.pluginId} update failed and rollback did not complete`,\n\t\t\t\t{ cause: updateError },\n\t\t\t);\n\t\t\tObject.defineProperty(rollbackError, \"errors\", { value: failures });\n\t\t\tthrow rollbackError;\n\t\t}\n\t\tthrow updateError;\n\t}\n}\n"],"mappings":";AAaA,eAAsB,sBACrB,SACgB;AAChB,KAAI;AACH,QAAM,QAAQ,aAAa;AAC3B,QAAM,QAAQ,cAAc;UACpB,cAAc;EACtB,MAAM,WAAsB,CAAC,aAAa;AAC1C,MAAI;GACH,MAAM,WAAW,MAAM,QAAQ,UAAU;AACzC,OAAI,CAAC,SAAS,QAAS,UAAS,KAAK,IAAI,MAAM,SAAS,MAAM,QAAQ,CAAC;WAC/D,eAAe;AACvB,YAAS,KAAK,cAAc;;AAE7B,MAAI;AACH,SAAM,QAAQ,aAAa;WACnB,WAAW;AACnB,YAAS,KAAK,UAAU;;AAEzB,MAAI,SAAS,SAAS,GAAG;GACxB,MAAM,gBAAgB,IAAI,MACzB,UAAU,QAAQ,SAAS,qDAC3B,EAAE,OAAO,cAAc,CACvB;AACD,UAAO,eAAe,eAAe,UAAU,EAAE,OAAO,UAAU,CAAC;AACnE,SAAM;;AAEP,QAAM;;;AAIR,eAAsB,qBACrB,SACgB;AAChB,KAAI;AACH,QAAM,QAAQ,aAAa;AAC3B,QAAM,QAAQ,cAAc;UACpB,aAAa;EACrB,MAAM,WAAsB,CAAC,YAAY;EACzC,IAAI,oBAAoB;AACxB,MAAI;GACH,MAAM,WAAW,MAAM,QAAQ,UAAU;AACzC,uBAAoB,SAAS;AAC7B,OAAI,CAAC,SAAS,QAAS,UAAS,KAAK,IAAI,MAAM,SAAS,MAAM,QAAQ,CAAC;WAC/D,eAAe;AACvB,YAAS,KAAK,cAAc;;AAE7B,MAAI;AACH,SAAM,QAAQ,aAAa;AAC3B,OAAI,kBAAmB,OAAM,QAAQ,sBAAsB;WACnD,WAAW;AACnB,YAAS,KAAK,UAAU;;AAEzB,MAAI,SAAS,SAAS,GAAG;GACxB,MAAM,gBAAgB,IAAI,MACzB,UAAU,QAAQ,SAAS,+CAC3B,EAAE,OAAO,aAAa,CACtB;AACD,UAAO,eAAe,eAAe,UAAU,EAAE,OAAO,UAAU,CAAC;AACnE,SAAM;;AAEP,QAAM"}
@@ -0,0 +1,61 @@
1
+ import { t as TransferError } from "./errors-Bt3goF8I.mjs";
2
+ import { r as isPackagePath } from "./paths-d51RFm8M.mjs";
3
+
4
+ //#region src/transfer/staging/keys.ts
5
+ /**
6
+ * Storage layout for staged packages.
7
+ *
8
+ * ```
9
+ * transfers/imports/<operationId>-<secret>/<package path>
10
+ * transfers/exports/<operationId>-<secret>/<package path>
11
+ * transfers/<kind>/<operationId>-<secret>/_plan.json
12
+ * ```
13
+ *
14
+ * `secret` is the operation's 128-bit `staging_secret`, so a staged object's
15
+ * key cannot be guessed from an operation id. The public media route must
16
+ * refuse every key under `transfers/` ({@link isTransferStorageKey}).
17
+ */
18
+ const TRANSFER_STORAGE_PREFIX = "transfers/";
19
+ /** Staged files that are not part of the package itself. */
20
+ const STAGING_AUX_FILES = Object.freeze({ plan: "_plan.json" });
21
+ const OPERATION_ID_PATTERN = /^[0-9A-HJKMNP-TV-Z]{26}$/;
22
+ const SECRET_PATTERN = /^[0-9a-f]{32}$/;
23
+ function stagingPrefix(kind, operationId, stagingSecret) {
24
+ if (!OPERATION_ID_PATTERN.test(operationId) || !SECRET_PATTERN.test(stagingSecret)) throw new TransferError("TRANSFER_STORAGE_ERROR", "Invalid staging location");
25
+ return `${TRANSFER_STORAGE_PREFIX}${kind}s/${operationId}-${stagingSecret}/`;
26
+ }
27
+ /** Storage key of a package file under `prefix`. Rejects anything but a package path. */
28
+ function stagingKey(prefix, path) {
29
+ if (!isPackagePath(path)) throw new TransferError("TRANSFER_PATH_INVALID", "Invalid package path", { detail: { path } });
30
+ return `${prefix}${path}`;
31
+ }
32
+ function stagingAuxKey(prefix, file) {
33
+ return `${prefix}${STAGING_AUX_FILES[file]}`;
34
+ }
35
+ /**
36
+ * Normalize a storage key for prefix guards, or return null when the key is
37
+ * not a plain relative key: a leading `/` or `\`, any backslash, an empty
38
+ * segment, or a `.`/`..` segment. The result is lowercased because some
39
+ * storage backends treat keys case-insensitively. Guards must refuse keys
40
+ * this returns null for.
41
+ */
42
+ function normalizeStorageKeyForGuard(key) {
43
+ if (key.length === 0 || key.includes("\\")) return null;
44
+ const segments = key.split("/");
45
+ for (const segment of segments) if (segment === "" || segment === "." || segment === "..") return null;
46
+ return key.toLowerCase();
47
+ }
48
+ /** Prefixes the public media route must never serve. */
49
+ const PRIVATE_STORAGE_PREFIXES = Object.freeze(["backups/", TRANSFER_STORAGE_PREFIX]);
50
+ /**
51
+ * Whether a public route must refuse `key`: it is not a plain relative key
52
+ * or it falls under one of `prefixes`.
53
+ */
54
+ function isRefusedStorageKey(key, prefixes = PRIVATE_STORAGE_PREFIXES) {
55
+ const normalized = normalizeStorageKeyForGuard(key);
56
+ return normalized === null || prefixes.some((prefix) => normalized.startsWith(prefix));
57
+ }
58
+
59
+ //#endregion
60
+ export { stagingPrefix as i, stagingAuxKey as n, stagingKey as r, isRefusedStorageKey as t };
61
+ //# sourceMappingURL=keys-Bck6LBfF.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keys-Bck6LBfF.mjs","names":[],"sources":["../src/transfer/staging/keys.ts"],"sourcesContent":["/**\n * Storage layout for staged packages.\n *\n * ```\n * transfers/imports/<operationId>-<secret>/<package path>\n * transfers/exports/<operationId>-<secret>/<package path>\n * transfers/<kind>/<operationId>-<secret>/_plan.json\n * ```\n *\n * `secret` is the operation's 128-bit `staging_secret`, so a staged object's\n * key cannot be guessed from an operation id. The public media route must\n * refuse every key under `transfers/` ({@link isTransferStorageKey}).\n */\n\nimport { TransferError } from \"../errors.js\";\nimport { isPackagePath } from \"../format/paths.js\";\nimport type { TransferOperationKind } from \"../ops/states.js\";\n\nexport const TRANSFER_STORAGE_PREFIX = \"transfers/\";\n\n/** Staged files that are not part of the package itself. */\nexport const STAGING_AUX_FILES = Object.freeze({\n\tplan: \"_plan.json\",\n});\n\nexport type StagingAuxFile = keyof typeof STAGING_AUX_FILES;\n\nconst OPERATION_ID_PATTERN = /^[0-9A-HJKMNP-TV-Z]{26}$/;\nconst SECRET_PATTERN = /^[0-9a-f]{32}$/;\n\nexport function stagingPrefix(\n\tkind: TransferOperationKind,\n\toperationId: string,\n\tstagingSecret: string,\n): string {\n\tif (!OPERATION_ID_PATTERN.test(operationId) || !SECRET_PATTERN.test(stagingSecret)) {\n\t\tthrow new TransferError(\"TRANSFER_STORAGE_ERROR\", \"Invalid staging location\");\n\t}\n\treturn `${TRANSFER_STORAGE_PREFIX}${kind}s/${operationId}-${stagingSecret}/`;\n}\n\n/** Storage key of a package file under `prefix`. Rejects anything but a package path. */\nexport function stagingKey(prefix: string, path: string): string {\n\tif (!isPackagePath(path)) {\n\t\tthrow new TransferError(\"TRANSFER_PATH_INVALID\", \"Invalid package path\", { detail: { path } });\n\t}\n\treturn `${prefix}${path}`;\n}\n\nexport function stagingAuxKey(prefix: string, file: StagingAuxFile): string {\n\treturn `${prefix}${STAGING_AUX_FILES[file]}`;\n}\n\n/**\n * Normalize a storage key for prefix guards, or return null when the key is\n * not a plain relative key: a leading `/` or `\\`, any backslash, an empty\n * segment, or a `.`/`..` segment. The result is lowercased because some\n * storage backends treat keys case-insensitively. Guards must refuse keys\n * this returns null for.\n */\nexport function normalizeStorageKeyForGuard(key: string): string | null {\n\tif (key.length === 0 || key.includes(\"\\\\\")) return null;\n\tconst segments = key.split(\"/\");\n\tfor (const segment of segments) {\n\t\tif (segment === \"\" || segment === \".\" || segment === \"..\") return null;\n\t}\n\treturn key.toLowerCase();\n}\n\n/** Prefixes the public media route must never serve. */\nexport const PRIVATE_STORAGE_PREFIXES: readonly string[] = Object.freeze([\n\t\"backups/\",\n\tTRANSFER_STORAGE_PREFIX,\n]);\n\n/**\n * Whether a public route must refuse `key`: it is not a plain relative key\n * or it falls under one of `prefixes`.\n */\nexport function isRefusedStorageKey(\n\tkey: string,\n\tprefixes: readonly string[] = PRIVATE_STORAGE_PREFIXES,\n): boolean {\n\tconst normalized = normalizeStorageKeyForGuard(key);\n\treturn normalized === null || prefixes.some((prefix) => normalized.startsWith(prefix));\n}\n\n/**\n * Whether a storage key is (or may resolve to) transfer staging. Also true\n * for keys {@link normalizeStorageKeyForGuard} rejects.\n */\nexport function isTransferStorageKey(key: string): boolean {\n\treturn isRefusedStorageKey(key, [TRANSFER_STORAGE_PREFIX]);\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAkBA,MAAa,0BAA0B;;AAGvC,MAAa,oBAAoB,OAAO,OAAO,EAC9C,MAAM,cACN,CAAC;AAIF,MAAM,uBAAuB;AAC7B,MAAM,iBAAiB;AAEvB,SAAgB,cACf,MACA,aACA,eACS;AACT,KAAI,CAAC,qBAAqB,KAAK,YAAY,IAAI,CAAC,eAAe,KAAK,cAAc,CACjF,OAAM,IAAI,cAAc,0BAA0B,2BAA2B;AAE9E,QAAO,GAAG,0BAA0B,KAAK,IAAI,YAAY,GAAG,cAAc;;;AAI3E,SAAgB,WAAW,QAAgB,MAAsB;AAChE,KAAI,CAAC,cAAc,KAAK,CACvB,OAAM,IAAI,cAAc,yBAAyB,wBAAwB,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC;AAE/F,QAAO,GAAG,SAAS;;AAGpB,SAAgB,cAAc,QAAgB,MAA8B;AAC3E,QAAO,GAAG,SAAS,kBAAkB;;;;;;;;;AAUtC,SAAgB,4BAA4B,KAA4B;AACvE,KAAI,IAAI,WAAW,KAAK,IAAI,SAAS,KAAK,CAAE,QAAO;CACnD,MAAM,WAAW,IAAI,MAAM,IAAI;AAC/B,MAAK,MAAM,WAAW,SACrB,KAAI,YAAY,MAAM,YAAY,OAAO,YAAY,KAAM,QAAO;AAEnE,QAAO,IAAI,aAAa;;;AAIzB,MAAa,2BAA8C,OAAO,OAAO,CACxE,YACA,wBACA,CAAC;;;;;AAMF,SAAgB,oBACf,KACA,WAA8B,0BACpB;CACV,MAAM,aAAa,4BAA4B,IAAI;AACnD,QAAO,eAAe,QAAQ,SAAS,MAAM,WAAW,WAAW,WAAW,OAAO,CAAC"}