cloudstructs 0.9.11 → 0.9.13

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 (2660) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-textract/detect.lambda/index.js +16654 -15879
  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/mjml-template/index.js +1 -1
  8. package/lib/saml-identity-provider/index.js +2 -2
  9. package/lib/slack-app/manifest.js +1 -1
  10. package/lib/slack-app/slack-app.js +2 -2
  11. package/lib/slack-events/index.js +1 -1
  12. package/lib/slack-textract/detect.lambda.d.ts +0 -17
  13. package/lib/slack-textract/detect.lambda.js +11 -3
  14. package/lib/slack-textract/index.js +1 -1
  15. package/lib/ssl-server-test/index.js +1 -1
  16. package/lib/state-machine-cr-provider/index.js +1 -1
  17. package/lib/static-website/index.js +1 -1
  18. package/lib/toolkit-cleaner/index.js +1 -1
  19. package/lib/url-shortener/index.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +9 -0
  21. package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +6 -0
  22. package/node_modules/@babel/runtime/helpers/esm/usingCtx.js +36 -24
  23. package/node_modules/@babel/runtime/helpers/superPropGet.js +9 -0
  24. package/node_modules/@babel/runtime/helpers/superPropSet.js +6 -0
  25. package/node_modules/@babel/runtime/helpers/usingCtx.js +36 -24
  26. package/node_modules/@babel/runtime/package.json +19 -1
  27. package/node_modules/@slack/logger/README.md +33 -0
  28. package/node_modules/@slack/logger/dist/index.d.ts +0 -6
  29. package/node_modules/@slack/logger/dist/index.d.ts.map +1 -1
  30. package/node_modules/@slack/logger/dist/index.js +6 -3
  31. package/node_modules/@slack/logger/dist/index.js.map +1 -1
  32. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  33. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +5 -5
  34. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +5 -5
  35. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +12 -82
  36. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +2 -2
  37. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +15 -15
  38. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -17
  39. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +5 -78
  40. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
  41. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  42. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +18 -17
  43. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +19 -0
  46. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +75 -2
  47. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +99 -0
  48. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2 -2
  49. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2 -2
  50. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
  52. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -14
  53. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -3
  55. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  56. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  57. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +45 -9
  58. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +143 -19
  59. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  60. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  61. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +10 -10
  62. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +12 -12
  63. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +1 -1
  64. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +9 -9
  65. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  66. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +378 -101
  67. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  68. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +5 -2
  69. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +6 -6
  70. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  71. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +19 -2
  72. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +8 -2
  73. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +2 -2
  74. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +5 -7
  75. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  76. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +1 -1
  77. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +12 -3
  78. package/node_modules/@slack/logger/node_modules/undici-types/LICENSE +21 -0
  79. package/node_modules/@slack/logger/node_modules/undici-types/README.md +6 -0
  80. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +31 -0
  81. package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +43 -0
  82. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +29 -0
  83. package/node_modules/@slack/logger/node_modules/undici-types/cache.d.ts +36 -0
  84. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +108 -0
  85. package/node_modules/@slack/logger/node_modules/undici-types/connector.d.ts +34 -0
  86. package/node_modules/@slack/logger/node_modules/undici-types/content-type.d.ts +21 -0
  87. package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +28 -0
  88. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  89. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +255 -0
  90. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  91. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +149 -0
  92. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +63 -0
  93. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +209 -0
  94. package/node_modules/@slack/logger/node_modules/undici-types/file.d.ts +39 -0
  95. package/node_modules/@slack/logger/node_modules/undici-types/filereader.d.ts +54 -0
  96. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +108 -0
  97. package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  98. package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +7 -0
  99. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +15 -0
  100. package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +4 -0
  101. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +71 -0
  102. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +15 -0
  103. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +50 -0
  104. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +25 -0
  105. package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +12 -0
  106. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  107. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +25 -0
  108. package/node_modules/@slack/logger/node_modules/undici-types/package.json +55 -0
  109. package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +71 -0
  110. package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +19 -0
  111. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +39 -0
  112. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +28 -0
  113. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +60 -0
  114. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +8 -0
  115. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +116 -0
  116. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +18 -0
  117. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +222 -0
  118. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +152 -0
  119. package/node_modules/@slack/logger/package.json +27 -16
  120. package/node_modules/@slack/web-api/LICENSE +23 -0
  121. package/node_modules/@slack/web-api/README.md +6 -15
  122. package/node_modules/@slack/web-api/dist/WebClient.d.ts +23 -15
  123. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  124. package/node_modules/@slack/web-api/dist/WebClient.js +312 -281
  125. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  126. package/node_modules/@slack/web-api/dist/errors.d.ts +2 -1
  127. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  128. package/node_modules/@slack/web-api/dist/errors.js +6 -3
  129. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  130. package/node_modules/@slack/web-api/dist/file-upload.d.ts +1 -8
  131. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  132. package/node_modules/@slack/web-api/dist/file-upload.js +138 -97
  133. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  134. package/node_modules/@slack/web-api/dist/index.d.ts +3 -2
  135. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  136. package/node_modules/@slack/web-api/dist/index.js +2 -1
  137. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  138. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  139. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  140. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  141. package/node_modules/@slack/web-api/dist/methods.d.ts +1077 -1451
  142. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  143. package/node_modules/@slack/web-api/dist/methods.js +1075 -140
  144. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  145. package/node_modules/@slack/web-api/dist/retry-policies.d.ts +2 -2
  146. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  147. package/node_modules/@slack/web-api/dist/types/helpers.d.ts +5 -0
  148. package/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -0
  149. package/node_modules/@slack/web-api/dist/types/helpers.js +3 -0
  150. package/node_modules/@slack/web-api/dist/types/helpers.js.map +1 -0
  151. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +42 -0
  152. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -0
  153. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +3 -0
  154. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +1 -0
  155. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +78 -0
  156. package/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -0
  157. package/node_modules/@slack/web-api/dist/types/request/admin/apps.js +3 -0
  158. package/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +1 -0
  159. package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +21 -0
  160. package/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -0
  161. package/node_modules/@slack/web-api/dist/types/request/admin/auth.js +3 -0
  162. package/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +1 -0
  163. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +24 -0
  164. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -0
  165. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +3 -0
  166. package/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +1 -0
  167. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +155 -0
  168. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -0
  169. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +3 -0
  170. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +1 -0
  171. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +32 -0
  172. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -0
  173. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +3 -0
  174. package/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +1 -0
  175. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +20 -0
  176. package/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -0
  177. package/node_modules/@slack/web-api/dist/types/request/admin/functions.js +3 -0
  178. package/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +1 -0
  179. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +17 -0
  180. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -0
  181. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +3 -0
  182. package/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +1 -0
  183. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +29 -0
  184. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -0
  185. package/node_modules/@slack/web-api/dist/types/request/admin/roles.js +3 -0
  186. package/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +1 -0
  187. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +40 -0
  188. package/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -0
  189. package/node_modules/@slack/web-api/dist/types/request/admin/teams.js +3 -0
  190. package/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +1 -0
  191. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +31 -0
  192. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -0
  193. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +3 -0
  194. package/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +1 -0
  195. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +120 -0
  196. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -0
  197. package/node_modules/@slack/web-api/dist/types/request/admin/users.js +3 -0
  198. package/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +1 -0
  199. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +37 -0
  200. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -0
  201. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +3 -0
  202. package/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +1 -0
  203. package/node_modules/@slack/web-api/dist/types/request/api.d.ts +6 -0
  204. package/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -0
  205. package/node_modules/@slack/web-api/dist/types/request/api.js +3 -0
  206. package/node_modules/@slack/web-api/dist/types/request/api.js.map +1 -0
  207. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +23 -0
  208. package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -0
  209. package/node_modules/@slack/web-api/dist/types/request/apps.js +3 -0
  210. package/node_modules/@slack/web-api/dist/types/request/apps.js.map +1 -0
  211. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts +19 -0
  212. package/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -0
  213. package/node_modules/@slack/web-api/dist/types/request/auth.js +3 -0
  214. package/node_modules/@slack/web-api/dist/types/request/auth.js.map +1 -0
  215. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +32 -0
  216. package/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -0
  217. package/node_modules/@slack/web-api/dist/types/request/bookmarks.js +3 -0
  218. package/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +1 -0
  219. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts +7 -0
  220. package/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -0
  221. package/node_modules/@slack/web-api/dist/types/request/bots.js +3 -0
  222. package/node_modules/@slack/web-api/dist/types/request/bots.js.map +1 -0
  223. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +56 -0
  224. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -0
  225. package/node_modules/@slack/web-api/dist/types/request/calls.js +3 -0
  226. package/node_modules/@slack/web-api/dist/types/request/calls.js.map +1 -0
  227. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +78 -0
  228. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -0
  229. package/node_modules/@slack/web-api/dist/types/request/canvas.js +3 -0
  230. package/node_modules/@slack/web-api/dist/types/request/canvas.js.map +1 -0
  231. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +200 -0
  232. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -0
  233. package/node_modules/@slack/web-api/dist/types/request/chat.js +3 -0
  234. package/node_modules/@slack/web-api/dist/types/request/chat.js.map +1 -0
  235. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +115 -0
  236. package/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -0
  237. package/node_modules/@slack/web-api/dist/types/request/common.js +4 -0
  238. package/node_modules/@slack/web-api/dist/types/request/common.js.map +1 -0
  239. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +137 -0
  240. package/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -0
  241. package/node_modules/@slack/web-api/dist/types/request/conversations.js +3 -0
  242. package/node_modules/@slack/web-api/dist/types/request/conversations.js.map +1 -0
  243. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +9 -0
  244. package/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -0
  245. package/node_modules/@slack/web-api/dist/types/request/dialog.js +3 -0
  246. package/node_modules/@slack/web-api/dist/types/request/dialog.js.map +1 -0
  247. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +17 -0
  248. package/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -0
  249. package/node_modules/@slack/web-api/dist/types/request/dnd.js +3 -0
  250. package/node_modules/@slack/web-api/dist/types/request/dnd.js.map +1 -0
  251. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +7 -0
  252. package/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -0
  253. package/node_modules/@slack/web-api/dist/types/request/emoji.js +3 -0
  254. package/node_modules/@slack/web-api/dist/types/request/emoji.js.map +1 -0
  255. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +177 -0
  256. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -0
  257. package/node_modules/@slack/web-api/dist/types/request/files.js +3 -0
  258. package/node_modules/@slack/web-api/dist/types/request/files.js.map +1 -0
  259. package/node_modules/@slack/web-api/dist/types/request/functions.d.ts +12 -0
  260. package/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +1 -0
  261. package/node_modules/@slack/web-api/dist/types/request/functions.js +3 -0
  262. package/node_modules/@slack/web-api/dist/types/request/functions.js.map +1 -0
  263. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +43 -0
  264. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -0
  265. package/node_modules/@slack/web-api/dist/types/request/index.js.map +1 -0
  266. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +257 -0
  267. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -0
  268. package/node_modules/@slack/web-api/dist/types/request/manifest.js +3 -0
  269. package/node_modules/@slack/web-api/dist/types/request/manifest.js.map +1 -0
  270. package/node_modules/@slack/web-api/dist/types/request/migration.d.ts +8 -0
  271. package/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +1 -0
  272. package/node_modules/@slack/web-api/dist/types/request/migration.js +3 -0
  273. package/node_modules/@slack/web-api/dist/types/request/migration.js.map +1 -0
  274. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +12 -0
  275. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -0
  276. package/node_modules/@slack/web-api/dist/types/request/oauth.js +3 -0
  277. package/node_modules/@slack/web-api/dist/types/request/oauth.js.map +1 -0
  278. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts +6 -0
  279. package/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -0
  280. package/node_modules/@slack/web-api/dist/types/request/openid.js +3 -0
  281. package/node_modules/@slack/web-api/dist/types/request/openid.js.map +1 -0
  282. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts +10 -0
  283. package/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -0
  284. package/node_modules/@slack/web-api/dist/types/request/pins.js +3 -0
  285. package/node_modules/@slack/web-api/dist/types/request/pins.js.map +1 -0
  286. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +20 -0
  287. package/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -0
  288. package/node_modules/@slack/web-api/dist/types/request/reactions.js +3 -0
  289. package/node_modules/@slack/web-api/dist/types/request/reactions.js.map +1 -0
  290. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +51 -0
  291. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -0
  292. package/node_modules/@slack/web-api/dist/types/request/reminders.js +3 -0
  293. package/node_modules/@slack/web-api/dist/types/request/reminders.js.map +1 -0
  294. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +28 -0
  295. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -0
  296. package/node_modules/@slack/web-api/dist/types/request/rtm.js +3 -0
  297. package/node_modules/@slack/web-api/dist/types/request/rtm.js.map +1 -0
  298. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +20 -0
  299. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -0
  300. package/node_modules/@slack/web-api/dist/types/request/search.js +3 -0
  301. package/node_modules/@slack/web-api/dist/types/request/search.js.map +1 -0
  302. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts +11 -0
  303. package/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -0
  304. package/node_modules/@slack/web-api/dist/types/request/stars.js +3 -0
  305. package/node_modules/@slack/web-api/dist/types/request/stars.js.map +1 -0
  306. package/node_modules/@slack/web-api/dist/types/request/team.d.ts +51 -0
  307. package/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -0
  308. package/node_modules/@slack/web-api/dist/types/request/team.js +3 -0
  309. package/node_modules/@slack/web-api/dist/types/request/team.js.map +1 -0
  310. package/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +5 -0
  311. package/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +1 -0
  312. package/node_modules/@slack/web-api/dist/types/request/tooling.js +3 -0
  313. package/node_modules/@slack/web-api/dist/types/request/tooling.js.map +1 -0
  314. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +51 -0
  315. package/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -0
  316. package/node_modules/@slack/web-api/dist/types/request/usergroups.js +3 -0
  317. package/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +1 -0
  318. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +86 -0
  319. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -0
  320. package/node_modules/@slack/web-api/dist/types/request/users.js +3 -0
  321. package/node_modules/@slack/web-api/dist/types/request/users.js.map +1 -0
  322. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +49 -0
  323. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -0
  324. package/node_modules/@slack/web-api/dist/types/request/views.js +3 -0
  325. package/node_modules/@slack/web-api/dist/types/request/views.js.map +1 -0
  326. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +31 -0
  327. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -0
  328. package/node_modules/@slack/web-api/dist/types/request/workflows.js +3 -0
  329. package/node_modules/@slack/web-api/dist/types/request/workflows.js.map +1 -0
  330. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +78 -0
  331. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
  332. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +3 -0
  333. package/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +1 -0
  334. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +74 -0
  335. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
  336. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +1 -0
  337. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +9 -0
  338. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -0
  339. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +1 -0
  340. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +58 -0
  341. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
  342. package/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +1 -0
  343. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +9 -0
  344. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
  345. package/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +1 -0
  346. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +22 -0
  347. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
  348. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +1 -0
  349. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +8 -0
  350. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
  351. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +1 -0
  352. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
  353. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
  354. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +1 -0
  355. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +67 -0
  356. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
  357. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +1 -0
  358. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +9 -0
  359. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -0
  360. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +1 -0
  361. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +58 -0
  362. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
  363. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +1 -0
  364. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +9 -0
  365. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -0
  366. package/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +1 -0
  367. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
  368. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
  369. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
  370. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
  371. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
  372. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
  373. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
  374. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
  375. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
  376. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +25 -0
  377. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -0
  378. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +1 -0
  379. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +8 -0
  380. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
  381. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +1 -0
  382. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +21 -0
  383. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -0
  384. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +1 -0
  385. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +21 -0
  386. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
  387. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +1 -0
  388. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +8 -0
  389. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
  390. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +1 -0
  391. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
  392. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
  393. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
  394. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
  395. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
  396. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
  397. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
  398. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
  399. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +1 -0
  400. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
  401. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
  402. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
  403. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
  404. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
  405. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
  406. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +13 -0
  407. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -0
  408. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +1 -0
  409. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +8 -0
  410. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
  411. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +1 -0
  412. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
  413. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
  414. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
  415. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
  416. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
  417. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
  418. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +27 -0
  419. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
  420. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
  421. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
  422. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
  423. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
  424. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
  425. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
  426. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +1 -0
  427. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +13 -0
  428. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -0
  429. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +1 -0
  430. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +13 -0
  431. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -0
  432. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +1 -0
  433. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
  434. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
  435. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
  436. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +8 -0
  437. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -0
  438. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +1 -0
  439. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
  440. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
  441. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
  442. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
  443. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
  444. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
  445. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
  446. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
  447. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
  448. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +70 -0
  449. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -0
  450. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +1 -0
  451. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
  452. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
  453. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
  454. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
  455. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
  456. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
  457. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
  458. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
  459. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +1 -0
  460. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
  461. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
  462. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +1 -0
  463. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
  464. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
  465. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
  466. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
  467. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
  468. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
  469. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
  470. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
  471. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
  472. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +12 -0
  473. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
  474. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +1 -0
  475. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +12 -0
  476. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -0
  477. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +1 -0
  478. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +20 -0
  479. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -0
  480. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +1 -0
  481. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +12 -0
  482. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
  483. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +1 -0
  484. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +12 -0
  485. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -0
  486. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +1 -0
  487. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +36 -0
  488. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -0
  489. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +1 -0
  490. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +34 -0
  491. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
  492. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
  493. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
  494. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
  495. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
  496. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
  497. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
  498. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +1 -0
  499. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +44 -0
  500. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
  501. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
  502. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +30 -0
  503. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
  504. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
  505. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
  506. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
  507. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +1 -0
  508. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +23 -0
  509. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
  510. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +1 -0
  511. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
  512. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
  513. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
  514. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
  515. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
  516. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +1 -0
  517. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
  518. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
  519. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
  520. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +13 -0
  521. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
  522. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +1 -0
  523. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +13 -0
  524. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -0
  525. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +1 -0
  526. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +24 -0
  527. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -0
  528. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +1 -0
  529. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +13 -0
  530. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
  531. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +1 -0
  532. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
  533. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
  534. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
  535. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
  536. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
  537. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
  538. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
  539. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
  540. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
  541. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
  542. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
  543. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
  544. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
  545. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
  546. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
  547. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
  548. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
  549. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
  550. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
  551. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
  552. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
  553. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
  554. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
  555. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
  556. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +55 -0
  557. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
  558. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
  559. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
  560. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
  561. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
  562. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +8 -0
  563. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -0
  564. package/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +1 -0
  565. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +12 -0
  566. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -0
  567. package/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +1 -0
  568. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +33 -0
  569. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -0
  570. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +1 -0
  571. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +8 -0
  572. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -0
  573. package/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +1 -0
  574. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
  575. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
  576. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
  577. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
  578. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
  579. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
  580. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
  581. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
  582. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
  583. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +27 -0
  584. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -0
  585. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +1 -0
  586. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
  587. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
  588. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
  589. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +8 -0
  590. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
  591. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +1 -0
  592. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
  593. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
  594. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
  595. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +8 -0
  596. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
  597. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +1 -0
  598. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +8 -0
  599. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
  600. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +1 -0
  601. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +8 -0
  602. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
  603. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +1 -0
  604. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +8 -0
  605. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
  606. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +1 -0
  607. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
  608. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
  609. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
  610. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
  611. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
  612. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
  613. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
  614. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
  615. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
  616. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
  617. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
  618. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
  619. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +65 -0
  620. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
  621. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +1 -0
  622. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
  623. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
  624. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
  625. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +13 -0
  626. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -0
  627. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +1 -0
  628. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +9 -0
  629. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
  630. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +1 -0
  631. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
  632. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
  633. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +1 -0
  634. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +27 -0
  635. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -0
  636. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +1 -0
  637. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +8 -0
  638. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -0
  639. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +1 -0
  640. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +112 -0
  641. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -0
  642. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +1 -0
  643. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +10 -0
  644. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -0
  645. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +1 -0
  646. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +19 -0
  647. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -0
  648. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +1 -0
  649. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +8 -0
  650. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
  651. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +1 -0
  652. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +8 -0
  653. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
  654. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +1 -0
  655. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
  656. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
  657. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +1 -0
  658. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +8 -0
  659. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
  660. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +1 -0
  661. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +8 -0
  662. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
  663. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +1 -0
  664. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
  665. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
  666. package/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
  667. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +12 -0
  668. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -0
  669. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +1 -0
  670. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +8 -0
  671. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -0
  672. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +1 -0
  673. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +28 -0
  674. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -0
  675. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +1 -0
  676. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +19 -0
  677. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -0
  678. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +1 -0
  679. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +31 -0
  680. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -0
  681. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +1 -0
  682. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +31 -0
  683. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -0
  684. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +1 -0
  685. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +31 -0
  686. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -0
  687. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +1 -0
  688. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +12 -0
  689. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -0
  690. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +1 -0
  691. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +23 -0
  692. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -0
  693. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +1 -0
  694. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +29 -0
  695. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -0
  696. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +1 -0
  697. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +27 -0
  698. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -0
  699. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +1 -0
  700. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +26 -0
  701. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -0
  702. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +1 -0
  703. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +26 -0
  704. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -0
  705. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +1 -0
  706. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +26 -0
  707. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
  708. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +1 -0
  709. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +26 -0
  710. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -0
  711. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +1 -0
  712. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +13 -0
  713. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -0
  714. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +12 -0
  715. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +1 -0
  716. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +13 -0
  717. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -0
  718. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +12 -0
  719. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +1 -0
  720. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +14 -0
  721. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -0
  722. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +12 -0
  723. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +1 -0
  724. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +11 -0
  725. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -0
  726. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +12 -0
  727. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +1 -0
  728. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +13 -0
  729. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -0
  730. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +12 -0
  731. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +1 -0
  732. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +16 -0
  733. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -0
  734. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +12 -0
  735. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +1 -0
  736. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +8 -0
  737. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -0
  738. package/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +1 -0
  739. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +38 -0
  740. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -0
  741. package/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +1 -0
  742. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +324 -0
  743. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -0
  744. package/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +1 -0
  745. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +250 -0
  746. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -0
  747. package/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +1 -0
  748. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +46 -0
  749. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -0
  750. package/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +1 -0
  751. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +46 -0
  752. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -0
  753. package/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +1 -0
  754. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +8 -0
  755. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -0
  756. package/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +1 -0
  757. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +8 -0
  758. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -0
  759. package/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +1 -0
  760. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +42 -0
  761. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -0
  762. package/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +1 -0
  763. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +8 -0
  764. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -0
  765. package/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +1 -0
  766. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +34 -0
  767. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -0
  768. package/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +1 -0
  769. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +46 -0
  770. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -0
  771. package/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +1 -0
  772. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +9 -0
  773. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
  774. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +1 -0
  775. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +9 -0
  776. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -0
  777. package/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +1 -0
  778. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +8 -0
  779. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
  780. package/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +1 -0
  781. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +10 -0
  782. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -0
  783. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +1 -0
  784. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
  785. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
  786. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
  787. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +10 -0
  788. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -0
  789. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +1 -0
  790. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +10 -0
  791. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -0
  792. package/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +1 -0
  793. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +9 -0
  794. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -0
  795. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +1 -0
  796. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +1210 -0
  797. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -0
  798. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +49 -0
  799. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -0
  800. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +670 -0
  801. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -0
  802. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +38 -0
  803. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -0
  804. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +20 -0
  805. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
  806. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +1 -0
  807. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +8 -0
  808. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -0
  809. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +1 -0
  810. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +689 -0
  811. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -0
  812. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +49 -0
  813. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -0
  814. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
  815. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
  816. package/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
  817. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
  818. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
  819. package/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
  820. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +8 -0
  821. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -0
  822. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +1 -0
  823. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +14 -0
  824. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -0
  825. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +12 -0
  826. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +1 -0
  827. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +10 -0
  828. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -0
  829. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +1 -0
  830. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +48 -0
  831. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -0
  832. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +1 -0
  833. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
  834. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
  835. package/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
  836. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +8 -0
  837. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -0
  838. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +12 -0
  839. package/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +1 -0
  840. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +1223 -0
  841. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -0
  842. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +49 -0
  843. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -0
  844. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +56 -0
  845. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -0
  846. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +1 -0
  847. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +52 -0
  848. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -0
  849. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +1 -0
  850. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +12 -0
  851. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
  852. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +1 -0
  853. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +61 -0
  854. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -0
  855. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +1 -0
  856. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +8 -0
  857. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -0
  858. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +1 -0
  859. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +8 -0
  860. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -0
  861. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +1 -0
  862. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +100 -0
  863. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
  864. package/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +1 -0
  865. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +71 -0
  866. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -0
  867. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +1 -0
  868. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +8 -0
  869. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -0
  870. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +1 -0
  871. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +13 -0
  872. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -0
  873. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +1 -0
  874. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +641 -0
  875. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -0
  876. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +38 -0
  877. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -0
  878. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +46 -0
  879. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -0
  880. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +1 -0
  881. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +1192 -0
  882. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -0
  883. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +49 -0
  884. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -0
  885. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +43 -0
  886. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
  887. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +1 -0
  888. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +43 -0
  889. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -0
  890. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +1 -0
  891. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +8 -0
  892. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
  893. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +1 -0
  894. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +13 -0
  895. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -0
  896. package/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +1 -0
  897. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +8 -0
  898. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -0
  899. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +1 -0
  900. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +12 -0
  901. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -0
  902. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +1 -0
  903. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +11 -0
  904. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -0
  905. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +1 -0
  906. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +12 -0
  907. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -0
  908. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +1 -0
  909. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +16 -0
  910. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -0
  911. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +1 -0
  912. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +18 -0
  913. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -0
  914. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +1 -0
  915. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +9 -0
  916. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -0
  917. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +1 -0
  918. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +8 -0
  919. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
  920. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +1 -0
  921. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +17 -0
  922. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -0
  923. package/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +1 -0
  924. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +88 -0
  925. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
  926. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +1 -0
  927. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +8 -0
  928. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -0
  929. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +1 -0
  930. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
  931. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
  932. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +1 -0
  933. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +508 -0
  934. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -0
  935. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +31 -0
  936. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -0
  937. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +502 -0
  938. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -0
  939. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +31 -0
  940. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -0
  941. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +495 -0
  942. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -0
  943. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +31 -0
  944. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -0
  945. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +495 -0
  946. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -0
  947. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +31 -0
  948. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -0
  949. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +499 -0
  950. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -0
  951. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +31 -0
  952. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -0
  953. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +8 -0
  954. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
  955. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +1 -0
  956. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +495 -0
  957. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -0
  958. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +31 -0
  959. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -0
  960. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +495 -0
  961. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
  962. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +31 -0
  963. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -0
  964. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +495 -0
  965. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
  966. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +31 -0
  967. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -0
  968. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +495 -0
  969. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
  970. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +31 -0
  971. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -0
  972. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +495 -0
  973. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -0
  974. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +31 -0
  975. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -0
  976. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +8 -0
  977. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -0
  978. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +1 -0
  979. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +8 -0
  980. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -0
  981. package/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +1 -0
  982. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +14 -0
  983. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -0
  984. package/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +1 -0
  985. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +8 -0
  986. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -0
  987. package/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +1 -0
  988. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +46 -0
  989. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -0
  990. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +1 -0
  991. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +38 -0
  992. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -0
  993. package/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +1 -0
  994. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +24 -0
  995. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -0
  996. package/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +1 -0
  997. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +45 -0
  998. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -0
  999. package/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +1 -0
  1000. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +46 -0
  1001. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -0
  1002. package/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +1 -0
  1003. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +14 -0
  1004. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -0
  1005. package/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +1 -0
  1006. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +14 -0
  1007. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -0
  1008. package/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +1 -0
  1009. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +37 -0
  1010. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -0
  1011. package/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +1 -0
  1012. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +14 -0
  1013. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -0
  1014. package/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +1 -0
  1015. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +16 -0
  1016. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -0
  1017. package/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +1 -0
  1018. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +33 -0
  1019. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -0
  1020. package/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +1 -0
  1021. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +47 -0
  1022. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -0
  1023. package/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +1 -0
  1024. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +15 -0
  1025. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -0
  1026. package/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +1 -0
  1027. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +15 -0
  1028. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -0
  1029. package/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +1 -0
  1030. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +14 -0
  1031. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -0
  1032. package/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +1 -0
  1033. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +14 -0
  1034. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -0
  1035. package/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +1 -0
  1036. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +122 -0
  1037. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -0
  1038. package/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +1 -0
  1039. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +26 -0
  1040. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -0
  1041. package/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +1 -0
  1042. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +14 -0
  1043. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -0
  1044. package/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +1 -0
  1045. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +20 -0
  1046. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -0
  1047. package/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +1 -0
  1048. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +47 -0
  1049. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -0
  1050. package/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +1 -0
  1051. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +15 -0
  1052. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -0
  1053. package/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +1 -0
  1054. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +14 -0
  1055. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -0
  1056. package/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +1 -0
  1057. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +49 -0
  1058. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -0
  1059. package/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +1 -0
  1060. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +36 -0
  1061. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -0
  1062. package/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +1 -0
  1063. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +14 -0
  1064. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -0
  1065. package/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +1 -0
  1066. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +64 -0
  1067. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -0
  1068. package/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +1 -0
  1069. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +47 -0
  1070. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -0
  1071. package/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +1 -0
  1072. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +44 -0
  1073. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -0
  1074. package/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +1 -0
  1075. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +9 -0
  1076. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -0
  1077. package/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +1 -0
  1078. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +39 -0
  1079. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -0
  1080. package/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +1 -0
  1081. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +43 -0
  1082. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -0
  1083. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +1 -0
  1084. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +14 -0
  1085. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
  1086. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +1 -0
  1087. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
  1088. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
  1089. package/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +1 -0
  1090. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +8 -0
  1091. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -0
  1092. package/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +1 -0
  1093. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +502 -0
  1094. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -0
  1095. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +31 -0
  1096. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -0
  1097. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +8 -0
  1098. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -0
  1099. package/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +1 -0
  1100. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +8 -0
  1101. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -0
  1102. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +1 -0
  1103. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +663 -0
  1104. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -0
  1105. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +38 -0
  1106. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -0
  1107. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +1208 -0
  1108. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -0
  1109. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +49 -0
  1110. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -0
  1111. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +8 -0
  1112. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -0
  1113. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +1 -0
  1114. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +22 -0
  1115. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -0
  1116. package/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +1 -0
  1117. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +8 -0
  1118. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -0
  1119. package/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +1 -0
  1120. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +8 -0
  1121. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -0
  1122. package/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +1 -0
  1123. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +18 -0
  1124. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -0
  1125. package/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +1 -0
  1126. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +24 -0
  1127. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -0
  1128. package/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +1 -0
  1129. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +20 -0
  1130. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -0
  1131. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +1 -0
  1132. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +2200 -0
  1133. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -0
  1134. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +78 -0
  1135. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -0
  1136. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +1381 -0
  1137. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -0
  1138. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +83 -0
  1139. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -0
  1140. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +1303 -0
  1141. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -0
  1142. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +64 -0
  1143. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -0
  1144. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +1242 -0
  1145. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -0
  1146. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +68 -0
  1147. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -0
  1148. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +8 -0
  1149. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -0
  1150. package/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +1 -0
  1151. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +689 -0
  1152. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -0
  1153. package/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +1 -0
  1154. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +8 -0
  1155. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -0
  1156. package/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +1 -0
  1157. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +32 -0
  1158. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -0
  1159. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +1 -0
  1160. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +18 -0
  1161. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -0
  1162. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +1 -0
  1163. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +9 -0
  1164. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -0
  1165. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +1 -0
  1166. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +12 -0
  1167. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -0
  1168. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +12 -0
  1169. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +1 -0
  1170. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +109 -0
  1171. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -0
  1172. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +12 -0
  1173. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +1 -0
  1174. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +35 -0
  1175. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -0
  1176. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +1 -0
  1177. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +34 -0
  1178. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
  1179. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +1 -0
  1180. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +13 -0
  1181. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -0
  1182. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +1 -0
  1183. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +44 -0
  1184. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -0
  1185. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +1 -0
  1186. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +18 -0
  1187. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -0
  1188. package/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +1 -0
  1189. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +33 -0
  1190. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -0
  1191. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +1 -0
  1192. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +34 -0
  1193. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -0
  1194. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +1 -0
  1195. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +33 -0
  1196. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -0
  1197. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +1 -0
  1198. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +34 -0
  1199. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -0
  1200. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +1 -0
  1201. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +33 -0
  1202. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -0
  1203. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +1 -0
  1204. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +9 -0
  1205. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -0
  1206. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +1 -0
  1207. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +33 -0
  1208. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
  1209. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +1 -0
  1210. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +77 -0
  1211. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -0
  1212. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +1 -0
  1213. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +8 -0
  1214. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -0
  1215. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +1 -0
  1216. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +13 -0
  1217. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -0
  1218. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +12 -0
  1219. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +1 -0
  1220. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +15 -0
  1221. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -0
  1222. package/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +1 -0
  1223. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +26 -0
  1224. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -0
  1225. package/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +1 -0
  1226. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +88 -0
  1227. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -0
  1228. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +1 -0
  1229. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +99 -0
  1230. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -0
  1231. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +1 -0
  1232. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +76 -0
  1233. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -0
  1234. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +1 -0
  1235. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +54 -0
  1236. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -0
  1237. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +1 -0
  1238. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +54 -0
  1239. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -0
  1240. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +1 -0
  1241. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +8 -0
  1242. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -0
  1243. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +1 -0
  1244. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +20 -0
  1245. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -0
  1246. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +1 -0
  1247. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +8 -0
  1248. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -0
  1249. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +1 -0
  1250. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +260 -0
  1251. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -0
  1252. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +32 -0
  1253. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -0
  1254. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +260 -0
  1255. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -0
  1256. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +32 -0
  1257. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -0
  1258. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +260 -0
  1259. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -0
  1260. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +32 -0
  1261. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -0
  1262. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +260 -0
  1263. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -0
  1264. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +32 -0
  1265. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -0
  1266. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +8 -0
  1267. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
  1268. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +1 -0
  1269. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +8 -0
  1270. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
  1271. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +1 -0
  1272. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +8 -0
  1273. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
  1274. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +1 -0
  1275. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +303 -0
  1276. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -0
  1277. package/node_modules/@slack/web-api/dist/types/response/index.js +3 -0
  1278. package/node_modules/@slack/web-api/dist/types/response/index.js.map +1 -0
  1279. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  1280. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +5 -5
  1281. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +5 -5
  1282. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +12 -82
  1283. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +2 -2
  1284. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +15 -15
  1285. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -17
  1286. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +5 -78
  1287. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
  1288. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  1289. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +18 -17
  1290. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  1291. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +1 -1
  1292. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +19 -0
  1293. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +75 -2
  1294. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +99 -0
  1295. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +2 -2
  1296. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
  1297. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  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 +1 -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 +143 -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/stream.d.ts +9 -9
  1312. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  1313. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +378 -101
  1314. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  1315. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +5 -2
  1316. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +6 -6
  1317. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  1318. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +19 -2
  1319. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +8 -2
  1320. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +2 -2
  1321. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +5 -7
  1322. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  1323. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +1 -1
  1324. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +12 -3
  1325. package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +21 -0
  1326. package/node_modules/@slack/web-api/node_modules/undici-types/README.md +6 -0
  1327. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +31 -0
  1328. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +43 -0
  1329. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +29 -0
  1330. package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +36 -0
  1331. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +108 -0
  1332. package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +34 -0
  1333. package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +21 -0
  1334. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +28 -0
  1335. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  1336. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +255 -0
  1337. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  1338. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +149 -0
  1339. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +63 -0
  1340. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +209 -0
  1341. package/node_modules/@slack/web-api/node_modules/undici-types/file.d.ts +39 -0
  1342. package/node_modules/@slack/web-api/node_modules/undici-types/filereader.d.ts +54 -0
  1343. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +108 -0
  1344. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1345. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +7 -0
  1346. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +15 -0
  1347. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +4 -0
  1348. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +71 -0
  1349. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +15 -0
  1350. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +50 -0
  1351. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +25 -0
  1352. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +12 -0
  1353. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1354. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +25 -0
  1355. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +55 -0
  1356. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +71 -0
  1357. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +19 -0
  1358. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +39 -0
  1359. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +28 -0
  1360. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +60 -0
  1361. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +8 -0
  1362. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +116 -0
  1363. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +18 -0
  1364. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +222 -0
  1365. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +152 -0
  1366. package/node_modules/@slack/web-api/package.json +46 -45
  1367. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  1368. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -81
  1369. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  1370. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  1371. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -81
  1372. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  1373. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  1374. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -81
  1375. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  1376. package/node_modules/axios/CHANGELOG.md +28 -0
  1377. package/node_modules/axios/dist/axios.js +169 -79
  1378. package/node_modules/axios/dist/axios.js.map +1 -1
  1379. package/node_modules/axios/dist/axios.min.js +1 -1
  1380. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1381. package/node_modules/axios/dist/browser/axios.cjs +154 -78
  1382. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1383. package/node_modules/axios/dist/esm/axios.js +153 -77
  1384. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1385. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  1386. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1387. package/node_modules/axios/dist/node/axios.cjs +276 -238
  1388. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1389. package/node_modules/axios/lib/adapters/fetch.js +31 -29
  1390. package/node_modules/axios/lib/adapters/http.js +26 -16
  1391. package/node_modules/axios/lib/adapters/xhr.js +22 -15
  1392. package/node_modules/axios/lib/env/data.js +1 -1
  1393. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +3 -52
  1394. package/node_modules/axios/lib/helpers/progressEventReducer.js +16 -4
  1395. package/node_modules/axios/lib/helpers/throttle.js +29 -20
  1396. package/node_modules/axios/lib/helpers/trackStream.js +25 -13
  1397. package/node_modules/axios/lib/utils.js +33 -1
  1398. package/node_modules/axios/package.json +1 -1
  1399. package/node_modules/eventemitter3/README.md +4 -2
  1400. package/node_modules/eventemitter3/dist/eventemitter3.esm.js +347 -0
  1401. package/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +1 -0
  1402. package/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +1 -0
  1403. package/node_modules/eventemitter3/dist/eventemitter3.umd.js +355 -0
  1404. package/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +1 -0
  1405. package/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +1 -0
  1406. package/node_modules/eventemitter3/index.d.ts +86 -15
  1407. package/node_modules/eventemitter3/index.mjs +4 -0
  1408. package/node_modules/eventemitter3/package.json +26 -15
  1409. package/node_modules/form-data/README.md.bak +16 -8
  1410. package/node_modules/form-data/index.d.ts +13 -2
  1411. package/node_modules/form-data/lib/form_data.js +25 -7
  1412. package/node_modules/form-data/package.json +4 -4
  1413. package/node_modules/is-stream/index.d.ts +79 -0
  1414. package/node_modules/is-stream/index.js +22 -15
  1415. package/node_modules/is-stream/license +5 -17
  1416. package/node_modules/is-stream/package.json +40 -36
  1417. package/node_modules/is-stream/readme.md +25 -7
  1418. package/package.json +16 -16
  1419. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts +0 -77
  1420. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts.map +0 -1
  1421. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js +0 -12
  1422. package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js.map +0 -1
  1423. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts +0 -63
  1424. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts.map +0 -1
  1425. package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js.map +0 -1
  1426. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts +0 -9
  1427. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts.map +0 -1
  1428. package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js.map +0 -1
  1429. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts +0 -58
  1430. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts.map +0 -1
  1431. package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js.map +0 -1
  1432. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts +0 -9
  1433. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts.map +0 -1
  1434. package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js.map +0 -1
  1435. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts +0 -22
  1436. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts.map +0 -1
  1437. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js.map +0 -1
  1438. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts +0 -8
  1439. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts.map +0 -1
  1440. package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js.map +0 -1
  1441. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts +0 -12
  1442. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts.map +0 -1
  1443. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js.map +0 -1
  1444. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts +0 -67
  1445. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts.map +0 -1
  1446. package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js.map +0 -1
  1447. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts +0 -9
  1448. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts.map +0 -1
  1449. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js.map +0 -1
  1450. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts +0 -58
  1451. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts.map +0 -1
  1452. package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js.map +0 -1
  1453. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts +0 -9
  1454. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts.map +0 -1
  1455. package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js.map +0 -1
  1456. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +0 -9
  1457. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +0 -1
  1458. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js.map +0 -1
  1459. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts +0 -15
  1460. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +0 -1
  1461. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js.map +0 -1
  1462. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +0 -9
  1463. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +0 -1
  1464. package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +0 -1
  1465. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts +0 -25
  1466. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts.map +0 -1
  1467. package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js.map +0 -1
  1468. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts +0 -8
  1469. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts.map +0 -1
  1470. package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js.map +0 -1
  1471. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts +0 -21
  1472. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts.map +0 -1
  1473. package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js.map +0 -1
  1474. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts +0 -21
  1475. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts.map +0 -1
  1476. package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js.map +0 -1
  1477. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts +0 -8
  1478. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts.map +0 -1
  1479. package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js.map +0 -1
  1480. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts +0 -18
  1481. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts.map +0 -1
  1482. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js.map +0 -1
  1483. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts +0 -18
  1484. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts.map +0 -1
  1485. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js.map +0 -1
  1486. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts +0 -18
  1487. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts.map +0 -1
  1488. package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js.map +0 -1
  1489. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts +0 -8
  1490. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts.map +0 -1
  1491. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js.map +0 -1
  1492. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts +0 -12
  1493. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts.map +0 -1
  1494. package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js.map +0 -1
  1495. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts +0 -13
  1496. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts.map +0 -1
  1497. package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js.map +0 -1
  1498. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts +0 -8
  1499. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts.map +0 -1
  1500. package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js.map +0 -1
  1501. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts +0 -8
  1502. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts.map +0 -1
  1503. package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js.map +0 -1
  1504. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +0 -8
  1505. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +0 -1
  1506. package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +0 -1
  1507. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts +0 -17
  1508. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +0 -1
  1509. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js.map +0 -1
  1510. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts +0 -10
  1511. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +0 -1
  1512. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js.map +0 -1
  1513. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts +0 -9
  1514. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts.map +0 -1
  1515. package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js.map +0 -1
  1516. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts +0 -13
  1517. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts.map +0 -1
  1518. package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js.map +0 -1
  1519. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts +0 -13
  1520. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts.map +0 -1
  1521. package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js.map +0 -1
  1522. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +0 -8
  1523. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +0 -1
  1524. package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js.map +0 -1
  1525. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts +0 -8
  1526. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts.map +0 -1
  1527. package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js.map +0 -1
  1528. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +0 -12
  1529. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +0 -1
  1530. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +0 -1
  1531. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +0 -13
  1532. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +0 -1
  1533. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +0 -1
  1534. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +0 -12
  1535. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +0 -1
  1536. package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +0 -1
  1537. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts +0 -69
  1538. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts.map +0 -1
  1539. package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js.map +0 -1
  1540. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts +0 -8
  1541. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +0 -1
  1542. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js.map +0 -1
  1543. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts +0 -8
  1544. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +0 -1
  1545. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js.map +0 -1
  1546. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts +0 -9
  1547. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts.map +0 -1
  1548. package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js.map +0 -1
  1549. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts +0 -8
  1550. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts.map +0 -1
  1551. package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js.map +0 -1
  1552. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts +0 -14
  1553. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts.map +0 -1
  1554. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js.map +0 -1
  1555. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +0 -15
  1556. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +0 -1
  1557. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +0 -1
  1558. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts +0 -14
  1559. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +0 -1
  1560. package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js.map +0 -1
  1561. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts +0 -12
  1562. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts.map +0 -1
  1563. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js.map +0 -1
  1564. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts +0 -12
  1565. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts.map +0 -1
  1566. package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js.map +0 -1
  1567. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts +0 -20
  1568. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts.map +0 -1
  1569. package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js.map +0 -1
  1570. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts +0 -12
  1571. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts.map +0 -1
  1572. package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js.map +0 -1
  1573. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts +0 -12
  1574. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts.map +0 -1
  1575. package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js.map +0 -1
  1576. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts +0 -35
  1577. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts.map +0 -1
  1578. package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js.map +0 -1
  1579. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts +0 -27
  1580. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +0 -1
  1581. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js.map +0 -1
  1582. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts +0 -12
  1583. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts.map +0 -1
  1584. package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js.map +0 -1
  1585. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts +0 -8
  1586. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts.map +0 -1
  1587. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js.map +0 -1
  1588. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts +0 -40
  1589. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts.map +0 -1
  1590. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js.map +0 -1
  1591. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts +0 -26
  1592. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts.map +0 -1
  1593. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js.map +0 -1
  1594. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts +0 -8
  1595. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts.map +0 -1
  1596. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js.map +0 -1
  1597. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts +0 -19
  1598. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts.map +0 -1
  1599. package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js.map +0 -1
  1600. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts +0 -13
  1601. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts.map +0 -1
  1602. package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js.map +0 -1
  1603. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts +0 -20
  1604. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts.map +0 -1
  1605. package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js.map +0 -1
  1606. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts +0 -8
  1607. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +0 -1
  1608. package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js.map +0 -1
  1609. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts +0 -13
  1610. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts.map +0 -1
  1611. package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js.map +0 -1
  1612. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts +0 -13
  1613. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts.map +0 -1
  1614. package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js.map +0 -1
  1615. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts +0 -24
  1616. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts.map +0 -1
  1617. package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js.map +0 -1
  1618. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts +0 -13
  1619. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts.map +0 -1
  1620. package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js.map +0 -1
  1621. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts +0 -34
  1622. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts.map +0 -1
  1623. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js.map +0 -1
  1624. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +0 -12
  1625. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +0 -1
  1626. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +0 -1
  1627. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +0 -8
  1628. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +0 -1
  1629. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js.map +0 -1
  1630. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +0 -8
  1631. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +0 -1
  1632. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +0 -1
  1633. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts +0 -12
  1634. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts.map +0 -1
  1635. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js.map +0 -1
  1636. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts +0 -8
  1637. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts.map +0 -1
  1638. package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js.map +0 -1
  1639. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts +0 -8
  1640. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts.map +0 -1
  1641. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js.map +0 -1
  1642. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts +0 -8
  1643. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts.map +0 -1
  1644. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js.map +0 -1
  1645. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts +0 -54
  1646. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts.map +0 -1
  1647. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js.map +0 -1
  1648. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts +0 -8
  1649. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +0 -1
  1650. package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js.map +0 -1
  1651. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts +0 -8
  1652. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts.map +0 -1
  1653. package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js.map +0 -1
  1654. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts +0 -12
  1655. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts.map +0 -1
  1656. package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js.map +0 -1
  1657. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts +0 -33
  1658. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts.map +0 -1
  1659. package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js.map +0 -1
  1660. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts +0 -8
  1661. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts.map +0 -1
  1662. package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js.map +0 -1
  1663. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts +0 -8
  1664. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts.map +0 -1
  1665. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js.map +0 -1
  1666. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts +0 -15
  1667. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts.map +0 -1
  1668. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js.map +0 -1
  1669. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts +0 -12
  1670. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts.map +0 -1
  1671. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js.map +0 -1
  1672. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts +0 -27
  1673. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts.map +0 -1
  1674. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js.map +0 -1
  1675. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts +0 -8
  1676. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts.map +0 -1
  1677. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js.map +0 -1
  1678. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts +0 -8
  1679. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts.map +0 -1
  1680. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js.map +0 -1
  1681. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts +0 -8
  1682. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts.map +0 -1
  1683. package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js.map +0 -1
  1684. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts +0 -8
  1685. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts.map +0 -1
  1686. package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js.map +0 -1
  1687. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts +0 -8
  1688. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts.map +0 -1
  1689. package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js.map +0 -1
  1690. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts +0 -8
  1691. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts.map +0 -1
  1692. package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js.map +0 -1
  1693. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts +0 -8
  1694. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts.map +0 -1
  1695. package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js.map +0 -1
  1696. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +0 -8
  1697. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +0 -1
  1698. package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js.map +0 -1
  1699. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +0 -18
  1700. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +0 -1
  1701. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js.map +0 -1
  1702. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +0 -14
  1703. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +0 -1
  1704. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +0 -1
  1705. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts +0 -22
  1706. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +0 -1
  1707. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js.map +0 -1
  1708. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts +0 -65
  1709. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts.map +0 -1
  1710. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js.map +0 -1
  1711. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts +0 -12
  1712. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts.map +0 -1
  1713. package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js.map +0 -1
  1714. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts +0 -13
  1715. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts.map +0 -1
  1716. package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js.map +0 -1
  1717. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts +0 -9
  1718. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts.map +0 -1
  1719. package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js.map +0 -1
  1720. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts +0 -16
  1721. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts.map +0 -1
  1722. package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js.map +0 -1
  1723. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts +0 -27
  1724. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts.map +0 -1
  1725. package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js.map +0 -1
  1726. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts +0 -8
  1727. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts.map +0 -1
  1728. package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js.map +0 -1
  1729. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts +0 -112
  1730. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts.map +0 -1
  1731. package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js.map +0 -1
  1732. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts +0 -10
  1733. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts.map +0 -1
  1734. package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js.map +0 -1
  1735. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts +0 -19
  1736. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts.map +0 -1
  1737. package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js.map +0 -1
  1738. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts +0 -8
  1739. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts.map +0 -1
  1740. package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js.map +0 -1
  1741. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts +0 -8
  1742. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts.map +0 -1
  1743. package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js.map +0 -1
  1744. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts +0 -8
  1745. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts.map +0 -1
  1746. package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js.map +0 -1
  1747. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts +0 -8
  1748. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts.map +0 -1
  1749. package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js.map +0 -1
  1750. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts +0 -8
  1751. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts.map +0 -1
  1752. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js.map +0 -1
  1753. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts +0 -8
  1754. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts.map +0 -1
  1755. package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js.map +0 -1
  1756. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts +0 -12
  1757. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts.map +0 -1
  1758. package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js.map +0 -1
  1759. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts +0 -8
  1760. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts.map +0 -1
  1761. package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js.map +0 -1
  1762. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts +0 -28
  1763. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts.map +0 -1
  1764. package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js.map +0 -1
  1765. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts +0 -19
  1766. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts.map +0 -1
  1767. package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js.map +0 -1
  1768. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts +0 -31
  1769. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts.map +0 -1
  1770. package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js.map +0 -1
  1771. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts +0 -31
  1772. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts.map +0 -1
  1773. package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js.map +0 -1
  1774. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts +0 -31
  1775. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts.map +0 -1
  1776. package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js.map +0 -1
  1777. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts +0 -12
  1778. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts.map +0 -1
  1779. package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js.map +0 -1
  1780. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts +0 -23
  1781. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts.map +0 -1
  1782. package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js.map +0 -1
  1783. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts +0 -29
  1784. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts.map +0 -1
  1785. package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js.map +0 -1
  1786. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts +0 -27
  1787. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts.map +0 -1
  1788. package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js.map +0 -1
  1789. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts +0 -26
  1790. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts.map +0 -1
  1791. package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js.map +0 -1
  1792. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts +0 -26
  1793. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts.map +0 -1
  1794. package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js.map +0 -1
  1795. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts +0 -26
  1796. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts.map +0 -1
  1797. package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js.map +0 -1
  1798. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts +0 -26
  1799. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts.map +0 -1
  1800. package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js.map +0 -1
  1801. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts +0 -8
  1802. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts.map +0 -1
  1803. package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js.map +0 -1
  1804. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts +0 -38
  1805. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts.map +0 -1
  1806. package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js.map +0 -1
  1807. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts +0 -324
  1808. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts.map +0 -1
  1809. package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js.map +0 -1
  1810. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts +0 -250
  1811. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts.map +0 -1
  1812. package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js.map +0 -1
  1813. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts +0 -46
  1814. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts.map +0 -1
  1815. package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js.map +0 -1
  1816. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts +0 -46
  1817. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts.map +0 -1
  1818. package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js.map +0 -1
  1819. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts +0 -8
  1820. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts.map +0 -1
  1821. package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js.map +0 -1
  1822. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts +0 -8
  1823. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts.map +0 -1
  1824. package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js.map +0 -1
  1825. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts +0 -42
  1826. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts.map +0 -1
  1827. package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js.map +0 -1
  1828. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts +0 -8
  1829. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts.map +0 -1
  1830. package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js.map +0 -1
  1831. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts +0 -34
  1832. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts.map +0 -1
  1833. package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js.map +0 -1
  1834. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts +0 -46
  1835. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts.map +0 -1
  1836. package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js.map +0 -1
  1837. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts +0 -9
  1838. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts.map +0 -1
  1839. package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js.map +0 -1
  1840. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts +0 -9
  1841. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts.map +0 -1
  1842. package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js.map +0 -1
  1843. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts +0 -8
  1844. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts.map +0 -1
  1845. package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js.map +0 -1
  1846. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts +0 -10
  1847. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts.map +0 -1
  1848. package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js.map +0 -1
  1849. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts +0 -8
  1850. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts.map +0 -1
  1851. package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js.map +0 -1
  1852. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts +0 -10
  1853. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts.map +0 -1
  1854. package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js.map +0 -1
  1855. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts +0 -10
  1856. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts.map +0 -1
  1857. package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js.map +0 -1
  1858. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts +0 -9
  1859. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts.map +0 -1
  1860. package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js.map +0 -1
  1861. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts +0 -1001
  1862. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts.map +0 -1
  1863. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js +0 -49
  1864. package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js.map +0 -1
  1865. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts +0 -482
  1866. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts.map +0 -1
  1867. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js +0 -31
  1868. package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js.map +0 -1
  1869. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts +0 -20
  1870. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts.map +0 -1
  1871. package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js.map +0 -1
  1872. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts +0 -8
  1873. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts.map +0 -1
  1874. package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js.map +0 -1
  1875. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts +0 -721
  1876. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts.map +0 -1
  1877. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js +0 -38
  1878. package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js.map +0 -1
  1879. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts +0 -12
  1880. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts.map +0 -1
  1881. package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js.map +0 -1
  1882. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts +0 -8
  1883. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts.map +0 -1
  1884. package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js.map +0 -1
  1885. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts +0 -8
  1886. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts.map +0 -1
  1887. package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js.map +0 -1
  1888. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts +0 -10
  1889. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts.map +0 -1
  1890. package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js.map +0 -1
  1891. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts +0 -48
  1892. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts.map +0 -1
  1893. package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js.map +0 -1
  1894. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts +0 -8
  1895. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts.map +0 -1
  1896. package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js.map +0 -1
  1897. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts +0 -1016
  1898. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts.map +0 -1
  1899. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js +0 -49
  1900. package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js.map +0 -1
  1901. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts +0 -56
  1902. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts.map +0 -1
  1903. package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js.map +0 -1
  1904. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts +0 -51
  1905. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts.map +0 -1
  1906. package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js.map +0 -1
  1907. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts +0 -12
  1908. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts.map +0 -1
  1909. package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js.map +0 -1
  1910. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts +0 -61
  1911. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts.map +0 -1
  1912. package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js.map +0 -1
  1913. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts +0 -8
  1914. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts.map +0 -1
  1915. package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js.map +0 -1
  1916. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts +0 -8
  1917. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts.map +0 -1
  1918. package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js.map +0 -1
  1919. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts +0 -100
  1920. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts.map +0 -1
  1921. package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js.map +0 -1
  1922. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts +0 -71
  1923. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts.map +0 -1
  1924. package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js.map +0 -1
  1925. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts +0 -8
  1926. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts.map +0 -1
  1927. package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js.map +0 -1
  1928. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts +0 -13
  1929. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts.map +0 -1
  1930. package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js.map +0 -1
  1931. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts +0 -457
  1932. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts.map +0 -1
  1933. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js +0 -31
  1934. package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js.map +0 -1
  1935. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts +0 -46
  1936. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts.map +0 -1
  1937. package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js.map +0 -1
  1938. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts +0 -985
  1939. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts.map +0 -1
  1940. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js +0 -49
  1941. package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js.map +0 -1
  1942. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts +0 -43
  1943. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts.map +0 -1
  1944. package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js.map +0 -1
  1945. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts +0 -43
  1946. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts.map +0 -1
  1947. package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js.map +0 -1
  1948. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts +0 -8
  1949. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts.map +0 -1
  1950. package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js.map +0 -1
  1951. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts +0 -13
  1952. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts.map +0 -1
  1953. package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js.map +0 -1
  1954. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts +0 -8
  1955. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts.map +0 -1
  1956. package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js.map +0 -1
  1957. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts +0 -12
  1958. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts.map +0 -1
  1959. package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js.map +0 -1
  1960. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts +0 -11
  1961. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts.map +0 -1
  1962. package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js.map +0 -1
  1963. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts +0 -12
  1964. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts.map +0 -1
  1965. package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js.map +0 -1
  1966. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts +0 -16
  1967. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts.map +0 -1
  1968. package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js.map +0 -1
  1969. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts +0 -18
  1970. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts.map +0 -1
  1971. package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js.map +0 -1
  1972. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts +0 -9
  1973. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts.map +0 -1
  1974. package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js.map +0 -1
  1975. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts +0 -8
  1976. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts.map +0 -1
  1977. package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js.map +0 -1
  1978. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts +0 -17
  1979. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts.map +0 -1
  1980. package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js.map +0 -1
  1981. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts +0 -77
  1982. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts.map +0 -1
  1983. package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js.map +0 -1
  1984. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts +0 -8
  1985. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts.map +0 -1
  1986. package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js.map +0 -1
  1987. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts +0 -14
  1988. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts.map +0 -1
  1989. package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js.map +0 -1
  1990. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts +0 -382
  1991. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts.map +0 -1
  1992. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js +0 -31
  1993. package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js.map +0 -1
  1994. package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts +0 -611
  1995. package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts.map +0 -1
  1996. package/node_modules/@slack/web-api/dist/response/FilesListResponse.js +0 -41
  1997. package/node_modules/@slack/web-api/dist/response/FilesListResponse.js.map +0 -1
  1998. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts +0 -390
  1999. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts.map +0 -1
  2000. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js +0 -31
  2001. package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js.map +0 -1
  2002. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts +0 -390
  2003. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts.map +0 -1
  2004. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js +0 -31
  2005. package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js.map +0 -1
  2006. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts +0 -533
  2007. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts.map +0 -1
  2008. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js +0 -41
  2009. package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js.map +0 -1
  2010. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts +0 -8
  2011. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts.map +0 -1
  2012. package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js.map +0 -1
  2013. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts +0 -390
  2014. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts.map +0 -1
  2015. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js +0 -31
  2016. package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js.map +0 -1
  2017. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts +0 -390
  2018. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts.map +0 -1
  2019. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js +0 -31
  2020. package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js.map +0 -1
  2021. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts +0 -390
  2022. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts.map +0 -1
  2023. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js +0 -31
  2024. package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js.map +0 -1
  2025. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts +0 -390
  2026. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts.map +0 -1
  2027. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js +0 -31
  2028. package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js.map +0 -1
  2029. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts +0 -390
  2030. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts.map +0 -1
  2031. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js +0 -31
  2032. package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js.map +0 -1
  2033. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.d.ts +0 -8
  2034. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.d.ts.map +0 -1
  2035. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteErrorResponse.js.map +0 -1
  2036. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.d.ts +0 -8
  2037. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.d.ts.map +0 -1
  2038. package/node_modules/@slack/web-api/dist/response/FunctionsCompleteSuccessResponse.js.map +0 -1
  2039. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts +0 -14
  2040. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts.map +0 -1
  2041. package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js.map +0 -1
  2042. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts +0 -8
  2043. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts.map +0 -1
  2044. package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js.map +0 -1
  2045. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts +0 -46
  2046. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts.map +0 -1
  2047. package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js.map +0 -1
  2048. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts +0 -38
  2049. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts.map +0 -1
  2050. package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js.map +0 -1
  2051. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts +0 -24
  2052. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts.map +0 -1
  2053. package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js.map +0 -1
  2054. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts +0 -45
  2055. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts.map +0 -1
  2056. package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js.map +0 -1
  2057. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts +0 -46
  2058. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts.map +0 -1
  2059. package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js.map +0 -1
  2060. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts +0 -14
  2061. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts.map +0 -1
  2062. package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js.map +0 -1
  2063. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts +0 -14
  2064. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts.map +0 -1
  2065. package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js.map +0 -1
  2066. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts +0 -37
  2067. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts.map +0 -1
  2068. package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js.map +0 -1
  2069. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts +0 -14
  2070. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts.map +0 -1
  2071. package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js.map +0 -1
  2072. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts +0 -16
  2073. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts.map +0 -1
  2074. package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js.map +0 -1
  2075. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts +0 -33
  2076. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts.map +0 -1
  2077. package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js.map +0 -1
  2078. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts +0 -47
  2079. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts.map +0 -1
  2080. package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js.map +0 -1
  2081. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts +0 -15
  2082. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts.map +0 -1
  2083. package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js.map +0 -1
  2084. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts +0 -15
  2085. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts.map +0 -1
  2086. package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js.map +0 -1
  2087. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts +0 -14
  2088. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts.map +0 -1
  2089. package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js.map +0 -1
  2090. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts +0 -14
  2091. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts.map +0 -1
  2092. package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js.map +0 -1
  2093. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts +0 -122
  2094. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts.map +0 -1
  2095. package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js.map +0 -1
  2096. package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts +0 -26
  2097. package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts.map +0 -1
  2098. package/node_modules/@slack/web-api/dist/response/ImListResponse.js.map +0 -1
  2099. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts +0 -14
  2100. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts.map +0 -1
  2101. package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js.map +0 -1
  2102. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts +0 -20
  2103. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts.map +0 -1
  2104. package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js.map +0 -1
  2105. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts +0 -47
  2106. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts.map +0 -1
  2107. package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js.map +0 -1
  2108. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts +0 -15
  2109. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts.map +0 -1
  2110. package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js.map +0 -1
  2111. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts +0 -14
  2112. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts.map +0 -1
  2113. package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js.map +0 -1
  2114. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts +0 -49
  2115. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts.map +0 -1
  2116. package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js.map +0 -1
  2117. package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts +0 -36
  2118. package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts.map +0 -1
  2119. package/node_modules/@slack/web-api/dist/response/MpimListResponse.js.map +0 -1
  2120. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts +0 -14
  2121. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts.map +0 -1
  2122. package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js.map +0 -1
  2123. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts +0 -64
  2124. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts.map +0 -1
  2125. package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js.map +0 -1
  2126. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts +0 -47
  2127. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts.map +0 -1
  2128. package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js.map +0 -1
  2129. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts +0 -44
  2130. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts.map +0 -1
  2131. package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js.map +0 -1
  2132. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts +0 -9
  2133. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts.map +0 -1
  2134. package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js.map +0 -1
  2135. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts +0 -39
  2136. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts.map +0 -1
  2137. package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js.map +0 -1
  2138. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts +0 -43
  2139. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts.map +0 -1
  2140. package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js.map +0 -1
  2141. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts +0 -14
  2142. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts.map +0 -1
  2143. package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js.map +0 -1
  2144. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts +0 -39
  2145. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts.map +0 -1
  2146. package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js.map +0 -1
  2147. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts +0 -8
  2148. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts.map +0 -1
  2149. package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js.map +0 -1
  2150. package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts +0 -397
  2151. package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts.map +0 -1
  2152. package/node_modules/@slack/web-api/dist/response/PinsListResponse.js +0 -31
  2153. package/node_modules/@slack/web-api/dist/response/PinsListResponse.js.map +0 -1
  2154. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts +0 -8
  2155. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts.map +0 -1
  2156. package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js.map +0 -1
  2157. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts +0 -8
  2158. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts.map +0 -1
  2159. package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js.map +0 -1
  2160. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts +0 -480
  2161. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts.map +0 -1
  2162. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js +0 -31
  2163. package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js.map +0 -1
  2164. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts +0 -999
  2165. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts.map +0 -1
  2166. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js +0 -49
  2167. package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js.map +0 -1
  2168. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts +0 -8
  2169. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts.map +0 -1
  2170. package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js.map +0 -1
  2171. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts +0 -22
  2172. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts.map +0 -1
  2173. package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js.map +0 -1
  2174. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts +0 -8
  2175. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts.map +0 -1
  2176. package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js.map +0 -1
  2177. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts +0 -8
  2178. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts.map +0 -1
  2179. package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js.map +0 -1
  2180. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts +0 -18
  2181. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts.map +0 -1
  2182. package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js.map +0 -1
  2183. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts +0 -24
  2184. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts.map +0 -1
  2185. package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js.map +0 -1
  2186. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts +0 -20
  2187. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts.map +0 -1
  2188. package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js.map +0 -1
  2189. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts +0 -1966
  2190. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts.map +0 -1
  2191. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js +0 -49
  2192. package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js.map +0 -1
  2193. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts +0 -1167
  2194. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts.map +0 -1
  2195. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js +0 -68
  2196. package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js.map +0 -1
  2197. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts +0 -1089
  2198. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts.map +0 -1
  2199. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js +0 -49
  2200. package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js.map +0 -1
  2201. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts +0 -1035
  2202. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts.map +0 -1
  2203. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js +0 -68
  2204. package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js.map +0 -1
  2205. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts +0 -8
  2206. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts.map +0 -1
  2207. package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js.map +0 -1
  2208. package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts +0 -689
  2209. package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts.map +0 -1
  2210. package/node_modules/@slack/web-api/dist/response/StarsListResponse.js.map +0 -1
  2211. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts +0 -8
  2212. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts.map +0 -1
  2213. package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js.map +0 -1
  2214. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts +0 -32
  2215. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts.map +0 -1
  2216. package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js.map +0 -1
  2217. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts +0 -18
  2218. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts.map +0 -1
  2219. package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js.map +0 -1
  2220. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts +0 -9
  2221. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts.map +0 -1
  2222. package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js.map +0 -1
  2223. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts +0 -34
  2224. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts.map +0 -1
  2225. package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js.map +0 -1
  2226. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts +0 -34
  2227. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts.map +0 -1
  2228. package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js.map +0 -1
  2229. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts +0 -13
  2230. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts.map +0 -1
  2231. package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js.map +0 -1
  2232. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts +0 -44
  2233. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts.map +0 -1
  2234. package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js.map +0 -1
  2235. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts +0 -18
  2236. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts.map +0 -1
  2237. package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js.map +0 -1
  2238. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts +0 -33
  2239. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts.map +0 -1
  2240. package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js.map +0 -1
  2241. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts +0 -34
  2242. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts.map +0 -1
  2243. package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js.map +0 -1
  2244. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts +0 -33
  2245. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts.map +0 -1
  2246. package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js.map +0 -1
  2247. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts +0 -34
  2248. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts.map +0 -1
  2249. package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js.map +0 -1
  2250. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts +0 -33
  2251. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts.map +0 -1
  2252. package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js.map +0 -1
  2253. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts +0 -9
  2254. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts.map +0 -1
  2255. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js.map +0 -1
  2256. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts +0 -33
  2257. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts.map +0 -1
  2258. package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js.map +0 -1
  2259. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts +0 -73
  2260. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts.map +0 -1
  2261. package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js.map +0 -1
  2262. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts +0 -8
  2263. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts.map +0 -1
  2264. package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js.map +0 -1
  2265. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts +0 -15
  2266. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts.map +0 -1
  2267. package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js.map +0 -1
  2268. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts +0 -26
  2269. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts.map +0 -1
  2270. package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js.map +0 -1
  2271. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts +0 -88
  2272. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts.map +0 -1
  2273. package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js.map +0 -1
  2274. package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts +0 -98
  2275. package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts.map +0 -1
  2276. package/node_modules/@slack/web-api/dist/response/UsersListResponse.js.map +0 -1
  2277. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts +0 -76
  2278. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts.map +0 -1
  2279. package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js.map +0 -1
  2280. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts +0 -54
  2281. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts.map +0 -1
  2282. package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js.map +0 -1
  2283. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts +0 -54
  2284. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts.map +0 -1
  2285. package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js.map +0 -1
  2286. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts +0 -8
  2287. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts.map +0 -1
  2288. package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js.map +0 -1
  2289. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts +0 -20
  2290. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts.map +0 -1
  2291. package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js.map +0 -1
  2292. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts +0 -8
  2293. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts.map +0 -1
  2294. package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js.map +0 -1
  2295. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts +0 -251
  2296. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts.map +0 -1
  2297. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js +0 -32
  2298. package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js.map +0 -1
  2299. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts +0 -251
  2300. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts.map +0 -1
  2301. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js +0 -32
  2302. package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js.map +0 -1
  2303. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts +0 -251
  2304. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts.map +0 -1
  2305. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js +0 -32
  2306. package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js.map +0 -1
  2307. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts +0 -251
  2308. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts.map +0 -1
  2309. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js +0 -32
  2310. package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js.map +0 -1
  2311. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts +0 -8
  2312. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts.map +0 -1
  2313. package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js.map +0 -1
  2314. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts +0 -8
  2315. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts.map +0 -1
  2316. package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js.map +0 -1
  2317. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts +0 -8
  2318. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts.map +0 -1
  2319. package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js.map +0 -1
  2320. package/node_modules/@slack/web-api/dist/response/index.d.ts +0 -292
  2321. package/node_modules/@slack/web-api/dist/response/index.d.ts.map +0 -1
  2322. package/node_modules/@slack/web-api/dist/response/index.js.map +0 -1
  2323. package/node_modules/@types/is-stream/LICENSE +0 -21
  2324. package/node_modules/@types/is-stream/README.md +0 -16
  2325. package/node_modules/@types/is-stream/index.d.ts +0 -18
  2326. package/node_modules/@types/is-stream/node_modules/@types/node/LICENSE +0 -21
  2327. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +0 -15
  2328. package/node_modules/@types/is-stream/node_modules/@types/node/assert/strict.d.ts +0 -8
  2329. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +0 -1040
  2330. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +0 -541
  2331. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +0 -2363
  2332. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +0 -1544
  2333. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +0 -578
  2334. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +0 -452
  2335. package/node_modules/@types/is-stream/node_modules/@types/node/constants.d.ts +0 -19
  2336. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +0 -4524
  2337. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +0 -596
  2338. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  2339. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +0 -476
  2340. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +0 -864
  2341. package/node_modules/@types/is-stream/node_modules/@types/node/dom-events.d.ts +0 -124
  2342. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +0 -170
  2343. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +0 -931
  2344. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +0 -1245
  2345. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +0 -4317
  2346. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +0 -412
  2347. package/node_modules/@types/is-stream/node_modules/@types/node/globals.global.d.ts +0 -1
  2348. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +0 -1908
  2349. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +0 -2418
  2350. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +0 -550
  2351. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +0 -89
  2352. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +0 -2746
  2353. package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +0 -315
  2354. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +0 -999
  2355. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +0 -495
  2356. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +0 -217
  2357. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +0 -191
  2358. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +0 -905
  2359. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +0 -1754
  2360. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +0 -117
  2361. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +0 -153
  2362. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +0 -150
  2363. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +0 -540
  2364. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +0 -430
  2365. package/node_modules/@types/is-stream/node_modules/@types/node/sea.d.ts +0 -153
  2366. package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +0 -12
  2367. package/node_modules/@types/is-stream/node_modules/@types/node/stream/promises.d.ts +0 -83
  2368. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +0 -367
  2369. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +0 -1707
  2370. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +0 -67
  2371. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +0 -1729
  2372. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +0 -97
  2373. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +0 -240
  2374. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +0 -1217
  2375. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +0 -197
  2376. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +0 -208
  2377. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +0 -952
  2378. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +0 -2292
  2379. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +0 -808
  2380. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +0 -924
  2381. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +0 -181
  2382. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +0 -694
  2383. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +0 -530
  2384. package/node_modules/@types/is-stream/package.json +0 -24
  2385. package/node_modules/axios/node_modules/form-data/License +0 -19
  2386. package/node_modules/axios/node_modules/form-data/README.md.bak +0 -358
  2387. package/node_modules/axios/node_modules/form-data/index.d.ts +0 -62
  2388. package/node_modules/axios/node_modules/form-data/lib/browser.js +0 -2
  2389. package/node_modules/axios/node_modules/form-data/lib/form_data.js +0 -501
  2390. package/node_modules/axios/node_modules/form-data/lib/populate.js +0 -10
  2391. package/node_modules/axios/node_modules/form-data/package.json +0 -68
  2392. package/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
  2393. package/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
  2394. package/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
  2395. package/node_modules/form-data/README.md +0 -350
  2396. /package/node_modules/@slack/web-api/dist/{response → types/request}/index.js +0 -0
  2397. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsActivitiesListResponse.js +0 -0
  2398. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsApproveResponse.js +0 -0
  2399. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsApprovedListResponse.js +0 -0
  2400. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsClearResolutionResponse.js +0 -0
  2401. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsConfigLookupResponse.js +0 -0
  2402. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsConfigSetResponse.js +0 -0
  2403. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRequestsCancelResponse.js +0 -0
  2404. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRequestsListResponse.js +0 -0
  2405. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRestrictResponse.js +0 -0
  2406. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsRestrictedListResponse.js +0 -0
  2407. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAppsUninstallResponse.js +0 -0
  2408. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyAssignEntitiesResponse.js +0 -0
  2409. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyGetEntitiesResponse.js +0 -0
  2410. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminAuthPolicyRemoveEntitiesResponse.js +0 -0
  2411. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersCreateResponse.js +0 -0
  2412. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersDeleteResponse.js +0 -0
  2413. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersListResponse.js +0 -0
  2414. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminBarriersUpdateResponse.js +0 -0
  2415. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsArchiveResponse.js +0 -0
  2416. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkArchiveResponse.js +0 -0
  2417. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkDeleteResponse.js +0 -0
  2418. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsBulkMoveResponse.js +0 -0
  2419. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsConvertToPrivateResponse.js +0 -0
  2420. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsConvertToPublicResponse.js +0 -0
  2421. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsCreateResponse.js +0 -0
  2422. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsDeleteResponse.js +0 -0
  2423. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsDisconnectSharedResponse.js +0 -0
  2424. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -0
  2425. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetConversationPrefsResponse.js +0 -0
  2426. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetCustomRetentionResponse.js +0 -0
  2427. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsGetTeamsResponse.js +0 -0
  2428. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsInviteResponse.js +0 -0
  2429. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsLookupResponse.js +0 -0
  2430. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRemoveCustomRetentionResponse.js +0 -0
  2431. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRenameResponse.js +0 -0
  2432. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessAddGroupResponse.js +0 -0
  2433. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessListGroupsResponse.js +0 -0
  2434. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -0
  2435. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSearchResponse.js +0 -0
  2436. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetConversationPrefsResponse.js +0 -0
  2437. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetCustomRetentionResponse.js +0 -0
  2438. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsSetTeamsResponse.js +0 -0
  2439. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsUnarchiveResponse.js +0 -0
  2440. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistAddResponse.js +0 -0
  2441. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -0
  2442. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminConversationsWhitelistRemoveResponse.js +0 -0
  2443. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiAddAliasResponse.js +0 -0
  2444. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiAddResponse.js +0 -0
  2445. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiListResponse.js +0 -0
  2446. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiRemoveResponse.js +0 -0
  2447. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminEmojiRenameResponse.js +0 -0
  2448. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsListResponse.js +0 -0
  2449. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsPermissionsLookupResponse.js +0 -0
  2450. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminFunctionsPermissionsSetResponse.js +0 -0
  2451. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsApproveResponse.js +0 -0
  2452. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsApprovedListResponse.js +0 -0
  2453. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsDeniedListResponse.js +0 -0
  2454. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsDenyResponse.js +0 -0
  2455. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminInviteRequestsListResponse.js +0 -0
  2456. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesAddAssignmentsResponse.js +0 -0
  2457. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesListAssignmentsResponse.js +0 -0
  2458. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminRolesRemoveAssignmentsResponse.js +0 -0
  2459. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsAdminsListResponse.js +0 -0
  2460. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsCreateResponse.js +0 -0
  2461. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsListResponse.js +0 -0
  2462. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsOwnersListResponse.js +0 -0
  2463. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsInfoResponse.js +0 -0
  2464. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -0
  2465. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDescriptionResponse.js +0 -0
  2466. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -0
  2467. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetIconResponse.js +0 -0
  2468. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminTeamsSettingsSetNameResponse.js +0 -0
  2469. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsAddChannelsResponse.js +0 -0
  2470. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsAddTeamsResponse.js +0 -0
  2471. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsListChannelsResponse.js +0 -0
  2472. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsergroupsRemoveChannelsResponse.js +0 -0
  2473. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersAssignResponse.js +0 -0
  2474. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersInviteResponse.js +0 -0
  2475. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersListResponse.js +0 -0
  2476. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersRemoveResponse.js +0 -0
  2477. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionClearSettingsResponse.js +0 -0
  2478. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionGetSettingsResponse.js +0 -0
  2479. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionInvalidateResponse.js +0 -0
  2480. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionListResponse.js +0 -0
  2481. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionResetBulkResponse.js +0 -0
  2482. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionResetResponse.js +0 -0
  2483. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSessionSetSettingsResponse.js +0 -0
  2484. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetAdminResponse.js +0 -0
  2485. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetExpirationResponse.js +0 -0
  2486. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetOwnerResponse.js +0 -0
  2487. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersSetRegularResponse.js +0 -0
  2488. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminUsersUnsupportedVersionsExportResponse.js +0 -0
  2489. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsCollaboratorsAddResponse.js +0 -0
  2490. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -0
  2491. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsPermissionsLookupResponse.js +0 -0
  2492. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsSearchResponse.js +0 -0
  2493. /package/node_modules/@slack/web-api/dist/{response → types/response}/AdminWorkflowsUnpublishResponse.js +0 -0
  2494. /package/node_modules/@slack/web-api/dist/{response → types/response}/ApiTestResponse.js +0 -0
  2495. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsConnectionsOpenResponse.js +0 -0
  2496. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsEventAuthorizationsListResponse.js +0 -0
  2497. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestCreateResponse.js +0 -0
  2498. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestDeleteResponse.js +0 -0
  2499. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestExportResponse.js +0 -0
  2500. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestUpdateResponse.js +0 -0
  2501. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsManifestValidateResponse.js +0 -0
  2502. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsInfoResponse.js +0 -0
  2503. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsRequestResponse.js +0 -0
  2504. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsResourcesListResponse.js +0 -0
  2505. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsScopesListResponse.js +0 -0
  2506. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsUsersListResponse.js +0 -0
  2507. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsPermissionsUsersRequestResponse.js +0 -0
  2508. /package/node_modules/@slack/web-api/dist/{response → types/response}/AppsUninstallResponse.js +0 -0
  2509. /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthRevokeResponse.js +0 -0
  2510. /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthTeamsListResponse.js +0 -0
  2511. /package/node_modules/@slack/web-api/dist/{response → types/response}/AuthTestResponse.js +0 -0
  2512. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksAddResponse.js +0 -0
  2513. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksEditResponse.js +0 -0
  2514. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksListResponse.js +0 -0
  2515. /package/node_modules/@slack/web-api/dist/{response → types/response}/BookmarksRemoveResponse.js +0 -0
  2516. /package/node_modules/@slack/web-api/dist/{response → types/response}/BotsInfoResponse.js +0 -0
  2517. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsAddResponse.js +0 -0
  2518. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsEndResponse.js +0 -0
  2519. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsInfoResponse.js +0 -0
  2520. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsParticipantsAddResponse.js +0 -0
  2521. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsParticipantsRemoveResponse.js +0 -0
  2522. /package/node_modules/@slack/web-api/dist/{response → types/response}/CallsUpdateResponse.js +0 -0
  2523. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsArchiveResponse.js +0 -0
  2524. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsCreateResponse.js +0 -0
  2525. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsHistoryResponse.js +0 -0
  2526. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsInfoResponse.js +0 -0
  2527. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsInviteResponse.js +0 -0
  2528. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsJoinResponse.js +0 -0
  2529. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsKickResponse.js +0 -0
  2530. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsLeaveResponse.js +0 -0
  2531. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsListResponse.js +0 -0
  2532. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsMarkResponse.js +0 -0
  2533. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsRenameResponse.js +0 -0
  2534. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsRepliesResponse.js +0 -0
  2535. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsSetPurposeResponse.js +0 -0
  2536. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsSetTopicResponse.js +0 -0
  2537. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChannelsUnarchiveResponse.js +0 -0
  2538. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatDeleteResponse.js +0 -0
  2539. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatDeleteScheduledMessageResponse.js +0 -0
  2540. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatGetPermalinkResponse.js +0 -0
  2541. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatMeMessageResponse.js +0 -0
  2542. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatPostEphemeralResponse.js +0 -0
  2543. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatScheduledMessagesListResponse.js +0 -0
  2544. /package/node_modules/@slack/web-api/dist/{response → types/response}/ChatUnfurlResponse.js +0 -0
  2545. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsAcceptSharedInviteResponse.js +0 -0
  2546. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsApproveSharedInviteResponse.js +0 -0
  2547. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsArchiveResponse.js +0 -0
  2548. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsCloseResponse.js +0 -0
  2549. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsCreateResponse.js +0 -0
  2550. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsDeclineSharedInviteResponse.js +0 -0
  2551. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInfoResponse.js +0 -0
  2552. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInviteResponse.js +0 -0
  2553. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsInviteSharedResponse.js +0 -0
  2554. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsJoinResponse.js +0 -0
  2555. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsKickResponse.js +0 -0
  2556. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsLeaveResponse.js +0 -0
  2557. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsListConnectInvitesResponse.js +0 -0
  2558. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsListResponse.js +0 -0
  2559. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsMarkResponse.js +0 -0
  2560. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsMembersResponse.js +0 -0
  2561. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsRenameResponse.js +0 -0
  2562. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsSetPurposeResponse.js +0 -0
  2563. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsSetTopicResponse.js +0 -0
  2564. /package/node_modules/@slack/web-api/dist/{response → types/response}/ConversationsUnarchiveResponse.js +0 -0
  2565. /package/node_modules/@slack/web-api/dist/{response → types/response}/DialogOpenResponse.js +0 -0
  2566. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndEndDndResponse.js +0 -0
  2567. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndEndSnoozeResponse.js +0 -0
  2568. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndInfoResponse.js +0 -0
  2569. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndSetSnoozeResponse.js +0 -0
  2570. /package/node_modules/@slack/web-api/dist/{response → types/response}/DndTeamInfoResponse.js +0 -0
  2571. /package/node_modules/@slack/web-api/dist/{response → types/response}/EmojiListResponse.js +0 -0
  2572. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsAddResponse.js +0 -0
  2573. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsDeleteResponse.js +0 -0
  2574. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCommentsEditResponse.js +0 -0
  2575. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesCompleteUploadExternalResponse.js +0 -0
  2576. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesDeleteResponse.js +0 -0
  2577. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesGetUploadURLExternalResponse.js +0 -0
  2578. /package/node_modules/@slack/web-api/dist/{response → types/response}/FilesRemoteRemoveResponse.js +0 -0
  2579. /package/node_modules/@slack/web-api/dist/{response → types/response}/FunctionsCompleteErrorResponse.js +0 -0
  2580. /package/node_modules/@slack/web-api/dist/{response → types/response}/FunctionsCompleteSuccessResponse.js +0 -0
  2581. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsArchiveResponse.js +0 -0
  2582. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCloseResponse.js +0 -0
  2583. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCreateChildResponse.js +0 -0
  2584. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsCreateResponse.js +0 -0
  2585. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsHistoryResponse.js +0 -0
  2586. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsInfoResponse.js +0 -0
  2587. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsInviteResponse.js +0 -0
  2588. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsKickResponse.js +0 -0
  2589. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsLeaveResponse.js +0 -0
  2590. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsListResponse.js +0 -0
  2591. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsMarkResponse.js +0 -0
  2592. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsOpenResponse.js +0 -0
  2593. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsRenameResponse.js +0 -0
  2594. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsRepliesResponse.js +0 -0
  2595. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsSetPurposeResponse.js +0 -0
  2596. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsSetTopicResponse.js +0 -0
  2597. /package/node_modules/@slack/web-api/dist/{response → types/response}/GroupsUnarchiveResponse.js +0 -0
  2598. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImCloseResponse.js +0 -0
  2599. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImHistoryResponse.js +0 -0
  2600. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImListResponse.js +0 -0
  2601. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImMarkResponse.js +0 -0
  2602. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImOpenResponse.js +0 -0
  2603. /package/node_modules/@slack/web-api/dist/{response → types/response}/ImRepliesResponse.js +0 -0
  2604. /package/node_modules/@slack/web-api/dist/{response → types/response}/MigrationExchangeResponse.js +0 -0
  2605. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimCloseResponse.js +0 -0
  2606. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimHistoryResponse.js +0 -0
  2607. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimListResponse.js +0 -0
  2608. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimMarkResponse.js +0 -0
  2609. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimOpenResponse.js +0 -0
  2610. /package/node_modules/@slack/web-api/dist/{response → types/response}/MpimRepliesResponse.js +0 -0
  2611. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthAccessResponse.js +0 -0
  2612. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthTokenResponse.js +0 -0
  2613. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthV2AccessResponse.js +0 -0
  2614. /package/node_modules/@slack/web-api/dist/{response → types/response}/OauthV2ExchangeResponse.js +0 -0
  2615. /package/node_modules/@slack/web-api/dist/{response → types/response}/OpenIDConnectTokenResponse.js +0 -0
  2616. /package/node_modules/@slack/web-api/dist/{response → types/response}/OpenIDConnectUserInfoResponse.js +0 -0
  2617. /package/node_modules/@slack/web-api/dist/{response → types/response}/PinsAddResponse.js +0 -0
  2618. /package/node_modules/@slack/web-api/dist/{response → types/response}/PinsRemoveResponse.js +0 -0
  2619. /package/node_modules/@slack/web-api/dist/{response → types/response}/ReactionsAddResponse.js +0 -0
  2620. /package/node_modules/@slack/web-api/dist/{response → types/response}/ReactionsRemoveResponse.js +0 -0
  2621. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersAddResponse.js +0 -0
  2622. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersCompleteResponse.js +0 -0
  2623. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersDeleteResponse.js +0 -0
  2624. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersInfoResponse.js +0 -0
  2625. /package/node_modules/@slack/web-api/dist/{response → types/response}/RemindersListResponse.js +0 -0
  2626. /package/node_modules/@slack/web-api/dist/{response → types/response}/RtmConnectResponse.js +0 -0
  2627. /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsAddResponse.js +0 -0
  2628. /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsListResponse.js +0 -0
  2629. /package/node_modules/@slack/web-api/dist/{response → types/response}/StarsRemoveResponse.js +0 -0
  2630. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamAccessLogsResponse.js +0 -0
  2631. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamBillableInfoResponse.js +0 -0
  2632. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamBillingInfoResponse.js +0 -0
  2633. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamInfoResponse.js +0 -0
  2634. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamIntegrationLogsResponse.js +0 -0
  2635. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamPreferencesListResponse.js +0 -0
  2636. /package/node_modules/@slack/web-api/dist/{response → types/response}/TeamProfileGetResponse.js +0 -0
  2637. /package/node_modules/@slack/web-api/dist/{response → types/response}/ToolingTokensRotateResponse.js +0 -0
  2638. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsCreateResponse.js +0 -0
  2639. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsDisableResponse.js +0 -0
  2640. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsEnableResponse.js +0 -0
  2641. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsListResponse.js +0 -0
  2642. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUpdateResponse.js +0 -0
  2643. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUsersListResponse.js +0 -0
  2644. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsergroupsUsersUpdateResponse.js +0 -0
  2645. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersConversationsResponse.js +0 -0
  2646. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersDeletePhotoResponse.js +0 -0
  2647. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersGetPresenceResponse.js +0 -0
  2648. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersIdentityResponse.js +0 -0
  2649. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersInfoResponse.js +0 -0
  2650. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersListResponse.js +0 -0
  2651. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersLookupByEmailResponse.js +0 -0
  2652. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersProfileGetResponse.js +0 -0
  2653. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersProfileSetResponse.js +0 -0
  2654. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetActiveResponse.js +0 -0
  2655. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetPhotoResponse.js +0 -0
  2656. /package/node_modules/@slack/web-api/dist/{response → types/response}/UsersSetPresenceResponse.js +0 -0
  2657. /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsStepCompletedResponse.js +0 -0
  2658. /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsStepFailedResponse.js +0 -0
  2659. /package/node_modules/@slack/web-api/dist/{response → types/response}/WorkflowsUpdateStepResponse.js +0 -0
  2660. /package/node_modules/{axios/node_modules/form-data → form-data}/Readme.md +0 -0
@@ -1,1729 +0,0 @@
1
- /**
2
- * The `node:test` module facilitates the creation of JavaScript tests.
3
- * To access it:
4
- *
5
- * ```js
6
- * import test from 'node:test';
7
- * ```
8
- *
9
- * This module is only available under the `node:` scheme. The following will not
10
- * work:
11
- *
12
- * ```js
13
- * import test from 'test';
14
- * ```
15
- *
16
- * Tests created via the `test` module consist of a single function that is
17
- * processed in one of three ways:
18
- *
19
- * 1. A synchronous function that is considered failing if it throws an exception,
20
- * and is considered passing otherwise.
21
- * 2. A function that returns a `Promise` that is considered failing if the `Promise` rejects, and is considered passing if the `Promise` fulfills.
22
- * 3. A function that receives a callback function. If the callback receives any
23
- * truthy value as its first argument, the test is considered failing. If a
24
- * falsy value is passed as the first argument to the callback, the test is
25
- * considered passing. If the test function receives a callback function and
26
- * also returns a `Promise`, the test will fail.
27
- *
28
- * The following example illustrates how tests are written using the `test` module.
29
- *
30
- * ```js
31
- * test('synchronous passing test', (t) => {
32
- * // This test passes because it does not throw an exception.
33
- * assert.strictEqual(1, 1);
34
- * });
35
- *
36
- * test('synchronous failing test', (t) => {
37
- * // This test fails because it throws an exception.
38
- * assert.strictEqual(1, 2);
39
- * });
40
- *
41
- * test('asynchronous passing test', async (t) => {
42
- * // This test passes because the Promise returned by the async
43
- * // function is settled and not rejected.
44
- * assert.strictEqual(1, 1);
45
- * });
46
- *
47
- * test('asynchronous failing test', async (t) => {
48
- * // This test fails because the Promise returned by the async
49
- * // function is rejected.
50
- * assert.strictEqual(1, 2);
51
- * });
52
- *
53
- * test('failing test using Promises', (t) => {
54
- * // Promises can be used directly as well.
55
- * return new Promise((resolve, reject) => {
56
- * setImmediate(() => {
57
- * reject(new Error('this will cause the test to fail'));
58
- * });
59
- * });
60
- * });
61
- *
62
- * test('callback passing test', (t, done) => {
63
- * // done() is the callback function. When the setImmediate() runs, it invokes
64
- * // done() with no arguments.
65
- * setImmediate(done);
66
- * });
67
- *
68
- * test('callback failing test', (t, done) => {
69
- * // When the setImmediate() runs, done() is invoked with an Error object and
70
- * // the test fails.
71
- * setImmediate(() => {
72
- * done(new Error('callback failure'));
73
- * });
74
- * });
75
- * ```
76
- *
77
- * If any tests fail, the process exit code is set to `1`.
78
- * @since v18.0.0, v16.17.0
79
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/test.js)
80
- */
81
- declare module "node:test" {
82
- import { Readable } from "node:stream";
83
- import { AsyncResource } from "node:async_hooks";
84
- /**
85
- * **Note:** `shard` is used to horizontally parallelize test running across
86
- * machines or processes, ideal for large-scale executions across varied
87
- * environments. It's incompatible with `watch` mode, tailored for rapid
88
- * code iteration by automatically rerunning tests on file changes.
89
- *
90
- * ```js
91
- * import { tap } from 'node:test/reporters';
92
- * import { run } from 'node:test';
93
- * import process from 'node:process';
94
- * import path from 'node:path';
95
- *
96
- * run({ files: [path.resolve('./tests/test.js')] })
97
- * .compose(tap)
98
- * .pipe(process.stdout);
99
- * ```
100
- * @since v18.9.0, v16.19.0
101
- * @param options Configuration options for running tests. The following properties are supported:
102
- */
103
- function run(options?: RunOptions): TestsStream;
104
- /**
105
- * The `test()` function is the value imported from the `test` module. Each
106
- * invocation of this function results in reporting the test to the `TestsStream`.
107
- *
108
- * The `TestContext` object passed to the `fn` argument can be used to perform
109
- * actions related to the current test. Examples include skipping the test, adding
110
- * additional diagnostic information, or creating subtests.
111
- *
112
- * `test()` returns a `Promise` that fulfills once the test completes.
113
- * if `test()` is called within a suite, it fulfills immediately.
114
- * The return value can usually be discarded for top level tests.
115
- * However, the return value from subtests should be used to prevent the parent
116
- * test from finishing first and cancelling the subtest
117
- * as shown in the following example.
118
- *
119
- * ```js
120
- * test('top level test', async (t) => {
121
- * // The setTimeout() in the following subtest would cause it to outlive its
122
- * // parent test if 'await' is removed on the next line. Once the parent test
123
- * // completes, it will cancel any outstanding subtests.
124
- * await t.test('longer running subtest', async (t) => {
125
- * return new Promise((resolve, reject) => {
126
- * setTimeout(resolve, 1000);
127
- * });
128
- * });
129
- * });
130
- * ```
131
- *
132
- * The `timeout` option can be used to fail the test if it takes longer than `timeout` milliseconds to complete. However, it is not a reliable mechanism for
133
- * canceling tests because a running test might block the application thread and
134
- * thus prevent the scheduled cancellation.
135
- * @since v18.0.0, v16.17.0
136
- * @param [name='The name'] The name of the test, which is displayed when reporting test results.
137
- * @param options Configuration options for the test. The following properties are supported:
138
- * @param [fn='A no-op function'] The function under test. The first argument to this function is a {@link TestContext} object. If the test uses callbacks, the
139
- * callback function is passed as the second argument.
140
- * @return Fulfilled with `undefined` once the test completes, or immediately if the test runs within a suite.
141
- */
142
- function test(name?: string, fn?: TestFn): Promise<void>;
143
- function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
144
- function test(options?: TestOptions, fn?: TestFn): Promise<void>;
145
- function test(fn?: TestFn): Promise<void>;
146
- namespace test {
147
- export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, todo };
148
- }
149
- /**
150
- * The `suite()` function is imported from the `node:test` module.
151
- * @param name The name of the suite, which is displayed when reporting test results. **Default:** The `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
152
- * @param options Optional configuration options for the suite. This supports the same options as `test([name][, options][, fn])`.
153
- * @param [fn='A no-op function'] The suite function declaring nested tests and suites. The first argument to this function is a `{@link SuiteContext}` object.
154
- * @return Immediately fulfilled with `undefined`.
155
- * @since v20.13.0
156
- */
157
- function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
158
- function suite(name?: string, fn?: SuiteFn): Promise<void>;
159
- function suite(options?: TestOptions, fn?: SuiteFn): Promise<void>;
160
- function suite(fn?: SuiteFn): Promise<void>;
161
- namespace suite {
162
- /**
163
- * Shorthand for skipping a suite. This is the same as [`suite([name], { skip: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#suitename-options-fn).
164
- * @since v20.13.0
165
- */
166
- function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
167
- function skip(name?: string, fn?: SuiteFn): Promise<void>;
168
- function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
169
- function skip(fn?: SuiteFn): Promise<void>;
170
- /**
171
- * Shorthand for marking a suite as `TODO`. This is the same as [`suite([name], { todo: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#suitename-options-fn).
172
- * @since v20.13.0
173
- */
174
- function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
175
- function todo(name?: string, fn?: SuiteFn): Promise<void>;
176
- function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
177
- function todo(fn?: SuiteFn): Promise<void>;
178
- /**
179
- * Shorthand for marking a suite as `only`. This is the same as [`suite([name], { only: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#suitename-options-fn).
180
- * @since v20.13.0
181
- */
182
- function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
183
- function only(name?: string, fn?: SuiteFn): Promise<void>;
184
- function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
185
- function only(fn?: SuiteFn): Promise<void>;
186
- }
187
- /**
188
- * Alias for `{@link suite}`.
189
- *
190
- * The `describe()` function is imported from the `node:test` module.
191
- */
192
- function describe(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
193
- function describe(name?: string, fn?: SuiteFn): Promise<void>;
194
- function describe(options?: TestOptions, fn?: SuiteFn): Promise<void>;
195
- function describe(fn?: SuiteFn): Promise<void>;
196
- namespace describe {
197
- /**
198
- * Shorthand for skipping a suite. This is the same as [`describe([name], { skip: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#describename-options-fn).
199
- * @since v18.15.0
200
- */
201
- function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
202
- function skip(name?: string, fn?: SuiteFn): Promise<void>;
203
- function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
204
- function skip(fn?: SuiteFn): Promise<void>;
205
- /**
206
- * Shorthand for marking a suite as `TODO`. This is the same as [`describe([name], { todo: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#describename-options-fn).
207
- * @since v18.15.0
208
- */
209
- function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
210
- function todo(name?: string, fn?: SuiteFn): Promise<void>;
211
- function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
212
- function todo(fn?: SuiteFn): Promise<void>;
213
- /**
214
- * Shorthand for marking a suite as `only`. This is the same as [`describe([name], { only: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#describename-options-fn).
215
- * @since v18.15.0
216
- */
217
- function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
218
- function only(name?: string, fn?: SuiteFn): Promise<void>;
219
- function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
220
- function only(fn?: SuiteFn): Promise<void>;
221
- }
222
- /**
223
- * Alias for `test()`.
224
- *
225
- * The `it()` function is imported from the `node:test` module.
226
- * @since v18.6.0, v16.17.0
227
- */
228
- function it(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
229
- function it(name?: string, fn?: TestFn): Promise<void>;
230
- function it(options?: TestOptions, fn?: TestFn): Promise<void>;
231
- function it(fn?: TestFn): Promise<void>;
232
- namespace it {
233
- /**
234
- * Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`.
235
- */
236
- function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
237
- function skip(name?: string, fn?: TestFn): Promise<void>;
238
- function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
239
- function skip(fn?: TestFn): Promise<void>;
240
- /**
241
- * Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`.
242
- */
243
- function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
244
- function todo(name?: string, fn?: TestFn): Promise<void>;
245
- function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
246
- function todo(fn?: TestFn): Promise<void>;
247
- /**
248
- * Shorthand for marking a test as `only`, same as `it([name], { only: true }[, fn])`.
249
- * @since v18.15.0
250
- */
251
- function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
252
- function only(name?: string, fn?: TestFn): Promise<void>;
253
- function only(options?: TestOptions, fn?: TestFn): Promise<void>;
254
- function only(fn?: TestFn): Promise<void>;
255
- }
256
- /**
257
- * Shorthand for skipping a test, same as `test([name], { skip: true }[, fn])`.
258
- * @since v20.2.0
259
- */
260
- function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
261
- function skip(name?: string, fn?: TestFn): Promise<void>;
262
- function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
263
- function skip(fn?: TestFn): Promise<void>;
264
- /**
265
- * Shorthand for marking a test as `TODO`, same as `test([name], { todo: true }[, fn])`.
266
- * @since v20.2.0
267
- */
268
- function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
269
- function todo(name?: string, fn?: TestFn): Promise<void>;
270
- function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
271
- function todo(fn?: TestFn): Promise<void>;
272
- /**
273
- * Shorthand for marking a test as `only`, same as `test([name], { only: true }[, fn])`.
274
- * @since v20.2.0
275
- */
276
- function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
277
- function only(name?: string, fn?: TestFn): Promise<void>;
278
- function only(options?: TestOptions, fn?: TestFn): Promise<void>;
279
- function only(fn?: TestFn): Promise<void>;
280
- /**
281
- * The type of a function under test. The first argument to this function is a
282
- * {@link TestContext} object. If the test uses callbacks, the callback function is passed as
283
- * the second argument.
284
- */
285
- type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
286
- /**
287
- * The type of a function under Suite.
288
- */
289
- type SuiteFn = (s: SuiteContext) => void | Promise<void>;
290
- interface TestShard {
291
- /**
292
- * A positive integer between 1 and `<total>` that specifies the index of the shard to run.
293
- */
294
- index: number;
295
- /**
296
- * A positive integer that specifies the total number of shards to split the test files to.
297
- */
298
- total: number;
299
- }
300
- interface RunOptions {
301
- /**
302
- * If a number is provided, then that many test processes would run in parallel, where each process corresponds to one test file.
303
- * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time.
304
- * @default false
305
- */
306
- concurrency?: number | boolean | undefined;
307
- /**
308
- * An array containing the list of files to run. **Default** matching files from
309
- * [test runner execution model](https://nodejs.org/docs/latest-v20.x/api/test.html#test-runner-execution-model).
310
- */
311
- files?: readonly string[] | undefined;
312
- /**
313
- * Configures the test runner to exit the process once all known
314
- * tests have finished executing even if the event loop would
315
- * otherwise remain active.
316
- * @default false
317
- */
318
- forceExit?: boolean | undefined;
319
- /**
320
- * Sets inspector port of test child process.
321
- * If a nullish value is provided, each process gets its own port,
322
- * incremented from the primary's `process.debugPort`.
323
- * @default undefined
324
- */
325
- inspectPort?: number | (() => number) | undefined;
326
- /**
327
- * If truthy, the test context will only run tests that have the `only` option set
328
- */
329
- only?: boolean;
330
- /**
331
- * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run.
332
- * @default undefined
333
- */
334
- setup?: (root: Test) => void | Promise<void>;
335
- /**
336
- * Allows aborting an in-progress test execution.
337
- */
338
- signal?: AbortSignal | undefined;
339
- /**
340
- * A String, RegExp or a RegExp Array, that can be used to only run tests whose
341
- * name matches the provided pattern. Test name patterns are interpreted as JavaScript
342
- * regular expressions. For each test that is executed, any corresponding test hooks,
343
- * such as `beforeEach()`, are also run.
344
- * @default undefined
345
- */
346
- testNamePatterns?: string | RegExp | string[] | RegExp[];
347
- /**
348
- * A number of milliseconds the test execution will fail after.
349
- * If unspecified, subtests inherit this value from their parent.
350
- * @default Infinity
351
- */
352
- timeout?: number | undefined;
353
- /**
354
- * Whether to run in watch mode or not.
355
- * @default false
356
- */
357
- watch?: boolean | undefined;
358
- /**
359
- * Running tests in a specific shard.
360
- * @default undefined
361
- */
362
- shard?: TestShard | undefined;
363
- }
364
- class Test extends AsyncResource {
365
- concurrency: number;
366
- nesting: number;
367
- only: boolean;
368
- reporter: TestsStream;
369
- runOnlySubtests: boolean;
370
- testNumber: number;
371
- timeout: number | null;
372
- }
373
- /**
374
- * A successful call to `run()` method will return a new `TestsStream` object, streaming a series of events representing the execution of the tests. `TestsStream` will emit events, in the
375
- * order of the tests definition
376
- *
377
- * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute.
378
- * @since v18.9.0, v16.19.0
379
- */
380
- class TestsStream extends Readable implements NodeJS.ReadableStream {
381
- addListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
382
- addListener(event: "test:complete", listener: (data: TestComplete) => void): this;
383
- addListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
384
- addListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
385
- addListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
386
- addListener(event: "test:fail", listener: (data: TestFail) => void): this;
387
- addListener(event: "test:pass", listener: (data: TestPass) => void): this;
388
- addListener(event: "test:plan", listener: (data: TestPlan) => void): this;
389
- addListener(event: "test:start", listener: (data: TestStart) => void): this;
390
- addListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
391
- addListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
392
- addListener(event: string, listener: (...args: any[]) => void): this;
393
- emit(event: "test:coverage", data: TestCoverage): boolean;
394
- emit(event: "test:complete", data: TestComplete): boolean;
395
- emit(event: "test:dequeue", data: TestDequeue): boolean;
396
- emit(event: "test:diagnostic", data: DiagnosticData): boolean;
397
- emit(event: "test:enqueue", data: TestEnqueue): boolean;
398
- emit(event: "test:fail", data: TestFail): boolean;
399
- emit(event: "test:pass", data: TestPass): boolean;
400
- emit(event: "test:plan", data: TestPlan): boolean;
401
- emit(event: "test:start", data: TestStart): boolean;
402
- emit(event: "test:stderr", data: TestStderr): boolean;
403
- emit(event: "test:stdout", data: TestStdout): boolean;
404
- emit(event: string | symbol, ...args: any[]): boolean;
405
- on(event: "test:coverage", listener: (data: TestCoverage) => void): this;
406
- on(event: "test:complete", listener: (data: TestComplete) => void): this;
407
- on(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
408
- on(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
409
- on(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
410
- on(event: "test:fail", listener: (data: TestFail) => void): this;
411
- on(event: "test:pass", listener: (data: TestPass) => void): this;
412
- on(event: "test:plan", listener: (data: TestPlan) => void): this;
413
- on(event: "test:start", listener: (data: TestStart) => void): this;
414
- on(event: "test:stderr", listener: (data: TestStderr) => void): this;
415
- on(event: "test:stdout", listener: (data: TestStdout) => void): this;
416
- on(event: string, listener: (...args: any[]) => void): this;
417
- once(event: "test:coverage", listener: (data: TestCoverage) => void): this;
418
- once(event: "test:complete", listener: (data: TestComplete) => void): this;
419
- once(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
420
- once(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
421
- once(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
422
- once(event: "test:fail", listener: (data: TestFail) => void): this;
423
- once(event: "test:pass", listener: (data: TestPass) => void): this;
424
- once(event: "test:plan", listener: (data: TestPlan) => void): this;
425
- once(event: "test:start", listener: (data: TestStart) => void): this;
426
- once(event: "test:stderr", listener: (data: TestStderr) => void): this;
427
- once(event: "test:stdout", listener: (data: TestStdout) => void): this;
428
- once(event: string, listener: (...args: any[]) => void): this;
429
- prependListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
430
- prependListener(event: "test:complete", listener: (data: TestComplete) => void): this;
431
- prependListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
432
- prependListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
433
- prependListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
434
- prependListener(event: "test:fail", listener: (data: TestFail) => void): this;
435
- prependListener(event: "test:pass", listener: (data: TestPass) => void): this;
436
- prependListener(event: "test:plan", listener: (data: TestPlan) => void): this;
437
- prependListener(event: "test:start", listener: (data: TestStart) => void): this;
438
- prependListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
439
- prependListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
440
- prependListener(event: string, listener: (...args: any[]) => void): this;
441
- prependOnceListener(event: "test:coverage", listener: (data: TestCoverage) => void): this;
442
- prependOnceListener(event: "test:complete", listener: (data: TestComplete) => void): this;
443
- prependOnceListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this;
444
- prependOnceListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this;
445
- prependOnceListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this;
446
- prependOnceListener(event: "test:fail", listener: (data: TestFail) => void): this;
447
- prependOnceListener(event: "test:pass", listener: (data: TestPass) => void): this;
448
- prependOnceListener(event: "test:plan", listener: (data: TestPlan) => void): this;
449
- prependOnceListener(event: "test:start", listener: (data: TestStart) => void): this;
450
- prependOnceListener(event: "test:stderr", listener: (data: TestStderr) => void): this;
451
- prependOnceListener(event: "test:stdout", listener: (data: TestStdout) => void): this;
452
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
453
- }
454
- /**
455
- * An instance of `TestContext` is passed to each test function in order to
456
- * interact with the test runner. However, the `TestContext` constructor is not
457
- * exposed as part of the API.
458
- * @since v18.0.0, v16.17.0
459
- */
460
- class TestContext {
461
- /**
462
- * This function is used to create a hook running before subtest of the current test.
463
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as
464
- * the second argument. **Default:** A no-op function.
465
- * @param options Configuration options for the hook.
466
- * @since v20.1.0
467
- */
468
- before: typeof before;
469
- /**
470
- * This function is used to create a hook running before each subtest of the current test.
471
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as
472
- * the second argument. **Default:** A no-op function.
473
- * @param options Configuration options for the hook.
474
- * @since v18.8.0
475
- */
476
- beforeEach: typeof beforeEach;
477
- /**
478
- * This function is used to create a hook that runs after the current test finishes.
479
- * @param [fn='A no-op function'] The hook function. If the hook uses callbacks, the callback function is passed as
480
- * the second argument. Default: A no-op function.
481
- * @param options Configuration options for the hook.
482
- * @since v18.13.0
483
- */
484
- after: typeof after;
485
- /**
486
- * This function is used to create a hook running after each subtest of the current test.
487
- * @param fn The hook function. If the hook uses callbacks, the callback function is passed as
488
- * the second argument. **Default:** A no-op function.
489
- * @param options Configuration options for the hook.
490
- * @since v18.8.0
491
- */
492
- afterEach: typeof afterEach;
493
- /**
494
- * This function is used to write diagnostics to the output. Any diagnostic
495
- * information is included at the end of the test's results. This function does
496
- * not return a value.
497
- *
498
- * ```js
499
- * test('top level test', (t) => {
500
- * t.diagnostic('A diagnostic message');
501
- * });
502
- * ```
503
- * @since v18.0.0, v16.17.0
504
- * @param message Message to be reported.
505
- */
506
- diagnostic(message: string): void;
507
- /**
508
- * The name of the test.
509
- * @since v18.8.0, v16.18.0
510
- */
511
- readonly name: string;
512
- /**
513
- * If `shouldRunOnlyTests` is truthy, the test context will only run tests that
514
- * have the `only` option set. Otherwise, all tests are run. If Node.js was not
515
- * started with the `--test-only` command-line option, this function is a
516
- * no-op.
517
- *
518
- * ```js
519
- * test('top level test', (t) => {
520
- * // The test context can be set to run subtests with the 'only' option.
521
- * t.runOnly(true);
522
- * return Promise.all([
523
- * t.test('this subtest is now skipped'),
524
- * t.test('this subtest is run', { only: true }),
525
- * ]);
526
- * });
527
- * ```
528
- * @since v18.0.0, v16.17.0
529
- * @param shouldRunOnlyTests Whether or not to run `only` tests.
530
- */
531
- runOnly(shouldRunOnlyTests: boolean): void;
532
- /**
533
- * ```js
534
- * test('top level test', async (t) => {
535
- * await fetch('some/uri', { signal: t.signal });
536
- * });
537
- * ```
538
- * @since v18.7.0, v16.17.0
539
- */
540
- readonly signal: AbortSignal;
541
- /**
542
- * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does
543
- * not terminate execution of the test function. This function does not return a
544
- * value.
545
- *
546
- * ```js
547
- * test('top level test', (t) => {
548
- * // Make sure to return here as well if the test contains additional logic.
549
- * t.skip('this is skipped');
550
- * });
551
- * ```
552
- * @since v18.0.0, v16.17.0
553
- * @param message Optional skip message.
554
- */
555
- skip(message?: string): void;
556
- /**
557
- * This function adds a `TODO` directive to the test's output. If `message` is
558
- * provided, it is included in the output. Calling `todo()` does not terminate
559
- * execution of the test function. This function does not return a value.
560
- *
561
- * ```js
562
- * test('top level test', (t) => {
563
- * // This test is marked as `TODO`
564
- * t.todo('this is a todo');
565
- * });
566
- * ```
567
- * @since v18.0.0, v16.17.0
568
- * @param message Optional `TODO` message.
569
- */
570
- todo(message?: string): void;
571
- /**
572
- * This function is used to create subtests under the current test. This function behaves in
573
- * the same fashion as the top level {@link test} function.
574
- * @since v18.0.0
575
- * @param name The name of the test, which is displayed when reporting test results.
576
- * Default: The `name` property of fn, or `'<anonymous>'` if `fn` does not have a name.
577
- * @param options Configuration options for the test
578
- * @param fn The function under test. This first argument to this function is a
579
- * {@link TestContext} object. If the test uses callbacks, the callback function is
580
- * passed as the second argument. **Default:** A no-op function.
581
- * @returns A {@link Promise} resolved with `undefined` once the test completes.
582
- */
583
- test: typeof test;
584
- /**
585
- * Each test provides its own MockTracker instance.
586
- */
587
- readonly mock: MockTracker;
588
- }
589
-
590
- /**
591
- * An instance of `SuiteContext` is passed to each suite function in order to
592
- * interact with the test runner. However, the `SuiteContext` constructor is not
593
- * exposed as part of the API.
594
- * @since v18.7.0, v16.17.0
595
- */
596
- class SuiteContext {
597
- /**
598
- * The name of the suite.
599
- * @since v18.8.0, v16.18.0
600
- */
601
- readonly name: string;
602
- /**
603
- * Can be used to abort test subtasks when the test has been aborted.
604
- * @since v18.7.0, v16.17.0
605
- */
606
- readonly signal: AbortSignal;
607
- }
608
- interface TestOptions {
609
- /**
610
- * If a number is provided, then that many tests would run in parallel.
611
- * If truthy, it would run (number of cpu cores - 1) tests in parallel.
612
- * For subtests, it will be `Infinity` tests in parallel.
613
- * If falsy, it would only run one test at a time.
614
- * If unspecified, subtests inherit this value from their parent.
615
- * @default false
616
- */
617
- concurrency?: number | boolean | undefined;
618
- /**
619
- * If truthy, and the test context is configured to run `only` tests, then this test will be
620
- * run. Otherwise, the test is skipped.
621
- * @default false
622
- */
623
- only?: boolean | undefined;
624
- /**
625
- * Allows aborting an in-progress test.
626
- * @since v18.8.0
627
- */
628
- signal?: AbortSignal | undefined;
629
- /**
630
- * If truthy, the test is skipped. If a string is provided, that string is displayed in the
631
- * test results as the reason for skipping the test.
632
- * @default false
633
- */
634
- skip?: boolean | string | undefined;
635
- /**
636
- * A number of milliseconds the test will fail after. If unspecified, subtests inherit this
637
- * value from their parent.
638
- * @default Infinity
639
- * @since v18.7.0
640
- */
641
- timeout?: number | undefined;
642
- /**
643
- * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in
644
- * the test results as the reason why the test is `TODO`.
645
- * @default false
646
- */
647
- todo?: boolean | string | undefined;
648
- }
649
- /**
650
- * This function creates a hook that runs before executing a suite.
651
- *
652
- * ```js
653
- * describe('tests', async () => {
654
- * before(() => console.log('about to run some test'));
655
- * it('is a subtest', () => {
656
- * assert.ok('some relevant assertion here');
657
- * });
658
- * });
659
- * ```
660
- * @since v18.8.0, v16.18.0
661
- * @param [fn='A no-op function'] The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
662
- * @param options Configuration options for the hook. The following properties are supported:
663
- */
664
- function before(fn?: HookFn, options?: HookOptions): void;
665
- /**
666
- * This function creates a hook that runs after executing a suite.
667
- *
668
- * ```js
669
- * describe('tests', async () => {
670
- * after(() => console.log('finished running tests'));
671
- * it('is a subtest', () => {
672
- * assert.ok('some relevant assertion here');
673
- * });
674
- * });
675
- * ```
676
- * @since v18.8.0, v16.18.0
677
- * @param [fn='A no-op function'] The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
678
- * @param options Configuration options for the hook. The following properties are supported:
679
- */
680
- function after(fn?: HookFn, options?: HookOptions): void;
681
- /**
682
- * This function creates a hook that runs before each test in the current suite.
683
- *
684
- * ```js
685
- * describe('tests', async () => {
686
- * beforeEach(() => console.log('about to run a test'));
687
- * it('is a subtest', () => {
688
- * assert.ok('some relevant assertion here');
689
- * });
690
- * });
691
- * ```
692
- * @since v18.8.0, v16.18.0
693
- * @param [fn='A no-op function'] The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
694
- * @param options Configuration options for the hook. The following properties are supported:
695
- */
696
- function beforeEach(fn?: HookFn, options?: HookOptions): void;
697
- /**
698
- * This function creates a hook that runs after each test in the current suite.
699
- * The `afterEach()` hook is run even if the test fails.
700
- *
701
- * ```js
702
- * describe('tests', async () => {
703
- * afterEach(() => console.log('finished running a test'));
704
- * it('is a subtest', () => {
705
- * assert.ok('some relevant assertion here');
706
- * });
707
- * });
708
- * ```
709
- * @since v18.8.0, v16.18.0
710
- * @param [fn='A no-op function'] The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
711
- * @param options Configuration options for the hook. The following properties are supported:
712
- */
713
- function afterEach(fn?: HookFn, options?: HookOptions): void;
714
- /**
715
- * The hook function. If the hook uses callbacks, the callback function is passed as the
716
- * second argument.
717
- */
718
- type HookFn = (s: SuiteContext, done: (result?: any) => void) => any;
719
- /**
720
- * Configuration options for hooks.
721
- * @since v18.8.0
722
- */
723
- interface HookOptions {
724
- /**
725
- * Allows aborting an in-progress hook.
726
- */
727
- signal?: AbortSignal | undefined;
728
- /**
729
- * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this
730
- * value from their parent.
731
- * @default Infinity
732
- */
733
- timeout?: number | undefined;
734
- }
735
- interface MockFunctionOptions {
736
- /**
737
- * The number of times that the mock will use the behavior of `implementation`.
738
- * Once the mock function has been called `times` times,
739
- * it will automatically restore the behavior of `original`.
740
- * This value must be an integer greater than zero.
741
- * @default Infinity
742
- */
743
- times?: number | undefined;
744
- }
745
- interface MockMethodOptions extends MockFunctionOptions {
746
- /**
747
- * If `true`, `object[methodName]` is treated as a getter.
748
- * This option cannot be used with the `setter` option.
749
- */
750
- getter?: boolean | undefined;
751
- /**
752
- * If `true`, `object[methodName]` is treated as a setter.
753
- * This option cannot be used with the `getter` option.
754
- */
755
- setter?: boolean | undefined;
756
- }
757
- type Mock<F extends Function> = F & {
758
- mock: MockFunctionContext<F>;
759
- };
760
- type NoOpFunction = (...args: any[]) => undefined;
761
- type FunctionPropertyNames<T> = {
762
- [K in keyof T]: T[K] extends Function ? K : never;
763
- }[keyof T];
764
- /**
765
- * The `MockTracker` class is used to manage mocking functionality. The test runner
766
- * module provides a top level `mock` export which is a `MockTracker` instance.
767
- * Each test also provides its own `MockTracker` instance via the test context's `mock` property.
768
- * @since v19.1.0, v18.13.0
769
- */
770
- class MockTracker {
771
- /**
772
- * This function is used to create a mock function.
773
- *
774
- * The following example creates a mock function that increments a counter by one
775
- * on each invocation. The `times` option is used to modify the mock behavior such
776
- * that the first two invocations add two to the counter instead of one.
777
- *
778
- * ```js
779
- * test('mocks a counting function', (t) => {
780
- * let cnt = 0;
781
- *
782
- * function addOne() {
783
- * cnt++;
784
- * return cnt;
785
- * }
786
- *
787
- * function addTwo() {
788
- * cnt += 2;
789
- * return cnt;
790
- * }
791
- *
792
- * const fn = t.mock.fn(addOne, addTwo, { times: 2 });
793
- *
794
- * assert.strictEqual(fn(), 2);
795
- * assert.strictEqual(fn(), 4);
796
- * assert.strictEqual(fn(), 5);
797
- * assert.strictEqual(fn(), 6);
798
- * });
799
- * ```
800
- * @since v19.1.0, v18.13.0
801
- * @param [original='A no-op function'] An optional function to create a mock on.
802
- * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and
803
- * then restore the behavior of `original`.
804
- * @param options Optional configuration options for the mock function. The following properties are supported:
805
- * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
806
- * behavior of the mocked function.
807
- */
808
- fn<F extends Function = NoOpFunction>(original?: F, options?: MockFunctionOptions): Mock<F>;
809
- fn<F extends Function = NoOpFunction, Implementation extends Function = F>(
810
- original?: F,
811
- implementation?: Implementation,
812
- options?: MockFunctionOptions,
813
- ): Mock<F | Implementation>;
814
- /**
815
- * This function is used to create a mock on an existing object method. The
816
- * following example demonstrates how a mock is created on an existing object
817
- * method.
818
- *
819
- * ```js
820
- * test('spies on an object method', (t) => {
821
- * const number = {
822
- * value: 5,
823
- * subtract(a) {
824
- * return this.value - a;
825
- * },
826
- * };
827
- *
828
- * t.mock.method(number, 'subtract');
829
- * assert.strictEqual(number.subtract.mock.calls.length, 0);
830
- * assert.strictEqual(number.subtract(3), 2);
831
- * assert.strictEqual(number.subtract.mock.calls.length, 1);
832
- *
833
- * const call = number.subtract.mock.calls[0];
834
- *
835
- * assert.deepStrictEqual(call.arguments, [3]);
836
- * assert.strictEqual(call.result, 2);
837
- * assert.strictEqual(call.error, undefined);
838
- * assert.strictEqual(call.target, undefined);
839
- * assert.strictEqual(call.this, number);
840
- * });
841
- * ```
842
- * @since v19.1.0, v18.13.0
843
- * @param object The object whose method is being mocked.
844
- * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown.
845
- * @param implementation An optional function used as the mock implementation for `object[methodName]`.
846
- * @param options Optional configuration options for the mock method. The following properties are supported:
847
- * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
848
- * behavior of the mocked method.
849
- */
850
- method<
851
- MockedObject extends object,
852
- MethodName extends FunctionPropertyNames<MockedObject>,
853
- >(
854
- object: MockedObject,
855
- methodName: MethodName,
856
- options?: MockFunctionOptions,
857
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
858
- : never;
859
- method<
860
- MockedObject extends object,
861
- MethodName extends FunctionPropertyNames<MockedObject>,
862
- Implementation extends Function,
863
- >(
864
- object: MockedObject,
865
- methodName: MethodName,
866
- implementation: Implementation,
867
- options?: MockFunctionOptions,
868
- ): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
869
- : never;
870
- method<MockedObject extends object>(
871
- object: MockedObject,
872
- methodName: keyof MockedObject,
873
- options: MockMethodOptions,
874
- ): Mock<Function>;
875
- method<MockedObject extends object>(
876
- object: MockedObject,
877
- methodName: keyof MockedObject,
878
- implementation: Function,
879
- options: MockMethodOptions,
880
- ): Mock<Function>;
881
-
882
- /**
883
- * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`.
884
- * @since v19.3.0, v18.13.0
885
- */
886
- getter<
887
- MockedObject extends object,
888
- MethodName extends keyof MockedObject,
889
- >(
890
- object: MockedObject,
891
- methodName: MethodName,
892
- options?: MockFunctionOptions,
893
- ): Mock<() => MockedObject[MethodName]>;
894
- getter<
895
- MockedObject extends object,
896
- MethodName extends keyof MockedObject,
897
- Implementation extends Function,
898
- >(
899
- object: MockedObject,
900
- methodName: MethodName,
901
- implementation?: Implementation,
902
- options?: MockFunctionOptions,
903
- ): Mock<(() => MockedObject[MethodName]) | Implementation>;
904
- /**
905
- * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`.
906
- * @since v19.3.0, v18.13.0
907
- */
908
- setter<
909
- MockedObject extends object,
910
- MethodName extends keyof MockedObject,
911
- >(
912
- object: MockedObject,
913
- methodName: MethodName,
914
- options?: MockFunctionOptions,
915
- ): Mock<(value: MockedObject[MethodName]) => void>;
916
- setter<
917
- MockedObject extends object,
918
- MethodName extends keyof MockedObject,
919
- Implementation extends Function,
920
- >(
921
- object: MockedObject,
922
- methodName: MethodName,
923
- implementation?: Implementation,
924
- options?: MockFunctionOptions,
925
- ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>;
926
- /**
927
- * This function restores the default behavior of all mocks that were previously
928
- * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be
929
- * used to reset their behavior or
930
- * otherwise interact with them.
931
- *
932
- * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this
933
- * function manually is recommended.
934
- * @since v19.1.0, v18.13.0
935
- */
936
- reset(): void;
937
- /**
938
- * This function restores the default behavior of all mocks that were previously
939
- * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does
940
- * not disassociate the mocks from the `MockTracker` instance.
941
- * @since v19.1.0, v18.13.0
942
- */
943
- restoreAll(): void;
944
- /**
945
- * This function is used to mock the exports of ECMAScript modules,
946
- * CommonJS modules, and Node.js builtin modules. Any references to
947
- * the original module prior to mocking are not impacted
948
- * @since v22.3.0
949
- */
950
- module(speficier: string, options?: {
951
- cache?: boolean;
952
- defaultExport?: any;
953
- namedExports?: object;
954
- }): { restore: () => void };
955
- timers: MockTimers;
956
- }
957
- const mock: MockTracker;
958
- interface MockFunctionCall<
959
- F extends Function,
960
- ReturnType = F extends (...args: any) => infer T ? T
961
- : F extends abstract new(...args: any) => infer T ? T
962
- : unknown,
963
- Args = F extends (...args: infer Y) => any ? Y
964
- : F extends abstract new(...args: infer Y) => any ? Y
965
- : unknown[],
966
- > {
967
- /**
968
- * An array of the arguments passed to the mock function.
969
- */
970
- arguments: Args;
971
- /**
972
- * If the mocked function threw then this property contains the thrown value.
973
- */
974
- error: unknown | undefined;
975
- /**
976
- * The value returned by the mocked function.
977
- *
978
- * If the mocked function threw, it will be `undefined`.
979
- */
980
- result: ReturnType | undefined;
981
- /**
982
- * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation.
983
- */
984
- stack: Error;
985
- /**
986
- * If the mocked function is a constructor, this field contains the class being constructed.
987
- * Otherwise this will be `undefined`.
988
- */
989
- target: F extends abstract new(...args: any) => any ? F : undefined;
990
- /**
991
- * The mocked function's `this` value.
992
- */
993
- this: unknown;
994
- }
995
- /**
996
- * The `MockFunctionContext` class is used to inspect or manipulate the behavior of
997
- * mocks created via the `MockTracker` APIs.
998
- * @since v19.1.0, v18.13.0
999
- */
1000
- class MockFunctionContext<F extends Function> {
1001
- /**
1002
- * A getter that returns a copy of the internal array used to track calls to the
1003
- * mock. Each entry in the array is an object with the following properties.
1004
- * @since v19.1.0, v18.13.0
1005
- */
1006
- readonly calls: Array<MockFunctionCall<F>>;
1007
- /**
1008
- * This function returns the number of times that this mock has been invoked. This
1009
- * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array.
1010
- * @since v19.1.0, v18.13.0
1011
- * @return The number of times that this mock has been invoked.
1012
- */
1013
- callCount(): number;
1014
- /**
1015
- * This function is used to change the behavior of an existing mock.
1016
- *
1017
- * The following example creates a mock function using `t.mock.fn()`, calls the
1018
- * mock function, and then changes the mock implementation to a different function.
1019
- *
1020
- * ```js
1021
- * test('changes a mock behavior', (t) => {
1022
- * let cnt = 0;
1023
- *
1024
- * function addOne() {
1025
- * cnt++;
1026
- * return cnt;
1027
- * }
1028
- *
1029
- * function addTwo() {
1030
- * cnt += 2;
1031
- * return cnt;
1032
- * }
1033
- *
1034
- * const fn = t.mock.fn(addOne);
1035
- *
1036
- * assert.strictEqual(fn(), 1);
1037
- * fn.mock.mockImplementation(addTwo);
1038
- * assert.strictEqual(fn(), 3);
1039
- * assert.strictEqual(fn(), 5);
1040
- * });
1041
- * ```
1042
- * @since v19.1.0, v18.13.0
1043
- * @param implementation The function to be used as the mock's new implementation.
1044
- */
1045
- mockImplementation(implementation: F): void;
1046
- /**
1047
- * This function is used to change the behavior of an existing mock for a single
1048
- * invocation. Once invocation `onCall` has occurred, the mock will revert to
1049
- * whatever behavior it would have used had `mockImplementationOnce()` not been
1050
- * called.
1051
- *
1052
- * The following example creates a mock function using `t.mock.fn()`, calls the
1053
- * mock function, changes the mock implementation to a different function for the
1054
- * next invocation, and then resumes its previous behavior.
1055
- *
1056
- * ```js
1057
- * test('changes a mock behavior once', (t) => {
1058
- * let cnt = 0;
1059
- *
1060
- * function addOne() {
1061
- * cnt++;
1062
- * return cnt;
1063
- * }
1064
- *
1065
- * function addTwo() {
1066
- * cnt += 2;
1067
- * return cnt;
1068
- * }
1069
- *
1070
- * const fn = t.mock.fn(addOne);
1071
- *
1072
- * assert.strictEqual(fn(), 1);
1073
- * fn.mock.mockImplementationOnce(addTwo);
1074
- * assert.strictEqual(fn(), 3);
1075
- * assert.strictEqual(fn(), 4);
1076
- * });
1077
- * ```
1078
- * @since v19.1.0, v18.13.0
1079
- * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`.
1080
- * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown.
1081
- */
1082
- mockImplementationOnce(implementation: F, onCall?: number): void;
1083
- /**
1084
- * Resets the call history of the mock function.
1085
- * @since v19.3.0, v18.13.0
1086
- */
1087
- resetCalls(): void;
1088
- /**
1089
- * Resets the implementation of the mock function to its original behavior. The
1090
- * mock can still be used after calling this function.
1091
- * @since v19.1.0, v18.13.0
1092
- */
1093
- restore(): void;
1094
- }
1095
- type Timer = "setInterval" | "setTimeout" | "setImmediate" | "Date";
1096
-
1097
- interface MockTimersOptions {
1098
- apis: Timer[];
1099
- now?: number | Date;
1100
- }
1101
- /**
1102
- * Mocking timers is a technique commonly used in software testing to simulate and
1103
- * control the behavior of timers, such as `setInterval` and `setTimeout`,
1104
- * without actually waiting for the specified time intervals.
1105
- *
1106
- * The MockTimers API also allows for mocking of the `Date` constructor and
1107
- * `setImmediate`/`clearImmediate` functions.
1108
- *
1109
- * The `MockTracker` provides a top-level `timers` export
1110
- * which is a `MockTimers` instance.
1111
- * @since v20.4.0
1112
- * @experimental
1113
- */
1114
- class MockTimers {
1115
- /**
1116
- * Enables timer mocking for the specified timers.
1117
- *
1118
- * **Note:** When you enable mocking for a specific timer, its associated
1119
- * clear function will also be implicitly mocked.
1120
- *
1121
- * **Note:** Mocking `Date` will affect the behavior of the mocked timers
1122
- * as they use the same internal clock.
1123
- *
1124
- * Example usage without setting initial time:
1125
- *
1126
- * ```js
1127
- * import { mock } from 'node:test';
1128
- * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 });
1129
- * ```
1130
- *
1131
- * The above example enables mocking for the `Date` constructor, `setInterval` timer and
1132
- * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`,
1133
- * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked.
1134
- *
1135
- * Example usage with initial time set
1136
- *
1137
- * ```js
1138
- * import { mock } from 'node:test';
1139
- * mock.timers.enable({ apis: ['Date'], now: 1000 });
1140
- * ```
1141
- *
1142
- * Example usage with initial Date object as time set
1143
- *
1144
- * ```js
1145
- * import { mock } from 'node:test';
1146
- * mock.timers.enable({ apis: ['Date'], now: new Date() });
1147
- * ```
1148
- *
1149
- * Alternatively, if you call `mock.timers.enable()` without any parameters:
1150
- *
1151
- * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`)
1152
- * will be mocked.
1153
- *
1154
- * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`,
1155
- * and `globalThis` will be mocked.
1156
- * The `Date` constructor from `globalThis` will be mocked.
1157
- *
1158
- * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can
1159
- * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date
1160
- * object. It can either be a positive integer, or another Date object.
1161
- * @since v20.4.0
1162
- */
1163
- enable(options?: MockTimersOptions): void;
1164
- /**
1165
- * You can use the `.setTime()` method to manually move the mocked date to another time. This method only accepts a positive integer.
1166
- * Note: This method will execute any mocked timers that are in the past from the new time.
1167
- * In the below example we are setting a new time for the mocked date.
1168
- * ```js
1169
- * import assert from 'node:assert';
1170
- * import { test } from 'node:test';
1171
- * test('sets the time of a date object', (context) => {
1172
- * // Optionally choose what to mock
1173
- * context.mock.timers.enable({ apis: ['Date'], now: 100 });
1174
- * assert.strictEqual(Date.now(), 100);
1175
- * // Advance in time will also advance the date
1176
- * context.mock.timers.setTime(1000);
1177
- * context.mock.timers.tick(200);
1178
- * assert.strictEqual(Date.now(), 1200);
1179
- * });
1180
- * ```
1181
- */
1182
- setTime(time: number): void;
1183
- /**
1184
- * This function restores the default behavior of all mocks that were previously
1185
- * created by this `MockTimers` instance and disassociates the mocks
1186
- * from the `MockTracker` instance.
1187
- *
1188
- * **Note:** After each test completes, this function is called on
1189
- * the test context's `MockTracker`.
1190
- *
1191
- * ```js
1192
- * import { mock } from 'node:test';
1193
- * mock.timers.reset();
1194
- * ```
1195
- * @since v20.4.0
1196
- */
1197
- reset(): void;
1198
- /**
1199
- * Advances time for all mocked timers.
1200
- *
1201
- * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts
1202
- * only positive numbers. In Node.js, `setTimeout` with negative numbers is
1203
- * only supported for web compatibility reasons.
1204
- *
1205
- * The following example mocks a `setTimeout` function and
1206
- * by using `.tick` advances in
1207
- * time triggering all pending timers.
1208
- *
1209
- * ```js
1210
- * import assert from 'node:assert';
1211
- * import { test } from 'node:test';
1212
- *
1213
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1214
- * const fn = context.mock.fn();
1215
- *
1216
- * context.mock.timers.enable({ apis: ['setTimeout'] });
1217
- *
1218
- * setTimeout(fn, 9999);
1219
- *
1220
- * assert.strictEqual(fn.mock.callCount(), 0);
1221
- *
1222
- * // Advance in time
1223
- * context.mock.timers.tick(9999);
1224
- *
1225
- * assert.strictEqual(fn.mock.callCount(), 1);
1226
- * });
1227
- * ```
1228
- *
1229
- * Alternativelly, the `.tick` function can be called many times
1230
- *
1231
- * ```js
1232
- * import assert from 'node:assert';
1233
- * import { test } from 'node:test';
1234
- *
1235
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1236
- * const fn = context.mock.fn();
1237
- * context.mock.timers.enable({ apis: ['setTimeout'] });
1238
- * const nineSecs = 9000;
1239
- * setTimeout(fn, nineSecs);
1240
- *
1241
- * const twoSeconds = 3000;
1242
- * context.mock.timers.tick(twoSeconds);
1243
- * context.mock.timers.tick(twoSeconds);
1244
- * context.mock.timers.tick(twoSeconds);
1245
- *
1246
- * assert.strictEqual(fn.mock.callCount(), 1);
1247
- * });
1248
- * ```
1249
- *
1250
- * Advancing time using `.tick` will also advance the time for any `Date` object
1251
- * created after the mock was enabled (if `Date` was also set to be mocked).
1252
- *
1253
- * ```js
1254
- * import assert from 'node:assert';
1255
- * import { test } from 'node:test';
1256
- *
1257
- * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
1258
- * const fn = context.mock.fn();
1259
- *
1260
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
1261
- * setTimeout(fn, 9999);
1262
- *
1263
- * assert.strictEqual(fn.mock.callCount(), 0);
1264
- * assert.strictEqual(Date.now(), 0);
1265
- *
1266
- * // Advance in time
1267
- * context.mock.timers.tick(9999);
1268
- * assert.strictEqual(fn.mock.callCount(), 1);
1269
- * assert.strictEqual(Date.now(), 9999);
1270
- * });
1271
- * ```
1272
- * @since v20.4.0
1273
- */
1274
- tick(milliseconds: number): void;
1275
- /**
1276
- * Triggers all pending mocked timers immediately. If the `Date` object is also
1277
- * mocked, it will also advance the `Date` object to the furthest timer's time.
1278
- *
1279
- * The example below triggers all pending timers immediately,
1280
- * causing them to execute without any delay.
1281
- *
1282
- * ```js
1283
- * import assert from 'node:assert';
1284
- * import { test } from 'node:test';
1285
- *
1286
- * test('runAll functions following the given order', (context) => {
1287
- * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
1288
- * const results = [];
1289
- * setTimeout(() => results.push(1), 9999);
1290
- *
1291
- * // Notice that if both timers have the same timeout,
1292
- * // the order of execution is guaranteed
1293
- * setTimeout(() => results.push(3), 8888);
1294
- * setTimeout(() => results.push(2), 8888);
1295
- *
1296
- * assert.deepStrictEqual(results, []);
1297
- *
1298
- * context.mock.timers.runAll();
1299
- * assert.deepStrictEqual(results, [3, 2, 1]);
1300
- * // The Date object is also advanced to the furthest timer's time
1301
- * assert.strictEqual(Date.now(), 9999);
1302
- * });
1303
- * ```
1304
- *
1305
- * **Note:** The `runAll()` function is specifically designed for
1306
- * triggering timers in the context of timer mocking.
1307
- * It does not have any effect on real-time system
1308
- * clocks or actual timers outside of the mocking environment.
1309
- * @since v20.4.0
1310
- */
1311
- runAll(): void;
1312
- /**
1313
- * Calls {@link MockTimers.reset()}.
1314
- */
1315
- [Symbol.dispose](): void;
1316
- }
1317
- export {
1318
- after,
1319
- afterEach,
1320
- before,
1321
- beforeEach,
1322
- describe,
1323
- it,
1324
- Mock,
1325
- mock,
1326
- only,
1327
- run,
1328
- skip,
1329
- SuiteContext,
1330
- test,
1331
- test as default,
1332
- TestContext,
1333
- todo,
1334
- };
1335
- }
1336
-
1337
- interface TestLocationInfo {
1338
- /**
1339
- * The column number where the test is defined, or
1340
- * `undefined` if the test was run through the REPL.
1341
- */
1342
- column?: number;
1343
- /**
1344
- * The path of the test file, `undefined` if test was run through the REPL.
1345
- */
1346
- file?: string;
1347
- /**
1348
- * The line number where the test is defined, or `undefined` if the test was run through the REPL.
1349
- */
1350
- line?: number;
1351
- }
1352
- interface DiagnosticData extends TestLocationInfo {
1353
- /**
1354
- * The diagnostic message.
1355
- */
1356
- message: string;
1357
- /**
1358
- * The nesting level of the test.
1359
- */
1360
- nesting: number;
1361
- }
1362
- interface TestCoverage {
1363
- /**
1364
- * An object containing the coverage report.
1365
- */
1366
- summary: {
1367
- /**
1368
- * An array of coverage reports for individual files. Each report is an object with the following schema:
1369
- */
1370
- files: Array<{
1371
- /**
1372
- * The absolute path of the file.
1373
- */
1374
- path: string;
1375
- /**
1376
- * The total number of lines.
1377
- */
1378
- totalLineCount: number;
1379
- /**
1380
- * The total number of branches.
1381
- */
1382
- totalBranchCount: number;
1383
- /**
1384
- * The total number of functions.
1385
- */
1386
- totalFunctionCount: number;
1387
- /**
1388
- * The number of covered lines.
1389
- */
1390
- coveredLineCount: number;
1391
- /**
1392
- * The number of covered branches.
1393
- */
1394
- coveredBranchCount: number;
1395
- /**
1396
- * The number of covered functions.
1397
- */
1398
- coveredFunctionCount: number;
1399
- /**
1400
- * The percentage of lines covered.
1401
- */
1402
- coveredLinePercent: number;
1403
- /**
1404
- * The percentage of branches covered.
1405
- */
1406
- coveredBranchPercent: number;
1407
- /**
1408
- * The percentage of functions covered.
1409
- */
1410
- coveredFunctionPercent: number;
1411
- /**
1412
- * An array of functions representing function coverage.
1413
- */
1414
- functions: Array<{
1415
- /**
1416
- * The name of the function.
1417
- */
1418
- name: string;
1419
- /**
1420
- * The line number where the function is defined.
1421
- */
1422
- line: number;
1423
- /**
1424
- * The number of times the function was called.
1425
- */
1426
- count: number;
1427
- }>;
1428
- /**
1429
- * An array of lines representing line numbers and the number of times they were covered.
1430
- */
1431
- lines: Array<{
1432
- /**
1433
- * The line number.
1434
- */
1435
- line: number;
1436
- /**
1437
- * The number of times the line was covered.
1438
- */
1439
- count: number;
1440
- }>;
1441
- }>;
1442
- /**
1443
- * An object containing a summary of coverage for all files.
1444
- */
1445
- totals: {
1446
- /**
1447
- * The total number of lines.
1448
- */
1449
- totalLineCount: number;
1450
- /**
1451
- * The total number of branches.
1452
- */
1453
- totalBranchCount: number;
1454
- /**
1455
- * The total number of functions.
1456
- */
1457
- totalFunctionCount: number;
1458
- /**
1459
- * The number of covered lines.
1460
- */
1461
- coveredLineCount: number;
1462
- /**
1463
- * The number of covered branches.
1464
- */
1465
- coveredBranchCount: number;
1466
- /**
1467
- * The number of covered functions.
1468
- */
1469
- coveredFunctionCount: number;
1470
- /**
1471
- * The percentage of lines covered.
1472
- */
1473
- coveredLinePercent: number;
1474
- /**
1475
- * The percentage of branches covered.
1476
- */
1477
- coveredBranchPercent: number;
1478
- /**
1479
- * The percentage of functions covered.
1480
- */
1481
- coveredFunctionPercent: number;
1482
- };
1483
- /**
1484
- * The working directory when code coverage began. This
1485
- * is useful for displaying relative path names in case
1486
- * the tests changed the working directory of the Node.js process.
1487
- */
1488
- workingDirectory: string;
1489
- };
1490
- /**
1491
- * The nesting level of the test.
1492
- */
1493
- nesting: number;
1494
- }
1495
- interface TestComplete extends TestLocationInfo {
1496
- /**
1497
- * Additional execution metadata.
1498
- */
1499
- details: {
1500
- /**
1501
- * Whether the test passed or not.
1502
- */
1503
- passed: boolean;
1504
- /**
1505
- * The duration of the test in milliseconds.
1506
- */
1507
- duration_ms: number;
1508
- /**
1509
- * An error wrapping the error thrown by the test if it did not pass.
1510
- */
1511
- error: Error;
1512
- /**
1513
- * The type of the test, used to denote whether this is a suite.
1514
- */
1515
- type?: "suite";
1516
- };
1517
- /**
1518
- * The test name.
1519
- */
1520
- name: string;
1521
- /**
1522
- * The nesting level of the test.
1523
- */
1524
- nesting: number;
1525
- /**
1526
- * The ordinal number of the test.
1527
- */
1528
- testNumber: number;
1529
- /**
1530
- * Present if `context.todo` is called.
1531
- */
1532
- todo?: string | boolean;
1533
- /**
1534
- * Present if `context.skip` is called.
1535
- */
1536
- skip?: string | boolean;
1537
- }
1538
- interface TestDequeue extends TestLocationInfo {
1539
- /**
1540
- * The test name.
1541
- */
1542
- name: string;
1543
- /**
1544
- * The nesting level of the test.
1545
- */
1546
- nesting: number;
1547
- }
1548
- interface TestEnqueue extends TestLocationInfo {
1549
- /**
1550
- * The test name.
1551
- */
1552
- name: string;
1553
- /**
1554
- * The nesting level of the test.
1555
- */
1556
- nesting: number;
1557
- }
1558
- interface TestFail extends TestLocationInfo {
1559
- /**
1560
- * Additional execution metadata.
1561
- */
1562
- details: {
1563
- /**
1564
- * The duration of the test in milliseconds.
1565
- */
1566
- duration_ms: number;
1567
- /**
1568
- * An error wrapping the error thrown by the test if it did not pass.
1569
- */
1570
- error: Error;
1571
- /**
1572
- * The type of the test, used to denote whether this is a suite.
1573
- * @since v20.0.0, v19.9.0, v18.17.0
1574
- */
1575
- type?: "suite";
1576
- };
1577
- /**
1578
- * The test name.
1579
- */
1580
- name: string;
1581
- /**
1582
- * The nesting level of the test.
1583
- */
1584
- nesting: number;
1585
- /**
1586
- * The ordinal number of the test.
1587
- */
1588
- testNumber: number;
1589
- /**
1590
- * Present if `context.todo` is called.
1591
- */
1592
- todo?: string | boolean;
1593
- /**
1594
- * Present if `context.skip` is called.
1595
- */
1596
- skip?: string | boolean;
1597
- }
1598
- interface TestPass extends TestLocationInfo {
1599
- /**
1600
- * Additional execution metadata.
1601
- */
1602
- details: {
1603
- /**
1604
- * The duration of the test in milliseconds.
1605
- */
1606
- duration_ms: number;
1607
- /**
1608
- * The type of the test, used to denote whether this is a suite.
1609
- * @since 20.0.0, 19.9.0, 18.17.0
1610
- */
1611
- type?: "suite";
1612
- };
1613
- /**
1614
- * The test name.
1615
- */
1616
- name: string;
1617
- /**
1618
- * The nesting level of the test.
1619
- */
1620
- nesting: number;
1621
- /**
1622
- * The ordinal number of the test.
1623
- */
1624
- testNumber: number;
1625
- /**
1626
- * Present if `context.todo` is called.
1627
- */
1628
- todo?: string | boolean;
1629
- /**
1630
- * Present if `context.skip` is called.
1631
- */
1632
- skip?: string | boolean;
1633
- }
1634
- interface TestPlan extends TestLocationInfo {
1635
- /**
1636
- * The nesting level of the test.
1637
- */
1638
- nesting: number;
1639
- /**
1640
- * The number of subtests that have ran.
1641
- */
1642
- count: number;
1643
- }
1644
- interface TestStart extends TestLocationInfo {
1645
- /**
1646
- * The test name.
1647
- */
1648
- name: string;
1649
- /**
1650
- * The nesting level of the test.
1651
- */
1652
- nesting: number;
1653
- }
1654
- interface TestStderr extends TestLocationInfo {
1655
- /**
1656
- * The message written to `stderr`.
1657
- */
1658
- message: string;
1659
- }
1660
- interface TestStdout extends TestLocationInfo {
1661
- /**
1662
- * The message written to `stdout`.
1663
- */
1664
- message: string;
1665
- }
1666
-
1667
- /**
1668
- * The `node:test/reporters` module exposes the builtin-reporters for `node:test`.
1669
- * To access it:
1670
- *
1671
- * ```js
1672
- * import test from 'node:test/reporters';
1673
- * ```
1674
- *
1675
- * This module is only available under the `node:` scheme. The following will not
1676
- * work:
1677
- *
1678
- * ```js
1679
- * import test from 'test/reporters';
1680
- * ```
1681
- * @since v19.9.0
1682
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/test/reporters.js)
1683
- */
1684
- declare module "node:test/reporters" {
1685
- import { Transform, TransformOptions } from "node:stream";
1686
-
1687
- type TestEvent =
1688
- | { type: "test:coverage"; data: TestCoverage }
1689
- | { type: "test:complete"; data: TestComplete }
1690
- | { type: "test:dequeue"; data: TestDequeue }
1691
- | { type: "test:diagnostic"; data: DiagnosticData }
1692
- | { type: "test:enqueue"; data: TestEnqueue }
1693
- | { type: "test:fail"; data: TestFail }
1694
- | { type: "test:pass"; data: TestPass }
1695
- | { type: "test:plan"; data: TestPlan }
1696
- | { type: "test:start"; data: TestStart }
1697
- | { type: "test:stderr"; data: TestStderr }
1698
- | { type: "test:stdout"; data: TestStdout }
1699
- | { type: "test:watch:drained" };
1700
- type TestEventGenerator = AsyncGenerator<TestEvent, void>;
1701
-
1702
- /**
1703
- * The `dot` reporter outputs the test results in a compact format,
1704
- * where each passing test is represented by a `.`,
1705
- * and each failing test is represented by a `X`.
1706
- */
1707
- function dot(source: TestEventGenerator): AsyncGenerator<"\n" | "." | "X", void>;
1708
- /**
1709
- * The `tap` reporter outputs the test results in the [TAP](https://testanything.org/) format.
1710
- */
1711
- function tap(source: TestEventGenerator): AsyncGenerator<string, void>;
1712
- /**
1713
- * The `spec` reporter outputs the test results in a human-readable format.
1714
- */
1715
- class Spec extends Transform {
1716
- constructor();
1717
- }
1718
- /**
1719
- * The `junit` reporter outputs test results in a jUnit XML format.
1720
- */
1721
- function junit(source: TestEventGenerator): AsyncGenerator<string, void>;
1722
- /**
1723
- * The `lcov` reporter outputs test coverage when used with the [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--experimental-test-coverage) flag.
1724
- */
1725
- class Lcov extends Transform {
1726
- constructor(opts?: TransformOptions);
1727
- }
1728
- export { dot, junit, Lcov as lcov, Spec as spec, tap, TestEvent };
1729
- }