@openclaw/slack 2026.7.1-beta.2 → 2026.7.1-beta.4

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 (696) hide show
  1. package/dist/{account-inspect-DOtQbKkB.js → account-inspect-Di7ditqZ.js} +1 -1
  2. package/dist/account-inspect-api.js +1 -1
  3. package/dist/{accounts-BPCiCe8y.js → accounts-BOJJiHSr.js} +14 -1
  4. package/dist/accounts.runtime-DWvaCb-X.js +2 -0
  5. package/dist/{action-runtime-E9QZMf0z.js → action-runtime-DoQGk_8D.js} +36 -32
  6. package/dist/action-runtime.runtime-BABj3aM-.js +2 -0
  7. package/dist/{actions-CqRHPciJ.js → actions-DMpDmKEA.js} +211 -57
  8. package/dist/actions.runtime-C103_BPW.js +2 -0
  9. package/dist/api.js +13 -13
  10. package/dist/{approval-handler.runtime-BqNO_HC_.js → approval-handler.runtime-CIUbOt5T.js} +2 -2
  11. package/dist/{channel-jO8Jdkge.js → channel-CG29WLVd.js} +198 -87
  12. package/dist/channel-plugin-api.js +1 -1
  13. package/dist/{channel.setup-CDOZ8V3p.js → channel.setup-Dq6syTNU.js} +3 -3
  14. package/dist/{client-DG9cyk55.js → client-DGxwSL7f.js} +0 -1
  15. package/dist/{directory-config-DDVHDmrN.js → directory-config-BZuS8141.js} +1 -1
  16. package/dist/directory-contract-api.js +1 -1
  17. package/dist/{directory-live-DC-YA5SQ.js → directory-live-BNsxCgqP.js} +2 -2
  18. package/dist/format-YCNoNkM2.js +107 -0
  19. package/dist/http-routes-api.js +1 -1
  20. package/dist/index.js +1 -1
  21. package/dist/{interactive-replies-D-22gTp3.js → interactive-replies-CXpT-vA_.js} +13 -2
  22. package/dist/interactive-replies-api.js +1 -1
  23. package/dist/{message-tool-api--zYyTqrR.js → message-tool-api-BgWKyu2r.js} +11 -4
  24. package/dist/message-tool-api.js +1 -1
  25. package/dist/{monitor-BQ7P93ll.js → monitor-D6Km2CFH.js} +3 -3
  26. package/dist/outbound-adapter-DVoBfBW5.js +272 -0
  27. package/dist/{pipeline.runtime-cxw6Zihc.js → pipeline.runtime-0wEFX2CS.js} +184 -260
  28. package/dist/{plugin-routes-B9PvcDQJ.js → plugin-routes-CLp4obpN.js} +1 -1
  29. package/dist/{policy-DAE6BTN3.js → policy-Dj-puVPb.js} +10 -4
  30. package/dist/{probe-DFKt9Ute.js → probe-CuwRDE5j.js} +10 -4
  31. package/dist/{provider-BdoeWKr8.js → provider-Cot8h818.js} +153 -120
  32. package/dist/{relay-source-OcqQzKfX.js → relay-source-CU1LhyBj.js} +2 -2
  33. package/dist/{replies-D_G-EPr8.js → replies-Bbx6pG_B.js} +4 -3
  34. package/dist/{reply-blocks-CfJqf7eq.js → reply-blocks-BGQ6zSqM.js} +184 -36
  35. package/dist/{resolve-channels-eniB45fy.js → resolve-channels-CstkChBE.js} +1 -1
  36. package/dist/{resolve-users-DDKzl37a.js → resolve-users-C3NP2c-Q.js} +1 -1
  37. package/dist/{runtime-api-DHJ8ntLr.js → runtime-api-CEmqYxR-.js} +1 -1
  38. package/dist/runtime-api.js +12 -12
  39. package/dist/{scopes-BdVdJxFf.js → scopes-DCWVD5-8.js} +2 -2
  40. package/dist/{send-Dg6U9K7_.js → send-DKDXoeoV.js} +392 -225
  41. package/dist/send.runtime-GPRa63l1.js +2 -0
  42. package/dist/{setup-core-BCGzyZhx.js → setup-core-fGd6Gquy.js} +4 -3
  43. package/dist/setup-entry.js +1 -1
  44. package/dist/setup-plugin-api.js +1 -1
  45. package/dist/{setup-surface-D7xdZLxB.js → setup-surface-Dv2fIJNB.js} +5 -5
  46. package/dist/{shared-iMaNxOIL.js → shared-CosfcFri.js} +5 -5
  47. package/dist/{slash-dispatch.runtime-DVhs_fpQ.js → slash-dispatch.runtime-Ccm3quU1.js} +1 -1
  48. package/node_modules/@slack/web-api/dist/chat-stream.d.ts +6 -0
  49. package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -1
  50. package/node_modules/@slack/web-api/dist/chat-stream.js +8 -0
  51. package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
  52. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +1 -1
  53. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  54. package/node_modules/@slack/web-api/package.json +1 -1
  55. package/node_modules/@types/node/README.md +1 -1
  56. package/node_modules/@types/node/assert/strict.d.ts +10 -1
  57. package/node_modules/@types/node/assert.d.ts +144 -17
  58. package/node_modules/@types/node/async_hooks.d.ts +9 -9
  59. package/node_modules/@types/node/buffer.d.ts +64 -30
  60. package/node_modules/@types/node/child_process.d.ts +17 -21
  61. package/node_modules/@types/node/cluster.d.ts +13 -13
  62. package/node_modules/@types/node/console.d.ts +1 -1
  63. package/node_modules/@types/node/crypto.d.ts +471 -575
  64. package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
  65. package/node_modules/@types/node/dns.d.ts +15 -15
  66. package/node_modules/@types/node/events.d.ts +3 -3
  67. package/node_modules/@types/node/ffi.d.ts +486 -0
  68. package/node_modules/@types/node/fs/promises.d.ts +7 -4
  69. package/node_modules/@types/node/fs.d.ts +24 -18
  70. package/node_modules/@types/node/globals.d.ts +4 -4
  71. package/node_modules/@types/node/http.d.ts +30 -5
  72. package/node_modules/@types/node/http2.d.ts +2 -1
  73. package/node_modules/@types/node/index.d.ts +1 -3
  74. package/node_modules/@types/node/inspector.d.ts +1 -1
  75. package/node_modules/@types/node/module.d.ts +16 -45
  76. package/node_modules/@types/node/net.d.ts +1 -1
  77. package/node_modules/@types/node/os.d.ts +2 -2
  78. package/node_modules/@types/node/package.json +4 -4
  79. package/node_modules/@types/node/perf_hooks.d.ts +1 -9
  80. package/node_modules/@types/node/process.d.ts +25 -12
  81. package/node_modules/@types/node/quic.d.ts +92 -11
  82. package/node_modules/@types/node/readline.d.ts +12 -11
  83. package/node_modules/@types/node/repl.d.ts +10 -10
  84. package/node_modules/@types/node/sqlite.d.ts +56 -1
  85. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  86. package/node_modules/@types/node/stream/promises.d.ts +2 -2
  87. package/node_modules/@types/node/stream/web.d.ts +1 -1
  88. package/node_modules/@types/node/stream.d.ts +37 -5
  89. package/node_modules/@types/node/test/reporters.d.ts +1 -1
  90. package/node_modules/@types/node/test.d.ts +120 -10
  91. package/node_modules/@types/node/tls.d.ts +1 -1
  92. package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
  93. package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
  94. package/node_modules/@types/node/url.d.ts +3 -3
  95. package/node_modules/@types/node/util/types.d.ts +1 -1
  96. package/node_modules/@types/node/util.d.ts +22 -22
  97. package/node_modules/@types/node/v8.d.ts +85 -3
  98. package/node_modules/@types/node/vm.d.ts +9 -9
  99. package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  100. package/node_modules/@types/node/worker_threads.d.ts +10 -12
  101. package/node_modules/@types/node/zlib.d.ts +3 -3
  102. package/node_modules/body-parser/README.md +16 -1
  103. package/node_modules/body-parser/index.js +4 -20
  104. package/node_modules/body-parser/lib/read.js +17 -17
  105. package/node_modules/body-parser/lib/types/json.js +60 -32
  106. package/node_modules/body-parser/lib/types/raw.js +3 -3
  107. package/node_modules/body-parser/lib/types/text.js +3 -3
  108. package/node_modules/body-parser/lib/types/urlencoded.js +16 -20
  109. package/node_modules/body-parser/lib/utils.js +18 -16
  110. package/node_modules/body-parser/node_modules/content-type/LICENSE +22 -0
  111. package/node_modules/body-parser/node_modules/content-type/README.md +69 -0
  112. package/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +26 -0
  113. package/node_modules/body-parser/node_modules/content-type/dist/index.js +170 -0
  114. package/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -0
  115. package/node_modules/body-parser/node_modules/content-type/package.json +52 -0
  116. package/node_modules/body-parser/package.json +23 -10
  117. package/node_modules/range-parser/README.md +13 -12
  118. package/node_modules/range-parser/index.js +27 -8
  119. package/node_modules/range-parser/package.json +12 -8
  120. package/node_modules/semver/classes/range.js +6 -2
  121. package/node_modules/semver/package.json +1 -1
  122. package/node_modules/side-channel/CHANGELOG.md +10 -0
  123. package/node_modules/side-channel/README.md +1 -1
  124. package/node_modules/side-channel/index.js +5 -2
  125. package/node_modules/side-channel/package.json +10 -10
  126. package/node_modules/side-channel/test/index.js +16 -0
  127. package/node_modules/typebox/build/compile/validator.d.mts +2 -7
  128. package/node_modules/typebox/build/compile/validator.mjs +6 -36
  129. package/node_modules/typebox/build/error/errors.d.mts +1 -7
  130. package/node_modules/typebox/build/format/_idna.mjs +36 -6
  131. package/node_modules/typebox/build/format/_puny.mjs +4 -1
  132. package/node_modules/typebox/build/format/uuid.d.mts +2 -2
  133. package/node_modules/typebox/build/format/uuid.mjs +3 -3
  134. package/node_modules/typebox/build/guard/emit.d.mts +0 -4
  135. package/node_modules/typebox/build/guard/emit.mjs +0 -8
  136. package/node_modules/typebox/build/guard/guard.d.mts +4 -8
  137. package/node_modules/typebox/build/guard/guard.mjs +5 -13
  138. package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
  139. package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
  140. package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
  141. package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
  142. package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
  143. package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
  144. package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
  145. package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
  146. package/node_modules/typebox/build/schema/types/index.mjs +0 -1
  147. package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
  148. package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
  149. package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
  150. package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
  151. package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
  152. package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
  153. package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
  154. package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
  155. package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
  156. package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
  157. package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
  158. package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
  159. package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
  160. package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
  161. package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
  162. package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
  163. package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
  164. package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
  165. package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
  166. package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
  167. package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
  168. package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
  169. package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
  170. package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
  171. package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
  172. package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
  173. package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
  174. package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
  175. package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
  176. package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
  177. package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
  178. package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
  179. package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
  180. package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
  181. package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
  182. package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
  183. package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
  184. package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
  185. package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
  186. package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
  187. package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
  188. package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
  189. package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
  190. package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
  191. package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
  192. package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
  193. package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
  194. package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
  195. package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
  196. package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
  197. package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
  198. package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
  199. package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
  200. package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
  201. package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
  202. package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
  203. package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
  204. package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
  205. package/node_modules/typebox/build/type/action/index.d.mts +7 -4
  206. package/node_modules/typebox/build/type/action/index.mjs +7 -4
  207. package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
  208. package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
  209. package/node_modules/typebox/build/type/action/module.d.mts +8 -7
  210. package/node_modules/typebox/build/type/action/module.mjs +7 -6
  211. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  212. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
  213. package/node_modules/typebox/build/type/action/with.d.mts +11 -0
  214. package/node_modules/typebox/build/type/action/with.mjs +11 -0
  215. package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
  216. package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
  217. package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
  218. package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
  219. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
  220. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
  221. package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
  222. package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
  223. package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
  224. package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
  225. package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
  226. package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
  227. package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
  228. package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
  229. package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
  230. package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
  231. package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
  232. package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
  233. package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
  234. package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
  235. package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
  236. package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
  237. package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
  238. package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
  239. package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
  240. package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
  241. package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
  242. package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
  243. package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
  244. package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
  245. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
  246. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
  247. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
  248. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
  249. package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
  250. package/node_modules/typebox/build/type/engine/index.mjs +2 -2
  251. package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
  252. package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
  253. package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
  254. package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
  255. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
  256. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
  257. package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
  258. package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
  259. package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
  260. package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
  261. package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
  262. package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
  263. package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
  264. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
  265. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
  266. package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
  267. package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
  268. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
  269. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
  270. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
  271. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
  272. package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
  273. package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
  274. package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
  275. package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
  276. package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
  277. package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
  278. package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
  279. package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
  280. package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
  281. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
  282. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
  283. package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
  284. package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
  285. package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
  286. package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
  287. package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
  288. package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
  289. package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
  290. package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
  291. package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
  292. package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
  293. package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
  294. package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
  295. package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
  296. package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
  297. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
  298. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
  299. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
  300. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
  301. package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
  302. package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
  303. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
  304. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
  305. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
  306. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
  307. package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
  308. package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
  309. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
  310. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
  311. package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
  312. package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
  313. package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
  314. package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
  315. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
  316. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
  317. package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
  318. package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
  319. package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
  320. package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
  321. package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
  322. package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
  323. package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
  324. package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
  325. package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
  326. package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
  327. package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
  328. package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
  329. package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
  330. package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
  331. package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
  332. package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
  333. package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
  334. package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
  335. package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
  336. package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
  337. package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
  338. package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
  339. package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
  340. package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
  341. package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
  342. package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
  343. package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
  344. package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
  345. package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
  346. package/node_modules/typebox/build/type/extends/object.mjs +25 -3
  347. package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
  348. package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
  349. package/node_modules/typebox/build/type/extends/record.mjs +23 -0
  350. package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
  351. package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
  352. package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
  353. package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
  354. package/node_modules/typebox/build/type/extends/union.mjs +2 -2
  355. package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
  356. package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
  357. package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
  358. package/node_modules/typebox/build/type/script/parser.mjs +22 -22
  359. package/node_modules/typebox/build/type/script/script.d.mts +3 -4
  360. package/node_modules/typebox/build/type/script/script.mjs +3 -2
  361. package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
  362. package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
  363. package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
  364. package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
  365. package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
  366. package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
  367. package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
  368. package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
  369. package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
  370. package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
  371. package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
  372. package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
  373. package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
  374. package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
  375. package/node_modules/typebox/build/type/types/call.d.mts +3 -3
  376. package/node_modules/typebox/build/type/types/call.mjs +3 -2
  377. package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
  378. package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
  379. package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
  380. package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
  381. package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
  382. package/node_modules/typebox/build/type/types/enum.mjs +5 -0
  383. package/node_modules/typebox/build/type/types/index.d.mts +1 -4
  384. package/node_modules/typebox/build/type/types/index.mjs +1 -4
  385. package/node_modules/typebox/build/type/types/number.d.mts +1 -1
  386. package/node_modules/typebox/build/type/types/number.mjs +1 -1
  387. package/node_modules/typebox/build/type/types/record.d.mts +13 -7
  388. package/node_modules/typebox/build/type/types/record.mjs +15 -9
  389. package/node_modules/typebox/build/type/types/static.d.mts +2 -5
  390. package/node_modules/typebox/build/typebox.d.mts +4 -8
  391. package/node_modules/typebox/build/typebox.mjs +4 -8
  392. package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
  393. package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
  394. package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
  395. package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
  396. package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
  397. package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
  398. package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
  399. package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
  400. package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
  401. package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
  402. package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
  403. package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
  404. package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
  405. package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
  406. package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
  407. package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
  408. package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
  409. package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
  410. package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
  411. package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
  412. package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
  413. package/node_modules/typebox/build/value/index.d.mts +0 -1
  414. package/node_modules/typebox/build/value/index.mjs +0 -1
  415. package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
  416. package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
  417. package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
  418. package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
  419. package/node_modules/typebox/build/value/value.d.mts +0 -1
  420. package/node_modules/typebox/build/value/value.mjs +0 -1
  421. package/node_modules/typebox/package.json +25 -25
  422. package/node_modules/typebox/readme.md +97 -80
  423. package/node_modules/undici-types/agent.d.ts +0 -2
  424. package/node_modules/undici-types/client.d.ts +25 -19
  425. package/node_modules/undici-types/dispatcher.d.ts +7 -33
  426. package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  427. package/node_modules/undici-types/fetch.d.ts +24 -4
  428. package/node_modules/undici-types/h2c-client.d.ts +6 -6
  429. package/node_modules/undici-types/handlers.d.ts +1 -2
  430. package/node_modules/undici-types/header.d.ts +5 -0
  431. package/node_modules/undici-types/index.d.ts +3 -1
  432. package/node_modules/undici-types/interceptors.d.ts +1 -1
  433. package/node_modules/undici-types/package.json +1 -1
  434. package/node_modules/undici-types/pool.d.ts +0 -2
  435. package/node_modules/undici-types/proxy-agent.d.ts +2 -2
  436. package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  437. package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  438. package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  439. package/node_modules/undici-types/webidl.d.ts +0 -1
  440. package/npm-shrinkwrap.json +55 -56
  441. package/openclaw.plugin.json +46 -0
  442. package/package.json +6 -6
  443. package/dist/accounts.runtime-CgWgzjLX.js +0 -2
  444. package/dist/action-runtime.runtime-BQrVgSOq.js +0 -2
  445. package/dist/actions.runtime-Dl6AfO_g.js +0 -2
  446. package/dist/errors-CZtmv-h0.js +0 -107
  447. package/dist/outbound-adapter-BHUtpXz0.js +0 -188
  448. package/dist/send.runtime-a-O4PP2B.js +0 -2
  449. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/LICENSE +0 -21
  450. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +0 -15
  451. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert/strict.d.ts +0 -59
  452. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert.d.ts +0 -950
  453. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/async_hooks.d.ts +0 -711
  454. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  455. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.d.ts +0 -1765
  456. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/child_process.d.ts +0 -1366
  457. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/cluster.d.ts +0 -432
  458. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  459. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/console.d.ts +0 -93
  460. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/constants.d.ts +0 -14
  461. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/crypto.d.ts +0 -4058
  462. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/dgram.d.ts +0 -537
  463. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  464. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns/promises.d.ts +0 -497
  465. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns.d.ts +0 -876
  466. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/domain.d.ts +0 -150
  467. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/events.d.ts +0 -1008
  468. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +0 -1468
  469. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +0 -4780
  470. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.d.ts +0 -150
  471. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  472. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/http.d.ts +0 -2147
  473. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/http2.d.ts +0 -2485
  474. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/https.d.ts +0 -400
  475. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/index.d.ts +0 -117
  476. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector/promises.d.ts +0 -35
  477. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.d.ts +0 -264
  478. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  479. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +0 -755
  480. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +0 -970
  481. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/os.d.ts +0 -498
  482. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +0 -155
  483. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/path/posix.d.ts +0 -8
  484. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/path/win32.d.ts +0 -8
  485. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/path.d.ts +0 -178
  486. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/perf_hooks.d.ts +0 -612
  487. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +0 -2204
  488. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/punycode.d.ts +0 -89
  489. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/querystring.d.ts +0 -139
  490. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/quic.d.ts +0 -897
  491. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline/promises.d.ts +0 -158
  492. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline.d.ts +0 -507
  493. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/repl.d.ts +0 -420
  494. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/sea.d.ts +0 -47
  495. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/sqlite.d.ts +0 -1068
  496. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +0 -114
  497. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/iter.d.ts +0 -301
  498. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/promises.d.ts +0 -211
  499. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/web.d.ts +0 -300
  500. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream.d.ts +0 -1774
  501. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/string_decoder.d.ts +0 -27
  502. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/test/reporters.d.ts +0 -59
  503. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +0 -2279
  504. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers/promises.d.ts +0 -93
  505. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers.d.ts +0 -149
  506. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/tls.d.ts +0 -1193
  507. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/trace_events.d.ts +0 -103
  508. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  509. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  510. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  511. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/index.d.ts +0 -119
  512. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  513. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.7/index.d.ts +0 -119
  514. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/tty.d.ts +0 -225
  515. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/url.d.ts +0 -556
  516. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/util/types.d.ts +0 -558
  517. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +0 -1677
  518. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/v8.d.ts +0 -980
  519. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/vm.d.ts +0 -1136
  520. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/wasi.d.ts +0 -131
  521. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  522. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  523. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/console.d.ts +0 -9
  524. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  525. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  526. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  527. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/events.d.ts +0 -106
  528. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  529. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  530. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  531. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  532. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  533. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  534. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  535. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  536. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/url.d.ts +0 -24
  537. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +0 -671
  538. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib/iter.d.ts +0 -131
  539. package/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib.d.ts +0 -589
  540. package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  541. package/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -21
  542. package/node_modules/@types/ws/node_modules/@types/node/README.md +0 -15
  543. package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -59
  544. package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -950
  545. package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -711
  546. package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  547. package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -1765
  548. package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -1366
  549. package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -432
  550. package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  551. package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -93
  552. package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -14
  553. package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -4058
  554. package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -537
  555. package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  556. package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -497
  557. package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -876
  558. package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -150
  559. package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -1008
  560. package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -1468
  561. package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -4780
  562. package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -150
  563. package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  564. package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -2147
  565. package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -2485
  566. package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -400
  567. package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -117
  568. package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +0 -35
  569. package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -264
  570. package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  571. package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -755
  572. package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -970
  573. package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -498
  574. package/node_modules/@types/ws/node_modules/@types/node/package.json +0 -155
  575. package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +0 -8
  576. package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +0 -8
  577. package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -178
  578. package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -612
  579. package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -2204
  580. package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -89
  581. package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -139
  582. package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +0 -897
  583. package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -158
  584. package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -507
  585. package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -420
  586. package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -47
  587. package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -1068
  588. package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -114
  589. package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +0 -301
  590. package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -211
  591. package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -300
  592. package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -1774
  593. package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -27
  594. package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +0 -59
  595. package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -2279
  596. package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -93
  597. package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -149
  598. package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -1193
  599. package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -103
  600. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  601. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  602. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  603. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +0 -119
  604. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  605. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +0 -119
  606. package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -225
  607. package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -556
  608. package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +0 -558
  609. package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -1677
  610. package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -980
  611. package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -1136
  612. package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -131
  613. package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  614. package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  615. package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +0 -9
  616. package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  617. package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  618. package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  619. package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +0 -106
  620. package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  621. package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  622. package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  623. package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  624. package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  625. package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  626. package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  627. package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  628. package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +0 -24
  629. package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -671
  630. package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +0 -131
  631. package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -589
  632. package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
  633. package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
  634. package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
  635. package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
  636. package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
  637. package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
  638. package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
  639. package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
  640. package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
  641. package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
  642. package/node_modules/typebox/build/type/action/options.d.mts +0 -11
  643. package/node_modules/typebox/build/type/action/options.mjs +0 -11
  644. package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
  645. package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
  646. package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
  647. package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
  648. package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
  649. package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
  650. package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
  651. package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
  652. package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
  653. package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
  654. package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
  655. package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
  656. package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
  657. package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
  658. package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
  659. package/node_modules/typebox/build/type/types/base.d.mts +0 -50
  660. package/node_modules/typebox/build/type/types/base.mjs +0 -84
  661. package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
  662. package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
  663. package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
  664. package/node_modules/typebox/build/type/types/promise.mjs +0 -29
  665. package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
  666. package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
  667. package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
  668. package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
  669. package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
  670. package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
  671. package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
  672. package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
  673. package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
  674. package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
  675. package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
  676. package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
  677. package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
  678. package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
  679. package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
  680. package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
  681. package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
  682. package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
  683. package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
  684. package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
  685. package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
  686. package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
  687. package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
  688. package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
  689. package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
  690. package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
  691. package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
  692. package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
  693. package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
  694. package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
  695. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
  696. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
@@ -1,1008 +0,0 @@
1
- declare module "node:events" {
2
- import { AsyncResource, AsyncResourceOptions } from "node:async_hooks";
3
- // #region Event map helpers
4
- type EventMap<T> = Record<keyof T, any[]>;
5
- type IfEventMap<Events extends EventMap<Events>, True, False> = {} extends Events ? False : True;
6
- type Args<Events extends EventMap<Events>, EventName extends string | symbol> = IfEventMap<
7
- Events,
8
- EventName extends keyof Events ? Events[EventName]
9
- : EventName extends keyof EventEmitterEventMap ? EventEmitterEventMap[EventName]
10
- : any[],
11
- any[]
12
- >;
13
- type EventNames<Events extends EventMap<Events>, EventName extends string | symbol> = IfEventMap<
14
- Events,
15
- EventName | (keyof Events & (string | symbol)) | keyof EventEmitterEventMap,
16
- string | symbol
17
- >;
18
- type Listener<Events extends EventMap<Events>, EventName extends string | symbol> = IfEventMap<
19
- Events,
20
- (
21
- ...args: EventName extends keyof Events ? Events[EventName]
22
- : EventName extends keyof EventEmitterEventMap ? EventEmitterEventMap[EventName]
23
- : any[]
24
- ) => void,
25
- (...args: any[]) => void
26
- >;
27
- interface EventEmitterEventMap {
28
- newListener: [eventName: string | symbol, listener: (...args: any[]) => void];
29
- removeListener: [eventName: string | symbol, listener: (...args: any[]) => void];
30
- }
31
- // #endregion
32
- interface EventEmitterOptions {
33
- /**
34
- * It enables
35
- * [automatic capturing of promise rejection](https://nodejs.org/docs/latest-v25.x/api/events.html#capture-rejections-of-promises).
36
- * @default false
37
- */
38
- captureRejections?: boolean | undefined;
39
- }
40
- /**
41
- * The `EventEmitter` class is defined and exposed by the `node:events` module:
42
- *
43
- * ```js
44
- * import { EventEmitter } from 'node:events';
45
- * ```
46
- *
47
- * All `EventEmitter`s emit the event `'newListener'` when new listeners are
48
- * added and `'removeListener'` when existing listeners are removed.
49
- *
50
- * It supports the following option:
51
- * @since v0.1.26
52
- */
53
- class EventEmitter<T extends EventMap<T> = any> {
54
- constructor(options?: EventEmitterOptions);
55
- }
56
- interface EventEmitter<T extends EventMap<T> = any> extends NodeJS.EventEmitter<T> {}
57
- global {
58
- namespace NodeJS {
59
- interface EventEmitter<T extends EventMap<T> = any> {
60
- /**
61
- * The `Symbol.for('nodejs.rejection')` method is called in case a
62
- * promise rejection happens when emitting an event and
63
- * `captureRejections` is enabled on the emitter.
64
- * It is possible to use `events.captureRejectionSymbol` in
65
- * place of `Symbol.for('nodejs.rejection')`.
66
- *
67
- * ```js
68
- * import { EventEmitter, captureRejectionSymbol } from 'node:events';
69
- *
70
- * class MyClass extends EventEmitter {
71
- * constructor() {
72
- * super({ captureRejections: true });
73
- * }
74
- *
75
- * [captureRejectionSymbol](err, event, ...args) {
76
- * console.log('rejection happened for', event, 'with', err, ...args);
77
- * this.destroy(err);
78
- * }
79
- *
80
- * destroy(err) {
81
- * // Tear the resource down here.
82
- * }
83
- * }
84
- * ```
85
- * @since v13.4.0, v12.16.0
86
- */
87
- [EventEmitter.captureRejectionSymbol]?(error: Error, event: string | symbol, ...args: any[]): void;
88
- /**
89
- * Alias for `emitter.on(eventName, listener)`.
90
- * @since v0.1.26
91
- */
92
- addListener<E extends string | symbol>(eventName: EventNames<T, E>, listener: Listener<T, E>): this;
93
- /**
94
- * Synchronously calls each of the listeners registered for the event named
95
- * `eventName`, in the order they were registered, passing the supplied arguments
96
- * to each.
97
- *
98
- * Returns `true` if the event had listeners, `false` otherwise.
99
- *
100
- * ```js
101
- * import { EventEmitter } from 'node:events';
102
- * const myEmitter = new EventEmitter();
103
- *
104
- * // First listener
105
- * myEmitter.on('event', function firstListener() {
106
- * console.log('Helloooo! first listener');
107
- * });
108
- * // Second listener
109
- * myEmitter.on('event', function secondListener(arg1, arg2) {
110
- * console.log(`event with parameters ${arg1}, ${arg2} in second listener`);
111
- * });
112
- * // Third listener
113
- * myEmitter.on('event', function thirdListener(...args) {
114
- * const parameters = args.join(', ');
115
- * console.log(`event with parameters ${parameters} in third listener`);
116
- * });
117
- *
118
- * console.log(myEmitter.listeners('event'));
119
- *
120
- * myEmitter.emit('event', 1, 2, 3, 4, 5);
121
- *
122
- * // Prints:
123
- * // [
124
- * // [Function: firstListener],
125
- * // [Function: secondListener],
126
- * // [Function: thirdListener]
127
- * // ]
128
- * // Helloooo! first listener
129
- * // event with parameters 1, 2 in second listener
130
- * // event with parameters 1, 2, 3, 4, 5 in third listener
131
- * ```
132
- * @since v0.1.26
133
- */
134
- emit<E extends string | symbol>(eventName: EventNames<T, E>, ...args: Args<T, E>): boolean;
135
- /**
136
- * Returns an array listing the events for which the emitter has registered
137
- * listeners.
138
- *
139
- * ```js
140
- * import { EventEmitter } from 'node:events';
141
- *
142
- * const myEE = new EventEmitter();
143
- * myEE.on('foo', () => {});
144
- * myEE.on('bar', () => {});
145
- *
146
- * const sym = Symbol('symbol');
147
- * myEE.on(sym, () => {});
148
- *
149
- * console.log(myEE.eventNames());
150
- * // Prints: [ 'foo', 'bar', Symbol(symbol) ]
151
- * ```
152
- * @since v6.0.0
153
- */
154
- eventNames(): (string | symbol)[];
155
- /**
156
- * Returns the current max listener value for the `EventEmitter` which is either
157
- * set by `emitter.setMaxListeners(n)` or defaults to
158
- * `events.defaultMaxListeners`.
159
- * @since v1.0.0
160
- */
161
- getMaxListeners(): number;
162
- /**
163
- * Returns the number of listeners listening for the event named `eventName`.
164
- * If `listener` is provided, it will return how many times the listener is found
165
- * in the list of the listeners of the event.
166
- * @since v3.2.0
167
- * @param eventName The name of the event being listened for
168
- * @param listener The event handler function
169
- */
170
- listenerCount<E extends string | symbol>(
171
- eventName: EventNames<T, E>,
172
- listener?: Listener<T, E>,
173
- ): number;
174
- /**
175
- * Returns a copy of the array of listeners for the event named `eventName`.
176
- *
177
- * ```js
178
- * server.on('connection', (stream) => {
179
- * console.log('someone connected!');
180
- * });
181
- * console.log(util.inspect(server.listeners('connection')));
182
- * // Prints: [ [Function] ]
183
- * ```
184
- * @since v0.1.26
185
- */
186
- listeners<E extends string | symbol>(eventName: EventNames<T, E>): Listener<T, E>[];
187
- /**
188
- * Alias for `emitter.removeListener()`.
189
- * @since v10.0.0
190
- */
191
- off<E extends string | symbol>(eventName: EventNames<T, E>, listener: Listener<T, E>): this;
192
- /**
193
- * Adds the `listener` function to the end of the listeners array for the
194
- * event named `eventName`. No checks are made to see if the `listener` has
195
- * already been added. Multiple calls passing the same combination of `eventName`
196
- * and `listener` will result in the `listener` being added, and called, multiple
197
- * times.
198
- *
199
- * ```js
200
- * server.on('connection', (stream) => {
201
- * console.log('someone connected!');
202
- * });
203
- * ```
204
- *
205
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
206
- *
207
- * By default, event listeners are invoked in the order they are added. The
208
- * `emitter.prependListener()` method can be used as an alternative to add the
209
- * event listener to the beginning of the listeners array.
210
- *
211
- * ```js
212
- * import { EventEmitter } from 'node:events';
213
- * const myEE = new EventEmitter();
214
- * myEE.on('foo', () => console.log('a'));
215
- * myEE.prependListener('foo', () => console.log('b'));
216
- * myEE.emit('foo');
217
- * // Prints:
218
- * // b
219
- * // a
220
- * ```
221
- * @since v0.1.101
222
- * @param eventName The name of the event.
223
- * @param listener The callback function
224
- */
225
- on<E extends string | symbol>(eventName: EventNames<T, E>, listener: Listener<T, E>): this;
226
- /**
227
- * Adds a **one-time** `listener` function for the event named `eventName`. The
228
- * next time `eventName` is triggered, this listener is removed and then invoked.
229
- *
230
- * ```js
231
- * server.once('connection', (stream) => {
232
- * console.log('Ah, we have our first user!');
233
- * });
234
- * ```
235
- *
236
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
237
- *
238
- * By default, event listeners are invoked in the order they are added. The
239
- * `emitter.prependOnceListener()` method can be used as an alternative to add the
240
- * event listener to the beginning of the listeners array.
241
- *
242
- * ```js
243
- * import { EventEmitter } from 'node:events';
244
- * const myEE = new EventEmitter();
245
- * myEE.once('foo', () => console.log('a'));
246
- * myEE.prependOnceListener('foo', () => console.log('b'));
247
- * myEE.emit('foo');
248
- * // Prints:
249
- * // b
250
- * // a
251
- * ```
252
- * @since v0.3.0
253
- * @param eventName The name of the event.
254
- * @param listener The callback function
255
- */
256
- once<E extends string | symbol>(eventName: EventNames<T, E>, listener: Listener<T, E>): this;
257
- /**
258
- * Adds the `listener` function to the _beginning_ of the listeners array for the
259
- * event named `eventName`. No checks are made to see if the `listener` has
260
- * already been added. Multiple calls passing the same combination of `eventName`
261
- * and `listener` will result in the `listener` being added, and called, multiple
262
- * times.
263
- *
264
- * ```js
265
- * server.prependListener('connection', (stream) => {
266
- * console.log('someone connected!');
267
- * });
268
- * ```
269
- *
270
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
271
- * @since v6.0.0
272
- * @param eventName The name of the event.
273
- * @param listener The callback function
274
- */
275
- prependListener<E extends string | symbol>(eventName: EventNames<T, E>, listener: Listener<T, E>): this;
276
- /**
277
- * Adds a **one-time** `listener` function for the event named `eventName` to the
278
- * _beginning_ of the listeners array. The next time `eventName` is triggered, this
279
- * listener is removed, and then invoked.
280
- *
281
- * ```js
282
- * server.prependOnceListener('connection', (stream) => {
283
- * console.log('Ah, we have our first user!');
284
- * });
285
- * ```
286
- *
287
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
288
- * @since v6.0.0
289
- * @param eventName The name of the event.
290
- * @param listener The callback function
291
- */
292
- prependOnceListener<E extends string | symbol>(
293
- eventName: EventNames<T, E>,
294
- listener: Listener<T, E>,
295
- ): this;
296
- /**
297
- * Returns a copy of the array of listeners for the event named `eventName`,
298
- * including any wrappers (such as those created by `.once()`).
299
- *
300
- * ```js
301
- * import { EventEmitter } from 'node:events';
302
- * const emitter = new EventEmitter();
303
- * emitter.once('log', () => console.log('log once'));
304
- *
305
- * // Returns a new Array with a function `onceWrapper` which has a property
306
- * // `listener` which contains the original listener bound above
307
- * const listeners = emitter.rawListeners('log');
308
- * const logFnWrapper = listeners[0];
309
- *
310
- * // Logs "log once" to the console and does not unbind the `once` event
311
- * logFnWrapper.listener();
312
- *
313
- * // Logs "log once" to the console and removes the listener
314
- * logFnWrapper();
315
- *
316
- * emitter.on('log', () => console.log('log persistently'));
317
- * // Will return a new Array with a single function bound by `.on()` above
318
- * const newListeners = emitter.rawListeners('log');
319
- *
320
- * // Logs "log persistently" twice
321
- * newListeners[0]();
322
- * emitter.emit('log');
323
- * ```
324
- * @since v9.4.0
325
- */
326
- rawListeners<E extends string | symbol>(eventName: EventNames<T, E>): Listener<T, E>[];
327
- /**
328
- * Removes all listeners, or those of the specified `eventName`.
329
- *
330
- * It is bad practice to remove listeners added elsewhere in the code,
331
- * particularly when the `EventEmitter` instance was created by some other
332
- * component or module (e.g. sockets or file streams).
333
- *
334
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
335
- * @since v0.1.26
336
- */
337
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
338
- removeAllListeners<E extends string | symbol>(eventName?: EventNames<T, E>): this;
339
- /**
340
- * Removes the specified `listener` from the listener array for the event named
341
- * `eventName`.
342
- *
343
- * ```js
344
- * const callback = (stream) => {
345
- * console.log('someone connected!');
346
- * };
347
- * server.on('connection', callback);
348
- * // ...
349
- * server.removeListener('connection', callback);
350
- * ```
351
- *
352
- * `removeListener()` will remove, at most, one instance of a listener from the
353
- * listener array. If any single listener has been added multiple times to the
354
- * listener array for the specified `eventName`, then `removeListener()` must be
355
- * called multiple times to remove each instance.
356
- *
357
- * Once an event is emitted, all listeners attached to it at the
358
- * time of emitting are called in order. This implies that any
359
- * `removeListener()` or `removeAllListeners()` calls _after_ emitting and
360
- * _before_ the last listener finishes execution will not remove them from
361
- * `emit()` in progress. Subsequent events behave as expected.
362
- *
363
- * ```js
364
- * import { EventEmitter } from 'node:events';
365
- * class MyEmitter extends EventEmitter {}
366
- * const myEmitter = new MyEmitter();
367
- *
368
- * const callbackA = () => {
369
- * console.log('A');
370
- * myEmitter.removeListener('event', callbackB);
371
- * };
372
- *
373
- * const callbackB = () => {
374
- * console.log('B');
375
- * };
376
- *
377
- * myEmitter.on('event', callbackA);
378
- *
379
- * myEmitter.on('event', callbackB);
380
- *
381
- * // callbackA removes listener callbackB but it will still be called.
382
- * // Internal listener array at time of emit [callbackA, callbackB]
383
- * myEmitter.emit('event');
384
- * // Prints:
385
- * // A
386
- * // B
387
- *
388
- * // callbackB is now removed.
389
- * // Internal listener array [callbackA]
390
- * myEmitter.emit('event');
391
- * // Prints:
392
- * // A
393
- * ```
394
- *
395
- * Because listeners are managed using an internal array, calling this will
396
- * change the position indexes of any listener registered _after_ the listener
397
- * being removed. This will not impact the order in which listeners are called,
398
- * but it means that any copies of the listener array as returned by
399
- * the `emitter.listeners()` method will need to be recreated.
400
- *
401
- * When a single function has been added as a handler multiple times for a single
402
- * event (as in the example below), `removeListener()` will remove the most
403
- * recently added instance. In the example the `once('ping')`
404
- * listener is removed:
405
- *
406
- * ```js
407
- * import { EventEmitter } from 'node:events';
408
- * const ee = new EventEmitter();
409
- *
410
- * function pong() {
411
- * console.log('pong');
412
- * }
413
- *
414
- * ee.on('ping', pong);
415
- * ee.once('ping', pong);
416
- * ee.removeListener('ping', pong);
417
- *
418
- * ee.emit('ping');
419
- * ee.emit('ping');
420
- * ```
421
- *
422
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
423
- * @since v0.1.26
424
- */
425
- removeListener<E extends string | symbol>(eventName: EventNames<T, E>, listener: Listener<T, E>): this;
426
- /**
427
- * By default `EventEmitter`s will print a warning if more than `10` listeners are
428
- * added for a particular event. This is a useful default that helps finding
429
- * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be
430
- * modified for this specific `EventEmitter` instance. The value can be set to
431
- * `Infinity` (or `0`) to indicate an unlimited number of listeners.
432
- *
433
- * Returns a reference to the `EventEmitter`, so that calls can be chained.
434
- * @since v0.3.5
435
- */
436
- setMaxListeners(n: number): this;
437
- }
438
- }
439
- }
440
- namespace EventEmitter {
441
- export { EventEmitter, EventEmitterEventMap, EventEmitterOptions };
442
- }
443
- namespace EventEmitter {
444
- interface Abortable {
445
- signal?: AbortSignal | undefined;
446
- }
447
- /**
448
- * See how to write a custom [rejection handler](https://nodejs.org/docs/latest-v25.x/api/events.html#emittersymbolfornodejsrejectionerr-eventname-args).
449
- * @since v13.4.0, v12.16.0
450
- */
451
- const captureRejectionSymbol: unique symbol;
452
- /**
453
- * Change the default `captureRejections` option on all new `EventEmitter` objects.
454
- * @since v13.4.0, v12.16.0
455
- */
456
- let captureRejections: boolean;
457
- /**
458
- * By default, a maximum of `10` listeners can be registered for any single
459
- * event. This limit can be changed for individual `EventEmitter` instances
460
- * using the `emitter.setMaxListeners(n)` method. To change the default
461
- * for _all_ `EventEmitter` instances, the `events.defaultMaxListeners`
462
- * property can be used. If this value is not a positive number, a `RangeError`
463
- * is thrown.
464
- *
465
- * Take caution when setting the `events.defaultMaxListeners` because the
466
- * change affects _all_ `EventEmitter` instances, including those created before
467
- * the change is made. However, calling `emitter.setMaxListeners(n)` still has
468
- * precedence over `events.defaultMaxListeners`.
469
- *
470
- * This is not a hard limit. The `EventEmitter` instance will allow
471
- * more listeners to be added but will output a trace warning to stderr indicating
472
- * that a "possible EventEmitter memory leak" has been detected. For any single
473
- * `EventEmitter`, the `emitter.getMaxListeners()` and `emitter.setMaxListeners()`
474
- * methods can be used to temporarily avoid this warning:
475
- *
476
- * `defaultMaxListeners` has no effect on `AbortSignal` instances. While it is
477
- * still possible to use `emitter.setMaxListeners(n)` to set a warning limit
478
- * for individual `AbortSignal` instances, per default `AbortSignal` instances will not warn.
479
- *
480
- * ```js
481
- * import { EventEmitter } from 'node:events';
482
- * const emitter = new EventEmitter();
483
- * emitter.setMaxListeners(emitter.getMaxListeners() + 1);
484
- * emitter.once('event', () => {
485
- * // do stuff
486
- * emitter.setMaxListeners(Math.max(emitter.getMaxListeners() - 1, 0));
487
- * });
488
- * ```
489
- *
490
- * The `--trace-warnings` command-line flag can be used to display the
491
- * stack trace for such warnings.
492
- *
493
- * The emitted warning can be inspected with `process.on('warning')` and will
494
- * have the additional `emitter`, `type`, and `count` properties, referring to
495
- * the event emitter instance, the event's name and the number of attached
496
- * listeners, respectively.
497
- * Its `name` property is set to `'MaxListenersExceededWarning'`.
498
- * @since v0.11.2
499
- */
500
- let defaultMaxListeners: number;
501
- /**
502
- * This symbol shall be used to install a listener for only monitoring `'error'`
503
- * events. Listeners installed using this symbol are called before the regular
504
- * `'error'` listeners are called.
505
- *
506
- * Installing a listener using this symbol does not change the behavior once an
507
- * `'error'` event is emitted. Therefore, the process will still crash if no
508
- * regular `'error'` listener is installed.
509
- * @since v13.6.0, v12.17.0
510
- */
511
- const errorMonitor: unique symbol;
512
- /**
513
- * Listens once to the `abort` event on the provided `signal`.
514
- *
515
- * Listening to the `abort` event on abort signals is unsafe and may
516
- * lead to resource leaks since another third party with the signal can
517
- * call `e.stopImmediatePropagation()`. Unfortunately Node.js cannot change
518
- * this since it would violate the web standard. Additionally, the original
519
- * API makes it easy to forget to remove listeners.
520
- *
521
- * This API allows safely using `AbortSignal`s in Node.js APIs by solving these
522
- * two issues by listening to the event such that `stopImmediatePropagation` does
523
- * not prevent the listener from running.
524
- *
525
- * Returns a disposable so that it may be unsubscribed from more easily.
526
- *
527
- * ```js
528
- * import { addAbortListener } from 'node:events';
529
- *
530
- * function example(signal) {
531
- * signal.addEventListener('abort', (e) => e.stopImmediatePropagation());
532
- * // addAbortListener() returns a disposable, so the `using` keyword ensures
533
- * // the abort listener is automatically removed when this scope exits.
534
- * using _ = addAbortListener(signal, (e) => {
535
- * // Do something when signal is aborted.
536
- * });
537
- * }
538
- * ```
539
- * @since v20.5.0
540
- * @return Disposable that removes the `abort` listener.
541
- */
542
- function addAbortListener(signal: AbortSignal, resource: (event: Event) => void): Disposable;
543
- /**
544
- * Returns a copy of the array of listeners for the event named `eventName`.
545
- *
546
- * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on
547
- * the emitter.
548
- *
549
- * For `EventTarget`s this is the only way to get the event listeners for the
550
- * event target. This is useful for debugging and diagnostic purposes.
551
- *
552
- * ```js
553
- * import { getEventListeners, EventEmitter } from 'node:events';
554
- *
555
- * {
556
- * const ee = new EventEmitter();
557
- * const listener = () => console.log('Events are fun');
558
- * ee.on('foo', listener);
559
- * console.log(getEventListeners(ee, 'foo')); // [ [Function: listener] ]
560
- * }
561
- * {
562
- * const et = new EventTarget();
563
- * const listener = () => console.log('Events are fun');
564
- * et.addEventListener('foo', listener);
565
- * console.log(getEventListeners(et, 'foo')); // [ [Function: listener] ]
566
- * }
567
- * ```
568
- * @since v15.2.0, v14.17.0
569
- */
570
- function getEventListeners(emitter: EventEmitter, name: string | symbol): ((...args: any[]) => void)[];
571
- function getEventListeners(emitter: EventTarget, name: string): ((...args: any[]) => void)[];
572
- /**
573
- * Returns the currently set max amount of listeners.
574
- *
575
- * For `EventEmitter`s this behaves exactly the same as calling `.getMaxListeners` on
576
- * the emitter.
577
- *
578
- * For `EventTarget`s this is the only way to get the max event listeners for the
579
- * event target. If the number of event handlers on a single EventTarget exceeds
580
- * the max set, the EventTarget will print a warning.
581
- *
582
- * ```js
583
- * import { getMaxListeners, setMaxListeners, EventEmitter } from 'node:events';
584
- *
585
- * {
586
- * const ee = new EventEmitter();
587
- * console.log(getMaxListeners(ee)); // 10
588
- * setMaxListeners(11, ee);
589
- * console.log(getMaxListeners(ee)); // 11
590
- * }
591
- * {
592
- * const et = new EventTarget();
593
- * console.log(getMaxListeners(et)); // 10
594
- * setMaxListeners(11, et);
595
- * console.log(getMaxListeners(et)); // 11
596
- * }
597
- * ```
598
- * @since v19.9.0
599
- */
600
- function getMaxListeners(emitter: EventEmitter | EventTarget): number;
601
- /**
602
- * Returns the number of registered listeners for the event named `eventName`.
603
- *
604
- * For `EventEmitter`s this behaves exactly the same as calling `.listenerCount`
605
- * on the emitter.
606
- *
607
- * For `EventTarget`s this is the only way to obtain the listener count. This can
608
- * be useful for debugging and diagnostic purposes.
609
- * @since v0.9.12
610
- */
611
- function listenerCount(emitter: EventEmitter, eventName: string | symbol): number;
612
- function listenerCount(emitter: EventTarget, eventName: string): number;
613
- interface OnOptions extends Abortable {
614
- /**
615
- * Names of events that will end the iteration.
616
- */
617
- close?: readonly string[] | undefined;
618
- /**
619
- * The high watermark. The emitter is paused every time the size of events
620
- * being buffered is higher than it. Supported only on emitters implementing
621
- * `pause()` and `resume()` methods.
622
- * @default Number.MAX_SAFE_INTEGER
623
- */
624
- highWaterMark?: number | undefined;
625
- /**
626
- * The low watermark. The emitter is resumed every time the size of events
627
- * being buffered is lower than it. Supported only on emitters implementing
628
- * `pause()` and `resume()` methods.
629
- * @default 1
630
- */
631
- lowWaterMark?: number | undefined;
632
- }
633
- /**
634
- * ```js
635
- * import { on, EventEmitter } from 'node:events';
636
- * import process from 'node:process';
637
- *
638
- * const ee = new EventEmitter();
639
- *
640
- * // Emit later on
641
- * process.nextTick(() => {
642
- * ee.emit('foo', 'bar');
643
- * ee.emit('foo', 42);
644
- * });
645
- *
646
- * for await (const event of on(ee, 'foo')) {
647
- * // The execution of this inner block is synchronous and it
648
- * // processes one event at a time (even with await). Do not use
649
- * // if concurrent execution is required.
650
- * console.log(event); // prints ['bar'] [42]
651
- * }
652
- * // Unreachable here
653
- * ```
654
- *
655
- * Returns an `AsyncIterator` that iterates `eventName` events. It will throw
656
- * if the `EventEmitter` emits `'error'`. It removes all listeners when
657
- * exiting the loop. The `value` returned by each iteration is an array
658
- * composed of the emitted event arguments.
659
- *
660
- * An `AbortSignal` can be used to cancel waiting on events:
661
- *
662
- * ```js
663
- * import { on, EventEmitter } from 'node:events';
664
- * import process from 'node:process';
665
- *
666
- * const ac = new AbortController();
667
- *
668
- * (async () => {
669
- * const ee = new EventEmitter();
670
- *
671
- * // Emit later on
672
- * process.nextTick(() => {
673
- * ee.emit('foo', 'bar');
674
- * ee.emit('foo', 42);
675
- * });
676
- *
677
- * for await (const event of on(ee, 'foo', { signal: ac.signal })) {
678
- * // The execution of this inner block is synchronous and it
679
- * // processes one event at a time (even with await). Do not use
680
- * // if concurrent execution is required.
681
- * console.log(event); // prints ['bar'] [42]
682
- * }
683
- * // Unreachable here
684
- * })();
685
- *
686
- * process.nextTick(() => ac.abort());
687
- * ```
688
- * @since v13.6.0, v12.16.0
689
- * @returns `AsyncIterator` that iterates `eventName` events emitted by the `emitter`
690
- */
691
- function on(
692
- emitter: EventEmitter,
693
- eventName: string | symbol,
694
- options?: OnOptions,
695
- ): NodeJS.AsyncIterator<any[]>;
696
- function on(
697
- emitter: EventTarget,
698
- eventName: string,
699
- options?: OnOptions,
700
- ): NodeJS.AsyncIterator<any[]>;
701
- interface OnceOptions extends Abortable {}
702
- /**
703
- * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given
704
- * event or that is rejected if the `EventEmitter` emits `'error'` while waiting.
705
- * The `Promise` will resolve with an array of all the arguments emitted to the
706
- * given event.
707
- *
708
- * This method is intentionally generic and works with the web platform
709
- * [EventTarget][WHATWG-EventTarget] interface, which has no special
710
- * `'error'` event semantics and does not listen to the `'error'` event.
711
- *
712
- * ```js
713
- * import { once, EventEmitter } from 'node:events';
714
- * import process from 'node:process';
715
- *
716
- * const ee = new EventEmitter();
717
- *
718
- * process.nextTick(() => {
719
- * ee.emit('myevent', 42);
720
- * });
721
- *
722
- * const [value] = await once(ee, 'myevent');
723
- * console.log(value);
724
- *
725
- * const err = new Error('kaboom');
726
- * process.nextTick(() => {
727
- * ee.emit('error', err);
728
- * });
729
- *
730
- * try {
731
- * await once(ee, 'myevent');
732
- * } catch (err) {
733
- * console.error('error happened', err);
734
- * }
735
- * ```
736
- *
737
- * The special handling of the `'error'` event is only used when `events.once()`
738
- * is used to wait for another event. If `events.once()` is used to wait for the
739
- * '`error'` event itself, then it is treated as any other kind of event without
740
- * special handling:
741
- *
742
- * ```js
743
- * import { EventEmitter, once } from 'node:events';
744
- *
745
- * const ee = new EventEmitter();
746
- *
747
- * once(ee, 'error')
748
- * .then(([err]) => console.log('ok', err.message))
749
- * .catch((err) => console.error('error', err.message));
750
- *
751
- * ee.emit('error', new Error('boom'));
752
- *
753
- * // Prints: ok boom
754
- * ```
755
- *
756
- * An `AbortSignal` can be used to cancel waiting for the event:
757
- *
758
- * ```js
759
- * import { EventEmitter, once } from 'node:events';
760
- *
761
- * const ee = new EventEmitter();
762
- * const ac = new AbortController();
763
- *
764
- * async function foo(emitter, event, signal) {
765
- * try {
766
- * await once(emitter, event, { signal });
767
- * console.log('event emitted!');
768
- * } catch (error) {
769
- * if (error.name === 'AbortError') {
770
- * console.error('Waiting for the event was canceled!');
771
- * } else {
772
- * console.error('There was an error', error.message);
773
- * }
774
- * }
775
- * }
776
- *
777
- * foo(ee, 'foo', ac.signal);
778
- * ac.abort(); // Prints: Waiting for the event was canceled!
779
- * ```
780
- * @since v11.13.0, v10.16.0
781
- */
782
- function once(
783
- emitter: EventEmitter,
784
- eventName: string | symbol,
785
- options?: OnceOptions,
786
- ): Promise<any[]>;
787
- function once(emitter: EventTarget, eventName: string, options?: OnceOptions): Promise<any[]>;
788
- /**
789
- * ```js
790
- * import { setMaxListeners, EventEmitter } from 'node:events';
791
- *
792
- * const target = new EventTarget();
793
- * const emitter = new EventEmitter();
794
- *
795
- * setMaxListeners(5, target, emitter);
796
- * ```
797
- * @since v15.4.0
798
- * @param n A non-negative number. The maximum number of listeners per `EventTarget` event.
799
- * @param eventTargets Zero or more `EventTarget`
800
- * or `EventEmitter` instances. If none are specified, `n` is set as the default
801
- * max for all newly created `EventTarget` and `EventEmitter` objects.
802
- * objects.
803
- */
804
- function setMaxListeners(n: number, ...eventTargets: ReadonlyArray<EventEmitter | EventTarget>): void;
805
- /**
806
- * This is the interface from which event-emitting Node.js APIs inherit in the types package.
807
- * **It is not intended for consumer use.**
808
- *
809
- * It provides event-mapped definitions similar to EventEmitter, except that its signatures
810
- * are deliberately permissive: they provide type _hinting_, but not rigid type-checking,
811
- * for compatibility reasons.
812
- *
813
- * Classes that inherit directly from EventEmitter in JavaScript can inherit directly from
814
- * this interface in the type definitions. Classes that are more than one inheritance level
815
- * away from EventEmitter (eg. `net.Socket` > `stream.Duplex` > `EventEmitter`) must instead
816
- * copy these method definitions into the derived class. Search "#region InternalEventEmitter"
817
- * for examples.
818
- * @internal
819
- */
820
- interface InternalEventEmitter<T extends EventMap<T>> extends EventEmitter {
821
- addListener<E extends keyof T>(eventName: E, listener: (...args: T[E]) => void): this;
822
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
823
- emit<E extends keyof T>(eventName: E, ...args: T[E]): boolean;
824
- emit(eventName: string | symbol, ...args: any[]): boolean;
825
- listenerCount<E extends keyof T>(eventName: E, listener?: (...args: T[E]) => void): number;
826
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
827
- listeners<E extends keyof T>(eventName: E): ((...args: T[E]) => void)[];
828
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
829
- off<E extends keyof T>(eventName: E, listener: (...args: T[E]) => void): this;
830
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
831
- on<E extends keyof T>(eventName: E, listener: (...args: T[E]) => void): this;
832
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
833
- once<E extends keyof T>(eventName: E, listener: (...args: T[E]) => void): this;
834
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
835
- prependListener<E extends keyof T>(eventName: E, listener: (...args: T[E]) => void): this;
836
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
837
- prependOnceListener<E extends keyof T>(eventName: E, listener: (...args: T[E]) => void): this;
838
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
839
- rawListeners<E extends keyof T>(eventName: E): ((...args: T[E]) => void)[];
840
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
841
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
842
- removeAllListeners<E extends keyof T>(eventName?: E): this;
843
- removeAllListeners(eventName?: string | symbol): this;
844
- removeListener<E extends keyof T>(eventName: E, listener: (...args: T[E]) => void): this;
845
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
846
- }
847
- interface EventEmitterReferencingAsyncResource extends AsyncResource {
848
- readonly eventEmitter: EventEmitterAsyncResource;
849
- }
850
- interface EventEmitterAsyncResourceOptions extends AsyncResourceOptions, EventEmitterOptions {
851
- /**
852
- * The type of async event.
853
- * @default new.target.name
854
- */
855
- name?: string | undefined;
856
- }
857
- /**
858
- * Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that
859
- * require manual async tracking. Specifically, all events emitted by instances
860
- * of `events.EventEmitterAsyncResource` will run within its [async context](https://nodejs.org/docs/latest-v25.x/api/async_context.html).
861
- *
862
- * ```js
863
- * import { EventEmitterAsyncResource, EventEmitter } from 'node:events';
864
- * import { notStrictEqual, strictEqual } from 'node:assert';
865
- * import { executionAsyncId, triggerAsyncId } from 'node:async_hooks';
866
- *
867
- * // Async tracking tooling will identify this as 'Q'.
868
- * const ee1 = new EventEmitterAsyncResource({ name: 'Q' });
869
- *
870
- * // 'foo' listeners will run in the EventEmitters async context.
871
- * ee1.on('foo', () => {
872
- * strictEqual(executionAsyncId(), ee1.asyncId);
873
- * strictEqual(triggerAsyncId(), ee1.triggerAsyncId);
874
- * });
875
- *
876
- * const ee2 = new EventEmitter();
877
- *
878
- * // 'foo' listeners on ordinary EventEmitters that do not track async
879
- * // context, however, run in the same async context as the emit().
880
- * ee2.on('foo', () => {
881
- * notStrictEqual(executionAsyncId(), ee2.asyncId);
882
- * notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId);
883
- * });
884
- *
885
- * Promise.resolve().then(() => {
886
- * ee1.emit('foo');
887
- * ee2.emit('foo');
888
- * });
889
- * ```
890
- *
891
- * The `EventEmitterAsyncResource` class has the same methods and takes the
892
- * same options as `EventEmitter` and `AsyncResource` themselves.
893
- * @since v17.4.0, v16.14.0
894
- */
895
- class EventEmitterAsyncResource extends EventEmitter {
896
- constructor(options?: EventEmitterAsyncResourceOptions);
897
- /**
898
- * The unique `asyncId` assigned to the resource.
899
- */
900
- readonly asyncId: number;
901
- /**
902
- * The returned `AsyncResource` object has an additional `eventEmitter` property
903
- * that provides a reference to this `EventEmitterAsyncResource`.
904
- */
905
- readonly asyncResource: EventEmitterReferencingAsyncResource;
906
- /**
907
- * Call all `destroy` hooks. This should only ever be called once. An error will
908
- * be thrown if it is called more than once. This **must** be manually called. If
909
- * the resource is left to be collected by the GC then the `destroy` hooks will
910
- * never be called.
911
- */
912
- emitDestroy(): void;
913
- /**
914
- * The same `triggerAsyncId` that is passed to the
915
- * `AsyncResource` constructor.
916
- */
917
- readonly triggerAsyncId: number;
918
- }
919
- /**
920
- * The `NodeEventTarget` is a Node.js-specific extension to `EventTarget`
921
- * that emulates a subset of the `EventEmitter` API.
922
- * @since v14.5.0
923
- */
924
- interface NodeEventTarget extends EventTarget {
925
- /**
926
- * Node.js-specific extension to the `EventTarget` class that emulates the
927
- * equivalent `EventEmitter` API. The only difference between `addListener()` and
928
- * `addEventListener()` is that `addListener()` will return a reference to the
929
- * `EventTarget`.
930
- * @since v14.5.0
931
- */
932
- addListener(type: string, listener: (arg: any) => void): this;
933
- /**
934
- * Node.js-specific extension to the `EventTarget` class that dispatches the
935
- * `arg` to the list of handlers for `type`.
936
- * @since v15.2.0
937
- * @returns `true` if event listeners registered for the `type` exist,
938
- * otherwise `false`.
939
- */
940
- emit(type: string, arg: any): boolean;
941
- /**
942
- * Node.js-specific extension to the `EventTarget` class that returns an array
943
- * of event `type` names for which event listeners are registered.
944
- * @since 14.5.0
945
- */
946
- eventNames(): string[];
947
- /**
948
- * Node.js-specific extension to the `EventTarget` class that returns the number
949
- * of event listeners registered for the `type`.
950
- * @since v14.5.0
951
- */
952
- listenerCount(type: string): number;
953
- /**
954
- * Node.js-specific extension to the `EventTarget` class that sets the number
955
- * of max event listeners as `n`.
956
- * @since v14.5.0
957
- */
958
- setMaxListeners(n: number): void;
959
- /**
960
- * Node.js-specific extension to the `EventTarget` class that returns the number
961
- * of max event listeners.
962
- * @since v14.5.0
963
- */
964
- getMaxListeners(): number;
965
- /**
966
- * Node.js-specific alias for `eventTarget.removeEventListener()`.
967
- * @since v14.5.0
968
- */
969
- off(type: string, listener: (arg: any) => void, options?: EventListenerOptions): this;
970
- /**
971
- * Node.js-specific alias for `eventTarget.addEventListener()`.
972
- * @since v14.5.0
973
- */
974
- on(type: string, listener: (arg: any) => void): this;
975
- /**
976
- * Node.js-specific extension to the `EventTarget` class that adds a `once`
977
- * listener for the given event `type`. This is equivalent to calling `on`
978
- * with the `once` option set to `true`.
979
- * @since v14.5.0
980
- */
981
- once(type: string, listener: (arg: any) => void): this;
982
- /**
983
- * Node.js-specific extension to the `EventTarget` class. If `type` is specified,
984
- * removes all registered listeners for `type`, otherwise removes all registered
985
- * listeners.
986
- * @since v14.5.0
987
- */
988
- removeAllListeners(type?: string): this;
989
- /**
990
- * Node.js-specific extension to the `EventTarget` class that removes the
991
- * `listener` for the given `type`. The only difference between `removeListener()`
992
- * and `removeEventListener()` is that `removeListener()` will return a reference
993
- * to the `EventTarget`.
994
- * @since v14.5.0
995
- */
996
- removeListener(type: string, listener: (arg: any) => void, options?: EventListenerOptions): this;
997
- }
998
- /** @internal */
999
- type InternalEventTargetEventProperties<T> = {
1000
- [K in keyof T & string as `on${K}`]: ((ev: T[K]) => void) | null;
1001
- };
1002
- }
1003
- export = EventEmitter;
1004
- }
1005
- declare module "events" {
1006
- import events = require("node:events");
1007
- export = events;
1008
- }