@openclaw/slack 2026.9.4 → 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 (3010) 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 +31 -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-B9OuFiGA.js +0 -644
  803. package/dist/action-runtime.runtime-Ck8jcJV1.js +0 -2
  804. package/dist/actions-mLOa06lO.js +0 -928
  805. package/dist/approval-handler.runtime-Dg3MWNVV.js +0 -303
  806. package/dist/channel-DFRIGeyd.js +0 -1208
  807. package/dist/channel-type-COtzGBSC.js +0 -105
  808. package/dist/channel.setup-DZZFSOoo.js +0 -606
  809. package/dist/directory-config-Bmw4ykSy.js +0 -55
  810. package/dist/directory-live-lgrHdjAZ.js +0 -116
  811. package/dist/doctor-contract-BNjw9bxb.js +0 -186
  812. package/dist/message-tool-api-uNEfQYGY.js +0 -156
  813. package/dist/monitor-f00RCEB4.js +0 -13
  814. package/dist/outbound-adapter-BpbypQqC.js +0 -274
  815. package/dist/pipeline.runtime-BakleNSy.js +0 -4382
  816. package/dist/plugin-routes-CLp4obpN.js +0 -22
  817. package/dist/policy-BRmkJFsS.js +0 -72
  818. package/dist/probe-DpWLeifT.js +0 -609
  819. package/dist/provider-vY0lRzNo.js +0 -7573
  820. package/dist/relay-source-Bsx8Gbmu.js +0 -264
  821. package/dist/replies-DUe6ydtU.js +0 -517
  822. package/dist/reply-blocks-B4hOhLRu.js +0 -825
  823. package/dist/resolve-channels-DrAfYhDi.js +0 -114
  824. package/dist/resolve-users-BHQ-q15T.js +0 -141
  825. package/dist/rolldown-runtime-8H4AJuhK.js +0 -14
  826. package/dist/scopes-DhzG6IDV.js +0 -73
  827. package/dist/security-audit-B_yKr7MW.js +0 -41
  828. package/dist/send-BQ2bNPlQ.js +0 -1368
  829. package/dist/send.runtime-dE3mWx2v.js +0 -2
  830. package/dist/session-status-B59iRt0l.js +0 -1729
  831. package/dist/setup-surface-BjCh94HU.js +0 -148
  832. package/dist/shared-DmHcvFcF.js +0 -288
  833. package/dist/slash-commands.runtime-BTTMlmwy.js +0 -19
  834. package/dist/slash-dispatch.runtime-Dr9LEs9d.js +0 -33
  835. package/dist/slash-skill-commands.runtime-CD1J2ODY.js +0 -7
  836. package/dist/target-parsing-PbxGDbr9.js +0 -116
  837. package/dist/targets-7FexXJ62.js +0 -13
  838. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/LICENSE +0 -23
  839. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/README.md +0 -66
  840. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts +0 -94
  841. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts.map +0 -1
  842. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js +0 -98
  843. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js.map +0 -1
  844. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
  845. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  846. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
  847. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
  848. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
  849. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  850. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
  851. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
  852. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  853. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  854. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  855. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
  856. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  857. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  858. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  859. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  860. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  861. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
  862. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
  863. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
  864. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
  865. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  866. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  867. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
  868. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
  869. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  870. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  871. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  872. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  873. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  874. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
  875. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  876. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  877. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  878. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  879. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  880. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  881. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
  882. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
  883. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  884. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  885. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
  886. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  887. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
  888. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
  889. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  890. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
  891. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  892. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
  893. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  894. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
  895. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
  896. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  897. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
  898. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
  899. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  900. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  901. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  902. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  903. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  904. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  905. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  906. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  907. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  908. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  909. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  910. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
  911. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  912. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  913. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
  914. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
  915. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  916. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  917. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  918. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  919. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  920. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  921. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  922. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  923. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  924. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  925. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  926. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  927. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  928. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  929. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  930. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  931. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  932. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
  933. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
  934. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  935. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/package.json +0 -42
  936. package/node_modules/@slack/socket-mode/node_modules/@slack/types/LICENSE +0 -23
  937. package/node_modules/@slack/socket-mode/node_modules/@slack/types/README.md +0 -32
  938. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +0 -953
  939. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +0 -1
  940. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js +0 -4
  941. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js.map +0 -1
  942. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts +0 -474
  943. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +0 -1
  944. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js +0 -3
  945. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js.map +0 -1
  946. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +0 -237
  947. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +0 -1
  948. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js +0 -4
  949. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +0 -1
  950. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts +0 -88
  951. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +0 -1
  952. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js +0 -3
  953. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js.map +0 -1
  954. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts +0 -26
  955. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts.map +0 -1
  956. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js +0 -6
  957. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js.map +0 -1
  958. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts +0 -52
  959. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts.map +0 -1
  960. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js +0 -3
  961. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js.map +0 -1
  962. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts +0 -12
  963. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +0 -1
  964. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js +0 -3
  965. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js.map +0 -1
  966. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +0 -6
  967. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +0 -1
  968. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js +0 -3
  969. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +0 -1
  970. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts +0 -36
  971. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts.map +0 -1
  972. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js +0 -3
  973. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js.map +0 -1
  974. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts +0 -232
  975. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts.map +0 -1
  976. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js +0 -3
  977. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js.map +0 -1
  978. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts +0 -29
  979. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts.map +0 -1
  980. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js +0 -3
  981. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js.map +0 -1
  982. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts +0 -8
  983. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts.map +0 -1
  984. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js +0 -3
  985. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js.map +0 -1
  986. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts +0 -85
  987. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts.map +0 -1
  988. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js +0 -3
  989. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js.map +0 -1
  990. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts +0 -24
  991. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts.map +0 -1
  992. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js +0 -3
  993. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js.map +0 -1
  994. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts +0 -6
  995. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts.map +0 -1
  996. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js +0 -3
  997. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js.map +0 -1
  998. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts +0 -11
  999. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts.map +0 -1
  1000. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js +0 -3
  1001. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js.map +0 -1
  1002. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +0 -21
  1003. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +0 -1
  1004. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js +0 -3
  1005. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js.map +0 -1
  1006. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts +0 -60
  1007. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts.map +0 -1
  1008. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js +0 -4
  1009. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js.map +0 -1
  1010. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts +0 -33
  1011. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts.map +0 -1
  1012. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js +0 -3
  1013. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js.map +0 -1
  1014. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts +0 -9
  1015. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +0 -1
  1016. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js +0 -3
  1017. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js.map +0 -1
  1018. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts +0 -55
  1019. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts.map +0 -1
  1020. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js +0 -3
  1021. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js.map +0 -1
  1022. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts +0 -26
  1023. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts.map +0 -1
  1024. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js +0 -3
  1025. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js.map +0 -1
  1026. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts +0 -60
  1027. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts.map +0 -1
  1028. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js +0 -43
  1029. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js.map +0 -1
  1030. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts +0 -20
  1031. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts.map +0 -1
  1032. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js +0 -3
  1033. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js.map +0 -1
  1034. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts +0 -16
  1035. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts.map +0 -1
  1036. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js +0 -3
  1037. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js.map +0 -1
  1038. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts +0 -19
  1039. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts.map +0 -1
  1040. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js +0 -3
  1041. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js.map +0 -1
  1042. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts +0 -38
  1043. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +0 -1
  1044. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js +0 -3
  1045. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js.map +0 -1
  1046. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts +0 -308
  1047. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts.map +0 -1
  1048. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js +0 -3
  1049. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js.map +0 -1
  1050. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts +0 -60
  1051. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts.map +0 -1
  1052. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js +0 -3
  1053. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js.map +0 -1
  1054. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts +0 -23
  1055. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts.map +0 -1
  1056. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js +0 -3
  1057. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js.map +0 -1
  1058. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts +0 -134
  1059. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +0 -1
  1060. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js +0 -3
  1061. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js.map +0 -1
  1062. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts +0 -13
  1063. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts.map +0 -1
  1064. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js +0 -3
  1065. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js.map +0 -1
  1066. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +0 -82
  1067. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +0 -1
  1068. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js +0 -3
  1069. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js.map +0 -1
  1070. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts +0 -66
  1071. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts.map +0 -1
  1072. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js +0 -3
  1073. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js.map +0 -1
  1074. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts +0 -99
  1075. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts.map +0 -1
  1076. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js +0 -3
  1077. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js.map +0 -1
  1078. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts +0 -8
  1079. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts.map +0 -1
  1080. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js +0 -3
  1081. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js.map +0 -1
  1082. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts +0 -313
  1083. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts.map +0 -1
  1084. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js +0 -3
  1085. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js.map +0 -1
  1086. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts +0 -12
  1087. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts.map +0 -1
  1088. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js +0 -28
  1089. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js.map +0 -1
  1090. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts +0 -171
  1091. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts.map +0 -1
  1092. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js +0 -3
  1093. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js.map +0 -1
  1094. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts +0 -281
  1095. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts.map +0 -1
  1096. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js +0 -27
  1097. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js.map +0 -1
  1098. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts +0 -71
  1099. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts.map +0 -1
  1100. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js +0 -3
  1101. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js.map +0 -1
  1102. package/node_modules/@slack/socket-mode/node_modules/@slack/types/package.json +0 -47
  1103. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/LICENSE +0 -23
  1104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/README.md +0 -390
  1105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts +0 -255
  1106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts.map +0 -1
  1107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js +0 -750
  1108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js.map +0 -1
  1109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts +0 -92
  1110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +0 -1
  1111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +0 -193
  1112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js.map +0 -1
  1113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts +0 -58
  1114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts.map +0 -1
  1115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js +0 -89
  1116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js.map +0 -1
  1117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts +0 -89
  1118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts.map +0 -1
  1119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js +0 -355
  1120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js.map +0 -1
  1121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts +0 -7
  1122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts.map +0 -1
  1123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js +0 -14
  1124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js.map +0 -1
  1125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts +0 -11
  1126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts.map +0 -1
  1127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js +0 -46
  1128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js.map +0 -1
  1129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts +0 -14
  1130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts.map +0 -1
  1131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js +0 -87
  1132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js.map +0 -1
  1133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts +0 -7
  1134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts.map +0 -1
  1135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js +0 -29
  1136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js.map +0 -1
  1137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts +0 -1572
  1138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts.map +0 -1
  1139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js +0 -1610
  1140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js.map +0 -1
  1141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts +0 -27
  1142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +0 -1
  1143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js +0 -34
  1144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js.map +0 -1
  1145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts +0 -5
  1146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +0 -1
  1147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js +0 -3
  1148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js.map +0 -1
  1149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +0 -42
  1150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +0 -1
  1151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +0 -3
  1152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +0 -1
  1153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +0 -74
  1154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +0 -1
  1155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js +0 -3
  1156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +0 -1
  1157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +0 -21
  1158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +0 -1
  1159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js +0 -3
  1160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +0 -1
  1161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +0 -24
  1162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +0 -1
  1163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +0 -3
  1164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +0 -1
  1165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +0 -144
  1166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +0 -1
  1167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +0 -3
  1168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +0 -1
  1169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +0 -32
  1170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +0 -1
  1171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +0 -3
  1172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +0 -1
  1173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +0 -18
  1174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +0 -1
  1175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js +0 -3
  1176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +0 -1
  1177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +0 -17
  1178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +0 -1
  1179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +0 -3
  1180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +0 -1
  1181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +0 -29
  1182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +0 -1
  1183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js +0 -3
  1184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +0 -1
  1185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +0 -40
  1186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +0 -1
  1187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js +0 -3
  1188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +0 -1
  1189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +0 -31
  1190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +0 -1
  1191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +0 -3
  1192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +0 -1
  1193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +0 -116
  1194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +0 -1
  1195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js +0 -3
  1196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +0 -1
  1197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +0 -37
  1198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +0 -1
  1199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +0 -3
  1200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +0 -1
  1201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts +0 -6
  1202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +0 -1
  1203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js +0 -3
  1204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js.map +0 -1
  1205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts +0 -29
  1206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +0 -1
  1207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js +0 -3
  1208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js.map +0 -1
  1209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +0 -52
  1210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +0 -1
  1211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js +0 -3
  1212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js.map +0 -1
  1213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts +0 -19
  1214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +0 -1
  1215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js +0 -3
  1216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js.map +0 -1
  1217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +0 -28
  1218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +0 -1
  1219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js +0 -3
  1220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +0 -1
  1221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts +0 -7
  1222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +0 -1
  1223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js +0 -3
  1224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js.map +0 -1
  1225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts +0 -56
  1226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +0 -1
  1227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js +0 -3
  1228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js.map +0 -1
  1229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +0 -78
  1230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +0 -1
  1231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js +0 -3
  1232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js.map +0 -1
  1233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts +0 -291
  1234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +0 -1
  1235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js +0 -3
  1236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js.map +0 -1
  1237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts +0 -127
  1238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +0 -1
  1239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js +0 -4
  1240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js.map +0 -1
  1241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +0 -168
  1242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +0 -1
  1243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js +0 -3
  1244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js.map +0 -1
  1245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +0 -9
  1246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +0 -1
  1247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js +0 -3
  1248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js.map +0 -1
  1249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +0 -17
  1250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +0 -1
  1251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js +0 -3
  1252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js.map +0 -1
  1253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +0 -7
  1254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +0 -1
  1255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js +0 -3
  1256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js.map +0 -1
  1257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts +0 -46
  1258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +0 -1
  1259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js +0 -3
  1260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js.map +0 -1
  1261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts +0 -200
  1262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +0 -1
  1263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js +0 -3
  1264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js.map +0 -1
  1265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts +0 -12
  1266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +0 -1
  1267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js +0 -3
  1268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js.map +0 -1
  1269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts +0 -46
  1270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +0 -1
  1271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js +0 -3
  1272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js.map +0 -1
  1273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +0 -322
  1274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +0 -1
  1275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js +0 -3
  1276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js.map +0 -1
  1277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts +0 -8
  1278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +0 -1
  1279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js +0 -3
  1280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js.map +0 -1
  1281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +0 -12
  1282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +0 -1
  1283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js +0 -3
  1284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js.map +0 -1
  1285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts +0 -6
  1286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +0 -1
  1287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js +0 -3
  1288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js.map +0 -1
  1289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts +0 -10
  1290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +0 -1
  1291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js +0 -3
  1292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js.map +0 -1
  1293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +0 -19
  1294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +0 -1
  1295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js +0 -3
  1296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js.map +0 -1
  1297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +0 -51
  1298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +0 -1
  1299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js +0 -3
  1300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js.map +0 -1
  1301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +0 -15
  1302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +0 -1
  1303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js +0 -3
  1304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js.map +0 -1
  1305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts +0 -29
  1306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +0 -1
  1307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js +0 -3
  1308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js.map +0 -1
  1309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +0 -806
  1310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +0 -1
  1311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js +0 -3
  1312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +0 -1
  1313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts +0 -10
  1314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +0 -1
  1315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js +0 -3
  1316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js.map +0 -1
  1317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts +0 -51
  1318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +0 -1
  1319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js +0 -3
  1320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js.map +0 -1
  1321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +0 -5
  1322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +0 -1
  1323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js +0 -3
  1324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js.map +0 -1
  1325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +0 -50
  1326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +0 -1
  1327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js +0 -3
  1328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +0 -1
  1329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts +0 -84
  1330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +0 -1
  1331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js +0 -3
  1332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js.map +0 -1
  1333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts +0 -48
  1334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +0 -1
  1335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js +0 -3
  1336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js.map +0 -1
  1337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +0 -42
  1338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +0 -1
  1339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js +0 -3
  1340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js.map +0 -1
  1341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +0 -78
  1342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +0 -1
  1343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +0 -3
  1344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +0 -1
  1345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +0 -74
  1346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +0 -1
  1347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +0 -11
  1348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +0 -1
  1349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +0 -9
  1350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +0 -1
  1351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js +0 -11
  1352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +0 -1
  1353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +0 -59
  1354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +0 -1
  1355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js +0 -11
  1356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +0 -1
  1357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +0 -9
  1358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +0 -1
  1359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +0 -11
  1360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +0 -1
  1361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +0 -22
  1362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +0 -1
  1363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +0 -11
  1364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +0 -1
  1365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +0 -8
  1366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +0 -1
  1367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js +0 -11
  1368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +0 -1
  1369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +0 -12
  1370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +0 -1
  1371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +0 -11
  1372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +0 -1
  1373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +0 -68
  1374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +0 -1
  1375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js +0 -11
  1376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +0 -1
  1377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +0 -9
  1378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +0 -1
  1379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js +0 -11
  1380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +0 -1
  1381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +0 -59
  1382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +0 -1
  1383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +0 -11
  1384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +0 -1
  1385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +0 -9
  1386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +0 -1
  1387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js +0 -11
  1388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +0 -1
  1389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +0 -9
  1390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +0 -1
  1391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +0 -11
  1392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +0 -1
  1393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +0 -15
  1394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +0 -1
  1395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +0 -11
  1396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +0 -1
  1397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +0 -9
  1398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +0 -1
  1399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +0 -11
  1400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +0 -1
  1401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +0 -25
  1402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +0 -1
  1403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js +0 -11
  1404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +0 -1
  1405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +0 -8
  1406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +0 -1
  1407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js +0 -11
  1408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +0 -1
  1409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +0 -21
  1410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +0 -1
  1411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js +0 -11
  1412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +0 -1
  1413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +0 -21
  1414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +0 -1
  1415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js +0 -11
  1416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +0 -1
  1417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +0 -8
  1418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +0 -1
  1419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js +0 -11
  1420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +0 -1
  1421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +0 -18
  1422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +0 -1
  1423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +0 -11
  1424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +0 -1
  1425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +0 -18
  1426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +0 -1
  1427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +0 -11
  1428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +0 -1
  1429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +0 -18
  1430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +0 -1
  1431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +0 -11
  1432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +0 -1
  1433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +0 -8
  1434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +0 -1
  1435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +0 -11
  1436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +0 -1
  1437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +0 -12
  1438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +0 -1
  1439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +0 -11
  1440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +0 -1
  1441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +0 -13
  1442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +0 -1
  1443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js +0 -11
  1444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +0 -1
  1445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +0 -8
  1446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +0 -1
  1447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js +0 -11
  1448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +0 -1
  1449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +0 -8
  1450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +0 -1
  1451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +0 -11
  1452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +0 -1
  1453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +0 -8
  1454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +0 -1
  1455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -11
  1456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +0 -1
  1457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +0 -27
  1458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +0 -1
  1459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +0 -11
  1460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +0 -1
  1461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +0 -10
  1462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +0 -1
  1463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +0 -11
  1464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +0 -1
  1465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +0 -9
  1466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +0 -1
  1467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +0 -11
  1468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +0 -1
  1469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +0 -13
  1470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +0 -1
  1471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js +0 -11
  1472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +0 -1
  1473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +0 -13
  1474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +0 -1
  1475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js +0 -11
  1476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +0 -1
  1477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +0 -8
  1478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +0 -1
  1479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +0 -11
  1480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +0 -1
  1481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +0 -8
  1482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +0 -1
  1483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js +0 -11
  1484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +0 -1
  1485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +0 -12
  1486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +0 -1
  1487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +0 -11
  1488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +0 -1
  1489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +0 -13
  1490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +0 -1
  1491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +0 -11
  1492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +0 -1
  1493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +0 -12
  1494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +0 -1
  1495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -11
  1496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +0 -1
  1497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +0 -98
  1498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +0 -1
  1499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js +0 -11
  1500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +0 -1
  1501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +0 -8
  1502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +0 -1
  1503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +0 -11
  1504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +0 -1
  1505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +0 -8
  1506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +0 -1
  1507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +0 -11
  1508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +0 -1
  1509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +0 -9
  1510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +0 -1
  1511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +0 -11
  1512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +0 -1
  1513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +0 -8
  1514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +0 -1
  1515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +0 -11
  1516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +0 -1
  1517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +0 -14
  1518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +0 -1
  1519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +0 -11
  1520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +0 -1
  1521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +0 -15
  1522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +0 -1
  1523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -11
  1524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +0 -1
  1525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +0 -14
  1526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +0 -1
  1527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +0 -11
  1528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +0 -1
  1529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +0 -12
  1530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +0 -1
  1531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +0 -11
  1532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +0 -1
  1533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +0 -12
  1534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +0 -1
  1535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js +0 -11
  1536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +0 -1
  1537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +0 -20
  1538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +0 -1
  1539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js +0 -11
  1540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +0 -1
  1541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +0 -12
  1542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +0 -1
  1543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js +0 -11
  1544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +0 -1
  1545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +0 -12
  1546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +0 -1
  1547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js +0 -11
  1548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +0 -1
  1549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +0 -38
  1550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +0 -1
  1551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js +0 -11
  1552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +0 -1
  1553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +0 -36
  1554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +0 -1
  1555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +0 -11
  1556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +0 -1
  1557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +0 -12
  1558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +0 -1
  1559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +0 -11
  1560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +0 -1
  1561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +0 -8
  1562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +0 -1
  1563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +0 -11
  1564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +0 -1
  1565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +0 -44
  1566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +0 -1
  1567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +0 -11
  1568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +0 -1
  1569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +0 -30
  1570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +0 -1
  1571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +0 -11
  1572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +0 -1
  1573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +0 -8
  1574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +0 -1
  1575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +0 -11
  1576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +0 -1
  1577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +0 -23
  1578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +0 -1
  1579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js +0 -11
  1580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +0 -1
  1581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +0 -13
  1582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +0 -1
  1583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +0 -11
  1584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +0 -1
  1585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +0 -20
  1586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +0 -1
  1587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +0 -11
  1588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +0 -1
  1589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +0 -8
  1590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +0 -1
  1591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +0 -11
  1592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +0 -1
  1593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +0 -13
  1594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +0 -1
  1595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +0 -11
  1596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +0 -1
  1597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +0 -13
  1598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +0 -1
  1599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js +0 -11
  1600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +0 -1
  1601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +0 -24
  1602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +0 -1
  1603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js +0 -11
  1604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +0 -1
  1605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +0 -13
  1606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +0 -1
  1607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +0 -11
  1608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +0 -1
  1609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +0 -34
  1610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +0 -1
  1611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +0 -11
  1612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +0 -1
  1613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +0 -12
  1614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +0 -1
  1615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -11
  1616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +0 -1
  1617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +0 -8
  1618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +0 -1
  1619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +0 -11
  1620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +0 -1
  1621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +0 -8
  1622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +0 -1
  1623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -11
  1624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +0 -1
  1625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +0 -12
  1626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +0 -1
  1627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +0 -11
  1628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +0 -1
  1629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +0 -8
  1630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +0 -1
  1631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +0 -11
  1632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +0 -1
  1633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +0 -8
  1634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +0 -1
  1635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +0 -11
  1636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +0 -1
  1637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +0 -8
  1638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +0 -1
  1639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +0 -11
  1640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +0 -1
  1641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +0 -55
  1642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +0 -1
  1643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +0 -11
  1644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +0 -1
  1645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +0 -8
  1646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +0 -1
  1647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +0 -11
  1648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +0 -1
  1649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +0 -8
  1650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +0 -1
  1651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js +0 -11
  1652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +0 -1
  1653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +0 -12
  1654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +0 -1
  1655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js +0 -11
  1656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +0 -1
  1657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +0 -34
  1658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +0 -1
  1659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js +0 -11
  1660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +0 -1
  1661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +0 -8
  1662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +0 -1
  1663. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js +0 -11
  1664. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +0 -1
  1665. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +0 -8
  1666. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +0 -1
  1667. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +0 -11
  1668. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +0 -1
  1669. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +0 -15
  1670. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +0 -1
  1671. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +0 -11
  1672. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +0 -1
  1673. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +0 -12
  1674. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +0 -1
  1675. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +0 -11
  1676. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +0 -1
  1677. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +0 -27
  1678. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +0 -1
  1679. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js +0 -11
  1680. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +0 -1
  1681. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +0 -8
  1682. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +0 -1
  1683. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +0 -11
  1684. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +0 -1
  1685. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +0 -8
  1686. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +0 -1
  1687. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js +0 -11
  1688. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +0 -1
  1689. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +0 -8
  1690. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +0 -1
  1691. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +0 -11
  1692. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +0 -1
  1693. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +0 -8
  1694. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +0 -1
  1695. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js +0 -11
  1696. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +0 -1
  1697. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +0 -8
  1698. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +0 -1
  1699. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +0 -11
  1700. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +0 -1
  1701. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +0 -8
  1702. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +0 -1
  1703. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +0 -11
  1704. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +0 -1
  1705. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +0 -8
  1706. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +0 -1
  1707. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js +0 -11
  1708. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +0 -1
  1709. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +0 -8
  1710. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +0 -1
  1711. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +0 -11
  1712. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +0 -1
  1713. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +0 -18
  1714. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +0 -1
  1715. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +0 -11
  1716. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +0 -1
  1717. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +0 -14
  1718. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +0 -1
  1719. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -11
  1720. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +0 -1
  1721. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +0 -22
  1722. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +0 -1
  1723. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +0 -11
  1724. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +0 -1
  1725. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +0 -65
  1726. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +0 -1
  1727. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +0 -11
  1728. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +0 -1
  1729. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +0 -12
  1730. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +0 -1
  1731. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +0 -11
  1732. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +0 -1
  1733. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +0 -13
  1734. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +0 -1
  1735. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js +0 -11
  1736. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +0 -1
  1737. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +0 -9
  1738. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +0 -1
  1739. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js +0 -11
  1740. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +0 -1
  1741. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +0 -16
  1742. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +0 -1
  1743. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +0 -11
  1744. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +0 -1
  1745. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +0 -30
  1746. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +0 -1
  1747. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js +0 -11
  1748. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +0 -1
  1749. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +0 -8
  1750. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +0 -1
  1751. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js +0 -11
  1752. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +0 -1
  1753. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +0 -112
  1754. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +0 -1
  1755. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js +0 -11
  1756. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +0 -1
  1757. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +0 -10
  1758. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +0 -1
  1759. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js +0 -11
  1760. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +0 -1
  1761. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +0 -19
  1762. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +0 -1
  1763. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js +0 -11
  1764. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +0 -1
  1765. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +0 -8
  1766. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +0 -1
  1767. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js +0 -11
  1768. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +0 -1
  1769. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +0 -8
  1770. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +0 -1
  1771. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js +0 -11
  1772. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +0 -1
  1773. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +0 -8
  1774. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +0 -1
  1775. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +0 -11
  1776. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +0 -1
  1777. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +0 -8
  1778. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +0 -1
  1779. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +0 -11
  1780. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +0 -1
  1781. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +0 -8
  1782. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +0 -1
  1783. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +0 -11
  1784. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +0 -1
  1785. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +0 -8
  1786. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +0 -1
  1787. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +0 -11
  1788. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +0 -1
  1789. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +0 -12
  1790. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +0 -1
  1791. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js +0 -11
  1792. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +0 -1
  1793. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +0 -9
  1794. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +0 -1
  1795. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +0 -11
  1796. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +0 -1
  1797. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts +0 -9
  1798. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts.map +0 -1
  1799. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +0 -11
  1800. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js.map +0 -1
  1801. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts +0 -9
  1802. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts.map +0 -1
  1803. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +0 -11
  1804. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js.map +0 -1
  1805. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts +0 -9
  1806. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts.map +0 -1
  1807. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +0 -11
  1808. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js.map +0 -1
  1809. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +0 -8
  1810. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +0 -1
  1811. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js +0 -11
  1812. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +0 -1
  1813. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +0 -28
  1814. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +0 -1
  1815. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js +0 -11
  1816. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +0 -1
  1817. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +0 -19
  1818. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +0 -1
  1819. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js +0 -11
  1820. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +0 -1
  1821. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +0 -31
  1822. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +0 -1
  1823. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js +0 -11
  1824. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +0 -1
  1825. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +0 -31
  1826. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +0 -1
  1827. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js +0 -11
  1828. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +0 -1
  1829. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +0 -31
  1830. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +0 -1
  1831. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js +0 -11
  1832. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +0 -1
  1833. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +0 -12
  1834. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +0 -1
  1835. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js +0 -11
  1836. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +0 -1
  1837. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +0 -23
  1838. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +0 -1
  1839. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js +0 -11
  1840. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +0 -1
  1841. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +0 -29
  1842. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +0 -1
  1843. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js +0 -11
  1844. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +0 -1
  1845. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +0 -27
  1846. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +0 -1
  1847. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js +0 -11
  1848. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +0 -1
  1849. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +0 -26
  1850. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +0 -1
  1851. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js +0 -11
  1852. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +0 -1
  1853. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +0 -26
  1854. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +0 -1
  1855. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js +0 -11
  1856. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +0 -1
  1857. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +0 -26
  1858. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +0 -1
  1859. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +0 -11
  1860. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +0 -1
  1861. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +0 -26
  1862. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +0 -1
  1863. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js +0 -11
  1864. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +0 -1
  1865. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +0 -12
  1866. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +0 -1
  1867. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +0 -11
  1868. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +0 -1
  1869. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +0 -12
  1870. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +0 -1
  1871. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +0 -11
  1872. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +0 -1
  1873. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +0 -14
  1874. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +0 -1
  1875. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +0 -11
  1876. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +0 -1
  1877. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +0 -10
  1878. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +0 -1
  1879. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +0 -11
  1880. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +0 -1
  1881. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +0 -13
  1882. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +0 -1
  1883. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +0 -11
  1884. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +0 -1
  1885. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +0 -16
  1886. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +0 -1
  1887. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +0 -11
  1888. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +0 -1
  1889. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +0 -8
  1890. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +0 -1
  1891. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js +0 -11
  1892. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +0 -1
  1893. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +0 -38
  1894. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +0 -1
  1895. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js +0 -11
  1896. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +0 -1
  1897. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +0 -324
  1898. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +0 -1
  1899. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js +0 -11
  1900. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +0 -1
  1901. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +0 -250
  1902. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +0 -1
  1903. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js +0 -11
  1904. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +0 -1
  1905. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +0 -46
  1906. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +0 -1
  1907. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js +0 -11
  1908. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +0 -1
  1909. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +0 -46
  1910. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +0 -1
  1911. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js +0 -11
  1912. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +0 -1
  1913. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +0 -8
  1914. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +0 -1
  1915. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js +0 -11
  1916. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +0 -1
  1917. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +0 -8
  1918. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +0 -1
  1919. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js +0 -11
  1920. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +0 -1
  1921. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +0 -42
  1922. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +0 -1
  1923. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js +0 -11
  1924. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +0 -1
  1925. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +0 -8
  1926. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +0 -1
  1927. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js +0 -11
  1928. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +0 -1
  1929. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +0 -34
  1930. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +0 -1
  1931. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js +0 -11
  1932. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +0 -1
  1933. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +0 -46
  1934. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +0 -1
  1935. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js +0 -11
  1936. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +0 -1
  1937. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +0 -9
  1938. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +0 -1
  1939. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js +0 -11
  1940. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +0 -1
  1941. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +0 -9
  1942. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +0 -1
  1943. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js +0 -11
  1944. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +0 -1
  1945. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +0 -8
  1946. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +0 -1
  1947. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js +0 -11
  1948. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +0 -1
  1949. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +0 -10
  1950. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +0 -1
  1951. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +0 -3
  1952. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +0 -1
  1953. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +0 -10
  1954. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +0 -1
  1955. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js +0 -11
  1956. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +0 -1
  1957. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +0 -8
  1958. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +0 -1
  1959. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +0 -11
  1960. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +0 -1
  1961. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +0 -10
  1962. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +0 -1
  1963. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js +0 -11
  1964. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +0 -1
  1965. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +0 -10
  1966. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +0 -1
  1967. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js +0 -11
  1968. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +0 -1
  1969. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +0 -9
  1970. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +0 -1
  1971. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js +0 -11
  1972. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +0 -1
  1973. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +0 -1284
  1974. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +0 -1
  1975. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +0 -67
  1976. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +0 -1
  1977. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +0 -729
  1978. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +0 -1
  1979. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +0 -48
  1980. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +0 -1
  1981. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +0 -20
  1982. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +0 -1
  1983. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +0 -11
  1984. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +0 -1
  1985. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +0 -10
  1986. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +0 -1
  1987. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +0 -3
  1988. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +0 -1
  1989. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +0 -24
  1990. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +0 -1
  1991. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +0 -3
  1992. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +0 -1
  1993. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +0 -8
  1994. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +0 -1
  1995. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js +0 -11
  1996. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +0 -1
  1997. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +0 -738
  1998. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +0 -1
  1999. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +0 -48
  2000. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +0 -1
  2001. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +0 -12
  2002. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +0 -1
  2003. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +0 -11
  2004. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +0 -1
  2005. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +0 -8
  2006. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +0 -1
  2007. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +0 -11
  2008. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +0 -1
  2009. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +0 -8
  2010. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +0 -1
  2011. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js +0 -11
  2012. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +0 -1
  2013. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +0 -14
  2014. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +0 -1
  2015. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +0 -11
  2016. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +0 -1
  2017. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +0 -10
  2018. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +0 -1
  2019. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js +0 -11
  2020. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +0 -1
  2021. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +0 -48
  2022. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +0 -1
  2023. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js +0 -11
  2024. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +0 -1
  2025. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +0 -8
  2026. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +0 -1
  2027. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +0 -11
  2028. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +0 -1
  2029. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +0 -8
  2030. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +0 -1
  2031. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +0 -11
  2032. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +0 -1
  2033. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +0 -1298
  2034. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +0 -1
  2035. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +0 -67
  2036. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +0 -1
  2037. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +0 -56
  2038. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +0 -1
  2039. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js +0 -11
  2040. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +0 -1
  2041. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +0 -52
  2042. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +0 -1
  2043. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js +0 -11
  2044. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +0 -1
  2045. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +0 -12
  2046. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +0 -1
  2047. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js +0 -11
  2048. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +0 -1
  2049. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +0 -68
  2050. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +0 -1
  2051. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js +0 -11
  2052. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +0 -1
  2053. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +0 -10
  2054. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +0 -1
  2055. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js +0 -11
  2056. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +0 -1
  2057. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +0 -8
  2058. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +0 -1
  2059. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js +0 -11
  2060. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +0 -1
  2061. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +0 -117
  2062. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +0 -1
  2063. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +0 -11
  2064. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +0 -1
  2065. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +0 -78
  2066. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +0 -1
  2067. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js +0 -11
  2068. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +0 -1
  2069. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +0 -8
  2070. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +0 -1
  2071. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js +0 -11
  2072. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +0 -1
  2073. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +0 -13
  2074. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +0 -1
  2075. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js +0 -11
  2076. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +0 -1
  2077. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +0 -692
  2078. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +0 -1
  2079. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +0 -48
  2080. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +0 -1
  2081. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +0 -46
  2082. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +0 -1
  2083. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js +0 -11
  2084. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +0 -1
  2085. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +0 -1266
  2086. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +0 -1
  2087. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +0 -67
  2088. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +0 -1
  2089. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +0 -9
  2090. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +0 -1
  2091. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +0 -11
  2092. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +0 -1
  2093. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +0 -9
  2094. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +0 -1
  2095. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +0 -11
  2096. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +0 -1
  2097. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +0 -80
  2098. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +0 -1
  2099. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +0 -11
  2100. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js.map +0 -1
  2101. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +0 -43
  2102. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +0 -1
  2103. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js +0 -11
  2104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +0 -1
  2105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +0 -43
  2106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +0 -1
  2107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js +0 -11
  2108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +0 -1
  2109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +0 -8
  2110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +0 -1
  2111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js +0 -11
  2112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +0 -1
  2113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +0 -13
  2114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +0 -1
  2115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js +0 -11
  2116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +0 -1
  2117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +0 -8
  2118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +0 -1
  2119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js +0 -11
  2120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +0 -1
  2121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +0 -12
  2122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +0 -1
  2123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js +0 -11
  2124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +0 -1
  2125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +0 -11
  2126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +0 -1
  2127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js +0 -11
  2128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +0 -1
  2129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +0 -12
  2130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +0 -1
  2131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js +0 -11
  2132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +0 -1
  2133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +0 -16
  2134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +0 -1
  2135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js +0 -11
  2136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +0 -1
  2137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +0 -18
  2138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +0 -1
  2139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js +0 -11
  2140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +0 -1
  2141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +0 -9
  2142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +0 -1
  2143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +0 -11
  2144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +0 -1
  2145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +0 -9
  2146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +0 -1
  2147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js +0 -11
  2148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +0 -1
  2149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +0 -8
  2150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +0 -1
  2151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js +0 -11
  2152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +0 -1
  2153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +0 -17
  2154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +0 -1
  2155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js +0 -11
  2156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +0 -1
  2157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +0 -89
  2158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +0 -1
  2159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +0 -11
  2160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +0 -1
  2161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +0 -8
  2162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +0 -1
  2163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js +0 -11
  2164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +0 -1
  2165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +0 -14
  2166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +0 -1
  2167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +0 -11
  2168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +0 -1
  2169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +0 -548
  2170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +0 -1
  2171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +0 -37
  2172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +0 -1
  2173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +0 -542
  2174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +0 -1
  2175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +0 -37
  2176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +0 -1
  2177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +0 -535
  2178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +0 -1
  2179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +0 -37
  2180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +0 -1
  2181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +0 -535
  2182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +0 -1
  2183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +0 -37
  2184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +0 -1
  2185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +0 -539
  2186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +0 -1
  2187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +0 -37
  2188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +0 -1
  2189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +0 -8
  2190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +0 -1
  2191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js +0 -11
  2192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +0 -1
  2193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +0 -535
  2194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +0 -1
  2195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +0 -37
  2196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +0 -1
  2197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +0 -535
  2198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +0 -1
  2199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +0 -37
  2200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +0 -1
  2201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +0 -535
  2202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +0 -1
  2203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +0 -37
  2204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +0 -1
  2205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +0 -535
  2206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +0 -1
  2207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +0 -37
  2208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +0 -1
  2209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +0 -535
  2210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +0 -1
  2211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +0 -37
  2212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +0 -1
  2213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +0 -8
  2214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +0 -1
  2215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +0 -11
  2216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +0 -1
  2217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +0 -8
  2218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +0 -1
  2219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +0 -11
  2220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +0 -1
  2221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +0 -14
  2222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +0 -1
  2223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js +0 -11
  2224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +0 -1
  2225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +0 -8
  2226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +0 -1
  2227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js +0 -11
  2228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +0 -1
  2229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +0 -46
  2230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +0 -1
  2231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js +0 -11
  2232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +0 -1
  2233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +0 -38
  2234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +0 -1
  2235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js +0 -11
  2236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +0 -1
  2237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +0 -24
  2238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +0 -1
  2239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js +0 -11
  2240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +0 -1
  2241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +0 -45
  2242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +0 -1
  2243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js +0 -11
  2244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +0 -1
  2245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +0 -46
  2246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +0 -1
  2247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js +0 -11
  2248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +0 -1
  2249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +0 -14
  2250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +0 -1
  2251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js +0 -11
  2252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +0 -1
  2253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +0 -14
  2254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +0 -1
  2255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js +0 -11
  2256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +0 -1
  2257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +0 -37
  2258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +0 -1
  2259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js +0 -11
  2260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +0 -1
  2261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +0 -14
  2262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +0 -1
  2263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js +0 -11
  2264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +0 -1
  2265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +0 -16
  2266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +0 -1
  2267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js +0 -11
  2268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +0 -1
  2269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +0 -33
  2270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +0 -1
  2271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js +0 -11
  2272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +0 -1
  2273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +0 -47
  2274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +0 -1
  2275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js +0 -11
  2276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +0 -1
  2277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +0 -15
  2278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +0 -1
  2279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js +0 -11
  2280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +0 -1
  2281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +0 -15
  2282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +0 -1
  2283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js +0 -11
  2284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +0 -1
  2285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +0 -14
  2286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +0 -1
  2287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js +0 -11
  2288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +0 -1
  2289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +0 -14
  2290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +0 -1
  2291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js +0 -11
  2292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +0 -1
  2293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +0 -122
  2294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +0 -1
  2295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js +0 -11
  2296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +0 -1
  2297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +0 -26
  2298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +0 -1
  2299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js +0 -11
  2300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +0 -1
  2301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +0 -14
  2302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +0 -1
  2303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js +0 -11
  2304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +0 -1
  2305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +0 -20
  2306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +0 -1
  2307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js +0 -11
  2308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +0 -1
  2309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +0 -47
  2310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +0 -1
  2311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js +0 -11
  2312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +0 -1
  2313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +0 -15
  2314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +0 -1
  2315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js +0 -11
  2316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +0 -1
  2317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +0 -14
  2318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +0 -1
  2319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js +0 -11
  2320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +0 -1
  2321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +0 -49
  2322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +0 -1
  2323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js +0 -11
  2324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +0 -1
  2325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +0 -36
  2326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +0 -1
  2327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js +0 -11
  2328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +0 -1
  2329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +0 -14
  2330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +0 -1
  2331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js +0 -11
  2332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +0 -1
  2333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +0 -64
  2334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +0 -1
  2335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js +0 -11
  2336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +0 -1
  2337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +0 -47
  2338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +0 -1
  2339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js +0 -11
  2340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +0 -1
  2341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +0 -44
  2342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +0 -1
  2343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js +0 -11
  2344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +0 -1
  2345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +0 -9
  2346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +0 -1
  2347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js +0 -11
  2348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +0 -1
  2349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +0 -39
  2350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +0 -1
  2351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js +0 -11
  2352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +0 -1
  2353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +0 -43
  2354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +0 -1
  2355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js +0 -11
  2356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +0 -1
  2357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +0 -14
  2358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +0 -1
  2359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js +0 -11
  2360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +0 -1
  2361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +0 -39
  2362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +0 -1
  2363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +0 -11
  2364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +0 -1
  2365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +0 -8
  2366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +0 -1
  2367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js +0 -11
  2368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +0 -1
  2369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +0 -542
  2370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +0 -1
  2371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +0 -37
  2372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +0 -1
  2373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +0 -8
  2374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +0 -1
  2375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js +0 -11
  2376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +0 -1
  2377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +0 -8
  2378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +0 -1
  2379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js +0 -11
  2380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +0 -1
  2381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +0 -722
  2382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +0 -1
  2383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +0 -48
  2384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +0 -1
  2385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +0 -1282
  2386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +0 -1
  2387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +0 -67
  2388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +0 -1
  2389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +0 -8
  2390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +0 -1
  2391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js +0 -11
  2392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +0 -1
  2393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +0 -22
  2394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +0 -1
  2395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js +0 -11
  2396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +0 -1
  2397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +0 -8
  2398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +0 -1
  2399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js +0 -11
  2400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +0 -1
  2401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +0 -8
  2402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +0 -1
  2403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js +0 -11
  2404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +0 -1
  2405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +0 -18
  2406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +0 -1
  2407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js +0 -11
  2408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +0 -1
  2409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +0 -24
  2410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +0 -1
  2411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js +0 -11
  2412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +0 -1
  2413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +0 -20
  2414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +0 -1
  2415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js +0 -11
  2416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +0 -1
  2417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +0 -2254
  2418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +0 -1
  2419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +0 -77
  2420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +0 -1
  2421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +0 -1437
  2422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +0 -1
  2423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +0 -82
  2424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +0 -1
  2425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +0 -1359
  2426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +0 -1
  2427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +0 -63
  2428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +0 -1
  2429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +0 -1296
  2430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +0 -1
  2431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +0 -67
  2432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +0 -1
  2433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +0 -8
  2434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +0 -1
  2435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +0 -3
  2436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +0 -1
  2437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +0 -8
  2438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +0 -1
  2439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +0 -3
  2440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +0 -1
  2441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +0 -14
  2442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +0 -1
  2443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +0 -3
  2444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +0 -1
  2445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +0 -10
  2446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +0 -1
  2447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +0 -3
  2448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +0 -1
  2449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +0 -9
  2450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +0 -1
  2451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +0 -3
  2452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +0 -1
  2453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +0 -10
  2454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +0 -1
  2455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +0 -3
  2456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +0 -1
  2457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +0 -8
  2458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +0 -1
  2459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +0 -3
  2460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +0 -1
  2461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +0 -8
  2462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +0 -1
  2463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +0 -3
  2464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +0 -1
  2465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +0 -12
  2466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +0 -1
  2467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +0 -3
  2468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +0 -1
  2469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +0 -13
  2470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +0 -1
  2471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +0 -3
  2472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +0 -1
  2473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +0 -8
  2474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +0 -1
  2475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +0 -3
  2476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +0 -1
  2477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +0 -8
  2478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +0 -1
  2479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +0 -3
  2480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +0 -1
  2481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +0 -8
  2482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +0 -1
  2483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js +0 -11
  2484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +0 -1
  2485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +0 -689
  2486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +0 -1
  2487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js +0 -11
  2488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +0 -1
  2489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +0 -8
  2490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +0 -1
  2491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js +0 -11
  2492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +0 -1
  2493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +0 -32
  2494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +0 -1
  2495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js +0 -11
  2496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +0 -1
  2497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +0 -18
  2498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +0 -1
  2499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js +0 -11
  2500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +0 -1
  2501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +0 -9
  2502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +0 -1
  2503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js +0 -11
  2504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +0 -1
  2505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +0 -12
  2506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +0 -1
  2507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +0 -11
  2508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +0 -1
  2509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +0 -109
  2510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +0 -1
  2511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +0 -11
  2512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +0 -1
  2513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +0 -35
  2514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +0 -1
  2515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js +0 -11
  2516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +0 -1
  2517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +0 -34
  2518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +0 -1
  2519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js +0 -11
  2520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +0 -1
  2521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +0 -13
  2522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +0 -1
  2523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js +0 -11
  2524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +0 -1
  2525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +0 -44
  2526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +0 -1
  2527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js +0 -11
  2528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +0 -1
  2529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +0 -18
  2530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +0 -1
  2531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js +0 -11
  2532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +0 -1
  2533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +0 -34
  2534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +0 -1
  2535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js +0 -11
  2536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +0 -1
  2537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +0 -35
  2538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +0 -1
  2539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js +0 -11
  2540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +0 -1
  2541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +0 -34
  2542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +0 -1
  2543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js +0 -11
  2544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +0 -1
  2545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +0 -35
  2546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +0 -1
  2547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js +0 -11
  2548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +0 -1
  2549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +0 -34
  2550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +0 -1
  2551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js +0 -11
  2552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +0 -1
  2553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +0 -9
  2554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +0 -1
  2555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js +0 -11
  2556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +0 -1
  2557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +0 -34
  2558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +0 -1
  2559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +0 -11
  2560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +0 -1
  2561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +0 -84
  2562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +0 -1
  2563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js +0 -11
  2564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +0 -1
  2565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +0 -8
  2566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +0 -1
  2567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js +0 -11
  2568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +0 -1
  2569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +0 -13
  2570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +0 -1
  2571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +0 -11
  2572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +0 -1
  2573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +0 -15
  2574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +0 -1
  2575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js +0 -11
  2576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +0 -1
  2577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +0 -26
  2578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +0 -1
  2579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js +0 -11
  2580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +0 -1
  2581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +0 -89
  2582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +0 -1
  2583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js +0 -11
  2584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +0 -1
  2585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +0 -98
  2586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +0 -1
  2587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js +0 -11
  2588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +0 -1
  2589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +0 -76
  2590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +0 -1
  2591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js +0 -11
  2592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +0 -1
  2593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +0 -54
  2594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +0 -1
  2595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js +0 -11
  2596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +0 -1
  2597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +0 -54
  2598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +0 -1
  2599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js +0 -11
  2600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +0 -1
  2601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +0 -8
  2602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +0 -1
  2603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js +0 -11
  2604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +0 -1
  2605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +0 -20
  2606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +0 -1
  2607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js +0 -11
  2608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +0 -1
  2609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +0 -8
  2610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +0 -1
  2611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js +0 -11
  2612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +0 -1
  2613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +0 -266
  2614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +0 -1
  2615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +0 -31
  2616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +0 -1
  2617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +0 -266
  2618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +0 -1
  2619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +0 -31
  2620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +0 -1
  2621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +0 -266
  2622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +0 -1
  2623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +0 -31
  2624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +0 -1
  2625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +0 -266
  2626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +0 -1
  2627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +0 -31
  2628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +0 -1
  2629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +0 -3
  2630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +0 -1
  2631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +0 -3
  2632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +0 -1
  2633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +0 -11
  2634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +0 -1
  2635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +0 -3
  2636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +0 -1
  2637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +0 -3
  2638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +0 -1
  2639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +0 -3
  2640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +0 -1
  2641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +0 -3
  2642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +0 -1
  2643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +0 -3
  2644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +0 -1
  2645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +0 -8
  2646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +0 -1
  2647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +0 -11
  2648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +0 -1
  2649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +0 -8
  2650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +0 -1
  2651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js +0 -11
  2652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +0 -1
  2653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +0 -8
  2654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +0 -1
  2655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +0 -11
  2656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +0 -1
  2657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts +0 -330
  2658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +0 -1
  2659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js +0 -3
  2660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js.map +0 -1
  2661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +0 -71
  2662. package/node_modules/@slack/socket-mode/node_modules/@types/node/LICENSE +0 -21
  2663. package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +0 -15
  2664. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert/strict.d.ts +0 -68
  2665. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert.d.ts +0 -1077
  2666. package/node_modules/@slack/socket-mode/node_modules/@types/node/async_hooks.d.ts +0 -711
  2667. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2668. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.d.ts +0 -1799
  2669. package/node_modules/@slack/socket-mode/node_modules/@types/node/child_process.d.ts +0 -1361
  2670. package/node_modules/@slack/socket-mode/node_modules/@types/node/cluster.d.ts +0 -432
  2671. package/node_modules/@slack/socket-mode/node_modules/@types/node/console.d.ts +0 -93
  2672. package/node_modules/@slack/socket-mode/node_modules/@types/node/constants.d.ts +0 -14
  2673. package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +0 -3954
  2674. package/node_modules/@slack/socket-mode/node_modules/@types/node/dgram.d.ts +0 -537
  2675. package/node_modules/@slack/socket-mode/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  2676. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns/promises.d.ts +0 -497
  2677. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns.d.ts +0 -876
  2678. package/node_modules/@slack/socket-mode/node_modules/@types/node/domain.d.ts +0 -150
  2679. package/node_modules/@slack/socket-mode/node_modules/@types/node/events.d.ts +0 -1008
  2680. package/node_modules/@slack/socket-mode/node_modules/@types/node/ffi.d.ts +0 -486
  2681. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs/promises.d.ts +0 -1481
  2682. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs.d.ts +0 -4793
  2683. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.d.ts +0 -150
  2684. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2685. package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +0 -2218
  2686. package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +0 -2497
  2687. package/node_modules/@slack/socket-mode/node_modules/@types/node/https.d.ts +0 -400
  2688. package/node_modules/@slack/socket-mode/node_modules/@types/node/index.d.ts +0 -115
  2689. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2690. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.d.ts +0 -264
  2691. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  2692. package/node_modules/@slack/socket-mode/node_modules/@types/node/module.d.ts +0 -726
  2693. package/node_modules/@slack/socket-mode/node_modules/@types/node/net.d.ts +0 -970
  2694. package/node_modules/@slack/socket-mode/node_modules/@types/node/os.d.ts +0 -498
  2695. package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +0 -155
  2696. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/posix.d.ts +0 -8
  2697. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/win32.d.ts +0 -8
  2698. package/node_modules/@slack/socket-mode/node_modules/@types/node/path.d.ts +0 -178
  2699. package/node_modules/@slack/socket-mode/node_modules/@types/node/perf_hooks.d.ts +0 -605
  2700. package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +0 -2268
  2701. package/node_modules/@slack/socket-mode/node_modules/@types/node/punycode.d.ts +0 -89
  2702. package/node_modules/@slack/socket-mode/node_modules/@types/node/querystring.d.ts +0 -139
  2703. package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +0 -2125
  2704. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline/promises.d.ts +0 -158
  2705. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline.d.ts +0 -508
  2706. package/node_modules/@slack/socket-mode/node_modules/@types/node/repl.d.ts +0 -420
  2707. package/node_modules/@slack/socket-mode/node_modules/@types/node/sea.d.ts +0 -47
  2708. package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +0 -1140
  2709. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2710. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/iter.d.ts +0 -452
  2711. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/promises.d.ts +0 -211
  2712. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/web.d.ts +0 -300
  2713. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream.d.ts +0 -1806
  2714. package/node_modules/@slack/socket-mode/node_modules/@types/node/string_decoder.d.ts +0 -27
  2715. package/node_modules/@slack/socket-mode/node_modules/@types/node/test/reporters.d.ts +0 -59
  2716. package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +0 -2486
  2717. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers/promises.d.ts +0 -93
  2718. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers.d.ts +0 -149
  2719. package/node_modules/@slack/socket-mode/node_modules/@types/node/tls.d.ts +0 -1193
  2720. package/node_modules/@slack/socket-mode/node_modules/@types/node/trace_events.d.ts +0 -103
  2721. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2722. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2723. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2724. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2725. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2726. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2727. package/node_modules/@slack/socket-mode/node_modules/@types/node/tty.d.ts +0 -225
  2728. package/node_modules/@slack/socket-mode/node_modules/@types/node/url.d.ts +0 -556
  2729. package/node_modules/@slack/socket-mode/node_modules/@types/node/util/types.d.ts +0 -558
  2730. package/node_modules/@slack/socket-mode/node_modules/@types/node/util.d.ts +0 -1677
  2731. package/node_modules/@slack/socket-mode/node_modules/@types/node/v8.d.ts +0 -1059
  2732. package/node_modules/@slack/socket-mode/node_modules/@types/node/vm.d.ts +0 -1136
  2733. package/node_modules/@slack/socket-mode/node_modules/@types/node/wasi.d.ts +0 -131
  2734. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2735. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2736. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2737. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2738. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  2739. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2740. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2741. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2742. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2743. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2744. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2745. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2746. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2747. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2748. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2749. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2750. package/node_modules/@slack/socket-mode/node_modules/@types/node/worker_threads.d.ts +0 -669
  2751. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib/iter.d.ts +0 -131
  2752. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib.d.ts +0 -589
  2753. package/node_modules/@slack/socket-mode/node_modules/@types/retry/LICENSE +0 -21
  2754. package/node_modules/@slack/socket-mode/node_modules/@types/retry/README.md +0 -16
  2755. package/node_modules/@slack/socket-mode/node_modules/@types/retry/index.d.ts +0 -151
  2756. package/node_modules/@slack/socket-mode/node_modules/@types/retry/package.json +0 -28
  2757. package/node_modules/@slack/socket-mode/node_modules/p-finally/index.js +0 -15
  2758. package/node_modules/@slack/socket-mode/node_modules/p-finally/license +0 -21
  2759. package/node_modules/@slack/socket-mode/node_modules/p-finally/package.json +0 -42
  2760. package/node_modules/@slack/socket-mode/node_modules/p-finally/readme.md +0 -47
  2761. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.d.ts +0 -101
  2762. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.js +0 -279
  2763. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.d.ts +0 -1
  2764. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.js +0 -21
  2765. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.d.ts +0 -64
  2766. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.js +0 -2
  2767. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.d.ts +0 -12
  2768. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.js +0 -32
  2769. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.d.ts +0 -7
  2770. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.js +0 -2
  2771. package/node_modules/@slack/socket-mode/node_modules/p-queue/license +0 -9
  2772. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/LICENSE +0 -21
  2773. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/README.md +0 -94
  2774. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.d.ts +0 -134
  2775. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.js +0 -336
  2776. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/package.json +0 -56
  2777. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
  2778. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
  2779. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
  2780. package/node_modules/@slack/socket-mode/node_modules/p-queue/package.json +0 -92
  2781. package/node_modules/@slack/socket-mode/node_modules/p-queue/readme.md +0 -400
  2782. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.d.ts +0 -106
  2783. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.js +0 -85
  2784. package/node_modules/@slack/socket-mode/node_modules/p-retry/license +0 -9
  2785. package/node_modules/@slack/socket-mode/node_modules/p-retry/package.json +0 -51
  2786. package/node_modules/@slack/socket-mode/node_modules/p-retry/readme.md +0 -148
  2787. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.d.ts +0 -72
  2788. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.js +0 -57
  2789. package/node_modules/@slack/socket-mode/node_modules/p-timeout/license +0 -9
  2790. package/node_modules/@slack/socket-mode/node_modules/p-timeout/package.json +0 -45
  2791. package/node_modules/@slack/socket-mode/node_modules/p-timeout/readme.md +0 -87
  2792. package/node_modules/@slack/socket-mode/node_modules/retry/License +0 -21
  2793. package/node_modules/@slack/socket-mode/node_modules/retry/README.md +0 -227
  2794. package/node_modules/@slack/socket-mode/node_modules/retry/example/dns.js +0 -31
  2795. package/node_modules/@slack/socket-mode/node_modules/retry/example/stop.js +0 -40
  2796. package/node_modules/@slack/socket-mode/node_modules/retry/index.js +0 -1
  2797. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry.js +0 -100
  2798. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry_operation.js +0 -162
  2799. package/node_modules/@slack/socket-mode/node_modules/retry/package.json +0 -36
  2800. package/node_modules/@slack/socket-mode/node_modules/undici-types/LICENSE +0 -21
  2801. package/node_modules/@slack/socket-mode/node_modules/undici-types/README.md +0 -6
  2802. package/node_modules/@slack/socket-mode/node_modules/undici-types/agent.d.ts +0 -30
  2803. package/node_modules/@slack/socket-mode/node_modules/undici-types/api.d.ts +0 -43
  2804. package/node_modules/@slack/socket-mode/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2805. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2806. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache.d.ts +0 -36
  2807. package/node_modules/@slack/socket-mode/node_modules/undici-types/client-stats.d.ts +0 -15
  2808. package/node_modules/@slack/socket-mode/node_modules/undici-types/client.d.ts +0 -129
  2809. package/node_modules/@slack/socket-mode/node_modules/undici-types/connector.d.ts +0 -36
  2810. package/node_modules/@slack/socket-mode/node_modules/undici-types/content-type.d.ts +0 -21
  2811. package/node_modules/@slack/socket-mode/node_modules/undici-types/cookies.d.ts +0 -30
  2812. package/node_modules/@slack/socket-mode/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2813. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher.d.ts +0 -253
  2814. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
  2815. package/node_modules/@slack/socket-mode/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2816. package/node_modules/@slack/socket-mode/node_modules/undici-types/errors.d.ts +0 -177
  2817. package/node_modules/@slack/socket-mode/node_modules/undici-types/eventsource.d.ts +0 -66
  2818. package/node_modules/@slack/socket-mode/node_modules/undici-types/fetch.d.ts +0 -231
  2819. package/node_modules/@slack/socket-mode/node_modules/undici-types/formdata.d.ts +0 -108
  2820. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2821. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-origin.d.ts +0 -7
  2822. package/node_modules/@slack/socket-mode/node_modules/undici-types/h2c-client.d.ts +0 -73
  2823. package/node_modules/@slack/socket-mode/node_modules/undici-types/handlers.d.ts +0 -14
  2824. package/node_modules/@slack/socket-mode/node_modules/undici-types/header.d.ts +0 -165
  2825. package/node_modules/@slack/socket-mode/node_modules/undici-types/index.d.ts +0 -93
  2826. package/node_modules/@slack/socket-mode/node_modules/undici-types/interceptors.d.ts +0 -80
  2827. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-agent.d.ts +0 -68
  2828. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2829. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-client.d.ts +0 -27
  2830. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-errors.d.ts +0 -12
  2831. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2832. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-pool.d.ts +0 -27
  2833. package/node_modules/@slack/socket-mode/node_modules/undici-types/package.json +0 -55
  2834. package/node_modules/@slack/socket-mode/node_modules/undici-types/patch.d.ts +0 -29
  2835. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool-stats.d.ts +0 -19
  2836. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool.d.ts +0 -39
  2837. package/node_modules/@slack/socket-mode/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2838. package/node_modules/@slack/socket-mode/node_modules/undici-types/readable.d.ts +0 -68
  2839. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-agent.d.ts +0 -8
  2840. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-handler.d.ts +0 -125
  2841. package/node_modules/@slack/socket-mode/node_modules/undici-types/round-robin-pool.d.ts +0 -39
  2842. package/node_modules/@slack/socket-mode/node_modules/undici-types/snapshot-agent.d.ts +0 -113
  2843. package/node_modules/@slack/socket-mode/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
  2844. package/node_modules/@slack/socket-mode/node_modules/undici-types/util.d.ts +0 -18
  2845. package/node_modules/@slack/socket-mode/node_modules/undici-types/utility.d.ts +0 -7
  2846. package/node_modules/@slack/socket-mode/node_modules/undici-types/webidl.d.ts +0 -346
  2847. package/node_modules/@slack/socket-mode/node_modules/undici-types/websocket.d.ts +0 -188
  2848. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
  2849. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  2850. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
  2851. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
  2852. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
  2853. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2854. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
  2855. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
  2856. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  2857. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  2858. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  2859. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
  2860. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  2861. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  2862. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  2863. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  2864. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  2865. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
  2866. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
  2867. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
  2868. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
  2869. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  2870. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2871. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
  2872. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
  2873. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  2874. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  2875. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2876. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  2877. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  2878. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
  2879. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  2880. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  2881. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  2882. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  2883. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  2884. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  2885. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
  2886. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
  2887. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  2888. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  2889. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
  2890. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  2891. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
  2892. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
  2893. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  2894. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
  2895. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2896. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
  2897. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  2898. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
  2899. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
  2900. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  2901. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
  2902. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
  2903. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  2904. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  2905. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  2906. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  2907. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2908. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2909. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2910. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2911. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2912. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2913. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  2914. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
  2915. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  2916. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  2917. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
  2918. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
  2919. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  2920. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2921. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2922. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2923. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2924. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  2925. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2926. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2927. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2928. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2929. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2930. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2931. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2932. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2933. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2934. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2935. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2936. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
  2937. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
  2938. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  2939. package/node_modules/ws/LICENSE +0 -20
  2940. package/node_modules/ws/README.md +0 -548
  2941. package/node_modules/ws/browser.js +0 -8
  2942. package/node_modules/ws/index.js +0 -22
  2943. package/node_modules/ws/lib/buffer-util.js +0 -131
  2944. package/node_modules/ws/lib/constants.js +0 -19
  2945. package/node_modules/ws/lib/event-target.js +0 -292
  2946. package/node_modules/ws/lib/extension.js +0 -203
  2947. package/node_modules/ws/lib/limiter.js +0 -55
  2948. package/node_modules/ws/lib/permessage-deflate.js +0 -530
  2949. package/node_modules/ws/lib/receiver.js +0 -743
  2950. package/node_modules/ws/lib/sender.js +0 -607
  2951. package/node_modules/ws/lib/stream.js +0 -161
  2952. package/node_modules/ws/lib/subprotocol.js +0 -62
  2953. package/node_modules/ws/lib/validation.js +0 -152
  2954. package/node_modules/ws/lib/websocket-server.js +0 -562
  2955. package/node_modules/ws/lib/websocket.js +0 -1407
  2956. package/node_modules/ws/package.json +0 -74
  2957. package/node_modules/ws/wrapper.mjs +0 -21
  2958. package/node_modules/zod/src/v4/core/config.ts +0 -15
  2959. /package/dist/{account-configured-sUohAxZr.js → .setup/account-configured-sUohAxZr.mjs} +0 -0
  2960. /package/dist/{config-schema-DrY3S7Ee.js → .setup/config-schema-DrY3S7Ee.mjs} +0 -0
  2961. /package/dist/{registry-bbjH7IHX.js → .setup/registry-bbjH7IHX.mjs} +0 -0
  2962. /package/dist/{runtime-JSVZSWAj.js → .setup/runtime-JSVZSWAj.mjs} +0 -0
  2963. /package/dist/{secret-contract-DxmvbxBF.js → .setup/secret-contract-DxmvbxBF.mjs} +0 -0
  2964. /package/dist/{send-results-eeOu_HYm.js → .setup/send-results-eeOu_HYm.mjs} +0 -0
  2965. /package/dist/{streaming-compat-B-e0mqM0.js → .setup/streaming-compat-B-e0mqM0.mjs} +0 -0
  2966. /package/dist/{thread-ts-CukseRVL.js → .setup/thread-ts-CukseRVL.mjs} +0 -0
  2967. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/LICENSE +0 -0
  2968. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/README.md +0 -0
  2969. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/package.json +0 -0
  2970. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts +0 -0
  2971. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts.map +0 -0
  2972. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js +0 -0
  2973. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js.map +0 -0
  2974. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts +0 -0
  2975. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts.map +0 -0
  2976. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js +0 -0
  2977. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js.map +0 -0
  2978. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts +0 -0
  2979. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts.map +0 -0
  2980. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js +0 -0
  2981. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js.map +0 -0
  2982. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts +0 -0
  2983. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts.map +0 -0
  2984. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js +0 -0
  2985. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js.map +0 -0
  2986. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts +0 -0
  2987. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts.map +0 -0
  2988. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js +0 -0
  2989. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js.map +0 -0
  2990. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts +0 -0
  2991. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts.map +0 -0
  2992. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js +0 -0
  2993. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js.map +0 -0
  2994. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts +0 -0
  2995. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts.map +0 -0
  2996. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js +0 -0
  2997. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js.map +0 -0
  2998. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/package.json +0 -0
  2999. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/LICENSE +0 -0
  3000. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/README.md +0 -0
  3001. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.js +0 -0
  3002. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +0 -0
  3003. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +0 -0
  3004. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.js +0 -0
  3005. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +0 -0
  3006. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +0 -0
  3007. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.d.ts +0 -0
  3008. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.js +0 -0
  3009. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.mjs +0 -0
  3010. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/package.json +0 -0
@@ -1,2216 +0,0 @@
1
- declare module "node:process" {
2
- import { Control, MessageOptions, SendHandle } from "node:child_process";
3
- import { PathLike } from "node:fs";
4
- import * as tty from "node:tty";
5
- import { Worker } from "node:worker_threads";
6
- interface BuiltInModule {
7
- "assert": typeof import("assert");
8
- "node:assert": typeof import("node:assert");
9
- "assert/strict": typeof import("assert/strict");
10
- "node:assert/strict": typeof import("node:assert/strict");
11
- "async_hooks": typeof import("async_hooks");
12
- "node:async_hooks": typeof import("node:async_hooks");
13
- "buffer": typeof import("buffer");
14
- "node:buffer": typeof import("node:buffer");
15
- "child_process": typeof import("child_process");
16
- "node:child_process": typeof import("node:child_process");
17
- "cluster": typeof import("cluster");
18
- "node:cluster": typeof import("node:cluster");
19
- "console": typeof import("console");
20
- "node:console": typeof import("node:console");
21
- "constants": typeof import("constants");
22
- "node:constants": typeof import("node:constants");
23
- "crypto": typeof import("crypto");
24
- "node:crypto": typeof import("node:crypto");
25
- "dgram": typeof import("dgram");
26
- "node:dgram": typeof import("node:dgram");
27
- "diagnostics_channel": typeof import("diagnostics_channel");
28
- "node:diagnostics_channel": typeof import("node:diagnostics_channel");
29
- "dns": typeof import("dns");
30
- "node:dns": typeof import("node:dns");
31
- "dns/promises": typeof import("dns/promises");
32
- "node:dns/promises": typeof import("node:dns/promises");
33
- "domain": typeof import("domain");
34
- "node:domain": typeof import("node:domain");
35
- "events": typeof import("events");
36
- "node:events": typeof import("node:events");
37
- "node:ffi": typeof import("node:ffi");
38
- "fs": typeof import("fs");
39
- "node:fs": typeof import("node:fs");
40
- "fs/promises": typeof import("fs/promises");
41
- "node:fs/promises": typeof import("node:fs/promises");
42
- "http": typeof import("http");
43
- "node:http": typeof import("node:http");
44
- "http2": typeof import("http2");
45
- "node:http2": typeof import("node:http2");
46
- "https": typeof import("https");
47
- "node:https": typeof import("node:https");
48
- "inspector": typeof import("inspector");
49
- "node:inspector": typeof import("node:inspector");
50
- "inspector/promises": typeof import("inspector/promises");
51
- "node:inspector/promises": typeof import("node:inspector/promises");
52
- "module": typeof import("module");
53
- "node:module": typeof import("node:module");
54
- "net": typeof import("net");
55
- "node:net": typeof import("node:net");
56
- "os": typeof import("os");
57
- "node:os": typeof import("node:os");
58
- "path": typeof import("path");
59
- "node:path": typeof import("node:path");
60
- "path/posix": typeof import("path/posix");
61
- "node:path/posix": typeof import("node:path/posix");
62
- "path/win32": typeof import("path/win32");
63
- "node:path/win32": typeof import("node:path/win32");
64
- "perf_hooks": typeof import("perf_hooks");
65
- "node:perf_hooks": typeof import("node:perf_hooks");
66
- "process": typeof import("process");
67
- "node:process": typeof import("node:process");
68
- "punycode": typeof import("punycode");
69
- "node:punycode": typeof import("node:punycode");
70
- "querystring": typeof import("querystring");
71
- "node:querystring": typeof import("node:querystring");
72
- "node:quic": typeof import("node:quic");
73
- "readline": typeof import("readline");
74
- "node:readline": typeof import("node:readline");
75
- "readline/promises": typeof import("readline/promises");
76
- "node:readline/promises": typeof import("node:readline/promises");
77
- "repl": typeof import("repl");
78
- "node:repl": typeof import("node:repl");
79
- "node:sea": typeof import("node:sea");
80
- "node:sqlite": typeof import("node:sqlite");
81
- "stream": typeof import("stream");
82
- "node:stream": typeof import("node:stream");
83
- "stream/consumers": typeof import("stream/consumers");
84
- "node:stream/consumers": typeof import("node:stream/consumers");
85
- "stream/iter": typeof import("stream/iter");
86
- "node:stream/iter": typeof import("node:stream/iter");
87
- "stream/promises": typeof import("stream/promises");
88
- "node:stream/promises": typeof import("node:stream/promises");
89
- "stream/web": typeof import("stream/web");
90
- "node:stream/web": typeof import("node:stream/web");
91
- "string_decoder": typeof import("string_decoder");
92
- "node:string_decoder": typeof import("node:string_decoder");
93
- "node:test": typeof import("node:test");
94
- "node:test/reporters": typeof import("node:test/reporters");
95
- "timers": typeof import("timers");
96
- "node:timers": typeof import("node:timers");
97
- "timers/promises": typeof import("timers/promises");
98
- "node:timers/promises": typeof import("node:timers/promises");
99
- "tls": typeof import("tls");
100
- "node:tls": typeof import("node:tls");
101
- "trace_events": typeof import("trace_events");
102
- "node:trace_events": typeof import("node:trace_events");
103
- "tty": typeof import("tty");
104
- "node:tty": typeof import("node:tty");
105
- "url": typeof import("url");
106
- "node:url": typeof import("node:url");
107
- "util": typeof import("util");
108
- "node:util": typeof import("node:util");
109
- "util/types": typeof import("util/types");
110
- "node:util/types": typeof import("node:util/types");
111
- "v8": typeof import("v8");
112
- "node:v8": typeof import("node:v8");
113
- "vm": typeof import("vm");
114
- "node:vm": typeof import("node:vm");
115
- "wasi": typeof import("wasi");
116
- "node:wasi": typeof import("node:wasi");
117
- "worker_threads": typeof import("worker_threads");
118
- "node:worker_threads": typeof import("node:worker_threads");
119
- "zlib": typeof import("zlib");
120
- "node:zlib": typeof import("node:zlib");
121
- }
122
- type SignalsEventMap = { [S in NodeJS.Signals]: [signal: S] };
123
- interface ProcessEventMap extends SignalsEventMap {
124
- "beforeExit": [code: number];
125
- "disconnect": [];
126
- "exit": [code: number];
127
- "message": [
128
- message: object | boolean | number | string | null,
129
- sendHandle: SendHandle | undefined,
130
- ];
131
- "rejectionHandled": [promise: Promise<unknown>];
132
- "uncaughtException": [error: Error, origin: NodeJS.UncaughtExceptionOrigin];
133
- "uncaughtExceptionMonitor": [error: Error, origin: NodeJS.UncaughtExceptionOrigin];
134
- "unhandledRejection": [reason: unknown, promise: Promise<unknown>];
135
- "warning": [warning: Error];
136
- "worker": [worker: Worker];
137
- "workerMessage": [value: any, source: number];
138
- }
139
- global {
140
- var process: NodeJS.Process;
141
- namespace process {
142
- export { ProcessEventMap };
143
- }
144
- namespace NodeJS {
145
- // this namespace merge is here because these are specifically used
146
- // as the type for process.stdin, process.stdout, and process.stderr.
147
- // they can't live in tty.d.ts because we need to disambiguate the imported name.
148
- interface ReadStream extends tty.ReadStream {}
149
- interface WriteStream extends tty.WriteStream {}
150
- interface MemoryUsageFn {
151
- /**
152
- * The `process.memoryUsage()` method iterate over each page to gather informations about memory
153
- * usage which can be slow depending on the program memory allocations.
154
- */
155
- (): MemoryUsage;
156
- /**
157
- * method returns an integer representing the Resident Set Size (RSS) in bytes.
158
- */
159
- rss(): number;
160
- }
161
- interface MemoryUsage {
162
- /**
163
- * Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the
164
- * process, including all C++ and JavaScript objects and code.
165
- */
166
- rss: number;
167
- /**
168
- * Refers to V8's memory usage.
169
- */
170
- heapTotal: number;
171
- /**
172
- * Refers to V8's memory usage.
173
- */
174
- heapUsed: number;
175
- external: number;
176
- /**
177
- * Refers to memory allocated for `ArrayBuffer`s and `SharedArrayBuffer`s, including all Node.js Buffers. This is also included
178
- * in the external value. When Node.js is used as an embedded library, this value may be `0` because allocations for `ArrayBuffer`s
179
- * may not be tracked in that case.
180
- */
181
- arrayBuffers: number;
182
- }
183
- interface CpuUsage {
184
- user: number;
185
- system: number;
186
- }
187
- interface ProcessRelease {
188
- name: string;
189
- sourceUrl?: string | undefined;
190
- headersUrl?: string | undefined;
191
- libUrl?: string | undefined;
192
- lts?: string | undefined;
193
- }
194
- interface ProcessFeatures {
195
- /**
196
- * A boolean value that is `true` if the current Node.js build is caching builtin modules.
197
- * @since v12.0.0
198
- */
199
- readonly cached_builtins: boolean;
200
- /**
201
- * A boolean value that is `true` if the current Node.js build is a debug build.
202
- * @since v0.5.5
203
- */
204
- readonly debug: boolean;
205
- /**
206
- * A boolean value that is `true` if the current Node.js build includes the inspector.
207
- * @since v11.10.0
208
- */
209
- readonly inspector: boolean;
210
- /**
211
- * A boolean value that is `true` if the current Node.js build includes support for IPv6.
212
- *
213
- * Since all Node.js builds have IPv6 support, this value is always `true`.
214
- * @since v0.5.3
215
- * @deprecated This property is always true, and any checks based on it are redundant.
216
- */
217
- readonly ipv6: boolean;
218
- /**
219
- * A boolean value that is `true` if the current Node.js build supports
220
- * [loading ECMAScript modules using `require()`](https://nodejs.org/docs/latest-v26.x/api/modules.md#loading-ecmascript-modules-using-require).
221
- * @since v22.10.0
222
- */
223
- readonly require_module: boolean;
224
- /**
225
- * A boolean value that is `true` if the current Node.js build includes support for TLS.
226
- * @since v0.5.3
227
- */
228
- readonly tls: boolean;
229
- /**
230
- * A boolean value that is `true` if the current Node.js build includes support for ALPN in TLS.
231
- *
232
- * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional ALPN support.
233
- * This value is therefore identical to that of `process.features.tls`.
234
- * @since v4.8.0
235
- * @deprecated Use `process.features.tls` instead.
236
- */
237
- readonly tls_alpn: boolean;
238
- /**
239
- * A boolean value that is `true` if the current Node.js build includes support for OCSP in TLS.
240
- *
241
- * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support.
242
- * This value is therefore identical to that of `process.features.tls`.
243
- * @since v0.11.13
244
- * @deprecated Use `process.features.tls` instead.
245
- */
246
- readonly tls_ocsp: boolean;
247
- /**
248
- * A boolean value that is `true` if the current Node.js build includes support for SNI in TLS.
249
- *
250
- * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support.
251
- * This value is therefore identical to that of `process.features.tls`.
252
- * @since v0.5.3
253
- * @deprecated Use `process.features.tls` instead.
254
- */
255
- readonly tls_sni: boolean;
256
- /**
257
- * A value that is `"strip"` by default, and `false` if
258
- * Node.js is run with `--no-strip-types`.
259
- * @since v22.10.0
260
- */
261
- readonly typescript: "strip" | false;
262
- /**
263
- * A boolean value that is `true` if the current Node.js build includes support for libuv.
264
- *
265
- * Since it's not possible to build Node.js without libuv, this value is always `true`.
266
- * @since v0.5.3
267
- * @deprecated This property is always true, and any checks based on it are redundant.
268
- */
269
- readonly uv: boolean;
270
- }
271
- interface ProcessVersions extends Dict<string> {
272
- http_parser: string;
273
- node: string;
274
- v8: string;
275
- ares: string;
276
- uv: string;
277
- zlib: string;
278
- modules: string;
279
- openssl: string;
280
- }
281
- type Platform =
282
- | "aix"
283
- | "android"
284
- | "darwin"
285
- | "freebsd"
286
- | "haiku"
287
- | "linux"
288
- | "openbsd"
289
- | "sunos"
290
- | "win32"
291
- | "cygwin"
292
- | "netbsd";
293
- type Architecture =
294
- | "arm"
295
- | "arm64"
296
- | "ia32"
297
- | "loong64"
298
- | "mips"
299
- | "mipsel"
300
- | "ppc64"
301
- | "riscv64"
302
- | "s390x"
303
- | "x64";
304
- type Signals =
305
- | "SIGABRT"
306
- | "SIGALRM"
307
- | "SIGBUS"
308
- | "SIGCHLD"
309
- | "SIGCONT"
310
- | "SIGFPE"
311
- | "SIGHUP"
312
- | "SIGILL"
313
- | "SIGINT"
314
- | "SIGIO"
315
- | "SIGIOT"
316
- | "SIGKILL"
317
- | "SIGPIPE"
318
- | "SIGPOLL"
319
- | "SIGPROF"
320
- | "SIGPWR"
321
- | "SIGQUIT"
322
- | "SIGSEGV"
323
- | "SIGSTKFLT"
324
- | "SIGSTOP"
325
- | "SIGSYS"
326
- | "SIGTERM"
327
- | "SIGTRAP"
328
- | "SIGTSTP"
329
- | "SIGTTIN"
330
- | "SIGTTOU"
331
- | "SIGUNUSED"
332
- | "SIGURG"
333
- | "SIGUSR1"
334
- | "SIGUSR2"
335
- | "SIGVTALRM"
336
- | "SIGWINCH"
337
- | "SIGXCPU"
338
- | "SIGXFSZ"
339
- | "SIGBREAK"
340
- | "SIGLOST"
341
- | "SIGINFO";
342
- type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection";
343
- /**
344
- * @deprecated Global listener types will be removed in a future version.
345
- * Callbacks passed directly to `process`'s EventEmitter methods
346
- * have their parameter types inferred automatically.
347
- *
348
- * `process` event types are also available via `ProcessEventMap`:
349
- *
350
- * ```ts
351
- * import type { ProcessEventMap } from 'node:process';
352
- * const listener = (...args: ProcessEventMap['beforeExit']) => { ... };
353
- * ```
354
- */
355
- type BeforeExitListener = (...args: ProcessEventMap["beforeExit"]) => void;
356
- /**
357
- * @deprecated Global listener types will be removed in a future version.
358
- * Callbacks passed directly to `process`'s EventEmitter methods
359
- * have their parameter types inferred automatically.
360
- *
361
- * `process` event types are also available via `ProcessEventMap`:
362
- *
363
- * ```ts
364
- * import type { ProcessEventMap } from 'node:process';
365
- * const listener = (...args: ProcessEventMap['disconnect']) => { ... };
366
- * ```
367
- */
368
- type DisconnectListener = (...args: ProcessEventMap["disconnect"]) => void;
369
- /**
370
- * @deprecated Global listener types will be removed in a future version.
371
- * Callbacks passed directly to `process`'s EventEmitter methods
372
- * have their parameter types inferred automatically.
373
- *
374
- * `process` event types are also available via `ProcessEventMap`:
375
- *
376
- * ```ts
377
- * import type { ProcessEventMap } from 'node:process';
378
- * const listener = (...args: ProcessEventMap['exit']) => { ... };
379
- * ```
380
- */
381
- type ExitListener = (...args: ProcessEventMap["exit"]) => void;
382
- /**
383
- * @deprecated Global listener types will be removed in a future version.
384
- * Callbacks passed directly to `process`'s EventEmitter methods
385
- * have their parameter types inferred automatically.
386
- *
387
- * `process` event types are also available via `ProcessEventMap`:
388
- *
389
- * ```ts
390
- * import type { ProcessEventMap } from 'node:process';
391
- * const listener = (...args: ProcessEventMap['message']) => { ... };
392
- * ```
393
- */
394
- type MessageListener = (...args: ProcessEventMap["message"]) => void;
395
- /**
396
- * @deprecated Global listener types will be removed in a future version.
397
- * Callbacks passed directly to `process`'s EventEmitter methods
398
- * have their parameter types inferred automatically.
399
- *
400
- * `process` event types are also available via `ProcessEventMap`:
401
- *
402
- * ```ts
403
- * import type { ProcessEventMap } from 'node:process';
404
- * const listener = (...args: ProcessEventMap['rejectionHandled']) => { ... };
405
- * ```
406
- */
407
- type RejectionHandledListener = (...args: ProcessEventMap["rejectionHandled"]) => void;
408
- /**
409
- * @deprecated Global listener types will be removed in a future version.
410
- * Callbacks passed directly to `process`'s EventEmitter methods
411
- * have their parameter types inferred automatically.
412
- */
413
- type SignalsListener = (signal: Signals) => void;
414
- /**
415
- * @deprecated Global listener types will be removed in a future version.
416
- * Callbacks passed directly to `process`'s EventEmitter methods
417
- * have their parameter types inferred automatically.
418
- *
419
- * `process` event types are also available via `ProcessEventMap`:
420
- *
421
- * ```ts
422
- * import type { ProcessEventMap } from 'node:process';
423
- * const listener = (...args: ProcessEventMap['uncaughtException']) => { ... };
424
- * ```
425
- */
426
- type UncaughtExceptionListener = (...args: ProcessEventMap["uncaughtException"]) => void;
427
- /**
428
- * @deprecated Global listener types will be removed in a future version.
429
- * Callbacks passed directly to `process`'s EventEmitter methods
430
- * have their parameter types inferred automatically.
431
- *
432
- * `process` event types are also available via `ProcessEventMap`:
433
- *
434
- * ```ts
435
- * import type { ProcessEventMap } from 'node:process';
436
- * const listener = (...args: ProcessEventMap['unhandledRejection']) => { ... };
437
- * ```
438
- */
439
- type UnhandledRejectionListener = (...args: ProcessEventMap["unhandledRejection"]) => void;
440
- /**
441
- * @deprecated Global listener types will be removed in a future version.
442
- * Callbacks passed directly to `process`'s EventEmitter methods
443
- * have their parameter types inferred automatically.
444
- *
445
- * `process` event types are also available via `ProcessEventMap`:
446
- *
447
- * ```ts
448
- * import type { ProcessEventMap } from 'node:process';
449
- * const listener = (...args: ProcessEventMap['warning']) => { ... };
450
- * ```
451
- */
452
- type WarningListener = (...args: ProcessEventMap["warning"]) => void;
453
- /**
454
- * @deprecated Global listener types will be removed in a future version.
455
- * Callbacks passed directly to `process`'s EventEmitter methods
456
- * have their parameter types inferred automatically.
457
- *
458
- * `process` event types are also available via `ProcessEventMap`:
459
- *
460
- * ```ts
461
- * import type { ProcessEventMap } from 'node:process';
462
- * const listener = (...args: ProcessEventMap['worker']) => { ... };
463
- * ```
464
- */
465
- type WorkerListener = (...args: ProcessEventMap["worker"]) => void;
466
- interface Socket extends ReadWriteStream {
467
- isTTY?: true | undefined;
468
- }
469
- // Alias for compatibility
470
- interface ProcessEnv extends Dict<string> {}
471
- interface HRTime {
472
- /**
473
- * This is the legacy version of {@link process.hrtime.bigint()}
474
- * before bigint was introduced in JavaScript.
475
- *
476
- * The `process.hrtime()` method returns the current high-resolution real time in a `[seconds, nanoseconds]` tuple `Array`,
477
- * where `nanoseconds` is the remaining part of the real time that can't be represented in second precision.
478
- *
479
- * `time` is an optional parameter that must be the result of a previous `process.hrtime()` call to diff with the current time.
480
- * If the parameter passed in is not a tuple `Array`, a TypeError will be thrown.
481
- * Passing in a user-defined array instead of the result of a previous call to `process.hrtime()` will lead to undefined behavior.
482
- *
483
- * These times are relative to an arbitrary time in the past,
484
- * and not related to the time of day and therefore not subject to clock drift.
485
- * The primary use is for measuring performance between intervals:
486
- * ```js
487
- * const { hrtime } = require('node:process');
488
- * const NS_PER_SEC = 1e9;
489
- * const time = hrtime();
490
- * // [ 1800216, 25 ]
491
- *
492
- * setTimeout(() => {
493
- * const diff = hrtime(time);
494
- * // [ 1, 552 ]
495
- *
496
- * console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`);
497
- * // Benchmark took 1000000552 nanoseconds
498
- * }, 1000);
499
- * ```
500
- * @since 0.7.6
501
- * @legacy Use {@link process.hrtime.bigint()} instead.
502
- * @param time The result of a previous call to `process.hrtime()`
503
- */
504
- (time?: [number, number]): [number, number];
505
- /**
506
- * The `bigint` version of the {@link process.hrtime()} method returning the current high-resolution real time in nanoseconds as a `bigint`.
507
- *
508
- * Unlike {@link process.hrtime()}, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two `bigint`s.
509
- * ```js
510
- * import { hrtime } from 'node:process';
511
- *
512
- * const start = hrtime.bigint();
513
- * // 191051479007711n
514
- *
515
- * setTimeout(() => {
516
- * const end = hrtime.bigint();
517
- * // 191052633396993n
518
- *
519
- * console.log(`Benchmark took ${end - start} nanoseconds`);
520
- * // Benchmark took 1154389282 nanoseconds
521
- * }, 1000);
522
- * ```
523
- * @since v10.7.0
524
- */
525
- bigint(): bigint;
526
- }
527
- interface ProcessPermission {
528
- /**
529
- * Verifies that the process is able to access the given scope and reference.
530
- * If no reference is provided, a global scope is assumed, for instance, `process.permission.has('fs.read')`
531
- * will check if the process has ALL file system read permissions.
532
- *
533
- * The reference has a meaning based on the provided scope. For example, the reference when the scope is File System means files and folders.
534
- *
535
- * The available scopes are:
536
- *
537
- * * `fs` - All File System
538
- * * `fs.read` - File System read operations
539
- * * `fs.write` - File System write operations
540
- * * `child` - Child process spawning operations
541
- * * `worker` - Worker thread spawning operation
542
- *
543
- * ```js
544
- * // Check if the process has permission to read the README file
545
- * process.permission.has('fs.read', './README.md');
546
- * // Check if the process has read permission operations
547
- * process.permission.has('fs.read');
548
- * ```
549
- * @since v20.0.0
550
- */
551
- has(scope: string, reference?: string): boolean;
552
- }
553
- interface ProcessReport {
554
- /**
555
- * Write reports in a compact format, single-line JSON, more easily consumable by log processing systems
556
- * than the default multi-line format designed for human consumption.
557
- * @since v13.12.0, v12.17.0
558
- */
559
- compact: boolean;
560
- /**
561
- * Directory where the report is written.
562
- * The default value is the empty string, indicating that reports are written to the current
563
- * working directory of the Node.js process.
564
- */
565
- directory: string;
566
- /**
567
- * Filename where the report is written. If set to the empty string, the output filename will be comprised
568
- * of a timestamp, PID, and sequence number. The default value is the empty string.
569
- */
570
- filename: string;
571
- /**
572
- * Returns a JavaScript Object representation of a diagnostic report for the running process.
573
- * The report's JavaScript stack trace is taken from `err`, if present.
574
- */
575
- getReport(err?: Error): object;
576
- /**
577
- * If true, a diagnostic report is generated on fatal errors,
578
- * such as out of memory errors or failed C++ assertions.
579
- * @default false
580
- */
581
- reportOnFatalError: boolean;
582
- /**
583
- * If true, a diagnostic report is generated when the process
584
- * receives the signal specified by process.report.signal.
585
- * @default false
586
- */
587
- reportOnSignal: boolean;
588
- /**
589
- * If true, a diagnostic report is generated on uncaught exception.
590
- * @default false
591
- */
592
- reportOnUncaughtException: boolean;
593
- /**
594
- * If true, a diagnostic report is generated without the environment variables.
595
- * @default false
596
- */
597
- excludeEnv: boolean;
598
- /**
599
- * The signal used to trigger the creation of a diagnostic report.
600
- * @default 'SIGUSR2'
601
- */
602
- signal: Signals;
603
- /**
604
- * Writes a diagnostic report to a file. If filename is not provided, the default filename
605
- * includes the date, time, PID, and a sequence number.
606
- * The report's JavaScript stack trace is taken from `err`, if present.
607
- *
608
- * If the value of filename is set to `'stdout'` or `'stderr'`, the report is written
609
- * to the stdout or stderr of the process respectively.
610
- * @param fileName Name of the file where the report is written.
611
- * This should be a relative path, that will be appended to the directory specified in
612
- * `process.report.directory`, or the current working directory of the Node.js process,
613
- * if unspecified.
614
- * @param err A custom error used for reporting the JavaScript stack.
615
- * @return Filename of the generated report.
616
- */
617
- writeReport(fileName?: string, err?: Error): string;
618
- writeReport(err?: Error): string;
619
- }
620
- interface ResourceUsage {
621
- fsRead: number;
622
- fsWrite: number;
623
- involuntaryContextSwitches: number;
624
- ipcReceived: number;
625
- ipcSent: number;
626
- majorPageFault: number;
627
- maxRSS: number;
628
- minorPageFault: number;
629
- sharedMemorySize: number;
630
- signalsCount: number;
631
- swappedOut: number;
632
- systemCPUTime: number;
633
- unsharedDataSize: number;
634
- unsharedStackSize: number;
635
- userCPUTime: number;
636
- voluntaryContextSwitches: number;
637
- }
638
- interface EmitWarningOptions {
639
- /**
640
- * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted.
641
- *
642
- * @default 'Warning'
643
- */
644
- type?: string | undefined;
645
- /**
646
- * A unique identifier for the warning instance being emitted.
647
- */
648
- code?: string | undefined;
649
- /**
650
- * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace.
651
- *
652
- * @default process.emitWarning
653
- */
654
- ctor?: Function | undefined;
655
- /**
656
- * Additional text to include with the error.
657
- */
658
- detail?: string | undefined;
659
- }
660
- interface ProcessConfig {
661
- readonly target_defaults: {
662
- readonly cflags: any[];
663
- readonly default_configuration: string;
664
- readonly defines: string[];
665
- readonly include_dirs: string[];
666
- readonly libraries: string[];
667
- };
668
- readonly variables: {
669
- readonly clang: number;
670
- readonly host_arch: string;
671
- readonly node_install_npm: boolean;
672
- readonly node_install_waf: boolean;
673
- readonly node_prefix: string;
674
- readonly node_shared_openssl: boolean;
675
- readonly node_shared_v8: boolean;
676
- readonly node_shared_zlib: boolean;
677
- readonly node_use_dtrace: boolean;
678
- readonly node_use_etw: boolean;
679
- readonly node_use_openssl: boolean;
680
- readonly target_arch: string;
681
- readonly v8_no_strict_aliasing: number;
682
- readonly v8_use_snapshot: boolean;
683
- readonly visibility: string;
684
- };
685
- }
686
- interface Process extends EventEmitter {
687
- /**
688
- * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is
689
- * a `Writable` stream.
690
- *
691
- * For example, to copy `process.stdin` to `process.stdout`:
692
- *
693
- * ```js
694
- * import { stdin, stdout } from 'node:process';
695
- *
696
- * stdin.pipe(stdout);
697
- * ```
698
- *
699
- * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
700
- */
701
- stdout: WriteStream & {
702
- fd: 1;
703
- };
704
- /**
705
- * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is
706
- * a `Writable` stream.
707
- *
708
- * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
709
- */
710
- stderr: WriteStream & {
711
- fd: 2;
712
- };
713
- /**
714
- * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is
715
- * a `Readable` stream.
716
- *
717
- * For details of how to read from `stdin` see `readable.read()`.
718
- *
719
- * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that
720
- * is compatible with scripts written for Node.js prior to v0.10\.
721
- * For more information see `Stream compatibility`.
722
- *
723
- * In "old" streams mode the `stdin` stream is paused by default, so one
724
- * must call `process.stdin.resume()` to read from it. Note also that calling `process.stdin.resume()` itself would switch stream to "old" mode.
725
- */
726
- stdin: ReadStream & {
727
- fd: 0;
728
- };
729
- /**
730
- * The `process.argv` property returns an array containing the command-line
731
- * arguments passed when the Node.js process was launched. The first element will
732
- * be {@link execPath}. See `process.argv0` if access to the original value
733
- * of `argv[0]` is needed. The second element will be the path to the JavaScript
734
- * file being executed. If a [program entry point](https://nodejs.org/docs/latest-v26.x/api/cli.html#program-entry-point) was provided, the second element
735
- * will be the absolute path to it. The remaining elements are additional command-line
736
- * arguments.
737
- *
738
- * For example, assuming the following script for `process-args.js`:
739
- *
740
- * ```js
741
- * import { argv } from 'node:process';
742
- *
743
- * // print process.argv
744
- * argv.forEach((val, index) => {
745
- * console.log(`${index}: ${val}`);
746
- * });
747
- * ```
748
- *
749
- * Launching the Node.js process as:
750
- *
751
- * ```bash
752
- * node process-args.js one two=three four
753
- * ```
754
- *
755
- * Would generate the output:
756
- *
757
- * ```text
758
- * 0: /usr/local/bin/node
759
- * 1: /Users/mjr/work/node/process-args.js
760
- * 2: one
761
- * 3: two=three
762
- * 4: four
763
- * ```
764
- * @since v0.1.27
765
- */
766
- argv: string[];
767
- /**
768
- * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts.
769
- *
770
- * ```console
771
- * $ bash -c 'exec -a customArgv0 ./node'
772
- * > process.argv[0]
773
- * '/Volumes/code/external/node/out/Release/node'
774
- * > process.argv0
775
- * 'customArgv0'
776
- * ```
777
- * @since v6.4.0
778
- */
779
- argv0: string;
780
- /**
781
- * The `process.execArgv` property returns the set of Node.js-specific command-line
782
- * options passed when the Node.js process was launched. These options do not
783
- * appear in the array returned by the {@link argv} property, and do not
784
- * include the Node.js executable, the name of the script, or any options following
785
- * the script name. These options are useful in order to spawn child processes with
786
- * the same execution environment as the parent.
787
- *
788
- * ```bash
789
- * node --icu-data-dir=./foo --require ./bar.js script.js --version
790
- * ```
791
- *
792
- * Results in `process.execArgv`:
793
- *
794
- * ```json
795
- * ["--icu-data-dir=./foo", "--require", "./bar.js"]
796
- * ```
797
- *
798
- * And `process.argv`:
799
- *
800
- * ```json
801
- * ["/usr/local/bin/node", "script.js", "--version"]
802
- * ```
803
- *
804
- * Refer to `Worker constructor` for the detailed behavior of worker
805
- * threads with this property.
806
- * @since v0.7.7
807
- */
808
- execArgv: string[];
809
- /**
810
- * The `process.execPath` property returns the absolute pathname of the executable
811
- * that started the Node.js process. Symbolic links, if any, are resolved.
812
- *
813
- * ```json
814
- * "/usr/local/bin/node"
815
- * ```
816
- * @since v0.1.100
817
- */
818
- execPath: string;
819
- /**
820
- * The `process.abort()` method causes the Node.js process to exit immediately and
821
- * generate a core file.
822
- *
823
- * This feature is not available in `Worker` threads.
824
- * @since v0.7.0
825
- */
826
- abort(): never;
827
- /**
828
- * The `process.addUncaughtExceptionCaptureCallback()` function adds a callback
829
- * that will be invoked when an uncaught exception occurs, receiving the exception
830
- * value as its first argument.
831
- *
832
- * Unlike `process.setUncaughtExceptionCaptureCallback()`, this function allows
833
- * multiple callbacks to be registered and does not conflict with the
834
- * [`domain`](https://nodejs.org/docs/latest-v26.x/api/domain.html) module. Callbacks are called in reverse order of registration
835
- * (most recent first). If a callback returns `true`, subsequent callbacks
836
- * and the default uncaught exception handling are skipped.
837
- *
838
- * ```js
839
- * import process from 'node:process';
840
- *
841
- * process.addUncaughtExceptionCaptureCallback((err) => {
842
- * console.error('Caught exception:', err.message);
843
- * return true; // Indicates exception was handled
844
- * });
845
- * ```
846
- * @since v25.9.0
847
- */
848
- addUncaughtExceptionCaptureCallback(fn: (err: unknown) => boolean): void;
849
- /**
850
- * The `process.chdir()` method changes the current working directory of the
851
- * Node.js process or throws an exception if doing so fails (for instance, if
852
- * the specified `directory` does not exist).
853
- *
854
- * ```js
855
- * import { chdir, cwd } from 'node:process';
856
- *
857
- * console.log(`Starting directory: ${cwd()}`);
858
- * try {
859
- * chdir('/tmp');
860
- * console.log(`New directory: ${cwd()}`);
861
- * } catch (err) {
862
- * console.error(`chdir: ${err}`);
863
- * }
864
- * ```
865
- *
866
- * This feature is not available in `Worker` threads.
867
- * @since v0.1.17
868
- */
869
- chdir(directory: string): void;
870
- /**
871
- * The `process.cwd()` method returns the current working directory of the Node.js
872
- * process.
873
- *
874
- * ```js
875
- * import { cwd } from 'node:process';
876
- *
877
- * console.log(`Current directory: ${cwd()}`);
878
- * ```
879
- * @since v0.1.8
880
- */
881
- cwd(): string;
882
- /**
883
- * The port used by the Node.js debugger when enabled.
884
- *
885
- * ```js
886
- * import process from 'node:process';
887
- *
888
- * process.debugPort = 5858;
889
- * ```
890
- * @since v0.7.2
891
- */
892
- debugPort: number;
893
- /**
894
- * The `process.dlopen()` method allows dynamically loading shared objects. It is primarily used by `require()` to load C++ Addons, and
895
- * should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()`
896
- * unless there are specific reasons such as custom dlopen flags or loading from ES modules.
897
- *
898
- * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v26.x/api/os.html#dlopen-constants)`
899
- * documentation for details.
900
- *
901
- * An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon
902
- * are then accessible via `module.exports`.
903
- *
904
- * The example below shows how to load a C++ Addon, named `local.node`, that exports a `foo` function. All the symbols are loaded before the call returns, by passing the `RTLD_NOW` constant.
905
- * In this example the constant is assumed to be available.
906
- *
907
- * ```js
908
- * import { dlopen } from 'node:process';
909
- * import { constants } from 'node:os';
910
- * import { fileURLToPath } from 'node:url';
911
- *
912
- * const module = { exports: {} };
913
- * dlopen(module, fileURLToPath(new URL('local.node', import.meta.url)),
914
- * constants.dlopen.RTLD_NOW);
915
- * module.exports.foo();
916
- * ```
917
- */
918
- dlopen(module: object, filename: string, flags?: number): void;
919
- /**
920
- * The `process.emitWarning()` method can be used to emit custom or application
921
- * specific process warnings. These can be listened for by adding a handler to the `'warning'` event.
922
- *
923
- * ```js
924
- * import { emitWarning } from 'node:process';
925
- *
926
- * // Emit a warning using a string.
927
- * emitWarning('Something happened!');
928
- * // Emits: (node: 56338) Warning: Something happened!
929
- * ```
930
- *
931
- * ```js
932
- * import { emitWarning } from 'node:process';
933
- *
934
- * // Emit a warning using a string and a type.
935
- * emitWarning('Something Happened!', 'CustomWarning');
936
- * // Emits: (node:56338) CustomWarning: Something Happened!
937
- * ```
938
- *
939
- * ```js
940
- * import { emitWarning } from 'node:process';
941
- *
942
- * emitWarning('Something happened!', 'CustomWarning', 'WARN001');
943
- * // Emits: (node:56338) [WARN001] CustomWarning: Something happened!
944
- * ```js
945
- *
946
- * In each of the previous examples, an `Error` object is generated internally by `process.emitWarning()` and passed through to the `'warning'` handler.
947
- *
948
- * ```js
949
- * import process from 'node:process';
950
- *
951
- * process.on('warning', (warning) => {
952
- * console.warn(warning.name); // 'Warning'
953
- * console.warn(warning.message); // 'Something happened!'
954
- * console.warn(warning.code); // 'MY_WARNING'
955
- * console.warn(warning.stack); // Stack trace
956
- * console.warn(warning.detail); // 'This is some additional information'
957
- * });
958
- * ```
959
- *
960
- * If `warning` is passed as an `Error` object, it will be passed through to the `'warning'` event handler
961
- * unmodified (and the optional `type`, `code` and `ctor` arguments will be ignored):
962
- *
963
- * ```js
964
- * import { emitWarning } from 'node:process';
965
- *
966
- * // Emit a warning using an Error object.
967
- * const myWarning = new Error('Something happened!');
968
- * // Use the Error name property to specify the type name
969
- * myWarning.name = 'CustomWarning';
970
- * myWarning.code = 'WARN001';
971
- *
972
- * emitWarning(myWarning);
973
- * // Emits: (node:56338) [WARN001] CustomWarning: Something happened!
974
- * ```
975
- *
976
- * A `TypeError` is thrown if `warning` is anything other than a string or `Error` object.
977
- *
978
- * While process warnings use `Error` objects, the process warning mechanism is not a replacement for normal error handling mechanisms.
979
- *
980
- * The following additional handling is implemented if the warning `type` is `'DeprecationWarning'`:
981
- * * If the `--throw-deprecation` command-line flag is used, the deprecation warning is thrown as an exception rather than being emitted as an event.
982
- * * If the `--no-deprecation` command-line flag is used, the deprecation warning is suppressed.
983
- * * If the `--trace-deprecation` command-line flag is used, the deprecation warning is printed to `stderr` along with the full stack trace.
984
- * @since v8.0.0
985
- * @param warning The warning to emit.
986
- */
987
- emitWarning(warning: string | Error, ctor?: Function): void;
988
- emitWarning(warning: string | Error, type?: string, ctor?: Function): void;
989
- emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void;
990
- emitWarning(warning: string | Error, options?: EmitWarningOptions): void;
991
- /**
992
- * The `process.env` property returns an object containing the user environment.
993
- * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html).
994
- *
995
- * An example of this object looks like:
996
- *
997
- * ```json
998
- * {
999
- * "TERM": "xterm-256color",
1000
- * "SHELL": "/usr/local/bin/bash",
1001
- * "USER": "maciej",
1002
- * "PATH": "~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin",
1003
- * "PWD": "/Users/maciej",
1004
- * "EDITOR": "vim",
1005
- * "SHLVL": "1",
1006
- * "HOME": "/Users/maciej",
1007
- * "LOGNAME": "maciej",
1008
- * "_": "/usr/local/bin/node"
1009
- * }
1010
- * ```
1011
- *
1012
- * It is possible to modify this object, but such modifications will not be
1013
- * reflected outside the Node.js process, or (unless explicitly requested)
1014
- * to other `Worker` threads.
1015
- * In other words, the following example would not work:
1016
- *
1017
- * ```bash
1018
- * node -e 'process.env.foo = "bar"' &#x26;&#x26; echo $foo
1019
- * ```
1020
- *
1021
- * While the following will:
1022
- *
1023
- * ```js
1024
- * import { env } from 'node:process';
1025
- *
1026
- * env.foo = 'bar';
1027
- * console.log(env.foo);
1028
- * ```
1029
- *
1030
- * Assigning a property on `process.env` will implicitly convert the value
1031
- * to a string. **This behavior is deprecated.** Future versions of Node.js may
1032
- * throw an error when the value is not a string, number, or boolean.
1033
- *
1034
- * ```js
1035
- * import { env } from 'node:process';
1036
- *
1037
- * env.test = null;
1038
- * console.log(env.test);
1039
- * // => 'null'
1040
- * env.test = undefined;
1041
- * console.log(env.test);
1042
- * // => 'undefined'
1043
- * ```
1044
- *
1045
- * Use `delete` to delete a property from `process.env`.
1046
- *
1047
- * ```js
1048
- * import { env } from 'node:process';
1049
- *
1050
- * env.TEST = 1;
1051
- * delete env.TEST;
1052
- * console.log(env.TEST);
1053
- * // => undefined
1054
- * ```
1055
- *
1056
- * On Windows operating systems, environment variables are case-insensitive.
1057
- *
1058
- * ```js
1059
- * import { env } from 'node:process';
1060
- *
1061
- * env.TEST = 1;
1062
- * console.log(env.test);
1063
- * // => 1
1064
- * ```
1065
- *
1066
- * Unless explicitly specified when creating a `Worker` instance,
1067
- * each `Worker` thread has its own copy of `process.env`, based on its
1068
- * parent thread's `process.env`, or whatever was specified as the `env` option
1069
- * to the `Worker` constructor. Changes to `process.env` will not be visible
1070
- * across `Worker` threads, and only the main thread can make changes that
1071
- * are visible to the operating system or to native add-ons. On Windows, a copy of `process.env` on a `Worker` instance operates in a case-sensitive manner
1072
- * unlike the main thread.
1073
- * @since v0.1.27
1074
- */
1075
- env: ProcessEnv;
1076
- /**
1077
- * The `process.exit()` method instructs Node.js to terminate the process
1078
- * synchronously with an exit status of `code`. If `code` is omitted, exit uses
1079
- * either the 'success' code `0` or the value of `process.exitCode` if it has been
1080
- * set. Node.js will not terminate until all the `'exit'` event listeners are
1081
- * called.
1082
- *
1083
- * To exit with a 'failure' code:
1084
- *
1085
- * ```js
1086
- * import { exit } from 'node:process';
1087
- *
1088
- * exit(1);
1089
- * ```
1090
- *
1091
- * The shell that executed Node.js should see the exit code as `1`.
1092
- *
1093
- * Calling `process.exit()` will force the process to exit as quickly as possible
1094
- * even if there are still asynchronous operations pending that have not yet
1095
- * completed fully, including I/O operations to `process.stdout` and `process.stderr`.
1096
- *
1097
- * In most situations, it is not actually necessary to call `process.exit()` explicitly. The Node.js process will exit on its own _if there is no additional_
1098
- * _work pending_ in the event loop. The `process.exitCode` property can be set to
1099
- * tell the process which exit code to use when the process exits gracefully.
1100
- *
1101
- * For instance, the following example illustrates a _misuse_ of the `process.exit()` method that could lead to data printed to stdout being
1102
- * truncated and lost:
1103
- *
1104
- * ```js
1105
- * import { exit } from 'node:process';
1106
- *
1107
- * // This is an example of what *not* to do:
1108
- * if (someConditionNotMet()) {
1109
- * printUsageToStdout();
1110
- * exit(1);
1111
- * }
1112
- * ```
1113
- *
1114
- * The reason this is problematic is because writes to `process.stdout` in Node.js
1115
- * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js
1116
- * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed.
1117
- *
1118
- * Rather than calling `process.exit()` directly, the code _should_ set the `process.exitCode` and allow the process to exit naturally by avoiding
1119
- * scheduling any additional work for the event loop:
1120
- *
1121
- * ```js
1122
- * import process from 'node:process';
1123
- *
1124
- * // How to properly set the exit code while letting
1125
- * // the process exit gracefully.
1126
- * if (someConditionNotMet()) {
1127
- * printUsageToStdout();
1128
- * process.exitCode = 1;
1129
- * }
1130
- * ```
1131
- *
1132
- * If it is necessary to terminate the Node.js process due to an error condition,
1133
- * throwing an _uncaught_ error and allowing the process to terminate accordingly
1134
- * is safer than calling `process.exit()`.
1135
- *
1136
- * In `Worker` threads, this function stops the current thread rather
1137
- * than the current process.
1138
- * @since v0.1.13
1139
- * @param [code=0] The exit code. For string type, only integer strings (e.g.,'1') are allowed.
1140
- */
1141
- exit(code?: number | string | null): never;
1142
- /**
1143
- * A number which will be the process exit code, when the process either
1144
- * exits gracefully, or is exited via {@link exit} without specifying
1145
- * a code.
1146
- *
1147
- * Specifying a code to {@link exit} will override any
1148
- * previous setting of `process.exitCode`.
1149
- * @default undefined
1150
- * @since v0.11.8
1151
- */
1152
- exitCode: number | string | null | undefined;
1153
- finalization: {
1154
- /**
1155
- * This function registers a callback to be called when the process emits the `exit` event if the `ref` object was not garbage collected.
1156
- * If the object `ref` was garbage collected before the `exit` event is emitted, the callback will be removed from the finalization registry, and it will not be called on process exit.
1157
- *
1158
- * Inside the callback you can release the resources allocated by the `ref` object.
1159
- * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function,
1160
- * this means that there is a possibility that the callback will not be called under special circumstances.
1161
- *
1162
- * The idea of ​​this function is to help you free up resources when the starts process exiting, but also let the object be garbage collected if it is no longer being used.
1163
- * @param ref The reference to the resource that is being tracked.
1164
- * @param callback The callback function to be called when the resource is finalized.
1165
- * @since v22.5.0
1166
- * @experimental
1167
- */
1168
- register<T extends object>(ref: T, callback: (ref: T, event: "exit") => void): void;
1169
- /**
1170
- * This function behaves exactly like the `register`, except that the callback will be called when the process emits the `beforeExit` event if `ref` object was not garbage collected.
1171
- *
1172
- * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function, this means that there is a possibility that the callback will not be called under special circumstances.
1173
- * @param ref The reference to the resource that is being tracked.
1174
- * @param callback The callback function to be called when the resource is finalized.
1175
- * @since v22.5.0
1176
- * @experimental
1177
- */
1178
- registerBeforeExit<T extends object>(ref: T, callback: (ref: T, event: "beforeExit") => void): void;
1179
- /**
1180
- * This function remove the register of the object from the finalization registry, so the callback will not be called anymore.
1181
- * @param ref The reference to the resource that was registered previously.
1182
- * @since v22.5.0
1183
- * @experimental
1184
- */
1185
- unregister(ref: object): void;
1186
- };
1187
- /**
1188
- * The `process.getActiveResourcesInfo()` method returns an array of strings containing
1189
- * the types of the active resources that are currently keeping the event loop alive.
1190
- *
1191
- * ```js
1192
- * import { getActiveResourcesInfo } from 'node:process';
1193
- * import { setTimeout } from 'node:timers';
1194
-
1195
- * console.log('Before:', getActiveResourcesInfo());
1196
- * setTimeout(() => {}, 1000);
1197
- * console.log('After:', getActiveResourcesInfo());
1198
- * // Prints:
1199
- * // Before: [ 'TTYWrap', 'TTYWrap', 'TTYWrap' ]
1200
- * // After: [ 'TTYWrap', 'TTYWrap', 'TTYWrap', 'Timeout' ]
1201
- * ```
1202
- * @since v17.3.0, v16.14.0
1203
- */
1204
- getActiveResourcesInfo(): string[];
1205
- /**
1206
- * Provides a way to load built-in modules in a globally available function.
1207
- * @param id ID of the built-in module being requested.
1208
- */
1209
- getBuiltinModule<ID extends keyof BuiltInModule>(id: ID): BuiltInModule[ID];
1210
- getBuiltinModule(id: string): object | undefined;
1211
- /**
1212
- * The `process.getgid()` method returns the numerical group identity of the
1213
- * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).)
1214
- *
1215
- * ```js
1216
- * import process from 'node:process';
1217
- *
1218
- * if (process.getgid) {
1219
- * console.log(`Current gid: ${process.getgid()}`);
1220
- * }
1221
- * ```
1222
- *
1223
- * This function is only available on POSIX platforms (i.e. not Windows or
1224
- * Android).
1225
- * @since v0.1.31
1226
- */
1227
- getgid?: () => number;
1228
- /**
1229
- * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a
1230
- * numeric ID or a group name
1231
- * string. If a group name is specified, this method blocks while resolving the
1232
- * associated numeric ID.
1233
- *
1234
- * ```js
1235
- * import process from 'node:process';
1236
- *
1237
- * if (process.getgid &#x26;&#x26; process.setgid) {
1238
- * console.log(`Current gid: ${process.getgid()}`);
1239
- * try {
1240
- * process.setgid(501);
1241
- * console.log(`New gid: ${process.getgid()}`);
1242
- * } catch (err) {
1243
- * console.log(`Failed to set gid: ${err}`);
1244
- * }
1245
- * }
1246
- * ```
1247
- *
1248
- * This function is only available on POSIX platforms (i.e. not Windows or
1249
- * Android).
1250
- * This feature is not available in `Worker` threads.
1251
- * @since v0.1.31
1252
- * @param id The group name or ID
1253
- */
1254
- setgid?: (id: number | string) => void;
1255
- /**
1256
- * The `process.getuid()` method returns the numeric user identity of the process.
1257
- * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).)
1258
- *
1259
- * ```js
1260
- * import process from 'node:process';
1261
- *
1262
- * if (process.getuid) {
1263
- * console.log(`Current uid: ${process.getuid()}`);
1264
- * }
1265
- * ```
1266
- *
1267
- * This function is only available on POSIX platforms (i.e. not Windows or
1268
- * Android).
1269
- * @since v0.1.28
1270
- */
1271
- getuid?: () => number;
1272
- /**
1273
- * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a
1274
- * numeric ID or a username string.
1275
- * If a username is specified, the method blocks while resolving the associated
1276
- * numeric ID.
1277
- *
1278
- * ```js
1279
- * import process from 'node:process';
1280
- *
1281
- * if (process.getuid &#x26;&#x26; process.setuid) {
1282
- * console.log(`Current uid: ${process.getuid()}`);
1283
- * try {
1284
- * process.setuid(501);
1285
- * console.log(`New uid: ${process.getuid()}`);
1286
- * } catch (err) {
1287
- * console.log(`Failed to set uid: ${err}`);
1288
- * }
1289
- * }
1290
- * ```
1291
- *
1292
- * This function is only available on POSIX platforms (i.e. not Windows or
1293
- * Android).
1294
- * This feature is not available in `Worker` threads.
1295
- * @since v0.1.28
1296
- */
1297
- setuid?: (id: number | string) => void;
1298
- /**
1299
- * The `process.geteuid()` method returns the numerical effective user identity of
1300
- * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).)
1301
- *
1302
- * ```js
1303
- * import process from 'node:process';
1304
- *
1305
- * if (process.geteuid) {
1306
- * console.log(`Current uid: ${process.geteuid()}`);
1307
- * }
1308
- * ```
1309
- *
1310
- * This function is only available on POSIX platforms (i.e. not Windows or
1311
- * Android).
1312
- * @since v2.0.0
1313
- */
1314
- geteuid?: () => number;
1315
- /**
1316
- * The `process.seteuid()` method sets the effective user identity of the process.
1317
- * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username
1318
- * string. If a username is specified, the method blocks while resolving the
1319
- * associated numeric ID.
1320
- *
1321
- * ```js
1322
- * import process from 'node:process';
1323
- *
1324
- * if (process.geteuid &#x26;&#x26; process.seteuid) {
1325
- * console.log(`Current uid: ${process.geteuid()}`);
1326
- * try {
1327
- * process.seteuid(501);
1328
- * console.log(`New uid: ${process.geteuid()}`);
1329
- * } catch (err) {
1330
- * console.log(`Failed to set uid: ${err}`);
1331
- * }
1332
- * }
1333
- * ```
1334
- *
1335
- * This function is only available on POSIX platforms (i.e. not Windows or
1336
- * Android).
1337
- * This feature is not available in `Worker` threads.
1338
- * @since v2.0.0
1339
- * @param id A user name or ID
1340
- */
1341
- seteuid?: (id: number | string) => void;
1342
- /**
1343
- * The `process.getegid()` method returns the numerical effective group identity
1344
- * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).)
1345
- *
1346
- * ```js
1347
- * import process from 'node:process';
1348
- *
1349
- * if (process.getegid) {
1350
- * console.log(`Current gid: ${process.getegid()}`);
1351
- * }
1352
- * ```
1353
- *
1354
- * This function is only available on POSIX platforms (i.e. not Windows or
1355
- * Android).
1356
- * @since v2.0.0
1357
- */
1358
- getegid?: () => number;
1359
- /**
1360
- * The `process.setegid()` method sets the effective group identity of the process.
1361
- * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group
1362
- * name string. If a group name is specified, this method blocks while resolving
1363
- * the associated a numeric ID.
1364
- *
1365
- * ```js
1366
- * import process from 'node:process';
1367
- *
1368
- * if (process.getegid &#x26;&#x26; process.setegid) {
1369
- * console.log(`Current gid: ${process.getegid()}`);
1370
- * try {
1371
- * process.setegid(501);
1372
- * console.log(`New gid: ${process.getegid()}`);
1373
- * } catch (err) {
1374
- * console.log(`Failed to set gid: ${err}`);
1375
- * }
1376
- * }
1377
- * ```
1378
- *
1379
- * This function is only available on POSIX platforms (i.e. not Windows or
1380
- * Android).
1381
- * This feature is not available in `Worker` threads.
1382
- * @since v2.0.0
1383
- * @param id A group name or ID
1384
- */
1385
- setegid?: (id: number | string) => void;
1386
- /**
1387
- * The `process.getgroups()` method returns an array with the supplementary group
1388
- * IDs. POSIX leaves it unspecified if the effective group ID is included but
1389
- * Node.js ensures it always is.
1390
- *
1391
- * ```js
1392
- * import process from 'node:process';
1393
- *
1394
- * if (process.getgroups) {
1395
- * console.log(process.getgroups()); // [ 16, 21, 297 ]
1396
- * }
1397
- * ```
1398
- *
1399
- * This function is only available on POSIX platforms (i.e. not Windows or
1400
- * Android).
1401
- * @since v0.9.4
1402
- */
1403
- getgroups?: () => number[];
1404
- /**
1405
- * The `process.setgroups()` method sets the supplementary group IDs for the
1406
- * Node.js process. This is a privileged operation that requires the Node.js
1407
- * process to have `root` or the `CAP_SETGID` capability.
1408
- *
1409
- * The `groups` array can contain numeric group IDs, group names, or both.
1410
- *
1411
- * ```js
1412
- * import process from 'node:process';
1413
- *
1414
- * if (process.getgroups &#x26;&#x26; process.setgroups) {
1415
- * try {
1416
- * process.setgroups([501]);
1417
- * console.log(process.getgroups()); // new groups
1418
- * } catch (err) {
1419
- * console.log(`Failed to set groups: ${err}`);
1420
- * }
1421
- * }
1422
- * ```
1423
- *
1424
- * This function is only available on POSIX platforms (i.e. not Windows or
1425
- * Android).
1426
- * This feature is not available in `Worker` threads.
1427
- * @since v0.9.4
1428
- */
1429
- setgroups?: (groups: ReadonlyArray<string | number>) => void;
1430
- /**
1431
- * The `process.setUncaughtExceptionCaptureCallback()` function sets a function
1432
- * that will be invoked when an uncaught exception occurs, which will receive the
1433
- * exception value itself as its first argument.
1434
- *
1435
- * If such a function is set, the `'uncaughtException'` event will
1436
- * not be emitted. If `--abort-on-uncaught-exception` was passed from the
1437
- * command line or set through `v8.setFlagsFromString()`, the process will
1438
- * not abort. Actions configured to take place on exceptions such as report
1439
- * generations will be affected too
1440
- *
1441
- * To unset the capture function, `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this
1442
- * method with a non-`null` argument while another capture function is set will
1443
- * throw an error.
1444
- *
1445
- * To register multiple callbacks that can coexist, use
1446
- * `process.addUncaughtExceptionCaptureCallback()` instead.
1447
- * @since v9.3.0
1448
- */
1449
- setUncaughtExceptionCaptureCallback(cb: ((err: unknown) => void) | null): void;
1450
- /**
1451
- * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}.
1452
- * @since v9.3.0
1453
- */
1454
- hasUncaughtExceptionCaptureCallback(): boolean;
1455
- /**
1456
- * The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled.
1457
- * @since v20.7.0
1458
- * @experimental
1459
- */
1460
- readonly sourceMapsEnabled: boolean;
1461
- /**
1462
- * This function enables or disables the [Source Map v3](https://sourcemaps.info/spec.html) support for
1463
- * stack traces.
1464
- *
1465
- * It provides same features as launching Node.js process with commandline options `--enable-source-maps`.
1466
- *
1467
- * Only source maps in JavaScript files that are loaded after source maps has been
1468
- * enabled will be parsed and loaded.
1469
- * @since v16.6.0, v14.18.0
1470
- * @experimental
1471
- */
1472
- setSourceMapsEnabled(value: boolean): void;
1473
- /**
1474
- * The `process.version` property contains the Node.js version string.
1475
- *
1476
- * ```js
1477
- * import { version } from 'node:process';
1478
- *
1479
- * console.log(`Version: ${version}`);
1480
- * // Version: v14.8.0
1481
- * ```
1482
- *
1483
- * To get the version string without the prepended _v_, use`process.versions.node`.
1484
- * @since v0.1.3
1485
- */
1486
- readonly version: string;
1487
- /**
1488
- * The `process.versions` property returns an object listing the version strings of
1489
- * Node.js and its dependencies. `process.versions.modules` indicates the current
1490
- * ABI version, which is increased whenever a C++ API changes. Node.js will refuse
1491
- * to load modules that were compiled against a different module ABI version.
1492
- *
1493
- * ```js
1494
- * import { versions } from 'node:process';
1495
- *
1496
- * console.log(versions);
1497
- * ```
1498
- *
1499
- * Will generate an object similar to:
1500
- *
1501
- * ```console
1502
- * { node: '26.0.0-pre',
1503
- * acorn: '8.15.0',
1504
- * ada: '3.4.1',
1505
- * amaro: '1.1.5',
1506
- * ares: '1.34.6',
1507
- * brotli: '1.2.0',
1508
- * merve: '1.0.0',
1509
- * cldr: '48.0',
1510
- * icu: '78.2',
1511
- * llhttp: '9.3.0',
1512
- * modules: '144',
1513
- * napi: '10',
1514
- * nbytes: '0.1.1',
1515
- * ncrypto: '0.0.1',
1516
- * nghttp2: '1.68.0',
1517
- * nghttp3: '',
1518
- * ngtcp2: '',
1519
- * openssl: '3.5.4',
1520
- * simdjson: '4.2.4',
1521
- * simdutf: '7.3.3',
1522
- * sqlite: '3.51.2',
1523
- * tz: '2025c',
1524
- * undici: '7.18.2',
1525
- * unicode: '17.0',
1526
- * uv: '1.51.0',
1527
- * uvwasi: '0.0.23',
1528
- * v8: '14.3.127.18-node.10',
1529
- * zlib: '1.3.1-e00f703',
1530
- * zstd: '1.5.7' }
1531
- * ```
1532
- * @since v0.2.0
1533
- */
1534
- readonly versions: ProcessVersions;
1535
- /**
1536
- * The `process.config` property returns a frozen `Object` containing the
1537
- * JavaScript representation of the configure options used to compile the current
1538
- * Node.js executable. This is the same as the `config.gypi` file that was produced
1539
- * when running the `./configure` script.
1540
- *
1541
- * An example of the possible output looks like:
1542
- *
1543
- * ```json
1544
- * {
1545
- * "target_defaults":
1546
- * { "cflags": [],
1547
- * "default_configuration": "Release",
1548
- * "defines": [],
1549
- * "include_dirs": [],
1550
- * "libraries": [] },
1551
- * "variables":
1552
- * {
1553
- * "host_arch": "x64",
1554
- * "napi_build_version": 5,
1555
- * "node_install_npm": "true",
1556
- * "node_prefix": "",
1557
- * "node_shared_cares": "false",
1558
- * "node_shared_http_parser": "false",
1559
- * "node_shared_libuv": "false",
1560
- * "node_shared_zlib": "false",
1561
- * "node_use_openssl": "true",
1562
- * "node_shared_openssl": "false",
1563
- * "target_arch": "x64",
1564
- * "v8_use_snapshot": 1
1565
- * }
1566
- * }
1567
- * ```
1568
- * @since v0.7.7
1569
- */
1570
- readonly config: ProcessConfig;
1571
- /**
1572
- * The `process.kill()` method sends the `signal` to the process identified by`pid`.
1573
- *
1574
- * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information.
1575
- *
1576
- * This method will throw an error if the target `pid` does not exist. As a special
1577
- * case, a signal of `0` can be used to test for the existence of a process.
1578
- * Windows platforms will throw an error if the `pid` is used to kill a process
1579
- * group.
1580
- *
1581
- * Even though the name of this function is `process.kill()`, it is really just a
1582
- * signal sender, like the `kill` system call. The signal sent may do something
1583
- * other than kill the target process.
1584
- *
1585
- * ```js
1586
- * import process, { kill } from 'node:process';
1587
- *
1588
- * process.on('SIGHUP', () => {
1589
- * console.log('Got SIGHUP signal.');
1590
- * });
1591
- *
1592
- * setTimeout(() => {
1593
- * console.log('Exiting.');
1594
- * process.exit(0);
1595
- * }, 100);
1596
- *
1597
- * kill(process.pid, 'SIGHUP');
1598
- * ```
1599
- *
1600
- * When `SIGUSR1` is received by a Node.js process, Node.js will start the
1601
- * debugger. See `Signal Events`.
1602
- * @since v0.0.6
1603
- * @param pid A process ID
1604
- * @param [signal='SIGTERM'] The signal to send, either as a string or number.
1605
- */
1606
- kill(pid: number, signal?: string | number): true;
1607
- /**
1608
- * Loads the environment configuration from a `.env` file into `process.env`. If
1609
- * the file is not found, error will be thrown.
1610
- *
1611
- * To load a specific .env file by specifying its path, use the following code:
1612
- *
1613
- * ```js
1614
- * import { loadEnvFile } from 'node:process';
1615
- *
1616
- * loadEnvFile('./development.env')
1617
- * ```
1618
- * @since v20.12.0
1619
- * @param path The path to the .env file
1620
- */
1621
- loadEnvFile(path?: PathLike): void;
1622
- /**
1623
- * The `process.pid` property returns the PID of the process.
1624
- *
1625
- * ```js
1626
- * import { pid } from 'node:process';
1627
- *
1628
- * console.log(`This process is pid ${pid}`);
1629
- * ```
1630
- * @since v0.1.15
1631
- */
1632
- readonly pid: number;
1633
- /**
1634
- * The `process.ppid` property returns the PID of the parent of the
1635
- * current process.
1636
- *
1637
- * ```js
1638
- * import { ppid } from 'node:process';
1639
- *
1640
- * console.log(`The parent process is pid ${ppid}`);
1641
- * ```
1642
- * @since v9.2.0, v8.10.0, v6.13.0
1643
- */
1644
- readonly ppid: number;
1645
- /**
1646
- * The `process.threadCpuUsage()` method returns the user and system CPU time usage of
1647
- * the current worker thread, in an object with properties `user` and `system`, whose
1648
- * values are microsecond values (millionth of a second).
1649
- *
1650
- * The result of a previous call to `process.threadCpuUsage()` can be passed as the
1651
- * argument to the function, to get a diff reading.
1652
- * @since v23.9.0
1653
- * @param previousValue A previous return value from calling
1654
- * `process.threadCpuUsage()`
1655
- */
1656
- threadCpuUsage(previousValue?: CpuUsage): CpuUsage;
1657
- /**
1658
- * The `process.title` property returns the current process title (i.e. returns
1659
- * the current value of `ps`). Assigning a new value to `process.title` modifies
1660
- * the current value of `ps`.
1661
- *
1662
- * When a new value is assigned, different platforms will impose different maximum
1663
- * length restrictions on the title. Usually such restrictions are quite limited.
1664
- * For instance, on Linux and macOS, `process.title` is limited to the size of the
1665
- * binary name plus the length of the command-line arguments because setting the `process.title` overwrites the `argv` memory of the process. Node.js v0.8
1666
- * allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure)
1667
- * cases.
1668
- *
1669
- * Assigning a value to `process.title` might not result in an accurate label
1670
- * within process manager applications such as macOS Activity Monitor or Windows
1671
- * Services Manager.
1672
- * @since v0.1.104
1673
- */
1674
- title: string;
1675
- /**
1676
- * The operating system CPU architecture for which the Node.js binary was compiled.
1677
- * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`,
1678
- * `'mipsel'`, `'ppc64'`, `'riscv64'`, `'s390x'`, and `'x64'`.
1679
- *
1680
- * ```js
1681
- * import { arch } from 'node:process';
1682
- *
1683
- * console.log(`This processor architecture is ${arch}`);
1684
- * ```
1685
- * @since v0.5.0
1686
- */
1687
- readonly arch: Architecture;
1688
- /**
1689
- * The `process.platform` property returns a string identifying the operating
1690
- * system platform for which the Node.js binary was compiled.
1691
- *
1692
- * Currently possible values are:
1693
- *
1694
- * * `'aix'`
1695
- * * `'darwin'`
1696
- * * `'freebsd'`
1697
- * * `'linux'`
1698
- * * `'openbsd'`
1699
- * * `'sunos'`
1700
- * * `'win32'`
1701
- *
1702
- * ```js
1703
- * import { platform } from 'node:process';
1704
- *
1705
- * console.log(`This platform is ${platform}`);
1706
- * ```
1707
- *
1708
- * The value `'android'` may also be returned if the Node.js is built on the
1709
- * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os).
1710
- * @since v0.1.16
1711
- */
1712
- readonly platform: Platform;
1713
- /**
1714
- * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at
1715
- * runtime, `require.main` may still refer to the original main module in
1716
- * modules that were required before the change occurred. Generally, it's
1717
- * safe to assume that the two refer to the same module.
1718
- *
1719
- * As with `require.main`, `process.mainModule` will be `undefined` if there
1720
- * is no entry script.
1721
- * @since v0.1.17
1722
- * @deprecated Since v14.0.0 - Use `main` instead.
1723
- */
1724
- mainModule?: Module;
1725
- memoryUsage: MemoryUsageFn;
1726
- /**
1727
- * Gets the amount of memory available to the process (in bytes) based on
1728
- * limits imposed by the OS. If there is no such constraint, or the constraint
1729
- * is unknown, `0` is returned.
1730
- *
1731
- * See [`uv_get_constrained_memory`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_get_constrained_memory) for more
1732
- * information.
1733
- * @since v19.6.0, v18.15.0
1734
- */
1735
- constrainedMemory(): number;
1736
- /**
1737
- * Gets the amount of free memory that is still available to the process (in bytes).
1738
- * See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v26.x/api/process.html#processavailablememory) for more information.
1739
- * @since v20.13.0
1740
- */
1741
- availableMemory(): number;
1742
- /**
1743
- * The `process.cpuUsage()` method returns the user and system CPU time usage of
1744
- * the current process, in an object with properties `user` and `system`, whose
1745
- * values are microsecond values (millionth of a second). These values measure time
1746
- * spent in user and system code respectively, and may end up being greater than
1747
- * actual elapsed time if multiple CPU cores are performing work for this process.
1748
- *
1749
- * The result of a previous call to `process.cpuUsage()` can be passed as the
1750
- * argument to the function, to get a diff reading.
1751
- *
1752
- * ```js
1753
- * import { cpuUsage } from 'node:process';
1754
- *
1755
- * const startUsage = cpuUsage();
1756
- * // { user: 38579, system: 6986 }
1757
- *
1758
- * // spin the CPU for 500 milliseconds
1759
- * const now = Date.now();
1760
- * while (Date.now() - now < 500);
1761
- *
1762
- * console.log(cpuUsage(startUsage));
1763
- * // { user: 514883, system: 11226 }
1764
- * ```
1765
- * @since v6.1.0
1766
- * @param previousValue A previous return value from calling `process.cpuUsage()`
1767
- */
1768
- cpuUsage(previousValue?: CpuUsage): CpuUsage;
1769
- /**
1770
- * `process.nextTick()` adds `callback` to the "next tick queue". This queue is
1771
- * fully drained after the current operation on the JavaScript stack runs to
1772
- * completion and before the event loop is allowed to continue. It's possible to
1773
- * create an infinite loop if one were to recursively call `process.nextTick()`.
1774
- * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background.
1775
- *
1776
- * ```js
1777
- * import { nextTick } from 'node:process';
1778
- *
1779
- * console.log('start');
1780
- * nextTick(() => {
1781
- * console.log('nextTick callback');
1782
- * });
1783
- * console.log('scheduled');
1784
- * // Output:
1785
- * // start
1786
- * // scheduled
1787
- * // nextTick callback
1788
- * ```
1789
- *
1790
- * This is important when developing APIs in order to give users the opportunity
1791
- * to assign event handlers _after_ an object has been constructed but before any
1792
- * I/O has occurred:
1793
- *
1794
- * ```js
1795
- * import { nextTick } from 'node:process';
1796
- *
1797
- * function MyThing(options) {
1798
- * this.setupOptions(options);
1799
- *
1800
- * nextTick(() => {
1801
- * this.startDoingStuff();
1802
- * });
1803
- * }
1804
- *
1805
- * const thing = new MyThing();
1806
- * thing.getReadyForStuff();
1807
- *
1808
- * // thing.startDoingStuff() gets called now, not before.
1809
- * ```
1810
- *
1811
- * It is very important for APIs to be either 100% synchronous or 100%
1812
- * asynchronous. Consider this example:
1813
- *
1814
- * ```js
1815
- * // WARNING! DO NOT USE! BAD UNSAFE HAZARD!
1816
- * function maybeSync(arg, cb) {
1817
- * if (arg) {
1818
- * cb();
1819
- * return;
1820
- * }
1821
- *
1822
- * fs.stat('file', cb);
1823
- * }
1824
- * ```
1825
- *
1826
- * This API is hazardous because in the following case:
1827
- *
1828
- * ```js
1829
- * const maybeTrue = Math.random() > 0.5;
1830
- *
1831
- * maybeSync(maybeTrue, () => {
1832
- * foo();
1833
- * });
1834
- *
1835
- * bar();
1836
- * ```
1837
- *
1838
- * It is not clear whether `foo()` or `bar()` will be called first.
1839
- *
1840
- * The following approach is much better:
1841
- *
1842
- * ```js
1843
- * import { nextTick } from 'node:process';
1844
- *
1845
- * function definitelyAsync(arg, cb) {
1846
- * if (arg) {
1847
- * nextTick(cb);
1848
- * return;
1849
- * }
1850
- *
1851
- * fs.stat('file', cb);
1852
- * }
1853
- * ```
1854
- * @since v0.1.26
1855
- * @param args Additional arguments to pass when invoking the `callback`
1856
- */
1857
- nextTick(callback: Function, ...args: any[]): void;
1858
- /**
1859
- * The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process.
1860
- * See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior.
1861
- */
1862
- noDeprecation?: boolean;
1863
- /**
1864
- * This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag.
1865
- *
1866
- * `process.permission` is an object whose methods are used to manage permissions for the current process.
1867
- * Additional documentation is available in the [Permission Model](https://nodejs.org/api/permissions.html#permission-model).
1868
- * @since v20.0.0
1869
- */
1870
- permission: ProcessPermission;
1871
- /**
1872
- * The `process.release` property returns an `Object` containing metadata related
1873
- * to the current release, including URLs for the source tarball and headers-only
1874
- * tarball.
1875
- *
1876
- * `process.release` contains the following properties:
1877
- *
1878
- * ```json
1879
- * {
1880
- * "name": "node",
1881
- * "lts": "Hydrogen",
1882
- * "sourceUrl": "https://nodejs.org/download/release/v18.12.0/node-v18.12.0.tar.gz",
1883
- * "headersUrl": "https://nodejs.org/download/release/v18.12.0/node-v18.12.0-headers.tar.gz",
1884
- * "libUrl": "https://nodejs.org/download/release/v18.12.0/win-x64/node.lib"
1885
- * }
1886
- * ```
1887
- *
1888
- * In custom builds from non-release versions of the source tree, only the `name` property may be present. The additional properties should not be
1889
- * relied upon to exist.
1890
- * @since v3.0.0
1891
- */
1892
- readonly release: ProcessRelease;
1893
- readonly features: ProcessFeatures;
1894
- /**
1895
- * The `process.traceProcessWarnings` property indicates whether the `--trace-warnings` flag
1896
- * is set on the current Node.js process. This property allows programmatic control over the
1897
- * tracing of warnings, enabling or disabling stack traces for warnings at runtime.
1898
- *
1899
- * ```js
1900
- * // Enable trace warnings
1901
- * process.traceProcessWarnings = true;
1902
- *
1903
- * // Emit a warning with a stack trace
1904
- * process.emitWarning('Warning with stack trace');
1905
- *
1906
- * // Disable trace warnings
1907
- * process.traceProcessWarnings = false;
1908
- * ```
1909
- * @since v6.10.0
1910
- */
1911
- traceProcessWarnings: boolean;
1912
- /**
1913
- * `process.umask()` returns the Node.js process's file mode creation mask. Child
1914
- * processes inherit the mask from the parent process.
1915
- * @since v0.1.19
1916
- * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential
1917
- * security vulnerability. There is no safe, cross-platform alternative API.
1918
- */
1919
- umask(): number;
1920
- /**
1921
- * Can only be set if not in worker thread.
1922
- */
1923
- umask(mask: string | number): number;
1924
- /**
1925
- * The `process.uptime()` method returns the number of seconds the current Node.js
1926
- * process has been running.
1927
- *
1928
- * The return value includes fractions of a second. Use `Math.floor()` to get whole
1929
- * seconds.
1930
- * @since v0.5.0
1931
- */
1932
- uptime(): number;
1933
- hrtime: HRTime;
1934
- /**
1935
- * If the Node.js process was spawned with an IPC channel, the process.channel property is a reference to the IPC channel.
1936
- * If no IPC channel exists, this property is undefined.
1937
- * @since v7.1.0
1938
- */
1939
- channel?: Control;
1940
- /**
1941
- * If Node.js is spawned with an IPC channel, the `process.send()` method can be
1942
- * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object.
1943
- *
1944
- * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`.
1945
- *
1946
- * The message goes through serialization and parsing. The resulting message might
1947
- * not be the same as what is originally sent.
1948
- * @since v0.5.9
1949
- * @param options used to parameterize the sending of certain types of handles. `options` supports the following properties:
1950
- */
1951
- send?(
1952
- message: any,
1953
- sendHandle?: SendHandle,
1954
- options?: MessageOptions,
1955
- callback?: (error: Error | null) => void,
1956
- ): boolean;
1957
- send?(
1958
- message: any,
1959
- sendHandle: SendHandle,
1960
- callback?: (error: Error | null) => void,
1961
- ): boolean;
1962
- send?(
1963
- message: any,
1964
- callback: (error: Error | null) => void,
1965
- ): boolean;
1966
- /**
1967
- * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the
1968
- * IPC channel to the parent process, allowing the child process to exit gracefully
1969
- * once there are no other connections keeping it alive.
1970
- *
1971
- * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process.
1972
- *
1973
- * If the Node.js process was not spawned with an IPC channel, `process.disconnect()` will be `undefined`.
1974
- * @since v0.7.2
1975
- */
1976
- disconnect?(): void;
1977
- /**
1978
- * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return `true` so long as the IPC
1979
- * channel is connected and will return `false` after `process.disconnect()` is called.
1980
- *
1981
- * Once `process.connected` is `false`, it is no longer possible to send messages
1982
- * over the IPC channel using `process.send()`.
1983
- * @since v0.7.2
1984
- */
1985
- connected: boolean;
1986
- /**
1987
- * The `process.allowedNodeEnvironmentFlags` property is a special,
1988
- * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable.
1989
- *
1990
- * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides `Set.prototype.has` to recognize several different possible flag
1991
- * representations. `process.allowedNodeEnvironmentFlags.has()` will
1992
- * return `true` in the following cases:
1993
- *
1994
- * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g., `inspect-brk` for `--inspect-brk`, or `r` for `-r`.
1995
- * * Flags passed through to V8 (as listed in `--v8-options`) may replace
1996
- * one or more _non-leading_ dashes for an underscore, or vice-versa;
1997
- * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`,
1998
- * etc.
1999
- * * Flags may contain one or more equals (`=`) characters; all
2000
- * characters after and including the first equals will be ignored;
2001
- * e.g., `--stack-trace-limit=100`.
2002
- * * Flags _must_ be allowable within `NODE_OPTIONS`.
2003
- *
2004
- * When iterating over `process.allowedNodeEnvironmentFlags`, flags will
2005
- * appear only _once_; each will begin with one or more dashes. Flags
2006
- * passed through to V8 will contain underscores instead of non-leading
2007
- * dashes:
2008
- *
2009
- * ```js
2010
- * import { allowedNodeEnvironmentFlags } from 'node:process';
2011
- *
2012
- * allowedNodeEnvironmentFlags.forEach((flag) => {
2013
- * // -r
2014
- * // --inspect-brk
2015
- * // --abort_on_uncaught_exception
2016
- * // ...
2017
- * });
2018
- * ```
2019
- *
2020
- * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail
2021
- * silently.
2022
- *
2023
- * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will
2024
- * contain what _would have_ been allowable.
2025
- * @since v10.10.0
2026
- */
2027
- allowedNodeEnvironmentFlags: ReadonlySet<string>;
2028
- /**
2029
- * `process.report` is an object whose methods are used to generate diagnostic reports for the current process.
2030
- * Additional documentation is available in the [report documentation](https://nodejs.org/docs/latest-v26.x/api/report.html).
2031
- * @since v11.8.0
2032
- */
2033
- report: ProcessReport;
2034
- /**
2035
- * ```js
2036
- * import { resourceUsage } from 'node:process';
2037
- *
2038
- * console.log(resourceUsage());
2039
- * /*
2040
- * Will output:
2041
- * {
2042
- * userCPUTime: 82872,
2043
- * systemCPUTime: 4143,
2044
- * maxRSS: 33164,
2045
- * sharedMemorySize: 0,
2046
- * unsharedDataSize: 0,
2047
- * unsharedStackSize: 0,
2048
- * minorPageFault: 2469,
2049
- * majorPageFault: 0,
2050
- * swappedOut: 0,
2051
- * fsRead: 0,
2052
- * fsWrite: 8,
2053
- * ipcSent: 0,
2054
- * ipcReceived: 0,
2055
- * signalsCount: 0,
2056
- * voluntaryContextSwitches: 79,
2057
- * involuntaryContextSwitches: 1
2058
- * }
2059
- *
2060
- * ```
2061
- * @since v12.6.0
2062
- * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t].
2063
- */
2064
- resourceUsage(): ResourceUsage;
2065
- /**
2066
- * The initial value of `process.throwDeprecation` indicates whether the `--throw-deprecation` flag is set on the current Node.js process. `process.throwDeprecation`
2067
- * is mutable, so whether or not deprecation warnings result in errors may be altered at runtime. See the documentation for the 'warning' event and the emitWarning()
2068
- * method for more information.
2069
- *
2070
- * ```bash
2071
- * $ node --throw-deprecation -p "process.throwDeprecation"
2072
- * true
2073
- * $ node -p "process.throwDeprecation"
2074
- * undefined
2075
- * $ node
2076
- * > process.emitWarning('test', 'DeprecationWarning');
2077
- * undefined
2078
- * > (node:26598) DeprecationWarning: test
2079
- * > process.throwDeprecation = true;
2080
- * true
2081
- * > process.emitWarning('test', 'DeprecationWarning');
2082
- * Thrown:
2083
- * [DeprecationWarning: test] { name: 'DeprecationWarning' }
2084
- * ```
2085
- * @since v0.9.12
2086
- */
2087
- throwDeprecation: boolean;
2088
- /**
2089
- * The `process.traceDeprecation` property indicates whether the `--trace-deprecation` flag is set on the current Node.js process. See the
2090
- * documentation for the `'warning' event` and the `emitWarning() method` for more information about this
2091
- * flag's behavior.
2092
- * @since v0.8.0
2093
- */
2094
- traceDeprecation: boolean;
2095
- /**
2096
- * An object is "refable" if it implements the Node.js "Refable protocol".
2097
- * Specifically, this means that the object implements the `Symbol.for('nodejs.ref')`
2098
- * and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js
2099
- * event loop alive, while "unref'd" objects will not. Historically, this was
2100
- * implemented by using `ref()` and `unref()` methods directly on the objects.
2101
- * This pattern, however, is being deprecated in favor of the "Refable protocol"
2102
- * in order to better support Web Platform API types whose APIs cannot be modified
2103
- * to add `ref()` and `unref()` methods but still need to support that behavior.
2104
- * @since v22.14.0
2105
- * @experimental
2106
- * @param maybeRefable An object that may be "refable".
2107
- */
2108
- ref(maybeRefable: any): void;
2109
- /**
2110
- * An object is "unrefable" if it implements the Node.js "Refable protocol".
2111
- * Specifically, this means that the object implements the `Symbol.for('nodejs.ref')`
2112
- * and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js
2113
- * event loop alive, while "unref'd" objects will not. Historically, this was
2114
- * implemented by using `ref()` and `unref()` methods directly on the objects.
2115
- * This pattern, however, is being deprecated in favor of the "Refable protocol"
2116
- * in order to better support Web Platform API types whose APIs cannot be modified
2117
- * to add `ref()` and `unref()` methods but still need to support that behavior.
2118
- * @since v22.14.0
2119
- * @experimental
2120
- * @param maybeRefable An object that may be "unref'd".
2121
- */
2122
- unref(maybeRefable: any): void;
2123
- /**
2124
- * Replaces the current process with a new process.
2125
- *
2126
- * This is achieved by using the `execve` POSIX function and therefore no memory or other
2127
- * resources from the current process are preserved, except for the standard input,
2128
- * standard output and standard error file descriptor.
2129
- *
2130
- * All other resources are discarded by the system when the processes are swapped, without triggering
2131
- * any exit or close events and without running any cleanup handler.
2132
- *
2133
- * On success, all other resources are discarded by the system when the
2134
- * processes are swapped, without triggering any exit or close events, without
2135
- * running any JavaScript cleanup handler (for example `process.on('exit')`),
2136
- * and without invoking native `AtExit` callbacks registered through the
2137
- * embedder API. Callers that need to run cleanup logic should do so before
2138
- * calling `process.execve()`.
2139
- *
2140
- * This function does not return on success. If the underlying `execve(2)`
2141
- * system call fails, an `Error` is thrown whose `code` property is set to the
2142
- * corresponding `errno` string (for example, `'ENOENT'` when `file` does not
2143
- * exist), with `syscall` set to `'execve'` and `path` set to `file`. When
2144
- * `execve(2)` fails the current process continues to run with its state
2145
- * unchanged, so a caller may handle the error and take another action.
2146
- *
2147
- * This function is not available on Windows or IBM i.
2148
- * @since v22.15.0
2149
- * @experimental
2150
- * @param file The name or path of the executable file to run.
2151
- * @param args List of string arguments. No argument can contain a null-byte (`\u0000`).
2152
- * @param env Environment key-value pairs.
2153
- * No key or value can contain a null-byte (`\u0000`).
2154
- * **Default:** `process.env`.
2155
- */
2156
- execve?(file: string, args?: readonly string[], env?: ProcessEnv): never;
2157
- // #region InternalEventEmitter
2158
- addListener<E extends keyof ProcessEventMap>(
2159
- eventName: E,
2160
- listener: (...args: ProcessEventMap[E]) => void,
2161
- ): this;
2162
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
2163
- emit<E extends keyof ProcessEventMap>(eventName: E, ...args: ProcessEventMap[E]): boolean;
2164
- emit(eventName: string | symbol, ...args: any[]): boolean;
2165
- listenerCount<E extends keyof ProcessEventMap>(
2166
- eventName: E,
2167
- listener?: (...args: ProcessEventMap[E]) => void,
2168
- ): number;
2169
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
2170
- listeners<E extends keyof ProcessEventMap>(eventName: E): ((...args: ProcessEventMap[E]) => void)[];
2171
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
2172
- off<E extends keyof ProcessEventMap>(
2173
- eventName: E,
2174
- listener: (...args: ProcessEventMap[E]) => void,
2175
- ): this;
2176
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
2177
- on<E extends keyof ProcessEventMap>(
2178
- eventName: E,
2179
- listener: (...args: ProcessEventMap[E]) => void,
2180
- ): this;
2181
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
2182
- once<E extends keyof ProcessEventMap>(
2183
- eventName: E,
2184
- listener: (...args: ProcessEventMap[E]) => void,
2185
- ): this;
2186
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
2187
- prependListener<E extends keyof ProcessEventMap>(
2188
- eventName: E,
2189
- listener: (...args: ProcessEventMap[E]) => void,
2190
- ): this;
2191
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
2192
- prependOnceListener<E extends keyof ProcessEventMap>(
2193
- eventName: E,
2194
- listener: (...args: ProcessEventMap[E]) => void,
2195
- ): this;
2196
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
2197
- rawListeners<E extends keyof ProcessEventMap>(eventName: E): ((...args: ProcessEventMap[E]) => void)[];
2198
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
2199
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
2200
- removeAllListeners<E extends keyof ProcessEventMap>(eventName?: E): this;
2201
- removeAllListeners(eventName?: string | symbol): this;
2202
- removeListener<E extends keyof ProcessEventMap>(
2203
- eventName: E,
2204
- listener: (...args: ProcessEventMap[E]) => void,
2205
- ): this;
2206
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
2207
- // #endregion
2208
- }
2209
- }
2210
- }
2211
- export = process;
2212
- }
2213
- declare module "process" {
2214
- import process = require("node:process");
2215
- export = process;
2216
- }