@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,1079 @@
1
+ /**
2
+ * The `node:url` module provides utilities for URL resolution and parsing. It can
3
+ * be accessed using:
4
+ *
5
+ * ```js
6
+ * import url from 'node:url';
7
+ * ```
8
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/url.js)
9
+ */
10
+ declare module "url" {
11
+ import { Blob as NodeBlob, NonSharedBuffer } from "node:buffer";
12
+ import { ClientRequestArgs } from "node:http";
13
+ import { ParsedUrlQuery, ParsedUrlQueryInput } from "node:querystring";
14
+ // Input to `url.format`
15
+ interface UrlObject {
16
+ auth?: string | null | undefined;
17
+ hash?: string | null | undefined;
18
+ host?: string | null | undefined;
19
+ hostname?: string | null | undefined;
20
+ href?: string | null | undefined;
21
+ pathname?: string | null | undefined;
22
+ protocol?: string | null | undefined;
23
+ search?: string | null | undefined;
24
+ slashes?: boolean | null | undefined;
25
+ port?: string | number | null | undefined;
26
+ query?: string | null | ParsedUrlQueryInput | undefined;
27
+ }
28
+ // Output of `url.parse`
29
+ interface Url {
30
+ auth: string | null;
31
+ hash: string | null;
32
+ host: string | null;
33
+ hostname: string | null;
34
+ href: string;
35
+ path: string | null;
36
+ pathname: string | null;
37
+ protocol: string | null;
38
+ search: string | null;
39
+ slashes: boolean | null;
40
+ port: string | null;
41
+ query: string | null | ParsedUrlQuery;
42
+ }
43
+ interface UrlWithParsedQuery extends Url {
44
+ query: ParsedUrlQuery;
45
+ }
46
+ interface UrlWithStringQuery extends Url {
47
+ query: string | null;
48
+ }
49
+ interface FileUrlToPathOptions {
50
+ /**
51
+ * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default.
52
+ * @default undefined
53
+ * @since v22.1.0
54
+ */
55
+ windows?: boolean | undefined;
56
+ }
57
+ interface PathToFileUrlOptions {
58
+ /**
59
+ * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default.
60
+ * @default undefined
61
+ * @since v22.1.0
62
+ */
63
+ windows?: boolean | undefined;
64
+ }
65
+ /**
66
+ * The `url.parse()` method takes a URL string, parses it, and returns a URL
67
+ * object.
68
+ *
69
+ * A `TypeError` is thrown if `urlString` is not a string.
70
+ *
71
+ * A `URIError` is thrown if the `auth` property is present but cannot be decoded.
72
+ *
73
+ * `url.parse()` uses a lenient, non-standard algorithm for parsing URL
74
+ * strings. It is prone to security issues such as [host name spoofing](https://hackerone.com/reports/678487)
75
+ * and incorrect handling of usernames and passwords. Do not use with untrusted
76
+ * input. CVEs are not issued for `url.parse()` vulnerabilities. Use the
77
+ * [WHATWG URL](https://nodejs.org/docs/latest-v24.x/api/url.html#the-whatwg-url-api) API instead, for example:
78
+ *
79
+ * ```js
80
+ * function getURL(req) {
81
+ * const proto = req.headers['x-forwarded-proto'] || 'https';
82
+ * const host = req.headers['x-forwarded-host'] || req.headers.host || 'example.com';
83
+ * return new URL(`${proto}://${host}${req.url || '/'}`);
84
+ * }
85
+ * ```
86
+ *
87
+ * The example above assumes well-formed headers are forwarded from a reverse
88
+ * proxy to your Node.js server. If you are not using a reverse proxy, you should
89
+ * use the example below:
90
+ *
91
+ * ```js
92
+ * function getURL(req) {
93
+ * return new URL(`https://example.com${req.url || '/'}`);
94
+ * }
95
+ * ```
96
+ * @since v0.1.25
97
+ * @deprecated Use the WHATWG URL API instead.
98
+ * @param urlString The URL string to parse.
99
+ * @param parseQueryString If `true`, the `query` property will always
100
+ * be set to an object returned by the [`querystring`](https://nodejs.org/docs/latest-v24.x/api/querystring.html) module's `parse()`
101
+ * method. If `false`, the `query` property on the returned URL object will be an
102
+ * unparsed, undecoded string. **Default:** `false`.
103
+ * @param slashesDenoteHost If `true`, the first token after the literal
104
+ * string `//` and preceding the next `/` will be interpreted as the `host`.
105
+ * For instance, given `//foo/bar`, the result would be
106
+ * `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`.
107
+ * **Default:** `false`.
108
+ */
109
+ function parse(
110
+ urlString: string,
111
+ parseQueryString?: false,
112
+ slashesDenoteHost?: boolean,
113
+ ): UrlWithStringQuery;
114
+ function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery;
115
+ function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url;
116
+ /**
117
+ * The `url.format()` method returns a formatted URL string derived from `urlObject`.
118
+ *
119
+ * ```js
120
+ * import url from 'node:url';
121
+ * url.format({
122
+ * protocol: 'https',
123
+ * hostname: 'example.com',
124
+ * pathname: '/some/path',
125
+ * query: {
126
+ * page: 1,
127
+ * format: 'json',
128
+ * },
129
+ * });
130
+ *
131
+ * // => 'https://example.com/some/path?page=1&format=json'
132
+ * ```
133
+ *
134
+ * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`.
135
+ *
136
+ * The formatting process operates as follows:
137
+ *
138
+ * * A new empty string `result` is created.
139
+ * * If `urlObject.protocol` is a string, it is appended as-is to `result`.
140
+ * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown.
141
+ * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII
142
+ * colon (`:`) character, the literal string `:` will be appended to `result`.
143
+ * * If either of the following conditions is true, then the literal string `//` will be appended to `result`:
144
+ * * `urlObject.slashes` property is true;
145
+ * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`;
146
+ * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string
147
+ * and appended to `result` followed by the literal string `@`.
148
+ * * If the `urlObject.host` property is `undefined` then:
149
+ * * If the `urlObject.hostname` is a string, it is appended to `result`.
150
+ * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string,
151
+ * an `Error` is thrown.
152
+ * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`:
153
+ * * The literal string `:` is appended to `result`, and
154
+ * * The value of `urlObject.port` is coerced to a string and appended to `result`.
155
+ * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`.
156
+ * * If the `urlObject.pathname` property is a string that is not an empty string:
157
+ * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash
158
+ * (`/`), then the literal string `'/'` is appended to `result`.
159
+ * * The value of `urlObject.pathname` is appended to `result`.
160
+ * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown.
161
+ * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the
162
+ * `querystring` module's `stringify()` method passing the value of `urlObject.query`.
163
+ * * Otherwise, if `urlObject.search` is a string:
164
+ * * If the value of `urlObject.search` _does not start_ with the ASCII question
165
+ * mark (`?`) character, the literal string `?` is appended to `result`.
166
+ * * The value of `urlObject.search` is appended to `result`.
167
+ * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown.
168
+ * * If the `urlObject.hash` property is a string:
169
+ * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`)
170
+ * character, the literal string `#` is appended to `result`.
171
+ * * The value of `urlObject.hash` is appended to `result`.
172
+ * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a
173
+ * string, an `Error` is thrown.
174
+ * * `result` is returned.
175
+ * @since v0.1.25
176
+ * @legacy Use the WHATWG URL API instead.
177
+ * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
178
+ */
179
+ function format(urlObject: URL, options?: URLFormatOptions): string;
180
+ /**
181
+ * The `url.format()` method returns a formatted URL string derived from `urlObject`.
182
+ *
183
+ * ```js
184
+ * import url from 'node:url';
185
+ * url.format({
186
+ * protocol: 'https',
187
+ * hostname: 'example.com',
188
+ * pathname: '/some/path',
189
+ * query: {
190
+ * page: 1,
191
+ * format: 'json',
192
+ * },
193
+ * });
194
+ *
195
+ * // => 'https://example.com/some/path?page=1&format=json'
196
+ * ```
197
+ *
198
+ * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`.
199
+ *
200
+ * The formatting process operates as follows:
201
+ *
202
+ * * A new empty string `result` is created.
203
+ * * If `urlObject.protocol` is a string, it is appended as-is to `result`.
204
+ * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown.
205
+ * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII
206
+ * colon (`:`) character, the literal string `:` will be appended to `result`.
207
+ * * If either of the following conditions is true, then the literal string `//` will be appended to `result`:
208
+ * * `urlObject.slashes` property is true;
209
+ * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`;
210
+ * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string
211
+ * and appended to `result` followed by the literal string `@`.
212
+ * * If the `urlObject.host` property is `undefined` then:
213
+ * * If the `urlObject.hostname` is a string, it is appended to `result`.
214
+ * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string,
215
+ * an `Error` is thrown.
216
+ * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`:
217
+ * * The literal string `:` is appended to `result`, and
218
+ * * The value of `urlObject.port` is coerced to a string and appended to `result`.
219
+ * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`.
220
+ * * If the `urlObject.pathname` property is a string that is not an empty string:
221
+ * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash
222
+ * (`/`), then the literal string `'/'` is appended to `result`.
223
+ * * The value of `urlObject.pathname` is appended to `result`.
224
+ * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown.
225
+ * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the
226
+ * `querystring` module's `stringify()` method passing the value of `urlObject.query`.
227
+ * * Otherwise, if `urlObject.search` is a string:
228
+ * * If the value of `urlObject.search` _does not start_ with the ASCII question
229
+ * mark (`?`) character, the literal string `?` is appended to `result`.
230
+ * * The value of `urlObject.search` is appended to `result`.
231
+ * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown.
232
+ * * If the `urlObject.hash` property is a string:
233
+ * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`)
234
+ * character, the literal string `#` is appended to `result`.
235
+ * * The value of `urlObject.hash` is appended to `result`.
236
+ * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a
237
+ * string, an `Error` is thrown.
238
+ * * `result` is returned.
239
+ * @since v0.1.25
240
+ * @legacy Use the WHATWG URL API instead.
241
+ * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`.
242
+ */
243
+ function format(urlObject: UrlObject | string): string;
244
+ /**
245
+ * The `url.resolve()` method resolves a target URL relative to a base URL in a
246
+ * manner similar to that of a web browser resolving an anchor tag.
247
+ *
248
+ * ```js
249
+ * import url from 'node:url';
250
+ * url.resolve('/one/two/three', 'four'); // '/one/two/four'
251
+ * url.resolve('http://example.com/', '/one'); // 'http://example.com/one'
252
+ * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two'
253
+ * ```
254
+ *
255
+ * To achieve the same result using the WHATWG URL API:
256
+ *
257
+ * ```js
258
+ * function resolve(from, to) {
259
+ * const resolvedUrl = new URL(to, new URL(from, 'resolve://'));
260
+ * if (resolvedUrl.protocol === 'resolve:') {
261
+ * // `from` is a relative URL.
262
+ * const { pathname, search, hash } = resolvedUrl;
263
+ * return pathname + search + hash;
264
+ * }
265
+ * return resolvedUrl.toString();
266
+ * }
267
+ *
268
+ * resolve('/one/two/three', 'four'); // '/one/two/four'
269
+ * resolve('http://example.com/', '/one'); // 'http://example.com/one'
270
+ * resolve('http://example.com/one', '/two'); // 'http://example.com/two'
271
+ * ```
272
+ * @since v0.1.25
273
+ * @legacy Use the WHATWG URL API instead.
274
+ * @param from The base URL to use if `to` is a relative URL.
275
+ * @param to The target URL to resolve.
276
+ */
277
+ function resolve(from: string, to: string): string;
278
+ /**
279
+ * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an
280
+ * invalid domain, the empty string is returned.
281
+ *
282
+ * It performs the inverse operation to {@link domainToUnicode}.
283
+ *
284
+ * ```js
285
+ * import url from 'node:url';
286
+ *
287
+ * console.log(url.domainToASCII('español.com'));
288
+ * // Prints xn--espaol-zwa.com
289
+ * console.log(url.domainToASCII('中文.com'));
290
+ * // Prints xn--fiq228c.com
291
+ * console.log(url.domainToASCII('xn--iñvalid.com'));
292
+ * // Prints an empty string
293
+ * ```
294
+ * @since v7.4.0, v6.13.0
295
+ */
296
+ function domainToASCII(domain: string): string;
297
+ /**
298
+ * Returns the Unicode serialization of the `domain`. If `domain` is an invalid
299
+ * domain, the empty string is returned.
300
+ *
301
+ * It performs the inverse operation to {@link domainToASCII}.
302
+ *
303
+ * ```js
304
+ * import url from 'node:url';
305
+ *
306
+ * console.log(url.domainToUnicode('xn--espaol-zwa.com'));
307
+ * // Prints español.com
308
+ * console.log(url.domainToUnicode('xn--fiq228c.com'));
309
+ * // Prints 中文.com
310
+ * console.log(url.domainToUnicode('xn--iñvalid.com'));
311
+ * // Prints an empty string
312
+ * ```
313
+ * @since v7.4.0, v6.13.0
314
+ */
315
+ function domainToUnicode(domain: string): string;
316
+ /**
317
+ * This function ensures the correct decodings of percent-encoded characters as
318
+ * well as ensuring a cross-platform valid absolute path string.
319
+ *
320
+ * ```js
321
+ * import { fileURLToPath } from 'node:url';
322
+ *
323
+ * const __filename = fileURLToPath(import.meta.url);
324
+ *
325
+ * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/
326
+ * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows)
327
+ *
328
+ * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt
329
+ * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows)
330
+ *
331
+ * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt
332
+ * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX)
333
+ *
334
+ * new URL('file:///hello world').pathname; // Incorrect: /hello%20world
335
+ * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX)
336
+ * ```
337
+ *
338
+ * **Security Considerations:**
339
+ *
340
+ * This function decodes percent-encoded characters, including encoded dot-segments
341
+ * (`%2e` as `.` and `%2e%2e` as `..`), and then normalizes the resulting path.
342
+ * This means that encoded directory traversal sequences (such as `%2e%2e`) are
343
+ * decoded and processed as actual path traversal, even though encoded slashes
344
+ * (`%2F`, `%5C`) are correctly rejected.
345
+ *
346
+ * **Applications must not rely on `fileURLToPath()` alone to prevent directory
347
+ * traversal attacks.** Always perform explicit path validation and security checks
348
+ * on the returned path value to ensure it remains within expected boundaries
349
+ * before using it for file system operations.
350
+ * @since v10.12.0
351
+ * @param url The file URL string or URL object to convert to a path.
352
+ * @return The fully-resolved platform-specific Node.js file path.
353
+ */
354
+ function fileURLToPath(url: string | URL, options?: FileUrlToPathOptions): string;
355
+ /**
356
+ * Like `url.fileURLToPath(...)` except that instead of returning a string
357
+ * representation of the path, a `Buffer` is returned. This conversion is
358
+ * helpful when the input URL contains percent-encoded segments that are
359
+ * not valid UTF-8 / Unicode sequences.
360
+ *
361
+ * **Security Considerations:**
362
+ *
363
+ * This function has the same security considerations as `url.fileURLToPath()`.
364
+ * It decodes percent-encoded characters, including encoded dot-segments
365
+ * (`%2e` as `.` and `%2e%2e` as `..`), and normalizes the path. **Applications
366
+ * must not rely on this function alone to prevent directory traversal attacks.**
367
+ * Always perform explicit path validation on the returned buffer value before
368
+ * using it for file system operations.
369
+ * @since v24.3.0
370
+ * @param url The file URL string or URL object to convert to a path.
371
+ * @returns The fully-resolved platform-specific Node.js file path
372
+ * as a `Buffer`.
373
+ */
374
+ function fileURLToPathBuffer(url: string | URL, options?: FileUrlToPathOptions): NonSharedBuffer;
375
+ /**
376
+ * This function ensures that `path` is resolved absolutely, and that the URL
377
+ * control characters are correctly encoded when converting into a File URL.
378
+ *
379
+ * ```js
380
+ * import { pathToFileURL } from 'node:url';
381
+ *
382
+ * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1
383
+ * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX)
384
+ *
385
+ * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c
386
+ * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX)
387
+ * ```
388
+ * @since v10.12.0
389
+ * @param path The path to convert to a File URL.
390
+ * @return The file URL object.
391
+ */
392
+ function pathToFileURL(path: string, options?: PathToFileUrlOptions): URL;
393
+ /**
394
+ * This utility function converts a URL object into an ordinary options object as
395
+ * expected by the `http.request()` and `https.request()` APIs.
396
+ *
397
+ * ```js
398
+ * import { urlToHttpOptions } from 'node:url';
399
+ * const myURL = new URL('https://a:b@測試?abc#foo');
400
+ *
401
+ * console.log(urlToHttpOptions(myURL));
402
+ * /*
403
+ * {
404
+ * protocol: 'https:',
405
+ * hostname: 'xn--g6w251d',
406
+ * hash: '#foo',
407
+ * search: '?abc',
408
+ * pathname: '/',
409
+ * path: '/?abc',
410
+ * href: 'https://a:b@xn--g6w251d/?abc#foo',
411
+ * auth: 'a:b'
412
+ * }
413
+ *
414
+ * ```
415
+ * @since v15.7.0, v14.18.0
416
+ * @param url The `WHATWG URL` object to convert to an options object.
417
+ * @return Options object
418
+ */
419
+ function urlToHttpOptions(url: URL): ClientRequestArgs;
420
+ interface URLFormatOptions {
421
+ /**
422
+ * `true` if the serialized URL string should include the username and password, `false` otherwise.
423
+ * @default true
424
+ */
425
+ auth?: boolean | undefined;
426
+ /**
427
+ * `true` if the serialized URL string should include the fragment, `false` otherwise.
428
+ * @default true
429
+ */
430
+ fragment?: boolean | undefined;
431
+ /**
432
+ * `true` if the serialized URL string should include the search query, `false` otherwise.
433
+ * @default true
434
+ */
435
+ search?: boolean | undefined;
436
+ /**
437
+ * `true` if Unicode characters appearing in the host component of the URL string should be encoded directly as opposed to
438
+ * being Punycode encoded.
439
+ * @default false
440
+ */
441
+ unicode?: boolean | undefined;
442
+ }
443
+ /**
444
+ * Browser-compatible `URL` class, implemented by following the WHATWG URL
445
+ * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself.
446
+ * The `URL` class is also available on the global object.
447
+ *
448
+ * In accordance with browser conventions, all properties of `URL` objects
449
+ * are implemented as getters and setters on the class prototype, rather than as
450
+ * data properties on the object itself. Thus, unlike `legacy urlObject`s,
451
+ * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still
452
+ * return `true`.
453
+ * @since v7.0.0, v6.13.0
454
+ */
455
+ class URL {
456
+ /**
457
+ * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later.
458
+ *
459
+ * ```js
460
+ * import {
461
+ * Blob,
462
+ * resolveObjectURL,
463
+ * } from 'node:buffer';
464
+ *
465
+ * const blob = new Blob(['hello']);
466
+ * const id = URL.createObjectURL(blob);
467
+ *
468
+ * // later...
469
+ *
470
+ * const otherBlob = resolveObjectURL(id);
471
+ * console.log(otherBlob.size);
472
+ * ```
473
+ *
474
+ * The data stored by the registered `Blob` will be retained in memory until `URL.revokeObjectURL()` is called to remove it.
475
+ *
476
+ * `Blob` objects are registered within the current thread. If using Worker
477
+ * Threads, `Blob` objects registered within one Worker will not be available
478
+ * to other workers or the main thread.
479
+ * @since v16.7.0
480
+ */
481
+ static createObjectURL(blob: NodeBlob): string;
482
+ /**
483
+ * Removes the stored `Blob` identified by the given ID. Attempting to revoke a
484
+ * ID that isn't registered will silently fail.
485
+ * @since v16.7.0
486
+ * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
487
+ */
488
+ static revokeObjectURL(id: string): void;
489
+ /**
490
+ * Checks if an `input` relative to the `base` can be parsed to a `URL`.
491
+ *
492
+ * ```js
493
+ * const isValid = URL.canParse('/foo', 'https://example.org/'); // true
494
+ *
495
+ * const isNotValid = URL.canParse('/foo'); // false
496
+ * ```
497
+ * @since v19.9.0
498
+ * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is
499
+ * `converted to a string` first.
500
+ * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first.
501
+ */
502
+ static canParse(input: string, base?: string): boolean;
503
+ /**
504
+ * Parses a string as a URL. If `base` is provided, it will be used as the base
505
+ * URL for the purpose of resolving non-absolute `input` URLs. Returns `null`
506
+ * if the parameters can't be resolved to a valid URL.
507
+ * @since v22.1.0
508
+ * @param input The absolute or relative input URL to parse. If `input`
509
+ * is relative, then `base` is required. If `input` is absolute, the `base`
510
+ * is ignored. If `input` is not a string, it is [converted to a string](https://tc39.es/ecma262/#sec-tostring) first.
511
+ * @param base The base URL to resolve against if the `input` is not
512
+ * absolute. If `base` is not a string, it is [converted to a string](https://tc39.es/ecma262/#sec-tostring) first.
513
+ */
514
+ static parse(input: string, base?: string): URL | null;
515
+ constructor(input: string | { toString: () => string }, base?: string | URL);
516
+ /**
517
+ * Gets and sets the fragment portion of the URL.
518
+ *
519
+ * ```js
520
+ * const myURL = new URL('https://example.org/foo#bar');
521
+ * console.log(myURL.hash);
522
+ * // Prints #bar
523
+ *
524
+ * myURL.hash = 'baz';
525
+ * console.log(myURL.href);
526
+ * // Prints https://example.org/foo#baz
527
+ * ```
528
+ *
529
+ * Invalid URL characters included in the value assigned to the `hash` property
530
+ * are `percent-encoded`. The selection of which characters to
531
+ * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
532
+ */
533
+ hash: string;
534
+ /**
535
+ * Gets and sets the host portion of the URL.
536
+ *
537
+ * ```js
538
+ * const myURL = new URL('https://example.org:81/foo');
539
+ * console.log(myURL.host);
540
+ * // Prints example.org:81
541
+ *
542
+ * myURL.host = 'example.com:82';
543
+ * console.log(myURL.href);
544
+ * // Prints https://example.com:82/foo
545
+ * ```
546
+ *
547
+ * Invalid host values assigned to the `host` property are ignored.
548
+ */
549
+ host: string;
550
+ /**
551
+ * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the
552
+ * port.
553
+ *
554
+ * ```js
555
+ * const myURL = new URL('https://example.org:81/foo');
556
+ * console.log(myURL.hostname);
557
+ * // Prints example.org
558
+ *
559
+ * // Setting the hostname does not change the port
560
+ * myURL.hostname = 'example.com';
561
+ * console.log(myURL.href);
562
+ * // Prints https://example.com:81/foo
563
+ *
564
+ * // Use myURL.host to change the hostname and port
565
+ * myURL.host = 'example.org:82';
566
+ * console.log(myURL.href);
567
+ * // Prints https://example.org:82/foo
568
+ * ```
569
+ *
570
+ * Invalid host name values assigned to the `hostname` property are ignored.
571
+ */
572
+ hostname: string;
573
+ /**
574
+ * Gets and sets the serialized URL.
575
+ *
576
+ * ```js
577
+ * const myURL = new URL('https://example.org/foo');
578
+ * console.log(myURL.href);
579
+ * // Prints https://example.org/foo
580
+ *
581
+ * myURL.href = 'https://example.com/bar';
582
+ * console.log(myURL.href);
583
+ * // Prints https://example.com/bar
584
+ * ```
585
+ *
586
+ * Getting the value of the `href` property is equivalent to calling {@link toString}.
587
+ *
588
+ * Setting the value of this property to a new value is equivalent to creating a
589
+ * new `URL` object using `new URL(value)`. Each of the `URL` object's properties will be modified.
590
+ *
591
+ * If the value assigned to the `href` property is not a valid URL, a `TypeError` will be thrown.
592
+ */
593
+ href: string;
594
+ /**
595
+ * Gets the read-only serialization of the URL's origin.
596
+ *
597
+ * ```js
598
+ * const myURL = new URL('https://example.org/foo/bar?baz');
599
+ * console.log(myURL.origin);
600
+ * // Prints https://example.org
601
+ * ```
602
+ *
603
+ * ```js
604
+ * const idnURL = new URL('https://測試');
605
+ * console.log(idnURL.origin);
606
+ * // Prints https://xn--g6w251d
607
+ *
608
+ * console.log(idnURL.hostname);
609
+ * // Prints xn--g6w251d
610
+ * ```
611
+ */
612
+ readonly origin: string;
613
+ /**
614
+ * Gets and sets the password portion of the URL.
615
+ *
616
+ * ```js
617
+ * const myURL = new URL('https://abc:xyz@example.com');
618
+ * console.log(myURL.password);
619
+ * // Prints xyz
620
+ *
621
+ * myURL.password = '123';
622
+ * console.log(myURL.href);
623
+ * // Prints https://abc:123@example.com/
624
+ * ```
625
+ *
626
+ * Invalid URL characters included in the value assigned to the `password` property
627
+ * are `percent-encoded`. The selection of which characters to
628
+ * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
629
+ */
630
+ password: string;
631
+ /**
632
+ * Gets and sets the path portion of the URL.
633
+ *
634
+ * ```js
635
+ * const myURL = new URL('https://example.org/abc/xyz?123');
636
+ * console.log(myURL.pathname);
637
+ * // Prints /abc/xyz
638
+ *
639
+ * myURL.pathname = '/abcdef';
640
+ * console.log(myURL.href);
641
+ * // Prints https://example.org/abcdef?123
642
+ * ```
643
+ *
644
+ * Invalid URL characters included in the value assigned to the `pathname` property are `percent-encoded`. The selection of which characters
645
+ * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
646
+ */
647
+ pathname: string;
648
+ /**
649
+ * Gets and sets the port portion of the URL.
650
+ *
651
+ * The port value may be a number or a string containing a number in the range `0` to `65535` (inclusive). Setting the value to the default port of the `URL` objects given `protocol` will
652
+ * result in the `port` value becoming
653
+ * the empty string (`''`).
654
+ *
655
+ * The port value can be an empty string in which case the port depends on
656
+ * the protocol/scheme:
657
+ *
658
+ * <omitted>
659
+ *
660
+ * Upon assigning a value to the port, the value will first be converted to a
661
+ * string using `.toString()`.
662
+ *
663
+ * If that string is invalid but it begins with a number, the leading number is
664
+ * assigned to `port`.
665
+ * If the number lies outside the range denoted above, it is ignored.
666
+ *
667
+ * ```js
668
+ * const myURL = new URL('https://example.org:8888');
669
+ * console.log(myURL.port);
670
+ * // Prints 8888
671
+ *
672
+ * // Default ports are automatically transformed to the empty string
673
+ * // (HTTPS protocol's default port is 443)
674
+ * myURL.port = '443';
675
+ * console.log(myURL.port);
676
+ * // Prints the empty string
677
+ * console.log(myURL.href);
678
+ * // Prints https://example.org/
679
+ *
680
+ * myURL.port = 1234;
681
+ * console.log(myURL.port);
682
+ * // Prints 1234
683
+ * console.log(myURL.href);
684
+ * // Prints https://example.org:1234/
685
+ *
686
+ * // Completely invalid port strings are ignored
687
+ * myURL.port = 'abcd';
688
+ * console.log(myURL.port);
689
+ * // Prints 1234
690
+ *
691
+ * // Leading numbers are treated as a port number
692
+ * myURL.port = '5678abcd';
693
+ * console.log(myURL.port);
694
+ * // Prints 5678
695
+ *
696
+ * // Non-integers are truncated
697
+ * myURL.port = 1234.5678;
698
+ * console.log(myURL.port);
699
+ * // Prints 1234
700
+ *
701
+ * // Out-of-range numbers which are not represented in scientific notation
702
+ * // will be ignored.
703
+ * myURL.port = 1e10; // 10000000000, will be range-checked as described below
704
+ * console.log(myURL.port);
705
+ * // Prints 1234
706
+ * ```
707
+ *
708
+ * Numbers which contain a decimal point,
709
+ * such as floating-point numbers or numbers in scientific notation,
710
+ * are not an exception to this rule.
711
+ * Leading numbers up to the decimal point will be set as the URL's port,
712
+ * assuming they are valid:
713
+ *
714
+ * ```js
715
+ * myURL.port = 4.567e21;
716
+ * console.log(myURL.port);
717
+ * // Prints 4 (because it is the leading number in the string '4.567e21')
718
+ * ```
719
+ */
720
+ port: string;
721
+ /**
722
+ * Gets and sets the protocol portion of the URL.
723
+ *
724
+ * ```js
725
+ * const myURL = new URL('https://example.org');
726
+ * console.log(myURL.protocol);
727
+ * // Prints https:
728
+ *
729
+ * myURL.protocol = 'ftp';
730
+ * console.log(myURL.href);
731
+ * // Prints ftp://example.org/
732
+ * ```
733
+ *
734
+ * Invalid URL protocol values assigned to the `protocol` property are ignored.
735
+ */
736
+ protocol: string;
737
+ /**
738
+ * Gets and sets the serialized query portion of the URL.
739
+ *
740
+ * ```js
741
+ * const myURL = new URL('https://example.org/abc?123');
742
+ * console.log(myURL.search);
743
+ * // Prints ?123
744
+ *
745
+ * myURL.search = 'abc=xyz';
746
+ * console.log(myURL.href);
747
+ * // Prints https://example.org/abc?abc=xyz
748
+ * ```
749
+ *
750
+ * Any invalid URL characters appearing in the value assigned the `search` property will be `percent-encoded`. The selection of which
751
+ * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
752
+ */
753
+ search: string;
754
+ /**
755
+ * Gets the `URLSearchParams` object representing the query parameters of the
756
+ * URL. This property is read-only but the `URLSearchParams` object it provides
757
+ * can be used to mutate the URL instance; to replace the entirety of query
758
+ * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details.
759
+ *
760
+ * Use care when using `.searchParams` to modify the `URL` because,
761
+ * per the WHATWG specification, the `URLSearchParams` object uses
762
+ * different rules to determine which characters to percent-encode. For
763
+ * instance, the `URL` object will not percent encode the ASCII tilde (`~`)
764
+ * character, while `URLSearchParams` will always encode it:
765
+ *
766
+ * ```js
767
+ * const myURL = new URL('https://example.org/abc?foo=~bar');
768
+ *
769
+ * console.log(myURL.search); // prints ?foo=~bar
770
+ *
771
+ * // Modify the URL via searchParams...
772
+ * myURL.searchParams.sort();
773
+ *
774
+ * console.log(myURL.search); // prints ?foo=%7Ebar
775
+ * ```
776
+ */
777
+ readonly searchParams: URLSearchParams;
778
+ /**
779
+ * Gets and sets the username portion of the URL.
780
+ *
781
+ * ```js
782
+ * const myURL = new URL('https://abc:xyz@example.com');
783
+ * console.log(myURL.username);
784
+ * // Prints abc
785
+ *
786
+ * myURL.username = '123';
787
+ * console.log(myURL.href);
788
+ * // Prints https://123:xyz@example.com/
789
+ * ```
790
+ *
791
+ * Any invalid URL characters appearing in the value assigned the `username` property will be `percent-encoded`. The selection of which
792
+ * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce.
793
+ */
794
+ username: string;
795
+ /**
796
+ * The `toString()` method on the `URL` object returns the serialized URL. The
797
+ * value returned is equivalent to that of {@link href} and {@link toJSON}.
798
+ */
799
+ toString(): string;
800
+ /**
801
+ * The `toJSON()` method on the `URL` object returns the serialized URL. The
802
+ * value returned is equivalent to that of {@link href} and {@link toString}.
803
+ *
804
+ * This method is automatically called when an `URL` object is serialized
805
+ * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify).
806
+ *
807
+ * ```js
808
+ * const myURLs = [
809
+ * new URL('https://www.example.com'),
810
+ * new URL('https://test.example.org'),
811
+ * ];
812
+ * console.log(JSON.stringify(myURLs));
813
+ * // Prints ["https://www.example.com/","https://test.example.org/"]
814
+ * ```
815
+ */
816
+ toJSON(): string;
817
+ }
818
+ interface URLPatternComponentResult {
819
+ input: string;
820
+ groups: Record<string, string | undefined>;
821
+ }
822
+ interface URLPatternInit {
823
+ protocol?: string;
824
+ username?: string;
825
+ password?: string;
826
+ hostname?: string;
827
+ port?: string;
828
+ pathname?: string;
829
+ search?: string;
830
+ hash?: string;
831
+ baseURL?: string;
832
+ }
833
+ interface URLPatternOptions {
834
+ ignoreCase?: boolean;
835
+ }
836
+ interface URLPatternResult {
837
+ inputs: (string | URLPatternInit)[];
838
+ protocol: URLPatternComponentResult;
839
+ username: URLPatternComponentResult;
840
+ password: URLPatternComponentResult;
841
+ hostname: URLPatternComponentResult;
842
+ port: URLPatternComponentResult;
843
+ pathname: URLPatternComponentResult;
844
+ search: URLPatternComponentResult;
845
+ hash: URLPatternComponentResult;
846
+ }
847
+ /**
848
+ * @since v23.8.0
849
+ * @experimental
850
+ */
851
+ class URLPattern {
852
+ constructor(input: string | URLPatternInit, baseURL: string, options?: URLPatternOptions);
853
+ constructor(input?: string | URLPatternInit, options?: URLPatternOptions);
854
+ exec(input?: string | URLPatternInit, baseURL?: string): URLPatternResult | null;
855
+ readonly hasRegExpGroups: boolean;
856
+ readonly hash: string;
857
+ readonly hostname: string;
858
+ readonly password: string;
859
+ readonly pathname: string;
860
+ readonly port: string;
861
+ readonly protocol: string;
862
+ readonly search: string;
863
+ test(input?: string | URLPatternInit, baseURL?: string): boolean;
864
+ readonly username: string;
865
+ }
866
+ interface URLSearchParamsIterator<T> extends NodeJS.Iterator<T, NodeJS.BuiltinIteratorReturn, unknown> {
867
+ [Symbol.iterator](): URLSearchParamsIterator<T>;
868
+ }
869
+ /**
870
+ * The `URLSearchParams` API provides read and write access to the query of a `URL`. The `URLSearchParams` class can also be used standalone with one of the
871
+ * four following constructors.
872
+ * The `URLSearchParams` class is also available on the global object.
873
+ *
874
+ * The WHATWG `URLSearchParams` interface and the `querystring` module have
875
+ * similar purpose, but the purpose of the `querystring` module is more
876
+ * general, as it allows the customization of delimiter characters (`&#x26;` and `=`).
877
+ * On the other hand, this API is designed purely for URL query strings.
878
+ *
879
+ * ```js
880
+ * const myURL = new URL('https://example.org/?abc=123');
881
+ * console.log(myURL.searchParams.get('abc'));
882
+ * // Prints 123
883
+ *
884
+ * myURL.searchParams.append('abc', 'xyz');
885
+ * console.log(myURL.href);
886
+ * // Prints https://example.org/?abc=123&#x26;abc=xyz
887
+ *
888
+ * myURL.searchParams.delete('abc');
889
+ * myURL.searchParams.set('a', 'b');
890
+ * console.log(myURL.href);
891
+ * // Prints https://example.org/?a=b
892
+ *
893
+ * const newSearchParams = new URLSearchParams(myURL.searchParams);
894
+ * // The above is equivalent to
895
+ * // const newSearchParams = new URLSearchParams(myURL.search);
896
+ *
897
+ * newSearchParams.append('a', 'c');
898
+ * console.log(myURL.href);
899
+ * // Prints https://example.org/?a=b
900
+ * console.log(newSearchParams.toString());
901
+ * // Prints a=b&#x26;a=c
902
+ *
903
+ * // newSearchParams.toString() is implicitly called
904
+ * myURL.search = newSearchParams;
905
+ * console.log(myURL.href);
906
+ * // Prints https://example.org/?a=b&#x26;a=c
907
+ * newSearchParams.delete('a');
908
+ * console.log(myURL.href);
909
+ * // Prints https://example.org/?a=b&#x26;a=c
910
+ * ```
911
+ * @since v7.5.0, v6.13.0
912
+ */
913
+ class URLSearchParams implements Iterable<[string, string]> {
914
+ constructor(
915
+ init?:
916
+ | URLSearchParams
917
+ | string
918
+ | Record<string, string | readonly string[]>
919
+ | Iterable<[string, string]>
920
+ | ReadonlyArray<[string, string]>,
921
+ );
922
+ /**
923
+ * Append a new name-value pair to the query string.
924
+ */
925
+ append(name: string, value: string): void;
926
+ /**
927
+ * If `value` is provided, removes all name-value pairs
928
+ * where name is `name` and value is `value`.
929
+ *
930
+ * If `value` is not provided, removes all name-value pairs whose name is `name`.
931
+ */
932
+ delete(name: string, value?: string): void;
933
+ /**
934
+ * Returns an ES6 `Iterator` over each of the name-value pairs in the query.
935
+ * Each item of the iterator is a JavaScript `Array`. The first item of the `Array` is the `name`, the second item of the `Array` is the `value`.
936
+ *
937
+ * Alias for `urlSearchParams[Symbol.iterator]()`.
938
+ */
939
+ entries(): URLSearchParamsIterator<[string, string]>;
940
+ /**
941
+ * Iterates over each name-value pair in the query and invokes the given function.
942
+ *
943
+ * ```js
944
+ * const myURL = new URL('https://example.org/?a=b&#x26;c=d');
945
+ * myURL.searchParams.forEach((value, name, searchParams) => {
946
+ * console.log(name, value, myURL.searchParams === searchParams);
947
+ * });
948
+ * // Prints:
949
+ * // a b true
950
+ * // c d true
951
+ * ```
952
+ * @param fn Invoked for each name-value pair in the query
953
+ * @param thisArg To be used as `this` value for when `fn` is called
954
+ */
955
+ forEach<TThis = this>(
956
+ fn: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void,
957
+ thisArg?: TThis,
958
+ ): void;
959
+ /**
960
+ * Returns the value of the first name-value pair whose name is `name`. If there
961
+ * are no such pairs, `null` is returned.
962
+ * @return or `null` if there is no name-value pair with the given `name`.
963
+ */
964
+ get(name: string): string | null;
965
+ /**
966
+ * Returns the values of all name-value pairs whose name is `name`. If there are
967
+ * no such pairs, an empty array is returned.
968
+ */
969
+ getAll(name: string): string[];
970
+ /**
971
+ * Checks if the `URLSearchParams` object contains key-value pair(s) based on `name` and an optional `value` argument.
972
+ *
973
+ * If `value` is provided, returns `true` when name-value pair with
974
+ * same `name` and `value` exists.
975
+ *
976
+ * If `value` is not provided, returns `true` if there is at least one name-value
977
+ * pair whose name is `name`.
978
+ */
979
+ has(name: string, value?: string): boolean;
980
+ /**
981
+ * Returns an ES6 `Iterator` over the names of each name-value pair.
982
+ *
983
+ * ```js
984
+ * const params = new URLSearchParams('foo=bar&#x26;foo=baz');
985
+ * for (const name of params.keys()) {
986
+ * console.log(name);
987
+ * }
988
+ * // Prints:
989
+ * // foo
990
+ * // foo
991
+ * ```
992
+ */
993
+ keys(): URLSearchParamsIterator<string>;
994
+ /**
995
+ * Sets the value in the `URLSearchParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`,
996
+ * set the first such pair's value to `value` and remove all others. If not,
997
+ * append the name-value pair to the query string.
998
+ *
999
+ * ```js
1000
+ * const params = new URLSearchParams();
1001
+ * params.append('foo', 'bar');
1002
+ * params.append('foo', 'baz');
1003
+ * params.append('abc', 'def');
1004
+ * console.log(params.toString());
1005
+ * // Prints foo=bar&#x26;foo=baz&#x26;abc=def
1006
+ *
1007
+ * params.set('foo', 'def');
1008
+ * params.set('xyz', 'opq');
1009
+ * console.log(params.toString());
1010
+ * // Prints foo=def&#x26;abc=def&#x26;xyz=opq
1011
+ * ```
1012
+ */
1013
+ set(name: string, value: string): void;
1014
+ /**
1015
+ * The total number of parameter entries.
1016
+ * @since v19.8.0
1017
+ */
1018
+ readonly size: number;
1019
+ /**
1020
+ * Sort all existing name-value pairs in-place by their names. Sorting is done
1021
+ * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs
1022
+ * with the same name is preserved.
1023
+ *
1024
+ * This method can be used, in particular, to increase cache hits.
1025
+ *
1026
+ * ```js
1027
+ * const params = new URLSearchParams('query[]=abc&#x26;type=search&#x26;query[]=123');
1028
+ * params.sort();
1029
+ * console.log(params.toString());
1030
+ * // Prints query%5B%5D=abc&#x26;query%5B%5D=123&#x26;type=search
1031
+ * ```
1032
+ * @since v7.7.0, v6.13.0
1033
+ */
1034
+ sort(): void;
1035
+ /**
1036
+ * Returns the search parameters serialized as a string, with characters
1037
+ * percent-encoded where necessary.
1038
+ */
1039
+ toString(): string;
1040
+ /**
1041
+ * Returns an ES6 `Iterator` over the values of each name-value pair.
1042
+ */
1043
+ values(): URLSearchParamsIterator<string>;
1044
+ [Symbol.iterator](): URLSearchParamsIterator<[string, string]>;
1045
+ }
1046
+ import {
1047
+ URL as _URL,
1048
+ URLPattern as _URLPattern,
1049
+ URLPatternInit as _URLPatternInit,
1050
+ URLPatternResult as _URLPatternResult,
1051
+ URLSearchParams as _URLSearchParams,
1052
+ } from "url";
1053
+ global {
1054
+ interface URL extends _URL {}
1055
+ var URL: typeof globalThis extends {
1056
+ onmessage: any;
1057
+ URL: infer T;
1058
+ } ? T
1059
+ : typeof _URL;
1060
+ interface URLSearchParams extends _URLSearchParams {}
1061
+ var URLSearchParams: typeof globalThis extends {
1062
+ onmessage: any;
1063
+ URLSearchParams: infer T;
1064
+ } ? T
1065
+ : typeof _URLSearchParams;
1066
+ interface URLPatternInit extends _URLPatternInit {}
1067
+ interface URLPatternResult extends _URLPatternResult {}
1068
+ interface URLPattern extends _URLPattern {}
1069
+ var URLPattern: typeof globalThis extends {
1070
+ onmessage: any;
1071
+ scheduler: any; // Must be a var introduced at the same time as URLPattern.
1072
+ URLPattern: infer T;
1073
+ } ? T
1074
+ : typeof _URLPattern;
1075
+ }
1076
+ }
1077
+ declare module "node:url" {
1078
+ export * from "url";
1079
+ }