@openclaw/slack 2026.9.2 → 2026.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2538) hide show
  1. package/dist/{action-runtime-DftQWpI4.js → action-runtime-B9OuFiGA.js} +4 -4
  2. package/dist/action-runtime.runtime-Ck8jcJV1.js +2 -0
  3. package/dist/{actions-CFkvEv1d.js → actions-mLOa06lO.js} +38 -43
  4. package/dist/api.js +9 -9
  5. package/dist/{approval-handler.runtime-BeILKdw4.js → approval-handler.runtime-Dg3MWNVV.js} +7 -9
  6. package/dist/{channel-CmOuxbOD.js → channel-DFRIGeyd.js} +61 -19
  7. package/dist/channel-config-api.js +1 -1
  8. package/dist/channel-plugin-api.js +1 -1
  9. package/dist/{channel-type-BWt2CRaI.js → channel-type-COtzGBSC.js} +2 -2
  10. package/dist/{channel.setup-D5z1ReaT.js → channel.setup-DZZFSOoo.js} +17 -26
  11. package/dist/{config-schema-JDx_f9Zb.js → config-schema-DrY3S7Ee.js} +10 -39
  12. package/dist/{directory-live-BuBPHmju.js → directory-live-lgrHdjAZ.js} +1 -2
  13. package/dist/{monitor-DI07pfJl.js → monitor-f00RCEB4.js} +3 -3
  14. package/dist/{outbound-adapter-B5QyTRpJ.js → outbound-adapter-BpbypQqC.js} +3 -3
  15. package/dist/{pipeline.runtime-BdIwZgm4.js → pipeline.runtime-BakleNSy.js} +82 -130
  16. package/dist/{policy-Bh5TOqII.js → policy-BRmkJFsS.js} +2 -2
  17. package/dist/{probe-Biy--yhL.js → probe-DpWLeifT.js} +26 -2
  18. package/dist/{provider-DoaUvAM4.js → provider-vY0lRzNo.js} +51 -32
  19. package/dist/{relay-source-D4uecp68.js → relay-source-Bsx8Gbmu.js} +1 -1
  20. package/dist/{replies-DENuTcPO.js → replies-DUe6ydtU.js} +19 -31
  21. package/dist/{reply-blocks-PRkhyAN7.js → reply-blocks-B4hOhLRu.js} +67 -32
  22. package/dist/{resolve-channels-DQGV2VrE.js → resolve-channels-DrAfYhDi.js} +1 -2
  23. package/dist/{resolve-users-DRGt_Q4I.js → resolve-users-BHQ-q15T.js} +1 -2
  24. package/dist/runtime-api.js +10 -10
  25. package/dist/{scopes-CZzeGdWV.js → scopes-DhzG6IDV.js} +1 -1
  26. package/dist/{send-DElUcgIs.js → send-BQ2bNPlQ.js} +8 -11
  27. package/dist/{send.runtime-C8D6cKGm.js → send.runtime-dE3mWx2v.js} +1 -1
  28. package/dist/{session-status-BynwcZSO.js → session-status-B59iRt0l.js} +9 -19
  29. package/dist/setup-plugin-api.js +1 -1
  30. package/dist/{setup-surface-B1_gpGBl.js → setup-surface-BjCh94HU.js} +4 -4
  31. package/dist/{shared-CNQsWJT7.js → shared-DmHcvFcF.js} +2 -2
  32. package/dist/{slash-dispatch.runtime-DhsXavSY.js → slash-dispatch.runtime-Dr9LEs9d.js} +1 -1
  33. package/node_modules/@slack/socket-mode/README.md +44 -8
  34. package/node_modules/@slack/socket-mode/dist/package.json +4 -4
  35. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts +16 -1
  36. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.d.ts.map +1 -1
  37. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js +39 -3
  38. package/node_modules/@slack/socket-mode/dist/src/SlackWebSocket.js.map +1 -1
  39. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.d.ts.map +1 -1
  40. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js +4 -0
  41. package/node_modules/@slack/socket-mode/dist/src/SocketModeClient.js.map +1 -1
  42. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/LICENSE +21 -0
  43. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/README.md +15 -0
  44. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +68 -0
  45. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1077 -0
  46. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +711 -0
  47. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  48. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1799 -0
  49. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1361 -0
  50. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +432 -0
  51. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +93 -0
  52. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -0
  53. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3954 -0
  54. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +537 -0
  55. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
  56. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +497 -0
  57. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +876 -0
  58. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +150 -0
  59. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1008 -0
  60. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +486 -0
  61. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +1481 -0
  62. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4793 -0
  63. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +150 -0
  64. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  65. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2202 -0
  66. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2489 -0
  67. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +400 -0
  68. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +115 -0
  69. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +35 -0
  70. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +264 -0
  71. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  72. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +726 -0
  73. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +970 -0
  74. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +498 -0
  75. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/package.json +155 -0
  76. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +8 -0
  77. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +8 -0
  78. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +178 -0
  79. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +605 -0
  80. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2216 -0
  81. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +89 -0
  82. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +139 -0
  83. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +1943 -0
  84. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +158 -0
  85. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +508 -0
  86. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +420 -0
  87. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +47 -0
  88. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +1136 -0
  89. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +114 -0
  90. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +452 -0
  91. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +211 -0
  92. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +300 -0
  93. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +1806 -0
  94. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +27 -0
  95. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +59 -0
  96. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2450 -0
  97. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +93 -0
  98. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +149 -0
  99. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1193 -0
  100. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +103 -0
  101. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  102. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  103. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  104. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  105. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  106. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  107. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +225 -0
  108. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +556 -0
  109. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +558 -0
  110. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1677 -0
  111. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1059 -0
  112. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1136 -0
  113. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +131 -0
  114. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  115. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  116. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +9 -0
  117. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  118. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
  119. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  120. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +106 -0
  121. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  122. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  123. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  124. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  125. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  126. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  127. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  128. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  129. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +24 -0
  130. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +669 -0
  131. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +131 -0
  132. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +589 -0
  133. package/node_modules/@slack/socket-mode/node_modules/@slack/types/LICENSE +23 -0
  134. package/node_modules/@slack/socket-mode/node_modules/@slack/types/README.md +32 -0
  135. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +953 -0
  136. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -0
  137. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js +4 -0
  138. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -0
  139. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts +474 -0
  140. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -0
  141. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js +3 -0
  142. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -0
  143. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +237 -0
  144. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -0
  145. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js +4 -0
  146. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -0
  147. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts +88 -0
  148. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -0
  149. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js +3 -0
  150. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js.map +1 -0
  151. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts +26 -0
  152. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts.map +1 -0
  153. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js +6 -0
  154. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js.map +1 -0
  155. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts +52 -0
  156. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts.map +1 -0
  157. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js +3 -0
  158. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js.map +1 -0
  159. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts +12 -0
  160. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +1 -0
  161. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js +3 -0
  162. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js.map +1 -0
  163. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +6 -0
  164. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +1 -0
  165. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js +3 -0
  166. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +1 -0
  167. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts +36 -0
  168. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts.map +1 -0
  169. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js +3 -0
  170. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js.map +1 -0
  171. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts +232 -0
  172. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts.map +1 -0
  173. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js +3 -0
  174. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js.map +1 -0
  175. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts +29 -0
  176. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts.map +1 -0
  177. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js +3 -0
  178. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js.map +1 -0
  179. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts +8 -0
  180. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts.map +1 -0
  181. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js +3 -0
  182. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js.map +1 -0
  183. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts +85 -0
  184. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts.map +1 -0
  185. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js +3 -0
  186. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js.map +1 -0
  187. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts +24 -0
  188. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts.map +1 -0
  189. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js +3 -0
  190. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js.map +1 -0
  191. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts +6 -0
  192. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts.map +1 -0
  193. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js +3 -0
  194. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js.map +1 -0
  195. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts +11 -0
  196. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts.map +1 -0
  197. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js +3 -0
  198. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js.map +1 -0
  199. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
  200. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
  201. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
  202. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
  203. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts +60 -0
  204. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts.map +1 -0
  205. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js +4 -0
  206. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js.map +1 -0
  207. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts +33 -0
  208. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts.map +1 -0
  209. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js +3 -0
  210. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js.map +1 -0
  211. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts +9 -0
  212. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +1 -0
  213. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js +3 -0
  214. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js.map +1 -0
  215. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts +55 -0
  216. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts.map +1 -0
  217. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js +3 -0
  218. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js.map +1 -0
  219. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts +26 -0
  220. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts.map +1 -0
  221. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js +3 -0
  222. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js.map +1 -0
  223. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts +60 -0
  224. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts.map +1 -0
  225. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js +43 -0
  226. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js.map +1 -0
  227. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts +20 -0
  228. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts.map +1 -0
  229. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js +3 -0
  230. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js.map +1 -0
  231. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts +16 -0
  232. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts.map +1 -0
  233. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js +3 -0
  234. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js.map +1 -0
  235. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts +19 -0
  236. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts.map +1 -0
  237. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js +3 -0
  238. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js.map +1 -0
  239. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts +38 -0
  240. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +1 -0
  241. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js +3 -0
  242. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js.map +1 -0
  243. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts +308 -0
  244. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts.map +1 -0
  245. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js +3 -0
  246. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js.map +1 -0
  247. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts +60 -0
  248. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts.map +1 -0
  249. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js +3 -0
  250. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js.map +1 -0
  251. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts +23 -0
  252. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts.map +1 -0
  253. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js +3 -0
  254. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js.map +1 -0
  255. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts +134 -0
  256. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +1 -0
  257. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js +3 -0
  258. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js.map +1 -0
  259. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts +13 -0
  260. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts.map +1 -0
  261. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js +3 -0
  262. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js.map +1 -0
  263. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +82 -0
  264. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +1 -0
  265. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js +3 -0
  266. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js.map +1 -0
  267. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts +66 -0
  268. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts.map +1 -0
  269. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js +3 -0
  270. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js.map +1 -0
  271. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts +99 -0
  272. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts.map +1 -0
  273. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js +3 -0
  274. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js.map +1 -0
  275. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts +8 -0
  276. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts.map +1 -0
  277. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js +3 -0
  278. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js.map +1 -0
  279. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts +313 -0
  280. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts.map +1 -0
  281. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js +3 -0
  282. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js.map +1 -0
  283. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts +12 -0
  284. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts.map +1 -0
  285. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js +28 -0
  286. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js.map +1 -0
  287. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts +171 -0
  288. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -0
  289. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js +3 -0
  290. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js.map +1 -0
  291. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts +281 -0
  292. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -0
  293. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js +27 -0
  294. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js.map +1 -0
  295. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts +71 -0
  296. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts.map +1 -0
  297. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js +3 -0
  298. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js.map +1 -0
  299. package/node_modules/@slack/socket-mode/node_modules/@slack/types/package.json +47 -0
  300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/LICENSE +23 -0
  301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/README.md +390 -0
  302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts +255 -0
  303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -0
  304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js +750 -0
  305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js.map +1 -0
  306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts +92 -0
  307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -0
  308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +193 -0
  309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -0
  310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts +58 -0
  311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -0
  312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js +89 -0
  313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js.map +1 -0
  314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts +89 -0
  315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -0
  316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js +355 -0
  317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js.map +1 -0
  318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts +7 -0
  319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts.map +1 -0
  320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js +14 -0
  321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js.map +1 -0
  322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts +11 -0
  323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts.map +1 -0
  324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js +46 -0
  325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js.map +1 -0
  326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts +14 -0
  327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -0
  328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js +87 -0
  329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js.map +1 -0
  330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts +7 -0
  331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -0
  332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js +29 -0
  333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js.map +1 -0
  334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts +1572 -0
  335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -0
  336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js +1610 -0
  337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js.map +1 -0
  338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts +27 -0
  339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -0
  340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js +34 -0
  341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -0
  342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts +5 -0
  343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +1 -0
  344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js +3 -0
  345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js.map +1 -0
  346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +42 -0
  347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +1 -0
  348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +3 -0
  349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +1 -0
  350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +74 -0
  351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +1 -0
  352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js +3 -0
  353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +1 -0
  354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +21 -0
  355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +1 -0
  356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js +3 -0
  357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +1 -0
  358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +24 -0
  359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +1 -0
  360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +3 -0
  361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +1 -0
  362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +144 -0
  363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +1 -0
  364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +3 -0
  365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +1 -0
  366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +32 -0
  367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +1 -0
  368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +3 -0
  369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +1 -0
  370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +18 -0
  371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +1 -0
  372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js +3 -0
  373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +1 -0
  374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +17 -0
  375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +1 -0
  376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +3 -0
  377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +1 -0
  378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +29 -0
  379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +1 -0
  380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js +3 -0
  381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +1 -0
  382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +40 -0
  383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +1 -0
  384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js +3 -0
  385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +1 -0
  386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +31 -0
  387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +1 -0
  388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +3 -0
  389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +1 -0
  390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +116 -0
  391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -0
  392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js +3 -0
  393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +1 -0
  394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +37 -0
  395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +1 -0
  396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +3 -0
  397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +1 -0
  398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts +6 -0
  399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +1 -0
  400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js +3 -0
  401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js.map +1 -0
  402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts +29 -0
  403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -0
  404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js +3 -0
  405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js.map +1 -0
  406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +52 -0
  407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -0
  408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js +3 -0
  409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js.map +1 -0
  410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts +19 -0
  411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +1 -0
  412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js +3 -0
  413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js.map +1 -0
  414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +28 -0
  415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +1 -0
  416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js +3 -0
  417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +1 -0
  418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts +7 -0
  419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +1 -0
  420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js +3 -0
  421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js.map +1 -0
  422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts +56 -0
  423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +1 -0
  424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js +3 -0
  425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js.map +1 -0
  426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +78 -0
  427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -0
  428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js +3 -0
  429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js.map +1 -0
  430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts +291 -0
  431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -0
  432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js +3 -0
  433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js.map +1 -0
  434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts +127 -0
  435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +1 -0
  436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js +4 -0
  437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js.map +1 -0
  438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +168 -0
  439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +1 -0
  440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js +3 -0
  441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js.map +1 -0
  442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +9 -0
  443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +1 -0
  444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js +3 -0
  445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js.map +1 -0
  446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +17 -0
  447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +1 -0
  448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js +3 -0
  449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js.map +1 -0
  450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +7 -0
  451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +1 -0
  452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js +3 -0
  453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js.map +1 -0
  454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
  455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
  456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
  457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
  458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts +200 -0
  459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -0
  460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js +3 -0
  461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js.map +1 -0
  462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts +12 -0
  463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +1 -0
  464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js +3 -0
  465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js.map +1 -0
  466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts +46 -0
  467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -0
  468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js +3 -0
  469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js.map +1 -0
  470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +322 -0
  471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -0
  472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js +3 -0
  473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js.map +1 -0
  474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts +8 -0
  475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +1 -0
  476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js +3 -0
  477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js.map +1 -0
  478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +12 -0
  479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -0
  480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js +3 -0
  481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js.map +1 -0
  482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts +6 -0
  483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +1 -0
  484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js +3 -0
  485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js.map +1 -0
  486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts +10 -0
  487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +1 -0
  488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js +3 -0
  489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js.map +1 -0
  490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +19 -0
  491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +1 -0
  492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js +3 -0
  493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js.map +1 -0
  494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +51 -0
  495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +1 -0
  496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js +3 -0
  497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js.map +1 -0
  498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +15 -0
  499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +1 -0
  500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js +3 -0
  501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js.map +1 -0
  502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts +29 -0
  503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -0
  504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js +3 -0
  505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js.map +1 -0
  506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +806 -0
  507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +1 -0
  508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js +3 -0
  509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +1 -0
  510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts +10 -0
  511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +1 -0
  512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js +3 -0
  513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js.map +1 -0
  514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts +51 -0
  515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +1 -0
  516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js +3 -0
  517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js.map +1 -0
  518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +5 -0
  519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +1 -0
  520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js +3 -0
  521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js.map +1 -0
  522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +50 -0
  523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +1 -0
  524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js +3 -0
  525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +1 -0
  526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts +84 -0
  527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -0
  528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js +3 -0
  529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js.map +1 -0
  530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts +48 -0
  531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -0
  532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js +3 -0
  533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js.map +1 -0
  534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +42 -0
  535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -0
  536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js +3 -0
  537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js.map +1 -0
  538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +78 -0
  539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
  540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +3 -0
  541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +1 -0
  542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +74 -0
  543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
  544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +11 -0
  545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +1 -0
  546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +9 -0
  547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +1 -0
  548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js +11 -0
  549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +1 -0
  550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +59 -0
  551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
  552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js +11 -0
  553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +1 -0
  554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +9 -0
  555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
  556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +11 -0
  557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +1 -0
  558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +22 -0
  559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
  560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +11 -0
  561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +1 -0
  562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +8 -0
  563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
  564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js +11 -0
  565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +1 -0
  566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
  567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
  568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +11 -0
  569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +1 -0
  570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +68 -0
  571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
  572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js +11 -0
  573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +1 -0
  574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +9 -0
  575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +1 -0
  576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js +11 -0
  577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +1 -0
  578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +59 -0
  579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
  580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +11 -0
  581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +1 -0
  582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +9 -0
  583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +1 -0
  584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js +11 -0
  585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +1 -0
  586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
  587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
  588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +11 -0
  589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
  590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
  591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
  592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +11 -0
  593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
  594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
  595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
  596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +11 -0
  597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
  598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +25 -0
  599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -0
  600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js +11 -0
  601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +1 -0
  602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +8 -0
  603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
  604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js +11 -0
  605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +1 -0
  606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +21 -0
  607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -0
  608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js +11 -0
  609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +1 -0
  610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +21 -0
  611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
  612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js +11 -0
  613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +1 -0
  614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +8 -0
  615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
  616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js +11 -0
  617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +1 -0
  618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
  619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
  620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +11 -0
  621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
  622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
  623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
  624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +11 -0
  625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
  626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
  627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
  628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +11 -0
  629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +1 -0
  630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
  631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
  632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +11 -0
  633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
  634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
  635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
  636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +11 -0
  637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
  638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +13 -0
  639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -0
  640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js +11 -0
  641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +1 -0
  642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +8 -0
  643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
  644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js +11 -0
  645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +1 -0
  646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
  647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
  648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +11 -0
  649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
  650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
  651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
  652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +11 -0
  653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
  654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +27 -0
  655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
  656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +11 -0
  657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
  658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
  659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
  660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +11 -0
  661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
  662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
  663. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
  664. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +11 -0
  665. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +1 -0
  666. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +13 -0
  667. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +1 -0
  668. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js +11 -0
  669. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +1 -0
  670. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +13 -0
  671. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +1 -0
  672. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js +11 -0
  673. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +1 -0
  674. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
  675. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
  676. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +11 -0
  677. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
  678. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +8 -0
  679. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +1 -0
  680. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js +11 -0
  681. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +1 -0
  682. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
  683. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
  684. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +11 -0
  685. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
  686. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
  687. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
  688. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +11 -0
  689. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
  690. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
  691. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
  692. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +11 -0
  693. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
  694. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +98 -0
  695. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -0
  696. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js +11 -0
  697. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +1 -0
  698. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
  699. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
  700. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +11 -0
  701. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
  702. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
  703. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
  704. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +11 -0
  705. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
  706. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
  707. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
  708. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +11 -0
  709. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +1 -0
  710. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
  711. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
  712. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +11 -0
  713. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +1 -0
  714. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
  715. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
  716. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +11 -0
  717. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
  718. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
  719. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
  720. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +11 -0
  721. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
  722. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
  723. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
  724. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +11 -0
  725. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
  726. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +12 -0
  727. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
  728. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +11 -0
  729. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +1 -0
  730. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +12 -0
  731. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -0
  732. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js +11 -0
  733. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +1 -0
  734. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +20 -0
  735. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -0
  736. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js +11 -0
  737. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +1 -0
  738. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +12 -0
  739. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
  740. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js +11 -0
  741. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +1 -0
  742. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +12 -0
  743. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -0
  744. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js +11 -0
  745. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +1 -0
  746. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +38 -0
  747. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -0
  748. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js +11 -0
  749. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +1 -0
  750. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +36 -0
  751. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
  752. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +11 -0
  753. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
  754. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
  755. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
  756. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +11 -0
  757. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
  758. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
  759. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
  760. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +11 -0
  761. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +1 -0
  762. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +44 -0
  763. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
  764. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +11 -0
  765. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
  766. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +30 -0
  767. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
  768. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +11 -0
  769. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
  770. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
  771. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
  772. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +11 -0
  773. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +1 -0
  774. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +23 -0
  775. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
  776. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js +11 -0
  777. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +1 -0
  778. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
  779. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
  780. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +11 -0
  781. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
  782. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
  783. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
  784. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +11 -0
  785. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +1 -0
  786. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
  787. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
  788. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +11 -0
  789. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
  790. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +13 -0
  791. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
  792. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +11 -0
  793. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +1 -0
  794. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +13 -0
  795. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +1 -0
  796. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js +11 -0
  797. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +1 -0
  798. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +24 -0
  799. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -0
  800. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js +11 -0
  801. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +1 -0
  802. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +13 -0
  803. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
  804. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +11 -0
  805. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +1 -0
  806. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
  807. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
  808. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +11 -0
  809. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
  810. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
  811. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
  812. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +11 -0
  813. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
  814. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
  815. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
  816. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +11 -0
  817. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
  818. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
  819. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
  820. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +11 -0
  821. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
  822. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
  823. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
  824. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +11 -0
  825. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
  826. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
  827. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
  828. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +11 -0
  829. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
  830. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
  831. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
  832. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +11 -0
  833. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
  834. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
  835. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
  836. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +11 -0
  837. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
  838. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +55 -0
  839. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
  840. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +11 -0
  841. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
  842. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
  843. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
  844. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +11 -0
  845. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
  846. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +8 -0
  847. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +1 -0
  848. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js +11 -0
  849. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +1 -0
  850. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +12 -0
  851. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +1 -0
  852. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js +11 -0
  853. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +1 -0
  854. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +34 -0
  855. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -0
  856. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js +11 -0
  857. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +1 -0
  858. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +8 -0
  859. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +1 -0
  860. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js +11 -0
  861. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +1 -0
  862. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
  863. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
  864. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +11 -0
  865. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
  866. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
  867. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
  868. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +11 -0
  869. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
  870. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
  871. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
  872. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +11 -0
  873. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
  874. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +27 -0
  875. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -0
  876. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js +11 -0
  877. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +1 -0
  878. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
  879. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
  880. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +11 -0
  881. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
  882. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +8 -0
  883. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
  884. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js +11 -0
  885. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +1 -0
  886. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
  887. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
  888. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +11 -0
  889. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
  890. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +8 -0
  891. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
  892. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js +11 -0
  893. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +1 -0
  894. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +8 -0
  895. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
  896. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +11 -0
  897. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +1 -0
  898. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +8 -0
  899. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
  900. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +11 -0
  901. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +1 -0
  902. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +8 -0
  903. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
  904. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js +11 -0
  905. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +1 -0
  906. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
  907. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
  908. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +11 -0
  909. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
  910. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
  911. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
  912. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +11 -0
  913. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
  914. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
  915. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
  916. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +11 -0
  917. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
  918. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
  919. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
  920. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +11 -0
  921. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
  922. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +65 -0
  923. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
  924. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +11 -0
  925. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +1 -0
  926. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
  927. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
  928. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +11 -0
  929. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
  930. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +13 -0
  931. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -0
  932. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js +11 -0
  933. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +1 -0
  934. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +9 -0
  935. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
  936. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js +11 -0
  937. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +1 -0
  938. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
  939. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
  940. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +11 -0
  941. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +1 -0
  942. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +30 -0
  943. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -0
  944. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js +11 -0
  945. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +1 -0
  946. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +8 -0
  947. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -0
  948. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js +11 -0
  949. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +1 -0
  950. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +112 -0
  951. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -0
  952. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js +11 -0
  953. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +1 -0
  954. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +10 -0
  955. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -0
  956. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js +11 -0
  957. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +1 -0
  958. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +19 -0
  959. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -0
  960. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js +11 -0
  961. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +1 -0
  962. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +8 -0
  963. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
  964. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js +11 -0
  965. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +1 -0
  966. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +8 -0
  967. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
  968. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js +11 -0
  969. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +1 -0
  970. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
  971. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
  972. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +11 -0
  973. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +1 -0
  974. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +8 -0
  975. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
  976. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +11 -0
  977. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +1 -0
  978. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +8 -0
  979. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
  980. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +11 -0
  981. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +1 -0
  982. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
  983. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
  984. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +11 -0
  985. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
  986. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +12 -0
  987. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -0
  988. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js +11 -0
  989. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +1 -0
  990. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +9 -0
  991. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +1 -0
  992. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +11 -0
  993. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +1 -0
  994. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts +9 -0
  995. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts.map +1 -0
  996. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +11 -0
  997. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js.map +1 -0
  998. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts +9 -0
  999. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts.map +1 -0
  1000. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +11 -0
  1001. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js.map +1 -0
  1002. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts +9 -0
  1003. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts.map +1 -0
  1004. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +11 -0
  1005. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js.map +1 -0
  1006. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +8 -0
  1007. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -0
  1008. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js +11 -0
  1009. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +1 -0
  1010. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +28 -0
  1011. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -0
  1012. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js +11 -0
  1013. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +1 -0
  1014. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +19 -0
  1015. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -0
  1016. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js +11 -0
  1017. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +1 -0
  1018. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +31 -0
  1019. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -0
  1020. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js +11 -0
  1021. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +1 -0
  1022. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +31 -0
  1023. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -0
  1024. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js +11 -0
  1025. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +1 -0
  1026. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +31 -0
  1027. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -0
  1028. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js +11 -0
  1029. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +1 -0
  1030. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +12 -0
  1031. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -0
  1032. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js +11 -0
  1033. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +1 -0
  1034. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +23 -0
  1035. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -0
  1036. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js +11 -0
  1037. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +1 -0
  1038. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +29 -0
  1039. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -0
  1040. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js +11 -0
  1041. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +1 -0
  1042. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +27 -0
  1043. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -0
  1044. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js +11 -0
  1045. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +1 -0
  1046. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +26 -0
  1047. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -0
  1048. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js +11 -0
  1049. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +1 -0
  1050. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +26 -0
  1051. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -0
  1052. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js +11 -0
  1053. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +1 -0
  1054. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +26 -0
  1055. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
  1056. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +11 -0
  1057. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +1 -0
  1058. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +26 -0
  1059. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -0
  1060. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js +11 -0
  1061. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +1 -0
  1062. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +12 -0
  1063. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -0
  1064. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +11 -0
  1065. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +1 -0
  1066. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +12 -0
  1067. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -0
  1068. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +11 -0
  1069. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +1 -0
  1070. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +14 -0
  1071. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -0
  1072. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +11 -0
  1073. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +1 -0
  1074. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +10 -0
  1075. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -0
  1076. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +11 -0
  1077. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +1 -0
  1078. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +13 -0
  1079. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -0
  1080. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +11 -0
  1081. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +1 -0
  1082. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +16 -0
  1083. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -0
  1084. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +11 -0
  1085. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +1 -0
  1086. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +8 -0
  1087. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +1 -0
  1088. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js +11 -0
  1089. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +1 -0
  1090. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +38 -0
  1091. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +1 -0
  1092. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js +11 -0
  1093. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +1 -0
  1094. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +324 -0
  1095. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +1 -0
  1096. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js +11 -0
  1097. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +1 -0
  1098. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +250 -0
  1099. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +1 -0
  1100. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js +11 -0
  1101. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +1 -0
  1102. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +46 -0
  1103. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +1 -0
  1104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js +11 -0
  1105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +1 -0
  1106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +46 -0
  1107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +1 -0
  1108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js +11 -0
  1109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +1 -0
  1110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +8 -0
  1111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +1 -0
  1112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js +11 -0
  1113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +1 -0
  1114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +8 -0
  1115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +1 -0
  1116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js +11 -0
  1117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +1 -0
  1118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +42 -0
  1119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +1 -0
  1120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js +11 -0
  1121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +1 -0
  1122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +8 -0
  1123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +1 -0
  1124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js +11 -0
  1125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +1 -0
  1126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +34 -0
  1127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +1 -0
  1128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js +11 -0
  1129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +1 -0
  1130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +46 -0
  1131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +1 -0
  1132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js +11 -0
  1133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +1 -0
  1134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +9 -0
  1135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
  1136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js +11 -0
  1137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +1 -0
  1138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +9 -0
  1139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +1 -0
  1140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js +11 -0
  1141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +1 -0
  1142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +8 -0
  1143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
  1144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js +11 -0
  1145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +1 -0
  1146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +10 -0
  1147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -0
  1148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +3 -0
  1149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -0
  1150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +10 -0
  1151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -0
  1152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js +11 -0
  1153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +1 -0
  1154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
  1155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
  1156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +11 -0
  1157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
  1158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +10 -0
  1159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -0
  1160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js +11 -0
  1161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +1 -0
  1162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +10 -0
  1163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +1 -0
  1164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js +11 -0
  1165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +1 -0
  1166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +9 -0
  1167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -0
  1168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js +11 -0
  1169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +1 -0
  1170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +1284 -0
  1171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -0
  1172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +67 -0
  1173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -0
  1174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +729 -0
  1175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -0
  1176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +48 -0
  1177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -0
  1178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +20 -0
  1179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
  1180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +11 -0
  1181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +1 -0
  1182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +10 -0
  1183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -0
  1184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +3 -0
  1185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -0
  1186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +24 -0
  1187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -0
  1188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +3 -0
  1189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -0
  1190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +8 -0
  1191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -0
  1192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js +11 -0
  1193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +1 -0
  1194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +738 -0
  1195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -0
  1196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +48 -0
  1197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -0
  1198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
  1199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
  1200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +11 -0
  1201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
  1202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
  1203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
  1204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +11 -0
  1205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
  1206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +8 -0
  1207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -0
  1208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js +11 -0
  1209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +1 -0
  1210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +14 -0
  1211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -0
  1212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +11 -0
  1213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +1 -0
  1214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +10 -0
  1215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -0
  1216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js +11 -0
  1217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +1 -0
  1218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +48 -0
  1219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -0
  1220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js +11 -0
  1221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +1 -0
  1222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
  1223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
  1224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +11 -0
  1225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
  1226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +8 -0
  1227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +1 -0
  1228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +11 -0
  1229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +1 -0
  1230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +1298 -0
  1231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -0
  1232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +67 -0
  1233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -0
  1234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +56 -0
  1235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -0
  1236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js +11 -0
  1237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +1 -0
  1238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +52 -0
  1239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -0
  1240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js +11 -0
  1241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +1 -0
  1242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +12 -0
  1243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
  1244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js +11 -0
  1245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +1 -0
  1246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +68 -0
  1247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -0
  1248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js +11 -0
  1249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +1 -0
  1250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +10 -0
  1251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -0
  1252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js +11 -0
  1253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +1 -0
  1254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +8 -0
  1255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -0
  1256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js +11 -0
  1257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +1 -0
  1258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +117 -0
  1259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
  1260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +11 -0
  1261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +1 -0
  1262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +78 -0
  1263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -0
  1264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js +11 -0
  1265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +1 -0
  1266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +8 -0
  1267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -0
  1268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js +11 -0
  1269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +1 -0
  1270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +13 -0
  1271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -0
  1272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js +11 -0
  1273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +1 -0
  1274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +692 -0
  1275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -0
  1276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +48 -0
  1277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -0
  1278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +46 -0
  1279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -0
  1280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js +11 -0
  1281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +1 -0
  1282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +1266 -0
  1283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -0
  1284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +67 -0
  1285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -0
  1286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +9 -0
  1287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +1 -0
  1288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +11 -0
  1289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +1 -0
  1290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +9 -0
  1291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +1 -0
  1292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +11 -0
  1293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +1 -0
  1294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +80 -0
  1295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +1 -0
  1296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +11 -0
  1297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js.map +1 -0
  1298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +43 -0
  1299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
  1300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js +11 -0
  1301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +1 -0
  1302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +43 -0
  1303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -0
  1304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js +11 -0
  1305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +1 -0
  1306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +8 -0
  1307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
  1308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js +11 -0
  1309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +1 -0
  1310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +13 -0
  1311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +1 -0
  1312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js +11 -0
  1313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +1 -0
  1314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +8 -0
  1315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -0
  1316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js +11 -0
  1317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +1 -0
  1318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +12 -0
  1319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -0
  1320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js +11 -0
  1321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +1 -0
  1322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +11 -0
  1323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -0
  1324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js +11 -0
  1325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +1 -0
  1326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +12 -0
  1327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -0
  1328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js +11 -0
  1329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +1 -0
  1330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +16 -0
  1331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -0
  1332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js +11 -0
  1333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +1 -0
  1334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +18 -0
  1335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -0
  1336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js +11 -0
  1337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +1 -0
  1338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
  1339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
  1340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
  1341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
  1342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +9 -0
  1343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +1 -0
  1344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js +11 -0
  1345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +1 -0
  1346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +8 -0
  1347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
  1348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js +11 -0
  1349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +1 -0
  1350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +17 -0
  1351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +1 -0
  1352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js +11 -0
  1353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +1 -0
  1354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +89 -0
  1355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
  1356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +11 -0
  1357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +1 -0
  1358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +8 -0
  1359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -0
  1360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js +11 -0
  1361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +1 -0
  1362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
  1363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
  1364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +11 -0
  1365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +1 -0
  1366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +548 -0
  1367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -0
  1368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +37 -0
  1369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -0
  1370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +542 -0
  1371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -0
  1372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +37 -0
  1373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -0
  1374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +535 -0
  1375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -0
  1376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +37 -0
  1377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -0
  1378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +535 -0
  1379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -0
  1380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +37 -0
  1381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -0
  1382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +539 -0
  1383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -0
  1384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +37 -0
  1385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -0
  1386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +8 -0
  1387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
  1388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js +11 -0
  1389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +1 -0
  1390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +535 -0
  1391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -0
  1392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +37 -0
  1393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -0
  1394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +535 -0
  1395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
  1396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +37 -0
  1397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -0
  1398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +535 -0
  1399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
  1400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +37 -0
  1401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -0
  1402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +535 -0
  1403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
  1404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +37 -0
  1405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -0
  1406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +535 -0
  1407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -0
  1408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +37 -0
  1409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -0
  1410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +8 -0
  1411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +1 -0
  1412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +11 -0
  1413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +1 -0
  1414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +8 -0
  1415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +1 -0
  1416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +11 -0
  1417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +1 -0
  1418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +14 -0
  1419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +1 -0
  1420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js +11 -0
  1421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +1 -0
  1422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +8 -0
  1423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +1 -0
  1424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js +11 -0
  1425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +1 -0
  1426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +46 -0
  1427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +1 -0
  1428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js +11 -0
  1429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +1 -0
  1430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +38 -0
  1431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +1 -0
  1432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js +11 -0
  1433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +1 -0
  1434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +24 -0
  1435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +1 -0
  1436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js +11 -0
  1437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +1 -0
  1438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +45 -0
  1439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +1 -0
  1440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js +11 -0
  1441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +1 -0
  1442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +46 -0
  1443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +1 -0
  1444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js +11 -0
  1445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +1 -0
  1446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +14 -0
  1447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +1 -0
  1448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js +11 -0
  1449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +1 -0
  1450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +14 -0
  1451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +1 -0
  1452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js +11 -0
  1453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +1 -0
  1454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +37 -0
  1455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +1 -0
  1456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js +11 -0
  1457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +1 -0
  1458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +14 -0
  1459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +1 -0
  1460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js +11 -0
  1461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +1 -0
  1462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +16 -0
  1463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +1 -0
  1464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js +11 -0
  1465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +1 -0
  1466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +33 -0
  1467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +1 -0
  1468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js +11 -0
  1469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +1 -0
  1470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +47 -0
  1471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +1 -0
  1472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js +11 -0
  1473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +1 -0
  1474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +15 -0
  1475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +1 -0
  1476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js +11 -0
  1477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +1 -0
  1478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +15 -0
  1479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +1 -0
  1480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js +11 -0
  1481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +1 -0
  1482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +14 -0
  1483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +1 -0
  1484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js +11 -0
  1485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +1 -0
  1486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +14 -0
  1487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +1 -0
  1488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js +11 -0
  1489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +1 -0
  1490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +122 -0
  1491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +1 -0
  1492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js +11 -0
  1493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +1 -0
  1494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +26 -0
  1495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +1 -0
  1496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js +11 -0
  1497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +1 -0
  1498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +14 -0
  1499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +1 -0
  1500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js +11 -0
  1501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +1 -0
  1502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +20 -0
  1503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +1 -0
  1504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js +11 -0
  1505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +1 -0
  1506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +47 -0
  1507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +1 -0
  1508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js +11 -0
  1509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +1 -0
  1510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +15 -0
  1511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +1 -0
  1512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js +11 -0
  1513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +1 -0
  1514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +14 -0
  1515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +1 -0
  1516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js +11 -0
  1517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +1 -0
  1518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +49 -0
  1519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +1 -0
  1520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js +11 -0
  1521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +1 -0
  1522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +36 -0
  1523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +1 -0
  1524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js +11 -0
  1525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +1 -0
  1526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +14 -0
  1527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +1 -0
  1528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js +11 -0
  1529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +1 -0
  1530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +64 -0
  1531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +1 -0
  1532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js +11 -0
  1533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +1 -0
  1534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +47 -0
  1535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +1 -0
  1536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js +11 -0
  1537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +1 -0
  1538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +44 -0
  1539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +1 -0
  1540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js +11 -0
  1541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +1 -0
  1542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +9 -0
  1543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +1 -0
  1544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js +11 -0
  1545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +1 -0
  1546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +39 -0
  1547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +1 -0
  1548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js +11 -0
  1549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +1 -0
  1550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +43 -0
  1551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -0
  1552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js +11 -0
  1553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +1 -0
  1554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +14 -0
  1555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
  1556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js +11 -0
  1557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +1 -0
  1558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
  1559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
  1560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +11 -0
  1561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +1 -0
  1562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +8 -0
  1563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +1 -0
  1564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js +11 -0
  1565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +1 -0
  1566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +542 -0
  1567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -0
  1568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +37 -0
  1569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -0
  1570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +8 -0
  1571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +1 -0
  1572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js +11 -0
  1573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +1 -0
  1574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +8 -0
  1575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -0
  1576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js +11 -0
  1577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +1 -0
  1578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +722 -0
  1579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -0
  1580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +48 -0
  1581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -0
  1582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +1282 -0
  1583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -0
  1584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +67 -0
  1585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -0
  1586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +8 -0
  1587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -0
  1588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js +11 -0
  1589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +1 -0
  1590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +22 -0
  1591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +1 -0
  1592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js +11 -0
  1593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +1 -0
  1594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +8 -0
  1595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +1 -0
  1596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js +11 -0
  1597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +1 -0
  1598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +8 -0
  1599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +1 -0
  1600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js +11 -0
  1601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +1 -0
  1602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +18 -0
  1603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +1 -0
  1604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js +11 -0
  1605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +1 -0
  1606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +24 -0
  1607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +1 -0
  1608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js +11 -0
  1609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +1 -0
  1610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +20 -0
  1611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -0
  1612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js +11 -0
  1613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +1 -0
  1614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +2254 -0
  1615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -0
  1616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +77 -0
  1617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -0
  1618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +1437 -0
  1619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -0
  1620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +82 -0
  1621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -0
  1622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +1359 -0
  1623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -0
  1624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +63 -0
  1625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -0
  1626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +1296 -0
  1627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -0
  1628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +67 -0
  1629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -0
  1630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +8 -0
  1631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -0
  1632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +3 -0
  1633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -0
  1634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +8 -0
  1635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -0
  1636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +3 -0
  1637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -0
  1638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +14 -0
  1639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -0
  1640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +3 -0
  1641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -0
  1642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +10 -0
  1643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -0
  1644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +3 -0
  1645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -0
  1646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +9 -0
  1647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -0
  1648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +3 -0
  1649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -0
  1650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +10 -0
  1651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -0
  1652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +3 -0
  1653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -0
  1654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +8 -0
  1655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -0
  1656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +3 -0
  1657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -0
  1658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +8 -0
  1659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -0
  1660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +3 -0
  1661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -0
  1662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +12 -0
  1663. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -0
  1664. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +3 -0
  1665. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -0
  1666. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +13 -0
  1667. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -0
  1668. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +3 -0
  1669. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -0
  1670. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +8 -0
  1671. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -0
  1672. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +3 -0
  1673. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -0
  1674. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +8 -0
  1675. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -0
  1676. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +3 -0
  1677. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -0
  1678. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +8 -0
  1679. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +1 -0
  1680. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js +11 -0
  1681. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +1 -0
  1682. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +689 -0
  1683. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +1 -0
  1684. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js +11 -0
  1685. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +1 -0
  1686. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +8 -0
  1687. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +1 -0
  1688. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js +11 -0
  1689. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +1 -0
  1690. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +32 -0
  1691. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -0
  1692. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js +11 -0
  1693. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +1 -0
  1694. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +18 -0
  1695. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -0
  1696. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js +11 -0
  1697. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +1 -0
  1698. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +9 -0
  1699. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -0
  1700. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js +11 -0
  1701. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +1 -0
  1702. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +12 -0
  1703. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -0
  1704. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +11 -0
  1705. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +1 -0
  1706. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +109 -0
  1707. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -0
  1708. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +11 -0
  1709. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +1 -0
  1710. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +35 -0
  1711. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -0
  1712. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js +11 -0
  1713. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +1 -0
  1714. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +34 -0
  1715. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
  1716. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js +11 -0
  1717. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +1 -0
  1718. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +13 -0
  1719. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -0
  1720. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js +11 -0
  1721. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +1 -0
  1722. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +44 -0
  1723. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -0
  1724. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js +11 -0
  1725. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +1 -0
  1726. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +18 -0
  1727. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +1 -0
  1728. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js +11 -0
  1729. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +1 -0
  1730. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +34 -0
  1731. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -0
  1732. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js +11 -0
  1733. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +1 -0
  1734. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +35 -0
  1735. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -0
  1736. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js +11 -0
  1737. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +1 -0
  1738. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +34 -0
  1739. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -0
  1740. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js +11 -0
  1741. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +1 -0
  1742. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +35 -0
  1743. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -0
  1744. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js +11 -0
  1745. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +1 -0
  1746. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +34 -0
  1747. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -0
  1748. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js +11 -0
  1749. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +1 -0
  1750. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +9 -0
  1751. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -0
  1752. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js +11 -0
  1753. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +1 -0
  1754. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +34 -0
  1755. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
  1756. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +11 -0
  1757. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +1 -0
  1758. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +84 -0
  1759. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -0
  1760. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js +11 -0
  1761. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +1 -0
  1762. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +8 -0
  1763. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -0
  1764. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js +11 -0
  1765. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +1 -0
  1766. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +13 -0
  1767. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -0
  1768. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +11 -0
  1769. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +1 -0
  1770. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +15 -0
  1771. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +1 -0
  1772. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js +11 -0
  1773. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +1 -0
  1774. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +26 -0
  1775. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +1 -0
  1776. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js +11 -0
  1777. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +1 -0
  1778. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +89 -0
  1779. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -0
  1780. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js +11 -0
  1781. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +1 -0
  1782. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +98 -0
  1783. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -0
  1784. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js +11 -0
  1785. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +1 -0
  1786. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +76 -0
  1787. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -0
  1788. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js +11 -0
  1789. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +1 -0
  1790. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +54 -0
  1791. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -0
  1792. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js +11 -0
  1793. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +1 -0
  1794. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +54 -0
  1795. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -0
  1796. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js +11 -0
  1797. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +1 -0
  1798. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +8 -0
  1799. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -0
  1800. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js +11 -0
  1801. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +1 -0
  1802. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +20 -0
  1803. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -0
  1804. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js +11 -0
  1805. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +1 -0
  1806. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +8 -0
  1807. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -0
  1808. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js +11 -0
  1809. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +1 -0
  1810. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +266 -0
  1811. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -0
  1812. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +31 -0
  1813. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -0
  1814. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +266 -0
  1815. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -0
  1816. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +31 -0
  1817. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -0
  1818. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +266 -0
  1819. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -0
  1820. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +31 -0
  1821. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -0
  1822. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +266 -0
  1823. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -0
  1824. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +31 -0
  1825. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -0
  1826. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
  1827. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
  1828. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
  1829. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
  1830. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
  1831. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
  1832. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
  1833. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
  1834. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
  1835. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
  1836. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
  1837. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
  1838. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
  1839. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
  1840. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
  1841. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
  1842. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +8 -0
  1843. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
  1844. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +11 -0
  1845. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +1 -0
  1846. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +8 -0
  1847. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
  1848. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js +11 -0
  1849. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +1 -0
  1850. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +8 -0
  1851. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
  1852. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +11 -0
  1853. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +1 -0
  1854. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts +330 -0
  1855. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -0
  1856. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js +3 -0
  1857. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js.map +1 -0
  1858. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +71 -0
  1859. package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +1 -1
  1860. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +5 -5
  1861. package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +2 -2
  1862. package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +16 -0
  1863. package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +10 -2
  1864. package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +2 -2
  1865. package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +52 -0
  1866. package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +210 -28
  1867. package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +6 -2
  1868. package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +36 -0
  1869. package/node_modules/@slack/socket-mode/node_modules/@types/retry/LICENSE +21 -0
  1870. package/node_modules/@slack/socket-mode/node_modules/@types/retry/README.md +16 -0
  1871. package/node_modules/@slack/socket-mode/node_modules/@types/retry/index.d.ts +151 -0
  1872. package/node_modules/@slack/socket-mode/node_modules/@types/retry/package.json +28 -0
  1873. package/node_modules/@slack/socket-mode/node_modules/p-finally/index.js +15 -0
  1874. package/node_modules/@slack/socket-mode/node_modules/p-finally/license +21 -0
  1875. package/node_modules/@slack/socket-mode/node_modules/p-finally/package.json +42 -0
  1876. package/node_modules/@slack/socket-mode/node_modules/p-finally/readme.md +47 -0
  1877. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.d.ts +101 -0
  1878. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.js +279 -0
  1879. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.d.ts +1 -0
  1880. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.js +21 -0
  1881. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.d.ts +64 -0
  1882. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.js +2 -0
  1883. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.d.ts +12 -0
  1884. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.js +32 -0
  1885. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.d.ts +7 -0
  1886. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.js +2 -0
  1887. package/node_modules/@slack/socket-mode/node_modules/p-queue/license +9 -0
  1888. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/LICENSE +21 -0
  1889. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/README.md +94 -0
  1890. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.d.ts +134 -0
  1891. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.js +336 -0
  1892. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/package.json +56 -0
  1893. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +340 -0
  1894. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
  1895. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +1 -0
  1896. package/node_modules/@slack/socket-mode/node_modules/p-queue/package.json +92 -0
  1897. package/node_modules/@slack/socket-mode/node_modules/p-queue/readme.md +400 -0
  1898. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.d.ts +106 -0
  1899. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.js +85 -0
  1900. package/node_modules/@slack/socket-mode/node_modules/p-retry/license +9 -0
  1901. package/node_modules/@slack/socket-mode/node_modules/p-retry/package.json +51 -0
  1902. package/node_modules/@slack/socket-mode/node_modules/p-retry/readme.md +148 -0
  1903. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.d.ts +72 -0
  1904. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.js +57 -0
  1905. package/node_modules/@slack/socket-mode/node_modules/p-timeout/license +9 -0
  1906. package/node_modules/@slack/socket-mode/node_modules/p-timeout/package.json +45 -0
  1907. package/node_modules/@slack/socket-mode/node_modules/p-timeout/readme.md +87 -0
  1908. package/node_modules/@slack/socket-mode/node_modules/retry/License +21 -0
  1909. package/node_modules/@slack/socket-mode/node_modules/retry/README.md +227 -0
  1910. package/node_modules/@slack/socket-mode/node_modules/retry/example/dns.js +31 -0
  1911. package/node_modules/@slack/socket-mode/node_modules/retry/example/stop.js +40 -0
  1912. package/node_modules/@slack/socket-mode/node_modules/retry/index.js +1 -0
  1913. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry.js +100 -0
  1914. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry_operation.js +162 -0
  1915. package/node_modules/@slack/socket-mode/node_modules/retry/package.json +36 -0
  1916. package/node_modules/@slack/socket-mode/package.json +4 -4
  1917. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +9 -0
  1918. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  1919. package/node_modules/@slack/types/dist/events/agent.d.ts +19 -0
  1920. package/node_modules/@slack/types/dist/events/agent.d.ts.map +1 -0
  1921. package/node_modules/@slack/types/dist/events/agent.js +3 -0
  1922. package/node_modules/@slack/types/dist/events/agent.js.map +1 -0
  1923. package/node_modules/@slack/types/dist/events/index.d.ts +3 -1
  1924. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  1925. package/node_modules/@slack/types/dist/events/index.js +1 -0
  1926. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  1927. package/node_modules/@slack/types/package.json +1 -1
  1928. package/node_modules/@slack/web-api/README.md +19 -27
  1929. package/node_modules/@slack/web-api/dist/methods.d.ts +31 -5
  1930. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  1931. package/node_modules/@slack/web-api/dist/methods.js +26 -0
  1932. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  1933. package/node_modules/@slack/web-api/dist/retry-policies.d.ts +2 -2
  1934. package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
  1935. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +8 -0
  1936. package/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +1 -1
  1937. package/node_modules/@slack/web-api/dist/types/request/agents.d.ts +52 -0
  1938. package/node_modules/@slack/web-api/dist/types/request/agents.d.ts.map +1 -0
  1939. package/node_modules/@slack/web-api/dist/types/request/agents.js +3 -0
  1940. package/node_modules/@slack/web-api/dist/types/request/agents.js.map +1 -0
  1941. package/node_modules/@slack/web-api/dist/types/request/blocks.d.ts +14 -0
  1942. package/node_modules/@slack/web-api/dist/types/request/blocks.d.ts.map +1 -0
  1943. package/node_modules/@slack/web-api/dist/types/request/blocks.js +3 -0
  1944. package/node_modules/@slack/web-api/dist/types/request/blocks.js.map +1 -0
  1945. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +4 -0
  1946. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  1947. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +3 -1
  1948. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  1949. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +18 -0
  1950. package/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +1 -1
  1951. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +1 -0
  1952. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +1 -1
  1953. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +1 -0
  1954. package/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +1 -1
  1955. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +1 -0
  1956. package/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -1
  1957. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +1 -0
  1958. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -1
  1959. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +1 -0
  1960. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -1
  1961. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +1 -0
  1962. package/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -1
  1963. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +1 -0
  1964. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +1 -1
  1965. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +1 -0
  1966. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +1 -1
  1967. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +1 -0
  1968. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +1 -1
  1969. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +1 -0
  1970. package/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +1 -1
  1971. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +1 -0
  1972. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -1
  1973. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +1 -0
  1974. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -1
  1975. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +1 -0
  1976. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -1
  1977. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +1 -0
  1978. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +1 -1
  1979. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +1 -0
  1980. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +1 -1
  1981. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +1 -0
  1982. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -1
  1983. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +1 -0
  1984. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -1
  1985. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +1 -0
  1986. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -1
  1987. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +15 -0
  1988. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  1989. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +1 -0
  1990. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -1
  1991. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +1 -0
  1992. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +1 -1
  1993. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +1 -0
  1994. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +1 -1
  1995. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +1 -0
  1996. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +1 -1
  1997. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +1 -0
  1998. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +1 -1
  1999. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +1 -0
  2000. package/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +1 -1
  2001. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +6 -0
  2002. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +1 -1
  2003. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +1 -0
  2004. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  2005. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +1 -0
  2006. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -1
  2007. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +1 -0
  2008. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -1
  2009. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +1 -0
  2010. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -1
  2011. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +1 -0
  2012. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -1
  2013. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +1 -0
  2014. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -1
  2015. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +1 -0
  2016. package/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +1 -1
  2017. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +1 -0
  2018. package/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -1
  2019. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +1 -0
  2020. package/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -1
  2021. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +1 -0
  2022. package/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -1
  2023. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +1 -0
  2024. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +1 -1
  2025. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +1 -0
  2026. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +1 -1
  2027. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +1 -0
  2028. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +1 -1
  2029. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +1 -0
  2030. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -1
  2031. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +1 -0
  2032. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -1
  2033. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +1 -0
  2034. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -1
  2035. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +1 -0
  2036. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -1
  2037. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +1 -0
  2038. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -1
  2039. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +1 -0
  2040. package/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -1
  2041. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +1 -0
  2042. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -1
  2043. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +1 -0
  2044. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -1
  2045. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +1 -0
  2046. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -1
  2047. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +1 -0
  2048. package/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -1
  2049. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.d.ts +16 -0
  2050. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.d.ts.map +1 -0
  2051. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.js +11 -0
  2052. package/node_modules/@slack/web-api/dist/types/response/AdminUsersGetExpirationResponse.js.map +1 -0
  2053. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +1 -0
  2054. package/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +1 -1
  2055. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +1 -0
  2056. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -1
  2057. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +1 -0
  2058. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -1
  2059. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +1 -0
  2060. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -1
  2061. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +1 -0
  2062. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +1 -1
  2063. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +1 -0
  2064. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -1
  2065. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +1 -0
  2066. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +1 -1
  2067. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +1 -0
  2068. package/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -1
  2069. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +1 -0
  2070. package/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -1
  2071. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +1 -0
  2072. package/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -1
  2073. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.d.ts +10 -0
  2074. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.d.ts.map +1 -0
  2075. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.js +11 -0
  2076. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsRenameResponse.js.map +1 -0
  2077. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.d.ts +12 -0
  2078. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.d.ts.map +1 -0
  2079. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.js +11 -0
  2080. package/node_modules/@slack/web-api/dist/types/response/AgentsSessionsSetStatusResponse.js.map +1 -0
  2081. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +1 -0
  2082. package/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +1 -1
  2083. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +5 -0
  2084. package/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +1 -1
  2085. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +1 -0
  2086. package/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -1
  2087. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +1 -0
  2088. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  2089. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +1 -0
  2090. package/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +1 -1
  2091. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +3 -0
  2092. package/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +1 -1
  2093. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +1 -0
  2094. package/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +1 -1
  2095. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +1 -0
  2096. package/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +1 -1
  2097. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +1 -0
  2098. package/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +1 -1
  2099. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +1 -0
  2100. package/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +1 -1
  2101. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +1 -0
  2102. package/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +1 -1
  2103. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +1 -0
  2104. package/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +1 -1
  2105. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.d.ts +25 -0
  2106. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.d.ts.map +1 -0
  2107. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.js +11 -0
  2108. package/node_modules/@slack/web-api/dist/types/response/BlocksValidateResponse.js.map +1 -0
  2109. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +1 -0
  2110. package/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +1 -1
  2111. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +1 -0
  2112. package/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +1 -1
  2113. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +1 -0
  2114. package/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +1 -1
  2115. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +1 -0
  2116. package/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +1 -1
  2117. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +4 -0
  2118. package/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +1 -1
  2119. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +1 -0
  2120. package/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +1 -1
  2121. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +1 -0
  2122. package/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +1 -1
  2123. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +1 -0
  2124. package/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +1 -1
  2125. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +1 -0
  2126. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +1 -1
  2127. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +1 -0
  2128. package/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +1 -1
  2129. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +1 -0
  2130. package/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +1 -1
  2131. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +1 -0
  2132. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +1 -1
  2133. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +1 -0
  2134. package/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +1 -1
  2135. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +1 -0
  2136. package/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +1 -1
  2137. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +1 -0
  2138. package/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +1 -1
  2139. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +1 -0
  2140. package/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +1 -1
  2141. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +1 -0
  2142. package/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +1 -1
  2143. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +1 -0
  2144. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +1 -1
  2145. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +8 -0
  2146. package/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +1 -1
  2147. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +1 -0
  2148. package/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +1 -1
  2149. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +1 -0
  2150. package/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +1 -1
  2151. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +1 -0
  2152. package/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +1 -1
  2153. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +60 -2
  2154. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  2155. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  2156. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +34 -2
  2157. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  2158. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  2159. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +1 -0
  2160. package/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +1 -1
  2161. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +1 -0
  2162. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +1 -1
  2163. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +8 -0
  2164. package/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +1 -1
  2165. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +733 -8
  2166. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +1 -1
  2167. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +45 -0
  2168. package/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +1 -1
  2169. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +7 -0
  2170. package/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +1 -1
  2171. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +39 -2
  2172. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  2173. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  2174. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +1 -0
  2175. package/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +1 -1
  2176. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +1 -0
  2177. package/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +1 -1
  2178. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +1 -0
  2179. package/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +1 -1
  2180. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +1 -0
  2181. package/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +1 -1
  2182. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +68 -2
  2183. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  2184. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  2185. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +16 -0
  2186. package/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +1 -1
  2187. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +1 -0
  2188. package/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +1 -1
  2189. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +12 -0
  2190. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  2191. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +1 -0
  2192. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  2193. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +1 -0
  2194. package/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +1 -1
  2195. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +24 -0
  2196. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  2197. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +1 -0
  2198. package/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +1 -1
  2199. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +1 -0
  2200. package/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +1 -1
  2201. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +33 -2
  2202. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  2203. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  2204. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +1 -0
  2205. package/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +1 -1
  2206. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +60 -2
  2207. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  2208. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  2209. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +1 -0
  2210. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +1 -1
  2211. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +1 -0
  2212. package/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +1 -1
  2213. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +1 -0
  2214. package/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +1 -1
  2215. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +1 -0
  2216. package/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +1 -1
  2217. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +1 -0
  2218. package/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +1 -1
  2219. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +1 -0
  2220. package/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +1 -1
  2221. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +1 -0
  2222. package/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +1 -1
  2223. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +1 -0
  2224. package/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +1 -1
  2225. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +1 -0
  2226. package/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +1 -1
  2227. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +4 -0
  2228. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -1
  2229. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +2 -0
  2230. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  2231. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +1 -0
  2232. package/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +1 -1
  2233. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +1 -0
  2234. package/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -1
  2235. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +37 -2
  2236. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  2237. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  2238. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +33 -2
  2239. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  2240. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  2241. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +33 -2
  2242. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  2243. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  2244. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +33 -2
  2245. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  2246. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  2247. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +33 -2
  2248. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  2249. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  2250. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +1 -0
  2251. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +1 -1
  2252. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +33 -2
  2253. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  2254. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  2255. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +33 -2
  2256. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  2257. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  2258. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +1 -0
  2259. package/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +1 -1
  2260. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +862 -80
  2261. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  2262. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +38 -8
  2263. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  2264. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +1 -0
  2265. package/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +1 -1
  2266. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +34 -2
  2267. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  2268. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  2269. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +59 -2
  2270. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  2271. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  2272. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +1 -0
  2273. package/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +1 -1
  2274. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +2 -0
  2275. package/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +1 -1
  2276. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +88 -25
  2277. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  2278. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +1 -11
  2279. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  2280. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +81 -24
  2281. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  2282. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +1 -16
  2283. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  2284. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +66 -7
  2285. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  2286. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  2287. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +5 -0
  2288. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -1
  2289. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +8 -0
  2290. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -1
  2291. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +5 -0
  2292. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -1
  2293. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +8 -0
  2294. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -1
  2295. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +56 -6
  2296. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -1
  2297. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +8 -0
  2298. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -1
  2299. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +6 -1
  2300. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -1
  2301. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +8 -0
  2302. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -1
  2303. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +6 -1
  2304. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -1
  2305. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +8 -0
  2306. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -1
  2307. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +37 -2
  2308. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -1
  2309. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +8 -0
  2310. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -1
  2311. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +5 -0
  2312. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -1
  2313. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +8 -0
  2314. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -1
  2315. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +1 -0
  2316. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -1
  2317. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +8 -0
  2318. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -1
  2319. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +186 -4
  2320. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -1
  2321. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +8 -0
  2322. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -1
  2323. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +38 -5
  2324. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -1
  2325. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +8 -0
  2326. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -1
  2327. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +5 -0
  2328. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -1
  2329. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +8 -0
  2330. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -1
  2331. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +5 -0
  2332. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -1
  2333. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +8 -0
  2334. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -1
  2335. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +2 -0
  2336. package/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +1 -1
  2337. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +1 -0
  2338. package/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +1 -1
  2339. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +1 -0
  2340. package/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +1 -1
  2341. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +1 -0
  2342. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +1 -1
  2343. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +1 -0
  2344. package/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +1 -1
  2345. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +10 -0
  2346. package/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +1 -1
  2347. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +1 -0
  2348. package/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +1 -1
  2349. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +1 -0
  2350. package/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +1 -1
  2351. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +1 -0
  2352. package/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +1 -1
  2353. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +6 -0
  2354. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  2355. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +6 -0
  2356. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  2357. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +6 -0
  2358. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  2359. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +7 -0
  2360. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  2361. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +6 -0
  2362. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  2363. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +1 -0
  2364. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +1 -1
  2365. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +10 -0
  2366. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  2367. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +17 -0
  2368. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  2369. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +1 -0
  2370. package/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +1 -1
  2371. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +1 -0
  2372. package/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +1 -1
  2373. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +6 -0
  2374. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  2375. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +2 -2
  2376. package/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +1 -1
  2377. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +4 -0
  2378. package/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +1 -1
  2379. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +4 -0
  2380. package/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +1 -1
  2381. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +3 -0
  2382. package/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +1 -1
  2383. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +1 -0
  2384. package/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +1 -1
  2385. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +1 -0
  2386. package/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +1 -1
  2387. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +1 -0
  2388. package/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +1 -1
  2389. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +14 -0
  2390. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  2391. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  2392. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +14 -0
  2393. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  2394. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  2395. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +14 -0
  2396. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  2397. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  2398. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +14 -0
  2399. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  2400. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  2401. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +7 -1
  2402. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -1
  2403. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +8 -0
  2404. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -1
  2405. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +15 -7
  2406. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -1
  2407. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +8 -0
  2408. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -1
  2409. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +7 -1
  2410. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -1
  2411. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +8 -0
  2412. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -1
  2413. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +7 -1
  2414. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -1
  2415. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +8 -0
  2416. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -1
  2417. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +2 -0
  2418. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +1 -1
  2419. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +2 -0
  2420. package/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +1 -1
  2421. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +2 -0
  2422. package/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +1 -1
  2423. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +4 -0
  2424. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  2425. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/LICENSE +21 -0
  2426. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/README.md +15 -0
  2427. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +68 -0
  2428. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1077 -0
  2429. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +711 -0
  2430. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  2431. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1799 -0
  2432. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1361 -0
  2433. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +432 -0
  2434. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +93 -0
  2435. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -0
  2436. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +3954 -0
  2437. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +537 -0
  2438. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +794 -0
  2439. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +497 -0
  2440. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +876 -0
  2441. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +150 -0
  2442. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1008 -0
  2443. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +486 -0
  2444. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +1481 -0
  2445. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4793 -0
  2446. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +150 -0
  2447. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  2448. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +2202 -0
  2449. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +2489 -0
  2450. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +400 -0
  2451. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +115 -0
  2452. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +35 -0
  2453. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +264 -0
  2454. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  2455. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +726 -0
  2456. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +970 -0
  2457. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +498 -0
  2458. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/package.json +155 -0
  2459. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +8 -0
  2460. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +8 -0
  2461. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +178 -0
  2462. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +605 -0
  2463. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2216 -0
  2464. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +89 -0
  2465. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +139 -0
  2466. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +1943 -0
  2467. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +158 -0
  2468. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +508 -0
  2469. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +420 -0
  2470. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +47 -0
  2471. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +1136 -0
  2472. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +114 -0
  2473. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +452 -0
  2474. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +211 -0
  2475. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +300 -0
  2476. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +1806 -0
  2477. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +27 -0
  2478. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +59 -0
  2479. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2450 -0
  2480. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +93 -0
  2481. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +149 -0
  2482. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1193 -0
  2483. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +103 -0
  2484. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  2485. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  2486. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  2487. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  2488. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  2489. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  2490. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +225 -0
  2491. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +556 -0
  2492. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +558 -0
  2493. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +1677 -0
  2494. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +1059 -0
  2495. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1136 -0
  2496. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +131 -0
  2497. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  2498. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  2499. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +9 -0
  2500. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  2501. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +83 -0
  2502. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  2503. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +106 -0
  2504. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  2505. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  2506. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  2507. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  2508. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  2509. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  2510. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  2511. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  2512. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +24 -0
  2513. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +669 -0
  2514. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +131 -0
  2515. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +589 -0
  2516. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  2517. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +5 -5
  2518. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +2 -2
  2519. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +16 -0
  2520. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +10 -2
  2521. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  2522. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +52 -0
  2523. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +210 -28
  2524. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +6 -2
  2525. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +36 -0
  2526. package/node_modules/@slack/web-api/node_modules/@types/retry/LICENSE +21 -21
  2527. package/node_modules/@slack/web-api/node_modules/@types/retry/README.md +4 -5
  2528. package/node_modules/@slack/web-api/node_modules/@types/retry/index.d.ts +13 -20
  2529. package/node_modules/@slack/web-api/node_modules/@types/retry/package.json +11 -9
  2530. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/LICENSE +21 -0
  2531. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/README.md +16 -0
  2532. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/index.d.ts +151 -0
  2533. package/node_modules/@slack/web-api/node_modules/p-retry/node_modules/@types/retry/package.json +28 -0
  2534. package/node_modules/@slack/web-api/package.json +8 -8
  2535. package/openclaw.plugin.json +3 -0
  2536. package/package.json +7 -7
  2537. package/dist/action-runtime.runtime-rHI3UAh4.js +0 -2
  2538. package/dist/cursor-pages-ByFwo-Py.js +0 -25
@@ -0,0 +1,2202 @@
1
+ declare module "node:http" {
2
+ import { NonSharedBuffer } from "node:buffer";
3
+ import { LookupOptions } from "node:dns";
4
+ import { EventEmitter } from "node:events";
5
+ import * as net from "node:net";
6
+ import * as stream from "node:stream";
7
+ import { URL } from "node:url";
8
+ // incoming headers will never contain number
9
+ interface IncomingHttpHeaders extends NodeJS.Dict<string | string[]> {
10
+ accept?: string | undefined;
11
+ "accept-encoding"?: string | undefined;
12
+ "accept-language"?: string | undefined;
13
+ "accept-patch"?: string | undefined;
14
+ "accept-ranges"?: string | undefined;
15
+ "access-control-allow-credentials"?: string | undefined;
16
+ "access-control-allow-headers"?: string | undefined;
17
+ "access-control-allow-methods"?: string | undefined;
18
+ "access-control-allow-origin"?: string | undefined;
19
+ "access-control-expose-headers"?: string | undefined;
20
+ "access-control-max-age"?: string | undefined;
21
+ "access-control-request-headers"?: string | undefined;
22
+ "access-control-request-method"?: string | undefined;
23
+ age?: string | undefined;
24
+ allow?: string | undefined;
25
+ "alt-svc"?: string | undefined;
26
+ authorization?: string | undefined;
27
+ "cache-control"?: string | undefined;
28
+ connection?: string | undefined;
29
+ "content-disposition"?: string | undefined;
30
+ "content-encoding"?: string | undefined;
31
+ "content-language"?: string | undefined;
32
+ "content-length"?: string | undefined;
33
+ "content-location"?: string | undefined;
34
+ "content-range"?: string | undefined;
35
+ "content-type"?: string | undefined;
36
+ cookie?: string | undefined;
37
+ date?: string | undefined;
38
+ etag?: string | undefined;
39
+ expect?: string | undefined;
40
+ expires?: string | undefined;
41
+ forwarded?: string | undefined;
42
+ from?: string | undefined;
43
+ host?: string | undefined;
44
+ "if-match"?: string | undefined;
45
+ "if-modified-since"?: string | undefined;
46
+ "if-none-match"?: string | undefined;
47
+ "if-unmodified-since"?: string | undefined;
48
+ "last-modified"?: string | undefined;
49
+ location?: string | undefined;
50
+ origin?: string | undefined;
51
+ pragma?: string | undefined;
52
+ "proxy-authenticate"?: string | undefined;
53
+ "proxy-authorization"?: string | undefined;
54
+ "public-key-pins"?: string | undefined;
55
+ range?: string | undefined;
56
+ referer?: string | undefined;
57
+ "retry-after"?: string | undefined;
58
+ "sec-fetch-site"?: string | undefined;
59
+ "sec-fetch-mode"?: string | undefined;
60
+ "sec-fetch-user"?: string | undefined;
61
+ "sec-fetch-dest"?: string | undefined;
62
+ "sec-websocket-accept"?: string | undefined;
63
+ "sec-websocket-extensions"?: string | undefined;
64
+ "sec-websocket-key"?: string | undefined;
65
+ "sec-websocket-protocol"?: string | undefined;
66
+ "sec-websocket-version"?: string | undefined;
67
+ "set-cookie"?: string[] | undefined;
68
+ "strict-transport-security"?: string | undefined;
69
+ tk?: string | undefined;
70
+ trailer?: string | undefined;
71
+ "transfer-encoding"?: string | undefined;
72
+ upgrade?: string | undefined;
73
+ "user-agent"?: string | undefined;
74
+ vary?: string | undefined;
75
+ via?: string | undefined;
76
+ warning?: string | undefined;
77
+ "www-authenticate"?: string | undefined;
78
+ }
79
+ // outgoing headers allows numbers (as they are converted internally to strings)
80
+ type OutgoingHttpHeader = number | string | string[];
81
+ interface OutgoingHttpHeaders extends NodeJS.Dict<OutgoingHttpHeader> {
82
+ accept?: string | string[] | undefined;
83
+ "accept-charset"?: string | string[] | undefined;
84
+ "accept-encoding"?: string | string[] | undefined;
85
+ "accept-language"?: string | string[] | undefined;
86
+ "accept-ranges"?: string | undefined;
87
+ "access-control-allow-credentials"?: string | undefined;
88
+ "access-control-allow-headers"?: string | undefined;
89
+ "access-control-allow-methods"?: string | undefined;
90
+ "access-control-allow-origin"?: string | undefined;
91
+ "access-control-expose-headers"?: string | undefined;
92
+ "access-control-max-age"?: string | undefined;
93
+ "access-control-request-headers"?: string | undefined;
94
+ "access-control-request-method"?: string | undefined;
95
+ age?: string | undefined;
96
+ allow?: string | undefined;
97
+ authorization?: string | undefined;
98
+ "cache-control"?: string | undefined;
99
+ "cdn-cache-control"?: string | undefined;
100
+ connection?: string | string[] | undefined;
101
+ "content-disposition"?: string | undefined;
102
+ "content-encoding"?: string | undefined;
103
+ "content-language"?: string | undefined;
104
+ "content-length"?: string | number | undefined;
105
+ "content-location"?: string | undefined;
106
+ "content-range"?: string | undefined;
107
+ "content-security-policy"?: string | undefined;
108
+ "content-security-policy-report-only"?: string | undefined;
109
+ "content-type"?: string | undefined;
110
+ cookie?: string | string[] | undefined;
111
+ dav?: string | string[] | undefined;
112
+ dnt?: string | undefined;
113
+ date?: string | undefined;
114
+ etag?: string | undefined;
115
+ expect?: string | undefined;
116
+ expires?: string | undefined;
117
+ forwarded?: string | undefined;
118
+ from?: string | undefined;
119
+ host?: string | undefined;
120
+ "if-match"?: string | undefined;
121
+ "if-modified-since"?: string | undefined;
122
+ "if-none-match"?: string | undefined;
123
+ "if-range"?: string | undefined;
124
+ "if-unmodified-since"?: string | undefined;
125
+ "last-modified"?: string | undefined;
126
+ link?: string | string[] | undefined;
127
+ location?: string | undefined;
128
+ "max-forwards"?: string | undefined;
129
+ origin?: string | undefined;
130
+ pragma?: string | string[] | undefined;
131
+ "proxy-authenticate"?: string | string[] | undefined;
132
+ "proxy-authorization"?: string | undefined;
133
+ "public-key-pins"?: string | undefined;
134
+ "public-key-pins-report-only"?: string | undefined;
135
+ range?: string | undefined;
136
+ referer?: string | undefined;
137
+ "referrer-policy"?: string | undefined;
138
+ refresh?: string | undefined;
139
+ "retry-after"?: string | undefined;
140
+ "sec-websocket-accept"?: string | undefined;
141
+ "sec-websocket-extensions"?: string | string[] | undefined;
142
+ "sec-websocket-key"?: string | undefined;
143
+ "sec-websocket-protocol"?: string | string[] | undefined;
144
+ "sec-websocket-version"?: string | undefined;
145
+ server?: string | undefined;
146
+ "set-cookie"?: string | string[] | undefined;
147
+ "strict-transport-security"?: string | undefined;
148
+ te?: string | undefined;
149
+ trailer?: string | undefined;
150
+ "transfer-encoding"?: string | undefined;
151
+ "user-agent"?: string | undefined;
152
+ upgrade?: string | undefined;
153
+ "upgrade-insecure-requests"?: string | undefined;
154
+ vary?: string | undefined;
155
+ via?: string | string[] | undefined;
156
+ warning?: string | undefined;
157
+ "www-authenticate"?: string | string[] | undefined;
158
+ "x-content-type-options"?: string | undefined;
159
+ "x-dns-prefetch-control"?: string | undefined;
160
+ "x-frame-options"?: string | undefined;
161
+ "x-xss-protection"?: string | undefined;
162
+ }
163
+ interface ClientRequestArgs extends Pick<LookupOptions, "hints"> {
164
+ _defaultAgent?: Agent | undefined;
165
+ agent?: Agent | boolean | undefined;
166
+ auth?: string | null | undefined;
167
+ createConnection?:
168
+ | ((
169
+ options: ClientRequestArgs,
170
+ oncreate: (err: Error | null, socket: stream.Duplex) => void,
171
+ ) => stream.Duplex | null | undefined)
172
+ | undefined;
173
+ defaultPort?: number | string | undefined;
174
+ family?: number | undefined;
175
+ headers?: OutgoingHttpHeaders | readonly string[] | undefined;
176
+ host?: string | null | undefined;
177
+ hostname?: string | null | undefined;
178
+ insecureHTTPParser?: boolean | undefined;
179
+ localAddress?: string | undefined;
180
+ localPort?: number | undefined;
181
+ lookup?: net.LookupFunction | undefined;
182
+ /**
183
+ * @default 16384
184
+ */
185
+ maxHeaderSize?: number | undefined;
186
+ method?: string | undefined;
187
+ path?: string | null | undefined;
188
+ port?: number | string | null | undefined;
189
+ protocol?: string | null | undefined;
190
+ setDefaultHeaders?: boolean | undefined;
191
+ setHost?: boolean | undefined;
192
+ signal?: AbortSignal | undefined;
193
+ socketPath?: string | undefined;
194
+ timeout?: number | undefined;
195
+ uniqueHeaders?: Array<string | string[]> | undefined;
196
+ joinDuplicateHeaders?: boolean | undefined;
197
+ }
198
+ interface ServerOptions<
199
+ Request extends typeof IncomingMessage = typeof IncomingMessage,
200
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
201
+ > {
202
+ /**
203
+ * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`.
204
+ */
205
+ IncomingMessage?: Request | undefined;
206
+ /**
207
+ * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`.
208
+ */
209
+ ServerResponse?: Response | undefined;
210
+ /**
211
+ * Sets the timeout value in milliseconds for receiving the entire request from the client.
212
+ * @see Server.requestTimeout for more information.
213
+ * @default 300000
214
+ * @since v18.0.0
215
+ */
216
+ requestTimeout?: number | undefined;
217
+ /**
218
+ * It joins the field line values of multiple headers in a request with `, ` instead of discarding the duplicates.
219
+ * @default false
220
+ * @since v18.14.0
221
+ */
222
+ joinDuplicateHeaders?: boolean | undefined;
223
+ /**
224
+ * The number of milliseconds of inactivity a server needs to wait for additional incoming data,
225
+ * after it has finished writing the last response, before a socket will be destroyed.
226
+ * @see Server.keepAliveTimeout for more information.
227
+ * @default 5000
228
+ * @since v18.0.0
229
+ */
230
+ keepAliveTimeout?: number | undefined;
231
+ /**
232
+ * An additional buffer time added to the
233
+ * `server.keepAliveTimeout` to extend the internal socket timeout.
234
+ * @since 24.6.0
235
+ * @default 1000
236
+ */
237
+ keepAliveTimeoutBuffer?: number | undefined;
238
+ /**
239
+ * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests.
240
+ * @default 30000
241
+ */
242
+ connectionsCheckingInterval?: number | undefined;
243
+ /**
244
+ * Sets the timeout value in milliseconds for receiving the complete HTTP headers from the client.
245
+ * See {@link Server.headersTimeout} for more information.
246
+ * @default 60000
247
+ * @since 18.0.0
248
+ */
249
+ headersTimeout?: number | undefined;
250
+ /**
251
+ * Optionally overrides all `socket`s' `readableHighWaterMark` and `writableHighWaterMark`.
252
+ * This affects `highWaterMark` property of both `IncomingMessage` and `ServerResponse`.
253
+ * Default: @see stream.getDefaultHighWaterMark().
254
+ * @since v20.1.0
255
+ */
256
+ highWaterMark?: number | undefined;
257
+ /**
258
+ * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`.
259
+ * Using the insecure parser should be avoided.
260
+ * See --insecure-http-parser for more information.
261
+ * @default false
262
+ */
263
+ insecureHTTPParser?: boolean | undefined;
264
+ /**
265
+ * Optionally overrides the value of `--max-http-header-size` for requests received by
266
+ * this server, i.e. the maximum length of request headers in bytes.
267
+ * @default 16384
268
+ * @since v13.3.0
269
+ */
270
+ maxHeaderSize?: number | undefined;
271
+ /**
272
+ * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received.
273
+ * @default true
274
+ * @since v16.5.0
275
+ */
276
+ noDelay?: boolean | undefined;
277
+ /**
278
+ * If set to `true`, it forces the server to respond with a 400 (Bad Request) status code
279
+ * to any HTTP/1.1 request message that lacks a Host header (as mandated by the specification).
280
+ * @default true
281
+ * @since 20.0.0
282
+ */
283
+ requireHostHeader?: boolean | undefined;
284
+ /**
285
+ * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received,
286
+ * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`.
287
+ * @default false
288
+ * @since v16.5.0
289
+ */
290
+ keepAlive?: boolean | undefined;
291
+ /**
292
+ * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket.
293
+ * @default 0
294
+ * @since v16.5.0
295
+ */
296
+ keepAliveInitialDelay?: number | undefined;
297
+ /**
298
+ * A list of response headers that should be sent only once.
299
+ * If the header's value is an array, the items will be joined using `; `.
300
+ */
301
+ uniqueHeaders?: Array<string | string[]> | undefined;
302
+ /**
303
+ * A callback which receives an
304
+ * incoming request and returns a boolean, to control which upgrade attempts
305
+ * should be accepted. Accepted upgrades will fire an `'upgrade'` event (or
306
+ * their sockets will be destroyed, if no listener is registered) while
307
+ * rejected upgrades will fire a `'request'` event like any non-upgrade
308
+ * request.
309
+ * @since v24.9.0
310
+ * @default () => server.listenerCount('upgrade') > 0
311
+ */
312
+ shouldUpgradeCallback?: ((request: InstanceType<Request>) => boolean) | undefined;
313
+ /**
314
+ * If set to `true`, an error is thrown when writing to an HTTP response which does not have a body.
315
+ * @default false
316
+ * @since v18.17.0, v20.2.0
317
+ */
318
+ rejectNonStandardBodyWrites?: boolean | undefined;
319
+ /**
320
+ * If set to `true`, requests without `Content-Length`
321
+ * or `Transfer-Encoding` headers (indicating no body) will be initialized with an
322
+ * already-ended body stream, so they will never emit any stream events
323
+ * (like `'data'` or `'end'`). You can use `req.readableEnded` to detect this case.
324
+ * @since v25.1.0
325
+ * @default false
326
+ */
327
+ optimizeEmptyRequests?: boolean | undefined;
328
+ }
329
+ type RequestListener<
330
+ Request extends typeof IncomingMessage = typeof IncomingMessage,
331
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
332
+ > = (request: InstanceType<Request>, response: InstanceType<Response> & { req: InstanceType<Request> }) => void;
333
+ interface ServerEventMap<
334
+ Request extends typeof IncomingMessage = typeof IncomingMessage,
335
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
336
+ > extends net.ServerEventMap {
337
+ "checkContinue": Parameters<RequestListener<Request, Response>>;
338
+ "checkExpectation": Parameters<RequestListener<Request, Response>>;
339
+ "clientError": [exception: Error, socket: stream.Duplex];
340
+ "connect": [request: InstanceType<Request>, socket: stream.Duplex, head: NonSharedBuffer];
341
+ "connection": [socket: net.Socket];
342
+ "dropRequest": [request: InstanceType<Request>, socket: stream.Duplex];
343
+ "request": Parameters<RequestListener<Request, Response>>;
344
+ "upgrade": [req: InstanceType<Request>, stream: stream.Duplex, head: NonSharedBuffer];
345
+ }
346
+ /**
347
+ * @since v0.1.17
348
+ */
349
+ class Server<
350
+ Request extends typeof IncomingMessage = typeof IncomingMessage,
351
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
352
+ > extends net.Server {
353
+ constructor(requestListener?: RequestListener<Request, Response>);
354
+ constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
355
+ /**
356
+ * Sets the timeout value for sockets, and emits a `'timeout'` event on
357
+ * the Server object, passing the socket as an argument, if a timeout
358
+ * occurs.
359
+ *
360
+ * If there is a `'timeout'` event listener on the Server object, then it
361
+ * will be called with the timed-out socket as an argument.
362
+ *
363
+ * By default, the Server does not timeout sockets. However, if a callback
364
+ * is assigned to the Server's `'timeout'` event, timeouts must be handled
365
+ * explicitly.
366
+ * @since v0.9.12
367
+ * @param [msecs=0 (no timeout)]
368
+ */
369
+ setTimeout(msecs?: number, callback?: (socket: net.Socket) => void): this;
370
+ setTimeout(callback: (socket: net.Socket) => void): this;
371
+ /**
372
+ * Limits maximum incoming headers count. If set to 0, no limit will be applied.
373
+ * @since v0.7.0
374
+ */
375
+ maxHeadersCount: number | null;
376
+ /**
377
+ * The maximum number of requests socket can handle
378
+ * before closing keep alive connection.
379
+ *
380
+ * A value of `0` will disable the limit.
381
+ *
382
+ * When the limit is reached it will set the `Connection` header value to `close`,
383
+ * but will not actually close the connection, subsequent requests sent
384
+ * after the limit is reached will get `503 Service Unavailable` as a response.
385
+ * @since v16.10.0
386
+ */
387
+ maxRequestsPerSocket: number | null;
388
+ /**
389
+ * The number of milliseconds of inactivity before a socket is presumed
390
+ * to have timed out.
391
+ *
392
+ * A value of `0` will disable the timeout behavior on incoming connections.
393
+ *
394
+ * The socket timeout logic is set up on connection, so changing this
395
+ * value only affects new connections to the server, not any existing connections.
396
+ * @since v0.9.12
397
+ */
398
+ timeout: number;
399
+ /**
400
+ * Limit the amount of time the parser will wait to receive the complete HTTP
401
+ * headers.
402
+ *
403
+ * If the timeout expires, the server responds with status 408 without
404
+ * forwarding the request to the request listener and then closes the connection.
405
+ *
406
+ * It must be set to a non-zero value (e.g. 120 seconds) to protect against
407
+ * potential Denial-of-Service attacks in case the server is deployed without a
408
+ * reverse proxy in front.
409
+ * @since v11.3.0, v10.14.0
410
+ */
411
+ headersTimeout: number;
412
+ /**
413
+ * The number of milliseconds of inactivity a server needs to wait for additional
414
+ * incoming data, after it has finished writing the last response, before a socket
415
+ * will be destroyed.
416
+ *
417
+ * This timeout value is combined with the
418
+ * `server.keepAliveTimeoutBuffer` option to determine the actual socket
419
+ * timeout, calculated as:
420
+ * socketTimeout = keepAliveTimeout + keepAliveTimeoutBuffer
421
+ * If the server receives new data before the keep-alive timeout has fired, it
422
+ * will reset the regular inactivity timeout, i.e., `server.timeout`.
423
+ *
424
+ * A value of `0` will disable the keep-alive timeout behavior on incoming
425
+ * connections.
426
+ * A value of `0` makes the HTTP server behave similarly to Node.js versions prior
427
+ * to 8.0.0, which did not have a keep-alive timeout.
428
+ *
429
+ * The socket timeout logic is set up on connection, so changing this value only
430
+ * affects new connections to the server, not any existing connections.
431
+ * @since v8.0.0
432
+ */
433
+ keepAliveTimeout: number;
434
+ /**
435
+ * An additional buffer time added to the
436
+ * `server.keepAliveTimeout` to extend the internal socket timeout.
437
+ *
438
+ * This buffer helps reduce connection reset (`ECONNRESET`) errors by increasing
439
+ * the socket timeout slightly beyond the advertised keep-alive timeout.
440
+ *
441
+ * This option applies only to new incoming connections.
442
+ * @since v24.6.0
443
+ * @default 1000
444
+ */
445
+ keepAliveTimeoutBuffer: number;
446
+ /**
447
+ * Sets the timeout value in milliseconds for receiving the entire request from
448
+ * the client.
449
+ *
450
+ * If the timeout expires, the server responds with status 408 without
451
+ * forwarding the request to the request listener and then closes the connection.
452
+ *
453
+ * It must be set to a non-zero value (e.g. 120 seconds) to protect against
454
+ * potential Denial-of-Service attacks in case the server is deployed without a
455
+ * reverse proxy in front.
456
+ * @since v14.11.0
457
+ */
458
+ requestTimeout: number;
459
+ /**
460
+ * Closes all connections connected to this server.
461
+ * @since v18.2.0
462
+ */
463
+ closeAllConnections(): void;
464
+ /**
465
+ * Closes all connections connected to this server which are not sending a request
466
+ * or waiting for a response.
467
+ * @since v18.2.0
468
+ */
469
+ closeIdleConnections(): void;
470
+ // #region InternalEventEmitter
471
+ addListener<E extends keyof ServerEventMap>(
472
+ eventName: E,
473
+ listener: (...args: ServerEventMap<Request, Response>[E]) => void,
474
+ ): this;
475
+ addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
476
+ emit<E extends keyof ServerEventMap>(eventName: E, ...args: ServerEventMap<Request, Response>[E]): boolean;
477
+ emit(eventName: string | symbol, ...args: any[]): boolean;
478
+ listenerCount<E extends keyof ServerEventMap>(
479
+ eventName: E,
480
+ listener?: (...args: ServerEventMap<Request, Response>[E]) => void,
481
+ ): number;
482
+ listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
483
+ listeners<E extends keyof ServerEventMap>(
484
+ eventName: E,
485
+ ): ((...args: ServerEventMap<Request, Response>[E]) => void)[];
486
+ listeners(eventName: string | symbol): ((...args: any[]) => void)[];
487
+ off<E extends keyof ServerEventMap>(
488
+ eventName: E,
489
+ listener: (...args: ServerEventMap<Request, Response>[E]) => void,
490
+ ): this;
491
+ off(eventName: string | symbol, listener: (...args: any[]) => void): this;
492
+ on<E extends keyof ServerEventMap>(
493
+ eventName: E,
494
+ listener: (...args: ServerEventMap<Request, Response>[E]) => void,
495
+ ): this;
496
+ on(eventName: string | symbol, listener: (...args: any[]) => void): this;
497
+ once<E extends keyof ServerEventMap>(
498
+ eventName: E,
499
+ listener: (...args: ServerEventMap<Request, Response>[E]) => void,
500
+ ): this;
501
+ once(eventName: string | symbol, listener: (...args: any[]) => void): this;
502
+ prependListener<E extends keyof ServerEventMap>(
503
+ eventName: E,
504
+ listener: (...args: ServerEventMap<Request, Response>[E]) => void,
505
+ ): this;
506
+ prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
507
+ prependOnceListener<E extends keyof ServerEventMap>(
508
+ eventName: E,
509
+ listener: (...args: ServerEventMap<Request, Response>[E]) => void,
510
+ ): this;
511
+ prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
512
+ rawListeners<E extends keyof ServerEventMap>(
513
+ eventName: E,
514
+ ): ((...args: ServerEventMap<Request, Response>[E]) => void)[];
515
+ rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
516
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
517
+ removeAllListeners<E extends keyof ServerEventMap>(eventName?: E): this;
518
+ removeAllListeners(eventName?: string | symbol): this;
519
+ removeListener<E extends keyof ServerEventMap>(
520
+ eventName: E,
521
+ listener: (...args: ServerEventMap<Request, Response>[E]) => void,
522
+ ): this;
523
+ removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
524
+ // #endregion
525
+ }
526
+ interface OutgoingMessageEventMap extends stream.WritableEventMap {
527
+ "prefinish": [];
528
+ }
529
+ /**
530
+ * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract outgoing message from
531
+ * the perspective of the participants of an HTTP transaction.
532
+ * @since v0.1.17
533
+ */
534
+ class OutgoingMessage<Request extends IncomingMessage = IncomingMessage> extends stream.Writable {
535
+ constructor();
536
+ readonly req: Request;
537
+ chunkedEncoding: boolean;
538
+ shouldKeepAlive: boolean;
539
+ useChunkedEncodingByDefault: boolean;
540
+ sendDate: boolean;
541
+ /**
542
+ * @deprecated Use `writableEnded` instead.
543
+ */
544
+ finished: boolean;
545
+ /**
546
+ * Read-only. `true` if the headers were sent, otherwise `false`.
547
+ * @since v0.9.3
548
+ */
549
+ readonly headersSent: boolean;
550
+ /**
551
+ * Alias of `outgoingMessage.socket`.
552
+ * @since v0.3.0
553
+ * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead.
554
+ */
555
+ readonly connection: net.Socket | null;
556
+ /**
557
+ * Reference to the underlying socket. Usually, users will not want to access
558
+ * this property.
559
+ *
560
+ * After calling `outgoingMessage.end()`, this property will be nulled.
561
+ * @since v0.3.0
562
+ */
563
+ readonly socket: net.Socket | null;
564
+ /**
565
+ * Once a socket is associated with the message and is connected, `socket.setTimeout()` will be called with `msecs` as the first parameter.
566
+ * @since v0.9.12
567
+ * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event.
568
+ */
569
+ setTimeout(msecs: number, callback?: () => void): this;
570
+ /**
571
+ * Sets a single header value. If the header already exists in the to-be-sent
572
+ * headers, its value will be replaced. Use an array of strings to send multiple
573
+ * headers with the same name.
574
+ * @since v0.4.0
575
+ * @param name Header name
576
+ * @param value Header value
577
+ */
578
+ setHeader(name: string, value: number | string | readonly string[]): this;
579
+ /**
580
+ * Sets multiple header values for implicit headers. headers must be an instance of
581
+ * `Headers` or `Map`, if a header already exists in the to-be-sent headers, its
582
+ * value will be replaced.
583
+ *
584
+ * ```js
585
+ * const headers = new Headers({ foo: 'bar' });
586
+ * outgoingMessage.setHeaders(headers);
587
+ * ```
588
+ *
589
+ * or
590
+ *
591
+ * ```js
592
+ * const headers = new Map([['foo', 'bar']]);
593
+ * outgoingMessage.setHeaders(headers);
594
+ * ```
595
+ *
596
+ * When headers have been set with `outgoingMessage.setHeaders()`, they will be
597
+ * merged with any headers passed to `response.writeHead()`, with the headers passed
598
+ * to `response.writeHead()` given precedence.
599
+ *
600
+ * ```js
601
+ * // Returns content-type = text/plain
602
+ * const server = http.createServer((req, res) => {
603
+ * const headers = new Headers({ 'Content-Type': 'text/html' });
604
+ * res.setHeaders(headers);
605
+ * res.writeHead(200, { 'Content-Type': 'text/plain' });
606
+ * res.end('ok');
607
+ * });
608
+ * ```
609
+ *
610
+ * @since v19.6.0, v18.15.0
611
+ * @param name Header name
612
+ * @param value Header value
613
+ */
614
+ setHeaders(headers: Headers | Map<string, number | string | readonly string[]>): this;
615
+ /**
616
+ * Append a single header value to the header object.
617
+ *
618
+ * If the value is an array, this is equivalent to calling this method multiple
619
+ * times.
620
+ *
621
+ * If there were no previous values for the header, this is equivalent to calling `outgoingMessage.setHeader(name, value)`.
622
+ *
623
+ * Depending of the value of `options.uniqueHeaders` when the client request or the
624
+ * server were created, this will end up in the header being sent multiple times or
625
+ * a single time with values joined using `; `.
626
+ * @since v18.3.0, v16.17.0
627
+ * @param name Header name
628
+ * @param value Header value
629
+ */
630
+ appendHeader(name: string, value: string | readonly string[]): this;
631
+ /**
632
+ * Gets the value of the HTTP header with the given name. If that header is not
633
+ * set, the returned value will be `undefined`.
634
+ * @since v0.4.0
635
+ * @param name Name of header
636
+ */
637
+ getHeader(name: string): number | string | string[] | undefined;
638
+ /**
639
+ * Returns a shallow copy of the current outgoing headers. Since a shallow
640
+ * copy is used, array values may be mutated without additional calls to
641
+ * various header-related HTTP module methods. The keys of the returned
642
+ * object are the header names and the values are the respective header
643
+ * values. All header names are lowercase.
644
+ *
645
+ * The object returned by the `outgoingMessage.getHeaders()` method does
646
+ * not prototypically inherit from the JavaScript `Object`. This means that
647
+ * typical `Object` methods such as `obj.toString()`, `obj.hasOwnProperty()`,
648
+ * and others are not defined and will not work.
649
+ *
650
+ * ```js
651
+ * outgoingMessage.setHeader('Foo', 'bar');
652
+ * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
653
+ *
654
+ * const headers = outgoingMessage.getHeaders();
655
+ * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] }
656
+ * ```
657
+ * @since v7.7.0
658
+ */
659
+ getHeaders(): OutgoingHttpHeaders;
660
+ /**
661
+ * Returns an array containing the unique names of the current outgoing headers.
662
+ * All names are lowercase.
663
+ * @since v7.7.0
664
+ */
665
+ getHeaderNames(): string[];
666
+ /**
667
+ * Returns `true` if the header identified by `name` is currently set in the
668
+ * outgoing headers. The header name is case-insensitive.
669
+ *
670
+ * ```js
671
+ * const hasContentType = outgoingMessage.hasHeader('content-type');
672
+ * ```
673
+ * @since v7.7.0
674
+ */
675
+ hasHeader(name: string): boolean;
676
+ /**
677
+ * Removes a header that is queued for implicit sending.
678
+ *
679
+ * ```js
680
+ * outgoingMessage.removeHeader('Content-Encoding');
681
+ * ```
682
+ * @since v0.4.0
683
+ * @param name Header name
684
+ */
685
+ removeHeader(name: string): void;
686
+ /**
687
+ * Adds HTTP trailers (headers but at the end of the message) to the message.
688
+ *
689
+ * Trailers will **only** be emitted if the message is chunked encoded. If not,
690
+ * the trailers will be silently discarded.
691
+ *
692
+ * HTTP requires the `Trailer` header to be sent to emit trailers,
693
+ * with a list of header field names in its value, e.g.
694
+ *
695
+ * ```js
696
+ * message.writeHead(200, { 'Content-Type': 'text/plain',
697
+ * 'Trailer': 'Content-MD5' });
698
+ * message.write(fileData);
699
+ * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' });
700
+ * message.end();
701
+ * ```
702
+ *
703
+ * Attempting to set a header field name or value that contains invalid characters
704
+ * will result in a `TypeError` being thrown.
705
+ * @since v0.3.0
706
+ */
707
+ addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void;
708
+ /**
709
+ * Flushes the message headers.
710
+ *
711
+ * For efficiency reason, Node.js normally buffers the message headers
712
+ * until `outgoingMessage.end()` is called or the first chunk of message data
713
+ * is written. It then tries to pack the headers and data into a single TCP
714
+ * packet.
715
+ *
716
+ * It is usually desired (it saves a TCP round-trip), but not when the first
717
+ * data is not sent until possibly much later. `outgoingMessage.flushHeaders()` bypasses the optimization and kickstarts the message.
718
+ * @since v1.6.0
719
+ */
720
+ flushHeaders(): void;
721
+ // #region InternalEventEmitter
722
+ addListener<E extends keyof OutgoingMessageEventMap>(
723
+ eventName: E,
724
+ listener: (...args: OutgoingMessageEventMap[E]) => void,
725
+ ): this;
726
+ addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
727
+ emit<E extends keyof OutgoingMessageEventMap>(eventName: E, ...args: OutgoingMessageEventMap[E]): boolean;
728
+ emit(eventName: string | symbol, ...args: any[]): boolean;
729
+ listenerCount<E extends keyof OutgoingMessageEventMap>(
730
+ eventName: E,
731
+ listener?: (...args: OutgoingMessageEventMap[E]) => void,
732
+ ): number;
733
+ listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
734
+ listeners<E extends keyof OutgoingMessageEventMap>(
735
+ eventName: E,
736
+ ): ((...args: OutgoingMessageEventMap[E]) => void)[];
737
+ listeners(eventName: string | symbol): ((...args: any[]) => void)[];
738
+ off<E extends keyof OutgoingMessageEventMap>(
739
+ eventName: E,
740
+ listener: (...args: OutgoingMessageEventMap[E]) => void,
741
+ ): this;
742
+ off(eventName: string | symbol, listener: (...args: any[]) => void): this;
743
+ on<E extends keyof OutgoingMessageEventMap>(
744
+ eventName: E,
745
+ listener: (...args: OutgoingMessageEventMap[E]) => void,
746
+ ): this;
747
+ on(eventName: string | symbol, listener: (...args: any[]) => void): this;
748
+ once<E extends keyof OutgoingMessageEventMap>(
749
+ eventName: E,
750
+ listener: (...args: OutgoingMessageEventMap[E]) => void,
751
+ ): this;
752
+ once(eventName: string | symbol, listener: (...args: any[]) => void): this;
753
+ prependListener<E extends keyof OutgoingMessageEventMap>(
754
+ eventName: E,
755
+ listener: (...args: OutgoingMessageEventMap[E]) => void,
756
+ ): this;
757
+ prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
758
+ prependOnceListener<E extends keyof OutgoingMessageEventMap>(
759
+ eventName: E,
760
+ listener: (...args: OutgoingMessageEventMap[E]) => void,
761
+ ): this;
762
+ prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
763
+ rawListeners<E extends keyof OutgoingMessageEventMap>(
764
+ eventName: E,
765
+ ): ((...args: OutgoingMessageEventMap[E]) => void)[];
766
+ rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
767
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
768
+ removeAllListeners<E extends keyof OutgoingMessageEventMap>(eventName?: E): this;
769
+ removeAllListeners(eventName?: string | symbol): this;
770
+ removeListener<E extends keyof OutgoingMessageEventMap>(
771
+ eventName: E,
772
+ listener: (...args: OutgoingMessageEventMap[E]) => void,
773
+ ): this;
774
+ removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
775
+ // #endregion
776
+ }
777
+ /**
778
+ * This object is created internally by an HTTP server, not by the user. It is
779
+ * passed as the second parameter to the `'request'` event.
780
+ * @since v0.1.17
781
+ */
782
+ class ServerResponse<Request extends IncomingMessage = IncomingMessage> extends OutgoingMessage<Request> {
783
+ /**
784
+ * When using implicit headers (not calling `response.writeHead()` explicitly),
785
+ * this property controls the status code that will be sent to the client when
786
+ * the headers get flushed.
787
+ *
788
+ * ```js
789
+ * response.statusCode = 404;
790
+ * ```
791
+ *
792
+ * After response header was sent to the client, this property indicates the
793
+ * status code which was sent out.
794
+ * @since v0.4.0
795
+ */
796
+ statusCode: number;
797
+ /**
798
+ * When using implicit headers (not calling `response.writeHead()` explicitly),
799
+ * this property controls the status message that will be sent to the client when
800
+ * the headers get flushed. If this is left as `undefined` then the standard
801
+ * message for the status code will be used.
802
+ *
803
+ * ```js
804
+ * response.statusMessage = 'Not found';
805
+ * ```
806
+ *
807
+ * After response header was sent to the client, this property indicates the
808
+ * status message which was sent out.
809
+ * @since v0.11.8
810
+ */
811
+ statusMessage: string;
812
+ /**
813
+ * If set to `true`, Node.js will check whether the `Content-Length` header value and the size of the body, in bytes, are equal.
814
+ * Mismatching the `Content-Length` header value will result
815
+ * in an `Error` being thrown, identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`.
816
+ * @since v18.10.0, v16.18.0
817
+ */
818
+ strictContentLength: boolean;
819
+ constructor(req: Request);
820
+ assignSocket(socket: net.Socket): void;
821
+ detachSocket(socket: net.Socket): void;
822
+ /**
823
+ * Sends an HTTP/1.1 100 Continue message to the client, indicating that
824
+ * the request body should be sent. See the `'checkContinue'` event on `Server`.
825
+ * @since v0.3.0
826
+ */
827
+ writeContinue(callback?: () => void): void;
828
+ /**
829
+ * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header,
830
+ * indicating that the user agent can preload/preconnect the linked resources.
831
+ * The `hints` is an object containing the values of headers to be sent with
832
+ * early hints message. The optional `callback` argument will be called when
833
+ * the response message has been written.
834
+ *
835
+ * **Example**
836
+ *
837
+ * ```js
838
+ * const earlyHintsLink = '</styles.css>; rel=preload; as=style';
839
+ * response.writeEarlyHints({
840
+ * 'link': earlyHintsLink,
841
+ * });
842
+ *
843
+ * const earlyHintsLinks = [
844
+ * '</styles.css>; rel=preload; as=style',
845
+ * '</scripts.js>; rel=preload; as=script',
846
+ * ];
847
+ * response.writeEarlyHints({
848
+ * 'link': earlyHintsLinks,
849
+ * 'x-trace-id': 'id for diagnostics',
850
+ * });
851
+ *
852
+ * const earlyHintsCallback = () => console.log('early hints message sent');
853
+ * response.writeEarlyHints({
854
+ * 'link': earlyHintsLinks,
855
+ * }, earlyHintsCallback);
856
+ * ```
857
+ * @since v18.11.0
858
+ * @param hints An object containing the values of headers
859
+ * @param callback Will be called when the response message has been written
860
+ */
861
+ writeEarlyHints(hints: Record<string, string | string[]>, callback?: () => void): void;
862
+ /**
863
+ * Sends a response header to the request. The status code is a 3-digit HTTP
864
+ * status code, like `404`. The last argument, `headers`, are the response headers.
865
+ * Optionally one can give a human-readable `statusMessage` as the second
866
+ * argument.
867
+ *
868
+ * `headers` may be an `Array` where the keys and values are in the same list.
869
+ * It is _not_ a list of tuples. So, the even-numbered offsets are key values,
870
+ * and the odd-numbered offsets are the associated values. The array is in the same
871
+ * format as `request.rawHeaders`.
872
+ *
873
+ * Returns a reference to the `ServerResponse`, so that calls can be chained.
874
+ *
875
+ * ```js
876
+ * const body = 'hello world';
877
+ * response
878
+ * .writeHead(200, {
879
+ * 'Content-Length': Buffer.byteLength(body),
880
+ * 'Content-Type': 'text/plain',
881
+ * })
882
+ * .end(body);
883
+ * ```
884
+ *
885
+ * This method must only be called once on a message and it must
886
+ * be called before `response.end()` is called.
887
+ *
888
+ * If `response.write()` or `response.end()` are called before calling
889
+ * this, the implicit/mutable headers will be calculated and call this function.
890
+ *
891
+ * When headers have been set with `response.setHeader()`, they will be merged
892
+ * with any headers passed to `response.writeHead()`, with the headers passed
893
+ * to `response.writeHead()` given precedence.
894
+ *
895
+ * If this method is called and `response.setHeader()` has not been called,
896
+ * it will directly write the supplied header values onto the network channel
897
+ * without caching internally, and the `response.getHeader()` on the header
898
+ * will not yield the expected result. If progressive population of headers is
899
+ * desired with potential future retrieval and modification, use `response.setHeader()` instead.
900
+ *
901
+ * ```js
902
+ * // Returns content-type = text/plain
903
+ * const server = http.createServer((req, res) => {
904
+ * res.setHeader('Content-Type', 'text/html');
905
+ * res.setHeader('X-Foo', 'bar');
906
+ * res.writeHead(200, { 'Content-Type': 'text/plain' });
907
+ * res.end('ok');
908
+ * });
909
+ * ```
910
+ *
911
+ * `Content-Length` is read in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js
912
+ * will check whether `Content-Length` and the length of the body which has
913
+ * been transmitted are equal or not.
914
+ *
915
+ * Attempting to set a header field name or value that contains invalid characters
916
+ * will result in a `Error` being thrown.
917
+ * @since v0.1.30
918
+ */
919
+ writeHead(
920
+ statusCode: number,
921
+ statusMessage?: string,
922
+ headers?: OutgoingHttpHeaders | OutgoingHttpHeader[],
923
+ ): this;
924
+ writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this;
925
+ /**
926
+ * Sends an arbitrary HTTP/1.1 1xx informational response to the client. This
927
+ * is a generic equivalent of `response.writeContinue()`,
928
+ * `response.writeProcessing()` and `response.writeEarlyHints()`, and
929
+ * can be called multiple times before the final response. After the final
930
+ * response headers have been sent (via `response.writeHead()` or an
931
+ * implicit header), calling this method throws `ERR_HTTP_HEADERS_SENT`.
932
+ *
933
+ * Clients receive these responses via the [`'information'`](https://nodejs.org/docs/latest-v26.x/api/http.html#event-information)
934
+ * event on `http.ClientRequest`.
935
+ *
936
+ * ```js
937
+ * response.writeInformation(110, { 'X-Progress': '50%' });
938
+ * ```
939
+ * @since v26.2.0
940
+ * @param statusCode An HTTP 1xx informational status code, between `100`
941
+ * and `199` inclusive, excluding `101` (Switching Protocols) which is only
942
+ * available through the [`'upgrade'`](https://nodejs.org/docs/latest-v26.x/api/http.html#event-upgrade) event.
943
+ * @param headers An optional set of headers to send with the
944
+ * informational response. Accepts the same shapes as
945
+ * `response.writeHead()`.
946
+ * @param callback Optional, called once the message has been written
947
+ * to the socket.
948
+ */
949
+ writeInformation(
950
+ statusCode: number,
951
+ headers?: OutgoingHttpHeaders | readonly string[],
952
+ callback?: () => void,
953
+ ): void;
954
+ writeInformation(statusCode: number, callback: () => void): void;
955
+ /**
956
+ * Sends a HTTP/1.1 102 Processing message to the client, indicating that
957
+ * the request body should be sent.
958
+ * @since v10.0.0
959
+ */
960
+ writeProcessing(callback?: () => void): void;
961
+ }
962
+ interface InformationEvent {
963
+ httpVersion: string;
964
+ httpVersionMajor: number;
965
+ httpVersionMinor: number;
966
+ statusCode: number;
967
+ statusMessage: string;
968
+ headers: IncomingHttpHeaders;
969
+ rawHeaders: string[];
970
+ }
971
+ interface ClientRequestEventMap extends stream.WritableEventMap {
972
+ /** @deprecated Listen for the `'close'` event instead. */
973
+ "abort": [];
974
+ "connect": [response: IncomingMessage, socket: net.Socket, head: NonSharedBuffer];
975
+ "continue": [];
976
+ "information": [info: InformationEvent];
977
+ "response": [response: IncomingMessage];
978
+ "socket": [socket: net.Socket];
979
+ "timeout": [];
980
+ "upgrade": [response: IncomingMessage, stream: net.Socket, head: NonSharedBuffer];
981
+ }
982
+ /**
983
+ * This object is created internally and returned from {@link request}. It
984
+ * represents an _in-progress_ request whose header has already been queued. The
985
+ * header is still mutable using the `setHeader(name, value)`, `getHeader(name)`, `removeHeader(name)` API. The actual header will
986
+ * be sent along with the first data chunk or when calling `request.end()`.
987
+ *
988
+ * To get the response, add a listener for `'response'` to the request object. `'response'` will be emitted from the request object when the response
989
+ * headers have been received. The `'response'` event is executed with one
990
+ * argument which is an instance of {@link IncomingMessage}.
991
+ *
992
+ * During the `'response'` event, one can add listeners to the
993
+ * response object; particularly to listen for the `'data'` event.
994
+ *
995
+ * If no `'response'` handler is added, then the response will be
996
+ * entirely discarded. However, if a `'response'` event handler is added,
997
+ * then the data from the response object **must** be consumed, either by
998
+ * calling `response.read()` whenever there is a `'readable'` event, or
999
+ * by adding a `'data'` handler, or by calling the `.resume()` method.
1000
+ * Until the data is consumed, the `'end'` event will not fire. Also, until
1001
+ * the data is read it will consume memory that can eventually lead to a
1002
+ * 'process out of memory' error.
1003
+ *
1004
+ * For backward compatibility, `res` will only emit `'error'` if there is an `'error'` listener registered.
1005
+ *
1006
+ * Set `Content-Length` header to limit the response body size.
1007
+ * If `response.strictContentLength` is set to `true`, mismatching the `Content-Length` header value will result in an `Error` being thrown,
1008
+ * identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`.
1009
+ *
1010
+ * `Content-Length` value should be in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes.
1011
+ * @since v0.1.17
1012
+ */
1013
+ class ClientRequest extends OutgoingMessage {
1014
+ /**
1015
+ * The `request.aborted` property will be `true` if the request has
1016
+ * been aborted.
1017
+ * @since v0.11.14
1018
+ * @deprecated Since v17.0.0, v16.12.0 - Check `destroyed` instead.
1019
+ */
1020
+ aborted: boolean;
1021
+ /**
1022
+ * The request host.
1023
+ * @since v14.5.0, v12.19.0
1024
+ */
1025
+ host: string;
1026
+ /**
1027
+ * The request protocol.
1028
+ * @since v14.5.0, v12.19.0
1029
+ */
1030
+ protocol: string;
1031
+ /**
1032
+ * When sending request through a keep-alive enabled agent, the underlying socket
1033
+ * might be reused. But if server closes connection at unfortunate time, client
1034
+ * may run into a 'ECONNRESET' error.
1035
+ *
1036
+ * ```js
1037
+ * import http from 'node:http';
1038
+ * const agent = new http.Agent({ keepAlive: true });
1039
+ *
1040
+ * // Server has a 5 seconds keep-alive timeout by default
1041
+ * http
1042
+ * .createServer((req, res) => {
1043
+ * res.write('hello\n');
1044
+ * res.end();
1045
+ * })
1046
+ * .listen(3000);
1047
+ *
1048
+ * setInterval(() => {
1049
+ * // Adapting a keep-alive agent
1050
+ * http.get('http://localhost:3000', { agent }, (res) => {
1051
+ * res.on('data', (data) => {
1052
+ * // Do nothing
1053
+ * });
1054
+ * });
1055
+ * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout
1056
+ * ```
1057
+ *
1058
+ * By marking a request whether it reused socket or not, we can do
1059
+ * automatic error retry base on it.
1060
+ *
1061
+ * ```js
1062
+ * import http from 'node:http';
1063
+ * const agent = new http.Agent({ keepAlive: true });
1064
+ *
1065
+ * function retriableRequest() {
1066
+ * const req = http
1067
+ * .get('http://localhost:3000', { agent }, (res) => {
1068
+ * // ...
1069
+ * })
1070
+ * .on('error', (err) => {
1071
+ * // Check if retry is needed
1072
+ * if (req.reusedSocket &#x26;&#x26; err.code === 'ECONNRESET') {
1073
+ * retriableRequest();
1074
+ * }
1075
+ * });
1076
+ * }
1077
+ *
1078
+ * retriableRequest();
1079
+ * ```
1080
+ * @since v13.0.0, v12.16.0
1081
+ */
1082
+ reusedSocket: boolean;
1083
+ /**
1084
+ * Limits maximum response headers count. If set to 0, no limit will be applied.
1085
+ */
1086
+ maxHeadersCount: number;
1087
+ constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void);
1088
+ /**
1089
+ * The request method.
1090
+ * @since v0.1.97
1091
+ */
1092
+ method: string;
1093
+ /**
1094
+ * The request path.
1095
+ * @since v0.4.0
1096
+ */
1097
+ path: string;
1098
+ /**
1099
+ * Marks the request as aborting. Calling this will cause remaining data
1100
+ * in the response to be dropped and the socket to be destroyed.
1101
+ * @since v0.3.8
1102
+ * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead.
1103
+ */
1104
+ abort(): void;
1105
+ onSocket(socket: net.Socket): void;
1106
+ /**
1107
+ * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called.
1108
+ * @since v0.5.9
1109
+ * @param timeout Milliseconds before a request times out.
1110
+ * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event.
1111
+ */
1112
+ setTimeout(timeout: number, callback?: () => void): this;
1113
+ /**
1114
+ * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called.
1115
+ * @since v0.5.9
1116
+ */
1117
+ setNoDelay(noDelay?: boolean): void;
1118
+ /**
1119
+ * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called.
1120
+ * @since v0.5.9
1121
+ */
1122
+ setSocketKeepAlive(enable?: boolean, initialDelay?: number): void;
1123
+ /**
1124
+ * Returns an array containing the unique names of the current outgoing raw
1125
+ * headers. Header names are returned with their exact casing being set.
1126
+ *
1127
+ * ```js
1128
+ * request.setHeader('Foo', 'bar');
1129
+ * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']);
1130
+ *
1131
+ * const headerNames = request.getRawHeaderNames();
1132
+ * // headerNames === ['Foo', 'Set-Cookie']
1133
+ * ```
1134
+ * @since v15.13.0, v14.17.0
1135
+ */
1136
+ getRawHeaderNames(): string[];
1137
+ // #region InternalEventEmitter
1138
+ addListener<E extends keyof ClientRequestEventMap>(
1139
+ eventName: E,
1140
+ listener: (...args: ClientRequestEventMap[E]) => void,
1141
+ ): this;
1142
+ addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1143
+ emit<E extends keyof ClientRequestEventMap>(eventName: E, ...args: ClientRequestEventMap[E]): boolean;
1144
+ emit(eventName: string | symbol, ...args: any[]): boolean;
1145
+ listenerCount<E extends keyof ClientRequestEventMap>(
1146
+ eventName: E,
1147
+ listener?: (...args: ClientRequestEventMap[E]) => void,
1148
+ ): number;
1149
+ listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
1150
+ listeners<E extends keyof ClientRequestEventMap>(eventName: E): ((...args: ClientRequestEventMap[E]) => void)[];
1151
+ listeners(eventName: string | symbol): ((...args: any[]) => void)[];
1152
+ off<E extends keyof ClientRequestEventMap>(
1153
+ eventName: E,
1154
+ listener: (...args: ClientRequestEventMap[E]) => void,
1155
+ ): this;
1156
+ off(eventName: string | symbol, listener: (...args: any[]) => void): this;
1157
+ on<E extends keyof ClientRequestEventMap>(
1158
+ eventName: E,
1159
+ listener: (...args: ClientRequestEventMap[E]) => void,
1160
+ ): this;
1161
+ on(eventName: string | symbol, listener: (...args: any[]) => void): this;
1162
+ once<E extends keyof ClientRequestEventMap>(
1163
+ eventName: E,
1164
+ listener: (...args: ClientRequestEventMap[E]) => void,
1165
+ ): this;
1166
+ once(eventName: string | symbol, listener: (...args: any[]) => void): this;
1167
+ prependListener<E extends keyof ClientRequestEventMap>(
1168
+ eventName: E,
1169
+ listener: (...args: ClientRequestEventMap[E]) => void,
1170
+ ): this;
1171
+ prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1172
+ prependOnceListener<E extends keyof ClientRequestEventMap>(
1173
+ eventName: E,
1174
+ listener: (...args: ClientRequestEventMap[E]) => void,
1175
+ ): this;
1176
+ prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1177
+ rawListeners<E extends keyof ClientRequestEventMap>(
1178
+ eventName: E,
1179
+ ): ((...args: ClientRequestEventMap[E]) => void)[];
1180
+ rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
1181
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
1182
+ removeAllListeners<E extends keyof ClientRequestEventMap>(eventName?: E): this;
1183
+ removeAllListeners(eventName?: string | symbol): this;
1184
+ removeListener<E extends keyof ClientRequestEventMap>(
1185
+ eventName: E,
1186
+ listener: (...args: ClientRequestEventMap[E]) => void,
1187
+ ): this;
1188
+ removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1189
+ // #endregion
1190
+ }
1191
+ interface IncomingMessageEventMap extends stream.ReadableEventMap {
1192
+ /** @deprecated Listen for `'close'` event instead. */
1193
+ "aborted": [];
1194
+ }
1195
+ /**
1196
+ * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to
1197
+ * access response
1198
+ * status, headers, and data.
1199
+ *
1200
+ * Different from its `socket` value which is a subclass of `stream.Duplex`, the `IncomingMessage` itself extends `stream.Readable` and is created separately to
1201
+ * parse and emit the incoming HTTP headers and payload, as the underlying socket
1202
+ * may be reused multiple times in case of keep-alive.
1203
+ * @since v0.1.17
1204
+ */
1205
+ class IncomingMessage extends stream.Readable {
1206
+ constructor(socket: net.Socket);
1207
+ /**
1208
+ * The `message.aborted` property will be `true` if the request has
1209
+ * been aborted.
1210
+ * @since v10.1.0
1211
+ * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from <a href="stream.html#class-streamreadable" class="type">stream.Readable</a>.
1212
+ */
1213
+ aborted: boolean;
1214
+ /**
1215
+ * In case of server request, the HTTP version sent by the client. In the case of
1216
+ * client response, the HTTP version of the connected-to server.
1217
+ * Probably either `'1.1'` or `'1.0'`.
1218
+ *
1219
+ * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second.
1220
+ * @since v0.1.1
1221
+ */
1222
+ httpVersion: string;
1223
+ httpVersionMajor: number;
1224
+ httpVersionMinor: number;
1225
+ /**
1226
+ * The `message.complete` property will be `true` if a complete HTTP message has
1227
+ * been received and successfully parsed.
1228
+ *
1229
+ * This property is particularly useful as a means of determining if a client or
1230
+ * server fully transmitted a message before a connection was terminated:
1231
+ *
1232
+ * ```js
1233
+ * const req = http.request({
1234
+ * host: '127.0.0.1',
1235
+ * port: 8080,
1236
+ * method: 'POST',
1237
+ * }, (res) => {
1238
+ * res.resume();
1239
+ * res.on('end', () => {
1240
+ * if (!res.complete)
1241
+ * console.error(
1242
+ * 'The connection was terminated while the message was still being sent');
1243
+ * });
1244
+ * });
1245
+ * ```
1246
+ * @since v0.3.0
1247
+ */
1248
+ complete: boolean;
1249
+ /**
1250
+ * Alias for `message.socket`.
1251
+ * @since v0.1.90
1252
+ * @deprecated Since v16.0.0 - Use `socket`.
1253
+ */
1254
+ connection: net.Socket;
1255
+ /**
1256
+ * The `net.Socket` object associated with the connection.
1257
+ *
1258
+ * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the
1259
+ * client's authentication details.
1260
+ *
1261
+ * This property is guaranteed to be an instance of the `net.Socket` class,
1262
+ * a subclass of `stream.Duplex`, unless the user specified a socket
1263
+ * type other than `net.Socket` or internally nulled.
1264
+ * @since v0.3.0
1265
+ */
1266
+ socket: net.Socket;
1267
+ /**
1268
+ * The request/response headers object.
1269
+ *
1270
+ * Key-value pairs of header names and values. Header names are lower-cased.
1271
+ *
1272
+ * ```js
1273
+ * // Prints something like:
1274
+ * //
1275
+ * // { 'user-agent': 'curl/7.22.0',
1276
+ * // host: '127.0.0.1:8000',
1277
+ * // accept: '*' }
1278
+ * console.log(request.headers);
1279
+ * ```
1280
+ *
1281
+ * Duplicates in raw headers are handled in the following ways, depending on the
1282
+ * header name:
1283
+ *
1284
+ * * Duplicates of `age`, `authorization`, `content-length`, `content-type`, `etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`, `last-modified`, `location`,
1285
+ * `max-forwards`, `proxy-authorization`, `referer`, `retry-after`, `server`, or `user-agent` are discarded.
1286
+ * To allow duplicate values of the headers listed above to be joined,
1287
+ * use the option `joinDuplicateHeaders` in {@link request} and {@link createServer}. See RFC 9110 Section 5.3 for more
1288
+ * information.
1289
+ * * `set-cookie` is always an array. Duplicates are added to the array.
1290
+ * * For duplicate `cookie` headers, the values are joined together with `; `.
1291
+ * * For all other headers, the values are joined together with `, `.
1292
+ * @since v0.1.5
1293
+ */
1294
+ headers: IncomingHttpHeaders;
1295
+ /**
1296
+ * Similar to `message.headers`, but there is no join logic and the values are
1297
+ * always arrays of strings, even for headers received just once.
1298
+ *
1299
+ * ```js
1300
+ * // Prints something like:
1301
+ * //
1302
+ * // { 'user-agent': ['curl/7.22.0'],
1303
+ * // host: ['127.0.0.1:8000'],
1304
+ * // accept: ['*'] }
1305
+ * console.log(request.headersDistinct);
1306
+ * ```
1307
+ * @since v18.3.0, v16.17.0
1308
+ */
1309
+ headersDistinct: NodeJS.Dict<string[]>;
1310
+ /**
1311
+ * The raw request/response headers list exactly as they were received.
1312
+ *
1313
+ * The keys and values are in the same list. It is _not_ a
1314
+ * list of tuples. So, the even-numbered offsets are key values, and the
1315
+ * odd-numbered offsets are the associated values.
1316
+ *
1317
+ * Header names are not lowercased, and duplicates are not merged.
1318
+ *
1319
+ * ```js
1320
+ * // Prints something like:
1321
+ * //
1322
+ * // [ 'user-agent',
1323
+ * // 'this is invalid because there can be only one',
1324
+ * // 'User-Agent',
1325
+ * // 'curl/7.22.0',
1326
+ * // 'Host',
1327
+ * // '127.0.0.1:8000',
1328
+ * // 'ACCEPT',
1329
+ * // '*' ]
1330
+ * console.log(request.rawHeaders);
1331
+ * ```
1332
+ * @since v0.11.6
1333
+ */
1334
+ rawHeaders: string[];
1335
+ /**
1336
+ * The request/response trailers object. Only populated at the `'end'` event.
1337
+ * @since v0.3.0
1338
+ */
1339
+ trailers: NodeJS.Dict<string>;
1340
+ /**
1341
+ * Similar to `message.trailers`, but there is no join logic and the values are
1342
+ * always arrays of strings, even for headers received just once.
1343
+ * Only populated at the `'end'` event.
1344
+ * @since v18.3.0, v16.17.0
1345
+ */
1346
+ trailersDistinct: NodeJS.Dict<string[]>;
1347
+ /**
1348
+ * The raw request/response trailer keys and values exactly as they were
1349
+ * received. Only populated at the `'end'` event.
1350
+ * @since v0.11.6
1351
+ */
1352
+ rawTrailers: string[];
1353
+ /**
1354
+ * Calls `message.socket.setTimeout(msecs, callback)`.
1355
+ * @since v0.5.9
1356
+ */
1357
+ setTimeout(msecs: number, callback?: () => void): this;
1358
+ /**
1359
+ * An `AbortSignal` that is aborted when the underlying socket closes or the
1360
+ * request is destroyed. The signal is created lazily on first access — no
1361
+ * `AbortController` is allocated for requests that never use this property.
1362
+ *
1363
+ * This is useful for cancelling downstream asynchronous work such as database
1364
+ * queries or `fetch` calls when a client disconnects mid-request.
1365
+ *
1366
+ * ```js
1367
+ * import http from 'node:http';
1368
+ *
1369
+ * http.createServer(async (req, res) => {
1370
+ * try {
1371
+ * const data = await fetch('https://example.com/api', { signal: req.signal });
1372
+ * res.end(JSON.stringify(await data.json()));
1373
+ * } catch (err) {
1374
+ * if (err.name === 'AbortError') return;
1375
+ * res.statusCode = 500;
1376
+ * res.end('Internal Server Error');
1377
+ * }
1378
+ * }).listen(3000);
1379
+ * ```
1380
+ * @since v26.1.0
1381
+ */
1382
+ readonly signal: AbortSignal;
1383
+ /**
1384
+ * **Only valid for request obtained from {@link Server}.**
1385
+ *
1386
+ * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`.
1387
+ * @since v0.1.1
1388
+ */
1389
+ method?: string | undefined;
1390
+ /**
1391
+ * **Only valid for request obtained from {@link Server}.**
1392
+ *
1393
+ * Request URL string. This contains only the URL that is present in the actual
1394
+ * HTTP request. Take the following request:
1395
+ *
1396
+ * ```http
1397
+ * GET /status?name=ryan HTTP/1.1
1398
+ * Accept: text/plain
1399
+ * ```
1400
+ *
1401
+ * To parse the URL into its parts:
1402
+ *
1403
+ * ```js
1404
+ * new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`);
1405
+ * ```
1406
+ *
1407
+ * When `request.url` is `'/status?name=ryan'` and `process.env.HOST` is undefined:
1408
+ *
1409
+ * ```console
1410
+ * $ node
1411
+ * > new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`);
1412
+ * URL {
1413
+ * href: 'http://localhost/status?name=ryan',
1414
+ * origin: 'http://localhost',
1415
+ * protocol: 'http:',
1416
+ * username: '',
1417
+ * password: '',
1418
+ * host: 'localhost',
1419
+ * hostname: 'localhost',
1420
+ * port: '',
1421
+ * pathname: '/status',
1422
+ * search: '?name=ryan',
1423
+ * searchParams: URLSearchParams { 'name' => 'ryan' },
1424
+ * hash: ''
1425
+ * }
1426
+ * ```
1427
+ *
1428
+ * Ensure that you set `process.env.HOST` to the server's host name, or consider replacing this part entirely. If using `req.headers.host`, ensure proper
1429
+ * validation is used, as clients may specify a custom `Host` header.
1430
+ * @since v0.1.90
1431
+ */
1432
+ url?: string | undefined;
1433
+ /**
1434
+ * **Only valid for response obtained from {@link ClientRequest}.**
1435
+ *
1436
+ * The 3-digit HTTP response status code. E.G. `404`.
1437
+ * @since v0.1.1
1438
+ */
1439
+ statusCode?: number | undefined;
1440
+ /**
1441
+ * **Only valid for response obtained from {@link ClientRequest}.**
1442
+ *
1443
+ * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`.
1444
+ * @since v0.11.10
1445
+ */
1446
+ statusMessage?: string | undefined;
1447
+ /**
1448
+ * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error` is provided, an `'error'` event is emitted on the socket and `error` is passed
1449
+ * as an argument to any listeners on the event.
1450
+ * @since v0.3.0
1451
+ */
1452
+ destroy(error?: Error): this;
1453
+ // #region InternalEventEmitter
1454
+ addListener<E extends keyof IncomingMessageEventMap>(
1455
+ eventName: E,
1456
+ listener: (...args: IncomingMessageEventMap[E]) => void,
1457
+ ): this;
1458
+ addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1459
+ emit<E extends keyof IncomingMessageEventMap>(eventName: E, ...args: IncomingMessageEventMap[E]): boolean;
1460
+ emit(eventName: string | symbol, ...args: any[]): boolean;
1461
+ listenerCount<E extends keyof IncomingMessageEventMap>(
1462
+ eventName: E,
1463
+ listener?: (...args: IncomingMessageEventMap[E]) => void,
1464
+ ): number;
1465
+ listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
1466
+ listeners<E extends keyof IncomingMessageEventMap>(
1467
+ eventName: E,
1468
+ ): ((...args: IncomingMessageEventMap[E]) => void)[];
1469
+ listeners(eventName: string | symbol): ((...args: any[]) => void)[];
1470
+ off<E extends keyof IncomingMessageEventMap>(
1471
+ eventName: E,
1472
+ listener: (...args: IncomingMessageEventMap[E]) => void,
1473
+ ): this;
1474
+ off(eventName: string | symbol, listener: (...args: any[]) => void): this;
1475
+ on<E extends keyof IncomingMessageEventMap>(
1476
+ eventName: E,
1477
+ listener: (...args: IncomingMessageEventMap[E]) => void,
1478
+ ): this;
1479
+ on(eventName: string | symbol, listener: (...args: any[]) => void): this;
1480
+ once<E extends keyof IncomingMessageEventMap>(
1481
+ eventName: E,
1482
+ listener: (...args: IncomingMessageEventMap[E]) => void,
1483
+ ): this;
1484
+ once(eventName: string | symbol, listener: (...args: any[]) => void): this;
1485
+ prependListener<E extends keyof IncomingMessageEventMap>(
1486
+ eventName: E,
1487
+ listener: (...args: IncomingMessageEventMap[E]) => void,
1488
+ ): this;
1489
+ prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1490
+ prependOnceListener<E extends keyof IncomingMessageEventMap>(
1491
+ eventName: E,
1492
+ listener: (...args: IncomingMessageEventMap[E]) => void,
1493
+ ): this;
1494
+ prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1495
+ rawListeners<E extends keyof IncomingMessageEventMap>(
1496
+ eventName: E,
1497
+ ): ((...args: IncomingMessageEventMap[E]) => void)[];
1498
+ rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
1499
+ // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
1500
+ removeAllListeners<E extends keyof IncomingMessageEventMap>(eventName?: E): this;
1501
+ removeAllListeners(eventName?: string | symbol): this;
1502
+ removeListener<E extends keyof IncomingMessageEventMap>(
1503
+ eventName: E,
1504
+ listener: (...args: IncomingMessageEventMap[E]) => void,
1505
+ ): this;
1506
+ removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
1507
+ // #endregion
1508
+ }
1509
+ interface ProxyEnv extends NodeJS.ProcessEnv {
1510
+ HTTP_PROXY?: string | undefined;
1511
+ HTTPS_PROXY?: string | undefined;
1512
+ NO_PROXY?: string | undefined;
1513
+ http_proxy?: string | undefined;
1514
+ https_proxy?: string | undefined;
1515
+ no_proxy?: string | undefined;
1516
+ }
1517
+ interface AgentOptions extends NodeJS.PartialOptions<net.TcpSocketConnectOpts> {
1518
+ /**
1519
+ * Keep sockets around in a pool to be used by other requests in the future. Default = false
1520
+ */
1521
+ keepAlive?: boolean | undefined;
1522
+ /**
1523
+ * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000.
1524
+ * Only relevant if keepAlive is set to true.
1525
+ */
1526
+ keepAliveMsecs?: number | undefined;
1527
+ /**
1528
+ * Milliseconds to subtract from
1529
+ * the server-provided `keep-alive: timeout=...` hint when determining socket
1530
+ * expiration time. This buffer helps ensure the agent closes the socket
1531
+ * slightly before the server does, reducing the chance of sending a request
1532
+ * on a socket that’s about to be closed by the server.
1533
+ * @since v24.7.0
1534
+ * @default 1000
1535
+ */
1536
+ agentKeepAliveTimeoutBuffer?: number | undefined;
1537
+ /**
1538
+ * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity
1539
+ */
1540
+ maxSockets?: number | undefined;
1541
+ /**
1542
+ * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity.
1543
+ */
1544
+ maxTotalSockets?: number | undefined;
1545
+ /**
1546
+ * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256.
1547
+ */
1548
+ maxFreeSockets?: number | undefined;
1549
+ /**
1550
+ * Socket timeout in milliseconds. This will set the timeout after the socket is connected.
1551
+ */
1552
+ timeout?: number | undefined;
1553
+ /**
1554
+ * Scheduling strategy to apply when picking the next free socket to use.
1555
+ * @default `lifo`
1556
+ */
1557
+ scheduling?: "fifo" | "lifo" | undefined;
1558
+ /**
1559
+ * Environment variables for proxy configuration. See
1560
+ * [Built-in Proxy Support](https://nodejs.org/docs/latest-v26.x/api/http.html#built-in-proxy-support) for details.
1561
+ * @since v24.5.0
1562
+ */
1563
+ proxyEnv?: ProxyEnv | undefined;
1564
+ /**
1565
+ * Default port to use when the port is not specified in requests.
1566
+ * @since v24.5.0
1567
+ */
1568
+ defaultPort?: number | undefined;
1569
+ /**
1570
+ * The protocol to use for the agent.
1571
+ * @since v24.5.0
1572
+ */
1573
+ protocol?: string | undefined;
1574
+ }
1575
+ /**
1576
+ * An `Agent` is responsible for managing connection persistence
1577
+ * and reuse for HTTP clients. It maintains a queue of pending requests
1578
+ * for a given host and port, reusing a single socket connection for each
1579
+ * until the queue is empty, at which time the socket is either destroyed
1580
+ * or put into a pool where it is kept to be used again for requests to the
1581
+ * same host and port. Whether it is destroyed or pooled depends on the `keepAlive` `option`.
1582
+ *
1583
+ * Pooled connections have TCP Keep-Alive enabled for them, but servers may
1584
+ * still close idle connections, in which case they will be removed from the
1585
+ * pool and a new connection will be made when a new HTTP request is made for
1586
+ * that host and port. Servers may also refuse to allow multiple requests
1587
+ * over the same connection, in which case the connection will have to be
1588
+ * remade for every request and cannot be pooled. The `Agent` will still make
1589
+ * the requests to that server, but each one will occur over a new connection.
1590
+ *
1591
+ * When a connection is closed by the client or the server, it is removed
1592
+ * from the pool. Any unused sockets in the pool will be unrefed so as not
1593
+ * to keep the Node.js process running when there are no outstanding requests.
1594
+ * (see `socket.unref()`).
1595
+ *
1596
+ * It is good practice, to `destroy()` an `Agent` instance when it is no
1597
+ * longer in use, because unused sockets consume OS resources.
1598
+ *
1599
+ * Sockets are removed from an agent when the socket emits either
1600
+ * a `'close'` event or an `'agentRemove'` event. When intending to keep one
1601
+ * HTTP request open for a long time without keeping it in the agent, something
1602
+ * like the following may be done:
1603
+ *
1604
+ * ```js
1605
+ * http.get(options, (res) => {
1606
+ * // Do stuff
1607
+ * }).on('socket', (socket) => {
1608
+ * socket.emit('agentRemove');
1609
+ * });
1610
+ * ```
1611
+ *
1612
+ * An agent may also be used for an individual request. By providing `{agent: false}` as an option to the `http.get()` or `http.request()` functions, a one-time use `Agent` with default options
1613
+ * will be used
1614
+ * for the client connection.
1615
+ *
1616
+ * `agent:false`:
1617
+ *
1618
+ * ```js
1619
+ * http.get({
1620
+ * hostname: 'localhost',
1621
+ * port: 80,
1622
+ * path: '/',
1623
+ * agent: false, // Create a new agent just for this one request
1624
+ * }, (res) => {
1625
+ * // Do stuff with response
1626
+ * });
1627
+ * ```
1628
+ *
1629
+ * `options` in [`socket.connect()`](https://nodejs.org/docs/latest-v26.x/api/net.html#socketconnectoptions-connectlistener) are also supported.
1630
+ *
1631
+ * To configure any of them, a custom {@link Agent} instance must be created.
1632
+ *
1633
+ * ```js
1634
+ * import http from 'node:http';
1635
+ * const keepAliveAgent = new http.Agent({ keepAlive: true });
1636
+ * options.agent = keepAliveAgent;
1637
+ * http.request(options, onResponseCallback)
1638
+ * ```
1639
+ * @since v0.3.4
1640
+ */
1641
+ class Agent extends EventEmitter {
1642
+ /**
1643
+ * By default set to 256. For agents with `keepAlive` enabled, this
1644
+ * sets the maximum number of sockets that will be left open in the free
1645
+ * state.
1646
+ * @since v0.11.7
1647
+ */
1648
+ maxFreeSockets: number;
1649
+ /**
1650
+ * By default set to `Infinity`. Determines how many concurrent sockets the agent
1651
+ * can have open per origin. Origin is the returned value of `agent.getName()`.
1652
+ * @since v0.3.6
1653
+ */
1654
+ maxSockets: number;
1655
+ /**
1656
+ * By default set to `Infinity`. Determines how many concurrent sockets the agent
1657
+ * can have open. Unlike `maxSockets`, this parameter applies across all origins.
1658
+ * @since v14.5.0, v12.19.0
1659
+ */
1660
+ maxTotalSockets: number;
1661
+ /**
1662
+ * An object which contains arrays of sockets currently awaiting use by
1663
+ * the agent when `keepAlive` is enabled. Do not modify.
1664
+ *
1665
+ * Sockets in the `freeSockets` list will be automatically destroyed and
1666
+ * removed from the array on `'timeout'`.
1667
+ * @since v0.11.4
1668
+ */
1669
+ readonly freeSockets: NodeJS.ReadOnlyDict<net.Socket[]>;
1670
+ /**
1671
+ * An object which contains arrays of sockets currently in use by the
1672
+ * agent. Do not modify.
1673
+ * @since v0.3.6
1674
+ */
1675
+ readonly sockets: NodeJS.ReadOnlyDict<net.Socket[]>;
1676
+ /**
1677
+ * An object which contains queues of requests that have not yet been assigned to
1678
+ * sockets. Do not modify.
1679
+ * @since v0.5.9
1680
+ */
1681
+ readonly requests: NodeJS.ReadOnlyDict<ClientRequest[]>;
1682
+ constructor(opts?: AgentOptions);
1683
+ /**
1684
+ * Destroy any sockets that are currently in use by the agent.
1685
+ *
1686
+ * It is usually not necessary to do this. However, if using an
1687
+ * agent with `keepAlive` enabled, then it is best to explicitly shut down
1688
+ * the agent when it is no longer needed. Otherwise,
1689
+ * sockets might stay open for quite a long time before the server
1690
+ * terminates them.
1691
+ * @since v0.11.4
1692
+ */
1693
+ destroy(): void;
1694
+ /**
1695
+ * Produces a socket/stream to be used for HTTP requests.
1696
+ *
1697
+ * By default, this function behaves identically to `net.createConnection()`,
1698
+ * synchronously returning the created socket. The optional `callback` parameter in the
1699
+ * signature is **not** used by this default implementation.
1700
+ *
1701
+ * However, custom agents may override this method to provide greater flexibility,
1702
+ * for example, to create sockets asynchronously. When overriding `createConnection`:
1703
+ *
1704
+ * 1. **Synchronous socket creation**: The overriding method can return the
1705
+ * socket/stream directly.
1706
+ * 2. **Asynchronous socket creation**: The overriding method can accept the `callback`
1707
+ * and pass the created socket/stream to it (e.g., `callback(null, newSocket)`).
1708
+ * If an error occurs during socket creation, it should be passed as the first
1709
+ * argument to the `callback` (e.g., `callback(err)`).
1710
+ *
1711
+ * The agent will call the provided `createConnection` function with `options` and
1712
+ * this internal `callback`. The `callback` provided by the agent has a signature
1713
+ * of `(err, stream)`.
1714
+ * @since v0.11.4
1715
+ * @param options Options containing connection details. Check
1716
+ * `net.createConnection` for the format of the options. For custom agents,
1717
+ * this object is passed to the custom `createConnection` function.
1718
+ * @param callback (Optional, primarily for custom agents) A function to be
1719
+ * called by a custom `createConnection` implementation when the socket is
1720
+ * created, especially for asynchronous operations.
1721
+ * @returns The created socket. This is returned by the default
1722
+ * implementation or by a custom synchronous `createConnection` implementation.
1723
+ * If a custom `createConnection` uses the `callback` for asynchronous
1724
+ * operation, this return value might not be the primary way to obtain the socket.
1725
+ */
1726
+ createConnection(
1727
+ options: ClientRequestArgs,
1728
+ callback?: (err: Error | null, stream: stream.Duplex) => void,
1729
+ ): stream.Duplex | null | undefined;
1730
+ /**
1731
+ * Called when `socket` is detached from a request and could be persisted by the`Agent`. Default behavior is to:
1732
+ *
1733
+ * ```js
1734
+ * socket.setKeepAlive(true, this.keepAliveMsecs);
1735
+ * socket.unref();
1736
+ * return true;
1737
+ * ```
1738
+ *
1739
+ * This method can be overridden by a particular `Agent` subclass. If this
1740
+ * method returns a falsy value, the socket will be destroyed instead of persisting
1741
+ * it for use with the next request.
1742
+ *
1743
+ * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`.
1744
+ * @since v8.1.0
1745
+ */
1746
+ keepSocketAlive(socket: stream.Duplex): void;
1747
+ /**
1748
+ * Called when `socket` is attached to `request` after being persisted because of
1749
+ * the keep-alive options. Default behavior is to:
1750
+ *
1751
+ * ```js
1752
+ * socket.ref();
1753
+ * ```
1754
+ *
1755
+ * This method can be overridden by a particular `Agent` subclass.
1756
+ *
1757
+ * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`.
1758
+ * @since v8.1.0
1759
+ */
1760
+ reuseSocket(socket: stream.Duplex, request: ClientRequest): void;
1761
+ /**
1762
+ * Get a unique name for a set of request options, to determine whether a
1763
+ * connection can be reused. For an HTTP agent, this returns`host:port:localAddress` or `host:port:localAddress:family`. For an HTTPS agent,
1764
+ * the name includes the CA, cert, ciphers, and other HTTPS/TLS-specific options
1765
+ * that determine socket reusability.
1766
+ * @since v0.11.4
1767
+ * @param options A set of options providing information for name generation
1768
+ */
1769
+ getName(options?: ClientRequestArgs): string;
1770
+ }
1771
+ const METHODS: string[];
1772
+ const STATUS_CODES: {
1773
+ [errorCode: number]: string | undefined;
1774
+ [errorCode: string]: string | undefined;
1775
+ };
1776
+ /**
1777
+ * Returns a new instance of {@link Server}.
1778
+ *
1779
+ * The `requestListener` is a function which is automatically
1780
+ * added to the `'request'` event.
1781
+ *
1782
+ * ```js
1783
+ * import http from 'node:http';
1784
+ *
1785
+ * // Create a local server to receive data from
1786
+ * const server = http.createServer((req, res) => {
1787
+ * res.writeHead(200, { 'Content-Type': 'application/json' });
1788
+ * res.end(JSON.stringify({
1789
+ * data: 'Hello World!',
1790
+ * }));
1791
+ * });
1792
+ *
1793
+ * server.listen(8000);
1794
+ * ```
1795
+ *
1796
+ * ```js
1797
+ * import http from 'node:http';
1798
+ *
1799
+ * // Create a local server to receive data from
1800
+ * const server = http.createServer();
1801
+ *
1802
+ * // Listen to the request event
1803
+ * server.on('request', (request, res) => {
1804
+ * res.writeHead(200, { 'Content-Type': 'application/json' });
1805
+ * res.end(JSON.stringify({
1806
+ * data: 'Hello World!',
1807
+ * }));
1808
+ * });
1809
+ *
1810
+ * server.listen(8000);
1811
+ * ```
1812
+ * @since v0.1.13
1813
+ */
1814
+ function createServer<
1815
+ Request extends typeof IncomingMessage = typeof IncomingMessage,
1816
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
1817
+ >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
1818
+ function createServer<
1819
+ Request extends typeof IncomingMessage = typeof IncomingMessage,
1820
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
1821
+ >(
1822
+ options: ServerOptions<Request, Response>,
1823
+ requestListener?: RequestListener<Request, Response>,
1824
+ ): Server<Request, Response>;
1825
+ // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly,
1826
+ // create interface RequestOptions would make the naming more clear to developers
1827
+ interface RequestOptions extends ClientRequestArgs {}
1828
+ /**
1829
+ * `options` in `socket.connect()` are also supported.
1830
+ *
1831
+ * Node.js maintains several connections per server to make HTTP requests.
1832
+ * This function allows one to transparently issue requests.
1833
+ *
1834
+ * `url` can be a string or a `URL` object. If `url` is a
1835
+ * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object.
1836
+ *
1837
+ * If both `url` and `options` are specified, the objects are merged, with the `options` properties taking precedence.
1838
+ *
1839
+ * The optional `callback` parameter will be added as a one-time listener for
1840
+ * the `'response'` event.
1841
+ *
1842
+ * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to
1843
+ * upload a file with a POST request, then write to the `ClientRequest` object.
1844
+ *
1845
+ * ```js
1846
+ * import http from 'node:http';
1847
+ * import { Buffer } from 'node:buffer';
1848
+ *
1849
+ * const postData = JSON.stringify({
1850
+ * 'msg': 'Hello World!',
1851
+ * });
1852
+ *
1853
+ * const options = {
1854
+ * hostname: 'www.google.com',
1855
+ * port: 80,
1856
+ * path: '/upload',
1857
+ * method: 'POST',
1858
+ * headers: {
1859
+ * 'Content-Type': 'application/json',
1860
+ * 'Content-Length': Buffer.byteLength(postData),
1861
+ * },
1862
+ * };
1863
+ *
1864
+ * const req = http.request(options, (res) => {
1865
+ * console.log(`STATUS: ${res.statusCode}`);
1866
+ * console.log(`HEADERS: ${JSON.stringify(res.headers)}`);
1867
+ * res.setEncoding('utf8');
1868
+ * res.on('data', (chunk) => {
1869
+ * console.log(`BODY: ${chunk}`);
1870
+ * });
1871
+ * res.on('end', () => {
1872
+ * console.log('No more data in response.');
1873
+ * });
1874
+ * });
1875
+ *
1876
+ * req.on('error', (e) => {
1877
+ * console.error(`problem with request: ${e.message}`);
1878
+ * });
1879
+ *
1880
+ * // Write data to request body
1881
+ * req.write(postData);
1882
+ * req.end();
1883
+ * ```
1884
+ *
1885
+ * In the example `req.end()` was called. With `http.request()` one
1886
+ * must always call `req.end()` to signify the end of the request -
1887
+ * even if there is no data being written to the request body.
1888
+ *
1889
+ * If any error is encountered during the request (be that with DNS resolution,
1890
+ * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted
1891
+ * on the returned request object. As with all `'error'` events, if no listeners
1892
+ * are registered the error will be thrown.
1893
+ *
1894
+ * There are a few special headers that should be noted.
1895
+ *
1896
+ * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to
1897
+ * the server should be persisted until the next request.
1898
+ * * Sending a 'Content-Length' header will disable the default chunked encoding.
1899
+ * * Sending an 'Expect' header will immediately send the request headers.
1900
+ * Usually, when sending 'Expect: 100-continue', both a timeout and a listener
1901
+ * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more
1902
+ * information.
1903
+ * * Sending an Authorization header will override using the `auth` option
1904
+ * to compute basic authentication.
1905
+ *
1906
+ * Example using a `URL` as `options`:
1907
+ *
1908
+ * ```js
1909
+ * const options = new URL('http://abc:xyz@example.com');
1910
+ *
1911
+ * const req = http.request(options, (res) => {
1912
+ * // ...
1913
+ * });
1914
+ * ```
1915
+ *
1916
+ * In a successful request, the following events will be emitted in the following
1917
+ * order:
1918
+ *
1919
+ * * `'socket'`
1920
+ * * `'response'`
1921
+ * * `'data'` any number of times, on the `res` object
1922
+ * (`'data'` will not be emitted at all if the response body is empty, for
1923
+ * instance, in most redirects)
1924
+ * * `'end'` on the `res` object
1925
+ * * `'close'`
1926
+ *
1927
+ * In the case of a connection error, the following events will be emitted:
1928
+ *
1929
+ * * `'socket'`
1930
+ * * `'error'`
1931
+ * * `'close'`
1932
+ *
1933
+ * In the case of a premature connection close before the response is received,
1934
+ * the following events will be emitted in the following order:
1935
+ *
1936
+ * * `'socket'`
1937
+ * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`
1938
+ * * `'close'`
1939
+ *
1940
+ * In the case of a premature connection close after the response is received,
1941
+ * the following events will be emitted in the following order:
1942
+ *
1943
+ * * `'socket'`
1944
+ * * `'response'`
1945
+ * * `'data'` any number of times, on the `res` object
1946
+ * * (connection closed here)
1947
+ * * `'aborted'` on the `res` object
1948
+ * * `'close'`
1949
+ * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`
1950
+ * * `'close'` on the `res` object
1951
+ *
1952
+ * If `req.destroy()` is called before a socket is assigned, the following
1953
+ * events will be emitted in the following order:
1954
+ *
1955
+ * * (`req.destroy()` called here)
1956
+ * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called
1957
+ * * `'close'`
1958
+ *
1959
+ * If `req.destroy()` is called before the connection succeeds, the following
1960
+ * events will be emitted in the following order:
1961
+ *
1962
+ * * `'socket'`
1963
+ * * (`req.destroy()` called here)
1964
+ * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called
1965
+ * * `'close'`
1966
+ *
1967
+ * If `req.destroy()` is called after the response is received, the following
1968
+ * events will be emitted in the following order:
1969
+ *
1970
+ * * `'socket'`
1971
+ * * `'response'`
1972
+ * * `'data'` any number of times, on the `res` object
1973
+ * * (`req.destroy()` called here)
1974
+ * * `'aborted'` on the `res` object
1975
+ * * `'close'`
1976
+ * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called
1977
+ * * `'close'` on the `res` object
1978
+ *
1979
+ * If `req.abort()` is called before a socket is assigned, the following
1980
+ * events will be emitted in the following order:
1981
+ *
1982
+ * * (`req.abort()` called here)
1983
+ * * `'abort'`
1984
+ * * `'close'`
1985
+ *
1986
+ * If `req.abort()` is called before the connection succeeds, the following
1987
+ * events will be emitted in the following order:
1988
+ *
1989
+ * * `'socket'`
1990
+ * * (`req.abort()` called here)
1991
+ * * `'abort'`
1992
+ * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`
1993
+ * * `'close'`
1994
+ *
1995
+ * If `req.abort()` is called after the response is received, the following
1996
+ * events will be emitted in the following order:
1997
+ *
1998
+ * * `'socket'`
1999
+ * * `'response'`
2000
+ * * `'data'` any number of times, on the `res` object
2001
+ * * (`req.abort()` called here)
2002
+ * * `'abort'`
2003
+ * * `'aborted'` on the `res` object
2004
+ * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`.
2005
+ * * `'close'`
2006
+ * * `'close'` on the `res` object
2007
+ *
2008
+ * Setting the `timeout` option or using the `setTimeout()` function will
2009
+ * not abort the request or do anything besides add a `'timeout'` event.
2010
+ *
2011
+ * Passing an `AbortSignal` and then calling `abort()` on the corresponding `AbortController` will behave the same way as calling `.destroy()` on the
2012
+ * request. Specifically, the `'error'` event will be emitted with an error with
2013
+ * the message `'AbortError: The operation was aborted'`, the code `'ABORT_ERR'` and the `cause`, if one was provided.
2014
+ * @since v0.3.6
2015
+ */
2016
+ function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest;
2017
+ function request(
2018
+ url: string | URL,
2019
+ options: RequestOptions,
2020
+ callback?: (res: IncomingMessage) => void,
2021
+ ): ClientRequest;
2022
+ /**
2023
+ * Since most requests are GET requests without bodies, Node.js provides this
2024
+ * convenience method. The only difference between this method and {@link request} is that it sets the method to GET by default and calls `req.end()` automatically. The callback must take care to
2025
+ * consume the response
2026
+ * data for reasons stated in {@link ClientRequest} section.
2027
+ *
2028
+ * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}.
2029
+ *
2030
+ * JSON fetching example:
2031
+ *
2032
+ * ```js
2033
+ * http.get('http://localhost:8000/', (res) => {
2034
+ * const { statusCode } = res;
2035
+ * const contentType = res.headers['content-type'];
2036
+ *
2037
+ * let error;
2038
+ * // Any 2xx status code signals a successful response but
2039
+ * // here we're only checking for 200.
2040
+ * if (statusCode !== 200) {
2041
+ * error = new Error('Request Failed.\n' +
2042
+ * `Status Code: ${statusCode}`);
2043
+ * } else if (!/^application\/json/.test(contentType)) {
2044
+ * error = new Error('Invalid content-type.\n' +
2045
+ * `Expected application/json but received ${contentType}`);
2046
+ * }
2047
+ * if (error) {
2048
+ * console.error(error.message);
2049
+ * // Consume response data to free up memory
2050
+ * res.resume();
2051
+ * return;
2052
+ * }
2053
+ *
2054
+ * res.setEncoding('utf8');
2055
+ * let rawData = '';
2056
+ * res.on('data', (chunk) => { rawData += chunk; });
2057
+ * res.on('end', () => {
2058
+ * try {
2059
+ * const parsedData = JSON.parse(rawData);
2060
+ * console.log(parsedData);
2061
+ * } catch (e) {
2062
+ * console.error(e.message);
2063
+ * }
2064
+ * });
2065
+ * }).on('error', (e) => {
2066
+ * console.error(`Got error: ${e.message}`);
2067
+ * });
2068
+ *
2069
+ * // Create a local server to receive data from
2070
+ * const server = http.createServer((req, res) => {
2071
+ * res.writeHead(200, { 'Content-Type': 'application/json' });
2072
+ * res.end(JSON.stringify({
2073
+ * data: 'Hello World!',
2074
+ * }));
2075
+ * });
2076
+ *
2077
+ * server.listen(8000);
2078
+ * ```
2079
+ * @since v0.3.6
2080
+ * @param options Accepts the same `options` as {@link request}, with the method set to GET by default.
2081
+ */
2082
+ function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest;
2083
+ function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest;
2084
+ /**
2085
+ * Performs the low-level validations on the provided `name` that are done when `res.setHeader(name, value)` is called.
2086
+ *
2087
+ * Passing illegal value as `name` will result in a `TypeError` being thrown,
2088
+ * identified by `code: 'ERR_INVALID_HTTP_TOKEN'`.
2089
+ *
2090
+ * It is not necessary to use this method before passing headers to an HTTP request
2091
+ * or response. The HTTP module will automatically validate such headers.
2092
+ *
2093
+ * Example:
2094
+ *
2095
+ * ```js
2096
+ * import { validateHeaderName } from 'node:http';
2097
+ *
2098
+ * try {
2099
+ * validateHeaderName('');
2100
+ * } catch (err) {
2101
+ * console.error(err instanceof TypeError); // --> true
2102
+ * console.error(err.code); // --> 'ERR_INVALID_HTTP_TOKEN'
2103
+ * console.error(err.message); // --> 'Header name must be a valid HTTP token [""]'
2104
+ * }
2105
+ * ```
2106
+ * @since v14.3.0
2107
+ * @param [label='Header name'] Label for error message.
2108
+ */
2109
+ function validateHeaderName(name: string): void;
2110
+ /**
2111
+ * Performs the low-level validations on the provided `value` that are done when `res.setHeader(name, value)` is called.
2112
+ *
2113
+ * Passing illegal value as `value` will result in a `TypeError` being thrown.
2114
+ *
2115
+ * * Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`.
2116
+ * * Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`.
2117
+ *
2118
+ * It is not necessary to use this method before passing headers to an HTTP request
2119
+ * or response. The HTTP module will automatically validate such headers.
2120
+ *
2121
+ * Examples:
2122
+ *
2123
+ * ```js
2124
+ * import { validateHeaderValue } from 'node:http';
2125
+ *
2126
+ * try {
2127
+ * validateHeaderValue('x-my-header', undefined);
2128
+ * } catch (err) {
2129
+ * console.error(err instanceof TypeError); // --> true
2130
+ * console.error(err.code === 'ERR_HTTP_INVALID_HEADER_VALUE'); // --> true
2131
+ * console.error(err.message); // --> 'Invalid value "undefined" for header "x-my-header"'
2132
+ * }
2133
+ *
2134
+ * try {
2135
+ * validateHeaderValue('x-my-header', 'oʊmɪɡə');
2136
+ * } catch (err) {
2137
+ * console.error(err instanceof TypeError); // --> true
2138
+ * console.error(err.code === 'ERR_INVALID_CHAR'); // --> true
2139
+ * console.error(err.message); // --> 'Invalid character in header content ["x-my-header"]'
2140
+ * }
2141
+ * ```
2142
+ * @since v14.3.0
2143
+ * @param name Header name
2144
+ * @param value Header value
2145
+ */
2146
+ function validateHeaderValue(name: string, value: string): void;
2147
+ /**
2148
+ * Set the maximum number of idle HTTP parsers.
2149
+ * @since v18.8.0, v16.18.0
2150
+ * @param [max=1000]
2151
+ */
2152
+ function setMaxIdleHTTPParsers(max: number): void;
2153
+ /**
2154
+ * Dynamically resets the global configurations to enable built-in proxy support for
2155
+ * `fetch()` and `http.request()`/`https.request()` at runtime, as an alternative
2156
+ * to using the `--use-env-proxy` flag or `NODE_USE_ENV_PROXY` environment variable.
2157
+ * It can also be used to override settings configured from the environment variables.
2158
+ *
2159
+ * As this function resets the global configurations, any previously configured
2160
+ * `http.globalAgent`, `https.globalAgent` or undici global dispatcher would be
2161
+ * overridden after this function is invoked. It's recommended to invoke it before any
2162
+ * requests are made and avoid invoking it in the middle of any requests.
2163
+ *
2164
+ * See [Built-in Proxy Support](https://nodejs.org/docs/latest-v26.x/api/http.html#built-in-proxy-support) for details on proxy URL formats and `NO_PROXY`
2165
+ * syntax.
2166
+ * @since v25.4.0
2167
+ * @param proxyEnv An object containing proxy configuration. This accepts the
2168
+ * same options as the `proxyEnv` option accepted by {@link Agent}. **Default:**
2169
+ * `process.env`.
2170
+ * @returns A function that restores the original agent and dispatcher
2171
+ * settings to the state before this `http.setGlobalProxyFromEnv()` is invoked.
2172
+ */
2173
+ function setGlobalProxyFromEnv(proxyEnv?: ProxyEnv): () => void;
2174
+ /**
2175
+ * Global instance of `Agent` which is used as the default for all HTTP client
2176
+ * requests. Diverges from a default `Agent` configuration by having `keepAlive`
2177
+ * enabled and a `timeout` of 5 seconds.
2178
+ * @since v0.5.9
2179
+ */
2180
+ let globalAgent: Agent;
2181
+ /**
2182
+ * Read-only property specifying the maximum allowed size of HTTP headers in bytes.
2183
+ * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option.
2184
+ */
2185
+ const maxHeaderSize: number;
2186
+ /**
2187
+ * A browser-compatible implementation of `WebSocket`.
2188
+ * @since v22.5.0
2189
+ */
2190
+ const WebSocket: typeof import("undici-types").WebSocket;
2191
+ /**
2192
+ * @since v22.5.0
2193
+ */
2194
+ const CloseEvent: typeof import("undici-types").CloseEvent;
2195
+ /**
2196
+ * @since v22.5.0
2197
+ */
2198
+ const MessageEvent: typeof import("undici-types").MessageEvent;
2199
+ }
2200
+ declare module "http" {
2201
+ export * from "node:http";
2202
+ }