cloudstructs 0.9.12 → 0.9.14

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 (2974) hide show
  1. package/.jsii +4 -4
  2. package/assets/slack-textract/detect.lambda/index.js +16621 -15842
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/email-receiver/whitelist.lambda.js +2 -3
  8. package/lib/mjml-template/index.js +1 -1
  9. package/lib/saml-identity-provider/index.js +2 -2
  10. package/lib/slack-app/manifest.js +1 -1
  11. package/lib/slack-app/provider.lambda.js +2 -3
  12. package/lib/slack-app/slack-app.js +2 -2
  13. package/lib/slack-events/events.lambda.js +2 -3
  14. package/lib/slack-events/index.js +1 -1
  15. package/lib/slack-events/signature.js +2 -3
  16. package/lib/slack-textract/detect.lambda.d.ts +0 -17
  17. package/lib/slack-textract/detect.lambda.js +12 -5
  18. package/lib/slack-textract/index.js +1 -1
  19. package/lib/ssl-server-test/analyze.lambda.js +2 -3
  20. package/lib/ssl-server-test/extract-grade.lambda.js +2 -3
  21. package/lib/ssl-server-test/index.js +1 -1
  22. package/lib/state-machine-cr-provider/index.js +1 -1
  23. package/lib/state-machine-cr-provider/runtime/http.js +3 -3
  24. package/lib/state-machine-cr-provider/runtime/index.js +5 -5
  25. package/lib/static-website/index.js +1 -1
  26. package/lib/static-website/origin-request.edge-lambda.js +2 -3
  27. package/lib/toolkit-cleaner/clean-images.lambda.js +2 -3
  28. package/lib/toolkit-cleaner/clean-objects.lambda.js +2 -3
  29. package/lib/toolkit-cleaner/extract-template-hashes.lambda.js +2 -3
  30. package/lib/toolkit-cleaner/get-stack-names.lambda.js +2 -3
  31. package/lib/toolkit-cleaner/index.js +1 -1
  32. package/lib/url-shortener/index.js +1 -1
  33. package/lib/url-shortener/redirect.edge-lambda.js +2 -3
  34. package/lib/url-shortener/shortener.lambda.js +2 -3
  35. package/node_modules/@babel/runtime/helpers/extends.js +2 -2
  36. package/node_modules/@babel/runtime/helpers/get.js +2 -2
  37. package/node_modules/@babel/runtime/helpers/getPrototypeOf.js +2 -2
  38. package/node_modules/@babel/runtime/helpers/setPrototypeOf.js +2 -2
  39. package/node_modules/@babel/runtime/helpers/typeof.js +2 -2
  40. package/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +2 -2
  41. package/node_modules/@babel/runtime/package.json +1 -1
  42. package/node_modules/@slack/logger/README.md +33 -0
  43. package/node_modules/@slack/logger/dist/index.d.ts +0 -6
  44. package/node_modules/@slack/logger/dist/index.d.ts.map +1 -1
  45. package/node_modules/@slack/logger/dist/index.js +6 -3
  46. package/node_modules/@slack/logger/dist/index.js.map +1 -1
  47. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  48. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +5 -5
  49. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +5 -5
  50. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +12 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +2 -2
  52. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +15 -15
  53. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -17
  54. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +5 -78
  55. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
  56. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  57. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +18 -17
  58. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  59. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1 -1
  60. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +19 -0
  61. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +75 -2
  62. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +99 -1
  63. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +15 -2
  64. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2 -2
  65. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  66. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -0
  67. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
  68. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -14
  69. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
  70. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -3
  71. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  72. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +10 -1
  73. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +45 -9
  74. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +178 -19
  75. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  76. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  77. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +10 -10
  78. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +12 -12
  79. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +1 -1
  80. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +213 -0
  81. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +9 -9
  82. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  83. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +378 -101
  84. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  85. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +5 -2
  86. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +6 -6
  87. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  88. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +19 -2
  89. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +8 -2
  90. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +2 -2
  91. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +5 -7
  92. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  93. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +19 -1
  94. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +12 -3
  95. package/node_modules/@slack/logger/node_modules/undici-types/LICENSE +21 -0
  96. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +29 -0
  97. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +108 -0
  98. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  99. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +255 -0
  100. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  101. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +149 -0
  102. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +63 -0
  103. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +209 -0
  104. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +108 -0
  105. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +15 -0
  106. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +71 -0
  107. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +15 -0
  108. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  109. package/node_modules/@slack/logger/node_modules/undici-types/package.json +55 -0
  110. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +39 -0
  111. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +28 -0
  112. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +60 -0
  113. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +8 -0
  114. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +116 -0
  115. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +18 -0
  116. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +222 -0
  117. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +152 -0
  118. package/node_modules/@slack/logger/package.json +27 -16
  119. package/node_modules/@slack/web-api/LICENSE +23 -0
  120. package/node_modules/@slack/web-api/README.md +6 -15
  121. package/node_modules/@slack/web-api/dist/WebClient.d.ts +23 -15
  122. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  123. package/node_modules/@slack/web-api/dist/WebClient.js +312 -281
  124. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  125. package/node_modules/@slack/web-api/dist/errors.d.ts +2 -1
  126. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  127. package/node_modules/@slack/web-api/dist/errors.js +6 -3
  128. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  129. package/node_modules/@slack/web-api/dist/file-upload.d.ts +1 -8
  130. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  131. package/node_modules/@slack/web-api/dist/file-upload.js +138 -97
  132. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  133. package/node_modules/@slack/web-api/dist/index.d.ts +3 -2
  134. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  135. package/node_modules/@slack/web-api/dist/index.js +2 -1
  136. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  137. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  138. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  139. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  140. package/node_modules/@slack/web-api/dist/methods.d.ts +1077 -1451
  141. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  142. package/node_modules/@slack/web-api/dist/methods.js +1075 -140
  143. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  144. package/node_modules/@slack/web-api/dist/retry-policies.d.ts +2 -2
  145. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  146. package/node_modules/@slack/web-api/dist/types/helpers.d.ts +5 -0
  147. package/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -0
  148. package/node_modules/@slack/web-api/dist/types/helpers.js +3 -0
  149. package/node_modules/@slack/web-api/dist/types/helpers.js.map +1 -0
  150. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +42 -0
  151. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -0
  152. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +3 -0
  153. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +1 -0
  154. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +78 -0
  155. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -0
  156. package/node_modules/@slack/web-api/dist/types/request/admin/apps.js +3 -0
  157. package/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +1 -0
  158. package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +21 -0
  159. package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -0
  160. package/node_modules/@slack/web-api/dist/types/request/admin/auth.js +3 -0
  161. package/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +1 -0
  162. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +24 -0
  163. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -0
  164. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +3 -0
  165. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +1 -0
  166. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +155 -0
  167. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -0
  168. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +3 -0
  169. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +1 -0
  170. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +32 -0
  171. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -0
  172. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +3 -0
  173. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +1 -0
  174. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +20 -0
  175. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -0
  176. package/node_modules/@slack/web-api/dist/types/request/admin/functions.js +3 -0
  177. package/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +1 -0
  178. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +17 -0
  179. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -0
  180. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +3 -0
  181. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +1 -0
  182. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +29 -0
  183. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -0
  184. package/node_modules/@slack/web-api/dist/types/request/admin/roles.js +3 -0
  185. package/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +1 -0
  186. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +40 -0
  187. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -0
  188. package/node_modules/@slack/web-api/dist/types/request/admin/teams.js +3 -0
  189. package/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +1 -0
  190. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +31 -0
  191. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -0
  192. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +3 -0
  193. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +1 -0
  194. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +120 -0
  195. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -0
  196. package/node_modules/@slack/web-api/dist/types/request/admin/users.js +3 -0
  197. package/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +1 -0
  198. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +37 -0
  199. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -0
  200. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +3 -0
  201. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +1 -0
  202. package/node_modules/@slack/web-api/dist/types/request/api.d.ts +6 -0
  203. package/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -0
  204. package/node_modules/@slack/web-api/dist/types/request/api.js +3 -0
  205. package/node_modules/@slack/web-api/dist/types/request/api.js.map +1 -0
  206. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +23 -0
  207. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -0
  208. package/node_modules/@slack/web-api/dist/types/request/apps.js +3 -0
  209. package/node_modules/@slack/web-api/dist/types/request/apps.js.map +1 -0
  210. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts +19 -0
  211. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -0
  212. package/node_modules/@slack/web-api/dist/types/request/auth.js +3 -0
  213. package/node_modules/@slack/web-api/dist/types/request/auth.js.map +1 -0
  214. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +32 -0
  215. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -0
  216. package/node_modules/@slack/web-api/dist/types/request/bookmarks.js +3 -0
  217. package/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +1 -0
  218. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts +7 -0
  219. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -0
  220. package/node_modules/@slack/web-api/dist/types/request/bots.js +3 -0
  221. package/node_modules/@slack/web-api/dist/types/request/bots.js.map +1 -0
  222. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +56 -0
  223. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -0
  224. package/node_modules/@slack/web-api/dist/types/request/calls.js +3 -0
  225. package/node_modules/@slack/web-api/dist/types/request/calls.js.map +1 -0
  226. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +78 -0
  227. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -0
  228. package/node_modules/@slack/web-api/dist/types/request/canvas.js +3 -0
  229. package/node_modules/@slack/web-api/dist/types/request/canvas.js.map +1 -0
  230. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +200 -0
  231. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -0
  232. package/node_modules/@slack/web-api/dist/types/request/chat.js +3 -0
  233. package/node_modules/@slack/web-api/dist/types/request/chat.js.map +1 -0
  234. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +115 -0
  235. package/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -0
  236. package/node_modules/@slack/web-api/dist/types/request/common.js +4 -0
  237. package/node_modules/@slack/web-api/dist/types/request/common.js.map +1 -0
  238. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +137 -0
  239. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -0
  240. package/node_modules/@slack/web-api/dist/types/request/conversations.js +3 -0
  241. package/node_modules/@slack/web-api/dist/types/request/conversations.js.map +1 -0
  242. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +9 -0
  243. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -0
  244. package/node_modules/@slack/web-api/dist/types/request/dialog.js +3 -0
  245. package/node_modules/@slack/web-api/dist/types/request/dialog.js.map +1 -0
  246. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +17 -0
  247. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -0
  248. package/node_modules/@slack/web-api/dist/types/request/dnd.js +3 -0
  249. package/node_modules/@slack/web-api/dist/types/request/dnd.js.map +1 -0
  250. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +7 -0
  251. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -0
  252. package/node_modules/@slack/web-api/dist/types/request/emoji.js +3 -0
  253. package/node_modules/@slack/web-api/dist/types/request/emoji.js.map +1 -0
  254. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +177 -0
  255. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -0
  256. package/node_modules/@slack/web-api/dist/types/request/files.js +3 -0
  257. package/node_modules/@slack/web-api/dist/types/request/files.js.map +1 -0
  258. package/node_modules/@slack/web-api/dist/types/request/functions.d.ts +12 -0
  259. package/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +1 -0
  260. package/node_modules/@slack/web-api/dist/types/request/functions.js +3 -0
  261. package/node_modules/@slack/web-api/dist/types/request/functions.js.map +1 -0
  262. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +43 -0
  263. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -0
  264. package/node_modules/@slack/web-api/dist/types/request/index.js.map +1 -0
  265. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +257 -0
  266. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -0
  267. package/node_modules/@slack/web-api/dist/types/request/manifest.js +3 -0
  268. package/node_modules/@slack/web-api/dist/types/request/manifest.js.map +1 -0
  269. package/node_modules/@slack/web-api/dist/types/request/migration.d.ts +8 -0
  270. package/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +1 -0
  271. package/node_modules/@slack/web-api/dist/types/request/migration.js +3 -0
  272. package/node_modules/@slack/web-api/dist/types/request/migration.js.map +1 -0
  273. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +12 -0
  274. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -0
  275. package/node_modules/@slack/web-api/dist/types/request/oauth.js +3 -0
  276. package/node_modules/@slack/web-api/dist/types/request/oauth.js.map +1 -0
  277. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts +6 -0
  278. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -0
  279. package/node_modules/@slack/web-api/dist/types/request/openid.js +3 -0
  280. package/node_modules/@slack/web-api/dist/types/request/openid.js.map +1 -0
  281. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts +10 -0
  282. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -0
  283. package/node_modules/@slack/web-api/dist/types/request/pins.js +3 -0
  284. package/node_modules/@slack/web-api/dist/types/request/pins.js.map +1 -0
  285. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +20 -0
  286. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -0
  287. package/node_modules/@slack/web-api/dist/types/request/reactions.js +3 -0
  288. package/node_modules/@slack/web-api/dist/types/request/reactions.js.map +1 -0
  289. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +51 -0
  290. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -0
  291. package/node_modules/@slack/web-api/dist/types/request/reminders.js +3 -0
  292. package/node_modules/@slack/web-api/dist/types/request/reminders.js.map +1 -0
  293. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +28 -0
  294. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -0
  295. package/node_modules/@slack/web-api/dist/types/request/rtm.js +3 -0
  296. package/node_modules/@slack/web-api/dist/types/request/rtm.js.map +1 -0
  297. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +20 -0
  298. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -0
  299. package/node_modules/@slack/web-api/dist/types/request/search.js +3 -0
  300. package/node_modules/@slack/web-api/dist/types/request/search.js.map +1 -0
  301. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts +11 -0
  302. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -0
  303. package/node_modules/@slack/web-api/dist/types/request/stars.js +3 -0
  304. package/node_modules/@slack/web-api/dist/types/request/stars.js.map +1 -0
  305. package/node_modules/@slack/web-api/dist/types/request/team.d.ts +51 -0
  306. package/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -0
  307. package/node_modules/@slack/web-api/dist/types/request/team.js +3 -0
  308. package/node_modules/@slack/web-api/dist/types/request/team.js.map +1 -0
  309. package/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +5 -0
  310. package/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +1 -0
  311. package/node_modules/@slack/web-api/dist/types/request/tooling.js +3 -0
  312. package/node_modules/@slack/web-api/dist/types/request/tooling.js.map +1 -0
  313. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +51 -0
  314. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -0
  315. package/node_modules/@slack/web-api/dist/types/request/usergroups.js +3 -0
  316. package/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +1 -0
  317. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +86 -0
  318. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -0
  319. package/node_modules/@slack/web-api/dist/types/request/users.js +3 -0
  320. package/node_modules/@slack/web-api/dist/types/request/users.js.map +1 -0
  321. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +49 -0
  322. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -0
  323. package/node_modules/@slack/web-api/dist/types/request/views.js +3 -0
  324. package/node_modules/@slack/web-api/dist/types/request/views.js.map +1 -0
  325. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +31 -0
  326. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -0
  327. package/node_modules/@slack/web-api/dist/types/request/workflows.js +3 -0
  328. package/node_modules/@slack/web-api/dist/types/request/workflows.js.map +1 -0
  329. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +78 -0
  330. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
  331. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +3 -0
  332. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +1 -0
  333. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +74 -0
  334. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
  335. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +1 -0
  336. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +9 -0
  337. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -0
  338. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +1 -0
  339. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +58 -0
  340. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
  341. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +1 -0
  342. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +9 -0
  343. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
  344. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +1 -0
  345. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +22 -0
  346. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
  347. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +1 -0
  348. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +8 -0
  349. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
  350. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +1 -0
  351. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
  352. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
  353. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +1 -0
  354. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +67 -0
  355. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
  356. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +1 -0
  357. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +9 -0
  358. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -0
  359. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +1 -0
  360. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +58 -0
  361. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
  362. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +1 -0
  363. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +9 -0
  364. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -0
  365. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +1 -0
  366. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
  367. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
  368. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
  369. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
  370. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
  371. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
  372. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
  373. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
  374. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
  375. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +25 -0
  376. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -0
  377. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +1 -0
  378. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +8 -0
  379. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
  380. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +1 -0
  381. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +21 -0
  382. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -0
  383. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +1 -0
  384. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +21 -0
  385. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
  386. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +1 -0
  387. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +8 -0
  388. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
  389. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +1 -0
  390. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
  391. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
  392. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
  393. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
  394. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
  395. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
  396. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
  397. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
  398. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +1 -0
  399. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
  400. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
  401. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
  402. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
  403. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
  404. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
  405. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +13 -0
  406. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -0
  407. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +1 -0
  408. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +8 -0
  409. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
  410. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +1 -0
  411. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
  412. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
  413. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
  414. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
  415. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
  416. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
  417. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +27 -0
  418. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
  419. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
  420. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
  421. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
  422. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
  423. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
  424. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
  425. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +1 -0
  426. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +13 -0
  427. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -0
  428. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +1 -0
  429. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +13 -0
  430. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -0
  431. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +1 -0
  432. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
  433. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
  434. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
  435. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +8 -0
  436. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -0
  437. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +1 -0
  438. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
  439. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
  440. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
  441. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
  442. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
  443. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
  444. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
  445. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
  446. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
  447. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +70 -0
  448. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -0
  449. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +1 -0
  450. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
  451. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
  452. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
  453. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
  454. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
  455. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
  456. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
  457. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
  458. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +1 -0
  459. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
  460. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
  461. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +1 -0
  462. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
  463. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
  464. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
  465. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
  466. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
  467. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
  468. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
  469. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
  470. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
  471. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +12 -0
  472. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
  473. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +1 -0
  474. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +12 -0
  475. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -0
  476. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +1 -0
  477. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +20 -0
  478. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -0
  479. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +1 -0
  480. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +12 -0
  481. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
  482. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +1 -0
  483. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +12 -0
  484. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -0
  485. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +1 -0
  486. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +36 -0
  487. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -0
  488. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +1 -0
  489. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +34 -0
  490. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
  491. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
  492. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
  493. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
  494. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
  495. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
  496. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
  497. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +1 -0
  498. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +44 -0
  499. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
  500. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
  501. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +30 -0
  502. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
  503. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
  504. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
  505. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
  506. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +1 -0
  507. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +23 -0
  508. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
  509. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +1 -0
  510. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
  511. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
  512. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
  513. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
  514. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
  515. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +1 -0
  516. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
  517. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
  518. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
  519. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +13 -0
  520. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
  521. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +1 -0
  522. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +13 -0
  523. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -0
  524. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +1 -0
  525. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +24 -0
  526. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -0
  527. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +1 -0
  528. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +13 -0
  529. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
  530. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +1 -0
  531. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
  532. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
  533. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
  534. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
  535. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
  536. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
  537. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
  538. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
  539. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
  540. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
  541. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
  542. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
  543. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
  544. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
  545. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
  546. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
  547. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
  548. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
  549. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
  550. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
  551. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
  552. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
  553. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
  554. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
  555. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +55 -0
  556. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
  557. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
  558. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
  559. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
  560. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
  561. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +8 -0
  562. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -0
  563. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +1 -0
  564. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +12 -0
  565. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -0
  566. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +1 -0
  567. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +33 -0
  568. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -0
  569. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +1 -0
  570. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +8 -0
  571. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -0
  572. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +1 -0
  573. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
  574. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
  575. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
  576. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
  577. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
  578. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
  579. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
  580. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
  581. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
  582. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +27 -0
  583. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -0
  584. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +1 -0
  585. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
  586. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
  587. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
  588. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +8 -0
  589. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
  590. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +1 -0
  591. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
  592. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
  593. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
  594. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +8 -0
  595. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
  596. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +1 -0
  597. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +8 -0
  598. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
  599. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +1 -0
  600. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +8 -0
  601. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
  602. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +1 -0
  603. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +8 -0
  604. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
  605. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +1 -0
  606. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
  607. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
  608. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
  609. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
  610. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
  611. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
  612. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
  613. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
  614. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
  615. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
  616. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
  617. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
  618. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +65 -0
  619. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
  620. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +1 -0
  621. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
  622. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
  623. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
  624. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +13 -0
  625. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -0
  626. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +1 -0
  627. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +9 -0
  628. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
  629. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +1 -0
  630. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
  631. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
  632. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +1 -0
  633. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +27 -0
  634. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -0
  635. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +1 -0
  636. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +8 -0
  637. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -0
  638. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +1 -0
  639. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +112 -0
  640. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -0
  641. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +1 -0
  642. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +10 -0
  643. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -0
  644. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +1 -0
  645. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +19 -0
  646. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -0
  647. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +1 -0
  648. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +8 -0
  649. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
  650. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +1 -0
  651. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +8 -0
  652. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
  653. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +1 -0
  654. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
  655. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
  656. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +1 -0
  657. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +8 -0
  658. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
  659. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +1 -0
  660. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +8 -0
  661. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
  662. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +1 -0
  663. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
  664. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
  665. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
  666. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +12 -0
  667. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -0
  668. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +1 -0
  669. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +8 -0
  670. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -0
  671. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +1 -0
  672. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +28 -0
  673. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -0
  674. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +1 -0
  675. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +19 -0
  676. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -0
  677. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +1 -0
  678. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +31 -0
  679. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -0
  680. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +1 -0
  681. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +31 -0
  682. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -0
  683. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +1 -0
  684. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +31 -0
  685. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -0
  686. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +1 -0
  687. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +12 -0
  688. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -0
  689. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +1 -0
  690. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +23 -0
  691. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -0
  692. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +1 -0
  693. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +29 -0
  694. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -0
  695. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +1 -0
  696. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +27 -0
  697. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -0
  698. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +1 -0
  699. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +26 -0
  700. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -0
  701. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +1 -0
  702. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +26 -0
  703. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -0
  704. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +1 -0
  705. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +26 -0
  706. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
  707. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +1 -0
  708. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +26 -0
  709. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -0
  710. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +1 -0
  711. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +13 -0
  712. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -0
  713. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +12 -0
  714. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +1 -0
  715. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +13 -0
  716. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -0
  717. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +12 -0
  718. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +1 -0
  719. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +14 -0
  720. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -0
  721. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +12 -0
  722. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +1 -0
  723. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +11 -0
  724. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -0
  725. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +12 -0
  726. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +1 -0
  727. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +13 -0
  728. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -0
  729. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +12 -0
  730. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +1 -0
  731. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +16 -0
  732. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -0
  733. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +12 -0
  734. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +1 -0
  735. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +8 -0
  736. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -0
  737. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +1 -0
  738. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +38 -0
  739. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -0
  740. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +1 -0
  741. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +324 -0
  742. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -0
  743. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +1 -0
  744. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +250 -0
  745. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -0
  746. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +1 -0
  747. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +46 -0
  748. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -0
  749. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +1 -0
  750. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +46 -0
  751. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -0
  752. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +1 -0
  753. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +8 -0
  754. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -0
  755. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +1 -0
  756. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +8 -0
  757. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -0
  758. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +1 -0
  759. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +42 -0
  760. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -0
  761. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +1 -0
  762. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +8 -0
  763. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -0
  764. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +1 -0
  765. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +34 -0
  766. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -0
  767. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +1 -0
  768. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +46 -0
  769. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -0
  770. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +1 -0
  771. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +9 -0
  772. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
  773. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +1 -0
  774. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +9 -0
  775. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -0
  776. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +1 -0
  777. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +8 -0
  778. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
  779. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +1 -0
  780. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +10 -0
  781. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -0
  782. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +1 -0
  783. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
  784. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
  785. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
  786. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +10 -0
  787. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -0
  788. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +1 -0
  789. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +10 -0
  790. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -0
  791. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +1 -0
  792. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +9 -0
  793. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -0
  794. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +1 -0
  795. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +1210 -0
  796. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -0
  797. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +49 -0
  798. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -0
  799. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +670 -0
  800. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -0
  801. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +38 -0
  802. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -0
  803. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +20 -0
  804. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
  805. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +1 -0
  806. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +8 -0
  807. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -0
  808. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +1 -0
  809. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +689 -0
  810. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -0
  811. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +49 -0
  812. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -0
  813. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
  814. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
  815. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
  816. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
  817. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
  818. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
  819. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +8 -0
  820. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -0
  821. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +1 -0
  822. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +14 -0
  823. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -0
  824. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +12 -0
  825. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +1 -0
  826. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +10 -0
  827. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -0
  828. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +1 -0
  829. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +48 -0
  830. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -0
  831. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +1 -0
  832. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
  833. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
  834. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
  835. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +8 -0
  836. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -0
  837. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +12 -0
  838. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +1 -0
  839. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +1223 -0
  840. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -0
  841. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +49 -0
  842. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -0
  843. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +56 -0
  844. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -0
  845. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +1 -0
  846. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +52 -0
  847. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -0
  848. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +1 -0
  849. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +12 -0
  850. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
  851. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +1 -0
  852. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +61 -0
  853. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -0
  854. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +1 -0
  855. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +8 -0
  856. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -0
  857. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +1 -0
  858. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +8 -0
  859. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -0
  860. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +1 -0
  861. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +100 -0
  862. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
  863. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +1 -0
  864. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +71 -0
  865. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -0
  866. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +1 -0
  867. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +8 -0
  868. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -0
  869. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +1 -0
  870. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +13 -0
  871. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -0
  872. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +1 -0
  873. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +641 -0
  874. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -0
  875. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +38 -0
  876. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -0
  877. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +46 -0
  878. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -0
  879. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +1 -0
  880. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +1192 -0
  881. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -0
  882. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +49 -0
  883. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -0
  884. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +43 -0
  885. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
  886. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +1 -0
  887. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +43 -0
  888. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -0
  889. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +1 -0
  890. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +8 -0
  891. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
  892. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +1 -0
  893. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +13 -0
  894. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -0
  895. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +1 -0
  896. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +8 -0
  897. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -0
  898. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +1 -0
  899. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +12 -0
  900. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -0
  901. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +1 -0
  902. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +11 -0
  903. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -0
  904. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +1 -0
  905. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +12 -0
  906. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -0
  907. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +1 -0
  908. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +16 -0
  909. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -0
  910. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +1 -0
  911. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +18 -0
  912. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -0
  913. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +1 -0
  914. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +9 -0
  915. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -0
  916. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +1 -0
  917. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +8 -0
  918. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
  919. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +1 -0
  920. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +17 -0
  921. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -0
  922. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +1 -0
  923. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +88 -0
  924. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
  925. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +1 -0
  926. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +8 -0
  927. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -0
  928. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +1 -0
  929. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
  930. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
  931. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +1 -0
  932. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +508 -0
  933. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -0
  934. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +31 -0
  935. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -0
  936. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +502 -0
  937. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -0
  938. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +31 -0
  939. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -0
  940. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +495 -0
  941. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -0
  942. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +31 -0
  943. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -0
  944. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +495 -0
  945. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -0
  946. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +31 -0
  947. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -0
  948. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +499 -0
  949. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -0
  950. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +31 -0
  951. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -0
  952. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +8 -0
  953. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
  954. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +1 -0
  955. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +495 -0
  956. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -0
  957. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +31 -0
  958. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -0
  959. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +495 -0
  960. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
  961. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +31 -0
  962. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -0
  963. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +495 -0
  964. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
  965. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +31 -0
  966. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -0
  967. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +495 -0
  968. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
  969. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +31 -0
  970. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -0
  971. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +495 -0
  972. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -0
  973. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +31 -0
  974. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -0
  975. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +8 -0
  976. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -0
  977. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +1 -0
  978. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +8 -0
  979. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -0
  980. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +1 -0
  981. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +14 -0
  982. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -0
  983. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +1 -0
  984. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +8 -0
  985. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -0
  986. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +1 -0
  987. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +46 -0
  988. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -0
  989. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +1 -0
  990. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +38 -0
  991. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -0
  992. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +1 -0
  993. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +24 -0
  994. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -0
  995. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +1 -0
  996. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +45 -0
  997. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -0
  998. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +1 -0
  999. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +46 -0
  1000. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -0
  1001. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +1 -0
  1002. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +14 -0
  1003. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -0
  1004. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +1 -0
  1005. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +14 -0
  1006. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -0
  1007. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +1 -0
  1008. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +37 -0
  1009. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -0
  1010. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +1 -0
  1011. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +14 -0
  1012. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -0
  1013. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +1 -0
  1014. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +16 -0
  1015. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -0
  1016. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +1 -0
  1017. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +33 -0
  1018. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -0
  1019. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +1 -0
  1020. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +47 -0
  1021. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -0
  1022. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +1 -0
  1023. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +15 -0
  1024. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -0
  1025. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +1 -0
  1026. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +15 -0
  1027. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -0
  1028. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +1 -0
  1029. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +14 -0
  1030. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -0
  1031. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +1 -0
  1032. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +14 -0
  1033. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -0
  1034. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +1 -0
  1035. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +122 -0
  1036. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -0
  1037. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +1 -0
  1038. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +26 -0
  1039. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -0
  1040. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +1 -0
  1041. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +14 -0
  1042. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -0
  1043. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +1 -0
  1044. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +20 -0
  1045. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -0
  1046. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +1 -0
  1047. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +47 -0
  1048. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -0
  1049. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +1 -0
  1050. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +15 -0
  1051. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -0
  1052. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +1 -0
  1053. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +14 -0
  1054. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -0
  1055. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +1 -0
  1056. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +49 -0
  1057. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -0
  1058. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +1 -0
  1059. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +36 -0
  1060. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -0
  1061. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +1 -0
  1062. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +14 -0
  1063. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -0
  1064. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +1 -0
  1065. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +64 -0
  1066. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -0
  1067. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +1 -0
  1068. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +47 -0
  1069. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -0
  1070. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +1 -0
  1071. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +44 -0
  1072. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -0
  1073. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +1 -0
  1074. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +9 -0
  1075. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -0
  1076. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +1 -0
  1077. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +39 -0
  1078. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -0
  1079. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +1 -0
  1080. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +43 -0
  1081. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -0
  1082. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +1 -0
  1083. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +14 -0
  1084. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
  1085. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +1 -0
  1086. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
  1087. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
  1088. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +1 -0
  1089. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +8 -0
  1090. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -0
  1091. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +1 -0
  1092. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +502 -0
  1093. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -0
  1094. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +31 -0
  1095. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -0
  1096. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +8 -0
  1097. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -0
  1098. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +1 -0
  1099. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +8 -0
  1100. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -0
  1101. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +1 -0
  1102. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +663 -0
  1103. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -0
  1104. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +38 -0
  1105. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -0
  1106. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +1208 -0
  1107. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -0
  1108. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +49 -0
  1109. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -0
  1110. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +8 -0
  1111. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -0
  1112. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +1 -0
  1113. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +22 -0
  1114. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -0
  1115. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +1 -0
  1116. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +8 -0
  1117. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -0
  1118. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +1 -0
  1119. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +8 -0
  1120. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -0
  1121. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +1 -0
  1122. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +18 -0
  1123. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -0
  1124. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +1 -0
  1125. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +24 -0
  1126. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -0
  1127. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +1 -0
  1128. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +20 -0
  1129. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -0
  1130. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +1 -0
  1131. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +2200 -0
  1132. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -0
  1133. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +78 -0
  1134. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -0
  1135. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +1381 -0
  1136. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -0
  1137. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +83 -0
  1138. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -0
  1139. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +1303 -0
  1140. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -0
  1141. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +64 -0
  1142. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -0
  1143. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +1242 -0
  1144. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -0
  1145. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +68 -0
  1146. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -0
  1147. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +8 -0
  1148. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -0
  1149. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +1 -0
  1150. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +689 -0
  1151. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -0
  1152. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +1 -0
  1153. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +8 -0
  1154. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -0
  1155. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +1 -0
  1156. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +32 -0
  1157. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -0
  1158. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +1 -0
  1159. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +18 -0
  1160. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -0
  1161. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +1 -0
  1162. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +9 -0
  1163. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -0
  1164. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +1 -0
  1165. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +12 -0
  1166. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -0
  1167. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +12 -0
  1168. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +1 -0
  1169. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +109 -0
  1170. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -0
  1171. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +12 -0
  1172. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +1 -0
  1173. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +35 -0
  1174. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -0
  1175. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +1 -0
  1176. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +34 -0
  1177. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
  1178. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +1 -0
  1179. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +13 -0
  1180. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -0
  1181. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +1 -0
  1182. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +44 -0
  1183. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -0
  1184. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +1 -0
  1185. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +18 -0
  1186. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -0
  1187. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +1 -0
  1188. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +33 -0
  1189. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -0
  1190. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +1 -0
  1191. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +34 -0
  1192. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -0
  1193. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +1 -0
  1194. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +33 -0
  1195. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -0
  1196. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +1 -0
  1197. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +34 -0
  1198. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -0
  1199. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +1 -0
  1200. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +33 -0
  1201. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -0
  1202. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +1 -0
  1203. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +9 -0
  1204. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -0
  1205. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +1 -0
  1206. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +33 -0
  1207. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
  1208. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +1 -0
  1209. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +77 -0
  1210. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -0
  1211. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +1 -0
  1212. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +8 -0
  1213. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -0
  1214. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +1 -0
  1215. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +13 -0
  1216. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -0
  1217. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +12 -0
  1218. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +1 -0
  1219. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +15 -0
  1220. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -0
  1221. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +1 -0
  1222. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +26 -0
  1223. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -0
  1224. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +1 -0
  1225. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +88 -0
  1226. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -0
  1227. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +1 -0
  1228. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +99 -0
  1229. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -0
  1230. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +1 -0
  1231. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +76 -0
  1232. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -0
  1233. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +1 -0
  1234. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +54 -0
  1235. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -0
  1236. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +1 -0
  1237. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +54 -0
  1238. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -0
  1239. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +1 -0
  1240. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +8 -0
  1241. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -0
  1242. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +1 -0
  1243. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +20 -0
  1244. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -0
  1245. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +1 -0
  1246. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +8 -0
  1247. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -0
  1248. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +1 -0
  1249. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +260 -0
  1250. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -0
  1251. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +32 -0
  1252. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -0
  1253. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +260 -0
  1254. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -0
  1255. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +32 -0
  1256. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -0
  1257. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +260 -0
  1258. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -0
  1259. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +32 -0
  1260. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -0
  1261. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +260 -0
  1262. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -0
  1263. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +32 -0
  1264. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -0
  1265. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +8 -0
  1266. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
  1267. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +1 -0
  1268. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +8 -0
  1269. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
  1270. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +1 -0
  1271. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +8 -0
  1272. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
  1273. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +1 -0
  1274. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +303 -0
  1275. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -0
  1276. package/node_modules/@slack/web-api/dist/types/response/index.js +3 -0
  1277. package/node_modules/@slack/web-api/dist/types/response/index.js.map +1 -0
  1278. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  1279. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +5 -5
  1280. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +5 -5
  1281. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +12 -1
  1282. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +2 -2
  1283. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +15 -15
  1284. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -17
  1285. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +5 -78
  1286. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
  1287. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  1288. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +18 -17
  1289. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  1290. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +1 -1
  1291. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +19 -0
  1292. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +75 -2
  1293. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +99 -1
  1294. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +15 -2
  1295. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
  1296. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  1297. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -0
  1298. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
  1299. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -14
  1300. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +1 -1
  1301. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -3
  1302. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  1303. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +10 -1
  1304. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +45 -9
  1305. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +178 -19
  1306. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  1307. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  1308. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +10 -10
  1309. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +12 -12
  1310. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +1 -1
  1311. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +213 -0
  1312. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +9 -9
  1313. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  1314. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +378 -101
  1315. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  1316. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +5 -2
  1317. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +6 -6
  1318. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  1319. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +19 -2
  1320. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +8 -2
  1321. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +2 -2
  1322. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +5 -7
  1323. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  1324. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +19 -1
  1325. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +12 -3
  1326. package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +21 -0
  1327. package/node_modules/@slack/web-api/node_modules/undici-types/README.md +6 -0
  1328. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +31 -0
  1329. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +43 -0
  1330. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1331. package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +36 -0
  1332. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +108 -0
  1333. package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +34 -0
  1334. package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +21 -0
  1335. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +28 -0
  1336. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1337. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +255 -0
  1338. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1339. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +149 -0
  1340. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +63 -0
  1341. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +209 -0
  1342. package/node_modules/@slack/web-api/node_modules/undici-types/file.d.ts +39 -0
  1343. package/node_modules/@slack/web-api/node_modules/undici-types/filereader.d.ts +54 -0
  1344. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +108 -0
  1345. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1346. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +7 -0
  1347. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +15 -0
  1348. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +4 -0
  1349. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +71 -0
  1350. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +15 -0
  1351. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +50 -0
  1352. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +25 -0
  1353. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +12 -0
  1354. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1355. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +25 -0
  1356. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +55 -0
  1357. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +71 -0
  1358. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +19 -0
  1359. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +39 -0
  1360. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1361. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +60 -0
  1362. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +8 -0
  1363. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +116 -0
  1364. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +18 -0
  1365. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +222 -0
  1366. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +152 -0
  1367. package/node_modules/@slack/web-api/package.json +46 -45
  1368. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  1369. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +5 -5
  1370. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +5 -5
  1371. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +12 -1
  1372. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
  1373. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +15 -15
  1374. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
  1375. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +5 -78
  1376. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  1377. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  1378. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +18 -17
  1379. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  1380. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -1
  1381. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +19 -0
  1382. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +75 -2
  1383. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +99 -1
  1384. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +15 -2
  1385. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
  1386. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  1387. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -0
  1388. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
  1389. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -14
  1390. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
  1391. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -3
  1392. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  1393. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +10 -1
  1394. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +45 -9
  1395. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +178 -19
  1396. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  1397. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  1398. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +10 -10
  1399. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
  1400. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
  1401. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +213 -0
  1402. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +9 -9
  1403. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  1404. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +378 -101
  1405. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  1406. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +5 -2
  1407. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
  1408. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  1409. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +19 -2
  1410. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +8 -2
  1411. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +2 -2
  1412. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +5 -7
  1413. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  1414. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +19 -1
  1415. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +12 -3
  1416. package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +21 -0
  1417. package/node_modules/@types/cacheable-request/node_modules/undici-types/README.md +6 -0
  1418. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +31 -0
  1419. package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +43 -0
  1420. package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1421. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache.d.ts +36 -0
  1422. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +108 -0
  1423. package/node_modules/@types/cacheable-request/node_modules/undici-types/connector.d.ts +34 -0
  1424. package/node_modules/@types/cacheable-request/node_modules/undici-types/content-type.d.ts +21 -0
  1425. package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +28 -0
  1426. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1427. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +255 -0
  1428. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1429. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +149 -0
  1430. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +63 -0
  1431. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +209 -0
  1432. package/node_modules/@types/cacheable-request/node_modules/undici-types/file.d.ts +39 -0
  1433. package/node_modules/@types/cacheable-request/node_modules/undici-types/filereader.d.ts +54 -0
  1434. package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +108 -0
  1435. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1436. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +7 -0
  1437. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +15 -0
  1438. package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +4 -0
  1439. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +71 -0
  1440. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +15 -0
  1441. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +50 -0
  1442. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +25 -0
  1443. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +12 -0
  1444. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1445. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +25 -0
  1446. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +55 -0
  1447. package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +71 -0
  1448. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +19 -0
  1449. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +39 -0
  1450. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1451. package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +60 -0
  1452. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +8 -0
  1453. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +116 -0
  1454. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +18 -0
  1455. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +222 -0
  1456. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +152 -0
  1457. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  1458. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +5 -5
  1459. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +5 -5
  1460. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +12 -1
  1461. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
  1462. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +15 -15
  1463. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
  1464. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +5 -78
  1465. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  1466. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  1467. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +18 -17
  1468. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  1469. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -1
  1470. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +19 -0
  1471. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +75 -2
  1472. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +99 -1
  1473. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +15 -2
  1474. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
  1475. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  1476. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -0
  1477. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
  1478. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -14
  1479. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
  1480. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -3
  1481. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  1482. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +10 -1
  1483. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +45 -9
  1484. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +178 -19
  1485. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  1486. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  1487. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +10 -10
  1488. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
  1489. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
  1490. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +213 -0
  1491. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +9 -9
  1492. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  1493. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +378 -101
  1494. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  1495. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +5 -2
  1496. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
  1497. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  1498. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +19 -2
  1499. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +8 -2
  1500. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +2 -2
  1501. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +5 -7
  1502. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  1503. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +19 -1
  1504. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +12 -3
  1505. package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +21 -0
  1506. package/node_modules/@types/keyv/node_modules/undici-types/README.md +6 -0
  1507. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +31 -0
  1508. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +43 -0
  1509. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1510. package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +36 -0
  1511. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +108 -0
  1512. package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +34 -0
  1513. package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +21 -0
  1514. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +28 -0
  1515. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1516. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +255 -0
  1517. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1518. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +149 -0
  1519. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +63 -0
  1520. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +209 -0
  1521. package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +39 -0
  1522. package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +54 -0
  1523. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +108 -0
  1524. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1525. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +7 -0
  1526. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +15 -0
  1527. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +4 -0
  1528. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +71 -0
  1529. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +15 -0
  1530. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +50 -0
  1531. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +25 -0
  1532. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +12 -0
  1533. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1534. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +25 -0
  1535. package/node_modules/@types/keyv/node_modules/undici-types/package.json +55 -0
  1536. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +71 -0
  1537. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +19 -0
  1538. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +39 -0
  1539. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1540. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +60 -0
  1541. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +8 -0
  1542. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +116 -0
  1543. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +18 -0
  1544. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +222 -0
  1545. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +152 -0
  1546. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  1547. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +5 -5
  1548. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +5 -5
  1549. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +12 -1
  1550. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
  1551. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +15 -15
  1552. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
  1553. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +5 -78
  1554. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  1555. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  1556. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +18 -17
  1557. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  1558. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -1
  1559. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +19 -0
  1560. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +75 -2
  1561. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +99 -1
  1562. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +15 -2
  1563. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
  1564. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  1565. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -0
  1566. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
  1567. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -14
  1568. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
  1569. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -3
  1570. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  1571. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +10 -1
  1572. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +45 -9
  1573. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +178 -19
  1574. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  1575. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  1576. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +10 -10
  1577. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
  1578. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
  1579. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +213 -0
  1580. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +9 -9
  1581. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  1582. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +378 -101
  1583. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  1584. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +5 -2
  1585. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
  1586. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  1587. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +19 -2
  1588. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +8 -2
  1589. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +2 -2
  1590. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +5 -7
  1591. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  1592. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +19 -1
  1593. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +12 -3
  1594. package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +21 -0
  1595. package/node_modules/@types/responselike/node_modules/undici-types/README.md +6 -0
  1596. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +31 -0
  1597. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +43 -0
  1598. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1599. package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +36 -0
  1600. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +108 -0
  1601. package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +34 -0
  1602. package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +21 -0
  1603. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +28 -0
  1604. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1605. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +255 -0
  1606. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1607. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +149 -0
  1608. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +63 -0
  1609. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +209 -0
  1610. package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +39 -0
  1611. package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +54 -0
  1612. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +108 -0
  1613. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1614. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +7 -0
  1615. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +15 -0
  1616. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +4 -0
  1617. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +71 -0
  1618. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +15 -0
  1619. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +50 -0
  1620. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +25 -0
  1621. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +12 -0
  1622. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1623. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +25 -0
  1624. package/node_modules/@types/responselike/node_modules/undici-types/package.json +55 -0
  1625. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +71 -0
  1626. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +19 -0
  1627. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +39 -0
  1628. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1629. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +60 -0
  1630. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +8 -0
  1631. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +116 -0
  1632. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +18 -0
  1633. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +222 -0
  1634. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +152 -0
  1635. package/node_modules/axios/CHANGELOG.md +44 -0
  1636. package/node_modules/axios/README.md +6 -57
  1637. package/node_modules/axios/dist/axios.js +194 -97
  1638. package/node_modules/axios/dist/axios.js.map +1 -1
  1639. package/node_modules/axios/dist/axios.min.js +1 -1
  1640. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1641. package/node_modules/axios/dist/browser/axios.cjs +168 -85
  1642. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1643. package/node_modules/axios/dist/esm/axios.js +167 -84
  1644. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1645. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  1646. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1647. package/node_modules/axios/dist/node/axios.cjs +290 -245
  1648. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1649. package/node_modules/axios/lib/adapters/fetch.js +34 -29
  1650. package/node_modules/axios/lib/adapters/http.js +26 -16
  1651. package/node_modules/axios/lib/adapters/xhr.js +22 -15
  1652. package/node_modules/axios/lib/core/AxiosError.js +5 -2
  1653. package/node_modules/axios/lib/env/data.js +1 -1
  1654. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +3 -52
  1655. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +1 -1
  1656. package/node_modules/axios/lib/helpers/progressEventReducer.js +16 -4
  1657. package/node_modules/axios/lib/helpers/throttle.js +29 -20
  1658. package/node_modules/axios/lib/helpers/trackStream.js +25 -13
  1659. package/node_modules/axios/lib/platform/common/utils.js +5 -4
  1660. package/node_modules/axios/lib/utils.js +33 -1
  1661. package/node_modules/axios/package.json +1 -1
  1662. package/node_modules/eventemitter3/README.md +4 -2
  1663. package/node_modules/eventemitter3/dist/eventemitter3.esm.js +347 -0
  1664. package/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +1 -0
  1665. package/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +1 -0
  1666. package/node_modules/eventemitter3/dist/eventemitter3.umd.js +355 -0
  1667. package/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +1 -0
  1668. package/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +1 -0
  1669. package/node_modules/eventemitter3/index.d.ts +86 -15
  1670. package/node_modules/eventemitter3/index.mjs +4 -0
  1671. package/node_modules/eventemitter3/package.json +26 -15
  1672. package/node_modules/foreground-child/dist/commonjs/index.d.ts +4 -2
  1673. package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -1
  1674. package/node_modules/foreground-child/dist/commonjs/index.js +4 -2
  1675. package/node_modules/foreground-child/dist/commonjs/index.js.map +1 -1
  1676. package/node_modules/foreground-child/dist/esm/index.d.ts +4 -2
  1677. package/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -1
  1678. package/node_modules/foreground-child/dist/esm/index.js +4 -2
  1679. package/node_modules/foreground-child/dist/esm/index.js.map +1 -1
  1680. package/node_modules/foreground-child/package.json +1 -1
  1681. package/node_modules/form-data/README.md.bak +16 -8
  1682. package/node_modules/form-data/index.d.ts +13 -2
  1683. package/node_modules/form-data/lib/form_data.js +25 -7
  1684. package/node_modules/form-data/package.json +4 -4
  1685. package/node_modules/is-stream/index.d.ts +79 -0
  1686. package/node_modules/is-stream/index.js +22 -15
  1687. package/node_modules/is-stream/license +5 -17
  1688. package/node_modules/is-stream/package.json +40 -36
  1689. package/node_modules/is-stream/readme.md +25 -7
  1690. package/node_modules/juice/package.json +3 -3
  1691. package/node_modules/uglify-js/bin/uglifyjs +6 -3
  1692. package/node_modules/uglify-js/lib/compress.js +117 -75
  1693. package/node_modules/uglify-js/lib/minify.js +4 -3
  1694. package/node_modules/uglify-js/lib/output.js +16 -5
  1695. package/node_modules/uglify-js/package.json +1 -1
  1696. package/node_modules/uglify-js/tools/node.js +6 -1
  1697. package/package.json +19 -19
  1698. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts +0 -77
  1699. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts.map +0 -1
  1700. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js +0 -12
  1701. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js.map +0 -1
  1702. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts +0 -63
  1703. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts.map +0 -1
  1704. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js.map +0 -1
  1705. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts +0 -9
  1706. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts.map +0 -1
  1707. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js.map +0 -1
  1708. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts +0 -58
  1709. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts.map +0 -1
  1710. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js.map +0 -1
  1711. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts +0 -9
  1712. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts.map +0 -1
  1713. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js.map +0 -1
  1714. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts +0 -22
  1715. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts.map +0 -1
  1716. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js.map +0 -1
  1717. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts +0 -8
  1718. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts.map +0 -1
  1719. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js.map +0 -1
  1720. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts +0 -12
  1721. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts.map +0 -1
  1722. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js.map +0 -1
  1723. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts +0 -67
  1724. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts.map +0 -1
  1725. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js.map +0 -1
  1726. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts +0 -9
  1727. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts.map +0 -1
  1728. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js.map +0 -1
  1729. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts +0 -58
  1730. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts.map +0 -1
  1731. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js.map +0 -1
  1732. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts +0 -9
  1733. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts.map +0 -1
  1734. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js.map +0 -1
  1735. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +0 -9
  1736. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +0 -1
  1737. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js.map +0 -1
  1738. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts +0 -15
  1739. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +0 -1
  1740. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js.map +0 -1
  1741. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +0 -9
  1742. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +0 -1
  1743. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +0 -1
  1744. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts +0 -25
  1745. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts.map +0 -1
  1746. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js.map +0 -1
  1747. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts +0 -8
  1748. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts.map +0 -1
  1749. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js.map +0 -1
  1750. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts +0 -21
  1751. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts.map +0 -1
  1752. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js.map +0 -1
  1753. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts +0 -21
  1754. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts.map +0 -1
  1755. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js.map +0 -1
  1756. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts +0 -8
  1757. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts.map +0 -1
  1758. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js.map +0 -1
  1759. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts +0 -18
  1760. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts.map +0 -1
  1761. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js.map +0 -1
  1762. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts +0 -18
  1763. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts.map +0 -1
  1764. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js.map +0 -1
  1765. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts +0 -18
  1766. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts.map +0 -1
  1767. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js.map +0 -1
  1768. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts +0 -8
  1769. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts.map +0 -1
  1770. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js.map +0 -1
  1771. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts +0 -12
  1772. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts.map +0 -1
  1773. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js.map +0 -1
  1774. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts +0 -13
  1775. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts.map +0 -1
  1776. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js.map +0 -1
  1777. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts +0 -8
  1778. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts.map +0 -1
  1779. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js.map +0 -1
  1780. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts +0 -8
  1781. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts.map +0 -1
  1782. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js.map +0 -1
  1783. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +0 -8
  1784. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +0 -1
  1785. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +0 -1
  1786. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts +0 -17
  1787. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +0 -1
  1788. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js.map +0 -1
  1789. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts +0 -10
  1790. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +0 -1
  1791. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js.map +0 -1
  1792. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts +0 -9
  1793. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts.map +0 -1
  1794. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js.map +0 -1
  1795. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts +0 -13
  1796. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts.map +0 -1
  1797. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js.map +0 -1
  1798. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts +0 -13
  1799. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts.map +0 -1
  1800. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js.map +0 -1
  1801. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +0 -8
  1802. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +0 -1
  1803. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js.map +0 -1
  1804. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts +0 -8
  1805. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts.map +0 -1
  1806. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js.map +0 -1
  1807. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +0 -12
  1808. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +0 -1
  1809. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +0 -1
  1810. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +0 -13
  1811. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +0 -1
  1812. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +0 -1
  1813. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +0 -12
  1814. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +0 -1
  1815. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +0 -1
  1816. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts +0 -69
  1817. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts.map +0 -1
  1818. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js.map +0 -1
  1819. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts +0 -8
  1820. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +0 -1
  1821. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js.map +0 -1
  1822. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts +0 -8
  1823. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +0 -1
  1824. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js.map +0 -1
  1825. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts +0 -9
  1826. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts.map +0 -1
  1827. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js.map +0 -1
  1828. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts +0 -8
  1829. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts.map +0 -1
  1830. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js.map +0 -1
  1831. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts +0 -14
  1832. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts.map +0 -1
  1833. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js.map +0 -1
  1834. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +0 -15
  1835. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +0 -1
  1836. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +0 -1
  1837. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts +0 -14
  1838. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +0 -1
  1839. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js.map +0 -1
  1840. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts +0 -12
  1841. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts.map +0 -1
  1842. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js.map +0 -1
  1843. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts +0 -12
  1844. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts.map +0 -1
  1845. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js.map +0 -1
  1846. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts +0 -20
  1847. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts.map +0 -1
  1848. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js.map +0 -1
  1849. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts +0 -12
  1850. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts.map +0 -1
  1851. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js.map +0 -1
  1852. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts +0 -12
  1853. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts.map +0 -1
  1854. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js.map +0 -1
  1855. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts +0 -35
  1856. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts.map +0 -1
  1857. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js.map +0 -1
  1858. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts +0 -27
  1859. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +0 -1
  1860. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js.map +0 -1
  1861. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts +0 -12
  1862. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts.map +0 -1
  1863. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js.map +0 -1
  1864. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts +0 -8
  1865. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts.map +0 -1
  1866. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js.map +0 -1
  1867. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts +0 -40
  1868. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts.map +0 -1
  1869. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js.map +0 -1
  1870. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts +0 -26
  1871. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts.map +0 -1
  1872. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js.map +0 -1
  1873. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts +0 -8
  1874. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts.map +0 -1
  1875. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js.map +0 -1
  1876. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts +0 -19
  1877. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts.map +0 -1
  1878. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js.map +0 -1
  1879. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts +0 -13
  1880. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts.map +0 -1
  1881. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js.map +0 -1
  1882. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts +0 -20
  1883. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts.map +0 -1
  1884. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js.map +0 -1
  1885. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts +0 -8
  1886. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +0 -1
  1887. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js.map +0 -1
  1888. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts +0 -13
  1889. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts.map +0 -1
  1890. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js.map +0 -1
  1891. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts +0 -13
  1892. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts.map +0 -1
  1893. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js.map +0 -1
  1894. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts +0 -24
  1895. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts.map +0 -1
  1896. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js.map +0 -1
  1897. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts +0 -13
  1898. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts.map +0 -1
  1899. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js.map +0 -1
  1900. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts +0 -34
  1901. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts.map +0 -1
  1902. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js.map +0 -1
  1903. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +0 -12
  1904. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +0 -1
  1905. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +0 -1
  1906. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +0 -8
  1907. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +0 -1
  1908. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js.map +0 -1
  1909. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +0 -8
  1910. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +0 -1
  1911. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +0 -1
  1912. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts +0 -12
  1913. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts.map +0 -1
  1914. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js.map +0 -1
  1915. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts +0 -8
  1916. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts.map +0 -1
  1917. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js.map +0 -1
  1918. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts +0 -8
  1919. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts.map +0 -1
  1920. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js.map +0 -1
  1921. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts +0 -8
  1922. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts.map +0 -1
  1923. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js.map +0 -1
  1924. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts +0 -54
  1925. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts.map +0 -1
  1926. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js.map +0 -1
  1927. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts +0 -8
  1928. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +0 -1
  1929. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js.map +0 -1
  1930. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts +0 -8
  1931. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts.map +0 -1
  1932. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js.map +0 -1
  1933. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts +0 -12
  1934. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts.map +0 -1
  1935. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js.map +0 -1
  1936. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts +0 -33
  1937. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts.map +0 -1
  1938. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js.map +0 -1
  1939. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts +0 -8
  1940. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts.map +0 -1
  1941. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js.map +0 -1
  1942. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts +0 -8
  1943. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts.map +0 -1
  1944. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js.map +0 -1
  1945. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts +0 -15
  1946. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts.map +0 -1
  1947. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js.map +0 -1
  1948. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts +0 -12
  1949. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts.map +0 -1
  1950. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js.map +0 -1
  1951. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts +0 -27
  1952. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts.map +0 -1
  1953. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js.map +0 -1
  1954. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts +0 -8
  1955. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts.map +0 -1
  1956. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js.map +0 -1
  1957. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts +0 -8
  1958. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts.map +0 -1
  1959. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js.map +0 -1
  1960. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts +0 -8
  1961. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts.map +0 -1
  1962. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js.map +0 -1
  1963. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts +0 -8
  1964. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts.map +0 -1
  1965. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js.map +0 -1
  1966. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts +0 -8
  1967. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts.map +0 -1
  1968. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js.map +0 -1
  1969. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts +0 -8
  1970. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts.map +0 -1
  1971. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js.map +0 -1
  1972. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts +0 -8
  1973. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts.map +0 -1
  1974. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js.map +0 -1
  1975. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +0 -8
  1976. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +0 -1
  1977. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js.map +0 -1
  1978. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +0 -18
  1979. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +0 -1
  1980. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js.map +0 -1
  1981. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +0 -14
  1982. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +0 -1
  1983. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +0 -1
  1984. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts +0 -22
  1985. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +0 -1
  1986. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js.map +0 -1
  1987. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts +0 -65
  1988. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts.map +0 -1
  1989. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js.map +0 -1
  1990. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts +0 -12
  1991. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts.map +0 -1
  1992. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js.map +0 -1
  1993. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts +0 -13
  1994. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts.map +0 -1
  1995. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js.map +0 -1
  1996. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts +0 -9
  1997. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts.map +0 -1
  1998. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js.map +0 -1
  1999. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts +0 -16
  2000. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts.map +0 -1
  2001. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js.map +0 -1
  2002. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts +0 -27
  2003. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts.map +0 -1
  2004. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js.map +0 -1
  2005. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts +0 -8
  2006. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts.map +0 -1
  2007. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js.map +0 -1
  2008. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts +0 -112
  2009. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts.map +0 -1
  2010. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js.map +0 -1
  2011. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts +0 -10
  2012. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts.map +0 -1
  2013. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js.map +0 -1
  2014. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts +0 -19
  2015. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts.map +0 -1
  2016. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js.map +0 -1
  2017. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts +0 -8
  2018. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts.map +0 -1
  2019. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js.map +0 -1
  2020. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts +0 -8
  2021. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts.map +0 -1
  2022. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js.map +0 -1
  2023. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts +0 -8
  2024. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts.map +0 -1
  2025. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js.map +0 -1
  2026. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts +0 -8
  2027. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts.map +0 -1
  2028. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js.map +0 -1
  2029. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts +0 -8
  2030. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts.map +0 -1
  2031. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js.map +0 -1
  2032. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts +0 -8
  2033. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts.map +0 -1
  2034. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js.map +0 -1
  2035. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts +0 -12
  2036. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts.map +0 -1
  2037. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js.map +0 -1
  2038. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts +0 -8
  2039. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts.map +0 -1
  2040. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js.map +0 -1
  2041. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts +0 -28
  2042. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts.map +0 -1
  2043. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js.map +0 -1
  2044. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts +0 -19
  2045. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts.map +0 -1
  2046. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js.map +0 -1
  2047. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts +0 -31
  2048. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts.map +0 -1
  2049. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js.map +0 -1
  2050. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts +0 -31
  2051. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts.map +0 -1
  2052. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js.map +0 -1
  2053. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts +0 -31
  2054. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts.map +0 -1
  2055. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js.map +0 -1
  2056. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts +0 -12
  2057. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts.map +0 -1
  2058. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js.map +0 -1
  2059. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts +0 -23
  2060. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts.map +0 -1
  2061. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js.map +0 -1
  2062. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts +0 -29
  2063. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts.map +0 -1
  2064. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js.map +0 -1
  2065. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts +0 -27
  2066. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts.map +0 -1
  2067. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js.map +0 -1
  2068. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts +0 -26
  2069. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts.map +0 -1
  2070. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js.map +0 -1
  2071. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts +0 -26
  2072. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts.map +0 -1
  2073. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js.map +0 -1
  2074. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts +0 -26
  2075. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts.map +0 -1
  2076. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js.map +0 -1
  2077. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts +0 -26
  2078. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts.map +0 -1
  2079. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js.map +0 -1
  2080. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts +0 -8
  2081. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts.map +0 -1
  2082. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js.map +0 -1
  2083. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts +0 -38
  2084. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts.map +0 -1
  2085. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js.map +0 -1
  2086. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts +0 -324
  2087. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts.map +0 -1
  2088. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js.map +0 -1
  2089. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts +0 -250
  2090. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts.map +0 -1
  2091. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js.map +0 -1
  2092. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts +0 -46
  2093. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts.map +0 -1
  2094. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js.map +0 -1
  2095. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts +0 -46
  2096. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts.map +0 -1
  2097. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js.map +0 -1
  2098. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts +0 -8
  2099. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts.map +0 -1
  2100. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js.map +0 -1
  2101. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts +0 -8
  2102. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts.map +0 -1
  2103. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js.map +0 -1
  2104. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts +0 -42
  2105. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts.map +0 -1
  2106. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js.map +0 -1
  2107. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts +0 -8
  2108. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts.map +0 -1
  2109. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js.map +0 -1
  2110. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts +0 -34
  2111. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts.map +0 -1
  2112. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js.map +0 -1
  2113. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts +0 -46
  2114. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts.map +0 -1
  2115. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js.map +0 -1
  2116. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts +0 -9
  2117. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts.map +0 -1
  2118. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js.map +0 -1
  2119. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts +0 -9
  2120. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts.map +0 -1
  2121. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js.map +0 -1
  2122. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts +0 -8
  2123. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts.map +0 -1
  2124. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js.map +0 -1
  2125. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts +0 -10
  2126. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts.map +0 -1
  2127. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js.map +0 -1
  2128. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts +0 -8
  2129. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts.map +0 -1
  2130. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js.map +0 -1
  2131. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts +0 -10
  2132. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts.map +0 -1
  2133. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js.map +0 -1
  2134. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts +0 -10
  2135. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts.map +0 -1
  2136. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js.map +0 -1
  2137. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts +0 -9
  2138. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts.map +0 -1
  2139. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js.map +0 -1
  2140. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts +0 -1001
  2141. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts.map +0 -1
  2142. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js +0 -49
  2143. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js.map +0 -1
  2144. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts +0 -482
  2145. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts.map +0 -1
  2146. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js +0 -31
  2147. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js.map +0 -1
  2148. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts +0 -20
  2149. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts.map +0 -1
  2150. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js.map +0 -1
  2151. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts +0 -8
  2152. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts.map +0 -1
  2153. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js.map +0 -1
  2154. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts +0 -721
  2155. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts.map +0 -1
  2156. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js +0 -38
  2157. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js.map +0 -1
  2158. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts +0 -12
  2159. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts.map +0 -1
  2160. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js.map +0 -1
  2161. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts +0 -8
  2162. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts.map +0 -1
  2163. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js.map +0 -1
  2164. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts +0 -8
  2165. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts.map +0 -1
  2166. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js.map +0 -1
  2167. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts +0 -10
  2168. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts.map +0 -1
  2169. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js.map +0 -1
  2170. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts +0 -48
  2171. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts.map +0 -1
  2172. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js.map +0 -1
  2173. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts +0 -8
  2174. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts.map +0 -1
  2175. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js.map +0 -1
  2176. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts +0 -1016
  2177. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts.map +0 -1
  2178. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js +0 -49
  2179. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js.map +0 -1
  2180. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts +0 -56
  2181. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts.map +0 -1
  2182. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js.map +0 -1
  2183. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts +0 -51
  2184. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts.map +0 -1
  2185. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js.map +0 -1
  2186. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts +0 -12
  2187. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts.map +0 -1
  2188. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js.map +0 -1
  2189. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts +0 -61
  2190. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts.map +0 -1
  2191. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js.map +0 -1
  2192. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts +0 -8
  2193. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts.map +0 -1
  2194. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js.map +0 -1
  2195. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts +0 -8
  2196. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts.map +0 -1
  2197. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js.map +0 -1
  2198. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts +0 -100
  2199. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts.map +0 -1
  2200. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js.map +0 -1
  2201. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts +0 -71
  2202. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts.map +0 -1
  2203. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js.map +0 -1
  2204. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts +0 -8
  2205. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts.map +0 -1
  2206. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js.map +0 -1
  2207. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts +0 -13
  2208. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts.map +0 -1
  2209. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js.map +0 -1
  2210. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts +0 -457
  2211. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts.map +0 -1
  2212. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js +0 -31
  2213. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js.map +0 -1
  2214. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts +0 -46
  2215. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts.map +0 -1
  2216. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js.map +0 -1
  2217. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts +0 -985
  2218. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts.map +0 -1
  2219. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js +0 -49
  2220. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js.map +0 -1
  2221. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts +0 -43
  2222. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts.map +0 -1
  2223. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js.map +0 -1
  2224. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts +0 -43
  2225. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts.map +0 -1
  2226. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js.map +0 -1
  2227. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts +0 -8
  2228. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts.map +0 -1
  2229. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js.map +0 -1
  2230. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts +0 -13
  2231. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts.map +0 -1
  2232. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js.map +0 -1
  2233. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts +0 -8
  2234. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts.map +0 -1
  2235. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js.map +0 -1
  2236. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts +0 -12
  2237. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts.map +0 -1
  2238. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js.map +0 -1
  2239. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts +0 -11
  2240. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts.map +0 -1
  2241. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js.map +0 -1
  2242. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts +0 -12
  2243. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts.map +0 -1
  2244. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js.map +0 -1
  2245. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts +0 -16
  2246. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts.map +0 -1
  2247. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js.map +0 -1
  2248. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts +0 -18
  2249. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts.map +0 -1
  2250. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js.map +0 -1
  2251. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts +0 -9
  2252. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts.map +0 -1
  2253. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js.map +0 -1
  2254. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts +0 -8
  2255. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts.map +0 -1
  2256. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js.map +0 -1
  2257. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts +0 -17
  2258. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts.map +0 -1
  2259. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js.map +0 -1
  2260. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts +0 -77
  2261. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts.map +0 -1
  2262. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js.map +0 -1
  2263. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts +0 -8
  2264. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts.map +0 -1
  2265. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js.map +0 -1
  2266. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts +0 -14
  2267. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts.map +0 -1
  2268. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js.map +0 -1
  2269. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts +0 -382
  2270. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts.map +0 -1
  2271. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js +0 -31
  2272. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js.map +0 -1
  2273. package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts +0 -611
  2274. package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts.map +0 -1
  2275. package/node_modules/@slack/web-api/dist/response/FilesListResponse.js +0 -41
  2276. package/node_modules/@slack/web-api/dist/response/FilesListResponse.js.map +0 -1
  2277. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts +0 -390
  2278. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts.map +0 -1
  2279. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js +0 -31
  2280. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js.map +0 -1
  2281. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts +0 -390
  2282. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts.map +0 -1
  2283. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js +0 -31
  2284. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js.map +0 -1
  2285. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts +0 -533
  2286. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts.map +0 -1
  2287. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js +0 -41
  2288. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js.map +0 -1
  2289. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts +0 -8
  2290. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts.map +0 -1
  2291. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js.map +0 -1
  2292. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts +0 -390
  2293. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts.map +0 -1
  2294. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js +0 -31
  2295. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js.map +0 -1
  2296. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts +0 -390
  2297. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts.map +0 -1
  2298. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js +0 -31
  2299. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js.map +0 -1
  2300. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts +0 -390
  2301. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts.map +0 -1
  2302. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js +0 -31
  2303. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js.map +0 -1
  2304. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts +0 -390
  2305. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts.map +0 -1
  2306. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js +0 -31
  2307. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js.map +0 -1
  2308. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts +0 -390
  2309. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts.map +0 -1
  2310. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js +0 -31
  2311. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js.map +0 -1
  2312. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.d.ts +0 -8
  2313. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.d.ts.map +0 -1
  2314. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.js.map +0 -1
  2315. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.d.ts +0 -8
  2316. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.d.ts.map +0 -1
  2317. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.js.map +0 -1
  2318. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts +0 -14
  2319. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts.map +0 -1
  2320. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js.map +0 -1
  2321. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts +0 -8
  2322. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts.map +0 -1
  2323. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js.map +0 -1
  2324. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts +0 -46
  2325. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts.map +0 -1
  2326. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js.map +0 -1
  2327. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts +0 -38
  2328. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts.map +0 -1
  2329. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js.map +0 -1
  2330. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts +0 -24
  2331. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts.map +0 -1
  2332. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js.map +0 -1
  2333. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts +0 -45
  2334. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts.map +0 -1
  2335. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js.map +0 -1
  2336. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts +0 -46
  2337. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts.map +0 -1
  2338. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js.map +0 -1
  2339. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts +0 -14
  2340. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts.map +0 -1
  2341. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js.map +0 -1
  2342. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts +0 -14
  2343. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts.map +0 -1
  2344. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js.map +0 -1
  2345. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts +0 -37
  2346. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts.map +0 -1
  2347. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js.map +0 -1
  2348. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts +0 -14
  2349. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts.map +0 -1
  2350. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js.map +0 -1
  2351. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts +0 -16
  2352. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts.map +0 -1
  2353. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js.map +0 -1
  2354. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts +0 -33
  2355. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts.map +0 -1
  2356. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js.map +0 -1
  2357. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts +0 -47
  2358. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts.map +0 -1
  2359. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js.map +0 -1
  2360. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts +0 -15
  2361. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts.map +0 -1
  2362. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js.map +0 -1
  2363. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts +0 -15
  2364. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts.map +0 -1
  2365. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js.map +0 -1
  2366. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts +0 -14
  2367. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts.map +0 -1
  2368. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js.map +0 -1
  2369. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts +0 -14
  2370. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts.map +0 -1
  2371. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js.map +0 -1
  2372. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts +0 -122
  2373. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts.map +0 -1
  2374. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js.map +0 -1
  2375. package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts +0 -26
  2376. package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts.map +0 -1
  2377. package/node_modules/@slack/web-api/dist/response/ImListResponse.js.map +0 -1
  2378. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts +0 -14
  2379. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts.map +0 -1
  2380. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js.map +0 -1
  2381. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts +0 -20
  2382. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts.map +0 -1
  2383. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js.map +0 -1
  2384. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts +0 -47
  2385. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts.map +0 -1
  2386. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js.map +0 -1
  2387. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts +0 -15
  2388. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts.map +0 -1
  2389. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js.map +0 -1
  2390. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts +0 -14
  2391. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts.map +0 -1
  2392. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js.map +0 -1
  2393. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts +0 -49
  2394. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts.map +0 -1
  2395. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js.map +0 -1
  2396. package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts +0 -36
  2397. package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts.map +0 -1
  2398. package/node_modules/@slack/web-api/dist/response/MpimListResponse.js.map +0 -1
  2399. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts +0 -14
  2400. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts.map +0 -1
  2401. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js.map +0 -1
  2402. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts +0 -64
  2403. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts.map +0 -1
  2404. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js.map +0 -1
  2405. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts +0 -47
  2406. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts.map +0 -1
  2407. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js.map +0 -1
  2408. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts +0 -44
  2409. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts.map +0 -1
  2410. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js.map +0 -1
  2411. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts +0 -9
  2412. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts.map +0 -1
  2413. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js.map +0 -1
  2414. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts +0 -39
  2415. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts.map +0 -1
  2416. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js.map +0 -1
  2417. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts +0 -43
  2418. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts.map +0 -1
  2419. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js.map +0 -1
  2420. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts +0 -14
  2421. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts.map +0 -1
  2422. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js.map +0 -1
  2423. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts +0 -39
  2424. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts.map +0 -1
  2425. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js.map +0 -1
  2426. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts +0 -8
  2427. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts.map +0 -1
  2428. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js.map +0 -1
  2429. package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts +0 -397
  2430. package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts.map +0 -1
  2431. package/node_modules/@slack/web-api/dist/response/PinsListResponse.js +0 -31
  2432. package/node_modules/@slack/web-api/dist/response/PinsListResponse.js.map +0 -1
  2433. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts +0 -8
  2434. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts.map +0 -1
  2435. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js.map +0 -1
  2436. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts +0 -8
  2437. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts.map +0 -1
  2438. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js.map +0 -1
  2439. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts +0 -480
  2440. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts.map +0 -1
  2441. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js +0 -31
  2442. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js.map +0 -1
  2443. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts +0 -999
  2444. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts.map +0 -1
  2445. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js +0 -49
  2446. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js.map +0 -1
  2447. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts +0 -8
  2448. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts.map +0 -1
  2449. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js.map +0 -1
  2450. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts +0 -22
  2451. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts.map +0 -1
  2452. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js.map +0 -1
  2453. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts +0 -8
  2454. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts.map +0 -1
  2455. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js.map +0 -1
  2456. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts +0 -8
  2457. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts.map +0 -1
  2458. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js.map +0 -1
  2459. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts +0 -18
  2460. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts.map +0 -1
  2461. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js.map +0 -1
  2462. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts +0 -24
  2463. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts.map +0 -1
  2464. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js.map +0 -1
  2465. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts +0 -20
  2466. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts.map +0 -1
  2467. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js.map +0 -1
  2468. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts +0 -1966
  2469. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts.map +0 -1
  2470. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js +0 -49
  2471. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js.map +0 -1
  2472. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts +0 -1167
  2473. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts.map +0 -1
  2474. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js +0 -68
  2475. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js.map +0 -1
  2476. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts +0 -1089
  2477. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts.map +0 -1
  2478. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js +0 -49
  2479. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js.map +0 -1
  2480. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts +0 -1035
  2481. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts.map +0 -1
  2482. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js +0 -68
  2483. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js.map +0 -1
  2484. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts +0 -8
  2485. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts.map +0 -1
  2486. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js.map +0 -1
  2487. package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts +0 -689
  2488. package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts.map +0 -1
  2489. package/node_modules/@slack/web-api/dist/response/StarsListResponse.js.map +0 -1
  2490. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts +0 -8
  2491. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts.map +0 -1
  2492. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js.map +0 -1
  2493. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts +0 -32
  2494. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts.map +0 -1
  2495. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js.map +0 -1
  2496. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts +0 -18
  2497. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts.map +0 -1
  2498. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js.map +0 -1
  2499. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts +0 -9
  2500. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts.map +0 -1
  2501. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js.map +0 -1
  2502. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts +0 -34
  2503. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts.map +0 -1
  2504. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js.map +0 -1
  2505. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts +0 -34
  2506. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts.map +0 -1
  2507. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js.map +0 -1
  2508. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts +0 -13
  2509. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts.map +0 -1
  2510. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js.map +0 -1
  2511. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts +0 -44
  2512. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts.map +0 -1
  2513. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js.map +0 -1
  2514. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts +0 -18
  2515. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts.map +0 -1
  2516. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js.map +0 -1
  2517. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts +0 -33
  2518. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts.map +0 -1
  2519. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js.map +0 -1
  2520. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts +0 -34
  2521. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts.map +0 -1
  2522. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js.map +0 -1
  2523. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts +0 -33
  2524. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts.map +0 -1
  2525. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js.map +0 -1
  2526. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts +0 -34
  2527. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts.map +0 -1
  2528. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js.map +0 -1
  2529. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts +0 -33
  2530. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts.map +0 -1
  2531. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js.map +0 -1
  2532. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts +0 -9
  2533. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts.map +0 -1
  2534. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js.map +0 -1
  2535. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts +0 -33
  2536. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts.map +0 -1
  2537. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js.map +0 -1
  2538. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts +0 -73
  2539. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts.map +0 -1
  2540. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js.map +0 -1
  2541. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts +0 -8
  2542. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts.map +0 -1
  2543. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js.map +0 -1
  2544. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts +0 -15
  2545. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts.map +0 -1
  2546. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js.map +0 -1
  2547. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts +0 -26
  2548. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts.map +0 -1
  2549. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js.map +0 -1
  2550. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts +0 -88
  2551. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts.map +0 -1
  2552. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js.map +0 -1
  2553. package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts +0 -98
  2554. package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts.map +0 -1
  2555. package/node_modules/@slack/web-api/dist/response/UsersListResponse.js.map +0 -1
  2556. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts +0 -76
  2557. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts.map +0 -1
  2558. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js.map +0 -1
  2559. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts +0 -54
  2560. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts.map +0 -1
  2561. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js.map +0 -1
  2562. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts +0 -54
  2563. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts.map +0 -1
  2564. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js.map +0 -1
  2565. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts +0 -8
  2566. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts.map +0 -1
  2567. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js.map +0 -1
  2568. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts +0 -20
  2569. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts.map +0 -1
  2570. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js.map +0 -1
  2571. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts +0 -8
  2572. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts.map +0 -1
  2573. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js.map +0 -1
  2574. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts +0 -251
  2575. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts.map +0 -1
  2576. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js +0 -32
  2577. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js.map +0 -1
  2578. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts +0 -251
  2579. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts.map +0 -1
  2580. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js +0 -32
  2581. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js.map +0 -1
  2582. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts +0 -251
  2583. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts.map +0 -1
  2584. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js +0 -32
  2585. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js.map +0 -1
  2586. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts +0 -251
  2587. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts.map +0 -1
  2588. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js +0 -32
  2589. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js.map +0 -1
  2590. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts +0 -8
  2591. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts.map +0 -1
  2592. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js.map +0 -1
  2593. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts +0 -8
  2594. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts.map +0 -1
  2595. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js.map +0 -1
  2596. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts +0 -8
  2597. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts.map +0 -1
  2598. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js.map +0 -1
  2599. package/node_modules/@slack/web-api/dist/response/index.d.ts +0 -292
  2600. package/node_modules/@slack/web-api/dist/response/index.d.ts.map +0 -1
  2601. package/node_modules/@slack/web-api/dist/response/index.js.map +0 -1
  2602. package/node_modules/@types/is-stream/LICENSE +0 -21
  2603. package/node_modules/@types/is-stream/README.md +0 -16
  2604. package/node_modules/@types/is-stream/index.d.ts +0 -18
  2605. package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -21
  2606. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +0 -15
  2607. package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +0 -8
  2608. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +0 -1040
  2609. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +0 -541
  2610. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +0 -2282
  2611. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +0 -1544
  2612. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +0 -578
  2613. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +0 -452
  2614. package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +0 -19
  2615. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +0 -4524
  2616. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +0 -596
  2617. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  2618. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +0 -476
  2619. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +0 -864
  2620. package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +0 -124
  2621. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +0 -170
  2622. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +0 -931
  2623. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +0 -1245
  2624. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +0 -4317
  2625. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +0 -412
  2626. package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -1
  2627. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +0 -1908
  2628. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +0 -2418
  2629. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +0 -550
  2630. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +0 -89
  2631. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +0 -2746
  2632. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +0 -315
  2633. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +0 -999
  2634. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +0 -495
  2635. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +0 -217
  2636. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +0 -191
  2637. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +0 -905
  2638. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +0 -1754
  2639. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +0 -117
  2640. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +0 -153
  2641. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +0 -150
  2642. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +0 -540
  2643. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +0 -430
  2644. package/node_modules/@types/is-stream/node_modules/@types/node/sea.d.ts +0 -153
  2645. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +0 -12
  2646. package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +0 -83
  2647. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +0 -367
  2648. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +0 -1707
  2649. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +0 -67
  2650. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +0 -1729
  2651. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +0 -97
  2652. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +0 -240
  2653. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +0 -1217
  2654. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +0 -197
  2655. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +0 -208
  2656. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +0 -952
  2657. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +0 -2292
  2658. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +0 -808
  2659. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +0 -924
  2660. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +0 -181
  2661. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +0 -694
  2662. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +0 -530
  2663. package/node_modules/@types/is-stream/package.json +0 -24
  2664. package/node_modules/axios/node_modules/form-data/License +0 -19
  2665. package/node_modules/axios/node_modules/form-data/README.md.bak +0 -358
  2666. package/node_modules/axios/node_modules/form-data/index.d.ts +0 -62
  2667. package/node_modules/axios/node_modules/form-data/lib/browser.js +0 -2
  2668. package/node_modules/axios/node_modules/form-data/lib/form_data.js +0 -501
  2669. package/node_modules/axios/node_modules/form-data/lib/populate.js +0 -10
  2670. package/node_modules/axios/node_modules/form-data/package.json +0 -68
  2671. package/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
  2672. package/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
  2673. package/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
  2674. package/node_modules/form-data/README.md +0 -350
  2675. package/node_modules/undici-types/balanced-pool.d.ts +0 -18
  2676. package/node_modules/undici-types/client.d.ts +0 -97
  2677. package/node_modules/undici-types/diagnostics-channel.d.ts +0 -67
  2678. package/node_modules/undici-types/dispatcher.d.ts +0 -241
  2679. package/node_modules/undici-types/errors.d.ts +0 -128
  2680. package/node_modules/undici-types/fetch.d.ts +0 -209
  2681. package/node_modules/undici-types/formdata.d.ts +0 -108
  2682. package/node_modules/undici-types/handlers.d.ts +0 -9
  2683. package/node_modules/undici-types/index.d.ts +0 -63
  2684. package/node_modules/undici-types/interceptors.d.ts +0 -5
  2685. package/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  2686. package/node_modules/undici-types/package.json +0 -55
  2687. package/node_modules/undici-types/pool.d.ts +0 -28
  2688. package/node_modules/undici-types/proxy-agent.d.ts +0 -30
  2689. package/node_modules/undici-types/readable.d.ts +0 -61
  2690. package/node_modules/undici-types/webidl.d.ts +0 -220
  2691. package/node_modules/undici-types/websocket.d.ts +0 -131
  2692. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/README.md +0 -0
  2693. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/agent.d.ts +0 -0
  2694. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/api.d.ts +0 -0
  2695. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/cache.d.ts +0 -0
  2696. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/connector.d.ts +0 -0
  2697. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/content-type.d.ts +0 -0
  2698. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/cookies.d.ts +0 -0
  2699. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/file.d.ts +0 -0
  2700. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/filereader.d.ts +0 -0
  2701. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/global-dispatcher.d.ts +0 -0
  2702. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/global-origin.d.ts +0 -0
  2703. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/header.d.ts +0 -0
  2704. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-agent.d.ts +0 -0
  2705. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-client.d.ts +0 -0
  2706. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-errors.d.ts +0 -0
  2707. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/mock-pool.d.ts +0 -0
  2708. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/patch.d.ts +0 -0
  2709. /package/node_modules/{undici-types → @slack/logger/node_modules/undici-types}/pool-stats.d.ts +0 -0
  2710. /package/node_modules/@slack/web-api/dist/{response → types/request}/index.js +0 -0
  2711. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsActivitiesListResponse.js +0 -0
  2712. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsApproveResponse.js +0 -0
  2713. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsApprovedListResponse.js +0 -0
  2714. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsClearResolutionResponse.js +0 -0
  2715. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsConfigLookupResponse.js +0 -0
  2716. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsConfigSetResponse.js +0 -0
  2717. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRequestsCancelResponse.js +0 -0
  2718. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRequestsListResponse.js +0 -0
  2719. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRestrictResponse.js +0 -0
  2720. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRestrictedListResponse.js +0 -0
  2721. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsUninstallResponse.js +0 -0
  2722. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyAssignEntitiesResponse.js +0 -0
  2723. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyGetEntitiesResponse.js +0 -0
  2724. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyRemoveEntitiesResponse.js +0 -0
  2725. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersCreateResponse.js +0 -0
  2726. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersDeleteResponse.js +0 -0
  2727. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersListResponse.js +0 -0
  2728. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersUpdateResponse.js +0 -0
  2729. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsArchiveResponse.js +0 -0
  2730. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkArchiveResponse.js +0 -0
  2731. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkDeleteResponse.js +0 -0
  2732. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkMoveResponse.js +0 -0
  2733. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsConvertToPrivateResponse.js +0 -0
  2734. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsConvertToPublicResponse.js +0 -0
  2735. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsCreateResponse.js +0 -0
  2736. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsDeleteResponse.js +0 -0
  2737. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsDisconnectSharedResponse.js +0 -0
  2738. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -0
  2739. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetConversationPrefsResponse.js +0 -0
  2740. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetCustomRetentionResponse.js +0 -0
  2741. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetTeamsResponse.js +0 -0
  2742. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsInviteResponse.js +0 -0
  2743. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsLookupResponse.js +0 -0
  2744. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRemoveCustomRetentionResponse.js +0 -0
  2745. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRenameResponse.js +0 -0
  2746. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessAddGroupResponse.js +0 -0
  2747. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessListGroupsResponse.js +0 -0
  2748. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -0
  2749. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSearchResponse.js +0 -0
  2750. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetConversationPrefsResponse.js +0 -0
  2751. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetCustomRetentionResponse.js +0 -0
  2752. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetTeamsResponse.js +0 -0
  2753. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsUnarchiveResponse.js +0 -0
  2754. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistAddResponse.js +0 -0
  2755. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -0
  2756. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistRemoveResponse.js +0 -0
  2757. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiAddAliasResponse.js +0 -0
  2758. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiAddResponse.js +0 -0
  2759. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiListResponse.js +0 -0
  2760. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiRemoveResponse.js +0 -0
  2761. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiRenameResponse.js +0 -0
  2762. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsListResponse.js +0 -0
  2763. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsPermissionsLookupResponse.js +0 -0
  2764. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsPermissionsSetResponse.js +0 -0
  2765. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsApproveResponse.js +0 -0
  2766. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsApprovedListResponse.js +0 -0
  2767. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsDeniedListResponse.js +0 -0
  2768. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsDenyResponse.js +0 -0
  2769. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsListResponse.js +0 -0
  2770. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesAddAssignmentsResponse.js +0 -0
  2771. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesListAssignmentsResponse.js +0 -0
  2772. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesRemoveAssignmentsResponse.js +0 -0
  2773. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsAdminsListResponse.js +0 -0
  2774. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsCreateResponse.js +0 -0
  2775. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsListResponse.js +0 -0
  2776. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsOwnersListResponse.js +0 -0
  2777. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsInfoResponse.js +0 -0
  2778. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -0
  2779. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDescriptionResponse.js +0 -0
  2780. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -0
  2781. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetIconResponse.js +0 -0
  2782. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetNameResponse.js +0 -0
  2783. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsAddChannelsResponse.js +0 -0
  2784. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsAddTeamsResponse.js +0 -0
  2785. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsListChannelsResponse.js +0 -0
  2786. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsRemoveChannelsResponse.js +0 -0
  2787. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersAssignResponse.js +0 -0
  2788. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersInviteResponse.js +0 -0
  2789. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersListResponse.js +0 -0
  2790. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersRemoveResponse.js +0 -0
  2791. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionClearSettingsResponse.js +0 -0
  2792. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionGetSettingsResponse.js +0 -0
  2793. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionInvalidateResponse.js +0 -0
  2794. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionListResponse.js +0 -0
  2795. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionResetBulkResponse.js +0 -0
  2796. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionResetResponse.js +0 -0
  2797. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionSetSettingsResponse.js +0 -0
  2798. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetAdminResponse.js +0 -0
  2799. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetExpirationResponse.js +0 -0
  2800. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetOwnerResponse.js +0 -0
  2801. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetRegularResponse.js +0 -0
  2802. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersUnsupportedVersionsExportResponse.js +0 -0
  2803. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsCollaboratorsAddResponse.js +0 -0
  2804. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -0
  2805. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsPermissionsLookupResponse.js +0 -0
  2806. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsSearchResponse.js +0 -0
  2807. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsUnpublishResponse.js +0 -0
  2808. /package/node_modules/@slack/web-api/dist/{response → types/response}/ApiTestResponse.js +0 -0
  2809. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsConnectionsOpenResponse.js +0 -0
  2810. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsEventAuthorizationsListResponse.js +0 -0
  2811. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestCreateResponse.js +0 -0
  2812. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestDeleteResponse.js +0 -0
  2813. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestExportResponse.js +0 -0
  2814. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestUpdateResponse.js +0 -0
  2815. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestValidateResponse.js +0 -0
  2816. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsInfoResponse.js +0 -0
  2817. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsRequestResponse.js +0 -0
  2818. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsResourcesListResponse.js +0 -0
  2819. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsScopesListResponse.js +0 -0
  2820. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsUsersListResponse.js +0 -0
  2821. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsUsersRequestResponse.js +0 -0
  2822. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsUninstallResponse.js +0 -0
  2823. /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthRevokeResponse.js +0 -0
  2824. /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthTeamsListResponse.js +0 -0
  2825. /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthTestResponse.js +0 -0
  2826. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksAddResponse.js +0 -0
  2827. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksEditResponse.js +0 -0
  2828. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksListResponse.js +0 -0
  2829. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksRemoveResponse.js +0 -0
  2830. /package/node_modules/@slack/web-api/dist/{response → types/response}/BotsInfoResponse.js +0 -0
  2831. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsAddResponse.js +0 -0
  2832. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsEndResponse.js +0 -0
  2833. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsInfoResponse.js +0 -0
  2834. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsParticipantsAddResponse.js +0 -0
  2835. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsParticipantsRemoveResponse.js +0 -0
  2836. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsUpdateResponse.js +0 -0
  2837. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsArchiveResponse.js +0 -0
  2838. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsCreateResponse.js +0 -0
  2839. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsHistoryResponse.js +0 -0
  2840. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsInfoResponse.js +0 -0
  2841. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsInviteResponse.js +0 -0
  2842. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsJoinResponse.js +0 -0
  2843. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsKickResponse.js +0 -0
  2844. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsLeaveResponse.js +0 -0
  2845. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsListResponse.js +0 -0
  2846. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsMarkResponse.js +0 -0
  2847. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsRenameResponse.js +0 -0
  2848. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsRepliesResponse.js +0 -0
  2849. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsSetPurposeResponse.js +0 -0
  2850. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsSetTopicResponse.js +0 -0
  2851. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsUnarchiveResponse.js +0 -0
  2852. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatDeleteResponse.js +0 -0
  2853. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatDeleteScheduledMessageResponse.js +0 -0
  2854. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatGetPermalinkResponse.js +0 -0
  2855. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatMeMessageResponse.js +0 -0
  2856. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatPostEphemeralResponse.js +0 -0
  2857. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatScheduledMessagesListResponse.js +0 -0
  2858. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatUnfurlResponse.js +0 -0
  2859. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsAcceptSharedInviteResponse.js +0 -0
  2860. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsApproveSharedInviteResponse.js +0 -0
  2861. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsArchiveResponse.js +0 -0
  2862. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsCloseResponse.js +0 -0
  2863. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsCreateResponse.js +0 -0
  2864. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsDeclineSharedInviteResponse.js +0 -0
  2865. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInfoResponse.js +0 -0
  2866. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInviteResponse.js +0 -0
  2867. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInviteSharedResponse.js +0 -0
  2868. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsJoinResponse.js +0 -0
  2869. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsKickResponse.js +0 -0
  2870. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsLeaveResponse.js +0 -0
  2871. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsListConnectInvitesResponse.js +0 -0
  2872. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsListResponse.js +0 -0
  2873. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsMarkResponse.js +0 -0
  2874. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsMembersResponse.js +0 -0
  2875. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsRenameResponse.js +0 -0
  2876. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsSetPurposeResponse.js +0 -0
  2877. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsSetTopicResponse.js +0 -0
  2878. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsUnarchiveResponse.js +0 -0
  2879. /package/node_modules/@slack/web-api/dist/{response → types/response}/DialogOpenResponse.js +0 -0
  2880. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndEndDndResponse.js +0 -0
  2881. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndEndSnoozeResponse.js +0 -0
  2882. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndInfoResponse.js +0 -0
  2883. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndSetSnoozeResponse.js +0 -0
  2884. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndTeamInfoResponse.js +0 -0
  2885. /package/node_modules/@slack/web-api/dist/{response → types/response}/EmojiListResponse.js +0 -0
  2886. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsAddResponse.js +0 -0
  2887. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsDeleteResponse.js +0 -0
  2888. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsEditResponse.js +0 -0
  2889. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCompleteUploadExternalResponse.js +0 -0
  2890. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesDeleteResponse.js +0 -0
  2891. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesGetUploadURLExternalResponse.js +0 -0
  2892. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesRemoteRemoveResponse.js +0 -0
  2893. /package/node_modules/@slack/web-api/dist/{response → types/response}/FunctionsCompleteErrorResponse.js +0 -0
  2894. /package/node_modules/@slack/web-api/dist/{response → types/response}/FunctionsCompleteSuccessResponse.js +0 -0
  2895. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsArchiveResponse.js +0 -0
  2896. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCloseResponse.js +0 -0
  2897. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCreateChildResponse.js +0 -0
  2898. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCreateResponse.js +0 -0
  2899. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsHistoryResponse.js +0 -0
  2900. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsInfoResponse.js +0 -0
  2901. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsInviteResponse.js +0 -0
  2902. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsKickResponse.js +0 -0
  2903. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsLeaveResponse.js +0 -0
  2904. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsListResponse.js +0 -0
  2905. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsMarkResponse.js +0 -0
  2906. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsOpenResponse.js +0 -0
  2907. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsRenameResponse.js +0 -0
  2908. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsRepliesResponse.js +0 -0
  2909. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsSetPurposeResponse.js +0 -0
  2910. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsSetTopicResponse.js +0 -0
  2911. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsUnarchiveResponse.js +0 -0
  2912. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImCloseResponse.js +0 -0
  2913. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImHistoryResponse.js +0 -0
  2914. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImListResponse.js +0 -0
  2915. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImMarkResponse.js +0 -0
  2916. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImOpenResponse.js +0 -0
  2917. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImRepliesResponse.js +0 -0
  2918. /package/node_modules/@slack/web-api/dist/{response → types/response}/MigrationExchangeResponse.js +0 -0
  2919. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimCloseResponse.js +0 -0
  2920. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimHistoryResponse.js +0 -0
  2921. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimListResponse.js +0 -0
  2922. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimMarkResponse.js +0 -0
  2923. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimOpenResponse.js +0 -0
  2924. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimRepliesResponse.js +0 -0
  2925. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthAccessResponse.js +0 -0
  2926. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthTokenResponse.js +0 -0
  2927. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthV2AccessResponse.js +0 -0
  2928. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthV2ExchangeResponse.js +0 -0
  2929. /package/node_modules/@slack/web-api/dist/{response → types/response}/OpenIDConnectTokenResponse.js +0 -0
  2930. /package/node_modules/@slack/web-api/dist/{response → types/response}/OpenIDConnectUserInfoResponse.js +0 -0
  2931. /package/node_modules/@slack/web-api/dist/{response → types/response}/PinsAddResponse.js +0 -0
  2932. /package/node_modules/@slack/web-api/dist/{response → types/response}/PinsRemoveResponse.js +0 -0
  2933. /package/node_modules/@slack/web-api/dist/{response → types/response}/ReactionsAddResponse.js +0 -0
  2934. /package/node_modules/@slack/web-api/dist/{response → types/response}/ReactionsRemoveResponse.js +0 -0
  2935. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersAddResponse.js +0 -0
  2936. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersCompleteResponse.js +0 -0
  2937. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersDeleteResponse.js +0 -0
  2938. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersInfoResponse.js +0 -0
  2939. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersListResponse.js +0 -0
  2940. /package/node_modules/@slack/web-api/dist/{response → types/response}/RtmConnectResponse.js +0 -0
  2941. /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsAddResponse.js +0 -0
  2942. /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsListResponse.js +0 -0
  2943. /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsRemoveResponse.js +0 -0
  2944. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamAccessLogsResponse.js +0 -0
  2945. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamBillableInfoResponse.js +0 -0
  2946. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamBillingInfoResponse.js +0 -0
  2947. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamInfoResponse.js +0 -0
  2948. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamIntegrationLogsResponse.js +0 -0
  2949. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamPreferencesListResponse.js +0 -0
  2950. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamProfileGetResponse.js +0 -0
  2951. /package/node_modules/@slack/web-api/dist/{response → types/response}/ToolingTokensRotateResponse.js +0 -0
  2952. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsCreateResponse.js +0 -0
  2953. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsDisableResponse.js +0 -0
  2954. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsEnableResponse.js +0 -0
  2955. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsListResponse.js +0 -0
  2956. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUpdateResponse.js +0 -0
  2957. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUsersListResponse.js +0 -0
  2958. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUsersUpdateResponse.js +0 -0
  2959. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersConversationsResponse.js +0 -0
  2960. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersDeletePhotoResponse.js +0 -0
  2961. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersGetPresenceResponse.js +0 -0
  2962. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersIdentityResponse.js +0 -0
  2963. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersInfoResponse.js +0 -0
  2964. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersListResponse.js +0 -0
  2965. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersLookupByEmailResponse.js +0 -0
  2966. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersProfileGetResponse.js +0 -0
  2967. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersProfileSetResponse.js +0 -0
  2968. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetActiveResponse.js +0 -0
  2969. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetPhotoResponse.js +0 -0
  2970. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetPresenceResponse.js +0 -0
  2971. /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsStepCompletedResponse.js +0 -0
  2972. /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsStepFailedResponse.js +0 -0
  2973. /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsUpdateStepResponse.js +0 -0
  2974. /package/node_modules/{axios/node_modules/form-data → form-data}/Readme.md +0 -0
@@ -1,1544 +0,0 @@
1
- /**
2
- * The `node:child_process` module provides the ability to spawn subprocesses in
3
- * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability
4
- * is primarily provided by the {@link spawn} function:
5
- *
6
- * ```js
7
- * const { spawn } = require('node:child_process');
8
- * const ls = spawn('ls', ['-lh', '/usr']);
9
- *
10
- * ls.stdout.on('data', (data) => {
11
- * console.log(`stdout: ${data}`);
12
- * });
13
- *
14
- * ls.stderr.on('data', (data) => {
15
- * console.error(`stderr: ${data}`);
16
- * });
17
- *
18
- * ls.on('close', (code) => {
19
- * console.log(`child process exited with code ${code}`);
20
- * });
21
- * ```
22
- *
23
- * By default, pipes for `stdin`, `stdout`, and `stderr` are established between
24
- * the parent Node.js process and the spawned subprocess. These pipes have
25
- * limited (and platform-specific) capacity. If the subprocess writes to
26
- * stdout in excess of that limit without the output being captured, the
27
- * subprocess blocks waiting for the pipe buffer to accept more data. This is
28
- * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }` option if the output will not be consumed.
29
- *
30
- * The command lookup is performed using the `options.env.PATH` environment
31
- * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is
32
- * used. If `options.env` is set without `PATH`, lookup on Unix is performed
33
- * on a default search path search of `/usr/bin:/bin` (see your operating system's
34
- * manual for execvpe/execvp), on Windows the current processes environment
35
- * variable `PATH` is used.
36
- *
37
- * On Windows, environment variables are case-insensitive. Node.js
38
- * lexicographically sorts the `env` keys and uses the first one that
39
- * case-insensitively matches. Only first (in lexicographic order) entry will be
40
- * passed to the subprocess. This might lead to issues on Windows when passing
41
- * objects to the `env` option that have multiple variants of the same key, such as `PATH` and `Path`.
42
- *
43
- * The {@link spawn} method spawns the child process asynchronously,
44
- * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks
45
- * the event loop until the spawned process either exits or is terminated.
46
- *
47
- * For convenience, the `node:child_process` module provides a handful of
48
- * synchronous and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on
49
- * top of {@link spawn} or {@link spawnSync}.
50
- *
51
- * * {@link exec}: spawns a shell and runs a command within that
52
- * shell, passing the `stdout` and `stderr` to a callback function when
53
- * complete.
54
- * * {@link execFile}: similar to {@link exec} except
55
- * that it spawns the command directly without first spawning a shell by
56
- * default.
57
- * * {@link fork}: spawns a new Node.js process and invokes a
58
- * specified module with an IPC communication channel established that allows
59
- * sending messages between parent and child.
60
- * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop.
61
- * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop.
62
- *
63
- * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
64
- * the synchronous methods can have significant impact on performance due to
65
- * stalling the event loop while spawned processes complete.
66
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/child_process.js)
67
- */
68
- declare module "child_process" {
69
- import { ObjectEncodingOptions } from "node:fs";
70
- import { Abortable, EventEmitter } from "node:events";
71
- import * as dgram from "node:dgram";
72
- import * as net from "node:net";
73
- import { Pipe, Readable, Stream, Writable } from "node:stream";
74
- import { URL } from "node:url";
75
- type Serializable = string | object | number | boolean | bigint;
76
- type SendHandle = net.Socket | net.Server | dgram.Socket | undefined;
77
- /**
78
- * Instances of the `ChildProcess` represent spawned child processes.
79
- *
80
- * Instances of `ChildProcess` are not intended to be created directly. Rather,
81
- * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create
82
- * instances of `ChildProcess`.
83
- * @since v2.2.0
84
- */
85
- class ChildProcess extends EventEmitter {
86
- /**
87
- * A `Writable Stream` that represents the child process's `stdin`.
88
- *
89
- * If a child process waits to read all of its input, the child will not continue
90
- * until this stream has been closed via `end()`.
91
- *
92
- * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`,
93
- * then this will be `null`.
94
- *
95
- * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will
96
- * refer to the same value.
97
- *
98
- * The `subprocess.stdin` property can be `null` or `undefined` if the child process could not be successfully spawned.
99
- * @since v0.1.90
100
- */
101
- stdin: Writable | null;
102
- /**
103
- * A `Readable Stream` that represents the child process's `stdout`.
104
- *
105
- * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`,
106
- * then this will be `null`.
107
- *
108
- * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will
109
- * refer to the same value.
110
- *
111
- * ```js
112
- * const { spawn } = require('node:child_process');
113
- *
114
- * const subprocess = spawn('ls');
115
- *
116
- * subprocess.stdout.on('data', (data) => {
117
- * console.log(`Received chunk ${data}`);
118
- * });
119
- * ```
120
- *
121
- * The `subprocess.stdout` property can be `null` or `undefined` if the child process could not be successfully spawned.
122
- * @since v0.1.90
123
- */
124
- stdout: Readable | null;
125
- /**
126
- * A `Readable Stream` that represents the child process's `stderr`.
127
- *
128
- * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`,
129
- * then this will be `null`.
130
- *
131
- * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will
132
- * refer to the same value.
133
- *
134
- * The `subprocess.stderr` property can be `null` or `undefined` if the child process could not be successfully spawned.
135
- * @since v0.1.90
136
- */
137
- stderr: Readable | null;
138
- /**
139
- * The `subprocess.channel` property is a reference to the child's IPC channel. If
140
- * no IPC channel exists, this property is `undefined`.
141
- * @since v7.1.0
142
- */
143
- readonly channel?: Pipe | null | undefined;
144
- /**
145
- * A sparse array of pipes to the child process, corresponding with positions in
146
- * the `stdio` option passed to {@link spawn} that have been set
147
- * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and `subprocess.stdio[2]` are also available as `subprocess.stdin`, `subprocess.stdout`, and `subprocess.stderr`,
148
- * respectively.
149
- *
150
- * In the following example, only the child's fd `1` (stdout) is configured as a
151
- * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values
152
- * in the array are `null`.
153
- *
154
- * ```js
155
- * const assert = require('node:assert');
156
- * const fs = require('node:fs');
157
- * const child_process = require('node:child_process');
158
- *
159
- * const subprocess = child_process.spawn('ls', {
160
- * stdio: [
161
- * 0, // Use parent's stdin for child.
162
- * 'pipe', // Pipe child's stdout to parent.
163
- * fs.openSync('err.out', 'w'), // Direct child's stderr to a file.
164
- * ],
165
- * });
166
- *
167
- * assert.strictEqual(subprocess.stdio[0], null);
168
- * assert.strictEqual(subprocess.stdio[0], subprocess.stdin);
169
- *
170
- * assert(subprocess.stdout);
171
- * assert.strictEqual(subprocess.stdio[1], subprocess.stdout);
172
- *
173
- * assert.strictEqual(subprocess.stdio[2], null);
174
- * assert.strictEqual(subprocess.stdio[2], subprocess.stderr);
175
- * ```
176
- *
177
- * The `subprocess.stdio` property can be `undefined` if the child process could
178
- * not be successfully spawned.
179
- * @since v0.7.10
180
- */
181
- readonly stdio: [
182
- Writable | null,
183
- // stdin
184
- Readable | null,
185
- // stdout
186
- Readable | null,
187
- // stderr
188
- Readable | Writable | null | undefined,
189
- // extra
190
- Readable | Writable | null | undefined, // extra
191
- ];
192
- /**
193
- * The `subprocess.killed` property indicates whether the child process
194
- * successfully received a signal from `subprocess.kill()`. The `killed` property
195
- * does not indicate that the child process has been terminated.
196
- * @since v0.5.10
197
- */
198
- readonly killed: boolean;
199
- /**
200
- * Returns the process identifier (PID) of the child process. If the child process
201
- * fails to spawn due to errors, then the value is `undefined` and `error` is
202
- * emitted.
203
- *
204
- * ```js
205
- * const { spawn } = require('node:child_process');
206
- * const grep = spawn('grep', ['ssh']);
207
- *
208
- * console.log(`Spawned child pid: ${grep.pid}`);
209
- * grep.stdin.end();
210
- * ```
211
- * @since v0.1.90
212
- */
213
- readonly pid?: number | undefined;
214
- /**
215
- * The `subprocess.connected` property indicates whether it is still possible to
216
- * send and receive messages from a child process. When `subprocess.connected` is `false`, it is no longer possible to send or receive messages.
217
- * @since v0.7.2
218
- */
219
- readonly connected: boolean;
220
- /**
221
- * The `subprocess.exitCode` property indicates the exit code of the child process.
222
- * If the child process is still running, the field will be `null`.
223
- */
224
- readonly exitCode: number | null;
225
- /**
226
- * The `subprocess.signalCode` property indicates the signal received by
227
- * the child process if any, else `null`.
228
- */
229
- readonly signalCode: NodeJS.Signals | null;
230
- /**
231
- * The `subprocess.spawnargs` property represents the full list of command-line
232
- * arguments the child process was launched with.
233
- */
234
- readonly spawnargs: string[];
235
- /**
236
- * The `subprocess.spawnfile` property indicates the executable file name of
237
- * the child process that is launched.
238
- *
239
- * For {@link fork}, its value will be equal to `process.execPath`.
240
- * For {@link spawn}, its value will be the name of
241
- * the executable file.
242
- * For {@link exec}, its value will be the name of the shell
243
- * in which the child process is launched.
244
- */
245
- readonly spawnfile: string;
246
- /**
247
- * The `subprocess.kill()` method sends a signal to the child process. If no
248
- * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function
249
- * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise.
250
- *
251
- * ```js
252
- * const { spawn } = require('node:child_process');
253
- * const grep = spawn('grep', ['ssh']);
254
- *
255
- * grep.on('close', (code, signal) => {
256
- * console.log(
257
- * `child process terminated due to receipt of signal ${signal}`);
258
- * });
259
- *
260
- * // Send SIGHUP to process.
261
- * grep.kill('SIGHUP');
262
- * ```
263
- *
264
- * The `ChildProcess` object may emit an `'error'` event if the signal
265
- * cannot be delivered. Sending a signal to a child process that has already exited
266
- * is not an error but may have unforeseen consequences. Specifically, if the
267
- * process identifier (PID) has been reassigned to another process, the signal will
268
- * be delivered to that process instead which can have unexpected results.
269
- *
270
- * While the function is called `kill`, the signal delivered to the child process
271
- * may not actually terminate the process.
272
- *
273
- * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference.
274
- *
275
- * On Windows, where POSIX signals do not exist, the `signal` argument will be
276
- * ignored, and the process will be killed forcefully and abruptly (similar to `'SIGKILL'`).
277
- * See `Signal Events` for more details.
278
- *
279
- * On Linux, child processes of child processes will not be terminated
280
- * when attempting to kill their parent. This is likely to happen when running a
281
- * new process in a shell or with the use of the `shell` option of `ChildProcess`:
282
- *
283
- * ```js
284
- * 'use strict';
285
- * const { spawn } = require('node:child_process');
286
- *
287
- * const subprocess = spawn(
288
- * 'sh',
289
- * [
290
- * '-c',
291
- * `node -e "setInterval(() => {
292
- * console.log(process.pid, 'is alive')
293
- * }, 500);"`,
294
- * ], {
295
- * stdio: ['inherit', 'inherit', 'inherit'],
296
- * },
297
- * );
298
- *
299
- * setTimeout(() => {
300
- * subprocess.kill(); // Does not terminate the Node.js process in the shell.
301
- * }, 2000);
302
- * ```
303
- * @since v0.1.90
304
- */
305
- kill(signal?: NodeJS.Signals | number): boolean;
306
- /**
307
- * Calls {@link ChildProcess.kill} with `'SIGTERM'`.
308
- * @since v20.5.0
309
- */
310
- [Symbol.dispose](): void;
311
- /**
312
- * When an IPC channel has been established between the parent and child (
313
- * i.e. when using {@link fork}), the `subprocess.send()` method can
314
- * be used to send messages to the child process. When the child process is a
315
- * Node.js instance, these messages can be received via the `'message'` event.
316
- *
317
- * The message goes through serialization and parsing. The resulting
318
- * message might not be the same as what is originally sent.
319
- *
320
- * For example, in the parent script:
321
- *
322
- * ```js
323
- * const cp = require('node:child_process');
324
- * const n = cp.fork(`${__dirname}/sub.js`);
325
- *
326
- * n.on('message', (m) => {
327
- * console.log('PARENT got message:', m);
328
- * });
329
- *
330
- * // Causes the child to print: CHILD got message: { hello: 'world' }
331
- * n.send({ hello: 'world' });
332
- * ```
333
- *
334
- * And then the child script, `'sub.js'` might look like this:
335
- *
336
- * ```js
337
- * process.on('message', (m) => {
338
- * console.log('CHILD got message:', m);
339
- * });
340
- *
341
- * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null }
342
- * process.send({ foo: 'bar', baz: NaN });
343
- * ```
344
- *
345
- * Child Node.js processes will have a `process.send()` method of their own
346
- * that allows the child to send messages back to the parent.
347
- *
348
- * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages
349
- * containing a `NODE_` prefix in the `cmd` property are reserved for use within
350
- * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the `'internalMessage'` event and are consumed internally by Node.js.
351
- * Applications should avoid using such messages or listening for `'internalMessage'` events as it is subject to change without notice.
352
- *
353
- * The optional `sendHandle` argument that may be passed to `subprocess.send()` is
354
- * for passing a TCP server or socket object to the child process. The child will
355
- * receive the object as the second argument passed to the callback function
356
- * registered on the `'message'` event. Any data that is received and buffered in
357
- * the socket will not be sent to the child. Sending IPC sockets is not supported on Windows.
358
- *
359
- * The optional `callback` is a function that is invoked after the message is
360
- * sent but before the child may have received it. The function is called with a
361
- * single argument: `null` on success, or an `Error` object on failure.
362
- *
363
- * If no `callback` function is provided and the message cannot be sent, an `'error'` event will be emitted by the `ChildProcess` object. This can
364
- * happen, for instance, when the child process has already exited.
365
- *
366
- * `subprocess.send()` will return `false` if the channel has closed or when the
367
- * backlog of unsent messages exceeds a threshold that makes it unwise to send
368
- * more. Otherwise, the method returns `true`. The `callback` function can be
369
- * used to implement flow control.
370
- *
371
- * #### Example: sending a server object
372
- *
373
- * The `sendHandle` argument can be used, for instance, to pass the handle of
374
- * a TCP server object to the child process as illustrated in the example below:
375
- *
376
- * ```js
377
- * const subprocess = require('node:child_process').fork('subprocess.js');
378
- *
379
- * // Open up the server object and send the handle.
380
- * const server = require('node:net').createServer();
381
- * server.on('connection', (socket) => {
382
- * socket.end('handled by parent');
383
- * });
384
- * server.listen(1337, () => {
385
- * subprocess.send('server', server);
386
- * });
387
- * ```
388
- *
389
- * The child would then receive the server object as:
390
- *
391
- * ```js
392
- * process.on('message', (m, server) => {
393
- * if (m === 'server') {
394
- * server.on('connection', (socket) => {
395
- * socket.end('handled by child');
396
- * });
397
- * }
398
- * });
399
- * ```
400
- *
401
- * Once the server is now shared between the parent and child, some connections
402
- * can be handled by the parent and some by the child.
403
- *
404
- * While the example above uses a server created using the `node:net` module, `node:dgram` module servers use exactly the same workflow with the exceptions of
405
- * listening on a `'message'` event instead of `'connection'` and using `server.bind()` instead of `server.listen()`. This is, however, only
406
- * supported on Unix platforms.
407
- *
408
- * #### Example: sending a socket object
409
- *
410
- * Similarly, the `sendHandler` argument can be used to pass the handle of a
411
- * socket to the child process. The example below spawns two children that each
412
- * handle connections with "normal" or "special" priority:
413
- *
414
- * ```js
415
- * const { fork } = require('node:child_process');
416
- * const normal = fork('subprocess.js', ['normal']);
417
- * const special = fork('subprocess.js', ['special']);
418
- *
419
- * // Open up the server and send sockets to child. Use pauseOnConnect to prevent
420
- * // the sockets from being read before they are sent to the child process.
421
- * const server = require('node:net').createServer({ pauseOnConnect: true });
422
- * server.on('connection', (socket) => {
423
- *
424
- * // If this is special priority...
425
- * if (socket.remoteAddress === '74.125.127.100') {
426
- * special.send('socket', socket);
427
- * return;
428
- * }
429
- * // This is normal priority.
430
- * normal.send('socket', socket);
431
- * });
432
- * server.listen(1337);
433
- * ```
434
- *
435
- * The `subprocess.js` would receive the socket handle as the second argument
436
- * passed to the event callback function:
437
- *
438
- * ```js
439
- * process.on('message', (m, socket) => {
440
- * if (m === 'socket') {
441
- * if (socket) {
442
- * // Check that the client socket exists.
443
- * // It is possible for the socket to be closed between the time it is
444
- * // sent and the time it is received in the child process.
445
- * socket.end(`Request handled with ${process.argv[2]} priority`);
446
- * }
447
- * }
448
- * });
449
- * ```
450
- *
451
- * Do not use `.maxConnections` on a socket that has been passed to a subprocess.
452
- * The parent cannot track when the socket is destroyed.
453
- *
454
- * Any `'message'` handlers in the subprocess should verify that `socket` exists,
455
- * as the connection may have been closed during the time it takes to send the
456
- * connection to the child.
457
- * @since v0.5.9
458
- * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v20.x/api/dgram.html#class-dgramsocket) object.
459
- * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties:
460
- */
461
- send(message: Serializable, callback?: (error: Error | null) => void): boolean;
462
- send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean;
463
- send(
464
- message: Serializable,
465
- sendHandle?: SendHandle,
466
- options?: MessageOptions,
467
- callback?: (error: Error | null) => void,
468
- ): boolean;
469
- /**
470
- * Closes the IPC channel between parent and child, allowing the child to exit
471
- * gracefully once there are no other connections keeping it alive. After calling
472
- * this method the `subprocess.connected` and `process.connected` properties in
473
- * both the parent and child (respectively) will be set to `false`, and it will be
474
- * no longer possible to pass messages between the processes.
475
- *
476
- * The `'disconnect'` event will be emitted when there are no messages in the
477
- * process of being received. This will most often be triggered immediately after
478
- * calling `subprocess.disconnect()`.
479
- *
480
- * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked
481
- * within the child process to close the IPC channel as well.
482
- * @since v0.7.2
483
- */
484
- disconnect(): void;
485
- /**
486
- * By default, the parent will wait for the detached child to exit. To prevent the
487
- * parent from waiting for a given `subprocess` to exit, use the `subprocess.unref()` method. Doing so will cause the parent's event loop to not
488
- * include the child in its reference count, allowing the parent to exit
489
- * independently of the child, unless there is an established IPC channel between
490
- * the child and the parent.
491
- *
492
- * ```js
493
- * const { spawn } = require('node:child_process');
494
- *
495
- * const subprocess = spawn(process.argv[0], ['child_program.js'], {
496
- * detached: true,
497
- * stdio: 'ignore',
498
- * });
499
- *
500
- * subprocess.unref();
501
- * ```
502
- * @since v0.7.10
503
- */
504
- unref(): void;
505
- /**
506
- * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will
507
- * restore the removed reference count for the child process, forcing the parent
508
- * to wait for the child to exit before exiting itself.
509
- *
510
- * ```js
511
- * const { spawn } = require('node:child_process');
512
- *
513
- * const subprocess = spawn(process.argv[0], ['child_program.js'], {
514
- * detached: true,
515
- * stdio: 'ignore',
516
- * });
517
- *
518
- * subprocess.unref();
519
- * subprocess.ref();
520
- * ```
521
- * @since v0.7.10
522
- */
523
- ref(): void;
524
- /**
525
- * events.EventEmitter
526
- * 1. close
527
- * 2. disconnect
528
- * 3. error
529
- * 4. exit
530
- * 5. message
531
- * 6. spawn
532
- */
533
- addListener(event: string, listener: (...args: any[]) => void): this;
534
- addListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
535
- addListener(event: "disconnect", listener: () => void): this;
536
- addListener(event: "error", listener: (err: Error) => void): this;
537
- addListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
538
- addListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this;
539
- addListener(event: "spawn", listener: () => void): this;
540
- emit(event: string | symbol, ...args: any[]): boolean;
541
- emit(event: "close", code: number | null, signal: NodeJS.Signals | null): boolean;
542
- emit(event: "disconnect"): boolean;
543
- emit(event: "error", err: Error): boolean;
544
- emit(event: "exit", code: number | null, signal: NodeJS.Signals | null): boolean;
545
- emit(event: "message", message: Serializable, sendHandle: SendHandle): boolean;
546
- emit(event: "spawn", listener: () => void): boolean;
547
- on(event: string, listener: (...args: any[]) => void): this;
548
- on(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
549
- on(event: "disconnect", listener: () => void): this;
550
- on(event: "error", listener: (err: Error) => void): this;
551
- on(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
552
- on(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this;
553
- on(event: "spawn", listener: () => void): this;
554
- once(event: string, listener: (...args: any[]) => void): this;
555
- once(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
556
- once(event: "disconnect", listener: () => void): this;
557
- once(event: "error", listener: (err: Error) => void): this;
558
- once(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
559
- once(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this;
560
- once(event: "spawn", listener: () => void): this;
561
- prependListener(event: string, listener: (...args: any[]) => void): this;
562
- prependListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
563
- prependListener(event: "disconnect", listener: () => void): this;
564
- prependListener(event: "error", listener: (err: Error) => void): this;
565
- prependListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this;
566
- prependListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this;
567
- prependListener(event: "spawn", listener: () => void): this;
568
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
569
- prependOnceListener(
570
- event: "close",
571
- listener: (code: number | null, signal: NodeJS.Signals | null) => void,
572
- ): this;
573
- prependOnceListener(event: "disconnect", listener: () => void): this;
574
- prependOnceListener(event: "error", listener: (err: Error) => void): this;
575
- prependOnceListener(
576
- event: "exit",
577
- listener: (code: number | null, signal: NodeJS.Signals | null) => void,
578
- ): this;
579
- prependOnceListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this;
580
- prependOnceListener(event: "spawn", listener: () => void): this;
581
- }
582
- // return this object when stdio option is undefined or not specified
583
- interface ChildProcessWithoutNullStreams extends ChildProcess {
584
- stdin: Writable;
585
- stdout: Readable;
586
- stderr: Readable;
587
- readonly stdio: [
588
- Writable,
589
- Readable,
590
- Readable,
591
- // stderr
592
- Readable | Writable | null | undefined,
593
- // extra, no modification
594
- Readable | Writable | null | undefined, // extra, no modification
595
- ];
596
- }
597
- // return this object when stdio option is a tuple of 3
598
- interface ChildProcessByStdio<I extends null | Writable, O extends null | Readable, E extends null | Readable>
599
- extends ChildProcess
600
- {
601
- stdin: I;
602
- stdout: O;
603
- stderr: E;
604
- readonly stdio: [
605
- I,
606
- O,
607
- E,
608
- Readable | Writable | null | undefined,
609
- // extra, no modification
610
- Readable | Writable | null | undefined, // extra, no modification
611
- ];
612
- }
613
- interface MessageOptions {
614
- keepOpen?: boolean | undefined;
615
- }
616
- type IOType = "overlapped" | "pipe" | "ignore" | "inherit";
617
- type StdioOptions = IOType | Array<IOType | "ipc" | Stream | number | null | undefined>;
618
- type SerializationType = "json" | "advanced";
619
- interface MessagingOptions extends Abortable {
620
- /**
621
- * Specify the kind of serialization used for sending messages between processes.
622
- * @default 'json'
623
- */
624
- serialization?: SerializationType | undefined;
625
- /**
626
- * The signal value to be used when the spawned process will be killed by the abort signal.
627
- * @default 'SIGTERM'
628
- */
629
- killSignal?: NodeJS.Signals | number | undefined;
630
- /**
631
- * In milliseconds the maximum amount of time the process is allowed to run.
632
- */
633
- timeout?: number | undefined;
634
- }
635
- interface ProcessEnvOptions {
636
- uid?: number | undefined;
637
- gid?: number | undefined;
638
- cwd?: string | URL | undefined;
639
- env?: NodeJS.ProcessEnv | undefined;
640
- }
641
- interface CommonOptions extends ProcessEnvOptions {
642
- /**
643
- * @default false
644
- */
645
- windowsHide?: boolean | undefined;
646
- /**
647
- * @default 0
648
- */
649
- timeout?: number | undefined;
650
- }
651
- interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable {
652
- argv0?: string | undefined;
653
- /**
654
- * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings.
655
- * If passed as an array, the first element is used for `stdin`, the second for
656
- * `stdout`, and the third for `stderr`. A fourth element can be used to
657
- * specify the `stdio` behavior beyond the standard streams. See
658
- * {@link ChildProcess.stdio} for more information.
659
- *
660
- * @default 'pipe'
661
- */
662
- stdio?: StdioOptions | undefined;
663
- shell?: boolean | string | undefined;
664
- windowsVerbatimArguments?: boolean | undefined;
665
- }
666
- interface SpawnOptions extends CommonSpawnOptions {
667
- detached?: boolean | undefined;
668
- }
669
- interface SpawnOptionsWithoutStdio extends SpawnOptions {
670
- stdio?: StdioPipeNamed | StdioPipe[] | undefined;
671
- }
672
- type StdioNull = "inherit" | "ignore" | Stream;
673
- type StdioPipeNamed = "pipe" | "overlapped";
674
- type StdioPipe = undefined | null | StdioPipeNamed;
675
- interface SpawnOptionsWithStdioTuple<
676
- Stdin extends StdioNull | StdioPipe,
677
- Stdout extends StdioNull | StdioPipe,
678
- Stderr extends StdioNull | StdioPipe,
679
- > extends SpawnOptions {
680
- stdio: [Stdin, Stdout, Stderr];
681
- }
682
- /**
683
- * The `child_process.spawn()` method spawns a new process using the given `command`, with command-line arguments in `args`. If omitted, `args` defaults
684
- * to an empty array.
685
- *
686
- * **If the `shell` option is enabled, do not pass unsanitized user input to this**
687
- * **function. Any input containing shell metacharacters may be used to trigger**
688
- * **arbitrary command execution.**
689
- *
690
- * A third argument may be used to specify additional options, with these defaults:
691
- *
692
- * ```js
693
- * const defaults = {
694
- * cwd: undefined,
695
- * env: process.env,
696
- * };
697
- * ```
698
- *
699
- * Use `cwd` to specify the working directory from which the process is spawned.
700
- * If not given, the default is to inherit the current working directory. If given,
701
- * but the path does not exist, the child process emits an `ENOENT` error
702
- * and exits immediately. `ENOENT` is also emitted when the command
703
- * does not exist.
704
- *
705
- * Use `env` to specify environment variables that will be visible to the new
706
- * process, the default is `process.env`.
707
- *
708
- * `undefined` values in `env` will be ignored.
709
- *
710
- * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the
711
- * exit code:
712
- *
713
- * ```js
714
- * const { spawn } = require('node:child_process');
715
- * const ls = spawn('ls', ['-lh', '/usr']);
716
- *
717
- * ls.stdout.on('data', (data) => {
718
- * console.log(`stdout: ${data}`);
719
- * });
720
- *
721
- * ls.stderr.on('data', (data) => {
722
- * console.error(`stderr: ${data}`);
723
- * });
724
- *
725
- * ls.on('close', (code) => {
726
- * console.log(`child process exited with code ${code}`);
727
- * });
728
- * ```
729
- *
730
- * Example: A very elaborate way to run `ps ax | grep ssh`
731
- *
732
- * ```js
733
- * const { spawn } = require('node:child_process');
734
- * const ps = spawn('ps', ['ax']);
735
- * const grep = spawn('grep', ['ssh']);
736
- *
737
- * ps.stdout.on('data', (data) => {
738
- * grep.stdin.write(data);
739
- * });
740
- *
741
- * ps.stderr.on('data', (data) => {
742
- * console.error(`ps stderr: ${data}`);
743
- * });
744
- *
745
- * ps.on('close', (code) => {
746
- * if (code !== 0) {
747
- * console.log(`ps process exited with code ${code}`);
748
- * }
749
- * grep.stdin.end();
750
- * });
751
- *
752
- * grep.stdout.on('data', (data) => {
753
- * console.log(data.toString());
754
- * });
755
- *
756
- * grep.stderr.on('data', (data) => {
757
- * console.error(`grep stderr: ${data}`);
758
- * });
759
- *
760
- * grep.on('close', (code) => {
761
- * if (code !== 0) {
762
- * console.log(`grep process exited with code ${code}`);
763
- * }
764
- * });
765
- * ```
766
- *
767
- * Example of checking for failed `spawn`:
768
- *
769
- * ```js
770
- * const { spawn } = require('node:child_process');
771
- * const subprocess = spawn('bad_command');
772
- *
773
- * subprocess.on('error', (err) => {
774
- * console.error('Failed to start subprocess.');
775
- * });
776
- * ```
777
- *
778
- * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process
779
- * title while others (Windows, SunOS) will use `command`.
780
- *
781
- * Node.js overwrites `argv[0]` with `process.execPath` on startup, so `process.argv[0]` in a Node.js child process will not match the `argv0` parameter passed to `spawn` from the parent. Retrieve
782
- * it with the `process.argv0` property instead.
783
- *
784
- * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
785
- * the error passed to the callback will be an `AbortError`:
786
- *
787
- * ```js
788
- * const { spawn } = require('node:child_process');
789
- * const controller = new AbortController();
790
- * const { signal } = controller;
791
- * const grep = spawn('grep', ['ssh'], { signal });
792
- * grep.on('error', (err) => {
793
- * // This will be called with err being an AbortError if the controller aborts
794
- * });
795
- * controller.abort(); // Stops the child process
796
- * ```
797
- * @since v0.1.90
798
- * @param command The command to run.
799
- * @param args List of string arguments.
800
- */
801
- function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams;
802
- function spawn(
803
- command: string,
804
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>,
805
- ): ChildProcessByStdio<Writable, Readable, Readable>;
806
- function spawn(
807
- command: string,
808
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>,
809
- ): ChildProcessByStdio<Writable, Readable, null>;
810
- function spawn(
811
- command: string,
812
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>,
813
- ): ChildProcessByStdio<Writable, null, Readable>;
814
- function spawn(
815
- command: string,
816
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>,
817
- ): ChildProcessByStdio<null, Readable, Readable>;
818
- function spawn(
819
- command: string,
820
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>,
821
- ): ChildProcessByStdio<Writable, null, null>;
822
- function spawn(
823
- command: string,
824
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>,
825
- ): ChildProcessByStdio<null, Readable, null>;
826
- function spawn(
827
- command: string,
828
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>,
829
- ): ChildProcessByStdio<null, null, Readable>;
830
- function spawn(
831
- command: string,
832
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>,
833
- ): ChildProcessByStdio<null, null, null>;
834
- function spawn(command: string, options: SpawnOptions): ChildProcess;
835
- // overloads of spawn with 'args'
836
- function spawn(
837
- command: string,
838
- args?: readonly string[],
839
- options?: SpawnOptionsWithoutStdio,
840
- ): ChildProcessWithoutNullStreams;
841
- function spawn(
842
- command: string,
843
- args: readonly string[],
844
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioPipe>,
845
- ): ChildProcessByStdio<Writable, Readable, Readable>;
846
- function spawn(
847
- command: string,
848
- args: readonly string[],
849
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioPipe, StdioNull>,
850
- ): ChildProcessByStdio<Writable, Readable, null>;
851
- function spawn(
852
- command: string,
853
- args: readonly string[],
854
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioPipe>,
855
- ): ChildProcessByStdio<Writable, null, Readable>;
856
- function spawn(
857
- command: string,
858
- args: readonly string[],
859
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioPipe>,
860
- ): ChildProcessByStdio<null, Readable, Readable>;
861
- function spawn(
862
- command: string,
863
- args: readonly string[],
864
- options: SpawnOptionsWithStdioTuple<StdioPipe, StdioNull, StdioNull>,
865
- ): ChildProcessByStdio<Writable, null, null>;
866
- function spawn(
867
- command: string,
868
- args: readonly string[],
869
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioPipe, StdioNull>,
870
- ): ChildProcessByStdio<null, Readable, null>;
871
- function spawn(
872
- command: string,
873
- args: readonly string[],
874
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioPipe>,
875
- ): ChildProcessByStdio<null, null, Readable>;
876
- function spawn(
877
- command: string,
878
- args: readonly string[],
879
- options: SpawnOptionsWithStdioTuple<StdioNull, StdioNull, StdioNull>,
880
- ): ChildProcessByStdio<null, null, null>;
881
- function spawn(command: string, args: readonly string[], options: SpawnOptions): ChildProcess;
882
- interface ExecOptions extends CommonOptions {
883
- shell?: string | undefined;
884
- signal?: AbortSignal | undefined;
885
- maxBuffer?: number | undefined;
886
- killSignal?: NodeJS.Signals | number | undefined;
887
- }
888
- interface ExecOptionsWithStringEncoding extends ExecOptions {
889
- encoding: BufferEncoding;
890
- }
891
- interface ExecOptionsWithBufferEncoding extends ExecOptions {
892
- encoding: BufferEncoding | null; // specify `null`.
893
- }
894
- interface ExecException extends Error {
895
- cmd?: string | undefined;
896
- killed?: boolean | undefined;
897
- code?: number | undefined;
898
- signal?: NodeJS.Signals | undefined;
899
- stdout?: string;
900
- stderr?: string;
901
- }
902
- /**
903
- * Spawns a shell then executes the `command` within that shell, buffering any
904
- * generated output. The `command` string passed to the exec function is processed
905
- * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters))
906
- * need to be dealt with accordingly:
907
- *
908
- * ```js
909
- * const { exec } = require('node:child_process');
910
- *
911
- * exec('"/path/to/test file/test.sh" arg1 arg2');
912
- * // Double quotes are used so that the space in the path is not interpreted as
913
- * // a delimiter of multiple arguments.
914
- *
915
- * exec('echo "The \\$HOME variable is $HOME"');
916
- * // The $HOME variable is escaped in the first instance, but not in the second.
917
- * ```
918
- *
919
- * **Never pass unsanitized user input to this function. Any input containing shell**
920
- * **metacharacters may be used to trigger arbitrary command execution.**
921
- *
922
- * If a `callback` function is provided, it is called with the arguments `(error, stdout, stderr)`. On success, `error` will be `null`. On error, `error` will be an instance of `Error`. The
923
- * `error.code` property will be
924
- * the exit code of the process. By convention, any exit code other than `0` indicates an error. `error.signal` will be the signal that terminated the
925
- * process.
926
- *
927
- * The `stdout` and `stderr` arguments passed to the callback will contain the
928
- * stdout and stderr output of the child process. By default, Node.js will decode
929
- * the output as UTF-8 and pass strings to the callback. The `encoding` option
930
- * can be used to specify the character encoding used to decode the stdout and
931
- * stderr output. If `encoding` is `'buffer'`, or an unrecognized character
932
- * encoding, `Buffer` objects will be passed to the callback instead.
933
- *
934
- * ```js
935
- * const { exec } = require('node:child_process');
936
- * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => {
937
- * if (error) {
938
- * console.error(`exec error: ${error}`);
939
- * return;
940
- * }
941
- * console.log(`stdout: ${stdout}`);
942
- * console.error(`stderr: ${stderr}`);
943
- * });
944
- * ```
945
- *
946
- * If `timeout` is greater than `0`, the parent will send the signal
947
- * identified by the `killSignal` property (the default is `'SIGTERM'`) if the
948
- * child runs longer than `timeout` milliseconds.
949
- *
950
- * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace
951
- * the existing process and uses a shell to execute the command.
952
- *
953
- * If this method is invoked as its `util.promisify()` ed version, it returns
954
- * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In
955
- * case of an error (including any error resulting in an exit code other than 0), a
956
- * rejected promise is returned, with the same `error` object given in the
957
- * callback, but with two additional properties `stdout` and `stderr`.
958
- *
959
- * ```js
960
- * const util = require('node:util');
961
- * const exec = util.promisify(require('node:child_process').exec);
962
- *
963
- * async function lsExample() {
964
- * const { stdout, stderr } = await exec('ls');
965
- * console.log('stdout:', stdout);
966
- * console.error('stderr:', stderr);
967
- * }
968
- * lsExample();
969
- * ```
970
- *
971
- * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
972
- * the error passed to the callback will be an `AbortError`:
973
- *
974
- * ```js
975
- * const { exec } = require('node:child_process');
976
- * const controller = new AbortController();
977
- * const { signal } = controller;
978
- * const child = exec('grep ssh', { signal }, (error) => {
979
- * console.error(error); // an AbortError
980
- * });
981
- * controller.abort();
982
- * ```
983
- * @since v0.1.90
984
- * @param command The command to run, with space-separated arguments.
985
- * @param callback called with the output when process terminates.
986
- */
987
- function exec(
988
- command: string,
989
- callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
990
- ): ChildProcess;
991
- // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`.
992
- function exec(
993
- command: string,
994
- options: {
995
- encoding: "buffer" | null;
996
- } & ExecOptions,
997
- callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void,
998
- ): ChildProcess;
999
- // `options` with well known `encoding` means stdout/stderr are definitely `string`.
1000
- function exec(
1001
- command: string,
1002
- options: {
1003
- encoding: BufferEncoding;
1004
- } & ExecOptions,
1005
- callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
1006
- ): ChildProcess;
1007
- // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`.
1008
- // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`.
1009
- function exec(
1010
- command: string,
1011
- options: {
1012
- encoding: BufferEncoding;
1013
- } & ExecOptions,
1014
- callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void,
1015
- ): ChildProcess;
1016
- // `options` without an `encoding` means stdout/stderr are definitely `string`.
1017
- function exec(
1018
- command: string,
1019
- options: ExecOptions,
1020
- callback?: (error: ExecException | null, stdout: string, stderr: string) => void,
1021
- ): ChildProcess;
1022
- // fallback if nothing else matches. Worst case is always `string | Buffer`.
1023
- function exec(
1024
- command: string,
1025
- options: (ObjectEncodingOptions & ExecOptions) | undefined | null,
1026
- callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void,
1027
- ): ChildProcess;
1028
- interface PromiseWithChild<T> extends Promise<T> {
1029
- child: ChildProcess;
1030
- }
1031
- namespace exec {
1032
- function __promisify__(command: string): PromiseWithChild<{
1033
- stdout: string;
1034
- stderr: string;
1035
- }>;
1036
- function __promisify__(
1037
- command: string,
1038
- options: {
1039
- encoding: "buffer" | null;
1040
- } & ExecOptions,
1041
- ): PromiseWithChild<{
1042
- stdout: Buffer;
1043
- stderr: Buffer;
1044
- }>;
1045
- function __promisify__(
1046
- command: string,
1047
- options: {
1048
- encoding: BufferEncoding;
1049
- } & ExecOptions,
1050
- ): PromiseWithChild<{
1051
- stdout: string;
1052
- stderr: string;
1053
- }>;
1054
- function __promisify__(
1055
- command: string,
1056
- options: ExecOptions,
1057
- ): PromiseWithChild<{
1058
- stdout: string;
1059
- stderr: string;
1060
- }>;
1061
- function __promisify__(
1062
- command: string,
1063
- options?: (ObjectEncodingOptions & ExecOptions) | null,
1064
- ): PromiseWithChild<{
1065
- stdout: string | Buffer;
1066
- stderr: string | Buffer;
1067
- }>;
1068
- }
1069
- interface ExecFileOptions extends CommonOptions, Abortable {
1070
- maxBuffer?: number | undefined;
1071
- killSignal?: NodeJS.Signals | number | undefined;
1072
- windowsVerbatimArguments?: boolean | undefined;
1073
- shell?: boolean | string | undefined;
1074
- signal?: AbortSignal | undefined;
1075
- }
1076
- interface ExecFileOptionsWithStringEncoding extends ExecFileOptions {
1077
- encoding: BufferEncoding;
1078
- }
1079
- interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions {
1080
- encoding: "buffer" | null;
1081
- }
1082
- interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions {
1083
- encoding: BufferEncoding;
1084
- }
1085
- type ExecFileException =
1086
- & Omit<ExecException, "code">
1087
- & Omit<NodeJS.ErrnoException, "code">
1088
- & { code?: string | number | undefined | null };
1089
- /**
1090
- * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified
1091
- * executable `file` is spawned directly as a new process making it slightly more
1092
- * efficient than {@link exec}.
1093
- *
1094
- * The same options as {@link exec} are supported. Since a shell is
1095
- * not spawned, behaviors such as I/O redirection and file globbing are not
1096
- * supported.
1097
- *
1098
- * ```js
1099
- * const { execFile } = require('node:child_process');
1100
- * const child = execFile('node', ['--version'], (error, stdout, stderr) => {
1101
- * if (error) {
1102
- * throw error;
1103
- * }
1104
- * console.log(stdout);
1105
- * });
1106
- * ```
1107
- *
1108
- * The `stdout` and `stderr` arguments passed to the callback will contain the
1109
- * stdout and stderr output of the child process. By default, Node.js will decode
1110
- * the output as UTF-8 and pass strings to the callback. The `encoding` option
1111
- * can be used to specify the character encoding used to decode the stdout and
1112
- * stderr output. If `encoding` is `'buffer'`, or an unrecognized character
1113
- * encoding, `Buffer` objects will be passed to the callback instead.
1114
- *
1115
- * If this method is invoked as its `util.promisify()` ed version, it returns
1116
- * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In
1117
- * case of an error (including any error resulting in an exit code other than 0), a
1118
- * rejected promise is returned, with the same `error` object given in the
1119
- * callback, but with two additional properties `stdout` and `stderr`.
1120
- *
1121
- * ```js
1122
- * const util = require('node:util');
1123
- * const execFile = util.promisify(require('node:child_process').execFile);
1124
- * async function getVersion() {
1125
- * const { stdout } = await execFile('node', ['--version']);
1126
- * console.log(stdout);
1127
- * }
1128
- * getVersion();
1129
- * ```
1130
- *
1131
- * **If the `shell` option is enabled, do not pass unsanitized user input to this**
1132
- * **function. Any input containing shell metacharacters may be used to trigger**
1133
- * **arbitrary command execution.**
1134
- *
1135
- * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
1136
- * the error passed to the callback will be an `AbortError`:
1137
- *
1138
- * ```js
1139
- * const { execFile } = require('node:child_process');
1140
- * const controller = new AbortController();
1141
- * const { signal } = controller;
1142
- * const child = execFile('node', ['--version'], { signal }, (error) => {
1143
- * console.error(error); // an AbortError
1144
- * });
1145
- * controller.abort();
1146
- * ```
1147
- * @since v0.1.91
1148
- * @param file The name or path of the executable file to run.
1149
- * @param args List of string arguments.
1150
- * @param callback Called with the output when process terminates.
1151
- */
1152
- function execFile(file: string): ChildProcess;
1153
- function execFile(
1154
- file: string,
1155
- options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
1156
- ): ChildProcess;
1157
- function execFile(file: string, args?: readonly string[] | null): ChildProcess;
1158
- function execFile(
1159
- file: string,
1160
- args: readonly string[] | undefined | null,
1161
- options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
1162
- ): ChildProcess;
1163
- // no `options` definitely means stdout/stderr are `string`.
1164
- function execFile(
1165
- file: string,
1166
- callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
1167
- ): ChildProcess;
1168
- function execFile(
1169
- file: string,
1170
- args: readonly string[] | undefined | null,
1171
- callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
1172
- ): ChildProcess;
1173
- // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`.
1174
- function execFile(
1175
- file: string,
1176
- options: ExecFileOptionsWithBufferEncoding,
1177
- callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void,
1178
- ): ChildProcess;
1179
- function execFile(
1180
- file: string,
1181
- args: readonly string[] | undefined | null,
1182
- options: ExecFileOptionsWithBufferEncoding,
1183
- callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void,
1184
- ): ChildProcess;
1185
- // `options` with well known `encoding` means stdout/stderr are definitely `string`.
1186
- function execFile(
1187
- file: string,
1188
- options: ExecFileOptionsWithStringEncoding,
1189
- callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
1190
- ): ChildProcess;
1191
- function execFile(
1192
- file: string,
1193
- args: readonly string[] | undefined | null,
1194
- options: ExecFileOptionsWithStringEncoding,
1195
- callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
1196
- ): ChildProcess;
1197
- // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`.
1198
- // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`.
1199
- function execFile(
1200
- file: string,
1201
- options: ExecFileOptionsWithOtherEncoding,
1202
- callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void,
1203
- ): ChildProcess;
1204
- function execFile(
1205
- file: string,
1206
- args: readonly string[] | undefined | null,
1207
- options: ExecFileOptionsWithOtherEncoding,
1208
- callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void,
1209
- ): ChildProcess;
1210
- // `options` without an `encoding` means stdout/stderr are definitely `string`.
1211
- function execFile(
1212
- file: string,
1213
- options: ExecFileOptions,
1214
- callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
1215
- ): ChildProcess;
1216
- function execFile(
1217
- file: string,
1218
- args: readonly string[] | undefined | null,
1219
- options: ExecFileOptions,
1220
- callback: (error: ExecFileException | null, stdout: string, stderr: string) => void,
1221
- ): ChildProcess;
1222
- // fallback if nothing else matches. Worst case is always `string | Buffer`.
1223
- function execFile(
1224
- file: string,
1225
- options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
1226
- callback:
1227
- | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void)
1228
- | undefined
1229
- | null,
1230
- ): ChildProcess;
1231
- function execFile(
1232
- file: string,
1233
- args: readonly string[] | undefined | null,
1234
- options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
1235
- callback:
1236
- | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void)
1237
- | undefined
1238
- | null,
1239
- ): ChildProcess;
1240
- namespace execFile {
1241
- function __promisify__(file: string): PromiseWithChild<{
1242
- stdout: string;
1243
- stderr: string;
1244
- }>;
1245
- function __promisify__(
1246
- file: string,
1247
- args: readonly string[] | undefined | null,
1248
- ): PromiseWithChild<{
1249
- stdout: string;
1250
- stderr: string;
1251
- }>;
1252
- function __promisify__(
1253
- file: string,
1254
- options: ExecFileOptionsWithBufferEncoding,
1255
- ): PromiseWithChild<{
1256
- stdout: Buffer;
1257
- stderr: Buffer;
1258
- }>;
1259
- function __promisify__(
1260
- file: string,
1261
- args: readonly string[] | undefined | null,
1262
- options: ExecFileOptionsWithBufferEncoding,
1263
- ): PromiseWithChild<{
1264
- stdout: Buffer;
1265
- stderr: Buffer;
1266
- }>;
1267
- function __promisify__(
1268
- file: string,
1269
- options: ExecFileOptionsWithStringEncoding,
1270
- ): PromiseWithChild<{
1271
- stdout: string;
1272
- stderr: string;
1273
- }>;
1274
- function __promisify__(
1275
- file: string,
1276
- args: readonly string[] | undefined | null,
1277
- options: ExecFileOptionsWithStringEncoding,
1278
- ): PromiseWithChild<{
1279
- stdout: string;
1280
- stderr: string;
1281
- }>;
1282
- function __promisify__(
1283
- file: string,
1284
- options: ExecFileOptionsWithOtherEncoding,
1285
- ): PromiseWithChild<{
1286
- stdout: string | Buffer;
1287
- stderr: string | Buffer;
1288
- }>;
1289
- function __promisify__(
1290
- file: string,
1291
- args: readonly string[] | undefined | null,
1292
- options: ExecFileOptionsWithOtherEncoding,
1293
- ): PromiseWithChild<{
1294
- stdout: string | Buffer;
1295
- stderr: string | Buffer;
1296
- }>;
1297
- function __promisify__(
1298
- file: string,
1299
- options: ExecFileOptions,
1300
- ): PromiseWithChild<{
1301
- stdout: string;
1302
- stderr: string;
1303
- }>;
1304
- function __promisify__(
1305
- file: string,
1306
- args: readonly string[] | undefined | null,
1307
- options: ExecFileOptions,
1308
- ): PromiseWithChild<{
1309
- stdout: string;
1310
- stderr: string;
1311
- }>;
1312
- function __promisify__(
1313
- file: string,
1314
- options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
1315
- ): PromiseWithChild<{
1316
- stdout: string | Buffer;
1317
- stderr: string | Buffer;
1318
- }>;
1319
- function __promisify__(
1320
- file: string,
1321
- args: readonly string[] | undefined | null,
1322
- options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null,
1323
- ): PromiseWithChild<{
1324
- stdout: string | Buffer;
1325
- stderr: string | Buffer;
1326
- }>;
1327
- }
1328
- interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable {
1329
- execPath?: string | undefined;
1330
- execArgv?: string[] | undefined;
1331
- silent?: boolean | undefined;
1332
- /**
1333
- * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings.
1334
- * If passed as an array, the first element is used for `stdin`, the second for
1335
- * `stdout`, and the third for `stderr`. A fourth element can be used to
1336
- * specify the `stdio` behavior beyond the standard streams. See
1337
- * {@link ChildProcess.stdio} for more information.
1338
- *
1339
- * @default 'pipe'
1340
- */
1341
- stdio?: StdioOptions | undefined;
1342
- detached?: boolean | undefined;
1343
- windowsVerbatimArguments?: boolean | undefined;
1344
- }
1345
- /**
1346
- * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes.
1347
- * Like {@link spawn}, a `ChildProcess` object is returned. The
1348
- * returned `ChildProcess` will have an additional communication channel
1349
- * built-in that allows messages to be passed back and forth between the parent and
1350
- * child. See `subprocess.send()` for details.
1351
- *
1352
- * Keep in mind that spawned Node.js child processes are
1353
- * independent of the parent with exception of the IPC communication channel
1354
- * that is established between the two. Each process has its own memory, with
1355
- * their own V8 instances. Because of the additional resource allocations
1356
- * required, spawning a large number of child Node.js processes is not
1357
- * recommended.
1358
- *
1359
- * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the `options` object allows for an alternative
1360
- * execution path to be used.
1361
- *
1362
- * Node.js processes launched with a custom `execPath` will communicate with the
1363
- * parent process using the file descriptor (fd) identified using the
1364
- * environment variable `NODE_CHANNEL_FD` on the child process.
1365
- *
1366
- * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the
1367
- * current process.
1368
- *
1369
- * The `shell` option available in {@link spawn} is not supported by `child_process.fork()` and will be ignored if set.
1370
- *
1371
- * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
1372
- * the error passed to the callback will be an `AbortError`:
1373
- *
1374
- * ```js
1375
- * if (process.argv[2] === 'child') {
1376
- * setTimeout(() => {
1377
- * console.log(`Hello from ${process.argv[2]}!`);
1378
- * }, 1_000);
1379
- * } else {
1380
- * const { fork } = require('node:child_process');
1381
- * const controller = new AbortController();
1382
- * const { signal } = controller;
1383
- * const child = fork(__filename, ['child'], { signal });
1384
- * child.on('error', (err) => {
1385
- * // This will be called with err being an AbortError if the controller aborts
1386
- * });
1387
- * controller.abort(); // Stops the child process
1388
- * }
1389
- * ```
1390
- * @since v0.5.0
1391
- * @param modulePath The module to run in the child.
1392
- * @param args List of string arguments.
1393
- */
1394
- function fork(modulePath: string | URL, options?: ForkOptions): ChildProcess;
1395
- function fork(modulePath: string | URL, args?: readonly string[], options?: ForkOptions): ChildProcess;
1396
- interface SpawnSyncOptions extends CommonSpawnOptions {
1397
- input?: string | NodeJS.ArrayBufferView | undefined;
1398
- maxBuffer?: number | undefined;
1399
- encoding?: BufferEncoding | "buffer" | null | undefined;
1400
- }
1401
- interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions {
1402
- encoding: BufferEncoding;
1403
- }
1404
- interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions {
1405
- encoding?: "buffer" | null | undefined;
1406
- }
1407
- interface SpawnSyncReturns<T> {
1408
- pid: number;
1409
- output: Array<T | null>;
1410
- stdout: T;
1411
- stderr: T;
1412
- status: number | null;
1413
- signal: NodeJS.Signals | null;
1414
- error?: Error | undefined;
1415
- }
1416
- /**
1417
- * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return
1418
- * until the child process has fully closed. When a timeout has been encountered
1419
- * and `killSignal` is sent, the method won't return until the process has
1420
- * completely exited. If the process intercepts and handles the `SIGTERM` signal
1421
- * and doesn't exit, the parent process will wait until the child process has
1422
- * exited.
1423
- *
1424
- * **If the `shell` option is enabled, do not pass unsanitized user input to this**
1425
- * **function. Any input containing shell metacharacters may be used to trigger**
1426
- * **arbitrary command execution.**
1427
- * @since v0.11.12
1428
- * @param command The command to run.
1429
- * @param args List of string arguments.
1430
- */
1431
- function spawnSync(command: string): SpawnSyncReturns<Buffer>;
1432
- function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>;
1433
- function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>;
1434
- function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>;
1435
- function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns<Buffer>;
1436
- function spawnSync(
1437
- command: string,
1438
- args: readonly string[],
1439
- options: SpawnSyncOptionsWithStringEncoding,
1440
- ): SpawnSyncReturns<string>;
1441
- function spawnSync(
1442
- command: string,
1443
- args: readonly string[],
1444
- options: SpawnSyncOptionsWithBufferEncoding,
1445
- ): SpawnSyncReturns<Buffer>;
1446
- function spawnSync(
1447
- command: string,
1448
- args?: readonly string[],
1449
- options?: SpawnSyncOptions,
1450
- ): SpawnSyncReturns<string | Buffer>;
1451
- interface CommonExecOptions extends CommonOptions {
1452
- input?: string | NodeJS.ArrayBufferView | undefined;
1453
- /**
1454
- * Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings.
1455
- * If passed as an array, the first element is used for `stdin`, the second for
1456
- * `stdout`, and the third for `stderr`. A fourth element can be used to
1457
- * specify the `stdio` behavior beyond the standard streams. See
1458
- * {@link ChildProcess.stdio} for more information.
1459
- *
1460
- * @default 'pipe'
1461
- */
1462
- stdio?: StdioOptions | undefined;
1463
- killSignal?: NodeJS.Signals | number | undefined;
1464
- maxBuffer?: number | undefined;
1465
- encoding?: BufferEncoding | "buffer" | null | undefined;
1466
- }
1467
- interface ExecSyncOptions extends CommonExecOptions {
1468
- shell?: string | undefined;
1469
- }
1470
- interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions {
1471
- encoding: BufferEncoding;
1472
- }
1473
- interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions {
1474
- encoding?: "buffer" | null | undefined;
1475
- }
1476
- /**
1477
- * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return
1478
- * until the child process has fully closed. When a timeout has been encountered
1479
- * and `killSignal` is sent, the method won't return until the process has
1480
- * completely exited. If the child process intercepts and handles the `SIGTERM` signal and doesn't exit, the parent process will wait until the child process
1481
- * has exited.
1482
- *
1483
- * If the process times out or has a non-zero exit code, this method will throw.
1484
- * The `Error` object will contain the entire result from {@link spawnSync}.
1485
- *
1486
- * **Never pass unsanitized user input to this function. Any input containing shell**
1487
- * **metacharacters may be used to trigger arbitrary command execution.**
1488
- * @since v0.11.12
1489
- * @param command The command to run.
1490
- * @return The stdout from the command.
1491
- */
1492
- function execSync(command: string): Buffer;
1493
- function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string;
1494
- function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer;
1495
- function execSync(command: string, options?: ExecSyncOptions): string | Buffer;
1496
- interface ExecFileSyncOptions extends CommonExecOptions {
1497
- shell?: boolean | string | undefined;
1498
- }
1499
- interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions {
1500
- encoding: BufferEncoding;
1501
- }
1502
- interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions {
1503
- encoding?: "buffer" | null; // specify `null`.
1504
- }
1505
- /**
1506
- * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not
1507
- * return until the child process has fully closed. When a timeout has been
1508
- * encountered and `killSignal` is sent, the method won't return until the process
1509
- * has completely exited.
1510
- *
1511
- * If the child process intercepts and handles the `SIGTERM` signal and
1512
- * does not exit, the parent process will still wait until the child process has
1513
- * exited.
1514
- *
1515
- * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}.
1516
- *
1517
- * **If the `shell` option is enabled, do not pass unsanitized user input to this**
1518
- * **function. Any input containing shell metacharacters may be used to trigger**
1519
- * **arbitrary command execution.**
1520
- * @since v0.11.12
1521
- * @param file The name or path of the executable file to run.
1522
- * @param args List of string arguments.
1523
- * @return The stdout from the command.
1524
- */
1525
- function execFileSync(file: string): Buffer;
1526
- function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string;
1527
- function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer;
1528
- function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer;
1529
- function execFileSync(file: string, args: readonly string[]): Buffer;
1530
- function execFileSync(
1531
- file: string,
1532
- args: readonly string[],
1533
- options: ExecFileSyncOptionsWithStringEncoding,
1534
- ): string;
1535
- function execFileSync(
1536
- file: string,
1537
- args: readonly string[],
1538
- options: ExecFileSyncOptionsWithBufferEncoding,
1539
- ): Buffer;
1540
- function execFileSync(file: string, args?: readonly string[], options?: ExecFileSyncOptions): string | Buffer;
1541
- }
1542
- declare module "node:child_process" {
1543
- export * from "child_process";
1544
- }