@xrkseek/harness-cli 0.0.11 → 0.1.1

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 (1000) hide show
  1. package/dist/plugin/install-client.d.ts.map +1 -1
  2. package/dist/plugin/install-client.js +80 -2
  3. package/dist/plugin/install-client.js.map +1 -1
  4. package/node_modules/@img/colour/LICENSE.md +82 -0
  5. package/node_modules/@img/colour/README.md +15 -0
  6. package/node_modules/@img/colour/color.cjs +1596 -0
  7. package/node_modules/@img/colour/index.cjs +1 -0
  8. package/node_modules/@img/colour/index.d.ts +929 -0
  9. package/node_modules/@img/colour/package.json +58 -0
  10. package/node_modules/@img/sharp-win32-x64/LICENSE +191 -0
  11. package/node_modules/@img/sharp-win32-x64/README.md +59 -0
  12. package/node_modules/@img/sharp-win32-x64/index.cjs +1 -0
  13. package/node_modules/@img/sharp-win32-x64/lib/libvips-42.dll +0 -0
  14. package/node_modules/@img/sharp-win32-x64/lib/libvips-cpp-8.18.3.dll +0 -0
  15. package/node_modules/@img/sharp-win32-x64/lib/sharp-win32-x64-0.35.3.node +0 -0
  16. package/node_modules/@img/sharp-win32-x64/package.json +40 -0
  17. package/node_modules/@img/sharp-win32-x64/versions.json +30 -0
  18. package/node_modules/@types/node/LICENSE +21 -0
  19. package/node_modules/@types/node/README.md +15 -0
  20. package/node_modules/@types/node/assert/strict.d.ts +111 -0
  21. package/node_modules/@types/node/assert.d.ts +1115 -0
  22. package/node_modules/@types/node/async_hooks.d.ts +623 -0
  23. package/node_modules/@types/node/buffer.buffer.d.ts +472 -0
  24. package/node_modules/@types/node/buffer.d.ts +1934 -0
  25. package/node_modules/@types/node/child_process.d.ts +1476 -0
  26. package/node_modules/@types/node/cluster.d.ts +578 -0
  27. package/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  28. package/node_modules/@types/node/console.d.ts +453 -0
  29. package/node_modules/@types/node/constants.d.ts +21 -0
  30. package/node_modules/@types/node/crypto.d.ts +5417 -0
  31. package/node_modules/@types/node/dgram.d.ts +600 -0
  32. package/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
  33. package/node_modules/@types/node/dns/promises.d.ts +503 -0
  34. package/node_modules/@types/node/dns.d.ts +923 -0
  35. package/node_modules/@types/node/domain.d.ts +166 -0
  36. package/node_modules/@types/node/events.d.ts +976 -0
  37. package/node_modules/@types/node/fs/promises.d.ts +1341 -0
  38. package/node_modules/@types/node/fs.d.ts +4714 -0
  39. package/node_modules/@types/node/globals.d.ts +170 -0
  40. package/node_modules/@types/node/globals.typedarray.d.ts +41 -0
  41. package/node_modules/@types/node/http.d.ts +2154 -0
  42. package/node_modules/@types/node/http2.d.ts +2835 -0
  43. package/node_modules/@types/node/https.d.ts +585 -0
  44. package/node_modules/@types/node/index.d.ts +101 -0
  45. package/node_modules/@types/node/inspector.d.ts +277 -0
  46. package/node_modules/@types/node/inspector.generated.d.ts +4239 -0
  47. package/node_modules/@types/node/module.d.ts +843 -0
  48. package/node_modules/@types/node/net.d.ts +1073 -0
  49. package/node_modules/@types/node/os.d.ts +507 -0
  50. package/node_modules/@types/node/package.json +155 -0
  51. package/node_modules/@types/node/path.d.ts +200 -0
  52. package/node_modules/@types/node/perf_hooks.d.ts +1042 -0
  53. package/node_modules/@types/node/process.d.ts +2102 -0
  54. package/node_modules/@types/node/punycode.d.ts +117 -0
  55. package/node_modules/@types/node/querystring.d.ts +152 -0
  56. package/node_modules/@types/node/readline/promises.d.ts +161 -0
  57. package/node_modules/@types/node/readline.d.ts +600 -0
  58. package/node_modules/@types/node/repl.d.ts +438 -0
  59. package/node_modules/@types/node/sea.d.ts +162 -0
  60. package/node_modules/@types/node/sqlite.d.ts +1040 -0
  61. package/node_modules/@types/node/stream/consumers.d.ts +38 -0
  62. package/node_modules/@types/node/stream/promises.d.ts +90 -0
  63. package/node_modules/@types/node/stream/web.d.ts +573 -0
  64. package/node_modules/@types/node/stream.d.ts +1706 -0
  65. package/node_modules/@types/node/string_decoder.d.ts +67 -0
  66. package/node_modules/@types/node/test.d.ts +2349 -0
  67. package/node_modules/@types/node/timers/promises.d.ts +108 -0
  68. package/node_modules/@types/node/timers.d.ts +285 -0
  69. package/node_modules/@types/node/tls.d.ts +1279 -0
  70. package/node_modules/@types/node/trace_events.d.ts +197 -0
  71. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
  72. package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  73. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  74. package/node_modules/@types/node/ts5.6/index.d.ts +103 -0
  75. package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  76. package/node_modules/@types/node/ts5.7/index.d.ts +103 -0
  77. package/node_modules/@types/node/tty.d.ts +208 -0
  78. package/node_modules/@types/node/url.d.ts +1079 -0
  79. package/node_modules/@types/node/util.d.ts +2336 -0
  80. package/node_modules/@types/node/v8.d.ts +982 -0
  81. package/node_modules/@types/node/vm.d.ts +1195 -0
  82. package/node_modules/@types/node/wasi.d.ts +202 -0
  83. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  84. package/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  85. package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  86. package/node_modules/@types/node/web-globals/events.d.ts +97 -0
  87. package/node_modules/@types/node/web-globals/fetch.d.ts +62 -0
  88. package/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  89. package/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  90. package/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  91. package/node_modules/@types/node/worker_threads.d.ts +894 -0
  92. package/node_modules/@types/node/zlib.d.ts +745 -0
  93. package/node_modules/@xrkseek/attachment/dist/error.d.ts +3 -2
  94. package/node_modules/@xrkseek/attachment/dist/error.d.ts.map +1 -1
  95. package/node_modules/@xrkseek/attachment/dist/error.js +17 -2
  96. package/node_modules/@xrkseek/attachment/dist/error.js.map +1 -1
  97. package/node_modules/@xrkseek/attachment/dist/index.d.ts +2 -2
  98. package/node_modules/@xrkseek/attachment/dist/index.d.ts.map +1 -1
  99. package/node_modules/@xrkseek/attachment/dist/index.js +1 -1
  100. package/node_modules/@xrkseek/attachment/dist/index.js.map +1 -1
  101. package/node_modules/@xrkseek/attachment/dist/memory.d.ts.map +1 -1
  102. package/node_modules/@xrkseek/attachment/dist/memory.js +6 -0
  103. package/node_modules/@xrkseek/attachment/dist/memory.js.map +1 -1
  104. package/node_modules/@xrkseek/attachment/dist/store.d.ts +6 -1
  105. package/node_modules/@xrkseek/attachment/dist/store.d.ts.map +1 -1
  106. package/node_modules/@xrkseek/attachment/dist/types.d.ts +19 -0
  107. package/node_modules/@xrkseek/attachment/dist/types.d.ts.map +1 -1
  108. package/node_modules/@xrkseek/attachment/dist/types.js.map +1 -1
  109. package/node_modules/@xrkseek/attachment-local/README.md +3 -0
  110. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.d.ts +18 -0
  111. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.d.ts.map +1 -0
  112. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.js +43 -0
  113. package/node_modules/@xrkseek/attachment-local/dist/compression-limiter.js.map +1 -0
  114. package/node_modules/@xrkseek/attachment-local/dist/encoding.d.ts +23 -0
  115. package/node_modules/@xrkseek/attachment-local/dist/encoding.d.ts.map +1 -0
  116. package/node_modules/@xrkseek/attachment-local/dist/encoding.js +33 -0
  117. package/node_modules/@xrkseek/attachment-local/dist/encoding.js.map +1 -0
  118. package/node_modules/@xrkseek/attachment-local/dist/image.d.ts +54 -0
  119. package/node_modules/@xrkseek/attachment-local/dist/image.d.ts.map +1 -0
  120. package/node_modules/@xrkseek/attachment-local/dist/image.js +97 -0
  121. package/node_modules/@xrkseek/attachment-local/dist/image.js.map +1 -0
  122. package/node_modules/@xrkseek/attachment-local/dist/index.d.ts +32 -0
  123. package/node_modules/@xrkseek/attachment-local/dist/index.d.ts.map +1 -0
  124. package/node_modules/@xrkseek/attachment-local/dist/index.js +188 -0
  125. package/node_modules/@xrkseek/attachment-local/dist/index.js.map +1 -0
  126. package/node_modules/@xrkseek/attachment-local/dist/normalization.d.ts +44 -0
  127. package/node_modules/@xrkseek/attachment-local/dist/normalization.d.ts.map +1 -0
  128. package/node_modules/@xrkseek/attachment-local/dist/normalization.js +148 -0
  129. package/node_modules/@xrkseek/attachment-local/dist/normalization.js.map +1 -0
  130. package/node_modules/@xrkseek/attachment-local/dist/request-image.d.ts +34 -0
  131. package/node_modules/@xrkseek/attachment-local/dist/request-image.d.ts.map +1 -0
  132. package/node_modules/@xrkseek/attachment-local/dist/request-image.js +208 -0
  133. package/node_modules/@xrkseek/attachment-local/dist/request-image.js.map +1 -0
  134. package/node_modules/@xrkseek/attachment-local/dist/store.d.ts +58 -0
  135. package/node_modules/@xrkseek/attachment-local/dist/store.d.ts.map +1 -0
  136. package/node_modules/@xrkseek/attachment-local/dist/store.js +290 -0
  137. package/node_modules/@xrkseek/attachment-local/dist/store.js.map +1 -0
  138. package/node_modules/@xrkseek/attachment-local/package.json +25 -0
  139. package/node_modules/@xrkseek/exec-fs/dist/index.d.ts +3 -0
  140. package/node_modules/@xrkseek/exec-fs/dist/index.d.ts.map +1 -1
  141. package/node_modules/@xrkseek/exec-fs/dist/index.js +10 -0
  142. package/node_modules/@xrkseek/exec-fs/dist/index.js.map +1 -1
  143. package/node_modules/@xrkseek/exec-fs/dist/read-image.d.ts +35 -0
  144. package/node_modules/@xrkseek/exec-fs/dist/read-image.d.ts.map +1 -0
  145. package/node_modules/@xrkseek/exec-fs/dist/read-image.js +120 -0
  146. package/node_modules/@xrkseek/exec-fs/dist/read-image.js.map +1 -0
  147. package/node_modules/@xrkseek/exec-fs/package.json +3 -1
  148. package/node_modules/@xrkseek/llm/dist/index.d.ts +1 -0
  149. package/node_modules/@xrkseek/llm/dist/index.d.ts.map +1 -1
  150. package/node_modules/@xrkseek/llm/dist/index.js.map +1 -1
  151. package/node_modules/@xrkseek/llm-deepseek/README.md +3 -1
  152. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.d.ts +10 -0
  153. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.d.ts.map +1 -0
  154. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.js +8 -0
  155. package/node_modules/@xrkseek/llm-deepseek/dist/file-id.js.map +1 -0
  156. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.d.ts +40 -0
  157. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.d.ts.map +1 -0
  158. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.js +164 -0
  159. package/node_modules/@xrkseek/llm-deepseek/dist/file-store.js.map +1 -0
  160. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.d.ts +56 -0
  161. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.d.ts.map +1 -0
  162. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.js +180 -0
  163. package/node_modules/@xrkseek/llm-deepseek/dist/files-api.js.map +1 -0
  164. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts +15 -6
  165. package/node_modules/@xrkseek/llm-deepseek/dist/index.d.ts.map +1 -1
  166. package/node_modules/@xrkseek/llm-deepseek/dist/index.js +63 -13
  167. package/node_modules/@xrkseek/llm-deepseek/dist/index.js.map +1 -1
  168. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.d.ts +8 -0
  169. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.d.ts.map +1 -0
  170. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.js +12 -0
  171. package/node_modules/@xrkseek/llm-deepseek/dist/request-policy.js.map +1 -0
  172. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.d.ts +28 -0
  173. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.d.ts.map +1 -0
  174. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.js +142 -0
  175. package/node_modules/@xrkseek/llm-deepseek/dist/upload-index.js.map +1 -0
  176. package/node_modules/@xrkseek/llm-deepseek/package.json +3 -1
  177. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts +27 -0
  178. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.d.ts.map +1 -1
  179. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js +20 -5
  180. package/node_modules/@xrkseek/llm-openai-compatible/dist/index.js.map +1 -1
  181. package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts +1 -0
  182. package/node_modules/@xrkseek/llm-registry/dist/registry.d.ts.map +1 -1
  183. package/node_modules/@xrkseek/llm-registry/dist/registry.js +15 -1
  184. package/node_modules/@xrkseek/llm-registry/dist/registry.js.map +1 -1
  185. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts +5 -0
  186. package/node_modules/@xrkseek/preset-harness/dist/preset.d.ts.map +1 -1
  187. package/node_modules/@xrkseek/preset-harness/dist/preset.js +10 -1
  188. package/node_modules/@xrkseek/preset-harness/dist/preset.js.map +1 -1
  189. package/node_modules/@xrkseek/preset-harness/dist/tsconfig.tsbuildinfo +1 -1
  190. package/node_modules/@xrkseek/preset-harness/package.json +1 -0
  191. package/node_modules/@xrkseek/preset-minimal/dist/tsconfig.tsbuildinfo +1 -1
  192. package/node_modules/@xrkseek/preset-server/dist/preset.d.ts.map +1 -1
  193. package/node_modules/@xrkseek/preset-server/dist/preset.js +3 -1
  194. package/node_modules/@xrkseek/preset-server/dist/preset.js.map +1 -1
  195. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  196. package/node_modules/@xrkseek/protocol/dist/content.d.ts +5 -0
  197. package/node_modules/@xrkseek/protocol/dist/content.d.ts.map +1 -1
  198. package/node_modules/@xrkseek/protocol/dist/content.js +8 -1
  199. package/node_modules/@xrkseek/protocol/dist/content.js.map +1 -1
  200. package/node_modules/@xrkseek/server-face/dist/context.d.ts +6 -3
  201. package/node_modules/@xrkseek/server-face/dist/context.d.ts.map +1 -1
  202. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.d.ts +9 -0
  203. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.d.ts.map +1 -0
  204. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.js +28 -0
  205. package/node_modules/@xrkseek/server-face/dist/cordis-bridge.js.map +1 -0
  206. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.d.ts +16 -0
  207. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.d.ts.map +1 -0
  208. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.js +141 -0
  209. package/node_modules/@xrkseek/server-face/dist/cost-meter-balance.js.map +1 -0
  210. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.d.ts +13 -0
  211. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.d.ts.map +1 -0
  212. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.js +158 -0
  213. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plan-service.js.map +1 -0
  214. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.d.ts +284 -0
  215. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.d.ts.map +1 -0
  216. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.js +696 -0
  217. package/node_modules/@xrkseek/server-face/dist/cost-meter-coding-plans.js.map +1 -0
  218. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.d.ts +15 -0
  219. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.d.ts.map +1 -0
  220. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.js +196 -0
  221. package/node_modules/@xrkseek/server-face/dist/cost-meter-custom-balance.js.map +1 -0
  222. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.d.ts +19 -0
  223. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.d.ts.map +1 -0
  224. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.js +143 -0
  225. package/node_modules/@xrkseek/server-face/dist/cost-meter-go-quota.js.map +1 -0
  226. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.d.ts +16 -0
  227. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.d.ts.map +1 -0
  228. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.js +84 -0
  229. package/node_modules/@xrkseek/server-face/dist/cost-meter-pricing.js.map +1 -0
  230. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.d.ts +19 -0
  231. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.d.ts.map +1 -0
  232. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.js +221 -0
  233. package/node_modules/@xrkseek/server-face/dist/cost-meter-record.js.map +1 -0
  234. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.d.ts +133 -0
  235. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.d.ts.map +1 -0
  236. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.js +561 -0
  237. package/node_modules/@xrkseek/server-face/dist/cost-meter-store.js.map +1 -0
  238. package/node_modules/@xrkseek/server-face/dist/dispatch.d.ts.map +1 -1
  239. package/node_modules/@xrkseek/server-face/dist/dispatch.js +15 -0
  240. package/node_modules/@xrkseek/server-face/dist/dispatch.js.map +1 -1
  241. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts +0 -5
  242. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.d.ts.map +1 -1
  243. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js +277 -24
  244. package/node_modules/@xrkseek/server-face/dist/handlers/cordis-stub.js.map +1 -1
  245. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +30 -0
  246. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -0
  247. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +48 -0
  248. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -0
  249. package/node_modules/@xrkseek/server-face/dist/handlers/references.d.ts +6 -0
  250. package/node_modules/@xrkseek/server-face/dist/handlers/references.d.ts.map +1 -0
  251. package/node_modules/@xrkseek/server-face/dist/handlers/references.js +42 -0
  252. package/node_modules/@xrkseek/server-face/dist/handlers/references.js.map +1 -0
  253. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.d.ts +6 -0
  254. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.d.ts.map +1 -0
  255. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.js +24 -0
  256. package/node_modules/@xrkseek/server-face/dist/handlers/staged-client-code.js.map +1 -0
  257. package/node_modules/@xrkseek/server-face/dist/index.d.ts +1 -0
  258. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  259. package/node_modules/@xrkseek/server-face/dist/index.js +1 -0
  260. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  261. package/node_modules/@xrkseek/server-face/dist/llm-resolve.d.ts.map +1 -1
  262. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js +5 -3
  263. package/node_modules/@xrkseek/server-face/dist/llm-resolve.js.map +1 -1
  264. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts +2 -2
  265. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.d.ts.map +1 -1
  266. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js +7 -3
  267. package/node_modules/@xrkseek/server-face/dist/plugin-inventory.js.map +1 -1
  268. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts +2 -0
  269. package/node_modules/@xrkseek/server-face/dist/projections/index.d.ts.map +1 -1
  270. package/node_modules/@xrkseek/server-face/dist/projections/index.js +2 -0
  271. package/node_modules/@xrkseek/server-face/dist/projections/index.js.map +1 -1
  272. package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.d.ts.map +1 -1
  273. package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js +12 -0
  274. package/node_modules/@xrkseek/server-face/dist/projections/install-defaults.js.map +1 -1
  275. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +45 -0
  276. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
  277. package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
  278. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts +40 -0
  279. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts.map +1 -0
  280. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js +103 -0
  281. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js.map +1 -0
  282. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts +9 -0
  283. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts.map +1 -0
  284. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js +24 -0
  285. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js.map +1 -0
  286. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts +37 -0
  287. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts.map +1 -0
  288. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js +109 -0
  289. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js.map +1 -0
  290. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts +35 -0
  291. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts.map +1 -0
  292. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js +151 -0
  293. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js.map +1 -0
  294. package/node_modules/@xrkseek/server-face/dist/reference-discovery.d.ts +13 -0
  295. package/node_modules/@xrkseek/server-face/dist/reference-discovery.d.ts.map +1 -0
  296. package/node_modules/@xrkseek/server-face/dist/reference-discovery.js +81 -0
  297. package/node_modules/@xrkseek/server-face/dist/reference-discovery.js.map +1 -0
  298. package/node_modules/@xrkseek/server-face/dist/runtime.d.ts +5 -1
  299. package/node_modules/@xrkseek/server-face/dist/runtime.d.ts.map +1 -1
  300. package/node_modules/@xrkseek/server-face/dist/runtime.js +25 -0
  301. package/node_modules/@xrkseek/server-face/dist/runtime.js.map +1 -1
  302. package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts +15 -0
  303. package/node_modules/@xrkseek/server-face/dist/settings-credentials.d.ts.map +1 -1
  304. package/node_modules/@xrkseek/server-face/dist/settings-credentials.js.map +1 -1
  305. package/node_modules/@xrkseek/server-face/dist/slash.d.ts.map +1 -1
  306. package/node_modules/@xrkseek/server-face/dist/slash.js +19 -0
  307. package/node_modules/@xrkseek/server-face/dist/slash.js.map +1 -1
  308. package/node_modules/@xrkseek/server-face/dist/wire/paths.d.ts.map +1 -1
  309. package/node_modules/@xrkseek/server-face/dist/wire/paths.js +3 -0
  310. package/node_modules/@xrkseek/server-face/dist/wire/paths.js.map +1 -1
  311. package/node_modules/@xrkseek/server-face/package.json +3 -0
  312. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.d.ts +4 -0
  313. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.d.ts.map +1 -0
  314. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.js +10 -0
  315. package/node_modules/@xrkseek/server-host/dist/auto-review-bridge.js.map +1 -0
  316. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.d.ts +11 -0
  317. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.d.ts.map +1 -0
  318. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.js +29 -0
  319. package/node_modules/@xrkseek/server-host/dist/cost-meter-bridge.js.map +1 -0
  320. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.d.ts +15 -0
  321. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.d.ts.map +1 -0
  322. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.js +34 -0
  323. package/node_modules/@xrkseek/server-host/dist/harness-connector-bridge.js.map +1 -0
  324. package/node_modules/@xrkseek/server-host/dist/index.d.ts +6 -1
  325. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  326. package/node_modules/@xrkseek/server-host/dist/index.js +126 -19
  327. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  328. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.d.ts +17 -0
  329. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.d.ts.map +1 -0
  330. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.js +201 -0
  331. package/node_modules/@xrkseek/server-host/dist/sidebar-pty.js.map +1 -0
  332. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.d.ts +10 -0
  333. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.d.ts.map +1 -0
  334. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.js +31 -0
  335. package/node_modules/@xrkseek/server-host/dist/usage-stats-bridge.js.map +1 -0
  336. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts +7 -0
  337. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -0
  338. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +40 -0
  339. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -0
  340. package/node_modules/@xrkseek/server-host/package.json +8 -1
  341. package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts +12 -0
  342. package/node_modules/@xrkseek/server-http/dist/boot-inject.d.ts.map +1 -1
  343. package/node_modules/@xrkseek/server-http/dist/boot-inject.js +54 -0
  344. package/node_modules/@xrkseek/server-http/dist/boot-inject.js.map +1 -1
  345. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.d.ts +6 -0
  346. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.d.ts.map +1 -0
  347. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.js +141 -0
  348. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-compose.js.map +1 -0
  349. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts +3 -0
  350. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -0
  351. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +445 -0
  352. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -0
  353. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.d.ts +7 -0
  354. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.d.ts.map +1 -0
  355. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.js +15 -0
  356. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-registry.js.map +1 -0
  357. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +57 -0
  358. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -0
  359. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.js +2 -0
  360. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.js.map +1 -0
  361. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.d.ts +10 -0
  362. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.d.ts.map +1 -0
  363. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.js +275 -0
  364. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapters/builtin.js.map +1 -0
  365. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.d.ts +10 -0
  366. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.d.ts.map +1 -0
  367. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.js +41 -0
  368. package/node_modules/@xrkseek/server-http/dist/dsh-compat/audit-community-client.js.map +1 -0
  369. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts +17 -0
  370. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts.map +1 -0
  371. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +184 -0
  372. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -0
  373. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.d.ts +5 -0
  374. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.d.ts.map +1 -0
  375. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.js +5 -0
  376. package/node_modules/@xrkseek/server-http/dist/dsh-compat/barrel.js.map +1 -0
  377. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.d.ts +21 -0
  378. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.d.ts.map +1 -0
  379. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.js +122 -0
  380. package/node_modules/@xrkseek/server-http/dist/dsh-compat/bundle-chunk-stub.js.map +1 -0
  381. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +10 -0
  382. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -0
  383. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +58 -0
  384. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -0
  385. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +7 -0
  386. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts.map +1 -0
  387. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +59 -0
  388. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -0
  389. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.d.ts +25 -0
  390. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.d.ts.map +1 -0
  391. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.js +154 -0
  392. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-runner.js.map +1 -0
  393. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.d.ts +2 -0
  394. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.d.ts.map +1 -0
  395. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.js +77 -0
  396. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-fiber-worker.js.map +1 -0
  397. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +16 -0
  398. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -0
  399. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +121 -0
  400. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -0
  401. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.d.ts +12 -0
  402. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.d.ts.map +1 -0
  403. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.js +48 -0
  404. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-settings-fallback.js.map +1 -0
  405. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.d.ts +18 -0
  406. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.d.ts.map +1 -0
  407. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.js +62 -0
  408. package/node_modules/@xrkseek/server-http/dist/dsh-compat/create-host-plugin.js.map +1 -0
  409. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.d.ts +9 -0
  410. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.d.ts.map +1 -0
  411. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.js +42 -0
  412. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dream-skin.js.map +1 -0
  413. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.d.ts +6 -0
  414. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.d.ts.map +1 -0
  415. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.js +88 -0
  416. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-client-scan.js.map +1 -0
  417. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.d.ts +9 -0
  418. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.d.ts.map +1 -0
  419. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +67 -0
  420. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -0
  421. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +18 -0
  422. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -0
  423. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +198 -0
  424. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -0
  425. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.d.ts +27 -0
  426. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.d.ts.map +1 -0
  427. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.js +71 -0
  428. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-upgrades.js.map +1 -0
  429. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.d.ts +8 -0
  430. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.d.ts.map +1 -0
  431. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +12 -0
  432. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -0
  433. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.d.ts +2 -0
  434. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.d.ts.map +1 -0
  435. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.js +6 -0
  436. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-package-names.js.map +1 -0
  437. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.d.ts +22 -0
  438. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.d.ts.map +1 -0
  439. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.js +219 -0
  440. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-path-capabilities.js.map +1 -0
  441. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.d.ts +4 -0
  442. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.d.ts.map +1 -0
  443. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.js +53 -0
  444. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-plugin-presets.js.map +1 -0
  445. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +11 -0
  446. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts.map +1 -0
  447. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +61 -0
  448. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -0
  449. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.d.ts +7 -0
  450. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.d.ts.map +1 -0
  451. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +150 -0
  452. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -0
  453. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.d.ts +10 -0
  454. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.d.ts.map +1 -0
  455. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +239 -0
  456. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -0
  457. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.d.ts +22 -0
  458. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.d.ts.map +1 -0
  459. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.js +83 -0
  460. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector-store.js.map +1 -0
  461. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.d.ts +18 -0
  462. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.d.ts.map +1 -0
  463. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.js +191 -0
  464. package/node_modules/@xrkseek/server-http/dist/dsh-compat/harness-connector.js.map +1 -0
  465. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.d.ts +21 -0
  466. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.d.ts.map +1 -0
  467. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.js +105 -0
  468. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-envelope.js.map +1 -0
  469. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.d.ts +7 -0
  470. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.d.ts.map +1 -0
  471. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +57 -0
  472. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -0
  473. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.d.ts +6 -0
  474. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.d.ts.map +1 -0
  475. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.js +74 -0
  476. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-bridge.js.map +1 -0
  477. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.d.ts +14 -0
  478. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.d.ts.map +1 -0
  479. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.js +17 -0
  480. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-apply-registry.js.map +1 -0
  481. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.d.ts +76 -0
  482. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.d.ts.map +1 -0
  483. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.js +551 -0
  484. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-feature-bridge.js.map +1 -0
  485. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.d.ts +7 -0
  486. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.d.ts.map +1 -0
  487. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.js +136 -0
  488. package/node_modules/@xrkseek/server-http/dist/dsh-compat/host-manifest.js.map +1 -0
  489. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.d.ts +21 -0
  490. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.d.ts.map +1 -0
  491. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.js +281 -0
  492. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-channels.js.map +1 -0
  493. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +16 -0
  494. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -0
  495. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +163 -0
  496. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -0
  497. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.d.ts +5 -0
  498. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.d.ts.map +1 -0
  499. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.js +125 -0
  500. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-office.js.map +1 -0
  501. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.d.ts +17 -0
  502. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.d.ts.map +1 -0
  503. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.js +188 -0
  504. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-provision-bridge.js.map +1 -0
  505. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.d.ts +9 -0
  506. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.d.ts.map +1 -0
  507. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.js +55 -0
  508. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-rpc-adapter.js.map +1 -0
  509. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +37 -0
  510. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -0
  511. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +36 -0
  512. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -0
  513. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.d.ts +5 -0
  514. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.d.ts.map +1 -0
  515. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.js +28 -0
  516. package/node_modules/@xrkseek/server-http/dist/dsh-compat/json-store.js.map +1 -0
  517. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.d.ts +7 -0
  518. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.d.ts.map +1 -0
  519. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.js +108 -0
  520. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market-adapter.js.map +1 -0
  521. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.d.ts +7 -0
  522. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.d.ts.map +1 -0
  523. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +218 -0
  524. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -0
  525. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +10 -0
  526. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -0
  527. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +81 -0
  528. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -0
  529. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.d.ts +10 -0
  530. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.d.ts.map +1 -0
  531. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.js +15 -0
  532. package/node_modules/@xrkseek/server-http/dist/dsh-compat/meta.js.map +1 -0
  533. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.d.ts +8 -0
  534. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.d.ts.map +1 -0
  535. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.js +83 -0
  536. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-adapter.js.map +1 -0
  537. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.d.ts +9 -0
  538. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.d.ts.map +1 -0
  539. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.js +144 -0
  540. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-shapes.js.map +1 -0
  541. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.d.ts +17 -0
  542. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.d.ts.map +1 -0
  543. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.js +52 -0
  544. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon-store.js.map +1 -0
  545. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +11 -0
  546. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -0
  547. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +221 -0
  548. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -0
  549. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +22 -0
  550. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -0
  551. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +155 -0
  552. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -0
  553. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.d.ts +14 -0
  554. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.d.ts.map +1 -0
  555. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +213 -0
  556. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -0
  557. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts +14 -0
  558. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -0
  559. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +200 -0
  560. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -0
  561. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.d.ts +11 -0
  562. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.d.ts.map +1 -0
  563. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +200 -0
  564. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -0
  565. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.d.ts +6 -0
  566. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.d.ts.map +1 -0
  567. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.js +47 -0
  568. package/node_modules/@xrkseek/server-http/dist/dsh-compat/persisted-settings-store.js.map +1 -0
  569. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.d.ts +15 -0
  570. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.d.ts.map +1 -0
  571. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.js +132 -0
  572. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-host-manifest.js.map +1 -0
  573. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.d.ts +13 -0
  574. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.d.ts.map +1 -0
  575. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.js +336 -0
  576. package/node_modules/@xrkseek/server-http/dist/dsh-compat/plugin-surface-adapter.js.map +1 -0
  577. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +10 -0
  578. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -0
  579. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +86 -0
  580. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -0
  581. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.d.ts +8 -0
  582. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.d.ts.map +1 -0
  583. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +34 -0
  584. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -0
  585. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.d.ts +4 -0
  586. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.d.ts.map +1 -0
  587. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.js +170 -0
  588. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-defaults.js.map +1 -0
  589. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.d.ts +33 -0
  590. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.d.ts.map +1 -0
  591. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.js +108 -0
  592. package/node_modules/@xrkseek/server-http/dist/dsh-compat/settings-store.js.map +1 -0
  593. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.d.ts +10 -0
  594. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.d.ts.map +1 -0
  595. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.js +38 -0
  596. package/node_modules/@xrkseek/server-http/dist/dsh-compat/shared-registry.js.map +1 -0
  597. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +10 -0
  598. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -0
  599. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +358 -0
  600. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -0
  601. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +25 -0
  602. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -0
  603. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +78 -0
  604. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -0
  605. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.d.ts +9 -0
  606. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.d.ts.map +1 -0
  607. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.js +56 -0
  608. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-prefs-store.js.map +1 -0
  609. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.d.ts +11 -0
  610. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.d.ts.map +1 -0
  611. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +106 -0
  612. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -0
  613. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.d.ts +18 -0
  614. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.d.ts.map +1 -0
  615. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.js +240 -0
  616. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surface-registry.js.map +1 -0
  617. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.d.ts +5 -0
  618. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.d.ts.map +1 -0
  619. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.js +78 -0
  620. package/node_modules/@xrkseek/server-http/dist/dsh-compat/surfaces.js.map +1 -0
  621. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts +42 -0
  622. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -0
  623. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +117 -0
  624. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -0
  625. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.d.ts +11 -0
  626. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.d.ts.map +1 -0
  627. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.js +111 -0
  628. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow-node-runtime.js.map +1 -0
  629. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts +16 -0
  630. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -0
  631. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +455 -0
  632. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -0
  633. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.d.ts +26 -0
  634. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.d.ts.map +1 -0
  635. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.js +22 -0
  636. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-store.js.map +1 -0
  637. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.d.ts +12 -0
  638. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.d.ts.map +1 -0
  639. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +123 -0
  640. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -0
  641. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +16 -0
  642. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -0
  643. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +99 -0
  644. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -0
  645. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +106 -0
  646. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -0
  647. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +6 -0
  648. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js.map +1 -0
  649. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +14 -0
  650. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts.map +1 -0
  651. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +21 -0
  652. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js.map +1 -0
  653. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +9 -0
  654. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts.map +1 -0
  655. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +22 -0
  656. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -0
  657. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +22 -0
  658. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -0
  659. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +13 -0
  660. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -0
  661. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts +21 -0
  662. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -0
  663. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +190 -0
  664. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -0
  665. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.d.ts +10 -0
  666. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.d.ts.map +1 -0
  667. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +438 -0
  668. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -0
  669. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.d.ts +8 -0
  670. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.d.ts.map +1 -0
  671. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +69 -0
  672. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -0
  673. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.d.ts +6 -0
  674. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.d.ts.map +1 -0
  675. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.js +62 -0
  676. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-adapter.js.map +1 -0
  677. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.d.ts +5 -0
  678. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.d.ts.map +1 -0
  679. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.js +17 -0
  680. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-defaults.js.map +1 -0
  681. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.d.ts +7 -0
  682. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.d.ts.map +1 -0
  683. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.js +67 -0
  684. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision-router-adapter.js.map +1 -0
  685. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.d.ts +12 -0
  686. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.d.ts.map +1 -0
  687. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +198 -0
  688. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -0
  689. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +15 -0
  690. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -0
  691. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +111 -0
  692. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -0
  693. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.d.ts +9 -0
  694. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.d.ts.map +1 -0
  695. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +161 -0
  696. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -0
  697. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +6 -0
  698. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts.map +1 -0
  699. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.js +31 -0
  700. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.js.map +1 -0
  701. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.d.ts +9 -0
  702. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.d.ts.map +1 -0
  703. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +103 -0
  704. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -0
  705. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.d.ts +49 -0
  706. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.d.ts.map +1 -0
  707. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.js +190 -0
  708. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-host-apply.js.map +1 -0
  709. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.d.ts +9 -0
  710. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.d.ts.map +1 -0
  711. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +44 -0
  712. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -0
  713. package/node_modules/@xrkseek/server-http/dist/dsh-compat.d.ts +6 -0
  714. package/node_modules/@xrkseek/server-http/dist/dsh-compat.d.ts.map +1 -0
  715. package/node_modules/@xrkseek/server-http/dist/dsh-compat.js +6 -0
  716. package/node_modules/@xrkseek/server-http/dist/dsh-compat.js.map +1 -0
  717. package/node_modules/@xrkseek/server-http/dist/host-wire.d.ts +14 -0
  718. package/node_modules/@xrkseek/server-http/dist/host-wire.d.ts.map +1 -0
  719. package/node_modules/@xrkseek/server-http/dist/host-wire.js +15 -0
  720. package/node_modules/@xrkseek/server-http/dist/host-wire.js.map +1 -0
  721. package/node_modules/@xrkseek/server-http/dist/http-json.d.ts +12 -0
  722. package/node_modules/@xrkseek/server-http/dist/http-json.d.ts.map +1 -0
  723. package/node_modules/@xrkseek/server-http/dist/http-json.js +40 -0
  724. package/node_modules/@xrkseek/server-http/dist/http-json.js.map +1 -0
  725. package/node_modules/@xrkseek/server-http/dist/index.d.ts +12 -1
  726. package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
  727. package/node_modules/@xrkseek/server-http/dist/index.js +12 -1
  728. package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
  729. package/node_modules/@xrkseek/server-http/dist/public-routes.d.ts +19 -0
  730. package/node_modules/@xrkseek/server-http/dist/public-routes.d.ts.map +1 -0
  731. package/node_modules/@xrkseek/server-http/dist/public-routes.js +34 -0
  732. package/node_modules/@xrkseek/server-http/dist/public-routes.js.map +1 -0
  733. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.d.ts +13 -0
  734. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.d.ts.map +1 -0
  735. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.js +58 -0
  736. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-mutate.js.map +1 -0
  737. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.d.ts +16 -0
  738. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.d.ts.map +1 -0
  739. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.js +49 -0
  740. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-routes.js.map +1 -0
  741. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.d.ts +35 -0
  742. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.d.ts.map +1 -0
  743. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.js +103 -0
  744. package/node_modules/@xrkseek/server-http/dist/xrk/plugin-services.js.map +1 -0
  745. package/node_modules/@xrkseek/server-http/package.json +2 -1
  746. package/node_modules/@xrkseek/server-loader/dist/host.d.ts +6 -0
  747. package/node_modules/@xrkseek/server-loader/dist/host.d.ts.map +1 -0
  748. package/node_modules/@xrkseek/server-loader/dist/host.js +11 -0
  749. package/node_modules/@xrkseek/server-loader/dist/host.js.map +1 -0
  750. package/node_modules/@xrkseek/server-loader/dist/index.d.ts +2 -1
  751. package/node_modules/@xrkseek/server-loader/dist/index.d.ts.map +1 -1
  752. package/node_modules/@xrkseek/server-loader/dist/index.js +1 -0
  753. package/node_modules/@xrkseek/server-loader/dist/index.js.map +1 -1
  754. package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts +5 -0
  755. package/node_modules/@xrkseek/server-loader/dist/kinds.d.ts.map +1 -1
  756. package/node_modules/@xrkseek/server-loader/dist/kinds.js +5 -0
  757. package/node_modules/@xrkseek/server-loader/dist/kinds.js.map +1 -1
  758. package/node_modules/@xrkseek/server-loader/dist/load.d.ts.map +1 -1
  759. package/node_modules/@xrkseek/server-loader/dist/load.js +5 -0
  760. package/node_modules/@xrkseek/server-loader/dist/load.js.map +1 -1
  761. package/node_modules/@xrkseek/server-loader/dist/types.d.ts +40 -0
  762. package/node_modules/@xrkseek/server-loader/dist/types.d.ts.map +1 -1
  763. package/node_modules/@xrkseek/xrk-file-reference/README.i18n.yaml +6 -0
  764. package/node_modules/@xrkseek/xrk-file-reference/README.md +22 -0
  765. package/node_modules/@xrkseek/xrk-file-reference/README.zh.md +22 -0
  766. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts +33 -0
  767. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.d.ts.map +1 -0
  768. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js +43 -0
  769. package/node_modules/@xrkseek/xrk-file-reference/dist/grammar.js.map +1 -0
  770. package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts +13 -0
  771. package/node_modules/@xrkseek/xrk-file-reference/dist/types.d.ts.map +1 -0
  772. package/node_modules/@xrkseek/xrk-file-reference/dist/types.js +7 -0
  773. package/node_modules/@xrkseek/xrk-file-reference/dist/types.js.map +1 -0
  774. package/node_modules/@xrkseek/xrk-file-reference/package.json +31 -0
  775. package/node_modules/@xrkseek/xrk-file-reference-local/README.i18n.yaml +6 -0
  776. package/node_modules/@xrkseek/xrk-file-reference-local/README.md +45 -0
  777. package/node_modules/@xrkseek/xrk-file-reference-local/README.zh.md +45 -0
  778. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts +52 -0
  779. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.d.ts.map +1 -0
  780. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js +258 -0
  781. package/node_modules/@xrkseek/xrk-file-reference-local/dist/search.js.map +1 -0
  782. package/node_modules/@xrkseek/xrk-file-reference-local/package.json +29 -0
  783. package/node_modules/@xrkseek/xrk-session-reference/README.i18n.yaml +6 -0
  784. package/node_modules/@xrkseek/xrk-session-reference/README.md +50 -0
  785. package/node_modules/@xrkseek/xrk-session-reference/README.zh.md +50 -0
  786. package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts +25 -0
  787. package/node_modules/@xrkseek/xrk-session-reference/dist/config.d.ts.map +1 -0
  788. package/node_modules/@xrkseek/xrk-session-reference/dist/config.js +18 -0
  789. package/node_modules/@xrkseek/xrk-session-reference/dist/config.js.map +1 -0
  790. package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts +70 -0
  791. package/node_modules/@xrkseek/xrk-session-reference/dist/types.d.ts.map +1 -0
  792. package/node_modules/@xrkseek/xrk-session-reference/dist/types.js +11 -0
  793. package/node_modules/@xrkseek/xrk-session-reference/dist/types.js.map +1 -0
  794. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts +40 -0
  795. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.d.ts.map +1 -0
  796. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js +81 -0
  797. package/node_modules/@xrkseek/xrk-session-reference/dist/uri.js.map +1 -0
  798. package/node_modules/@xrkseek/xrk-session-reference/package.json +39 -0
  799. package/node_modules/detect-libc/LICENSE +201 -0
  800. package/node_modules/detect-libc/README.md +163 -0
  801. package/node_modules/detect-libc/index.d.ts +14 -0
  802. package/node_modules/detect-libc/lib/detect-libc.js +313 -0
  803. package/node_modules/detect-libc/lib/elf.js +39 -0
  804. package/node_modules/detect-libc/lib/filesystem.js +51 -0
  805. package/node_modules/detect-libc/lib/process.js +24 -0
  806. package/node_modules/detect-libc/package.json +44 -0
  807. package/node_modules/semver/LICENSE +15 -0
  808. package/node_modules/semver/README.md +680 -0
  809. package/node_modules/semver/bin/semver.js +195 -0
  810. package/node_modules/semver/classes/comparator.js +143 -0
  811. package/node_modules/semver/classes/index.js +7 -0
  812. package/node_modules/semver/classes/range.js +577 -0
  813. package/node_modules/semver/classes/semver.js +350 -0
  814. package/node_modules/semver/functions/clean.js +8 -0
  815. package/node_modules/semver/functions/cmp.js +54 -0
  816. package/node_modules/semver/functions/coerce.js +62 -0
  817. package/node_modules/semver/functions/compare-build.js +9 -0
  818. package/node_modules/semver/functions/compare-loose.js +5 -0
  819. package/node_modules/semver/functions/compare.js +7 -0
  820. package/node_modules/semver/functions/diff.js +60 -0
  821. package/node_modules/semver/functions/eq.js +5 -0
  822. package/node_modules/semver/functions/gt.js +5 -0
  823. package/node_modules/semver/functions/gte.js +5 -0
  824. package/node_modules/semver/functions/inc.js +21 -0
  825. package/node_modules/semver/functions/lt.js +5 -0
  826. package/node_modules/semver/functions/lte.js +5 -0
  827. package/node_modules/semver/functions/major.js +5 -0
  828. package/node_modules/semver/functions/minor.js +5 -0
  829. package/node_modules/semver/functions/neq.js +5 -0
  830. package/node_modules/semver/functions/parse.js +18 -0
  831. package/node_modules/semver/functions/patch.js +5 -0
  832. package/node_modules/semver/functions/prerelease.js +8 -0
  833. package/node_modules/semver/functions/rcompare.js +5 -0
  834. package/node_modules/semver/functions/rsort.js +5 -0
  835. package/node_modules/semver/functions/satisfies.js +12 -0
  836. package/node_modules/semver/functions/sort.js +5 -0
  837. package/node_modules/semver/functions/truncate.js +48 -0
  838. package/node_modules/semver/functions/valid.js +8 -0
  839. package/node_modules/semver/index.js +93 -0
  840. package/node_modules/semver/internal/constants.js +37 -0
  841. package/node_modules/semver/internal/debug.js +11 -0
  842. package/node_modules/semver/internal/identifiers.js +29 -0
  843. package/node_modules/semver/internal/lrucache.js +42 -0
  844. package/node_modules/semver/internal/parse-options.js +17 -0
  845. package/node_modules/semver/internal/re.js +223 -0
  846. package/node_modules/semver/package.json +78 -0
  847. package/node_modules/semver/preload.js +4 -0
  848. package/node_modules/semver/range.bnf +17 -0
  849. package/node_modules/semver/ranges/gtr.js +6 -0
  850. package/node_modules/semver/ranges/intersects.js +9 -0
  851. package/node_modules/semver/ranges/ltr.js +6 -0
  852. package/node_modules/semver/ranges/max-satisfying.js +27 -0
  853. package/node_modules/semver/ranges/min-satisfying.js +26 -0
  854. package/node_modules/semver/ranges/min-version.js +63 -0
  855. package/node_modules/semver/ranges/outside.js +82 -0
  856. package/node_modules/semver/ranges/simplify.js +49 -0
  857. package/node_modules/semver/ranges/subset.js +249 -0
  858. package/node_modules/semver/ranges/to-comparators.js +10 -0
  859. package/node_modules/semver/ranges/valid.js +13 -0
  860. package/node_modules/sharp/LICENSE +191 -0
  861. package/node_modules/sharp/README.md +112 -0
  862. package/node_modules/sharp/dist/channel.cjs +177 -0
  863. package/node_modules/sharp/dist/channel.mjs +177 -0
  864. package/node_modules/sharp/dist/colour.cjs +199 -0
  865. package/node_modules/sharp/dist/colour.mjs +199 -0
  866. package/node_modules/sharp/dist/composite.cjs +213 -0
  867. package/node_modules/sharp/dist/composite.mjs +213 -0
  868. package/node_modules/sharp/dist/constructor.cjs +511 -0
  869. package/node_modules/sharp/dist/constructor.mjs +511 -0
  870. package/node_modules/sharp/dist/index.cjs +25 -0
  871. package/node_modules/sharp/dist/index.d.cts +1999 -0
  872. package/node_modules/sharp/dist/index.d.mts +2046 -0
  873. package/node_modules/sharp/dist/index.mjs +25 -0
  874. package/node_modules/sharp/dist/input.cjs +814 -0
  875. package/node_modules/sharp/dist/input.mjs +814 -0
  876. package/node_modules/sharp/dist/is.cjs +143 -0
  877. package/node_modules/sharp/dist/is.mjs +143 -0
  878. package/node_modules/sharp/dist/libvips.cjs +212 -0
  879. package/node_modules/sharp/dist/libvips.mjs +212 -0
  880. package/node_modules/sharp/dist/operation.cjs +998 -0
  881. package/node_modules/sharp/dist/operation.mjs +998 -0
  882. package/node_modules/sharp/dist/output.cjs +1788 -0
  883. package/node_modules/sharp/dist/output.mjs +1788 -0
  884. package/node_modules/sharp/dist/resize.cjs +617 -0
  885. package/node_modules/sharp/dist/resize.mjs +617 -0
  886. package/node_modules/sharp/dist/sharp.cjs +174 -0
  887. package/node_modules/sharp/dist/sharp.mjs +174 -0
  888. package/node_modules/sharp/dist/utility.cjs +301 -0
  889. package/node_modules/sharp/dist/utility.mjs +301 -0
  890. package/node_modules/sharp/install/build.js +38 -0
  891. package/node_modules/sharp/lib/index.d.ts +1999 -0
  892. package/node_modules/sharp/package.json +227 -0
  893. package/node_modules/sharp/src/binding.gyp +303 -0
  894. package/node_modules/sharp/src/common.cc +1183 -0
  895. package/node_modules/sharp/src/common.h +421 -0
  896. package/node_modules/sharp/src/metadata.cc +404 -0
  897. package/node_modules/sharp/src/metadata.h +95 -0
  898. package/node_modules/sharp/src/operations.cc +516 -0
  899. package/node_modules/sharp/src/operations.h +137 -0
  900. package/node_modules/sharp/src/pipeline.cc +1948 -0
  901. package/node_modules/sharp/src/pipeline.h +422 -0
  902. package/node_modules/sharp/src/sharp.cc +43 -0
  903. package/node_modules/sharp/src/stats.cc +186 -0
  904. package/node_modules/sharp/src/stats.h +62 -0
  905. package/node_modules/sharp/src/utilities.cc +289 -0
  906. package/node_modules/sharp/src/utilities.h +22 -0
  907. package/node_modules/undici-types/LICENSE +21 -0
  908. package/node_modules/undici-types/README.md +6 -0
  909. package/node_modules/undici-types/agent.d.ts +32 -0
  910. package/node_modules/undici-types/api.d.ts +43 -0
  911. package/node_modules/undici-types/balanced-pool.d.ts +30 -0
  912. package/node_modules/undici-types/cache-interceptor.d.ts +173 -0
  913. package/node_modules/undici-types/cache.d.ts +36 -0
  914. package/node_modules/undici-types/client-stats.d.ts +15 -0
  915. package/node_modules/undici-types/client.d.ts +108 -0
  916. package/node_modules/undici-types/connector.d.ts +34 -0
  917. package/node_modules/undici-types/content-type.d.ts +21 -0
  918. package/node_modules/undici-types/cookies.d.ts +30 -0
  919. package/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  920. package/node_modules/undici-types/dispatcher.d.ts +276 -0
  921. package/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  922. package/node_modules/undici-types/errors.d.ts +161 -0
  923. package/node_modules/undici-types/eventsource.d.ts +66 -0
  924. package/node_modules/undici-types/fetch.d.ts +211 -0
  925. package/node_modules/undici-types/formdata.d.ts +108 -0
  926. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  927. package/node_modules/undici-types/global-origin.d.ts +7 -0
  928. package/node_modules/undici-types/h2c-client.d.ts +73 -0
  929. package/node_modules/undici-types/handlers.d.ts +15 -0
  930. package/node_modules/undici-types/header.d.ts +160 -0
  931. package/node_modules/undici-types/index.d.ts +88 -0
  932. package/node_modules/undici-types/interceptors.d.ts +73 -0
  933. package/node_modules/undici-types/mock-agent.d.ts +68 -0
  934. package/node_modules/undici-types/mock-call-history.d.ts +111 -0
  935. package/node_modules/undici-types/mock-client.d.ts +27 -0
  936. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  937. package/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  938. package/node_modules/undici-types/mock-pool.d.ts +27 -0
  939. package/node_modules/undici-types/package.json +55 -0
  940. package/node_modules/undici-types/patch.d.ts +29 -0
  941. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  942. package/node_modules/undici-types/pool.d.ts +41 -0
  943. package/node_modules/undici-types/proxy-agent.d.ts +29 -0
  944. package/node_modules/undici-types/readable.d.ts +68 -0
  945. package/node_modules/undici-types/retry-agent.d.ts +8 -0
  946. package/node_modules/undici-types/retry-handler.d.ts +125 -0
  947. package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  948. package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  949. package/node_modules/undici-types/util.d.ts +18 -0
  950. package/node_modules/undici-types/utility.d.ts +7 -0
  951. package/node_modules/undici-types/webidl.d.ts +341 -0
  952. package/node_modules/undici-types/websocket.d.ts +186 -0
  953. package/package.json +23 -1
  954. package/product-web/assets/{index-CSGf6Qzd.css → index-C0u-TtQQ.css} +1 -1
  955. package/product-web/assets/index-CHKZdZNt.js +112 -0
  956. package/product-web/assets/index-CHKZdZNt.js.map +1 -0
  957. package/product-web/assets/langs/{php-DY2VakOf.js → php-9bx0az3O.js} +2 -2
  958. package/product-web/assets/langs/{php-DY2VakOf.js.map → php-9bx0az3O.js.map} +1 -1
  959. package/product-web/assets/langs/{ruby-hwtoiFmS.js → ruby-HDLHRjSL.js} +2 -2
  960. package/product-web/assets/langs/{ruby-hwtoiFmS.js.map → ruby-HDLHRjSL.js.map} +1 -1
  961. package/product-web/assets/{vendor-CldRVjca.js → vendor-CeMKrCZm.js} +36 -35
  962. package/product-web/assets/vendor-CeMKrCZm.js.map +1 -0
  963. package/product-web/boot.json +20 -1
  964. package/product-web/index.html +3 -3
  965. package/product-web/plugins/@xrkseek/client-connection/client.js +7 -164
  966. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  967. package/product-web/plugins/@xrkseek/client-modules/client.js +83 -12
  968. package/product-web/plugins/@xrkseek/client-runtime/client.js +8 -56
  969. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +34 -34
  970. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +782 -0
  971. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
  972. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +967 -563
  973. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +4 -4
  974. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
  975. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +7 -7
  976. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +82 -26
  977. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
  978. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +2 -2
  979. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +4 -4
  980. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
  981. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +2 -2
  982. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +1 -1
  983. package/product-web/plugins/@xrkseek/client-ui-reference/client.js +148 -0
  984. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +13 -13
  985. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +58 -58
  986. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +10 -10
  987. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
  988. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
  989. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
  990. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +289 -157
  991. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +1 -1
  992. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +37 -37
  993. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +147 -168
  994. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
  995. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +16 -16
  996. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +56 -56
  997. package/product-web/plugins/@xrkseek/xrk-api-remotes/client.js +20 -1
  998. package/product-web/assets/index-CcF0Sxxg.js +0 -297
  999. package/product-web/assets/index-CcF0Sxxg.js.map +0 -1
  1000. package/product-web/assets/vendor-CldRVjca.js.map +0 -1
@@ -0,0 +1,1040 @@
1
+ /**
2
+ * The `node:sqlite` module facilitates working with SQLite databases.
3
+ * To access it:
4
+ *
5
+ * ```js
6
+ * import sqlite from 'node:sqlite';
7
+ * ```
8
+ *
9
+ * This module is only available under the `node:` scheme.
10
+ *
11
+ * The following example shows the basic usage of the `node:sqlite` module to open
12
+ * an in-memory database, write data to the database, and then read the data back.
13
+ *
14
+ * ```js
15
+ * import { DatabaseSync } from 'node:sqlite';
16
+ * const database = new DatabaseSync(':memory:');
17
+ *
18
+ * // Execute SQL statements from strings.
19
+ * database.exec(`
20
+ * CREATE TABLE data(
21
+ * key INTEGER PRIMARY KEY,
22
+ * value TEXT
23
+ * ) STRICT
24
+ * `);
25
+ * // Create a prepared statement to insert data into the database.
26
+ * const insert = database.prepare('INSERT INTO data (key, value) VALUES (?, ?)');
27
+ * // Execute the prepared statement with bound values.
28
+ * insert.run(1, 'hello');
29
+ * insert.run(2, 'world');
30
+ * // Create a prepared statement to read data from the database.
31
+ * const query = database.prepare('SELECT * FROM data ORDER BY key');
32
+ * // Execute the prepared statement and log the result set.
33
+ * console.log(query.all());
34
+ * // Prints: [ { key: 1, value: 'hello' }, { key: 2, value: 'world' } ]
35
+ * ```
36
+ * @since v22.5.0
37
+ * @experimental
38
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/sqlite.js)
39
+ */
40
+ declare module "node:sqlite" {
41
+ import { PathLike } from "node:fs";
42
+ type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView;
43
+ type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array;
44
+ interface DatabaseSyncOptions {
45
+ /**
46
+ * If `true`, the database is opened by the constructor. When
47
+ * this value is `false`, the database must be opened via the `open()` method.
48
+ * @since v22.5.0
49
+ * @default true
50
+ */
51
+ open?: boolean | undefined;
52
+ /**
53
+ * If `true`, foreign key constraints
54
+ * are enabled. This is recommended but can be disabled for compatibility with
55
+ * legacy database schemas. The enforcement of foreign key constraints can be
56
+ * enabled and disabled after opening the database using
57
+ * [`PRAGMA foreign_keys`](https://www.sqlite.org/pragma.html#pragma_foreign_keys).
58
+ * @since v22.10.0
59
+ * @default true
60
+ */
61
+ enableForeignKeyConstraints?: boolean | undefined;
62
+ /**
63
+ * If `true`, SQLite will accept
64
+ * [double-quoted string literals](https://www.sqlite.org/quirks.html#dblquote).
65
+ * This is not recommended but can be
66
+ * enabled for compatibility with legacy database schemas.
67
+ * @since v22.10.0
68
+ * @default false
69
+ */
70
+ enableDoubleQuotedStringLiterals?: boolean | undefined;
71
+ /**
72
+ * If `true`, the database is opened in read-only mode.
73
+ * If the database does not exist, opening it will fail.
74
+ * @since v22.12.0
75
+ * @default false
76
+ */
77
+ readOnly?: boolean | undefined;
78
+ /**
79
+ * If `true`, the `loadExtension` SQL function
80
+ * and the `loadExtension()` method are enabled.
81
+ * You can call `enableLoadExtension(false)` later to disable this feature.
82
+ * @since v22.13.0
83
+ * @default false
84
+ */
85
+ allowExtension?: boolean | undefined;
86
+ /**
87
+ * The [busy timeout](https://sqlite.org/c3ref/busy_timeout.html) in milliseconds. This is the maximum amount of
88
+ * time that SQLite will wait for a database lock to be released before
89
+ * returning an error.
90
+ * @since v24.0.0
91
+ * @default 0
92
+ */
93
+ timeout?: number | undefined;
94
+ /**
95
+ * If `true`, integer fields are read as JavaScript `BigInt` values. If `false`,
96
+ * integer fields are read as JavaScript numbers.
97
+ * @since v24.4.0
98
+ * @default false
99
+ */
100
+ readBigInts?: boolean | undefined;
101
+ /**
102
+ * If `true`, query results are returned as arrays instead of objects.
103
+ * @since v24.4.0
104
+ * @default false
105
+ */
106
+ returnArrays?: boolean | undefined;
107
+ /**
108
+ * If `true`, allows binding named parameters without the prefix
109
+ * character (e.g., `foo` instead of `:foo`).
110
+ * @since v24.4.40
111
+ * @default true
112
+ */
113
+ allowBareNamedParameters?: boolean | undefined;
114
+ /**
115
+ * If `true`, unknown named parameters are ignored when binding.
116
+ * If `false`, an exception is thrown for unknown named parameters.
117
+ * @since v24.4.40
118
+ * @default false
119
+ */
120
+ allowUnknownNamedParameters?: boolean | undefined;
121
+ /**
122
+ * If `true`, enables the defensive flag. When the defensive flag is enabled,
123
+ * language features that allow ordinary SQL to deliberately corrupt the database
124
+ * file are disabled. The defensive flag can also be set using `enableDefensive()`.
125
+ * @since v24.12.0
126
+ * @default true
127
+ */
128
+ defensive?: boolean | undefined;
129
+ }
130
+ interface CreateSessionOptions {
131
+ /**
132
+ * A specific table to track changes for. By default, changes to all tables are tracked.
133
+ * @since v22.12.0
134
+ */
135
+ table?: string | undefined;
136
+ /**
137
+ * Name of the database to track. This is useful when multiple databases have been added using
138
+ * [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html).
139
+ * @since v22.12.0
140
+ * @default 'main'
141
+ */
142
+ db?: string | undefined;
143
+ }
144
+ interface ApplyChangesetOptions {
145
+ /**
146
+ * Skip changes that, when targeted table name is supplied to this function, return a truthy value.
147
+ * By default, all changes are attempted.
148
+ * @since v22.12.0
149
+ */
150
+ filter?: ((tableName: string) => boolean) | undefined;
151
+ /**
152
+ * A function that determines how to handle conflicts. The function receives one argument,
153
+ * which can be one of the following values:
154
+ *
155
+ * * `SQLITE_CHANGESET_DATA`: A `DELETE` or `UPDATE` change does not contain the expected "before" values.
156
+ * * `SQLITE_CHANGESET_NOTFOUND`: A row matching the primary key of the `DELETE` or `UPDATE` change does not exist.
157
+ * * `SQLITE_CHANGESET_CONFLICT`: An `INSERT` change results in a duplicate primary key.
158
+ * * `SQLITE_CHANGESET_FOREIGN_KEY`: Applying a change would result in a foreign key violation.
159
+ * * `SQLITE_CHANGESET_CONSTRAINT`: Applying a change results in a `UNIQUE`, `CHECK`, or `NOT NULL` constraint
160
+ * violation.
161
+ *
162
+ * The function should return one of the following values:
163
+ *
164
+ * * `SQLITE_CHANGESET_OMIT`: Omit conflicting changes.
165
+ * * `SQLITE_CHANGESET_REPLACE`: Replace existing values with conflicting changes (only valid with
166
+ `SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT` conflicts).
167
+ * * `SQLITE_CHANGESET_ABORT`: Abort on conflict and roll back the database.
168
+ *
169
+ * When an error is thrown in the conflict handler or when any other value is returned from the handler,
170
+ * applying the changeset is aborted and the database is rolled back.
171
+ *
172
+ * **Default**: A function that returns `SQLITE_CHANGESET_ABORT`.
173
+ * @since v22.12.0
174
+ */
175
+ onConflict?: ((conflictType: number) => number) | undefined;
176
+ }
177
+ interface FunctionOptions {
178
+ /**
179
+ * If `true`, the [`SQLITE_DETERMINISTIC`](https://www.sqlite.org/c3ref/c_deterministic.html) flag is
180
+ * set on the created function.
181
+ * @default false
182
+ */
183
+ deterministic?: boolean | undefined;
184
+ /**
185
+ * If `true`, the [`SQLITE_DIRECTONLY`](https://www.sqlite.org/c3ref/c_directonly.html) flag is set on
186
+ * the created function.
187
+ * @default false
188
+ */
189
+ directOnly?: boolean | undefined;
190
+ /**
191
+ * If `true`, integer arguments to `function`
192
+ * are converted to `BigInt`s. If `false`, integer arguments are passed as
193
+ * JavaScript numbers.
194
+ * @default false
195
+ */
196
+ useBigIntArguments?: boolean | undefined;
197
+ /**
198
+ * If `true`, `function` may be invoked with any number of
199
+ * arguments (between zero and
200
+ * [`SQLITE_MAX_FUNCTION_ARG`](https://www.sqlite.org/limits.html#max_function_arg)). If `false`,
201
+ * `function` must be invoked with exactly `function.length` arguments.
202
+ * @default false
203
+ */
204
+ varargs?: boolean | undefined;
205
+ }
206
+ interface AggregateOptions<T extends SQLInputValue = SQLInputValue> extends FunctionOptions {
207
+ /**
208
+ * The identity value for the aggregation function. This value is used when the aggregation
209
+ * function is initialized. When a `Function` is passed the identity will be its return value.
210
+ */
211
+ start: T | (() => T);
212
+ /**
213
+ * The function to call for each row in the aggregation. The
214
+ * function receives the current state and the row value. The return value of
215
+ * this function should be the new state.
216
+ */
217
+ step: (accumulator: T, ...args: SQLOutputValue[]) => T;
218
+ /**
219
+ * The function to call to get the result of the
220
+ * aggregation. The function receives the final state and should return the
221
+ * result of the aggregation.
222
+ */
223
+ result?: ((accumulator: T) => SQLInputValue) | undefined;
224
+ /**
225
+ * When this function is provided, the `aggregate` method will work as a window function.
226
+ * The function receives the current state and the dropped row value. The return value of this function should be the
227
+ * new state.
228
+ */
229
+ inverse?: ((accumulator: T, ...args: SQLOutputValue[]) => T) | undefined;
230
+ }
231
+ /**
232
+ * This class represents a single [connection](https://www.sqlite.org/c3ref/sqlite3.html) to a SQLite database. All APIs
233
+ * exposed by this class execute synchronously.
234
+ * @since v22.5.0
235
+ */
236
+ class DatabaseSync implements Disposable {
237
+ /**
238
+ * Constructs a new `DatabaseSync` instance.
239
+ * @param path The path of the database.
240
+ * A SQLite database can be stored in a file or completely [in memory](https://www.sqlite.org/inmemorydb.html).
241
+ * To use a file-backed database, the path should be a file path.
242
+ * To use an in-memory database, the path should be the special name `':memory:'`.
243
+ * @param options Configuration options for the database connection.
244
+ */
245
+ constructor(path: PathLike, options?: DatabaseSyncOptions);
246
+ /**
247
+ * Registers a new aggregate function with the SQLite database. This method is a wrapper around
248
+ * [`sqlite3_create_window_function()`](https://www.sqlite.org/c3ref/create_function.html).
249
+ *
250
+ * When used as a window function, the `result` function will be called multiple times.
251
+ *
252
+ * ```js
253
+ * import { DatabaseSync } from 'node:sqlite';
254
+ *
255
+ * const db = new DatabaseSync(':memory:');
256
+ * db.exec(`
257
+ * CREATE TABLE t3(x, y);
258
+ * INSERT INTO t3 VALUES ('a', 4),
259
+ * ('b', 5),
260
+ * ('c', 3),
261
+ * ('d', 8),
262
+ * ('e', 1);
263
+ * `);
264
+ *
265
+ * db.aggregate('sumint', {
266
+ * start: 0,
267
+ * step: (acc, value) => acc + value,
268
+ * });
269
+ *
270
+ * db.prepare('SELECT sumint(y) as total FROM t3').get(); // { total: 21 }
271
+ * ```
272
+ * @since v24.0.0
273
+ * @param name The name of the SQLite function to create.
274
+ * @param options Function configuration settings.
275
+ */
276
+ aggregate(name: string, options: AggregateOptions): void;
277
+ aggregate<T extends SQLInputValue>(name: string, options: AggregateOptions<T>): void;
278
+ /**
279
+ * Closes the database connection. An exception is thrown if the database is not
280
+ * open. This method is a wrapper around [`sqlite3_close_v2()`](https://www.sqlite.org/c3ref/close.html).
281
+ * @since v22.5.0
282
+ */
283
+ close(): void;
284
+ /**
285
+ * Loads a shared library into the database connection. This method is a wrapper
286
+ * around [`sqlite3_load_extension()`](https://www.sqlite.org/c3ref/load_extension.html). It is required to enable the
287
+ * `allowExtension` option when constructing the `DatabaseSync` instance.
288
+ * @since v22.13.0
289
+ * @param path The path to the shared library to load.
290
+ */
291
+ loadExtension(path: string): void;
292
+ /**
293
+ * Enables or disables the `loadExtension` SQL function, and the `loadExtension()`
294
+ * method. When `allowExtension` is `false` when constructing, you cannot enable
295
+ * loading extensions for security reasons.
296
+ * @since v22.13.0
297
+ * @param allow Whether to allow loading extensions.
298
+ */
299
+ enableLoadExtension(allow: boolean): void;
300
+ /**
301
+ * Enables or disables the defensive flag. When the defensive flag is active,
302
+ * language features that allow ordinary SQL to deliberately corrupt the
303
+ * database file are disabled.
304
+ * See [`SQLITE_DBCONFIG_DEFENSIVE`](https://www.sqlite.org/c3ref/c_dbconfig_defensive.html#sqlitedbconfigdefensive)
305
+ * in the SQLite documentation for details.
306
+ * @since v24.12.0
307
+ * @param active Whether to set the defensive flag.
308
+ */
309
+ enableDefensive(active: boolean): void;
310
+ /**
311
+ * This method is a wrapper around [`sqlite3_db_filename()`](https://sqlite.org/c3ref/db_filename.html)
312
+ * @since v24.0.0
313
+ * @param dbName Name of the database. This can be `'main'` (the default primary database) or any other
314
+ * database that has been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html) **Default:** `'main'`.
315
+ * @returns The location of the database file. When using an in-memory database,
316
+ * this method returns null.
317
+ */
318
+ location(dbName?: string): string | null;
319
+ /**
320
+ * This method allows one or more SQL statements to be executed without returning
321
+ * any results. This method is useful when executing SQL statements read from a
322
+ * file. This method is a wrapper around [`sqlite3_exec()`](https://www.sqlite.org/c3ref/exec.html).
323
+ * @since v22.5.0
324
+ * @param sql A SQL string to execute.
325
+ */
326
+ exec(sql: string): void;
327
+ /**
328
+ * This method is used to create SQLite user-defined functions. This method is a
329
+ * wrapper around [`sqlite3_create_function_v2()`](https://www.sqlite.org/c3ref/create_function.html).
330
+ * @since v22.13.0
331
+ * @param name The name of the SQLite function to create.
332
+ * @param options Optional configuration settings for the function.
333
+ * @param func The JavaScript function to call when the SQLite
334
+ * function is invoked. The return value of this function should be a valid
335
+ * SQLite data type: see
336
+ * [Type conversion between JavaScript and SQLite](https://nodejs.org/docs/latest-v24.x/api/sqlite.html#type-conversion-between-javascript-and-sqlite).
337
+ * The result defaults to `NULL` if the return value is `undefined`.
338
+ */
339
+ function(
340
+ name: string,
341
+ options: FunctionOptions,
342
+ func: (...args: SQLOutputValue[]) => SQLInputValue,
343
+ ): void;
344
+ function(name: string, func: (...args: SQLOutputValue[]) => SQLInputValue): void;
345
+ /**
346
+ * Sets an authorizer callback that SQLite will invoke whenever it attempts to
347
+ * access data or modify the database schema through prepared statements.
348
+ * This can be used to implement security policies, audit access, or restrict certain operations.
349
+ * This method is a wrapper around [`sqlite3_set_authorizer()`](https://sqlite.org/c3ref/set_authorizer.html).
350
+ *
351
+ * When invoked, the callback receives five arguments:
352
+ *
353
+ * * `actionCode` {number} The type of operation being performed (e.g.,
354
+ * `SQLITE_INSERT`, `SQLITE_UPDATE`, `SQLITE_SELECT`).
355
+ * * `arg1` {string|null} The first argument (context-dependent, often a table name).
356
+ * * `arg2` {string|null} The second argument (context-dependent, often a column name).
357
+ * * `dbName` {string|null} The name of the database.
358
+ * * `triggerOrView` {string|null} The name of the trigger or view causing the access.
359
+ *
360
+ * The callback must return one of the following constants:
361
+ *
362
+ * * `SQLITE_OK` - Allow the operation.
363
+ * * `SQLITE_DENY` - Deny the operation (causes an error).
364
+ * * `SQLITE_IGNORE` - Ignore the operation (silently skip).
365
+ *
366
+ * ```js
367
+ * import { DatabaseSync, constants } from 'node:sqlite';
368
+ * const db = new DatabaseSync(':memory:');
369
+ *
370
+ * // Set up an authorizer that denies all table creation
371
+ * db.setAuthorizer((actionCode) => {
372
+ * if (actionCode === constants.SQLITE_CREATE_TABLE) {
373
+ * return constants.SQLITE_DENY;
374
+ * }
375
+ * return constants.SQLITE_OK;
376
+ * });
377
+ *
378
+ * // This will work
379
+ * db.prepare('SELECT 1').get();
380
+ *
381
+ * // This will throw an error due to authorization denial
382
+ * try {
383
+ * db.exec('CREATE TABLE blocked (id INTEGER)');
384
+ * } catch (err) {
385
+ * console.log('Operation blocked:', err.message);
386
+ * }
387
+ * ```
388
+ * @since v24.10.0
389
+ * @param callback The authorizer function to set, or `null` to
390
+ * clear the current authorizer.
391
+ */
392
+ setAuthorizer(
393
+ callback:
394
+ | ((
395
+ actionCode: number,
396
+ arg1: string | null,
397
+ arg2: string | null,
398
+ dbName: string | null,
399
+ triggerOrView: string | null,
400
+ ) => number)
401
+ | null,
402
+ ): void;
403
+ /**
404
+ * Whether the database is currently open or not.
405
+ * @since v22.15.0
406
+ */
407
+ readonly isOpen: boolean;
408
+ /**
409
+ * Whether the database is currently within a transaction. This method
410
+ * is a wrapper around [`sqlite3_get_autocommit()`](https://sqlite.org/c3ref/get_autocommit.html).
411
+ * @since v24.0.0
412
+ */
413
+ readonly isTransaction: boolean;
414
+ /**
415
+ * Opens the database specified in the `path` argument of the `DatabaseSync`constructor. This method should only be used when the database is not opened via
416
+ * the constructor. An exception is thrown if the database is already open.
417
+ * @since v22.5.0
418
+ */
419
+ open(): void;
420
+ /**
421
+ * Compiles a SQL statement into a [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This method is a wrapper
422
+ * around [`sqlite3_prepare_v2()`](https://www.sqlite.org/c3ref/prepare.html).
423
+ * @since v22.5.0
424
+ * @param sql A SQL string to compile to a prepared statement.
425
+ * @return The prepared statement.
426
+ */
427
+ prepare(sql: string): StatementSync;
428
+ /**
429
+ * Creates a new {@link SQLTagStore}, which is a Least Recently Used (LRU) cache
430
+ * for storing prepared statements. This allows for the efficient reuse of
431
+ * prepared statements by tagging them with a unique identifier.
432
+ *
433
+ * When a tagged SQL literal is executed, the `SQLTagStore` checks if a prepared
434
+ * statement for the corresponding SQL query string already exists in the cache.
435
+ * If it does, the cached statement is used. If not, a new prepared statement is
436
+ * created, executed, and then stored in the cache for future use. This mechanism
437
+ * helps to avoid the overhead of repeatedly parsing and preparing the same SQL
438
+ * statements.
439
+ *
440
+ * Tagged statements bind the placeholder values from the template literal as
441
+ * parameters to the underlying prepared statement. For example:
442
+ *
443
+ * ```js
444
+ * sqlTagStore.get`SELECT ${value}`;
445
+ * ```
446
+ *
447
+ * is equivalent to:
448
+ *
449
+ * ```js
450
+ * db.prepare('SELECT ?').get(value);
451
+ * ```
452
+ *
453
+ * However, in the first example, the tag store will cache the underlying prepared
454
+ * statement for future use.
455
+ *
456
+ * > **Note:** The `${value}` syntax in tagged statements _binds_ a parameter to
457
+ * > the prepared statement. This differs from its behavior in _untagged_ template
458
+ * > literals, where it performs string interpolation.
459
+ * >
460
+ * > ```js
461
+ * > // This a safe example of binding a parameter to a tagged statement.
462
+ * > sqlTagStore.run`INSERT INTO t1 (id) VALUES (${id})`;
463
+ * >
464
+ * > // This is an *unsafe* example of an untagged template string.
465
+ * > // `id` is interpolated into the query text as a string.
466
+ * > // This can lead to SQL injection and data corruption.
467
+ * > db.run(`INSERT INTO t1 (id) VALUES (${id})`);
468
+ * > ```
469
+ *
470
+ * The tag store will match a statement from the cache if the query strings
471
+ * (including the positions of any bound placeholders) are identical.
472
+ *
473
+ * ```js
474
+ * // The following statements will match in the cache:
475
+ * sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
476
+ * sqlTagStore.get`SELECT * FROM t1 WHERE id = ${12345} AND active = 1`;
477
+ *
478
+ * // The following statements will not match, as the query strings
479
+ * // and bound placeholders differ:
480
+ * sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
481
+ * sqlTagStore.get`SELECT * FROM t1 WHERE id = 12345 AND active = 1`;
482
+ *
483
+ * // The following statements will not match, as matches are case-sensitive:
484
+ * sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
485
+ * sqlTagStore.get`select * from t1 where id = ${id} and active = 1`;
486
+ * ```
487
+ *
488
+ * The only way of binding parameters in tagged statements is with the `${value}`
489
+ * syntax. Do not add parameter binding placeholders (`?` etc.) to the SQL query
490
+ * string itself.
491
+ *
492
+ * ```js
493
+ * import { DatabaseSync } from 'node:sqlite';
494
+ *
495
+ * const db = new DatabaseSync(':memory:');
496
+ * const sql = db.createTagStore();
497
+ *
498
+ * db.exec('CREATE TABLE users (id INT, name TEXT)');
499
+ *
500
+ * // Using the 'run' method to insert data.
501
+ * // The tagged literal is used to identify the prepared statement.
502
+ * sql.run`INSERT INTO users VALUES (1, 'Alice')`;
503
+ * sql.run`INSERT INTO users VALUES (2, 'Bob')`;
504
+ *
505
+ * // Using the 'get' method to retrieve a single row.
506
+ * const name = 'Alice';
507
+ * const user = sql.get`SELECT * FROM users WHERE name = ${name}`;
508
+ * console.log(user); // { id: 1, name: 'Alice' }
509
+ *
510
+ * // Using the 'all' method to retrieve all rows.
511
+ * const allUsers = sql.all`SELECT * FROM users ORDER BY id`;
512
+ * console.log(allUsers);
513
+ * // [
514
+ * // { id: 1, name: 'Alice' },
515
+ * // { id: 2, name: 'Bob' }
516
+ * // ]
517
+ * ```
518
+ * @since v24.9.0
519
+ * @param maxSize The maximum number of prepared statements to cache. **Default**: `1000`.
520
+ * @returns A new SQL tag store for caching prepared statements.
521
+ */
522
+ createTagStore(maxSize?: number): SQLTagStore;
523
+ /**
524
+ * Creates and attaches a session to the database. This method is a wrapper around
525
+ * [`sqlite3session_create()`](https://www.sqlite.org/session/sqlite3session_create.html) and
526
+ * [`sqlite3session_attach()`](https://www.sqlite.org/session/sqlite3session_attach.html).
527
+ * @param options The configuration options for the session.
528
+ * @returns A session handle.
529
+ * @since v22.12.0
530
+ */
531
+ createSession(options?: CreateSessionOptions): Session;
532
+ /**
533
+ * An exception is thrown if the database is not
534
+ * open. This method is a wrapper around
535
+ * [`sqlite3changeset_apply()`](https://www.sqlite.org/session/sqlite3changeset_apply.html).
536
+ *
537
+ * ```js
538
+ * import { DatabaseSync } from 'node:sqlite';
539
+ *
540
+ * const sourceDb = new DatabaseSync(':memory:');
541
+ * const targetDb = new DatabaseSync(':memory:');
542
+ *
543
+ * sourceDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)');
544
+ * targetDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)');
545
+ *
546
+ * const session = sourceDb.createSession();
547
+ *
548
+ * const insert = sourceDb.prepare('INSERT INTO data (key, value) VALUES (?, ?)');
549
+ * insert.run(1, 'hello');
550
+ * insert.run(2, 'world');
551
+ *
552
+ * const changeset = session.changeset();
553
+ * targetDb.applyChangeset(changeset);
554
+ * // Now that the changeset has been applied, targetDb contains the same data as sourceDb.
555
+ * ```
556
+ * @param changeset A binary changeset or patchset.
557
+ * @param options The configuration options for how the changes will be applied.
558
+ * @returns Whether the changeset was applied successfully without being aborted.
559
+ * @since v22.12.0
560
+ */
561
+ applyChangeset(changeset: Uint8Array, options?: ApplyChangesetOptions): boolean;
562
+ /**
563
+ * Closes the database connection. If the database connection is already closed
564
+ * then this is a no-op.
565
+ * @since v22.15.0
566
+ */
567
+ [Symbol.dispose](): void;
568
+ }
569
+ /**
570
+ * @since v22.12.0
571
+ */
572
+ interface Session {
573
+ /**
574
+ * Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times.
575
+ * An exception is thrown if the database or the session is not open. This method is a wrapper around
576
+ * [`sqlite3session_changeset()`](https://www.sqlite.org/session/sqlite3session_changeset.html).
577
+ * @returns Binary changeset that can be applied to other databases.
578
+ * @since v22.12.0
579
+ */
580
+ changeset(): NodeJS.NonSharedUint8Array;
581
+ /**
582
+ * Similar to the method above, but generates a more compact patchset. See
583
+ * [Changesets and Patchsets](https://www.sqlite.org/sessionintro.html#changesets_and_patchsets)
584
+ * in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a
585
+ * wrapper around
586
+ * [`sqlite3session_patchset()`](https://www.sqlite.org/session/sqlite3session_patchset.html).
587
+ * @returns Binary patchset that can be applied to other databases.
588
+ * @since v22.12.0
589
+ */
590
+ patchset(): NodeJS.NonSharedUint8Array;
591
+ /**
592
+ * Closes the session. An exception is thrown if the database or the session is not open. This method is a
593
+ * wrapper around
594
+ * [`sqlite3session_delete()`](https://www.sqlite.org/session/sqlite3session_delete.html).
595
+ */
596
+ close(): void;
597
+ /**
598
+ * Closes the session. If the session is already closed, does nothing.
599
+ * @since v24.9.0
600
+ */
601
+ [Symbol.dispose](): void;
602
+ }
603
+ /**
604
+ * This class represents a single LRU (Least Recently Used) cache for storing
605
+ * prepared statements.
606
+ *
607
+ * Instances of this class are created via the `database.createTagStore()`
608
+ * method, not by using a constructor. The store caches prepared statements based
609
+ * on the provided SQL query string. When the same query is seen again, the store
610
+ * retrieves the cached statement and safely applies the new values through
611
+ * parameter binding, thereby preventing attacks like SQL injection.
612
+ *
613
+ * The cache has a maxSize that defaults to 1000 statements, but a custom size can
614
+ * be provided (e.g., `database.createTagStore(100)`). All APIs exposed by this
615
+ * class execute synchronously.
616
+ * @since v24.9.0
617
+ */
618
+ interface SQLTagStore {
619
+ /**
620
+ * Executes the given SQL query and returns all resulting rows as an array of
621
+ * objects.
622
+ *
623
+ * This function is intended to be used as a template literal tag, not to be
624
+ * called directly.
625
+ * @since v24.9.0
626
+ * @param stringElements Template literal elements containing the SQL
627
+ * query.
628
+ * @param boundParameters Parameter values to be bound to placeholders in the template string.
629
+ * @returns An array of objects representing the rows returned by the query.
630
+ */
631
+ all(
632
+ stringElements: TemplateStringsArray,
633
+ ...boundParameters: SQLInputValue[]
634
+ ): Record<string, SQLOutputValue>[];
635
+ /**
636
+ * Executes the given SQL query and returns the first resulting row as an object.
637
+ *
638
+ * This function is intended to be used as a template literal tag, not to be
639
+ * called directly.
640
+ * @since v24.9.0
641
+ * @param stringElements Template literal elements containing the SQL
642
+ * query.
643
+ * @param boundParameters Parameter values to be bound to placeholders in the template string.
644
+ * @returns An object representing the first row returned by
645
+ * the query, or `undefined` if no rows are returned.
646
+ */
647
+ get(
648
+ stringElements: TemplateStringsArray,
649
+ ...boundParameters: SQLInputValue[]
650
+ ): Record<string, SQLOutputValue> | undefined;
651
+ /**
652
+ * Executes the given SQL query and returns an iterator over the resulting rows.
653
+ *
654
+ * This function is intended to be used as a template literal tag, not to be
655
+ * called directly.
656
+ * @since v24.9.0
657
+ * @param stringElements Template literal elements containing the SQL
658
+ * query.
659
+ * @param boundParameters Parameter values to be bound to placeholders in the template string.
660
+ * @returns An iterator that yields objects representing the rows returned by the query.
661
+ */
662
+ iterate(
663
+ stringElements: TemplateStringsArray,
664
+ ...boundParameters: SQLInputValue[]
665
+ ): NodeJS.Iterator<Record<string, SQLOutputValue>>;
666
+ /**
667
+ * Executes the given SQL query, which is expected to not return any rows (e.g., INSERT, UPDATE, DELETE).
668
+ *
669
+ * This function is intended to be used as a template literal tag, not to be
670
+ * called directly.
671
+ * @since v24.9.0
672
+ * @param stringElements Template literal elements containing the SQL
673
+ * query.
674
+ * @param boundParameters Parameter values to be bound to placeholders in the template string.
675
+ * @returns An object containing information about the execution, including `changes` and `lastInsertRowid`.
676
+ */
677
+ run(stringElements: TemplateStringsArray, ...boundParameters: SQLInputValue[]): StatementResultingChanges;
678
+ /**
679
+ * A read-only property that returns the number of prepared statements currently in the cache.
680
+ * @since v24.9.0
681
+ */
682
+ readonly size: number;
683
+ /**
684
+ * A read-only property that returns the maximum number of prepared statements the cache can hold.
685
+ * @since v24.9.0
686
+ */
687
+ readonly capacity: number;
688
+ /**
689
+ * A read-only property that returns the `DatabaseSync` object associated with this `SQLTagStore`.
690
+ * @since v24.9.0
691
+ */
692
+ readonly db: DatabaseSync;
693
+ /**
694
+ * Resets the LRU cache, clearing all stored prepared statements.
695
+ * @since v24.9.0
696
+ */
697
+ clear(): void;
698
+ }
699
+ interface StatementColumnMetadata {
700
+ /**
701
+ * The unaliased name of the column in the origin
702
+ * table, or `null` if the column is the result of an expression or subquery.
703
+ * This property is the result of [`sqlite3_column_origin_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
704
+ */
705
+ column: string | null;
706
+ /**
707
+ * The unaliased name of the origin database, or
708
+ * `null` if the column is the result of an expression or subquery. This
709
+ * property is the result of [`sqlite3_column_database_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
710
+ */
711
+ database: string | null;
712
+ /**
713
+ * The name assigned to the column in the result set of a
714
+ * `SELECT` statement. This property is the result of
715
+ * [`sqlite3_column_name()`](https://www.sqlite.org/c3ref/column_name.html).
716
+ */
717
+ name: string;
718
+ /**
719
+ * The unaliased name of the origin table, or `null` if
720
+ * the column is the result of an expression or subquery. This property is the
721
+ * result of [`sqlite3_column_table_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
722
+ */
723
+ table: string | null;
724
+ /**
725
+ * The declared data type of the column, or `null` if the
726
+ * column is the result of an expression or subquery. This property is the
727
+ * result of [`sqlite3_column_decltype()`](https://www.sqlite.org/c3ref/column_decltype.html).
728
+ */
729
+ type: string | null;
730
+ }
731
+ interface StatementResultingChanges {
732
+ /**
733
+ * The number of rows modified, inserted, or deleted by the most recently completed `INSERT`, `UPDATE`, or `DELETE` statement.
734
+ * This field is either a number or a `BigInt` depending on the prepared statement's configuration.
735
+ * This property is the result of [`sqlite3_changes64()`](https://www.sqlite.org/c3ref/changes.html).
736
+ */
737
+ changes: number | bigint;
738
+ /**
739
+ * The most recently inserted rowid.
740
+ * This field is either a number or a `BigInt` depending on the prepared statement's configuration.
741
+ * This property is the result of [`sqlite3_last_insert_rowid()`](https://www.sqlite.org/c3ref/last_insert_rowid.html).
742
+ */
743
+ lastInsertRowid: number | bigint;
744
+ }
745
+ /**
746
+ * This class represents a single [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This class cannot be
747
+ * instantiated via its constructor. Instead, instances are created via the`database.prepare()` method. All APIs exposed by this class execute
748
+ * synchronously.
749
+ *
750
+ * A prepared statement is an efficient binary representation of the SQL used to
751
+ * create it. Prepared statements are parameterizable, and can be invoked multiple
752
+ * times with different bound values. Parameters also offer protection against [SQL injection](https://en.wikipedia.org/wiki/SQL_injection) attacks. For these reasons, prepared statements are
753
+ * preferred
754
+ * over hand-crafted SQL strings when handling user input.
755
+ * @since v22.5.0
756
+ */
757
+ class StatementSync {
758
+ private constructor();
759
+ /**
760
+ * This method executes a prepared statement and returns all results as an array of
761
+ * objects. If the prepared statement does not return any results, this method
762
+ * returns an empty array. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using
763
+ * the values in `namedParameters` and `anonymousParameters`.
764
+ * @since v22.5.0
765
+ * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
766
+ * @param anonymousParameters Zero or more values to bind to anonymous parameters.
767
+ * @return An array of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of
768
+ * the row.
769
+ */
770
+ all(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue>[];
771
+ all(
772
+ namedParameters: Record<string, SQLInputValue>,
773
+ ...anonymousParameters: SQLInputValue[]
774
+ ): Record<string, SQLOutputValue>[];
775
+ /**
776
+ * This method is used to retrieve information about the columns returned by the
777
+ * prepared statement.
778
+ * @since v23.11.0
779
+ * @returns An array of objects. Each object corresponds to a column
780
+ * in the prepared statement, and contains the following properties:
781
+ */
782
+ columns(): StatementColumnMetadata[];
783
+ /**
784
+ * The source SQL text of the prepared statement with parameter
785
+ * placeholders replaced by the values that were used during the most recent
786
+ * execution of this prepared statement. This property is a wrapper around
787
+ * [`sqlite3_expanded_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
788
+ * @since v22.5.0
789
+ */
790
+ readonly expandedSQL: string;
791
+ /**
792
+ * This method executes a prepared statement and returns the first result as an
793
+ * object. If the prepared statement does not return any results, this method
794
+ * returns `undefined`. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the
795
+ * values in `namedParameters` and `anonymousParameters`.
796
+ * @since v22.5.0
797
+ * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
798
+ * @param anonymousParameters Zero or more values to bind to anonymous parameters.
799
+ * @return An object corresponding to the first row returned by executing the prepared statement. The keys and values of the object correspond to the column names and values of the row. If no
800
+ * rows were returned from the database then this method returns `undefined`.
801
+ */
802
+ get(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue> | undefined;
803
+ get(
804
+ namedParameters: Record<string, SQLInputValue>,
805
+ ...anonymousParameters: SQLInputValue[]
806
+ ): Record<string, SQLOutputValue> | undefined;
807
+ /**
808
+ * This method executes a prepared statement and returns an iterator of
809
+ * objects. If the prepared statement does not return any results, this method
810
+ * returns an empty iterator. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using
811
+ * the values in `namedParameters` and `anonymousParameters`.
812
+ * @since v22.13.0
813
+ * @param namedParameters An optional object used to bind named parameters.
814
+ * The keys of this object are used to configure the mapping.
815
+ * @param anonymousParameters Zero or more values to bind to anonymous parameters.
816
+ * @returns An iterable iterator of objects. Each object corresponds to a row
817
+ * returned by executing the prepared statement. The keys and values of each
818
+ * object correspond to the column names and values of the row.
819
+ */
820
+ iterate(...anonymousParameters: SQLInputValue[]): NodeJS.Iterator<Record<string, SQLOutputValue>>;
821
+ iterate(
822
+ namedParameters: Record<string, SQLInputValue>,
823
+ ...anonymousParameters: SQLInputValue[]
824
+ ): NodeJS.Iterator<Record<string, SQLOutputValue>>;
825
+ /**
826
+ * This method executes a prepared statement and returns an object summarizing the
827
+ * resulting changes. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the
828
+ * values in `namedParameters` and `anonymousParameters`.
829
+ * @since v22.5.0
830
+ * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
831
+ * @param anonymousParameters Zero or more values to bind to anonymous parameters.
832
+ */
833
+ run(...anonymousParameters: SQLInputValue[]): StatementResultingChanges;
834
+ run(
835
+ namedParameters: Record<string, SQLInputValue>,
836
+ ...anonymousParameters: SQLInputValue[]
837
+ ): StatementResultingChanges;
838
+ /**
839
+ * The names of SQLite parameters begin with a prefix character. By default,`node:sqlite` requires that this prefix character is present when binding
840
+ * parameters. However, with the exception of dollar sign character, these
841
+ * prefix characters also require extra quoting when used in object keys.
842
+ *
843
+ * To improve ergonomics, this method can be used to also allow bare named
844
+ * parameters, which do not require the prefix character in JavaScript code. There
845
+ * are several caveats to be aware of when enabling bare named parameters:
846
+ *
847
+ * * The prefix character is still required in SQL.
848
+ * * The prefix character is still allowed in JavaScript. In fact, prefixed names
849
+ * will have slightly better binding performance.
850
+ * * Using ambiguous named parameters, such as `$k` and `@k`, in the same prepared
851
+ * statement will result in an exception as it cannot be determined how to bind
852
+ * a bare name.
853
+ * @since v22.5.0
854
+ * @param enabled Enables or disables support for binding named parameters without the prefix character.
855
+ */
856
+ setAllowBareNamedParameters(enabled: boolean): void;
857
+ /**
858
+ * By default, if an unknown name is encountered while binding parameters, an
859
+ * exception is thrown. This method allows unknown named parameters to be ignored.
860
+ * @since v22.15.0
861
+ * @param enabled Enables or disables support for unknown named parameters.
862
+ */
863
+ setAllowUnknownNamedParameters(enabled: boolean): void;
864
+ /**
865
+ * When enabled, query results returned by the `all()`, `get()`, and `iterate()` methods will be returned as arrays instead
866
+ * of objects.
867
+ * @since v24.0.0
868
+ * @param enabled Enables or disables the return of query results as arrays.
869
+ */
870
+ setReturnArrays(enabled: boolean): void;
871
+ /**
872
+ * When reading from the database, SQLite `INTEGER`s are mapped to JavaScript
873
+ * numbers by default. However, SQLite `INTEGER`s can store values larger than
874
+ * JavaScript numbers are capable of representing. In such cases, this method can
875
+ * be used to read `INTEGER` data using JavaScript `BigInt`s. This method has no
876
+ * impact on database write operations where numbers and `BigInt`s are both
877
+ * supported at all times.
878
+ * @since v22.5.0
879
+ * @param enabled Enables or disables the use of `BigInt`s when reading `INTEGER` fields from the database.
880
+ */
881
+ setReadBigInts(enabled: boolean): void;
882
+ /**
883
+ * The source SQL text of the prepared statement. This property is a
884
+ * wrapper around [`sqlite3_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
885
+ * @since v22.5.0
886
+ */
887
+ readonly sourceSQL: string;
888
+ }
889
+ interface BackupOptions {
890
+ /**
891
+ * Name of the source database. This can be `'main'` (the default primary database) or any other
892
+ * database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html)
893
+ * @default 'main'
894
+ */
895
+ source?: string | undefined;
896
+ /**
897
+ * Name of the target database. This can be `'main'` (the default primary database) or any other
898
+ * database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html)
899
+ * @default 'main'
900
+ */
901
+ target?: string | undefined;
902
+ /**
903
+ * Number of pages to be transmitted in each batch of the backup.
904
+ * @default 100
905
+ */
906
+ rate?: number | undefined;
907
+ /**
908
+ * An optional callback function that will be called after each backup step. The argument passed
909
+ * to this callback is an `Object` with `remainingPages` and `totalPages` properties, describing the current progress
910
+ * of the backup operation.
911
+ */
912
+ progress?: ((progressInfo: BackupProgressInfo) => void) | undefined;
913
+ }
914
+ interface BackupProgressInfo {
915
+ totalPages: number;
916
+ remainingPages: number;
917
+ }
918
+ /**
919
+ * This method makes a database backup. This method abstracts the
920
+ * [`sqlite3_backup_init()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit),
921
+ * [`sqlite3_backup_step()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupstep)
922
+ * and [`sqlite3_backup_finish()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish) functions.
923
+ *
924
+ * The backed-up database can be used normally during the backup process. Mutations coming from the same connection - same
925
+ * `DatabaseSync` - object will be reflected in the backup right away. However, mutations from other connections will cause
926
+ * the backup process to restart.
927
+ *
928
+ * ```js
929
+ * import { backup, DatabaseSync } from 'node:sqlite';
930
+ *
931
+ * const sourceDb = new DatabaseSync('source.db');
932
+ * const totalPagesTransferred = await backup(sourceDb, 'backup.db', {
933
+ * rate: 1, // Copy one page at a time.
934
+ * progress: ({ totalPages, remainingPages }) => {
935
+ * console.log('Backup in progress', { totalPages, remainingPages });
936
+ * },
937
+ * });
938
+ *
939
+ * console.log('Backup completed', totalPagesTransferred);
940
+ * ```
941
+ * @since v23.8.0
942
+ * @param sourceDb The database to backup. The source database must be open.
943
+ * @param path The path where the backup will be created. If the file already exists,
944
+ * the contents will be overwritten.
945
+ * @param options Optional configuration for the backup. The
946
+ * following properties are supported:
947
+ * @returns A promise that fulfills with the total number of backed-up pages upon completion, or rejects if an
948
+ * error occurs.
949
+ */
950
+ function backup(sourceDb: DatabaseSync, path: PathLike, options?: BackupOptions): Promise<number>;
951
+ /**
952
+ * @since v22.13.0
953
+ */
954
+ namespace constants {
955
+ /**
956
+ * The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is present in the database, but one or more other (non primary-key) fields modified by the update do not contain the expected "before" values.
957
+ * @since v22.14.0
958
+ */
959
+ const SQLITE_CHANGESET_DATA: number;
960
+ /**
961
+ * The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is not present in the database.
962
+ * @since v22.14.0
963
+ */
964
+ const SQLITE_CHANGESET_NOTFOUND: number;
965
+ /**
966
+ * This constant is passed to the conflict handler while processing an INSERT change if the operation would result in duplicate primary key values.
967
+ * @since v22.14.0
968
+ */
969
+ const SQLITE_CHANGESET_CONFLICT: number;
970
+ /**
971
+ * If foreign key handling is enabled, and applying a changeset leaves the database in a state containing foreign key violations, the conflict handler is invoked with this constant exactly once before the changeset is committed. If the conflict handler returns `SQLITE_CHANGESET_OMIT`, the changes, including those that caused the foreign key constraint violation, are committed. Or, if it returns `SQLITE_CHANGESET_ABORT`, the changeset is rolled back.
972
+ * @since v22.14.0
973
+ */
974
+ const SQLITE_CHANGESET_FOREIGN_KEY: number;
975
+ /**
976
+ * Conflicting changes are omitted.
977
+ * @since v22.12.0
978
+ */
979
+ const SQLITE_CHANGESET_OMIT: number;
980
+ /**
981
+ * Conflicting changes replace existing values. Note that this value can only be returned when the type of conflict is either `SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT`.
982
+ * @since v22.12.0
983
+ */
984
+ const SQLITE_CHANGESET_REPLACE: number;
985
+ /**
986
+ * Abort when a change encounters a conflict and roll back database.
987
+ * @since v22.12.0
988
+ */
989
+ const SQLITE_CHANGESET_ABORT: number;
990
+ /**
991
+ * Deny the operation and cause an error to be returned.
992
+ * @since v24.10.0
993
+ */
994
+ const SQLITE_DENY: number;
995
+ /**
996
+ * Ignore the operation and continue as if it had never been requested.
997
+ * @since 24.10.0
998
+ */
999
+ const SQLITE_IGNORE: number;
1000
+ /**
1001
+ * Allow the operation to proceed normally.
1002
+ * @since v24.10.0
1003
+ */
1004
+ const SQLITE_OK: number;
1005
+ const SQLITE_CREATE_INDEX: number;
1006
+ const SQLITE_CREATE_TABLE: number;
1007
+ const SQLITE_CREATE_TEMP_INDEX: number;
1008
+ const SQLITE_CREATE_TEMP_TABLE: number;
1009
+ const SQLITE_CREATE_TEMP_TRIGGER: number;
1010
+ const SQLITE_CREATE_TEMP_VIEW: number;
1011
+ const SQLITE_CREATE_TRIGGER: number;
1012
+ const SQLITE_CREATE_VIEW: number;
1013
+ const SQLITE_DELETE: number;
1014
+ const SQLITE_DROP_INDEX: number;
1015
+ const SQLITE_DROP_TABLE: number;
1016
+ const SQLITE_DROP_TEMP_INDEX: number;
1017
+ const SQLITE_DROP_TEMP_TABLE: number;
1018
+ const SQLITE_DROP_TEMP_TRIGGER: number;
1019
+ const SQLITE_DROP_TEMP_VIEW: number;
1020
+ const SQLITE_DROP_TRIGGER: number;
1021
+ const SQLITE_DROP_VIEW: number;
1022
+ const SQLITE_INSERT: number;
1023
+ const SQLITE_PRAGMA: number;
1024
+ const SQLITE_READ: number;
1025
+ const SQLITE_SELECT: number;
1026
+ const SQLITE_TRANSACTION: number;
1027
+ const SQLITE_UPDATE: number;
1028
+ const SQLITE_ATTACH: number;
1029
+ const SQLITE_DETACH: number;
1030
+ const SQLITE_ALTER_TABLE: number;
1031
+ const SQLITE_REINDEX: number;
1032
+ const SQLITE_ANALYZE: number;
1033
+ const SQLITE_CREATE_VTABLE: number;
1034
+ const SQLITE_DROP_VTABLE: number;
1035
+ const SQLITE_FUNCTION: number;
1036
+ const SQLITE_SAVEPOINT: number;
1037
+ const SQLITE_COPY: number;
1038
+ const SQLITE_RECURSIVE: number;
1039
+ }
1040
+ }