@openclaw/slack 2026.9.3 → 2026.9.5

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 (3011) hide show
  1. package/assets/activity.svg +40 -0
  2. package/assets/icon.png +0 -0
  3. package/dist/.setup/account-inspect-B86OaUEt.mjs +87 -0
  4. package/dist/.setup/accounts-C1FspRF-.mjs +187 -0
  5. package/dist/.setup/accounts.runtime-BpWv-6-2.mjs +2 -0
  6. package/dist/.setup/action-runtime-Aa-h24Fq.mjs +647 -0
  7. package/dist/.setup/action-runtime.runtime-DwH3NdpT.mjs +2 -0
  8. package/dist/.setup/actions-BvGUGk3w.mjs +935 -0
  9. package/dist/.setup/approval-handler.runtime-BcZNF-VP.mjs +305 -0
  10. package/dist/.setup/approval-message-updates-Cy1cxfBn.mjs +27 -0
  11. package/dist/.setup/channel-DrBm0NFw.mjs +1218 -0
  12. package/dist/.setup/channel-type-osC0XOES.mjs +106 -0
  13. package/dist/.setup/channel.setup-BSY5hzVz.mjs +646 -0
  14. package/dist/.setup/directory-config-CTs7YyuU.mjs +55 -0
  15. package/dist/.setup/directory-live-Btq0063Q.mjs +116 -0
  16. package/dist/.setup/doctor-contract-CtMUqjvk.mjs +186 -0
  17. package/dist/.setup/message-tool-api-DRnDCVdY.mjs +150 -0
  18. package/dist/.setup/monitor-Dw5uuKWM.mjs +13 -0
  19. package/dist/.setup/outbound-adapter-K3Ek1iSR.mjs +280 -0
  20. package/dist/.setup/pipeline.runtime-BZqGcbfi.mjs +4492 -0
  21. package/dist/.setup/plugin-routes-C3X0eVaK.mjs +22 -0
  22. package/dist/.setup/policy-Db_QWCZZ.mjs +72 -0
  23. package/dist/.setup/probe-64C6k3_Q.mjs +648 -0
  24. package/dist/.setup/provider-w36VTgZ3.mjs +7692 -0
  25. package/dist/.setup/relay-source-CDqY76Vp.mjs +270 -0
  26. package/dist/.setup/replies-CWFhjS9S.mjs +510 -0
  27. package/dist/.setup/reply-blocks-9uCeAJts.mjs +854 -0
  28. package/dist/.setup/resolve-channels-x8fX1SEt.mjs +96 -0
  29. package/dist/.setup/resolve-users-B8BpBnH2.mjs +123 -0
  30. package/dist/.setup/rolldown-runtime-D7D4PA-g.mjs +13 -0
  31. package/dist/.setup/runtime-setter-api-CMFvhrAr.mjs +3 -0
  32. package/dist/.setup/scopes-CJ-6l4v4.mjs +73 -0
  33. package/dist/.setup/secret-contract-api-D9UfYujm.mjs +3 -0
  34. package/dist/.setup/security-audit-BypHqcq5.mjs +41 -0
  35. package/dist/.setup/send-6GCb3lBP.mjs +1384 -0
  36. package/dist/.setup/send.runtime-BmqRP-WG.mjs +2 -0
  37. package/dist/.setup/session-status-BhG6pdiH.mjs +1741 -0
  38. package/dist/.setup/setup-plugin-api-DtCEByQB.mjs +3 -0
  39. package/dist/.setup/setup-surface-DsE0hsYY.mjs +148 -0
  40. package/dist/.setup/shared-BNmqCPgQ.mjs +288 -0
  41. package/dist/.setup/slash-commands.runtime-BpSH0b3q.mjs +2 -0
  42. package/dist/.setup/slash-dispatch.runtime-Io4ASZsY.mjs +7 -0
  43. package/dist/.setup/slash-skill-commands.runtime-Bi1JWZHY.mjs +2 -0
  44. package/dist/.setup/target-parsing-DEsPjngB.mjs +134 -0
  45. package/dist/.setup/targets-Cku2KCvg.mjs +13 -0
  46. package/dist/account-inspect-api.js +1 -1
  47. package/dist/api.js +17 -17
  48. package/dist/channel-config-api.js +1 -1
  49. package/dist/channel-plugin-api.js +1 -1
  50. package/dist/configured-state.js +1 -1
  51. package/dist/directory-contract-api.js +1 -1
  52. package/dist/doctor-contract-api.js +1 -1
  53. package/dist/http-routes-api.js +1 -1
  54. package/dist/index.js +1 -1
  55. package/dist/message-tool-api.js +1 -1
  56. package/dist/runtime-api.js +13 -13
  57. package/dist/runtime-setter-api.js +1 -1
  58. package/dist/secret-contract-api.js +1 -1
  59. package/dist/security-contract-api.js +1 -1
  60. package/dist/setup-entry.js +4 -3
  61. package/dist/setup-plugin-api.js +1 -1
  62. package/node_modules/@slack/bolt/dist/index.d.ts +1 -1
  63. package/node_modules/@slack/bolt/dist/index.d.ts.map +1 -1
  64. package/node_modules/@slack/bolt/dist/index.js +4 -1
  65. package/node_modules/@slack/bolt/dist/index.js.map +1 -1
  66. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts +1 -1
  67. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts.map +1 -1
  68. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.d.ts +4 -3
  69. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.d.ts.map +1 -1
  70. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.js +42 -11
  71. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.js.map +1 -1
  72. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts +5 -1
  73. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts.map +1 -1
  74. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js +14 -4
  75. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js.map +1 -1
  76. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.d.ts +3 -1
  77. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.d.ts.map +1 -1
  78. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.js +11 -1
  79. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.js.map +1 -1
  80. package/node_modules/@slack/bolt/node_modules/@types/node/README.md +1 -1
  81. package/node_modules/@slack/bolt/node_modules/@types/node/buffer.buffer.d.ts +10 -5
  82. package/node_modules/@slack/bolt/node_modules/@types/node/buffer.d.ts +1 -0
  83. package/node_modules/@slack/bolt/node_modules/@types/node/crypto.d.ts +2 -4
  84. package/node_modules/@slack/bolt/node_modules/@types/node/dgram.d.ts +119 -4
  85. package/node_modules/@slack/bolt/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  86. package/node_modules/@slack/bolt/node_modules/@types/node/ffi.d.ts +1 -1
  87. package/node_modules/@slack/bolt/node_modules/@types/node/fs/promises.d.ts +61 -65
  88. package/node_modules/@slack/bolt/node_modules/@types/node/fs.d.ts +86 -76
  89. package/node_modules/@slack/bolt/node_modules/@types/node/http.d.ts +18 -2
  90. package/node_modules/@slack/bolt/node_modules/@types/node/http2.d.ts +12 -4
  91. package/node_modules/@slack/bolt/node_modules/@types/node/index.d.ts +1 -0
  92. package/node_modules/@slack/bolt/node_modules/@types/node/inspector.d.ts +2 -1
  93. package/node_modules/@slack/bolt/node_modules/@types/node/net.d.ts +108 -16
  94. package/node_modules/@slack/bolt/node_modules/@types/node/package.json +3 -3
  95. package/node_modules/@slack/bolt/node_modules/@types/node/perf_hooks.d.ts +31 -19
  96. package/node_modules/@slack/bolt/node_modules/@types/node/process.d.ts +52 -0
  97. package/node_modules/@slack/bolt/node_modules/@types/node/quic.d.ts +252 -42
  98. package/node_modules/@slack/bolt/node_modules/@types/node/sqlite.d.ts +6 -2
  99. package/node_modules/@slack/bolt/node_modules/@types/node/stream/iter.d.ts +4 -4
  100. package/node_modules/@slack/bolt/node_modules/@types/node/stream/web.d.ts +20 -0
  101. package/node_modules/@slack/bolt/node_modules/@types/node/test.d.ts +36 -0
  102. package/node_modules/@slack/bolt/node_modules/@types/node/tls.d.ts +50 -15
  103. package/node_modules/@slack/bolt/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +5 -0
  104. package/node_modules/@slack/bolt/node_modules/@types/node/ts5.6/index.d.ts +1 -0
  105. package/node_modules/@slack/bolt/node_modules/@types/node/ts5.7/index.d.ts +1 -0
  106. package/node_modules/@slack/bolt/node_modules/@types/node/tty.d.ts +4 -3
  107. package/node_modules/@slack/bolt/node_modules/@types/node/vfs.d.ts +211 -0
  108. package/node_modules/@slack/bolt/node_modules/@types/node/vm.d.ts +1 -1
  109. package/node_modules/@slack/bolt/node_modules/@types/node/zlib.d.ts +17 -0
  110. package/node_modules/@slack/bolt/node_modules/proxy-addr/HISTORY.md +60 -54
  111. package/node_modules/@slack/bolt/node_modules/proxy-addr/README.md +1 -1
  112. package/node_modules/@slack/bolt/node_modules/proxy-addr/index.js +32 -0
  113. package/node_modules/@slack/bolt/node_modules/proxy-addr/package.json +8 -4
  114. package/node_modules/@slack/bolt/node_modules/qs/.github/THREAT_MODEL.md +3 -3
  115. package/node_modules/@slack/bolt/node_modules/qs/CHANGELOG.md +15 -0
  116. package/node_modules/@slack/bolt/node_modules/qs/README.md +19 -1
  117. package/node_modules/@slack/bolt/node_modules/qs/dist/qs.js +21 -21
  118. package/node_modules/@slack/bolt/node_modules/qs/eslint.config.mjs +1 -1
  119. package/node_modules/@slack/bolt/node_modules/qs/lib/parse.js +3 -4
  120. package/node_modules/@slack/bolt/node_modules/qs/lib/stringify.js +23 -8
  121. package/node_modules/@slack/bolt/node_modules/qs/lib/utils.js +10 -3
  122. package/node_modules/@slack/bolt/node_modules/qs/package.json +4 -4
  123. package/node_modules/@slack/bolt/node_modules/qs/test/parse.js +192 -3
  124. package/node_modules/@slack/bolt/node_modules/qs/test/stringify.js +317 -0
  125. package/node_modules/@slack/bolt/node_modules/qs/test/utils.js +12 -0
  126. package/node_modules/@slack/bolt/node_modules/undici-types/client.d.ts +8 -3
  127. package/node_modules/@slack/bolt/node_modules/undici-types/connector.d.ts +1 -0
  128. package/node_modules/@slack/bolt/node_modules/undici-types/cookies.d.ts +1 -1
  129. package/node_modules/@slack/bolt/node_modules/undici-types/dispatcher.d.ts +3 -3
  130. package/node_modules/@slack/bolt/node_modules/undici-types/errors.d.ts +10 -0
  131. package/node_modules/@slack/bolt/node_modules/undici-types/fetch.d.ts +5 -1
  132. package/node_modules/@slack/bolt/node_modules/undici-types/handlers.d.ts +2 -0
  133. package/node_modules/@slack/bolt/node_modules/undici-types/interceptors.d.ts +1 -1
  134. package/node_modules/@slack/bolt/node_modules/undici-types/mock-interceptor.d.ts +5 -1
  135. package/node_modules/@slack/bolt/node_modules/undici-types/package.json +1 -1
  136. package/node_modules/@slack/bolt/node_modules/undici-types/proxy-agent.d.ts +7 -0
  137. package/node_modules/@slack/bolt/package.json +5 -5
  138. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  139. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +5 -0
  140. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -0
  141. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -2
  142. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +119 -4
  143. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  144. package/node_modules/@slack/web-api/node_modules/@types/node/ffi.d.ts +1 -1
  145. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +61 -65
  146. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +86 -76
  147. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +2 -2
  148. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
  149. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -0
  150. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +2 -1
  151. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +108 -16
  152. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  153. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +31 -19
  154. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +43 -15
  155. package/node_modules/@slack/web-api/node_modules/@types/node/stream/iter.d.ts +4 -4
  156. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +20 -0
  157. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +50 -15
  158. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +5 -0
  159. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +1 -0
  160. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +1 -0
  161. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -3
  162. package/node_modules/@slack/web-api/node_modules/@types/node/vfs.d.ts +211 -0
  163. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
  164. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +17 -0
  165. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +8 -3
  166. package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +1 -0
  167. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +1 -1
  168. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -3
  169. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +10 -0
  170. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +5 -1
  171. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +2 -0
  172. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +1 -1
  173. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +5 -1
  174. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  175. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +7 -0
  176. package/node_modules/typebox/build/compile/validator.d.mts +1 -1
  177. package/node_modules/typebox/build/compile/validator.mjs +1 -1
  178. package/node_modules/typebox/build/format/idna/idn-hostname.mjs +7 -5
  179. package/node_modules/typebox/build/format/iri.mjs +5 -1
  180. package/node_modules/typebox/build/guard/emit.mjs +2 -4
  181. package/node_modules/typebox/build/guard/guard.mjs +6 -18
  182. package/node_modules/typebox/build/guard/string.mjs +16 -24
  183. package/node_modules/typebox/build/schema/build.mjs +2 -2
  184. package/node_modules/typebox/build/schema/check.mjs +1 -1
  185. package/node_modules/typebox/build/schema/compile.d.mts +3 -2
  186. package/node_modules/typebox/build/schema/compile.mjs +8 -8
  187. package/node_modules/typebox/build/schema/engine/_context.d.mts +6 -7
  188. package/node_modules/typebox/build/schema/engine/_context.mjs +23 -15
  189. package/node_modules/typebox/build/schema/engine/_functions.d.mts +2 -2
  190. package/node_modules/typebox/build/schema/engine/_functions.mjs +1 -1
  191. package/node_modules/typebox/build/schema/engine/_reducer.d.mts +3 -3
  192. package/node_modules/typebox/build/schema/engine/_refine.d.mts +5 -5
  193. package/node_modules/typebox/build/schema/engine/_refine.mjs +4 -7
  194. package/node_modules/typebox/build/schema/engine/_stack.d.mts +34 -16
  195. package/node_modules/typebox/build/schema/engine/_stack.mjs +148 -104
  196. package/node_modules/typebox/build/schema/engine/additionalItems.d.mts +4 -4
  197. package/node_modules/typebox/build/schema/engine/additionalProperties.d.mts +8 -8
  198. package/node_modules/typebox/build/schema/engine/additionalProperties.mjs +26 -18
  199. package/node_modules/typebox/build/schema/engine/allOf.d.mts +4 -4
  200. package/node_modules/typebox/build/schema/engine/allOf.mjs +3 -3
  201. package/node_modules/typebox/build/schema/engine/anyOf.d.mts +4 -4
  202. package/node_modules/typebox/build/schema/engine/anyOf.mjs +5 -10
  203. package/node_modules/typebox/build/schema/engine/boolean.d.mts +4 -4
  204. package/node_modules/typebox/build/schema/engine/boolean.mjs +2 -6
  205. package/node_modules/typebox/build/schema/engine/const.d.mts +4 -4
  206. package/node_modules/typebox/build/schema/engine/const.mjs +2 -6
  207. package/node_modules/typebox/build/schema/engine/contains.d.mts +4 -4
  208. package/node_modules/typebox/build/schema/engine/contains.mjs +2 -6
  209. package/node_modules/typebox/build/schema/engine/dependencies.d.mts +4 -4
  210. package/node_modules/typebox/build/schema/engine/dependencies.mjs +3 -6
  211. package/node_modules/typebox/build/schema/engine/dependentRequired.d.mts +4 -4
  212. package/node_modules/typebox/build/schema/engine/dependentRequired.mjs +2 -6
  213. package/node_modules/typebox/build/schema/engine/dependentSchemas.d.mts +4 -4
  214. package/node_modules/typebox/build/schema/engine/dynamicRef.d.mts +4 -4
  215. package/node_modules/typebox/build/schema/engine/dynamicRef.mjs +11 -7
  216. package/node_modules/typebox/build/schema/engine/enum.d.mts +4 -4
  217. package/node_modules/typebox/build/schema/engine/enum.mjs +2 -6
  218. package/node_modules/typebox/build/schema/engine/exclusiveMaximum.d.mts +4 -4
  219. package/node_modules/typebox/build/schema/engine/exclusiveMaximum.mjs +2 -6
  220. package/node_modules/typebox/build/schema/engine/exclusiveMinimum.d.mts +4 -4
  221. package/node_modules/typebox/build/schema/engine/exclusiveMinimum.mjs +2 -6
  222. package/node_modules/typebox/build/schema/engine/format.d.mts +4 -4
  223. package/node_modules/typebox/build/schema/engine/format.mjs +2 -6
  224. package/node_modules/typebox/build/schema/engine/if.d.mts +4 -4
  225. package/node_modules/typebox/build/schema/engine/if.mjs +7 -15
  226. package/node_modules/typebox/build/schema/engine/items.d.mts +4 -4
  227. package/node_modules/typebox/build/schema/engine/items.mjs +1 -1
  228. package/node_modules/typebox/build/schema/engine/maxContains.d.mts +4 -4
  229. package/node_modules/typebox/build/schema/engine/maxContains.mjs +2 -6
  230. package/node_modules/typebox/build/schema/engine/maxItems.d.mts +4 -4
  231. package/node_modules/typebox/build/schema/engine/maxItems.mjs +2 -6
  232. package/node_modules/typebox/build/schema/engine/maxLength.d.mts +4 -4
  233. package/node_modules/typebox/build/schema/engine/maxLength.mjs +2 -6
  234. package/node_modules/typebox/build/schema/engine/maxProperties.d.mts +4 -4
  235. package/node_modules/typebox/build/schema/engine/maxProperties.mjs +2 -6
  236. package/node_modules/typebox/build/schema/engine/maximum.d.mts +4 -4
  237. package/node_modules/typebox/build/schema/engine/maximum.mjs +2 -6
  238. package/node_modules/typebox/build/schema/engine/minContains.d.mts +4 -4
  239. package/node_modules/typebox/build/schema/engine/minContains.mjs +2 -6
  240. package/node_modules/typebox/build/schema/engine/minItems.d.mts +5 -5
  241. package/node_modules/typebox/build/schema/engine/minItems.mjs +2 -6
  242. package/node_modules/typebox/build/schema/engine/minLength.d.mts +4 -4
  243. package/node_modules/typebox/build/schema/engine/minLength.mjs +2 -6
  244. package/node_modules/typebox/build/schema/engine/minProperties.d.mts +4 -4
  245. package/node_modules/typebox/build/schema/engine/minProperties.mjs +2 -6
  246. package/node_modules/typebox/build/schema/engine/minimum.d.mts +4 -4
  247. package/node_modules/typebox/build/schema/engine/minimum.mjs +2 -6
  248. package/node_modules/typebox/build/schema/engine/multipleOf.d.mts +4 -4
  249. package/node_modules/typebox/build/schema/engine/multipleOf.mjs +2 -6
  250. package/node_modules/typebox/build/schema/engine/not.d.mts +4 -4
  251. package/node_modules/typebox/build/schema/engine/not.mjs +4 -8
  252. package/node_modules/typebox/build/schema/engine/oneOf.d.mts +4 -4
  253. package/node_modules/typebox/build/schema/engine/oneOf.mjs +6 -11
  254. package/node_modules/typebox/build/schema/engine/pattern.d.mts +4 -4
  255. package/node_modules/typebox/build/schema/engine/pattern.mjs +3 -7
  256. package/node_modules/typebox/build/schema/engine/patternProperties.d.mts +4 -4
  257. package/node_modules/typebox/build/schema/engine/patternProperties.mjs +1 -1
  258. package/node_modules/typebox/build/schema/engine/prefixItems.d.mts +4 -4
  259. package/node_modules/typebox/build/schema/engine/prefixItems.mjs +1 -1
  260. package/node_modules/typebox/build/schema/engine/properties.d.mts +4 -4
  261. package/node_modules/typebox/build/schema/engine/properties.mjs +1 -1
  262. package/node_modules/typebox/build/schema/engine/propertyNames.d.mts +4 -4
  263. package/node_modules/typebox/build/schema/engine/propertyNames.mjs +4 -10
  264. package/node_modules/typebox/build/schema/engine/recursiveRef.d.mts +4 -4
  265. package/node_modules/typebox/build/schema/engine/recursiveRef.mjs +11 -7
  266. package/node_modules/typebox/build/schema/engine/ref.d.mts +4 -4
  267. package/node_modules/typebox/build/schema/engine/ref.mjs +19 -15
  268. package/node_modules/typebox/build/schema/engine/required.d.mts +4 -4
  269. package/node_modules/typebox/build/schema/engine/required.mjs +2 -6
  270. package/node_modules/typebox/build/schema/engine/schema.d.mts +7 -7
  271. package/node_modules/typebox/build/schema/engine/schema.mjs +137 -133
  272. package/node_modules/typebox/build/schema/engine/type.d.mts +4 -4
  273. package/node_modules/typebox/build/schema/engine/type.mjs +2 -6
  274. package/node_modules/typebox/build/schema/engine/unevaluatedItems.d.mts +4 -4
  275. package/node_modules/typebox/build/schema/engine/unevaluatedItems.mjs +5 -9
  276. package/node_modules/typebox/build/schema/engine/unevaluatedProperties.d.mts +4 -4
  277. package/node_modules/typebox/build/schema/engine/unevaluatedProperties.mjs +5 -9
  278. package/node_modules/typebox/build/schema/engine/uniqueItems.d.mts +4 -4
  279. package/node_modules/typebox/build/schema/engine/uniqueItems.mjs +2 -6
  280. package/node_modules/typebox/build/schema/errors.d.mts +2 -2
  281. package/node_modules/typebox/build/schema/errors.mjs +8 -14
  282. package/node_modules/typebox/build/schema/intern/index.d.mts +1 -0
  283. package/node_modules/typebox/build/schema/intern/index.mjs +1 -0
  284. package/node_modules/typebox/build/schema/intern/intern.d.mts +11 -0
  285. package/node_modules/typebox/build/schema/intern/intern.mjs +293 -0
  286. package/node_modules/typebox/build/schema/meta/draft_2019_09.d.mts +2 -0
  287. package/node_modules/typebox/build/schema/meta/draft_2019_09.mjs +288 -0
  288. package/node_modules/typebox/build/schema/meta/draft_2020_12.d.mts +2 -0
  289. package/node_modules/typebox/build/schema/meta/draft_2020_12.mjs +300 -0
  290. package/node_modules/typebox/build/schema/meta/draft_3.d.mts +2 -0
  291. package/node_modules/typebox/build/schema/meta/draft_3.mjs +143 -0
  292. package/node_modules/typebox/build/schema/meta/draft_4.d.mts +2 -0
  293. package/node_modules/typebox/build/schema/meta/draft_4.mjs +149 -0
  294. package/node_modules/typebox/build/schema/meta/draft_6.d.mts +2 -0
  295. package/node_modules/typebox/build/schema/meta/draft_6.mjs +155 -0
  296. package/node_modules/typebox/build/schema/meta/draft_7.d.mts +2 -0
  297. package/node_modules/typebox/build/schema/meta/draft_7.mjs +172 -0
  298. package/node_modules/typebox/build/schema/meta/index.d.mts +2 -0
  299. package/node_modules/typebox/build/schema/meta/index.mjs +2 -0
  300. package/node_modules/typebox/build/schema/meta/meta.d.mts +9 -0
  301. package/node_modules/typebox/build/schema/meta/meta.mjs +15 -0
  302. package/node_modules/typebox/build/schema/meta/schema.d.mts +6 -0
  303. package/node_modules/typebox/build/schema/meta/schema.mjs +1 -0
  304. package/node_modules/typebox/build/schema/parse.d.mts +1 -0
  305. package/node_modules/typebox/build/schema/parse.mjs +10 -5
  306. package/node_modules/typebox/build/schema/resolve/resolve.d.mts +8 -3
  307. package/node_modules/typebox/build/schema/resolve/resolve.mjs +268 -139
  308. package/node_modules/typebox/build/schema/schema.d.mts +2 -0
  309. package/node_modules/typebox/build/schema/schema.mjs +2 -0
  310. package/node_modules/typebox/build/value/errors/errors.d.mts +2 -12
  311. package/node_modules/typebox/build/value/errors/errors.mjs +2 -7
  312. package/node_modules/typebox/package.json +1 -1
  313. package/node_modules/typebox/readme.md +59 -89
  314. package/node_modules/zod/README.md +27 -0
  315. package/node_modules/zod/compile.cjs +77 -0
  316. package/node_modules/zod/compile.d.cts +1 -0
  317. package/node_modules/zod/compile.d.ts +1 -0
  318. package/node_modules/zod/compile.js +52 -0
  319. package/node_modules/zod/index.cjs +2 -2
  320. package/node_modules/zod/index.d.cts +1 -2
  321. package/node_modules/zod/index.d.ts +1 -2
  322. package/node_modules/zod/index.js +5 -2
  323. package/node_modules/zod/package.json +13 -2
  324. package/node_modules/zod/src/compile.ts +56 -0
  325. package/node_modules/zod/src/index.ts +5 -2
  326. package/node_modules/zod/src/v3/ZodError.ts +22 -12
  327. package/node_modules/zod/src/v3/tests/error.test.ts +35 -0
  328. package/node_modules/zod/src/v3/tests/intersection.test.ts +18 -0
  329. package/node_modules/zod/src/v3/tests/language-server.test.ts +1 -2
  330. package/node_modules/zod/src/v3/tests/object.test.ts +3 -6
  331. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -80
  332. package/node_modules/zod/src/v3/tests/string.test.ts +6 -0
  333. package/node_modules/zod/src/v3/types.ts +5 -5
  334. package/node_modules/zod/src/v4/classic/checks.ts +1 -0
  335. package/node_modules/zod/src/v4/classic/compat.ts +26 -18
  336. package/node_modules/zod/src/v4/classic/deep-partial.ts +76 -0
  337. package/node_modules/zod/src/v4/classic/errors.ts +59 -44
  338. package/node_modules/zod/src/v4/classic/external.ts +12 -9
  339. package/node_modules/zod/src/v4/classic/from-json-schema.ts +140 -78
  340. package/node_modules/zod/src/v4/classic/in-out.ts +45 -0
  341. package/node_modules/zod/src/v4/classic/index.ts +2 -2
  342. package/node_modules/zod/src/v4/classic/iso.ts +2 -72
  343. package/node_modules/zod/src/v4/classic/parse.ts +10 -4
  344. package/node_modules/zod/src/v4/classic/schemas.ts +452 -262
  345. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +27 -0
  346. package/node_modules/zod/src/v4/classic/tests/array.test.ts +2 -2
  347. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +135 -0
  348. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +30 -1
  349. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +278 -0
  350. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +1 -2
  351. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +2 -1
  352. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +2 -2
  353. package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +76 -0
  354. package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +720 -0
  355. package/node_modules/zod/src/v4/classic/tests/date.test.ts +30 -0
  356. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +32 -18
  357. package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +380 -0
  358. package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +32 -0
  359. package/node_modules/zod/src/v4/classic/tests/default.test.ts +46 -0
  360. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +31 -7
  361. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +155 -13
  362. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +11 -0
  363. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +112 -2
  364. package/node_modules/zod/src/v4/classic/tests/error.test.ts +274 -6
  365. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +425 -10
  366. package/node_modules/zod/src/v4/classic/tests/function.test.ts +31 -0
  367. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +2 -9
  368. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +1 -2
  369. package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +159 -0
  370. package/node_modules/zod/src/v4/classic/tests/index.test.ts +21 -2
  371. package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +281 -0
  372. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +47 -0
  373. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +136 -0
  374. package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +183 -0
  375. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +3 -10
  376. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +36 -1
  377. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +12 -1
  378. package/node_modules/zod/src/v4/classic/tests/map.test.ts +12 -0
  379. package/node_modules/zod/src/v4/classic/tests/number.test.ts +46 -9
  380. package/node_modules/zod/src/v4/classic/tests/object.test.ts +245 -12
  381. package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +234 -0
  382. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +49 -16
  383. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +51 -4
  384. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +20 -2
  385. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -68
  386. package/node_modules/zod/src/v4/classic/tests/record.test.ts +186 -18
  387. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +33 -2
  388. package/node_modules/zod/src/v4/classic/tests/redos.test.ts +68 -0
  389. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +60 -0
  390. package/node_modules/zod/src/v4/classic/tests/set.test.ts +9 -0
  391. package/node_modules/zod/src/v4/classic/tests/string.test.ts +127 -5
  392. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +18 -0
  393. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +11 -2
  394. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +1585 -173
  395. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +45 -30
  396. package/node_modules/zod/src/v4/classic/tests/union.test.ts +39 -2
  397. package/node_modules/zod/src/v4/classic/tests/validate.test.ts +76 -0
  398. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +2 -2
  399. package/node_modules/zod/src/v4/core/api.ts +48 -12
  400. package/node_modules/zod/src/v4/core/checks.ts +57 -44
  401. package/node_modules/zod/src/v4/core/compile.ts +2188 -0
  402. package/node_modules/zod/src/v4/core/core.ts +98 -19
  403. package/node_modules/zod/src/v4/core/doc.ts +11 -7
  404. package/node_modules/zod/src/v4/core/errors.ts +115 -24
  405. package/node_modules/zod/src/v4/core/index.ts +3 -0
  406. package/node_modules/zod/src/v4/core/json-schema-generator.ts +6 -1
  407. package/node_modules/zod/src/v4/core/json-schema-processors.ts +257 -93
  408. package/node_modules/zod/src/v4/core/json-schema.ts +2 -1
  409. package/node_modules/zod/src/v4/core/memoizer.ts +284 -0
  410. package/node_modules/zod/src/v4/core/parse.ts +131 -38
  411. package/node_modules/zod/src/v4/core/regexes.ts +30 -13
  412. package/node_modules/zod/src/v4/core/registries.ts +2 -2
  413. package/node_modules/zod/src/v4/core/schemas.ts +759 -461
  414. package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +969 -0
  415. package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +89 -0
  416. package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +26 -0
  417. package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +34 -0
  418. package/node_modules/zod/src/v4/core/tests/compile.test.ts +1639 -0
  419. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +1 -2
  420. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +1 -2
  421. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +3 -3
  422. package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +42 -0
  423. package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +69 -0
  424. package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +51 -0
  425. package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +31 -0
  426. package/node_modules/zod/src/v4/core/to-json-schema.ts +275 -42
  427. package/node_modules/zod/src/v4/core/util.ts +268 -42
  428. package/node_modules/zod/src/v4/core/versions.ts +2 -2
  429. package/node_modules/zod/src/v4/core/visit.ts +193 -0
  430. package/node_modules/zod/src/v4/index.ts +3 -3
  431. package/node_modules/zod/src/v4/locales/ar.ts +3 -0
  432. package/node_modules/zod/src/v4/locales/az.ts +3 -0
  433. package/node_modules/zod/src/v4/locales/be.ts +10 -0
  434. package/node_modules/zod/src/v4/locales/bg.ts +3 -0
  435. package/node_modules/zod/src/v4/locales/bn.ts +121 -0
  436. package/node_modules/zod/src/v4/locales/ca.ts +3 -0
  437. package/node_modules/zod/src/v4/locales/ckb.ts +138 -0
  438. package/node_modules/zod/src/v4/locales/cs.ts +3 -0
  439. package/node_modules/zod/src/v4/locales/da.ts +5 -2
  440. package/node_modules/zod/src/v4/locales/de.ts +3 -0
  441. package/node_modules/zod/src/v4/locales/el.ts +1 -0
  442. package/node_modules/zod/src/v4/locales/en.ts +15 -4
  443. package/node_modules/zod/src/v4/locales/eo.ts +3 -0
  444. package/node_modules/zod/src/v4/locales/es.ts +2 -0
  445. package/node_modules/zod/src/v4/locales/fa.ts +3 -0
  446. package/node_modules/zod/src/v4/locales/fi.ts +3 -0
  447. package/node_modules/zod/src/v4/locales/fr-CA.ts +3 -0
  448. package/node_modules/zod/src/v4/locales/fr.ts +19 -14
  449. package/node_modules/zod/src/v4/locales/gu.ts +121 -0
  450. package/node_modules/zod/src/v4/locales/he.ts +6 -1
  451. package/node_modules/zod/src/v4/locales/hi.ts +124 -0
  452. package/node_modules/zod/src/v4/locales/hr.ts +2 -0
  453. package/node_modules/zod/src/v4/locales/hu.ts +3 -0
  454. package/node_modules/zod/src/v4/locales/hy.ts +9 -0
  455. package/node_modules/zod/src/v4/locales/id.ts +3 -0
  456. package/node_modules/zod/src/v4/locales/index.ts +10 -0
  457. package/node_modules/zod/src/v4/locales/is.ts +3 -0
  458. package/node_modules/zod/src/v4/locales/it.ts +3 -0
  459. package/node_modules/zod/src/v4/locales/ja.ts +3 -0
  460. package/node_modules/zod/src/v4/locales/ka.ts +3 -0
  461. package/node_modules/zod/src/v4/locales/km.ts +3 -0
  462. package/node_modules/zod/src/v4/locales/kn.ts +124 -0
  463. package/node_modules/zod/src/v4/locales/ko.ts +3 -0
  464. package/node_modules/zod/src/v4/locales/lt.ts +2 -0
  465. package/node_modules/zod/src/v4/locales/mk.ts +3 -0
  466. package/node_modules/zod/src/v4/locales/ms.ts +3 -0
  467. package/node_modules/zod/src/v4/locales/ne.ts +126 -0
  468. package/node_modules/zod/src/v4/locales/nl.ts +3 -0
  469. package/node_modules/zod/src/v4/locales/nn.ts +119 -0
  470. package/node_modules/zod/src/v4/locales/no.ts +5 -2
  471. package/node_modules/zod/src/v4/locales/ota.ts +3 -0
  472. package/node_modules/zod/src/v4/locales/pl.ts +3 -0
  473. package/node_modules/zod/src/v4/locales/ps.ts +3 -0
  474. package/node_modules/zod/src/v4/locales/pt-BR.ts +159 -0
  475. package/node_modules/zod/src/v4/locales/pt.ts +99 -58
  476. package/node_modules/zod/src/v4/locales/ro.ts +1 -0
  477. package/node_modules/zod/src/v4/locales/ru.ts +10 -0
  478. package/node_modules/zod/src/v4/locales/sk.ts +121 -0
  479. package/node_modules/zod/src/v4/locales/sl.ts +3 -0
  480. package/node_modules/zod/src/v4/locales/sv.ts +5 -2
  481. package/node_modules/zod/src/v4/locales/ta.ts +3 -0
  482. package/node_modules/zod/src/v4/locales/th.ts +3 -0
  483. package/node_modules/zod/src/v4/locales/tk.ts +111 -0
  484. package/node_modules/zod/src/v4/locales/tr.ts +3 -0
  485. package/node_modules/zod/src/v4/locales/uk.ts +3 -0
  486. package/node_modules/zod/src/v4/locales/ur.ts +3 -0
  487. package/node_modules/zod/src/v4/locales/uz.ts +1 -0
  488. package/node_modules/zod/src/v4/locales/vi.ts +3 -0
  489. package/node_modules/zod/src/v4/locales/yo.ts +3 -0
  490. package/node_modules/zod/src/v4/locales/zh-CN.ts +3 -0
  491. package/node_modules/zod/src/v4/locales/zh-TW.ts +3 -0
  492. package/node_modules/zod/src/v4/mini/checks.ts +1 -0
  493. package/node_modules/zod/src/v4/mini/deep-partial.ts +73 -0
  494. package/node_modules/zod/src/v4/mini/external.ts +10 -1
  495. package/node_modules/zod/src/v4/mini/in-out.ts +45 -0
  496. package/node_modules/zod/src/v4/mini/parse.ts +2 -0
  497. package/node_modules/zod/src/v4/mini/schemas.ts +135 -56
  498. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +33 -0
  499. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +62 -1
  500. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +14 -0
  501. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +35 -1
  502. package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +84 -0
  503. package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +54 -0
  504. package/node_modules/zod/src/v4/mini/tests/error.test.ts +23 -4
  505. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +9 -0
  506. package/node_modules/zod/src/v4/mini/tests/index.test.ts +72 -5
  507. package/node_modules/zod/src/v4/mini/tests/number.test.ts +14 -0
  508. package/node_modules/zod/src/v4/mini/tests/object.test.ts +65 -0
  509. package/node_modules/zod/src/v4/mini/tests/string.test.ts +21 -0
  510. package/node_modules/zod/v3/ZodError.cjs +22 -12
  511. package/node_modules/zod/v3/ZodError.d.cts +1 -1
  512. package/node_modules/zod/v3/ZodError.d.ts +1 -1
  513. package/node_modules/zod/v3/ZodError.js +22 -12
  514. package/node_modules/zod/v3/types.cjs +7 -5
  515. package/node_modules/zod/v3/types.js +7 -5
  516. package/node_modules/zod/v4/classic/checks.cjs +2 -1
  517. package/node_modules/zod/v4/classic/checks.d.cts +1 -1
  518. package/node_modules/zod/v4/classic/checks.d.ts +1 -1
  519. package/node_modules/zod/v4/classic/checks.js +1 -1
  520. package/node_modules/zod/v4/classic/compat.d.cts +9 -11
  521. package/node_modules/zod/v4/classic/compat.d.ts +9 -11
  522. package/node_modules/zod/v4/classic/deep-partial.cjs +39 -0
  523. package/node_modules/zod/v4/classic/deep-partial.d.cts +14 -0
  524. package/node_modules/zod/v4/classic/deep-partial.d.ts +14 -0
  525. package/node_modules/zod/v4/classic/deep-partial.js +13 -0
  526. package/node_modules/zod/v4/classic/errors.cjs +43 -34
  527. package/node_modules/zod/v4/classic/errors.d.cts +3 -4
  528. package/node_modules/zod/v4/classic/errors.d.ts +3 -4
  529. package/node_modules/zod/v4/classic/errors.js +43 -34
  530. package/node_modules/zod/v4/classic/external.cjs +30 -27
  531. package/node_modules/zod/v4/classic/external.d.cts +5 -2
  532. package/node_modules/zod/v4/classic/external.d.ts +5 -2
  533. package/node_modules/zod/v4/classic/external.js +5 -8
  534. package/node_modules/zod/v4/classic/from-json-schema.cjs +136 -75
  535. package/node_modules/zod/v4/classic/from-json-schema.js +136 -75
  536. package/node_modules/zod/v4/classic/in-out.cjs +63 -0
  537. package/node_modules/zod/v4/classic/in-out.d.cts +8 -0
  538. package/node_modules/zod/v4/classic/in-out.d.ts +8 -0
  539. package/node_modules/zod/v4/classic/in-out.js +36 -0
  540. package/node_modules/zod/v4/classic/index.cjs +2 -2
  541. package/node_modules/zod/v4/classic/index.d.cts +1 -2
  542. package/node_modules/zod/v4/classic/index.d.ts +1 -2
  543. package/node_modules/zod/v4/classic/index.js +2 -2
  544. package/node_modules/zod/v4/classic/iso.cjs +11 -22
  545. package/node_modules/zod/v4/classic/iso.d.cts +2 -17
  546. package/node_modules/zod/v4/classic/iso.d.ts +2 -17
  547. package/node_modules/zod/v4/classic/iso.js +2 -17
  548. package/node_modules/zod/v4/classic/parse.cjs +4 -1
  549. package/node_modules/zod/v4/classic/parse.d.cts +17 -4
  550. package/node_modules/zod/v4/classic/parse.d.ts +17 -4
  551. package/node_modules/zod/v4/classic/parse.js +1 -0
  552. package/node_modules/zod/v4/classic/schemas.cjs +498 -398
  553. package/node_modules/zod/v4/classic/schemas.d.cts +53 -18
  554. package/node_modules/zod/v4/classic/schemas.d.ts +53 -18
  555. package/node_modules/zod/v4/classic/schemas.js +492 -396
  556. package/node_modules/zod/v4/core/api.cjs +23 -4
  557. package/node_modules/zod/v4/core/api.d.cts +13 -9
  558. package/node_modules/zod/v4/core/api.d.ts +13 -9
  559. package/node_modules/zod/v4/core/api.js +21 -4
  560. package/node_modules/zod/v4/core/checks.cjs +37 -31
  561. package/node_modules/zod/v4/core/checks.d.cts +13 -13
  562. package/node_modules/zod/v4/core/checks.d.ts +13 -13
  563. package/node_modules/zod/v4/core/checks.js +37 -31
  564. package/node_modules/zod/v4/core/compile.cjs +1813 -0
  565. package/node_modules/zod/v4/core/compile.d.cts +51 -0
  566. package/node_modules/zod/v4/core/compile.d.ts +51 -0
  567. package/node_modules/zod/v4/core/compile.js +1783 -0
  568. package/node_modules/zod/v4/core/core.cjs +81 -18
  569. package/node_modules/zod/v4/core/core.d.cts +16 -4
  570. package/node_modules/zod/v4/core/core.d.ts +16 -4
  571. package/node_modules/zod/v4/core/core.js +82 -19
  572. package/node_modules/zod/v4/core/doc.cjs +5 -7
  573. package/node_modules/zod/v4/core/doc.d.cts +3 -1
  574. package/node_modules/zod/v4/core/doc.d.ts +3 -1
  575. package/node_modules/zod/v4/core/doc.js +5 -7
  576. package/node_modules/zod/v4/core/errors.cjs +110 -25
  577. package/node_modules/zod/v4/core/errors.d.cts +4 -0
  578. package/node_modules/zod/v4/core/errors.d.ts +4 -0
  579. package/node_modules/zod/v4/core/errors.js +110 -25
  580. package/node_modules/zod/v4/core/index.cjs +5 -1
  581. package/node_modules/zod/v4/core/index.d.cts +3 -0
  582. package/node_modules/zod/v4/core/index.d.ts +3 -0
  583. package/node_modules/zod/v4/core/index.js +3 -0
  584. package/node_modules/zod/v4/core/json-schema-generator.cjs +4 -0
  585. package/node_modules/zod/v4/core/json-schema-generator.d.cts +2 -2
  586. package/node_modules/zod/v4/core/json-schema-generator.d.ts +2 -2
  587. package/node_modules/zod/v4/core/json-schema-generator.js +4 -0
  588. package/node_modules/zod/v4/core/json-schema-processors.cjs +264 -95
  589. package/node_modules/zod/v4/core/json-schema-processors.js +243 -97
  590. package/node_modules/zod/v4/core/json-schema.d.cts +2 -1
  591. package/node_modules/zod/v4/core/json-schema.d.ts +2 -1
  592. package/node_modules/zod/v4/core/memoizer.cjs +272 -0
  593. package/node_modules/zod/v4/core/memoizer.d.cts +15 -0
  594. package/node_modules/zod/v4/core/memoizer.d.ts +15 -0
  595. package/node_modules/zod/v4/core/memoizer.js +265 -0
  596. package/node_modules/zod/v4/core/parse.cjs +96 -34
  597. package/node_modules/zod/v4/core/parse.d.cts +14 -11
  598. package/node_modules/zod/v4/core/parse.d.ts +14 -11
  599. package/node_modules/zod/v4/core/parse.js +94 -33
  600. package/node_modules/zod/v4/core/regexes.cjs +27 -15
  601. package/node_modules/zod/v4/core/regexes.d.cts +2 -0
  602. package/node_modules/zod/v4/core/regexes.d.ts +2 -0
  603. package/node_modules/zod/v4/core/regexes.js +24 -13
  604. package/node_modules/zod/v4/core/registries.js +2 -2
  605. package/node_modules/zod/v4/core/schemas.cjs +537 -326
  606. package/node_modules/zod/v4/core/schemas.d.cts +100 -31
  607. package/node_modules/zod/v4/core/schemas.d.ts +100 -31
  608. package/node_modules/zod/v4/core/schemas.js +526 -325
  609. package/node_modules/zod/v4/core/to-json-schema.cjs +242 -39
  610. package/node_modules/zod/v4/core/to-json-schema.d.cts +42 -3
  611. package/node_modules/zod/v4/core/to-json-schema.d.ts +42 -3
  612. package/node_modules/zod/v4/core/to-json-schema.js +241 -39
  613. package/node_modules/zod/v4/core/util.cjs +212 -31
  614. package/node_modules/zod/v4/core/util.d.cts +58 -1
  615. package/node_modules/zod/v4/core/util.d.ts +58 -1
  616. package/node_modules/zod/v4/core/util.js +202 -30
  617. package/node_modules/zod/v4/core/versions.cjs +2 -2
  618. package/node_modules/zod/v4/core/versions.d.cts +1 -1
  619. package/node_modules/zod/v4/core/versions.d.ts +1 -1
  620. package/node_modules/zod/v4/core/versions.js +2 -2
  621. package/node_modules/zod/v4/core/visit.cjs +195 -0
  622. package/node_modules/zod/v4/core/visit.d.cts +30 -0
  623. package/node_modules/zod/v4/core/visit.d.ts +30 -0
  624. package/node_modules/zod/v4/core/visit.js +169 -0
  625. package/node_modules/zod/v4/index.cjs +15 -5
  626. package/node_modules/zod/v4/index.d.cts +2 -2
  627. package/node_modules/zod/v4/index.d.ts +2 -2
  628. package/node_modules/zod/v4/index.js +3 -2
  629. package/node_modules/zod/v4/locales/ar.cjs +3 -0
  630. package/node_modules/zod/v4/locales/ar.js +3 -0
  631. package/node_modules/zod/v4/locales/az.cjs +3 -0
  632. package/node_modules/zod/v4/locales/az.js +3 -0
  633. package/node_modules/zod/v4/locales/be.cjs +10 -0
  634. package/node_modules/zod/v4/locales/be.js +10 -0
  635. package/node_modules/zod/v4/locales/bg.cjs +3 -0
  636. package/node_modules/zod/v4/locales/bg.js +3 -0
  637. package/node_modules/zod/v4/locales/bn.cjs +138 -0
  638. package/node_modules/zod/v4/locales/bn.d.cts +5 -0
  639. package/node_modules/zod/v4/locales/bn.d.ts +4 -0
  640. package/node_modules/zod/v4/locales/bn.js +111 -0
  641. package/node_modules/zod/v4/locales/ca.cjs +3 -0
  642. package/node_modules/zod/v4/locales/ca.js +3 -0
  643. package/node_modules/zod/v4/locales/ckb.cjs +158 -0
  644. package/node_modules/zod/v4/locales/ckb.d.cts +5 -0
  645. package/node_modules/zod/v4/locales/ckb.d.ts +4 -0
  646. package/node_modules/zod/v4/locales/ckb.js +131 -0
  647. package/node_modules/zod/v4/locales/cs.cjs +3 -0
  648. package/node_modules/zod/v4/locales/cs.js +3 -0
  649. package/node_modules/zod/v4/locales/da.cjs +5 -2
  650. package/node_modules/zod/v4/locales/da.js +5 -2
  651. package/node_modules/zod/v4/locales/de.cjs +3 -0
  652. package/node_modules/zod/v4/locales/de.js +3 -0
  653. package/node_modules/zod/v4/locales/el.cjs +1 -0
  654. package/node_modules/zod/v4/locales/el.js +1 -0
  655. package/node_modules/zod/v4/locales/en.cjs +14 -4
  656. package/node_modules/zod/v4/locales/en.js +14 -4
  657. package/node_modules/zod/v4/locales/eo.cjs +3 -0
  658. package/node_modules/zod/v4/locales/eo.js +3 -0
  659. package/node_modules/zod/v4/locales/es.cjs +2 -0
  660. package/node_modules/zod/v4/locales/es.js +2 -0
  661. package/node_modules/zod/v4/locales/fa.cjs +3 -0
  662. package/node_modules/zod/v4/locales/fa.js +3 -0
  663. package/node_modules/zod/v4/locales/fi.cjs +3 -0
  664. package/node_modules/zod/v4/locales/fi.js +3 -0
  665. package/node_modules/zod/v4/locales/fr-CA.cjs +3 -0
  666. package/node_modules/zod/v4/locales/fr-CA.js +3 -0
  667. package/node_modules/zod/v4/locales/fr.cjs +16 -14
  668. package/node_modules/zod/v4/locales/fr.js +16 -14
  669. package/node_modules/zod/v4/locales/gu.cjs +138 -0
  670. package/node_modules/zod/v4/locales/gu.d.cts +5 -0
  671. package/node_modules/zod/v4/locales/gu.d.ts +4 -0
  672. package/node_modules/zod/v4/locales/gu.js +111 -0
  673. package/node_modules/zod/v4/locales/he.cjs +5 -0
  674. package/node_modules/zod/v4/locales/he.js +5 -0
  675. package/node_modules/zod/v4/locales/hi.cjs +136 -0
  676. package/node_modules/zod/v4/locales/hi.d.cts +5 -0
  677. package/node_modules/zod/v4/locales/hi.d.ts +4 -0
  678. package/node_modules/zod/v4/locales/hi.js +109 -0
  679. package/node_modules/zod/v4/locales/hr.cjs +2 -0
  680. package/node_modules/zod/v4/locales/hr.js +2 -0
  681. package/node_modules/zod/v4/locales/hu.cjs +3 -0
  682. package/node_modules/zod/v4/locales/hu.js +3 -0
  683. package/node_modules/zod/v4/locales/hy.cjs +9 -0
  684. package/node_modules/zod/v4/locales/hy.js +9 -0
  685. package/node_modules/zod/v4/locales/id.cjs +3 -0
  686. package/node_modules/zod/v4/locales/id.js +3 -0
  687. package/node_modules/zod/v4/locales/index.cjs +22 -2
  688. package/node_modules/zod/v4/locales/index.d.cts +10 -0
  689. package/node_modules/zod/v4/locales/index.d.ts +10 -0
  690. package/node_modules/zod/v4/locales/index.js +10 -0
  691. package/node_modules/zod/v4/locales/is.cjs +3 -0
  692. package/node_modules/zod/v4/locales/is.js +3 -0
  693. package/node_modules/zod/v4/locales/it.cjs +3 -0
  694. package/node_modules/zod/v4/locales/it.js +3 -0
  695. package/node_modules/zod/v4/locales/ja.cjs +3 -0
  696. package/node_modules/zod/v4/locales/ja.js +3 -0
  697. package/node_modules/zod/v4/locales/ka.cjs +3 -0
  698. package/node_modules/zod/v4/locales/ka.js +3 -0
  699. package/node_modules/zod/v4/locales/km.cjs +3 -0
  700. package/node_modules/zod/v4/locales/km.js +3 -0
  701. package/node_modules/zod/v4/locales/kn.cjs +141 -0
  702. package/node_modules/zod/v4/locales/kn.d.cts +5 -0
  703. package/node_modules/zod/v4/locales/kn.d.ts +4 -0
  704. package/node_modules/zod/v4/locales/kn.js +114 -0
  705. package/node_modules/zod/v4/locales/ko.cjs +3 -0
  706. package/node_modules/zod/v4/locales/ko.js +3 -0
  707. package/node_modules/zod/v4/locales/lt.cjs +2 -0
  708. package/node_modules/zod/v4/locales/lt.js +2 -0
  709. package/node_modules/zod/v4/locales/mk.cjs +3 -0
  710. package/node_modules/zod/v4/locales/mk.js +3 -0
  711. package/node_modules/zod/v4/locales/ms.cjs +3 -0
  712. package/node_modules/zod/v4/locales/ms.js +3 -0
  713. package/node_modules/zod/v4/locales/ne.cjs +136 -0
  714. package/node_modules/zod/v4/locales/ne.d.cts +5 -0
  715. package/node_modules/zod/v4/locales/ne.d.ts +4 -0
  716. package/node_modules/zod/v4/locales/ne.js +109 -0
  717. package/node_modules/zod/v4/locales/nl.cjs +3 -0
  718. package/node_modules/zod/v4/locales/nl.js +3 -0
  719. package/node_modules/zod/v4/locales/nn.cjs +138 -0
  720. package/node_modules/zod/v4/locales/nn.d.cts +5 -0
  721. package/node_modules/zod/v4/locales/nn.d.ts +4 -0
  722. package/node_modules/zod/v4/locales/nn.js +111 -0
  723. package/node_modules/zod/v4/locales/no.cjs +5 -2
  724. package/node_modules/zod/v4/locales/no.js +5 -2
  725. package/node_modules/zod/v4/locales/ota.cjs +3 -0
  726. package/node_modules/zod/v4/locales/ota.js +3 -0
  727. package/node_modules/zod/v4/locales/pl.cjs +3 -0
  728. package/node_modules/zod/v4/locales/pl.js +3 -0
  729. package/node_modules/zod/v4/locales/ps.cjs +3 -0
  730. package/node_modules/zod/v4/locales/ps.js +3 -0
  731. package/node_modules/zod/v4/locales/pt-BR.cjs +168 -0
  732. package/node_modules/zod/v4/locales/pt-BR.d.cts +5 -0
  733. package/node_modules/zod/v4/locales/pt-BR.d.ts +4 -0
  734. package/node_modules/zod/v4/locales/pt-BR.js +141 -0
  735. package/node_modules/zod/v4/locales/pt.cjs +87 -55
  736. package/node_modules/zod/v4/locales/pt.js +87 -55
  737. package/node_modules/zod/v4/locales/ro.cjs +1 -0
  738. package/node_modules/zod/v4/locales/ro.js +1 -0
  739. package/node_modules/zod/v4/locales/ru.cjs +10 -0
  740. package/node_modules/zod/v4/locales/ru.js +10 -0
  741. package/node_modules/zod/v4/locales/sk.cjs +141 -0
  742. package/node_modules/zod/v4/locales/sk.d.cts +5 -0
  743. package/node_modules/zod/v4/locales/sk.d.ts +4 -0
  744. package/node_modules/zod/v4/locales/sk.js +114 -0
  745. package/node_modules/zod/v4/locales/sl.cjs +3 -0
  746. package/node_modules/zod/v4/locales/sl.js +3 -0
  747. package/node_modules/zod/v4/locales/sv.cjs +5 -2
  748. package/node_modules/zod/v4/locales/sv.js +5 -2
  749. package/node_modules/zod/v4/locales/ta.cjs +3 -0
  750. package/node_modules/zod/v4/locales/ta.js +3 -0
  751. package/node_modules/zod/v4/locales/th.cjs +3 -0
  752. package/node_modules/zod/v4/locales/th.js +3 -0
  753. package/node_modules/zod/v4/locales/tk.cjs +132 -0
  754. package/node_modules/zod/v4/locales/tk.d.cts +5 -0
  755. package/node_modules/zod/v4/locales/tk.d.ts +4 -0
  756. package/node_modules/zod/v4/locales/tk.js +105 -0
  757. package/node_modules/zod/v4/locales/tr.cjs +3 -0
  758. package/node_modules/zod/v4/locales/tr.js +3 -0
  759. package/node_modules/zod/v4/locales/uk.cjs +3 -0
  760. package/node_modules/zod/v4/locales/uk.js +3 -0
  761. package/node_modules/zod/v4/locales/ur.cjs +3 -0
  762. package/node_modules/zod/v4/locales/ur.js +3 -0
  763. package/node_modules/zod/v4/locales/uz.cjs +1 -0
  764. package/node_modules/zod/v4/locales/uz.js +1 -0
  765. package/node_modules/zod/v4/locales/vi.cjs +3 -0
  766. package/node_modules/zod/v4/locales/vi.js +3 -0
  767. package/node_modules/zod/v4/locales/yo.cjs +3 -0
  768. package/node_modules/zod/v4/locales/yo.js +3 -0
  769. package/node_modules/zod/v4/locales/zh-CN.cjs +3 -0
  770. package/node_modules/zod/v4/locales/zh-CN.js +3 -0
  771. package/node_modules/zod/v4/locales/zh-TW.cjs +3 -0
  772. package/node_modules/zod/v4/locales/zh-TW.js +3 -0
  773. package/node_modules/zod/v4/mini/checks.cjs +2 -1
  774. package/node_modules/zod/v4/mini/checks.d.cts +1 -1
  775. package/node_modules/zod/v4/mini/checks.d.ts +1 -1
  776. package/node_modules/zod/v4/mini/checks.js +1 -1
  777. package/node_modules/zod/v4/mini/deep-partial.cjs +39 -0
  778. package/node_modules/zod/v4/mini/deep-partial.d.cts +14 -0
  779. package/node_modules/zod/v4/mini/deep-partial.d.ts +14 -0
  780. package/node_modules/zod/v4/mini/deep-partial.js +13 -0
  781. package/node_modules/zod/v4/mini/external.cjs +12 -1
  782. package/node_modules/zod/v4/mini/external.d.cts +5 -2
  783. package/node_modules/zod/v4/mini/external.d.ts +5 -2
  784. package/node_modules/zod/v4/mini/external.js +3 -1
  785. package/node_modules/zod/v4/mini/in-out.cjs +63 -0
  786. package/node_modules/zod/v4/mini/in-out.d.cts +8 -0
  787. package/node_modules/zod/v4/mini/in-out.d.ts +8 -0
  788. package/node_modules/zod/v4/mini/in-out.js +36 -0
  789. package/node_modules/zod/v4/mini/parse.cjs +3 -1
  790. package/node_modules/zod/v4/mini/parse.d.cts +1 -1
  791. package/node_modules/zod/v4/mini/parse.d.ts +1 -1
  792. package/node_modules/zod/v4/mini/parse.js +1 -1
  793. package/node_modules/zod/v4/mini/schemas.cjs +75 -47
  794. package/node_modules/zod/v4/mini/schemas.d.cts +43 -13
  795. package/node_modules/zod/v4/mini/schemas.d.ts +43 -13
  796. package/node_modules/zod/v4/mini/schemas.js +71 -45
  797. package/openclaw.plugin.json +34 -71
  798. package/package.json +10 -11
  799. package/dist/account-inspect-C3sePHWa.js +0 -87
  800. package/dist/accounts-Dm_H77gH.js +0 -187
  801. package/dist/accounts.runtime-DRuEK6mL.js +0 -2
  802. package/dist/action-runtime-CDeQkU__.js +0 -644
  803. package/dist/action-runtime.runtime-C0NRFz6i.js +0 -2
  804. package/dist/actions-NBjICINI.js +0 -928
  805. package/dist/approval-handler.runtime-Ceuqg0dX.js +0 -303
  806. package/dist/channel-BA3swiQP.js +0 -1170
  807. package/dist/channel-type-XCgEbqUU.js +0 -105
  808. package/dist/channel.setup-FuoOWjWU.js +0 -615
  809. package/dist/cursor-pages-ByFwo-Py.js +0 -25
  810. package/dist/directory-config-Bmw4ykSy.js +0 -55
  811. package/dist/directory-live-BHEVDsdG.js +0 -117
  812. package/dist/doctor-contract-BNjw9bxb.js +0 -186
  813. package/dist/message-tool-api-uNEfQYGY.js +0 -156
  814. package/dist/monitor-BAZB29kR.js +0 -13
  815. package/dist/outbound-adapter-CvOvmMa7.js +0 -274
  816. package/dist/pipeline.runtime-uzM3DH1T.js +0 -4383
  817. package/dist/plugin-routes-CLp4obpN.js +0 -22
  818. package/dist/policy-DzUHR8tk.js +0 -72
  819. package/dist/probe-DJFRGrzY.js +0 -585
  820. package/dist/provider-BvuEcGRl.js +0 -7554
  821. package/dist/relay-source-DARGWG1N.js +0 -264
  822. package/dist/replies-DnKtWYw4.js +0 -529
  823. package/dist/reply-blocks-DcAWH25M.js +0 -824
  824. package/dist/resolve-channels-Bc8m8vbt.js +0 -115
  825. package/dist/resolve-users-yNamAAsN.js +0 -142
  826. package/dist/rolldown-runtime-8H4AJuhK.js +0 -14
  827. package/dist/scopes-A_sJNLH6.js +0 -73
  828. package/dist/security-audit-B_yKr7MW.js +0 -41
  829. package/dist/send-RcdbbkzS.js +0 -1368
  830. package/dist/send.runtime-DE7UXChq.js +0 -2
  831. package/dist/session-status-qYGWV7LP.js +0 -1739
  832. package/dist/setup-surface-D0eISHY2.js +0 -148
  833. package/dist/shared--uqkfibn.js +0 -288
  834. package/dist/slash-commands.runtime-BTTMlmwy.js +0 -19
  835. package/dist/slash-dispatch.runtime-CaDmjo5f.js +0 -33
  836. package/dist/slash-skill-commands.runtime-CD1J2ODY.js +0 -7
  837. package/dist/target-parsing-PbxGDbr9.js +0 -116
  838. package/dist/targets-7FexXJ62.js +0 -13
  839. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/LICENSE +0 -23
  840. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/README.md +0 -66
  841. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts +0 -94
  842. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts.map +0 -1
  843. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js +0 -98
  844. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js.map +0 -1
  845. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
  846. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  847. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
  848. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
  849. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
  850. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  851. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
  852. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
  853. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  854. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  855. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  856. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
  857. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  858. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  859. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  860. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  861. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  862. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
  863. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
  864. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
  865. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
  866. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  867. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  868. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
  869. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
  870. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  871. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  872. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  873. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  874. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  875. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
  876. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  877. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  878. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  879. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  880. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  881. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  882. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
  883. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
  884. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  885. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  886. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
  887. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  888. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
  889. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
  890. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  891. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
  892. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  893. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
  894. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  895. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
  896. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
  897. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  898. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
  899. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
  900. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  901. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  902. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  903. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  904. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  905. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  906. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  907. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  908. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  909. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  910. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  911. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
  912. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  913. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  914. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
  915. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
  916. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  917. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  918. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  919. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  920. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  921. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  922. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  923. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  924. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  925. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  926. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  927. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  928. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  929. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  930. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  931. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  932. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  933. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
  934. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
  935. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  936. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/package.json +0 -42
  937. package/node_modules/@slack/socket-mode/node_modules/@slack/types/LICENSE +0 -23
  938. package/node_modules/@slack/socket-mode/node_modules/@slack/types/README.md +0 -32
  939. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +0 -953
  940. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +0 -1
  941. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js +0 -4
  942. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js.map +0 -1
  943. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts +0 -474
  944. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +0 -1
  945. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js +0 -3
  946. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js.map +0 -1
  947. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +0 -237
  948. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +0 -1
  949. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js +0 -4
  950. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +0 -1
  951. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts +0 -88
  952. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +0 -1
  953. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js +0 -3
  954. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js.map +0 -1
  955. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts +0 -26
  956. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts.map +0 -1
  957. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js +0 -6
  958. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js.map +0 -1
  959. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts +0 -52
  960. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts.map +0 -1
  961. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js +0 -3
  962. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js.map +0 -1
  963. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts +0 -12
  964. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +0 -1
  965. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js +0 -3
  966. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js.map +0 -1
  967. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +0 -6
  968. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +0 -1
  969. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js +0 -3
  970. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +0 -1
  971. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts +0 -36
  972. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts.map +0 -1
  973. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js +0 -3
  974. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js.map +0 -1
  975. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts +0 -232
  976. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts.map +0 -1
  977. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js +0 -3
  978. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js.map +0 -1
  979. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts +0 -29
  980. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts.map +0 -1
  981. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js +0 -3
  982. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js.map +0 -1
  983. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts +0 -8
  984. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts.map +0 -1
  985. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js +0 -3
  986. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js.map +0 -1
  987. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts +0 -85
  988. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts.map +0 -1
  989. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js +0 -3
  990. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js.map +0 -1
  991. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts +0 -24
  992. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts.map +0 -1
  993. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js +0 -3
  994. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js.map +0 -1
  995. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts +0 -6
  996. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts.map +0 -1
  997. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js +0 -3
  998. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js.map +0 -1
  999. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts +0 -11
  1000. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts.map +0 -1
  1001. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js +0 -3
  1002. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js.map +0 -1
  1003. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +0 -21
  1004. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +0 -1
  1005. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js +0 -3
  1006. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js.map +0 -1
  1007. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts +0 -60
  1008. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts.map +0 -1
  1009. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js +0 -4
  1010. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js.map +0 -1
  1011. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts +0 -33
  1012. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts.map +0 -1
  1013. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js +0 -3
  1014. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js.map +0 -1
  1015. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts +0 -9
  1016. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +0 -1
  1017. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js +0 -3
  1018. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js.map +0 -1
  1019. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts +0 -55
  1020. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts.map +0 -1
  1021. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js +0 -3
  1022. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js.map +0 -1
  1023. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts +0 -26
  1024. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts.map +0 -1
  1025. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js +0 -3
  1026. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js.map +0 -1
  1027. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts +0 -60
  1028. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts.map +0 -1
  1029. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js +0 -43
  1030. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js.map +0 -1
  1031. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts +0 -20
  1032. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts.map +0 -1
  1033. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js +0 -3
  1034. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js.map +0 -1
  1035. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts +0 -16
  1036. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts.map +0 -1
  1037. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js +0 -3
  1038. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js.map +0 -1
  1039. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts +0 -19
  1040. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts.map +0 -1
  1041. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js +0 -3
  1042. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js.map +0 -1
  1043. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts +0 -38
  1044. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +0 -1
  1045. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js +0 -3
  1046. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js.map +0 -1
  1047. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts +0 -308
  1048. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts.map +0 -1
  1049. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js +0 -3
  1050. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js.map +0 -1
  1051. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts +0 -60
  1052. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts.map +0 -1
  1053. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js +0 -3
  1054. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js.map +0 -1
  1055. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts +0 -23
  1056. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts.map +0 -1
  1057. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js +0 -3
  1058. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js.map +0 -1
  1059. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts +0 -134
  1060. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +0 -1
  1061. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js +0 -3
  1062. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js.map +0 -1
  1063. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts +0 -13
  1064. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts.map +0 -1
  1065. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js +0 -3
  1066. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js.map +0 -1
  1067. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +0 -82
  1068. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +0 -1
  1069. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js +0 -3
  1070. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js.map +0 -1
  1071. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts +0 -66
  1072. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts.map +0 -1
  1073. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js +0 -3
  1074. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js.map +0 -1
  1075. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts +0 -99
  1076. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts.map +0 -1
  1077. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js +0 -3
  1078. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js.map +0 -1
  1079. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts +0 -8
  1080. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts.map +0 -1
  1081. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js +0 -3
  1082. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js.map +0 -1
  1083. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts +0 -313
  1084. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts.map +0 -1
  1085. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js +0 -3
  1086. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js.map +0 -1
  1087. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts +0 -12
  1088. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts.map +0 -1
  1089. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js +0 -28
  1090. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js.map +0 -1
  1091. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts +0 -171
  1092. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts.map +0 -1
  1093. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js +0 -3
  1094. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js.map +0 -1
  1095. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts +0 -281
  1096. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts.map +0 -1
  1097. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js +0 -27
  1098. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js.map +0 -1
  1099. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts +0 -71
  1100. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts.map +0 -1
  1101. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js +0 -3
  1102. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js.map +0 -1
  1103. package/node_modules/@slack/socket-mode/node_modules/@slack/types/package.json +0 -47
  1104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/LICENSE +0 -23
  1105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/README.md +0 -390
  1106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts +0 -255
  1107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts.map +0 -1
  1108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js +0 -750
  1109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js.map +0 -1
  1110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts +0 -92
  1111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +0 -1
  1112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +0 -193
  1113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js.map +0 -1
  1114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts +0 -58
  1115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts.map +0 -1
  1116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js +0 -89
  1117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js.map +0 -1
  1118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts +0 -89
  1119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts.map +0 -1
  1120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js +0 -355
  1121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js.map +0 -1
  1122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts +0 -7
  1123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts.map +0 -1
  1124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js +0 -14
  1125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js.map +0 -1
  1126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts +0 -11
  1127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts.map +0 -1
  1128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js +0 -46
  1129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js.map +0 -1
  1130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts +0 -14
  1131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts.map +0 -1
  1132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js +0 -87
  1133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js.map +0 -1
  1134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts +0 -7
  1135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts.map +0 -1
  1136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js +0 -29
  1137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js.map +0 -1
  1138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts +0 -1572
  1139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts.map +0 -1
  1140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js +0 -1610
  1141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js.map +0 -1
  1142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts +0 -27
  1143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +0 -1
  1144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js +0 -34
  1145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js.map +0 -1
  1146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts +0 -5
  1147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +0 -1
  1148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js +0 -3
  1149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js.map +0 -1
  1150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +0 -42
  1151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +0 -1
  1152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +0 -3
  1153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +0 -1
  1154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +0 -74
  1155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +0 -1
  1156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js +0 -3
  1157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +0 -1
  1158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +0 -21
  1159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +0 -1
  1160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js +0 -3
  1161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +0 -1
  1162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +0 -24
  1163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +0 -1
  1164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +0 -3
  1165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +0 -1
  1166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +0 -144
  1167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +0 -1
  1168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +0 -3
  1169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +0 -1
  1170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +0 -32
  1171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +0 -1
  1172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +0 -3
  1173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +0 -1
  1174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +0 -18
  1175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +0 -1
  1176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js +0 -3
  1177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +0 -1
  1178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +0 -17
  1179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +0 -1
  1180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +0 -3
  1181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +0 -1
  1182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +0 -29
  1183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +0 -1
  1184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js +0 -3
  1185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +0 -1
  1186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +0 -40
  1187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +0 -1
  1188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js +0 -3
  1189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +0 -1
  1190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +0 -31
  1191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +0 -1
  1192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +0 -3
  1193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +0 -1
  1194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +0 -116
  1195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +0 -1
  1196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js +0 -3
  1197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +0 -1
  1198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +0 -37
  1199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +0 -1
  1200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +0 -3
  1201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +0 -1
  1202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts +0 -6
  1203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +0 -1
  1204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js +0 -3
  1205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js.map +0 -1
  1206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts +0 -29
  1207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +0 -1
  1208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js +0 -3
  1209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js.map +0 -1
  1210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +0 -52
  1211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +0 -1
  1212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js +0 -3
  1213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js.map +0 -1
  1214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts +0 -19
  1215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +0 -1
  1216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js +0 -3
  1217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js.map +0 -1
  1218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +0 -28
  1219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +0 -1
  1220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js +0 -3
  1221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +0 -1
  1222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts +0 -7
  1223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +0 -1
  1224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js +0 -3
  1225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js.map +0 -1
  1226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts +0 -56
  1227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +0 -1
  1228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js +0 -3
  1229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js.map +0 -1
  1230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +0 -78
  1231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +0 -1
  1232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js +0 -3
  1233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js.map +0 -1
  1234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts +0 -291
  1235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +0 -1
  1236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js +0 -3
  1237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js.map +0 -1
  1238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts +0 -127
  1239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +0 -1
  1240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js +0 -4
  1241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js.map +0 -1
  1242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +0 -168
  1243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +0 -1
  1244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js +0 -3
  1245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js.map +0 -1
  1246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +0 -9
  1247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +0 -1
  1248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js +0 -3
  1249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js.map +0 -1
  1250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +0 -17
  1251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +0 -1
  1252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js +0 -3
  1253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js.map +0 -1
  1254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +0 -7
  1255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +0 -1
  1256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js +0 -3
  1257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js.map +0 -1
  1258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts +0 -46
  1259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +0 -1
  1260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js +0 -3
  1261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js.map +0 -1
  1262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts +0 -200
  1263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +0 -1
  1264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js +0 -3
  1265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js.map +0 -1
  1266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts +0 -12
  1267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +0 -1
  1268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js +0 -3
  1269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js.map +0 -1
  1270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts +0 -46
  1271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +0 -1
  1272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js +0 -3
  1273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js.map +0 -1
  1274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +0 -322
  1275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +0 -1
  1276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js +0 -3
  1277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js.map +0 -1
  1278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts +0 -8
  1279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +0 -1
  1280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js +0 -3
  1281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js.map +0 -1
  1282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +0 -12
  1283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +0 -1
  1284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js +0 -3
  1285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js.map +0 -1
  1286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts +0 -6
  1287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +0 -1
  1288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js +0 -3
  1289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js.map +0 -1
  1290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts +0 -10
  1291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +0 -1
  1292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js +0 -3
  1293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js.map +0 -1
  1294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +0 -19
  1295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +0 -1
  1296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js +0 -3
  1297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js.map +0 -1
  1298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +0 -51
  1299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +0 -1
  1300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js +0 -3
  1301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js.map +0 -1
  1302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +0 -15
  1303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +0 -1
  1304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js +0 -3
  1305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js.map +0 -1
  1306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts +0 -29
  1307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +0 -1
  1308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js +0 -3
  1309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js.map +0 -1
  1310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +0 -806
  1311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +0 -1
  1312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js +0 -3
  1313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +0 -1
  1314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts +0 -10
  1315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +0 -1
  1316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js +0 -3
  1317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js.map +0 -1
  1318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts +0 -51
  1319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +0 -1
  1320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js +0 -3
  1321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js.map +0 -1
  1322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +0 -5
  1323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +0 -1
  1324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js +0 -3
  1325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js.map +0 -1
  1326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +0 -50
  1327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +0 -1
  1328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js +0 -3
  1329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +0 -1
  1330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts +0 -84
  1331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +0 -1
  1332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js +0 -3
  1333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js.map +0 -1
  1334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts +0 -48
  1335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +0 -1
  1336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js +0 -3
  1337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js.map +0 -1
  1338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +0 -42
  1339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +0 -1
  1340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js +0 -3
  1341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js.map +0 -1
  1342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +0 -78
  1343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +0 -1
  1344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +0 -3
  1345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +0 -1
  1346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +0 -74
  1347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +0 -1
  1348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +0 -11
  1349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +0 -1
  1350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +0 -9
  1351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +0 -1
  1352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js +0 -11
  1353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +0 -1
  1354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +0 -59
  1355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +0 -1
  1356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js +0 -11
  1357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +0 -1
  1358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +0 -9
  1359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +0 -1
  1360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +0 -11
  1361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +0 -1
  1362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +0 -22
  1363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +0 -1
  1364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +0 -11
  1365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +0 -1
  1366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +0 -8
  1367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +0 -1
  1368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js +0 -11
  1369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +0 -1
  1370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +0 -12
  1371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +0 -1
  1372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +0 -11
  1373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +0 -1
  1374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +0 -68
  1375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +0 -1
  1376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js +0 -11
  1377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +0 -1
  1378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +0 -9
  1379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +0 -1
  1380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js +0 -11
  1381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +0 -1
  1382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +0 -59
  1383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +0 -1
  1384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +0 -11
  1385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +0 -1
  1386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +0 -9
  1387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +0 -1
  1388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js +0 -11
  1389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +0 -1
  1390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +0 -9
  1391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +0 -1
  1392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +0 -11
  1393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +0 -1
  1394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +0 -15
  1395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +0 -1
  1396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +0 -11
  1397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +0 -1
  1398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +0 -9
  1399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +0 -1
  1400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +0 -11
  1401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +0 -1
  1402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +0 -25
  1403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +0 -1
  1404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js +0 -11
  1405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +0 -1
  1406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +0 -8
  1407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +0 -1
  1408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js +0 -11
  1409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +0 -1
  1410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +0 -21
  1411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +0 -1
  1412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js +0 -11
  1413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +0 -1
  1414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +0 -21
  1415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +0 -1
  1416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js +0 -11
  1417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +0 -1
  1418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +0 -8
  1419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +0 -1
  1420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js +0 -11
  1421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +0 -1
  1422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +0 -18
  1423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +0 -1
  1424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +0 -11
  1425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +0 -1
  1426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +0 -18
  1427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +0 -1
  1428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +0 -11
  1429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +0 -1
  1430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +0 -18
  1431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +0 -1
  1432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +0 -11
  1433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +0 -1
  1434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +0 -8
  1435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +0 -1
  1436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +0 -11
  1437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +0 -1
  1438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +0 -12
  1439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +0 -1
  1440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +0 -11
  1441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +0 -1
  1442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +0 -13
  1443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +0 -1
  1444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js +0 -11
  1445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +0 -1
  1446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +0 -8
  1447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +0 -1
  1448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js +0 -11
  1449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +0 -1
  1450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +0 -8
  1451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +0 -1
  1452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +0 -11
  1453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +0 -1
  1454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +0 -8
  1455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +0 -1
  1456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -11
  1457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +0 -1
  1458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +0 -27
  1459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +0 -1
  1460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +0 -11
  1461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +0 -1
  1462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +0 -10
  1463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +0 -1
  1464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +0 -11
  1465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +0 -1
  1466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +0 -9
  1467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +0 -1
  1468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +0 -11
  1469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +0 -1
  1470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +0 -13
  1471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +0 -1
  1472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js +0 -11
  1473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +0 -1
  1474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +0 -13
  1475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +0 -1
  1476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js +0 -11
  1477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +0 -1
  1478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +0 -8
  1479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +0 -1
  1480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +0 -11
  1481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +0 -1
  1482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +0 -8
  1483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +0 -1
  1484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js +0 -11
  1485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +0 -1
  1486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +0 -12
  1487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +0 -1
  1488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +0 -11
  1489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +0 -1
  1490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +0 -13
  1491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +0 -1
  1492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +0 -11
  1493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +0 -1
  1494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +0 -12
  1495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +0 -1
  1496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -11
  1497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +0 -1
  1498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +0 -98
  1499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +0 -1
  1500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js +0 -11
  1501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +0 -1
  1502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +0 -8
  1503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +0 -1
  1504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +0 -11
  1505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +0 -1
  1506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +0 -8
  1507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +0 -1
  1508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +0 -11
  1509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +0 -1
  1510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +0 -9
  1511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +0 -1
  1512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +0 -11
  1513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +0 -1
  1514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +0 -8
  1515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +0 -1
  1516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +0 -11
  1517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +0 -1
  1518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +0 -14
  1519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +0 -1
  1520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +0 -11
  1521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +0 -1
  1522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +0 -15
  1523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +0 -1
  1524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -11
  1525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +0 -1
  1526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +0 -14
  1527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +0 -1
  1528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +0 -11
  1529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +0 -1
  1530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +0 -12
  1531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +0 -1
  1532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +0 -11
  1533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +0 -1
  1534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +0 -12
  1535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +0 -1
  1536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js +0 -11
  1537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +0 -1
  1538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +0 -20
  1539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +0 -1
  1540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js +0 -11
  1541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +0 -1
  1542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +0 -12
  1543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +0 -1
  1544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js +0 -11
  1545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +0 -1
  1546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +0 -12
  1547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +0 -1
  1548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js +0 -11
  1549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +0 -1
  1550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +0 -38
  1551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +0 -1
  1552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js +0 -11
  1553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +0 -1
  1554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +0 -36
  1555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +0 -1
  1556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +0 -11
  1557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +0 -1
  1558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +0 -12
  1559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +0 -1
  1560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +0 -11
  1561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +0 -1
  1562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +0 -8
  1563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +0 -1
  1564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +0 -11
  1565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +0 -1
  1566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +0 -44
  1567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +0 -1
  1568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +0 -11
  1569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +0 -1
  1570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +0 -30
  1571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +0 -1
  1572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +0 -11
  1573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +0 -1
  1574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +0 -8
  1575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +0 -1
  1576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +0 -11
  1577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +0 -1
  1578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +0 -23
  1579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +0 -1
  1580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js +0 -11
  1581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +0 -1
  1582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +0 -13
  1583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +0 -1
  1584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +0 -11
  1585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +0 -1
  1586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +0 -20
  1587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +0 -1
  1588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +0 -11
  1589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +0 -1
  1590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +0 -8
  1591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +0 -1
  1592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +0 -11
  1593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +0 -1
  1594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +0 -13
  1595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +0 -1
  1596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +0 -11
  1597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +0 -1
  1598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +0 -13
  1599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +0 -1
  1600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js +0 -11
  1601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +0 -1
  1602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +0 -24
  1603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +0 -1
  1604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js +0 -11
  1605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +0 -1
  1606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +0 -13
  1607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +0 -1
  1608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +0 -11
  1609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +0 -1
  1610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +0 -34
  1611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +0 -1
  1612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +0 -11
  1613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +0 -1
  1614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +0 -12
  1615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +0 -1
  1616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -11
  1617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +0 -1
  1618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +0 -8
  1619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +0 -1
  1620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +0 -11
  1621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +0 -1
  1622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +0 -8
  1623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +0 -1
  1624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -11
  1625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +0 -1
  1626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +0 -12
  1627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +0 -1
  1628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +0 -11
  1629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +0 -1
  1630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +0 -8
  1631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +0 -1
  1632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +0 -11
  1633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +0 -1
  1634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +0 -8
  1635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +0 -1
  1636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +0 -11
  1637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +0 -1
  1638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +0 -8
  1639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +0 -1
  1640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +0 -11
  1641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +0 -1
  1642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +0 -55
  1643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +0 -1
  1644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +0 -11
  1645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +0 -1
  1646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +0 -8
  1647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +0 -1
  1648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +0 -11
  1649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +0 -1
  1650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +0 -8
  1651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +0 -1
  1652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js +0 -11
  1653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +0 -1
  1654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +0 -12
  1655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +0 -1
  1656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js +0 -11
  1657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +0 -1
  1658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +0 -34
  1659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +0 -1
  1660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js +0 -11
  1661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +0 -1
  1662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +0 -8
  1663. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +0 -1
  1664. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js +0 -11
  1665. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +0 -1
  1666. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +0 -8
  1667. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +0 -1
  1668. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +0 -11
  1669. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +0 -1
  1670. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +0 -15
  1671. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +0 -1
  1672. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +0 -11
  1673. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +0 -1
  1674. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +0 -12
  1675. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +0 -1
  1676. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +0 -11
  1677. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +0 -1
  1678. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +0 -27
  1679. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +0 -1
  1680. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js +0 -11
  1681. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +0 -1
  1682. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +0 -8
  1683. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +0 -1
  1684. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +0 -11
  1685. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +0 -1
  1686. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +0 -8
  1687. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +0 -1
  1688. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js +0 -11
  1689. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +0 -1
  1690. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +0 -8
  1691. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +0 -1
  1692. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +0 -11
  1693. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +0 -1
  1694. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +0 -8
  1695. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +0 -1
  1696. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js +0 -11
  1697. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +0 -1
  1698. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +0 -8
  1699. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +0 -1
  1700. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +0 -11
  1701. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +0 -1
  1702. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +0 -8
  1703. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +0 -1
  1704. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +0 -11
  1705. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +0 -1
  1706. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +0 -8
  1707. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +0 -1
  1708. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js +0 -11
  1709. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +0 -1
  1710. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +0 -8
  1711. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +0 -1
  1712. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +0 -11
  1713. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +0 -1
  1714. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +0 -18
  1715. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +0 -1
  1716. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +0 -11
  1717. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +0 -1
  1718. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +0 -14
  1719. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +0 -1
  1720. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -11
  1721. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +0 -1
  1722. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +0 -22
  1723. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +0 -1
  1724. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +0 -11
  1725. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +0 -1
  1726. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +0 -65
  1727. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +0 -1
  1728. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +0 -11
  1729. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +0 -1
  1730. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +0 -12
  1731. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +0 -1
  1732. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +0 -11
  1733. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +0 -1
  1734. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +0 -13
  1735. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +0 -1
  1736. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js +0 -11
  1737. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +0 -1
  1738. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +0 -9
  1739. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +0 -1
  1740. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js +0 -11
  1741. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +0 -1
  1742. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +0 -16
  1743. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +0 -1
  1744. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +0 -11
  1745. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +0 -1
  1746. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +0 -30
  1747. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +0 -1
  1748. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js +0 -11
  1749. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +0 -1
  1750. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +0 -8
  1751. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +0 -1
  1752. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js +0 -11
  1753. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +0 -1
  1754. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +0 -112
  1755. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +0 -1
  1756. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js +0 -11
  1757. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +0 -1
  1758. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +0 -10
  1759. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +0 -1
  1760. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js +0 -11
  1761. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +0 -1
  1762. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +0 -19
  1763. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +0 -1
  1764. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js +0 -11
  1765. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +0 -1
  1766. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +0 -8
  1767. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +0 -1
  1768. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js +0 -11
  1769. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +0 -1
  1770. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +0 -8
  1771. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +0 -1
  1772. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js +0 -11
  1773. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +0 -1
  1774. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +0 -8
  1775. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +0 -1
  1776. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +0 -11
  1777. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +0 -1
  1778. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +0 -8
  1779. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +0 -1
  1780. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +0 -11
  1781. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +0 -1
  1782. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +0 -8
  1783. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +0 -1
  1784. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +0 -11
  1785. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +0 -1
  1786. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +0 -8
  1787. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +0 -1
  1788. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +0 -11
  1789. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +0 -1
  1790. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +0 -12
  1791. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +0 -1
  1792. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js +0 -11
  1793. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +0 -1
  1794. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +0 -9
  1795. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +0 -1
  1796. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +0 -11
  1797. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +0 -1
  1798. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts +0 -9
  1799. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts.map +0 -1
  1800. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +0 -11
  1801. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js.map +0 -1
  1802. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts +0 -9
  1803. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts.map +0 -1
  1804. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +0 -11
  1805. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js.map +0 -1
  1806. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts +0 -9
  1807. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts.map +0 -1
  1808. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +0 -11
  1809. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js.map +0 -1
  1810. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +0 -8
  1811. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +0 -1
  1812. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js +0 -11
  1813. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +0 -1
  1814. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +0 -28
  1815. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +0 -1
  1816. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js +0 -11
  1817. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +0 -1
  1818. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +0 -19
  1819. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +0 -1
  1820. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js +0 -11
  1821. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +0 -1
  1822. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +0 -31
  1823. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +0 -1
  1824. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js +0 -11
  1825. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +0 -1
  1826. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +0 -31
  1827. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +0 -1
  1828. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js +0 -11
  1829. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +0 -1
  1830. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +0 -31
  1831. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +0 -1
  1832. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js +0 -11
  1833. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +0 -1
  1834. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +0 -12
  1835. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +0 -1
  1836. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js +0 -11
  1837. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +0 -1
  1838. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +0 -23
  1839. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +0 -1
  1840. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js +0 -11
  1841. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +0 -1
  1842. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +0 -29
  1843. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +0 -1
  1844. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js +0 -11
  1845. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +0 -1
  1846. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +0 -27
  1847. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +0 -1
  1848. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js +0 -11
  1849. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +0 -1
  1850. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +0 -26
  1851. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +0 -1
  1852. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js +0 -11
  1853. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +0 -1
  1854. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +0 -26
  1855. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +0 -1
  1856. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js +0 -11
  1857. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +0 -1
  1858. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +0 -26
  1859. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +0 -1
  1860. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +0 -11
  1861. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +0 -1
  1862. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +0 -26
  1863. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +0 -1
  1864. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js +0 -11
  1865. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +0 -1
  1866. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +0 -12
  1867. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +0 -1
  1868. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +0 -11
  1869. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +0 -1
  1870. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +0 -12
  1871. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +0 -1
  1872. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +0 -11
  1873. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +0 -1
  1874. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +0 -14
  1875. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +0 -1
  1876. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +0 -11
  1877. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +0 -1
  1878. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +0 -10
  1879. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +0 -1
  1880. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +0 -11
  1881. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +0 -1
  1882. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +0 -13
  1883. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +0 -1
  1884. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +0 -11
  1885. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +0 -1
  1886. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +0 -16
  1887. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +0 -1
  1888. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +0 -11
  1889. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +0 -1
  1890. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +0 -8
  1891. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +0 -1
  1892. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js +0 -11
  1893. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +0 -1
  1894. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +0 -38
  1895. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +0 -1
  1896. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js +0 -11
  1897. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +0 -1
  1898. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +0 -324
  1899. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +0 -1
  1900. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js +0 -11
  1901. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +0 -1
  1902. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +0 -250
  1903. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +0 -1
  1904. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js +0 -11
  1905. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +0 -1
  1906. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +0 -46
  1907. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +0 -1
  1908. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js +0 -11
  1909. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +0 -1
  1910. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +0 -46
  1911. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +0 -1
  1912. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js +0 -11
  1913. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +0 -1
  1914. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +0 -8
  1915. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +0 -1
  1916. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js +0 -11
  1917. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +0 -1
  1918. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +0 -8
  1919. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +0 -1
  1920. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js +0 -11
  1921. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +0 -1
  1922. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +0 -42
  1923. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +0 -1
  1924. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js +0 -11
  1925. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +0 -1
  1926. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +0 -8
  1927. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +0 -1
  1928. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js +0 -11
  1929. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +0 -1
  1930. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +0 -34
  1931. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +0 -1
  1932. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js +0 -11
  1933. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +0 -1
  1934. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +0 -46
  1935. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +0 -1
  1936. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js +0 -11
  1937. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +0 -1
  1938. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +0 -9
  1939. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +0 -1
  1940. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js +0 -11
  1941. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +0 -1
  1942. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +0 -9
  1943. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +0 -1
  1944. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js +0 -11
  1945. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +0 -1
  1946. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +0 -8
  1947. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +0 -1
  1948. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js +0 -11
  1949. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +0 -1
  1950. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +0 -10
  1951. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +0 -1
  1952. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +0 -3
  1953. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +0 -1
  1954. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +0 -10
  1955. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +0 -1
  1956. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js +0 -11
  1957. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +0 -1
  1958. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +0 -8
  1959. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +0 -1
  1960. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +0 -11
  1961. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +0 -1
  1962. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +0 -10
  1963. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +0 -1
  1964. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js +0 -11
  1965. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +0 -1
  1966. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +0 -10
  1967. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +0 -1
  1968. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js +0 -11
  1969. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +0 -1
  1970. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +0 -9
  1971. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +0 -1
  1972. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js +0 -11
  1973. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +0 -1
  1974. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +0 -1284
  1975. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +0 -1
  1976. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +0 -67
  1977. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +0 -1
  1978. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +0 -729
  1979. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +0 -1
  1980. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +0 -48
  1981. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +0 -1
  1982. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +0 -20
  1983. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +0 -1
  1984. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +0 -11
  1985. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +0 -1
  1986. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +0 -10
  1987. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +0 -1
  1988. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +0 -3
  1989. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +0 -1
  1990. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +0 -24
  1991. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +0 -1
  1992. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +0 -3
  1993. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +0 -1
  1994. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +0 -8
  1995. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +0 -1
  1996. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js +0 -11
  1997. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +0 -1
  1998. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +0 -738
  1999. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +0 -1
  2000. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +0 -48
  2001. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +0 -1
  2002. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +0 -12
  2003. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +0 -1
  2004. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +0 -11
  2005. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +0 -1
  2006. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +0 -8
  2007. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +0 -1
  2008. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +0 -11
  2009. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +0 -1
  2010. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +0 -8
  2011. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +0 -1
  2012. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js +0 -11
  2013. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +0 -1
  2014. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +0 -14
  2015. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +0 -1
  2016. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +0 -11
  2017. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +0 -1
  2018. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +0 -10
  2019. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +0 -1
  2020. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js +0 -11
  2021. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +0 -1
  2022. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +0 -48
  2023. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +0 -1
  2024. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js +0 -11
  2025. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +0 -1
  2026. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +0 -8
  2027. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +0 -1
  2028. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +0 -11
  2029. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +0 -1
  2030. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +0 -8
  2031. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +0 -1
  2032. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +0 -11
  2033. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +0 -1
  2034. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +0 -1298
  2035. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +0 -1
  2036. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +0 -67
  2037. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +0 -1
  2038. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +0 -56
  2039. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +0 -1
  2040. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js +0 -11
  2041. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +0 -1
  2042. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +0 -52
  2043. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +0 -1
  2044. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js +0 -11
  2045. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +0 -1
  2046. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +0 -12
  2047. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +0 -1
  2048. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js +0 -11
  2049. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +0 -1
  2050. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +0 -68
  2051. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +0 -1
  2052. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js +0 -11
  2053. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +0 -1
  2054. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +0 -10
  2055. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +0 -1
  2056. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js +0 -11
  2057. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +0 -1
  2058. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +0 -8
  2059. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +0 -1
  2060. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js +0 -11
  2061. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +0 -1
  2062. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +0 -117
  2063. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +0 -1
  2064. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +0 -11
  2065. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +0 -1
  2066. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +0 -78
  2067. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +0 -1
  2068. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js +0 -11
  2069. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +0 -1
  2070. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +0 -8
  2071. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +0 -1
  2072. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js +0 -11
  2073. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +0 -1
  2074. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +0 -13
  2075. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +0 -1
  2076. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js +0 -11
  2077. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +0 -1
  2078. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +0 -692
  2079. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +0 -1
  2080. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +0 -48
  2081. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +0 -1
  2082. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +0 -46
  2083. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +0 -1
  2084. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js +0 -11
  2085. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +0 -1
  2086. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +0 -1266
  2087. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +0 -1
  2088. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +0 -67
  2089. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +0 -1
  2090. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +0 -9
  2091. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +0 -1
  2092. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +0 -11
  2093. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +0 -1
  2094. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +0 -9
  2095. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +0 -1
  2096. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +0 -11
  2097. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +0 -1
  2098. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +0 -80
  2099. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +0 -1
  2100. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +0 -11
  2101. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js.map +0 -1
  2102. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +0 -43
  2103. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +0 -1
  2104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js +0 -11
  2105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +0 -1
  2106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +0 -43
  2107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +0 -1
  2108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js +0 -11
  2109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +0 -1
  2110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +0 -8
  2111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +0 -1
  2112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js +0 -11
  2113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +0 -1
  2114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +0 -13
  2115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +0 -1
  2116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js +0 -11
  2117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +0 -1
  2118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +0 -8
  2119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +0 -1
  2120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js +0 -11
  2121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +0 -1
  2122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +0 -12
  2123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +0 -1
  2124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js +0 -11
  2125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +0 -1
  2126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +0 -11
  2127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +0 -1
  2128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js +0 -11
  2129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +0 -1
  2130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +0 -12
  2131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +0 -1
  2132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js +0 -11
  2133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +0 -1
  2134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +0 -16
  2135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +0 -1
  2136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js +0 -11
  2137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +0 -1
  2138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +0 -18
  2139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +0 -1
  2140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js +0 -11
  2141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +0 -1
  2142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +0 -9
  2143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +0 -1
  2144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +0 -11
  2145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +0 -1
  2146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +0 -9
  2147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +0 -1
  2148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js +0 -11
  2149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +0 -1
  2150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +0 -8
  2151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +0 -1
  2152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js +0 -11
  2153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +0 -1
  2154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +0 -17
  2155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +0 -1
  2156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js +0 -11
  2157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +0 -1
  2158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +0 -89
  2159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +0 -1
  2160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +0 -11
  2161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +0 -1
  2162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +0 -8
  2163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +0 -1
  2164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js +0 -11
  2165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +0 -1
  2166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +0 -14
  2167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +0 -1
  2168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +0 -11
  2169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +0 -1
  2170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +0 -548
  2171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +0 -1
  2172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +0 -37
  2173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +0 -1
  2174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +0 -542
  2175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +0 -1
  2176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +0 -37
  2177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +0 -1
  2178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +0 -535
  2179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +0 -1
  2180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +0 -37
  2181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +0 -1
  2182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +0 -535
  2183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +0 -1
  2184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +0 -37
  2185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +0 -1
  2186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +0 -539
  2187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +0 -1
  2188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +0 -37
  2189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +0 -1
  2190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +0 -8
  2191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +0 -1
  2192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js +0 -11
  2193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +0 -1
  2194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +0 -535
  2195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +0 -1
  2196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +0 -37
  2197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +0 -1
  2198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +0 -535
  2199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +0 -1
  2200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +0 -37
  2201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +0 -1
  2202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +0 -535
  2203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +0 -1
  2204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +0 -37
  2205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +0 -1
  2206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +0 -535
  2207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +0 -1
  2208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +0 -37
  2209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +0 -1
  2210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +0 -535
  2211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +0 -1
  2212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +0 -37
  2213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +0 -1
  2214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +0 -8
  2215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +0 -1
  2216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +0 -11
  2217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +0 -1
  2218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +0 -8
  2219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +0 -1
  2220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +0 -11
  2221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +0 -1
  2222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +0 -14
  2223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +0 -1
  2224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js +0 -11
  2225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +0 -1
  2226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +0 -8
  2227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +0 -1
  2228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js +0 -11
  2229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +0 -1
  2230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +0 -46
  2231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +0 -1
  2232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js +0 -11
  2233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +0 -1
  2234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +0 -38
  2235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +0 -1
  2236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js +0 -11
  2237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +0 -1
  2238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +0 -24
  2239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +0 -1
  2240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js +0 -11
  2241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +0 -1
  2242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +0 -45
  2243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +0 -1
  2244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js +0 -11
  2245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +0 -1
  2246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +0 -46
  2247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +0 -1
  2248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js +0 -11
  2249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +0 -1
  2250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +0 -14
  2251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +0 -1
  2252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js +0 -11
  2253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +0 -1
  2254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +0 -14
  2255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +0 -1
  2256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js +0 -11
  2257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +0 -1
  2258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +0 -37
  2259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +0 -1
  2260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js +0 -11
  2261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +0 -1
  2262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +0 -14
  2263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +0 -1
  2264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js +0 -11
  2265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +0 -1
  2266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +0 -16
  2267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +0 -1
  2268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js +0 -11
  2269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +0 -1
  2270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +0 -33
  2271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +0 -1
  2272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js +0 -11
  2273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +0 -1
  2274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +0 -47
  2275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +0 -1
  2276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js +0 -11
  2277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +0 -1
  2278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +0 -15
  2279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +0 -1
  2280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js +0 -11
  2281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +0 -1
  2282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +0 -15
  2283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +0 -1
  2284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js +0 -11
  2285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +0 -1
  2286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +0 -14
  2287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +0 -1
  2288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js +0 -11
  2289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +0 -1
  2290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +0 -14
  2291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +0 -1
  2292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js +0 -11
  2293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +0 -1
  2294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +0 -122
  2295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +0 -1
  2296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js +0 -11
  2297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +0 -1
  2298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +0 -26
  2299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +0 -1
  2300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js +0 -11
  2301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +0 -1
  2302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +0 -14
  2303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +0 -1
  2304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js +0 -11
  2305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +0 -1
  2306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +0 -20
  2307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +0 -1
  2308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js +0 -11
  2309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +0 -1
  2310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +0 -47
  2311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +0 -1
  2312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js +0 -11
  2313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +0 -1
  2314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +0 -15
  2315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +0 -1
  2316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js +0 -11
  2317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +0 -1
  2318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +0 -14
  2319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +0 -1
  2320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js +0 -11
  2321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +0 -1
  2322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +0 -49
  2323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +0 -1
  2324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js +0 -11
  2325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +0 -1
  2326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +0 -36
  2327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +0 -1
  2328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js +0 -11
  2329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +0 -1
  2330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +0 -14
  2331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +0 -1
  2332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js +0 -11
  2333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +0 -1
  2334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +0 -64
  2335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +0 -1
  2336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js +0 -11
  2337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +0 -1
  2338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +0 -47
  2339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +0 -1
  2340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js +0 -11
  2341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +0 -1
  2342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +0 -44
  2343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +0 -1
  2344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js +0 -11
  2345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +0 -1
  2346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +0 -9
  2347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +0 -1
  2348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js +0 -11
  2349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +0 -1
  2350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +0 -39
  2351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +0 -1
  2352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js +0 -11
  2353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +0 -1
  2354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +0 -43
  2355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +0 -1
  2356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js +0 -11
  2357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +0 -1
  2358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +0 -14
  2359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +0 -1
  2360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js +0 -11
  2361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +0 -1
  2362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +0 -39
  2363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +0 -1
  2364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +0 -11
  2365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +0 -1
  2366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +0 -8
  2367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +0 -1
  2368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js +0 -11
  2369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +0 -1
  2370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +0 -542
  2371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +0 -1
  2372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +0 -37
  2373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +0 -1
  2374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +0 -8
  2375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +0 -1
  2376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js +0 -11
  2377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +0 -1
  2378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +0 -8
  2379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +0 -1
  2380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js +0 -11
  2381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +0 -1
  2382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +0 -722
  2383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +0 -1
  2384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +0 -48
  2385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +0 -1
  2386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +0 -1282
  2387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +0 -1
  2388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +0 -67
  2389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +0 -1
  2390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +0 -8
  2391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +0 -1
  2392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js +0 -11
  2393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +0 -1
  2394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +0 -22
  2395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +0 -1
  2396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js +0 -11
  2397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +0 -1
  2398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +0 -8
  2399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +0 -1
  2400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js +0 -11
  2401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +0 -1
  2402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +0 -8
  2403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +0 -1
  2404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js +0 -11
  2405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +0 -1
  2406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +0 -18
  2407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +0 -1
  2408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js +0 -11
  2409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +0 -1
  2410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +0 -24
  2411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +0 -1
  2412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js +0 -11
  2413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +0 -1
  2414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +0 -20
  2415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +0 -1
  2416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js +0 -11
  2417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +0 -1
  2418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +0 -2254
  2419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +0 -1
  2420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +0 -77
  2421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +0 -1
  2422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +0 -1437
  2423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +0 -1
  2424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +0 -82
  2425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +0 -1
  2426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +0 -1359
  2427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +0 -1
  2428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +0 -63
  2429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +0 -1
  2430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +0 -1296
  2431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +0 -1
  2432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +0 -67
  2433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +0 -1
  2434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +0 -8
  2435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +0 -1
  2436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +0 -3
  2437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +0 -1
  2438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +0 -8
  2439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +0 -1
  2440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +0 -3
  2441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +0 -1
  2442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +0 -14
  2443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +0 -1
  2444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +0 -3
  2445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +0 -1
  2446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +0 -10
  2447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +0 -1
  2448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +0 -3
  2449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +0 -1
  2450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +0 -9
  2451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +0 -1
  2452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +0 -3
  2453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +0 -1
  2454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +0 -10
  2455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +0 -1
  2456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +0 -3
  2457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +0 -1
  2458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +0 -8
  2459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +0 -1
  2460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +0 -3
  2461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +0 -1
  2462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +0 -8
  2463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +0 -1
  2464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +0 -3
  2465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +0 -1
  2466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +0 -12
  2467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +0 -1
  2468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +0 -3
  2469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +0 -1
  2470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +0 -13
  2471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +0 -1
  2472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +0 -3
  2473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +0 -1
  2474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +0 -8
  2475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +0 -1
  2476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +0 -3
  2477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +0 -1
  2478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +0 -8
  2479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +0 -1
  2480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +0 -3
  2481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +0 -1
  2482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +0 -8
  2483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +0 -1
  2484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js +0 -11
  2485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +0 -1
  2486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +0 -689
  2487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +0 -1
  2488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js +0 -11
  2489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +0 -1
  2490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +0 -8
  2491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +0 -1
  2492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js +0 -11
  2493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +0 -1
  2494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +0 -32
  2495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +0 -1
  2496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js +0 -11
  2497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +0 -1
  2498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +0 -18
  2499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +0 -1
  2500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js +0 -11
  2501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +0 -1
  2502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +0 -9
  2503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +0 -1
  2504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js +0 -11
  2505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +0 -1
  2506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +0 -12
  2507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +0 -1
  2508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +0 -11
  2509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +0 -1
  2510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +0 -109
  2511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +0 -1
  2512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +0 -11
  2513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +0 -1
  2514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +0 -35
  2515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +0 -1
  2516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js +0 -11
  2517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +0 -1
  2518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +0 -34
  2519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +0 -1
  2520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js +0 -11
  2521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +0 -1
  2522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +0 -13
  2523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +0 -1
  2524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js +0 -11
  2525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +0 -1
  2526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +0 -44
  2527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +0 -1
  2528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js +0 -11
  2529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +0 -1
  2530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +0 -18
  2531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +0 -1
  2532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js +0 -11
  2533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +0 -1
  2534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +0 -34
  2535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +0 -1
  2536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js +0 -11
  2537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +0 -1
  2538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +0 -35
  2539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +0 -1
  2540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js +0 -11
  2541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +0 -1
  2542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +0 -34
  2543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +0 -1
  2544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js +0 -11
  2545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +0 -1
  2546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +0 -35
  2547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +0 -1
  2548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js +0 -11
  2549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +0 -1
  2550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +0 -34
  2551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +0 -1
  2552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js +0 -11
  2553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +0 -1
  2554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +0 -9
  2555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +0 -1
  2556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js +0 -11
  2557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +0 -1
  2558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +0 -34
  2559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +0 -1
  2560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +0 -11
  2561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +0 -1
  2562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +0 -84
  2563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +0 -1
  2564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js +0 -11
  2565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +0 -1
  2566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +0 -8
  2567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +0 -1
  2568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js +0 -11
  2569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +0 -1
  2570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +0 -13
  2571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +0 -1
  2572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +0 -11
  2573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +0 -1
  2574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +0 -15
  2575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +0 -1
  2576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js +0 -11
  2577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +0 -1
  2578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +0 -26
  2579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +0 -1
  2580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js +0 -11
  2581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +0 -1
  2582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +0 -89
  2583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +0 -1
  2584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js +0 -11
  2585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +0 -1
  2586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +0 -98
  2587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +0 -1
  2588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js +0 -11
  2589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +0 -1
  2590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +0 -76
  2591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +0 -1
  2592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js +0 -11
  2593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +0 -1
  2594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +0 -54
  2595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +0 -1
  2596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js +0 -11
  2597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +0 -1
  2598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +0 -54
  2599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +0 -1
  2600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js +0 -11
  2601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +0 -1
  2602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +0 -8
  2603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +0 -1
  2604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js +0 -11
  2605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +0 -1
  2606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +0 -20
  2607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +0 -1
  2608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js +0 -11
  2609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +0 -1
  2610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +0 -8
  2611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +0 -1
  2612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js +0 -11
  2613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +0 -1
  2614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +0 -266
  2615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +0 -1
  2616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +0 -31
  2617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +0 -1
  2618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +0 -266
  2619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +0 -1
  2620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +0 -31
  2621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +0 -1
  2622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +0 -266
  2623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +0 -1
  2624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +0 -31
  2625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +0 -1
  2626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +0 -266
  2627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +0 -1
  2628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +0 -31
  2629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +0 -1
  2630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +0 -3
  2631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +0 -1
  2632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +0 -3
  2633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +0 -1
  2634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +0 -11
  2635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +0 -1
  2636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +0 -3
  2637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +0 -1
  2638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +0 -3
  2639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +0 -1
  2640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +0 -3
  2641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +0 -1
  2642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +0 -3
  2643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +0 -1
  2644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +0 -3
  2645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +0 -1
  2646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +0 -8
  2647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +0 -1
  2648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +0 -11
  2649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +0 -1
  2650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +0 -8
  2651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +0 -1
  2652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js +0 -11
  2653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +0 -1
  2654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +0 -8
  2655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +0 -1
  2656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +0 -11
  2657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +0 -1
  2658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts +0 -330
  2659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +0 -1
  2660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js +0 -3
  2661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js.map +0 -1
  2662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +0 -71
  2663. package/node_modules/@slack/socket-mode/node_modules/@types/node/LICENSE +0 -21
  2664. package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +0 -15
  2665. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert/strict.d.ts +0 -68
  2666. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert.d.ts +0 -1077
  2667. package/node_modules/@slack/socket-mode/node_modules/@types/node/async_hooks.d.ts +0 -711
  2668. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2669. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.d.ts +0 -1799
  2670. package/node_modules/@slack/socket-mode/node_modules/@types/node/child_process.d.ts +0 -1361
  2671. package/node_modules/@slack/socket-mode/node_modules/@types/node/cluster.d.ts +0 -432
  2672. package/node_modules/@slack/socket-mode/node_modules/@types/node/console.d.ts +0 -93
  2673. package/node_modules/@slack/socket-mode/node_modules/@types/node/constants.d.ts +0 -14
  2674. package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +0 -3954
  2675. package/node_modules/@slack/socket-mode/node_modules/@types/node/dgram.d.ts +0 -537
  2676. package/node_modules/@slack/socket-mode/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  2677. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns/promises.d.ts +0 -497
  2678. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns.d.ts +0 -876
  2679. package/node_modules/@slack/socket-mode/node_modules/@types/node/domain.d.ts +0 -150
  2680. package/node_modules/@slack/socket-mode/node_modules/@types/node/events.d.ts +0 -1008
  2681. package/node_modules/@slack/socket-mode/node_modules/@types/node/ffi.d.ts +0 -486
  2682. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs/promises.d.ts +0 -1481
  2683. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs.d.ts +0 -4793
  2684. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.d.ts +0 -150
  2685. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2686. package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +0 -2218
  2687. package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +0 -2497
  2688. package/node_modules/@slack/socket-mode/node_modules/@types/node/https.d.ts +0 -400
  2689. package/node_modules/@slack/socket-mode/node_modules/@types/node/index.d.ts +0 -115
  2690. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2691. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.d.ts +0 -264
  2692. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  2693. package/node_modules/@slack/socket-mode/node_modules/@types/node/module.d.ts +0 -726
  2694. package/node_modules/@slack/socket-mode/node_modules/@types/node/net.d.ts +0 -970
  2695. package/node_modules/@slack/socket-mode/node_modules/@types/node/os.d.ts +0 -498
  2696. package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +0 -155
  2697. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/posix.d.ts +0 -8
  2698. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/win32.d.ts +0 -8
  2699. package/node_modules/@slack/socket-mode/node_modules/@types/node/path.d.ts +0 -178
  2700. package/node_modules/@slack/socket-mode/node_modules/@types/node/perf_hooks.d.ts +0 -605
  2701. package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +0 -2268
  2702. package/node_modules/@slack/socket-mode/node_modules/@types/node/punycode.d.ts +0 -89
  2703. package/node_modules/@slack/socket-mode/node_modules/@types/node/querystring.d.ts +0 -139
  2704. package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +0 -2125
  2705. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline/promises.d.ts +0 -158
  2706. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline.d.ts +0 -508
  2707. package/node_modules/@slack/socket-mode/node_modules/@types/node/repl.d.ts +0 -420
  2708. package/node_modules/@slack/socket-mode/node_modules/@types/node/sea.d.ts +0 -47
  2709. package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +0 -1140
  2710. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2711. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/iter.d.ts +0 -452
  2712. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/promises.d.ts +0 -211
  2713. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/web.d.ts +0 -300
  2714. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream.d.ts +0 -1806
  2715. package/node_modules/@slack/socket-mode/node_modules/@types/node/string_decoder.d.ts +0 -27
  2716. package/node_modules/@slack/socket-mode/node_modules/@types/node/test/reporters.d.ts +0 -59
  2717. package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +0 -2486
  2718. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers/promises.d.ts +0 -93
  2719. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers.d.ts +0 -149
  2720. package/node_modules/@slack/socket-mode/node_modules/@types/node/tls.d.ts +0 -1193
  2721. package/node_modules/@slack/socket-mode/node_modules/@types/node/trace_events.d.ts +0 -103
  2722. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2723. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2724. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2725. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2726. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2727. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2728. package/node_modules/@slack/socket-mode/node_modules/@types/node/tty.d.ts +0 -225
  2729. package/node_modules/@slack/socket-mode/node_modules/@types/node/url.d.ts +0 -556
  2730. package/node_modules/@slack/socket-mode/node_modules/@types/node/util/types.d.ts +0 -558
  2731. package/node_modules/@slack/socket-mode/node_modules/@types/node/util.d.ts +0 -1677
  2732. package/node_modules/@slack/socket-mode/node_modules/@types/node/v8.d.ts +0 -1059
  2733. package/node_modules/@slack/socket-mode/node_modules/@types/node/vm.d.ts +0 -1136
  2734. package/node_modules/@slack/socket-mode/node_modules/@types/node/wasi.d.ts +0 -131
  2735. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2736. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2737. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2738. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2739. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  2740. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2741. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2742. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2743. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2744. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2745. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2746. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2747. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2748. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2749. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2750. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2751. package/node_modules/@slack/socket-mode/node_modules/@types/node/worker_threads.d.ts +0 -669
  2752. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib/iter.d.ts +0 -131
  2753. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib.d.ts +0 -589
  2754. package/node_modules/@slack/socket-mode/node_modules/@types/retry/LICENSE +0 -21
  2755. package/node_modules/@slack/socket-mode/node_modules/@types/retry/README.md +0 -16
  2756. package/node_modules/@slack/socket-mode/node_modules/@types/retry/index.d.ts +0 -151
  2757. package/node_modules/@slack/socket-mode/node_modules/@types/retry/package.json +0 -28
  2758. package/node_modules/@slack/socket-mode/node_modules/p-finally/index.js +0 -15
  2759. package/node_modules/@slack/socket-mode/node_modules/p-finally/license +0 -21
  2760. package/node_modules/@slack/socket-mode/node_modules/p-finally/package.json +0 -42
  2761. package/node_modules/@slack/socket-mode/node_modules/p-finally/readme.md +0 -47
  2762. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.d.ts +0 -101
  2763. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.js +0 -279
  2764. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.d.ts +0 -1
  2765. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.js +0 -21
  2766. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.d.ts +0 -64
  2767. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.js +0 -2
  2768. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.d.ts +0 -12
  2769. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.js +0 -32
  2770. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.d.ts +0 -7
  2771. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.js +0 -2
  2772. package/node_modules/@slack/socket-mode/node_modules/p-queue/license +0 -9
  2773. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/LICENSE +0 -21
  2774. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/README.md +0 -94
  2775. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.d.ts +0 -134
  2776. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.js +0 -336
  2777. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/package.json +0 -56
  2778. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
  2779. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
  2780. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
  2781. package/node_modules/@slack/socket-mode/node_modules/p-queue/package.json +0 -92
  2782. package/node_modules/@slack/socket-mode/node_modules/p-queue/readme.md +0 -400
  2783. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.d.ts +0 -106
  2784. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.js +0 -85
  2785. package/node_modules/@slack/socket-mode/node_modules/p-retry/license +0 -9
  2786. package/node_modules/@slack/socket-mode/node_modules/p-retry/package.json +0 -51
  2787. package/node_modules/@slack/socket-mode/node_modules/p-retry/readme.md +0 -148
  2788. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.d.ts +0 -72
  2789. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.js +0 -57
  2790. package/node_modules/@slack/socket-mode/node_modules/p-timeout/license +0 -9
  2791. package/node_modules/@slack/socket-mode/node_modules/p-timeout/package.json +0 -45
  2792. package/node_modules/@slack/socket-mode/node_modules/p-timeout/readme.md +0 -87
  2793. package/node_modules/@slack/socket-mode/node_modules/retry/License +0 -21
  2794. package/node_modules/@slack/socket-mode/node_modules/retry/README.md +0 -227
  2795. package/node_modules/@slack/socket-mode/node_modules/retry/example/dns.js +0 -31
  2796. package/node_modules/@slack/socket-mode/node_modules/retry/example/stop.js +0 -40
  2797. package/node_modules/@slack/socket-mode/node_modules/retry/index.js +0 -1
  2798. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry.js +0 -100
  2799. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry_operation.js +0 -162
  2800. package/node_modules/@slack/socket-mode/node_modules/retry/package.json +0 -36
  2801. package/node_modules/@slack/socket-mode/node_modules/undici-types/LICENSE +0 -21
  2802. package/node_modules/@slack/socket-mode/node_modules/undici-types/README.md +0 -6
  2803. package/node_modules/@slack/socket-mode/node_modules/undici-types/agent.d.ts +0 -30
  2804. package/node_modules/@slack/socket-mode/node_modules/undici-types/api.d.ts +0 -43
  2805. package/node_modules/@slack/socket-mode/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2806. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2807. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache.d.ts +0 -36
  2808. package/node_modules/@slack/socket-mode/node_modules/undici-types/client-stats.d.ts +0 -15
  2809. package/node_modules/@slack/socket-mode/node_modules/undici-types/client.d.ts +0 -129
  2810. package/node_modules/@slack/socket-mode/node_modules/undici-types/connector.d.ts +0 -36
  2811. package/node_modules/@slack/socket-mode/node_modules/undici-types/content-type.d.ts +0 -21
  2812. package/node_modules/@slack/socket-mode/node_modules/undici-types/cookies.d.ts +0 -30
  2813. package/node_modules/@slack/socket-mode/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2814. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher.d.ts +0 -253
  2815. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
  2816. package/node_modules/@slack/socket-mode/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2817. package/node_modules/@slack/socket-mode/node_modules/undici-types/errors.d.ts +0 -177
  2818. package/node_modules/@slack/socket-mode/node_modules/undici-types/eventsource.d.ts +0 -66
  2819. package/node_modules/@slack/socket-mode/node_modules/undici-types/fetch.d.ts +0 -231
  2820. package/node_modules/@slack/socket-mode/node_modules/undici-types/formdata.d.ts +0 -108
  2821. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2822. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-origin.d.ts +0 -7
  2823. package/node_modules/@slack/socket-mode/node_modules/undici-types/h2c-client.d.ts +0 -73
  2824. package/node_modules/@slack/socket-mode/node_modules/undici-types/handlers.d.ts +0 -14
  2825. package/node_modules/@slack/socket-mode/node_modules/undici-types/header.d.ts +0 -165
  2826. package/node_modules/@slack/socket-mode/node_modules/undici-types/index.d.ts +0 -93
  2827. package/node_modules/@slack/socket-mode/node_modules/undici-types/interceptors.d.ts +0 -80
  2828. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-agent.d.ts +0 -68
  2829. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2830. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-client.d.ts +0 -27
  2831. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-errors.d.ts +0 -12
  2832. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2833. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-pool.d.ts +0 -27
  2834. package/node_modules/@slack/socket-mode/node_modules/undici-types/package.json +0 -55
  2835. package/node_modules/@slack/socket-mode/node_modules/undici-types/patch.d.ts +0 -29
  2836. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool-stats.d.ts +0 -19
  2837. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool.d.ts +0 -39
  2838. package/node_modules/@slack/socket-mode/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2839. package/node_modules/@slack/socket-mode/node_modules/undici-types/readable.d.ts +0 -68
  2840. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-agent.d.ts +0 -8
  2841. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-handler.d.ts +0 -125
  2842. package/node_modules/@slack/socket-mode/node_modules/undici-types/round-robin-pool.d.ts +0 -39
  2843. package/node_modules/@slack/socket-mode/node_modules/undici-types/snapshot-agent.d.ts +0 -113
  2844. package/node_modules/@slack/socket-mode/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
  2845. package/node_modules/@slack/socket-mode/node_modules/undici-types/util.d.ts +0 -18
  2846. package/node_modules/@slack/socket-mode/node_modules/undici-types/utility.d.ts +0 -7
  2847. package/node_modules/@slack/socket-mode/node_modules/undici-types/webidl.d.ts +0 -346
  2848. package/node_modules/@slack/socket-mode/node_modules/undici-types/websocket.d.ts +0 -188
  2849. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
  2850. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  2851. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
  2852. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
  2853. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
  2854. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2855. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
  2856. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
  2857. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  2858. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  2859. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  2860. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
  2861. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  2862. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  2863. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  2864. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  2865. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  2866. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
  2867. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
  2868. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
  2869. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
  2870. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  2871. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2872. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
  2873. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
  2874. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  2875. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  2876. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2877. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  2878. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  2879. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
  2880. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  2881. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  2882. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  2883. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  2884. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  2885. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  2886. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
  2887. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
  2888. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  2889. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  2890. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
  2891. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  2892. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
  2893. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
  2894. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  2895. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
  2896. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2897. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
  2898. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  2899. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
  2900. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
  2901. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  2902. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
  2903. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
  2904. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  2905. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  2906. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  2907. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  2908. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2909. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2910. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2911. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2912. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2913. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2914. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  2915. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
  2916. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  2917. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  2918. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
  2919. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
  2920. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  2921. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2922. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2923. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2924. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2925. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  2926. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2927. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2928. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2929. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2930. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2931. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2932. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2933. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2934. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2935. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2936. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2937. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
  2938. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
  2939. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  2940. package/node_modules/ws/LICENSE +0 -20
  2941. package/node_modules/ws/README.md +0 -548
  2942. package/node_modules/ws/browser.js +0 -8
  2943. package/node_modules/ws/index.js +0 -22
  2944. package/node_modules/ws/lib/buffer-util.js +0 -131
  2945. package/node_modules/ws/lib/constants.js +0 -19
  2946. package/node_modules/ws/lib/event-target.js +0 -292
  2947. package/node_modules/ws/lib/extension.js +0 -203
  2948. package/node_modules/ws/lib/limiter.js +0 -55
  2949. package/node_modules/ws/lib/permessage-deflate.js +0 -530
  2950. package/node_modules/ws/lib/receiver.js +0 -743
  2951. package/node_modules/ws/lib/sender.js +0 -607
  2952. package/node_modules/ws/lib/stream.js +0 -161
  2953. package/node_modules/ws/lib/subprotocol.js +0 -62
  2954. package/node_modules/ws/lib/validation.js +0 -152
  2955. package/node_modules/ws/lib/websocket-server.js +0 -562
  2956. package/node_modules/ws/lib/websocket.js +0 -1407
  2957. package/node_modules/ws/package.json +0 -74
  2958. package/node_modules/ws/wrapper.mjs +0 -21
  2959. package/node_modules/zod/src/v4/core/config.ts +0 -15
  2960. /package/dist/{account-configured-sUohAxZr.js → .setup/account-configured-sUohAxZr.mjs} +0 -0
  2961. /package/dist/{config-schema-DrY3S7Ee.js → .setup/config-schema-DrY3S7Ee.mjs} +0 -0
  2962. /package/dist/{registry-bbjH7IHX.js → .setup/registry-bbjH7IHX.mjs} +0 -0
  2963. /package/dist/{runtime-JSVZSWAj.js → .setup/runtime-JSVZSWAj.mjs} +0 -0
  2964. /package/dist/{secret-contract-DxmvbxBF.js → .setup/secret-contract-DxmvbxBF.mjs} +0 -0
  2965. /package/dist/{send-results-eeOu_HYm.js → .setup/send-results-eeOu_HYm.mjs} +0 -0
  2966. /package/dist/{streaming-compat-B-e0mqM0.js → .setup/streaming-compat-B-e0mqM0.mjs} +0 -0
  2967. /package/dist/{thread-ts-CukseRVL.js → .setup/thread-ts-CukseRVL.mjs} +0 -0
  2968. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/LICENSE +0 -0
  2969. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/README.md +0 -0
  2970. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/package.json +0 -0
  2971. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts +0 -0
  2972. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts.map +0 -0
  2973. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js +0 -0
  2974. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js.map +0 -0
  2975. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts +0 -0
  2976. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts.map +0 -0
  2977. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js +0 -0
  2978. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js.map +0 -0
  2979. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts +0 -0
  2980. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts.map +0 -0
  2981. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js +0 -0
  2982. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js.map +0 -0
  2983. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts +0 -0
  2984. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts.map +0 -0
  2985. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js +0 -0
  2986. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js.map +0 -0
  2987. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts +0 -0
  2988. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts.map +0 -0
  2989. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js +0 -0
  2990. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js.map +0 -0
  2991. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts +0 -0
  2992. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts.map +0 -0
  2993. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js +0 -0
  2994. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js.map +0 -0
  2995. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts +0 -0
  2996. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts.map +0 -0
  2997. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js +0 -0
  2998. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js.map +0 -0
  2999. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/package.json +0 -0
  3000. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/LICENSE +0 -0
  3001. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/README.md +0 -0
  3002. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.js +0 -0
  3003. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +0 -0
  3004. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +0 -0
  3005. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.js +0 -0
  3006. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +0 -0
  3007. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +0 -0
  3008. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.d.ts +0 -0
  3009. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.js +0 -0
  3010. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.mjs +0 -0
  3011. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/package.json +0 -0
@@ -1,2450 +0,0 @@
1
- declare module "node:test" {
2
- import { AssertMethodNames, AssertPredicate } from "node:assert";
3
- import { Readable, ReadableEventMap } from "node:stream";
4
- import { TestEvent } from "node:test/reporters";
5
- import { URL } from "node:url";
6
- import TestFn = test.TestFn;
7
- import TestOptions = test.TestOptions;
8
- /**
9
- * The `test()` function is the value imported from the `test` module. Each
10
- * invocation of this function results in reporting the test to the `TestsStream`.
11
- *
12
- * The `TestContext` object passed to the `fn` argument can be used to perform
13
- * actions related to the current test. Examples include skipping the test, adding
14
- * additional diagnostic information, or creating subtests.
15
- *
16
- * `test()` returns a `Promise` that fulfills once the test completes.
17
- * if `test()` is called within a suite, it fulfills immediately.
18
- * The return value can usually be discarded for top level tests.
19
- * However, the return value from subtests should be used to prevent the parent
20
- * test from finishing first and cancelling the subtest
21
- * as shown in the following example.
22
- *
23
- * ```js
24
- * test('top level test', async (t) => {
25
- * // The setTimeout() in the following subtest would cause it to outlive its
26
- * // parent test if 'await' is removed on the next line. Once the parent test
27
- * // completes, it will cancel any outstanding subtests.
28
- * await t.test('longer running subtest', async (t) => {
29
- * return new Promise((resolve, reject) => {
30
- * setTimeout(resolve, 1000);
31
- * });
32
- * });
33
- * });
34
- * ```
35
- *
36
- * The `timeout` option can be used to fail the test if it takes longer than `timeout` milliseconds to complete. However, it is not a reliable mechanism for
37
- * canceling tests because a running test might block the application thread and
38
- * thus prevent the scheduled cancellation.
39
- * @since v18.0.0, v16.17.0
40
- * @param name The name of the test, which is displayed when reporting test results.
41
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
42
- * @param options Configuration options for the test.
43
- * @param fn The function under test. The first argument to this function is a {@link TestContext} object.
44
- * If the test uses callbacks, the callback function is passed as the second argument.
45
- * @return Fulfilled with `undefined` once the test completes, or immediately if the test runs within a suite.
46
- */
47
- function test(name?: string, fn?: TestFn): Promise<void>;
48
- function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
49
- function test(options?: TestOptions, fn?: TestFn): Promise<void>;
50
- function test(fn?: TestFn): Promise<void>;
51
- namespace test {
52
- export { test };
53
- export { suite as describe, test as it };
54
- }
55
- namespace test {
56
- /**
57
- * **Note:** `shard` is used to horizontally parallelize test running across
58
- * machines or processes, ideal for large-scale executions across varied
59
- * environments. It's incompatible with `watch` mode, tailored for rapid
60
- * code iteration by automatically rerunning tests on file changes.
61
- *
62
- * ```js
63
- * import { tap } from 'node:test/reporters';
64
- * import { run } from 'node:test';
65
- * import process from 'node:process';
66
- * import path from 'node:path';
67
- *
68
- * run({ files: [path.resolve('./tests/test.js')] })
69
- * .compose(tap)
70
- * .pipe(process.stdout);
71
- * ```
72
- * @since v18.9.0, v16.19.0
73
- * @param options Configuration options for running tests.
74
- */
75
- function run(options?: RunOptions): TestsStream;
76
- /**
77
- * The `suite()` function is imported from the `node:test` module.
78
- * @param name The name of the suite, which is displayed when reporting test results.
79
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
80
- * @param options Configuration options for the suite. This supports the same options as {@link test}.
81
- * @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object.
82
- * @return Immediately fulfilled with `undefined`.
83
- * @since v20.13.0
84
- */
85
- function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
86
- function suite(name?: string, fn?: SuiteFn): Promise<void>;
87
- function suite(options?: TestOptions, fn?: SuiteFn): Promise<void>;
88
- function suite(fn?: SuiteFn): Promise<void>;
89
- namespace suite {
90
- /**
91
- * Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`.
92
- * @since v20.13.0
93
- */
94
- function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
95
- function skip(name?: string, fn?: SuiteFn): Promise<void>;
96
- function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
97
- function skip(fn?: SuiteFn): Promise<void>;
98
- /**
99
- * Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`.
100
- * @since v20.13.0
101
- */
102
- function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
103
- function todo(name?: string, fn?: SuiteFn): Promise<void>;
104
- function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
105
- function todo(fn?: SuiteFn): Promise<void>;
106
- /**
107
- * Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`.
108
- * @since v20.13.0
109
- */
110
- function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
111
- function only(name?: string, fn?: SuiteFn): Promise<void>;
112
- function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
113
- function only(fn?: SuiteFn): Promise<void>;
114
- /**
115
- * This flips the pass/fail reporting for a specific test or suite: a flagged test
116
- * case must throw in order to pass, and a flagged test case that does not throw
117
- * fails.
118
- * @since v25.5.0
119
- */
120
- function expectFailure(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
121
- function expectFailure(name?: string, fn?: SuiteFn): Promise<void>;
122
- function expectFailure(options?: TestOptions, fn?: SuiteFn): Promise<void>;
123
- function expectFailure(fn?: SuiteFn): Promise<void>;
124
- }
125
- /**
126
- * Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`.
127
- * @since v20.2.0
128
- */
129
- function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
130
- function skip(name?: string, fn?: TestFn): Promise<void>;
131
- function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
132
- function skip(fn?: TestFn): Promise<void>;
133
- /**
134
- * Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`.
135
- * @since v20.2.0
136
- */
137
- function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
138
- function todo(name?: string, fn?: TestFn): Promise<void>;
139
- function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
140
- function todo(fn?: TestFn): Promise<void>;
141
- /**
142
- * Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`.
143
- * @since v20.2.0
144
- */
145
- function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
146
- function only(name?: string, fn?: TestFn): Promise<void>;
147
- function only(options?: TestOptions, fn?: TestFn): Promise<void>;
148
- function only(fn?: TestFn): Promise<void>;
149
- // added in v25.5.0, undocumented
150
- function expectFailure(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
151
- function expectFailure(name?: string, fn?: TestFn): Promise<void>;
152
- function expectFailure(options?: TestOptions, fn?: TestFn): Promise<void>;
153
- function expectFailure(fn?: TestFn): Promise<void>;
154
- /**
155
- * The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object.
156
- * If the test uses callbacks, the callback function is passed as the second argument.
157
- */
158
- type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
159
- /**
160
- * The type of a suite test function. The argument to this function is a {@link SuiteContext} object.
161
- */
162
- type SuiteFn = (s: SuiteContext) => void | Promise<void>;
163
- interface TestShard {
164
- /**
165
- * A positive integer between 1 and `total` that specifies the index of the shard to run.
166
- */
167
- index: number;
168
- /**
169
- * A positive integer that specifies the total number of shards to split the test files to.
170
- */
171
- total: number;
172
- }
173
- interface RunOptions {
174
- /**
175
- * If a number is provided, then that many tests would run asynchronously (they are still managed by the single-threaded event loop).
176
- * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time.
177
- * @default false
178
- */
179
- concurrency?: number | boolean | undefined;
180
- /**
181
- * Specifies the current working directory to be used by the test runner.
182
- * Serves as the base path for resolving files according to the
183
- * [test runner execution model](https://nodejs.org/docs/latest-v26.x/api/test.html#test-runner-execution-model).
184
- * @since v23.0.0
185
- * @default process.cwd()
186
- */
187
- cwd?: string | undefined;
188
- /**
189
- * An array containing the list of files to run. If omitted, files are run according to the
190
- * [test runner execution model](https://nodejs.org/docs/latest-v26.x/api/test.html#test-runner-execution-model).
191
- */
192
- files?: readonly string[] | undefined;
193
- /**
194
- * Configures the test runner to exit the process once all known
195
- * tests have finished executing even if the event loop would
196
- * otherwise remain active.
197
- * @default false
198
- */
199
- forceExit?: boolean | undefined;
200
- /**
201
- * An array containing the list of glob patterns to match test files.
202
- * This option cannot be used together with `files`. If omitted, files are run according to the
203
- * [test runner execution model](https://nodejs.org/docs/latest-v26.x/api/test.html#test-runner-execution-model).
204
- * @since v22.6.0
205
- */
206
- globPatterns?: readonly string[] | undefined;
207
- /**
208
- * Sets inspector port of test child process.
209
- * This can be a number, or a function that takes no arguments and returns a
210
- * number. If a nullish value is provided, each process gets its own port,
211
- * incremented from the primary's `process.debugPort`. This option is ignored
212
- * if the `isolation` option is set to `'none'` as no child processes are
213
- * spawned.
214
- * @default undefined
215
- */
216
- inspectPort?: number | (() => number) | undefined;
217
- /**
218
- * Configures the type of test isolation. If set to
219
- * `'process'`, each test file is run in a separate child process. If set to
220
- * `'none'`, all test files run in the current process.
221
- * @default 'process'
222
- * @since v22.8.0
223
- */
224
- isolation?: "process" | "none" | undefined;
225
- /**
226
- * If truthy, the test context will only run tests that have the `only` option set
227
- */
228
- only?: boolean | undefined;
229
- /**
230
- * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run.
231
- * @default undefined
232
- */
233
- setup?: ((reporter: TestsStream) => void | Promise<void>) | undefined;
234
- /**
235
- * An array of CLI flags to pass to the `node` executable when
236
- * spawning the subprocesses. This option has no effect when `isolation` is `'none`'.
237
- * @since v22.10.0
238
- * @default []
239
- */
240
- execArgv?: readonly string[] | undefined;
241
- /**
242
- * An array of CLI flags to pass to each test file when spawning the
243
- * subprocesses. This option has no effect when `isolation` is `'none'`.
244
- * @since v22.10.0
245
- * @default []
246
- */
247
- argv?: readonly string[] | undefined;
248
- /**
249
- * Allows aborting an in-progress test execution.
250
- */
251
- signal?: AbortSignal | undefined;
252
- /**
253
- * If provided, only run tests whose name matches the provided pattern.
254
- * Strings are interpreted as JavaScript regular expressions.
255
- * @default undefined
256
- */
257
- testNamePatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
258
- /**
259
- * A String, RegExp or a RegExp Array, that can be used to exclude running tests whose
260
- * name matches the provided pattern. Test name patterns are interpreted as JavaScript
261
- * regular expressions. For each test that is executed, any corresponding test hooks,
262
- * such as `beforeEach()`, are also run.
263
- * @default undefined
264
- * @since v22.1.0
265
- */
266
- testSkipPatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
267
- /**
268
- * A tag name, or an array of tag names,
269
- * used to filter tests by their declared tags. Tests must contain every
270
- * listed tag to run. Equivalent to passing `--experimental-test-tag-filter`
271
- * on the command line. See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
272
- * @default undefined
273
- * @since v26.2.0
274
- */
275
- testTagFilters?: string | readonly string[] | undefined;
276
- /**
277
- * The number of milliseconds after which the test execution will fail.
278
- * If unspecified, subtests inherit this value from their parent.
279
- * @default Infinity
280
- */
281
- timeout?: number | undefined;
282
- /**
283
- * Whether to run in watch mode or not.
284
- * @default false
285
- */
286
- watch?: boolean | undefined;
287
- /**
288
- * Running tests in a specific shard.
289
- * @default undefined
290
- */
291
- shard?: TestShard | undefined;
292
- /**
293
- * Randomize execution order for test files and queued tests.
294
- * This option is not supported with `watch: true`.
295
- * @since v26.1.0
296
- * @default false
297
- */
298
- randomize?: boolean | undefined;
299
- /**
300
- * Seed used when randomizing execution order. If this
301
- * option is set, runs can replay the same randomized order deterministically,
302
- * and setting this option also enables randomization. The value must be an
303
- * integer between `0` and `4294967295`.
304
- */
305
- randomSeed?: number | undefined;
306
- /**
307
- * A file path where the test runner will
308
- * store the state of the tests to allow rerunning only the failed tests on a next run.
309
- * @since v24.7.0
310
- * @default undefined
311
- */
312
- rerunFailuresFilePath?: string | undefined;
313
- /**
314
- * enable [code coverage](https://nodejs.org/docs/latest-v26.x/api/test.html#collecting-code-coverage) collection.
315
- * @since v22.10.0
316
- * @default false
317
- */
318
- coverage?: boolean | undefined;
319
- /**
320
- * Excludes specific files from code coverage
321
- * using a glob pattern, which can match both absolute and relative file paths.
322
- * This property is only applicable when `coverage` was set to `true`.
323
- * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
324
- * files must meet **both** criteria to be included in the coverage report.
325
- * @since v22.10.0
326
- * @default undefined
327
- */
328
- coverageExcludeGlobs?: string | readonly string[] | undefined;
329
- /**
330
- * Includes specific files in code coverage
331
- * using a glob pattern, which can match both absolute and relative file paths.
332
- * This property is only applicable when `coverage` was set to `true`.
333
- * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
334
- * files must meet **both** criteria to be included in the coverage report.
335
- * @since v22.10.0
336
- * @default undefined
337
- */
338
- coverageIncludeGlobs?: string | readonly string[] | undefined;
339
- /**
340
- * Require a minimum percent of covered lines. If code
341
- * coverage does not reach the threshold specified, the process will exit with code `1`.
342
- * @since v22.10.0
343
- * @default 0
344
- */
345
- lineCoverage?: number | undefined;
346
- /**
347
- * Require a minimum percent of covered branches. If code
348
- * coverage does not reach the threshold specified, the process will exit with code `1`.
349
- * @since v22.10.0
350
- * @default 0
351
- */
352
- branchCoverage?: number | undefined;
353
- /**
354
- * Require a minimum percent of covered functions. If code
355
- * coverage does not reach the threshold specified, the process will exit with code `1`.
356
- * @since v22.10.0
357
- * @default 0
358
- */
359
- functionCoverage?: number | undefined;
360
- /**
361
- * Specify environment variables to be passed along to the test process.
362
- * This option is not compatible with `isolation='none'`. These variables will override
363
- * those from the main process, and are not merged with `process.env`.
364
- * @since v25.6.0
365
- * @default process.env
366
- */
367
- env?: NodeJS.ProcessEnv | undefined;
368
- }
369
- interface TestsStreamEventMap extends ReadableEventMap {
370
- "data": [data: TestEvent];
371
- "test:coverage": [data: EventData.TestCoverage];
372
- "test:complete": [data: EventData.TestComplete];
373
- "test:dequeue": [data: EventData.TestDequeue];
374
- "test:diagnostic": [data: EventData.TestDiagnostic];
375
- "test:enqueue": [data: EventData.TestEnqueue];
376
- "test:fail": [data: EventData.TestFail];
377
- "test:interrupted": [data: EventData.TestInterrupted];
378
- "test:pass": [data: EventData.TestPass];
379
- "test:plan": [data: EventData.TestPlan];
380
- "test:start": [data: EventData.TestStart];
381
- "test:stderr": [data: EventData.TestStderr];
382
- "test:stdout": [data: EventData.TestStdout];
383
- "test:summary": [data: EventData.TestSummary];
384
- "test:watch:drained": [];
385
- "test:watch:restarted": [];
386
- }
387
- /**
388
- * A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests.
389
- *
390
- * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute.
391
- * @since v18.9.0, v16.19.0
392
- */
393
- interface TestsStream extends Readable {
394
- // #region InternalEventEmitter
395
- addListener<E extends keyof TestsStreamEventMap>(
396
- eventName: E,
397
- listener: (...args: TestsStreamEventMap[E]) => void,
398
- ): this;
399
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
400
- emit<E extends keyof TestsStreamEventMap>(eventName: E, ...args: TestsStreamEventMap[E]): boolean;
401
- emit(eventName: string | symbol, ...args: any[]): boolean;
402
- listenerCount<E extends keyof TestsStreamEventMap>(
403
- eventName: E,
404
- listener?: (...args: TestsStreamEventMap[E]) => void,
405
- ): number;
406
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
407
- listeners<E extends keyof TestsStreamEventMap>(eventName: E): ((...args: TestsStreamEventMap[E]) => void)[];
408
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
409
- off<E extends keyof TestsStreamEventMap>(
410
- eventName: E,
411
- listener: (...args: TestsStreamEventMap[E]) => void,
412
- ): this;
413
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
414
- on<E extends keyof TestsStreamEventMap>(
415
- eventName: E,
416
- listener: (...args: TestsStreamEventMap[E]) => void,
417
- ): this;
418
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
419
- once<E extends keyof TestsStreamEventMap>(
420
- eventName: E,
421
- listener: (...args: TestsStreamEventMap[E]) => void,
422
- ): this;
423
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
424
- prependListener<E extends keyof TestsStreamEventMap>(
425
- eventName: E,
426
- listener: (...args: TestsStreamEventMap[E]) => void,
427
- ): this;
428
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
429
- prependOnceListener<E extends keyof TestsStreamEventMap>(
430
- eventName: E,
431
- listener: (...args: TestsStreamEventMap[E]) => void,
432
- ): this;
433
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
434
- rawListeners<E extends keyof TestsStreamEventMap>(
435
- eventName: E,
436
- ): ((...args: TestsStreamEventMap[E]) => void)[];
437
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
438
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
439
- removeAllListeners<E extends keyof TestsStreamEventMap>(eventName?: E): this;
440
- removeAllListeners(eventName?: string | symbol): this;
441
- removeListener<E extends keyof TestsStreamEventMap>(
442
- eventName: E,
443
- listener: (...args: TestsStreamEventMap[E]) => void,
444
- ): this;
445
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
446
- // #endregion
447
- }
448
- namespace EventData {
449
- interface Error extends globalThis.Error {
450
- cause: unknown;
451
- }
452
- interface LocationInfo {
453
- /**
454
- * The column number where the test is defined, or
455
- * `undefined` if the test was run through the REPL.
456
- */
457
- column?: number;
458
- /**
459
- * The path of the test file, `undefined` if test was run through the REPL.
460
- */
461
- file?: string;
462
- /**
463
- * The line number where the test is defined, or `undefined` if the test was run through the REPL.
464
- */
465
- line?: number;
466
- }
467
- interface TestDiagnostic extends LocationInfo {
468
- /**
469
- * The diagnostic message.
470
- */
471
- message: string;
472
- /**
473
- * The nesting level of the test.
474
- */
475
- nesting: number;
476
- /**
477
- * The severity level of the diagnostic message.
478
- * Possible values are:
479
- * * `'info'`: Informational messages.
480
- * * `'warn'`: Warnings.
481
- * * `'error'`: Errors.
482
- */
483
- level: "info" | "warn" | "error";
484
- }
485
- interface TestCoverage {
486
- /**
487
- * An object containing the coverage report.
488
- */
489
- summary: {
490
- /**
491
- * An array of coverage reports for individual files.
492
- */
493
- files: Array<{
494
- /**
495
- * The absolute path of the file.
496
- */
497
- path: string;
498
- /**
499
- * The total number of lines.
500
- */
501
- totalLineCount: number;
502
- /**
503
- * The total number of branches.
504
- */
505
- totalBranchCount: number;
506
- /**
507
- * The total number of functions.
508
- */
509
- totalFunctionCount: number;
510
- /**
511
- * The number of covered lines.
512
- */
513
- coveredLineCount: number;
514
- /**
515
- * The number of covered branches.
516
- */
517
- coveredBranchCount: number;
518
- /**
519
- * The number of covered functions.
520
- */
521
- coveredFunctionCount: number;
522
- /**
523
- * The percentage of lines covered.
524
- */
525
- coveredLinePercent: number;
526
- /**
527
- * The percentage of branches covered.
528
- */
529
- coveredBranchPercent: number;
530
- /**
531
- * The percentage of functions covered.
532
- */
533
- coveredFunctionPercent: number;
534
- /**
535
- * An array of functions representing function coverage.
536
- */
537
- functions: Array<{
538
- /**
539
- * The name of the function.
540
- */
541
- name: string;
542
- /**
543
- * The line number where the function is defined.
544
- */
545
- line: number;
546
- /**
547
- * The number of times the function was called.
548
- */
549
- count: number;
550
- }>;
551
- /**
552
- * An array of branches representing branch coverage.
553
- */
554
- branches: Array<{
555
- /**
556
- * The line number where the branch is defined.
557
- */
558
- line: number;
559
- /**
560
- * The number of times the branch was taken.
561
- */
562
- count: number;
563
- }>;
564
- /**
565
- * An array of lines representing line numbers and the number of times they were covered.
566
- */
567
- lines: Array<{
568
- /**
569
- * The line number.
570
- */
571
- line: number;
572
- /**
573
- * The number of times the line was covered.
574
- */
575
- count: number;
576
- }>;
577
- }>;
578
- /**
579
- * An object containing whether or not the coverage for
580
- * each coverage type.
581
- * @since v22.9.0
582
- */
583
- thresholds: {
584
- /**
585
- * The function coverage threshold.
586
- */
587
- function: number;
588
- /**
589
- * The branch coverage threshold.
590
- */
591
- branch: number;
592
- /**
593
- * The line coverage threshold.
594
- */
595
- line: number;
596
- };
597
- /**
598
- * An object containing a summary of coverage for all files.
599
- */
600
- totals: {
601
- /**
602
- * The total number of lines.
603
- */
604
- totalLineCount: number;
605
- /**
606
- * The total number of branches.
607
- */
608
- totalBranchCount: number;
609
- /**
610
- * The total number of functions.
611
- */
612
- totalFunctionCount: number;
613
- /**
614
- * The number of covered lines.
615
- */
616
- coveredLineCount: number;
617
- /**
618
- * The number of covered branches.
619
- */
620
- coveredBranchCount: number;
621
- /**
622
- * The number of covered functions.
623
- */
624
- coveredFunctionCount: number;
625
- /**
626
- * The percentage of lines covered.
627
- */
628
- coveredLinePercent: number;
629
- /**
630
- * The percentage of branches covered.
631
- */
632
- coveredBranchPercent: number;
633
- /**
634
- * The percentage of functions covered.
635
- */
636
- coveredFunctionPercent: number;
637
- };
638
- /**
639
- * The working directory when code coverage began. This
640
- * is useful for displaying relative path names in case
641
- * the tests changed the working directory of the Node.js process.
642
- */
643
- workingDirectory: string;
644
- };
645
- /**
646
- * The nesting level of the test.
647
- */
648
- nesting: number;
649
- }
650
- interface TestComplete extends LocationInfo {
651
- /**
652
- * Additional execution metadata.
653
- */
654
- details: {
655
- /**
656
- * Whether the test passed or not.
657
- */
658
- passed: boolean;
659
- /**
660
- * The duration of the test in milliseconds.
661
- */
662
- duration_ms: number;
663
- /**
664
- * An error wrapping the error thrown by the test if it did not pass.
665
- */
666
- error?: Error;
667
- /**
668
- * The type of the test, used to denote whether this is a suite.
669
- */
670
- type?: "suite" | "test";
671
- };
672
- /**
673
- * The test name.
674
- */
675
- name: string;
676
- /**
677
- * The nesting level of the test.
678
- */
679
- nesting: number;
680
- /**
681
- * The flattened lowercased tags declared on the test
682
- * and its ancestor suites, in declaration order. Empty for untagged tests.
683
- * See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
684
- */
685
- tags: string[];
686
- /**
687
- * A numeric identifier for this test instance, unique
688
- * within the test file's process. Consistent across all events for the same
689
- * test instance, enabling reliable correlation in custom reporters.
690
- */
691
- testId: number;
692
- /**
693
- * The ordinal number of the test.
694
- */
695
- testNumber: number;
696
- /**
697
- * Present if `context.todo` is called.
698
- */
699
- todo?: string | boolean;
700
- /**
701
- * Present if `context.skip` is called.
702
- */
703
- skip?: string | boolean;
704
- }
705
- interface TestDequeue extends LocationInfo {
706
- /**
707
- * The test name.
708
- */
709
- name: string;
710
- /**
711
- * The nesting level of the test.
712
- */
713
- nesting: number;
714
- /**
715
- * The flattened lowercased tags declared on the test
716
- * and its ancestor suites, in declaration order. Empty for untagged tests.
717
- * See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
718
- */
719
- tags: string[];
720
- /**
721
- * A numeric identifier for this test instance, unique
722
- * within the test file's process. Consistent across all events for the same
723
- * test instance, enabling reliable correlation in custom reporters.
724
- */
725
- testId: number;
726
- /**
727
- * The test type. Either `'suite'` or `'test'`.
728
- * @since v22.15.0
729
- */
730
- type: "suite" | "test";
731
- }
732
- interface TestEnqueue extends LocationInfo {
733
- /**
734
- * The test name.
735
- */
736
- name: string;
737
- /**
738
- * The nesting level of the test.
739
- */
740
- nesting: number;
741
- /**
742
- * The flattened lowercased tags declared on the test
743
- * and its ancestor suites, in declaration order. Empty for untagged tests.
744
- * See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
745
- */
746
- tags: string[];
747
- /**
748
- * A numeric identifier for this test instance, unique
749
- * within the test file's process. Consistent across all events for the same
750
- * test instance, enabling reliable correlation in custom reporters.
751
- */
752
- testId: number;
753
- /**
754
- * The test type. Either `'suite'` or `'test'`.
755
- * @since v22.15.0
756
- */
757
- type: "suite" | "test";
758
- }
759
- interface TestFail extends LocationInfo {
760
- /**
761
- * Additional execution metadata.
762
- */
763
- details: {
764
- /**
765
- * The duration of the test in milliseconds.
766
- */
767
- duration_ms: number;
768
- /**
769
- * An error wrapping the error thrown by the test.
770
- */
771
- error: Error;
772
- /**
773
- * The type of the test, used to denote whether this is a suite.
774
- * @since v20.0.0, v19.9.0, v18.17.0
775
- */
776
- type?: "suite" | "test";
777
- /**
778
- * The attempt number of the test run,
779
- * present only when using the `--test-rerun-failures` flag.
780
- * @since v24.7.0
781
- */
782
- attempt?: number;
783
- };
784
- /**
785
- * The test name.
786
- */
787
- name: string;
788
- /**
789
- * The nesting level of the test.
790
- */
791
- nesting: number;
792
- /**
793
- * The flattened lowercased tags declared on the test
794
- * and its ancestor suites, in declaration order. Empty for untagged tests.
795
- * See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
796
- */
797
- tags: string[];
798
- /**
799
- * A numeric identifier for this test instance, unique
800
- * within the test file's process. Consistent across all events for the same
801
- * test instance, enabling reliable correlation in custom reporters.
802
- */
803
- testId: number;
804
- /**
805
- * The ordinal number of the test.
806
- */
807
- testNumber: number;
808
- /**
809
- * Present if `context.todo` is called.
810
- */
811
- todo?: string | boolean;
812
- /**
813
- * Present if `context.skip` is called.
814
- */
815
- skip?: string | boolean;
816
- }
817
- interface TestInterrupted {
818
- /**
819
- * An array of objects containing information about the
820
- * interrupted tests.
821
- */
822
- tests: TestStart[];
823
- }
824
- interface TestPass extends LocationInfo {
825
- /**
826
- * Additional execution metadata.
827
- */
828
- details: {
829
- /**
830
- * The duration of the test in milliseconds.
831
- */
832
- duration_ms: number;
833
- /**
834
- * The type of the test, used to denote whether this is a suite.
835
- * @since 20.0.0, 19.9.0, 18.17.0
836
- */
837
- type?: "suite" | "test";
838
- /**
839
- * The attempt number of the test run,
840
- * present only when using the `--test-rerun-failures` flag.
841
- * @since v24.7.0
842
- */
843
- attempt?: number;
844
- /**
845
- * The attempt number the test passed on,
846
- * present only when using the `--test-rerun-failures` flag.
847
- * @since v24.7.0
848
- */
849
- passed_on_attempt?: number;
850
- };
851
- /**
852
- * The test name.
853
- */
854
- name: string;
855
- /**
856
- * The nesting level of the test.
857
- */
858
- nesting: number;
859
- /**
860
- * The flattened lowercased tags declared on the test
861
- * and its ancestor suites, in declaration order. Empty for untagged tests.
862
- * See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
863
- */
864
- tags: string[];
865
- /**
866
- * A numeric identifier for this test instance, unique
867
- * within the test file's process. Consistent across all events for the same
868
- * test instance, enabling reliable correlation in custom reporters.
869
- */
870
- testId: number;
871
- /**
872
- * The ordinal number of the test.
873
- */
874
- testNumber: number;
875
- /**
876
- * Present if `context.todo` is called.
877
- */
878
- todo?: string | boolean;
879
- /**
880
- * Present if `context.skip` is called.
881
- */
882
- skip?: string | boolean;
883
- }
884
- interface TestPlan extends LocationInfo {
885
- /**
886
- * The nesting level of the test.
887
- */
888
- nesting: number;
889
- /**
890
- * The number of subtests that have ran.
891
- */
892
- count: number;
893
- }
894
- interface TestStart extends LocationInfo {
895
- /**
896
- * The test name.
897
- */
898
- name: string;
899
- /**
900
- * The nesting level of the test.
901
- */
902
- nesting: number;
903
- /**
904
- * The flattened lowercased tags declared on the test
905
- * and its ancestor suites, in declaration order. Empty for untagged tests.
906
- * See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
907
- */
908
- tags: string[];
909
- /**
910
- * A numeric identifier for this test instance, unique
911
- * within the test file's process. Consistent across all events for the same
912
- * test instance, enabling reliable correlation in custom reporters.
913
- */
914
- testId: number;
915
- }
916
- interface TestStderr {
917
- /**
918
- * The path of the test file.
919
- */
920
- file: string;
921
- /**
922
- * The message written to `stderr`.
923
- */
924
- message: string;
925
- }
926
- interface TestStdout {
927
- /**
928
- * The path of the test file.
929
- */
930
- file: string;
931
- /**
932
- * The message written to `stdout`.
933
- */
934
- message: string;
935
- }
936
- interface TestSummary {
937
- /**
938
- * An object containing the counts of various test results.
939
- */
940
- counts: {
941
- /**
942
- * The total number of cancelled tests.
943
- */
944
- cancelled: number;
945
- /**
946
- * The total number of passed tests.
947
- */
948
- passed: number;
949
- /**
950
- * The total number of skipped tests.
951
- */
952
- skipped: number;
953
- /**
954
- * The total number of suites run.
955
- */
956
- suites: number;
957
- /**
958
- * The total number of tests run, excluding suites.
959
- */
960
- tests: number;
961
- /**
962
- * The total number of TODO tests.
963
- */
964
- todo: number;
965
- /**
966
- * The total number of top level tests and suites.
967
- */
968
- topLevel: number;
969
- };
970
- /**
971
- * The duration of the test run in milliseconds.
972
- */
973
- duration_ms: number;
974
- /**
975
- * The path of the test file that generated the
976
- * summary. If the summary corresponds to multiple files, this value is
977
- * `undefined`.
978
- */
979
- file: string | undefined;
980
- /**
981
- * Indicates whether or not the test run is considered
982
- * successful or not. If any error condition occurs, such as a failing test or
983
- * unmet coverage threshold, this value will be set to `false`.
984
- */
985
- success: boolean;
986
- }
987
- }
988
- /**
989
- * Returns the {@link TestContext} or {@link SuiteContext} object associated with the
990
- * currently executing test or suite, or `undefined` if called outside of a test or
991
- * suite. This function can be used to access context information from within the
992
- * test or suite function or any async operations within them.
993
-
994
- * ```js
995
- * import { getTestContext } from 'node:test';
996
- *
997
- * test('example test', async () => {
998
- * const ctx = getTestContext();
999
- * console.log(`Running test: ${ctx.name}`);
1000
- * });
1001
- *
1002
- * describe('example suite', () => {
1003
- * const ctx = getTestContext();
1004
- * console.log(`Running suite: ${ctx.name}`);
1005
- * });
1006
- * ```
1007
- *
1008
- * When called from a test, returns a `TestContext`.
1009
- * When called from a suite, returns a `SuiteContext`.
1010
- *
1011
- * If called from outside a test or suite (e.g., at the top level of a module or in
1012
- * a setTimeout callback after execution has completed), this function returns
1013
- * `undefined`.
1014
- *
1015
- * When called from within a hook (before, beforeEach, after, afterEach), this
1016
- * function returns the context of the test or suite that the hook is associated
1017
- * with.
1018
- * @since v26.1.0
1019
- */
1020
- function getTestContext(): TestContext | SuiteContext | undefined;
1021
- /**
1022
- * An instance of `TestContext` is passed to each test function in order to
1023
- * interact with the test runner. However, the `TestContext` constructor is not
1024
- * exposed as part of the API.
1025
- * @since v18.0.0, v16.17.0
1026
- */
1027
- interface TestContext {
1028
- /**
1029
- * An object containing assertion methods bound to the test context.
1030
- * The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans.
1031
- *
1032
- * **Note:** Some of the functions from `node:assert` contain type assertions. If these are called via the
1033
- * TestContext `assert` object, then the context parameter in the test's function signature **must be explicitly typed**
1034
- * (ie. the parameter must have a type annotation), otherwise an error will be raised by the TypeScript compiler:
1035
- * ```ts
1036
- * import { test, type TestContext } from 'node:test';
1037
- *
1038
- * // The test function's context parameter must have a type annotation.
1039
- * test('example', (t: TestContext) => {
1040
- * t.assert.deepStrictEqual(actual, expected);
1041
- * });
1042
- *
1043
- * // Omitting the type annotation will result in a compilation error.
1044
- * test('example', t => {
1045
- * t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation.
1046
- * });
1047
- * ```
1048
- * @since v22.2.0, v20.15.0
1049
- */
1050
- readonly assert: TestContextAssert;
1051
- /**
1052
- * This function is used to create a hook running before subtest of the current test.
1053
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
1054
- * If the hook uses callbacks, the callback function is passed as the second argument.
1055
- * @param options Configuration options for the hook.
1056
- * @since v20.1.0, v18.17.0
1057
- */
1058
- before(fn?: TestContextHookFn, options?: HookOptions): void;
1059
- /**
1060
- * This function is used to create a hook running before each subtest of the current test.
1061
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
1062
- * If the hook uses callbacks, the callback function is passed as the second argument.
1063
- * @param options Configuration options for the hook.
1064
- * @since v18.8.0
1065
- */
1066
- beforeEach(fn?: TestContextHookFn, options?: HookOptions): void;
1067
- /**
1068
- * This function is used to create a hook that runs after the current test finishes.
1069
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
1070
- * If the hook uses callbacks, the callback function is passed as the second argument.
1071
- * @param options Configuration options for the hook.
1072
- * @since v18.13.0
1073
- */
1074
- after(fn?: TestContextHookFn, options?: HookOptions): void;
1075
- /**
1076
- * This function is used to create a hook running after each subtest of the current test.
1077
- * @param fn The hook function. The first argument to this function is a `TestContext` object.
1078
- * If the hook uses callbacks, the callback function is passed as the second argument.
1079
- * @param options Configuration options for the hook.
1080
- * @since v18.8.0
1081
- */
1082
- afterEach(fn?: TestContextHookFn, options?: HookOptions): void;
1083
- /**
1084
- * This function is used to write diagnostics to the output. Any diagnostic
1085
- * information is included at the end of the test's results. This function does
1086
- * not return a value.
1087
- *
1088
- * ```js
1089
- * test('top level test', (t) => {
1090
- * t.diagnostic('A diagnostic message');
1091
- * });
1092
- * ```
1093
- * @since v18.0.0, v16.17.0
1094
- * @param message Message to be reported.
1095
- */
1096
- diagnostic(message: string): void;
1097
- /**
1098
- * The absolute path of the test file that created the current test. If a test file imports
1099
- * additional modules that generate tests, the imported tests will return the path of the root test file.
1100
- * @since v22.6.0
1101
- */
1102
- readonly filePath: string | undefined;
1103
- /**
1104
- * The name of the test and each of its ancestors, separated by `>`.
1105
- * @since v22.3.0
1106
- */
1107
- readonly fullName: string;
1108
- /**
1109
- * The name of the test.
1110
- * @since v18.8.0, v16.18.0
1111
- */
1112
- readonly name: string;
1113
- /**
1114
- * Indicated whether the test succeeded.
1115
- * @since v21.7.0, v20.12.0
1116
- */
1117
- readonly passed: boolean;
1118
- /**
1119
- * The failure reason for the test/case; wrapped and available via `context.error.cause`.
1120
- * @since v21.7.0, v20.12.0
1121
- */
1122
- readonly error: EventData.Error | null;
1123
- /**
1124
- * The attempt number of the test. This value is zero-based, so the first attempt is `0`,
1125
- * the second attempt is `1`, and so on. This property is useful in conjunction with the
1126
- * `--test-rerun-failures` option to determine which attempt the test is currently running.
1127
- * @since v21.7.0, v20.12.0
1128
- */
1129
- readonly attempt: number;
1130
- /**
1131
- * A frozen array of the test's flattened lowercased tags, in declaration
1132
- * order, including any tags inherited from ancestor suites. Empty when the
1133
- * test has no tags. See [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
1134
- * @since v26.2.0
1135
- */
1136
- readonly tags: readonly string[];
1137
- /**
1138
- * The unique identifier of the worker running the current test file. This value is
1139
- * derived from the `NODE_TEST_WORKER_ID` environment variable. When running tests
1140
- * with `--test-isolation=process` (the default), each test file runs in a separate
1141
- * child process and is assigned a worker ID from 1 to N, where N is the number of
1142
- * concurrent workers. When running with `--test-isolation=none`, all tests run in
1143
- * the same process and the worker ID is always 1. This value is `undefined` when
1144
- * not running in a test context.
1145
- *
1146
- * This property is useful for splitting resources (like database connections or
1147
- * server ports) across concurrent test files:
1148
- *
1149
- * ```js
1150
- * import { test } from 'node:test';
1151
- * import { process } from 'node:process';
1152
- *
1153
- * test('database operations', async (t) => {
1154
- * // Worker ID is available via context
1155
- * console.log(`Running in worker ${t.workerId}`);
1156
- *
1157
- * // Or via environment variable (available at import time)
1158
- * const workerId = process.env.NODE_TEST_WORKER_ID;
1159
- * // Use workerId to allocate separate resources per worker
1160
- * });
1161
- * ```
1162
- * @since v25.8.0
1163
- */
1164
- readonly workerId: number | undefined;
1165
- /**
1166
- * This function is used to set the number of assertions and subtests that are expected to run
1167
- * within the test. If the number of assertions and subtests that run does not match the
1168
- * expected count, the test will fail.
1169
- *
1170
- * > Note: To make sure assertions are tracked, `t.assert` must be used instead of `assert` directly.
1171
- *
1172
- * ```js
1173
- * test('top level test', (t) => {
1174
- * t.plan(2);
1175
- * t.assert.ok('some relevant assertion here');
1176
- * t.test('subtest', () => {});
1177
- * });
1178
- * ```
1179
- *
1180
- * When working with asynchronous code, the `plan` function can be used to ensure that the
1181
- * correct number of assertions are run:
1182
- *
1183
- * ```js
1184
- * test('planning with streams', (t, done) => {
1185
- * function* generate() {
1186
- * yield 'a';
1187
- * yield 'b';
1188
- * yield 'c';
1189
- * }
1190
- * const expected = ['a', 'b', 'c'];
1191
- * t.plan(expected.length);
1192
- * const stream = Readable.from(generate());
1193
- * stream.on('data', (chunk) => {
1194
- * t.assert.strictEqual(chunk, expected.shift());
1195
- * });
1196
- *
1197
- * stream.on('end', () => {
1198
- * done();
1199
- * });
1200
- * });
1201
- * ```
1202
- *
1203
- * When using the `wait` option, you can control how long the test will wait for the expected assertions.
1204
- * For example, setting a maximum wait time ensures that the test will wait for asynchronous assertions
1205
- * to complete within the specified timeframe:
1206
- *
1207
- * ```js
1208
- * test('plan with wait: 2000 waits for async assertions', (t) => {
1209
- * t.plan(1, { wait: 2000 }); // Waits for up to 2 seconds for the assertion to complete.
1210
- *
1211
- * const asyncActivity = () => {
1212
- * setTimeout(() => {
1213
- * * t.assert.ok(true, 'Async assertion completed within the wait time');
1214
- * }, 1000); // Completes after 1 second, within the 2-second wait time.
1215
- * };
1216
- *
1217
- * asyncActivity(); // The test will pass because the assertion is completed in time.
1218
- * });
1219
- * ```
1220
- *
1221
- * Note: If a `wait` timeout is specified, it begins counting down only after the test function finishes executing.
1222
- * @since v22.2.0
1223
- */
1224
- plan(count: number, options?: TestContextPlanOptions): void;
1225
- /**
1226
- * If `shouldRunOnlyTests` is truthy, the test context will only run tests that
1227
- * have the `only` option set. Otherwise, all tests are run. If Node.js was not
1228
- * started with the `--test-only` command-line option, this function is a
1229
- * no-op.
1230
- *
1231
- * ```js
1232
- * test('top level test', (t) => {
1233
- * // The test context can be set to run subtests with the 'only' option.
1234
- * t.runOnly(true);
1235
- * return Promise.all([
1236
- * t.test('this subtest is now skipped'),
1237
- * t.test('this subtest is run', { only: true }),
1238
- * ]);
1239
- * });
1240
- * ```
1241
- * @since v18.0.0, v16.17.0
1242
- * @param shouldRunOnlyTests Whether or not to run `only` tests.
1243
- */
1244
- runOnly(shouldRunOnlyTests: boolean): void;
1245
- /**
1246
- * ```js
1247
- * test('top level test', async (t) => {
1248
- * await fetch('some/uri', { signal: t.signal });
1249
- * });
1250
- * ```
1251
- * @since v18.7.0, v16.17.0
1252
- */
1253
- readonly signal: AbortSignal;
1254
- /**
1255
- * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does
1256
- * not terminate execution of the test function. This function does not return a
1257
- * value.
1258
- *
1259
- * ```js
1260
- * test('top level test', (t) => {
1261
- * // Make sure to return here as well if the test contains additional logic.
1262
- * t.skip('this is skipped');
1263
- * });
1264
- * ```
1265
- * @since v18.0.0, v16.17.0
1266
- * @param message Optional skip message.
1267
- */
1268
- skip(message?: string): void;
1269
- /**
1270
- * This function adds a `TODO` directive to the test's output. If `message` is
1271
- * provided, it is included in the output. Calling `todo()` does not terminate
1272
- * execution of the test function. This function does not return a value.
1273
- *
1274
- * ```js
1275
- * test('top level test', (t) => {
1276
- * // This test is marked as `TODO`
1277
- * t.todo('this is a todo');
1278
- * });
1279
- * ```
1280
- * @since v18.0.0, v16.17.0
1281
- * @param message Optional `TODO` message.
1282
- */
1283
- todo(message?: string): void;
1284
- /**
1285
- * This function is used to create subtests under the current test. This function behaves in
1286
- * the same fashion as the top level {@link test} function.
1287
- * @since v18.0.0
1288
- * @param name The name of the test, which is displayed when reporting test results.
1289
- * Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
1290
- * @param options Configuration options for the test.
1291
- * @param fn The function under test. This first argument to this function is a {@link TestContext} object.
1292
- * If the test uses callbacks, the callback function is passed as the second argument.
1293
- * @returns A {@link Promise} resolved with `undefined` once the test completes.
1294
- */
1295
- test: typeof test;
1296
- /**
1297
- * This method polls a `condition` function until that function either returns
1298
- * successfully or the operation times out.
1299
- * @since v22.14.0
1300
- * @param condition An assertion function that is invoked
1301
- * periodically until it completes successfully or the defined polling timeout
1302
- * elapses. Successful completion is defined as not throwing or rejecting. This
1303
- * function does not accept any arguments, and is allowed to return any value.
1304
- * @param options An optional configuration object for the polling operation.
1305
- * @returns Fulfilled with the value returned by `condition`.
1306
- */
1307
- waitFor<T>(condition: () => T, options?: TestContextWaitForOptions): Promise<Awaited<T>>;
1308
- /**
1309
- * Each test provides its own MockTracker instance.
1310
- */
1311
- readonly mock: MockTracker;
1312
- }
1313
- interface TestContextAssert extends Pick<typeof import("assert"), AssertMethodNames> {
1314
- /**
1315
- * This function serializes `value` and writes it to the file specified by `path`.
1316
- *
1317
- * ```js
1318
- * test('snapshot test with default serialization', (t) => {
1319
- * t.assert.fileSnapshot({ value1: 1, value2: 2 }, './snapshots/snapshot.json');
1320
- * });
1321
- * ```
1322
- *
1323
- * This function differs from `context.assert.snapshot()` in the following ways:
1324
- *
1325
- * * The snapshot file path is explicitly provided by the user.
1326
- * * Each snapshot file is limited to a single snapshot value.
1327
- * * No additional escaping is performed by the test runner.
1328
- *
1329
- * These differences allow snapshot files to better support features such as syntax
1330
- * highlighting.
1331
- * @since v22.14.0
1332
- * @param value A value to serialize to a string. If Node.js was started with
1333
- * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v26.x/api/cli.html#--test-update-snapshots)
1334
- * flag, the serialized value is written to
1335
- * `path`. Otherwise, the serialized value is compared to the contents of the
1336
- * existing snapshot file.
1337
- * @param path The file where the serialized `value` is written.
1338
- * @param options Optional configuration options.
1339
- */
1340
- fileSnapshot(value: any, path: string, options?: AssertSnapshotOptions): void;
1341
- /**
1342
- * This function implements assertions for snapshot testing.
1343
- * ```js
1344
- * test('snapshot test with default serialization', (t) => {
1345
- * t.assert.snapshot({ value1: 1, value2: 2 });
1346
- * });
1347
- *
1348
- * test('snapshot test with custom serialization', (t) => {
1349
- * t.assert.snapshot({ value3: 3, value4: 4 }, {
1350
- * serializers: [(value) => JSON.stringify(value)]
1351
- * });
1352
- * });
1353
- * ```
1354
- * @since v22.3.0
1355
- * @param value A value to serialize to a string. If Node.js was started with
1356
- * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v26.x/api/cli.html#--test-update-snapshots)
1357
- * flag, the serialized value is written to
1358
- * the snapshot file. Otherwise, the serialized value is compared to the
1359
- * corresponding value in the existing snapshot file.
1360
- */
1361
- snapshot(value: any, options?: AssertSnapshotOptions): void;
1362
- /**
1363
- * A custom assertion function registered with `assert.register()`.
1364
- */
1365
- [name: string]: (...args: any[]) => void;
1366
- }
1367
- interface AssertSnapshotOptions {
1368
- /**
1369
- * An array of synchronous functions used to serialize `value` into a string.
1370
- * `value` is passed as the only argument to the first serializer function.
1371
- * The return value of each serializer is passed as input to the next serializer.
1372
- * Once all serializers have run, the resulting value is coerced to a string.
1373
- *
1374
- * If no serializers are provided, the test runner's default serializers are used.
1375
- */
1376
- serializers?: ReadonlyArray<(value: any) => any> | undefined;
1377
- }
1378
- interface TestContextPlanOptions {
1379
- /**
1380
- * The wait time for the plan:
1381
- * * If `true`, the plan waits indefinitely for all assertions and subtests to run.
1382
- * * If `false`, the plan performs an immediate check after the test function completes,
1383
- * without waiting for any pending assertions or subtests.
1384
- * Any assertions or subtests that complete after this check will not be counted towards the plan.
1385
- * * If a number, it specifies the maximum wait time in milliseconds
1386
- * before timing out while waiting for expected assertions and subtests to be matched.
1387
- * If the timeout is reached, the test will fail.
1388
- * @default false
1389
- */
1390
- wait?: boolean | number | undefined;
1391
- }
1392
- interface TestContextWaitForOptions {
1393
- /**
1394
- * The number of milliseconds to wait after an unsuccessful
1395
- * invocation of `condition` before trying again.
1396
- * @default 50
1397
- */
1398
- interval?: number | undefined;
1399
- /**
1400
- * The poll timeout in milliseconds. If `condition` has not
1401
- * succeeded by the time this elapses, an error occurs.
1402
- * @default 1000
1403
- */
1404
- timeout?: number | undefined;
1405
- }
1406
- /**
1407
- * An instance of `SuiteContext` is passed to each suite function in order to
1408
- * interact with the test runner. However, the `SuiteContext` constructor is not
1409
- * exposed as part of the API.
1410
- * @since v18.7.0, v16.17.0
1411
- */
1412
- interface SuiteContext {
1413
- /**
1414
- * The absolute path of the test file that created the current suite. If a test file imports
1415
- * additional modules that generate suites, the imported suites will return the path of the root test file.
1416
- * @since v22.6.0
1417
- */
1418
- readonly filePath: string | undefined;
1419
- /**
1420
- * The name of the suite and each of its ancestors, separated by `>`.
1421
- * @since v22.3.0, v20.16.0
1422
- */
1423
- readonly fullName: string;
1424
- /**
1425
- * The name of the suite.
1426
- * @since v18.8.0, v16.18.0
1427
- */
1428
- readonly name: string;
1429
- /**
1430
- * Can be used to abort test subtasks when the test has been aborted.
1431
- * @since v18.7.0, v16.17.0
1432
- */
1433
- readonly signal: AbortSignal;
1434
- /**
1435
- * Indicates whether the suite and all of its subtests have passed.
1436
- * @since v26.1.0
1437
- */
1438
- readonly passed: boolean;
1439
- /**
1440
- * The attempt number of the suite. This value is zero-based, so the first attempt is `0`,
1441
- * the second attempt is `1`, and so on. This property is useful in conjunction with the
1442
- * `--test-rerun-failures` option to determine the attempt number of the current run.
1443
- * @since v26.1.0
1444
- */
1445
- readonly attempt: number;
1446
- /**
1447
- * Output a diagnostic message. This is typically used for logging information
1448
- * about the current suite or its tests.
1449
- *
1450
- * ```js
1451
- * test.describe('my suite', (suite) => {
1452
- * suite.diagnostic('Suite diagnostic message');
1453
- * });
1454
- * ```
1455
- * @since v26.1.0
1456
- * @param message A diagnostic message to output.
1457
- */
1458
- diagnostic(message: string): void;
1459
- }
1460
- interface TestOptions {
1461
- /**
1462
- * If a number is provided, then that many tests would run in parallel.
1463
- * If truthy, it would run (number of cpu cores - 1) tests in parallel.
1464
- * For subtests, it will be `Infinity` tests in parallel.
1465
- * If falsy, it would only run one test at a time.
1466
- * If unspecified, subtests inherit this value from their parent.
1467
- * @default false
1468
- */
1469
- concurrency?: number | boolean | undefined;
1470
- /**
1471
- * If truthy, the test is expected to fail. If a non-empty string is provided, that string is displayed
1472
- * in the test results as the reason why the test is expected to fail. If a
1473
- * `RegExp`, `Function`, `Object`, or `Error` is provided directly (without wrapping in `{ match: … }`), the test passes
1474
- * only if the thrown error matches, following the behavior of
1475
- * `assert.throws`. To provide both a reason and validation, pass an object
1476
- * with `label` (string) and `match` (RegExp, Function, Object, or Error).
1477
- * @since v25.5.0
1478
- * @default false
1479
- */
1480
- expectFailure?: boolean | string | AssertPredicate | undefined;
1481
- /**
1482
- * If truthy, and the test context is configured to run `only` tests, then this test will be
1483
- * run. Otherwise, the test is skipped.
1484
- * @default false
1485
- */
1486
- only?: boolean | undefined;
1487
- /**
1488
- * Allows aborting an in-progress test.
1489
- * @since v18.8.0
1490
- */
1491
- signal?: AbortSignal | undefined;
1492
- /**
1493
- * If truthy, the test is skipped. If a string is provided, that string is displayed in the
1494
- * test results as the reason for skipping the test.
1495
- * @default false
1496
- */
1497
- skip?: boolean | string | undefined;
1498
- /**
1499
- * An array of string labels associated with the test.
1500
- * Used together with `--experimental-test-tag-filter` to filter which
1501
- * tests run. Tags inherit from suites to nested tests by union. See
1502
- * [Test tags](https://nodejs.org/docs/latest-v26.x/api/test.html#test-tags).
1503
- * @default []
1504
- * @since v26.2.0
1505
- */
1506
- tags?: readonly string[] | undefined;
1507
- /**
1508
- * A number of milliseconds the test will fail after. If unspecified, subtests inherit this
1509
- * value from their parent.
1510
- * @default Infinity
1511
- * @since v18.7.0
1512
- */
1513
- timeout?: number | undefined;
1514
- /**
1515
- * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in
1516
- * the test results as the reason why the test is `TODO`.
1517
- * @default false
1518
- */
1519
- todo?: boolean | string | undefined;
1520
- /**
1521
- * The number of assertions and subtests expected to be run in the test.
1522
- * If the number of assertions run in the test does not match the number
1523
- * specified in the plan, the test will fail.
1524
- * @default undefined
1525
- * @since v22.2.0
1526
- */
1527
- plan?: number | undefined;
1528
- }
1529
- /**
1530
- * This function creates a hook that runs before executing a suite.
1531
- *
1532
- * ```js
1533
- * describe('tests', async () => {
1534
- * before(() => console.log('about to run some test'));
1535
- * it('is a subtest', () => {
1536
- * // Some relevant assertion here
1537
- * });
1538
- * });
1539
- * ```
1540
- * @since v18.8.0, v16.18.0
1541
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1542
- * @param options Configuration options for the hook.
1543
- */
1544
- function before(fn?: HookFn, options?: HookOptions): void;
1545
- /**
1546
- * This function creates a hook that runs after executing a suite.
1547
- *
1548
- * ```js
1549
- * describe('tests', async () => {
1550
- * after(() => console.log('finished running tests'));
1551
- * it('is a subtest', () => {
1552
- * // Some relevant assertion here
1553
- * });
1554
- * });
1555
- * ```
1556
- * @since v18.8.0, v16.18.0
1557
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1558
- * @param options Configuration options for the hook.
1559
- */
1560
- function after(fn?: HookFn, options?: HookOptions): void;
1561
- /**
1562
- * This function creates a hook that runs before each test in the current suite.
1563
- *
1564
- * ```js
1565
- * describe('tests', async () => {
1566
- * beforeEach(() => console.log('about to run a test'));
1567
- * it('is a subtest', () => {
1568
- * // Some relevant assertion here
1569
- * });
1570
- * });
1571
- * ```
1572
- * @since v18.8.0, v16.18.0
1573
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1574
- * @param options Configuration options for the hook.
1575
- */
1576
- function beforeEach(fn?: HookFn, options?: HookOptions): void;
1577
- /**
1578
- * This function creates a hook that runs after each test in the current suite.
1579
- * The `afterEach()` hook is run even if the test fails.
1580
- *
1581
- * ```js
1582
- * describe('tests', async () => {
1583
- * afterEach(() => console.log('finished running a test'));
1584
- * it('is a subtest', () => {
1585
- * // Some relevant assertion here
1586
- * });
1587
- * });
1588
- * ```
1589
- * @since v18.8.0, v16.18.0
1590
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
1591
- * @param options Configuration options for the hook.
1592
- */
1593
- function afterEach(fn?: HookFn, options?: HookOptions): void;
1594
- /**
1595
- * The hook function. The first argument is the context in which the hook is called.
1596
- * If the hook uses callbacks, the callback function is passed as the second argument.
1597
- */
1598
- type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any;
1599
- /**
1600
- * The hook function. The first argument is a `TestContext` object.
1601
- * If the hook uses callbacks, the callback function is passed as the second argument.
1602
- */
1603
- type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any;
1604
- /**
1605
- * Configuration options for hooks.
1606
- * @since v18.8.0
1607
- */
1608
- interface HookOptions {
1609
- /**
1610
- * Allows aborting an in-progress hook.
1611
- */
1612
- signal?: AbortSignal | undefined;
1613
- /**
1614
- * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this
1615
- * value from their parent.
1616
- * @default Infinity
1617
- */
1618
- timeout?: number | undefined;
1619
- }
1620
- interface MockFunctionOptions {
1621
- /**
1622
- * The number of times that the mock will use the behavior of `implementation`.
1623
- * Once the mock function has been called `times` times,
1624
- * it will automatically restore the behavior of `original`.
1625
- * This value must be an integer greater than zero.
1626
- * @default Infinity
1627
- */
1628
- times?: number | undefined;
1629
- }
1630
- interface MockMethodOptions extends MockFunctionOptions {
1631
- /**
1632
- * If `true`, `object[methodName]` is treated as a getter.
1633
- * This option cannot be used with the `setter` option.
1634
- */
1635
- getter?: boolean | undefined;
1636
- /**
1637
- * If `true`, `object[methodName]` is treated as a setter.
1638
- * This option cannot be used with the `getter` option.
1639
- */
1640
- setter?: boolean | undefined;
1641
- }
1642
- type Mock<F extends Function> = F & {
1643
- mock: MockFunctionContext<F>;
1644
- };
1645
- interface MockModuleOptions {
1646
- /**
1647
- * If false, each call to `require()` or `import()` generates a new mock module.
1648
- * If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache.
1649
- * @default false
1650
- */
1651
- cache?: boolean | undefined;
1652
- /**
1653
- * Optional mocked exports. The `default` property, if
1654
- * provided, is used as the mocked module's default export. All other own
1655
- * enumerable properties are used as named exports.
1656
- * **This option cannot be used with `defaultExport` or `namedExports`.**
1657
- * * If the mock is a CommonJS or builtin module, `exports.default` is used as
1658
- * the value of `module.exports`.
1659
- * * If `exports.default` is not provided for a CommonJS or builtin mock,
1660
- * `module.exports` defaults to an empty object.
1661
- * * If named exports are provided with a non-object default export, the mock
1662
- * throws an exception when used as a CommonJS or builtin module.
1663
- */
1664
- exports?: object | undefined;
1665
- /**
1666
- * An optional value used as the mocked module's default
1667
- * export. If this value is not provided, ESM mocks do not include a default
1668
- * export. If the mock is a CommonJS or builtin module, this setting is used as
1669
- * the value of `module.exports`. If this value is not provided, CJS and builtin
1670
- * mocks use an empty object as the value of `module.exports`.
1671
- * **This option cannot be used with `options.exports`.**
1672
- * This option is deprecated and will be removed in a later version.
1673
- * Prefer `options.exports.default`.
1674
- * @deprecated
1675
- */
1676
- defaultExport?: any;
1677
- /**
1678
- * An optional object whose keys and values are used to
1679
- * create the named exports of the mock module. If the mock is a CommonJS or
1680
- * builtin module, these values are copied onto `module.exports`. Therefore, if a
1681
- * mock is created with both named exports and a non-object default export, the
1682
- * mock will throw an exception when used as a CJS or builtin module.
1683
- * **This option cannot be used with `options.exports`.**
1684
- * This option is deprecated and will be removed in a later version.
1685
- * Prefer `options.exports`.
1686
- * @deprecated
1687
- */
1688
- namedExports?: object | undefined;
1689
- }
1690
- /**
1691
- * The `MockTracker` class is used to manage mocking functionality. The test runner
1692
- * module provides a top level `mock` export which is a `MockTracker` instance.
1693
- * Each test also provides its own `MockTracker` instance via the test context's `mock` property.
1694
- * @since v19.1.0, v18.13.0
1695
- */
1696
- interface MockTracker {
1697
- /**
1698
- * This function is used to create a mock function.
1699
- *
1700
- * The following example creates a mock function that increments a counter by one
1701
- * on each invocation. The `times` option is used to modify the mock behavior such
1702
- * that the first two invocations add two to the counter instead of one.
1703
- *
1704
- * ```js
1705
- * test('mocks a counting function', (t) => {
1706
- * let cnt = 0;
1707
- *
1708
- * function addOne() {
1709
- * cnt++;
1710
- * return cnt;
1711
- * }
1712
- *
1713
- * function addTwo() {
1714
- * cnt += 2;
1715
- * return cnt;
1716
- * }
1717
- *
1718
- * const fn = t.mock.fn(addOne, addTwo, { times: 2 });
1719
- *
1720
- * assert.strictEqual(fn(), 2);
1721
- * assert.strictEqual(fn(), 4);
1722
- * assert.strictEqual(fn(), 5);
1723
- * assert.strictEqual(fn(), 6);
1724
- * });
1725
- * ```
1726
- * @since v19.1.0, v18.13.0
1727
- * @param original An optional function to create a mock on.
1728
- * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and
1729
- * then restore the behavior of `original`.
1730
- * @param options Optional configuration options for the mock function.
1731
- * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1732
- * behavior of the mocked function.
1733
- */
1734
- fn<F extends Function = (...args: any[]) => undefined>(
1735
- original?: F,
1736
- options?: MockFunctionOptions,
1737
- ): Mock<F>;
1738
- fn<F extends Function = (...args: any[]) => undefined, Implementation extends Function = F>(
1739
- original?: F,
1740
- implementation?: Implementation,
1741
- options?: MockFunctionOptions,
1742
- ): Mock<F | Implementation>;
1743
- /**
1744
- * This function is used to create a mock on an existing object method. The
1745
- * following example demonstrates how a mock is created on an existing object
1746
- * method.
1747
- *
1748
- * ```js
1749
- * test('spies on an object method', (t) => {
1750
- * const number = {
1751
- * value: 5,
1752
- * subtract(a) {
1753
- * return this.value - a;
1754
- * },
1755
- * };
1756
- *
1757
- * t.mock.method(number, 'subtract');
1758
- * assert.strictEqual(number.subtract.mock.calls.length, 0);
1759
- * assert.strictEqual(number.subtract(3), 2);
1760
- * assert.strictEqual(number.subtract.mock.calls.length, 1);
1761
- *
1762
- * const call = number.subtract.mock.calls[0];
1763
- *
1764
- * assert.deepStrictEqual(call.arguments, [3]);
1765
- * assert.strictEqual(call.result, 2);
1766
- * assert.strictEqual(call.error, undefined);
1767
- * assert.strictEqual(call.target, undefined);
1768
- * assert.strictEqual(call.this, number);
1769
- * });
1770
- * ```
1771
- * @since v19.1.0, v18.13.0
1772
- * @param object The object whose method is being mocked.
1773
- * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown.
1774
- * @param implementation An optional function used as the mock implementation for `object[methodName]`.
1775
- * @param options Optional configuration options for the mock method.
1776
- * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
1777
- * behavior of the mocked method.
1778
- */
1779
- method<
1780
- MockedObject extends object,
1781
- MethodName extends FunctionPropertyNames<MockedObject>,
1782
- >(
1783
- object: MockedObject,
1784
- methodName: MethodName,
1785
- options?: MockFunctionOptions,
1786
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
1787
- : never;
1788
- method<
1789
- MockedObject extends object,
1790
- MethodName extends FunctionPropertyNames<MockedObject>,
1791
- Implementation extends Function,
1792
- >(
1793
- object: MockedObject,
1794
- methodName: MethodName,
1795
- implementation: Implementation,
1796
- options?: MockFunctionOptions,
1797
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
1798
- : never;
1799
- method<MockedObject extends object>(
1800
- object: MockedObject,
1801
- methodName: keyof MockedObject,
1802
- options: MockMethodOptions,
1803
- ): Mock<Function>;
1804
- method<MockedObject extends object>(
1805
- object: MockedObject,
1806
- methodName: keyof MockedObject,
1807
- implementation: Function,
1808
- options: MockMethodOptions,
1809
- ): Mock<Function>;
1810
- /**
1811
- * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`.
1812
- * @since v19.3.0, v18.13.0
1813
- */
1814
- getter<
1815
- MockedObject extends object,
1816
- MethodName extends keyof MockedObject,
1817
- >(
1818
- object: MockedObject,
1819
- methodName: MethodName,
1820
- options?: MockFunctionOptions,
1821
- ): Mock<() => MockedObject[MethodName]>;
1822
- getter<
1823
- MockedObject extends object,
1824
- MethodName extends keyof MockedObject,
1825
- Implementation extends Function,
1826
- >(
1827
- object: MockedObject,
1828
- methodName: MethodName,
1829
- implementation?: Implementation,
1830
- options?: MockFunctionOptions,
1831
- ): Mock<(() => MockedObject[MethodName]) | Implementation>;
1832
- /**
1833
- * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`.
1834
- * @since v19.3.0, v18.13.0
1835
- */
1836
- setter<
1837
- MockedObject extends object,
1838
- MethodName extends keyof MockedObject,
1839
- >(
1840
- object: MockedObject,
1841
- methodName: MethodName,
1842
- options?: MockFunctionOptions,
1843
- ): Mock<(value: MockedObject[MethodName]) => void>;
1844
- setter<
1845
- MockedObject extends object,
1846
- MethodName extends keyof MockedObject,
1847
- Implementation extends Function,
1848
- >(
1849
- object: MockedObject,
1850
- methodName: MethodName,
1851
- implementation?: Implementation,
1852
- options?: MockFunctionOptions,
1853
- ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>;
1854
- /**
1855
- * This function is used to mock the exports of ECMAScript modules, CommonJS modules, JSON modules, and
1856
- * Node.js builtin modules. Any references to the original module prior to mocking are not impacted. In
1857
- * order to enable module mocking, Node.js must be started with the
1858
- * [`--experimental-test-module-mocks`](https://nodejs.org/docs/latest-v26.x/api/cli.html#--experimental-test-module-mocks)
1859
- * command-line flag.
1860
- *
1861
- * **Note**: [module customization hooks](https://nodejs.org/docs/latest-v26.x/api/module.html#customization-hooks) registered via the **synchronous** API effect resolution of
1862
- * the `specifier` provided to `mock.module`. Customization hooks registered via the **asynchronous**
1863
- * API are currently ignored (because the test runner's loader is synchronous, and node does not
1864
- * support multi-chain / cross-chain loading).
1865
- *
1866
- * The following example demonstrates how a mock is created for a module.
1867
- *
1868
- * ```js
1869
- * test('mocks a builtin module in both module systems', async (t) => {
1870
- * // Create a mock of 'node:readline' with a named export named 'foo', which
1871
- * // does not exist in the original 'node:readline' module.
1872
- * const mock = t.mock.module('node:readline', {
1873
- * exports: { foo: () => 42 },
1874
- * });
1875
- *
1876
- * let esmImpl = await import('node:readline');
1877
- * let cjsImpl = require('node:readline');
1878
- *
1879
- * // cursorTo() is an export of the original 'node:readline' module.
1880
- * assert.strictEqual(esmImpl.cursorTo, undefined);
1881
- * assert.strictEqual(cjsImpl.cursorTo, undefined);
1882
- * assert.strictEqual(esmImpl.fn(), 42);
1883
- * assert.strictEqual(cjsImpl.fn(), 42);
1884
- *
1885
- * mock.restore();
1886
- *
1887
- * // The mock is restored, so the original builtin module is returned.
1888
- * esmImpl = await import('node:readline');
1889
- * cjsImpl = require('node:readline');
1890
- *
1891
- * assert.strictEqual(typeof esmImpl.cursorTo, 'function');
1892
- * assert.strictEqual(typeof cjsImpl.cursorTo, 'function');
1893
- * assert.strictEqual(esmImpl.fn, undefined);
1894
- * assert.strictEqual(cjsImpl.fn, undefined);
1895
- * });
1896
- * ```
1897
- * @since v22.3.0
1898
- * @experimental
1899
- * @param specifier A string identifying the module to mock.
1900
- * @param options Optional configuration options for the mock module.
1901
- */
1902
- module(specifier: string | URL, options?: MockModuleOptions): MockModuleContext;
1903
- /**
1904
- * Creates a mock for a property value on an object. This allows you to track and control access to a specific property,
1905
- * including how many times it is read (getter) or written (setter), and to restore the original value after mocking.
1906
- *
1907
- * ```js
1908
- * test('mocks a property value', (t) => {
1909
- * const obj = { foo: 42 };
1910
- * const prop = t.mock.property(obj, 'foo', 100);
1911
- *
1912
- * assert.strictEqual(obj.foo, 100);
1913
- * assert.strictEqual(prop.mock.accessCount(), 1);
1914
- * assert.strictEqual(prop.mock.accesses[0].type, 'get');
1915
- * assert.strictEqual(prop.mock.accesses[0].value, 100);
1916
- *
1917
- * obj.foo = 200;
1918
- * assert.strictEqual(prop.mock.accessCount(), 2);
1919
- * assert.strictEqual(prop.mock.accesses[1].type, 'set');
1920
- * assert.strictEqual(prop.mock.accesses[1].value, 200);
1921
- *
1922
- * prop.mock.restore();
1923
- * assert.strictEqual(obj.foo, 42);
1924
- * });
1925
- * ```
1926
- * @since v24.3.0
1927
- * @param object The object whose value is being mocked.
1928
- * @param propertyName The identifier of the property on `object` to mock.
1929
- * @param value An optional value used as the mock value
1930
- * for `object[propertyName]`. **Default:** The original property value.
1931
- * @returns A proxy to the mocked object. The mocked object contains a
1932
- * special `mock` property, which is an instance of [`MockPropertyContext`][], and
1933
- * can be used for inspecting and changing the behavior of the mocked property.
1934
- */
1935
- property<
1936
- MockedObject extends object,
1937
- PropertyName extends keyof MockedObject,
1938
- >(
1939
- object: MockedObject,
1940
- property: PropertyName,
1941
- value?: MockedObject[PropertyName],
1942
- ): MockedObject & { mock: MockPropertyContext<MockedObject[PropertyName]> };
1943
- /**
1944
- * This function restores the default behavior of all mocks that were previously
1945
- * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be
1946
- * used to reset their behavior or
1947
- * otherwise interact with them.
1948
- *
1949
- * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this
1950
- * function manually is recommended.
1951
- * @since v19.1.0, v18.13.0
1952
- */
1953
- reset(): void;
1954
- /**
1955
- * This function restores the default behavior of all mocks that were previously
1956
- * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does
1957
- * not disassociate the mocks from the `MockTracker` instance.
1958
- * @since v19.1.0, v18.13.0
1959
- */
1960
- restoreAll(): void;
1961
- readonly timers: MockTimers;
1962
- }
1963
- const mock: MockTracker;
1964
- interface MockFunctionCall<
1965
- F extends Function,
1966
- ReturnType = F extends (...args: any) => infer T ? T
1967
- : F extends abstract new(...args: any) => infer T ? T
1968
- : unknown,
1969
- Args = F extends (...args: infer Y) => any ? Y
1970
- : F extends abstract new(...args: infer Y) => any ? Y
1971
- : unknown[],
1972
- > {
1973
- /**
1974
- * An array of the arguments passed to the mock function.
1975
- */
1976
- arguments: Args;
1977
- /**
1978
- * If the mocked function threw then this property contains the thrown value.
1979
- */
1980
- error: unknown | undefined;
1981
- /**
1982
- * The value returned by the mocked function.
1983
- *
1984
- * If the mocked function threw, it will be `undefined`.
1985
- */
1986
- result: ReturnType | undefined;
1987
- /**
1988
- * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation.
1989
- */
1990
- stack: Error;
1991
- /**
1992
- * If the mocked function is a constructor, this field contains the class being constructed.
1993
- * Otherwise this will be `undefined`.
1994
- */
1995
- target: F extends abstract new(...args: any) => any ? F : undefined;
1996
- /**
1997
- * The mocked function's `this` value.
1998
- */
1999
- this: unknown;
2000
- }
2001
- /**
2002
- * The `MockFunctionContext` class is used to inspect or manipulate the behavior of
2003
- * mocks created via the `MockTracker` APIs.
2004
- * @since v19.1.0, v18.13.0
2005
- */
2006
- interface MockFunctionContext<F extends Function> {
2007
- /**
2008
- * A getter that returns a copy of the internal array used to track calls to the
2009
- * mock. Each entry in the array is an object with the following properties.
2010
- * @since v19.1.0, v18.13.0
2011
- */
2012
- readonly calls: MockFunctionCall<F>[];
2013
- /**
2014
- * This function returns the number of times that this mock has been invoked. This
2015
- * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array.
2016
- * @since v19.1.0, v18.13.0
2017
- * @return The number of times that this mock has been invoked.
2018
- */
2019
- callCount(): number;
2020
- /**
2021
- * This function is used to change the behavior of an existing mock.
2022
- *
2023
- * The following example creates a mock function using `t.mock.fn()`, calls the
2024
- * mock function, and then changes the mock implementation to a different function.
2025
- *
2026
- * ```js
2027
- * test('changes a mock behavior', (t) => {
2028
- * let cnt = 0;
2029
- *
2030
- * function addOne() {
2031
- * cnt++;
2032
- * return cnt;
2033
- * }
2034
- *
2035
- * function addTwo() {
2036
- * cnt += 2;
2037
- * return cnt;
2038
- * }
2039
- *
2040
- * const fn = t.mock.fn(addOne);
2041
- *
2042
- * assert.strictEqual(fn(), 1);
2043
- * fn.mock.mockImplementation(addTwo);
2044
- * assert.strictEqual(fn(), 3);
2045
- * assert.strictEqual(fn(), 5);
2046
- * });
2047
- * ```
2048
- * @since v19.1.0, v18.13.0
2049
- * @param implementation The function to be used as the mock's new implementation.
2050
- */
2051
- mockImplementation(implementation: F): void;
2052
- /**
2053
- * This function is used to change the behavior of an existing mock for a single
2054
- * invocation. Once invocation `onCall` has occurred, the mock will revert to
2055
- * whatever behavior it would have used had `mockImplementationOnce()` not been
2056
- * called.
2057
- *
2058
- * The following example creates a mock function using `t.mock.fn()`, calls the
2059
- * mock function, changes the mock implementation to a different function for the
2060
- * next invocation, and then resumes its previous behavior.
2061
- *
2062
- * ```js
2063
- * test('changes a mock behavior once', (t) => {
2064
- * let cnt = 0;
2065
- *
2066
- * function addOne() {
2067
- * cnt++;
2068
- * return cnt;
2069
- * }
2070
- *
2071
- * function addTwo() {
2072
- * cnt += 2;
2073
- * return cnt;
2074
- * }
2075
- *
2076
- * const fn = t.mock.fn(addOne);
2077
- *
2078
- * assert.strictEqual(fn(), 1);
2079
- * fn.mock.mockImplementationOnce(addTwo);
2080
- * assert.strictEqual(fn(), 3);
2081
- * assert.strictEqual(fn(), 4);
2082
- * });
2083
- * ```
2084
- * @since v19.1.0, v18.13.0
2085
- * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`.
2086
- * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown.
2087
- */
2088
- mockImplementationOnce(implementation: F, onCall?: number): void;
2089
- /**
2090
- * Resets the call history of the mock function.
2091
- * @since v19.3.0, v18.13.0
2092
- */
2093
- resetCalls(): void;
2094
- /**
2095
- * Resets the implementation of the mock function to its original behavior. The
2096
- * mock can still be used after calling this function.
2097
- * @since v19.1.0, v18.13.0
2098
- */
2099
- restore(): void;
2100
- }
2101
- /**
2102
- * @since v22.3.0
2103
- * @experimental
2104
- */
2105
- interface MockModuleContext {
2106
- /**
2107
- * Resets the implementation of the mock module.
2108
- * @since v22.3.0
2109
- */
2110
- restore(): void;
2111
- }
2112
- /**
2113
- * @since v24.3.0
2114
- */
2115
- class MockPropertyContext<PropertyType = any> {
2116
- /**
2117
- * A getter that returns a copy of the internal array used to track accesses (get/set) to
2118
- * the mocked property. Each entry in the array is an object with the following properties:
2119
- */
2120
- readonly accesses: Array<{
2121
- type: "get" | "set";
2122
- value: PropertyType;
2123
- stack: Error;
2124
- }>;
2125
- /**
2126
- * This function returns the number of times that the property was accessed.
2127
- * This function is more efficient than checking `ctx.accesses.length` because
2128
- * `ctx.accesses` is a getter that creates a copy of the internal access tracking array.
2129
- * @returns The number of times that the property was accessed (read or written).
2130
- */
2131
- accessCount(): number;
2132
- /**
2133
- * This function is used to change the value returned by the mocked property getter.
2134
- * @param value The new value to be set as the mocked property value.
2135
- */
2136
- mockImplementation(value: PropertyType): void;
2137
- /**
2138
- * This function is used to change the behavior of an existing mock for a single
2139
- * invocation. Once invocation `onAccess` has occurred, the mock will revert to
2140
- * whatever behavior it would have used had `mockImplementationOnce()` not been
2141
- * called.
2142
- *
2143
- * The following example creates a mock function using `t.mock.property()`, calls the
2144
- * mock property, changes the mock implementation to a different value for the
2145
- * next invocation, and then resumes its previous behavior.
2146
- *
2147
- * ```js
2148
- * test('changes a mock behavior once', (t) => {
2149
- * const obj = { foo: 1 };
2150
- *
2151
- * const prop = t.mock.property(obj, 'foo', 5);
2152
- *
2153
- * assert.strictEqual(obj.foo, 5);
2154
- * prop.mock.mockImplementationOnce(25);
2155
- * assert.strictEqual(obj.foo, 25);
2156
- * assert.strictEqual(obj.foo, 5);
2157
- * });
2158
- * ```
2159
- * @param value The value to be used as the mock's
2160
- * implementation for the invocation number specified by `onAccess`.
2161
- * @param onAccess The invocation number that will use `value`. If
2162
- * the specified invocation has already occurred then an exception is thrown.
2163
- * **Default:** The number of the next invocation.
2164
- */
2165
- mockImplementationOnce(value: PropertyType, onAccess?: number): void;
2166
- /**
2167
- * Resets the access history of the mocked property.
2168
- */
2169
- resetAccesses(): void;
2170
- /**
2171
- * Resets the implementation of the mock property to its original behavior. The
2172
- * mock can still be used after calling this function.
2173
- */
2174
- restore(): void;
2175
- }
2176
- interface MockTimersOptions {
2177
- apis: ReadonlyArray<"setInterval" | "setTimeout" | "setImmediate" | "Date">;
2178
- now?: number | Date | undefined;
2179
- }
2180
- /**
2181
- * Mocking timers is a technique commonly used in software testing to simulate and
2182
- * control the behavior of timers, such as `setInterval` and `setTimeout`,
2183
- * without actually waiting for the specified time intervals.
2184
- *
2185
- * The MockTimers API also allows for mocking of the `Date` constructor and
2186
- * `setImmediate`/`clearImmediate` functions.
2187
- *
2188
- * The `MockTracker` provides a top-level `timers` export
2189
- * which is a `MockTimers` instance.
2190
- * @since v20.4.0
2191
- */
2192
- interface MockTimers {
2193
- /**
2194
- * Enables timer mocking for the specified timers.
2195
- *
2196
- * **Note:** When you enable mocking for a specific timer, its associated
2197
- * clear function will also be implicitly mocked.
2198
- *
2199
- * **Note:** Mocking `Date` will affect the behavior of the mocked timers
2200
- * as they use the same internal clock.
2201
- *
2202
- * Example usage without setting initial time:
2203
- *
2204
- * ```js
2205
- * import { mock } from 'node:test';
2206
- * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 });
2207
- * ```
2208
- *
2209
- * The above example enables mocking for the `Date` constructor, `setInterval` timer and
2210
- * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`,
2211
- * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked.
2212
- *
2213
- * Example usage with initial time set
2214
- *
2215
- * ```js
2216
- * import { mock } from 'node:test';
2217
- * mock.timers.enable({ apis: ['Date'], now: 1000 });
2218
- * ```
2219
- *
2220
- * Example usage with initial Date object as time set
2221
- *
2222
- * ```js
2223
- * import { mock } from 'node:test';
2224
- * mock.timers.enable({ apis: ['Date'], now: new Date() });
2225
- * ```
2226
- *
2227
- * Alternatively, if you call `mock.timers.enable()` without any parameters:
2228
- *
2229
- * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`)
2230
- * will be mocked.
2231
- *
2232
- * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`,
2233
- * and `globalThis` will be mocked.
2234
- * The `Date` constructor from `globalThis` will be mocked.
2235
- *
2236
- * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can
2237
- * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date
2238
- * object. It can either be a positive integer, or another Date object.
2239
- * @since v20.4.0
2240
- */
2241
- enable(options?: MockTimersOptions): void;
2242
- /**
2243
- * Sets the current Unix timestamp that will be used as reference for any mocked
2244
- * `Date` objects.
2245
- *
2246
- * ```js
2247
- * import assert from 'node:assert';
2248
- * import { test } from 'node:test';
2249
- *
2250
- * test('runAll functions following the given order', (context) => {
2251
- * const now = Date.now();
2252
- * const setTime = 1000;
2253
- * // Date.now is not mocked
2254
- * assert.deepStrictEqual(Date.now(), now);
2255
- *
2256
- * context.mock.timers.enable({ apis: ['Date'] });
2257
- * context.mock.timers.setTime(setTime);
2258
- * // Date.now is now 1000
2259
- * assert.strictEqual(Date.now(), setTime);
2260
- * });
2261
- * ```
2262
- * @since v21.2.0, v20.11.0
2263
- */
2264
- setTime(milliseconds: number): void;
2265
- /**
2266
- * This function restores the default behavior of all mocks that were previously
2267
- * created by this `MockTimers` instance and disassociates the mocks
2268
- * from the `MockTracker` instance.
2269
- *
2270
- * **Note:** After each test completes, this function is called on
2271
- * the test context's `MockTracker`.
2272
- *
2273
- * ```js
2274
- * import { mock } from 'node:test';
2275
- * mock.timers.reset();
2276
- * ```
2277
- * @since v20.4.0
2278
- */
2279
- reset(): void;
2280
- /**
2281
- * Advances time for all mocked timers.
2282
- *
2283
- * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts
2284
- * only positive numbers. In Node.js, `setTimeout` with negative numbers is
2285
- * only supported for web compatibility reasons.
2286
- *
2287
- * The following example mocks a `setTimeout` function and
2288
- * by using `.tick` advances in
2289
- * time triggering all pending timers.
2290
- *
2291
- * ```js
2292
- * import assert from 'node:assert';
2293
- * import { test } from 'node:test';
2294
- *
2295
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
2296
- * const fn = context.mock.fn();
2297
- *
2298
- * context.mock.timers.enable({ apis: ['setTimeout'] });
2299
- *
2300
- * setTimeout(fn, 9999);
2301
- *
2302
- * assert.strictEqual(fn.mock.callCount(), 0);
2303
- *
2304
- * // Advance in time
2305
- * context.mock.timers.tick(9999);
2306
- *
2307
- * assert.strictEqual(fn.mock.callCount(), 1);
2308
- * });
2309
- * ```
2310
- *
2311
- * Alternativelly, the `.tick` function can be called many times
2312
- *
2313
- * ```js
2314
- * import assert from 'node:assert';
2315
- * import { test } from 'node:test';
2316
- *
2317
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
2318
- * const fn = context.mock.fn();
2319
- * context.mock.timers.enable({ apis: ['setTimeout'] });
2320
- * const nineSecs = 9000;
2321
- * setTimeout(fn, nineSecs);
2322
- *
2323
- * const twoSeconds = 3000;
2324
- * context.mock.timers.tick(twoSeconds);
2325
- * context.mock.timers.tick(twoSeconds);
2326
- * context.mock.timers.tick(twoSeconds);
2327
- *
2328
- * assert.strictEqual(fn.mock.callCount(), 1);
2329
- * });
2330
- * ```
2331
- *
2332
- * Advancing time using `.tick` will also advance the time for any `Date` object
2333
- * created after the mock was enabled (if `Date` was also set to be mocked).
2334
- *
2335
- * ```js
2336
- * import assert from 'node:assert';
2337
- * import { test } from 'node:test';
2338
- *
2339
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
2340
- * const fn = context.mock.fn();
2341
- *
2342
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
2343
- * setTimeout(fn, 9999);
2344
- *
2345
- * assert.strictEqual(fn.mock.callCount(), 0);
2346
- * assert.strictEqual(Date.now(), 0);
2347
- *
2348
- * // Advance in time
2349
- * context.mock.timers.tick(9999);
2350
- * assert.strictEqual(fn.mock.callCount(), 1);
2351
- * assert.strictEqual(Date.now(), 9999);
2352
- * });
2353
- * ```
2354
- * @since v20.4.0
2355
- */
2356
- tick(milliseconds: number): void;
2357
- /**
2358
- * Triggers all pending mocked timers immediately. If the `Date` object is also
2359
- * mocked, it will also advance the `Date` object to the furthest timer's time.
2360
- *
2361
- * The example below triggers all pending timers immediately,
2362
- * causing them to execute without any delay.
2363
- *
2364
- * ```js
2365
- * import assert from 'node:assert';
2366
- * import { test } from 'node:test';
2367
- *
2368
- * test('runAll functions following the given order', (context) => {
2369
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
2370
- * const results = [];
2371
- * setTimeout(() => results.push(1), 9999);
2372
- *
2373
- * // Notice that if both timers have the same timeout,
2374
- * // the order of execution is guaranteed
2375
- * setTimeout(() => results.push(3), 8888);
2376
- * setTimeout(() => results.push(2), 8888);
2377
- *
2378
- * assert.deepStrictEqual(results, []);
2379
- *
2380
- * context.mock.timers.runAll();
2381
- * assert.deepStrictEqual(results, [3, 2, 1]);
2382
- * // The Date object is also advanced to the furthest timer's time
2383
- * assert.strictEqual(Date.now(), 9999);
2384
- * });
2385
- * ```
2386
- *
2387
- * **Note:** The `runAll()` function is specifically designed for
2388
- * triggering timers in the context of timer mocking.
2389
- * It does not have any effect on real-time system
2390
- * clocks or actual timers outside of the mocking environment.
2391
- * @since v20.4.0
2392
- */
2393
- runAll(): void;
2394
- /**
2395
- * Calls {@link MockTimers.reset()}.
2396
- */
2397
- [Symbol.dispose](): void;
2398
- }
2399
- /**
2400
- * An object whose methods are used to configure available assertions on the
2401
- * `TestContext` objects in the current process. The methods from `node:assert`
2402
- * and snapshot testing functions are available by default.
2403
- *
2404
- * It is possible to apply the same configuration to all files by placing common
2405
- * configuration code in a module
2406
- * preloaded with `--require` or `--import`.
2407
- * @since v22.14.0
2408
- */
2409
- namespace assert {
2410
- /**
2411
- * Defines a new assertion function with the provided name and function. If an
2412
- * assertion already exists with the same name, it is overwritten.
2413
- * @since v22.14.0
2414
- */
2415
- function register(name: string, fn: (this: TestContext, ...args: any[]) => void): void;
2416
- }
2417
- /**
2418
- * @since v22.3.0
2419
- */
2420
- namespace snapshot {
2421
- /**
2422
- * This function is used to customize the default serialization mechanism used by the test runner.
2423
- *
2424
- * By default, the test runner performs serialization by calling `JSON.stringify(value, null, 2)` on the provided value.
2425
- * `JSON.stringify()` does have limitations regarding circular structures and supported data types.
2426
- * If a more robust serialization mechanism is required, this function should be used to specify a list of custom serializers.
2427
- *
2428
- * Serializers are called in order, with the output of the previous serializer passed as input to the next.
2429
- * The final result must be a string value.
2430
- * @since v22.3.0
2431
- * @param serializers An array of synchronous functions used as the default serializers for snapshot tests.
2432
- */
2433
- function setDefaultSnapshotSerializers(serializers: ReadonlyArray<(value: any) => any>): void;
2434
- /**
2435
- * This function is used to set a custom resolver for the location of the snapshot file used for snapshot testing.
2436
- * By default, the snapshot filename is the same as the entry point filename with `.snapshot` appended.
2437
- * @since v22.3.0
2438
- * @param fn A function used to compute the location of the snapshot file.
2439
- * The function receives the path of the test file as its only argument. If the
2440
- * test is not associated with a file (for example in the REPL), the input is
2441
- * undefined. `fn()` must return a string specifying the location of the snapshot file.
2442
- */
2443
- function setResolveSnapshotPath(fn: (path: string | undefined) => string): void;
2444
- }
2445
- }
2446
- type FunctionPropertyNames<T> = {
2447
- [K in keyof T]: T[K] extends Function ? K : never;
2448
- }[keyof T];
2449
- export = test;
2450
- }